/*
Theme Name: boost. Custom Framework
Theme URI: http://boostbydesign.com
Description: Boost by Design Custom CSS3, HTML5 boilerplate framework.
Author: Boost by Design
Author http://boostbydesign.com@media screen and (max-width:1300px){
.menu_col{
  width:50% !important;
  height:250px !important;
}
}
@media screen and (max-width:960px){
.menu_col{
  width:100% !important;
  height:auto !important;
  padding-bottom: 60px !important;
}
}
.menu_col {
    float: left;
    width: 33%;
    text-align: left;
    padding-left: 40px;
    display: table-cell;
    padding-right: 40px;
    padding-bottom: 40px;
    height: 280px;
}
Template: Total
Version: 1.6.0
*/
/***************************** CSS MEDIA QUERY FORMATTING **********************************

For Typography updates please go to line: 58
For Typography media queries please go to line: 110

For media queries best practice please use mobile first and min-width media queries.
Please use our standard media query sizes: ;
320px
414px
768px
1366px
1920px 
2560px

For example:
@media screen and (min-width:320px){
	
	.some-class-name {}

} // end of media query 320px 

@media screen and (min-width:414px){

	.some-other-class-name {}

} /* end media query  414px */ 

/** Use typography media queries only where line 110 is. class based can be placed directly below it. **/
/*******************************************************************************************/
/**********
01 Global fonts
02 Global colors
03 UX Elements
04 Header
05 Menu
06 Slider/Hero Image
07 Essential Grid
08 Gravity Forms
09 Sidebar
10 Blog
11 Footer
12 Media Queries
**********/

/***
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
36px = 2.25rem
40px = 2.5rem
48px = 3rem

**/

/********** 01 Global fonts **********/

html {
  font-size: 16px;
}
/*** Example media query changing font
@media (max-width: 900px) {
  html { font-size: 15px; }
}
*/

/** GOOGLE FONT FAMILIES 
font-family: 'Fondamento', cursive;
font-family: 'IM Fell English SC', serif;
font-family: 'Nueton',serif;

**/



#primary{
  font-size:1rem;
}
#footer {
  font-size: 0.75rem;
}

body,p{
	font-size: 24px;
	line-height:31px;
    font-family: 'Neuton', serif;
    font-weight:400;
    color:#211002;
}

.Gift_Shop_UL{
    	font-size: 24px !important;
	line-height:31px;
    font-family: 'Neuton', serif;
    font-weight:400;
    color:#211002;
}

@media screen and (max-width:768px){
  body,p {
    font-size:22px !important;
  }
  h1, h2 {
  
      font-size:38px !important;
  }
  .Large_Titles{
      font-size:38px !important;
  }
  .Gift_Shop_UL{
    font-size:22px !important;      
  }
}

h1, h2 {
  font-size: 44px;
  font-family: 'IM Fell English', serif;
  font-weight:400;
  color:#211002;
  line-height:1.3;

}

 .Large_Titles {
  font-size: 44px;
  font-family: 'IM Fell English', serif;
  font-weight:400 !important;
  color:#211002;
  line-height:1.3 !important;

}

h3 {
  font-size: 35px;
  font-family: 'IM Fell English', serif;
  font-weight:400;
  color:#211002;
  line-height:1.3;

}

h4, h5, h6 {
  font-size: 28px;
  font-family: 'IM Fell English', serif;
  color:#211002;
  line-height:1.3;

}

.small_italic_font p{
    font-size:19px !important;
}

.italic {font-style:italic;}
.light {font-weight:300;}
.regular {font-weight:400;}
.bold {font-weight:700;}

/**positioning **/
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
/** defaults for background images **/
   #book-next-event,
   #history-banner,
   #events-banner
   {
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
}



.nobr{
    white-space: nowrap;
}


span.nobr_FullName {
    white-space:  nowrap;
}
@media screen and (max-width:380px){   
span.nobr_FullName {
    white-space:  normal !important;
} 
}
/********** 02 Global colors **********/


a{font-family: 'Fondamento', cursive;color:#E7DED6;}
a:hover{text-decoration:none;cursor:pointer;color:#71B1CB !important;}

.white {color:#E7DED6;}
.blue {color:#4b7f94;}
.brown {color:#211002;}


.neuton {
    font-family: 'Neuton',serif;
}

/** GLOBAL ROWS **/

.full-width-row {
    width:100%;
    max-width:900px;
    margin:auto;
}
.half-width-column {
    width:50%;
    margin:auto;
}

.img_border img{
    outline: 1px solid #e7ded6;
    outline-offset: -15px;
}
.large_brown_btn {
    text-align: center;
    background-image: url(/wp-content/uploads/2018/05/Large_btn.svg) !important;
    width: 215px !important;
    height: 53px !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    font-family: 'Fondamento', cursive;
    font-size: 19px;
    text-align: center !important;
    color: #E7DED6 !important;
    padding-top: 14px !important;
    margin-bottom: 50px !important;
}

.small_brown_btn {
       text-align: center;
       background-image: url(/wp-content/uploads/2018/05/small_btn.svg) !important;
       width: 175px !important;
       height: 57px !important;
       background-repeat: no-repeat;
       background-color: transparent !important;
       font-family: 'Fondamento', cursive;
       font-size:19px;
       text-align: center !important;
       color: #E7DED6 !important;
       padding-top: 14px !important;
}



input.ot-button.ot-dtp-picker-button.en {
    text-align: center;
       background-image: url(/wp-content/uploads/2018/05/Large_btn.svg) !important;
       width: 233px !important;
       height: 57px !important;
       background-repeat: no-repeat;
       background-color: transparent !important;
       font-family: 'Fondamento', cursive;
       font-size:21px;
       text-align: center !important;
       color: #E7DED6 !important;
}

input.ot-button.ot-dtp-picker-button.en:hover {
       color: #71B1CB !important;
       transition: all 0.25s;
}
.page-slider {
    border-bottom: 40px solid transparent;
    -webkit-border-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg) 80 stretch; /* Safari 3.1-5 */
    -o-border-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg) 80 stretch; /* Opera 11-12.1 */
    border-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg) 80 stretch;
}
/** Timeline Settings **/
#content #tl1 .item .read_more {
    font-family: 'Neuton', sans-serif !important;
    font-size: 26px !important;
    font-style: italic;
    text-align: right !important;
    margin-top: 0px !important;
}

span.timeline_date {
    font-family: 'Neuton', sans-serif;
    font-style:  italic;
    font-size: 26px;
    margin-bottom: 14px !important;
    user-select: none;
}

.timeline_title {
    line-height: 40px !important;
    margin-bottom: 14px;
    width: 400px;
    user-select: none;
}
h4.t_line_month {
    display: none !important;
}
.my_overlay {
    background: rgba(33, 16, 2, 0.5) !important;
}

.t_right {background: rgba(255,255,255, 0.6) url('/wp-content/uploads/2018/05/right_arrow-min.png') no-repeat center center !important;}

.t_left {
    background: rgba(255,255,255, 0.5) url('/wp-content/uploads/2018/05/arrow_left-min.png') no-repeat center center !important;
}
.timeline.flatLine a.t_line_node, #content .timeline.flatLine a.t_line_node {
    font-family: 'Neuton', sans-serif !important;
    font-size: 14px !important;
}

span.t_node_desc {
    display:  none !important;
}

.timeline_open_content h2 {
    color: #211001 !important;
    font-size: 30px !important;
    width: 400px;
    line-height: 1.3 !important;

}

