/*layout*/

/************************************************************************/
/* header */
/************************************************************************/

/* mobile menu ********************/

.right-mobile-menu-close-icon .dt-close-mobile-menu-icon {
    right: 12px;
}

/* .right-mobile-menu .show-mobile-header .dt-mobile-header {
    right: 100%;
}
.dt-mobile-header .mobile-header-scrollbar-wrap {
    width: calc(600px - 13px);
    padding: 45px 15px 30px 30px;
    box-sizing: border-box;
} */



.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
    max-width: calc(1400px - 50px - 50px);
    margin: 0 auto;
}

.branding a img, .branding img{
    max-height: 80px !important;
    width: auto !important;
    margin-top: -28px;
}

.branding .sticky-logo img{
    max-height: 40px !important;
    width: auto !important;
    margin: initial;
}

.mobile-branding .mobile-logo, .mobile-branding .sticky-mobile-logo-second-switch img{
    max-height: 40px !important;
    width: auto !important;
    margin: initial;
}

.top-bar.line-content:after, .top-bar.full-width-line:after{
    border: 0 !important;
}

.page-title{
    display: none;
    background-color: var(--color-1) !important;
}

/************************************************************************/
/* body */
/************************************************************************/

#main{
    padding-block: 70px !important;
}

.wpb_text_column.wpb_content_element{
    margin-bottom: 0;
}

.wpb_text_column.wpb_content_element{
    margin-bottom: 35px !important;
}

.content ul{
    margin-bottom: 35px;
}

.content ul > li{
    font-family: var(--body-font-family-1);
    font-size: var(--body-p-font-size) ;
    color: var(--color-p);
}

/************************************************************************/
/* sidebar */
/************************************************************************/


/************************************************************************/
/* footer */
/************************************************************************/
#footer.solid-bg{
    background-color: var(--color-1);
}

#footer p{
    color: white;

}


/************************************************************************/
/* media qry */
/************************************************************************/

@media screen and (max-width: 992px) {
    #main{
        padding-block: 30px !important;
    }
}

@media screen and (max-width: 768px) {
    
}
