.custom-container.media-center{
    justify-content: unset;
}

.void.grid-post{
    width: calc(25% - 8px);
    margin-right: 8px;
    box-sizing: border-box;
    position: relative;
    height: 357px;
    margin-top: 7px;
    margin-bottom: 47px;
    border: 2px solid #FFCA48;
    transition: all 0.2s ease;
   
}
.void.grid-post >  a.void-link{
    display: block;
    position: absolute;
    height: 90%;
    width: 100%;
    z-index: 400;
    bottom: 0;
   
}

.void.grid-post:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.700);
    z-index: 50;
    top: 0;
    left: 0;
}

.void.grid-post:hover:before{
    
}
.void.grid-post h3{
    position: absolute;
    font-family: Khula;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 91.57%;
    top:190px;
    padding-left: 18px;
    z-index: 100;
/* or 16px */


/* Gray 3 */

color: #828282;
}

.void.grid-post .category{
    display: block;
    position: absolute;
    font-family: Khula;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 91.57%;
    left:-1px;
    top: -8px;
    text-transform: capitalize;
    /* or 18px */


    color: #FFFFFF;
    background: #C80002;
    z-index: 75;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 9px;
    padding-bottom: 6px;
}

.void.grid-post h3 p{
    font-family: Khula;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 105.07%;
    color: #000000;
}

.void.grid-post *{
    box-sizing: border-box;
}

.void.grid-post .main-image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;

}

.void.grid-post:hover .main-image img{
    transform: scale(1.1);  

}
.void.grid-post *{
    transition: all 0.2s ease;
}

.void.grid-post:hover .title .title {
    display: block;
}
.void.grid-post:hover .title .description {
    display: block;
    color: white;
}
.void.grid-post .title .description {
    display: none;
}



.void.grid-post .main-image img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    filter: grayscale(50%);

}

.wpb-js-composer  .custom-tabs .vc_tta-panels-container .vc_tta-panels{
    background-color: white !important;
    background: white !important;
    border: none !important;
}

.custom-tabs .vc_tta-tabs-container {
    background-color: white;
}

.custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
    background-color: #C80002;
    margin:0;
    border: none;
    border-radius: 0;
}

.custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background-color: #C80002;
    color: white;
}
.custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    background: white;
    margin:0;
    border: none;
    border-radius: 0;
}

.custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    font-family: Khula !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 30px !important;
    line-height: 105.07%;
    color: #4F4F4F;
    border: none;
    background: white;
}


/* Medium Devices  */
@media only screen and (max-width:950px) { 
	.void.grid-post.medium{
        width: 100%;
        box-sizing: border-box;
        position: relative;
        height: 357px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 7px;
        margin-bottom: 47px;
       
    }
    .void.grid-post h3{
        position: absolute;
        font-family: Khula;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 91.57%;
        top:190px;
        padding-left: 10px;
        z-index: 100;
    /* or 16px */
    
    
    /* Gray 3 */
    
    color: #828282;
    }
    
    
}

@media only screen and (max-width:780px){
    
    .void.grid-post.slider-item.active{
        display: block;
        width: 100%;
    }
    .custom-container .arrow-container.arrow-container {
        display: flex;
        position: absolute;
        /* z-index: 1000; */
        height: 100%;
        align-items: center;
        
    }
}