.timeline_open_content {
    padding-left: 40px !important;
    padding-top: 40px !important;
}

.mCSB_container.mCS_no_scrollbar {
     font-family: 'Neuton', sans-serif !important; 
     font-size: 20px !important; 
     color: #211001 !important;
}

.mCSB_container{
     font-family: 'Neuton', sans-serif !important; 
     font-size: 20px !important; 
     color: #211001 !important;
}


.item_open {
    background: #e7ded6 !important;
}

@media screen and (max-width: 768px){
#tl1 .item h2, #content #tl1 .item h2{
    font-size:30px !important;
}
}
@media screen and (max-width: 400px){
#tl1 .item h2, #content #tl1 .item h2{
    width: auto; !important;
}
    
}
/********** 03 UX Elements **********/
.dark-button{

}

.dark-button:hover{

}

.light-button{

}

.light-button:hover{

}
/********** 04 Header **********/

/** NAV STYLES **/
.header-nav-desktop .theme-button.minimal-border {
    border:none;
}
.header-nav-desktop .theme-button.minimal-border a.active,
.theme-button.minimal-border:hover, 
.active>.theme-button.minimal-border, 
.theme-button.minimal-border.active {
    background:transparent !important;
    text-decoration:underline;
}
.theme-button.minimal-border.active span,
.theme-button.minimal-border:hover span{
   line-height:1.1em;
   border-bottom:1px solid #e7ded6;
}
.header-nav-desktop .theme-button.minimal-border a:hover {
    background:trasparent !important;
}

/** HEADER TOP BAR **/
.header-top {
    padding-top:4px;
}
#top-bar {
    max-width:100%;
    width:100%;
    padding:0 12%;
    background-image: url('/wp-content/uploads/2018/05/Dark_wood_bg.jpg');
    height:65px;
    background-size:cover;
    background-repeat:no-repeat;
    border-bottom:0 solid transparent;
}
#top-bar-content a {
    color: #e7ded6;
    font-family: 'Neuton',serif !important;
}
#top-bar-wrap {
    border-bottom:0 solid transparent;
}
/** inner header **/
#site-header-inner {
    padding-top:0 !important;
    padding-bottom:0 !important;
}
#site-header.header-one.wpex-full-width, #site-header.header-five.wpex-full-width {
    padding-left: 12% !important;
    padding-right: 12% !important;
}

#site-header{
    height:65px;
    font-size: 18px;
}
/** navigation header **/
.navbar-style-one {
    top: 38% !important;
}
nav#site-navigation ul > li{
 margin:0 20px;
}
.header-top img {
    top:3px;
    position:relative;
}
.header-top span.white,
.header-nav-desktop > .vcex-navbar-inner > a {
    font-family: 'Neuton', serif;
    margin:0 30px !important;
    font-size:18px;
}
#site-navigation .dropdown-menu>li>a>span.link-inner,
.full-screen-overlay-nav-ul li a {
    font-family: 'Fondamento', cursive;
    font-weight:400;
}
/** header logo **/
#site-logo img {
    position:relative;
    top:-68px;
    width:288px !important;
    height:155px !important;
    z-index: 9999;
}
/** hidden mobile walking directions div **/
.mobile-hidden-walking-dir {
  display:none;   
}

@media only screen and (max-width: 1750px){
#site-header.header-one.wpex-full-width, #site-header.header-five.wpex-full-width {
    padding-left: 10% !important;
    padding-right: 10% !important;
}
#top-bar{
   padding-left: 10% !important;
    padding-right: 10% !important; 
}
}

@media only screen and (max-width: 1650px){
#site-header.header-one.wpex-full-width, #site-header.header-five.wpex-full-width {
    padding-left: 8% !important;
    padding-right: 8% !important;
}
#top-bar{
   padding-left: 8% !important;
    padding-right: 8% !important; 
}
}
@media only screen and (max-width: 1550px){
#site-header.header-one.wpex-full-width, #site-header.header-five.wpex-full-width {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
#top-bar{
   padding-left: 5% !important;
   padding-right: 5% !important;
}
}

@media screen and (max-width:1450px){
    nav#site-navigation ul > li {
    margin:0 8px !important;
}
}

@media only screen and (max-width: 1320px){
#site-header{font-size:20px !important;}
#site-header{font-size:16px !important;}
.header-top span.white, .header-nav-desktop > .vcex-navbar-inner > a {
    font-size:17px !important;
}
}

@media screen and (max-width:1300px){
    #site-header{font-size:16px !important;}
    .header-top span.white {
        margin:0 20px !important;
    }
    nav#site-navigation ul > li {
        margin:0 5px !important;
    }
}

@media only screen and (max-width: 1190px){
#site-header{font-size:16px !important;}
.header-top span.white, .header-nav-desktop > .vcex-navbar-inner > a {
    font-size:16px !important;
}
}

@media screen and (max-width:1170px){
    #site-header{font-size:14px !important;}
    nav#site-navigation ul > li {
        margin:0 0px !important;
    }
    .header-top span.white {
    margin: 0 12px !important;
    }
}
@media only screen and (max-width: 1080px){
#site-header{font-size:14px !important;}
.header-top span.white, .header-nav-desktop > .vcex-navbar-inner > a {
    font-size:16px !important;
}

#site-header.header-one.wpex-full-width, #site-header.header-five.wpex-full-width {
    padding-left: 2% !important;
    padding-right: 2% !important;
}
#top-bar{
   padding-left: 2% !important;
   padding-right: 2% !important;
}

}

@media screen and (max-width:1050px){
    .header-top span.white{
        margin:0 10px !important;
    }
    .header-nav-desktop > .vcex-navbar-inner > a {
        margin:0 10px !important;
    }
}




@media only screen and (max-width: 1020px){
#site-header{font-size:12px !important;}
.header-top span.white, .header-nav-desktop > .vcex-navbar-inner > a {
    font-size:16px !important;
}
}

/** HEADER LOGO **/
.header-logo {
    position: absolute;
    top: -90px;
    left:100px;
}

@media screen and (max-width:959px){
    #mobile-menu::before {
        position:absolute;
        top:0;
        left:0;
    }
     #site-logo,
     #site-logo-inner {
    height: 100%;
    float:none;
    max-width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    }
    #site-logo img {
        left:0;
        top:-10px;
    }
    .mobile-hidden-walking-dir {
        display:inherit !important;
        position:absolute;
       top: 47px;
        left: 7%;
        z-index: 999;
    }
    #top-bar {
        display: none !important;
    }
    #site-header {
        height:124px !important;
    }
    #site-header{font-size:14px !important;}
}

@media screen and (max-width: 500px){
#site-header {
    height: 117px !important;
}
}

@media screen and (max-width: 400px){
#site-header {
    height: 95px !important;
}
}

/** MOBILE TOGGLE OVERLAY **/
.full-screen-overlay-nav.white {
    background-color:rgba(33,16,2,0.95) !important;
}
.full-screen-overlay-nav-ul > li > a,
.full-screen-overlay-nav .full-screen-overlay-nav-close {
    color:#E7DED6 !important;
}
.full-screen-overlay-nav .full-screen-overlay-nav-close {
    opacity:1;
}
.ot-dtp-picker-selector select {
    left:0;
}
option {
    text-align:center;
    position:relative;
    margin:auto;
    width:auto;
}
.Mobile_Location_Links{
    font-size:26px !important;
}
.Mobile_Location_Links img{
    position: relative;
    top:3px;
}

