/*

Theme Name: Web 2.O

Description: Custom Styling For Green Mill

Template: twentytwentyone

*/

/***********************************
GENERAL STYLES
************************************/
/* Body */
body a.btn-bt.bt-white,
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-color-white{
    color:#fff;
    background-color:transparent;
    border:3px solid #fff;
    border-radius: 2px;
}
a.btn-bt.bt-white:hover,
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-color-white:hover {
    border: 3px solid #12a456;
    transition:0.3s;
}

a.btn-bt.default,
a.btn-bt.alternate,
a.btn-bt.bt-white,
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-color-white{
    text-transform:uppercase;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 8px 10px;
    min-width:200px;
    font-weight: 900;
    font-size: 18px;
}
body .bakery h2{
    font-size:36px;
    line-height:44px;
}
body .bakery h4{
    font-size:16px;
    line-height:30px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
}
body .bakery h3{
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
}
.black-row {
    background-color: #0F0F0F;
}
.black-row a,
.black-row p,
.black-row li,
.black-row span,
.black-row h1,
.black-row h2,
.black-row h3,
.black-row h4,
.black-row h5,
.black-row h6 {
    color:#fff;
}

.white-row{
    background-color:#fff;
}
.white-row a,
.white-row p,
.white-row li,
.white-row span,
.white-row h1,
.white-row h2,
.white-row h3,
.white-row h4,
.white-row h5,
.white-row h6 {
    color:#000;
}

.green-row {
    background-color:#0D733C;
}
.green-row a,
.green-row p,
.green-row li,
.green-row span,
.green-row h1,
.green-row h2,
.green-row h3,
.green-row h4,
.green-row h5,
.green-row h6 {
    color:#fff;
}

.darkgreen-row {
    background-color: #122620;
}
.darkgreen-row a,
.darkgreen-row p,
.darkgreen-row li,
.darkgreen-row span,
.darkgreen-row h1,
.darkgreen-row h2,
.darkgreen-row h3,
.darkgreen-row h4,
.darkgreen-row h5,
.darkgreen-row h6 {
    color:#fff;
}
body hr.white{
    border-bottom: 2px solid #fff;
}
body hr{
    margin-bottom: 1em;
    /*width:85%;*/
    margin-left:0;
    margin-top: 1em;
    border-bottom: 2px solid #0D733C;
}
body .vc_col-has-fill > .vc_column-inner{
    padding-top:0;
}
body .wpb_content_element{
    margin-bottom:0;
}
body .vc_col-sm-6,
body .vc_col-sm-6 .vc_column-inner{
    height:100%;
}
body *,
body table th{
    font-family: 'Lato', sans-serif;
}


/* Header */
.default-header-bg{
    background-image: url('/wp-content/uploads/2021/06/default-header.jpg');
}
.top-widget {
    display: none;
}

header#header #site-navigation #top-menu li.button-me-up a{
    color: #ffffff !important;
    font-size: 18px;
    background: #0d733c;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 14px 0;
    text-shadow:none;
    min-width: 200px;
}
header#header #site-navigation #top-menu li.button-me-up a:hover{
    color:#EFA036 !important;
}




/* Footer */
.row.copyright .container{
    padding:5px 0;
}
.row.copyright ul.social li a i{
    font-size:26px;
}
footer .column-fifths li a{
    line-height:22px;
    letter-spacing: 1px;
    font-weight: 900;
}
footer .column-fifths a.btn-bt.default{
    letter-spacing: 1px;
    font-weight: 900;
    font-size:18px;
    text-transform:uppercase;
    display:inline-block;
    min-width:200px;
    padding:14px 0;
}
footer .column-fifths {
    width: 19%;
    margin: 0 1%;
}
footer .column-fifths.footer-col-1{
    width:16%;
    margin:0 1%;
}
footer .column-fifths img{
    max-width:100%;
    height:auto;
}
.bakery p {
    margin-bottom: 10px;
}
footer#footer .column-fifths p{
    text-align:center;
} 
footer#footer .column-fifths li:not(.menu-pop){
    text-align:left;
    text-transform:uppercase;
    margin-bottom:5px;
    line-height:20px
}
footer .column-fifths ul{
    list-style-type:none;
}
@media (max-width:979px){
    footer#footer .column-fifths{
        width:90%;
        margin:0 auto 10px;
    }
    footer#footer .column-fifths.footer-col-4{
        margin-bottom:30px;
    }
    footer#footer .column-fifths ul{
        padding-left:0;
    }
    footer#footer .column-fifths.footer-col-1 p,
    footer#footer .column-fifths li:not(.menu-pop){
        text-align:center;
        margin-bottom:15px;
    }
}

/* fifty fiftys */

