/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.loop-item-dev .e-loop-item:nth-child(4n + 5)>div{
  flex-direction: row-reverse;
}


.scd{
	max-width: 100%!important;
}
body .scd_schiffe .scd_termin {
    font-size: 16px;
}
.swiper-img{
	min-width: calc(100vw - 17px);
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
}
/*.special-expeditions{
	overflow: hidden;
}*/
.swiper-img .swiper-button-next:after, .swiper-img .swiper-button-prev:after{
	font-size: 24px;
	color: #fff;
}
.swiper-img .swiper-slide{
	height: 360px;
}

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

.cuttr__readmore, .cuttr__readmore:focus{
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	color: rgb(26, 208, 210);
	background-color: transparent!important;
	border-radius: 30px 30px 30px 30px;
	padding: 0!important;
	border: none!important;
	outline: none!important;
}

.cuttr__readmore:hover{
	opacity: 0.7;
}

.text-repeater-dev  .elementor-widget-container{
	height: fit-content!important;
}


.text-repeater-dev  button{
	border: 1px solid #BE9656;
	color: #1AD0D2;
	background: transparent;
	border-radius: 50px;
}

.text-repeater-dev  button:hover{
	color: #34211f;
		background: rgb(190, 150, 86);
	border-color: rgb(190, 150, 86);
}
.search-form-dev{
	position: absolute;
	    top: -51px;
    right: 190px;
	z-index:9;
	opacity:0;
	max-width: 0!important
		-webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.search-form-dev.is-active{
	opacity:1;
	max-width:415px!important;
}

.search-btn-dev a.is-active svg{
	opacity:0;
}

.search-btn-dev a.is-active .elementor-button-content-wrapper{
	background: url("http://cryp.space/wp-content/uploads/2023/12/Frame-78.svg")no-repeat, center;
	background-size: contain;
}

.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup input{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup label{
	display: block;
	padding-left: 120px;
	position: relative;
}

.gallery-dev .swiper-slide-inner{
	height: 360px;

}

.gallery-dev .swiper-slide-inner img{
	width: 100%;
	height: 100%;
		object-fit: cover;
	object-position: center;
}

.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup label:before{
	position: absolute;
    top:-6px;
    left: 5px;
    content: '';
    width: 90px;
    height: 90px;
	border: 1px solid #BE9656;
	border-radius: 100%;
	background: rgb(52, 33, 31);
}

.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup label small{
	display: block;
	font-size: 16px;
	line-height: 1.1;
	margin-top: 10px;
}
.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup label{
		font-size: 18px!important;
	line-height: 1.1!important;
	cursor: pointer;
}

.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup input:checked + label:after{
	position: absolute;
	top: 14px;
    left: 26px;
	content:'';
	border-radius: 100%;
	width: 50px;
	height: 50px;
	background: #fff;
}

.image-repeater-dev img{
	height: 360px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1919px){
	.search-form-dev{
		top: -39px;
	}
	.cuttr__readmore{
		padding: 15px 50px;
		font-size: 16px;
	}
.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup label:before{
    width: 68px;
    height: 68px;
	}
	.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup input:checked + label:after{
top: 8px;
    left: 19px;
	width: 40px;
		height: 40px;}
	.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup label {
		padding-left: 90px;}
	.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup label small{
		font-size: 12px;
	}
	.elementor-location-footer .elementor-field-type-acceptance .elementor-field-subgroup label {
		font-size: 14px!important;}
}

@media (max-width: 1024px){
	.search-form-dev{
		top: 12px;
		right: 243px;
	}
	.swiper-img {
		min-width: 100vw;
	}
}
@media (max-width: 575px){
	.gallery-dev .swiper-slide-inner{
	height: 160px;

}
	.image-repeater-dev img{
	height: auto;
	width: 100%;
}
	.swiper-img .swiper-slide{
		height: 160px;
	}
}
