/*
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-holamed-1st: #009fe3;
}*/

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */


.module-fancy-heading h1 {
  font-size: 48px;
  font-weight: 800;
  color: var(--green-primary);
}
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
 .scheda h4 {
  font-size: 24px;
  color: var(--green-primary) !important;
}
#lista-store .simplebar-content>.active, #lista-store .simplebar-content>:hover {
  background-color: var(--pink-primary)!important;
}
.page .site-content > article > header .entry-summary p, .site-footer p {
  color: #fff !important;
}
.social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-icons i {
  font-size: 14px;
  margin-bottom: 10px;
color: #fff;
}
.social-icons i:hover {
  background-color: var(--green-primary);
  padding: 10px;
  border-radius: 50%;
  transition: 300ms;
}
.white-segment {
  width: 1px!important;
  height: 70px!important;
  background-color: white;
  margin-bottom: 10px;
}
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */



/*nav.navbar #navbar.navbar-mobile ul.navbar-nav li.menu-item-has-children.show > a:after {
    content: "\f107";
    padding-left: 0;
    padding-top: 0px;
}*/

/**
 * 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
 * ----------------------------------------------------------------------------
 */
.category {
}
/*.row-full{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100px;
    margin-top: 100px;
    left: 50%;
}*/

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

/**
 * 5.13 #IDS
 * ----------------------------------------------------------------------------
 */

.stripe:before {
  background-repeat: no-repeat;
}
#prenota_cta,
#prenota_form,
#dove_siamo {
  position: relative;
  z-index: 1;
}
#prenota_cta.background-green:before,
#prenota_form.background-green:before,
#dove_siamo.background-green:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
  background-image: url("/wp-content/themes/meloriadefault-child/images/genera-health-care_logomark_white.svg");
  background-size: auto;
  background-repeat: no-repeat;
}

#prenota_cta.background-green:before,
#prenota_form.background-green:before {
  background-position: center right;
}

#dove_siamo.background-green:before {
  background-position: top left;
}
#dove_siamo p {
  margin: 0 0 16px 0;
}
#dove_siamo iframe {
  width: 100%;
}
.know-pma p {
  color: var(--green-primary);
  font-size: 16px;
}
.newsletter p {
  font-size: 16px;
}

/* Prenotazione */
article.post-29823 header{
    background-position: top center !important;
}
/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

/*-Footer Widgets------------------------------------------------------------*/



/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.tab-prodotti .tab-nav li {
    padding: 15px 0 !important;
    border-radius: 8px !important;
}
/*stile per gli accordion*/
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed),
.accordion-button {
    color: var(--green-primary);
    background-color: #fff;
    box-shadow: none;
    font-weight: 700;
    font-size: 24px;
}
.faq .accordion-button:not(.collapsed), .faq .accordion-button{
    font-size: 18px;
    color: #333233;
}
/**
 * 8.0 Media Queries (Bootstrap)
 * ----------------------------------------------------------------------------
 */

