/*Blog Page CSSs*/
.blog-hero-section{
    width: 100%;
}
.blog-hero-section-back{
    height: 871px;
    position: relative;
}
.blog-hero-content-box-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-hero-content-box{
    max-width: 1440px;
    margin: 0 auto;
    background-color: rgba(24, 24, 24, 0.90);
    padding: 25px 20px 25px 20px;
}
.blog-hero-content-box .title{
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 700;
    line-height: 49px;
    display: block;
    padding: 10px 0;
}
.blog-hero-content-box p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    padding-top: 10px;
}
.blog-hero-content-box .read-more-link{
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #cae4ea;
}
.blog-hero-content-box .read-more-link:hover,
.blog-hero-content-box .read-more-link:active,
.blog-hero-content-box .read-more-link:focus{
    color: #cae4ea;
}

.blog-list-section{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}
.blog-categories-list-box{
    width: 100%;
    background-color: rgba(202, 228, 234, 0.19);
    padding: 8px;
}
.blog-categories-list-box a{
    color: #000000;
    font-family: "Source Sans Pro";
    /*font-size: 24px;*/
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    /*font-weight: 600;*/
    letter-spacing: 0.13px;
    line-height: 35px;
    padding: 10px 35px;
    text-decoration: none;
}
.blog-categories-list-box a:hover{
    background-color: #fff;
    text-decoration: none;
}
.blog-categories-list-box a.active{
    background-color: #fff;
    font-weight: 700;
}
.blog-list-section .blog-item-box{
    height: 410px;
    position: relative;
    margin-bottom: 30px;
}
.blog-list-section .blog-item-box .card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #181818; 
}
.blog-list-section .blog-item-box .card-body .title{
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}
.blog-list-section .blog-item-box .card-body .blog-info{
    position: absolute;
    bottom: -150px;
    visibility: hidden;
}
.blog-list-section .blog-item-box .card-body .title:hover,
.blog-list-section .blog-item-box .card-body .title:active,
.blog-list-section .blog-item-box .card-body .title:focus{
    color: #ffffff;
}
.blog-list-section .blog-item-box .card-body p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
}
.blog-list-section .blog-item-box:hover .blog-info{
    position: static;
    visibility: visible;
}
.blog-list-section .blog-item-box:hover .hide-on-hover{
    display: none;
}
.blog-list-section .load-more-articles{
    opacity: 0.5;
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 35px;
}
.blog-list-section .load-more-articles:hover,
.blog-list-section .load-more-articles:active,
.blog-list-section .load-more-articles:focus{
    color: #000000;
}

.blog-details-hero-section{
    width: 100%;
    height: 503px;
}
.blog-details-hero-section .overlay{
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 101.99%);
    padding: 15px;
}
.blog-details-hero-section .blog-details-hero-content-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.blog-details-hero-section .blog-details-hero-content-box h1{
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 700;
    line-height: 49px;
}

.blog-details-section{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}
.blog-details-section .post-metadata-box{
    border-bottom: 1px solid rgba(0,0,0,0.10);
    padding-bottom: 9px;
    max-width: 884px;
    margin: 0 auto;
}
.blog-details-section .post-metadata-box span{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.blog-details-section .post-metadata-box .posted-on{
    border-right: 1px solid rgba(0,0,0,0.10);
}
.blog-details-section p{
    max-width: 768px;
    /*max-width: 862px;*/
    margin: 0 auto;
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.blog-details-section ul li,
.blog-details-section ol li{
    max-width: 768px;
    margin: 0 auto;
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.blog-details-section p span{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
}

.about-author-section{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 35px;
}
.about-author-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
}
.about-author-section h5{
    opacity: 0.5;
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.about-author-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.about-author-section .social-icon{
    opacity: 0.2;
}

.related-article-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.related-article-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 400;
    line-height: 64px;
}
.related-article-section .blog-item-box{
    height: 410px;
    position: relative;
    margin-bottom: 30px;
}
.related-article-section .blog-item-box .card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #181818; 
}
.related-article-section .blog-item-box .card-body .title{
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}
.related-article-section .blog-item-box .card-body .blog-info{
    position: absolute;
    bottom: -150px;
    visibility: hidden;
}
.related-article-section .blog-item-box .card-body .title:hover,
.related-article-section .blog-item-box .card-body .title:active,
.related-article-section .blog-item-box .card-body .title:focus{
    color: #ffffff;
}
.related-article-section .blog-item-box .card-body p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
}
.related-article-section .blog-item-box:hover .blog-info{
    position: static;
    visibility: visible;
}
.related-article-section .blog-item-box:hover .hide-on-hover{
    display: none;
}

