#slider .box-image{
    width: 100%;
    height: 720px;
    /* UI Properties */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;

}
.caption-evento{
    background: #C73672;
    opacity: 0.9;
    padding: 30px 40px;
    width: 490px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}
.caption-evento .info-button{
    padding: 18px 30px;
    border: 1px solid #fff;
    font-size: 12px;
}
.caption-evento .data-evento a{border-bottom: 1px solid}
.caption-evento .info-button.hidden{
    display: none !important;
}
.caption-evento .header-evento{

}
.caption-evento .description-evento{

    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.3s ease-out;
}
.caption-evento .description-evento.visible{
    visibility: visible;
    opacity: 1;
    height: auto;
}
.caption-evento .lista-musicisti{
    list-style: none;
    padding: 0;
    margin:10px 0;

}
.caption-evento .lista-musicisti strong,
.caption-evento .lista-musicisti span
{
    font-size: 21px;
}
.caption-evento .lista-musicisti span
 {
     font-family: 'clanThin';
 }
.icona-musica{
    margin-bottom: 12px !important;
}

.concorso-box{
    position: absolute;
    width: 80px;
    height: 180px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    margin: auto;
    padding: 10px;
    text-align: center;
}
.concorso-box p,.concorso-box a{
    margin-bottom: 0;
    font-size: 11px !important;
    line-height: 14px;
}
.concorso-box.hidden{
    display: none;
}

.calendar-wrapper .current{
    background: #C90761;
    color: #fff;
    border-color: #C90761 !important;
    border-: #C90761 !important;
}
.bullet-evento span{
    width: 10px;
    height: 10px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    background-color: #C90761;
    display: block;
    margin: auto;

}
.bullet-evento.prove-generali span {
    background-color: #FC9F0D !important;
}
.bullet-evento:last-child span{
    margin-right: 2px;
}
.current .bullet-evento span{

    background-color: #fff;

}

.evento-calendar{
    background-color: #C90761;
    color:#fff;
    padding: 15px;
    width: 300px;
}
.evento-calendar.bg-prove_generali {
    background-color: #FC9F0D !important;
}
.evento-calendar h3{
    font-size: 16px;
    text-transform: uppercase;
}
.evento-calendar .utility{
    font-size: 12px;
    margin-bottom: 8px;
}
.evento-calendar .luogo-calendario{
    margin-left: 11px;
}
.popover-body{
    padding: 0;
}

.image-evento-card {
    height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    padding: 20px;
}
.content-evento-card h3{
    color: #191919;
}
.image-evento-card .data-evento{
    position: relative;
}

