
/*===============================
Dynamic Styling starts here...
===============================*/

/*------------ Dynamic color options -------------*/

h2.block-title{ color: #c3262f !important; }
header.sticky{ background: #c3262f !important; }
.block-tab ul li a.active{background: #c3262f !important; }
.btn-primary{ background-color: #c3262f !important; border: 1px solid #c3262f !important; }
.btn-secondary{ background-color: #a2a2a1 !important; border: 1px solid #a2a2a1 !important; }
.btn-accent{ background-color: transparent !important; border: 1px solid #fdfefe !important; }

.btn-primary:hover {
color: #c3262f !important;
background-color: transparent !important;
border-color: #c3262f !important;
}

.btn-accent:hover {
    background-color: #c3262f !important;
    border-color: #c3262f !important;
}

.btn-secondary:hover {
    background-color: #3c24c1 !important;
    border-color: #3c24c1 !important;
}

footer.site-footer h5{ color: #c3262f !important; }

.f_widget-3 a:hover{ color: #c3262f !important; }