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

.container-loop-viaggio h3 a {
	font-family: var(--e-global-typography-be86681-font-family), Sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    line-height: 1.22em !important;
}
.container-loop-viaggio h3 a:hover {
    font-weight: 600;
}
.viaggio h2 {
	font-family: var(--e-global-typography-83a0a2f-font-family), Sans-serif;
    font-size: var(--e-global-typography-83a0a2f-font-size);
    font-weight: var(--e-global-typography-83a0a2f-font-weight);
    text-transform: var(--e-global-typography-83a0a2f-text-transform);
    line-height: var(--e-global-typography-83a0a2f-line-height);
    letter-spacing: var(--e-global-typography-83a0a2f-letter-spacing);
    word-spacing: var(--e-global-typography-83a0a2f-word-spacing);
	color: var(--e-global-color-primary);
} 
.viaggio h3 {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-83a0a2f-font-family), Sans-serif;
    font-size: var(--e-global-typography-83a0a2f-font-size);
    font-weight: var(--e-global-typography-83a0a2f-font-weight);
    text-transform: var(--e-global-typography-83a0a2f-text-transform);
    line-height: var(--e-global-typography-83a0a2f-line-height);
    letter-spacing: var(--e-global-typography-83a0a2f-letter-spacing);
    word-spacing: var(--e-global-typography-83a0a2f-word-spacing);
}
.nav-container .elementor-nav-menu--main .elementor-item.elementor-item-active {
	font-style: italic;
}
.home .nav-container .elementor-nav-menu--main .elementor-item {
	color: var(--e-global-color-primary) !important;
}
.home .nav-container {
	border-color: var(--e-global-color-primary) !important;
}
.home .elementor-menu-toggle__icon--open {
	color: var(--e-global-color-primary) !important;
}
.home .elementor-menu-toggle__icon--close {
	color: var(--e-global-color-primary) !important;
}
.trackerheader--not-top.trackerheader--pinned {
	background-color: white !important;
}
.trackerheader--not-top.trackerheader--pinned .nav-container {
	border-color: var(--e-global-color-primary) !important;
}
.trackerheader--not-top.trackerheader--pinned .elementor-nav-menu--main .elementor-item {
	color: var(--e-global-color-primary) !important;
}

.trackerheader--not-top.trackerheader--pinned .elementor-menu-toggle__icon--open {
	color: var(--e-global-color-primary) !important;
}
.trackerheader--not-top.trackerheader--pinned .elementor-menu-toggle__icon--close {
	color: var(--e-global-color-primary) !important;
}
.img-loop-viaggi a {
	width:100%;
}
.container-logo-footer img {
	object-fit: contain !important;
	object-position: center left !important;
}
.container-num-giorni .elementor-icon-box-wrapper {
	display: flex !important;
    align-items: center;
}
.container-gallery-viaggio img {
	object-fit: cover;
    object-position: center;
    height: 30rem;
}
.container-gallery-viaggio .elementor-swiper-button {
    background-color: var(--e-global-color-secondary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    border-radius: 35px 35px 35px 35px;
    padding: 5px 5px 5px 3px;

}
.container-gallery-viaggio .elementor-swiper-button.elementor-swiper-button-next {
	top: calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing)) !important;
    right: calc(var(--arrow-next-right-align) + var(--arrow-next-right-position)) !important;
    transform: translate(var(--arrow-next-translate-x), var(--arrow-next-translate-y)) !important;
}
.container-gallery-viaggio .elementor-swiper-button.elementor-swiper-button-next {
    --swiper-slides-to-display: 3;
    --arrow-next-right-align: 0%;
    --arrow-next-translate-x: 0%;
    --arrow-next-right-position: 0px;
    --arrow-next-top-align: 100%;
    --arrow-next-translate-y: 30%;
    --arrow-next-top-position: -15px;
    --swiper-slides-gap: 10px;
    --arrow-size: 25px;
    --arrow-normal-color: var(--e-global-color-3c2ad25);
    --arrow-hover-color: var(--e-global-color-secondary);
}
.container-gallery-viaggio .elementor-swiper-button.elementor-swiper-button-prev {
	top: calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing)) !important;
    left: calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position)) !important;
    transform: translate(var(--arrow-prev-translate-x), var(--arrow-prev-translate-y)) !important;
}
.container-gallery-viaggio .elementor-swiper-button.elementor-swiper-button-prev {
    --swiper-slides-to-display: 3;
    --arrow-prev-left-align: 100%;
    --arrow-prev-translate-x: -100%;
    --arrow-prev-left-position: -60px;
    --arrow-prev-top-align: 100%;
    --arrow-prev-translate-y: 30%;
    --arrow-prev-top-position: -15px;
    --swiper-slides-gap: 10px;
    --arrow-size: 25px;
    --arrow-normal-color: var(--e-global-color-3c2ad25);
    --arrow-hover-color: var(--e-global-color-secondary);
}

.container-card-title-viaggio a:hover {
    color: var(--e-global-color-7aac14f) !important;
}



