.articles .article .thumb {
    max-width:100%;
    height:auto;
    padding:2px;
    border:1px solid #f0f0f0;
}

.articles .article .image-wrap {
    padding-left: 0;
}

.articles .article h2 {
    font-size:20px;
}


.articles .article {
    cursor: pointer;
    min-height:192px;
}

.articles-side {
    margin-top:40px;
}

.post-title {
    font-size: 37px;
    line-height: 65px;
    margin-top: 12px;
}

.brad {
    margin-top: 32px;
}
.brad a {
    color: var(--main-color);
}
.brad a:hover {
    color: #000;
}
.article-page #hero-category {
    margin-bottom: 17px;
}
.article-page #hero-category .category-info {
    padding-bottom: 4px;
}
.article-page .page-content.no-header-image {
    padding-top: 123px;
}
.article-page .page-content .brad {
    margin-bottom: 23px;
}
.article-content {
    margin-bottom: 50px;
    padding-left: 40px;
}
@media (min-width: 1200px) {
    .article-content {
        padding-left: 40px;
    }
}
.article-main-title {
    margin-bottom: 33px;
}
.article-main-title.no-main-image {
    margin-bottom: 0;
}
.article-page .post-title {
    font-size: 44px;
    line-height: 65px;
    margin-top: 12px;
}
@media (max-width: 767px) {
    .article-page .post-title {
        font-size: 28px;
        line-height: 41px;
    }
}
.article-main-image {
    margin-bottom: 30px;
}
.article-page .post-html {
    font-size: 18px;
    line-height: 27px;
}

.article-page .post-html img {
    max-width:100%;
    border :1px solid #f0f0f0;
    padding:2px;
    display:block;
}
.article-page .box-title .title {
    font-size: 28px;
    line-height: 41px;
    margin-top: 0;
}
.business-writer {
    font-size:16px;
    padding-top:4px;
    margin-top:24px;
}
.business-writer .writer-title {
    font-size:16px;
    padding-bottom:4px;
    padding-top:4px;
    color:#222;
    font-weight: bold;
}

/*.business-writer .thumb {*/
/*border :1px solid #f0f0f0;*/
/*padding:2px;*/
/*width:84px;*/
/*height:84px;*/
/*cursor: pointer;*/
/*}*/

.business-writer .writer-link {
    font-size:20px;
    padding-bottom:4px;
}

.business-writer .writer-text {
    font-size:16px;
    color:#222;
}
.article-page .category-post .content-wrapper .business-title {
    margin-bottom: 20px;
}

/*Articles*/
.articles {
    margin: 55px 0;
}
.titleWrapper .title {
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 22px;
    font-weight: 600;
}
.articles .box-title h2 {
    font-size: 28px;
    line-height: 41px;
}

.articles-section .articles-titles {
    margin-bottom: 20px;
}
.articles-section {
    overflow: hidden;
}
.related-article {
    margin-bottom: 35px;
    border: 1px solid #EFEFEF;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.related-article .image-wrap {
    position: relative;
    height: 152px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.related-article .image-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.related-article:hover .image-wrap:after {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.related-article .image-wrap img {
    min-width: 100%;
    max-width: 1000px;
}

.articles .article .image-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.related-article .text-wrap {
    border-top: 1px solid #EFEFEF;
    background: #fff;
    padding: 12px 17px;
}

.related-article .text-wrap .title {
    height: 40px;
    overflow: hidden;
}

.related-article .title, .related-article .title a  {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #25262D;
}
.related-article:hover .title a{
    color: var(--main-color);
}
.related-article.gold_phrase:hover .title {
    color: var(--main-color);
}
.related-article.gold_phrase:hover {
    box-shadow: 0 2px 4px 0 var(--main-color);
}

.related-article .desc {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #25262D;
}
.related-article.gold_phrase .desc {
    font-size: 16px;
}

/*end of Articles*/
