/*
Theme Name: News 24x7
Template: bizberg
Text Domain: news-24x7
Author: Bizberg Themes
Author URI: https://bizbergthemes.com/
Theme URI: https://bizbergthemes.com/downloads/news-24x7/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description: News 24x7 is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully customizable, so users can manage the content by using easy to use customizer. News 24x7 is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review site and any creative website. 
Tags: custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,left-sidebar,right-sidebar,grid-layout,theme-options,blog,news,portfolio
Version: 0.4
Tested up to: 5.9
Requires PHP: 5.6
*/

.header_widget_section .wp-block-image{
    margin: 0;
}

#sidebar .widget_block:not(.widget_search) {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a{
    letter-spacing: 0;
}

.navbar-default .has-no-menu-description .navbar-nav>li>a {
    padding: 10px 20px 12px;
}

.navbar-default .has-no-menu-description .navbar-nav li ul {
    top: 50px;
}

.blog_listing_grid_two_column .entry-content{
	margin-top: 0.7em;
}

.comment-reply-title {
    text-transform: capitalize !important;
}

#tf-partical-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.tf-ball {
    position: absolute;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .1;
}

.bizberg_grid_mode_two_col .blog_listing_grid_two_column h2.entry-title a,
.single_post_layout_2 .related_posts_wrapper .related_posts h2 a {
    background: linear-gradient(to right, #181d38, #181d38);
    transition: background-size ease-in-out .5s;
    background-size: 0 2px!important;
    background-position: left 87%!important;
    background-repeat: no-repeat!important;
    padding-bottom: 6px;
}

.bizberg_grid_mode_two_col .blog_listing_grid_two_column h2.entry-title a:hover,
.single_post_layout_2 .related_posts_wrapper .related_posts h2 a:hover {
    text-decoration: none!important;
    background-size: 100% 2px!important;
    transition: background-size ease-in-out .5s;
}

.navbar-nav li ul li a{
    font-size: 14px;
}

body.bizberg_woocommerce_shop ul.products li.product .woocommerce-loop-product__title{
    font-size: 25px!important;
    text-transform: capitalize;
}

body.bizberg_woocommerce_shop ul.products li.product a, .bizberg_woocommerce_shop .product-compare-wishlist p, .bizberg_woocommerce_shop .wishlist_compare_wrapper.compare_wishlist_both .bizberg_product_wishlist span.feedback{
    font-size: 100%;
}

body.bizberg_woocommerce_shop section.related.products > h2{
    font-size: 34px;
    text-transform: capitalize;
}

.bizberg_sidebar #sidebar .widget h2, .bizberg_sidebar #sidebar .wp-block-search .wp-block-search__label{
    padding: 8px 15px;
    text-align: left;
}

.bizberg_sidebar #sidebar .widget h2:before,.bizberg_sidebar #sidebar .widget .wp-block-search__label::before{
    display: none;
}

#commentform .form-submit input{
    padding-bottom: 7px;
}

.wp-block-search .wp-block-search__label{
    font-weight: normal;
}

body.news_24x7.home header#masthead {
    border-bottom-width: 0;
    box-shadow: 0px 0px 10px #0000002e;
    position: relative;
}

/* breaking-news*/

.breaking-news {
    background: #f7f7f7;
    padding-bottom: 90px;
    padding-top: 10px;
}

.breaking-news-in{
    padding: 15px 0;
} 

.breaking-news-in .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breaking-news-in h3{
    padding: 6px 12px;
    background: #fff;
    text-align: center;
    position: relative;
    background: #ec3535;
    color: #fff;
}

.breaking-news-in h3::before{
    content: '';
    position: absolute;
    width: 0;
    right:-15px ;
    top: 50%;
    transform:translateY(-50%);
    height: 0;
    border-top: 34px solid transparent;
    border-left: 18px solid #ec3535;
    border-bottom: 34px solid transparent;
}

.breaking-content {
    align-items: center;
    overflow: hidden;
}

.breaking-news-in h4{
    display: inline-block;
    font-size: 16px !important;
}

.breaking-news-in .js-marquee .breaking-news-list{
    display: inline-flex;
}

.breaking-news-in h4 small{font-size: 80%!important; display: block; font-weight: 400;}

