.iframeTicketone {
    width: 100%;
}

.wpb_wrapper.calendar-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.calendar-wrapper .image {
    margin-bottom: 0px !important;

}

.calendar-wrapper img {
    margin: 0px !important;
    border: 1px solid #121212;
    border-right: 0px solid #121212;
    width: 128px;
    height: 128px
}

.calendar-wrapper div:last-of-type {
    margin-left: auto;
}

.calendar-header .vc_col-sm-10 {
    text-align: center
}

.calendar-header .right-arrow {
    text-align: right
}

.date-event {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #121212;
    border-left: 0px solid #121212;
    padding: 10px;
    min-width: 130px;
    min-height: 130px;
    margin-bottom: 0px !important;
    justify-content: center;
    background-color: #FFFFFF;
}

span.day {
    font-size: 40px;
    font-weight: 700;
}

span.month {
    font-size: 24px
}

span.year {
    font-size: 40px;
    font-weight: 700
}

.calendar-header .vc_column-inner {
    width: 100%;
}

.calendar-header .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-header .wpb_wrapper div {
    margin-bottom: 0px
}


select[name=dt] {
    position: absolute;
    width: 300px;
    right: 12px;
    bottom: 130px;
    border-bottom: 1px solid #ffe39d;
    color: #ffe39d;
}

select[name=dt]:focus {
    border-color: transparent!important;
    border-bottom-color: #ffe39d!important;
}
a.visualizza {
    justify-content: center;
    display:flex;
    font-size: 17px;
    font-weight:700;

}

a.visualizza span{
    color:#121212;
}

a.visualizza:hover span{
    color:#ffe39d;
}

.image-bg_mobile {
    display: none;
}

@media only screen and (max-width: 999px) {
    .wpb_wrapper.calendar-wrapper {
        display: contents;
        flex-direction: column;
    }
.image-bg_mobile {
    display: block !important;
}
.image-bg { display: none}
    h3.title {
        font-size: 2.2em !important;
        margin-top: 10px;
    }

    .calendar-wrapper h4 {
        margin-bottom: 0px !important;
    }

    a.nectar-button.small.see-through-2.spettacolo {
        padding: 20px 20px;
        border: 1px solid #121212;
        margin-left: 0px !important;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .contenuto {
        margin-bottom: 10px !important
    }


    .spettacolo span {
        font-size: 20px !important;
    }

    .calendar-header h2 {
        font-size: 24px !important
    }

    .calendar-header .fa-calendar {
        font-size: 20px !important
    }


    select[name=dt] {
        right: auto;
    }

    .nectar-btn {
        justify-content: center;
    }

    a.visualizza {

        width: 100%;

    }
}

.change-date {
    cursor: pointer;
}

.calendar-content {
}

body.material[data-button-style^=rounded] .calendar-content .nectar-button.see-through-2:not(:hover) i {
    color: #0a0a0a !important;
}

a.nectar-button.small.see-through-2:hover {
    background: #121212 !important;
    color: #ffffff !important;
}

.mask {
    aspect-ratio: 1 / 1;
}
body .portfolio-items .col img {
    height: 100%;
}

h4.subtitle {
    text-transform: uppercase;
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
  .spettacolo span {
      font-size: 16px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
.container {
    padding: 0 30px!important;
}
.spettacolo span {
    font-size: 13px !important;
}
}

@media only screen and (max-width: 768px) {
    .calendario-contenuto {
        display: flex;
        flex-direction: column;
        min-height: 150px;
        justify-content: space-around;

    }

    .calendario-contenuto a {
        line-height: 40px;
    }
}