/* ======== GOTV CSS ========= */
@import url("https://use.typekit.net/yeu1gwh.css");

.page-template-page-gotv .hero {
    background-image: url(/wp-content/themes/tea/assets/images/gotv/1_hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10em 0 0;
}

.page-template-page-gotv .will-you {
    font-size: 45px;
    text-transform: uppercase;
}

.page-template-page-gotv h2 {
    font-family: kulturista-web, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.58);
}

.page-template-page-gotv h1 {
    font-family: kulturista-web, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 110px;
    line-height: 94px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.58);
}

.page-template-page-gotv h3 {
    font-size: 45px;
    font-weight: 400;
    color: #091F40;
    line-height: 50px;
}

.page-template-page-gotv .spread-theword {
    font-size: 94px;
    font-family: kulturista-web, serif;
    font-weight: 700;
    color: #A8353A;
    text-shadow: none;
    letter-spacing: 1px;

}

.page-template-page-gotv .bg-red-gotv-transparent {
    background-color: #A8353A;
    mix-blend-mode: hard-light;

}

.page-template-page-gotv p {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
}

.vote-scribe {
    font-family: 'american-scribe', sans-serif;
    font-weight: normal;
    font-size: 120px;
    letter-spacing: 0.02em;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #A8353A;
}

.page-template-page-gotv footer p {
    font-size: 14px;
    letter-spacing: 0.02em;
}

.x-mark {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.x-mark:before {
    content: '';
    background: url('/wp-content/themes/tea/assets/images/gotv/svgs/icon_x.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    width: 28.42px;
    height: 21.28px;
    display: block;
}

.check-mark {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

.check-mark:before {
    content: '';
    background: url('/wp-content/themes/tea/assets/images/gotv/svgs/icon_check_mark.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    width: 28.42px;
    height: 21.28px;
    display: block;
}

.divider-gotv {
    border-right: 2px solid #091F40;
    border-bottom: none;
}