/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2023 | 12:58:18 */
#header {
	background-image:none;
	background-color: #d03000;
}

#main-nav {
    background: rgba(0,0,0,.1);
}

.section-title .square-wrap .square, .section-title .icon .square {
    background: #d03000;
}

button.secondary, .button.secondary {
    background-color: #293745;
    border-color: #293745;
    color: #FFFFFF;
}

#footer {
	background: #293745;
}

#footer .belief strong {
    color: #FFF;
}

button, .button {
	background-color: #293745;
	border-color:#293745;
}

#menu-categories .menu-item:after {
	color: #d03000;
}

a {
    color: #d03000;
}

.section-title .icon i {
    color: #d03000;
}

#footer #inner-footer a {
	color:white;
}

ul.pagination li.current a, ul.pagination li.current button {
    background: #d03000;
    color: #FFFFFF;
    font-weight: bold;
    cursor: default;
}