@media (min-width:980px){
    body .halfs .container{
        width:100%;
        max-width:100%;
        min-height:400px;
    }
    body .halfs .text-left .wpb_text_column{
        max-width: 600px;
        margin: 0 auto;
        /*padding-right: 50px;
        padding-left: 20px;
        max-width: calc(1440px/2*.92);*/
    }
    /*body .halfs .vc_col-sm-6.text-left .vc_column-inner{*/
        /*justify-content: flex-end;
    }
    body .halfs .vc_col-sm-6.text-left.ff-text .vc_column-inner{
        justify-content: center;
    }*/
    body .halfs .text-right .wpb_text_column{
        max-width: 600px;
        margin: 0 auto;
        /*padding-right: 20px;
        padding-left: 50px;
        max-width: calc(1440px/2*.92);*/
    }
    body .halfs .r-align{
        margin-bottom:40px;
        text-align:right;
    }
    body .halfs .vc_col-sm-6 .vc_column-inner{
        display: flex;
        align-items:center;
        justify-content: center;
        padding:40px 60px;
    }
    body .halfs .r-align:last-of-type{
        margin-bottom:0;
    }
}

body .halfs .btn-bt{
    margin-top:25px;
}
body .halfs h2{
    margin-bottom:30px;
    font-weight:800;
}

@media (min-width:980px){
    body .bottom-links .container{
        width:100%;
        max-width:100%;
        min-height:300px;
    }
    body .bottom-links .vc_col-sm-6 .vc_column-inner{
        display: flex;
        align-items:center;
        justify-content: center;
        text-align: center;
        padding:100px 0;
    }   
}
body .bottom-links h2{
    text-shadow: 2px 2px 8px #000000;
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
}
@media (min-width:980px) and (max-width:1130px){
    body .bottom-links h2{
        font-size:42px;
    }
}

@media (min-width:980px){
    body .bottom-link-full h2{
        color:#fff;
        margin-bottom:30px;
    }
    body .bottom-link-full .container{
        max-width:100%;
        width:100%;
    }
    body .bottom-link-full .container .vc_column-inner{
        min-height:450px;
        display:flex;
        align-items:center;
        justify-content: center;
    }
}
body .bottom-link-full h2{
    color:#fff;
    margin-bottom:40px;
    color:#fff;
    font-size:40px;
    line-height:50px;
    font-weight:900;
    letter-spacing:1px;
    text-shadow: 2px 2px 8px #000000;
}

/* lodging type template */
@media (min-width: 980px) {
    .lodging-bttons br{
        display:none;
    }
    .lodging-bttons a:first-of-type {
        margin-right: 25px;
    }
    .single-lodging-text-right .vc_column-inner {
        padding-left: 50px !important;
    }
}

.lodging-bttons{
    margin-top:30px;
}
@media (min-width:980px){
	.single-lodging-row .container{
		display:flex;
		justify-content:center;
		align-items:center;
	}
}
.single-lodging-row .container{
    padding:40px 0 40px;
}
a.btn-bt.default.more-padding{
    padding-left:17px;
	padding-right:17px;
}

h3.left-staff-title {
    font-size:28px;
    line-height:28px;
    font-weight:900;
    letter-spacing:2px;
    text-transform: uppercase;
    color: #000;
}

/* green Pizza Beer Wings row */
body .ppbw .wpb_text_column.wpb_content_element{
    margin-top:0px;
    margin-bottom:0px;
}
body .ppbw .wpb_text_column h2{
    font-size:40px;
    padding:35px 0;
    font-weight:900;
    text-align:center;
}

/* green rewards row */
.green-rewards .container{
    padding:30px 0;
}
body #content .green-rewards h3:last-child{
    margin-bottom:20px;
}
@media (min-width:980px){
    .green-rewards .flexed-content-btn .wpb_wrapper{
        display:flex;
        max-width:940px;
        width:90%;
        margin:0 auto;
        align-items: center;
        justify-content: center;
    }
    .green-rewards .flexed-content-btn a.btn-bt{
        margin-left:20px;
    }
}

/* black GM loc info */
body .gm-loc-info .container{
    max-width:1400px;
    width:94%;
    padding:75px 0
}
body .gm-loc-info .vc_col-sm-1\/5{
    padding:0 20px
}
.gm-loc-info img{
    height: 75px;
    width:auto;
}

body .gm-loc-info h5{
    font-weight:900;
    letter-spacing: 1.5px;
    font-size:21px;
    padding-top:30px;
    margin-bottom:10px;
}
body .gm-loc-info p{
    line-height:20px;
    font-size:14px;
}