/* news-main */

section.news-main {
    margin-top: -80px;
    padding-bottom: 20px;
}

.news-main-in {
    background: #fff; 
    padding: 20px;
}

section.news-main h4{
    font-size: 16px!important;
}

section.news-main p{
    font-size: 15px!important;
}

p.news-stories-date, .news-main-m-content p, 
p.news-popular-content-title{ font-weight: 600!important; text-transform: uppercase;}

/* news-stories */

.news-stories-in .slick-prev, .news-stories-in .slick-next{
    top: inherit;
    bottom: -40px;
}

.news-stories-in .slick-prev{left: 0;}

.news-stories-in .slick-next{left: 40px; right: inherit;}

.news-stories-in{display: none;}

.news-stories-in.slick-initialized{display: block;}

.news-stories-content{
    padding-bottom: 10px;
    border-bottom: 1px dashed #f1f1f1;
    margin-bottom: 10px;
}

.news-stories-title h3{margin-bottom: 20px; padding-left: 15px; position: relative; font-size: 30px !important;}

.news-stories-title h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #ec3535;
}

/* news-popular */


.news-popular-in {
    padding: 20px;
    box-shadow: 0 0 15px #cccccc72;
}

.news-popular-content{
    padding-bottom: 10px;
    border-bottom: 1px dashed #f1f1f1;
    margin-bottom: 10px;
}

.news-popular-in .news-popular-content:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-popular h3{margin-bottom: 20px; padding-left: 15px; position: relative; font-size: 30px !important;}

.news-popular h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #ec3535;
}

/* news-main-m */
.news-main-m{
    overflow: hidden;
    height: 100%;
}

.news-main-m .row{display: flex;height: 100%;}

.news-main-m-image{
   position: relative;
    height: 100%;
    overflow: hidden;
    transition: all ease-in-out .5s; 
}

.news-main-m-image>.m-image-in {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    display: inline-block;
    transition: all ease-in-out .5s;
    background-repeat: no-repeat;
}

.news-main-m-image .overlay,
.news_24_section_1_wrapper .item .overlay,
.news_24_section_2_wrapper .tab_content .column.left .post_list .overlay,
.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .overlay {
    background: linear-gradient(360deg, black, transparent);
    opacity: 0.9;
    z-index: 1;
}

.news-main-m-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    z-index: 2;
}

