/*
Theme Name: 	Blue Harbour
Description: 	Custom responsive WordPress theme
Version: 		1.8
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; }


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

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

:focus {
    outline: 3px solid #F44338;
    outline-offset: 2px;
}

[tabindex]:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.7);
}

a:focus,
button:focus {
    outline: 2px dashed #F44338;
}

body {
    background-color: #3978b7;
    font-family: "open sans",sans-serif;
    font-size: 100%;
    line-height: 1.25;
}

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

h1 {
  font-family: 'italiana';
  font-size: 2.25em;
  color: #fff;
  text-transform: uppercase;
}
h2 {
  font-family: 'italiana';
  font-size: 1.8em;
  color: #fff;
    text-transform: uppercase;
}
h3 {
  font-family: 'open sans';
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
}
h4 {
  font-family: 'open sans';
  font-size: 0.9em;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.page-content h2.faux-h3{
color: #000;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 5px;

}

h2.faux-h3{
font-family: 'open sans';
    font-size: 1.2em;
}

p {
  font-size: 1em;
  letter-spacing: 1px;
  color: #252525;
  font-weight: 100;
}
.page-title {
    text-align: left;
    width: 10%;
    margin: 0 20px auto;
}
.wrapper {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
    width: 80%;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    width: 90%;
  }
}

.page-content {
    background: #fff;
}
.content {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

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


.header-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    background: #3978b7;
    transition: all .4s ease 0s;
    padding: 0 20px;
}

.header-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100%;
}

header[role="site-header"] .header-wrapper.sticky .logo {
  max-height: 75px;
}

header[role="site-header"] {
    position: relative;
    margin: 0;
    z-index: 1;
    background: #3978b7;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
header[role="site-header"] .logo {
    position: relative;
/*  margin: 10px;*/
  padding: 10px;

}
header[role="page-header"] {
    margin: 0 auto;
/*    padding-top: 140px;*/
}
header[role="page-header"] img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}


/*	--------------------------------------------------
     02  MAIN MENU
    -------------------------------------------------- */
ul#main-menu {
  height: 100%;
/*    display: flex;*/
}

.mobile-main-menu {
  display: none;
}

.main-menu-toggle {
    display: none;
}

.menu a, .top-left-nav a {
    display: block;
    font-family: 'italiana';
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    padding: 0 22px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.left-menu {
    margin-right: auto;
}

.main-menu-wrapper {
  margin-left: auto;
}

.top-left-nav {
  height: 100%;
}

#topleftnav {
  height: 100%;
}

.main-menu {
  height: 100%;
}

.menu li:hover > a, .top-left-nav li:hover > a {
    color: #252525;
}
.menu-right a {
    color: #252525;
    font-style: normal;
    padding-left: 15px;
}
.menu-right a:hover {
    color: #fff;
}

.menu li {
  display: inline-block;
  height: 100%;
/*  margin-top: -7px;*/
}
.menu li ul {
    position: absolute;
    top: 120px;
    left: -9999px;
/*    min-width: 100%;*/
    width: auto;
    padding: 15px 20px;
    background: rgba(255,255,255,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;
}
.menu li:hover ul {
    left: 0;
}
.menu li li {
    float: none;
    white-space: nowrap;
}
.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;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    top: 0;
    color: #252525;
}
.menu li li a:hover {
/*    color: #252525;*/
}
    button.css3button {
    display: none;
}

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

