/* CSS For Cinnamon */

@font-face {
	font-family: 'Eagle-Book';
	src:
  url('../fonts/eagle-book.eot') format('embedded-opentype'), 
  url("../fonts/eagle-book.otf") format("opentype"),
  url('../fonts/eagle-book.ttf') format('truetype'),
  url('../fonts/eagle-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'Eagle';
	src:
  url('../fonts/eagle-light.eot') format('embedded-opentype'), 
  url("../fonts/eagle-light.otf") format("opentype"),
  url('../fonts/eagle-light.ttf') format('truetype'),
  url('../fonts/eagle-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'Baskerville';
	src:
  url("../fonts/baskerville.otf") format("opentype"),
  url('../fonts/baskerville.ttf') format('truetype'),
  url('../fonts/baskerville.svg#baskerville') format('svg'),
  url('../fonts/baskerville.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'Westmount-Regular';
  src:
  url("../fonts/Westmount-Regular.otf") format("opentype"),
  url('../fonts/Westmount-Regular.ttf') format('truetype'),
  url('../fonts/Westmount-Regular.svg#Westmount-Regular') format('svg'),
  url('../fonts/Westmount-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'CallingCode-Regular';
  src:
  url("../fonts/CallingCode-Regular.otf") format("opentype"),
  url('../fonts/CallingCode-Regular.ttf') format('truetype'),
  url('../fonts/CallingCode-Regular.svg#CallingCode-Regular') format('svg'),
  url('../fonts/CallingCode-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body {margin: 0 !important; padding: 0 !important;}
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; } body { line-height: 1; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } nav ul { list-style: none; } blockquote, q { quotes: none; } lockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } table { border-collapse: collapse; border-spacing: 0; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } section { position:relative; margin:0; padding:0; }
/* END html5doctor.com Reset Stylesheet */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
            not supported by any browser */
          }
          /* << Cinnamon Styles Here >> */
          .clear { clear:both; }
          body { 
            width: 100%; 
            margin: 0; 
            padding: 0; 
            -webkit-font-smoothing: antialiased;
            z-indexmoz-osx-font-smoothing: grayscale;
          }
          .main-container img{ display:block; max-width:100%; }
          .section-container { position:relative; width:78%; margin-left:11%; padding:30px 0px;}
          .section-container.narrower { position:relative; width:55%; margin-left:22.5%; }
          .section-container .section-left { position:relative; width:47.5%; margin-right:2.5%; float:left; word-wrap: break-word; }
          .section-container .section-right { position:relative; width:47.5%; margin-left:2.5%; float:left; }
          .section-container .triple-block { position:relative; width:100%; }
          .section-container .triple-block .block-item { position:relative; width:28%; float:left; margin-right:5%; margin-bottom: 50px;}
          .section-container .triple-block .block-item:last-child { margin-right:0; }

          h2 {
           font-family: Eagle;
           font-size: 41px;
           font-weight: 300;
           font-style: normal;
           font-stretch: normal;
           letter-spacing: 8px;
           color: #ffffff;
           text-transform:uppercase;
           line-height: 0.9;
         }
         p, div, li {
           font-family: Baskerville;
           font-weight: normal;
           font-style: normal;
           font-stretch: normal;
           line-height: 1.52;
           text-align: left;
         }
         p, li{
          color: #ffffff;
        }
        a { color: inherit; text-decoration:none;}
        a:hover {
         text-decoration:underline;
       }

       /* Header */
       #burger { position: fixed; width:32px; height:32px; top:20px; right:20px; background-image:url('../img/burger.png'); background-size:100%; background-repeat:no-repeat; z-index: 20; display:none; cursor:pointer; }
       #burger.close { background-image:url('../img/burger-close.png'); }
       #scrollup { position: fixed; bottom:50px; right:50px; width:50px; height:50px; background-color:#ffffff; background-image:url('../img/goup.png'); background-size:100%; background-repeat:no-repeat; border-radius:25px; z-index:3; cursor:pointer; opacity:.5;}
       #scrollup:hover { opacity:.7;}
       /* header { position:fixed; width:100%; top:0; left:0; z-index:10; height:72px; overflow:hidden; } */
       header #head { position:relative; width:100%; height:72px; background-color: #638b18; -webkit-transition: height 2s; transition: height 2s; }
       header #head ul#menu { list-style:none; padding:0; margin:0; text-align:center;}
       header #head ul#menu li.menuitem { 
         display:inline-block; 
         padding:0; 
         margin:0; 
         list-style:none; 
         text-align:center; 
         font-family: Westmount-Regular;
         /* font-size: 15px; */
         font-size: 17px;
         font-weight: normal;
         font-style: normal;
         font-stretch: normal;
         letter-spacing: 1.2px;
         line-height:72px;
         text-transform:uppercase;
         /* padding:0px 4%; */
         padding:0px 6px;
         color: #ffffff;
         cursor:pointer;
       }
       header #head ul#menu li.menuitem:hover { 
         background-color: #76a61c;
       }
       header #head ul#menu li.menuitem a {
        text-decoration: none;
       } 
       /*#headspacer { width:100%; height:72px; }*/
       /* Hero */

       section#hero { background-color: #d8d8d8; }
       section#hero #hero-image { position:relative; max-height:100vh;}
       section#hero #hero-image #hero-logo { position:absolute; top:25%; left:30%; width:40%; }
       section#hero #hero-image .hero-button { 
         position:absolute; 
         bottom:-70px; 
         left:50%; 
         transform: translateX(-50%);
         padding: 20px 10px;
         font-family: Baskerville;
         font-size: 24px;
         background-color: #638b18;
         color: white;
         text-align: center;
         border-radius: 35px;
         width: 22.5vw;
         max-width: 325px;
        }
        section#hero #hero-image .hero-button:hover {
          text-decoration: none;
          background-color: #76a61c;
        }

        @media screen and (max-width: 991px) {
          section#hero #hero-image .hero-button {
            display: none !important;
          }
        }

       /* Signup */

       section#signup { background-color: #708177; background-image:url('../img/green-texture.jpg'); background-repeat: no-repeat; background-size:100% auto; }
       section#signup .sign-banner { text-align:center; cursor:pointer;display: flex; align-items: center; justify-content: center; padding: 30px 0 40px; }
       section#signup .sign-banner h2 {  
         font-family: Westmount-Regular;
         font-size: 36px;
         font-weight: 300;
         font-style: normal;
         font-stretch: normal;
         letter-spacing: 3.6px;
         color: #ffffff;
       }

       /* Story */

       section#story { background-color: #bca99c; background-image:url('../img/pastel-texture.jpg');  background-repeat: no-repeat; background-size:100% 100%; padding-top:50px; padding-bottom:50px; }
       section#story h2 { 
         font-family: Westmount-Regular;
         font-size: 50px;
         font-weight: 300;
         font-style: normal;
         font-stretch: normal;
         letter-spacing: 6px;
         color: #ffffff;
         margin-bottom:30px;
       }
       section#story p {
         font-family: CallingCode-Regular;
         font-size: 18px;
         font-weight: normal;
         font-style: normal;
         font-stretch: normal;
         line-height: 1.52;
         text-align: left;
         color: #ffffff;
       }

       /* Menus */

       section#menus { background-image:url('../img/pattern-texture.jpg'); background-repeat: repeat-y; background-size:100% auto; padding-top:90px; padding-bottom:50px; }
       section#menus h2 {
         font-family: Westmount-Regular;
         font-size: 50px;
         font-weight: 300;
         font-style: normal;
         font-stretch: normal;
         letter-spacing: 6px;
         color: #444444;
         text-align: center;
         margin-bottom:30px;
       }
       section#menus p {
         font-family: Baskerville;
         font-size: 21px;
         font-weight: normal;
         font-style: normal;
         font-stretch: normal;
         line-height: 1.52;
         text-align: center;
         color: #444444;
         text-align: center;
         margin-bottom:45px;
       }
       section#menus #menus-list { text-align:center; }
       section#menus #menus-list ul { position:relative; list-style:none; padding:0; margin:0; }
       section#menus #menus-list ul li.menus-item { position:relative; list-style:none; padding:0; margin:0; display:inline-block; }
       section#menus #menus-list ul li.menus-item:nth-child(2n) { margin-left:9vw; }
       .menus-button {
         font-family: CallingCode-Regular;
         font-size: 20px;
         font-weight: normal;
         font-style: normal;
         font-stretch: normal;
         text-align: center;
         color: #ffffff;
         text-align: center;
         border-radius: 35px;
         background-color: #638b18;
         padding:20px 0;
         margin-bottom:50px;
         cursor:pointer;
         width:22.5vw;
         max-width:325px;
       }
       .menus-button:hover {
         background-color: #76a61c;
       }
       /* Scroller */

       section#scroller { }

       /* Dining */

       section#dining { background-color: #bca99c; background-color: #bca99c; background-image:url('../img/pastel-texture.jpg');  background-repeat: no-repeat; background-size:100% 100%; padding-top:50px; padding-bottom:50px; }
       section#dining h2 {
         font-family: Westmount-Regular;
         font-size: 50px;
         font-weight: 300;
         font-style: normal;
         font-stretch: normal;
         letter-spacing: 6px;
         color: #ffffff;
         margin-bottom:60px;
       }
       section#dining #private-dining {
        height: 500px;
       }
       section#dining #private-dining img {
        height: 500px;
        object-fit: cover;
        width: 100%;
       }
       section#dining p {
         font-family: CallingCode-Regular;
         font-size: 18px;
         font-weight: normal;
         font-style: normal;
         font-stretch: normal;
         line-height: 1.52;
         text-align: left;
         color: #ffffff;
       }
       section#dining .section-container .section-left .menus-button:nth-child(4) { margin-top:60px; }
       section#dining .section-left .menus-button:last-child {
         margin-bottom:0;
       }
       /* Blog */

       section#blog { background-image:url('../img/pattern-texture.jpg'); background-repeat: repeat-y; background-size:100% auto; padding-top:100px; padding-bottom:50px; }
       section#blog h2 {
        font-family: Westmount-Regular;
         font-size: 50px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 6px;
        color: #444444;
        text-align: center;
        margin-bottom:40px;
      }
      .block-item{
        background-size:cover;
      }
      section#blog .block-item {
       cursor:pointer;
     }
     section#blog .block-text { position:absolute; left:0; bottom:0; width:100%; background-color: rgba(98, 139, 24, 0.8); word-wrap: break-word; }
     section#blog .block-text h3 {
       font-family: Westmount-Regular;
       font-size: 21px;
       font-weight: 300;
       font-style: normal;
       font-stretch: normal;
       letter-spacing: 4.1px;
       text-align: center;
       color: #ffffff;
       margin-top:40px;
     }
     /* section#blog .block-text .block-link {
       font-family: CallingCode-Regular;
       font-size: 21px;
       font-weight: normal;
       font-style: normal;
       font-stretch: normal;
       line-height: 1.52;
       text-align: center;
       color: #ffffff;
       margin-bottom:40px;
       cursor:pointer;
     }
     section#blog .block-text .block-link:hover {
       text-decoration:underline;
     } */
     section#blog .section-container .menus-button {
       margin-top:40px;
       margin-left:auto;
       margin-right:auto;
     }

     /* Contact */

     section#contact { background-color: #bca99c; background-image:url('../img/pastel-texture.jpg'); background-repeat: no-repeat; background-size:100% 100%; padding-top:50px; padding-bottom:50px; }
     section#contact .block-text { }
     section#contact .block-text h2 {
       font-family: Westmount-Regular;
       font-size: 50px;
       font-weight: 300;
       font-style: normal;
       font-stretch: normal;
       letter-spacing: 8px;
       color: #ffffff;
       margin-bottom:70px;
     }
     section#contact .block-text p {
       font-family: CallingCode-Regular;
       font-size: 15px;
       font-weight: normal;
       font-style: normal;
       font-stretch: normal;
       line-height: 1.52;
       text-align: left;
       color: #ffffff;
       margin-bottom:30px;
     }
     section#contact .social-list { margin-top:50px; }
     section#contact .social-list .social-item { width:25px; height:25px; margin-right:10px; float:left; cursor:pointer; }
     section#contact .social-list #faceb.social-item { background-image:url('../img/round-face.png'); background-repeat: no-repeat; background-size: 100%; }
     section#contact .social-list #twit.social-item { background-image:url('../img/round-twit.png'); background-repeat: no-repeat; background-size: 100%; }
     section#contact .social-list #goog.social-item { background-image:url('../img/round-google.png'); background-repeat: no-repeat; background-size: 100%; }
     section#contact .social-list #insta.social-item { background-image:url('../img/round-insta.png'); background-repeat: no-repeat; background-size: 100%; }
     section#contact .social-list #tube.social-item { background-image:url('../img/round-tube.png'); background-repeat: no-repeat; background-size: 100%; }

     .section-container .triple-block .block-item:nth-child(3) {
       background-color:#ffffff;

     }
     section#contact .mapblock iframe {height: 100%;}
     section#contact .mapblock img.mobimg{ display:none; }
     section#contact .mapblock #map{ position:relative; width:100%; height:100%; }

     section#contact #mini-book {}
     section#contact #mini-book h2 {
       font-family: Eagle;
       font-size: 41px;
       font-weight: 300;
       font-style: normal;
       font-stretch: normal;
       letter-spacing: 8px;
       color: #bca99c;
       text-align: center;
       margin-top:10%;
     }
     section#contact #mini-book #book-form { }
     #ot-reservation-widget .ot-title { color: #333333; }
     #mini-book #book-form oc-component #ot-reservation-widget .ot-dtp-picker.standard { margin:10px auto !important; }
     #book-form oc-component .ot-date-picker input { font-size:16px !important; }
     #book-form iframe {
      display: block;
      margin: 0 auto;
      min-height: 300px;
     }
     #book-form {
      height: 300px;
     }

     /* Affilaites */

    /* section#affiliates { padding:0px; background-image:url('../img/footer-logos.png'); background-repeat: no-repeat; background-size:100% auto; }*/
     section#affiliates #aff-list .aff-item { position:absolute; cursor:pointer; }
     section#affiliates #aff-list .aff-item:nth-child(1) {
        height: 40%;
        left: 5%;
        top: 30%;
        width: 18%;
    }
    section#affiliates #aff-list .aff-item:nth-child(2) {
      height: 43%;
    left: 40%;
    top: 28%;
    width: 20%;
    }
    section#affiliates #aff-list .aff-item:nth-child(3) {
      height: 47%;
    left: 77%;
    top: 26%;
    width: 18%;
    }
    /*section#affiliates #aff-list .aff-item:nth-child(4) {
      height: 34%;
      left: 84%;
      top: 32%;
      width: 9%;
    }*/

    /* Footer */

    footer { background-color: #708177; background-image:url('../img/green-texture.jpg'); background-repeat: repeat-y; background-size:100% auto; padding-top:25px; padding-bottom:50px; overflow:hidden; }
    footer .section-container .section-left { width:65.5%; }
    footer .section-container .section-right { width:29.5%; }
    footer #foot-left-top { }
    footer #foot-left-top a {
     font-family: Westmount-Regular;
     font-size: 14px;
     font-weight: 300;
     font-style: normal;
     font-stretch: normal;
     letter-spacing: 1px;
     color: #f5f2ef;
     padding-left:20px;
     background-image:url('../img/littlephone.png');
     background-position:left center;
     background-size:contain;
     background-repeat: no-repeat;
     margin-right:20px;
   }
   footer #foot-left-top h3 {
    font-size: 20px;
    font-family: Westmount-Regular;
    margin-bottom: 10px;
    color: #fff;

   }
   footer #foot-left-top h3:last-of-type {
    margin-top: 20px;
   }
   footer #foot-left-top a:nth-of-type(2) {
     padding-left:15px;
     background-image:url('../img/littlemarker.png');
   }
   footer #foot-left-top a:last-child {
     padding-left:15px;
     background-image:url('../img/littlemarker.png');
   }
   footer #foot-left-mid { }
   footer #foot-left-mid #foot-menu { margin-top:50px; margin-bottom:50px; }
   footer #foot-left-mid #foot-menu a {
     font-family: Westmount-Regular;
     font-size: 14.4px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     letter-spacing: 1px;
     color: #ffffff;
      margin-right: 40px;
      display: inline-block;
   }
   footer #foot-left-bot { }
   footer #foot-left-bot div {
    font-family: Westmount-Regular;
     font-size: 14px;
     font-weight: 300;
     font-style: normal;
     font-stretch: normal;
     letter-spacing: 1px;
     color: #f5f2ef;
   }
   footer #foot-left-bot div a{
     display:inline-block;
     width:44px;
     height:15px;
     vertical-align:middle;
   }
   footer #foot-right-top { text-align:right;  }
   footer #foot-right-top a {
     text-align:right;
     font-family: Westmount-Regular;
     font-size: 14px;
     font-weight: 300;
     font-style: normal;
     font-stretch: normal;
     letter-spacing: 1px;
     color: #f5f2ef;
     padding-left:25px;
     background-image:url('../img/littlepost.png');
     background-position:left center;
     background-size:contain;
     background-repeat: no-repeat;
   }
   footer #foot-right-bot { text-align:right;  }
   footer #foot-right-bot #foot-cin-logo {
     position:absolute;
     bottom:0;
     right:0;
     width:81px; height:70px;
     background-image:url('../img/cincollect.png');
     background-position:left center;
     background-size:contain;
     background-repeat: no-repeat;
     cursor:pointer;
   }

   /* Blog Pages */

   /* Blog Top */
   section#content-top {  background-image:url('../img/pattern-texture.jpg'); background-repeat: repeat-y; background-size:100% auto; }
   section#content-top .section-container {
    margin-left: auto;
    max-width: 1060px;
    position: relative;
    width: 78%;
    margin-right: auto;
    padding-top:100px;
    padding-bottom:40px;
  }
  section#content-top .section-container #content-title {
   font-family: Westmount-Regular;
   font-size: 41px;
   font-weight: 300;
   font-style: normal;
   font-stretch: normal;
   letter-spacing: 8px;
   color: #444444;
   text-transform:uppercase;
   text-align:center;
   margin-bottom:10px;
 }
 section#content-top .section-container #content-info {
   margin-bottom:40px;
   text-align:center;
 }
 section#content-top .section-container #content-info div, section#content-top .section-container #content-info div a {
   display:inline-block;
   font-family: Westmount-Regular;
   font-size: 14px;
   font-weight: 300;
   font-style: normal;
   font-stretch: normal;
   letter-spacing: 2.7px;
   color: #444444;
   text-transform:uppercase;
   text-align:center;
 }
 section#content-top .section-container #content-info ul, section#content-top .section-container #content-info div li { list-style:none; padding:0; margin:0; }
 section#content-top .section-container p {
   font-family: CallingCode-Regular;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: 1.52;
   text-align: left;
   color: #444444;
   margin-bottom:1.5em;
 }

 /* Blog Mid */
 section#content-mid {}
 section#content-mid #content-image {
  height:600px;
  background-size:cover;
  background-position:center center;
}
section#content-mid #content-image img {}

