/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  David Tierney
Author URI:  http://designsbytierney.com
Template: Divi
Version:  1.0.2
*/

 
/* =Theme customizations
------------------------------------------------------- */

.et-pb-contact-message { color: #ffffff!important; }

.et_pb_contact { color: #ffffff!important; text-shadow: 1px 1px 1px rgba(25,25,25,1); font-size: 18px; font-weight: 700;}


/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    border: 1px solid #999999!important;
    padding: 12px!important;
    text-align: center;
    background-color: #999999;	
    color: #ffffff!important;	
}
 
.menu-cta a:hover {
    border: 2px solid #999999!important;
	background-color: #999999;
    color: #ffffff!important;
}
 
.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 6px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #ffffff !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #999999;
    }
}

/* END CTA Button added to main menu */ 
