/*
Theme Name: Blanquette Child
Theme URI: https://blanquette.qodeinteractive.com
Description: A child theme of Blanquette
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: blanquette
Template: blanquette
*/

/* RESETS */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* ===================
   GLOBALS 
   =================== */
.red-primary{
  color: #ef5050;
}
.blue-seconodary{
  color: #1c3f64;
}
.beige{
  color: #f0f2d3;
}
.white{
  color: #ffffff;
}
.center-btn-col .elementor-widget-container{
  display: flex;

}
.center-icon .elementor-widget-container{
    display: flex;
    justify-content: center;
}
/* change the color of element on button */
.qodef-button.qodef-layout--filled-two.qodef-html--link::after, .qodef-button.qodef-layout--filled-two.qodef-html--link::before,
.qodef-button.qodef-layout--filled-one.qodef-html--link::after, .qodef-button.qodef-layout--filled-one.qodef-html--link::before{
  background-color: #ef5050;
}
/* change path color of window style image */
.fr-block .qodef-clip-path-image .qodef-m-image-main svg{
  color: #ffffff;
}
.qodef-clip-path-image .qodef-m-image-main svg{
  color: #ef5050;
}
.qodef-mobile-header-navigation>ul>li>a .qodef-menu-item-text::after{
  background-color: #ef5050;
}

/* ===================
   EVENTS
   =================== */
.event-calendar-inner .tribe-events-c-search__input-group .tribe-common-form-control-text__input{
  padding: 30px !important
}
.event-calendar-inner .tribe-common-l-container.tribe-events-l-container{
  padding-top: 65px
}
.event-calendar-inner .tribe-events-view.tribe-common.tribe-events{
  background-color: #ffffff;
  margin-top: -150px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg{
  left: auto !important;
  right: 30px !important
}
#qodef-page-inner.event-calendar-inner{
  padding: 0px 0 85px
}
.event-header .qodef-m-content.qodef-content-grid h1{
  color: #ffffff;
}
.event-header .qodef-m-content.qodef-content-grid{
  padding-top: 16rem;
  padding-bottom: 19rem;
  text-align: center;
}
.event-header.qodef-page-title{
  height: auto;
  background: url('https://wilsons.hmidev.net/wp-content/uploads/2021/10/contact-paralax-title-img.jpg');
  background-position: center;
  background-size: cover;
}

/* ===================
   HEADER
   =================== */
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{
  font-size: 2rem;
  letter-spacing: 2px;
}
#qodef-page-header .qodef-header-logo-link{
    height: auto;
    width: 400px;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{
  width: 100%;
}
.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text:after{
  background-color: #ef5050;
}
/* #qodef-page-header{
  background: #ffffff;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
} */
.menu-is-open .qodef-header-logo-image.qodef--dark{
  opacity: 0 !important;
}
.menu-is-open .qodef-header-logo-image.qodef--light{
  opacity: 1 !important;
}
#qodef-fullscreen-area{
  background-size: contain;
  background-repeat: repeat;
}
#qodef-page-header .qodef-widget-holder{
  justify-content: flex-end;
  margin-right: 74px;
  width: 100%;
}
#qodef-page-header .qodef-header-logo-link img{
  width: 100%;
}
/* Settings for lighter header */
.qodef-skin--light #blanquette_core_single_image-2 img{
  width:100%;
}
.qodef-skin--light #blanquette_core_single_image-2{
  position: absolute;
    margin: 0 auto !important;
    display: inline-block;
    left: 0;
    right: 0;
    width: 280px;
}
.qodef-skin--light #blanquette_core_single_image-3{
  display: none;
}

/* Settings for darker header */
.qodef-skin--dark #blanquette_core_single_image-3 img{
  width:100%;
}
.qodef-skin--dark #blanquette_core_single_image-3{
  position: absolute;
    margin: 0 auto !important;
    display: inline-block;
    left: 0;
    right: 0;
    width: 280px;
}
.qodef-skin--dark #blanquette_core_single_image-2{
  display: none;
}
.qodef-skin--dark .widget .qodef-contact-info-widget:is(h6) a::after,.qodef-skin--dark .widget .qodef-contact-info-widget:is(h6) a::before{
  background: #1c3f64;
}
.qodef-skin--dark .qodef--telephone a,
.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined .qodef-svg--menu line{
  color: #1c3f64 !important;
}

