/* 
Theme Name: Shibui Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Shibui 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: shibui-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
*/

/* Styles */


/* General */

a, a:hover {
    color: unset;
}

.text-big {
    font-family: "Catamaran", sans-serif;
    font-size: 20px;
    line-height: 1.6em !important;
    font-weight: medium;
}

.translatex-50 {
    transform: translateX(-50%);
}

.services-grid {
    grid-template-rows: auto !important;
}


/* Home */

.services-button a:hover {
    border: 1px solid var(--e-global-color-accent) !important;
}


/* Trattamenti viso */

.vertical-divider {
    height: 330px;
    align-self: center;
}


/* Contatti */


/* Footer */

.button-whatsapp .elementor-button-icon {
    display: flex;
    align-items: center;
}

.social-icons .elementor-grid-item {
    margin: 0px 10px !important;
}

.social-icons .elementor-social-icon-instagram {
    background-color: white !important;
    padding: 6px;
    border-radius: 50%;
}

.social-icons .elementor-social-icon-instagram svg {
    fill: var(--e-global-color-9a18d18) !important;
}


/* Breakpoints */

/* Desktop */
@media (min-width: 1701px) {

    .valentina-img, .valentina-img img {
        margin-left: -125px;
    }

}


/* Mobile + Tablet */
@media (max-width: 1024px) {

    .hero-image::before {
        background-image: unset !important;
    }

    .contact-list .elementor-image-box-wrapper {
        flex-direction: column !important;
        align-items: center !important;
    }

    .contact-list .elementor-image-box-wrapper figure {
        margin: 0 !important;
    }

}


/* Mobile */
@media (max-width: 766px) {

    .text-big {
        font-size: 18px;
    }

}