/* WPForms fixes */
/* Initial field looks */
.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea {
    background: #fff;
    border-width: 0 0 1px 0;
    color: var(--ast-global-color-2);
    opacity: 0.5;
}
/* On focus */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
    outline: none;
    opacity: 1;
    border-color: var(--ast-global-color-0);
}
/* Don't allow resizing the Message box */
.wpforms-container textarea {
    resize: none;
}
/* Message box fixed height */
.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {
    height: 136px;
}
/* Button size & font size */
.wpforms-container button {
    padding: 15px 34px;
    font-size: 15px;
}
/* WPForms done */
/* Footer 2 big columns on sides and 1 small one in the middle */
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: 3fr 1fr 3fr;
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}

header {
	position: fixed !important;
}

	p {
		font-size: 18px !important;
		line-height: 26px !important;
	}

.elementor-container{
	gap: 50px;
}



.slider .elementor-image-carousel-caption{
	bottom: 0px;;
	right: 0px;;
	font-weight: 800px !important;
	position: absolute;
	color: white;
	font-size: 2rem;
	line-height: 2rem;
	background-color: #F89C27;
	padding: 20px;
}

.slider .swiper-slide-image{
	height: 600px !important;
	max-height: 600px; !important
}

.slider img.swiper-slide-image{
	object-fit: cover;
}

.carrusel img{
	width: 100%;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	
}

.jetpack-likes-widget-wrapper {
	display : none;
}


#wpforms-submit-2514{
	border-radius: 10px;
}


@media(max-width: 1000px){
	header img{
		max-width: 200px !important;
	}
}

@media(max-width: 768px) {
	p {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	
	.slider .ele
mentor-image-carousel-caption{
	font-size: 2rem;
	line-height: 2rem;
	}
	
	.slider .swiper-slide-image{
	height: 300px !important;
	max-height: 300px; !important
	object-fit: cover;
	}
}

.qlwapp-text{
	background-color: white;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 14px
}

.page-id-4349 p{
	margin-top: 15px !important;
}