.blog-banner {
    background-image: url(img/banner-graphic.jpg);
}

.blog-banner h1 {
    font-size: 65px;
    margin-bottom: 10px;
    color: #fff;
}

.blog-banner h1 + p {
    font-size: 20px;
}

.blog-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -48px;
}

.nav-tabs .nav-link {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #fff;
    position: relative;
    border-radius: 0px;
    margin-right: 5px;
    border-color: transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.nav-tabs .nav-link.active {
    color: #575556 !important;
    background-color: #fff !important;
    margin-right: 10px;
    border-collapse: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #fff!important;
    border-color: transparent;
    color: #575556;
}

.nav-tabs a:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 100%;
    right: 0;
    height: 106%;
    bottom: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.nav-tabs li a.active:after {
    right: -7px;
}

.nav-tabs li a#latest-tab:after,
.nav-tabs li a#latest-tab {
    background-color: #ed610c;
}

.nav-tabs li a#news-tab:after,
.nav-tabs li a#news-tab {
    background-color: #edc50c;
}

.nav-tabs li a#seo-tab:after,
.nav-tabs li a#seo-tab {
    background-color: #44b45c;
}

.nav-tabs li a#content-tab:after,
.nav-tabs li a#content-tab {
    background-color: #3684b6;
}

.nav-tabs li a#paidMedia-tab:after,
.nav-tabs li a#paidMedia-tab {
    background-color: #8f4eb6;
}

.nav-tabs li a#socialMedia-tab:after,
.nav-tabs li a#socialMedia-tab {
    background-color: #b88d40;
}

a.search-trigger {
    display: inline-block;
    background: #575556;
    position: relative;
    z-index: 10;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 9px 15px;
}

.search-box {
    background: #575556;
    padding: 15px 15px;
}

.search-box .form-group {
    margin-bottom: 0px;
}

.search-box .form-control {
    border-radius: 15px;
    height: 60px;
}

.n-bg {
    width: 100%;
}

.news-single {
    position: relative;
    margin-bottom: 30px;
}

.news-single:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.news-single a {
    display: block;
    position: relative;
}

.n-item-top {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    max-width: 498px;
    z-index: 10;
}

.n-item-top img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #8f4eb6;
}

.blog .tab-pane {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.n-item-top h2 {
    color: #fff;
    padding-left: 20px;
    position: relative;
    padding-bottom: 20px;
}

.n-item-top h2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 100px;
    height: 3px;
    background: #8f4eb6;
}

.n-item-bottom {
    position: absolute;
    z-index: 10;
    display: flex;
    width: 100%;
    bottom: 20px;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
}

.n-item-bottom span {
    color: #fff;
}

.overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 99;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 10% 10%;
    opacity: 0;
    overflow: hidden;
}

.overlay-content h2 {
    font-size: 40px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.overlay-content h2:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0px;
    width: 100px;
    height: 3px;
    background: #8f4eb6;
}

.overlay-content p {
    font-size: 20px;
    position: relative;
    top: -50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    transition-delay: .3s;
}

.overlay-content p:first-letter {
    font-size: 30px;
    font-weight: 700;
    color: #8f4eb6;
    margin-right: 5px;
}

.news-single:hover .overlay-content {
    opacity: 1;
}

.news-single:hover .overlay-content h2,
.news-single:hover .overlay-content p {
    top: 0px;
    opacity: 1;
}

a.load-more {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #8f4eb6;
    padding: 20px 15px;
    margin-bottom: 30px;
}

a.load-more:hover {
    opacity: .9;
}

.search-box {
    display: none;
}

.nav-tabs {
    border-bottom: none;
}

.related-post {
    background: #e0e0e0;
    padding-top: 30px;
}

.banner-content > img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #9C27B0;

    margin: 0px 10px;
    margin-bottom: 24px;
}

.blog-banner.fix3 h1 {
    font-weight: 400;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.blog-banner.fix3.fix2 .banner-content {
    padding-top: 16%;
}

.blog-banner.fix3.fix2 .banner-content p a {
    font-size: 20px;
    font-weight: 700;
    color: #FFC107;
    text-decoration: none;
}

.post-body {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.post-body img {
    width: 100%;
    max-width: 50%;
    float: right;
}

.post-body p {
    clear: both;
    font-size: 20px;
}

.post-body h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #666;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #9c27b0;
    display: inline-block;
    clear: both;
}

.post-share a {
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    background: #333;
    display: inline-block;
    border-radius: 50%;
    padding-top: 3px;
    margin: 0px 5px;
    text-align: center;
}

.share-wrapper {
    margin-top: -47px;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

a.fb {
    background: #3b5998;
}

a.tw {
    background: #4099ff;
}

a.linkedin {
    background: #4875b4;
}

.post-share a:hover {
    opacity: .95;
}

.share-this h4 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #666;
    position: relative;
    font-weight: 400;
}

.share-this h4:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 2px;
    background: #9C27B0;
}

