/*** header 2 ***/
.shs-post-header {
    position: relative;
    display: block;
    width: 100%;
}
.shs-post-header a {
    color: #ffffff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.shs-post-header a:hover {
    opacity: 0.7;
}
.shs-header-image {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 48, 49, 0.9);
}
.shs-post-header .s-post-image {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.shs-header-wrap {
    position: relative;
    display: block;
    max-width: 1161px;
    margin: 0 auto;
    padding: 25px 20px 21px 20px;
    z-index: 6;
}
.shs-header-breadcrumb {}
.shs-header-breadcrumb .breadcrumb {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
.shs-header-breadcrumb .breadcrumb a {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
.shs-header-content {
    position: relative;
    display: block;
    padding: 37px 0 0 0;
    margin: 0 auto;
}
.shs-content-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 42px;
}
.shs-post-title-wrap {
    width: 72%;
    margin-right: 3%;
}
.shs-post-title-wrap h1 {
    font-size: 44px;
    color: #ffffff;
    text-align: left;
    line-height: 1.14em;
    font-weight: bold;
}
.shs-post-except-wrap {
    width: 25%;
}
.shs-post-header .s-post-excerpt {
    margin-bottom: 0;
    padding-top: 9px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: normal;
    color: #ffffff;
    text-align: left;
}

.shs-header-meta {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 72px;
}
.shs-post-header .ft_socials .fab {
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.shs-post-header .s-authors-wrap {
    margin-right: 21px;
}
.shs-post-header .s-updated-wrap {
    padding: 0;
    margin-right: 20px;
    border-right: none;
    border-left: none;
}
.shs-post-header .s-post-updated {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    padding: 11px 24px;
}
.shs-post-header .s-info-item {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}
.shs-post-header ul.s-info-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1161px;
    padding: 0 20px 30px 20px;
    margin: 0 auto;
}
.shs-post-header li.s-info-item-wrap {
    width: 24%;
}
.shs-post-header li.s-info-item-wrap,
.shs-post-header li.s-info-item-wrap:nth-child(3) {
    margin-right: 0;
}
.shs-post-header .s-info-icon {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -24px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: #F6F8FC;
}
.shs-post-header .s-info-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 29px;
}
.shs-post-header .s-info-number {
    font-size: 28px;
}
.shs-post-header .s-info-text {
    font-size: 18px;
    max-width: 190px;
}
.shs-post-header .ft_socials a:not(:last-child){
    margin-right: 7px;
}
.shs-post-header .ft_socials a:hover .fab {
    opacity: 0.6;
}

.shs-post-header .s-info-items-wrap {
    background: transparent;
}
.shs-post-header .s-info-item {
    position: relative;
    padding: 20px 20px;
    justify-content: center;
}
.shs-post-header ul.s-info-items.s-clearfix:after {
    display: none;
}
.shs-post-header .s-author-profile a {
    color: #303030;
}
.shs-post-header .s-author-profile a:hover {
    color: #303030;
}



@media (max-width: 1366px) {
    li.shs-info-item-wrap:nth-child(3) {
        margin-right: 94px;
    }
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
    .shs-post-header ul.s-info-items {
        flex-wrap: wrap;
    }
    .shs-post-header li.s-info-item-wrap {
        width: 48%;
    }
}
@media (max-width: 768px) {
    .shs-header-breadcrumb {
        margin-top: 16px;
    }
    .shs-content-top {
        flex-wrap: wrap;
    }
    .shs-post-title-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 14px;
    }
    .shs-post-except-wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .shs-post-title-wrap h1 {
        font-size: 26px;
        text-align: center;
    }
    .shs-post-header .s-post-excerpt {
        font-size: 17px;
        text-align: center;
    }
    .shs-post-header .shs-header-meta {
        justify-content: center;
        margin-bottom: 0;
    }
    .shs-post-header .s-authors-wrap {
        margin-right: 0;
        justify-content: center;
    }
    .shs-post-header .s-post-author {
        max-width: 220px;
    }
    .shs-post-header .s-post-author:not(:last-child) {
        margin-right: 0;
    }
    .shs-post-header .s-updated-wrap, .shs-post-header .s-social-wrap {
        margin-top: 10px;
    }
    .shs-post-header .s-updated-wrap {
        padding-left: 0;
        margin-right: 24px;
        padding-right: 0!important;
    }
    .shs-post-header .s-post-updated {
        border-left: none;
        padding: 0 24px 0 0;
    }
    .shs-post-header .s-social-wrap {
        margin-top: 10px;
    }
    .s-dn {
        display: none!important;
    }
    .shs-post-header li.s-info-item-wrap {
        width: 100%;
    }
    .shs-post-header .s-info-item {
        flex-direction: row;
    }
    .shs-post-header .s-info-icon {
        display: block;
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        margin: 0 16px 0 0;
        width: 40px;
        height: 40px;
    }
    .shs-post-header .s-info-icon img {
        width: 28px;
    }
    .shs-post-header .s-info-number {
        font-size: 26px;
        margin-right: 10px;
    }
    .shs-post-header .s-info-text {
        font-size: 15px;
        text-align: left;
    }
    a.s-info-show.s-info-display {
        padding-bottom: 14px;
    }
}
@media (max-width: 545px) {
    .shs-post-header .s-authors-wrap {
        justify-content: space-around;
    }

}
@media (max-width: 400px) {
    img.s-post-author-image {
        width: 40px;
    }
}