.bg-white {
    padding-left: 0;
    padding-right: 0;
}

.first-row{
    margin-left: 0;
    margin-right: 0;
    padding-top:24px;
    padding-bottom:40px;
}

.col-left{
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-right{
    padding-top: 0;
    padding-bottom: 0;
    margin-left:10px;
    display: contents;
}

.leaflet-container {
    margin-top: 40px;
}

@media screen and (min-width: 576px){
    .leaflet-container {
        height: 100% !important;
        margin-top: 0px;
    }
}
.column{
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 575px){
    .col-left{
        margin-left: 0;
        margin-right: 0;
    }
    
    .col-right{
        margin-left:0;
        margin-top: 15px;
    }
}

.col-right>div{
    z-index: 1;
}

.item-with-icon{
    display: flex;
}

.item-with-icon a{
    color: #19191a;
    text-decoration: underline;
}

.item-with-icon span{
    vertical-align: middle;
}

.item-with-icon :nth-child(2){
    margin-left: 8px;
}

.item-with-icon>div :first-child{
    font-weight: 700;
}

.item-with-icon>div :last-child{
    font-weight: 400;
}

.col-left .item-with-icon{
    padding-bottom: 25px;
}

.col-left ul li:last-child>div{
    padding-bottom: 0;
}

.col-left ul{
    margin-bottom: 0;
}

.box-contenuti > section > .bg-white {
    margin-bottom: 0;
}

.widget_sub_section_widget{
    padding-top: 24px;
}

.infobox i{
    margin-right: 8px;
}

.col-left h3{
    padding: 6px;
}

@media screen and (min-width: 767px){
    .vanilla-calendar{
        padding: 10px;
    }
    .infobox{
        padding: 10px;
    }
    .events-data{
        padding: 10px;
    }

    .col-left h3{
        padding: 16px;
    }
    
}

.infobox{
    margin-bottom: 30px;
}

.call-to-action{
    display: flex;
}

.call-to-action span{
    background-color: #c9272e;
    padding: 10px;
}

.call-to-action span a{
    color: #fff;
    text-decoration: unset;
    font-weight: 600;
}

.call-to-action span a:hover{
    color: #000!important;
}

.mobile-only{
    display: none;
    margin: auto;
}

.desktop-only{
    display: flex;
    margin: auto;
}

.touch .mobile-only{
    display: flex;
}

.touch .desktop-only{
    display: none;
}

.badge-success {
    width: 32px;
    background-color: #B22222;
}

.places dt{
    margin-bottom: 5px;
}

.tappe-list li{
    margin-bottom: 0.5rem;
    list-style: disc;
    list-style-position: inside;
}

.time-list li{
    margin-bottom: 0.5rem;
}

.infobox li{
    color: #19191a;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    font-weight: 400;    
}
.infobox a{
    color: #19191a;
    text-decoration: #b22222 underline;
}

.fa-map-marker-alt::before{
    content: "";
    background-image: url(../img/ic_address.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 39px;
    font-size: 39px;
}

.fa-envelope::before{
    content: ""!important;
    background-image: url(../img/ic_email.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 39px;
    font-size: 39px;
}

.fa-phone-alt::before{
    content: "";
    background-image: url(../img/ic_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 39px;
    font-size: 39px;
}

.fa-fax::before{
    content: "";
    background-image: url(../img/ic_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 39px;
    font-size: 39px;
}

.sottoaree .container a{
	color: unset;
	text-decoration: #b22222 underline;
}
