.single__title {
    font-weight: bold;
    margin-bottom: 2rem;
}

.single__meta {
    display: inline-block;
    padding: .2rem 1rem;
    border-radius: 0px;
    background: #f2f5f6;
    font-size: 1.3rem;
    margin-top: 2rem;
}

.single__meta a {
    color: #7ec35f;
    text-decoration: none;
    font-weight: bold;
}

.tagcloud,
.page-template-blog  .widget {
    text-align: left;
}

.page-template-blog  .widget h3 {
    color: #a9abac;
    text-transform: lowercase;
}

.widget_tag_cloud h3 {
    font-size: 1.6rem;
} 

.tagcloud a {
    font-size: 16px!important;
    display: inline-block;
    padding: .5rem;
    border: 1px solid;
    border-radius: 6px;
    background: white;
    color: #a9abac;
    margin: .2rem 0;
}

.related-post {
    margin-bottom: 5rem;
}

.related-post h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 4rem;
}

.single__related__content__item {
    border-radius: 15px;
    background: linear-gradient(-30deg, #3c9eb4, #3bafc9 45%, #3c9eb4 45%) #fff;
    box-shadow: 0px 2px 10px rgba(52, 58, 63, 0.3);
    border: 1px solid #a9abac;
    text-align: center;
    padding: 4rem;
    font-size: 2rem;
    color: white;
}

.single__related__content__item a {
    color: white;
}

.single__related__content__item h3 {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 3rem;
}

.single__tags a {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #3bafc9;
}

.single__tags span {
    color: #3bafc9;
}

.single article p {
    font-size: 1.8rem;
}


#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    justify-content: left!important;
}

.related-post .col-sm-6 {
    margin-bottom: 4rem!important;
}