/*-- custom boa nova theme constants - colors --*/
.color--bg-1 {
	background-color: #fdba14;
}
.color--bg-2 {
	background-color: #feeab8;
}
.color-1 {
	color: #fdba14;
}

/*-- change colors --*/

.menu-horizontal > li > a:hover, 
.menu-horizontal > li > span:hover, 
.menu-horizontal > li > .modal-instance > .modal-trigger:hover, 
.menu-horizontal li.active > a, 
.menu-horizontal li.active > span, 
.menu-horizontal li.active {
	color: #fdba14;
}

section.module__covers--slider-1-custom .flickity-page-dots .dot.is-selected {
	background-color: #fdba14 !important;
}

.news--home a.h4:hover {
	color: #fdba14;
}

.news--home a.view-more {
	color: #fdba14;
}

.news--home .btn--load-more {
	color: #fdba14;
}

.sp-1-custom .sp-1__right {
	background-color: #fdba14;
}

.sp-1-custom .sp-1__left .text-holder, 
.sp-1-custom .sp-1__right .text-holder {
	color: #fdba14;
}

.sp-1-custom .sp-1__left .view-all a {
	color: #fdba14;
}

.section--title {
	border-bottom: 25px solid #fdba14;
}

.section--title h1, 
.section--title h2, 
.section--title h3, 
.section--title h4, 
.section--title h5 {
	color: #fdba14;
}

.section--title a.label {
	color: #fdba14;
}

.section--title a.label:hover,
.section--title a.label:focus,
.section--title a.label:active {
	color: #fdba14;
}

.news--home .container {
    background-color: #feeab8;
}