/*	--------------------------------------------------
     02  MAIN MENU
    -------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  header[role="site-header"] .logo {max-height: 100px;}
  .menu a, .top-left-nav a {padding: 0 12px;}
}

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

  .header-wrapper {
    padding:0;
  }

    .left-menu {
      display: none;
    }

    .main-menu {
      display: none;
    }

    .main-menu-wrapper {
        display: block;
    }

    .mobile-main-menu {
      display: initial;
    }

    .top-menu-wrapper {
        display: block;
        padding: 0 5%;
        background: #4d7ec1;
    }
    .main-menu-wrapper {
        clear: both;
        float: none;
        display: none;
        margin: 0 auto;
        background: #252525;
    }
    .header-items-wrapper {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .main-menu-toggle {
        color: #fff;
        display: block;
        float: right;
        font-size: 2.8125em;
        line-height: 1.75;
        padding-right: 5%;
        text-decoration: none;
    }
    .mobile-main-menu {
        background: #333;
        box-shadow: 0 1px 3px #252525 inset;
    }
    .mobile-main-menu a {
        display: block;
        margin: 0 auto;
        padding: 14px 30px;
        color: #d6d6d6;
        text-decoration: none;
        line-height: 1;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        top: auto;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .mobile-main-menu li {
        float: none;
        border-top: 1px solid #454545;
        border-bottom: 1px solid #1f1f1f;
        display: block;
    }
    .mobile-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;
        font-weight: bold;
        line-height: 1;
    }
        .menu-item-parent span:after {
            content: '\25B6';
        }
        .menu-item-parent span.open:after {
            content: '\25BC';
        }
    .mobile-main-menu .sub-menu {
        display: none;
        background: #222;
    }
    .mobile-main-menu .sub-menu a {
        padding: 12px 30px;
        color: #b2b2b2;
        font-weight: normal;
        font-size: 0.875em;
    }

    .mobile-main-menu .sub-menu li {
        border-bottom: 1px solid #252525;
    }
    .mobile-main-menu .sub-menu li:first-child {
        border-top: 2px solid #252525;
    }
    .mobile-main-menu .sub-menu li:last-child {
        border-bottom: 1px solid #252525;
    }
    .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;
      font-family: 'italiana';
      font-size: 1em;
      color: #fff;
      text-transform: uppercase;
        background-color: #252525;
    }
  .menu li:hover > a, .top-left-nav li:hover > a {
    color: #fff;
  }

    header[role="site-header"] {
      margin: 0;
    }

    header[role="site-header"] .header-wrapper {
          position: fixed;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100%;
    display: block;
    }
    header[role="site-header"] .header-items-wrapper .logo {
      margin-bottom: 0px;
      width: 175px;
      padding-left: 30px;
      max-height: 100% !important;
    }

    .top-left-nav {
      display: none;
    }

  header[role="page-header"] {padding-top: 90px;}

}


@media only screen and (max-width : 900px) {
        .OT_wrapper {
        display: none;
    }
    button.css3button {
        display: block;
        margin: 0 auto;
        font-family: "proxima-nova",sans-serif;
        font-size: .8em;
    font-weight: 100;
    letter-spacing: 2px;
        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 #252525;
        -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='#252525', 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;
    }

}

/*	--------------------------------------------------
     BOOKING WIDGET
    -------------------------------------------------- */
.open-table-widget-datepicker.datepicker-dropdown {

    -webkit-box-shadow: initial !important;
    box-shadow: initial !important;
}
/*	--------------------------------------------------
     05  FOOTER
    -------------------------------------------------- */

.site-footer {
    overflow: hidden;
    color: #ffffff;
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
}

.main-footer.clearfix {
    display: flex;
/*    justify-content: space-between;*/
    align-items: center;
    font-family: 'open sans';
    font-size: 1.2em;
  font-weight: 100;
  letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
}

.main-footer .left-footer {
  width: 30%;
  padding: 0 30px;
  float: left;
}

.main-footer .address {
  float: left;
  width: 70%;
  padding: 0 30px;
}

@media screen and (max-width: 1100px) {
  .main-footer.clearfix {
    flex-direction: column;
  }

  .main-footer .left-footer {
  width: 100%;
  padding: 0 30px;
  float: none;
    text-align: center;
}

.main-footer .address {
  float: none;
  width: 100%;
  padding: 0 30px;
}

}

@media screen and (max-width: 1100px) {
  .address {
      margin-top: 60px;
      text-align: center;
  }
}

.site-footer ul li, .site-footer ol li {
    display: inline-block;
    padding: 0 1%;
}

.site-footer ul li:first-of-type::after, .site-footer ol li {
  content: " | ";
  padding-left: 13px;
}

.footer-menu {
    margin: 30px 0;
    clear: both;
}

.footer-menu-top {
    background-color: #fff;
    width: 70px;
    height: 3px;
    margin-bottom: 15px;
}
.social-icons > a {
    font-size: 1em;
}
footer .wrapper,
.credits .wrapper{
    padding: 0;
    width: 100%;
}

