/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


@font-face {
    font-family: 'special_eliteregular';
    src: url('./fonts/SpecialElite-webfont.woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600;800&display=swap');
/* ------------- FELLINI KOOLINI'S ------------- */


/* HEADINGS */

h1,h2{
    font-family: 'special_eliteregular' !important;
    text-transform: uppercase;
    font-weight: 100 !important;
}
.special_elite {
    font-family: 'special_eliteregular' !important;
}
.home h1 {
    display: none !important;
}
p {
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    color: #3b3b3b;
    font-size: 16px !important;
    line-height: 26px !important;
    /* font-weight: 600; */
}
/* BUTTONS */
.nectar-button.large,body[data-form-submit="regular"] .container-wrap input[type="submit"] {
    font-family: 'special_eliteregular';
    background-color: #3b3b3b !important;
    font-size: 16px !important;
    letter-spacing: 3px;
    padding: 10px 50px !important;
}
body[data-form-submit="regular"] input[type="submit"] {
    background-color: #252525;
}
/* PADDING */
.mb-0 {
    margin-bottom: 0 !important;
}


/* HOME PAGE - FELLINI KOOLINI'S */
.home, .home .ocm-effect-wrap {
    min-height: 100vh !important;
}
.home .container-wrap {
    min-height: unset !important;
}
.home-square:first-of-type{
    /* margin-top: 160px; */
}
.home-square .vc_column-inner {
    height: 100% !important;
}
.home-square .vc_col-sm-3 {
    padding: 0 !important;
    height: 300px;
}
.home-square .vc_col-sm-3:first-of-type {
    padding-right: 0 !important;
}
.home-square .column-image-bg{
    background-position: center bottom !important;
}
/* .home-square .vc_column-inner {
    display: flex;
    justify-content: flex-end;
} */
.home-square .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.home-square .logo .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-square .vc_col-sm-3 {
    background-color: #000 !important;
}
.home-square .logo .vc_column-inner {
    justify-content: center;
}
.home-square .wpb_text_column{
    padding: 0 20px 20px 20px !important;
}
.home h2 {
    font-size:24px !important;
    line-height: 34px !important;
}
.home-square .logo img {
    padding: 0 30px !important;
}
.home-square p {
    padding-bottom: 0 !important;
}
.open .wpb_wrapper .wpb_wrapper {
    display: inline-block;
}
.open h2 {
    border-bottom: 1px solid #fff;
    display: inline-block;
}
h2 a {
    color: #fff !important;
}
.home-square a.column-link:hover ~ .column-bg-overlay-wrap {
    /* background: rgba(0,0,0,0.3); */
    background:rgba(0,0,0,0.3);
    width: 0% !important;
    transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
}
.home-square a.column-link ~ .column-bg-overlay-wrap {
    transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100% !important;
    transform: translateX(0%);
    /* background:linear-gradient(90deg, rgba(0,0,0,0) 80%, rgba(0,0,0,0.5088410364145659) 90%, rgba(255,255,255,0) 100%); */
}

/* FOOTER */
.home #wysiwyg_widgets_widget-2 {
    display: block;
}
.home #wysiwyg_widgets_widget-5{
    display: none;
}
.home #footer-outer {
    background-color: #fff !important;
    display: flex;
    justify-content: space-between;
    max-width: 1425px;
    width: 100%;
    margin: 0 auto !important;
}
.home #footer-outer .row{
    padding: 0 !important
}
.home #footer-outer ul {
    display: flex;
}
.home #footer-outer ul li a{
    text-transform: uppercase;
    margin-right: 20px !important;
    color: #3b3b3b !important;
    font-weight: bold;
}
.home #footer-outer ul li:hover a{
    color: #6d6d6d !important;
}
.home #footer-outer ul li:last-of-type a {
    margin-right: 0 !important;
}
.home #footer-widgets > .container {
    padding-right: 0 !important;
    padding-left: 80px !important;
}
.home #copyright p {
    color: #3b3b3b !important;
    font-family: 'special_eliteregular';
    font-size: 16px !important;
}
.home #wysiwyg_widgets_widget-4 {
    display: none;
}
/* MEDIA QUERIES */
/* home page block sizing */
@media screen and (max-height: 765px){
    .home-square .vc_col-sm-3 {
        height: 40vh;
    }
}
@media screen and (min-width: 1000px) {
    .hide-desktop {
        display:none !important;
    }
    .home #header-outer {
        display: none;
    }
    .home .container-wrap {
        /* height: 90vh !important;  */
    }
    .home .container-wrap .container.main-content{
        margin-top: 10vh !important;
    }
    body:not(.nectar-no-flex-height) .container-wrap{
        flex-grow: unset !important;
    }
    #wysiwyg_widgets_widget-3 {
        display: none !important;
    }
    #copyright .container{
        padding-left: 0 !important;
    }
}
@media screen and (min-width: 691px) and (max-width: 999px) {
    .hide-tablet {
        display:none !important;
    }
}
@media screen and (max-width: 999px){
    .home #header-outer{
        background-color: transparent !important;
        padding: 20px !important;
    }
    .no-wrap  > .col{
        flex-wrap: nowrap !important;
    }
    .open h2 {
        padding: 0 10px !important;
    }
    .home h2 a {
        border: 1px solid #fff;
        display: block;
        width: 95% !important;
        margin: 0 auto !important;
        padding: 10px 0 !important;
        background-color: rgba(0,0,0,0.5);
        transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .home h2 a:hover {
        transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        background-color: rgba(0,0,0,0.7);
    }
    .home #logo {
        display: none !important;
    }
    #wysiwyg_widgets_widget-2 {
        display: none !important;
    }
    #footer-outer{
        flex-direction: column !important;
    }
    #footer-widgets .container {
        max-width: unset !important;
        padding-left: 0 !important;
    }
    #footer-widgets .container .span_12 {
        margin-left: 0 !important;
    }
    #footer-outer ul {
        justify-content: center;
    }
    #copyright .span_7{
        display: none !important;
    }
}
@media screen and (max-width: 691px) {
    .hide-mobile {
        display:none !important;
    }
    .address  p{
        padding-bottom: 30px !important;
    }
    #footer-outer{
        padding: 15px 0 !important;
    }
}




