/*
Theme Name: Genera 2024
Theme URI: http://www.meloria.com
Author: Meloria
Author URI: http://www.meloria.com
Description: Blank Child Theme for Meloria Default (Classic) Theme
Template: meloriadefault
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: generatheme
*/

/**
 * Table of Contents:
 *
 * 1.0 - Defaults
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Defaults
 * ----------------------------------------------------------------------------
 */
:root {
  --green-primary: #3c7e7b;
  --green-secondary-light: #82d4b5;
  --pink-primary: #fce5e1;
}

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
body {
  font-family: "Montserrat", sans-serif;
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:where(.site-header, .site-footer) ul {
  list-style-type: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

background-green .cta_text {
  color: var(--green-primary);
}
.overlay {
  position: relative;
  width: 100%; /* O la larghezza desiderata */
  height: 100%; /* O l'altezza desiderata */
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 30%
  );
}
.background-green .btn-primary,
background-green .btn-secondary {
  background-color: var(--green-primary);
  color: #fff;
  background-color: var(--green-primary);
}

.background-green .btn-primary:hover,
.background-green .btn-secondary:hover {
  background-color: #fff;
  border-color: var(--green-secondary-light);
}

.btn {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 30px 12px 34px;
  transition: all 0.3s ease;
  transform: scale(1);
}
#store-locator .modal-body .cliniche-form {
  border-radius: 10px;
}
.btn-primary {
  min-width: 170px;
  border-radius: 40px;
}

.btn-secondary {
  min-width: 170px;
  border-radius: 40px;
}

.btn-link {
  font-size: inherit;
  padding: 4px 16px 5px;
  border-radius: 40px;
}

.btn-primary,
.btn-secondary,
.btn-link {
  border-color: var(--green-primary) !important;
  background-color: var(--green-primary) !important;
  color: #fff !important;
}

:not(.background-green) .btn-primary:hover,
:not(.background-green) .btn-secondary:hover,
:not(.background-green) .btn-link:hover {
  background-color: var(--green-secondary-light) !important;
  color: #fff !important;
  border-color: var(--green-secondary-light);
}
.page-id-32033 .tab-prodotti ul,
.page-id-32067 .tab-prodotti ul {
  background-color: var(--green-secondary-light) !important;
}
.form-group label {
  padding-bottom: 8px;
  font-weight: 700;
}

.form-group label.form-check-label {
  font-weight: initial !important;
  padding-bottom: 0;
}

.form-control:focus {
  border-color: var(--green-secondary-light);
  box-shadow: 0 0 0 0.25rem rgba(60, 126, 123, 0.25);
}

.form-check-input:checked {
  background-color: var(--green-primary);
  border-color: var(--green-secondary-light);
}

.page-id-29881 #main > p {
  display: none !important;
}

.entry-content article.carousel-item.treatments h2.entry-title {
  color: var(--green-primary);
  font-weight: 700;
}

.entry-content article.carousel-item.team h2.entry-title,
article.carousel-item.team h2.entry-title a {
  color: #000;
  text-decoration: none;
}

.entry-content article.treatments .entry-thumbnail {
  padding: 0px 0px 27px 0px;
}

.entry-content article.treatments .entry-thumbnail img {
  margin: 0 auto 15px;
}

.entry-content article.carousel-item.team .entry-category {
  font-size: 14px;
  font-weight: 700;
  color: var(--green-primary);
  text-transform: uppercase;
}

.entry-content article.carousel-item.team .entry-summary {
  padding-top: 0px !important;
}

.entry-content article.carousel-item.team .entry-summary p {
  margin: 0;
  font-size: 14px;
}

.entry-content article.carousel-item.team .entry-title,
article.carousel-item.team .entry-category,
article.carousel-item.team .entry-summary {
  text-align: left;
}

.entry-content article.treatments .entry-price {
  color: #000;
}

.entry-content article.treatments details {
  /* border: solid 1px #f0f0f0; */
  border-radius: 8px;
  color: #333233;
  font-weight: 400;
}

.entry-content article.treatments summary {
  display: flex;
  justify-content: space-around;
  /* color: var(--green-primary); */
  font-weight: 400;
}

.entry-content article.treatments details *:not(summary) {
  text-align: left;
}

.entry-content article.treatments summary::after {
  font-family: "Dashicons";
  content: "\f345";
  align-items: flex-end;
  transition: 0.2s;
}

.entry-content article.treatments details[open] > summary::after {
  content: "\f347";
}

.entry-content article.treatments li {
  list-style-image: none;
}

.entry-content article.carousel-item.treatments .entry-price {
  font-weight: 600;
}

.entry-content article.treatments .entry-price span {
  display: block;
}

.entry-content .single-services article.treatments .entry-price span {
  display: inline-block;
}

.cta_text {
  font-size: 24px;
  line-height: 32px;
}
.cta_text {
  font-weight: 700;
  text-align: left;
}

/* Multiple Items Bootstrap Carousels */
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.entry-content article.carousel-item.treatments > div,
.entry-content article.carousel-item.team > div {
  background: #fff;
  border-radius: 10px;
}

.entry-content article.carousel-item.team .entry-thumbnail img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.entry-content article.carousel-item.treatments h2.entry-title {
  font-size: 30px;
  padding: 41px 0 16px 0;
  min-height: 135px;
}

/* .cliniche-form .gdpr p, .cliniche-form .comunicazioni p, .cliniche-form .whatsapp-form p {
  display: flex;
  align-items: center;
} */
.cliniche-form .gdpr input,
.cliniche-form .comunicazioni input,
.cliniche-form .whatsapp-form input {
  margin-right: 5px;
}
.cliniche-form label[for="centro"],
.cliniche-form label[for="your-name"],
.cliniche-form label[for="your-email"],
.cliniche-form label[for="your-phone"],
.cliniche-form label[for="your-message"] {
  font-weight: 700;
}

.cliniche-form .gdpr p,
.cliniche-form .comunicazioni p,
.cliniche-form .whatsapp-form p {
  display: flex;
  align-items: flex-start;
}
.cliniche-form label[for="gdpr"] a {
  color: var(--green-primary);
}
.cliniche-form .gdpr,
.cliniche-form .comunicazioni,
.cliniche-form .whatsapp-form {
  margin-top: 10px;
}

.cliniche-form .gdpr input,
.cliniche-form .comunicazioni input,
.cliniche-form .whatsapp-form input {
  margin-right: 5px;
}
.cliniche-form .form-button p{
  margin-bottom: 0;
}
.cliniche-form .gdpr p,
.cliniche-form .comunicazioni p,
.cliniche-form .whatsapp-form p {
  margin: 0 0 8px;
}

.entry-content article.carousel-item.team h2.entry-title,
article.carousel-item.team h2.entry-title a {
  font-size: 14px;
  font-weight: 800;
}

.entry-content article.carousel-item.team h2.entry-title {
  padding: 10px 0 0 0;
}

.entry-content article.treatments details {
  padding-left: 25px;
  /* padding-top: 23px; */
  padding-bottom: 23px;
  padding-right: 20px;
  font-size: 16px !important;
  line-height: 1.6em;
}

.entry-content article.treatments summary {
  font-size: 18px;
}

.row.cliniche-form.form-group.sticky p {
  font-size: 14px;
}

.entry-content article.treatments details[open] > summary {
  margin-bottom: 23px;
}

.entry-content article.treatments ul {
  margin-left: 20px;
}

.entry-content article.treatments li {
  margin-left: 3px;
  margin-bottom: 6px;
}

.entry-content article.carousel-item.treatments .entry-price {
  font-size: 18px;
  margin: 8px 0 43px 0;
  min-height: 55px;
}

.entry-content .single-services article.treatments .entry-price span {
  margin: 0 2.5px 0 2.5px;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
/*------------------LAYOUT PARTS--------------*/
/*------------------Trattamenti---------------*/
#percorsi .row_inner {
  max-width: 100%;
}
.trattamenti-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.align-center-custom {
  display: flex !important;
  align-items: center !important;
}
/*------------------Footer----------------*/
.site-footer {
  background-color: var(--green-primary);
  color: #fff;
}
.background-green {
  background-color: var(--green-secondary-light);
}
.background-pink {
  background-color: var(--pink-primary);
}
a {
  color: rgb(33, 37, 41);
}
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

