/*
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.15.1538659766
Updated: 2018-10-04 13:29:26

*/

/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    border: 2px solid #2B9ADE!important;
    padding: 12px!important;
    border-radius: 5px;
    text-align: center;
	background-color: #2B9ADE;
	color: white !important;
}
 
.menu-cta a:hover {
    background-color: #1C6794;
    color: white!important;
	border: 2px solid #1C6794 !important;
}
 
.et_header_style_left #et-top-navigation {
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #fff !important;
}

#top-menu .menu-cta {
    position: absolute;
    right: 30px;
    top: 18px;
}


/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #2B9ADE;
    }
	#top-menu .menu-cta {
    position: relative;
    right: auto;
    top: auto;
}
}

/*---------------Footer Settings---------------*/
.et_pb_widget.widget_nav_menu li a:before {
    display: none;
}
.et_pb_widget.widget_nav_menu {
    width: 100%;
    text-align: right;
}
#footer-widgets {
    padding: 4% 0 0;
}
#footer-bottom {
    padding: 10px 0 15px;
}
.et_pb_gutters3 .footer-widget {
    
    margin-bottom: 1%;
}