/********BLOG HOME PAGE*********/
.post-meta {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.01em;
    padding-right: 0;
}

.post-meta [class^="icon-"], .post-meta [class*=" icon-"] {
    font-size: 20px;
    color: #191919;
    vertical-align: bottom;
}

.post-meta li {
    margin: 0 10px;
}

.blog-category{
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #2879fe;
    margin-bottom: 7px;
}

.blog-category a{
    color: #2879fe;
}

.post-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 14px;
}
.post-title a{
    color: #191919;
}

.post-title a:hover{
    color: #2879fe ;
}

.post-info::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.2s linear;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.post-info {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    padding: 20px 15px 0px;
}

.post-intro {
    font-size: 13px;
    margin-bottom: 15px;
}

.blog-item:hover .post-info::after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    right: -10px;
}
/**********CATEGORY**********/
.cat-post-list .post-info {
    flex: 0 0 47.5%;
    -moz-flex: 0 0 47.5%;
    -webkit-flex: 0 0 47.5%;
    -ms-flex: 0 0 47.5%;
    -moz-box-flex: 0 0 47.5%;
    -webkit-box-flex: 0 0 47.5%;
    max-width: 47.5%;
    margin: 0;
    padding: 0;
}

.cat-post-list .post-thumb{
    flex: 0 0 calc(52.5% - 40px);
    -moz-flex: 0 0 calc(52.5% - 40px);
    -webkit-flex: 0 0 calc(52.5% - 40px);
    -moz-box-flex: 0 0 calc(52.5% - 40px);
    -ms-flex: 0 0 calc(52.5% - 40px);
    max-width: calc(52.5% - 40px);
    width: calc(52.5% - 40px);
    margin-right: 40px;
}

.cat-post-list .post-info .post-title {
    font-size: 30px;
    line-height: 1.333333em;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.cat-post-list .post-meta li {
    margin: 0 20px 0 0;
}

.cat-post-list .blog-category{
    margin-bottom: 0;
}

.cat-post-list .post-intro{
    margin-bottom: 28px;
}

.cat-post-list .post-meta {
    margin-bottom: 33px;
}

.cat-post-list .item{
    margin-bottom: 60px;
}

.cat-post-list .item:last-child{
    margin-bottom: 0;
}

.cat-post-list .post-thumb iframe {
    width: 100% !important;
}
.category-layout-2columns .post-info,
.category-layout-2columns .post-thumb,
.category-layout-3columns .post-info,
.category-layout-3columns .post-thumb{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-box-flex: 0 0 100%;
}
.category-layout-2columns .post-info,
.category-layout-3columns .post-info {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    margin-top: -70px;
    text-align: center;
    padding: 22px 20px 0;
}
.category-layout-2columns .post-meta li,
.category-layout-3columns .post-meta li{
    margin: 0 10px;
}
.category-layout-2columns .post-info .post-title,
.category-layout-3columns .post-info .post-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.category-layout-2columns .post-info::after,
.category-layout-3columns .post-info::after{
    background: #fff;
}
.category-layout-2columns .post-meta,
.category-layout-3columns .post-meta{
    margin-bottom: 0;
}
.category-layout-2columns .blog-category,
.category-layout-3columns .blog-category{
    margin-bottom: 5px;
}
.category-layout-2columns .item:hover .post-info::after,
.category-layout-3columns .item:hover .post-info::after,
.categories-item:hover .categories-info::after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
}

.categories-col {
    margin-bottom: 55px;
}

.categories-list {
    margin-bottom: -55px;
}

