/* PLACE YOU CUSTOM STYLES IN THIS FILE */

.nk-cookie-alert{
    display: block;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    margin: 0 auto;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #E10B25;
    z-index: 999;
    display: none!important;
}

.current-color,
.nk-navbar .nk-nav li.active > a,
a, a:focus, a:hover {
    color: #e50b7f;
    /*cd7d29*/
}

.row-programma {
    margin-top: 25px;
}

.row-programma p {
    margin-bottom: 10px;
}

.row-programma .divider {
    width: 100%;
    display: block;
    height: 1px;
    background-color: #333;
    margin-top: 25px;
}

.row-programma h3 {
    font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 767px) {
    .row-programma .max-width {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .row-programma .img-evento {
        margin-top: 15px;
    }
}