/*
Theme Name: 	Perle on Maple Theme
Description: 	Custom responsive WordPress theme
Version: 		1.6
Author: 		O'Rourke Hospitality Marketing
Author URI: 	http://orourkehospitality.com
*/


/*	--------------------------------------------------
     TABLE OF CONTENTS
    --------------------------------------------------

    01 Defaults
    02 Main Menu    03 Mobile Top Menu
    04 Header
    05 Booking Widget
    06 Footer
    07 Slideshow
    08 Page Defaults
    09 Icon Fonts
    10 Open Table
    11 Gallery
*/


/*	--------------------------------------------------
     FONTS
    -------------------------------------------------- */

@font-face {
  font-family: 'complete';
  src: url('font/complete.eot?61549588');
  src: url('font/complete.eot?61549588#iefix') format('embedded-opentype'),
       url('font/complete.woff2?61549588') format('woff2'),
       url('font/complete.woff?61549588') format('woff'),
       url('font/complete.ttf?61549588') format('truetype'),
       url('font/complete.svg?61549588#complete') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'complete';
    src: url('../font/complete.svg?61549588#complete') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "complete";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-lock:before { content: '\e800'; } /* '' */
.icon-right-open-mini:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-down-open-big:before { content: '\e803'; } /* '' */
.icon-down-open-mini:before { content: '\e804'; } /* '' */
.icon-left-open-big:before { content: '\e805'; } /* '' */
.icon-right-open-big:before { content: '\e806'; } /* '' */
.icon-up-open-big:before { content: '\e807'; } /* '' */
.icon-mail:before { content: '\e808'; } /* '' */
.icon-users:before { content: '\e809'; } /* '' */
.icon-clock:before { content: '\e80a'; } /* '' */
.icon-plus-circle:before { content: '\e80b'; } /* '' */
.icon-chat:before { content: '\e80c'; } /* '' */
.icon-quote-left:before { content: '\e80d'; } /* '' */
.icon-quote-right:before { content: '\e80e'; } /* '' */
.icon-home:before { content: '\e80f'; } /* '' */
.icon-doc:before { content: '\e810'; } /* '' */
.icon-chat-1:before { content: '\e811'; } /* '' */
.icon-location:before { content: '\f031'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-instagram-1:before { content: '\f16d'; } /* '' */
.icon-yelp:before { content: '\f1e9'; } /* '' */
.icon-bed:before { content: '\f236'; } /* '' */
.icon-tripadvisor:before { content: '\f262'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */
.icon-linkedin-rect:before { content: '\f31b'; } /* '' */


/*	--------------------------------------------------
     RESET
    -------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
li { list-style:none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; }
pre	{ white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup	{ top: -0.5em; }
sub { bottom: -0.25em; }
img	{ border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
input, select, textarea	{ font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration	{ -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
table	{ border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
*:first-child+html .clearfix { zoom: 1; }

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


.otw-widget-form-wrap label{
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.hide-for-screenreader {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}


/*	--------------------------------------------------
    01	DEFAULTS
    -------------------------------------------------- */

::-moz-selection 	{ background: #fff; color:#fff; }
::selection 		{ background: #fff; color:#fff; }

body {
    background: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 100%;
    line-height: 1.25;
}
.wrapper {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
    width: 80%;
}
.page-content {
    background: #fff;
}
.content {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}


.skip-links {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
}

.skip-links a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px;
}

.skip-links a:focus {
  position: static;
  top: 0;
  left: 0;
}
/*	--------------------------------------------------
     02  MAIN MENU
    -------------------------------------------------- */

.logo-container {
    position: absolute;

    background: transparent; text-align: center; padding: 0 30px;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


}
.logo-container img {margin: 0 auto; max-height: 150px; height: 100%; width: auto;}

.main-menu-wrapper {
    float: none;
    display: block;
  width: 100%;
}
.main-menu-toggle {
    display: none;
}

#main-menu.menu {
/*
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
*/
  margin-left: 25px;
}

.main-menu li {
    position: relative;
    float: left;
/*  display: inline-block;*/
    list-style: none outside none;

}

.main-menu li.right-nav {
    float: right;
}

.main-menu a {
    color: #0b1712;
    display: block;
    font-size: 1.4em;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0;
    padding: 15px 50px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.main-menu a:hover {
    color: #34632C;
}
.menu-right a {
  font-family: 'Nunito', sans-serif;
}

.main-menu li.menu-icon a {
    padding: 15px;
}

.main-menu li ul {
    position: absolute;
    top: 128px;
    left: -9999px;
    min-width: 100%;
    width: auto;
    padding: 15px 20px;
    background: rgb(37,37,37);
    background: rgba(37,37,37,0.8);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    z-index: 20;
}
.main-menu li:hover ul {
    left: 0;
}
.main-menu li li {
    float: none;
    white-space: nowrap;
}
.main-menu li li a {
    margin: 0;
    padding: 5px 0;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -ms-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.main-menu li li a:hover {
    color: #e53447;
}
    button.css3button {
    display: none;
}

@media only screen and (max-width : 1250px) {

  #main-menu.menu {margin-left: 15px;}
  .main-menu a {padding-left: 20px; padding-right: 20px;}

}

@media only screen and (max-width : 1000px) {

  .main-menu a {font-size: 1.2em; padding-left: 15px; padding-right: 15px;}

}

@media only screen and (min-width : 800px) {
    .main-menu-wrapper {
        display: block !important;
    }
}

@media only screen and (min-width : 800px) and (max-width : 1024px) {

    .main-menu-wrapper {
        float: none;
        display: table !important;
        margin: 0 auto;

    }
    .main-menu li ul {
        top: 70px;
    }
    .ot-widget-wrapper {
           padding: 17px 2% 20px !important;
    }


}
@media only screen and (max-width : 900px) {
        .OT_wrapper {
        display:none !important;
    }
    button.css3button {
        display: block;
        margin: 0 auto;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #ffffff;
        padding: 12px 35px;
        background: -moz-linear-gradient(
            top,
            #d22c29 0%,
            #8f1616);
        background: -webkit-gradient(
            linear, left top, left bottom,
            from(#d22c29),
            to(#8f1616));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d22c29', endColorstr='#8f1616'); /* IE6 & IE7 */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d22c29', endColorstr='#8f1616'); /* IE8 */
        background-color: #D22C29;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 7px;
        behavior: url(border-radius.htc);
        border: 1px solid #151515;
        -moz-box-shadow:
            0px 1px 3px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(255,255,255,0.6);
        -webkit-box-shadow:
            0px 1px 3px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(255,255,255,0.6);
        box-shadow:
            0px 1px 3px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(255,255,255,0.6);
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#151515', Direction=145, Strength=3);
/*		text-shadow:
            0px -1px 0px rgba(000,000,000,1),
            0px 1px 0px rgba(255,255,255,0.2);
*/		}

    .reserve-button a {
        text-decoration: none;
    }

.ot-widget-wrapper {
           padding: 10px 0px !important;
    }

}

@media only screen and (max-width : 800px) {

  .logo-container {position: absolute; width: 100%; top: 67%;}

    .top-menu-wrapper {
        display: block;
        padding: 0 5%;
        background: #fff;
    }
    .main-menu-wrapper {
        clear: both;
        float: none;
        display: none;
        margin: 90px auto 0;
        background: #834727;
        padding-top: 40px;
    }
    .header-items-wrapper {
        overflow: hidden;
        padding: 20px 0;
    }
    .main-menu-toggle {
        color: #834727;
        display: block;
        float: right;
        font-size: 2.8125em;
        line-height: 1.75;
        padding-right: 0;
        text-decoration: none;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
    }
    .main-menu {
        background: #834727;
        box-shadow: 0 1px 3px #6e3c21 inset;
    }
  #main-menu.menu {
    display: block;
  }
    .main-menu a {
        display: block;
        margin: 0 auto;
        padding: 14px 30px;
        color: #fff;
        text-decoration: none;
        line-height: 1;
	  text-align: center;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .main-menu li {
    display: block;
        float: none;
        border-top: 1px solid #6e3c21;
        border-bottom: 1px solid #874a29;
    }
    .main-menu li ul {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    .menu-item-parent {
        position: relative;
    }
    .menu-item-parent span {
        position: absolute;
        top: 12px;
        right: 25px;
        color: #666;
        font-size: 1.25em;
        line-height: 1;
    }
        .menu-item-parent span:after {
            content: '\25B6';
        }
        .menu-item-parent span.open:after {
            content: '\25BC';
        }
    .main-menu .sub-menu {
        display: none;
        background: #222;
    }
    .main-menu .sub-menu a {
        padding: 12px 30px;
        color: #b2b2b2;
        font-weight: normal;
        font-size: 0.875em;
    }
    .main-menu .sub-menu li {
        border-bottom: 1px solid #151515;
    }
    .main-menu .sub-menu li:first-child {
        border-top: 2px solid #151515;
    }
    .main-menu .sub-menu li:last-child {
        border-bottom: 1px solid #151515;

  }

  .menu-right a {
    background: transparent;
        font-family: inherit;
  }

  .menu-right a:hover {
    color: #34632C;
  }


}

@media screen and (max-width: 800px) {
  .logo-container img {max-height: 125px;}
}

@media screen and (max-width: 500px) {
  .main-menu-toggle {right: 15px;}
}


/*	--------------------------------------------------
     03  MOBILE TOP MENU
    -------------------------------------------------- */

.top-menu-wrapper {
    display: none;
    background-color: #151515;
    border-bottom: #151515;
}

@media only screen and (max-width : 800px) {

    .top-menu-wrapper {
        display: block;
        overflow: hidden;
    }
    .top-menu li {
        float: left;
        margin-right: 30px;
        list-style: none outside none;
    }
    .top-menu a {
        display: block;
        padding: 12px 0;
        color: #fff;
        font-size: 1.4em;
        text-decoration: none;
        font-family: 'Nunito', sans-serif;
        background-color: #151515;
    }
}


/*	--------------------------------------------------
     04  HEADER
    -------------------------------------------------- */

.header-wrapper {
    margin: 0 auto;
    width: 100%;
}
header[role="site-header"] {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 50px;
    background: #fff;
    padding: 10px 0;
}

header[role="page-header"] {
    margin: 0 auto;
}
header[role="page-header"] img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
@media only screen and (max-width : 1140px) {
header[role="site-header"] .logo {
    padding: 42px 0 17px 30px;
    width: 255px;
}
}
@media only screen and (max-width : 1024px) {

    header[role="site-header"] {
        height: auto;
    }
    header[role="site-header"] .logo{
        float: none;
        display: block;
        margin: 0 auto;
        padding-bottom: 0;
    }
}

@media only screen and (max-width : 800px) {
.header-wrapper {
    width: 100%;
}
    .header-wrapper {
        padding: 0;
    }
    header[role="site-header"] {
        position: relative;
        top: 0;
        height: 100px;
    }
    header[role="site-header"] .logo {
        float: left;
         padding: 17px 0 17px 25px;
    width: 255px;
    }

    .main-menu li.right-nav {float: none;}

}

/*	--------------------------------------------------
     BOOKING WIDGET
    -------------------------------------------------- */

.booking-wrapper {
    max-width: 1020px!important;
    margin: 0 auto!important;
}

/*	--------------------------------------------------
     05  FOOTER
    -------------------------------------------------- */

.site-footer {
    overflow: hidden;
    background-color: #834727;
    color: #ffffff;
    padding: 70px 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-icon {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 420px;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6
 {
    margin-bottom: 0.5em;
    color: #ffffff;
  letter-spacing: 3px;
}
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    font-size: 1em;
  font-weight: 300;
}
.site-footer ul li, .site-footer ol li {
    display: inline-block;
    font-size: 0.875em;
    padding: 0 1%;
    border-right: 1px solid #dec9a0;
}

@media screen and (max-width: 600px) {
  .main-footer span {display: none;}
  .site-footer ul li, .site-footer ol li {
    display: block;
    border: 0;
    margin: 10px auto;
  }
}

.site-footer ul li:last-of-type, .site-footer ol li:last-of-type {
 border-right: 0;
}
.site-footer ul li,
.site-footer ol li {
    font-size: 0.875em;
}
.footer-menu {
    margin: 30px 0;
    clear: both;
}
.footer-menu a {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.footer-menu a:hover{color: #ffd02e !important;}
.footer-menu-top {
    background-color: #fff;
    width: 70px;
    height: 3px;
    margin-bottom: 15px;
}
.social-icons > a {
    color: #fff !important;
    font-size: 1.5em;
}
footer .wrapper {
    padding: 0;
    width: 100%;
}
.main-footer > p {
    font-size: 1.25em;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 2;
}
@media only screen and (max-width : 600px) {
.main-footer > p {
  font-size: 0.75em;
}
}
/*	--------------------------------------------------
     07  PAGE DEFAULTS
    -------------------------------------------------- */
.page-content {
    background: #ffffff;
    background-repeat: repeat-x;
    background-position: center top;
    color: #151515;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-bottom: 1em;
    text-transform: uppercase;
  font-weight: normal;
}
.page-content h1 {
  font-family: 'Nunito', sans-serif;
    font-size: 3em;
  letter-spacing: 3px;

}
@media only screen and (max-width : 800px) {
.page-content h1 {
    font-size: 2em;
    letter-spacing: 6px;
}
}
.page-content h2 {
  font-family: 'Nunito', sans-serif;
    font-size: 1.65em;
    color: #151515;
  letter-spacing: 3px;
}
.page-content h3 {
  font-family: 'Nunito', sans-serif;
    font-size: 1.375em;
  letter-spacing: 2px;
}
.page-content p, .page-content ul {
  font-family: 'Nunito', sans-serif;
    font-size: 1.25em;
    line-height: 203%;
    margin-bottom: 1em;
}

@media only screen and (max-width : 800px) {
.page-content p, .page-content ul {
    font-size: 1em;
	}}

.page-content ul li {
    list-style: disc outside;
}
.page-content ol li {
    list-style: decimal outside;
}
.page-content ul,
.page-content ol {
    margin-bottom: 2em;
    margin-left: 20px;
}
.page-content li {
    margin-bottom: 0.35em;
    line-height: 140%;
}
.page-content blockquote {
    margin-bottom: 2em;
}
.page-content address {
    margin-bottom: 1em;
    font-size: 0.875em;
    line-height: 140%;
}
.page-content .sticky,
.page-content .bypostauthor,
.page-content .gallery-caption {
   display: normal;
}
.page-content .alignnone {
   margin: 1em 1em 1em 0;
}
.page-content .aligncenter,
.page-content div.aligncenter {
   display:block;
   margin: .5em auto;
}
.page-content .alignright {
   float:right;
   margin: 0 0 1em 1em;
}
.page-content .alignleft {
   float:left;
   margin: 0 1em 1em 0;
}
.page-content .aligncenter {
   display: block;
   margin: 1em auto;
}

.page-content img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}
.page-content img.alignright {
   margin-left: 1em 0 1em 1em;
}
.page-content img.alignleft {
    float: left;
    margin-right: 20px;
}
.page-content img.aligncenter{
   display: block;
   margin: 1em auto;
}

.page-content img#wpstats {
   display: block;
   margin: 0 auto;
}
.page-content img[class*="align"],
.page-content img[class*="wp-image-"],
.page-content .gallery .gallery-icon img {
   border: none;
}
.page-content .wp-caption {
   margin-bottom: 1em;
   margin-left: 0;
   max-width: 96%;
   text-align: center;
}
.page-content .wp-caption img {
   display: block;
   margin: 0 auto;
}
.page-content .wp-caption-text {
   position: relative;
   font-size: 0.5em;
}
.page-content .gallery {
   margin: 0 auto;
}
.page-content .gallery .gallery-item  {
   margin: 0;
   float: left;
   text-align: center;
   width: 33%;
}
.page-content .gallery a img {
   border: none;
}
.page-content .gallery-columns-4 .gallery-item {
   width: 25%;
}
.page-content .gallery-columns-4 .gallery-item img {
   width: 100%;
   height: auto;
}
.page reservations {
    display: block;
    width: 100%;
    height: 100px;
    background-color: #090909;
}

.chef_bios {
    background: transparent;
    border-top: none;
    vertical-align: top;
    width: 100%;
    padding-top: 0;
}

.chefs-left {
    width: 20%;
    float: left;
    height: auto;
}

.chefs-right {
    width: 70%;
    padding-left: 10%;
    float: left;
    height: auto;
}





section[role="fullresbutton"] {
    background-color: #fff;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.ot-resbutton-wrapper {
    padding: 17px 7%;
}
#RES_buttonWrapper h3 {
    color: #fff;
    font-size: 1.125em;
    text-transform: uppercase;
    line-height: 1;
}

.full-res-button {
       display: block;
       background-color: #34632C;
    color: #ffffff !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  font-size: 30px;
	padding: 20px;
    text-decoration: none;
}
.full-res-button a {
    color: #ffffff;
    padding: 30px;
    display: block;
}

@media only screen and (max-width : 800px) {.full-res-button {  font-size: 18px;}}

/*	--------------------------------------------------
     09 OPENTABLE
    -------------------------------------------------- */

section[role="opentable"] {
    background-color: #fff;
    height: 80px;
    width: 100%;
    overflow: hidden;
}
.ot-widget-wrapper {
    padding: 17px 7%;
}
#OT_searchWrapper h3 {
    float: left;
    width: 25%;
    font-size: 1.125em;
    text-transform: uppercase;
    line-height: 1;
}
#OT_defList {
    float: right;
    width: 50%;
    color: #fff;
}
#OT_defList dt,
#OT_defList dd {
    float: left;
}
#OT_defList dt {
    margin-right: 5px;
    font-size: 0.875em;
}
#OT_defList dd {
    margin-right: 10px;
}
#OT_date .OT_feedFormfieldCalendar {
    padding: 2px 6px;
    border: 1px solid #151515;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    font-size: 0.875em;
}
#dateDisplay {
    display: none;
}
#cal1Shim,
#cal1 {
    position: absolute;
}
#cal1 {
    background: #f4c262;
    border-radius: 4px;
    color: #791714;
}
#cal1 td[bgcolor="#333333"] {
    display: none;
}
#cal1 a {
    color: #791714;
}
#cal1 td.weekdays {
    padding: 2px;
    color: #452210;
    font-size: 0.875em;
    text-align: center;
}
#cal1 td.nonclickableDays,
#cal1 td.clickableDays {
    padding: 2px;
    color: #b08a40;
    font-size: 0.875em;
    text-align: center;
}
#cal1 td.clickableDays{background-color:#FFEF9C;}
#cal1 td.months {
    padding-bottom: 10px;
    text-transform: uppercase;
}
#cal1 table {
    padding: 10px;
}
#imageCal > tbody > tr > td > table {
    width: 90%;
    margin: 0 auto;
}
#cal1 img[src="http://www.opentable.com/img/dnbase/close.gif"] {
    margin-bottom: 10px;
}
.lt-ie9 iframe.imgCal {
    display: none;
}

