/* review & ratings */
body .page-item.active .page-link {
    background-color: #007bff;
}

/* home: banner */
@media (min-width: 992px) {
    .banner-a .banner__text-wrapper {
        top: 70%;
    }
}

/* main nav */
.navigation-a .navigation__item {
    margin-bottom: 0;
}

/* main nav on tablet */
html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0);
}
@media (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(440px,0,0);
        transform: translate3d(440px,0,0);
    }
}

/* header phone */
.top-contact-info p {
    font-size:  28px;
    font-weight: 700;
    line-height: 1.1;
}
.top-contact-info p strong {
    font-size: 21px;
    font-weight: 400;
}

a.featuredblock__link,.section--dark .banner-a .banner__subtitle {
    color: #ffffff!important;
}

/* header logo */
.alias-header_logo .logo__image img {
    max-width: 390px;
    width: 200% !important;
}

/* sub banner title */
.alias-title_aop h1 {
    font-size: 2.625rem;
    font-weight: 700;
    color: black;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
}
@media (min-width: 992px) {
    .alias-title_aop h1 {
        font-size: 3.25rem;
    }
}

/*Fix on mobile hamburger menu */
.mm-menu {
    min-width: 265px;
}
