/*
Theme Name: Divi Child
Description: Divi Child
Author: WPViking Agency
Author URI: https://wpviking.agency/
Template: Divi
Version: 1.0.0
Text Domain:  Divi
*/

/* Menu CTA START */
@media (min-width: 980px) {
.menu-cta a {
	text-align: center;
	border-radius: 100px;
	padding: 14px 30px !important;
	background: #d9534f;
	color: #fff !important;
	border: 2px solid #d9534f;
}
}

@media (max-width: 979px) {
.menu-cta a {
	margin-top: 5px !important;
	text-align: center;
	border-radius: 100px;
	padding: 14px 30px !important;
	background: #d9534f;
	color: #fff !important;
	border: 2px solid #d9534f;
}
}
.menu-cta a:hover {
	background: #000;
	color: #fff !important;
	opacity: 1 !important;
	border: 2px solid #000;
}


.et-fixed-header #top-menu .menu-cta a{
	color: #fff !important;
}
.et-fixed-header #top-menu .menu-cta a:hover{
	color: #d9534f !important;
}


#main-header #top-menu .menu-cta a {
	color: #fff !important;
}
#main-header #top-menu .menu-cta a:hover {
	color: #fff !important;
}
/* Menu CTA END */