
.bg-primary{
	color: white;
	background-color: #c60000 !important;
}

.btn-check:focus+.btn, .btn:focus{
	box-shadow: 0 0 0 0.25rem #c6000040 !important;
}

.btn:hover{
	color: white;
}


.scroll-to-top, .preloader-holder, .custom--table thead, .header__bottom, .header-search-form__input, .header-search-form.header-search-form-mobile, .forum-block__header, .user-widget, .sidebar-widget__header, .footer-section, .conatact-section::after{
	background-color: #2A3042;
}

.custom--accordion-two .accordion-button:not(.collapsed), .header .site-logo.site-title, .sub-forum-list li a, .d-widget__icon, .user-info-list li i, .user-menu li:hover a, .category-list li:hover a, .category-list li.active a, .social-link li a:hover i, .contact-item i, .contact-item a:hover, a:hover, .profile-info-list li i, .profile-menu li.active a{
	color: #c60000;
}

body::-webkit-scrollbar-thumb, .post-filter-list li a::after, .single-post .forum-badge, .post-details__badge, .d-widget:hover .d-widget__icon, .d-widget__btn, .user-menu li.active a, .user-menu li.active:hover a{
	background-color: #c60000;
}
.header .main-menu li a:hover, .header .main-menu li a:focus{
	color: white;
}

.btn--base{
	background-color: #c60000;
}

.btn--base:hover{
	background-color: #c60000;
}

.account-section {
    background-color: #2A3042fa;
}


.btn--gradient, .bg--gradient {
	background-color: #c60000;
	background-image: linear-gradient(134deg, #c60000, #c60000, #c60000, #c60000);
}
.text--base {
	color:  #c60000 !important;
}