/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* Header */
#header-menu-row {
    z-index: 100;
}
#header-menu-row .et_pb_column {
    margin: auto;
}
#header-icons-module .et_pb_text_inner {
    display: flex;
    height: 70px;
    padding-left: 35px;
    align-items: center;
}
#header-icons-module img {
    cursor: pointer;
}
#header-icons-module a {
    color: #FFF;
}
#header-icons-module .et_pb_text_inner > a:first-child {
    margin-right: 28px;
}
#header-icons-module .et_pb_text_inner > a:not(:first-child) {
    display: flex;
    align-items: center;
    gap: 2px;
}
@media (min-width: 981px) {
    #header-menu a {
        border-bottom: 2px solid #6A6E53 !important;
    }
    #header-menu .current-menu-item a,
    #header-menu .current_page_item a,
    #header-menu a:hover {
        border-bottom-color: #FFF !important;
    }
    #header-menu .hide-on-desktop {
        display: none !important;
    }
    #header-menu-row .et_pb_column:nth-child(1),
    #header-menu-row .et_pb_column:nth-child(3) {
        width: 25% !important;
    }
    #header-menu-row .et_pb_column:nth-child(2) {
        width: 50% !important;
    }
}
@media (max-width: 768px) {
    #header-logo {
        margin: 0 auto !important;
        width: 100% !important;
    }
}

/* Mobile Menu */
#header-menu .mobile_menu_bar::before {
    color: #FFF !important;
}
#header-menu .et_mobile_menu {
    background-color: #6a6e53 !important;
    border-top-color: #FFF !important;
}
@media (max-width: 768px) {
    #header-icons-module {
        display: none !important;
    }
}

/* Footer */
#footer-info-row > .et_pb_column:nth-child(1) {
    width: 42% !important;
}
#footer-info-row > .et_pb_column:nth-child(2) {
    width: 36% !important;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#footer-info-row > .et_pb_column:nth-child(3) {
    width: 22% !important;
}
.quick-links-module a {
    color: #FFF;
}
.quick-links-module > .et_pb_text_inner > a:not(:first-child) {
    margin-left: 2px;
}
.quick-links-module > .et_pb_text_inner > a:not(:last-child) {
    margin-right: 2px;
}
#contact-info-module img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
#footer-info-row > .et_pb_column:nth-child(2) ul li {
    margin-bottom: 10px;
}
@media (min-width: 769px) and (max-width: 1439px) {
    #footer-info-row > .et_pb_column:nth-child(1) {
        padding-right: 20px;
    }
    #footer-info-row > .et_pb_column:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer-info-row > .et_pb_column:nth-child(3) {
        padding-left: 20px;
    }
}
@media (min-width: 1440px) {
    #footer-info-row > .et_pb_column:nth-child(1) {
        padding-right: 70px;
    }
    #footer-info-row > .et_pb_column:nth-child(2) {
        padding-left: 55px;
        padding-right: 75px;
    }
    #footer-info-row > .et_pb_column:nth-child(3) {
        padding-left: 35px;
    }
}
@media (max-width: 768px) {
    #footer-info-row > .et_pb_column:nth-child(2) {
        border-right: none;
        border-left: none;
    }
    #footer-info-row {
        display: flex;
        flex-direction: column;
    }
    #footer-info-row > .et_pb_column:nth-child(1),
    #footer-info-row > .et_pb_column:nth-child(2),
    #footer-info-row > .et_pb_column:nth-child(3) {
        width: 100% !important;
    }
}
@media (min-width: 769px) {
    #footer-logo {
        float: left;
    }
}

/* Newsletter Module */
#footer-newsletter-module form {
    display: flex;
    width: 90%;
    min-height: 40px;
}
#footer-newsletter-module .tnp-field-email {
    width: 65%;
    margin-bottom: 0px;
}
#footer-newsletter-module .tnp-field-button {
    width: 35%;
    margin-bottom: 0px;
}
#footer-newsletter-module .tnp-field-button:hover {
    opacity: 0.7;
}
#footer-newsletter-module .tnp-submit {
    width: 100%;
}
#footer-newsletter-module .tnp-field-email label {
    display: none;
}
#footer-newsletter-module .tnp-submit,
#footer-newsletter-module .tnp-email {
    height: 100%;
}
#footer-newsletter-module .tnp-email {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #d9d9d9;
    font-family: 'Archivo', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000;
}
#footer-newsletter-module .tnp-email::placeholder {
    color: #C4BDB7;
}
#footer-newsletter-module .tnp-submit {
    cursor: pointer;
    background-color: #FF5001;
    color: #FFF;
    font-family: 'Archivo', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-wrap: wrap;
}