/* Social Action Single Post */
.wrap-content.blog-single {
    max-width: 992px;
    margin: 0px auto;
    margin-top: 1rem;
    padding: 3rem 1rem 0rem 1rem;
}
.socialactions>h1 {
    color: #2F3239;
    line-height: 90%;
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
    border-bottom: 5px solid;
    font-weight: 700;
}
.social-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    margin-right: -15px;
    margin-left: -15px;
}
.wrap-content.blog-single .post-thumbnail {
    height: 400px;
    margin-bottom: 1.5rem;
}
.wrap-content.blog-single .socialactions .post-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.social-flex .before-mage, .social-flex .after-mage {
    position: relative;
    padding: 0px 15px;
    width: 50%;
}
.wrap-content.blog-single .single-author-details h2 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.25px;
    margin-bottom: 0rem;
}
.wrap-content.blog-single .single-author-details h2 a {
    color: #f37927;
}
.single-locDate {
    margin-bottom: 0.8rem;
}
.single-locDate i {
    font-size: 24px;
    padding-right: 5px;
    cursor: pointer;
    line-height: 1.5;
}
.wrap-content.blog-single span.pub-date {
    display: inline-block;
}
.signle-socialAction-content {
    display: flex;
    flex-direction: column;
}
.signle-socialAction-content a {
    color: #f37927;
    order: 2;
}
.signle-socialAction-content a h3 {
    font-size: 1rem;
    color: #f37927;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.25px;
}
.wrap-content.blog-single .thumbnail-container {
    height: 100px;
    width: 100px;
    margin-bottom: 0.8rem;
}
.wrap-content.blog-single .thumbnail-container img.thumbnail-cat {
    height: 100%;
}
.entry-content .signle-socialAction-content h3 {
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 700;
}
.entry-content .signle-socialAction-content p {
    font-size: 14px;
}
/* Responsive CSS */
@media only screen and (max-width: 1367px) {
    .blog-post .data-target-div1 #caf-post-layout1 .caf-content, .wrap-content.blog-single .single-author-details h2 {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 767px) {
    .go-greem-camp .eael-post-grid-container .eael-post-grid, .social-flex {
        flex-wrap: wrap;
    }
    .wrap-content.blog-single .post-thumbnail {
        height: auto;
    }
    .social-flex .before-mage, .social-flex .after-mage, .btn-slide1, .btn-slide2, .banner-slider.slide-head, .future-btn {
        width: 100%;
    }
    .before-mage {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 667px) {
    .socialactions>h1 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .wrap-content.blog-single .socialactions .post-thumbnail img {
        /* object-fit: contain; */
    }
}