/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 03 2024 | 12:43:08 */
.wpforms-confirmation-container-full {
	color: inherit !important;
	margin: 0 !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
textarea.wpforms-field-large {
	min-width: 100%;
	max-height: 120px;
}
.contact-details {
	position: absolute;
	width: 30%;
	right: 20px;
	bottom: 146px;
}
.parallax-image .av-image-caption-overlay-center p {
	color: #c47c00;
	font-size: 3.5vw;
	font-family: 'oswald', Helvetica, Arial, sans-serif;
	line-height: 1.1;
}
.parallax-image .av-image-caption-overlay-center {
	padding:0!important;
}
.parallax-image .avia-image-container-inner {
	width:80%;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 600px){
	.contact-details {
		position: relative;
		width: 100%;
		right: 0;
		bottom: 0;
	}
}