/*HOME*/
#popupWrap:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
}
#popupWrap {
    height: 100vh;
    z-index: 999;
}
#popup {
    max-width: 460px;
    margin: auto;
    position: relative;
    top: 50%; 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popupBg {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.close-button {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.close-button img {
    width: 20px;
    height: 20px;
}
#popup .blockImg {
    background: #355a4b;
    padding: 0 0 55px 0;
    outline: 1px solid white;
    outline-offset: -20px;    
}
#popup .blockImg img {
    max-width: 100%;
}
#popup .contentTitle {
    color: #fff;
    line-height: 1.3;
    padding-top: 1em;
    padding-top: 30px;
    font-size: 24px;
    padding-left: 25px;
    padding-right: 25px;    
}

#popup p:last-child {
    padding-top: 20px;
}

#popup .button {
    padding: 0;
    text-decoration: underline;
}


#page_404 .pageTitle {
 text-align: center!important;   
 width: 800px;
 margin:auto;
}
#page_404 .contentTitle {
 text-align: center!important;   
}
#page_404 .sitemap {
      text-align: center!important;    
      padding-bottom: 60px;
}

a.button, .item a.button {
    color: #fff;
    font-family: soleil, sans-serif!important;
    font-weight: bold;
}
.ctaButton {
    padding: 1.5em;
    font-family: soleil, sans-serif!important;
    font-weight: bold;
}

.blockWrap_a09069e14e6b45aabe1a135f4b8eed16 a.button{
    color: #345b4b;
}

/*OPEN TABLE*/

.blockContent .block_eb9ac08be71549b99aab3381e059cc06   {
 padding-left:0px!important;   
}
/*mailing list */
.blockContent .block_aace2f7d8a2242d899445e5483929286   {
 padding-left:0px!important;   
}
    
/*mapbox map*/ 
.block_f398605f503944eebc2cfe59cb915132 {
    position: relative;
    height: 450px;
}
#map {
    position: absolute;
    top: 0;
    left: 4%;
    right: 4%;
    bottom: 0;
}

/*navigation*/
.navContent li:first-child { padding-top:50px;}

.navContent .navSocialIcons li  { padding-top:20px!important;}

.navContent li:nth-child(n+1):nth-child(-n+5) {
    font-family: soleil, sans-serif!important;
    font-style: normal;
    font-weight: 700;
}

.navContent li:nth-child(6) {
padding-top: 20px;
}