@media (max-width: 575.98px) {
  /* X-Small devices (portrait phones, less than 576px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */
     .navbar.menu-open ul#menu-contact-menu {
      display: none;
  }
  .tariffe-row .module_subrow{
    display: flex;
    flex-direction:column;
  }

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */

  .single-post .entry-header .entry-title {
    font-size: 36px;
    font-weight: 800;
  }

  .entry-content article.carousel-item.treatments > div {
    width: 100%;
  }
  .percorso_coppia .tf_swiper-slide {
    background-color: var(--pink-primary);
    margin-right: 20px;
    padding: 3rem 2rem;
    border-radius: 10px;
    height: 35rem;
    font-style: italic;
    color: rgb(0, 66, 55);
}
.percorso_coppia .themify_builder_slider {
    height: 42rem;
}
.percorso_coppia .text-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 32rem;
}
.percorso_coppia .text-center h6 {
    font-size: 18px; font-style: normal;
    color: var(--green-primary);
    font-weight: 700;
}
.scheda h6 {
  margin-bottom: 34px!important;
}
  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
  #colophon ul {
    max-width: 500px;
  }

  .site-footer .widget h4,
  #menu-social,
  #menu-i-nostri-centri,
  #nav_menu-4 {
    text-align: center;
  }

  .site-footer a {
    display: block;
    min-height: 44px; /* Mobile Accessibility */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
  }

  #footer_bottom {
    margin-bottom: 75px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (landscape phones, less than 768px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
     h4 {
        font-size: 34px;
        color: #3c7e7b;
        text-align: left;
        font-family: Montserrat;
        font-weight: 700;
        font-style: normal;
      }

  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
   .percorso_coppia .tf_swiper-slide {
    background-color: var(--pink-primary);
    margin-right: 20px;
    padding: 3rem 2rem;
    border-radius: 10px;
    height: 33rem;
    font-size: 18px;
    font-style: italic;
    color: rgb(0, 66, 55);
}
.percorso_coppia .text-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 31rem;
}
.percorso_coppia .text-center h6 {
    font-size: 24px; font-style: normal;
    color: var(--green-primary);
    font-weight: 700;
}
.why-images img{
  margin-bottom: 20px;
}
.scheda h6 {
  margin-bottom: 34px!important;
}
  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */

  #colophon ul {
    max-width: 500px;
  }
  div#perche_genera li, .ferty-check-tab li {
    margin: 0rem 2rem!important; font-weight: 600;
}

  .site-footer a {
    display: block;
    min-height: 44px; /* Mobile Accessibility */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, less than 992px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
     h4 {
        font-size: 34px;
        color: #3c7e7b;
        text-align: left;
        font-family: Montserrat;
        font-weight: 700;
        font-style: normal;
      }

  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .fullwidth {
    padding: 30px 30px;
  }
  .sub-stripe-w-margin {
    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .percorso_coppia .tf_swiper-slide {
    background-color: var(--pink-primary);
    margin-right: 20px;
    padding: 3rem 2rem;
    border-radius: 10px;
    height: 33rem;
    font-size: 18px;
    font-style: italic;
    color: rgb(0, 66, 55);
}
.percorso_coppia .themify_builder_slider {
    height: 42rem;
}
.percorso_coppia .text-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 31rem;
}
.percorso_coppia .text-center h6 {
    font-size: 24px; font-style: normal;
    color: var(--green-primary);
    font-weight: 700;
}
div#perche_genera li, .ferty-check-tab li {
    margin: 0rem 2rem!important; font-weight: 600;
}
.border-green{
  border-bottom: 10px solid #82d4b5!important;
}
.why-images img{
  margin-bottom: 20px;
}
.scheda h6 {
  margin-bottom: 34px!important;
}
.store-button {
  margin-bottom: 2rem;
}
  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */

  #footer_widgets .widget .textwidget p {
    max-width: 56%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, less than 1200px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
     h4 {
        font-size: 34px;
        color: #3c7e7b;
        text-align: left;
        font-family: Montserrat;
        font-weight: 700;
        font-style: normal;
      }

  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .fullwidth {
    padding: 30px 30px;
  }
  .sub-stripe-w-margin {
    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .stripe .cta_text {
    margin: 120px 0px 0px 0px;
  }
  .percorso_coppia .tf_swiper-slide {
    background-color: var(--pink-primary);
    margin-right: 20px;
    padding: 3rem 2rem;
    border-radius: 10px;
    height: 33rem;
    font-size: 18px;
    font-style: italic;
    color: rgb(0, 66, 55);
}
.percorso_coppia .themify_builder_slider {
    height: 42rem;
}
.percorso_coppia .text-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 31rem;
}
.percorso_coppia .text-center h6 {
    font-size: 24px; font-style: normal;
    color: var(--green-primary);
    font-weight: 700;
}
div#perche_genera li, .ferty-check-tab li {
    margin: 0rem 2rem!important; font-weight: 600;
}
.border-green{
  border-bottom: 10px solid #82d4b5!important;
}
    /* Prenotazione */
    article.post-29823 header .entry-title{
        font-size: 48px !important;
        margin-top: 103px !important;
        margin-bottom: 12px !important;
    }
    article.post-29823 header .entry-summary{
        max-width: 570px !important;
    }

    article.post-29823 header .entry-summary p{
        font-size: 16px !important;
    }
    .why-images img{
      margin-bottom: 20px;
    }
    .scheda h6 {
      margin-bottom: 34px!important;
    }
    .store-button {
      margin-bottom: 2rem;
  }
  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* X-Large devices (large desktops, less than 1400px) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
  h4 {
    font-size: 34px;
    color: #3c7e7b;
    text-align: left;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
  }

  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .fullwidth {
    padding: 30px 30px;
  }
  .sub-stripe-w-margin {
    margin-left: auto;
    margin-right: auto;
  }

  .stripe .cta_text {
    margin: 120px 0px 0px 0px;
  }
  .percorso_coppia .tf_swiper-slide {
    background-color: var(--pink-primary);
    margin-right: 20px;
    padding: 3rem 2rem;
    border-radius: 10px;
    height: 33rem;
    font-size: 18px;
    font-style: italic;
    color: rgb(0, 66, 55);
    }
