/*
 Theme Name:   veranda
 Template:     Divi
*/
.et_header_style_left .logo_container {
    position: absolute;
    height: 160px;
    top: -20px;
    left: -15%;
}
.et_header_style_left .et-fixed-header  .logo_container {
    display: none;
}

.et_pb_row.et_pb_row_fullwidth{
    width: 100%!important;
    max-width: 100%!important;
}

.highlighted {
    color: #FE6309;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, white 60%, #FE6309 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
}
.highlighted span {
    font-size: 0.8em;
    color: #666;
}

.menu-section {
    margin-bottom: 20px;
}

.dish {
    clear: both;
    margin-bottom: 8px;
    overflow: hidden;
    min-height: 18px;
}

.dish .title {
    width: 75%;
    margin-right: 20px;
    float: left;
    color: black;
}
.page-id-34755 .dish .title,
.page-id-34818 .dish .title {
    width: 58%;
}
.dish .price {    
    float: right;
    color: black;
    width: 15%;
}
.page-id-34603 .dish .price {
    width: 22%;
}
.price.highlighted {
    color: #FE6309;
    background-image: none;
    text-transform: none;
    font-size: 1.1em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.page-id-34755 .dish .price,
.page-id-34818 .dish .price {
    width: 70px;
}

.dish .description {
    font-style: italic;
    font-size: 0.9em;
    clear: both;
    width: 95%;
}

#multi-col { display: block; }
#single-col { display: none; }
    
.double-col {
    column-count: 2;
    column-gap: 30px;
}

#main-content .container:before {
    background-color: transparent;
}


.weekly_menu td.menu-name {
    font-weight: bold;
    width: 155px;
}
.page-id-34601 .weekly_menu  td.menu-name  {
    text-align: center;
}
.weekly_menu td.menu-price {
    width: 75px;
}
.weekly_menu td.menu-item {
    /*width: 16%;*/
    text-align: center;
}
.weekly_menu tr {
    border-bottom: 1px solid #e7e7e7;
}
.weekly_menu th {  
    text-align: center;
}
.weekly_menu  thead tr {
    border-bottom: none !important;
}
 
.mobile-menu-header {
    margin-top: 20px;
} 
.mobile-menu-header {
    margin-top: 20px;
} 
.mobile-menu-item {
    margin-left: 20px;
        clear: both;
}
.mobile-menu-price {
    float: right;
    margin-left: 12px;
}
.mobile-menu-title {
    float: left;
    font-weight: bold;
}



/********************** RESPONSIVE **********************/

/* Wide */
@media all and (min-width: 1600px) {

}

/* Laptops and desktops */
@media all and (min-width: 981px) and (max-width: 1599px) {
    .et_header_style_left .logo_container {
        height: 140px;
    }

}

/* Tablet */
@media all and (min-width: 768px) and (max-width: 1024px) {
    .double-col { column-count: 1; }
}

/* Smartphones - landscape ----------- */
@media (max-width: 980px) {
    .et_pb_column {
        margin-bottom: 0px;
    }
}
/* Smartphones */
@media all and (max-width: 767px) {  
    .et_header_style_left .logo_container {
        height: 180px;
        top: -40px;
        left: 0;
    }

    #multi-col { display: none; }
    #single-col { display: block; }    
    .double-col { column-count: 1; }
    
    .dish .title,
    .page-id-34755 .dish .title {
        width: 58%;
        margin-right: 0px;        
    }
    .page-id-34818 .dish .title {
        width: 50%;
        margin-right: 0px;        
    }
    .dish .description {
        width: 100%;
    }
    
    .home .et_pb_column {
            width: 100%!important;
    }
    .home .et_pb_main_blurb_image,
    span.et_pb_image_wrap img {
        height: 100% !important;
    }
    .home span.et_pb_image_wrap {
        height: 90% !important;
        margin-top: 5% !important;
    }
    
    .page-id-34761 .et_pb_column,
    .page-id-34605 .et_pb_column { 
        margin-top: 20px;
    }
}

@media all and (max-width: 320px) {   
.header-content h1  {
    font-size: 48px !important;
}

.et_pb_blurb h4 {
    font-size: 24px !important;
}
.page-id-34605 .et_pb_text_0 {
    font-size: 35px;
}
.page-id-34755 .dish .price, .page-id-34818 .dish .price {
    width: 60px;
}
}
