.sidebar .widget .wp-block-categories-list li:nth-child(n+24) {
    display: none;
}
.footer-sidebar .widget .wp-block-categories-list li:nth-child(n+9) {
    display: none;
}
.navbar.navbar-dark .nav .upgrade-pro-btn .nav-link {
	background-color: #202020;
    color: #fff !important;
}
.navbar.navbar-dark .nav .upgrade-pro-btn .nav-link:hover, 
.navbar.navbar-dark .nav .upgrade-pro-btn.active .nav-link
{
	background-color: #202020 !important;
    color: #fff !important;
}
@media (max-width: 991px) {  
	.navbar.navbar-dark .nav .upgrade-pro-btn .nav-link, 
	.navbar.navbar-dark .nav .upgrade-pro-btn .nav-link:hover, 
	.navbar.navbar-dark .nav .upgrade-pro-btn.active .nav-link {
		background-color: transparent !important;
		color: #d40004 !important;
	}
}

.custom-social-icons .followus:before {
    background: #ffffff;
}
.custom-social-icons .followus:after {
    background: #ffffff;
}
.wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 0.625rem;
    display: block;
}
@media (max-width: 500px) {
	.logo-banner .site-logo img.custom-logo {
        max-width: 50% !important;
    }
}

body.rtl .navbar-dark .navbar-nav.sm-collapsible .sub-arrow {
    right: unset;
    left: 0;
}

@media (max-width: 991px) {
	body.rtl .navbar-dark .navbar .nav .menu-item .dropdown-item {
		text-align: right;
	}
}

@media (max-width: 991px) {
	ul.site-info-menu {
		display: unset !important;
	}
	ul.site-info-menu li {
		display: inline-block !important;
	}
	ul.site-info-menu li a {
		display: unset !important;
	}
}


.big-news-section .post.overlay-news-area .post-thumbnail {
background: rgb(0 0 0);
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(69 74 79) 80%);
min-height: auto !important;
}
.big-news-section .overlay-news-area .post-content,
.featured-news-section .overlay-news-area .post-content {
    position: relative;
}
.featured-news-section .overlay-news-area .entry-header .entry-title a,
.featured-news-section .overlay-news-area .entry-meta a,
.featured-news-section .overlay-news-area .entry-meta > span i {
color: #1F2024;
}