/*
 * The layout CSS.
 */



 #masthead {
    background-image: url('../images/seafoodart.png?v=6');
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: center;
    background-blend-mode: overlay;
}
 

/**************
 *   Header   *
 **************/
.header-logo,
.header-content {
    max-width: 50%;
}
 
.header-logo {
    float: left;
    width: 61.8%;
}
.header-content {
    float: right;
    width: 38.2%;
}
@media (max-width: 600px) {
    .header-logo {
        text-align: center;
    }
    .header-logo,
    .header-content {
        float: none;
        max-width: none;
        width: 100%;
    }
    .navigation-main.toggled .nav-menu li {
        background-image: none;
        border-bottom: none;
    }
}

/**************
 *   Header   *
 **************/
.main-wrapper .login_container {
    padding: 5px 50px;
}

/********************
 *   Body Content   *
 ********************/
#primary {
    margin: 0 0 30px 0; /* Indent the primary content for a nice inner border */
    background-color: white;
}

@media (max-width: 600px) {
    #primary {
        margin: 0px !important;
    }
}

@media (min-width: 1037px) {
    .responsive {
        width: 1020px;
    }
}

/*************************
 *   DFP   *
 *************************/
#dfp-right {
    margin-left: 441px !important;
}

/*************************
 *   Recipe Page Hacks   *
 *************************/
.custom-template-outer {
    margin: 0 auto 20px;
    padding: 0 15px 15px 15px;
    max-width: 930px;
}
 
.custom-template-inner {
    background-color: white;
    padding-top: 10px;
}
.custom-template-inner > form > div > div > div:first-child {
    left: 181px !important;
}
.custom-template-inner > form > div > div > div:last-child {
    left: 705px !important;
}

/*******************
 *   Lan. Selector *
 *******************/
#lang_sel_list {
    float: right;
    height: auto !important;
}

/******************
 *   Social Bar   *
 ******************/
.nav-social-header {
    position: absolute;
    top: 0;
    right: 0;
}

.nav-social-footer {
    float: right;
}

@media screen and (max-width: 600px) {
    .nav-social-header {
        display: none;
    }
    .nav-social-footer {
        float: none;
        text-align: center;
        margin-bottom: 6px;
    }
}

/**************
 *   Footer   *
 **************/
.footer-wrapper .footer-container {
    padding: 30px 0px;
}

#footer{
    /*background: url(../images/fruit-bottom.png) no-repeat center bottom;*/
    background-size: 100%;
    border-top: solid 20px #20b14a;
}

.site-footer{
    padding-bottom: 2vw !important;
}

.footer-map{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.footer-map > *{
    display: flex;
}

.footer-map iframe[src*="www.google.com/maps/"]{
    background-color: transparent;
    border: 5px white solid !important;
    border-radius: 20px;
    box-sizing: border-box;
}

.footer-wrapper .footer-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-wrapper .footer-container > *{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-wrapper .footer-container > .footer-center{
    align-items: center;
    text-align: center;
    color: white;
    margin: 0px 20px;
}

.footer-wrapper .footer-container > .footer-right{
    align-items: flex-end;
}

.footer-wrapper .footer-container .footer-logo{
    text-align: center;
    display: block;
    padding: 40px 20px;
    position: relative;
    top: -132px;
    margin-bottom: -50px;
    border-radius: 20px;
    transition: all .5s
}

.footer-wrapper .footer-container .footer-logo:hover{
    transform: scale(1.05);
}

.footer-wrapper .site-footer .info{
    color: black;
    display: flex;
}

.footer-wrapper .site-footer .info > .icon{
    font-size: 36px;
    margin-right: 20px;
    color: black;
}

.footer-wrapper .site-footer .info.deli > .icon{
    color: transparent;
}

.footer-wrapper .site-footer .info > .text{
    display: flex;
    flex-direction: column;
    line-height: normal;
    font-family: 'Raleway', sans-serif;
}

.footer-wrapper .site-footer .info.hours > .text{
    align-items: flex-start;
    text-align: left;
}

.footer-wrapper .site-footer .info > .text > h3{
    font-family: 'Moderne', sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.footer-wrapper .site-footer .info > .text > p{
    font-size: 18px;
}

.footer-wrapper ul.nav-social li a:hover {
    opacity: 1; 
    transform: scale(1.2, 1.2);
    transition: transform .5s;
}

.footer-wrapper .bottom > .legal{
    color: rgb(0, 0, 0);
    text-align: center;
}

.footer-wrapper .bottom > .legal > *{
    padding: 20px;
    display: block;
    font-size: 14px !important;
}

.footer-wrapper .bottom > .legal a {
    color: rgb(0, 0, 0);
}

.footer-wrapper .bottom > .legal a:hover {
    color: #DDDDDD;
}


@media (max-width: 800px) {
    .footer-wrapper .site-footer .info{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-wrapper .site-footer .info > .icon{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .footer-wrapper .site-footer .info.hours > .text{
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .footer-map{
        padding: 20px 20px 0px 20px;
    }
    .footer-map iframe[src*="www.google.com/maps/"]{
        border-radius: 20px 20px 0px 0px;
        border: none !important;
    }
    .footer-wrapper .footer-container{
        text-align: center;
        flex-direction: column-reverse;
        padding-top: 0px !important;
    }
    .footer-wrapper .footer-container > .footer-center{
        padding: 0px 5px 40px 5px;
        margin: 0px;
        order: 1;
    }
    .footer-wrapper .footer-container .footer-logo{
        top: 0;
        margin-bottom: 40px;
        border-radius: 0px 00px 20px 20px;
    }
    .footer-wrapper .site-footer .info.deli > .icon{
        display: none;
    }
    #footer{
        background-position: center calc(100% - 80px);
    }
}