/*body #home-news {
    background-color: #fff;
}*/
.tribe-events-schedule h2 {
    font-size: 24px;
}
h2.tribe-events-related-events-title{ font-size: 28px;  }
.tribe-events-single-event-title {
    font-size: 35px !important;
}

#home-news #news-slider {
    margin-top: 80px;
}
#home-news .post-slide:hover{ box-shadow: 0px 10px 20px -10px #1376c5;}
#home-news .post-slide {
   
    margin: 20px 0px 20px;
    /* border-radius: 15px; */
    padding-top: 1px;
   #home-news .post-slide
}

#home-news .post-slide .post-img {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px; */
}

#home-news .btn-yd {
    display: flex;
    justify-content: space-between;
}
#home-news .post-slide .post-img img {
    width: 100%;
    height: 300px;
object-fit:cover;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

#home-news .post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}


#home-news .post-slide .over-layer {
    position: absolute;
    top: 50%;
    display: flex;
    margin: 0 10px 0 0;
    padding: 5px 15px;
    right: 25%;
    color: #fff;
    justify-content: space-around;
    border-radius: 10px;
    text-decoration: none;
    border: 1px #fff solid;
    font-size: 18px;
    left: 25%;
    opacity: 0;
    background: linear-gradient(-45deg, rgb(134 145 149 / 75%) 0%, rgb(110 115 124 / 60%) 100%);
    transition: all 0.50s linear;
    text-align: center;
    text-wrap: nowrap;
}

#home-news .post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
    

}

#home-news .post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

#home-news .post-slide .post-content {
    background: #fff;
    padding: 20px 20px 20px 20px;
   height: 100%;
    min-height: 260px;
}

#home-news .post-slide .post-title{
    min-height: 40px;
}
#home-news .post-slide .post-title a {
    font-size: 18px;
    font-weight:500;
    color: #2B323D;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

#home-news .post-slide .post-title a:hover {
    text-decoration: none;
    color: #000;
}

#home-news .post-slide .post-description {
    line-height: 24px;
    color: #5B5755;
    margin-bottom: 25px;
    font-size:16px
}

#home-news .post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

#home-news .post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

#home-news .post-slide .read-more {
        padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196f303;
    border: 1px #085e34 solid;
    text-decoration: none;
    color: #085e34;
    /* box-shadow: 0px 10px 20px -10px #1376c5; */
    border-radius: 25px;
    text-transform: uppercase;
    pointer-events: none;
}

#home-news .post-slide .read-more:hover {
    background: #085e34;
    text-decoration: none;
    color: #fff;
}

#home-news .owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

#home-news .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 100px;
    width:70px;height:70px;
    padding: 10px 18px 10px 18px;
    border-radius: 50px;
    transition: background 0.5s ease 0s;
}

#home-news .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    width:70px;height:70px;
    top: -13%;
    right: 15px;
    padding: 10px 18px 10px 18px;
    border-radius: 50px;
    transition: background 0.5s ease 0s;
}

#home-news .owl-controls .owl-buttons .owl-prev:after,
#home-news .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

#home-news .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    #home-news .post-slide .post-content {
        padding: 20px 15px 25px 15px;
    }
}
@media only screen and (max-width:767px){
#home-news .post-slide .over-layer{
left:38px; right:20%; width: fit-content;
}
}

.pmpro_content_message .pmpro_card_title {
    display: block !important; /* or inline, or whatever you need */
}