h1,
h2,
h3 {
    font-weight: bold;
}

.menu-part .logo a {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: left;
}

.menu-part .logo a h1 {
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: bold;
}

.back-footer .footer-logo a.logo-text {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: left;
}

.back-footer .footer-logo a.logo-text h1 {
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: bold;
    color: var(--color--white)
}

@media only screen and (max-width: 991px) {
    .md-text-center {
        text-align: center;
    }
}

.back-blog .blog-item .blog-img,
.back-blog .blog-item .blog-img {
    margin-bottom: 32px !important;
}

.back-blog .blog-item .blog-meta {
    transition: all 0.3s ease 0s;
}

.blog .back-blog .blog-item .full-blog-content .btm-cate,
.archive .back-blog .blog-item .full-blog-content .btm-cate {
    margin: 0 0 10px;
}

.btm-cate {
    overflow: hidden;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.full-blog-content .btm-cate li {
    margin-right: 15px;
}

.full-blog-content .btm-cate li>div>i {
    margin-right: 5px;
}

.back-blog .blog-item .blog-meta .blog-date {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: var(--color--des);
    margin-right: 0;
    line-height: normal;
    padding: 1px;
}

.full-blog-content .author {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    line-height: normal;
    color: var(--color--des);
}

.btm-cate li a {
    color: var(--color--des);
}

.btm-cate li a:hover {
    color: var(--color--active);
}


.full-blog-content .blog-title {
    margin: 15px 0 10px;
    line-height: 30px;
    font-size: 25px;
    color: var(--color--black);
    font-weight: bold;
}


.full-blog-content .blog-title a,
.back-breadcrumbs .page-title {
    word-break: break-word;
    color: var(--color--page);
}

.back-blog .blog-item .blog-button {
    display: block;
    margin-top: 28px;
}

.back-blog .blog-item,
.back-blog .blog-item {
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--color--gray);
}

.back-blog .blog-item .full-blog-content,
.back-blog .blog-item .full-blog-content {
    padding: 0 46px 45px;
    overflow: hidden;
}

@media only screen and (min-width: 767px) {

    .back-blog .blog-item .full-blog-content,
    .back-blog .blog-item .full-blog-content {
        padding: 0 20px 15px;
    }
}

.back-blog .blog-item .blog-button a {
    text-align: center;
    display: inline-block;
    color: #444;
    padding-right: 25px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
}

.back-blog .blog-item .blog-button a i {
    margin-left: 10px;
}

.back-blog .blog-item .blog-button a:hover {
    color: var(--color--active);
}

.bs-sidebar .widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    border: 1px solid #f4f4f4;
}

.dynamic-sidebar .recent-widget {
    margin: 0 0 3em;
}

.bs-sidebar .widget_block h2,
.bs-sidebar label.wp-block-search__label,
.bs-sidebar .widget-title {
    color: var(--color--page);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700 !important;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 30px;
}

.bs-sidebar .widget_block h2:before,
.bs-sidebar label.wp-block-search__label:before,
.bs-sidebar .widget-title:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 12px;
    background: #333;
    width: 80px;
    height: 1px;
    opacity: .2;
    left: 100%;
    margin-left: 30px;
}

.bs-sidebar .widget_block h2:after,
.bs-sidebar label.wp-block-search__label:after,
.bs-sidebar .widget-title:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 16px;
    background: #333;
    width: 60px;
    height: 1px;
    opacity: .2;
    left: 100%;
    margin-left: 30px;
}

.show-featured {
    padding: 20px 0;
    position: relative;
}

.show-featured::after {
    content: " ";
    height: 1px;
    width: 100%;
    background-color: var(--color--gray);
    top: 0;
    position: absolute;
    opacity: 0.5;
}

.show-featured:first-child:after {
    height: 0;
}

.show-featured .post-img {
    width: 120px;
    height: 100px;
    float: left;
    padding-right: 15px;
}

.show-featured .post-img a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.show-featured .post-img a img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.show-featured .post-item {
    overflow: hidden;
}


.bs-sidebar .recent-post-widget .post-desc a {
    display: block;
    margin-bottom: 0px;
    line-height: 24px;
    color: var(--color--page);
    transition: all 0.3s ease 0s;
    font-weight: 600;
    font-size: 16px;
    max-height: 72px;
    overflow: hidden;
}

.bs-sidebar .recent-post-widget .post-desc span {
    display: block;
    font-size: 14px;
    color: var(--color--des);
    font-weight: 500;
}


.bs-sidebar .recent-post-widget .post-desc .date-post i {
    margin-right: 5px;
}

.bs-sidebar .widget_media_image {
    padding: 0;
    background: none;
}

.widget {
    margin: 0 0 3em;
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 6px 7px 6px 0;
    line-height: 25px;
    padding: 3px 12px;
    font-size: 15px !important;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--color--white);
    color: var(--color--page);
    border: 1px solid var(--color--gray);
    border-radius: 3px;
    font-weight: 500;
}

.bs-sidebar .tagcloud a:hover {
    background-color: var(--color--active);
    color: var(--color--white);
    border: 1px solid var(--color--active);
}

.back-breadcrumbs.porfolio-details {
    position: relative;
    margin-bottom: 30px;
}

.back-breadcrumbs {
    position: relative;
    background: var(--color--white);
}

.back-breadcrumbs .breadcrumbs-inner {
    padding: 20px 0 40px;
    text-align: center;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}


.full-blog-content .blog-title a,
.back-breadcrumbs .page-title {
    word-break: break-word;
}

.back-breadcrumbs .page-title {
    margin: 0 auto;
    padding-bottom: 0 !important;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}

.back-breadcrumbs .breadcrumbs-title {
    font-size: 0px;
    padding-top: 5px;
    color: #000;
}

.back-breadcrumbs .breadcrumbs-title > span {
    font-size: 12px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.back-breadcrumbs .breadcrumbs-title span a:before {
    background-color: #333;
    content: " ";
    height: 7px;
    width: 7px;
    position: absolute;
    right: 0;
    top: 7px;
    border-radius: 50%;
}

.back-breadcrumbs .breadcrumbs-title span a {
    color: #000;
}

.back-breadcrumbs .breadcrumbs-title span a:hover{
    color: var(--color--active);
}

.back-blog-details .bs-img {
    margin-bottom: 32px;
}

.blog-meta .blog-date {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: var(--color--des);
    margin-right: 0;
    line-height: normal;
    padding: 1px;
}

.btm-cate li {
    margin-right: 15px;
}

.btm-cate li>div>i {
    margin-right: 5px;
}

.back-related-post {
    padding-top: 25px;
}

.back-related-post ul {
    margin: 0 -15px 0 -15px;
}

.contents-sticky .post {
    background-color: var(--color--white);
}

.contents-sticky .title-wrap,
.contents-sticky .bs-desc{
    padding: 0 15px;
}