:root {
    --color_primary: #bc8d2e;
    --color_secondary: #111111;
    --color_white: #fff;
    --color_black: #000;
    --color_slate: #1c1c1c;
}

.z_site_header {
    padding: 0 !important;
}

.header_top {
    padding: 10px 20px !important;
}

.header_top .et_pb_code,
.header_bottom .z_site_menu {
    max-width: 1600px;
    margin: auto;
    width: 100%;
}

.header_top .et_pb_code_inner {
    display: flex;
    width: 100%;
    float: left;
}

.ssc_header_mail {
    margin: auto auto auto 0;
    line-height: 0;
    width: 50%;
    text-align: left;
}

.ssc_header_mail a i {
    color: var(--color_primary);
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.ssc_header_cta {
    margin: auto 0 auto auto;
    line-height: 0;
    width: 50%;
    text-align: right;
}

.ssc_header_cta .site_button {
    margin: 0 0 0 35px;
}

.header_bottom {
    padding: 0px 20px !important;
    background: #2c2c2c;
}

.header_bottom .et_pb_menu__menu {
    float: right;
    margin: auto 0 auto auto;
}

.ssc_header_mail a {
    color: var(--color_black);
    font-size: 22px;
    list-style: 1;
}

.header_bottom #menu-main-menu>li {
    margin: 0 0 0 80px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: all 0.4s ease-in-out 0s;
}

.header_bottom #menu-main-menu>li:first-child {
    margin: 0 0 0 0;
}

.header_bottom #menu-main-menu>li>a {
    color: var(--color_white);
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 1 !important;
    transition: all 0.4s ease-in-out 0s;
}

.header_bottom #menu-main-menu>li ul {
    background-color: #2c2c2c!important;
    border-top: 3px solid var(--color_primary);
    padding: 10px;
    width: 265px;
}

.header_bottom #menu-main-menu>li ul>li {
    width: 100%;
    padding: 0;
    float: left;
}

.header_bottom #menu-main-menu>li ul>li>a {
    color: var(--color_white);
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    margin: 5px 0 5px 0;
    width: 100%;
    padding: 0px 10px;
    opacity: 1 !important;
    transition: all 0.4s ease-in-out 0s;
}

.header_bottom #menu-main-menu>li.current-menu-parent,
.header_bottom #menu-main-menu>li.current_page_item,
.header_bottom #menu-main-menu>li:hover {
    border-bottom: 4px solid var(--color_primary);
    transition: all 0.4s ease-in-out 0s;
}

.header_bottom .et_pb_menu__logo img {
    object-fit: contain;
}

.mobile_cta_icons {
    list-style-type: none !important;
    padding: 0 !important;
    display: flex;
    position: relative;
    top: 25px;
    right: 60px;
}

.mobile_cta_icons li {
    list-style: none;
    line-height: 0;
    margin: 0 0px 0 10px;
}

.mobile_cta_icons img {
    width: 45px;
}


/* Fixed header */

.z_site_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.z_site_header_fixed .header_top {
    padding: 5px 20px !important;
}

.z_site_header_fixed .ssc_header_cta .site_button {
    line-height: 1.7;
}

.z_site_header_fixed .header_bottom .et_pb_menu__logo img {
    height: 70px;
}

.z_site_header_fixed .header_bottom #menu-main-menu>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    #main-content {
        padding: 70px 0 0 0;
    }
    .header_bottom {
        padding: 0px 15px !important;
    }
    .header_bottom .et_pb_menu__wrap {
        display: none !important;
    }
    .header_bottom .et_pb_menu__logo img {
        width: 120px;
        padding: 10px 0;
    }
    .header_bottom .et_pb_column {
        display: flex;
    }
    .sfm-navicon-button.sf_label_default {
        top: 19px;
        right: 15px !important;
        width: 35px !important;
        height: 35px !important;
    }
    .mobile_cta_icons {
        top: 22px;
        right: 45px;
    }
    .mobile_cta_icons li {
        margin: 0 0px 0 5px;
    }
    .mobile_cta_icons img {
        width: 40px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    #main-content {
        padding: 85px 0 0 0;
    }
    .header_bottom .et_pb_menu__wrap {
        display: none !important;
    }
    .header_bottom .et_pb_menu__logo img {
        width: 150px;
        padding: 10px 0;
    }
    .header_bottom .et_pb_column {
        display: flex;
    }
    .sfm-navicon-button.sf_label_default {
        top: 23px;
        right: 20px !important;
    }
}

@media all and (min-width: 981px) and (max-width: 1140px) {
    .header_bottom .et_pb_menu__logo img {
        width: 150px;
    }
    .header_bottom #menu-main-menu>li {
        margin: 0px 0 0 10px;
    }
    .ssc_header_mail a,
    .header_bottom #menu-main-menu>li>a {
        font-size: 16px;
    }
    .header_bottom #menu-main-menu>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ssc_header_cta {
        width: 60%;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .header_bottom .et_pb_menu__logo img {
        width: 180px;
    }
    .header_bottom #menu-main-menu>li {
        margin: 0px 0 0 20px;
    }
    .header_bottom #menu-main-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ssc_header_mail a,
    .header_bottom #menu-main-menu>li>a {
        font-size: 17px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .header_bottom #menu-main-menu>li {
        margin: 0px 0 0 35px;
    }
    .ssc_header_mail a,
    .header_bottom #menu-main-menu>li>a {
        font-size: 18px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .header_bottom #menu-main-menu>li {
        margin: 0px 0 0 50px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 320px) and (max-width: 980px) {
    .header_bottom {
        position: fixed !important;
        width: 100% !important;
        top: 0 !important;
    }
}

@media all and (min-width: 981px) and (max-width: 3000px) {}