.widget-area-wrapper .widget .widget-title.style-01 , .title , .main-title , .widget-title , .posts-title , .author-post-title{
    font-family: var(--body-font) !important;
}
.thumb-video{
    position: relative;
}
.thumb-video .play-icon img{
    width: 50px !important;
}
.popular_stories .blog-grid-style-01 .img-box img{
    width: 530px;
    height: 380px;
}
.editors_choice .blog-grid-style-01 .img-box img{
    width: 390px;
    height: 282px;
}
.aligncenter{
    margin: auto;
    text-align: center;
}
.alignright{
    text-align: right;
}
.alignleft{
    text-align: left;
}
.archive-blog .img-boxc img , .bvlq img{
    width: 350px;
    height: 250px;
}
#accordionExample .col-lg-6{
    margin-bottom: 30px;
}
.search-form.style-01 input[type=text]{
    width: 80%;
}
.footer-area.style-01.v-02 .footer-top .search-form .newsletter-footer .btn-wrapper{
    width: 25%;
}
.footer-area.style-01.v-02 .footer-top .search-form .newsletter-footer .btn-wrapper button{
    width: 100%;
    padding: 10px;
}
.error_show {
    color: red;
    font-style: italic;
    font-size: 15px;
}
h3.title , h4.title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-grid-style-01 .img-box img{
    width: 100%;
    height: 282px;
}
.recent-stories-area-wrapper .blog-list-style-01 .img-box img , .archive-news .blog-grid-style-01 .img-box img , .editors-choice-area-wrapper .blog-grid-style-02 .img-box img{
    width: 530px;
    height: 380px;
}
.content-inner p.info{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-blog-post-item-l .thumb img.max-wh-120 , img.max-wh-50 {
    max-height: 50px !important;
    max-width: 50px !important;
}
.blog-details-area-wrapper .blog-details-inner-area .video-blog .img-bg{
    height: auto;
}
.blog-details-area-wrapper .blog-details-inner-area .main-title{
    margin-top: 0;
}