/*
Theme Name: Exoticvoyage Child
Theme URI: https://https://exoticvoyage.comadev.lv/
Description: Child theme for the Exoticvoyage Elementor-based theme.
Author: Exoticvoyage
Template: hello-elementor
Version: 1.0.0
Text Domain: exoticvoyage-child
*/

/* Add child theme CSS below this line. */

main{
	overflow: hidden;
}

.text-p em, .text-p-s em{
	font-family: "Ahellya";
	font-size: calc(1em + 2px);
}

/*.text-p p:before{
	content: '';
	display: inline-block;
	width: 205px;
}

.text-p-s p:before{
	content: '';
	display: inline-block;
	width: 140px;
}*/

.text-p.no-before p:before{
	display: none;
}

/* [text_before width="280"] — inline spacer span */
.ev-text-before{
	display: inline-block;
	vertical-align: top;
}

.fade-gallery{
	position: relative;
}

.fade-gallery:before, .fade-gallery:after{
	content: '';
	height: 100%;
	width: 171px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(270.59deg, rgba(228, 225, 220, 0.23) 0.66%, #E4E1DC 102.74%);
	z-index: 10;
}

.fade-gallery:after{
	left: auto;
	right: 0;
	background: linear-gradient(90.59deg, rgba(228, 225, 220, 0.23) 0.66%, #E4E1DC 102.74%);
}

.contact-box .e-con-inner{
	border-radius: 6px;
	padding: 60px 40px;
	backdrop-filter: blur(10px);
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.3);
	background: #3C3C3C26;
}

.contact-box form label{
	font-family: TikTok Sans;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFFCC;
	position: relative;
}

.contact-box form input, .contact-box form textarea{
	border: 1px solid !important;
	border-image-source: linear-gradient(86.97deg, rgba(255, 255, 255, 0.1) 1.23%, rgba(255, 255, 255, 0.1) 49.9%, rgba(255, 255, 255, 0.3) 99.53%);
	padding: 18px!important;
	border-radius: 8px!important;
	font-size: 14px!important;
	background: transparent !important;
	color: #FFFFFF80!important;
	font-family: TikTok Sans!important;
	width: 100%!important;
}

.contact-box form a{
	color: #ffffff;
}

.contact-box form input::placeholder, .contact-box form textarea::placeholder, .contact-box form input, .contact-box form textarea{
	color: #FFFFFF80!important;
}

.contact-box form button{
	width: 100%!important;
	padding: 16px!important;
	background: transparent!important;
	border: 1px solid #FFFFFF!important;
	border-radius: 6px!important;
	font-size: 16px!important;
}

.contact-box form button:hover{
	background: #FFFFFF!important;
	color: #323439!important;
}

.contact-box form .ff_input-group-append{
	margin-bottom: -20px;
}

.contact-box form .ff_input-group-append span{
	background-color: transparent;
	color: #ffffff;
	font-size: 10px;
	padding: 8px 0 0;
	opacity: 0.8;
}

.contact-box form .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
	color: #FFFFFF80!important;
}

.fluentform .ff-el-form-check .ff_tc_checkbox input[type="checkbox"] {
	position: absolute;
	inset: 0;
	width: 18px!important;
	height: 18px;
	margin: 0;
	padding: 0!important;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
	appearance: none!important;
	-webkit-appearance: none!important;
}

.fluentform .ff-el-form-check .ff_tc_checkbox::before {
	content: ""!important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	background: transparent;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	margin-right: 10px;
}

.fluentform .ff-el-form-check .ff_tc_checkbox:has(input:checked)::before {
	content: "✓"!important;
	border-color: rgba(255, 255, 255, 0.85);
}

.fluentform .ff-el-form-check .ff_tc_checkbox:has(input:focus-visible)::before {
	outline: 1px solid #ffffff;
	outline-offset: 2px;
}

.contact-box form .ff-el-form-check.ff-el-tc .ff_t_c{
	vertical-align: bottom;
}

.extra-menu ul.sub-menu{
	top: 0!important;
}

.extra-menu ul li a {
	white-space: nowrap;
}

.extra-menu ul{
	min-height: 385px;
}

.extra-menu .popup-bg::before{
	background-size: 357px 100%;
}

.contact-bg {
	width: 100%;
	height: 100%;
}

.contact-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center;
}

div.project-hero-info {
	position: relative;
	padding: 0;
}

div.project-hero-info::before,
div.project-hero-info::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		transparent 0%,
		#F8E7C5 50%,
		transparent 100%
	);
}

div.project-hero-info::before {
	top: 0;
	height: 2px;
}

div.project-hero-info::after {
	bottom: 0;
}

.e-con,
.e-con .elementor-background-overlay,
.e-con::before {
	border-radius: inherit;
}
