/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

div#jake-hero-widget_1721134338104 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}

@media only screen and (min-width: 800px) {
.jake-hero-banner {
        padding-top: 250px !important;
        padding-bottom: 250px !important;
      }
  }

@media only screen and (max-width: 767px) {
    #jake-hero-module_17259701255573 {
        border-radius: 20px;
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
}

/* Embed Container (iFrame, Object, Embed) */

.responsive-iframe {
    display: block;
    margin: 0 auto;
    width: 90vw !important; /* Forza l'ampiezza al 90% del viewport */
    min-width: 90% !important; /* Imposta una larghezza minima al 90% */
    min-height: 1600px !important; /* Altezza di default */
    max-width: 100%; /* Assicurati che non superi il 100% della larghezza del contenitore */
    border: none; /* Rimuovi eventuali bordi indesiderati */
}

/* Per dispositivi desktop (larghezza schermo maggiore di 1024px) */
@media screen and (min-width: 1024px) {
    .responsive-iframe {
        min-height: 1600px !important; /* Altezza minima per desktop */
    }
}

/* Per dispositivi mobile (larghezza schermo fino a 767px) */
@media screen and (max-width: 767px) {
    .responsive-iframe {
        min-height: 2000px !important; /* Altezza minima per mobile */
    }
}


.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25% !important
}

.hs-search-results__listing {
    gap: 1rem !important;
}

.hs-search-results__listing li {
    padding: 20px !important;
    box-shadow: none !important;
    border-radius: 20px;
}

.hs-search-results__pagination__link--active {
    border-radius: 20px !important;
}

.hs-search-results__pagination {
    padding-top: 50px !important;
}

.th-systems-search-results-hero {
display: none !important;
}

.hs-search-results__featured-image {
    display: none;
}

.hs-search-field__bar button svg {
    height: 20px !important;
}

.hs-search-field--open .hs-search-field__suggestions, .inpage-editor-active-field .hs-search-field__suggestions {
    background-color: #fff;
    border: 1px solid #E6E9EC;
    box-shadow: none !important;
    width: 100%;
    border-radius: 20px;
    margin-top: 10px;
}

form .hs-button, form input[type=submit] {
    width: 100%;
}
footer table, td, th {
    border-color: transparent !important;
}

.body-container .dnd-section:first-child:before  {
 background-image: none; 
}

._hsPostListingWrapper--tiles_dsnwr_1 {
    grid-template-columns: auto;
}

/* Tentativo di elemento card a due a due su mobile */

@media (max-width: 768px) {
    .cards {
        display: flex;
        flex-wrap: wrap;
        text-align: center
    }

    .cards__card {
        width: 100%
    }
}

.cards {
    display: flex;
    flex-wrap: nowrap; /* Mantiene le card in una sola riga su schermi più grandi */
    justify-content: space-between;
}

.cards__card {
    align-items: center;
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
    max-width: 100%;
    width: 300px;
    box-sizing: border-box;
}

.card__image {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: .7rem;
}

.card__text {
    padding: 0 .7rem;
    width: 100%;
}

@media (max-width: 768px) {
    .cards {
        flex-wrap: wrap; /* Permette alle card di andare a capo solo su schermi mobili */
        justify-content: center; /* Centra le card su schermi mobili */
        text-align: center;
    }

    .cards__card {
        flex: 0 0 50%; /* Ogni card occupa il 50% della larghezza su schermi mobili */
        width: 50%; /* Imposta la larghezza al 50% per il layout a due colonne */
    }
}

.th-testimonial .testimonial-author {
    text-align: center;
}

.th-card-1 .card {
    width: 100%;
    margin-bottom: 20px;
}

.card-title-line {
    display: none;
}

/* Stili tabella malattie e vaccini */
.striped-table tr {
    height: 25px; /* Imposta un'altezza fissa per tutte le righe */
}

.striped-table tr:nth-child(even) {
    background-color: white; /* Colore delle righe pari */
}

.striped-table tr:nth-child(odd) {
    background-color: #e6e9ec; /* Colore delle righe dispari */
}


/* Aggiungi un border-radius di 20px solo alle immagini con la classe 'rounded' */
img.rounded {
    border-radius: 20px;
}

/* Aggiungi un border-radius di 20px alle immagini in evidenza nei blog listing */
._hsPostListingImage_dsnwr_28 {
    border-radius: 20px;
}

.YydXo {
    margin-bottom: 10px;
    font-size: 18px;
}

._hsPostListingWrapper--tiles_dsnwr_1 {
grid-template-columns: auto;!important
}

/*Togli riga in citazione*/
.author-desc-line {
display: none;
  }

/*Fix ridimensionamento testo voci menu footer*/
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  font-size: 18px !important
  }

/*Togli border-radius a logo nel footer*/
.footer img {
  border-radius: 0px;
   }

/*Kicker in maiuscolo*/
.tagline {
text-transform: uppercase;  
  }

/*H6 as kicker*/
.footer h6, .h6, h6 {
font-size: 1rem;
letter-spacing: 1px;
font-weight: 600;
}

