/*
Theme Name: Voyx ReverseSlider
Theme URI: 
Author: Federico Fausti
Author URI: 
Description: Custom wordpress theme
Version: 1.0
Tags: 
Text Domain: voyx-rev
*/
.map-info ul li:nth-last-child(-n + 2) {
  font-size: .8rem;
}
@media (max-width:493px) {
  .map-info ul li:nth-last-child(-n + 2) {
    font-size: .7rem;
  }
}
@media (min-width:494px) {
 .map-info ul li:nth-last-child(-n + 2) {
    text-transform: uppercase;
  }
}

.iubenda-cs-preferences-link.iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-right] {
    right: 100% !important;
}
