/* ---------------------------------------------- WAYACROSS CSS Changes ---------------------------------------------- */

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #402f7e;
}

::selection {
    color: #fff;
    background: #402f7e;
}

#site-header.is-sticky:after {
    opacity: 0.45;
}

#site-header-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#site-logo-inner img {
    height: 45px;
    width: auto;
}

@media only screen and (max-width: 991px) {
    #site-logo-inner img {
        height: 35px;
    }
}

#featured-title .featured-title-inner-wrap {
    padding: 20px 0!important;
    }