@media only screen and (max-width : 886px) {

    #OT_searchWrapper h2,
    #OT_defList {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #OT_searchWrapper h2 {
        margin-bottom: 0.75em;
        font-size: 1.25em;
        text-align: center;
    }
}
@media only screen and (min-width : 680px) and (max-width : 886px) {

    #OT_defList {
        width: 620px;
    }
}
@media only screen and (max-width : 680px) {

    .ot-widget-wrapper {
        padding: 10px 0px;
    }
    #OT_defList {
        display: none;
        padding-top: 20px;
    }
    #OT_searchWrapper h2 {
        cursor: pointer;
        margin-bottom: 0;
    }
    #OT_defList dt,
    #OT_defList dd {
        float: none;
        text-align: center;
    }
    #OT_defList dt {
        margin-right: 0;
        margin-bottom: 0.25em;
    }
    #OT_defList dd {
        margin-right: 0;
        padding-bottom: 10px;
    }
    #OT_defList dd#OT_submitWrap {
        padding-bottom: 0;
    }
}


/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Twitter Widget
-------------------- */
.twitter-cell {
    padding-top: 10px;
    padding-bottom: 30px;
}
.twtr-doc {
    width: 100% !important;
}
.twtr-widget .twtr-hd,
.twtr-widget .twtr-ft {
    display: none;
}
.twtr-widget .twtr-tweet-wrap {
    padding: 0 15px !important;
}
.twtr-widget #tweet-id-1 {
    border-right: 0 none;
}

