

.read-more:hover{
    color: #64d97b;
}

.post-cat-1{
    position: relative;
    overflow: hidden;
    padding: 3px;
}
.post-cat-1-img-box{
    height: 112px;
    width: 112px;
    margin-bottom: 5px;
}    
.post-cat-1-img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: ease all .35s;
    transform: scale(1);
    border: 2px solid #505050;
}
.post-cat-1-img:hover{
    transform: scale(1.05);
}
.post-cat-swiper-button-style{
    position: relative;
    width: 90px;
    top: 30px;
    z-index: 1;
}

/*.post-card-2-img-box{
   width: 100%;
    height: auto;
    overflow: hidden;
}
.post-card-2-title{
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s ease;
}
.post-card-2-title:hover {
  border-bottom: 2px solid white;
}
.post-card-2-img{
    width:100%;
    transition:all 0.3s ease-in-out;
}
.post-card-2-img-box:hover .post-card-2-img{
    transform:scale(1.1);
    filter:brightness(0.7);
}*/

.horiz-img-content-section{
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.horiz-img-content-section-image-box{
    width: 160px;
    overflow: hidden;
}

.horiz-img-content-section-image{
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.horiz-img-content-section-badge{
    background: #ffffff;
    color: #222222;
    padding: 5px;
    border-radius: 4px;
    font-size: 10px;
}

.horiz-img-content-section-title{
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s ease;
}
.horiz-img-content-section-title:hover {
  border-bottom: 2px solid white;
}


/*.side-post {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}*/
/*.side-post-image-box {
    width: 160px;
    overflow: hidden;
}*/
/*.side-post-image{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
*/
.ticker-wrapper{
    border-bottom: 1px solid #767676;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap:nowrap;
}
.ticker-heading{
    padding: 8px;
    background: #5045F3;
    color: #ffffff;
    border-radius: 4px;
    margin-right: 12px;
    min-width: 110px;
    text-align: center;
}
.ticker-slider-button-style{
    position: relative;
    top: -3px;
    width: 83px;
    float: right;
}

@media (min-width: 480px) and (max-width: 991px) {
    
    .ticker-wrapper {
        padding-bottom: 7px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .ticker-wrapper {
        padding-bottom: 7px;
    }

    .post-cat-1-img{
        width: 70%;
        height: 70%;
    }

    .post-cat-1-img-box {
        height: 130px;
        width: 130px;
        margin-bottom: 5px;
    }
}
