/* ==================== */
/* === Total Coffee === */
/* ==================== */

/* Video Banner */

.total-coffee .video-banner {
    width: 100%;
    background: #aaa;
}

.total-coffee .video-banner .banner-content {
    /* max-width: 1440px; */
    max-width: 1800px;
    height: 410px;
    margin: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.total-coffee .video-banner .banner-content .logo {
    width: auto;
    height: 36px;
    z-index: 5;
    position: relative;
    margin: 152px auto 16px;
}

.total-coffee .video-banner .banner-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 450;
    z-index: 5;
    position: relative;
    margin-bottom: 30px;
}

.total-coffee .video-banner .banner-content button.modal-button {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 8px 26px;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.total-coffee .video-banner .banner-content button.modal-button:hover {
    cursor: pointer;
    background: #ffffff;
}

.total-coffee .video-banner .banner-content button.modal-button img {
    width: 15px;
    height: auto;
    display: inline;
}

.total-coffee .video-banner .banner-content button.modal-button:hover img {
    filter: brightness(0) saturate(100%);
}

.total-coffee .video-banner .banner-content button.modal-button span {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 12px;
}

.total-coffee .video-banner .banner-content button.modal-button:hover span {
    color: #000000;
}

.total-coffee .video-banner .banner-content video {
    width: 100%;
}

.total-coffee .video-banner .banner-content .bg-video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.total-coffee .video-banner .banner-content .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.total-coffee .video-banner .banner-content button.video-toggle-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 0;
    border: 0;
    background: none;
}

.total-coffee .video-banner .banner-content button.video-toggle-button:hover {
    cursor: pointer;
}

.total-coffee .video-banner .banner-content button.video-toggle-button .icon {
    color: #ffffff;
    font-size: 20px;
    width: auto;
    height: 20px;
}

.total-coffee .video-banner .banner-content button.video-toggle-button .icon.play-button {
    height: 20px;
}

.total-coffee .video-banner .banner-content button.video-toggle-button .icon.pause-button {
    height: 18px;
}

.total-coffee .video-banner .banner-content button.video-toggle-button.paused .icon.fa-pause,
.total-coffee .video-banner .banner-content button.video-toggle-button.playing .icon.fa-play {
    display: none;
}

.total-coffee .video-banner .banner-content button.video-toggle-button.paused .icon.fa-play,
.total-coffee .video-banner .banner-content button.video-toggle-button.playing .icon.fa-pause {
    display: inline;
}

/* Vidyard */

#vidyard-modal {
    display: none;
}

/* #vidyard-overlay-wrapper {
    z-index: 10;
} */

/* Under Text */

.total-coffee .under-text {
    max-width: 875px;
    margin: 35px auto 0;
    padding: 0 30px;
    text-align: center;
}

.total-coffee .under-text .text {
    /* margin-bottom: 24px; */
    margin-bottom: 0;
}

.total-coffee .under-text h1 {
    font-size: 18px;
    line-height: 1.36;
    display: inline;
}

.total-coffee .under-text p {
    font-size: 18px;
    line-height: 1.36;
    display: inline;
}

/* .total-coffee .under-text p .sup {
    font-size: 50%;
} */

.total-coffee .under-text .bold {
    /*color: #C00;*/
    font-weight: 700;
}

.total-coffee .under-text .button {
    font-size: 14px;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* Video Banner */

    .total-coffee .video-banner .banner-content {
        height: 460px;
    }

    .total-coffee .video-banner .banner-content .logo {
        height: 72px;
        margin: 152px auto 26px;
    }

    .total-coffee .video-banner .banner-content p {
        font-size: 27px;
    }


    .total-coffee .video-banner .banner-content button.modal-button {
        padding: 10px 30px;
    }

    .total-coffee .video-banner .banner-content button.modal-button img {
        width: 16px;
    }

    .total-coffee .video-banner .banner-content button.modal-button span {
        font-size: 16px;
    }

    .total-coffee .video-banner .banner-content button.video-toggle-button .icon {
        font-size: 24px;
    }

    .total-coffee .video-banner .banner-content button.video-toggle-button .icon.play-button {
        height: 22px;
    }

    .total-coffee .video-banner .banner-content button.video-toggle-button .icon.pause-button {
        height: 20px;
    }

    /* Under Text */

    .total-coffee .under-text .text {
        /* margin-bottom: 24px; */
        margin-bottom: 0;
    }

    .total-coffee .under-text h1 {
        font-size: 22px;
    }

    .total-coffee .under-text p {
        font-size: 22px;
    }

    .total-coffee .under-text .button {
        font-size: 16px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .total-coffee .under-text h1 {
        font-size: 24px;
    }

    .total-coffee .under-text p {
        font-size: 24px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

    .total-coffee .under-text h1 {
        font-size: 26px;
    }

    .total-coffee .under-text p {
        font-size: 26px;
    }

}