/*
Theme Name: Professional Landscape Lighting
Description: A child theme of Divi
Author: Creating Matter
Author URI: http://www.creatingmatter.com/
Version: 1.0.7
Template: Divi
*/


body {
-webkit-font-smoothing:antialiased;
font-smoothing:always;
text-rendering:optimizeLegibility;
-webkit-text-size-adjust:none;
-ms-text-size-adjust:100%;
}



/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    padding: 12px!important;
    text-align: center;
    background-color: #e67f22!important;
    font-weight: 700!important;
    color: #fff!important;
    letter-spacing: 1;
}
 
.menu-cta a:hover {
    background-color: #ff6633!important; opacity: 1!important; 
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #fff !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #e67f22;
    }
}

ul li, ol li { margin-bottom: 20px; margin-left: 20px; }