/* 
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.0
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
*/

:root {
	--darkblue: #072b49;
}

.lcf-menu-wrapper {}

.lcf-menu-wrapper .lcf-menu-toggle {
	background: color(--darkblue);
	width: 100%;
	text-align: center;
	color: #fff;
}

.lcf-menu-wrapper .lcf-menu-toggle:hover,
.lcf-menu-wrapper .lcf-menu-toggle:focus {
	background-color: var(--darkblue);
}

.lcf-menu-content {
	display: none;
}

/* Image Link */
.image-link .elementor-widget-container a {
	position: relative;
}

.image-link .elementor-widget-container a::before {
	content: "Learn More";
	letter-spacing: 3px;
	font-weight: 500;
	color: #fff;
	font-family: "Lora";
	text-transform: uppercase;
	position: absolute;
	padding: 20px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s ease-in;
}

.image-link .elementor-widget-container a::after {
	content: "";
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	z-index: 0;
	transition: all 0.3s ease-in;
	opacity: 0;
	height: 20px;
}

.image-link:hover .elementor-widget-container a::after {
	height: 65px;
	opacity: 1;
}

.image-link:hover .elementor-widget-container a::before {
	opacity: 1;
}

.mapboxgl-map button {
	padding: 0;
	background: none;
}
.r360-maps-category-filter,
.r360-maps-location-panel {
	display: none;
}

/** 
 * Horse Popup
 */
[data-elementor-type="loop-item"].horse {
	cursor: pointer;
}

.elementor-popup-modal .dialog-close-button svg {
	fill: #948F7D;
	width: 1.5em;
	height: 1.5em;
}

/* Horse Swiper */
.horse-swiper {
	position: relative;
}

.horse-swiper .swiper-wrapper img {
	max-height: 800px;
	width: auto;
	margin: 0 auto;
	display: block;
	max-width: 90%;
}

.horse-info {
	max-width: 80%;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
}

@media (max-width: 768px) {
	.horse-info {
		max-width: 96%;
		padding: 20px 10px;
	}
}

.horse-swiper .swiper-button-next::after,
.horse-swiper .swiper-button-prev::after {
	content: none!important;
}

.horse-swiper .swiper-button-next,
.horse-swiper .swiper-button-prev {
	width: 16px;
	height: 28px;
	display: block;
	background: url('/wp-content/themes/hello-theme-child-master/img/arrowright.png');
}

@media (max-width: 768px) {
	.horse-swiper .swiper-button-next {
		right: -20px;
	}
	.horse-swiper .swiper-button-prev {
		left: -20px;
	}
}

.horse-swiper .swiper-button-prev {
	transform: rotate(180deg);
}

#slider-1383 .swiper-button-next,
#slider-1383 .swiper-button-prev {
	display: none;
}