/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.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
*/
@font-face {
    font-family: 'Metropolis';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://omentattoo.de/wp-content/uploads/fonts/subset-Metropolis-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Metropolis';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('https://omentattoo.de/wp-content/uploads/fonts/subset-Metropolis-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Metropolis';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://omentattoo.de/wp-content/uploads/fonts/subset-Metropolis-Bold.woff2') format('woff2');
}
html, body {
	overflow-x: hidden !important;
}

a {
	transition: 0.15s ease-out;
}

ul ::marker,
ol ::marker {
	color: var(--e-global-color-primary);
	font-weight: bold;
}

.elementor-button {
	min-width: 140px;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0px;
}

::selection {
	background-color: var(--e-global-color-primary);
	color: #fff;
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0,60px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp2 !important;
	animation-duration: 1.2s;
}

.elementor-editor-active .elementor-invisible {
    visibility: visible !important;
}

/* style gallery */
.styles_wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.style_item_wrapper a {
	border-radius: 10px;
	display: flex;
	overflow: hidden;
	position: relative;
	color: #000 !important;
}

.style_item_wrapper a img {
	transition: 0.25s ease-in-out;
	height: 230px;
	object-fit: cover;
	width: 100%;
	object-position: 50%;
}

.style_item_wrapper a:hover img {
	opacity: 0.75;
}

.style_item_wrapper span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #fff;
	border-radius: 8px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
}

.style_item_wrapper .arrow {
	display: none;
	background: transparent;
	border: 0;
	position: relative;
	z-index: 1;
	appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	align-items: center;
	padding: 20px;
	transition: 0.15s ease-in-out;
}

.style_item_wrapper .arrow svg {
	height: 20px;
	width: 20px;
}

.style_gallery {
	display: none;
}

button.slick-arrow {
	background-color: transparent !important;
	border: 0 !important;
	font-size: 0;
	background-image: url(./slick/icon-arrow-right.svg) !important;
	background-size: 15px !important;
	background-position: 50% !important;
	background-repeat: no-repeat !important;
	/* left: 0; */
	font-size: 0;
	color: transparent !important;
	transition: 0.15s ease-in-out;
	height: 42px;
	width: 42px;
	padding: 0;
	z-index: 2;
	transform-origin: 50%;
	opacity: 0.7;
}

.slick-next.slick-arrow {
	right: -40px;
}

.slick-prev.slick-arrow {
	background-image: url(./slick/icon-arrow-left.svg) !important;
	left: -40px;
	/* transform: scaleX(-1); */
}

button.slick-arrow::before {
	display: none;
}

button.slick-arrow:hover {
	opacity: 0.5;
}

@media (max-width: 1024px) {
	.styles_wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

.style_gallery_wrapper a {
	display: none;
}

@media (max-width: 767px) {
	.styles_wrapper {
		display: flex;
		flex-wrap: wrap;
		/* grid-template-columns: repeat(1, 1fr); */
		gap: 20px;
		width: 100%;
	}

	.style_item_wrapper {
		width: 100%;
	}

	.style_item_wrapper .gallery-button-main {
		height: 60px;
		border-radius: 6px;
		z-index: 1;
	}
	
	.style_item_wrapper .gallery-button-main img {
		height: 100%;
	}

	.style_item_wrapper .arrow {
		display: flex;
	}
	
	.style_item_wrapper.is-open .arrow {
		transform: rotate(180deg);
	}

	.style_item_wrapper .style_gallery {
		opacity: 0;
		transition: 0.5s ease-in-out;
	}
	
	.style_item_wrapper.is-open .style_gallery {
		/* opacity: 1; */
	}

	.style_item_wrapper .gallery-button-main::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		pointer-events: none;
		background-color: rgba(0,0,0,0.5);
	}

	.style_item_wrapper span {
		background: transparent;
		color: white;
		font-size: 18px;
		z-index: 1;
		height: 100%;
		top: 0;
		display: flex;
		align-items: center;
	}

	.style_gallery_wrapper {
		display: none;
		width: 100%;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.1);
		padding: 30px 40px 20px;
		border-radius: 0 0 6px 6px;
		margin-top: -10px;
		position: relative;
	}

	.style_gallery_wrapper a {
		text-align: center;
		margin-top: 15px;
		width: 100%;
		display: block;
		padding: 12px 15px 12px 15px;
		color: #fff !important;
		background: #3d3d3d;
		transition: 0.25s ease-out;
		border-radius: 6px;
		max-width: 160px;
        margin-left: auto;
        margin-right: auto;
		line-height: 20px;
	}
	
	.style_gallery_wrapper {
		text-align: center;
	}
	
	.style_gallery_wrapper a:hover {
		background: #3d3d3d;
		opacity: 0.75;
	}

	.style_gallery img {
		height: 250px;
		object-fit: cover;
		object-position: 50%;
		width: 100%;
		border-radius: 10px;
		display: block;
	}
}

@media (min-width: 768px) {
	.style_gallery {
		display: none !important;
	}
}
/*  */

/* MAP */

.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper {
	border-radius: 5px !important;
	font-family: "Metropolis" !important;
}

.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_name {
	font-size: 16px !important; 

	margin-bottom: 8px !important;
}

.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_description {

}

.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_description a {
	color: var(--e-global-color-primary) !important;
	margin-top: 5px;
	display: block;
}

.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper {
	min-width: 280px !important;
}

.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content {
	min-width: 280px !important;
}

.open-user-map #location-fullscreen-container {
  display: none !important;
}

body.oum-location-opened {
  overflow: auto !important;
}

.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-marker-icon:not(.marker-cluster) {
/* 	filter: hue-rotate(15deg) saturate(0.9) brightness(1.25) !important; */
 }

.elementor-widget-off-canvas {
	    --e-off-canvas-animation-duration-minimum: Max(0.001s, 0.75s);
}

.elementor-select-wrapper .elementor-message.elementor-message-danger.elementor-form-help-inline {
	position: absolute;
    bottom: -32px;
	font-size: 15px;
}

.elementor-select-wrapper select {
	height: 53px !important;
	font-size: 15px !important;
	color: #797a7c !important;
}

.elementor-select-wrapper select.select-selected {
	color: #1f2124 !important;
}

form ::placeholder {
	color: #797a7c !important;
}

form input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	display: inline-flex !important;
	padding: 0 !important;
	transform: translateY(3px);
}

form .elementor-field-type-date input,
form .elementor-field-type-time input {
	min-height: 53px;
	height: 53px;	
}
.choices__list--single {
	height: 53px;
	padding:15px 24px 15px 12px;
}