/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantfinddesign.co
 Description:    Divi Child Theme
 Author:         Elegant Find Design
 Author URI:     https://www.elegantfinddesign.co
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here */


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

/*-----------------Equal columns---------------- */
  

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}