.news-main-m-info a, .news-main-m-info p, .news-main-m-excerpt{color: #fff !important;}

.news-main-m-info p a,
.news_24_section_1_wrapper .meta-info .post-category,
.news_24_section_2_wrapper .tab_content .column.left .post_list .meta-info a.post-category {
    text-transform: uppercase;
    font-weight: 600;
    background: blueviolet;
    padding: 4px 9px;
    border-radius: 3px;
    font-size: 80%;
    letter-spacing: 0.5px;
    color: #fff !important;
}

.news-main-m-content{margin-bottom: 20px;}

.news-main-m-content p{margin-top: 10px;}

.news-main div[class^="col-"] {
    padding: 0 10px;
}

.news-main-in > .row > .col-md-3{
    width: 20%;
} 

.news-main-in > .row > .col-md-6{
    width: 60%;
} 

.breaking-news-in .row h3.title{
    padding-bottom: 7px;
}

.breaking-news-in .row .col-md-3 {
    overflow: hidden;
}

.breaking-news-list {
    padding: 0 30px;
    display: none;
}

.breaking-news-list small {
    font-size: 80%;
}

.breaking-news-list img {
    width: 50px;
    margin-right: 10px;
    border-radius: 50%;
}

.breaking-news-list .content {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.breaking-content .js-marquee {
    display: flex;
}

.breaking-content small i {
    margin-right: 5px;
}

.news-stories-date a {
    font-size: 12px;
    margin-right: 5px;
}

body section.news-main small {
    font-size: 80%;
    text-transform: capitalize;
    font-weight: normal;
}

.news-stories .slick-next::before{
    font-family: swiper-icons;
    content: 'next';
    font-size: 20px;
}

.news-stories .slick-prev::before{
    font-family: swiper-icons;
    content: 'prev';
    font-size: 20px;
}

.news-popular-content-title a {
    font-size: 12px;
}

.news-main-m-excerpt {
    line-height: 27px;
    padding-top: 10px;
}

.news-main-m-info h3.entry-title {
    padding-top: 10px;
}

.news-main-m-content p a {
    font-size: 12px;
}

.news-main-m-image a.full_page_anchor {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.news-main-m-info p a:hover {
    background: #000;
}

.news-main-in > .row {
    display: flex;
}

.news-main-m-content a {
    display: block;
    overflow: hidden;
    position: relative;
}

.news-main-m-content:hover a img,
.news_24_section_1_wrapper .grid_small .list:hover a img,
.news_24_section_2_wrapper .tab_content .column.left:hover .image,
.news_24_section_2_wrapper .tab_content .column.right .list:hover .image img,
.news_24x7_post_grid_2 .section_wrapper .column.left .post_list:hover .image,
.news_24x7_post_grid_2 .section_wrapper .column.right .list:hover .image_wrapper .image {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.news-main-m-content a img,
.news_24_section_1_wrapper .grid_small .list a img,
.news_24_section_2_wrapper .tab_content .column.left .image,
.news_24_section_2_wrapper .tab_content .column.right .list .image img,
.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .image,
.news_24x7_post_grid_2 .section_wrapper .column.right .list .image_wrapper .image {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.news_24_section_1_wrapper .grid{
    background: #f7f7f7;
    padding-bottom: 25px;
    margin: 0;
    display: grid;
    position: relative;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 1fr;
    grid-row-gap: 5px;
    grid-column-gap: 25px;
}

.news_24_section_1_wrapper .item .image {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

body .breaking-news-list h4 a,
body section.news-main h4 a{
    color: #000;
}

.news_24_section_1_wrapper .item .image .meta-info {
    bottom: 0;
    position: absolute;
    padding: 20px;
    z-index: 2;
}

.news_24_section_1_wrapper .item .image .meta-info h4.title a{
    color: #fff;
}

.news_24_section_1_wrapper .item .image .meta-info h4{
    font-size: 22px;
    line-height: 1.2;
}

.news_24_section_1_wrapper .meta-info .post-category{
    margin-bottom: 15px;
    display: inline-block;
    padding: 2px 11px 1px;
    font-size: 65%;
    background: #ee0087;
    position: relative;
}

.news_24_section_1_wrapper .grid .item {}

.news_24_section_1_wrapper h4.main_title {
    position: absolute;
    left: 23px;
    background: #ee0087;
    color: #fff;
    padding: 5px 20px 7px;
    z-index: 2;
    font-style: italic;
    top: -35px;
}

.news_24_section_1_wrapper .item .full_image_link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.news_24_section_1_wrapper .meta-info .post-category:hover {
    background: #000;
}

.news_24_section_1_wrapper .grid_small {
    padding-top: 25px;
    background: #f7f7f7;
    display: grid;
    position: relative;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 1fr;
    grid-row-gap: 25px;
    border-top: 1px solid #ddd;
}

.news_24_section_1_wrapper .grid_small hr{
    margin: 0;
}

.news_24_section_1_wrapper .grid_small .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.news_24_section_1_wrapper .grid_small .list .image_container{
    width: 30%;
    position: relative;
    overflow: hidden;
}

.news_24_section_1_wrapper .grid_small .list .meta-info{
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}

.news_24_section_1_wrapper .grid_small .list .meta-info.no_image,
.news_24_section_1_wrapper .grid_small .list .meta-info.hide_image {
    padding-left: 0;
    width: 100%;
}

body .news_24_section_1_wrapper .grid_small .list h4{
    font-size: 16px;
}

body .news_24_section_1_wrapper .grid_small .list h4 a{
    color: #000;
}

body .news_24_section_1_wrapper .grid_small .list .editor-date a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

body .news_24_section_1_wrapper .grid_small .list .editor-date{
    line-height: 1.5;
}

.news_24_section_1_grid_wrapper {
    background: #f7f7f7;
    padding: 24px;
}

.news_24_section_2_wrapper .section-title,
.section-title.news24x7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.news_24_section_2_wrapper .section-title .related-title,
.section-title.news24x7 .related-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-right: 15px;
    flex-grow: 1!important;
    transition: all ease 0.31s;
}

.news_24_section_2_wrapper .section-title .related-title .titledot,
.section-title.news24x7 .related-title .titledot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ee0087;
    margin-right: 7px;
    margin-left: 15px;
    display: inline-block;
    transition: all ease 0.31s;
}

.news_24_section_2_wrapper .section-title .related-title .titleline,
.section-title.news24x7 .related-title .titleline {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    flex-grow: 1;
    height: 4px;
    transition: all ease 0.31s;
}

.news_24_section_2_wrapper h4.related-title .title,
.section-title.news24x7 .related-title .title {
    background: #ee0087;
    color: #fff;
    padding: 5px 20px 7px;
    font-style: italic;
}

.news_24_section_2_wrapper {
    padding: 40px 0;
}

.news_24_section_2_wrapper .rt-post-tab .post-cat-tab {
    display: inline-flex;
    margin-bottom: 20px;
}

.news_24_section_2_wrapper .rt-post-tab .post-cat-tab a {
    background-color: transparent;
    padding: 10px 20px;
    color: #929292;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-color: #e5e5e5;
    border-width: 1px 0;
    border-style: solid;
    transition: all ease 0.31s;
    text-transform: capitalize;
}

.news_24_section_2_wrapper .rt-post-tab .post-cat-tab a.current, 
.news_24_section_2_wrapper .rt-post-tab .post-cat-tab a:hover {
    background-color: #ee0087;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #ffffff!important;
}

.news_24_section_2_wrapper .rt-post-tab .post-cat-tab a:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left-width: 1px;
}

.news_24_section_2_wrapper .rt-post-tab .post-cat-tab a:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right-width: 1px;
}

.news_24_section_2_wrapper .tab_content{
    display: flex;
}

.news_24_section_2_wrapper .tab_content .column.left {
    display: flex;
}

.news_24_section_2_wrapper .tab_content .column.right {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 25px;
}

.news_24_section_2_wrapper .tab_content .column.left .image{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}

.news_24_section_2_wrapper .tab_content .column.left .post_list {
    position: relative;
    height: 100%;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.news_24_section_2_wrapper .tab_content .column.left .post_list .meta-info {
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
    z-index: 3;
}

.news_24_section_2_wrapper .tab_content .column.left .post_list .meta-info h4{
    font-size: 26px;
    line-height: 1.3;
}

.news_24_section_2_wrapper .tab_content .column.left .post_list .meta-info h4 a{
    color: #fff;
}

.news_24_section_2_wrapper .tab_content .column.left .post_list .meta-info a.post-category{
    margin-bottom: 15px;
    display: inline-block;
    padding: 2px 11px 1px;
    font-size: 65%;
    background: #ee0087;
    position: relative;
}

.news_24_section_2_wrapper .tab_content {
    display: grid;
    grid-template-columns: 33.33% 66.66%;
    grid-column-gap: 25px;
}

.news_24_section_2_wrapper .tab_content .column.right .list{
    display: inline-flex;
    gap: 20px;
    align-content: center;
    align-items: center;
}

.news_24_section_2_wrapper .tab_content .column.right .list .image{
    width: 35%;
    overflow: hidden;
}

.news_24_section_2_wrapper .tab_content .column.right .list .meta{
    width: 65%;
    padding-right: 25px;
}

.news_24_section_2_wrapper .tab_content .column.right .list .meta h4{
    font-size: 16px;
}

.news_24_section_2_wrapper .tab_content .column.right .list .meta h4 a{
    color: #000;
}

.news_24_section_2_wrapper .tab_content .column.right .list .meta .post_cat{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.news_24_section_2_wrapper .tab_content .column.right .list .meta .date small{
    font-size: 80%;
    text-transform: capitalize;
    font-weight: normal;
}

.news_24_section_2_wrapper .tab_content .column.right .list .meta .date{
    font-size: 15px;
    padding-top: 3px;
}

.news_24_section_1_wrapper {
    padding: 40px 0;
}

.news_24_section_2_wrapper .tab_content .post_list a.link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.news_24_section_2_wrapper .tab_content .column.right .list .meta.no_image,
.news_24_section_2_wrapper .tab_content .column.right .list .meta.disable_image {
    width: 100%;
}

.news_24_section_2_wrapper .tab_content .column.left .post_list .meta-info a.post-category:hover,
.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .meta-info a.post-category:hover {
    background: #000;
}

.news_24x7_image_repeater .image_wrapper{
    display: flex;
    justify-content: center;
}

.news_24x7_post_grid_2{
    background: #0A0A0A;
    padding: 40px 0;
    margin: 40px 0;
}

.news_24x7_post_grid_2 .section_wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    grid-column-gap: 25px;
}

.news_24x7_post_grid_2 .section_wrapper .column.left {
    display: flex;
}

.news_24x7_post_grid_2 .section_wrapper .column.right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 35px;
}

.news_24x7_post_grid_2 .section_wrapper .column.right .list{
    display: flex;
    flex-direction: column;
}

.news_24x7_post_grid_2 .section_wrapper .column.right .list .image_wrapper{
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.news_24x7_post_grid_2 .section_wrapper .column.right .list .time_ago {
    color: #000;
    font-size: 15px;
    padding-top: 5px;
}

.news_24x7_post_grid_2 .section_wrapper .column.right .list .time_ago small{
    font-size: 80%;
    text-transform: capitalize;
    font-weight: normal;
}

.news_24x7_post_grid_2 .section_wrapper .column.right .list .time_ago small.time:before{
    content: '';
    background: #000;
    height: 1px;
    width: 10px;
    display: inline-flex;
    vertical-align: middle;
    margin: -1px 10px 0 7px;
}

.news_24x7_post_grid_2 .section_wrapper .column.right .list .time_ago small a{
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
}

.news_24x7_post_grid_2 .section_wrapper .column.right .list .image_wrapper .image{
    min-height: 175px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news_24x7_post_grid_2 .section_wrapper .column.left .post_list{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    min-height: 300px;
}

.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .image{
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .meta-info{
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 20px 25px;
}

.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .meta-info h4{
    font-size: 26px;
    line-height: 1.3;
}

.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .meta-info h4 a{
    color: #fff;
}

.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .meta-info a.post-category {
    margin-bottom: 15px;
    display: inline-block;
    padding: 2px 11px 0px;
    background: #ee0087;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 65%;
    letter-spacing: 0.5px;
    color: #fff !important;
}

.news_24x7_post_grid_2 .section_wrapper .column.left .post_list a.link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.news_24x7_post_grid_2 .section_wrapper .column.right .list h4{
    font-size: 18px;
}

.news_24x7_post_grid_2 .section_wrapper .column.right .list h4 a{
    color: #000;
}

.section-title.news24x7 .related-title{
    margin-right: 0;
}

.primary_header_2_wrapper{
    padding-left: 0;
    padding-right: 0;
}

body #blog .blog-post.blog-large .entry-date a{
    font-size: 16px;
    letter-spacing: 0;
}

body #blog .blog-post.blog-large .entry-title a,
body #blog .blog-post.blog-large .entry-date a,
body #blog .blog-post .entry-meta > span > a,
body #blog .blog-post .entry-meta > span.bizberg_read_time,
.single_post_layout_2.detail-content.single_page .next_previous_post .previous_post a,
.single_post_layout_2.detail-content.single_page .next_previous_post .next_post a,
body ul.comment-item li .comment-header > a,
.single_post_layout_2.detail-content.single_page .author-detail a,
body .comment-item .comment-time a,
body .single_post_layout_2 .related_posts_wrapper .related_posts h2 a {
    color: #000;
}

body .single_post_layout_2 .related_posts_wrapper .related_posts h2 a:hover,
body .single_post_layout_2 .related_posts_wrapper .related_posts h2 a {
        background: linear-gradient(to right, #000, #000);
}

body #blog .blog-post.blog-large .entry-date a:after {
    border-color: #000;
}

body .single_post_layout_2 .related_posts_wrapper .related_posts h2 a {
    font-size: 70%;
}

body .single_post_layout_2 .related_posts_wrapper .related_posts h2{
    line-height: 1;
}

.bizberg_sidebar #sidebar .widget h2::after, 
.bizberg_sidebar #sidebar .wp-block-search .wp-block-search__label::after {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #294a70;
    bottom: -20px;
    content: "";
    display: block;
    height: 21px;
    left: 5%;
    margin: 0 auto;
    position: absolute;
    width: 13px;
    z-index: 2;
}

.news-main-m .news-main-m-image .news-main-m-info .entry-title a,
.news_24_section_1_wrapper .item .image .meta-info h4.title a,
.news_24_section_2_wrapper .tab_content .column.left .post_list .meta-info h4 a,
.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .meta-info h4 a {
    background: linear-gradient(to right, #fff, #fff);
    transition: background-size ease-in-out .5s;
    background-size: 0 2px!important;
    background-position: left 87%!important;
    background-repeat: no-repeat!important;
    padding-bottom: 5px;
}

.news-main-m .news-main-m-image .news-main-m-info .entry-title a:hover,
.news_24_section_1_wrapper .item .image .meta-info h4.title a:hover,
.news_24_section_2_wrapper .tab_content .column.left .post_list .meta-info h4 a:hover,
.news_24x7_post_grid_2 .section_wrapper .column.left .post_list .meta-info h4 a:hover {
    background: linear-gradient(to right, #fff, #fff);
    text-decoration: none!important;
    background-size: 100% 2px!important;
    transition: background-size ease-in-out .5s;
}

.single_layout_2.single #blog.blog-detail-page {
    padding-top: 0;
}

.header-search a.search-icon{
    display: flex;
    align-items: baseline;
    margin-top: 3px;
}

.header-search a.search-icon i{
    font-size: 13px;
}

@media (min-width: 1025px) {

    .primary_header_2_wrapper .bizberg-flex-container {
        padding: 0;
    }

    .primary_header_2_wrapper .bizberg-flex-container.row {
        gap: 25px;
    }

    .primary_header_2_wrapper .bizberg-flex-container.row:before,
    .primary_header_2_wrapper .bizberg-flex-container.row:after {
        display: none;
    }

    .primary_header_2_wrapper .bizberg-flex-container.row .col-sm-5,
    .primary_header_2_wrapper .bizberg-flex-container.row .col-sm-7{
        padding-left: 0;
        padding-right: 0;
    }

}

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

    .news-main-m-excerpt{
        display: none;
    }

    .news-main-m-content {
        margin-bottom: 0;
    }
    
    .breaking-news-in .row {
        display: grid;
        grid-template-columns: minmax(auto, 40%) minmax(auto, 60%);
        grid-column-gap: 10px;
    }

    .breaking-news-in .row:before,
    .breaking-news-in .row:after{
        content: none;
    }

    .breaking-news-in h3::before{
        display: none;
    }

    .breaking-news-in .row .col-md-3{
        padding-right: 0;
        width: auto;
    }

    .breaking-news-in .row .col-md-9{
        padding-left: 0;
        width: auto;
    }

    .news-main-in > .row{
        gap: 10px;
    }

    .news-main-in > .row > div[class^="col-"] {
        padding: 0;
    }

    .news-main-m > .row {
        flex-direction: column;
        margin-right: 0;
        margin-left: 0;
    }

    .news-main-m > .row > .col-md-9,
    .news-main-m > .row > .col-md-3 {
        width: 100%;
    }

    .news-main-m-image{
        height: 500px;
        margin-bottom: 20px;
    }

    .news-main-m .row .col-md-3{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }

    .news_24_section_1_wrapper .grid{
        grid-template-columns: repeat(2,1fr) !important;
        grid-row-gap: 25px;
    }

    .news_24_section_1_wrapper .grid_small{
        grid-template-columns: repeat(2,1fr) !important;
    }

    .news_24_section_2_wrapper .rt-post-tab .post-cat-tab a{
        padding: 10px 15px;
    }

    .news_24_section_2_wrapper .tab_content{
        grid-template-columns: 1fr !important;
        grid-row-gap: 25px;
    }

    .news_24_section_2_wrapper .tab_content .column.left .image{
        min-height: 400px;
    }

    .news_24x7_post_grid_2 .section_wrapper{
        grid-template-columns: 1fr !important;
        grid-row-gap: 25px;
    }

    .news_24x7_post_grid_2 .section_wrapper .column.left .post_list{
        min-height: 400px;
    }

}

@media (min-width: 200px) and (max-width: 767px) {

    .news-main-m-excerpt{
        display: none;
    }

    .breaking-news-in .row{
        display: grid;
        grid-template-columns: minmax(auto,100%);
        grid-row-gap: 15px;
    }

    .breaking-news-in > .row:before,
    .breaking-news-in > .row:after{
        display: none;
    }

    .breaking-news-in h3::before{
        visibility: hidden;
    }

    .news-main-in > .row {
        display: grid;
        grid-template-columns: minmax(auto,100%);
        grid-row-gap: 25px;
    }

    .news-main-in > .row > .col-md-3,
    .news-main-in > .row > .col-md-6 {
        width: 100%;
    }

    .news-main-m .row{
        display: grid;
        grid-row-gap: 20px;
        margin-right: 0;
        margin-left: 0;
    }

    .news-main-m .row:before,
    .news-main-m .row:after{
        display: none;
    }

    .news-main-in > .row:before,
    .news-main-in > .row:after{
        display: none;
    }

    .news-main-m-image>.m-image-in{
        min-height: 450px;
    }

    .news-main-m .row .col-md-3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }

    .news-main-m > .row > .col-md-9,
    .news-main-m > .row > .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .news-main-in{
        padding: 5px;
    }

    .news-main-in .news-stories{
        padding: 15px 15px 0px 15px
    }

    .news_24_section_1_wrapper .grid{
        grid-template-columns: repeat(1,1fr) !important;
        grid-row-gap: 25px;
    }

    .news_24_section_1_wrapper .grid_small{
        grid-template-columns: repeat(1,1fr) !important;
    }

    .news_24_section_2_wrapper .rt-post-tab .post-cat-tab{
        margin-bottom: 1px;
    }

    .news_24_section_2_wrapper .tab_content{
        grid-template-columns: 1fr !important;
        grid-row-gap: 25px;
    }

    .news_24_section_2_wrapper .tab_content .column.left .image{
        min-height: 400px;
    }

    .news_24_section_2_wrapper .tab_content .column.right{
        grid-template-columns: 1fr !important;
    }

    .news_24x7_post_grid_2 .section_wrapper{
        grid-template-columns: 1fr !important;
        grid-row-gap: 25px;
    }

    .news-main-m-info{
        padding: 20px 25px;
    }

    section.news-main{
        padding-bottom: 10px;
    }

    .news_24x7_image_repeater .image_wrapper{
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .news_24_section_1_wrapper,
    .news_24_section_2_wrapper {
        padding: 20px 0;
    }

    .news_24x7_post_grid_2 {
        margin: 20px 0;
    }

    .news_24_section_2_wrapper .rt-post-tab .post-cat-tab{
        flex-wrap: wrap;
        gap: 10px;
    }

    .news_24_section_2_wrapper .rt-post-tab .post-cat-tab a{
        padding: 5px 15px;
        border-width: 1px;
        border-radius: 0 !important;
    }

    .news_24_section_2_wrapper .section-title .related-title {
        margin-right: 0;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    .news_24_section_1_wrapper .grid_small .list .image_container{
        width: 20%;
    }

    .news_24_section_1_wrapper .grid_small .list .meta-info{
        width: 80%;
    }

    .news_24_section_2_wrapper .tab_content .column.right .list .image{
        width: 20%;
    }

    .news_24_section_2_wrapper .tab_content .column.right .list .meta{
        width: 76%;
    }
  
}

@media (min-width: 200px) and (max-width: 480px) {
    
    .news_24_section_1_grid_wrapper{
        padding: 10px;
    }
    .news_24_section_1_wrapper .grid {
        grid-row-gap: 10px;
    }
    .news_24_section_1_wrapper h4.main_title{
        top: -25px;
    }
    .news-main-m-info h3.entry-title a{
        font-size: 80% !important;
    }
    .news-main-m-info h3.entry-title {
        line-height: 1 !important;
    }
    .news_24x7_post_grid_2 .section_wrapper .column.left .post_list .meta-info h4 a {
        font-size: 80%;
    }
    .news_24x7_post_grid_2 .section_wrapper .column.left .post_list .meta-info h4 {
        line-height: 1 !important;
    }

}

@media (min-width: 200px) and (max-width: 1024px){
    body .navbar .slicknav_nav {
        max-height: max-content;
    }
}