/* location halfs sections */
body .halfs.loc-other-info .vc_col-sm-6 .vc_column-inner{
    /*display: block;*/
}
body .halfs.loc-other-info .text-left .wpb_text_column,
body .halfs.loc-other-info .text-right .wpb_text_column{
    padding:0 50px;
    margin:0 auto;
}
.bakery .loc-other-info ul{
    list-style-type:none;
    padding-left:0;
    
}
.gm-loc-info .vc_column_container.vc_col-sm-1\/5,
.gm-loc-info .vc_column_container.vc_col-sm-3{
    padding:30px 10px;
}
.locations.halfs .vc_col-sm-6.text-left .vc_column-inner{
    /*padding-left: 100px;*/
}
.locations.halfs .vc_col-sm-6.text-right .vc_column-inner{
    /*padding-left: 100px;*/
}
.locations.halfs .vc_col-sm-6.text-right .vc_column-inner .wpb_wrapper,
.locations.halfs .vc_col-sm-6.text-left .vc_column-inner .wpb_wrapper{
    flex-grow:1;
}
.locations.halfs .vc_col-sm-6.text-right .vc_column-inner .wpb_text_column{
    padding:0;
}
.locations.halfs .vc_col-sm-6.text-left .vc_column-inner .wpb_text_column{
    padding:0;
}

/* full height/width column map */
.locations .mapbox iframe{
    flex-grow: 1; 
    border: none; 
    margin: 0; 
    padding: 0;
}
body .bakery .locations.halfs h4{
    padding-bottom:0;
    padding-top:0;
}
body .locations.halfs .vc_col-sm-6.mapbox *{
    height:100%;
    width:100%;
}
body .locations.halfs .vc_col-sm-6.mapbox .vc_column-inner{
    padding:0;   
}

/* location order online block */
.loc-oo .container{
    padding:50px;
}
.loc-oo h2{
    font-weight: 900;
    margin-bottom:30px;
}
.loc-oo a.btn-bt{
    margin-top:40px;
}
.loc-oo p{
    margin-bottom:10px;
    padding: 0 70px;
}

/* green extra content row */
.green-loc-row .container{
    padding:40px 0 50px;
}
.green-loc-row h2{
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:20px;
}
.green-loc-row .larger-text-white{
    font-size:18px;
}


/* custom header for locations (possible other pages) */
.locations .default-header .container{
    height:100%;
    align-items: flex-end;
    padding-bottom:60px;
}
.locations .default-header{
    height:600px;
}


/* locations grid */

.locations-grid-row .container{
    width:100%;
    max-width:100%;
}

.the-location-grid .loc-row{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;

}
.the-location-grid .loc-row .loc-container{
    flex: 1;
    min-height: 300px;
    align-items: center;
    display:flex;
    justify-content:center;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;

}
.the-location-grid .loc a{
    margin-top:30px;
}
.the-location-grid .loc h2{
    font-size:36px;
    font-weight:800;
    text-shadow: 2px 2px 8px #000000;
}
.the-location-grid .loc h3{
    font-weight: 600;
    font-size:26px;
    text-shadow: 2px 2px 8px #000000;
}


body .bakery .ff-text h4{
    padding:0;
    padding-top:20px
}



/* forms */
.gform_wrapper{
    padding:40px 40px 0;
}
.bakery .gform_wrapper .gfield_label{
    margin-bottom:0;
    color:#000;
}
.bakery .gform_wrapper .ginput_complex label{
    display:none !important;
}
.bakery .gform_wrapper input,
.bakery .gform_wrapper select,
.bakery .gform_wrapper textarea{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom-width: 1px;
    border-bottom-color:#000;
}
.bakery .gform_wrapper.gravity-theme .gfield .gfield_label{
    display:none;
}


/* blog */
.home-page-post-grid-row .container {
    width: 100%;
    max-width: 100%;
}
.home-page-post-grid-row .vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid {
    margin-bottom: 0px;
}
.home-page-post-grid-row .vc_grid.vc_row.vc_pageable-wrapper.vc_hook_hover {
    padding: 0px;
}
.home-page-post-grid-row .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_visible-item {
    padding: 0px;
}
.home-page-post-grid-row .vc_gitem-zone.vc_gitem-zone-a {
    height: 250px;
}
.home-page-post-grid-row .vc_gitem_row.vc_row.vc_gitem-row-position-top {
    padding: 0px;
}
.home-page-post-grid-row .vc_gitem_row .vc_gitem-col {
    padding: 20px 10px 0px 30px;
}
.home-page-post-grid-row .vc_grid-filter.vc_grid-filter-center {
    text-align: left;
}
.home-page-post-grid-row .vc_gitem-post-data {
    margin-bottom: 15px;
    margin-top: -10px;
}
.home-page-post-grid-row .vc_grid-filter > .vc_grid-filter-item {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date h6 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    font-weight:900;
    text-shadow: 2px 2px 8px #000;
}



