@charset "UTF-8";

/************************************************
 * Top Slider
 ************************************************/
.metaslider .caption-wrap {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3) !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.hero-message {
    font-size: var(--xl);
    line-height: 1.4;
}

@media only screen and (max-width: 959px) {
    .hero-message {
        font-size: var(--lg);
        line-height: 1.4;
    }
}