/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
span.cc {
    font-size: 50px;
    color: #edbe35;
}
button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    bottom: 0 !important;
}

#top-menu .sub-menu li.current-menu-item>a,
.et-fixed-header #top-menu .sub-menu li.current-menu-ancestor>a, 
.et-fixed-header #top-menu .sub-menu li.current-menu-item>a, 
.et-fixed-header #top-menu  .sub-menu li.current_page_item>a{
	color: rgba(0, 0, 0, 0.6) !important;
}
#top-menu .sub-menu li.current-menu-item>a:hover{
	color: #edbe35 !important;
}
/****** respo ************/
@media only screen and (max-width: 980px)
{
	.reverse {
    flex-direction: column-reverse;
		display:flex;
	}}
@media only screen and (min-width: 981px)
{
.middle{
    align-items: center !important;
    display: flex;
	}}

/********************/