@media screen and (max-width:500px){
    #site-logo img {
        width:250px !important;
        height:auto !important;
        top:0;
    }
    #site-header-inner {
        padding-top:0px !important;
        padding-bottom:30px !important;
    }
    .mobile-hidden-walking-dir {
    top: 43.5px !important;
        
    }
    
}
@media screen and (max-width:400px){
    #site-logo img {
        width:200px !important;
        height:auto !important;
        top:0;
    }
      .mobile-hidden-walking-dir {
    top: 34px !important;
        
    }
}

#mobile-menu .wpex-bars>span, #mobile-menu .wpex-bars>span::before, #mobile-menu .wpex-bars>span::after {
    background-color: #E7DED6 !important;
}

/** HOME PAGE **/


span.Home_nobr {
    white-space:  nowrap;
}
span.Home_nobr2 {
    white-space:  nowrap;
}
@media screen and (max-width: 550px){
    span.Home_nobr {
    white-space:  normal;
}
   span.Home_nobr2 {
    white-space:  normal;
}
}

@media screen and (max-width:460px) and (min-width:445px){
   span.Home_nobr2 {
     white-space:  nowrap;
}
}

@media screen and (max-width:460px){
   span.Home_nobr2 {
     white-space:  nowrap;
}
}
@media screen and (max-width:400px){
   span.Home_nobr2 {
     white-space:  normal;
}
}

/** OPEN TABLE WIDGET IFRAME STYLES **/

.home_col2 .vc_column-inner {
    margin-bottom: 0px !important;
}

.open-table-col .vc_column-inner {
    margin-bottom: 0px !important;
}


.home_food_section .vc-hoverbox-block.vc-hoverbox-front {
    transform: none !important;
    z-index: 0;
    height: 100%;
    outline: 1px solid #E7DED6;
    outline-offset: -15px;
}

.home_food_section .vc-hoverbox-block.vc-hoverbox-back {
    backface-visibility: visible !important;
}

.home_food_section .vc-hoverbox-block, .vc-hoverbox-block-inner *{
    backface-visibility: visible !important;
    transform: none !important;
}

.home_food_section .vc-hoverbox-block{
    bottom: 0 !important;
    top:auto !important;
    height: 32%;
}

.home_food_section .vc-hoverbox {
    padding: 24%;
}
.home_col2 {
    margin-top: 15%;
}

@media only screen and (max-width: 1250px){
  .home_col2 h3.vc_custom_heading {
    font-size: 30px;
}
  .ot-dtp-picker.standard {
    padding-top: 0px !important;
}
  
  .home_col2 {
    margin-top: 8% !important;
}
.home_food_section .vc-hoverbox {
        padding: 22%;
}
.home_food_section h2 {
    font-size: 35px !important;
}
.home_food_section a{
    font-size: 28px !important;
}
}
@media only screen and (max-width: 1500px){
.home_col2 {
    margin-top: 12%;
}
}
@media only screen and (max-width: 1150px){
.home_col2 {
    margin-top: 6% !important;
}
}
@media only screen and (max-width: 1050px){
.home_col2 {
    margin-top: 5% !important;
}
}
@media only screen and (max-width: 1000px){
.home_col2 {
    margin-top: 3% !important;
}
}

.home_food_section h2 {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size:40px;
    margin-bottom: 0px;
    margin-top: 0px;
    }

.home_food_section a {
    color: #1A3B48;
    font-family: 'Neuton', sans-serif;
    font-size: 30px;
    font-style:  italic;
}



.home_col1 .vc_column-inner {
    margin-bottom: 0px !important;
}



.open-table-col {
    background:rgba(231,222,214,0.7);
    padding: 10px 20px;
    outline: 1px solid #4B7F94;
    outline-offset: -15px;
    width: 40%;
    margin-left: auto;
}
@media screen and (max-width:960px){
    .home_txt_blck{
        padding-right: 24px;
        padding-left:24px;
    }
  .home_col2 h3.vc_custom_heading {
    font-size: 35px;
}
  .ot-dtp-picker.standard {
    padding-top: 16px !important;
}
.home_col2 {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top:0px !important;
}

    #open-table-image > img {
        width:100% !important;
        height:auto;
    }
    .home_col1{
    width:100%;
    }
    .open-table-col,
    .half {
        width:100%;
        margin:20px auto;
        margin-top: 70px;
    }
}
@media only screen and (max-width: 550px){
.home_food_section .vc-hoverbox {
    padding: 28%;
}
.open-table-col, .half {
    margin-top: 50px !important;
    
}
}
@media only screen and (max-width: 450px){
.home_food_section .vc-hoverbox {
    padding: 32%;
}
.home_food_section h2{
    width:300px;
    font-size: 32px !important;
}
}
@media only screen and (max-width: 400px){
.home_food_section h2{
    width:auto;
    font-size: 30px !important;
}
}
@media only screen and (max-width: 380px){
.home_food_section h2{
 font-size: 26px !important;
}
}
.ot-dtp-picker .ot-dtp-picker-button {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    width: 250px;
    height: 70px !important;
    margin:40px 0;
}
.ot-dtp-picker {
background: transparent !important;
width:80% !important;
text-align:center;
margin:auto;
}
/** selectors **/ 
a.ot-dtp-picker-selector-link.ot-date-label.ot-dtp-picker-label {
    font-family: 'Neuton', sans-serif !important;
    font-size: 18px !important;
    color: #211002 !important;
}

a.ot-select-label.ot-dtp-picker-selector-link {
    font-family: 'Neuton', sans-serif !important;
    font-size: 18px !important;
    color: #211002 !important;
}
.ot-dtp-picker-form,
.ot-dtp-picker .ot-date-picker .ot-dtp-picker-select, .ot-dtp-picker .ot-date-picker .ot-dtp-picker-select:focus{
    background-color:transparent !important;
    background:transparent !important;
    margin:10px 0;
}

/** display none of icons on selects **/
.ot-dtp-picker-selector-link:before {
    display:none;
}
.ot-dtp-picker-form {
    border:0px solid transparent !important;
}
.ot-dtp-picker-selector {
       border: 1px solid #211002 !important;
    border-bottom: 1px solid #211002 !important;
    margin: 20px auto !important;
}
#reserve-link {
    text-align:center;
    width:100%;
}
.reserve-dining-room-link {
    text-align: center;
    color: #211002 !important;
    margin: auto;
    text-decoration: underline;
    font-family:'Neuton',serif;
    font-size:20px !important;
}

div#ot-widget-container7 > iframe > div#ot-reservation-widget > .ot-dtp-picker.standard {
    background:transparent !important;
    width:100% !important;
}
iframe > .ot-title {
    display:none !important;
}
.ot-title {
    display:none !important;
}



.home_events {
    background: rgb(33,16,2) !important;
    background: linear-gradient(95deg, rgba(33,16,2,0.20211834733893552) 0%, rgba(33,16,2,1) 63%) !important;
}

.Event_Heading {
    width: 346px;
}


.Home_Events_Link {
    color: #4B7F94;
    font-family: 'Neuton', sans-serif;
    font-size: 30px;
    font-style: italic;
}