.site-logo img.logo,
.home .site-logo img.logo.home-scroll {
  display: block;
  width: 250px;
  height: 94px;
  background-image: url("/wp-content/themes/meloriadefault-child/images/genera-steso-dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.home .site-logo img.logo {
  background-image: url("/wp-content/themes/meloriadefault-child/images/genera-steso-white.svg");
}
.site-logo figcaption {
  display: none;
}

.site-logo img.logo {
  display: block;
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.category .archive-header a,
.category .archive-header a,
.search .archive-header a {
  font-weight: 800;
}

.category .archive-header a:link,
.category .archive-header a:visited,
.archive.date .archive-header a:link,
.archive.date .archive-header a:visited,
.search .archive-header a:link,
.search .archive-header a:visited,
.single-post .entry-header a:link,
.single-post .entry-header a:visited {
  color: var(--green-secondary-light);
}

.category .archive-header a:active,
.category .archive-header a:hover,
.archive.date .archive-header a:active,
.archive.date .archive-header a:hover,
.search .archive-header a:active,
.search .archive-header a:hover,
.single-post .entry-header a:active,
.single-post .entry-header a:hover {
  color: #fff;
}

.category .archive-header .breadcrumbs,
.archive.date .archive-header .breadcrumbs,
.search .archive-header .breadcrumbs,
.single-post .entry-header .breadcrumbs {
  font-weight: 800;
}

.category .archive-header .breadcrumbs span:before,
.archive.date .archive-header .breadcrumbs span:before,
.search .archive-header .breadcrumbs span:before,
.single-post .entry-header .breadcrumbs span:before {
  font-family: "Bootstrap-icons";
  content: "\F285";
  font-size: 70%;
  margin: 0 5px 0 5px;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.menu-item-has-children input[type="checkbox"] {
  display: none;
}

#nav_menu-7 a {
  background-color: #fff !important;
  color: var(--green-primary) !important;
}
.navbar-collapse:not(.show) #nav_menu-7 .menu {
  position: relative !important;
}
.navbar-collapse.collapsing #nav_menu-7 .menu,
.navbar-collapse.collapsing .menu-item-has-children label:after,
.navbar-collapse.collapsing .search-form {
  display: none;
}
.site-logo img.logo,
.home .site-logo img.logo.home-scroll {
  display: block;
  width: 250px;
  height: 94px;
  background-image: url("/wp-content/themes/meloriadefault-child/images/genera-steso-dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.home .site-logo img.logo {
  background-image: url("/wp-content/themes/meloriadefault-child/images/genera-steso-white.svg");
}
.site-logo figcaption {
  display: none;
}

.site-logo img.logo {
  display: block;
}
/* Fa sì che il menu si posizioni fuori schermo a destra inizialmente */
.navbar-collapse {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  overflow-x: hidden;
  transition: width 0.5s ease;
  background-color: var(
    --green-primary
  ); /* Stesso colore dello sfondo della navbar */
}
.navbar-collapse .menu-contacts {
  position: absolute;
  top: 5%;
  left: 4%;
  right: 0;
  justify-content: start;
  gap: 33px;
}
.navbar-collapse .menu-contacts a {
  color: var(--green-primary);
}
.search-form .bi.bi-search {
  right: 0;
  font-size: 1.5rem;
}
.bi.bi-search::before {
  color: #fff;
  background-color: var(--green-primary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
/* Gli elementi del menu si allineano verticalmente */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.nav-link {
  padding: 1rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: var(--green-primary);
  position: relative;
  transition: all 0.3s ease-in-out;
  background-image: none;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler-icon:not(.bg-white):before,
.navbar-toggler-icon:not(.bg-white)::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--green-primary);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler-icon.bg-white::before,
.navbar-toggler-icon.bg-white::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.navbar-toggler-icon::before {
  top: -10px;
}

.navbar-toggler-icon::after {
  bottom: -10px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* Trasforma l'icona in una "X" quando il menu è aperto */
.navbar-toggler.collapsed .navbar-toggler-icon {
  transform: rotate(0);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent !important;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  bottom: 0;
  background-color: #fff;
}

#nav_companion {
  width: 100%;
  height: 87px;
  margin-top: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  position: fixed;
  top: 0;
  z-index: 8;
}

#masthead .menu .menu-item a {
  display: block;
  width: auto;
  background-color: #3b7a73;
  margin: 10px;
  border-radius: 43px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.genera-navigation {
  align-self: flex-start;
  width: 100%;
  padding: 20px 0px 80px;
  margin: 0px 10px 0 10px;
}

.genera-navigation li {
  margin: 6px 10px;
}

#masthead .menu .menu-item a {
  padding: 16px 28px;
}

#masthead .menu {
  position: fixed;
  top: 28px;
  right: 85px;
}

/* Stile per le linee dell'hamburger */
.hamburger {
  width: 100%;
  height: 3px;
  background-color: var(--green-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.home .hamburger {
  background-color: #fff;
}

.hamburger.home-toggled,
#menu-toggle:checked ~ label #hamburger-menu .hamburger {
  background-color: var(--green-primary);
  background-color: #3b7a73;
}

.call_icon a:before {
  font-family: "Bootstrap-icons";
  content: "\F5B4";
  margin-right: 5px;
}

.line-1 {
  top: 0;
}
.line-2 {
  top: 50%;
  transform: translateY(-50%);
}
.line-3 {
  bottom: 0;
}
#spinner_text {
  display: none;
}

/* Stile per il menu hamburger */
#hamburger-menu {
  width: 30px;
  height: 19px;
  position: fixed;
  top: 60px;
  right: 28px;
  z-index: 9999;
  cursor: pointer;
}

#menu-toggle:checked ~ div div .menu {
  top: 7px;
}

/* #menu-toggle:checked ~ div div .menu li:not(.call_icon) a span:nth-child(2) {
  display: none;
} */

#menu-toggle:checked ~ div div .menu li:is(.call_icon) a span {
  font-size: 0;
}

#menu-toggle:checked ~ div div .menu li:is(.call_icon) a:before {
  margin-right: 0px;
}

#menu-toggle:checked ~ label #spinner_text {
  display: block;
}
#menu-toggle:not(:checked) ~ label #spinner_text {
  display: none;
}

#menu-toggle:checked ~ label .hamburger {
  height: 6px;
}

#menu-toggle:checked ~ label #hamburger-menu .line-1 {
  transform: translateY(7px) rotate(45deg);
}
#menu-toggle:checked ~ label #hamburger-menu .line-2 {
  opacity: 0;
}
#menu-toggle:checked ~ label #hamburger-menu .line-3 {
  transform: translateY(-7px) rotate(-45deg);
}
#menu-toggle:checked ~ label #hamburger-menu {
  width: 19px;
  height: 20px;
  top: 33px;
}

#mobile_header_menu input[type="checkbox"]:checked ~ .sub-menu {
  display: block;
}

#mobile_header_menu input[type="checkbox"]:checked ~ label::after {
  transform: rotate(90deg);
}

#mobile_header_menu input[type="checkbox"]:checked ~ label {
  top: 4px;
}

#mobile_header_menu .nav-menu {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 18px;
}
#mobile_header_menu .nav-menu .sub-menu {
  display: none;
}

#mobile_header_menu a {
  padding: 14px 40px 14px 30px;
}

#mobile_header_menu .nav-menu .sub-menu a {
  padding: 7px 0px 7px 20px;
}

.menu-item-has-children label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 1px;
  font-size: 16px;
  vertical-align: middle;
  content: "\f105";
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #404040;
  color: var(--black);
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  pointer-events: auto;
}

.page-id-29823 #masthead .menu li:not(.call_icon) {
  display: none;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
body.page-id-33891 #menu-contact-menu-2 .menu-item-33067{
  display: none;
}
.centro_content > div {
  justify-content: center;
  display: flex;
  align-items: center;
}
.centro_content .module-title {
  text-align: center;
}

.single.single-post article .entry-thumbnail img {
  border-radius: 8px;
  max-height: 350px;
  object-fit: cover;
}

.single.single-post article .entry-social {
  margin-top: 30px;
  padding-top: 0px;
  /* margin-bottom: 30px; */
  border-top: 2px dashed rgba(45, 54, 99, 0.1);
}

.page article > header.entry-header,
.post-type-archive-services article > header.entry-header,
.single-services article > header.entry-header,
.category .archive-header,
.archive.date .archive-header,
.search .archive-header,
.single-post .entry-header {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  position: relative;
  z-index: 1;
}

.single-post .entry-header {
  justify-content: center;
}

/* .page article > header.entry-header,
.category .archive-header,
.archive.date .archive-header,
.search .archive-header,
.single-post .entry-header {
  background-color: var(--green-primary);
} */

/*:where(.page article, .post-type-archive-services article) header.entry-header*/
.page article header.entry-header,
.post-type-archive-services article header.entry-header,
.category .archive-header,
.archive.date .archive-header,
.search .archive-header,
.single-post .entry-header {
  justify-content: center;
}

/*:where(.single-services article) header.entry-header*/
.single-services article > header.entry-header,
.page article.post-29823 header.entry-header {
  justify-content: center;
  text-align: center;
}

/*:where(.page article.has-post-thumbnail, .post-type-archive-services article.has-post-thumbnail, .single-services article.has-post-thumbnail) header.entry-header*/
.post-type-archive-services article.has-post-thumbnail header.entry-header,
.category .card .card-img-top,
.archive .card .card-img-top,
.search .card .card-img-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-services article.has-post-thumbnail > header.entry-header,
.page article.has-post-thumbnail header.entry-header {
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*:where(.page article.has-post-thumbnail, .post-type-archive-services article.has-post-thumbnail, .single-services article.has-post-thumbnail) header.entry-header:before*/
.page
  main.site-content
  > article.has-post-thumbnail
  > header.entry-header:before,
.post-type-archive-services
  main.site-content
  > article.has-post-thumbnail
  > header.entry-header:before,
.single-services
  main.site-content
  > article.has-post-thumbnail
  > header.entry-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333233;
  opacity: 0.5;
  z-index: -1;
}

.single-services
  main.site-content
  > article.has-post-thumbnail
  > header.entry-header:before {
  opacity: 0.8;
}

article.carousel-item.has-post-thumbnail header.entry-header:before,
article.carousel-item.has-post-thumbnail header.entry-header:before,
article.carousel-item.has-post-thumbnail header.entry-header:before {
  display: none;
}

.page .site-content > article header.entry-header,
.post-type-archive-services article header.entry-header,
.single-services article > header.entry-header,
.category .archive-header,
.archive.date .archive-header,
.search .archive-header,
.archive.date .archive-header a,
.search .archive-header a,
.category .archive-header a,
.single-post .entry-header {
  color: #fff;
}

.page article.carousel-item.team header.entry-header {
  color: #000;
}

.page article.has-post-thumbnail > header.entry-header .entry-title,
.post-type-archive-services article header.entry-header .entry-title,
.single-services article > header.entry-header .entry-title {
  text-align: center;
}

.page article div.entry-summary,
.post-type-archive-services article div.entry-summary {
  text-align: center;
}

.single-services article > header.entry-header .entry-title,
.page article.post-29823 header.entry-header .entry-title,
.page article.post-29823 header.entry-header .entry-summary,
.single-services article > .entry-summary {
  text-align: left;
}

.category .card,
.archive .card,
.search .card/*,
.category .card .card-img-top,
.archive .card .card-img-top,
.search .card .card-img-top*/ {
  border: none !important;
}

.category .card .card-img-top,
.archive .card .card-img-top,
.search .card .card-img-top {
  border-radius: var(--bs-border-radius);
  /*border: solid 1px var(--green-secondary-light);*/
}

.category .card .card-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.category .card .card-title a,
.archive .card .card-title a,
.search .card .card-title a {
  color: var(--green-primary);
  font-weight: 800;
  font-size: 25px;
}

.single.single-post .entry-meta .author,
.single.single-post .entry-meta time,
.single.single-post .entry-meta .comment-count,
.category .card time,
.archive .card time,
.search .card time,
.category .card .comment-count,
.archive .card .comment-count,
.search .card .comment-count {
  color: var(--green-primary);
}