/* ===================
   HOME
   =================== */
.inline-btns .qodef-button.qodef-layout--textual::after, .inline-btns .qodef-button.qodef-layout--textual::before{
  bottom: -8px !important;
  background-color: #ef5050;
}
.inline-btns a{
  display: inline !important;
  margin: 0rem 5rem !important;
  font-size: 1.2rem !important;
  color: #ffffff !important;
}
.intro-section .qodef-parallax-img{
    position: absolute !important;
    top: initial !important;
    left: initial !important;
    transform: translate(0%,0%) !important;
    right: 0 !important;
    bottom: 20% !important;
    width: 630px !important;
    opacity: 0.6 !important;
}
.intro-section .qodef-offset-image-wrapper img{
  width: 420px;
}
.intro-section .qodef-offset-image-wrapper{
  width: 100%;
  height: 100%;
}
.intro-section .qodef-offset-image-holder{
    z-index: 0 !important;
}
.seafood-badge{
  position: absolute !important;
  max-width: 210px;
  bottom: -13rem;
  right: -6rem;
}

[class*=blanquette] .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #12446b!important;
}
body .qodef-reservation-form .qodef-m-form-field.qodef-field--date input,
body .select2-container--default .select2-selection{
  color: #12446b!important;
  border-color: #12446b!important;
}
.events-img-wrap .qodef-m-image-aux img{
  width: 95px;
}
.menu-col .icon-bg,.menu-col .icon-path,.menu-col{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.menu-col:hover .icon-bg{
  fill: #ef5050;
}
.menu-col:hover .icon-path{
  fill: #1c3f64;
}
.wilson-menu {
    list-style: none;
    z-index: 3;
}

.wilson-menu a {
    display: block;
    padding: 25px 0;
    text-align: center;
    font-family: Helvetida Neue, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.3rem;
    color: #fff;
  z-index:2;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.wilson-menu a:hover {
    margin: -10px 0 0 0;
}
.wilson-menu {
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height:500px;
  position:relative;
}
.section-title{
  color:#ffffff;
  font-family: Lora,sans-serif;
  text-transform:uppercase;
  font-size:3rem;
  z-index:4;
  text-align:center;
  margin-top:5rem;
  position:relative;
}
.menu-bgs{
  max-height:500px;
  height:100%;
  width:100%; 
  background-position:center;
  background-size:cover;
  position: absolute;
  top: 0;
  left: 0;
    -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.menu-bg-img {
  z-index: 1;
  opacity: 0;
}
.menu-bg-wrap {
  width: 100%;
  position:absolute;
  top:0;left:0;
  max-height: 500px;
  height: 100%;
}
.menu-link{
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
.default-menu-bg {
    z-index: -1;
}
.wilson-menu a:first-child:hover ~ .menu-bg-wrap .lunch-bg {
    opacity: 1 !important;
}
.wilson-menu a:nth-child(2):hover ~ .menu-bg-wrap .dinner-bg {
    opacity: 1 !important;
}
.wilson-menu a:nth-child(3):hover ~ .menu-bg-wrap .specials-bg {
    opacity: 1 !important;
}
.wilson-menu a:nth-child(4):hover ~ .menu-bg-wrap .bar-bg {
    opacity: 1 !important;
}

/* FOOD MENU */

.qodef-qi-pricing-list .qodef-e-heading-title,
.qodef-qi-pricing-list .qodef-e-heading-price{
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}

.qodef-qi-pricing-list .qodef-e-description{
  font-size: 15px;
}
/* ===================
   FOOTER
   =================== */
#qodef-page-footer-middle-area{
  background-size: contain;
  background-repeat: repeat;
}

/* ===================
   MEDIA QUERIES 
   =================== */

/* 1024px and below. Takes care of both tablet and mobile devices. */
@media only screen and (max-width : 1024px) {
#qodef-page-mobile-header{
    background-color: #ffffff !important;
  }
  body #qodef-page-mobile-header .qodef-mobile-header-logo-link{
    height: 53px;
  }
  .qodef-mobile-header--standard #qodef-page-mobile-header-inner:not(.qodef-content-grid){
    padding-left: 10px !important;
  }
}

