/*=====================================
FILTER
=====================================*/
div#ajax-content-wrap {
    background: #fff;
}
.press-filter{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

    margin: 50px 0;

}
.press-btn {
    padding: 10px 15px;
    cursor: pointer;
    background: #fff;
    border: none;
    font-size: 21px;
    font-family: Exo;
    line-height: 1;
}
.press-btn.active, .press-btn:hover {
    color: #e5002b;
    font-weight: 600;
}


/*=====================================
GRID
=====================================*/

#press-results{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:30px;

}
.press-img {
    height: 220px;
}
.press-img img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}
.press-card-content {
    padding: 30px;
    height: 220px;
    background: #F3F4F4;
}
.press-card-content h3 {
    line-height: 1.4em;
    font-size: 18px;
    font-family: Exo;
    font-weight: 700;
    height: 103px;
    text-align: left;
}
.press-card-content a {
    background-color: #e5002b;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    padding: 7px 31px;
    font-weight: 600;
    font-size: 14px;
}


/*=====================================
PAGINATION
=====================================*/
.decustom-pagination {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    clear: both;
    margin-bottom: 40px;
}
.decustom-pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 0 5px;
    text-decoration: none;
    border-radius: 5px;
}
.decustom-pagination .current {
    font-weight: bold;
}
.decustom-pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 0 5px;
    text-decoration: none;
    border-radius: 5px;
}
.decustom-pagination .page-numbers:hover {
    color: #000;
}
.decustom-hero{
    position:relative;
    margin-bottom:50px;
    overflow:hidden;
}
.decustom-hero img{
    width:100%;
    height:550px;
    object-fit:cover;
    display:block;
}
.decustom-hero:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient( to top, rgba(0,0,0,.75), rgba(0,0,0,.15) );
    z-index:1;
}
.decustom-overlay {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.decustom-tag {
    border-radius: 100px;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 4px 10px;
    margin: 5px 6px 0 5px;
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
}
.decustom-overlay h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.2;
    max-width: 1000px;
    margin: 0 auto;
}
.decustom-whitepaper-content {
    margin-bottom: 50px;
}
.no-results {
    grid-column: 1/-1;
    text-align: center;
    padding: 60px 0;
    color: #000;
    font-size: 20px;
}
/*=====================================
LOADER
=====================================*/

/*#press-results.loading{

    opacity:.5;

    pointer-events:none;

}*/
#press-results.loading{

    pointer-events:none;

    position:relative;

}
#press-results.loading:after{

    content:'';

    position:absolute;

    top:50%;

    left:50%;

    width:35px;

    height:35px;

    border:3px solid #ddd;

    border-top:3px solid #001a70;

    border-radius:50%;

    animation:spin .8s linear infinite;

}


@keyframes spin{

    100%{

        transform:rotate(360deg);

    }

}
.cust-recent-post-press h3.post-heading a span {
    color: #fff !important;
    font-size: 55px;
    line-height: 57px;
    font-weight: 700;
   }

.cust-recent-post-press .content {
    padding: 90px !important;
}
.nectar-post-grid-wrap.cust-recent-post-press .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before{
    box-shadow: none !important;
}
/*=====================================
RESPONSIVE
=====================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    .cust-recent-post-press .nectar-post-grid[data-grid-item-height="75vh"] .nectar-post-grid-item {
        min-height: 30vh;
    }
    .cust-recent-post-press h3.post-heading a span {
        color: #fff !important;
        font-size: 35px;
        line-height: 45px;
        font-weight: 700;
    }

}
@media(max-width:991px){
    .decustom-overlay h1 {
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    max-width: 1000px;
    margin: 0 auto;
}
.cust-recent-post-press .nectar-post-grid[data-grid-item-height="75vh"] .nectar-post-grid-item {
        min-height: 30vh;
    }
    .cust-recent-post-press h3.post-heading a span {
        color: #fff !important;
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
    }
#press-results{

    grid-template-columns:
    repeat(2,1fr);

}

}


@media(max-width:767px){
.cust-recent-post-press .content {
    padding: 30px !important;
}
.cust-recent-post-press h3.post-heading a span {
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.cust-recent-post-press .nectar-post-grid[data-grid-item-height="75vh"] .nectar-post-grid-item {
    min-height: 20vh;
}
#press-results{

    grid-template-columns:
    1fr;

}

.press-filter{

    justify-content:center;

}

}