.category .card .card-body,
.archive .card .card-body,
.search .card .card-body {
  padding: var(--bs-card-spacer-y) 0 !important;
}

.single.single-post .entry-meta .author,
.single.single-post .entry-meta time,
.single.single-post .entry-meta .comment-count,
.category .card time,
.archive .card time,
.search .card time,
.category .card time,
.archive .card time,
.search .card time,
.category .card .comment-count,
.archive .card .comment-count,
.search .card .comment-count {
  font-weight: 400;
}

.single.single-post .entry-meta .author:before,
.single.single-post .entry-meta time:before,
.single.single-post .entry-meta .comment-count:before,
.category .card time:before,
.archive .card time:before,
.search .card time:before,
.category .card .comment-count:before,
.archive .card .comment-count:before,
.search .card .comment-count:before {
  font-family: "Bootstrap-icons";
  font-weight: 600;
}

.single.single-post .entry-meta time:before,
.category .card time:before,
.archive .card time:before,
.search .card time:before {
  content: "\F293";
  margin-right: 5px;
}

.single.single-post .entry-meta .comment-count:before,
.category .card .comment-count:before,
.archive .card .comment-count:before,
.search .card .comment-count:before {
  content: "\F266";
  margin-right: 5px;
}

.single.single-post .entry-meta .author:before {
  content: "\F4D7";
  margin-right: 5px;
}

.category .card .comment-count,
.archive .card .comment-count,
.search .card .comment-count {
  margin-left: 15px;
}

.single.single-post .entry-meta {
  padding: 28px 0 24px;
  margin: 0 0 20px;
  /* border-bottom: 2px dashed rgba(45, 54, 99, 0.1); */
  font-size: 14px !important;
}
.single.single-post .entry-content,
.single.single-post .entry-content p {
  color: var(--green-primary) !important;
}

.single.single-post .entry-content.container .entry-content a:link,
.single.single-post .entry-content.container .entry-content a:visited {
  color: var(--green-primary) !important;
}

.single.single-post .entry-content.container .entry-content a:hover,
.single.single-post .entry-content.container .entry-content a:active {
  color: var(--green-secondary-light) !important;
}
body.category-pubblicazioni header.archive-header {
  background-image: url(/wp-content/uploads/2024/03/Pubblicazioni-scaled.webp);
  background-size: cover;
  padding: 11rem 0;
}
body.category-congressi header.archive-header {
  background-image: url(/wp-content/uploads/2024/03/congressi-scaled.webp);
  background-size: cover;
  padding: 11rem 0;
  background-position: center center;
}
body.category-news header.archive-header {
  background-image: url(/wp-content/uploads/2024/03/blog-scaled.webp);
  background-size: cover;
  padding: 11rem 0;
  background-position: center center;
}
body.category-podcast header.archive-header {
  background-image: url(/wp-content/uploads/2024/03/podcast-scaled.webp);
  background-size: cover;
  padding: 11rem 0;
  background-position: center center;
}
body.archive.category header.archive-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333233;
  opacity: 0.5;
  z-index: -1;
}
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
/*HERO CATEGORIE*/

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */
 .single-post .newsletter::before{
  background-size: contain;
 }

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0 70px 0;
}

.pagination li,
.single.single-post article .entry-social li {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}

.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
  font-size: 0;
}

.pagination li a,
.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before {
  font-size: 18px;
}

.pagination li a,
.pagination .page-numbers.current,
.pagination .page-numbers.dots {
  display: block;
  font-size: 18px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  border-radius: 50%;
}

.pagination .page-numbers li a,
.pagination .page-numbers.current,
.pagination .page-numbers.dots {
  padding: 22px 0 21px 0;
}

.pagination .page-numbers li a,
.pagination .page-numbers.current,
.pagination .page-numbers.dots {
  padding: 22px 0 21px 0;
}

.page-numbers li a:link,
.page-numbers li a:visited,
.pagination .page-numbers.dots {
  background-color: var(--pink-primary);
  color: var(--green-primary);
}

.page-numbers li a:hover,
.page-numbers li a:active,
.pagination .page-numbers.current {
  background-color: var(--green-primary);
  color: #fff;
}

.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before {
  font-family: "Bootstrap-icons";
}

.pagination a.prev.page-numbers:before {
  content: "\F12F";
}

.pagination a.next.page-numbers:before {
  content: "\F138";
}


/**
   * 5.8 Author Bio
   * ----------------------------------------------------------------------------
   */

/**
   * 5.9 Archives
   * ----------------------------------------------------------------------------
   */
/*-------------Cliniche-----------------*/

body.page-id-30925 .cliniche-container {
  padding: 0;
}
#store-locator .search {
  background-color: var(--green-primary);
}
.store-button a {
  background-color: var(--green-primary) !important;
  padding: 15px;
}
.store-button a:hover {
  background-color: var(--green-secondary-light) !important;
  text-decoration: none;
}
body.page-id-30925 .entry-header {
  margin-bottom: 0 !important;
}

#store-locator .labelresult {
  margin-bottom: 70px;
}

.post-type-archive-services .site-content > article > .entry-header {
  text-align: center;
}

/**
   * 5.10 Search Results/No posts
   * ----------------------------------------------------------------------------
   */

/**
   * 5.11 404
   * ----------------------------------------------------------------------------
   */

/**
   * 5.12 Comments
   * ----------------------------------------------------------------------------
   */

#commentform {
  border-radius: 8px;
}

.comments-area
  input:not([type="submit"]):not([type="button"]):not([type="radio"]):not(
    [type="checkbox"]
  ),
.comments-area textarea {
  font-weight: 400;
  padding: 14px 36px;
  -webkit-border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40px;
  -moz-background-clip: padding;
  border-radius: 40px;
}

.comments_notes,
.form-submit {
  text-align: center;
}

.comments_notes {
  color: red !important;
  margin-bottom: 22px !important;
}
.form-submit {
  margin-bottom: 0 !important;
}

.comments-field {
  margin-bottom: 30px;
}

/**
   * 6.0 Sidebar
   * ----------------------------------------------------------------------------
   */

#sidebar_right {
  padding-bottom: 20px;
}

#sidebar_right .widget_calendar {
  background-color: var(--pink-primary);
  border-radius: 8px;
  padding: 40px 30px 20px;
}

#sidebar_right .widget_calendar h4.sidebar-widget {
  color: #fff;
  padding: 0px 0px 10px 0px;
  margin: 0 0px 30px;
  font-size: 24px;
  line-height: 1.2em;
  border-bottom: 2px dashed rgba(45, 54, 99, 0.1);
}

#sidebar_right .widget_calendar h4.sidebar-widget:before {
  font-family: "Bootstrap-icons";
  content: "\F214";
  margin-right: 5px;
  font-size: 18px;
}

#sidebar_right .widget_calendar .wp-calendar-table {
  caption-side: top;
  font-size: 14px;
}

#sidebar_right .widget_calendar .wp-calendar-table td {
  padding: 6px 10px 6px 0;
}

#sidebar_right .widget_calendar .wp-calendar-table caption {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  padding: 0 0 10px;
}

#sidebar_right .widget_calendar,
#sidebar_right .widget_calendar .wp-calendar-table,
#sidebar_right .widget_calendar a,
#sidebar_right .widget_calendar .wp-calendar-table caption {
  color: var(--green-primary);
}

#sidebar_right .widget_calendar .wp-calendar-table thead,
#sidebar_right .widget_calendar #today {
  font-weight: 800;
}

#sidebar_right .widget_calendar #today {
  position: relative;
  z-index: 2;
  color: #fff;
}

#sidebar_right .widget_calendar #today:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 2.3em;
  height: 2.3em;
  left: 14%;
  top: 50%;
  background-color: var(--green-primary);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
   * 6.1 Widgets
   * ----------------------------------------------------------------------------
   */

/*-Footer Widgets------------------------------------------------------------*/

#footer_widgets .widget .textwidget p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}

#footer_widgets .widget {
  font-size: 16px !important;
}

#footer_widgets .widget .textwidget p {
  line-height: 1.6em;
  word-wrap: normal !important;
}

.site-footer .widget h4 {
  color: #fff;
}

#footer_widgets .widget h4.footer-widget {
  padding: 0px 0px 0;
  margin: 18px 0 36px 0;
  line-height: 1.2em;
  font-weight: 700;
  word-wrap: break-word;
}
#menu-social a span {
  display: none;
}
#footer_widgets .widget li {
  margin-bottom: 10px;
}
.site-footer #menu-i-nostri-centri li {
  text-transform: uppercase;
}

#footer_widgets {
  padding: 17px 0 55px 0;
}

#footer_bottom {
  font-size: 14px !important;
  padding: 22px 0 20px 0;
}

#certificazioni_bottom h4 {
  font-size: 14px !important;
  margin: 0 0 8px 0;
  text-align: center;
}

#colophon {
  margin: 6px 0 0 0;
}

#colophon li:not(:last-child) {
  margin-right: 10px;
}

.site-footer #menu-social ul,
.site-footer #menu-social li {
  padding: 0;
  margin: 0;
}

.site-footer #menu-social {
  margin-top: -9px;
}

.site-footer #menu-social li {
  display: inline-block;
}
.site-footer #menu-social li a,
.single.single-post .entry-social li a {
  font-family: "Dashicons";
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.site-footer a[href^="https://www.facebook.com"]:before, .single.single-post .entry-social a[href^="https://www.facebook.com"]:before
{
  content: "\f305";
}

.site-footer a[href^="https://www.instagram.com"]:before
{
  content: "\f12d";
}

.site-footer a[href^="https://www.linkedin.com"]:before, .single.single-post .entry-social a[href^="https://www.linkedin.com"]:before
{
  content: "\f18d";
}

.site-footer a[href^="https://www.youtube.com"]:before
{
  content: "\f19b";
}

.single.single-post .entry-social a[href^="mailto:?"]:before {
  content: "\f465";
}

.single.single-post .entry-social a[href^="mailto:info"]:before {
  content: "\f466";
}

/*back to top*/
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4;
  border: none;
  outline: none;
  background-color: var(--green-primary);
  color: #fff;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
}

#scrollToTopBtn:hover {
  background-color: var(
    --green-secondary-light
  ); /* Cambia il colore al passaggio del mouse */
}
/**
   * 7.0 Footer
   * ----------------------------------------------------------------------------
   */