.main-footer p {
  font-family: 'open sans';
  font-size: 1.2em;
  line-height: 1.5;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.credits {
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 15px 0;
}

.credits .wrapper {
  padding: 0 30px;
    width: 90%;
  display: flex;
  justify-content: space-between;
}

.credits .wrapper a, .credits a {
  font-family: 'open sans';
  font-size: 1em;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.credits-middle a{
    padding: 0 15px;
}

.credits-middle a:first-of-type {
    border-right: 1px solid #fff;
}

/*	--------------------------------------------------
     07  PAGE DEFAULTS
    -------------------------------------------------- */
.page-content {
    background: #ffffff;
    background-repeat: repeat-x;
    background-position: center top;
    color: #000;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #000;
    margin-bottom: 1em;
    text-transform: uppercase;
  letter-spacing: 5px;
}
.page-content h1 {

}
@media only screen and (max-width : 800px) {
.page-content h1 {
    font-size: 2em;
    letter-spacing: 6px;
        padding-top: 10px;
}
}
.page-content h2 {
    color: #252525;
    padding-top: 10px;
}
.page-content h3 {
    color: #000;
    font-weight: 500;
    padding-top: 10px;
}
.page-content p, .page-content ul {
    color: #252525;
    line-height: 203%;
    margin-bottom: 1em;
    padding-top: 10px;
}

.page-content .content a {
      text-decoration: none;
        color:#3978b7;
}

.page-content .content a:hover {
  color:#3978b7;
}

.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: flex;
}
.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;
}
.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-content .content .left-title {
      float: left;
    width: 30%;
    padding: 0 30px;
    text-align: right;
    line-height: 1.4;
}

.page-content .content .right-content {
    float: left;
    width: 70%;
    padding: 0 30px;
    border-left: 2px solid;
}

@media screen and (max-width: 800px ){
  .page-content .content .left-title {
      float: none;
    width: 100%;
    text-align: left;
    padding: 0;
}

.page-content .content .right-content {
    float: none;
    width: 100%;
    border-left: none;
  padding: 0;
}
}

.page reservations {
    display: block;
    width: 100%;
    height: 100px;
    background-color: #090909;
}

.reservations-br {
    display: none;
}
@media screen and (min-width: 800px) and (max-width: 1520px){
    .reservations-br {
        display: block;
    }

}

.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%;
    float: left;
    height: auto;
}

/*	--------------------------------------------------
     SIDEBAR PAGE DEFAULTS
    -------------------------------------------------- */

.page-template-page-sidebar .page-content .wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .page-template-page-sidebar .page-content .wrapper {
    flex-direction: column;
  }
}

.page-template-page-sidebar .page-content .content {
  margin: 70px 10% 70px 5.5%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .page-template-page-sidebar .page-content .content {
    margin-bottom: 20px;
  }
}


/*	--------------------------------------------------
     09 OPENTABLE
    -------------------------------------------------- */
.opentable {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.open-table-widget {
  background-color: #252525;
  width: 100%
}

.otw-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
    border-top: 1px solid #fff;
}

.otw-wrapper > div {
  flex-grow: 1;
    width: 25%;
}



.open-table-widget .otw-widget-form-wrap label, .powered-by-open-table, .reserve-button {
    display: none;
}


.booking-title {
  display: block;
    text-align: center;
    background: #000;
    font-weight: normal;
    padding: 15px;
}

.booking-title span {
    font-family: 'italiana';
    font-size: 2.25em;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.open-table-widget select, .open-table-widget .otw-widget-form-wrap input[type="text"] {
  border: 0px;
  border-right: 2px solid #fff;
  font-family: 'open sans';
  font-size: 1.4em;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 40px;
  height: inherit;
  background-color: inherit;
  background: url(images/arrow-down.png) no-repeat scroll 80% center;
    font-weight: 100;
}

.open-table-widget select option {
  color: #252525;
}

.open-table-widget .otw-widget-form-wrap input.otw-reservation-date {
  background: url(images/calendar.png) no-repeat scroll 80% center;
}

.open-table-widget .otw-widget-form-wrap select.otw-reservation-time  {
  background: url(images/clock.png) no-repeat scroll 80% center;
}

@media screen and (max-width: 1000px) {
  .open-table-widget {
    width: 90%;
    margin: 0 auto 45px;
  }

    .reserve-button {display: block;}
    .open-table-widget, .booking-title {display: none;}


.reserve-button {
    text-align: center;
    background: #000;
    padding: 15px;
}

.reserve-button a {
    color: #fff;
     font-family: "italiana";
  font-size: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
}

}

/* gets rid of default select arrows */
select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance:none;
}

