/*---------------------------------------------------------------------------
    article video
---------------------------------------------------------------------------*/

.article-video-section {
    max-width: 900px;
    margin: 0 auto;
}

.article-video-holder {
    padding: 10px;
    background-color: #fef3e9;
}

.article-video-item {
    width: 100%;
    margin: 0 auto 10px;
    padding: 5px;
    position: relative;
}

.article-video-image-holder {
    position: relative;
    margin-bottom: -15px;
}

.article-video-banner {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.article-video-banner-btn {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    background: #ff0000;
    border-radius: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.4px;
    font-weight: 600 !important;
    border: 0;
    transition: all 150ms ease-out;
}

.article-video-banner-btn:hover,
.article-video-banner-btn:active,
.article-video-banner-btn:focus {
    opacity: 0.85;
    color: #fff !important;
    text-decoration: none !important;
}

.article-video-banner-btn svg {
    fill: #fff;
    height: 24px;
    margin-right: 5px;
    transition: all 150ms ease-out;
}

.article-video-heading {
    background-color: #626261;
    color: #fff;
    line-height: 1.1em;
    font-size: 1.2em;
    font-weight: 500;
    padding: 8px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none !important;
    transition: all 150ms ease-out;
    opacity: 1;
}

.article-video-heading-text {
    margin: 0 !important;
    text-decoration: none;
    color: #fff;
}

.article-video-heading:hover {
    opacity: 0.85;
}

.article-video-item-img {
    width: 100%;
    display: block;
    border: 3px solid #404040;
    object-fit: cover;
    object-position: center;
}

.article-video-play {
    position: relative;
    background: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-size: 2em;
    padding: 0;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 0.7em;
    height: 0.7em;
    border: 0;
    display: inline-block;
    margin-left: 10px;
}

.article-video-play::after {
    content: '';
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 1px;
}

.article-video-btn {
    background: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-size: 2em;
    margin: 15px;
    padding: 0;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 2em;
    height: 2em;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.article-video-btn:hover {
    opacity: 0.85;
}

.article-video-btn::after {
    content: '';
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #fff;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 3px;
}

.article-video-item-content {
    background-color: #ed6b07;
    padding: 2px 10px 10px;
    border: 3px solid #fff;
    position: relative;
    z-index: 1;
    width: calc(100% - 20px);
    left: 21px;
    box-shadow: 4px 4px #888888;
    display: block;
    text-decoration: none !important;
    transition: all 150ms ease-out;
    transform: scale(1.01);
}
.popup-youtube:hover, 
.popup-youtube:visited,
.popup-youtube:active,
.popup-youtube:focus {
    text-decoration: none;
}
.article-video-item-grey .article-video-item-content {
    background-color: #888888;
}

.article-video-item-content:hover {
    background-color: #c75a06;
}

.article-video-item-grey .article-video-item-content:hover {
    background-color: #6f6f6f;
}

.article-video-item-content::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -3px;
    width: calc(100%);
    height: 60%;
    background-color: inherit;
    border: 3px solid #fff;
    border-bottom: 0;
    transform: skew(0deg, 2deg);
    z-index: -1;
    box-sizing: content-box;
}

.article-video-item-category {
    color: #fff !important;
    font-size: .7em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}

.article-video-item-title {
    color: #fff !important;
    line-height: 1.1;
    margin-bottom: .3em !important;
    font-size: 1.7em !important;
    font-weight: 500;
}

.article-video-item-text {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #fff !important;
    line-height: 1.4;
    margin-bottom: 0;
}

.article-video-col {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px), (max-width: 991px) {
    .article-video-item-title {
        font-size: 1.5em !important;
    }
    .article-video-item-text {
        font-size: 1em !important;
    }
    /* .article-video-item-img {
        min-height: 270px;
    } */
}

@media (max-width: 767px) {
    .article-video-image-holder {
        z-index: 2;
    }
    .article-video-col {
        padding-right: 0;
        padding-left: 10px;
    }
    .article-video-btn {
        width: 0.9em;
        height: 0.9em;
    }
    .article-video-btn::after {
        margin-left: 1px;
        border-width: 6px 0 6px 10px;
    }
    .article-video-item-content::after {
        top: -12px;
    }
    .article-video-holder {
        padding: 10px 5px 1px;
    }
    .article-video-banner-btn {
        font-size: 0.9em;
        line-height: 1;
        padding: 3px 8px 4px;
        right: 6px;
        bottom: 3px;
    }
    .article-video-banner-btn svg {
        height: 20px;
    }
}