.single-blog {
    margin:0 0 50px;
}
.single-blog h6 a {
    color: #cf2030;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.single-blog h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: normal;
    letter-spacing: -0.01em;
}

.post_meta_info p span {
    margin-right: 40px;
}

.post_meta_info p span:last-child {
    margin-right: 0;
}

.post_meta_info p span i {
    margin-right: 10px;
}

.post_meta_info p span i.fa-solid.fa-user {
    padding: 10px;
    background: #c8c8c8;
    border-radius: 100%;
    font-size: 12px;
}

.sinlgePostFeaturedImage {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 80px;
}

.sinlgePostFeaturedImage img{
    width: 100%;
    height: auto;
}

.singlePostContent p {
    font-size: 16px;
    margin-bottom: 30px;
}

.singlePostContent h1,
.singlePostContent h2,
.singlePostContent h3,
.singlePostContent h4,
.singlePostContent h5,
.singlePostContent h6 {
    margin-bottom: 30px;
}

.singlePostContent ul,
.singlePostContent ol {
    list-style: disc;
    margin: 30px 0 30px 15px;
}

.singlePostContent ul li,
.singlePostContent ol li{
    list-style: disc;
    margin-bottom: 15px;
}

.singlePostContent ol li {
    list-style: -moz-ethiopic-numeric;
}

.singlePostContent img {
    width: 100%;
    height: auto;
    display: block;
    margin:30px 0;
    border-radius: 30px;
}

.singlePostContent a {
    color: #CF2030;
}
.singlePostContent a:hover {
    opacity: 0.8;
}

.singlePostRecentPost h2 {
    font-size: 48px;
    margin-top: -10px;
    margin-bottom: 40px;
}

.singlePostRecentPost h2 span{
    color: #CF2030;
}

.recent-posts {
    margin-bottom: 50px;
}

.recent-post-block {
    margin-bottom: 40px;
}

.recent-posts .recent-post-block:last-child {
    margin-bottom: 0;
}

.recent-post-block h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.recent-post-block p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: normal;
    margin: 15px 0;
}

.recent-post-block p:last-child {
    margin: 0;
}

.recent-post-block p a {
    text-transform: uppercase;
    border-bottom: 1.5px solid #CF2030;
    color: #CF2030;
    padding-bottom: 5px;
    font-weight: bold;
}

.recent-post-block p a i {
    font-size: 18px;
    transform: rotate(320deg);
}

.single-getInvited {
    border-radius: 30px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 8px 8px 40px 0px #00000029;
}

.single-getInvited-info {
    padding: 25px;
}

.single-getInvited-info p {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.03em;
}

.single-getInvited-info p span {
    font-weight: 700;
}

.single-getInvited-info a {
    background: linear-gradient(90deg, #CF2030 0%, #AB0E1C 100%);
    border: 2px solid #cf2030;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.single-getInvited-info a:hover{
    background: #FFFFFF;
    border: 2px solid #CF2030;
    color: #CF2030;
}

.single-getInvited img {
    width: 100%;
}

.post-block {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 8px 8px 40px 0px #00000029;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.post-block-image img {
    width: 100%;
    height: auto;
}

.post-data-block {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.post-main-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.post-info h6 {
    color: #CF2030;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-meta-data p {
    font-size: 16px;
    font-weight: 500;
}

.post-info h2 {
    font-size: 24px;
    font-weight: 500;
}

.post-info h2 a {
    color: #64666A;
}

h6.post-cat-name a {
    color: #CF2030;
}

.post-meta-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}

.post-meta-data a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8C8C8;
    color: #FFFFFF;
    border-radius: 100%;
    transform: rotate(320deg);
    transition: all 0.3s ease-in-out;
}

.post-meta-data a:hover {
    background: #64666A;
}

.post-data-block.post-short-block h2 {
    margin-bottom: 20px;
}

.post-data-block.post-short-block .post-meta-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
}

.single-related-articles {
    margin:80px 0 0;
}

.single-related-articles h5{
    font-size: 48px;
    font-weight: 700;
    color: #CF2030;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.singlePostContent h1, .singlePostContent h2, .singlePostContent h3, .singlePostContent h4, .singlePostContent h5, .singlePostContent h6 {
    color: #CF2030;
}

@media only screen and (max-width: 1400px) {
    .single-blog h1,
    .singlePostRecentPost h2, .single-related-articles h5 {
        font-size: 42px;
        line-height: 46px;
    }
}
@media only screen and (max-width: 1200px) {
    .single-blog h1, .singlePostRecentPost h2, .single-related-articles h5 {
        font-size: 38px;
        line-height: 42px;
    }

}
@media only screen and (max-width: 992px) {
    .single-blog h1, .singlePostRecentPost h2, .single-related-articles h5 {
        font-size: 34px;
        line-height: 38px;
    }
    .heateor_sss_sharing_ul {
        display: flex;
    }
    .singlePostRecentPost {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .single-blog h1, .singlePostRecentPost h2, .single-related-articles h5 {
        font-size: 24px;
        line-height: 28px;
    }
    .post_meta_info p span {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }
    .post_meta_info p span:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 576px) {
    .single-blog h1, .singlePostRecentPost h2, .single-related-articles h5 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 400px) {

}