.twtr-widget .twtr-tweet {
    border-bottom: 0 none !important;
    margin-top: 18px;

}
.twtr-widget .twtr-tweet a.twtr-user {
    display: none;
}
.twtr-widget .twtr-tweet-text p {
    font-size: 11px;
     line-height: 140% !important;
}
#twtr-widget-1 .twtr-tweet a:hover {
    color: #fff !important;
}
.twtr-widget .twtr-tweet-text p em {
    margin-top: 5px;
}
.twtr-widget .twtr-tweet-text p em a {
    font-size: 11px;
}
.twitter-btn {
    display: block;
    background-color: #c54d1f;
    width: 210px;
    height: 35px;
    margin-top: 50px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
.twitter-btn a {
    color: #ffffff;
    text-decoration: none;
}

.twitter-btn a:hover {
    background-color: #a6411b;
}



.arrow {
     float: left;
    height: 50%;
    margin: 0 5%;
    width: 5%;
}
#tarrytown-text {
    float: left;
    width: 77%;
}
.arrow img {
    height: auto;
    max-height: 100%;
    width: 100%;
}

@media only screen and (max-width : 1270px) {
.arrow {
     height: 50%;
}

}
body.page-template-page-landing {
    background-color: #151515 !important;
}

.location-dropdown-menu {
    display: none;
}