.site-footer {
  background-color: var(--green-primary);
  color: #fff;
}

#footer_bottom {
  background-color: rgba(0, 0, 0, 0.1);
}

#certificazioni_bottom h4 {
  text-transform: uppercase;
}

#colophon {
  display: flex;
  align-items: center;
  justify-content: center;
}

#colophon li {
  display: inline-block !important;
}

.site-footer a:link,
.site-footer a:visited {
  color: var(--green-secondary-light);
}
.site-footer a:active,
.site-footer a:hover {
  color: #ffffff;
}

div.mobile-only {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: var(--pink-primary);
  z-index: 999;
  font-weight: 700;
}

div.mobile-only > div {
  height: 100%;
}

div.mobile-only > div > ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: inherit;
}

div.mobile-only li {
  display: inline-block;
}
div.mobile-only li a {
  padding: 16px 40px;
  background-color: var(--green-primary);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  width: 9rem;
}

.single-post .entry-header .entry-title {
  color: var(--green-primary);
}
/**
   * 8.0 Media Queries (Bootstrap)
   * ----------------------------------------------------------------------------
   */

@media (max-width: 575.98px) {
  /* X-Small devices (portrait phones, less than 576px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h2 {
    font-size: 30px;
    color: var(--green-primary);
    font-weight: 700;
  }
  .entry-title {
    font-size: 30px !important;
    text-align: center;
  }
  body.home .sub-head.tf_block.tf_rel {
    font-size: 30px;
    font-weight: 400;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .newsletter h3 {
    font-size: 25px !important;
  }

  .mx-md-3,
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .entry-content article.carousel-item.treatments.active,
  .entry-content article.carousel-item.team.active {
    margin-left: -1rem;
  }

  .entry-content article.carousel-item.team .entry-summary {
    min-height: 80px;
  }

  .carousel-four-columns .col-3 {
    width: 100% !important;
  }

  .carousel-three-columns .col-4 {
    width: calc(100% - 1rem) !important;
    margin-bottom: 35px;
  }

  .carousel-three-columns .carousel-item {
    float: none !important;
    display: block !important;
  }

  .carousel.dpsc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 108%;
    width: 88%;
    padding: 0;
    color: var(--green-primary);
    background-color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  .carousel-control-next-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-right-circle.svg);
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  .carousel-control-prev-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-left-circle.svg);
    background-color: #ffff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .sub-stripe {
    padding: 60px 0;
  }
  .sub-stripe-w-margin {
    padding: 60px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .margin-bottom-mobile {
    padding-bottom: 30px;
  }

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  .navbar-collapse.show {
    width: 100%; /* Imposta la larghezza desiderata del menu */
    height: 100vh;
  }
  .site-logo img.logo,
  .home .site-logo img.logo.home-scroll {
    width: 165px;
    height: 60.5px;
    background-image: url("/wp-content/themes/meloriadefault-child/images/genera-steso-dark.svg");
  }

  #masthead {
    width: 100%;
  }

  #masthead .menu {
    right: 70px;
  }

  #masthead .menu .menu-item a {
    padding: 10px 39px;
    font-size: 16px;
  }

  .navbar .nav-menu label {
    display: initial;
    position: absolute;
    top: 24px;
    right: 0;
  }
  #scheda-prodotto ul a,
  #scheda-prodotto-2 ul a,
  #scheda-prodotto-3 ul a,
  #scheda-prodotto-4 ul a {
    padding: 0 20px !important;
  }
  #scheda-prodotto .tab-nav {
    margin-bottom: 2rem !important;
    background-color: #ffffff;
  }
  #scheda-prodotto ul,
  #scheda-prodotto-2 ul,
  #scheda-prodotto-3 ul,
  #scheda-prodotto-4 ul {
    width: 100%;
  }
  #scheda-prodotto-2 ul,
  #scheda-prodotto-3 ul,
  #scheda-prodotto-4 ul {
    background-color: var(--green-secondary-light);
    margin-bottom: 2rem !important;
  }
  #hamburger-menu {
    position: fixed;
    top: 60px;
  }

  #masthead .menu {
    top: 38px;
  }

  #masthead .menu li:not(.call_icon) a span:nth-child(1) {
    display: none;
  }

  #masthead .menu li:is(.call_icon) a span {
    font-size: 0;
  }

  #masthead .menu li:not(.call_icon) {
    order: -1;
    margin-right: 5px;
  }

  #masthead .menu li:is(.call_icon) a span:before {
    margin-right: 0;
  }

  #menu-toggle:checked ~ div div .menu {
    top: 14px;
  }

  #menu-toggle:checked ~ div div .menu li:is(.call_icon) a {
    background: transparent;
    color: #3b7a73;
  }

  #nav_menu-6 .call_icon span {
    font-size: 0px;
  }

  #nav_menu-6 .call_icon span:before {
    content: "Chiama";
    font-family: "Montserrat", sans-serif;
    font-size: var(--bs-body-font-size);
  }

  #nav_menu-6 .menu li:not(.call_icon) a span:nth-child(1) {
    display: none;
  }

  #nav_menu-6 ul li:nth-of-type(1) {
    order: 2;
  }
  .site-header{
    height: 100px;
  }

  /*Team Provvisorio*/
  .type-team .entry-content {
    margin-top: 8rem;
}
  /**
     * 8.5 - Content
     * ----------------------------------------------------------------------------
     */

  .category .card .card-img-top img,
  .archive .card .card-img-top img,
  .search .card .card-img-top img {
    width: 100%;
    height: 288px;
  }

  /*.pagination ul.page-numbers li:nth-child(2),
  .pagination ul.page-numbers li:nth-child(3),
  .pagination ul.page-numbers li:nth-child(5),
  .pagination ul.page-numbers li:nth-child(6),
  .pagination ul.page-numbers li:nth-child(7),
  .pagination ul.page-numbers li:nth-child(8) {
    display: none;
  }*/

  .pagination ul.page-numbers li > :not(.current,.prev,.next){
    display:none;
  }

  .pagination ul.page-numbers li > .next{
    margin-left:-4px;
  }

  .page article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header {
    height: 202px;
  }

  .single-post .entry-header {
    min-height: 202px;
  }

  .page article.has-post-thumbnail > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .single-services article > header.entry-header {
    height: 480px;
  }

  #bars-success .charts-row .subrow_inner {
    flex-direction: column;
    display: flex;
  }
  .charts .module,
  .charts {
    width: 100% !important;
  }
  .pagination-container i {
    font-size: 30px;
    color: var(--green-primary);
  }
  .news-item h5.card-title a {
    color: var(--green-primary) !important;
    font-weight: 500;
  }

  .page article > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header,
  .single-post .entry-header {
    margin-top: 100px;
    padding: 0 30px;
  }
  .single-services article > header.entry-header {
    margin-top: 135px;
    padding: 0 20px;
  }
  #prenotazione_form .wpcf7-spinner{
    display: none!important;
  }
  /* .page .site-content > article header.entry-header,
    .post-type-archive-services article header.entry-header,
    .single-services article > header.entry-header,
    .category .archive-header, .archive.date .archive-header, .search .archive-header,
    .single-post .entry-header {
      margin-bottom: 35px;
    } */

  .page article header.entry-header .entry-title,
  .post-type-archive-services article header.entry-header .entry-title,
  .single-services article > header.entry-header .entry-title {
    font-size: 56px;
    font-weight: 700;
  }

  .single-post .entry-header .entry-title,
  .category .archive-header .archive-title,
  .archive.date .archive-header .archive-title,
  .search .archive-header .archive-title {
    font-size: 56px;
    font-weight: 700;
  }

  .single-post .category-pubblicazioni .entry-header .entry-title {
    font-size: 36px;
  }

  .page article.has-post-thumbnail > header.entry-header .entry-title,
  .post-type-archive-services article header.entry-header .entry-title,
  .single-services article > header.entry-header .entry-title {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .page article header.entry-header .entry-title,
  .single-post .entry-header .entry-title {
    margin-bottom: 18px;
  }

  .page article div.entry-summary,
  .post-type-archive-services article div.entry-summary {
    font-size: 16px;
  }

  /* Store Locator */
  .mappa {
    position: absolute !important;
    width: 100%;
  }
  .store-button a {
    background-color: var(--green-primary) !important;
    padding: 7px;
  }

  .lista {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 6;
    padding: 15px !important;
    overflow: hidden;
  }
  .map-wrapper.view-mappa .lista {
    display: none;
  }

  .map-wrapper.view-lista .lista,
  .map-wrapper.view-lista .mappa {
    display: block;
  }
  #store-locator .range .badge[data-prebadge]:before {
    display: none;
  }
  #store-locator .subtitle {
    margin-left: 15px;
    margin-right: 15px;
  }
  #store-locator h3.title {
    font-size: 22px;
    line-height: 33.44px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #store-locator .modal-container {
    width: auto;
  }
  .scroll {
    height: 32em;
  }
  .news-item h5.card-title a {
    color: var(--green-primary) !important;
    font-weight: 500;
  }

  #store-locator .search > div {
    margin-bottom: 1em;
  }

  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
  div.mobile-only {
    display: block;
  }
  #footer_widgets .widget h4.footer-widget {
    font-size: 30px;
  }
  #trattamenti-section .trattamenti-card:not(:last-child) .vc_column-inner {
    border-bottom-width: 10px !important;
    padding-top: 25px !important;
    border-bottom: solid;
    border-bottom-color: var(--green-secondary-light) !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (landscape phones, less than 768px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h3 {
    font-size: 25px;
  }
  h2 {
    font-size: 38px;
    color: var(--green-primary);
    font-weight: 700;
  }
  .single-post h2 {
    font-size: 30px;
  }
  .single-post h3 {
    font-size: 25px;
  }
  body.home .sub-head.tf_block.tf_rel {
    font-size: 30px;
    font-weight: 400;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .form-select-lg {
    font-size: 17px !important;
  }
  .tab-prodotti .tab-content {
    border-radius: 15px;
  }

  .mx-md-3,
  mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .entry-content article.carousel-item.treatments.active,
  .entry-content article.carousel-item.team.active {
    margin-left: -1rem;
  }

  .entry-content article.carousel-item.team .entry-summary {
    min-height: 125px;
  }

  .carousel-four-columns .col-3 {
    width: calc(50% - 1rem) !important;
  }

  .carousel-three-columns .col-4 {
    width: calc(80% - 1rem) !important;
    margin-bottom: 35px;
  }

  .carousel-three-columns .carousel-item {
    display: block !important;
    float: none !important;
  }

  .carousel.dpsc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 108%;
    width: 88%;
    padding: 0;
    color: var(--green-primary);
    background-color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  .carousel-control-next-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-right-circle.svg);
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  .carousel-control-prev-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-left-circle.svg);
    background-color: #ffff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .sub-stripe {
    padding: 60px 0;
  }
  .sub-stripe-w-margin {
    padding: 60px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .margin-bottom-mobile {
    padding-bottom: 30px;
  }
  .stripe-top {
    padding-top: 159px;
  }
  .stripe-bottom {
    padding-bottom: 159px;
  }
  .tab-prodotti .tab-content {
    margin-left: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .tab-prodotti .tab-nav {
    margin: 0 !important;
    background-color: unset !important;
    width: 250px;
  }
  .tab-prodotti .tab-content {
    width: 500px;
  }
  .tab-prodotti .tab-nav li {
    padding: 9px !important;
    border-radius: 25px !important;
  }
  .faq-preservazione .tb_title_accordion {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  .navbar-collapse.show {
    width: 100%; /* Imposta la larghezza desiderata del menu */
    height: 100vh;
  }
  .site-logo img.logo {
    width: 130px;
    height: 48.5px;
  }

  .site-logo img.logo,
  .home .site-logo img.logo.home-scroll {
    width: 130px;
    height: 48.5px;
    background-image: url("/wp-content/themes/meloriadefault-child/images/genera-steso-dark.svg");
  }

  #masthead .menu .menu-item a {
    padding: 8px 16px;
  }
  #masthead .menu {
    right: 70px;
  }

  #masthead .menu {
    top: 38px;
  }

  #masthead .menu li:not(.call_icon) a span:nth-child(1) {
    display: none;
  }

  #masthead .menu li:is(.call_icon) a span {
    font-size: 0;
  }

  #masthead .menu li:is(.call_icon) a span:before {
    margin-right: 0;
  }

  #masthead .menu li:not(.call_icon) {
    order: -1;
    margin-right: 25px;
  }

  #menu-toggle:checked ~ div div .menu {
    top: 14px;
  }

  #menu-toggle:checked ~ div div .menu li:is(.call_icon) a {
    background: transparent;
    color: #3b7a73;
  }
  .site-header{
    height: 100px;
  }

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */

  .category .card .card-img-top img,
  .archive .card .card-img-top img,
  .search .card .card-img-top img {
    width: 100%;
    height: 288px;
  }

  .pagination ul.page-numbers li:nth-child(2),
  .pagination ul.page-numbers li:nth-child(6) {
    display: none;
  }

  .page article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header {
    height: 202px;
  }

  .single-post .entry-header {
    min-height: 202px;
  }

  .page article.has-post-thumbnail > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .single-services article > header.entry-header {
    height: 480px;
  }

  #loops-wrapper .entry-thumbnail img {
    width: 100%;
    height: 350px;
  }
  .pagination-container i {
    font-size: 40px;
    color: var(--green-primary);
  }
  .news-item h5.card-title a {
    color: var(--green-primary) !important;
    font-weight: 500;
  }

  .page article > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .single-services article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header,
  .single-post .entry-header {
    margin-top: 100px;
    padding: 0 30px;
  }

  /* .page .site-content > article header.entry-header,
    .post-type-archive-services article header.entry-header,
    .single-services article > header.entry-header,
    .category .archive-header, .archive.date .archive-header, .search .archive-header,
    .single-post .entry-header {
      margin-bottom: 35px;
    } */

  .page article header.entry-header .entry-title,
  .post-type-archive-services article header.entry-header .entry-title,
  .single-services article > header.entry-header .entry-title {
    font-size: 56px;
    font-weight: 700;
  }
  #store-locator .modal-body {
    margin: 60px 0;
  }
  .single-post .entry-header .entry-title,
  .category .archive-header .archive-title,
  .archive.date .archive-header .archive-title,
  .search .archive-header .archive-title {
    font-size: 48px;
    font-weight: 700;
  }

  .single-post .category-pubblicazioni .entry-header .entry-title {
    font-size: 36px;
  }

  .page article.has-post-thumbnail > header.entry-header .entry-title,
  .post-type-archive-services article header.entry-header .entry-title,
  .single-services article > header.entry-header .entry-title {
    margin-top: 70px;
    margin-bottom: 18px;
  }

  .page article header.entry-header .entry-title,
  .single-post .entry-header .entry-title {
    margin-bottom: 18px;
  }

  .page article div.entry-summary,
  .post-type-archive-services article div.entry-summary {
    font-size: 16px;
  }

  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
  #footer_widgets .widget h4.footer-widget {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, less than 992px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */

  h3 {
    font-size: 25px;
    color: var(--green-primary);
    font-weight: 700 !important;
  }
  h2 {
    font-size: 38px;
    color: var(--green-primary);
    font-weight: 700;
  }
  .single-post h2 {
    font-size: 30px;
  }
  .single-post h3 {
    font-size: 25px;
  }
  body.home .sub-head.tf_block.tf_rel {
    font-size: 30px;
    font-weight: 400;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  div.themify_builder_slider_vertical :is(.carousel-prev) {
    left: 45%;
    top: 120%;
  }
  div.themify_builder_slider_vertical :is(.carousel-next) {
    right: 45%;
    top: 120%;
  }
  div.themify_builder_slider_vertical .tf_carousel_bullets {
    display: none;
  }
  .form-select-lg {
    font-size: 17px !important;
  }
  .tab-prodotti .tab-content {
    border-radius: 15px !important;
  }
  .tab-prodotti .tab-content {
    margin-left: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .tab-prodotti .tab-nav {
    margin: 0 !important;
    background-color: unset !important;
    width: 250px;
  }
  .tab-prodotti .tab-content {
    width: 500px;
  }
  .tab-prodotti .tab-nav li {
    padding: 9px !important;
    border-radius: 25px !important;
  }
  .faq-preservazione .tb_title_accordion {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .entry-content article.carousel-item.treatments.active,
  .entry-content article.carousel-item.team.active {
    margin-left: -1rem;
  }

  .entry-content article.carousel-item.team .entry-summary {
    min-height: 80px;
  }

  .carousel-four-columns .col-3 {
    width: calc(50% - 1rem) !important;
    margin-bottom: 35px;
  }

  .carousel-three-columns .col-4 {
    width: calc(100% - 1rem) !important;
  }

  .carousel-three-columns .carousel-item {
    float: none !important;
    display: block;
  }

  .carousel.dpsc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page article > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header,
  .single-post .entry-header {
    margin-top: 100px;
    padding: 0 30px;
  }
  .single-services article > header.entry-header {
    margin-top: 135px;
    padding: 0 73px;
  }

  /* .page .site-content > article header.entry-header,
    .post-type-archive-services article header.entry-header,
    .single-services article > header.entry-header,
    .category .archive-header, .archive.date .archive-header, .search .archive-header,
    .single-post .entry-header {
      margin-bottom: 35px;
    } */

  .page article header.entry-header .entry-title,
  .post-type-archive-services article header.entry-header .entry-title,
  .single-services article > header.entry-header .entry-title {
    font-size: 56px;
    font-weight: 700;
  }

  .single-post .entry-header .entry-title,
  .category .archive-header .archive-title,
  .archive.date .archive-header .archive-title,
  .search .archive-header .archive-title {
    font-size: 56px;
    font-weight: 700;
  }

  .single-post .category-pubblicazioni .entry-header .entry-title {
    font-size: 36px;
  }

  .page article.has-post-thumbnail > header.entry-header .entry-title,
  .post-type-archive-services article header.entry-header .entry-title,
  .single-services article > header.entry-header .entry-title {
    margin-top: 70px;
    margin-bottom: 18px;
  }

  .page article header.entry-header .entry-title,
  .single-post .entry-header .entry-title {
    margin-bottom: 18px;
  }

  .page article div.entry-summary,
  .post-type-archive-services article div.entry-summary {
    font-size: 16px;
  }

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .stripe {
    min-height: 770px !important;
  }
  .stripe-top {
    padding-top: 159px;
  }
  .stripe-bottom {
    padding-bottom: 159px;
  }

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  .navbar-collapse.show {
    width: 100%; /* Imposta la larghezza desiderata del menu */
    height: 100vh;
  }

  .site-logo img.logo {
    width: 250px;
    height: 94px;
  }

  #masthead .menu .menu-item a {
    padding: 16px 28px;
  }

  #menu-toggle:checked ~ div div .menu-item a {
    padding: 8px 16px;
  }

  #masthead .menu {
    top: 28px;
  }

  #masthead .menu li:not(.call_icon) a span:nth-child(1) {
    display: none;
  }

  #menu-toggle:checked ~ div div .menu li:not(.call_icon) {
    order: -1;
    margin-right: 25px;
  }

  #menu-toggle:checked ~ div div .menu li:is(.call_icon) a {
    background: transparent;
    color: #3b7a73;
  }

  #menu-toggle:checked ~ div div .menu {
    top: 15px;
  }
  .site-header{
    height: 135px;
  }
  /*#masthead .menu li:is(.call_icon) a span{
      font-size:0;
    }

    #masthead .menu li:is(.call_icon) a span:before{
      margin-right:0;
    }*/

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */

  .category .card .card-img-top img,
  .archive .card .card-img-top img,
  .search .card .card-img-top img {
    width: 100%;
    height: 288px;
  }

  .pagination ul.page-numbers li:nth-child(2),
  .pagination ul.page-numbers li:nth-child(6) {
    display: none;
  }

  .page article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header {
    height: 202px;
  }

  .single-post .entry-header {
    min-height: 202px;
  }
  #store-locator .modal-body {
    margin: 60px 0;
  }
  .page article.has-post-thumbnail > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .single-services article > header.entry-header {
    height: 480px;
  }

  .store-button a {
    background-color: var(--green-primary) !important;
    padding: 10px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 108%;
    width: 88%;
    padding: 0;
    color: var(--green-primary);
    background-color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  .carousel-control-next-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-right-circle.svg);
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  .carousel-control-prev-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-left-circle.svg);
    background-color: #ffff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  #loops-wrapper .entry-thumbnail img {
    width: 100%;
    height: 350px;
  }
  #loops-wrapper .entry-title {
    font-size: 15px;
  }
  .category-news .entry-title a {
    color: var(--green-primary) !important;
  }
  .category-news .card-img-top img,
  .archive .card .card-img-top img,
  .search .card .card-img-top img {
    height: 250px;
  }
  .card.news-item {
    height: 33rem;
  }
  .pagination-container i {
    font-size: 40px;
    color: var(--green-primary);
  }
  .news-item h5.card-title a {
    color: var(--green-primary) !important;
    font-weight: 500;
  }
  .carousel-inner {
    overflow: visible;
  }
  body:not(.page-id-32006) .tab-prodotti ul li::after {
    content: "";
    position: absolute;
    /* bottom: 0; */
    /* right: -52px; */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
  }
  /**
   * 8.6 - Sidebar
   * ----------------------------------------------------------------------------
   */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
  #footer_widgets .widget h4.footer-widget {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, less than 1200px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h2 {
    font-size: 38px;
    color: var(--green-primary);
    font-weight: 700;
  }
  .single-post h2 {
    font-size: 30px;
  }
  .single-post h3 {
    font-size: 25px;
  }
  h3 {
    font-size: 36px;
    color: var(--green-primary);
    font-weight: 700 !important;
  }
  body.home .sub-head.tf_block.tf_rel {
    font-size: 30px;
    font-weight: 400;
  }
  .single-team h4 {
    font-size: 22px;
  }
  .single-team .entry-content {
    margin-top: 15%;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  div.themify_builder_slider_vertical :is(.carousel-prev) {
    left: 45%;
    top: 120%;
  }
  div.themify_builder_slider_vertical :is(.carousel-next) {
    right: 45%;
    top: 120%;
  }
  div.themify_builder_slider_vertical .tf_carousel_bullets {
    display: none;
  }
  .form-select-lg {
    font-size: 17px !important;
  }
  .tab-prodotti .tab-content {
    border-radius: 15px !important;
  }
  .tab-prodotti .tab-content {
    margin-left: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .tab-prodotti .tab-nav {
    margin: 0 !important;
    background-color: unset !important;
    width: 250px;
  }
  .tab-prodotti .tab-content {
    width: 500px;
  }
  .tab-prodotti .tab-nav li {
    padding: 9px !important;
    border-radius: 25px !important;
  }
  .faq-preservazione .tb_title_accordion {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .entry-content article.carousel-item.treatments.active,
  .entry-content article.carousel-item.team.active {
    margin-left: -1rem;
  }

  .entry-content article.carousel-item.team .entry-summary {
    min-height: 145px;
  }

  .carousel-four-columns .col-3 {
    width: calc(25% - 1.5rem);
  }

  .carousel-three-columns .col-4 {
    width: calc(33.33333333% - 1.5rem);
  }

  .carousel.dpsc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .stripe {
    min-height: 770px !important;
  }
  .stripe-top {
    padding-top: 159px;
  }
  .stripe-bottom {
    padding-bottom: 159px;
  }

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  .navbar-collapse.show {
    width: 50%; /* Imposta la larghezza desiderata del menu */
    height: 100vh;
  }

  .site-logo img.logo {
    width: 250px;
    height: 94px;
  }

  #masthead .menu .menu-item a {
    padding: 16px 28px;
  }

  #menu-toggle:checked ~ div div .menu-item a {
    padding: 8px 16px;
  }

  #masthead .menu {
    top: 28px;
  }

  #masthead .menu li:not(.call_icon) a span:nth-child(1) {
    display: none;
  }

  #menu-toggle:checked ~ div div .menu li:not(.call_icon) {
    order: -1;
    margin-right: 25px;
  }

  #menu-toggle:checked ~ div div .menu li:is(.call_icon) a {
    background: transparent;
    color: #3b7a73;
  }

  #menu-toggle:checked ~ div div .menu {
    top: 15px;
  }
  .site-header{
    height: 135px;
  }

  /*#masthead .menu li a span:nth-child(2){
      display:none;
    }*/

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .category .card .card-img-top img,
  .archive .card .card-img-top img,
  .search .card .card-img-top img {
    width: 100%;
    height: 288px;
  }

  .pagination ul.page-numbers li:nth-child(2),
  .pagination ul.page-numbers li:nth-child(6) {
    display: none;
  }

  .page article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header {
    height: 202px;
  }

  .single-post .entry-header {
    min-height: 202px;
  }

  .page article.has-post-thumbnail > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .single-services article > header.entry-header {
    height: 480px;
  }

  .store-button a {
    padding: 10px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 108%;

    width: 88%;
    padding: 0;
    color: var(--green-primary);
    background-color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  .carousel-control-next-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-right-circle.svg);
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  .carousel-control-prev-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-left-circle.svg);
    background-color: #ffff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  #loops-wrapper .entry-thumbnail img {
    width: 100%;
    height: 350px;
  }
  #loops-wrapper .entry-title {
    font-size: 15px;
  }
  .category-news .entry-title a {
    color: var(--green-primary) !important;
  }
  .category-news .card-img-top img,
  .archive .card .card-img-top img,
  .search .card .card-img-top img {
    height: 250px;
  }
  .card.news-item {
    height: 33rem;
  }
  .pagination-container i {
    font-size: 40px;
    color: var(--green-primary);
  }
  .news-item h5.card-title a {
    color: var(--green-primary) !important;
    font-weight: 500;
  }

  .page article > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header,
  .single-post .entry-header {
    margin-top: 100px;
    padding: 0 30px;
  }
  .single-services article > header.entry-header {
    margin-top: 135px;
    padding: 0 73px;
  }
  .single-services article.treatments {
    min-height: 22rem;
  }
  body:not(.page-id-32006) .tab-prodotti ul li::after {
    content: "";
    position: absolute;
    /* bottom: 0; */
    /* right: -52px; */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
  }

  .page article header.entry-header .entry-title,
  .post-type-archive-services article header.entry-header .entry-title,
  .single-services article > header.entry-header .entry-title {
    font-size: 56px;
    font-weight: 700;
  }

  .single-post .entry-header .entry-title,
  .category .archive-header .archive-title,
  .archive.date .archive-header .archive-title,
  .search .archive-header .archive-title {
    font-size: 56px;
    font-weight: 700;
  }

  .single-post .category-pubblicazioni .entry-header .entry-title {
    font-size: 36px;
  }
  #store-locator .modal-body {
    margin: 60px 0;
  }

  .page article header.entry-header .entry-title,
  .single-post .entry-header .entry-title {
    margin-bottom: 18px;
  }

  .page article div.entry-summary,
  .post-type-archive-services article div.entry-summary {
    font-size: 18px;
  }
  .page-id-29823 .entry-header .entry-title,
  .page-id-29823 .entry-summary {
    text-align: center !important;
  }
  /**
   * 8.6 - Sidebar
   * ----------------------------------------------------------------------------
   */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
  #footer_widgets .widget h4.footer-widget {
    font-size: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* X-Large devices (large desktops, less than 1400px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h2 {
    font-size: 38px;
    color: var(--green-primary);
    font-weight: 700;
  }
  .single-post h2 {
    font-size: 30px;
  }
  .single-post h3 {
    font-size: 25px;
  }
  h3 {
    font-size: 36px;
    color: var(--green-primary);
    font-weight: 700 !important;
  }
  body.home .sub-head.tf_block.tf_rel {
    font-size: 30px;
    font-weight: 400;
  }
  .single-team h4 {
    font-size: 22px;
  }
  .single-team .entry-content {
    margin-top: 15%;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .punti-forza .tab-content {
    height: 15rem;
  }
  div.themify_builder_slider_vertical :is(.carousel-prev) {
    left: 45%;
    top: 120%;
  }
  div.themify_builder_slider_vertical :is(.carousel-next) {
    right: 45%;
    top: 120%;
  }
  div.themify_builder_slider_vertical .tf_carousel_bullets {
    display: none;
  }
  .form-select-lg {
    font-size: 16px !important;
    color: var(--green-primary);
  }
  .tab-prodotti .tab-content {
    border-radius: 15px !important;
  }
  .tab-prodotti .tab-content {
    margin-left: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .tab-prodotti .tab-nav {
    margin: 0 !important;
    background-color: unset !important;
    width: 250px;
  }
  .tab-prodotti .tab-content {
    width: 500px;
  }
  .tab-prodotti .tab-nav li {
    padding: 9px !important;
    border-radius: 25px !important;
  }
  .faq-preservazione .tb_title_accordion {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .entry-content article.carousel-item.treatments.active,
  .entry-content article.carousel-item.team.active,
  .entry-content article.carousel-item.team {
    margin-left: -1rem;
  }

  .entry-content article.carousel-item.team .entry-summary {
    min-height: 105px;
  }

  .carousel.dpsc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .carousel-four-columns .col-3 {
    width: calc(25% - 1.5rem);
  }

  .carousel-three-columns .col-4 {
    width: calc(33.33333333% - 1.5rem);
  }

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .stripe {
    min-height: 770px !important;
  }
  .stripe-top {
    padding-top: 159px;
  }
  .stripe-bottom {
    padding-bottom: 159px;
  }

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  .navbar-collapse.show {
    width: 50%; /* Imposta la larghezza desiderata del menu */
    height: 100vh;
    flex-direction: column;
    align-items: start;
  }
  .navbar #mobile_header_menu,
  .navbar .searchform {
    width: 100%;
  }

  .site-logo img.logo {
    width: 250px;
    height: 94px;
  }

  #masthead .menu .menu-item a {
    padding: 16px 28px;
  }

  #menu-toggle:checked ~ div div .menu-item a {
    padding: 8px 16px;
  }

  #masthead .menu {
    top: 28px;
  }

  #masthead .menu li:not(.call_icon) a span:nth-child(2) {
    display: none;
  }

  #menu-toggle:checked ~ div div .menu li:not(.call_icon) {
    order: -1;
    margin-right: 25px;
  }

  #menu-toggle:checked ~ div div .menu li:is(.call_icon) a {
    background: transparent;
    color: #3b7a73;
  }

  #menu-toggle:checked ~ div div .menu {
    top: 15px;
  }
  #mobile_header_menu .nav-menu {
    margin-top: 6rem;
  }
  .site-header{
    height: 135px;
  }

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .category .card .card-img-top img,
  .archive .card .card-img-top img,
  .search .card .card-img-top img {
    width: 100%;
    height: 288px;
  }

  .pagination .page-numbers li {
    margin: 0 8px;
  }

  .page article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header {
    height: 202px;
  }

  .single-post .entry-header {
    min-height: 202px;
  }

  .page article.has-post-thumbnail > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .single-services article > header.entry-header {
    height: 480px;
  }
  body:not(.page-id-32006) .tab-prodotti ul li::after {
    content: "";
    position: absolute;
    /* bottom: 0; */
    /* right: -52px; */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 108%;
    width: 88%;
    padding: 0;
    color: var(--green-primary);
    background-color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  .carousel-control-next-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-right-circle.svg);
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  .carousel-control-prev-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-left-circle.svg);
    background-color: #ffff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  #loops-wrapper .entry-thumbnail img {
    width: 100%;
    height: 350px;
  }
  #loops-wrapper .entry-title {
    font-size: 15px;
  }
  .category-news .entry-title a {
    color: var(--green-primary) !important;
  }
  .category-news .card-img-top img,
  .archive .card .card-img-top img,
  .search .card .card-img-top img {
    height: 250px;
  }
  .card.news-item {
    height: 33rem;
  }
  .pagination-container i {
    font-size: 40px;
    color: var(--green-primary);
  }
  .news-item h5.card-title a {
    color: var(--green-primary) !important;
    font-weight: 500;
  }

  .page article > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header,
  .single-post .entry-header {
    margin-top: 100px;
    padding: 0 30px;
  }
  .single-services article > header.entry-header {
    margin-top: 135px;
    padding: 0 73px;
  }

  .page article header.entry-header .entry-title,
  .post-type-archive-services article header.entry-header .entry-title,
  .single-services article > header.entry-header .entry-title {
    font-size: 56px;
    font-weight: 700;
  }

  .single-post .entry-header .entry-title,
  .category .archive-header .archive-title,
  .archive.date .archive-header .archive-title,
  .search .archive-header .archive-title {
    font-size: 56px;
    font-weight: 700;
  }
  #store-locator .modal-body {
    margin: 60px 0;
  }
  .single-post .category-pubblicazioni .entry-header .entry-title {
    font-size: 36px;
  }
  .single-services article.treatments {
    min-height: 22rem;
  }
  .page article header.entry-header .entry-title,
  .single-post .entry-header .entry-title {
    margin-bottom: 18px;
  }

  .page article div.entry-summary,
  .post-type-archive-services article div.entry-summary {
    font-size: 18px;
  }
  .page-id-29823 .entry-header .entry-title,
  .page-id-29823 .entry-summary {
    text-align: center !important;
  }
  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
  #footer_widgets .widget h4.footer-widget {
    font-size: 36px;
  }
}

