.main-banner-h1 {
    background-color: #54545477;
    max-width: 600px;
    min-height: 600px;
    margin: 0 auto;
    padding: 30px 30px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.single-post #masthead {
    position: relative;
}

body.single-post .main-header-bar .main-header-bar-navigation .menu-item-has-children>a:before,
body.single-post .main-header-bar .main-header-bar-navigation .page_item_has_children>a:before,
body.single-post .main-header-menu>li:not(.menu-contact)>a,
body.single-post .main-header-menu>li>a:hover {
    color: #333!important;
}

body.single-post .header-stuck .main-header-bar .main-header-bar-navigation .menu-item-has-children>a:before,
body.single-post .header-stuck .main-header-bar .main-header-bar-navigation .page_item_has_children>a:before,
body.single-post .header-stuck .main-header-menu>li:not(.menu-contact)>a,
body.single-post .header-stuck .main-header-menu>li>a:hover {
    color: var(--color-white)!important;
}

body.single-post .main-header-menu>li:not(.menu-contact):not(.login-menu):not(.logout-menu)>a:after {
    border-right: 1px solid #333!important;
}

body.single-post header#masthead {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

nav.rank-math-breadcrumb a {
    color: #333!important;
    font-weight: bold!important;
}


/* MOBILE */

@media only screen and (max-width: 768px) {
    .elementor-widget-theme-post-content>.elementor-widget-container {
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-bottom: 20px !important;
    }
    .ast-button-wrap .menu-toggle .menu-toggle-icon {
        color: #333;
    }
    .header-stuck .ast-button-wrap .menu-toggle .menu-toggle-icon {
        color: var(--color-white);
    }
    body.single-post .main-header-menu>li:not(.menu-contact)>a,
    body.single-post .main-header-menu>li>a:hover {
        color: var(--color-white)!important;
    }
}


/* /MOBILE */