@media screen and (max-width:880px){
.HomeEvent1 {
    width: 100% !important;float: none !important;
}
.HomeEvent2 {
    width: 60% !important;
    margin-left:auto;
    margin-right:auto;
    float: none !important;    
}
.HomeEvent2 .vc_column-inner {
    padding-right: 0% !important;
    paddin-left:0% !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.home_events.vc_custom_1528467582706 {
    background: rgba(33, 16, 2, 0.84) !important;
    padding-top: 12% !important;
    padding-bottom: 11% !important;
}
}
@media screen and (max-width:650px){

.HomeEvent2 {
    width: 80% !important;
}
}

@media screen and (max-width:500px){
.vc_row.wpb_row.vc_inner.vc_row-fluid.home_events.vc_custom_1528467582706 {
    padding-top: 17% !important;
    padding-bottom: 16% !important;
}
}

span.HomeGift_nobr {
    white-space:  nowrap;
}
@media screen and (max-width:395px){
span.HomeGift_nobr {
    white-space:  normal !important;
}
.HomeGift_Title.wpex-rcss-2{
    font-size: 30px !important;
}
}



/**Hero sections **/

.hero_image {
    border-bottom: 40px solid transparent;
    -webkit-border-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg) 80 stretch; /* Safari 3.1-5 */
    -o-border-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg) 80 stretch; /* Opera 11-12.1 */
    border-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg) 80 stretch;
    padding-top: 250px;
    padding-right: 20px;
    padding-bottom: 250px;
    padding-left: 20px;
}


@media screen and (max-width:1350px){
.hero_image {
    padding-top: 50% !important;
    padding-bottom: 0px !important;
}
}


@media screen and (max-width:1150px){
.hero_image {
    padding-top: 48% !important;
    padding-bottom: 0px !important;
}
}


@media screen and (max-width:1000px){
.hero_image {
    padding-top: 55% !important;
    padding-bottom: 0px !important;
}
}

@media screen and (max-width:750px){
.hero_image {
    padding-top: 58% !important;
    padding-bottom: 0px !important;
}
}

@media screen and (max-width:600px){
.hero_image {
    padding-top: 56% !important;
    padding-bottom: 0px !important;
}
}

@media screen and (max-width:500px){
.hero_image {
    padding-top: 73% !important;
    padding-bottom: 0px !important;
}
}
@media screen and (max-width:400px){
.hero_image {
    padding-top: 70% !important;
    padding-bottom: 0px !important;
}
}

/** ABOUT PAGE **/
.before-after-slider {
    border: 10px solid transparent;
    -webkit-border-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg) 80 stretch;
    -o-border-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg) 80 stretch;
    border-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg) 80 stretch;
}


.twentytwenty-horizontal .twentytwenty-handle:before {
    background: #211002 !important;
    -webkit-box-shadow: 0 3px 0 #211002 !important;
    -moz-box-shadow: 0 3px 0 #211002 !important;
    box-shadow: 0 3px 0 #211002 !important;
    width: 4px !important;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    background: #211002 !important;
    -webkit-box-shadow: 0 -3px 0 #211002) !important;
    -moz-box-shadow: 0 -3px 0 #211002 !important;
    box-shadow: 0 -3px 0 #211002 !important;
    width: 4px !important;
}

.twentytwenty-handle {
    border: 2px solid #211002 !important;
    -webkit-box-shadow: 0px 0px 12px #211002 !important;
    -moz-box-shadow: 0px 0px 12px #211002 !important;
    box-shadow: 0px 0px 12px #211002 !important;
    background-color: rgba(33, 16, 2, 0.8) !important;
}

span.twentytwenty-left-arrow {
    border-right: 6px solid #E7DED6;
}
span.twentytwenty-right-arrow {
    border-left: 6px solid #E7DED6;
}

.twentytwenty-before-label {
     font-family: 'Fondamento', cursive !important; 
     color: #E7DED6 !important;
}

.twentytwenty-after-label{
     font-family: 'Fondamento', cursive !important; 
     color: #E7DED6 !important;
}
.slider_left_float{
    float:left;
    width: 50% !important;
    margin-right: 55px;
    margin-bottom: 2%;
}
.History_Left_Col {
    padding-left: 12% !important;
    padding-right: 12% !important;
}
/*.History_Right_Col {
     padding-left: 30px !important; 
    padding-right: 12% !important;
}*/


@media screen and (max-width:1200px){
.History_Left_Col {
    padding-left: 6% !important;
     padding-right: 6% !important;
}
/*.History_Right_Col {
    padding-right: 6% !important;
}*/


}


@media screen and (max-width:960px){
.History_Left_Col {
    padding-left: 40px !important;
    padding-right: 40px !important;
    width: 100% !important;
}
/*.History_Right_Col {
    padding-left: 75px !important;
    padding-right: 75px !important;
    width: 100% !important;
}*/
.slider_left_float{
    float:none !important;
    width: 100% !important;
    margin-bottom: 45px !important;
}

}



/***********EVENTS PAGE **************/

/** dining room slider **/
.wpex-carousel-slide {
    margin:20px;
}

#dining-room-gallery {
    box-sizing: border-box;
    background-color: rgba(75,127,148,0.55);
    outline: 1px solid #e7ded6;
    outline-offset: -15px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
}
.wpex-carousel.arrwpos-abs .owl-prev, .wpex-carousel.arrwpos-abs .owl-next,
.wpex-carousel.arrwpos-abs .owl-prev:hover, .wpex-carousel.arrwpos-abs .owl-next:hover{
    background-color:transparent;
    color:transparent;
    background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.wpex-carousel.arrwpos-abs .owl-prev,
.wpex-carousel.arrwpos-abs .owl-prev:hover{
    background-image:url('/wp-content/uploads/2018/05/arrow_left-min.png');
    left:-30px;
}
.wpex-carousel.arrwpos-abs .owl-next,
.wpex-carousel.arrwpos-abs .owl-next:hover{
    background-image:url('/wp-content/uploads/2018/05/right_arrow-min.png');
    right:-30px;
}

.ilightbox-overlay.minimal {
    background: #211002;
}

.ilightbox-caption {
    background: rgba(231, 222, 214, 0.8) !important;
    color: #211002 !important;}

#dining-room-gallery .wpex-carousel-entry-details.clr {
    display: none !important;
}

#dining-room-gallery .owl-stage-outer {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
}

.vcex-module.wpex-carousel.wpex-carousel-images.clr.owl-carousel.no-margins.arrwstyle-default.arrwpos-abs.wpex-carousel-lightbox.owl-loaded.owl-drag {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#dining-room-gallery.owl-carousel .owl-stage-outer:before {
    content: "Private Dining Rooms";
}

#dining-room-gallery .owl-prev {
    left: 27px;
    top: 55%;
}

#dining-room-gallery .owl-next {
    right: 27px;
    top: 55%;
}


#dining-room-gallery .owl-stage {
    margin-top: 25px;
}
@media only screen and (max-width: 500px){
#dining-room-gallery .owl-prev {
    top: 60%;
}

#dining-room-gallery .owl-next {
    top: 60%;
}
    
}

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

    .events_options {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.events_options_txt {
    padding-right: 40px !important;
}
}
p.vc_custom_heading.full_menu_download a {
    font-family: 'Neuton', sans-serif;
}
p.policy.vc_custom_heading:before {
    background: url(/wp-content/uploads/2018/05/scroll.png) no-repeat;
    width:54px;
    height:54px;
    display:block;
    content: "";
    float: left;
    margin-top: -10px;
}