/*for IE10*/
select::-ms-expand {
  display: none;
}

.open-table-widget .otw-wrapper .otw-input-wrap {
  margin: 0;
  border: 0px;
}

.otw-submit {
  padding: 25px 0;
  font-family: "italiana";
  font-size: 1.5em;
  width: 100%;
  border: 0;
  text-align: center;
  background-color: unset;
  color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

#OT_searchWrapper h2 {
    float: left;
    width: 20%;
    font-size: 1.125em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}
#OT_defList {
    float: right;
    width: 78%;
    color: #f9f0e5;
}
#OT_defList dt,
#OT_defList dd {
    float: left;
}
#OT_defList dt {
    margin-right: 5px;
    font-size: 0.875em;
    font-weight: bold;
}
#OT_defList dd {
    margin-right: 10px;
}
#OT_date .OT_feedFormfieldCalendar {
    padding: 2px 6px;
    border: 1px solid #252525;
    border-radius: 4px;
    font-family: "proxima-nova",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;
    font-weight: bold;
    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;
    font-weight: bold;
    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;
}


@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;
    text-align: center;
    font-weight: bold;
    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: #252525 !important;
}

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


.right-column img {
    max-width: 30px !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: #252525;
    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: #3978b7;
    color: #fff !important;
    display: inline-block;
    font-family: "proxima-nova",sans-serif;
    letter-spacing: 4px;
  font-weight:100;
    padding: 10px 25px 10px 25px;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-bottom: 20px;
  margin-top: 20px;
  text-decoration: none !important;
}
.button > a:hover {
    background-color: #252525;
}
.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%;
}
@media only screen and (max-width : 800px) {
.image-wrapper {
    width: 33.333%;
}

    .credits .wrapper {display: block;}
    .credits .wrapper p {margin: 20px auto;}

}
@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: #252525;
    color: #ffffff;
    padding: 8px 20px !important;
    text-transform: uppercase;
    font-family: "proxima-nova",sans-serif;
  line-height: 1 !important;
  border-radius: 0 !important;
  display: block !important;
    height: 32px !important;
}
label {
      font-family: "proxima-nova",sans-serif;

}
strong {
    font-weight: bold;
}
.site-footer .gform_widget {
    width: 360px;
    margin: 30px auto;
    height: 41px;
}
.site-footer .gform_body {
    width: 70% !important;
    float: left;
}
@media only screen and (max-width : 400px) {
.site-footer .gform_body {
    width: 53% !important;
    float: left;
}
}
.gform_footer.top_label {
    width: 30% !important;
    float: left;
    clear: none !important;
}
.site-footer .gform_wrapper .top_label input.medium {
    width: 100% !important;
    margin: 0 !important;
    padding: 8px !important;
    border-radius: 0 !important;
    border: none !important;
    line-height: 1;
    font-size: 1.15em !important;
        height: 32px !important;
}
.site-footer  .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.site-footer .gform_wrapper .button {
    background-color: #252525;
    color: #000;
}
.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;
    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;
}
.wsp-pages-title {
    display: none;
}
.menu-footer-menu-container {
    padding-top: 7px;
}

section[role="opentable"]{
	height:157px;
}

header[role="page-header"]{
	min-height:33vw;
}

header[role="site-header"]{
	height:120px;
}

@media only screen and (max-width:1000px)
{
	section[role="opentable"]{
	height:60px;
}
	
	header[role="site-header"]{
	height:auto;
}
}

.skip-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #005fcc; /* High-contrast background */
    color: #ffffff; /* High-contrast text */
    padding: 8px 16px;
    text-decoration: none;
    font-size: 16px;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-link:focus {
    transform: translateY(0);
    outline: 2px solid #ffffff; /* Optional outline for additional visibility */
}
