/* General css for websites */

/* Cookie bar */
@media screen and (max-width: 767px) {
	.cli-bar-btn_container{
		display: block;
}
}

@media screen and (max-width: 985px) {
	.cli-bar-btn_container a{
		width:100%;
}
	.cli-bar-btn_container{
		width:100%;
}
	.cli-bar-message{
	text-align: center !important;
}
}

.eacc-message-componentMore{
	color:#890009 !important;
}
.cli_setting_save_button:hover{
	color:white !important;
}

.cli-bar-popup button:hover{
	background: none !important;
}

body .cli_settings_button{
	background-color: transparent !important;
	text-decoration: underline !important;
	color:black !important;
}

body .cli_settings_button:hover{
	background-color: transparent !important;
	text-decoration: underline !important;
	color:black !important;
}


/* WAAAAANG CUSTOM */
#topbar .topbarColumn{
		transition:0.75s;
		border-radius:7px;
}

#topbar .topbarColumn:hover{
		cursor:pointer;
}

#topbar .topbarColumn .ThreeIcons{
	transition:0.5s;
	opacity:0.5;
}

#topbar .topbarColumn .topIcon{
	transition:0.5s;
	opacity:0.5;
}

#topbar .topbarColumn:hover .topIcon{
		opacity:1;
}

#topbar .topbarColumn:hover .ThreeIcons{
		opacity:1;
		transform:translatey(10px);
}


#wangMenu ul li{
	transition:0.5s;
	opacity:0.5;
}


#wangMenu ul li:hover{
	transform:translatey(10px);
	opacity:1;
}

#elementor-popup-modal-112{
	z-index:9999 !important;
}