p.vc_custom_heading.policy {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

p.vc_custom_heading.policy a {
     font-family: 'Neuton',serif !important;
}


p.vc_custom_heading.policy a:hover {
     color: #71B1CB !important;
}


/*Events Form */

.Events_Form input,textarea {
    background:  transparent;
    border: 1px solid #211002;
    padding: 12px !important;
    color: #211002 !important;
}

.Events_Form select {
    background:  transparent;
    border: 1px solid #211002;
    padding: 14.5px !important;
    color: #211002 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #211002;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #211002;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #211002;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #211002;
  opacity: 1;
}
.ui-datepicker-title select{
  color: #666 !important;
}
.Events_Form {
    font-family: 'Neuton', serif !important;
    font-size:  20px !important;
}

.gform_wrapper .gfield_time_hour i{
    display: none !important
}

.gfield_required{
    display: none !important;
}

.gform_wrapper .top_label .gfield_label{
  display: none !important;
}

body .gform_wrapper ul li.gfield{
    margin-bottom:0px !important;
    margin-top: 25px !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select{
    margin-bottom: 0px !important;
}
body .gform_wrapper .top_label div.ginput_container{
    margin-top: 0px !important;
}

input#gform_submit_button_2 {
  text-align: center;
       background-image: url(/wp-content/uploads/2018/05/small_btn.svg) !important;
       width: 175px !important;
       height: 57px !important;
       background-repeat: no-repeat;
       background-color: transparent !important;
       font-family: 'Fondamento', cursive;
       font-size:19px;
       text-align: center !important;
       color: #E7DED6 !important;
       padding-top: 14px !important;
       border: none !important;
       float:right;
       margin-bottom:100px;
}

input#gform_submit_button_2:hover {

       color: #71B1CB !important;
       transition: all 0.25s;

}

.clear-multi {
    width: 100% !important;
}


@media only screen and (max-width: 641px){
    li#field_2_5 {
    padding-right: 0px !important;
}
  body .gform_wrapper ul li.gfield{
    margin-bottom:0px !important;
    margin-top: 8px !important;
}
input#input_2_5_1{
  width: 100% !important;
}

input#input_2_5_2{
  width: 100% !important;
}
select#input_2_5_3{
  width: 100% !important;
}
.gfield_time_ampm.ginput_container.ginput_container_time{
  width:200px !important;
}
select#input_2_5_3 {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 21px !important;
    min-width: 100% !important;
}
.gform_footer{
   text-align: center;
}
input#gform_submit_button_2{
    float: none !important;
    margin-bottom:40px !important;
}
}

.gfield_time_ampm.ginput_container.ginput_container_time {
    max-width: 100%;
    width: 100px;
}

div#input_2_5 {
    max-width: 100%;
}

.gfield_time_minute.ginput_container.ginput_container_time {
    max-width: 100%;
}

li#field_2_5 {
    padding-right: 8px;
}

input#input_2_4 {
    width: 100% !important;
}

.gform_confirmation_message {
    text-align: center;
    color: #211002 !important;
    border-top: 10px solid #4B7F94 !important;
    font-size: 22px !important;
    background-color: #E7DED6 !important;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5) !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}


/**Radio Buttons**/
ul#input_2_10 li {
    font-size: 22px !important;
    width: 220px;
}

.Events_Form input#choice_2_10_5 {
    padding: 10px !important;
}

input#input_2_10_other {
    padding-bottom: 2px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 0px !important;
}

put#choice_2_10_5 {}

ul#input_2_10 {
    width: 750px !important;
    margin-left: auto;
    margin-right: auto;
}

label.gfield_label {}

#field_2_10 label.gfield_label {
    display:  block !important;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}


@media screen and (max-width:750px){
    ul#input_2_10 li {
    width: 220px!important;
}
    #field_2_10 label.gfield_label {
    width: 440px !important;
    }
    ul#input_2_10 {
    width: 440px !important;
    }
}

@media screen and (max-width:641px){
    #field_2_10 label.gfield_label {
    width: 220px !important;
    }
    ul#input_2_10 {
    width: 220px !important;
    }
}

/****MEDIA INQUIRIES******/

.media_email a{
    font-family: 'Neuton', sans-serif;
    font-size: 37px;
    color: #211002;
}

.media_phone a{
    font-family: 'Neuton', sans-serif;
    font-size: 37px;
    color: #211002;
}

.media_email img {
    margin-right:20px;
    top: 5px;
    position:  relative;
}

.media_phone img{
    margin-right:20px;
    top: 8px;
    position:  relative;
}

.media_email{
    text-align:right;
}

.media_phone{
    text-align:right;
}

@media screen and (max-width:970px){
   .media_phone a{
   font-size: 32px;
   } 
   .media_email a{
   font-size: 32px;
   } 
}

@media screen and (max-width:875px){
   .media_phone a{
   font-size: 26px;
   } 
   .media_email a{
   font-size: 26px;
   } 
}

@media screen and (max-width:768px){
   .media_phone a{
   font-size: 27px;
   } 
   .media_email a{
   font-size: 27px;
   } 
   .media_email{
    text-align:center;
}

.media_phone{
    text-align:center;
}
.media_phone img{
    margin-right:5px;
}
.media_email img{
    margin-right:5px;
}
}

@media screen and (max-width:400px){
   .media_phone a{
   font-size: 24px;
   } 
   .media_email a{
   font-size: 22px;
   } 
}




/** CONTACT PAGE **/
.contact_phone a{
    font-family: 'Neuton', sans-serif;
    font-size: 37px;
    color: #211002;
    top: 9px;
    position: relative;
}

.contact_phone img{
    margin-right:20px;
    top: 8px;
    position:  relative;
}

.contact_hours img{
    margin-right:20px;
    top: 7px;
    position:  relative;
}

.contact_hours a{
    font-family: 'Neuton', sans-serif;
    font-size: 37px;
    color: #211002;
}


.contact_phone.center {
    height:57px;

}

@media screen and (max-width: 968px){
    .contact_phone a{
        font-size:32px;
    }
    .contact_hours a{
        font-size:32px;
    }
    .contact_phone img{
        margin-right:6px;
    }
    .contact_hours img{
        margin-right:6px;
    }
}

@media screen and (max-width: 830px){
    .contact_phone a{
        font-size:29px;
    }
    .contact_hours a{
        font-size:30px;
    }
    .contact_phone img{
        margin-right:5px;
    }
    .contact_hours img{
        margin-right:5px;
    }
}

@media screen and (max-width: 405px){
.contact_hours span.nobr {
    margin-left: 33px;
}
}


.Hours_Section {
    background: rgba(231,222,214,0.7);
    outline: 1px solid rgba(75, 127, 148, 0.74);
    outline-offset: -15px;}

.Hours_Title {
    font-family: 'Neuton', sans-serif;
    font-size: 30px;
    margin-bottom: 16px !important;
}

.dinner_hours_left {
    text-align: right;
    margin-right: 30px;
}
.dinner_hours_right {
    text-align: left;
    margin-left: 30px;
}
@media screen and (max-width:767px){
.dinner_hours_right{
    text-align:center;
    margin-left: 0px;
}
.dinner_hours_left_col .vc_column-inner {
    margin-bottom:20px;
}
.dinner_hours_right_col .vc_column-inner {
    margin-bottom: 70px;
}
.dinner_hours_left{
    text-align:center;
    margin-right: 0px;
}
}


.mobile_map{
    display: none;
}

