/* 
Theme Name: Coopit Events 2025
Template: hello-elementor
*/

/* Add your custom styles here */

#stickyheaders{
	-webkit-transition: transform 0.34s ease;
	transition : transform 0.34s ease;
}

.headerup{
	transform: translateY(-105px); /*adjust this value to the height of your header*/
}

#stickyheaders.bg-sticky{
	background-color: #fff;
}

.acf-label{
	display: none;
}

.acf-input .acf-url i {
	top: 10px;
}

.acf-field {
    width: calc(33% - 18px) !important;
}

.elementor-8 .elementor-element.elementor-element-6b66d23 .acf-fields{
	gap:30px;
}

.acf-image-uploader{
	font-size: 13px;
}

.acf-field-submit-button,
.acf-field-submit-button .acf-input .fea-submit-button{
	width: 100% !important;
}

.select2-container .select2-selection--single{
	height: 40px !important;
}

.elementor-button--disable{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	opacity: 0.6;
}

#qrcode_popup iframe{
	width: 80vw;
	height: 80vh;
	margin: auto;
}

#my-rating{
	display: flex;
	justify-content: center;
	align-items: center;
}

#google_review,
#popup-recensioni__btn{
	display: none;
	font-size: 0;
}

.wd-table{
	border-top: 1px solid #ECECEC;
}

.wd-table li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 2px;
	border-bottom: 1px solid #ECECEC;
	background-color: #fff;
}

@media only screen and (max-width: 430px) {
	#qrcode_popup iframe{
		width: 100%;
		height: 50vh;
		margin: auto;
	}
}
