/*
Theme Name: tina2
Description: Child theme for the Tina2 website, based on Hello Elementor.
Author: Click Studio
Template: hello-elementor
Version: 1.0.2
Text Domain: tina2
*/

/* Sticky Elementor Theme Builder headers. */
.tina2-site-header {
	transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.tina2-site-header > .elementor-widget-image {
	flex-shrink: 0;
}

.elementor-location-header .tina2-site-header.elementor-sticky--effects {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.elementor-location-header .tina2-site-header--light.elementor-sticky--effects {
	background-color: #fff !important;
}

.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-widget-image img {
	content: url('/wp-content/uploads/2020/06/logo-dark.svg');
}

.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item {
	color: #022642 !important;
	fill: #022642 !important;
}

.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item .sub-arrow svg {
	fill: #022642 !important;
}

.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item:hover,
.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item.elementor-item-active {
	color: #c40000 !important;
	fill: #c40000 !important;
}

.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item:hover .sub-arrow svg,
.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item.elementor-item-active .sub-arrow svg {
	fill: #c40000 !important;
}

.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-menu-toggle,
.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-search-form__toggle {
	color: #022642 !important;
}

.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-menu-toggle svg,
.elementor-location-header .tina2-site-header--light.elementor-sticky--effects .elementor-search-form__toggle svg {
	fill: #022642 !important;
}

.elementor-location-header .tina2-site-header--dark.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, 0.98) !important;
}

.tina2-site-header.elementor-sticky__spacer {
	display: none !important;
}

/* Elementor Pro Archive Posts content measure. */
.tina2-blog-archive-posts .elementor-post__text {
	width: 690px;
	max-width: calc(100% - 40px);
	margin-inline: auto;
	padding: 50px 0;
}

@media (max-width: 767px) {
	.tina2-blog-archive-posts .elementor-post__text {
		padding: 30px 0;
	}
}

/* Source-matched Revolution map pin used by the JetElements maps. */
.tina2-home-map .leaflet-marker-icon,
.tina2-contact-map .leaflet-marker-icon {
	margin-top: -54px !important;
	filter: drop-shadow(0 7px 4px rgba(0, 0, 0, 0.24));
	transform-origin: 50% 100%;
	animation: tina2-map-pin-float 1.8s ease-in-out infinite;
}

.tina2-home-map .leaflet-marker-icon:nth-child(2),
.tina2-contact-map .leaflet-marker-icon:nth-child(2) {
	animation-delay: 0.18s;
}

.tina2-home-map .leaflet-marker-icon:nth-child(3),
.tina2-contact-map .leaflet-marker-icon:nth-child(3) {
	animation-delay: 0.36s;
}

@keyframes tina2-map-pin-float {
	0%,
	100% {
		translate: 0 0;
		filter: drop-shadow(0 7px 4px rgba(0, 0, 0, 0.24));
	}
	50% {
		translate: 0 -5px;
		filter: drop-shadow(0 11px 7px rgba(0, 0, 0, 0.36));
	}
}

@media (prefers-reduced-motion: reduce) {
	.tina2-home-map .leaflet-marker-icon,
	.tina2-contact-map .leaflet-marker-icon {
		animation: none;
	}
}