/* homepage */
.unite-row p{
    display:none !important;
}
.unite-row .container{
    width:100%;
    max-width:100%;
}

.unite-row .container .ug-item-wrapper img{
    max-width:100% !important;
    height:auto !important;
    position: relative !important;
    left:0 !important;
}
.home .default-header{
    align-items:flex-start;
	background-position:center !important;
}
.home .btn-bt.bt-large{
    font-size: 28px;
    padding: 40px;
    border-radius: 10px;
    margin-top: 100px;
}

/* menus */
.menu-intro .container{
    padding:40px 0;
}
.bakery .menu-intro p{
    font-size:20px;
}






/* mobile */

/* general */

@media (max-width:979px){
    body .lodging-bttons a{
        margin-top:10px;
    }
    body .vc_col-sm-6.text-left, 
    body .vc_col-sm-6.text-left .vc_column-inner,
    body .vc_col-sm-6.text-right, 
    body .vc_col-sm-6.text-right .vc_column-inner{
        height:auto
    }
    body .halfs .r-align{
        text-align:center;
    }
    body .ppbw .wpb_text_column h2{
        font-size: 28px;
        line-height:34px;
    }
    body p, body li{
        line-height:22px;
    }
    body:not(.home) #content .default-header .container h1{
        font-size: 26px;
        max-width:92%;
    }
    body .bakery h2{
        font-size:28px;
        margin-bottom:10px;
        line-height:34px
    }
    
    body .bakery h3{
        font-size:22px
    }
    .bakery .bottom-links .container{
        width:100%;
    }
    .bakery .bottom-links .container .vc_column-inner{
        background-position: top !important;
    }
    .bakery .bottom-links .container .wpb_wrapper .wpb_text_column{
        min-height:250px;
        display:flex;   
        align-items:center;
        justify-content: center;
    }
    .bakery .bottom-links .container .wpb_wrapper .wpb_wrapper h2{
        margin-bottom:30px;
    }
    .bakery .bottom-links .container .wpb_wrapper .wpb_wrapper p{
        text-align: center;
    }
    .bakery .bottom-link-full .container{
        width:100%;
    }
    .bakery .bottom-link-full .container .wpb_text_column{
        padding:40px 0;
    }  
     body .bakery hr{
        width:100%;
    }
    .bakery .green-rewards.green-row p{
        text-align:center;
        margin-top:20px
    }
}
@media (max-width:767px){
    .str-lst-row ul {
        column-count: 1;
    }
}

/* location page */
@media (max-width:979px){
    body.locations .loc-oo .container{
        padding:40px 0;
    }
    body.locations .vc_row:not(.green-loc-row) .container{
        width:100%;
    }
    .locations-grid-row .container{
        width:100%;
    }
    .the-location-grid .loc-row{
        display: block;
        max-width:600px;
        margin:0 auto;
    }
    .the-location-grid .loc-row .loc-container{
        width:100%;
        min-height:400px;
        margin:15px 0;
    }
    .the-location-grid .loc h2{
        font-size:28px;
        margin-bottom:0
    }
    .the-location-grid .loc h3{
        font-size:22px;
    }
}
@media (max-width:768px){
    .the-location-grid .loc-row .loc-container{
        max-height:300px;   
        min-height:300px;
        margin:0;
    }
}

/* single location pages */
@media (max-width:979px){
    .parent-pageid-27893 .wpb_row.halfs.locations .vc_col-sm-6 .wpb_text_column,
    .parent-pageid-27893 .wpb_row.halfs.loc-other-info .vc_col-sm-6 .wpb_text_column{
        padding-top:40px;
    }
    .parent-pageid-27893 .wpb_row.halfs.locations .vc_col-sm-6 .wpb_text_column:first-of-type{
        padding-top:0
    }
    .parent-pageid-27893 .wpb_row.halfs:not(.white-row) {
        display:block;
    }
    .parent-pageid-27893 .wpb_row.halfs .container{
        width:100%;   
    }
    .parent-pageid-27893 .wpb_row.halfs .wpb_column:not(.mapbox):not(.vc_col-has-fill),
    .parent-pageid-27893 .wpb_row.halfs:not(.darkgreen-row) .wpb_column.vc_col-has-fill.text-right{
        padding:40px;
    }
    .parent-pageid-27893 .wpb_row.halfs .wpb_column.mapbox,
    .parent-pageid-27893 .wpb_row.halfs:not(.darkgreen-row) .wpb_column.vc_col-has-fill:not(.text-right){
        height:375px;
    }
    .parent-pageid-27893 .wpb_row.halfs.white-row .container{
        display:flex;
        flex-direction: column-reverse;
    }
    .parent-pageid-27893 .wpb_row.halfs .wpb_column.vc_col-has-fill.text-right{
        height:auto;
    }
    .parent-pageid-27893 .locations.halfs .vc_col-sm-6.text-left .vc_column-inner,
    .parent-pageid-27893 .locations.halfs .vc_col-sm-6.text-right .vc_column-inner,
    .parent-pageid-27893 .wpb_row.halfs.darkgreen-row .vc_col-sm-6:not(.text-right) .vc_column-inner{
        padding:0 20px;
        max-width:90%;
        margin:0 auto
    }
   
    body .halfs.loc-other-info .text-left .wpb_text_column, 
    body .halfs.loc-other-info .text-right .wpb_text_column{
        padding:40px
    }
}

