#preview_message_container{
    margin: 0px 0px 100px;
}
.nav-label{
    color: #4d4d4f;
    margin: 0px;
}

.show-altitle{
    margin: -50px 0px 30px;
    font-size: 0px;
    line-height: 0px;
}
.show-altitle .show-info{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8e8e8e;
    float: left;
}
.show-altitle a.show-info{
    color: #8e8e8e;
    text-decoration: none;
    transition: color 0.3s ease;
}
.show-altitle a.show-info:focus,
.show-altitle a.show-info:hover{
    color: #ae8b00;
    text-decoration: none;
}
.show-altitle .show-info.back{
    position: relative;
    padding-left: 20px;
}
.show-altitle a.show-info.back::after{
    font-family: beeicon;
    font-weight: normal;
    content: "\f100";
    display: inline-block;
    width: 12px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #ae8b00;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -11px;
}
@media (max-width: 1199px){
    .show-altitle{
        margin: 0px 0px 30px;
        font-size: 0px;
        line-height: 0px;
    }
}

.show-icon-box{
    padding-left: 40px;
    position: relative;
    margin: 30px 0px 40px;
}
.show-icon-box::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 30px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 30px auto;
}
.show-icon-box.icon::after{
    background-color: rgba(239, 123, 16, 0.1);
    border-top-right-radius: 30px;
}

.show-icon-box .read{
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #8e8e8e;
    padding-top: 5px;
}
.show-icon-box .date{
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    color: #8e8e8e;
    padding-top: 5px;
    margin-top: 10px;
}
@media (max-width: 767px){
    .show-icon-box::after{
        width: 25px;
        height: 50px;
        background-size: 25px auto;
    }
    .show-icon-box .read{
        font-size: 20px;
        line-height: 20px;
    }
    .show-icon-box .date{
        font-size: 15px;
        line-height: 12px;
        padding-top: 5px;
        margin-top: 5px;
    }
}

.show-tags{
    margin: 40px 0px 25px;
}
.show-tags .box{
    background: #fdf2e7;
    background: rgba(239, 123, 16, 0.1);
    color: #f18725;
    color: rgba(239, 123, 16, 0.9);
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin: 0px 15px 15px 0px;
    border-radius: 14px;
    padding: 4px 15px;
    font-weight: 700;
}
@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;
    }
}

.show-intro{
    font-weight: 700;
}
.show-intro,
.show-description{
    word-break: break-word;
}


/* Last Change Date */
.last-change-conntainer{
    margin: 60px 0px 0px;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
}
.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 */

.author-container{
    margin-top: 60px;
}
.author-box{
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}
.author-box img{
    float: left;
    width: 60px;
    margin-right: 20px;
    border-radius: 30px;
    background: #efefef;
}
.author-box .text{
    float: left;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}
.author-box .text::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 24px;
    background: #000;
}
.author-box .name{
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    text-transform: lowercase;
}
@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;
    }
}


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


