/*
  Theme Name: Jordan Creative
  Version: 1.0.0
  Template: Divi
  Author: Jordan Creative
  Author URI: https://jrdncrtv.com/
  Description: Divi child theme by Jordan Creative
  Text Domain: jordan-creative
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


#footer-info a {
	font-weight: 400;
}
#top-menu .sub-menu li a {
    text-transform: none!important;
}
@media (min-width: 980px) {
	.menu_cta {
		padding: 0!important;
		border-radius: 24px;
		border: solid 2px #7cac3c; 
		transition: 0.3s;
		background-color: #7cac3c; 
	}
	.menu_cta a {
		color: #fff!important;
		text-transform: uppercase;
padding: 12px 24px 12px 24px!important;
	}
	#top-menu-nav .menu_cta a, 
	#top-menu-nav .menu_cta a:hover 	{
		opacity: 1;
		color: #fff!important;
	}
	.et-fixed-header .menu_cta a {
		color: #fff!important;
	}
	.menu_cta:hover {
		border: solid 2px #4f3c28; 
		background: #4f3c28; 
	}
}
.dm-search {display: none;}