@media (min-width: 1400px) {
  /* XX-Large devices (larger desktops) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h2 {
    font-size: 38px;
    color: var(--green-primary);
    font-weight: 700;
  }
  .single-post h2 {
    font-size: 30px;
  }
  .single-post h3 {
    font-size: 25px !important;
  }
  h3 {
    font-size: 36px;
    color: var(--green-primary);
    font-weight: 700 !important;
  }
  body.home .sub-head.tf_block.tf_rel {
    font-size: 30px;
    font-weight: 400;
  }
  .single-team h4 {
    font-size: 22px;
  }
  .single-team .entry-content {
    margin-top: 15%;
  }
  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .punti-forza .tab-content {
    height: 15rem;
  }
  div.themify_builder_slider_vertical :is(.carousel-prev) {
    left: 45%;
    top: 120%;
  }
  div.themify_builder_slider_vertical :is(.carousel-next) {
    right: 45%;
    top: 120%;
  }
  div.themify_builder_slider_vertical .tf_carousel_bullets {
    display: none;
  }
  .form-select-lg {
    font-size: 17px !important;
  }
  .tab-prodotti .tab-content {
    border-radius: 15px !important;
  }
  .tab-prodotti .tab-content {
    margin-left: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .tab-prodotti .tab-nav {
    margin: 0 !important;
    background-color: unset !important;
    width: 250px;
  }
  .tab-prodotti .tab-content {
    width: 500px;
  }
  .tab-prodotti .tab-nav li {
    padding: 9px !important;
    border-radius: 25px !important;
  }
  .faq-preservazione .tb_title_accordion {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .entry-content article.carousel-item.treatments.active,
  .entry-content article.carousel-item.team.active {
    margin-left: -1rem;
  }

  .entry-content article.carousel-item.team .entry-summary {
    min-height: 105px;
  }

  .carousel.dpsc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .carousel-four-columns .col-3 {
    width: calc(25% - 1.5rem);
  }

  .carousel-three-columns .col-4 {
    width: calc(33.33333333% - 1.5rem);
  }
  body:not(.page-id-32006) .tab-prodotti ul li::after {
    content: "";
    position: absolute;
    /* bottom: 0; */
    /* right: -52px; */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
  }
  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */
  .stripe {
    min-height: 770px !important;
  }
  .stripe-top {
    padding-top: 159px;
  }
  .stripe-bottom {
    padding-bottom: 159px;
  }

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
  .navbar-collapse.show {
    width: 50%; /* Imposta la larghezza desiderata del menu */
    height: 100vh;
    flex-direction: column;
    align-items: start;
  }
  .navbar #mobile_header_menu,
  .navbar .searchform {
    width: 100%;
  }
  .site-logo img.logo {
    width: 250px;
    height: 94px;
  }

  #masthead .menu .menu-item a {
    padding: 16px 28px;
  }

  #menu-toggle:checked ~ div div .menu-item a {
    padding: 8px 16px;
  }

  #masthead .menu {
    top: 28px;
  }

  #masthead .menu li:not(.call_icon) a span:nth-child(2) {
    display: none;
  }
  #mobile_header_menu .nav-menu {
    margin-top: 6rem;
  }

  /* #menu-toggle:checked ~ div div .menu li:not(.call_icon) a span:nth-child(2) {
    display: block;
  } */

  #menu-toggle:checked ~ div div .menu li:not(.call_icon) {
    order: -1;
    margin-right: 25px;
  }

  #menu-toggle:checked ~ div div .menu li:is(.call_icon) a {
    background: transparent;
    color: #3b7a73;
  }

  #menu-toggle:checked ~ div div .menu {
    top: 15px;
  }
  .site-header{
    height: 135px;
  }

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */

  .category .card .card-img-top img,
  .archive .card .card-img-top img,
  .search .card .card-img-top img {
    width: 100%;
    height: 288px;
  }

  .pagination .page-numbers li {
    margin: 0 8px;
  }

  .page article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header {
    height: 202px;
  }
  .single-post .entry-header {
    min-height: 202px;
  }

  .page article.has-post-thumbnail > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .single-services article > header.entry-header {
    height: 480px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 108%;
    width: 88%;
    padding: 0;
    color: var(--green-primary);
    background-color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  .carousel-control-next-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-right-circle.svg);
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  .carousel-control-prev-icon {
    background-image: url(/wp-content/uploads/2024/02/arrow-left-circle.svg);
    background-color: #ffff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  #loops-wrapper .entry-thumbnail img {
    width: 100%;
    height: 350px;
  }
  #loops-wrapper .entry-title {
    font-size: 15px;
  }
  .category-news .entry-title a {
    color: var(--green-primary) !important;
  }
  .pagination-container i {
    font-size: 40px;
    color: var(--green-primary);
  }

  .page article > header.entry-header,
  .post-type-archive-services article > header.entry-header,
  .category .archive-header,
  .archive.date .archive-header,
  .search .archive-header {
    margin-top: 100px;
    padding: 0 30px;
  }
  .single-services article > header.entry-header {
    margin-top: 135px;
    padding: 0 272px;
  }

  .single-post .entry-header {
    margin-top: 135px;
    padding: 50px 0 60px;
  }
  .single-services article.treatments {
    min-height: 22rem;
  }

  .page article header.entry-header .entry-title,
  .post-type-archive-services article header.entry-header .entry-title,
  .single-services article > header.entry-header .entry-title {
    font-size: 56px;
    font-weight: 700;
  }

  .category .archive-header .archive-title,
  .archive.date .archive-header .archive-title,
  .search .archive-header .archive-title {
    font-size: 56px;
    font-weight: 700;
  }
  .single-post .entry-header .entry-title {
    font-size: 38px;
  }

  .single-post .category-pubblicazioni .entry-header .entry-title {
    font-size: 36px;
  }

  .page article header.entry-header .entry-title,
  .single-post .entry-header .entry-title {
    margin-bottom: 18px;
  }

  .page article div.entry-summary,
  .post-type-archive-services article div.entry-summary {
    font-size: 18px;
  }

  .category .loop {
    margin-top: 100px;
  }

  .category .card .card-title {
    font-size: 24px;
  }
  #store-locator .modal-body {
    margin: 60px 0;
  }
  .category .card time,
  .archive .card time,
  .search .card time,
  .category .card .comment-count,
  .archive .card .comment-count,
  .search .card .comment-count {
    font-size: 14px;
  }
  .page-id-29823 .entry-header .entry-title,
  .page-id-29823 .entry-summary {
    text-align: center !important;
  }
  /**
   * 8.6 - Sidebar
   * ----------------------------------------------------------------------------
   */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
  #footer_widgets .widget h4.footer-widget {
    font-size: 36px;
  }
}
@media (min-width: 1500px) {
  .single-services article > header.entry-header {
    margin-top: 135px;
    padding: 0 333px;
  }
}