/* NEW OT WIDGET  */
.otw-bare-bones-style.widget.open-table-widget {
    float: center !important;
    width: 100% !important;
    font-family: 'Nunito', sans-serif !important;
}
.otw-wrapper > div {
    float: left !important;
    width: calc(25% - 0px) !important;
}

.otw-submit {
    background: #834727 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    letter-spacing: 2px;
    padding: 16px 100px;
    text-transform: uppercase;
    width: 100%;
    white-space: pre-wrap;
    line-height: 1.3;
    transition: color .3s ease;
}
.otw-submit:hover {
  background: #34632C;
}

#date-otw_widget-2 { background: #34632C !important;}
#time-otw_widget-2 { background: #e53447 !important;}
#party-otw_widget-2 { background: #ffd02e !important;}


@media screen and (min-width: 1650px) {
  .otw-submit {padding-left: 150px; padding-right: 150px;}
}

@media screen and (min-width: 2000px) {
  .otw-submit {padding-left: 200px; padding-right: 200px;}
}

@media screen and (max-width: 1200px) {
  .otw-submit {padding-left: 50px; padding-right: 50px;}
}

@media screen and (max-width: 1100px) {
  .otw-submit {padding-left: 30px; padding-right: 30px;}
}

.powered-by-open-table {
    display: none !important;
}
.otw-widget-form-wrap input[type="text"], .otw-party-size-select.selectpicker, .otw-reservation-time.otw-selectpicker, .otw-reservation-date{
    border: none;
    border-radius: 0;
    border-left: 1px solid #fff;
    border-top:none !important;
    border-right:none !important;
    border-bottom:none !important;
    box-shadow: none;
    color: #ffffff;
    padding: 30px 50px;
    font-size: 1.4em !important;
    text-align: left !important;
    background: rgba(0, 0, 0, 0) url("images/arrow-down.png") no-repeat scroll 95% center !important;
    -webkit-appearance: none;
    -moz-appearance:    none;
    -o-appearance:none;
    appearance:         none;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 2px !important;
    cursor: pointer;
    }