.percorso_coppia .themify_builder_slider {
    height: 42rem;
    }
.percorso_coppia .text-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 31rem;
}
.percorso_coppia .text-center h6 {
    font-size: 24px; font-style: normal;
    color: var(--green-primary);
    font-weight: 700;
}
div#perche_genera li, .ferty-check-tab li {
    margin: 0rem 2rem!important; font-weight: 600;
}

    /* Prenotazione */
    article.post-29823 header .entry-title{
        font-size: 48px !important;
        margin-top: 103px !important;
        margin-bottom: 12px !important;
    }
    article.post-29823 header .entry-summary{
        max-width: 570px !important;
    }

    article.post-29823 header .entry-summary p{
        font-size: 16px !important;
    }
    .border-green{
      border-bottom: 10px solid #82d4b5!important;
    }
    .why-images img{
      margin-bottom: 20px;
    }
    .scheda h6{
      margin-bottom: 34px!important;
    }
    .store-button {
      margin-bottom: 2rem;
  }
  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */

  #footer_widgets .widget .textwidget p {
    max-width: 56%;
  }
}

@media (min-width: 1400px) {
  /* XX-Large devices (larger desktops) */
  /**
     * 8.1 - Commons
     * ----------------------------------------------------------------------------
     */
     h4 {
        font-size: 34px;
        color: #3c7e7b;
        text-align: left;
        font-family: Montserrat;
        font-weight: 700;
        font-style: normal;
      }

  /**
     * 8.2 - Repeatable Patterns
     * ----------------------------------------------------------------------------
     */
  .carousel-inner {
    /*margin-left: -64px;*/
  }
  /**
     * 8.3 - Basic Structure
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.4 - Header
     * ----------------------------------------------------------------------------
     */

  /**
   * 8.5 - Content
   * ----------------------------------------------------------------------------
   */
  .fullwidth {
    padding: 30px 30px;
  }
  .sub-stripe-w-margin {
    margin-left: auto;
    margin-right: auto;
  }
  .stripe .cta_text {
    margin: 120px 0px 0px 0px;
  }
  .percorso_coppia .tf_swiper-slide {
    background-color: var(--pink-primary);
    margin-right: 20px;
    padding: 3rem 2rem;
    border-radius: 10px;
    height: 33rem;
    font-size: 18px;
    font-style: italic;
    color: rgb(0, 66, 55);
    }

    .percorso_coppia .themify_builder_slider {
        height: 42rem;
    }

    .percorso_coppia .text-center {
        position: absolute;
        left: 0;
        right: 0;
        top: 31rem;
    }

    .percorso_coppia .text-center h6 {
        font-size: 24px; font-style: normal;
        color: var(--green-primary);
        font-weight: 700;
    }

    div#perche_genera li, .ferty-check-tab li {
        margin: 0rem 2rem!important; font-weight: 600;
    }

    /* Prenotazione */
    article.post-29823 header .entry-title{
        font-size: 48px !important;
        margin-top: 103px !important;
        margin-bottom: 12px !important;
    }
    article.post-29823 header .entry-summary{
        max-width: 775px !important;
    }

    article.post-29823 header .entry-summary p{
        font-size: 16px !important;
    }
    .border-green{
      border-bottom: 10px solid #82d4b5!important;
    }
    .scheda h6{
      margin-bottom: 34px!important;
    }
    .store-button {
      margin-bottom: 2rem;
  }
  /**
     * 8.6 - Sidebar
     * ----------------------------------------------------------------------------
     */

  /**
     * 8.7 - Footer
     * ----------------------------------------------------------------------------
     */

  #footer_widgets .widget .textwidget p {
    max-width: 56%;
  }
}
a {
  text-decoration: none;
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */
