/* Home Slider */
.ppb_blog_fullwidth_slider .fullscreen_flexslider ul.slides li .slider_image .slider_post_title {
    max-width: 660px;
}

.ppb_blog_fullwidth_slider .flex-direction-nav a {
    bottom: 28px;
    background-color: #fff;
    opacity: 1;
}

.ppb_blog_fullwidth_slider .flex-direction-nav a:before {
    color: #5F5F5F;
    font-size: 20px;
}

.ppb_blog_fullwidth_slider .flex-direction-nav .flex-next {
    right: 28px;
}

.ppb_blog_fullwidth_slider .flex-direction-nav .flex-prev {
    left: auto;
    right: 87px;
}
/*END Home Slider*/

.post_category_tag .tag-link {
    background: #0088D4;
    border-radius: 20px;
    padding: 5px 10px;

    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
}

.list_sidebar_category_tag {
    margin-bottom: 5px;
}

.list_sidebar_category_tag .tag-link {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-right: 20px;
}

.list_sidebar_category_tag .tag-link:last-child {
    margin-right: 0;
}

/*.post_content_excerpt_wrapper {*/
/*    display: flex;*/
/*    align-items: flex-end;*/
/*    justify-content: space-between;*/
/*}*/

/*.post_content_excerpt {*/
/*    max-width: calc(100% - 70px);*/
/*}*/

.post_content_excerpt_read_more {
    margin-top: 10px;
    /*clear: both;*/
    /*text-align: right;*/
}

.post_content_excerpt_read_more a {
    /*font-size: 18px;*/
    /*line-height: 21px;*/
    /*color: #2062BB;*/
}

.post_filter_button_wrapper {
    margin-top: 50px;
    text-align: center;
}

/* CPT Videos */
.video_archive {
    margin-top: 40px;
}

.video_archive__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
}

.video_item {
    box-sizing: border-box;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.video_item a {
    display: block;
}

.video_item__image {
    margin-bottom: 10px;
}

#page_content_wrapper .video_item__image img,
.video_item__image a {
    height: 100%;
}

.video_item__image img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.video_item__title,
.video_item__title a {
    text-align: center;
    font-family: Roboto Condensed;
    line-height: 23px;
    font-weight: 700;
    color: #111111;
    transition: color .2s linear, background .1s linear;
}

.video_item__title a:hover {
    color: #F7C300;
}

.video_item__taxonomy {
    text-align: center;
    margin-bottom: 10px;
}

.video_item__taxonomy a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #5F5F5F;
    transition: color .2s linear, background .1s linear;
}

.video_item__taxonomy a:hover {
    color: #F7C300;
}

@media screen and (max-width: 991px) {
    .video_item {
        width: 33.33%;
    }
}

@media screen and (max-width: 768px) {
    .video_item {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .video_item {
        width: 100%;
    }
}
/* END CPT Videos */

/* Single Post */
.single-post .post_content_wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.single-post .post_content_wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-post .post_content_wrapper .post_content_single img {
    cursor: pointer;
}
/* END Single Post */