/***** SOLO PER SEDI ****/

.sedi-map-filtri {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
    margin-bottom: 20px;
    background: red;
    padding: 9px;
    margin-bottom: 0;
}

.sedi-map-filtro {
    flex: 1 1 0;
    min-width: 0;
}

.sedi-map-filtro label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.sedi-map-filtro select {
    display: block;
    width: 100%;
    min-height: 27px;
    box-sizing: border-box;
    font-size: 15px;
    padding: 6px !important;
    /* line-height: 11px; */
}
.mappe_tab .vc_tta-panel-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[id^="mappa"] {
  /*border-radius: 20px;*/
}
ul.sedi {
    list-style: none;
    padding: 0 !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
ul.sedi li a.titbox{
   color: #fff;
    display:block;
    font-weight:800;
    font-size:18px;
    margin-bottom:9px;
    text-transform:uppercase;
	pointer-events:none;
		text-decoration:none;
    
}
ul.sedi li a{
	text-decoration:underline;
	   color: #fff;
}
ul.sedi li {
    width: calc( 33.333333% - 12px);
    margin-right: 18px;
    background: #fe0100;
    margin-bottom: 18px;
    padding: 18px;
    color: #fff;
    font-size:14px;
    line-height:17px;
    min-height: 165px;
}
ul.sedi li.grey {
    background: #999;
}
ul.sedi li:nth-child(3n){
    margin-right: 0;
}
ul.sedi li span{
    display:block;
    font-weight:800
}
ul.sedi li div{
    margin-top:18px;
}
@media all and (max-width:569px){
	ul.sedi li {
		width: calc( 50% - 9px);
	}
	
	ul.sedi li:nth-child(2n){
		margin-right: 0;
	}
	ul.sedi li:nth-child(3n){
		margin-right: 18px;
	}
}
@media all and (max-width:425px){
	ul.sedi li {
		width: 100%;
	}
	ul.sedi li,
	ul.sedi li:nth-child(2n),
	ul.sedi li:nth-child(3n){
		margin-right: 0;
	}
}
[id^="sedi_wrapper"] {
    position: relative;
	/*margin: 18px auto;*/
	top: 20px;
}
[id^="sedi_wrapper"] .sedi-hide{
	display:none;
}

button.b_sedi {
    position: absolute;
  	top: -75px;
    z-index:999;
    right:20px;
    background-color: #ef152d;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    padding: 4px 9px;
    line-height: 24px;
    letter-spacing:normal;
}

button.b_sedi i.fa.fa-chevron-right.fa-1x.fa-fw::before {
    top: 3px;
    position: relative;
    right: -3px;
    font-size: 19px;

}
button.b_sedi i{
 rotate:0;
 transform-origin: 12px 12px;
 transition:rotate 200ms ease;
}
button.b_sedi:hover {
    background-color: #fff;
    color: #ef152d;
}
button.b_sedi:hover i{
 rotate:90deg;
  transform-origin: 12px 12px;
  transition:rotate 200ms ease;


}
.b_sedi.active {
  color: #ef152d;
  background-color: #fff
}
button.b_sedi.active i {
  rotate: 90deg;
  transform-origin: 12px 12px;
  transition: rotate 200ms ease;
}
button.b_sedi.active:hover{
    color: #fff;
  background-color: #ef152d
}
button.b_sedi.active:hover i{
  rotate: 0deg;
}
div#sedi_wrapper h4 {
    margin-bottom: 36px;
}
/***** POPUP MAPPA *****/

.leaflet-popup-content-wrapper {
    border: 3px solid #2d585e;
    background: #2d585e !important;
}
.leaflet-popup-tip{
	background: #2d585e !important;
}
.leaflet-popup-content strong {
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 9px !important;
    display: block;
}
.leaflet-popup-content {
    font-size: 15px;
    font-family: Oswald, Roboto;
    margin: 9px 9px;
	    color:#fff;
}
.leaflet-popup-content span {
    display: block;
}
.leaflet-popup.leaflet-zoom-animated {
  padding-bottom: 13px;
}
[id^="sedi_wrapper"] li{
    position:relative
}
[id^="sedi_wrapper"] .btn {
    position: absolute;
    bottom:18px;
}
a.popbtn {
    display: inline-block;
    margin-top: 15px;
    background-color: #ee162d;
    color: #fff !important;
    padding: 0px 11px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
a.popbtn:hover {
    display: inline-block;
    margin-top: 15px;
    background-color: #fff;
    color: #ee162d !important;
    padding: 0px 11px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.leaflet-popup-content-wrapper a {
    color: #f4524d !important;
}
ul#mobile-nav li a span br {
    display: none;
}
@media (max-width: 767px){
    ul.sedi li {
    width: calc(50% - 12px);
    }
    ul.sedi li:nth-child(2n) {
        margin-right: 0;
    }
    ul.sedi li:nth-child(2n+1) {
        margin-right: 24px;
    }
}
@media (max-width: 500px){
    ul.sedi li {
    width: calc(100%);
    }
    ul.sedi li:nth-child(2n) {
        margin-right: 0;
    }
    ul.sedi li:nth-child(2n+1) {
        margin-right: 0;
    }
}
h4.sedi-stagionali-title {
    margin-bottom: 27px;
    font-size: 18px;
    font-weight: 400;
}