/* Custom CSS
------------------------------------------------------------ */
:root {
	--wpforms-button-background-color: #ab0000 !important;
	--wpforms-button-text-color: #edeced !important;
}


/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {
.site-header .genesis-nav-menu {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.nav-secondary {
	border-width: 0 0 1px;
}
}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {

}

@media only screen and (min-width: 480px) and (max-width: 839px) {

}

@media only screen and (max-width: 479px) {
.site-title {
	font-size: 30px; font-size: 3rem;
}
.menu-primary a,
.menu-secondary a {
	border-width: 0 0 1px !important;
}
}