/* Blog Bottom */
section#content-bottom {
	background-image:url('../img/pattern-texture.jpg'); background-repeat: repeat-y; background-size:100% auto; 
	padding-top:100px;
	padding-bottom:100px;
}
section#content-bottom .section-container {
  margin-left: auto;
  max-width: 1060px;
  position: relative;
  width: 78%;
  margin-right: auto;

}
section#content-bottom .section-container p {
	font-family: Baskerville;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.52;
  text-align: left;
  color: #444444;
  margin-bottom:1.5em;
}

/* Newsletter Popup */

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

    .mfp-align-top .mfp-container:before {
      display: none; }

      .mfp-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        z-index: 1045; }

        .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
          width: 100%;
          cursor: auto; }
          .button,
          input[type="button"],
          .comment-list .reply a,
          .woocommerce .widget_layered_nav_filters ul li a,
          .woocommerce-page .widget_layered_nav_filters ul li a,
          .widget .tagcloud a,
          .post-tags a {
            display: inline-block;
            font-family: inherit; /*important needed for 3rd plugin*/
            line-height: 28px; /*important needed for 3rd plugin*/
            padding: 2px 20px; /*important needed for 3rd plugin*/
            -webkit-border-radius: 5px; /*important needed for 3rd plugin*/
            -moz-border-radius: 5px; /*important needed for 3rd plugin*/
            border-radius: 5px; /*important needed for 3rd plugin*/
            border: 1px solid #8B6F56; /*important needed for 3rd plugin*/
            background: none; /*important needed for 3rd plugin*/
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #8B6F56;
            font-weight: 100;
          }
          input[type=submit] {
            display:inline-block;
            background: none; /*important needed for 3rd plugin*/
            padding:5px 20px;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 2px;
            border:1px solid #000;
            color: #000;
            font-weight: 100;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            position: relative;
          }
          #subscribe input[type=submit] {
            font-family: Baskerville;
            font-size: 17px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            color: #ffffff;
            text-align: center;
            border-radius: 35px;
            background-color: #638b18;
            padding: 20px 0;
            margin-bottom: 50px;
            cursor: pointer;
            border-color: transparent;
            width: 425px;
            margin: 0 auto;
            display: block;
            text-transform: capitalize;
            letter-spacing: 2px;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            position: relative;
          }
          input[type=submit]:hover {
            color: #fff;
            background-color: #000;
          }
          .form-container {
           position:relative;
           margin:0 auto;
           max-width: 500px;
           background: rgba(255,255,255,1);
           padding:20px;
          max-height: 80vh;
          overflow-y: auto;

         }
         input[type=date] {
          font-weight: 100;
        }
        #newsletter-popup {
         display:none;
         position:fixed;
         top:0;
         left:0;
         width:100%;
         height:100%;
         z-index:20;
       }
       #newsletter-popup-offer {
         display:none;
         position:fixed;
         top:0;
         left:0;
         width:100%;
         height:100%;
         z-index:20;
       }
       #subscribe{
        padding: 0px 50px;
      }
      .white-popup {
        background: rgba(0,0,0,.8);
      }
      .form-fields {
        margin: 0;
      }
      .form-fields li {
        list-style-type: none;
        display:block;
        margin-bottom: 10px;
      }
      .form-fields li label {
        color: #bca99c;
        font-family: Eagle;
        font-size: 25px;
        text-align: center;
        letter-spacing: 8px;
        text-transform: uppercase;
        padding-top: 20px;
      }
      .form-container input[type=submit] {
        min-width: 150px;
        margin-top: 20px;
      }
      .form-message {
        margin:20px 0 0 0;
      }
      #response {
        display:none;
      }
      .form-fields label {
        display: block;
        font-weight: 100;
        margin-bottom: 5px;
      }
      .form-fields input {
        width:100%;
        border-left: none;
        border-top: none;
        border-right: none;
        font-size: 20px;
        line-height: 20px;
        padding:10px;
      }
      form#subscribe div#response.form-message p {
       color: #bb0000;
     }
     button.mfp-close, button.mfp-arrow {
      background: transparent none repeat scroll 0 0;
      border: 0 none;
      box-shadow: none;
      cursor: pointer;
      display: block;
      outline: medium none;
      overflow: visible;
      padding: 0;
      z-index: 1046;
    }
    .mfp-close {
      color: #000000;
      font-family: Arial,Baskerville,monospace;
      font-size: 28px;
      font-style: normal;
      height: 44px;
      line-height: 44px;
      opacity: 0.65;
      padding: 0 0 18px 10px;
      position: absolute;
      right: 0;
      text-align: center;
      text-decoration: none;
      top: 0;
      width: 44px;
    }
    .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
      -moz-user-select: none;
    }

    /* Mobile Styles */

    @media only screen and (max-width: 1023px) {
     #headspacer {
      height: 60px;
    }
    header #head {
      height: 60px;
    }
    header #head ul#menu li.menuitem {
      line-height: 60px;
      padding: 0 2%;
    }
    section#menus #menus-list ul li.menus-item:nth-child(2n) {
      margin-left: 4vw;
    }
    .menus-button {
      padding: 15px 0;
      width: 24.5vw;
    }
    section#contact .section-container .triple-block .block-item {
      width: 47.5%;
      margin-bottom:40px;
    }
    section#contact .section-container .triple-block .block-item:first-child {
      width: 100%;
    }
    footer #foot-left-top a {
      display: block;
      margin-bottom:15px;
    }
    footer #foot-left-mid #foot-menu {
      margin-bottom: 50px;
      margin-top: 50px;
    }
  }

  @media only screen and (max-width: 767px) {
   section#signup .sign-banner h2 {
    font-size: 28px;
  }
  header #head ul#menu li.menuitem {
    font-size:14px;
    padding: 0 1.8%;
  }
}

