/*
 Theme Name:     CRDR Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    CRDC Child Theme
 Author:         Claymont Renaissance Development Corporation
 Author URI:     https://www.claymontrenaissance.org
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.mfp-title {
    display: none!important;
}
/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    border: 2px solid #342753!important;
    padding: 12px!important;
    border-radius: 25px;
    text-align: center;
    background-color: #a79a64;
    color: ffffff;
}
 
.menu-cta a:hover {
    background-color: #8dc63f;
    color: white!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: #a79a64 !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #a79a64;
    }
}