.desktop_map {
    background-image: url(/wp-content/uploads/2018/06/Pirate_Map-min.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    no-repeat center center fixed;
    width: 100%;
    height: 100vh;
    }

 
.Contact_Form input, textarea {
    background: transparent;
    border: 1px solid #211002;
    padding: 12px !important;
    color: #211002 !important;
}

.Contact_Form{
    font-family: 'Neuton', serif !important;
    font-size: 20px !important;
}

input#gform_submit_button_3 {
    text-align: center;
    background-image: url(/wp-content/uploads/2018/05/small_btn.svg) !important;
    width: 175px !important;
    height: 57px !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    font-family: 'Fondamento', cursive;
    font-size: 19px;
    text-align: center !important;
    color: #E7DED6 !important;
    padding-top: 14px !important;
    border: none !important;
    float: right;
    margin-bottom: 100px;
}

input#gform_submit_button_3:hover{
    color: #71B1CB !important;
    transition: all 0.25s;
}

@media only screen and (max-width: 641px){
input#gform_submit_button_3 {
    float: none !important;
    margin-bottom: 40px !important;
}
}
/********** Featured Event/Menu*************/

p.Featured_Date {
    font-size: 32px;
    margin-bottom: 50px !important;
}

p.Featured_Date:after {
    display: inline-block;
    margin: 0 0 8px 12px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #4B7F94;
    width: 20%;
}
p.Featured_Date:before {
    display: inline-block;
    margin: 0 12px 8px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #4B7F94;
    width: 20%;
}

.Featured_Img_Event {
    outline: 1px solid #E7DED6;
    outline-offset: -15px;
    margin-bottom: 50px;
}

.open-table-col2 {
    background:rgba(231,222,214,0.7);
    padding: 70px 50px;
    outline: 1px solid #4B7F94;
    outline-offset: -15px;
    width: 80%;
    margin-left: auto;
    margin-right:auto;
}
.event_menu_link {
    margin-top: 40px;
}
@media screen and (max-width: 960px){
.open-table-col2 {
    width: 100%;
    padding-top:60px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 40px !important;
}
.Featured_Title{
    margin-top: 80px;
}
.Featured_Event_Txt{
    padding-right: 24px;
    padding-left: 24px;
}
}

/****** Featured Event Map BG Section *********/
.Home_First_Section {
    margin-top: 75px;
}
p.Home_Featured_Date {
    font-size: 32px;
    margin-bottom: 50px !important;
}

p.Home_Featured_Date:after {
    display: inline-block;
    margin: 0 0 8px 12px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #4B7F94;
    width: 20%;
}
p.Home_Featured_Date:before {
    display: inline-block;
    margin: 0 12px 8px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #4B7F94;
    width: 20%;
}
.Featured_Section {
    background: url(/wp-content/uploads/2018/05/featured_call_out_bg-min.jpg);
    padding: 60px;
    outline: 1px solid #4B7F94;
    outline-offset: -15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top:75px;
}
@media screen and (max-width: 768px){

    .Featured_Section {
    padding-top:60px;
    padding-bottom:60px;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
    }
    .Home_Featured_Title{
    padding-left: 60px;
    padding-right: 60px;
    }
}
@media screen and (max-width: 400px){

    .Home_Featured_Title{
    font-size: 32px !important;
    }
    p.Home_Featured_Date{
        font-size:20px !important;
    }
    p.Home_Featured_Date:after {
        width:12% !important;
    }
    p.Home_Featured_Date:before {
        width:12% !important;
    }
}
/********** 05 Menu **********/
.SubMenu_Fixed {
    position: fixed !important;
    left: 0px !important;
    top: 0px;
    z-index: 999;
}
.Menu_hero_image {
    padding-top: 250px;
    padding-right: 20px;
    padding-bottom: 250px;
    padding-left: 20px;
}


@media screen and (max-width:1350px){
.Menu_hero_image {
    padding-top: 50% !important;
    padding-bottom: 0px !important;
}
}


@media screen and (max-width:1150px){
.Menu_hero_image {
    padding-top: 48% !important;
    padding-bottom: 0px !important;
}
}


@media screen and (max-width:1000px){
.Menu_hero_image {
    padding-top: 55% !important;
    padding-bottom: 0px !important;
}
}

@media screen and (max-width:750px){
.Menu_hero_image {
    padding-top: 58% !important;
    padding-bottom: 0px !important;
}
}

@media screen and (max-width:600px){
.Menu_hero_image {
    padding-top: 56% !important;
    padding-bottom: 0px !important;
}
}

@media screen and (max-width:500px){
.Menu_hero_image {
    padding-top: 73% !important;
    padding-bottom: 0px !important;
}
table.Food_SubMenu {
    font-size: 21px !important;
}
}
@media screen and (max-width:415px){
.Menu_hero_image {
    padding-top: 70% !important;
    padding-bottom: 0px !important;
}
table.Food_SubMenu {
    font-size: 16px !important;
}
}

table.Food_SubMenu {
    margin-right: auto;
    margin-left: auto;
    color: #E7DED6;
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
}

a.active_menu {
    font-style: italic;
    color: #71B1CB !important;
    cursor: default;
}

table.Menu_Item_Table {
    width: 100% !important;
}
.menu-row {
    width: 100%;
    max-width: 90%;
    margin: auto;
    display: table;
}
@media screen and (max-width:1400px){
.menu_col{
  width:50% !important;
   height: 290px;
}
}
@media screen and (max-width:985px){
.menu_col{
  width:100% !important;
  height:auto !important;
  padding-bottom: 40px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.toggle_row.visible-phone {
    display: block !important;
}
}
.menu_col {
    float: left;
    width: 33%;
    text-align: left;
    padding-left: 40px;
    display: table-cell;
    padding-right: 40px;
    padding-bottom: 40px;
    height: 280px;
}
p.Menu_Item_Title {
    text-transform: uppercase;
    font-size: 26px;
    color: #211002 !important;
}

.Menu_Description p {
    font-weight: 300;
    color: #211002 !important;
    font-size:22px;
}

p.Menu_Price {
    font-weight: 300;
    color: #211002 !important;
    text-align:right;
}


/**************MENU TOGGLE**********************/
.menu_col:nth-child(1) {
    display:  block !important;
}
.menu_col:nth-child(2) {
    display:  block !important;
}
.menu_col:nth-child(3) {
    display:  block !important;
}   

/********Menu Heros*******************/

.dinner_hero.vc_custom_1528999897218{
  background-position: center bottom;
}
.drinks_hero.vc_custom_1529000808522{
    background-position: center center;
}
.kids_hero.vc_custom_1529090689496{
        background-position: center top;
}
@media screen and (max-width: 960px){
    .lunch_hero.vc_custom_1528981493802 {
    background-image: url('/wp-content/uploads/2018/06/mobile_lunch_hero.jpg') !important;
}
.dinner_hero.vc_custom_1528999897218{
    background-image: url('/wp-content/uploads/2018/06/mobileDinnerMenu-min.jpg') !important;
    background-position: center center;
}
.drinks_hero.vc_custom_1529000808522{
    background-image: url('/wp-content/uploads/2018/06/mobile_drinks_hero-min.jpg') !important;
      background-position: center bottom;
}
.kids_hero.vc_custom_1529090689496{
    background-image: url('/wp-content/uploads/2018/06/Kids_Menu_Hero_Mobile-min.jpg') !important;
    min.jpg) !important;
    background-position: right top !important;
}
}
/*******Dinner Menu************/
.menu_col.fine_liqueurs_items {
    height: 100px;
}

