/* featured-item.css */

body .has-transparent + #main > div > .page-title,
body .has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 0px;
    height: 1000px !important;
    max-height: 100% !important;
    z-index: 99999;
}

body .featured-title .page-title-inner {
    padding-bottom: 20px;
    margin-top: 25% !important;
    font-size: 30px;
}

body .transparent .header-wrapper {
    background-color: transparent !important;
}

body .header.show-on-scroll:not(.stuck),
body .header.transparent:not(.stuck) {
    left: auto !important;
    right: auto !important;
    position: absolute !important;
    z-index: 9999999 !important;
    background-image: none !important;
    background-color: transparent !important;
}

body li.html.custom.html_topbar_left {
    color: black !important;
}

body ul.nav.nav-center.nav-small.nav-divided li {
    color: black !important;
}

body .social-icons {
    color: black !important;
}