@media only screen and (max-width: 627px) {
	header #head ul#menu li.menuitem {
		font-size: 13px;
		padding: 0 0.7%;
	}
  section#contact .mapblock img.mobimg{ display:block; }
  section#contact .mapblock #map{ display:none; }
}
@media only screen and (min-width: 513px) {
  .head__home-icon{
    display:none;
  }
}
@media only screen and (max-width: 1023px) {
  #burger {
    display:block;
  }
  #scrollup {
    bottom: 20px;
    height: 32px;
    right: 20px;
    width: 32px;
  }
  #headspacer {
    height: 0px;
  }
  /* header {
    display:none;
    height: 100%;
    width: 100%;
  } */
  header #head {
    height: 0%;
    padding-top: 62px;
  }
  header #head.open {
    height: 100%;
  }
  header #head ul#menu li.menuitem {
    display: block;
  }  
  header #head ul#menu li.menuitem.menuitem--alt.menuitem--festive{
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 512px) {
	section#signup .sign-banner h2 {
		font-size: 27px;
		line-height: 35px;
	}
	.section-container .section-left {
		margin-right: 0;
		width: 100%;
	}
	.section-container .section-right {
		margin-left: 0;
		width: 100%;
		margin-top:30px;
	}
	.section-container.narrower {
		margin-left: 11%;
    width: 78%;
  }
  section#menus #menus-list ul li.menus-item {
    float: none;
  }
  section#menus #menus-list ul li.menus-item:nth-child(2n) {
    margin-left: 0;
  }
  .menus-button {
    padding: 15px 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .section-container .triple-block .block-item {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  section#contact .section-container .triple-block .block-item {
    margin-bottom: 20px;
    width: 100%;
  }
  footer .section-container .section-left {
    width: 100%;
  }
  footer #foot-left-top a {
    font-size: 11px;
  }
  footer .section-container .section-right {
    width: 100%;
    height: 125px !important;
  }
  footer #foot-right-top {
    text-align: left;
  }
  section#dining #private-dining {
    height: 300px;
   }
   section#dining #private-dining img {
    height: 300px;
   }
}

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