.menu_col.hot_beverages_items {
    height: 140px;
}
.menu_col.desserts_lil_items {
    height: 200px;
}
.menu_col.desserts_items {
    height: 230px;
}
@media screen and (max-width:1400px) and (min-width:985px){
h2.vcex-module.vcex-heading.vcex-heading-plain.vc_custom_1529075868112.Large_Titles.wpex-rcss-5 {
    margin-top: 30px !important;
}}

/********Lunch Menu*******************/
.menu_col.lunch_seafood_chicken_items {
    height: 130px;
}

.menu_col.lunch_flint_favs_items {
    height: 200px;
}

.menu_col.buffet_items {
    height: 130px;
}

.menu_col.soup_items {
    height: 200px;
}
/**************Drink Menu ******************/

.menu_col.ga_wine_items {
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 40px;
    display: table-cell;
    padding-right: 40px;
    padding-bottom: 40px;
    height: 130px;
}

.ga_wine_menu-row {
    width: 100%;
    max-width: 85%;
    margin: auto;
    display: table;
}

@media screen and (max-width: 985px){
   .ga_wine_menu-row {
    max-width: 90%;
}
 
}
.menu_col.white_wine_items {
    height: 210px;
}

.menu_col.chardonnay_items {
    height: 170px;
}

.menu_col.red_wine_items {
    height: 210px;
}

.menu_col.champagne_items {
    height: 120px;
}

.menu_col.draft_beer_items {
    height: 150px;
}

.menu_col.bottled_beer_items {
    height: 100px;
}
h2.vcex-module.vcex-heading.vcex-heading-plain.vc_custom_1529071331376.Large_Titles.wpex-rcss-6 {
    margin-top: 70px !important;
}
@media screen and (max-width:1400px) and (min-width:985px){
h2.vcex-module.vcex-heading.vcex-heading-plain.vc_custom_1529070708509.Large_Titles.wpex-rcss-4{
    margin-top: -30px !important;
}
h2.vcex-module.vcex-heading.vcex-heading-plain.vc_custom_1529071324381.Large_Titles.wpex-rcss-5 {
    margin-top: 0px !important;
}
h2.vcex-module.vcex-heading.vcex-heading-plain.vc_custom_1529071331376.Large_Titles.wpex-rcss-6 {
    margin-top: 0px !important;
}
h2.vcex-module.vcex-heading.vcex-heading-plain.vc_custom_1529072346571.Large_Titles.wpex-rcss-8 {
    margin-top: 20px !important;
}

}
/***************Kids Menu******************/

.menu_col.mocktails_items {
    height: 180px;
}
.menu_col.kids_items {
    height: 180px;
}
.menu_col.huge_delicious_desserts_items {
    height: 200px;
}
@media screen and (max-width:1400px) and (min-width:985px){

    h2.vcex-module.vcex-heading.vcex-heading-plain.vc_custom_1529091931397.Large_Titles.wpex-rcss-6 {
    margin-top: -20px !important;
}
}
/********** 06 Slider/Hero Image **********/

/********** 07 Essential Grid **********/

/********** 08 Gravity Forms **********/
.alt-form{

}

.main-form{

}
/********** 09 Sidebar **********/
.sidebar-box .widget-title{

}
.sidebar-box {

}

/********** 10 Blog **********/





/***********Gift Shop ***********/

/* Featured Products Slider */
.Gift_Shop_Items .wpex-carousel-entry-details.clr {
     background: transparent;
    border: none;
	padding-top: 25px;
}

.Gift_Shop_Items .wpex-carousel-entry-title.entry-title {
	font-family: 'Neuton', serif;
    font-weight: 500;
    font-style: italic;
    font-size:28px;
    text-align: center;
    word-wrap: normal !important;
}

.Gift_Shop_Items.wpex-carousel{
	background: rgba(231,222,214,0.7);
	outline: 1px solid rgba(75, 127, 148, 0.74);
	outline-offset: -15px;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 70px;
	padding-right: 70px;
}

.Gift_Shop_Items .owl-prev {
	left: 30px !important;
}

.Gift_Shop_Items .owl-next {
	right: 30px !important;
}

/*Top of page slider controls */
.hermes .tp-bullet:after{
    background-color: #71B1CB !important;
}
.hermes .tp-bullet{
    box-shadow: inset 0 0 0 2px #71B1CB !important;
}


.tp-leftarrow.tparrows.uranus {
 background-image: url(/wp-content/uploads/2018/05/left_shop_arrow.png) !important;
 background-repeat: no-repeat !important;
 }

 .tparrows.tp-leftarrow:before{
    content: none !important;     
 }

.tp-rightarrow.tparrows.uranus {
     background-image: url(/wp-content/uploads/2018/05/right_shop_arrow.png) !important;
 background-repeat: no-repeat !important;
}

.tparrows.tp-rightarrow:before{
    content: none !important;
}

/* text & img section */

.gift_shop_txt1 img {
    outline: 1px solid #E7DED6;
    outline-offset: -15px;
}

.gift_shop_txt1 {
    padding-left: 10%;
}

.gift_shop_txt2 {
    padding-left: 10%;
    padding-right: 10%;
}

@media screen and (max-width:1450px){
.gift_shop_txt1 {
    padding-left: 8%;
}

.gift_shop_txt2 {
    padding-left: 8%;
    padding-right: 8%;
}

	}

	@media screen and (max-width:1350px){
.gift_shop_txt1 {
    padding-left: 6%;
}

.gift_shop_txt2 {
    padding-left: 6%;
    padding-right: 6%;
}

	}
		@media screen and (max-width:1250px){
.gift_shop_txt1 {
    padding-left: 4%;
}

.gift_shop_txt2 {
    padding-left: 4%;
    padding-right: 4%;
}

	}

@media screen and (max-width:960px){
.gift_shop_txt2 {
    padding-left: 25px;
    padding-right: 25px;
    width:100% !important;
}
.gift_shop_txt1 {
    padding-left: 25px;
    padding-right: 25px;
    width:100% !important;
}
.Gift_Shop_UL {
    width:100%;
    float: none;   
}
.Gift_Shop_UL ul {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
}
}

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

   .Gift_Shop_UL ul {
    width: 200px;
} 
}

/*********Photos Page***************/

#PH_Photos .esg-overflowtrick {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 40px;
}

#Photos_Filters {
    padding-top: 5px !important;
    padding-bottom: 17px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    background-image: url(/wp-content/uploads/2018/05/Dark_wood_bg.jpg?id=418) !important;
    width: 100%;
}

.PH_Photo_Grid .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#Photos_Filters .esg-filterbutton {
    background-color: transparent !important;
    border: none !important;
    color: #E7DED6 !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    font-family: 'Fondamento', cursive !important;
    border-right: 2px solid #E7DED6 !important;
    border-radius: 0px !important;
    line-height: 22px !important;
}

#Photos_Filters .esg-filterbutton.selected {
    font-style: italic;
    color: #71B1CB !important;
}

#Photos_Filters span.esg-filter-checked{
  display: none !important;
}

.esg-allfilter span {
    display:  none !important;
}

.esg-filterbutton.esg-allfilter:after {
    content: 'All';
}

.eg-tyler-element-3{
    font-family: 'IM Fell English SC', serif !important;
}

