.blog-content-banner {
    /*padding-top: 8.235rem;
    padding-bottom: 13.235rem;*/
    
    /* padding-top: 8.235rem; */
    /* padding-bottom: 13.235rem; */
    min-height: 528px;
    display: flex;
    justify-content: center;
    /* text-align: left; */
}
.blog-content-banner h1 {
    color: #FFF;
    font-size: 4rem;
    font-weight: bold;
    width: 74.25%;
    line-height: 1.2em;
    position: relative;
}
.blog-content-banner h1::after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    border-top-color: rgba(255, 255, 255, 0.7);
    border-top-width: 3px;
    max-width: 120px;
}
.blog-content-banner h1.orange {
    color: #f57301;;
}
.blog-content-banner h2 {
    width: 74.25%;
}
.blog-content-banner p { 
    font-size: 1.214rem;
    text-align: center;
}
.blog-items {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;*/
    /*max-width: 100%;*/
    margin-top: -7rem;
    z-index: 1;
}
.blog-items .blog-item {
    color: #FFF;
    /*flex: 0 0 23%;*/
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.blog-items .blog-item {
    margin-bottom: 3.5rem;
}
.blog-items .blog-item a {
    text-decoration: none;
}
.blog-items .blog-item .post-term-label {
    z-index: 100;
    left: 1rem;
    bottom: 1rem;
    position: absolute;
}
.blog-items .blog-item .post-term-label span {
    color: #fff;
    /*background-color: #0097b2;*/
    background-color: var(--ewm-color-secondary);
    display: inline-block;
    height: auto;
    line-height: 8px;
    font-size: 10px;
    font-weight: 600;
    padding: 10px 12px;
    text-transform: uppercase;
    width: auto;
}
.blog-items .blog-item .img-container {
    border-radius: unset;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blog-item .post-entry-image {
    /*width: 100%;*/
    height: 263px;
}
/*@media (min-width: 992px) {
    .post-entry-image {
        width: 378px;
        height: 263px;
    }
}*/
.blog-items .blog-item.bg-white {
    background: #FFF;
    color: #000;
}
.blog-items .blog-item .img-container {
    height: 19.176rem;
    width: 100%;
    background-repeat: no-repeat;
}
.blog-items .blog-item .video-container {
    height: 19.176rem;
    position: relative;
}
.blog-items .blog-item .video-container .img-container {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.blog-items .blog-item .video-container .img-container .play-overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.blog-items .blog-item .video-container .img-container .play-overlay a.video-play {
    color: #FFF;
    font-size: 6rem;
}
.blog-items .blog-item .video-container .img-container .play-overlay:hover {
    background: rgba(0,0,0,.6);
}
.blog-items .blog-item .video-container .youtube-container {
    padding-top: 19.176rem;
}
.blog-items .blog-item .video-container .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-items .blog-item .blog-content {
    background-color: #262626;
    padding: 1.706rem 1.118rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    flex: 1 1;
}
.blog-items .blog-item .blog-content.bg-white {
    background-color: #FFFFFF;
}
.blog-items .blog-item .blog-content .post-title {
    font-size: 1.25rem;
    font-weight: unset;
    margin-bottom: 0;
    font-weight: 500;
}
.blog-items .blog-item .blog-content .post-title a {
    color: #FFF;
    text-decoration: none;
    padding: 0;
}
.blog-items .blog-item .blog-content.bg-white .post-title a {
    color: #000;
    font-size: 1.1rem;
}
.blog-items .blog-item .blog-content .post-title a:hover {
    /*color: #0097b2;*/
    color: var(--ewm-color-primary);
}
.blog-items .blog-item .blog-content p.blog-meta {
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 0.353rem;
    font-style: italic;
}
.blog-items .blog-item .blog-content p.blog-meta a.blog-categorie {
    color: #FFFFFF;
    text-decoration: none;
}
.blog-items .blog-item .blog-content.bg-white p.blog-meta {
    color: #000;
}
.blog-items .blog-item .blog-content p.blog-description {
    color: #FFFFFF;
    font-size: 0.9rem;
    margin-bottom: 0.353rem;
    line-height: 1.5rem;
}
.blog-items .blog-item .blog-content.bg-white p.blog-description {
    color: #000;
}
.blog-items .blog-item .blog-content a.blog-read-more {
    font-size: 0.788rem;
    /*color: #0097b2;*/
    color: var(--ewm-color-primary);
    text-decoration: none;
}

.blog-pager {
    display: flex;
    width: 100%;
}
.blog-pager div.pager-item {
    flex: 1;
}
.blog-pager div.pager-item a {
    text-transform: uppercase;
    font-size: 1rem;
    color: #0097b2;
    text-decoration: none;
    font-weight: 500;
}
.blog-pager div.pager-item.pager-back {
    text-align: right;
}

/* Responsive Design */
@media (max-width: 900px) {
    .blog-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-items .blog-item {
        /*flex: 0 0 48%;*/
    }
}

@media (max-width: 600px) {
    .blog-items {
        grid-template-columns: 1fr;
    }
    .blog-items .blog-item {
        /*flex: 0 0 100%;*/
    }
}

/* Small tablets and large phones */
@media (max-width: 767px) {
    .page-content.blog-block {
        padding-top: 0;
        margin-top: 0 !important;
    }
    .blog-items {
        margin-top: unset;
    }
    .blog-items .blog-item .blog-content {
        height: auto;
    }
}

/* Small phones */
@media (max-width: 575px) {
    .page-content.blog-block {
        padding-top: 0;
        margin-top: 0 !important;
    }
    .blog-items {
        margin-top: unset;
    }
    .blog-items .blog-item .blog-content {
        height: auto;
    }
}


.page-template-blog .data-target-div1 ul#caf-layout-pagination.post-layout1 li a,
.page-template-blog .data-target-div1 .prev-next-caf-pagination .caf-pagi-btn {
    /*background: #0097b2;*/
    background: var(--ewm-color-secondary);
    color: #fff;
    font-size: 14px;
}
.page-template-blog .data-target-div1 ul#caf-layout-pagination.post-layout1 li span.current {
    color: #0097b2;
}
.page-template-blog .data-target-div1 #caf-filter-layout1 li a.active {
    /*background: #0097b2;*/
    background: var(--ewm-color-secondary);
}