/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.17.2.1543897054
Updated: 2018-12-04 04:17:34

*/

@media (min-width:980px){
	ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff6c3b;
    content: '';
    position: absolute;
    top: -10px;
    left: 15%;
}
}

.button_radius .et_pb_button {
	border-radius: 0 1em 0 1em!important;
}

#top-menu li a{
	font-family: 'Open Sans', sans-serif;
}


/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    border: 2px solid #ff7445!important;
    padding: 12px 20px!important;
    border-radius: 25px;
    text-align: center;
	color:#ff7445!important;
	background-color: transparent;
}
 
.menu-cta a:hover {
    background-color:#ff7445;
    color: #fff!important;
}
 

 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #fff !important;
}
 #main-header.et-fixed-header .menu-cta a:hover {
	 background-color: transparent;
    color: #ff7445!important;
}
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
	.et_mobile_menu li a{
		text-transform:uppercase
	}
.menu-cta a {
    background-color: #ff7445;
    }
	#logo{
		    max-width: 75%!important;
		max-height: 90%!important;
	}
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
}