/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         MARCOmedien
 Author URI:     https://www.marco-medien.de
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* ##### CALL TO ACTION MENU BUTTON ##### */

@media only screen and ( min-width: 981px ) {
.cta_menu a {
    background: linear-gradient(172deg, #76a5c2 0%, #4d8cb2 100%);
    padding: 15px 25px !important;
    border-radius: 1px;
    text-transform: none;
	letter-spacing: 1px;
    color: #fff !important;
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.1);
}
	
.et-fixed-header #top-menu .cta_menu a	{
     color: #ffffff !important;
}}