/* catering */
@media(max-width:979px){
    .catering .halfs {
        display:block;
    }
    .catering .wpb_row .container{
        width:100%;
    }
    .catering .halfs .text-left,
    .catering .halfs .text-right{
        padding:40px;
    }
    .catering .halfs .text-left h2,
    .catering .halfs .text-right h2,
    .catering .halfs .text-left p,
    .catering .halfs .text-right p{
        text-align: center;
    }
    .catering .halfs .wpb_column:not(.text-left):not(.text-right){
        height:350px;
    }
    .catering .halfs.white-row:nth-of-type(2) .container{
        display:flex;
        flex-direction: column-reverse;
    }
}
@media(max-width:767px){
    .catering .halfs .wpb_column:not(.text-left):not(.text-right){
        height:275px;
    }
}

/* gift cards */
@media (max-width:979px){
    .gift-cards .single-lodging-row img{
        max-height: 300px;
        width:auto;
    }
    .gift-cards .single-lodging-row .vc_column_container{
        margin:30px 0
    }
    .gift-cards .single-lodging-row .container{
        max-width:90%;
    }
    .gift-cards .single-lodging-text-right * {
        text-align: center;
    }
}

/* rewards */
@media(max-width:979px){
    .rewards .halfs .text-left, 
    .rewards .halfs .text-right{
        padding:40px;
    }
    .bakery.rewards .container{
        width:100%;
    }
    .rewards .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 350px;
    }
    .rewards .halfs.white-row:nth-of-type(2) .container{
        display: flex;
        flex-direction: column-reverse;
    }
    .rewards .halfs.white-row *{
        text-align: center;
    }
    .rewards .lodging-bttons{
        margin-top:10px;
    }
}
@media(max-width:767px){
    .rewards .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 275px;
    }
}

/* home */
@media(max-width:979px){
    .home .halfs .text-left, 
    .home .halfs .text-right{
        padding:40px;
    }
    .home .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 350px;
    }
    .home .halfs.green-row .container,
    .home .halfs.darkgreen-row .container{
        display: flex;
        flex-direction: column-reverse;
    } 
    .home .halfs.white-row *{
        text-align: center;
    }
    .bakery.home .container{
        width:100%;
    }
}
@media(max-width:767px){
    .home .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 275px;
    }
}

/* careers */
@media(max-width:979px){
    .careers .halfs .text-left, 
    .careers .halfs .text-right{
        padding:40px;
    }
    .bakery.careers .container{
        width:100%;
    }
    .careers .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 350px;
    }
    
    .careers .halfs *{
        text-align: center;
    }

}
@media(max-width:767px){
    .careers .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 275px;
    }
}

/* covid 19 */
@media(max-width:979px){
    .covid-19-statement .halfs .text-left, 
    .covid-19-statement .halfs .text-right{
        padding:40px;
    }
    .bakery.covid-19-statement .container{
        width:100%;
    }
    .covid-19-statement .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 350px;
    }
    .covid-19-statement .halfs.black-row .container{
        display: flex;
        flex-direction: column-reverse;
    } 
    .covid-19-statement .halfs *{
        text-align: center;
    }

}
@media(max-width:767px){
    .covid-19-statement .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 275px;
    }
}

/* fundraising */
@media(max-width:979px){
    .fundraising .halfs .text-left, 
    .fundraising .halfs .text-right{
        padding:40px;
    }
    .bakery.fundraising .container{
        width:100%;
    }
    .fundraising .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 350px;
    }
    .fundraising .halfs.green-row .container{
        display: flex;
        flex-direction: column-reverse;
    } 
    .fundraising .halfs *{
        text-align: center;
    }

}
@media(max-width:767px){
    .fundraising .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 275px;
    }
}