.category-strip{
  text-align:center;
  padding: 40px 0px;
}
.category-strip li{
  display: inline-block;
  padding:5px 10px;
}
.category-strip li a{
  list-style: none;
  display:block;
  font-family: Baskerville;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  text-align: center;
  border-radius: 35px;
  background-color: #638b18;
  padding: 20px 0;
  cursor: pointer;
  border-color: transparent;
  min-width: 250px;
  margin: 0 auto;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}





.gen-table{
  display: table;
  width: 100%;
  height:100%;
}
.gen-cell{
  display: table-cell;
  vertical-align: middle;
}



.menuitem--alt {
  background-color: #C1402D;
}

section#festive {
  background-color: #bca99c;
  background-color: #bca99c;
  background-image: url(../img/pastel-texture.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
section#festive h2 {
  font-family: Eagle;
  font-size: 41px;
  line-height: 1.1;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 8px;
  color: #ffffff;
  margin-bottom: 30px;
}
section#festive p + h2 {
  margin-top: 35px;
}
section#festive p {
  font-family: Baskerville;
  font-size: 21px;
  margin-bottom: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.52;
  text-align: left;
  color: #ffffff;
}

.menus-button--xmas {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 210px;
  margin: 45px 20px 0 0;
}
.menus-button--xmas:last-child {
  margin-right: 0;
}
@media all and (max-width: 1200px) {
  .menus-button--xmas {
    width: 190px;
    margin-right: 15px;
  }
  .menus-button--xmas:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .menus-button--xmas:last-child {
    margin-top: 22px;
  }
}
#newsletter-popup-offer p{
  color: #bca99c;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-top: 20px;
  padding: 10px 10px 20px 10px;
  }