/**
   * 9.0 Print
   * ----------------------------------------------------------------------------
   */

h3 {
  color: var(--green-primary);
  font-weight: 700;
}
h4 {
  font-size: 24px;
  color: var(--green-primary);
  font-weight: 700;
}
.link-secondary {
  color: var(--green-primary) !important;
}
.link-secondary:hover {
  color: #101828 !important;
}
.hentry {
  padding: 0;
}
.btn-secondary {
  background-color: var(--green-primary);
}
.btn-secondary:hover {
  background-color: var(--green-secondary-light);
  border-color: var(--green-secondary-light);
}
.background-pink .btn-secondary:hover {
  background-color: var(--green-secondary-light);
  border-color: var(--green-secondary-light);
}
.background-green .btn-secondary:hover {
  background-color: #ffff !important;
  color: var(--green-primary) !important;
}

.hero-overlay {
  position: relative;
  overflow: hidden;
  height: 400px; /* Regola l'altezza della hero a tuo piacimento */
}

.bg-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Regola l'opacità a tuo piacimento */
}

.text-overlay {
  position: relative;
  z-index: 1;
}

.text-overlay h1,
.text-overlay p {
  color: white;
}
.post-template-default .s1 {
  font-size: 20px;
}

/* CSS CUSTOM RESTYLING MELORIA */

