/*BODY*/
#content{
    margin-top: -110px;
}

html{
    overflow-x: hidden;
}

/*FONT IVI PRESTO TITOLI*/
#font-ivi{
    font-family: "ivypresto-display", serif;
    font-weight: 600;
    font-style: italic;
}


/*VOCI MENU*/
@media screen and (min-width:1025px){
li.profilo.menu-item.menu-item-type-post_type a.elementor-item{
    color: white !important;
    background-color: #FF3A85 !important;
    border-radius: 30px;
    padding:2px 18px;
    margin: 0 auto;
}

li.login.menu-item.menu-item-type-post_type a.elementor-item{
    color: white !important;
    background-color: #FF3A85 !important;
    border-radius: 30px;
    padding:2px 18px;
    margin: 0 auto;
}
}

@media screen and (min-width:750px) and (max-width:1024px){
 li.profilo.menu-item.menu-item-type-post_type a.elementor-item{
    width: 150px;
    color: white !important;
    background-color: #FF3A85 !important;
    border-radius: 30px;
    margin: 0 auto;
    padding:2px 24px;

 }

  li.login.menu-item.menu-item-type-post_type a.elementor-item{
    width: 150px;
    color: white !important;
    background-color: #FF3A85 !important;
    border-radius: 30px;
    margin: 0 auto;
    padding:2px 24px;
 }
}

@media screen and (max-width:749px){
    li.login.menu-item.menu-item-type-post_type a.elementor-item{
    background-color: #FF3A85 !important;
    color:white;
    border-radius: 30px;
    margin: 0 auto;
    width: 150px;
    padding:8px 16px;
    margin-top: 10px !important;
}

    li.profilo.menu-item.menu-item-type-post_type a.elementor-item{
    color: white !important;
    background-color: #FF3A85 !important;
    border-radius: 30px;
    padding:8px 16px;
    width: 150px;
    margin-left: 10px;
    margin: 0 auto;
    margin-top: 10px !important;
}
}

li.logout.menu-item.menu-item-type-post_type a.elementor-item{
        background-color: none;
        color: white;
}

li.profilo.elementor-1761 .elementor-element.elementor-element-4dae933 .elementor-nav-menu--dropdown a.elementor-item-active{
    background-color: #66D1CD !important;
}

/*LOGOUT MENU*/
.elementor-1761 .elementor-element.elementor-element-4dae933 .elementor-nav-menu--dropdown {
    background-color: white !important;
    border-radius: 20px !important;
    margin-top: 10px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.elementor-nav-menu--dropdown .logout a{
    color: #66D1CD !important;
}


@media screen and (max-width:1024px){
.elementor-1761 .elementor-element.elementor-element-4dae933 .elementor-nav-menu--dropdown {
    background-color: #0D025D !important;
}
.elementor-nav-menu--dropdown .logout {
    background-color: white !important;
    width: 150px;
    margin: 0 auto;
    border-radius: 20px;
}
.elementor-nav-menu--dropdown .logout a{
    color: #66D1CD !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
}

/*
@media screen and (min-width:1024){
.elementor-nav-menu--dropdown .logout {
    background-color: white !important;
    width: 150px;
    margin: 0 auto;
}
}
.elementor-nav-menu--dropdown .logout a{
    color: #66D1CD !important;
}

@media screen and (max-width:1024){
    .elementor-nav-menu--dropdown .logout {
    background-color: none !important;
    width: 150px;
    margin: 0 auto;
}

.elementor-nav-menu--dropdown .logout a{
    color: white !important;
}
.logout a.elementor-sub-item {
    padding: 8px !important;
    margin-top: 8px;
}
}
*/


/*ANIMAZIONE BOUNCE FRECCIA*/
.freccia-scroll {
  animation: bounce 2s infinite;
  display: inline-block; /* utile se è un'icona SVG o un carattere */
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}


/*TITOLI E SEZIONI SLIDER HOME*/
.singoloPianeta img.attachment-large.size-large {
    margin-top: -15px;
}

/*SFONDI SEZIONE PIANETA GIGANTE*/
#sezioneAnimazione0, #sezioneAnimazione1, #sezioneAnimazione2, #sezioneAnimazione3, #sezioneAnimazione4, #sezioneAnimazione5 {
    background-color: transparent;
}

/*MENU BIANCO HOMEPAGE*/
.page-id-4817 #logo-header img{
    content: url("https://vaginaverso.it/wp-content/uploads/2021/03/Logo_VaginaVerso_White.svg") !important;
}

.page-id-4817 .elementor-nav-menu--main .elementor-item{
    color: white !important;
}

.page-id-4817 .elementor-menu-toggle{
    color: white !important;
}

/*MENU BIANCO PAG LOGIN*/
.page-id-4415 #logo-header img{
    content: url("https://vaginaverso.it/wp-content/uploads/2021/03/Logo_VaginaVerso_White.svg") !important;
}

.page-id-4415 .elementor-nav-menu--main .elementor-item{
    color: white !important;
}

.page-id-4415 .elementor-menu-toggle{
    color: white !important;
}

/*MENU BIANCO PAG VODCAST e singolo VODCAST*/
.page-id-2693 #logo-header img{
    content: url("https://vaginaverso.it/wp-content/uploads/2021/03/Logo_VaginaVerso_White.svg") !important;
}

.page-id-2693 .elementor-nav-menu--main .elementor-item{
    color: white !important;
}

.page-id-2693 .elementor-menu-toggle{
    color: white !important;
}

.page-id-2693 li.profilo.menu-item.menu-item-type-post_type a.elementor-item{
    color: white !important;
}

.page-id-2693 li.login.menu-item.menu-item-type-post_type a.elementor-item{
    color: white !important;
}

.elementor-1761 .elementor-element.elementor-element-4dae933 .elementor-nav-menu--dropdown a.elementor-item-active {
    background-color:#0C0154;
}

.single-vodcast #logo-header img{
    content: url("https://vaginaverso.it/wp-content/uploads/2021/03/Logo_VaginaVerso_White.svg") !important;
}

.single-vodcast .elementor-nav-menu--main .elementor-item{
    color: white !important;
}

.single-vodcast .elementor-menu-toggle{
    color: white !important;
}

/*MENU TABLET E MOBILE*/
@media screen and (max-width:1024px){
#menu-2-4dae933 {
    margin-top: -110px;
}

   a.elementor-item {
    text-align: center;
  }

  .elementor-nav-menu--dropdown a.elementor-item {
    justify-content: center;
  }

  .elementor-nav-menu--dropdown {
    display: grid;
    justify-content: center; 
    align-items: center;     
    height: calc(100vh - 110px);
    }         

  .elementor-nav-menu--dropdown a.elementor-item {
    text-align: center;
  }
}

/*PRELOADER*/
.preloader{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*transition: opacity 1.5s ease-out, visibility 1.5s ease-out;*/
    transition: all .3s ease !important;
    opacity: 1;
    /*visibility: visible;*/
    z-index:1000;
}


.preloader.hidden {
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}


/*CAROSELLO MONDI MOBILE*/
.swiper-slide.swiper-slide-active {
    padding-bottom: 40px;
}

.carosello-mobile .e-overlay-animation-slide-up {
        display: block;
        z-index: 1;
        opacity: 1;
        margin-top: 320px;
}

.carosello-mobile .elementor-carousel-image{
    height: 55% !important;
    margin-top: 80px;
}

.carosello-mobile .elementor-carousel-image-overlay h2{
    font-size: 24px !important;
    font-weight: 800;
}

.carosello-mobile .elementor-carousel-image-overlay h3{
    font-size: 17px !important;
    margin-top: -40px;
    color: white;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .carosello-mobile .elementor-carousel-image-overlay h2{
        font-size: 28px !important;
        font-weight: 800;
    }

    .carosello-mobile .elementor-carousel-image-overlay h3 {
        font-size: 17px !important;
        margin-top: -20px;
        color: white;
    }

    #nostro-spazio-mobile {
    margin-top: 0px !important;
    }
}


.carosello-mobile .e-overlay-animation-slide-up {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.carosello-mobile  .swiper-slide-active .e-overlay-animation-slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
}


.carosello-mobile .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -220px;
}

@media screen and (max-width:749px){
.servizisalutehome:before{
    display: none;
}
}
/*BOX SERVIZI HOME*/
.servizi-home{
    height: 310px;
}

@media (min-width: 750px) and (max-width: 1024px) {
.servizi-home{
    height: 250px;
}
}


.servizi-mobile .jet-carousel__item-inner{
    background-color:#FFEFF1 ;
}

.servizi-mobile .slick-slide img {
    float: left;
    padding: 32px;
    width: 120px;
}

.servizi-mobile .jet-carousel__item-text {
    height: 130px;
}
    
/*TESTO ANIMATO HOME*/
.testo-animato-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-bottom: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testo-animato-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.testo-animato {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
  font-size: 80px;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}

.testo-animato-reverse {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
  font-size: 80px;
  white-space: nowrap;
  animation: scroll-reverse 20s linear infinite;
}


@media screen and (max-width:749px){
    .testo-animato, .testo-animato-reverse{
    font-size:40px !important;
}
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/*INFO AGGIUNTIVE LOOP ARTICOLI*/
.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-terms {
    background-color: #F2AFC1;
    padding: 8px;
}

/*SERVIZI PAG VAGIPEDIA*/
@media screen and (min-width:750px){
.servizi-vagipedia{
    height: 330px;
}
}

@media screen and (min-width:749px) and (max-width:1024px){
.servizi-vagipedia{
    height: 310px;
}
}

/*SFUMATURA SFONDO PAG VODCAST*/
.page-id-2693{
    background: linear-gradient(180deg, #DDE8FA -25.83%, #5A87F7 53.52%, #DC8093 100%);
}

.single-vodcast{
    background: linear-gradient(180deg, #DDE8FA -25.83%, #5A87F7 53.52%, #DC8093 100%);
}

/*BOX SINTOMI SHOP*/
@media screen and (min-width:750px){
.sintomi-shop{
    height: 170px;
}
}

/*PREVIEW ARTICOLI*/
@media screen and (min-width:1024px){
.titolo-preview-articolo{
    height: 100px;
}
.descrizione-preview-articoli{
    height: 130px;
}
}

@media (min-width: 750px) and (max-width: 1024px) {
  .titolo-preview-articolo{
    height: 60px;
}
.descrizione-preview-articoli{
    height: 80px;
}
}


@media screen and (max-width:749px){
.titolo-preview-articolo{
    height: 40px;
}
.descrizione-preview-articoli{
    height: 80px;
}
}

/*PAG VAGIPEDIA*/
.jet-filter-items-search {
    max-width: 30%;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}

/*ARTICOLI CORRELATI PAG SINGOLO ARTICOLO*/
.loop-articoli-correlati .elementor-widget-theme-post-excerpt{
    display: none;
}

.loop-articoli-correlati .elementor-widget-theme-post-title{
    height: 90px !important;
}

/*BOTTONE invio form registrazione account*/
button.btn.button.ur-submit-button {
    background-color: #66D1CD;
    font-family: 'Neighbor';
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 30px;
    width: 300px;
}

/*CSS FORM REGISTRAZIONE*/
.um-field-label{
    font-family: Neighbor;
    font-weight: 400;
}

.um-field-checkbox-option{
    font-family: Neighbor;
    font-weight: 400;
}
input#um-submit-btn{
    background-color: #66D1CD;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    font-family: Neighbor;
    font-weight: 700 !important;
}


.um .um-button.um-alt{
    background-color: #F5F0E166;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    font-family: Neighbor;
    font-weight: 700 !important;
}

.um .um-form input[type=text]{
    background-color: #F5F0E166 !important;
    border: none !important;
}

.um .um-form input[type=password]{
    background-color: #F5F0E166 !important;
    border: none !important;
}

 .um .um-form input[type=tel]{
    background-color: #F5F0E166 !important;
    border: none !important;
 }

.label-privacy{
    font-family: Neighbor;
    font-weight: 400;
    font-size: 15px;
    color: #888!important;
}


.um-field.um-field-block.um-field-block.um-field-type_block{
    margin-left: 35px !important;
    margin-top:-28px !important;
}

/*CSS PAG PROFILO*/
.um-account-side {
    float: none;
    width: 30%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.um-account-main {
    float: none;
    width: 100%;
    padding: 0 0 0 1.5em;
    box-sizing: border-box;
    margin: 0 auto !important;
}

.um-account-side li {
    margin-bottom: 10px !important;
    background: none;
}

.um-account-side li a span.um-account-arrow{
    display: none;
}

.um-account-link.current{
    text-decoration: none !important;
    background-color: #ED7A9F;
    border-radius: 30px;
}
.um-account-icon.uimob800-hide {
    color: white !important;
}

input#um_account_submit_general, input#um_account_submit_password, input#um_account_submit_delete {
    background: #66D1CD;
    border-radius: 30px !important;
    font-family: 'Neighbor';
    text-transform: uppercase !important;
    font-weight: 600;
}

.um-account-link{
    text-decoration: none !important;
    background-color: #66D1CD;
    border-radius: 30px;
}

.um-account-side li a span.um-account-title{
    color: white;
    font-family: Neighbor;
    text-transform: uppercase;
    font-weight: 600;
}

/*PAG PROFILE*/
ul.um-misc-ul {
    font-family: 'Neighbor';
}

/*RESET PSW*/
.um.um-password.um-um_password_id.uimob500 .um-field.um-field-block.um-field-type_block {
    display: none;
}


/*VIDEO PAG VAGINA ACADEMY 2024*/
.swiper-slide.swiper-slide-active {
    padding-bottom: 0px !important;
}


/*PAG VAGIPEDIA MOBILE*/
.servizi-mobile-vagipedia .jet-carousel__item-inner{
    background-color:#FCFAF6 ;
}

.servizi-mobile-vagipedia .slick-slide img {
    float: left;
    padding: 32px;
}

.servizi-mobile-vagipedia .jet-carousel__item-text {
height: 220px;
}

@media (min-width: 750px) and (max-width: 1024px) {
    .servizi-mobile-vagipedia .jet-carousel__item-text {
height: 120px;
}
}

@media screen and (max-width: 749px) {
    .servizi-mobile-vagipedia .jet-carousel__item-text {
height: 200px;
}
}

/*PAG SHOP MOBILE*/
.servizi-mobile-shop .jet-carousel__item-inner{
    background-color:#FCFAF6 ;
}

.servizi-mobile-shop .jet-carousel__item-text {
height: 130px;
}

/*NASCONDE SCRITTE INIZIALI PAG RESET PASSWORD*/
.hide-until-loaded {
  visibility: hidden;
}


#btn-gina-chat{
    cursor: pointer !important;
}

/*NASCONDO VISUALIZZA PROFILO PAGINA ACCOUNT*/
.um-account-profile-link{
    display: none;
}

.img-articolo-loop.elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image {
    overflow: hidden;
}

/*FORM PRENOTAZIONE CONSULENZA RIMINI WELLNESS*/
/* Cambia il colore principale di FluentBooking */
.fluent_booking_calendar .fbc-primary-color,
.fluent_booking_calendar .fbc-primary-color:hover,
.fluent_booking_calendar .fbc-btn-primary,
.fluent_booking_calendar .fbc-btn-primary:hover,
.fluent_booking_calendar .fbc-text-primary,
.fluent_booking_calendar .fbc-calendar-slot.active,
.fluent_booking_calendar .fbc-calendar-slot:hover {
    background-color: #C3162F !important;
    border-color: #C3162F !important;
    color: #ffffff !important;
}

h1.fcal_slot_heading{
    color: #C3162F !important;
    font-family: Neighbor;
    font-size:30px;
    font-weight: 500;
}

.fcal_calendar_inner .fcal_side .fcal_author_avatar img {
    display: block;
    height: auto !important;
    object-fit: cover;
    width: 70% !important;
}

.fcal_author_name{
    display: none;
}

.fcal_btn_submit{
background-color:#C3162F !important;
border:1px solid C3162F !important;
color: white;
font-size: 20px;
font-weight: 600 !important;
text-transform: uppercase;
font-family: Neighbor;
border-radius: 30px;
}

.day.day-enabled span {
    background-color: #C3162F !important;
    color: #fff !important;
}

.day.day-enabled:hover{
    background-color: #C3162F !important;
}

.fcal_slot_picker .fcal_spot_lists .fcal_spot:before {
    background: #C3162F !important;
}

.fcal_slot_picker .fcal_spot_lists .fcal_spot.fcal_spot_selected {
    border-color: #C3162F !important;
}

.fcal_slot_picker .fcal_spot_lists .fcal_spot .fcal_spot_confirm{
    background-color: #C3162F !important;
}

.fcal_slot_picker .fcal_spot_lists .fcal_spot.fcal_spot_selected .fcal_spot_name {
    color:#C3162F !important;
}

.fcal_slot_picker .fcal_spot_lists .fcal_spot{
    border:1px solid #c316304b !important;
}
/*
.fcal_confirmation .fcal_confirm_header p {
    display: none;
}

.fcal_confirm_section {
    display: none !important;
}

.fcal_confirmation .fcal_confirm_header{
    border-bottom:none !important;
}

.fcal_confirm_body{
    display: none !important;
}
*/

/*PAG PASSWORD MEDIAKIT*/

form.post-password-form {
    margin: 0 auto !important;
    display: block;
    padding: 20px !important;
    position: relative;
    text-align: center;
}

.post-password-form p {
    font-family: 'Neighbor';
}

.post-password-form p {
    width: 100%;
    display: block;
    align-items: flex-end;
}

[type=button], [type=submit], button {
    color: C41732;
    text-align: center;
    background-color: transparent;
    margin: 1px solid #C41732;
    text-transform: uppercase;
    font-weight: 600;
}

[type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #C41732;
    text-decoration: none;
    margin: 1px solid #C41732;
}

form.post-password-form:before {
    content: url("https://vaginaverso.it/wp-content/uploads/2025/03/Icon_ReimpostaPassword.svg");
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    form.post-password-form:before {
        content: "";
        display: inline-block;
        background-image: url("https://vaginaverso.it/wp-content/uploads/2025/03/Icon_ReimpostaPassword.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 250px;
        height: 250px;
    }
}


/*MARKETING OLD MOD REGISTRAZIONE SITO*/
.um-row._um_row_3.marketing-old{
    display: none !important;
}