.author-intro {
    background-color: #000;
    background: -webkit-linear-gradient(left, #666, #2d2d2d);
    background: -o-linear-gradient(left, #666, #2d2d2d);
    background: linear-gradient(to right, #666, #2d2d2d);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;


}

.author-intro .container {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.author-intro img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.author-inner {
    margin-left: 40%;
    background-color: rgba(0, 0, 0, .8);
    position: relative;
    padding: 30px 0px 30px 30px;

}

.author-inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 500%;
    background-color: rgba(0, 0, 0, .8);
}

.author-inner p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    max-width: 600px;
    width: 100%;
}

.a-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.a-top h3 {
    font-size: 40px;
    color: #9C27B0;
    font-weight: 300;
    line-height: 1.4;
}

.a-top h3 span {
    display: block;
    font-size: 20px;
    font-style: italic;
    color: #fff;
}

.a-top div a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    margin: 0px 5px;
}

.comment-form {
    padding: 50px 0px;
}

.comment-form h2 {
    font-size: 40px;
    margin-bottom: 50px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #9C27B0;
    font-weight: 300;
}

.c-form-wrap {
    width: 100%;
    max-width: 800px;
}

.c-form-wrap .form-control {
    height: 50px;
    background: #eee;
}

.btn {
    cursor: pointer;
}

a.comment-trigger {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #666;
    background: #eee;
    padding: 30px 15px;
    font-size: 30px;
}

a.comment-trigger span {
    position: relative;
}

a.comment-trigger span:before {
    content: "\f13a";
    font-family: Fontawesome;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;

}

a.comment-trigger.in span:before {
    content: "\f139";

}

.comment-top {
    display: flex;
    margin-bottom: 40px;
}

.comment-top img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #9C27B0;
    object-fit: cover;
}

.comment-top h4 {
    font-size: 20px;
    color: #9C27B0;
    padding-left: 20px;
}

.comment-top h4 span {
    display: block;
    color: #666;
    font-size: 16px;
}

.comment-body {
    padding-left: 68px;
    width: 100%;
    max-width: 900px;
}

.comment-body p {
    font-size: 20px;
}

.comment-single {
    margin: 30px 0px;
}

a.reply-trigger {
    text-decoration: none;
    font-size: 20px;
    color: #9C27B0;
    font-weight: 700;
}

.reply-form a.cancel-rep {
    display: inline-block;
    text-decoration: none;
    color: #666;
    margin-bottom: 20px;
    font-size: 24px;
}

.reply-form {
    display: none;
}

.reply-form.in {
    display: block;
}

.comment-inner {
    display: none;
}




















@media only screen and (min-width: 992px) {
    .news-single:hover .n-item-top,
    .news-single:hover .n-item-bottom {
        display: none;
    }

}



@media only screen and (max-width: 1200px) {
    .n-item-top {
        max-width: 433px;
    }
    .n-item-top h2 {
        font-size: 26px;
        padding-bottom: 15px;
    }
    .overlay-content h2 {
        font-size: 26px;
    }
    .overlay-content p {
        font-size: 16px;
    }
    .overlay-content p:first-letter {
        font-size: 24px;
    }
    .n-item-top img {
        width: 70px;
        height: 70px;
        border-width: 3px;
    }
}

@media only screen and (max-width: 992px) {
    .overlay-content {
        display: none!important;
    }
    .n-item-top {
        padding: 0px 20px;
    }
    .n-item-top h2 {
        font-size: 21px;
    }
    .n-item-bottom span {
        font-size: 12px;
    }
    a.load-more {
        font-size: 20px;
        padding: 10px 15px;
    }
    .nav-tabs .nav-item {
        margin: auto 0px;
    }
    .nav-tabs .nav-link {
        font-size: 16px;
        margin-right: 3px;
    }
    a.search-trigger {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .blog-top {
        margin-top: -42px;
    }
    .banner-content > img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    .blog-banner h1 {
        font-size: 46px;
    }
    .blog-banner h1 + p {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .blog-banner.fix3.fix2 .banner-content p a {
        font-size: 16px;
    }
    .blog-banner.fix3.fix2 .banner-content {
        padding-top: 31%;
    }
}

@media only screen and (max-width: 767px) {
    .blog .tab-pane {
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .news-single {
        margin-bottom: 15px;
    }
    .n-item-top img {
        width: 50px;
        height: 50px;
    }
    .n-item-top h2 {
        font-size: 16px;
    }
    .n-item-bottom {
        bottom: 10px;
    }
    .n-item-bottom span {
        font-size: 11px;
        line-height: 1.2;
    }
    .nav-tabs .nav-item {
        width: 100%;
    }
    .blog-top {
        margin-top: 0px;
        flex-direction: column;
    }
    .post-body p {
        font-size: 17px;
    }
    .blog-banner h1 {
        font-size: 25px;
    }
    .post-body h3 {
        font-size: 24px;
    }
    .share-this h4 {
        font-size: 24px;
    }
    .author-inner {
        margin-left: 0px;
        padding: 20px 0px 20px 20px;
    }
    .author-intro img {
        max-width: 100%;
    }
    .comment-form h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .a-top h3 {
        font-size: 30px;
    }
    .a-top h3 span {
        font-size: 16px;
    }
    .author-inner p {
        font-size: 16px;
    }
    .a-top div a {
        font-size: 24px;
    }
    a.comment-trigger {
        font-size: 20px;
    }
    a.comment-trigger span:before {
        font-size: 20px;
    }
    .comment-body p {
        font-size: 16px;
    }
    a.reply-trigger {
        font-size: 16px;
    }
    .reply-form a.cancel-rep {
        font-size: 18px;
    }
}