/*------------------Menu----------------*/
/* Hamburger Menu icon */
/* Navbar */

.site-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 5;
  background-color: #ffff;
  width: 100%;
}

.home .site-header {
  background-color: transparent;
}

.site-header.home-scroll {
  background-color: #ffff;
}

.navbar.closed {
  right: -100%;
}

#nav_companion .widget {
  background-color: #fff;
}
.nav-menu li a {
  color: #ffff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 18px 20px;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}

.nav-menu li .sub-menu li a {
  font-size: 16px;
  font-weight: normal;
}

.navbar #mobile_header_menu,
.navbar .searchform {
  display: block;
}
#mobile_header_menu .nav-menu {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 18px;
  margin-top: 6rem;
}
#mobile_header_menu .nav-menu .sub-menu {
  display: none;
}
/*.nav-menu .sub-menu,
  .nav-menu .children {
    display: flex;
    background-color: var(--green-primary);
    border: 2px solid var(--green-primary);
    border-top: 0;
    padding: 0;
    position: relative;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    flex-direction: column;
  }*/
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
  color: #fff;
}
#mobile_header_menu .menu-item a:hover {
  background-color: transparent;
}

.site-header .search-form {
  position: relative;
}
.genera-navigation .wrap {
  padding: 0 40px 0 50px;
  margin-top: 10rem;
}
.genera-navigation .wrap .search-form {
  border: none;
  padding: 5px;
  border-radius: 25px;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  width: 100%;
  display: block;
  height: 60px;
  padding-right: 80px;
  padding-left: 30px;
  border-radius: 40px;
  background-clip: padding-box;
}
.genera-navigation .searchTerm {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  height: 100%;
  border: none;
}