/* contact us */
@media(max-width:979px){
    .contact-us .halfs .text-left, 
    .contact-us .halfs .text-right{
        padding:40px;
    }
    .bakery.contact-us .container{
        width:100%;
    }
    .contact-us .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 350px;
    }
    .contact-us .halfs.white-row .container{
        display: flex;
        flex-direction: column-reverse;
    } 
    .contact-us .halfs *{
        text-align: center;
    }

}
@media(max-width:767px){
    .contact-us .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 275px;
    }
}

/* franchising */
@media(max-width:979px){
    .franchising .halfs .text-left, 
    .franchising .halfs .text-right{
        padding:40px 60px;
    }
    .bakery.franchising .container{
        width:100%;
    }
    .franchising .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 350px;
    }
    .franchising .halfs.white-row .container{
        display: flex;
        flex-direction: column-reverse;
    } 
    .franchising .halfs *{
/*         text-align: center; */
    }
    .franchising ul{
/*         list-style: none;
        padding-left:0; */
    }

}
@media(max-width:767px){
    .franchising .halfs .wpb_column:not(.text-left):not(.text-right){
/*         height: 275px; */
    }
}

/* about us  */
@media(max-width:979px){
    .about .halfs .text-left, 
    .about .halfs .text-right{
        padding:40px;
    }
    .bakery.about .container{
        width:100%;
    }
    .about .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 350px;
    }
    .about .halfs.black-row .container{
        display: flex;
        flex-direction: column-reverse;
    } 
    .about .halfs *{
        text-align: center;
    }
    .about ul{
        list-style: none;
        padding-left:0;
    }

}
@media(max-width:767px){
    .about .halfs .wpb_column:not(.text-left):not(.text-right){
        height: 275px;
    }
}

/* blog */
@media(max-width:979px){
    .bakery.blog .container{
        width:100%;
    }
}

/* green mill foods */
@media (max-width:979px){
    .green-mill-foods .single-lodging-row img{
        max-height: 300px;
        width:auto;
    }
    .green-mill-foods .single-lodging-row .vc_column_container{
        margin:30px 0
    }
    .green-mill-foods .single-lodging-row .container{
        max-width:90%;
    }
    .green-mill-foods .single-lodging-text-right * {
        text-align: center;
    }
}






/* menu row */
.bakery .menu-row .container{
    width:100%;
    max-width:100%;
}
.bakery .menu-row .vc_tta-tabs-container{
    margin:0 !important;
    background-color: #202020;
    padding:20px 0;
}
.bakery .menu-row .vc_tta-tabs-container .vc_tta-tabs-list{
    max-width:980px;
    margin:0 auto;;
}
.bakery .menu-row .vc_tta-tabs-container .vc_tta-tab.vc_active a{
    color:#0d733c !important;
}
.bakery .menu-row .vc_tta-tabs-container .vc_tta-tab{
    width:18%;
    margin:10px 1%
}
.bakery .menu-row .vc_tta-tabs-container .vc_tta-tab a{
    color: #ffffff !important;
    border:none !important;
    font-weight:700;
    font-size: 14px;
    background: #0d733c;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: block;
    margin:0 auto;
    text-align: center;
    padding: 10px 0;
    text-shadow: none;
    border-radius:15px !important
}
.bakery .menu-row .vc_tta-tabs-container .vc_tta-tab a:hover{
    background-color:#fff;
    color:#0d733c !important;
}

.bakery .menu-row h2, 
.bakery .menu-row h3,
.bakery .menu-row h4,
.bakery .menu-r0w h5,
.bakery .menu-row h6{
    color:#000;
    font-weight:900;
    text-transform: uppercase;
    text-align: center;
}
.bakery .menu-row .vc_tta-panel{
    max-width:980px;
    margin:0 auto !important;
}
.bakery .menu-row .vc_tta.vc_general .vc_tta-panel-body{
    padding:40px 0;
}
.bakery .menu-row h2{
    margin-bottom:10px;
}
.bakery .menu-row h3{
    margin-bottom:10px;
}
.bakery .menu-row table tr,
.bakery .menu-row table td{
	border:none !important;
    text-align: center; 
    font-weight:700;
    color:#000;
    letter-spacing:1px;
    padding:5px 0 0;
}
.bakery .menu-row table th{
    border:none !important;
    text-align: center; 
    font-weight:900;
    color:#000;
    letter-spacing:1px;
    padding:5px 0 0;
}

.menu-row p{
    text-align:center;
}
.menu-row hr{
    text-align: center;
    margin:20px auto;
}
.menu-row .vc_row.vc_inner.vc_row-fluid{
    position: relative;
    height:100%;
    margin-bottom:20px;
}