#newsletter-popup-offer .form-fields li{
  margin-bottom: 5px;
}
.g-recaptcha{
  margin-top: 20px;
}
@media only screen 
  and (min-device-width: 310px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    #subscribe input[type=submit] {
      width: 150px;
      margin: inherit;
    }
     #newsletter-popup-offer {
    position: relative;
  }

}

.ot-dc-badge {
  background-size: contain;
}

.ot-dc-badge--p {
  bottom: 0;
  right: 100px;
  position: absolute;
  padding-top: 100px !important;
  height: 100px !important;
  width: 100px !important;
  background-image:url('../img/award.png') !important;
  background-size: contain !important;
}

@media all and (max-width: 500px) {
  .ot-dc-badge--p {
    padding-top: 70px !important;
    height: 70px !important;
    width: 70px !important;
  }   
}

@media all and (min-width: 900px) and (max-width: 1023px) {
  header #head ul#menu li.menuitem { 
    padding: 0 1.5%;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  header #head ul#menu li.menuitem { 
    padding: 0 1%;
  }  
}

@media only screen and (min-width: 1200px) {
  header #head ul#menu li.menuitem { 
    padding: 0 2%;
  }  
}

@media only screen and (min-width: 1400px) {
  header #head ul#menu li.menuitem { 
    /* padding: 0 3%; */
    padding: 0 18px;
    font-size: 15px;
  }  
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

