.show-info-wrap{
    margin: 0px 0px 40px;
    font-size: 0px;
    line-height: 0px;
}
.show-info-wrap .si-box{
    font-size: 24px;
    line-height: 24px;
    color: #CD3A31;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    float: left;
}
@media (max-width: 991px){
	.show-info-wrap .si-box{
		font-size: 22px;
		line-height: 20px;
	}
}
.show-info-wrap .si-box:before{
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0px;
    background: #0d0d0d;
    margin-top: -9px;
}
.show-info-wrap .si-box:first-child{
    margin-left: 0px;
    padding-left: 0px;
}
.show-info-wrap .si-box:first-child:before{
    display: none;
}
.show-info-wrap .si-box a,
.show-info-wrap a.si-box{
    color: #0d0d0d;
    transition: color 0.3s ease;
}
.show-info-wrap .si-box a:focus,
.show-info-wrap .si-box a:hover,
.show-info-wrap a.si-box:focus,
.show-info-wrap a.si-box:hover{
    color: #ababab;
    color: rgba(0, 0, 0, 0.4);
}
.show-info-wrap .si-box.date{}

.show-intro{
    font-weight: 700;
}
.show-intro,
.show-description{
    word-break: break-word;
}/*
@media (min-width: 768px){
    .show-intro,
    .show-description{
        text-align: justify;
    }
}
@media (min-width: 992px){
    .show-more-images-box .img-box{
        overflow: hidden;
    }
    .show-more-images-box .img-box img{
        transition: transform-origin 0.3s ease;
        will-change: transform;
        transform: scale(1.05);
        transform-origin: 0% 0%;
    }
    .show-more-images-box .img-box:hover img{
        transform-origin: 100% 100%;
    }
}*/

/* Last Change Date */
.last-change-conntainer{
     line-height: 30px;
     margin: 30px 0px 0px;
}
.last-change-conntainer .text{
    margin-right: 10px;
}
@media (max-width: 767px){
    .last-change-conntainer {
        line-height: 24px;
    }
    .last-change-conntainer .text{
        display: block;
        margin-right: 0px;
    }
    .last-change-conntainer .date{
        display: block;
    }
}
/* Last Change Date END */

/* TAGS */
.show-tags{
    margin: 80px 0px 0px;
}
.show-tags .box{
    background: #adddcf;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin: 0px 15px 15px 0px;
    border-radius: 14px;
    padding: 4px 15px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 767px){
    .show-tags{
        margin: 40px 0px 0px;
    }
    .show-tags .box{
        font-size: 10px;
        line-height: 20px;
        margin: 0px 10px 10px 0px;
        border-radius: 14px;
        text-transform: none;
    }
}
/* TAGS END */

.author-container{
    margin-top: 60px;
}
.author-box{
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}
.author-box img{
    float: left;
    width: 60px;
    margin-right: 30px;
    border-radius: 30px;
    background: #efefef;
}
.author-box .text{
    float: left;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}
.author-box .text::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 20px;
    background: #000;
}
.author-box .name{
    float: left;
    margin-top: 20px;
    margin-left: 5px;
}
@media (max-width: 767px){
    .author-box {
    }
    .author-box img {
        margin-right: 15px;
        height: 40px;
    }
    .author-box .text {
        padding-left: 15px;
        margin-top: 10px;
    }
    .author-box .name{
        margin-top: 10px;
    }
}


.author-container .show-share-box{
    float: right;
    margin-left: 30px;
    margin-top: 4px;
}