@import url('inner-page-banner.css');
@import url('blog-grid.css');
@import url('sidebar-section.css');
@import url('find-location.css');
@import url('cms-content.css');
.blog-detail-section span{margin:29px 0 0 0;}
.category-wrapper{padding-bottom: 20px;border-bottom: 1px solid rgb(49,49,49,0.2);margin-bottom: 24px;}
.category-wrapper span {font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.75;}
.category-wrapper .category-type{display:inline-block;color : #5b8f17;border-radius: 16px;background-color: #eaffcf;padding: 5px 23px;font-weight: 500; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.22;}
.blog-content{font-family: 'diavlo-bold';font-size: 20px;line-height: 1.5;color: #b5111b;}
/* .blog-detail-content-section em, .blog-detail-content-section em img { border-radius: 15px;} */
.blog-detail-content-section em { display: block; }
/* .blog-detail-content-section .sidebar-wrapper { border-radius: 0; } */
/* .blog-detail-content-section .sidebar-wrapper .sidebar-header, .blog-detail-content-section .sidebar-wrapper .sidebar-body{ border-radius: 0; } */
.blog-detail-content-section h3 { color: #000; font-size: 40px;}
.blog-detail-section { min-height: inherit;     padding: 80px 0 0;}
.blog-detail-section .inner-banner-content-wrapper h1 { line-height: 1.25;}
.blog-detail-section .inner-banner-content-wrapper h1, .blog-detail-section .inner-banner-content-wrapper span { color: #000; }
.blog-detail-section .inner-banner-content-wrapper span { margin-bottom: 0; font-size: 16px;}
.word-break{word-break: break-all;}

.category-share-outer{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(49,49,49,0.2);
    margin-bottom: 24px;
}
.category-share-outer .category-wrapper{
    border-bottom: 0;
    margin-bottom: 0;
    display: flex;
    padding-bottom: 15px;
}
.category-share-outer .category-wrapper span.label{
    margin-right: 10px;
}
.category-share-outer .category-list{
    margin: -5px -5px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.category-share-outer .category-list .category-type{
    margin: 5px 5px 0 0;
}
.category-share-outer .share-wrapper{
    flex: 0 0 218px;
    max-width: 218px;
    margin-left: 15px;
}
.category-share-outer .share-wrapper .social-platforms-list{
    display: flex;
    align-items: center;
    margin: 0;
    list-style-type: none;
    position: relative;
    padding-left: 0;
}
.category-share-outer .share-wrapper .social-platforms-list li.label{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
.category-share-outer .share-wrapper .social-platforms-list li{
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 0;
}
.category-share-outer .share-wrapper .social-platforms-list li:last-child{
    margin-right: 0;
}
.category-share-outer .share-wrapper .social-platforms-list li:before{
    display: none;
}
.category-share-outer .share-wrapper .social-platforms-list li a img{
    margin: 0;
    width: 32px;
    transition: all 0.3s;
}
.category-share-outer .share-wrapper .social-platforms-list li a:hover img{
    opacity: 0.9;
}




@media (max-width: 1199px) {
    .blog-detail-section {   padding: 40px 0 0;}
    .blog-detail-section .inner-banner-content-wrapper h1 { font-size: 40px;}
    .blog-detail-content-section h3 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .blog-detail-section .inner-banner-content-wrapper h1 { font-size: 34px;}
    .blog-detail-content-section h3 {
        font-size: 38px;
    }
    .category-wrapper .category-type { 
        font-size: 14px;
        padding: 5px 15px;
    }
    .category-share-outer{
        flex-wrap: wrap;
    }
    .category-share-outer .category-outer{
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    .category-share-outer .category-wrapper{
        padding-bottom: 15px;
    }
    .category-share-outer .category-list{
        padding-top: 0;
    }
    .category-share-outer .share-wrapper{
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px;
        order: 1;
    }
}
@media (max-width: 575px) {
    .blog-detail-section .inner-banner-content-wrapper h1 { font-size: 28px;}
	h2, .h2 {font-size: 26px;}
	.blog-detail-content-section h3 {font-size: 24px;}
    .category-wrapper {
        padding-bottom: 10px;
    }
    .category-wrapper .category-type { 
       margin-bottom: 10px;
    }
}