.eg-tyler-element-5{
    font-family: 'Neuton', sans-serif !important;
    font-weight:400 !important;
}




/********** 14 Footer **********/

.FooterFish{
    position: relative;
    top: -227px;
    float: right;
    right: 179px;
}
.Footer_Social{
	color: #E7DED6 !important;
    position: absolute;
    font-family: 'IM Fell English SC', serif !important;
    margin-top: 50px;
    font-size: 22px;
    right: 374px;
}
@media only screen and (max-width: 1650px){
.FooterFish{
	right: 80px;
}
.Footer_Social{
    right:294px;
    
}
}
@media only screen and (max-width: 1555px){
.FooterFish{

}
}
@media only screen and (max-width: 1490px){
.FooterFish{
    width: 294px;
    top: -201px;
}
.Footer_Social{
    right:244px;
    
}
}
@media only screen and (max-width: 1450px){
.FooterFish{

}
}
@media only screen and (max-width: 1400px){
.FooterFish{

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

.FooterFish{
    width: 264px;
    top: -179px;
    right: 50px;
}
.Footer_Social{
    right:195px;
    
}

}
@media only screen and (max-width: 1200px){
.FooterFish{
   width: 234px;
    top: -161px;
    right: 40px;
}
.Footer_Social{
    right:159px;
    
}
}
@media only screen and (max-width: 1150px){
.Footer_Menu a {
    font-size: 19px !important;
}
.Footer_Social{
    font-size: 19px;
}
.Footer_Menu {
    width: 284px !important;
}
}
@media only screen and (max-width: 1050px){
.Footer_Menu a {
    font-size: 17px !important;
}
.Footer_Menu {
    width: 258px !important;
}
.FooterFish{
    width: 210px;
    top: -144px;
    right: 30px;
}
.Footer_Social{
    right:139px;
    
}
}
.Footer_Div_Mobile{
	display: none;
}
.Footer_Div_Desktop{
	margin-top: 200px;
    overflow: visible !important;
	height: 360px;
}
@media only screen and (max-width: 959px){
    body.wpex-share-p-vertical.wpex-docready {
    padding-bottom: 0px !important;
}
	.Footer_Div_Desktop{
	display: none !important;
	}
	.Footer_Div_Mobile{
	display: table;
}
.copyright {
	margin-top:0px !important;
}
}
.Logo_Footer{
    margin-bottom:12px;
}
.Footer_Left_Menu{
    margin-top: 90px;
}
.Footer_Logo_Contact{
    margin-top: 50px;
    
}
.Footer_Menu{
	width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.Footer_Menu a{
	font-size:21px;
}
.Footer_Contact ul{
    margin: 0px !important;
}
.Footer_Contact{
    text-align:center;
}
.Footer_Contact li{
	display:inline;
	padding-right: 20px;
	margin:0;
}
@media only screen and (max-width: 1210px){
    .Footer_Links1 li{
        padding-right: 10px !important;
    }
    .Footer_Links2 li{
        padding-right: 10px !important;
    }
    .Footer_Menu {
    width: 310px;
    }
}
.Footer_Contact a{
	font-size:21px;
    font-family: 'Neuton', serif;
    font-weight:300;
}
.Footer_Contact img {
    top: 3px;
    position: relative;
}
.Footer_Links1{
	margin-bottom: 10px !important;
    padding: 0;
    margin-left: 0px !important;
    text-align: right;
}
.Footer_Links1 li{
	display:inline;
	padding-right: 20px;
	margin:0;
}
.Footer_Links2{
	margin:0;
	padding:0;
	margin-left: 0px !important;
	    text-align: right;
}
.Footer_Links2 li{
	display:inline;
	padding-right: 20px;
	margin:0;
}

.Social_Txt{
	padding-bottom: 12px;
}
.Footer_Social_Imgs{
	text-align:center;
}

.copyright {
	float: left;
    width: 100%;
    font-size:15px;
    font-family: 'Neuton', serif;
    font-weight:300;
    color: #E7DED6;
        margin-top: 70px;
    white-space: nowrap;
}
.copyright a{
	color:#E7DED6;
	font-size:15px;
    font-family: 'Neuton', serif !important;
    font-weight:300;
}









/******Footer Mobile***********/
.Mobile_Footer_Locations img {
    position: relative;
    top: 4px;
}
.Mobile_Footer_Contact {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 959px){
    .Footer_Social_Imgs{
    padding-top: 12px;
        
    }
.FooterFish {
    position: relative;
    top: -199px;
    width: 290px;
    float: right;
    right: 30px;
}
.Footer_Mobile_Arrow .vc_figure {
    right: -20%;
    top: -86px;
}
.Footer_Mobile_Social{
        position: relative;
    top: -35px;
}
}
@media only screen and (max-width: 810px){
.FooterFish {
    width: 240px;
    top: -166px;
    right: 20px;
}
.Footer_Mobile_Social {
    top: -25px;
}
}

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

.Mobile_Footer_Logo img{
	width:50%;
}
}

@media only screen and (max-width: 650px){
    .Footer_Mobile_Social {
    top: 25px;
}
.Footer_Mobile_Arrow .vc_figure {
    right: -23%;
    top: -46px;
}
.FooterFish {
    width: 180px;
    top: -122px;
    right: 10px;
}
.Mobile_Footer_Logo img{
	width:60%;
}
}
@media only screen and (max-width: 585px){
.FooterFish {
  width: 160px;
    top: -109px;
    right: 10px;
}
.Footer_Mobile_Arrow .vc_figure {
        top: -12px;
    width: 45px;
}
}


@media only screen and (max-width: 500px){
.FooterFish {
   width: 140px;
    top: -95px;
    right: 10px;
}
.Footer_Mobile_Social_Div {
    height: 210px !important;
}
.Footer_Mobile_Blue_Div .vc_column-inner {
    min-height: 460px !important;
}
}
@media only screen and (max-width: 420px){
.FooterFish {
   width: 120px;
    top: -82px;
    right: 10px;
}
}

.Footer_Mobile_Blue_Div .vc_column-inner {
    min-height: 490px;
}
.Mobile_Footer_Content {
    position: absolute;
    top: 40px;
    width: 100%;
}
.Footer_Div_Mobile {
    overflow: visible !important;
}
.Mobile_Footer_Logo {
    margin-top: 0px;
    margin-bottom: 20px !important;
	text-align:center;
}
.Mobile_Footer_Links {
    list-style: none !important;
    text-align: center;
	margin-left: 0px !important;
}
.Mobile_Footer_Links a {
	font-size:20px;
}
.Mobile_Footer_Locations {
    list-style: none !important;
    text-align: center;
	margin-left: 0px !important;
}
.Mobile_Footer_Locations a{
	 font-family: 'Neuton', serif;
    font-weight:300;
	font-size:20px;
}
.Footer_Mobile_Social{
	color: #211002 !important;
    font-family: 'IM Fell English SC', serif;
    margin-right: auto;
    margin-left: auto;
	font-size: 20px;
    font-weight: 800;
}
.Footer_Mobile_Social_Div{
	height: 221px;
    text-align: center;
}



table th, table td {
    text-align: inherit;
    padding: 0px !important;
    border: 0px !important;
}










/*** main media queries **/
@media screen and (max-width:2560px){
    
}
@media screen and (max-width:1440px){
    
}
@media screen and (max-width:1024px){
    
}
@media screen and (max-width:960px){
    
}
@media screen and (max-width:767px){
    
}