.bakery .menu-row div.vc_row:before, 
.bakery .menu-row div.vc_row:after, 
.bakery .menu-row div.vc_row .vc_column-inner:before, 
.bakery .menu-row div.vc_row .vc_column-inner .wpb_wrapper:before{
    content: " " !important;
    display: block;
}


details > summary {
  list-style: none !important;
}
summary [pseudo="::-webkit-details-marker"],
summary [pseudo="-webkit-details-marker"],
details > summary::-webkit-details-marker,
::-webkit-details-marker,
details summary:-webkit-details-marker,
details summary::-webkit-details-marker,
.menu-row ::marker,
::marker,
:marker{ 
    display:none !important; 
	font-size:0px !important;
	color:transparent !important;
	list-style: none !important;
	list-style-type: none !important;
} 
details summary::-webkit-details-marker {
	display: none !important;
}
.menu-row summary{ 
    list-style: none !important;
}
details > summary:first-of-type {
    list-style-type: none !important;
}



.menu-row details{
    padding:10px;
}


@media (min-width:980px){
    .menu-row .vc_col-sm-6{
        width:47%;
        margin:1.5%;
    }

}
.menu-row details{
    color:#000;
    font-size:16px;
    line-height:20px;
    text-align: center;
}
.menu-row ul,
.menu-row details ul{
    list-style-type:none;
}
.menu-row details ul li{
   font-weight:500; 
}
.menu-row details ul li strong{
    font-weight:900;
    margin:15px 0 5px;
    display: block;
}
.menu-row img{
    max-width:25px;
    margin-right:5px
}
.bakery .menu-row .wpb_text_column{
    margin-top:40px
}
.bakery .menu-row h4{
    font-size:18px;
    width: 85%;
    margin: 0 auto !important;
}
.bakery .menu-row .vc_tta-panels-container .vc_tta-panels{
    background-color:#fff !important;
    border-bottom:none !important;
}

.menu-row.accordions .vc_tta-panel .vc_tta-panel-heading{
    background-color:#fff !important;
    border:none;
}
.menu-row.accordions .vc_tta-panel h4.vc_tta-panel-title a{
    color:#000 !important;
    border-bottom:3px solid #0d733c;
    max-width:90%;
    margin:0 auto;
    padding:50px 0 20px;
}
.menu-row.accordions .vc_tta-controls-icon.vc_tta-controls-icon-plus{
    display:none;
}

.menu-row.accordions .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{
    background-color:#fff;
    border:none;
}

.two-col{
    text-align: center;
    max-width: 360px;
    margin: 20px auto;
    padding: 0;
}
@media (min-width:980px){
    ul.two-col{
        column-count:2;
        max-width: 600px;
    }
}
details summary i.icon-down-open {
    float: right;
    color:#0d733c;
}
details summary{
    cursor:pointer
}

@media (max-width:979px){
    .menu-row .container .vc_tta-panels-container{
        max-width:94% !important;
        margin:0 auto;
    }
    .menu-row .container .vc_tta-panels-container .vc_tta-panels{
        border:none !important;
    }
}
@media (max-width:767px){
    .menu-row .container .vc_tta-panels-container{
        
    }
    .menu-row .container .vc_tta-panels-container .vc_tta-panel-body{
        background-color:#fff !important;
        border:none;
    }
    .menu-row .container .vc_tta-panels-container .vc_tta-panel-heading{
        background-color:#fff !important;
        border:none;
    }
    .menu-row .container .vc_tta-panels-container .vc_tta-panel-heading h4 a{
        color:#000 !important;
        border-bottom:2px solid #0d733c;
        cursor:pointer;
    }
    .menu-row .container .vc_tta-panels-container .vc_tta-panel-heading{
        cursor:pointer;
    }
}
@media (max-width:979px){
    .wpb_row .container .vc_col-has-fill .vc_column-inner{
        background-position:top center !important;
    }
}
@media (max-width:979px){
    .default-header .container h1 a{
        font-size:18px !important;
        padding:20px !important;
        margin-top: 50px !important;
    }
    .home .default-header{
        height:500px;
    }
    .locations .default-header{
        height:350px;
    }
    .default-header {
        height: 120px;
    }
}

@media (max-width:600px){

    .locations .default-header{
        height:275px !important;
		background-position:top center !important;
    }
}



.bakery .three-col-ul,
.bakery .two-col-ul{
    padding-left: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 768px){
    .bakery .three-col-ul{
        column-count: 3;
    }
    .bakery .two-col-ul{
        column-count: 2;
    }
}

.gform_confirmation_wrapper div{
    text-align:center;
    margin-top:40px;
}

/* blog */
#content .blog.single .single-post-title{
    font-size:36px;
    line-height:50px;
    margin-bottom:20px;
    border-bottom:2px solid #0d733c;
    color:#333;
}