/* THE OTHER PAGES */
h2{
    color: #3b3b3b;
    font-size: 42px !important;
}
.hero-narrow > .col {
    height: 350px;
}
/* header/nav */
body #header-outer {
    background-color: #3b3b3b !important;
    height: 60px !important;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a:after {
    border-color: #fff !important;
}
body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item a,
body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
    background-color: #fff !important;
    color: #3b3b3b !important;
}
#header-outer #logo {
    margin: 10px 0 !important;
}
#header-space, #header-outer .row{
    height: 60px !important
}
body[data-header-color="dark"]:not([dat-header-format="left-header"]) #top .sf-menu li ul{
    background-color: #3b3b3b !important;
}
.sf-menu li a {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
}
#top .container {
    padding-right: 0 !important;
}
.sf-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
#menu-item-224 {
    background-color: #fff !important;
    padding-left: 15px !important;
    padding-right: 30px !important;
    margin-left: 20px !important;
}
#menu-item-224 a {
    color: #3b3b3b !important;
}
/* FOOTER */
#footer-outer .row {
    padding-top: 50px !important;
}
#wysiwyg_widgets_widget-5 {
    display: block;
}
#wysiwyg_widgets_widget-4 {
    margin-bottom: 0 !important;
}
/* animate underling on hover */
#wysiwyg_widgets_widget-4 ul li {
    position: relative;
}
#wysiwyg_widgets_widget-4 ul {
    display: flex;
    justify-content: space-around;
}
#wysiwyg_widgets_widget-4 ul li a{
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}
#wysiwyg_widgets_widget-4 ul li a::after{
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
#wysiwyg_widgets_widget-4 ul li a:hover::after{
    width: 100%;
    left: 0;
}
#wysiwyg_widgets_widget-2 {
    display: none;
}
#copyright{
    padding-bottom: 20px !important;
}
#copyright p{
    color: #fff !important;
    font-size: 14px !important;
}
#copyright .container {
    padding-left: 90px !important;
}

