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

/* Add your custom styles here */

/* .slick-track {
	display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}

.slick-active {
	max-width: 1000px !important;
}

.slick-slide {
	max-width: 800px;
} */

@import url("https://use.typekit.net/yac2mej.css");

/* .elementor-heading-title {
	font-family: ivypresto-display !important;
} */

html, body {
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

.comments-area a, .page-content a {
	text-decoration: none !important;
}

/* CHECKBOX */

.elementor-field-type-checkbox .elementor-field-option {
	display: flex;
	gap: 12px;
	align-items: start;
}

.elementor-field-type-checkbox .elementor-field-option input[type="checkbox"] {
	scale: 1.5;
    margin-top: 10px;
	border-radius: 0;
}

.premium-blog-post-container:hover {
	border: 1px solid #3E5848 !important;
}

.premium-blog-content-wrapper {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.wp-block-image .wp-element-caption {
	border-left: 2px solid black;
    padding-left: 8px;
	font-style: normal;
}

/* .elementor-testimonial--align-center .elementor-testimonial {
	min-height: 295px;
} */

.gallery-button {
	font-family: ivypresto-display;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #F9F8F4;
	background-color: #3E5848;
	border: 1px solid #3E5848;
	border-radius: 0px;
	padding: 12px 24px;
}

.gallery-button:hover,
.gallery-button:focus {
	color: #3E5848;
	background-color: #F9F8F4;
	border: 1px solid #3E5848;
	outline: none;
}

.three-blocks-opinion .elementor-testimonial {
	min-height: 295px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.elementor-post__text {
	padding: 32px;
}

.elementor-post__thumbnail__link {
	margin: 0 !important;
}

.carousel-next {
	height: 40px !important;
	z-index: 10 !important;
}

.carousel-prev {
	height: 40px !important;
	z-index: 10 !important;
}

.gallery-hide-image {
	overflow-y: hidden !important;
}

.middle-box {
	max-width: 1080px;
}

.image-overlay-dj::after {
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #F9F8F41A;
    pointer-events: none;
}

/* MENU */

.menu-link {
	display: flex;
	width: auto;
	height: auto;
}

.menu-link:hover .elementor-heading-title::after {
	content: "";
	position: absolute;
/* 	bottom: 0; */
	display: flex;
	width: 100px;
	height: 2px;
	background-color: black;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.navbar__menu:focus, .navbar__menu:hover {
	color: transparent !important;
	background-color: transparent !important;
	outline: none !important;
}

.navigation-wrapper .elementor-widget-container {
	height: 56px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 8px
}

.navbar__menu {
    position: absolute;
    width: 30px;
    height: 24px;
    right: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hamburger--inner {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #030303;
    top: translateY(-50%);
    transition: .1s .3s;
}

.hamburger--inner::after,
.hamburger--inner::before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #030303;
    left: 0;
    transition: transform .1s .1s, top .1s .3s;
}

.hamburger--inner::after {
    top: -10px;
}

.hamburger--inner::before {
    top: 10px;
}

.hamburger--active .hamburger--inner {
    background-color: transparent;
    transition: .1s .4s;
}

.hamburger--active .hamburger--inner::after {
    top: 0px;
    transform: rotate(-45deg); 
    transition: top .2s .2s, transform .2s .4s;
}

.hamburger--active .hamburger--inner::before {
    top: 0px;
    transform: rotate(45deg);
    transition: top .2s .2s, transform .2s .4s;
}

/* ICON */

/* .background-icon {
	background-color: #F9F8F4;
	width: 50px;
}
 */
/* TRANSLATE */

.gt_switcher_wrapper {
	display: none;
}

.glink {
	font-size: 18px;
	color: #030303;
}

.gtranslate_wrapper {
	display: flex;
	flex-direction: row-reverse;
	gap: 14px;
}

/* GALLERY */

.hide-gallery {
	max-height: 650px;
}

.hide-menu {
	display: none;
}

.tag-color {
	background-color: #3E5848;
	padding: 4px 8px;
}

/* MENU */

.active-menu {
	display: block;
}

/* ACORDION */

.elementor-accordion-item {
	border-left: none !important;
	border-right: none !important;
}

.elementor-tab-content {
	border: none !important;
}

.green-line-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.green-line {
	height: 264px;
	width: .5px;
	background-color: #3E5848;
}

@media screen (max-width: 1024px) {
		.green-line {
		height: 140px;
	}
	
	.gallery-button {
		display: block;
		text-align: justify;
		width: 100%;
	}
}