/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 13:24:23 */
.acf-field{
	position: relative;
}
/* .acf-field:not(.acf-field-checkbox):not(.acf-field-related-terms):not(.acf-field-group)  */
.acf-field-text .acf-label,
.acf-field-url .acf-label,
.acf-field-email .acf-label,
.acf-field-number .acf-label{
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 !important;
	transition: all .5s;
	pointer-events: none;
	width: fit-content;
	z-index: 2;
}
.acf-field-text .acf-label.active,
.acf-field-url .acf-label.active,
.acf-field-email .acf-label.active,
.acf-field-number .acf-label.active{
	top: 0;
	left: 0;
	pointer-events: inset;
}
.wp-switch-editor{
	border-radius: 8px 8px 0 0 !important;
	line-height: 1 !important;
}
.mce-container-body button{
	background-color: inherit;
}
#mceu_80 .mce-widget{
	box-shadow: none !important;
}
#mceu_56{
	border: none !important;
}
#mceu_56-open:hover span{
	color: #000 !important;
	box-shadow: none !important;
}
.mce-widget button:hover{
	border-color: #e1602f !important;
	box-shadow: none !important;
}
/* map field */
.page-id-47 .acf-field-google-map .acf-label{
	margin: 0;
	position: absolute;
	z-index: 19;
	top: 32px;
	left: 20px;
	pointer-events: none;
	transition: all .5s;
}
.page-id-47 .acf-google-map input::placeholder{
	color: transparent !important;
	display: none;
}
.page-id-47 .acf-google-map{
	margin-top: 20px;
}
.page-id-47 .acf-field-google-map .acf-label.active{
	top: 0;
	left: 0;
}
