/* Highlight Menu Button */
/* Adjust button */
		.custom-menu-button a{
			color: #000000;  		/* Text color */
			background-color: #24c5fe; 	/* Btn bg color */
			padding: 15px 15px; 		/* Space around text */
			border-radius: 3px; 		/* higher number = rounded corners */
			border: solid #000000 0px; 	/* Border color &amp; thickness */
			margin-top: 10px;
			max-height: 10px; 		/* Max height of button */
		}
	

		/* Adjust button on hover or remove the whole thing */
		.custom-menu-button a:hover{
			color: #ffffff; 		/* Hover color */
			background-color: #35a8ea; 	/* Btn hover bg color */
			border: solid #000 0px; 	/* Hover border color &amp; thickness */
		}
	
/* Adjust button */
		.custom-menu-button a{
			color: #000000;  		/* Text color */
			background-color: #fc0202; 	/* Btn bg color */
			padding: 15px 15px; 		/* Space around text */
			border-radius: 3px; 		/* higher number = rounded corners */
			border: solid #000000 0px; 	/* Border color &amp; thickness */
			margin-top: 10px;
			max-height: 10px; 		/* Max height of button */
		}
	

		/* Adjust button on hover or remove the whole thing */
		.custom-menu-button a:hover{
			color: #ffffff; 		/* Hover color */
			background-color: #fc0202; 	/* Btn hover bg color */
			border: solid #000 0px; 	/* Hover border color &amp; thickness */
		}
	
selector.elementor-sticky--effects{
background-color: rgba(0,0,0,0.4)!important
}
selector{
transition: background-color 1s ease !important;
}
selector.elementor-sticky--effects >.elementor-container{
min-height: 70px;
}
selector > .elementor-container{
transition: min-height 1s ease !important;
}

.logo img {
max-width: 180px;
height: auto;
transition: all 1s ease;
}
.elementor-sticky--effects .logo img {
max-width: 120px;
height: auto;
}
