/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2025 | 14:03:24 */
@media (max-width: 992px){
	.custom-card-style{ 
		margin-bottom: 50px !important;
	}
	.mobile-text-start *{ 
		text-align: left !important;
	}
	.wp-block-columns .wp-block-buttons.is-layout-flex{ 
		justify-content: flex-start !important;
	}
	.wpbc_container_booking_form,
	.wpbc_container_booking_form .wpbc__field .wpbc_calendar_wraper{ 
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column; 
	}
	.is-layout-constrained .wpbc_form { max-width: 90vw !important;}
	.is-layout-constrained .wpbc_form .wpbc__row{ 
		max-width: 100%;
	}
	body{ 
		margin-top: 60px !important;
	}
	.copyright * , .copyright{ margin: 0 auto !important;}
}

@media (max-width: 620px){
	.wp-block-columns .wp-block-buttons.is-layout-flex{ 
		justify-content: flex-start !important;
	}
	 body .is-layout-flex {
		 justify-content: flex-start;
	}
}