.image-evento-card:before {
    content: "";
    background-color: rgba(63,63,63,.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.content-evento-card p,
.content-evento-card p strong
{
    font-size: 18px;

}
.content-evento-card p{
    margin-bottom: 10px;
}
.content-evento-card p small
{
    font-size: 12px;
}
.banner-opvlive{

    width: 100%;
    height: 276px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-opvlive:before{
    content: "";
    background-color: rgb(238 181 71 / 80%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-opvlive p{
    margin-bottom: 23px;
    font-size: 21px;
    line-height: 29px;
}
.content-evento-card .date{
    font-size: 12px;
    color: #8A8B8A;
    margin-bottom: 10px;

}
.newsletter-box{
    background-color: #F5F5F5;
    padding: 30px 35px;
}

#box-home-page .box{

    height: 310px;
    background-image: url(https://via.placeholder.com/400x310);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    position: relative;

}
#box-home-page .box:before {
    content: "";
    background-color: rgba(25,25,25,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#box-home-page .box .box-title{
    font-family: clanBold;
    position: relative;
    margin-bottom: 0;
}

.about-wrapper{
    height: 450px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 40px;
    position: relative;
}
.about-wrapper:before{
    content: "";
    background-color: rgba(25,25,25,0.3);
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    margin: auto;
    position: absolute;
}
.about-wrapper .about-text{
    position: relative;
    width: 500px;
}
.about-wrapper .about-text .btn-standard{

    width: 146px;
}
.calendar-wrapper th, .calendar-wrapper td {
    padding: 5px;
    font-size: 12px;
}
.calendar-wrapper{
    position: relative;
}
#calendar-box-front-page td,
#calendar-box-front-page th{
    border-color: #191919;
    font-family: 'clanMedium' !important;
}
#calendar-box-front-page .dayName {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}
.bullet-eventi-wrapper {
    padding: 10px 0;
}
.bullet-evento {
    display: inline-flex;
    order: 2;
}
.bullet-evento.prove-generali {
    margin-right: 4px;
    order: 1;
    display: inline-flex;
}
.loader-calendar{
    position: absolute;
    background-color: rgba(25,25,25,0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    display: flex;align-items: center;justify-content: center;
    font-size: 30px;

}
.giorno-dom {
    background: rgb(199 54 114 / 40%);
    /* color: #fff; */
}

.close-popover{
    position: absolute;right: -20px;
    top: 5px;
}
.footer-evento{
    margin-top: 40px;
}

.tags-evento a{
    font-size: 10px;
}
.tags-evento li{
    display: inline-block;
    margin: 0 2px;
}
.tags-evento li:first-child{
    margin-left: 0;
}
.tags-evento li:last-child{
    margin-right: 0;
}
.tags-evento li .serie-blu {
    color: #2699d1;
}
.tags-evento li .serie-verde {
    color: #58713b;
}
.tags-evento li .prove-generali
{
    color: #FC9F0D;
}
.tags-evento li .prove-generali span {
    width: 16px;
    display: inline-block;
    height: 16px;
    background-color: #FC9F0D;
    color: #fff;
    font-size: 9px;
    border-radius: 31px;
    text-align: center;
    line-height: 17px;
}
#calendar-box-front-page table{
    margin-bottom: 0;
}
.newsletter .wpcf7-list-item{
    margin-left: 0;
}
.popover .arrow{
    display: none;
}
@media screen and (max-width: 992px){
    .calendar-wrapper{
        overflow-x: scroll;
    }
    #slider .box-image{
        height: 600px;
    }
}

@media screen and (max-width: 991px){
#calendar-box-front-page{
    display: none;
}
    .about-wrapper{
        padding-left: 0;

    }
    .calendar {
        display: flex;
        flex-flow: column;
    }
    .calendar .header .month-year {
        font-size: 20px;
        font-weight: bold;
        color: #636e73;
        padding: 20px 0;
    }
    .calendar .days {
        display: flex;
        flex-flow: wrap;
        border-left: 1px solid #191919;
        border-right: 1px solid #191919;
    }
    .calendar .days .day_name {
        width: calc(100% / 7);

        border-top: 1px solid #191919;
        border-bottom: 1px solid #191919;
        border-right: 1px solid #191919;
        height: 48px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #191919;
        text-align: center;
        line-height: 48px;
    }
    .calendar .days .day_name:nth-child(7) {
        border-right: 0;
    }
    .calendar .days .day_num {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: calc(100% / 7);
        border-right: 1px solid #191919;
        border-bottom: 1px solid #191919;
        text-align: center;
        font-weight: bold;
        color: #191919;
        cursor: pointer;
        height: 48px;
    }
    .calendar .days .day_num span {

        font-size: 14px;
    }
    .calendar .days .day_num .event {
        margin-top: 10px;
        font-weight: 500;
        font-size: 14px;
        padding: 3px 6px;
        border-radius: 4px;
        background-color: #f7c30d;
        color: #fff;
        word-wrap: break-word;
    }
    .calendar .days .day_num .event.green {
        background-color: #51ce57;
    }
    .calendar .days .day_num .event.blue {
        background-color: #518fce;
    }
    .calendar .days .day_num .event.red {
        background-color: #ce5151;
    }
    .calendar .days .day_num:nth-child(7n) {
            border-right: 0;

    }
    .calendar .days .day_num:hover {
        background-color: #fdfdfd;
    }
    .calendar .days .day_num.ignore {
        background-color: #fdfdfd;
        color: #ced2d4;
        cursor: inherit;
    }
    .calendar .days .day_num.selected {
        background-color: #C73672;
        color: #fff;
        cursor: inherit;
    }
    .calendar .days .day_num.selected .bullet-evento span {
        background-color: #fff;

    }
    .calendar .days .day_num .bullet-evento.prove-generali span{
        background-color: #0089CE ;
    }
    #evento-div .evento-calendar{
        width: 100% !important;
        margin-bottom: 15px;
    }
    #evento-div .header-popover strong, #evento-div .header-popover span{
        font-size: 12px;
    }
    #evento-div .header-popover{
        justify-content: flex-start !important;
    }
    #evento-div .header-popover strong span{
        text-transform: uppercase;
    }
    #evento-div a {
        font-size: 12px;
        text-decoration: underline;
    }
}

@media screen and (max-width: 767px){

    .banner-opvlive{
        height: auto;
        padding: 50px;
    }
    .banner-opvlive p{
        font-size: 16px;
    }
    #box-home-page .box{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 560px){
    .about-wrapper .about-text{
        width: 100%;
    }
    .caption-evento{
        width: 100%;
    }

}