.navContent li:nth-child(n+6):nth-child(-n+10) {
    font-family: schoolbookweb,"Times New Roman",Times,serif;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.navContent li .button {   
     font-family: soleil, sans-serif!important;
    font-style: normal;
    font-weight: 700;   
    text-transform:uppercase
}

/*.contentTitle, .categoryHeader {*/
/* padding-bottom: 25px;   */
/*}*/

/*LOCATIONS PAGE CUSTOM*/

.items_ab50c04fc1d24fc99c0995f9894c108b .item:nth-child(2) {
    padding-top: 30px;
}

/*all block text padding-top*/

@media only screen and (min-width: 768px){
.blockContent.hasImg.layoutC .blockText, .blockContent.hasImg.layoutD .blockText {
    padding-top: 45px!important;
}
}

/*FOOTER*/
.footerContent .blockInnerContent {
font-family: soleil, sans-serif!important;
font-style: normal;
font-weight: 700;
/*letter-spacing:.05em;*/
}
.page_fdeb0c1a7bd24d519bdc629726351f6d .footerContent {
    border-top: 0px solid #355a4b;
    padding-top: 50px;
}
.footerContent {
    border-top: 1px solid #355a4b;
    padding-top: 50px;
}
.footerContainer {
 padding-top:0px;   
}
@media only screen and (min-width: 468px) {
    .block_e4fa2cf1d352448aa52a139288e5c38f li {
        display: inline-block;
        margin: 0 .5em;
    }
}
.block_e4fa2cf1d352448aa52a139288e5c38f a.button {
    padding: 1.5em;
}

.scCredit {
text-transform: none;
padding-top: 0px; 
}

.items_df4f9157401348279813b4a8591f9503 .item:hover {
   outline:#fbeed6 solid 4px;

}
/*SECONDARY NAV*•••••••••••••••••/*/
.ctaNav {
    background: #fbeed6;
    color: #345b4b;
    padding: 4px 0;
    width: 100%;
    display: table;
    box-sizing: border-box;
}
/*content width*/ 
.ctaNav .blockContent {
    margin: 0 auto;
    max-width: 100%; /*edit based on layout width, 100% if Stretch header & navigation to window edges is selected*/
    
}
.ctaNav .blockInnerContent {
    padding-right: 48px;
    padding-left: 48px;
    text-align:center;
}
/*link font color*/
.ctaNav a {
    color: #345b4b;
    text-decoration: line;
}
@media only screen and (max-width: 768px) {
    .ctaNav li {
        text-align: center;
        list-style-type: none;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .ctaNav li {
        display: inline-block;
        margin-right: 2.5em;
        font-size: 14px;
    }
    .ctaNav li:last-child{
     margin-right:0;   
    }
}
@media only screen and (min-width: 768px) {
.headerContent {
    max-width: none;
    }
    .headerContent h1.logo, .headerContent h1.logoAndSiteName a.logo {
    max-width: 130px;
}}
/*LOGO CUSTOMIZATINS MOBILE*/

@media only screen and (max-width: 767px) {
 .headerContent {
     padding-left: 5px; 
}   
.headerContent h1.logo, .headerContent a.logo {
    float: left;
    margin: 0 auto;
}
  .headerContent h1.logo, .headerContent h1.logoAndSiteName a.logo {
    max-width: 95px;
}
.footerContainer {
 padding-bottom:20px;   
}
.footerContent .blockContainer {
    padding: 3.5em 0 0 0;
}
.blockContainer.blockWrap_ebf30a69e8df47e8aa70bd48b9ba0d04 {
    padding: 0em 0 0 0;
}
}

/*RESERVATIONS PAGE••••••••••••••••••••••••••••••••*/
.items_d987671944904e51ab6ba6dbc22a606c .contentTitle {
    line-height: 36px;
}

/*CATERING PAGE••••••••••••••••••••••••••••••••*/
/*@media only screen and (min-width: 768px) {*/
/*    .blockWrap_b1fa50af9ecc49319298660a2b3de915 .blockContent {*/
/*        margin-left: 48% !important;*/
/*    }*/
/*}*/

/*SPLASH PAGE••••••••••••••••••••••••••••••••*/
/*SPLASH PAGE••••••••••••••••••••••••••••••••*/

input#mce-EMAIL.email2::placeholder {
color: #f6f4d5; 
font-family: soleil, sans-serif;
font-style: normal;
font-weight: 700;
font-size:15px;
}

/*html, body {*/
/*font-family: soleil, sans-serif;*/
/*font-style: normal;*/
/*font-weight: 700;*/
/*}*/

.block_f0b8fb96a6b2445fa132763ff2f25fc9 a {
    color: #f6f4d5;
}
/*SPLASH PAGE••••••••••••••••••••••••••••••••*/


/*OPENING*/
/*.block_e9b5d5f6964f4b4391f51770a54b397b .contentTitle {*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.06em!important;*/
/*}*/

/*.block_e9b5d5f6964f4b4391f51770a54b397b .contentTitle {*/
/*    font-size: 155px;*/
/*    text-align: center;*/
/*    padding-left: 0;*/
/*    margin-right: 0;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*.block_e9b5d5f6964f4b4391f51770a54b397b .contentTitle {*/
/*    font-size: 100px;*/
/*    text-align: center;*/
/*    letter-spacing: normal;*/
/*    padding-left: 0;*/
/*    margin-right: 0;*/
/*}*/
/*}*/


/*FOOTER*/
/*.contentTitle, .categoryHeader {*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.06em!important;*/
/*}*/
/*.block_d775c67559274b27988fc598faebc5c0 .socialIcons a {*/
    /*background-color: #ccc; */
/*    border-radius: 50%;*/
/*    border: 1px solid #f6f4d5;*/
/*}*/

/*.blockInnerContent {*/
/*    letter-spacing: 1.6px;*/
/*}*/

/*•••••••••••••••••••• BUTTON ••••••••••••••••••*/


/*#mc_embed_signup_scroll .email2 {*/
/*    margin: 0 0 1em 0;*/
/*    background-color: transparent;*/
/*    width: 15em;*/
/*    max-width: 100%;*/
/*    padding: 10px .5em;*/
/*    line-height: 1.5;*/
/*    box-sizing: border-box;*/
/*    border: 1px solid #f6f4d5; */
/*}*/

/*#mc_embed_signup_scroll .button2,*/
/*.block_c5f3f245fc084c6bb876c168adea0d72 button {*/
/*     background: #f6f4d5;*/
/*    color: #355a4b;*/
/*    font-size: 16.2px;*/
/*    font-weight: bold;*/
/*    padding:10px;*/
/*    text-transform:uppercase;*/
/*    font-family: soleil, sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    border: 1px solid #f6f4d5;*/
/*    }*/

/*#mce-EMAIL,*/
/*.block_c5f3f245fc084c6bb876c168adea0d72 .scForm input[type=text] {*/
/*    background: transparent;*/
/*    color: #f6f4d5;*/
/*    font-size: 16.2px;*/
/*    font-weight: bold;*/
/*    padding:10px;*/
/*    text-transform: capitalize;*/
/*    font-family: soleil, sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    border: 1px solid #f6f4d5;*/
/*}*/
/*.block_c5f3f245fc084c6bb876c168adea0d72 .scForm input::placeholder {*/
/*    color: #f6f4d5;*/
/*    font-weight: bold;*/
/*    text-transform: capitalize;*/
/*    font-family: soleil, sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*}*/

/*•••••••••••••••••••• BUTTON ••••••••••••••••••*/


/*@media only screen and (min-width:737px) and (max-width: 1023px) {*/
    
/*    .block_e9b5d5f6964f4b4391f51770a54b397b .contentTitle {*/
/*    max-width: 500px;*/
/*    margin: auto;*/
/*}*/
/*}  */

/*@media only screen and (max-width: 767px) {*/
/*.contentTitle {*/
/*    hyphens: auto !important;*/
/*    webkit-hyphens: auto !important; */
/*}*/

/*.block_e9b5d5f6964f4b4391f51770a54b397b .contentTitle {*/
/*    font-size: 100px;*/
/*    text-align: center;*/
/*    letter-spacing: normal;*/
/*    padding-left: 0;*/
/*    margin-right: 0;*/
/*}*/
/*.blockInnerContent {*/
/*    text-align: center;*/
/*    font-size: 11px!important;*/
/*}*/
/*#mc_embed_signup_scroll .button2 {*/
/*    font-size: 11px;*/

/*    }*/
    
/*    #mce-EMAIL  {*/
/*     font-size: 11px;*/

/*}*/

/*}*/