/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.1.1747312146
Updated: 2025-05-15 14:29:06

*/

/* Stili per il badge della categoria */

.categoria-badge-link {
    text-decoration: none;
    display: inline-block;
}

.categoria-badge {
    padding: 4px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    width: auto;
    /* Il colore di sfondo verrà in parte impostato inline dal PHP */
}

 /* Annimazione pulsante
  * .categoria-badge:hover {
    transform: scale(1.05);
}*/

.badge-icon {
    width: auto;
    height: 11px !important;
    margin-right: 5px;
    object-fit: contain;
    display: inline-block;
}

.badge-label {
    font-size: 10px;
    line-height: 1;
}

/* Loop grid services */
.box-colorato {
  transition: background-color 0.3s ease;
}


.my-hover-card h6 {
  transition: all 0.3s ease;
  display: inline-block;
}

.my-hover-card:hover h6 {
  color: #E26A7E;      
  transform: scale(1.1); 
}

/* WPML */

span.wpml-ls-display {
    display: none;
}

.otgs-development-site-front-end {
    display: none !important;
}

.wpml-ls-legacy-dropdown a {
    border: 1px solid #CACEEA  !important;
    background-color: #fff;
    border-radius: 100px  !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    position: absolute;
    top: -99%;
    right: 0;
    left: 0;
    border-top: 0px;
    background-color: #fff;
    border-radius: 100px !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	margin-left: 8px;
	background-image: url("/wp-content/uploads/2025/05/freccia-pulsante.svg") !important; /* tua icona */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	border: 0px;
	border-top: 0px;
	top: calc(35% - 0.145em);
	transition: transform 0.3s ease;
}

/* Ruota la freccia quando il menu è aperto */
.wpml-ls-legacy-dropdown li.wpml-ls-item:hover a.wpml-ls-item-toggle:after {
  transform: rotate(180deg);
}
/* Al passaggio del mouse: rimuovi il bordo superiore 
.wpml-ls-legacy-dropdown li.wpml-ls-item:hover a.wpml-ls-item-toggle:after {
  border-top: none;
}*/


.wpml-ls-legacy-dropdown:hover a.js-wpml-ls-item-toggle{
    border-bottom: 1px solid #CACEEA !important;
	border-right: 1px solid #CACEEA !important;
	border-left: 1px solid #CACEEA !important;
	text-align:right !important;
	border-radius:0px 0px 6px 6px !important;
}

a.wpml-ls-link, a.wpml-ls-link:hover {
    border-top: 1px solid #CACEEA !important;
	border-right: 1px solid #CACEEA !important;
	border-left: 1px solid #CACEEA !important;
	border-bottom:none !important;
	text-align:right !important;
	border-radius:6px 6px 0px 0px !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.wpml-ls-link  img.wpml-ls-flag {
	display:none;
}

.wpml-ls-legacy-dropdown a:active {
    border: 1px solid #CACEEA !important;
    border-radius: 6px;
}

/* FINE WPML */

/* Card colore per Men's services */
.categoria-mens-services {
  background-color: #EDEBBD !important;
}

/* Card colore per Women's services */
.categoria-womens-services {
  background-color: #FFE9FF !important;
}