select::-ms-expand{
  display:none;
}
select > option {
    background-color: #fff;
    color: #000;
}
.otw-wrapper div select, .otw-wrapper div input, .otw-party-size-select.selectpicker, .otw-widget-form-wrap input[type="text"] {
    font-family: 'Nunito', sans-serif !important;
}
.otw-widget-form-wrap input[type="text"] {
     height: 6.25rem !important;
    font-family: 'Nunito', sans-serif !important;
    padding-right: 100px !important;
  text-align: center !important;
}
.otw-widget-form-wrap label {
/*    display: none !important;*/
}
select {
    text-align: right !important;

}
.otw-party-size-wrap.otw-input-wrap > label {
/*    display: none !important;*/
}
.otw-party-size-select.selectpicker,
.otw-reservation-time.otw-selectpicker,
.otw-reservation-date {
    text-align: right !important;
    line-height: 20px !important;
}
.otw-time-wrap.otw-input-wrap > label {
/*    display: none !important;*/
}
.otw-date-li.otw-input-wrap > label {
/*    display: none !important;*/
}
.otw-widget-form-wrap input[type="text"] {
    background-color: transparent !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    padding: 20px 0 !important;
    background: #fff url("images/arrow-down.png") no-repeat scroll 95% center;
    font-size: 1.4em !important;
    letter-spacing: 2px !important;

}
.otw-reservation-date {
    background: none !important;
  text-align: center !important;
}