.cover {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.object-fit-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-section {
    height: 445px;
}

.full-width-image {
    padding-bottom: 35%;
}

.text-cta-section .section-container {
    padding: 120px 0;
    text-align: center;
}

.text-cta-section__text {
    margin-bottom: 80px;
    text-align: center;
}

.text-cta-section__text p {
    text-align: center;
    font-size: 21px;
    line-height: 1.5;
}

.text-cta-section__buttons {
    display: flex;
    justify-content: center;
}

.menus-button.normal-button {
    padding: 20px 40px;
    margin-bottom: 0;
    width: auto;
    max-width: unset;
    display: inline-block;
}

.button-wrap {
    margin-right: 40px;
}

.button-wrap:last-child {
    margin-right: 0;
}

.menus-button.normal-button:hover {
    text-decoration: none;
}

/*header #head {*/
/*    background-image: url(../img/christmas-header.png);*/
/*    background-size: cover;*/
/*}*/

.page-template-template-christmas-2022 section#affiliates {
    background-image: url(../img/affiliates-bg.png);
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 5px solid #AB825E;
    border-top: 5px solid #AB825E;
    border-color: #AB825E !important;
}

.page-template-template-christmas-2022 section#affiliates .section-container {
    padding: 0;
}

.aff-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aff-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 calc(33.333333% - 15px);
    max-width:  calc(33.333333% - 15px);
}

