/* 
Theme Name: Maxdem
Theme URI: https://github.com/elementor/hello-theme/
Description: Child theme of Hello Elementor, created by Elementor team, from https://github.com/elementor/hello-theme-child
Author: Clément Polito
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0.0.1
Text Domain: maxdem
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@media only screen and (min-width : 992px){
	.elementor-5 .elementor-element.elementor-element-310b8ad7 > .elementor-background-overlay {
		background-image: linear-gradient( 90deg, #FFFFFF 0%, #FFFFFF8C 20%);
	}
}

.elementor-nav-menu--main .menu-item.elementor-button-link{
	background-color: #FFBC42;
}

.elementor-nav-menu--main .menu-item.elementor-button-link a.elementor-item{
	padding: 13px 20px !important;
	height: 100%;
}

.elementor-nav-menu--main .menu-item.elementor-button-link:hover,
.elementor-nav-menu--main .menu-item.elementor-button-link:active {
	background-color: #ecae3d;
}
.elementor-nav-menu--main .menu-item.elementor-button-link a:hover,
.elementor-nav-menu--main .menu-item.elementor-button-link a:active {
	color: #000000 !important;
}

@media screen and (max-width:768px) {
		.elementor-nav-menu--dropdown .menu-item.elementor-button{
		margin: 10px 16px;
		background-color: #FFBC42;
	}
	.elementor-64 .elementor-element.elementor-element-5da38ca7 .elementor-nav-menu--dropdown li.elementor-button-link a {
		border-radius: 4px !important;
		background-color: #FFBC42 !important;
		color: #000000;
	}
}