.open-table-widget .bootstrap-select > .btn {
    background-image: url("images/arrow-down.png") !important;
    background-position: 95% center !important;
    background-repeat: no-repeat !important;
}
.caret {
    display: none !important;
}

.reserve-button {
    display: none;
}

.otw-selectpicker, .otw-party-size-select.selectpicker {
    -ms-text-align-last: center;
    text-align-last: center;
}

.open-table-widget-datepicker.datepicker-container {left: 50px !important;}

@media only screen and (max-width : 800px) {
.open-table-widget {
    display: none;
}
.booking-title {
    display: none;
}
.reserve-button {
       display: block;
       background-color: #34632C;
    color: #ffffff !important;
    display: block;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  font-size: 20px;
}
.reserve-button a {
    color: #ffffff;
    padding: 30px;
    /*display: block;*/
	display: none;

}
.booking-wrapper {
    display: none;
}
.location-switcher {
    display: none;
}
.locations-mobile {
    display: block;
}
.location-title {
    margin-left: 0;
}
}

h1.temporary-booking {
    color: #ffffff;
    font-size: 1.2em;
    padding: 29px 0;
    text-align: center;
}


.right-column img {
    max-width: 30px !important;
}
.otw-widget-form-wrap input[type="text"] {
    font-family: 'Nunito', sans-serif;
    font-size: 1.4em;
    height: auto !important;
    letter-spacing: 2px;
    padding: 30px 20px !important;
     border-right: 1px solid #fff !important
}

