/**/
.main-section .elementor-container,
.main-section .elementor-column,
.main-section .elementor-widget-wrap {
	position: unset !important;
}

.main-section .elementor-widget-shortcode.gallery-shortcode {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
}

.main-section .owl-carousel.owl-drag .owl-item img {
	object-fit: cover;
	object-position: bottom;
	height: 80vh;
}

/**/
form.search-tour {
	background-color: rgba(0,0,0,0.2);
	padding: 40px;
	border-radius: 10px;
}

form.search-tour .content {
	background-color: #fff;
	border-radius: 8px;
	padding: 24px 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

form.search-tour .content .block {
	flex: 0 0 18.3333333%;
	padding-right: 30px;
}

form.search-tour .content .block:first-child {
	flex: 0 0 25%;
}

form.search-tour .content .block:last-child {
	flex: 0 0 20%;
	padding-right: 0;
}


form.search-tour .content .block .title {
	font-weight: bold;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

form.search-tour .content .block input {
	border: none;
	padding: 0;
	font-size: 16px;
	box-shadow: none;
	outline: none;
	min-height: 36px;
}

form.search-tour .content .block.send input {
	width: 100%;
	height: 100%;
	font-weight: 600;
}

.cat-section,
.tour-section {
	overflow: hidden;
}

.tour-carousel .owl-nav {
	position: absolute;
	top: -100px;
	width: 110px;
	right: 0;
	left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tour-carousel .owl-nav button.owl-prev {
	transform: rotate(-180deg);
}

.tour-carousel .owl-nav button.owl-prev,
.tour-carousel .owl-nav button.owl-next{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--1);
	border-radius: 50px;
	left: 0;
	right: 0;
	position: relative;
	outline: none;
	box-shadow: none;
}

.tour-carousel .owl-nav button img {
	width: 25px;
}

.newsletter-section .wpforms-container {
	background-color: rgba(0,0,0,0.2);
	padding: 40px 40px 60px;
	border-radius: 10px;
}

.newsletter-section .wpforms-form {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	position: relative;
}

.newsletter-section .wpforms-form div.wpforms-field {
	padding: 0;
	margin-bottom: 0px;
}

.newsletter-section .wpforms-form div.wpforms-field input[type="email"] {
	background: transparent;
	color: #111;
	border: none;
	padding: 0;
	font-weight: 600;
	height: 48px;
}

.newsletter-section div.wpforms-submit-container {
	position: absolute !important;
	top: 20px;
	right: 20px;
	padding-top: 0 !important;
}

.newsletter-section div.wpforms-submit-container button.wpforms-submit,
.newsletter-section div.wpforms-submit-container button.wpforms-submit:hover {
	background-color: var(--1);
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 6px;
}

.newsletter-section div.wpforms-submit-container button.wpforms-submit:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(https://www.betaniatravel.it/wp-content/themes/betania/icons/arrow-btn.svg);
	background-size: contain;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.newsletter-section .wpforms-field-checkbox {
	position: absolute !important;
	top: 100%;
	margin-top: 10px !important;
	left: 0
}

.newsletter-section .wpforms-field-checkbox ul li {
	display: flex;
	align-items: flex-start;
}

.newsletter-section .wpforms-field-checkbox ul li label {
	font-size: 12px !important;
	color: #fff;
}

.newsletter-section .wpforms-field-checkbox ul li label a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	
	form.search-tour .content .block,
	form.search-tour .content .block:first-child {
		flex: 0 0 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	form.search-tour .content {
		padding: 30px;
	}
	
	form.search-tour {
		padding: 20px;
	}
	
	form.search-tour .content .block:last-child {
		flex: 0 0 100%;
		margin-bottom: 0;
	}
	
	.about-section:after,
	.about-section:before {
		display: none;
	}
	
	.owl-stage {
		padding: 0 !important;
	}
	
	.shadow-carousel .owl-stage-outer {
		overflow: hidden !important;
	}
	
	.shadow-carousel .owl-item {
		padding: 10px;
	}
	
	.tour-carousel .owl-nav {
		position: relative;
		top: 0;
		width: 100%;
		justify-content: center;
		margin-top: 20px;
	}
	
	.tour-carousel .owl-nav button.owl-prev, .tour-carousel .owl-nav button.owl-next {
		margin: 0 5px;
	}
	
	.newsletter-section .wpforms-container {
		padding: 20px;
	}
	
	.newsletter-section div.wpforms-submit-container {
		position: relative !important;
		top: 0;
		right: 0;
		width: 100%;
	}
	
	.newsletter-section div.wpforms-submit-container button.wpforms-submit, 
	.newsletter-section div.wpforms-submit-container button.wpforms-submit:hover {
		width: 100%;
		margin-top: 10px;
	}
	
	.newsletter-section .wpforms-form div.wpforms-field input[type="email"] {
		text-align: center;
	}
}

@media screen and (max-width: 1024px) {
	
	.main-section .elementor-widget-shortcode.gallery-shortcode {
		height: 100vh;
	}
	
	.main-section .owl-carousel.owl-drag .owl-item img {
		height: 100vh;
	}
}