/*.vc_row-fluid > .span_12 > .wpb_column { /* padding for all rows */
/* .vc_row-fluid > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper { padding for all columns */
body:not(.home) .vc_row > .row_col_wrap_12 { /* padding for main rows */
    padding:60px 0;
}
body:not(.home) .extra-padding > .col {
    padding-top:20px;
    padding-bottom:20px;
}
body:not(.home) .extra-padding-bottom > .col, .extra-padding-bottom {
    padding-bottom:50px;
}
body:not(.home) .extra-padding-top > .col, .extra-padding-top {
    padding-top:50px !important;
}
body:not(.home) h2::after {
    content: '';
    width: 80px;
    bottom: 0;
    height: 1px;
    background-color: #000;
    position: relative;
    top: 10px;
    display: block;
    left: 0;
}
body:not(.home) div[data-midnight="light"] h2::after {
    background-color: #fff;
}
.center h2::after, h2[style="text-align: center;"]::after {
    margin: 0 auto !important;
}

.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-padding, .no-padding .wpb_wrapper, .no-padding .row_col_wrap_12, .no-padding .vc_col-sm-6 {
    padding:0!important;
}
.no-padding-top, .no-padding-top .wpb_wrapper, .no-padding-top .row_col_wrap_12 {
    padding-top:0!important;
}
.no-padding-top-bottom, .no-padding-top-bottom .wpb_wrapper, .no-padding-top-bottom .row_col_wrap_12 {
    padding-top:0!important;
    padding-bottom:0!important;
}
.no-padding-bottom, .no-padding-bottom .wpb_wrapper, .no-padding-bottom .row_col_wrap_12 {
    padding-bottom:0!important;
}
.no-margin, .no-margin .wpb_wrapper {
    margin:0!important;
}
.repeat-bg .row-bg.using-image{
    background-size: contain;
    background-repeat: repeat !important;
}


/* 3 column gallery row */
.three-col-gallery .row.portfolio-items {
    /* max-height: 358px !important; */
}
.three-col-gallery .elastic-portfolio-item{
    width: 33% !important
}
.three-col-gallery img {
    object-fit: cover;
}
/* get in touch 3 col */
.get-in-touch .vc_col-sm-4:first-of-type .wpb_wrapper,
.get-in-touch .vc_col-sm-4:first-of-type .wpb_wrapper div,
.get-in-touch .vc_col-sm-4:first-of-type .wpb_wrapper img{
    height: 100%;
}
.get-in-touch .vc_col-sm-4:first-of-type .wpb_wrapper img {
    object-fit: cover;
    max-height: 550px;
    width: 100%
}

/* TIMELINE */
.tl-block {
    padding: 50px;
}
.tl-block h2 {
    padding-bottom: 20px !important;
}
.tl-block-l {
    padding-right: 100px;
}
.tl-block-r {
    padding-left: 100px;
}
.timeline .column-image-bg {
    background-size: cover !important;
}
.timeline .vc_col-sm-6:first-of-type {
    border-right: 3px solid #000;
    padding-right: 50px !important;
}
.timeline .vc_col-sm-6:last-of-type {
    padding-left: 50px !important;
}
.history.flex-row > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
    display: flex;
}
.history .text-overlay .wpb_text_column {
    position: absolute;
    bottom: 0;
}
.history .text-overlay .wpb_text_column h2 {
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 20px !important;
}
.history .text-overlay .wpb_text_column h2::after {
    display: none;
}
.blog-recent h3.title {
    font-family: 'Raleway' !important;
}
/* catering page */
.specialties img {
    width: 100% !important;
}
/* OVERLAY VERSION OF PRIVATE FUNCTION BOXES */
.info-boxes .vc_col-sm-4 {
    min-height: 350px !important;
}
.info-boxes .vc_col-sm-4 .wpb_text_column {
    padding-left: 60px !important;
}
.info-boxes h2 {
    font-size: 36px !important;
    line-height: 46px !important;
}
.info-boxes h2::after {
    display: none !important;
}
.info-boxes h2::before{
    content: "";
    width: 1px;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 5px;
    display: block;
    left: -20px;
}
.info-boxes .vc_col-sm-4:hover .column-overlay-layer {
    opacity: 0.9 !important;
    transition: all 0.5s ease-in-out;
}
.info-boxes .row_col_wrap_12_inner.span_12{
    padding-top: 40px !important;
    padding-left: 40px !important;
}


