label {
    font-weight: 500
}
.evo-article {
    margin-top: 30px
}
.evo-article .title-head {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1c1c1c
}
@media (max-width: 767px) {
    .evo-article .title-head {
        font-size: 22px
    }
}
.evo-article .postby {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    margin-top: 15px
}
@media (max-width: 767px) {
    .evo-article .postby {
        font-size: 12px
    }
}
.evo-article .article-details {
    margin-top: 50px
}
@media (max-width: 767px) {
    .evo-article .article-details {
        margin-top: 30px
    }
}
.evo-article .article-details a {
    color: #916841
}
.evo-article .article-details a:hover,
.evo-article .article-details a:focus {
    color: #1c1c1c;
    font-weight: 500
}
.evo-article .article-details img {
    max-width: 100%;
    height: auto !important;
    margin-left: auto;
    margin-right: auto
}
@media (min-width: 768px) {
    .evo-article .article-details img {
        max-width: 600px;
        display: block
    }
}
@media (max-width: 480px) {
    .evo-article .article-details img {
        margin-left: -7px;
        width: 100vw !important;
        max-width: unset !important
    }
}
.evo-article .article-details iframe {
    max-width: 100% !important
}
.evo-article .article-details p {
    word-wrap: break-word
}
.tag_article .inline {
    font-weight: 500
}
.tag_article a {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s
}
.tag_article a::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px
}
.tag_article a::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0
}
.tag_article a:hover {
    background-color: #916841;
    color: white
}
.tag_article a:hover::after {
    border-left-color: #916841
}
.evo-article-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    background-color: #1c1c1c
}
@media (max-width: 991px) {
    .evo-article-toolbar {
        margin-bottom: 30px
    }
}
@media (max-width: 767px) {
    .evo-article-toolbar {
        display: block;
        margin-bottom: 20px
    }
}
.evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin-right: 5px
}
@media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
        width: 100%;
        margin-right: 0
    }
}
.evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left
}
@media (max-width: 991px) {
    .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: 300px
    }
}
@media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: unset;
        width: 100%
    }
}
@media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-left {
        width: 100%
    }
}
@media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-right {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
}
.evo-article-toolbar .evo-article-toolbar-right a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500
}
.evo-article-toolbar .evo-article-toolbar-right a svg {
    color: #fff;
    vertical-align: -2px;
    height: 12px
}
.evo-article-toolbar .evo-article-toolbar-right a:first-child svg {
    margin-right: 6px
}
.evo-article-toolbar .evo-article-toolbar-right a:last-child svg {
    margin-left: 6px
}
.evo-article-toolbar .evo-article-toolbar-right a:hover {
    color: #916841
}
.evo-article-toolbar .evo-article-toolbar-right a:hover svg {
    color: #916841
}
.evo-article-toolbar .evo-article-toolbar-right .separator {
    display: inline-block;
    position: relative;
    content: '';
    width: 1px;
    height: 12px;
    margin: 0 18px;
    background: rgba(255, 255, 255, 0.8);
    vertical-align: middle
}
#article-comments {
    margin-top: 0 !important
}
#article-comments .user-name-comment strong {
    font-weight: 500
}
#article_comments button {
    padding-top: 0;
    padding-bottom: 0
}