/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

body {
    font-family: "Muller Next";
    font-weight: 400;
}
.icon-lists .dsm_icon_list_text {
    display: none;
}
.et_pb_scroll_top.et-pb-icon {
    background: #d14900;
    font-weight: bold;
}
.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0 !important;
}
.custom-header {
    position: relative;
    z-index: 9;
    max-width: 1920px;
    margin: 0 auto;
}
.custom-header .inner-wrap {
    padding: 15px 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-left-wrap {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.logo-wrap {
    flex: 0 0 240px;
    padding-bottom: 15px;
}
.et_pb_svg_logo .logo-wrap img {
    width: 140px !important;
}
.right-menu-wrap {
    padding-bottom: 15px;
}
.left-menu-wrap #top-menu li a {
    padding-bottom: 20px;
}
.left-menu-wrap #top-menu .menu-item-has-children > a:first-child:after {
    display: none;
}
.left-menu-wrap #top-menu > li.menu-item > a:after {
    content: " ";
    color: #d14900;
    border-bottom: 5px solid;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    transition: all 0.5s;
    display: block !important;
}
.left-menu-wrap #top-menu > li.menu-item > a:hover:after,
.left-menu-wrap #top-menu > li.menu-item.current_page_item > a:after {
    width: 100%;
}
.left-menu-wrap #top-menu li li.current-menu-item > a:after,
.left-menu-wrap #top-menu li li.current-menu-ancestor > a:after {
    display: none !important;
}
.left-menu-wrap #top-menu li.current-menu-item > a,
.left-menu-wrap #top-menu li.current-menu-ancestor > a {
    color: #d14900;
}
.left-menu-wrap .et-menu li:not(.mega-menu) ul,
.left-menu-wrap #top-menu li:not(.mega-menu) ul {
    width: 100% !important;
    border: none;
}
.left-menu-wrap #top-menu .menu-item-has-children > a:first-child {
    padding-right: 0;
}
.left-menu-wrap #top-menu li {
    position: static;
}
.left-menu-wrap #top-menu ul.sub-menu {
    display: flex;
    left: 0;
    background-color: #dce6e4;
    bottom: -58px;
    box-shadow: none;
    padding: 0 50px;
    padding-left: 280px;
    z-index: 9;
}
.left-menu-wrap #top-menu li li,
.left-menu-wrap .et-menu li li {
    width: auto;
    padding: 0;
}
.left-menu-wrap .nav li ul {
    padding: 0;
}
.left-menu-wrap #top-menu li li a {
    font-size: 16px;
    color: #717871;
    padding: 15px 20px;
    font-weight: 400;
    transition: all 0.5s;
}
.left-menu-wrap #top-menu li li.current-menu-item > a,
.left-menu-wrap #top-menu li .sub-menu li.current-page-ancestor a {
    color: #fff;
    border-bottom: none;
    padding-bottom: 15px;
    background-color: #717871;
}
.left-menu-wrap #top-menu li li a:hover {
    background-color: #717871;
    opacity: 1;
    color: #fff;
}
.left-menu-wrap #top-menu li.current_page_item ul.sub-menu,
.left-menu-wrap #top-menu li.current-page-ancestor ul.sub-menu,
.left-menu-wrap #top-menu li.current-menu-parent ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.cursor-pointer {
    cursor: pointer;
}
.right-icons-wrap {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.social-media-wrap {
    position: absolute;
    right: 50px;
    top: 40px;
    background-color: #fff;
    width: 100%;
    max-width: 150px;
    display: none;
}
.social-media-wrap .inner-social-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-media-wrap ul {
    display: flex;
    column-gap: 25px;
    align-items: center;
}
.social-media-wrap ul li a {
    font-size: 24px;
}
.social-media-wrap ul li a:hover {
    color: #000;
}
.close-btn {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.close-btn img {
    width: 30px;
}
.sidebar-menu-wrap {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgb(255 255 255 / 90%);
    width: 100%;
    height: auto;
    z-index: 9;
    max-width: 998px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
}
.sidebar-menu-wrap .close-btn {
    position: absolute;
    right: 40px;
    top: 55px;
}
.sidebar-menu-wrap .inner-sidebar-wrap {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 90px;
    padding-bottom: 90px;
}
.sidebar-menu-wrap .nav {
    display: flex;
    column-gap: 50px;
}
.sidebar-menu-wrap .nav li a {
    color: #000;
    font-size: 28px;
    font-weight: 400;
}
.sidebar-menu-wrap .inner-content {
    padding-top: 10px;
}
.sidebar-menu-wrap .inner-content h2 {
    color: #d14900;
}
.sidebar-menu-wrap .search-inner-wrap {
    padding-top: 40px;
}
.sidebar-menu-wrap .search-inner-wrap form {
    position: relative;
}
.sidebar-menu-wrap .search-inner-wrap input {
    border: 3px solid #d14801;
    border-radius: 31px;
    color: #d14801;
    font-size: 28px;
    font-weight: 400;
    width: 100%;
    padding: 9px 25px;
}
.sidebar-menu-wrap .search-inner-wrap .submit-button {
    position: absolute;
    right: 9px;
    background-color: transparent;
    border: none;
    top: 10px;
    cursor: pointer;
}
.sidebar-menu-wrap .et-search-field::placeholder {
    color: #d14801;
    opacity: 1;
}
.menu-for-mobile {
    display: none;
}
.dsm-tab.dsm-active .dsm-title {
    font-weight: 900;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper {
    border-right: 6px solid #d14801 !important;
    margin-right: 100px;
}
.sidebar-nav-wrap {
    border-right: 6px solid #d14801;
}
.sidebar-nav-wrap a {
    padding: 5px 0;
    display: block;
}
.sidebar-nav-wrap .current_page_item a {
    font-weight: bold;
}
.carousal-main-wrap .dipi-image-wrap {
    padding: 50px 0px 25px 0;
}
.carousal-main-wrap .dipi_carousel_child .dipi-carousel-item-content {
    text-align: left;
}
.carousal-main-wrap .dipi_carousel_child .dipi-carousel-item-content {
    padding: 25px;
}
.carousal-main-wrap .swiper-arrow-button {
    border-radius: 50%;
}
body .custom-header {
    border-bottom: 58px solid #dce6e4;
}
/* body.page-id-281 .custom-header,
body.parent-pageid-281 .custom-header {
    border-bottom: none;
} */
ul li::marker {
    color: #d14900;
}
.main-header-wrap {
    position: relative;
}
.main-header-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 58px;
    background: #dce6e4;
    bottom: 0;
    left: 0;
}
.social-media-wrap .inner-social-wrap .heateor_sss_sharing_ul > a span.heateor_sss_svg {
    padding: 4px !important;
}
.social-media-wrap .inner-social-wrap .heateor_sss_sharing_ul > a {
    margin: 0 5px;
}
#more {
    display: none;
    margin-bottom: 1em;
}
.read-more-button {
    cursor: pointer;
    color: #d14900;
    font-weight: bold;
    border: 1px solid #d14900;
    border-radius: 30px;
    padding: 5px 20px;
    display: inline-block;
}
.read-more-button:hover {
    color: #fff;
    border: 1px solid #d14900;
	background-color: #d14900;
}
.hide-desktop {
    display: none;
}
/*------------------------------------------------*/
/*--------------------[MEDIA]-----------------------*/
/*------------------------------------------------*/

@media only screen and (max-width: 992px) {
    .right-menu-wrap {
        padding-bottom: 0;
    }
    .logo-wrap {
        padding-bottom: 0;
    }
    .logo-wrap img {
        width: 90px !important;
    }
    .custom-header .inner-wrap {
        padding: 15px 50px 15px;
    }
    .social-media-wrap {
        right: 25px;
        top: 30px;
    }
    .close-btn img {
        width: 25px;
    }
    body .custom-header {
        border-bottom: none;
    }
    .main-header-wrap:before {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .menu-for-mobile {
        display: block;
    }
    .sidebar-menu-wrap .nav {
        display: block;
    }
    .sidebar-menu-wrap .search-inner-wrap {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .sidebar-menu-wrap .nav li a {
        font-size: 24px;
        font-weight: bold;
        padding: 15px 0px 5px;
        color: #d14900;
        display: inline-block;
        margin-bottom: 10px;
    }
    .sidebar-menu-wrap .nav li.current_page_item a {
        border-bottom: 3px solid;
    }

    .sidebar-menu-wrap .nav .sub-menu {
        border: none;
        box-shadow: none;
        padding: 0;
    }
    .sidebar-menu-wrap .nav .sub-menu li a {
        font-size: 16px;
        padding: 0;
        text-transform: uppercase;
    }
    .sidebar-menu-wrap .nav .menu-item-has-children > a::after {
        content: "\f054";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        font-size: 18px;
        top: 15px;
    }
    .sidebar-menu-wrap .inner-sidebar-wrap {
        padding: 120px 35px 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .sidebar-menu-wrap {
        height: 100%;
    }
    .sidebar-menu-wrap .inner-content {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper {
        margin-bottom: 20px;
    }
    .custom-header .inner-wrap {
        padding: 20px 30px 40px;
    }
    .et_pb_row.flex-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .right-icons-wrap {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
    .logo-wrap img {
        width: 70px !important;
    }
    .close-btn img {
        width: 20px;
    }
    .social-media-wrap {
        right: 0;
        top: 0;
        max-width: 100%;
        padding: 30px;
    }
    .sidebar-menu-wrap {
        max-width: 320px;
        height: 100%;
    }
    .sidebar-menu-wrap .search-inner-wrap input {
        border: 2px solid #d14801;
        border-radius: 25px;
        font-size: 18px;
        padding: 6px 20px;
    }
    .sidebar-menu-wrap .inner-content {
        display: none;
    }
    .sidebar-menu-wrap .submit-button img {
        width: 20px;
    }
    .sidebar-menu-wrap .search-inner-wrap .submit-button {
        right: 5px;
        top: 8px;
    }
    .menu-for-desktop {
        display: none;
    }
}
