/**
 * Reveal Text on Scroll 2 Styles
 */

/* Wrapper */
.wml-rts2-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Section */
.wml-rts2-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

/* Container */
.wml-rts2-container {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
}

/* Text */
.wml-rts2-text {
    font-kerning: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* Words created by SplitType */
.wml-rts2-text .word {
    display: inline-block;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .wml-rts2-text {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 480px) {
    .wml-rts2-text {
        font-size: 1rem;
    }
    
    .wml-rts2-container {
        max-width: 95%;
    }
}

/* Pin spacer fix */
.wml-rts2-wrapper .pin-spacer {
    padding: 0 !important;
    margin: 0 !important;
}

/* Builder Preview */
.bricks-is-builder .wml-rts2-section {
    min-height: 50vh;
}

.bricks-is-builder .wml-rts2-text .word {
    opacity: 1 !important;
}
