﻿.video-player-1 .video-player {
    overflow: hidden;
    padding: 5px 16px;
}

    .video-player-1 .video-player.dark {
        background-color: #333
    }

        .video-player-1 .video-player.dark .widget-heading {
            color: #fff
        }

    .video-player-1 .video-player .video-card {
        cursor: pointer;
        padding: 0
    }

@media (max-width: 479px) {
    .video-player-1 .video-player .video-card {
        margin: 0 .8rem
    }
}

.video-player-1 .video-player .video-card .youtube-image {
    position: relative
}

.video-player-1 .video-player .video-card .youtube-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 2.4rem
}

.video-player-1 .video-player .video-card .youtube-title {
    font-size: 16px
}

@media (max-width: 479px) {
    .video-player-1 .video-player .video-card .youtube-title {
        font-size: 14px
    }
}

.video-player-1 .video-player__dummy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem
}

    .video-player-1 .video-player__dummy .video-card {
        cursor: pointer;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
        box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
        margin: 1.6rem;
        padding: 1.6rem;
        border-radius: 3px
    }

@media (max-width: 479px) {
    .video-player-1 .video-player__dummy .video-card {
        margin: 0 .8rem
    }
}

.video-player-1 .video-player__dummy .video-card .youtube-image {
    position: relative;
    height: 160px;
    width: 100%
}

.video-player-1 .video-player__dummy .video-card .youtube-info {
    min-height: 10rem;
    background: #fff;
    padding: 24px
}

@media (max-width: 479px) {
    .video-player-1 .video-player__dummy .video-card.small {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin: 0 auto;
        width: calc(90% - 16px)
    }
}

@media (max-width: 479px) {

    .video-player-1 .video-player__dummy .video-card.large,
    .video-player-1 .video-player__dummy .video-card.medium {
        display: none
    }
}

@media (max-width: 991px) {
    .video-player-1 .video-player__dummy .video-card.large {
        display: none
    }
}

.video-player-1 .modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-player-1 .play-button {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #e3173e;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-player-1 .featured-wrapper,
.video-player-1 .play-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-player-1 .featured-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2.4rem 0
}

    .video-player-1 .featured-wrapper .featured-card {
        -webkit-box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
        box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
        max-width: 800px;
        width: 100%;
        cursor: pointer
    }

    .video-player-1 .featured-wrapper .featured-card__youtube {
        position: relative;
        width: 100%
    }

    .video-player-1 .featured-wrapper .featured-card__info {
        background: #fff;
        padding: 2.4rem
    }

    .video-player-1 .featured-wrapper .featured-card__title {
        font-size: 16px;
        font-weight: 700
    }

@media (max-width: 479px) {
    .video-player-1 .featured-wrapper .featured-card__title {
        font-size: 14px
    }
}

.video-player-1 .youtube-iframe {
    position: relative;
    z-index: 1;
    border: none;
    max-width: 966px;
    max-height: 543px;
    height: 50vh;
}

.video-player-1 .image {
    width: 100%
}

.video-player-1 .tns-nav {
    display: none
}

.video-player-1 .featured-card__dummy {
    -webkit-box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
    max-width: 80rem;
    width: 100%;
    cursor: pointer;
    margin: auto
}

    .video-player-1 .featured-card__dummy .youtube-image {
        position: relative;
        height: 50rem;
        width: 100%
    }

    .video-player-1 .featured-card__dummy .youtube-info {
        min-height: 10rem;
        background: #fff;
        padding: 2.4rem
    }

@media only screen and (max-width: 991px) {
    .widget-heading {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .widget-heading {
        font-size: 26px;
    }
}

@media only screen and (max-width: 560px) {
    .video-player-1 .play-button {
        font-size: 32px;
        width: 40px;
        height: 40px;
    }
}

.about-1 .about-widget {
    padding: 64px 16px;
}


.single-cta-1 .single-cta-widget.dark .single-cta-widget__button {
    background: var(--color-primary);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

    .single-cta-1 .single-cta-widget.dark .single-cta-widget__button:hover,
    .single-cta-1 .single-cta-widget.dark .single-cta-widget__button:focus {
        background: var(--color-primary-dark);
    }

    .single-cta-1 .single-cta-widget.dark .single-cta-widget__button p {
        font-size: 16px;
        font-weight: 700;
    }

.single-cta-1 .single-cta-widget__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .single-cta-1 .single-cta-widget__content {
        padding: 0 2.4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.single-cta-1 .single-cta-widget__button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .2);
    -webkit-transition: background-color .2s, -webkit-box-shadow .2s ease-out;
    transition: background-color .2s, -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, background-color .2s;
    transition: box-shadow .2s ease-out, background-color .2s, -webkit-box-shadow .2s ease-out;
    color: #000;
    padding: 1.6rem;
    border-radius: 3px
}

@media (max-width: 991px) {
    .single-cta-1 .single-cta-widget__button {
        width: 100%
    }
}

.single-cta-1 .single-cta-widget__button:not(:last-child) {
    margin-right: 2.4rem
}

@media (max-width: 991px) {
    .single-cta-1 .single-cta-widget__button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2.4rem
    }
}

.single-cta-1 .single-cta-widget__button:hover {
    -webkit-box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1)
}

.single-cta-1 .single-cta-widget__icon {
    margin-right: 1.6rem;
    font-size: 2.4rem;
    color: #777
}

.single-cta-1 .single-cta-widget__title {
    font-size: 1.8rem
}

.single-cta-1 .single-cta-widget__title--full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1.6rem
}

.single-cta-1 .single-cta-widget.dark {
    background-color: #222
}

    .single-cta-1 .single-cta-widget.dark .widget-heading {
        color: #fff
    }

    .single-cta-1 .single-cta-widget.dark .single-cta-widget__button {
        background-color: #777;
        color: #fff
    }

        .single-cta-1 .single-cta-widget.dark .single-cta-widget__button:hover {
            -webkit-box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1);
            box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1);
            background-color: #5e5e5e
        }

    .single-cta-1 .single-cta-widget.dark .single-cta-widget__icon {
        color: #bbb
    }

    .single-cta-1 .single-cta-widget.dark .single-cta-widget__title {
        color: #fff
    }

.meet-honda-civic-2022 {
    position: relative;
    z-index: 1;
}

.widget-heading {
    margin: 0px 0px 28px;
}