.aff-list img {
    max-height: 140px;
    width: auto;
    max-width: 90%;
}

.image-and-text-section .section-container {
    padding: 80px 0;
}

.image-and-text-section h2 {
    margin-bottom: 70px;
}

.cta-section {
    padding: 120px 0;
    position: relative;
}

.cta-section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.9) 0%, rgba(0, 0, 0, 0.8) 27%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.cta-section__text {
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 2;
}

.cta-section__text h2 {
    margin-bottom: 20px;
}

.text-cta-section__title {
    text-align: center;
    margin-bottom: 20px;
}

.page-template-template-landing #headspacer {
  display: none;
}

.page-template-template-landing #affiliates {
  display: none;
}

.landing {
  cursor: pointer;
    height: 100vh;
    display: flex;
}

.landing__left, .landing__right {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:  hidden;
}

.landing__left a, .landing__right a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.landing__left:hover .landing__bg, .landing__right:hover .landing__bg {
  transform: scale(1.05);
}

.landing .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
    height: 100%;
    width: 100%;
}

.landing .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 15;
    height: 100%;
    transition: 0.5s;
    width: 100%;
}

.landing__left.darken .hover-overlay {
  background: rgba(0,0,0,0.7);
}

.landing__right.darken .hover-overlay {
  background: rgba(0,0,0,0.7);
}