.blog-comment-list-section{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-comment-list-section h3{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 400;
    line-height: 64px;
}
.blog-comment-list-section .comment-list-box{
    margin: 0;
    padding: 0;
}
.blog-comment-list-section .comment-list-box li{
    display: block;
    margin-bottom: 15px;
}
.blog-comment-list-section .comment-list-box li .comment-item-box .posted-by{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.13px;
    line-height: 35px;
    margin: 0;
}
.blog-comment-list-section .comment-list-box li .comment-item-box{
    padding: 15px 0;
}
.blog-comment-list-section .comment-list-box li .comment-item-box .posted-on{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 35px;
}
.blog-comment-list-section .comment-list-box li .comment-item-box p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.blog-comment-list-section .comment-list-box li .comment-item-box .reply{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.13px;
    line-height: 35px;
}
.blog-comment-list-section .comment-list-box li.reply{
    padding-left: 100px;
} 
.blog-comment-list-section .comment-list-box li.reply .comment-item-box{
    border-top: 1px solid rgba(0,0,0,0.10);
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
.blog-comment-list-section .comment-list-box li .padding-left{
    padding-left: 100px;
}

.post-comment-section{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 50px;
}
.post-comment-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 400;
    line-height: 64px;
    margin: 0;
}
.post-comment-section .comment-form-wrapper .form-control{
    height: 55px;
    border: 1px solid #c4c4c4;
    background-color: rgba(255, 255, 255, 0);
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}



@media(max-width: 767px){
    .blog-hero-content-box .title {
        font-size: 24px;
        line-height: 32px;
    }
    .blog-hero-section-back{
        height: 523px;
    }
    .blog-categories-list-box a{
        font-size: 16px;
        padding: 10px 15px;
    }
    .category-list-wrapper{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .category-item-box{
        width: 600px;
    }
   
    .blog-details-hero-section .blog-details-hero-content-box{
        padding: 0px 15px 0 15px;
    }
    .blog-details-hero-section .blog-details-hero-content-box h1 {
        font-size: 30px;
        line-height: 39px;
    }
    .blog-details-hero-section {
        height: 327px;
    }
    .blog-details-section .post-metadata-box span {
        font-size: 17px;
    }
    .about-author-section h2{
        font-size: 34px;
    }
    .related-article-section h2 {
        font-size: 28px;
    }
    .related-article-section{
        padding-bottom: 10px;
    }

    .blog-comment-list-section .comment-list-box li.reply {
        padding-left: 30px;
    }
    .blog-comment-list-section .comment-list-box li .padding-left{
        padding-left: 30px;
    }
    .post-comment-section h2 {
        font-size: 28px;
    }
    .blog-comment-list-section {
        padding-bottom: 0px;
    }
    .post-comment-section{
        padding-top: 0;
        padding-bottom: 40px;
    }


}
@media(min-width: 768px) and (max-width: 990px){ 
    .blog-categories-list-box a{
        font-size: 16px;
        padding: 10px 15px;
   }
   .blog-list-section .blog-item-box .card-body .title {
        font-size: 16px;
   }
   .blog-list-section .blog-item-box .card-body p{
        font-size: 15px;
        line-height: 1.3em;
   }
   .blog-hero-content-box .title {
        font-size: 32px;
   }
   .blog-hero-section-back{
        height: 600px;
   }


}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {

}