#content .blog.single{
    max-width:1080px; 
    margin:0 auto;
    
}
#content .blog.single h1,
#content .blog.single h2,
#content .blog.single h3,
#content .blog.single h4,
#content .blog.single p{
    margin-top:20px;
}
#content .single-post-feat-img-wrap {
    text-align: center;
}
#content .blog.single .single-post-feat-img-wrap img{
    max-height: 550px;
    width:auto;
    margin:40px 0 20px;
}
#content .blog.single .post-navigation .post-title{
    font-size: 16px;
    margin-top:5px;
}

.bakery.menu .wpb_raw_html table{
    max-width:768px;
    margin:20px auto;
}
.bakery.menu .wpb_raw_html table th{
    padding-bottom: 5px;
}
.bakery.menu .wpb_raw_html table th,
.bakery.menu .wpb_raw_html table td{
    width:33%;
}





@media (max-width:979px){
    .top-header .logo a img{
        height:60px !important;
        max-height:60px !important;
        padding:0;
    }
    #header .top-header{
        height:80px;
        background-color:#0f0f0f;
    }
    body #header .top-header.left-right-header, 
    body header#header .left-right-header > .container{
        padding:0
    }
    
}


.home.bakery .black-row {
    padding:20px 0;
}

@media (max-width:979px){
    .home.bakery .black-row img{
        max-width:300px;
    }
    .home.bakery .black-row {
        padding:15px 0;
    }
}

@media (min-width:768px) and (max-width:850px){
    .bakery .menu-row .vc_tta-tabs-container .vc_tta-tab a[href="#Lemonade-Smoothies"]{
        font-size:12px !important;
    }
}
@media(max-width:767px){
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container{
        display:block !important;
    }
    .bakery .menu-row .vc_tta-tabs-container .vc_tta-tab{
        width:90%;
        margin:10px 5%;
        text-align: center;
    }
	.vc_tta-panels-container .vc_tta-panel-heading{
		display:none !important;
	}
}
@media (max-width:800px){
    .online-ordering .str-lst-row ul{
        column-count: 2;
        padding-left:0;
    }
}
@media (max-width:500px){
    .online-ordering .str-lst-row ul{
        column-count: 1;
        padding-left:0;
    }
}
@media (max-width:979px){
    .black-row.gm-app-row .vc_col-has-fill{
        height:325px;
        background-position: center !important;
        background-size: cover;
    }
    .black-row.gm-app-row .text-left{
        padding: 40px;
        max-width: 90%;
        margin: 0 auto;
    }
}
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
	text-align: left !important;
}
@media (max-width:979px){
    .gform_wrapper.gravity-theme .gfield input::placeholder, 
    .gform_wrapper.gravity-theme .gfield select::placeholder,
	.gform_wrapper.gravity-theme .gfield textarea::placeholder{
        text-align: left !important;
    }
}
@media (max-width:979px){
    .green-row.green-rewards .container{
        padding-left:30px;
        padding-right:30px
    }
    .darkgreen-row.loc-other-info .text-right{
        display: none;
    }
    .darkgreen-row.loc-other-info .text-left{
        padding: 20px 30px;
    }
    
}
.pizza-ingredients ul{
    padding-left:0;
}
@media (max-width:600px){
    .pizza-ingredients td{
        display: block;
        width:100%;
        margin:0 auto;
    }
}

.bakery .vc_tta-tabs-container{
	z-index:0 !important;
}
#site-navigation,
#site-navigation *{
	z-index:100 !important;
}


.hide-me-schema{
	display:none !important;
}
.push-bg-down .vc_column-inner{
    background-position:top center !important;
}
.push-bg-down-left .vc_column-inner{
    background-position:top right !important;
}
body .bottom-link-full h2 a{
    font-size: unset !important;
}
@media (max-width:979px){
    body .bottom-link-full .container .vc_column-inner{
        height:300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

body p.disclaimer-text{
	font-size:12px;
}
body p.disclaimer-text img{
	max-width: 16px;
    margin-right: 5px;
    bottom: 2px;
    position: relative;
    margin-left: 5px;
}

.grecaptcha-badge{
	bottom:45px !important
}




/* sticky header */

body:not(#mi-casa) header#header.site-header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

@media (max-width:979px){
    body #content{
        padding-top:80px !important;
    }
}

@media (min-width:980px){
    body #content{
        padding-top:120px !important;
    }
}



/* features fix */
@media (max-width:767px){
    .page-id-27909 .vc_tta-panels-container .vc_tta-panel-heading{
        display:block !important;
    }
}

 header#header.site-header.mobile-nav-open {
    position: absolute !important;
}