.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: 100%;
    height: 380px;
    object-fit: cover;
}
.editors_choice .blog-grid-style-01 .img-box img{
    width: 100%;
    height: 282px;
    object-fit: cover;
}
.aligncenter{
    margin: auto;
    text-align: center;
}
.alignright{
    text-align: right;
}
.alignleft{
    text-align: left;
}
.archive-blog .img-boxc img , .bvlq img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
#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;
}