@charset "utf-8";

.filter-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}


.page-video .cat-filter {
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px 0;
}


.page-video .cat-filter .filter-wrap a {
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 0 30px;
    font-weight: 600;
    display: inline-block;
}

@media (max-width: 768px) {
    .section-title {
        text-align: center !important;
        font-size: 2.25rem !important;
        padding: 3rem 0rem !important;
        margin-top: 40px !important;
    }
    .filter-wrapper {
        margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    .page-video .cat-filter {
        background-color: #f5f5f5;
        text-align: center;
        padding: 20px 0;
    }
    .page-video .cat-filter .filter-wrap a {
        padding: 0 20px 10px 0;
    }
}

.page-video .cat-filter .filter-wrap a.selected {
    color: #222325;
}



.post-list-load-more.container {
    text-align: center;
}
.post-list-load-more {
    /*border-top: 2px solid #ececec;*/
    /*padding-top: 0.8rem;*/
    /*font-size: 1.25rem;;*/
    /*font-weight: bold;*/
}



.post-list-load-no-more.container {
    text-align: center;
}
.post-list-load-no-more {
    border-top: 2px solid #ececec;
    padding-top: 0.8rem;
    font-size: 1.25rem;;
    font-weight: bold;
}

.post-list-load-more-btn {
    /*font-size: 1.25rem;*/
    /*font-weight: bold;*/
    width: 120px;
}

@media (max-width: 420px) {
    .post-list-load-more-btn {
        font-size: 1rem;
        font-weight: bold;
    }
    .post-list-load-more {
        font-size: 1rem;
    }
}

.ajax-loader {
    border-radius: 3px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-backface-visibility: hidden;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    display: none;
}


.vid-play-inline {
    position: relative;
    margin-bottom: 20px;
}

.article_video_card .vid-play-inline {
    margin-bottom: 0;
}

.vid-play-inline .vid-graphic {
    position: absolute;
    display: block;
    height: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    background-color: #222325;
    z-index: 1;
    cursor: pointer;
    position: relative;
}

.stream-play-wrap {
    position: relative;
    padding-top: 56.25%;
    background-color: #000000;
}

.page-video .vid-graphic {
    position: relative;
}

.page-video .vid-graphic:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.page-video .article_video_card header {
    padding: 0.8rem 0 2rem 0;
}

.page-video .vid-graphic {
    position: relative;
}

.article_video_card header {
    flex: 0 1 auto;
    padding: 1.2rem;
    position: relative;
    text-align: left;
    z-index: 2;
}


.article_video_card header h6 {
    color: #000;
    line-height: 1.1rem;
    font-family: var(--cn-title-font);
    font-weight: 800;
    font-size: 22px;
    padding-bottom: 10px;
}

.page-video .article_video_card header .subtitle {
    display: none;
}

.page-video .article_video_card header time, .page-video .article_video_card header .time_seppy {
    display: none;
}

.page-video .article_video_card header time, .page-video .article_video_card header .time_seppy {
    display: none;
}

.article_meta_author {
    font-size: 1em;
    margin-right: 1em;
    font-weight: 500;
    color: #7e7e7e;
    margin-top: -0.3rem;
    margin-bottom: 1rem;
    display: block;
}

.page-video .article_video_card header .article_meta_author {
    font-weight: 400;
}

.container {
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 942px;
    }
}

@media (min-width: 1270px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1489px;
    }
}

.section-title-video-list {
    text-align: left;
    font-size: 53px;
    font-weight: 800;
    padding: 44px 0px;
    margin-top: 50px;
    background-color: #F1F1F1;
    width: 100%;
    max-width: 100%;
    font-family: var(--cn-title-font);
    padding-left: 120px;
    letter-spacing: 6px;
}
.filter-wrapper .filter-label {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.filter-wrapper select {
    width: 224px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border-radius: 0;
    border: 1.5pt solid #272727;
    padding: 7px 4px;
    height: 44px;
}

.video-post-item {
    padding-right: 24px;
    padding-left: 24px;
}
.post-item-wrapper .post-item .post-item-content {
    margin: 0 auto;
}
.post-item-author-wrapper {
    margin: 0 auto;
}