.genera-navigation .wrap .searchButton {
  border: none;
  background: none;
}
.genera-navigation .wrap .searchButton:before {
  font-family: "Bootstrap-icons";
  content: "\F52A";
  color: #fff;
  background-color: #3b7a73;
  font-size: 25px;
  position: absolute;
  top: -0.5px;
  padding: 16.8px;
  border-radius: 45px;
  right: 0;
}

.menu-item-has-children:hover > a::after {
  transform: rotate(90deg);
}
#spinner_text {
  display: none !important;
}

.navbar.menu-open {
  right: -100%;
}

body.home .entry-header {
  display: none !important;
}

body.home .carousel-item .entry-header {
  display: initial !important;
}

/* Nascondi il checkbox */
#menu-toggle {
  display: none;
}

.site-logo {
  margin-left: 25px;
}
#masthead .widget_nav_menu {
  width: auto;
  display: flex;
  margin: auto;
  padding: 0;
  height: 125px;
  background: none;
  align-items: center;
}
#masthead .menu {
  display: flex;
  justify-content: space-around;
}

.blog-section {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px !important;
}
.blog-section h3,
.blog-section article {
  text-align: left;
}

/*------------------HOMEPAGE----------------*/
.home h1.fancy-heading .main-head.tf_block,
.home h1.fancy-heading .sub-head.tf_block.tf_rel {
  color: #ffff;
}
.home h1.fancy-heading .main-head.tf_block {
  font-size: 80px;
  font-weight: 700;
}
.background-trattamenti:before {
  content: "";
  background-image: url(/wp-content/uploads/2024/02/genera-health-care_logomark_default.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -12rem;
  right: 0;
  bottom: 0px;
  left: -27rem;
  opacity: 0.2;
  width: 50rem;
}
.background-trattamenti.background-green::before {
  background-image: url(/wp-content/themes/meloriadefault-child/images/genera-health-care_logomark_white.svg);
}

.background-trattamenti {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.why-images h5.image-title {
  font-weight: 600;
}
.blog-section img {
  width: 360px;
  border-radius: 10px;
  height: 250px !important;
}
.blog-section h3.post-title {
  font-size: 18px !important;
  margin-top: 20px;
}
.blog-section h3.module-title {
  font-size: 48px;
  font-weight: 700;
}
.newsletter h5 {
  font-size: 25px;
  color: var(--green-primary);
  font-weight: 700;
}
.newsletter h2 {
  font-size: 34px;
  font-weight: 700;
  color: var(--green-primary);
}
.newsletter::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url(/wp-content/uploads/2024/02/genera-health-care_logomark_default.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
}
.slider-team h3.slide-title {
  text-align: left;
}
/*------------------CHI SIAMO------------------------*/
.chi-siamo-numeri {
  margin: 10px;
  border-radius: 10px;
  padding: 45px 0 23px 0;
  background-color: var(--green-secondary-light);
}

.chi-siamo-numeri h3 {
  font-size: 52px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
}
.chi-siamo-numeri p {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.punti-forza ul li {
  margin-right: 30px !important;
}

@property --percentage {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.counter {
  animation: counter 1s ease-out;
  animation-fill-mode: forwards;
  counter-reset: num var(--percentage);
}
.counter::after {
  content: counter(num) "%";
}

@keyframes counter {
  from {
    --percentage: 0;
  }
  to {
    --percentage: var(--counter-end);
  }
}

.percentage-chart {
  width: 200px;
  height: 200px;
  position: relative;
}
.percentage-chart-bg {
  fill: none;
  stroke: var(--pink-primary);
  stroke-width: 4;
}

.percentage-chart-stroke {
  fill: none;
  stroke-width: 4;
  stroke: var(--green-primary);
  stroke-linecap: round;
  animation: progress 5s ease-out forwards;
}

.counter {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  color: #101828;
  transform: translate3d(-50%, -50%, 0);
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.time-breakdown {
  display: flex;
  align-items: center;
  justify-content: center;
}

.time-breakdown-chart {
  display: flex;
}
.time-breakdown-chart p {
  margin: 6px 0 0 0;
  color: #909090;
  font-size: 14px;
}
.time-breakdown-chart h4 {
  margin: 0;
  color: #e8e8e8;
  font-size: 18px;
  font-weight: normal;
}
.legend {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.legend-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}

.color-box {
  width: 20px;
  height: 20px;
}

#bars-success .label,
#percentage-bars .label {
  margin-left: 10px;
  color: var(--green-primary);
}

.progress-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid #bdbdbd;
  padding-right: 15px;
  margin-right: 15px;
}
.progress-group:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.progress-group h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

#bars-success .progress,
#bars-success-2 .progress {
  width: 100%;
}
#percentage-bars .progress {
  width: 105%;
}

#bars-success .col-md-12 .bg-success.cyen {
  background-color: #75d6d0 !important;
}
#bars-success-2 .col-md-12 .bg-success.cyen {
  background-color: var(--green-primary) !important;
}
.progress-bar.greenbar {
  background-color: var(--green-primary);
}
#bars-success .progress,
#percentage-bars .progress,
#bars-success-2 .progress {
  background-color: var(--pink-primary);
}
@media screen and (min-width: 870px) {
  #bars-success .progress-value,
  #bars-success-2 .progress-value {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #344054;
    left: 85%;
  }
  #percentage-bars .progress-value {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #344054;
    left: 90%;
  }
  #percentage-bars h6 {
    text-align: center;
  }
}
#bars-success .col-md-3,
#bars-success-2 .col-md-3 {
  border-right: 1px solid #bdbdbd;
  transform: translate(3px, -9px);
}
#bars-success h6,
#bars-success-2 h6 {
  color: var(--green-primary);
  font-weight: 700;
  font-size: 18px;
}
#bars-success .charts-row .subrow_inner,
#bars-success-2 .charts-row .subrow_inner {
  display: flex;
}
#bars-success .charts-row .pie,
#bars-success .charts-row .legend-column,
#bars-success-2 .charts-row .pie,
#bars-success-2 .charts-row .legend-column {
  flex: 1;
}
#bars-success .charts-row .charts,
#bars-success-2 .charts-row .charts {
  flex: 2;
}
#vitro-omologa .percentage-chart-bg {
  stroke: #fff;
}
.charts .module-plain-text {
  width: 100%;
}
/*-------------NEWS---------------------*/
.category-news .entry-title a {
  color: var(--green-primary) !important;
}

/*--------TEAM SECTION-----------------*/
.team-template-default .vc_tta-title-text {
  color: var(--green-primary);
}
/*store locator*/
.cliniche-container {
  padding: 0 !important;
}
#post-30925 .entry-header {
  margin-bottom: 0;
}
/* #store-locator .modal-container{
    width: 80%;
  } */
#store-locator .modal-wrapper {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#store-locator .modal-body .cliniche-form input[type="submit"] {
  padding: 12px 30px 25px 34px;
  color: #fff !important;
}
/*cliniche*/
.stripe:not(.background-green):not(.background-pink)
  .carousel-item.team
  .col-md-3 {
  border: 1px solid black;
}
#store-locator .container {
  max-width: 100% !important;
}

* {
  /*white-space: nowrap;*/
  /*word-break: normal;*/
  /*word-break: break-all;*/
  /*word-break: keep-all;*/
  /*white-space: normal;*/
  /*white-space: nowrap;*/
  /*white-space: pre;*/
  /*white-space: pre-wrap;*/
  /*white-space: pre-line;*/
  /*white-space: break-spaces;*/
  /*white-space: inherit;*/
  /*white-space: initial;
    white-space: revert;
    white-space: revert-layer;*/
  /*white-space: unset;*/
  /*white-space: preserve nowrap;*/
  /*white-space: wrap;*/
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