/* TABLET */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

  
  .event-calendar-inner .tribe-common-l-container.tribe-events-l-container{
    padding-top: 2rem;
  }
  body:not(.qodef-content-behind-header) .event-header.event-header.event-header.qodef-page-title .qodef-m-content.qodef-content-grid{
    padding-top: 6rem !important;
    padding-bottom: 17rem;
  }
    body .inline-btns a {
    margin: 0rem 1.5rem !important;
    font-size: 1rem !important;
  }

}

/* MOBILE */
@media only screen and (max-width : 767px) {
  
  .event-calendar-inner .tribe-common-l-container.tribe-events-l-container{
    padding-top: 2rem;
  }
  body:not(.qodef-content-behind-header) .event-header.event-header.event-header.qodef-page-title .qodef-m-content.qodef-content-grid{
        padding-top: 5rem !important;
    padding-bottom: 14rem;
  }
  
  body .inline-btns a {
    margin: 0rem 0.8rem !important;
    font-size: 0.8rem !important;
  }

}

/* PRINT QUERIES */
@media print {
    /* SET PAGE MARGINS */
    @page { 
      size: auto;
      margin: 0mm 0mm 0mm 0mm;
    }
    /* HIDE UNECESSARY ITEMS */
    header, footer {
      display:none !important;
    }
    /* ADJUST FOR SPACING AT THE TOP */
    .food-menu {
      padding: 350px 0px 0px 0px;
    }
    .food-menu .elementor-container, article {
      max-width: 100% !important;
      width:100% !important;
      padding:0 !important;
      margin:0 !important;
    }
    .food-menu .elementor-container .elementor-column .elementor-widget-wrap {
      padding: 15px !important;
    }
    .food-menu .elementor-container .elementor-col-50 {
      width: 50%;
    }
    .food-menu .main-menu-title .qodef-m-title{
      font-size: .8rem;
      font-weight: bold;
      margin-top: 1rem;
    }
    .food-menu .food-menu-logo{
      margin-top: -15px;
    }
    /* ADJUST SPACE FROM ABOVE MENU TEXT */
    .food-menu .main-menu-title{
      padding-bottom: 0px !important;
      margin-bottom: 0px !important;
      margin-top: -35px;
    }
    /* ADJUST SPACE FROM BELOW LOGO */
    .food-menu .top-menu-items{
      margin-top: 0px !important;
    }
    .food-menu .elementor-element .elementor-widget-container{
      margin: 0rem 0rem 1rem 0rem !important;
    }
    .food-menu .menu-column .elementor-widget-wrap{
      padding: 0px 0px 0px 0px !important;
    }
    .food-menu .single-column-menu-heading .elementor-widget-wrap.elementor-element-populated{
      padding: 0px !important;
      margin: 0px !important;
    }
    .food-menu .qodef-qi-pricing-list{
      margin-top: -15px;
      margin-bottom: 20px;
    }
    /* ADJUST SPACE TO BREAK 2ND PAGE */
    .food-menu .house-specialty-items{
      margin-bottom: 15rem !important;
    }
    .food-menu .qodef-qi-pricing-list .qodef-m-item{
      margin-bottom: 10px !important;
    }
    /* GROUP TITLE */
    .food-menu .elementor-widget-wrap > .elementor-element.elementor-widget-blanquette_core_section_title{
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
    }
    /* MENU ITEM HEADINGS */
    .food-menu .qodef-qi-pricing-list .qodef-e-heading-title, .food-menu .qodef-qi-pricing-list .qodef-e-heading-price{
      font-size: 1rem !important;
    }
    /* MENU ITEM DESCRIPTIONS */
    .food-menu .qodef-qi-pricing-list .qodef-e-description{
      font-size: 0.8rem;
      line-height: 1.2rem;
      margin: .2em 0 0;
    }
    .food-menu .food-menu-logo{
      display: block !important;
    }
}