.landing .landing__bg {
  height: 100%;
  position: absolute;
  transition: 0.5s;
  object-fit: cover;
  width: 100%;
}

.landing .cb-logo {
  height: auto;
  margin-bottom: 20px;
  max-width: 400px;
  width: 100%;
}

.landing__content {
  padding: 0 30px;
  position: relative;
  z-index: 10;
}

.landing__content p {
  color: #fff;
  font-family: 'Westmount-Regular';
  font-size: 36px;
  letter-spacing: 3.6px;
  text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.70);
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .menus-button.normal-button {
        padding: 15px 30px;
        margin-right: 30px;
        font-size: 20px;
    }

    .aff-list img {
        max-height: 110px;
    }

    .image-and-text-section h2 {
        margin-bottom: 50px;
    }

    .cta-section, .text-cta-section .section-container {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 992px) {
    .landing {
      flex-wrap: wrap;
    }

    .landing__left, .landing__right {
      width: 100%;
    }

    .text-cta-section__buttons {
        flex-flow: wrap;
    }

    .text-cta-section__buttons .button-wrap {
        flex: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-right: 0;
        margin-bottom: 30px;
    }

    .text-cta-section__buttons .button-wrap:last-child {
        margin-bottom: 0;
    }

    .aff-list img {
        max-height: 80px;
    }

    .cta-section, .text-cta-section .section-container {
        padding: 80px 0;
    }
}

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

    .landing__content p {
      font-size: 26px;
      letter-spacing: 2.6px;
    }

    .text-cta-section__buttons .button-wrap {
        flex: 0 1 100%;
        max-width: 100%;
    }

    .text-cta-section__buttons .button-wrap .normal-button {
        width: 100%;
    }

    .aff-list img {
        max-height: 60px;
    }

}

img {
  width: 100%;
}