.page-template-page-newhome .sidebar {
    border-left: medium none;
    text-align: right;
}
.ngg-gallery-thumbnail img:hover {
    background-color: transparent !important;
}
.ngg-gallery-thumbnail img {
    background-color: transparent !important;
    border: medium none !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.ngg-gallery-thumbnail-box {
    width: 25%;
}
@media only screen and (max-width : 640px) {
.ngg-gallery-thumbnail-box {
    width: 50%;
}
}
@media only screen and (max-width : 480px) {
.ngg-gallery-thumbnail-box {
    width: 100%;
}
}
.ngg-gallery-thumbnail-box {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 !important;
    padding: 5px !important;
    text-decoration: none;
    vertical-align: top;
}
.ngg-gallery-thumbnail img {
    height: auto;
    width: 100%;
}
.ngg-gallery-thumbnail img {
    display: block;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
    padding: 0 !important;
}
.ngg-gallery-thumbnail {
    float: left;
    text-align: center;
    width: 100%;
}

.wrapper a {
    color: #34632C;
    text-decoration: none;
}
.ot-dc-badge--p {
    color: #fff !important;
}
.sidebar-callout {
    border: 1px solid #d31134;
    color: #fff !important;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}
.ot-dc-badge.ot-dc-badge--p {
    margin: 0 auto;
}
.button > a {
    background-color: #34632C;
    color: #fff;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 4px;
    padding: 2px 30px;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-bottom: 20px;
}
.button > a:hover {
    background-color: #ffd02e;
}

.wsp-pages-list li, ul.wsp-pages-list {
    list-style: outside none none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.ngg-trigger-buttons {
    display: none;
}
.image-wrapper {
    margin: 0 !important;
    width: 25%;
}
.nextgen_pro_lightbox img {
    height: auto;
    width: 100%;
    padding: 2px;
}
@media only screen and (max-width : 800px) {
.image-wrapper {
    width: 33.333%;
}
}
@media only screen and (max-width : 500px) {
.image-wrapper {
    width: 50%;
}
}
.error404 .content > h1 {
    font-size: 12em;
    margin-bottom: -20px;
}
.wsp-pages-list a {
    color: #000;
}
.gform_button.button {
    background-color: #34632C;
    border: medium none;
    color: #fff;
    padding: 8px 20px !important;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
  line-height: 1 !important;
  border-radius: 0 !important;
  display: block !important;
    height: 32px !important;
	letter-spacing: 2px;
}

.gform_button.button:hover {background-color: #ffd02e;}
label {
      font-family: 'Nunito', sans-serif;

}

.site-footer .gform_widget {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    height: 41px;
}
.site-footer .gform_body {
    width: 75% !important;
    float: left;
}

.gform_footer.top_label {
    width: 25% !important;
    float: left;
    clear: none !important;
}


@media only screen and (max-width : 650px) {
.site-footer .gform_body {
    width: 60% !important;
}
  .gform_footer.top_label {
    width: 40% !important;
}

}

@media only screen and (max-width : 400px) {
  .site-footer .gform_widget {height: auto;}
.site-footer .gform_body {
    width: 100% !important;
    float: none;
}
  .gform_footer.top_label {
    width: 100% !important;
    float: none;
}

}

.site-footer .gform_wrapper .top_label input[type="email"] {
  background: #fff;
  color: #22272c;
  text-transform: uppercase;
      font-family: 'Nunito', sans-serif;
}

.site-footer .gform_wrapper .top_label input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
.site-footer .gform_wrapper .top_label input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.site-footer .gform_wrapper .top_label input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.site-footer .gform_wrapper .top_label input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.site-footer .gform_wrapper .top_label input {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    border-radius: 0 !important;
    border: none !important;
    line-height: 1;
    font-size: 1.15em !important;
        height: 50px !important;
}
.site-footer  .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.site-footer .gform_wrapper .button {
    background-color: #34632C;
    color: #fff;
  letter-spacing: 2px;
  transition: all .3s ease;
}
.site-footer .gform_wrapper .button:hover {
  background-color: #ffd02e;
}
.site-footer .gform_wrapper .gfield {
    width: 100%;
}
.site-footer .gform_wrapper {
    margin: 0 !important;
}
.site-footer .gform_wrapper ul li.gfield {
    margin: 0 !important;
    padding: 0 !important;
 }
 .site-footer .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}
.callout-section-image {
    height: 230px;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
    margin-bottom: 20px;
}
.callout-section-individual h2 {
    margin-bottom: 0;
}
.callout-section-individual {
  width: 50%;
  margin: 0 auto;
  min-width: 300px;
    max-width: 1000px;
}
.callout-section-individual {
    width: 50%;
    margin: 0 auto;
        margin-bottom: 0px;
    min-width: 300px;
    max-width: 1000px;
    margin-bottom: 59px;
}
.ngg-gallery-thumbnail {
    border: none !important;
    margin: 0 !important;
}
.wsp-pages-list .children {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.main-footer a { color: #fff;}
.main-footer a:hover { color: #34632C;}
.wsp-pages-title {
    display: none;
}

.entry article:nth-child(2n+1) {
    clear: both;
}

.entry article {
    float: left;
    margin: 0 1% 20px;
    width: 48%;
  text-align: left;
}

.entry article .post-image {
  margin-bottom: 15px;
}

.post-image-individual {
    background-position: center center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.entry article p {
  line-height: 1.5 !important;
}

.pubdate {
    font-size: .9em !important;
}

@media only screen and (max-width: 992px) {
.entry article {
    float: none;
    width: 100%;
}
}

@media only screen and (max-width: 600px) {
.post-image-individual {
    height: 200px;
}
}

#orourke-link {margin-top: 20px;}
#orourke-link a {color: #fff !important;}


/* MENUS */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
.menu-cards-wrap > .row {
    width: 100%;
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	.menu-cards-wrap > .row {
    width: calc(66.6666% + 16px);
	}
}

.dine-item {
    background-color: #fff;
    padding: 20px 30px;
    text-align: left;
    box-shadow: 0 0px 10px 0px #0000002b;
    width: 90%;
	margin-bottom: 20px;
    margin-top: 20px;
}

.dine-item h4 {
	font-size: 32px;
	font-weight: 400;
	border-top: 1px solid #c08c14;
	padding-top: 15px;
	margin-bottom: 30px;
}

.dine-item h5 {
	font-size: 20px;
	margin-bottom: 4px;
}
.menu-cards-wrap {
    margin-bottom: 100px;
}
.menu-cards-wrap:last-child {
    margin-bottom: 0;
}
.dine-item h4 {
    margin-bottom: 20px;
}

.dine-item h5 {
    margin-bottom: 2px;
}
.dine-item p {
	    font-size: 16px;
    line-height: 1.4;
    color: #575757;
}
ul.dine-list {
	margin: 0;
    list-style: none;
	margin-top: -17px;
    margin-bottom: 25px;
}
ul.dine-list li {
	list-style: none;
	font-size: 16px;
}