/* Fix header */
header container {
  box-sizing: content-box;
   }

/*Togli visibilità bordo a sezione contenuto*/
.card-border {
    border: none;
}

/*Togli ombra a voci accordion*/
.box-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*SVG non stondate*/
img[src$=".svg"] {
  border-radius: 0px;
}

/*Ridotto lo spazio tra CTA e bottone*/
.mb-50 {
    margin-bottom: 30px;
}

/*Bordo solo a bottone menu*/
#hs_cos_wrapper_menu_button .button-1 .button, #hs_cos_wrapper_menu_button .button-1 .cta_button {
border-width: 1px;
}

/*Tag blog arancioni*/
#hs_cos_wrapper_th_blog_post_hero {
    color: #E0853F;
}

/*Intestazione in grassetto*/
a.tagline.primary-color.font-size-14 {
    color: #E0853F !important;
    font-weight: bold !important;
}

/*Rimuove il form buggato agli articoli del blog*/
#hs_cos_wrapper_th_blog_post_subscribe .th-blog-post-subscribe-form {
    display: none;
}


/*Rimuove la featured image a tutta larghezza dai singoli articoli */
.max-width-1000 .border-radius .featured-image {
    display: none;
}

/*Rimuove il bordo alle voci di II livello del menu*/
.submenu.level-2>li:last-child .submenu.level-3 {
    border-style: none;!important
    border-width: 0px;
}

.submenu.level-2>li.has-submenu.focus .submenu.level-3, .submenu.level-2>li.has-submenu:hover .submenu.level-3 {
    border-style: none;
}

_close--toggle,.header__navigation--toggle,.header__close--toggle {
        background-color: #ffffff;!important
        background-size: 25px;
}

/*Mobile edits*/

@media (max-width: 479px) {
    .header__close--toggle, .header__navigation--toggle {
        /* background-color: #e0853f; e invece no!! */
        background-position: 50%;
        background-color: #ffffff!important
        background-repeat: no-repeat;
        background-size: 25px;
        border-radius: 10px;
        height: 30px;
        padding: 0;
        width: 30px;
    }
}

@media (max-width: 1139px) {
    .header__navigation--toggle:after, .header__search--toggle:after, .header__language-switcher--toggle:after {
        font-size: 26px;
        font-weight: 600;
        position: absolute;
        left: 40px;
        text-transform: uppercase;
        top: -10px; 
    }
}

@media (max-width: 767px) {
    .header__navigation--toggle:after, .header__search--toggle:after, .header__language-switcher--toggle:after {
        font-size: 26px;
        font-weight: 600;
        position: absolute;
        left: 40px;
        text-transform: uppercase;
        top: -10px; 
    }
}

@media (max-width: 1139px) {
    .footer h4, .h4, h4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .footer h3, .h3, h3 {
        font-size: 18px;
    }
}

/*Fix accordion*/

.th-accordion .panel-group .panel {
    margin-bottom: 20px;
    padding: 12px;!important
}

.th-accordion .panel-title>a .icon svg {
    height: 1rem;
}

.th-accordion .panel-title {
    font-size: 18px;
}

.header__language-switcher .lang_list_class li a,.header__language-switcher-label-current,.header__logo .logo-company-name,body .navigation-primary a {
    font-family: Manrope,sans-serif;
    font-weight: normal;
}

/*Tentativi di differenziazione menu*/
ul.submenu level-5 {
    font-size: 14px;
    line-height: 20px;
}

/* Tentativi di intabellare elementi per responsive*/
.responsive-table td {
    width: 33.33%;
   border-color: transparent !important;
  }
  @media (max-width: 768px) {
    .responsive-table td {
      width: 50%;
    }
    .responsive-table tr {
      display: flex;
      flex-wrap: wrap;
    }
  }
  @media (max-width: 480px) {
    .responsive-table td {
      width: 100%;
    }
  }

/* Aggiunge riga grigia al footer */
.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.footer-row-0-padding {
    border-bottom: 1px solid #8494A2;
}

/* Indentazione menu livello 5 Fit2Travel */
ul.submenu.level-5 {
    text-indent: 20px;
}

/* Lentina ricerca da mobile arancione */
@media (max-width: 1139px) {
.header__search--toggle {
    background-image: url(https://144804357.fs1.hubspotusercontent-eu1.net/hubfs/144804357/Ricerca%20Ambimed.svg);
    background-size: cover;
    height: 25px;
    width: 25px;
}
  }

#hs_cos_wrapper_widget_1724763550984 .th-card-1 .card {
    padding: 2px;
}


@media (max-width: 1139px) {
  .menu-button .hs-search-form {
    position: relative !important;
    top: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0 20px !important;
  }
  .menu-button .toggle-content {display: block !important;}
  .menu-button .toggle {display:none !important}
  .menu-button li { padding: 1.2rem; }
  .header__navigation.open { padding-bottom: 20px; height: calc(100vh - 80px); overflow: auto; }
}