/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Template: Divi
*/

.edn-custom-template.edn-position-top .edn_pro_static_pattern .edn_static_text {
    display: flex;
    justify-content: center;
    align-items: center;
}

#top-header #et-secondary-menu #et-secondary-nav li.menu-cw-id {
    font-size: 13px;
    color: #fff;
}

#top-header #et-secondary-menu #et-secondary-nav li.menu-cw-id a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    padding: 5px 10px;
}

@media (min-width: 981px) {
    .edn-custom-template.edn-position-top .edn_pro_static_pattern .edn_static_text {
        height: 57px;
    }

    body.et_fixed_nav #top-header {
        top: 57px;
    }
}

@media (max-width: 980px) {
    body #page-container #main-header {
        top: 80px;
    }

    .edn-custom-template.edn-position-top .edn_pro_static_pattern .edn_static_text {
        height: 80px;
        font-size: 14px !important;
        line-height: 1.5em;
        padding: 0 15px;
    }

    .edn-custom-template.edn-position-top .edn_pro_static_pattern .edn_static_text a {
        font-size: 14px !important;
    }

    .edn-custom-template.edn-position-top .edn_pro_static_pattern .edn_static_text strong {
        font-size: 14px !important;
    }
}