/* RUNT CLUB STYLE */
/* .info-cards .vc_col-sm-4{
    padding: 0 2% !important;
}
.info-cards .vc_col-sm-4 > .vc_column-inner {
    box-shadow: 0px 5px 15px 0px #898989;
}
.info-cards .card-heading {
    background-color: #171717;
    padding: 20px 40px;
    margin-bottom: 0 !important;
}
.info-cards h3 {
    color: #fff;
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 0 !important;
}
.info-cards .inner_row{
    padding: 40px 30px !important;
    background-color: #fff;
    min-height: 230px;
}
.info-cards .inner_row .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 150px;
}
.info-cards .hover-wrap {
    margin-bottom: 0 !important;
} */


/* private function contact form */
.private-functions > .col{
    height: 300px !important;
}
.private-functions h3 {
    padding-top: 20px !important;
}
#gform_fields_1  {
    display: flex;
    flex-wrap: wrap;
}
#gform_fields_1 li {
    width: 50%;
    margin-top: 0 !important;
}
#gform_fields_1 #field_1_1, #gform_fields_1 #field_1_7{
    width: 100%;
}
#gform_fields_1 li input, select, #gform_fields_1 #field_1_7 textarea {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important;;
    background-color: #fff;
    border: 1px solid #dadada;
}
.gform_footer {
    text-align: center;
    padding-bottom: 0 !important;
}
select {
    height: 46px;
    border-radius: 4px;
    box-shadow: none;
}
.gform_wrapper {
    margin-bottom: 0 !important;
}
/* newsletter sign up */
#field_2_2 .ginput_container {
    text-align: center;
    padding-top: 10px !important;
}
#field_2_2{
    padding-right: 0 !important;
}
@media screen and (min-width: 1000px){
    .pin-right, .pull-right {
        display:flex!important;
        align-items:center;
        justify-content:flex-end!important;		
    }
    .pin-right > div, .pull-right > div {
        padding-left: 90px;
        max-width: 850px;
        padding-right:20px;
    }
    .pin-right.image-col > div{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pin-left.image-col > div{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pin-left, .pull-left {
        display:flex!important;
        align-items:center;
        justify-content:flex-start!important;		
    }
    .pin-left > div > .wpb_wrapper, .pull-left > div {
        padding-right: 90px !important;
        max-width: 850px;
        padding-left:80px !important;
    }
    /* wine club */
    .wine-gallery img {
        padding-right: 15px !important;
        padding-bottom: 15px !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 999px){
    /* header/nav */
    #header-outer:not([data-permanent-transparent="1"]){
        height: 40px !important;
        padding: 0 10px !important;
    }
    #header-space, #header-outer .row {
        height: 40px !important;
    }
    #mobile-menu {
        top: 40px !important;
        z-index: -1 !important;
    }
    #mobile-menu .menu-item:first-of-type {
        margin-top: 20px !important;
    }
    #mobile-menu .menu-item:first-of-type::before{
        display: none;
    }
    .full-width-content .wpb_text_column,
    .pin-right:not(.full-width-m) > div {
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .no-padding .pin-left.vc_col-sm-6 {
        /* padding: 60px !important; */
        /* padding-bottom: 120px !important; */
    }
    .ptb-10-m > .vc_column-inner{
        padding-top: 10% !important;
        padding-bottom: 10% !important;
    }
    /* footer */
    #wysiwyg_widgets_widget-3 {
        display: none;
    }
    #wysiwyg_widgets_widget-5 {
        margin-bottom: 0 !important;
    }
    #wysiwyg_widgets_widget-5 img {
        margin-top: -50px !important;
    }
    #footer-outer {
        z-index: 9999;
    }
    #footer-outer .row {
        padding-top: 0 !important;
    }
    #footer-outer[data-cols="1"] #copyright{
        padding-top: 0 !important;
    }
    #copyright .container {
        padding-left: 0 !important;
    }
    /* catering page */
    html body .vc_row-fluid .catering-options > .row_col_wrap_12_inner.span_12 {
        max-width: 600px;
        margin: 0 auto !important;
        flex-wrap: nowrap !important;
    }
    .nectar-flickity:not(.masonry) .flickity-slider .cell {
        width: 66% !important;
        height: 100%;
    }
    .nectar-flickity:not(.masonry) .flickity-slider .cell img {
        height: 150px;
        object-fit: cover;
    }
    .flickity-viewport {
        height: 150px !important;
        margin-top: -10px !important;
        margin-bottom: 10px !important;
    }
    /* private function form */
    #gform_fields_1 li {
        width: 100%;
    }
    #input_1_1_6_container {
        margin-bottom: 0 !important;
    }
    .gform_wrapper .gform_footer input.button, 
    .gform_wrapper .gform_footer input[type="submit"]  {
        width: unset !important;
        margin-bottom: 0 !important;
    }
    /* wine club */
    .blog-recent {
        margin-bottom: 0!important;
    }
    .wine-gallery {
        max-width: 320px;
        margin: 0 auto !important;
    }
    .wine-gallery .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap{
        margin-bottom: 5px !important;
    }
    .wine-gallery .inner_row:last-of-type .vc_col-sm-6:last-of-type {
        padding-left: 5px !important;
    }
    /* catering */
    .info-boxes .row_col_wrap_12_inner.span_12 {
        padding-left: 140px !important;
    }
}
@media screen and (max-width: 690px){
    .full-width-content .wpb_text_column,
    .pin-right:not(.full-width-m) > div {
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .hero-narrow > .col {
        height: 250px;
    }
    body:not(.home) .vc_row > .row_col_wrap_12 { /* padding for main rows */
        padding:40px 0;
    }
    .get-in-touch .vc_col-sm-4:nth-of-type(2) .vc_column-inner{
        padding: 40px 0 !important;
    }
    .get-in-touch h2 {
        padding-bottom: 40px !important;
    }
    .get-in-touch .wpb_text_column .wpb_wrapper{
        display: flex;
        flex-direction: column;
    }
    .get-in-touch .wpb_text_column .wpb_wrapper p{
        font-weight: 400;
    }
    .get-in-touch .wpb_text_column .wpb_wrapper p:first-of-type{
        order: 3;
        padding-top: 20px !important;
        font-weight: 800;
    }
    /* catering */
    .info-boxes .row_col_wrap_12_inner.span_12 {
        padding-left: 60px !important;
    }
}





/* MENU PAGE */
.bold {
    font-weight: 600;
}
.food-container, .drinks-container{
    padding-top: 60px !important;
}
.menu-container .wpb_row img {
    height: unset;
    width: unset;
}
.menu-container .drinks {
    text-align: center;
}
.menu-container h2::after {
    width: 100% !important;
    background-color: #aaa !important;
    top: 5px;
    margin-bottom: 30px;
}
.food-container > h2, .drinks-container > h2, .half-half-section h2 {
    font-size: 28px !important;
    line-height: 38px !important;
    color: #000 !important;
}
.menu-section h3{
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: 'special_eliteregular' !important;
    color: #000 !important;
}
.menu-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-section > div {
    width: 45%;
    padding-bottom:15px;
}
.menu-section > div > p {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
}
.menu-section > div > div,
.menu-section .price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.menu-section .price p {
    /* font-weight: 800; */
    padding-bottom: 15px !important;
    text-align: right;
}
.menu-section .price div {
    position: relative;
    display: flex;
}
.menu-section .dietary {
    position: absolute;
    right: 0;
    left: 10px;
}
.menu-section .dietary i {
    color: rgb(194, 205, 141);
    padding-right: 8px;
}
.menu-section .dietary img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 5px;
}
/* 2 column menu shenanigans */
.half-half-section {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.half-half-section .menu-section {
    width: 49%;
    display: block;
}
.half-half-section .menu-section > div{
    width: 100%;
}
/* Desserts Box */
.desserts{
    border: 1px dotted black;
    width: 600px;
    margin: 0 auto;
    padding: 40px;
}
.desserts h2 {
    font-size: 28px !important;
    line-height: 38px !important;
    position: relative;
    top: -60px;
    left: 40px;
    background-color: #fff;
    display: inline-block;
    padding: 0 15px;
}
.desserts h2::after {
    display: none !important;
}
.desserts > div{
    display: flex;
    justify-content: space-between;
}
.desserts > p {
    text-transform: uppercase;
    width: 60%;
}
/* drinks */
.drinks h2::after{
    display: none !important;
}
.drinks img {
    width: 400px;
}
.drinks-container h3 {
    font-weight: 400;
}
.drinks-container .menu-section:not(.draft) {
    display: block;
}
.drinks-container .menu-section:not(.draft) > div {
    width: 100%;
}
.price-deets p {
    padding: 0 5px;
}
.price-deets p.bold {
    font-weight: 800;
}
/* make the wine table thing */
.drinks-container .menu-section.wine {
    display: flex;
    justify-content: space-between;
}
.drinks-container .menu-section.wine > div{
    width: 49%;
}
.wine-desc{
    width: 45%;
}
.wine .price-deets {
    width: 55%
}
.wine .price-deets > div {
    display: flex
}
.menu-section.wine p {
    padding-bottom: 10px !important;
}
.menu-section.wine > div {
    padding-bottom: 0 !important;
}
.wine-type h2 {
    font-size: 18px !important;
    line-height: 28px !important;
}
.menu-section .wine-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.menu-section .wine-header .wine-type, 
.menu-section .wine-desc {
    width: 64%;
}
.wine-desc p {
    font-size: 14px !important;
    line-height: 24px !important;
}
.menu-section .wine-deets {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-container .menu-section:last-of-type {
    padding-bottom: 40px !important;
}

/* constrain width of page to match rest of site */
.menu-container {
    margin: 0 auto;
}

/* toggler */
.menu-toggler {
    margin-top: 40px !important;
    height: 50px;
    width: 320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fafafa;
    border: 2px solid #ccc;
    border-radius: 100px;
}
.menu-toggler a{
    width: 50%;
    text-align: center;
    font-weight: 600;
    color: #333;
    z-index: 9;
}
.menu-toggler a.selected {
    color: #fff;
    transition-delay: 0.25s;
}
.menu-toggler .selected-highlight {
    background-color: #000;
    width: 50%;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    transition: all 0.5s ease-in-out;
}
.menu-toggler .selected-highlight.drinks-select {
    transform: translateX(158px);
}
@media screen and (min-width: 1000px){
    .menu-container {
        max-width: 1425px;
        padding: 0 90px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 999px){
    .food-container > h2, .drinks-container > h2 {
        text-align: center;
    }
    .menu-section > div {
        width: 100%;
    }
    .menu-section .dietary {
        left: unset;
        top: 0
    }
    .menu-section > div > p {
        padding-bottom: 0 !important;
    }
    .drinks-container {
        display: none;
    }
    .menu-section > div > div.wine-price {
        display: none;
    }
    .menu-section .wine-header .wine-type, 
    .menu-section .wine-desc {
        width: 100%;
    }
    .menu-section .wine-desc p, .menu-section .wine-price p {
        width: 100% !important;
    }
    .menu-section.wine p, .menu-section .wine-price{
        width: 33%;
    }
    .half-half-section .menu-section {
        width: 100%;
    }
    .half-half-section {
        flex-direction: column-reverse;
    }
    /* desserts section */
    .desserts {
        border: none;
        padding: 0;
        margin-bottom: 60px;
    }
    .desserts h2 {
        top: 0;
        left: 0;
        display: block;
        padding: 0;
        text-align: center;
    }
    .desserts h2::after{
        display: block !important;
    }
    /* drinks view */
    .drinks > h2, .drinks > img {
        display: none;
    }
    .drinks-container .menu-section.wine > div {
        width: 100%;
    }
    .drinks-container {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 690px) and (max-width: 999px){
    .menu-container{
        max-width: 600px;
        margin: 0 auto;
        padding: 0;
    }
    .menu-container .drinks object {
        width: 50%;
    }
}
@media screen and (max-width: 690px){
    .food-container > h2, .drinks-container > h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .menu-container{
        max-width: 320px;
    }
    .menu-container .drinks object {
        width: 50%;
        margin-bottom: -47px;
    }
    .desserts {
        width: 300px;
    }
    /* drinks */
    .menu-section.cocktails .price > div {
        flex-direction: column;
    }
    .menu-section.cocktails .price p {
        text-align: center;
    }
    .drinks-container .price p {
        padding: 0 2px;
        font-size: 13px !important;
        line-height: 23px !important;
        text-align: left !important;
    }
    .drinks-container .house-wine .price {
        flex-direction: column;
    }
    .drinks-container .wine .price-deets p {
        font-size: 13px !important;
        line-height: 23px !important;
    }
    .menu-section.wine > div > div {
        flex-direction: column;
    }
    .menu-section.wine .price-deets > div {
        width: 50%;
    }
}