/* 
 Theme Name:     Coolman
 Author:         jamiryu
 Author URI:     https://coolman-gmbh.de/
 Template:       Divi
 Version:        4.10.5
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.7.4
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#et-info {
    float: right;
}

#top-header { 
	display: none; 
}

/* @media screen and (max-width: 980px) {
    #main-header, #top-header {
        display: block!important;
    }
} */

.free-sticky-wrapper {
    display: block!important;
}
/* Set the Divi Mobile Nav to Fixed on scroll */
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: absolute;
}
}
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}
/* Add the word MENU after the mobile nav hamburger icon */
.mobile_menu_bar:after {
    content: 'MENU';
    bottom: 10px;
    left: 10%;
    position: relative !important;
    color: #FFF;
}
/* Change the hamburger icon to an X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '4d';
}
#main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: #150707;
}
#main-header {
	background-color:  transparent;
}

#top-menu-nav ul > li:hover a{
	font-size: 25px;
	color: #0096FF;
	opacity: 1;
	transition: all 0.4s ease-in;
}


 
