/*body {
    margin: 0;
    color: #393939;
    font-family: sofia-pro,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .005em;
}*/
.sub-cat-bx ul {
    padding: 0 !important;
}

#middle-pages .main-pages-mid .middle-wrapper .left-part-page2 .tittle-box {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.breadcrumb {
    margin: 10px 0;
}

.author-img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .author-img {
        width: 120px;
        height: 120px;
    }
}

.social-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    border-radius: 6px;
    margin: 0 3px 3px 0;
    vertical-align: middle;
}

.btn-twitter {
    background: #1DA1F2;
}

.btn-linkedin {
    background: #0077B5;
}

.btn-facebook {
    background: #3b5998;
}

.btn-instagram {
    background: #9D3246;
}

.btn-youtube {
    background: #DB2A2A;
}

.btn-whatsapp {
    background: #24D55C;
}

.btn-pinterest {
    background: #DB2A2A;
}

.social-btn i {
    line-height: inherit;
}

.social-btn:hover {
    opacity: 0.8;
    text-decoration: none;
}