.categories-4columns .categories-info {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.categories-4columns .categories-info::after{
    display: none;
}

.category-layout-2columns .blog-post,
.category-layout-3columns .blog-post {
    display: block !important;
}


/********BLOG WIDGET*******/
.widget-title {
    margin-bottom: 24px;
}

.blog-widget ul{
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.blog-widget li a{
    display: block;
    line-height: 18px;
    padding: 5px 0;
}

.widget-title span{
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9e7e7;
}

.blog-info .blog-category a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.blog-info .blog-category a:hover{
    color: #191919;
}

.blog-info h6 a {
    color: #191919;
}

.blog-info h6 a:hover{
    color: #2879FE;
}

.blog-info .post-view, 
.blog-info .post-created {
    font-size: 12px;
}

.blog-info .introtext {
    margin-top: 3px;
}

.blog-info .introtext p:last-child {
    margin-bottom: 6px;
}

.tab-content .item-post {
    margin-bottom: 16px;
}

.tab-content .item-post:last-child{
    margin-bottom: 0;
}

.blog-info .post-meta::after {
    content: "|";
    margin: 0 5px;
    font-size: 10px;
    vertical-align: 1px;
}

.blog-info .post-meta:last-child::after{
    display: none;
}

.blog-widget {
    margin-bottom: 45px;
}
.comment-item .post-meta li {
    margin: 0 5px 0 0;
}
.comment-name {
    text-transform: uppercase;
    color: #191919;
}
.comment-name span {
    text-transform: lowercase;
    color: #777;
}
.comment-item .post-meta {
    margin-bottom: 9px;
}
.comment-title {
    margin-bottom: 3px;
}
.comment-item {
    margin-bottom: 18px;
}
.comment-item:last-child {
    margin-bottom: 0;
}
/********SINGLE POST*******/
.post-fulltext {
    width: 100%;
    max-width: 100%;
}

.single-blog .title {
    font-size: 2.42857em;
    line-height: 1.29em;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-top: 0.706em;
}
.single-blog .post-meta {
    margin-top: 1.9em;
}

.single-blog .post-thumb,
.single-blog .post-video {
    margin-top: 33px;
}

.single-blog .post-introtext {
    font-style: italic;
    margin-bottom: 23px;
}

.single-post-content {
    margin-top: 23px;
}

.single-blog .title-content {
    margin-top: 32px;
    font-size: 20px;
}

.single-blog p {
    margin-top: 25px;
}

.blog-tag {
    margin-top: 27px;
    text-transform: uppercase;
    font-size: 12px;
    color: #2879FE;
}

.blog-tag .title-tags {
    text-transform: capitalize;
    color: #999999;
}

.share{
    position: relative;
    padding: 15px 0 7px;
    text-align: center;
    margin-top: 52px;
}

.share::before {
    content: "";
    width: calc(100vw - 17px);
    background: #f7f8fa;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

#comments {
    margin-top: 52px;
}

.comment-heading h5,
.commentForm .heading{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 0 0 12px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e7e7;
    text-transform: uppercase;
}

.comment-heading h5 a{
    color: #191919;
}

.commentForm .form-group label{
    font-size: 14px;
    color: #191919;
    font-weight: 500;
    padding-bottom: 4px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.post-comment-image {
    min-width: 60px;
    width: 60px;
    margin-right: 22px;
}

.post-comment-info .meta-block, 
.post-comment-info .meta-block h6 {
    font-size: 12px;
    color: #777;
    font-weight: 300;
}

.post-comment-info .meta-block h6{
    color: #191919;
    text-transform: uppercase;
}

.post-comment-info .meta-block h6 span{
    color: #777;
    text-transform: lowercase;
}

.comment-content {
    margin-top: 7px;
}

#post-comments {
    margin-bottom: 35px;
}

.post-comment {
    margin-bottom: 15px;
}

.post-comment:last-child {
    margin-bottom: 0;
}

/***********BLOG SINGLE TYPE************/

.blog-single-carousel.owl-theme .owl-controls{
    position: static;
    justify-content: flex-end;
    margin-top: 20px;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
}

.video-block iframe {
    max-width: 100%;
}

@media (max-width: 1199px){
    .categories-4columns .categories-col {
        flex: 0 0 33.33333%;
        -moz-flex: 0 0 33.33333%;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        -moz-box-flex: 0 0 33.33333%;
        -webkit-box-flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (max-width: 991px){
    .categories-4columns .categories-col {
        flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-box-flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px){
    .categories-4columns .categories-col {
        flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
}