.blog-element a:hover, .blog-element a:focus{
    color: #232323!important;
}

.img-istruttore-round{
    width: 250px!important;
}

nav a{
    text-decoration: none!important;
}

.background-color-studio-danza-insieme-1{
    background-color: #244C5A;
}

.background-color-studio-danza-insieme-2{
    background-color: #D82A4F;
}

.color-studio-danza-insieme-1{
    color: #244C5A;
}

.color-studio-danza-insieme-2{
    color: #D82A4F;
}

.container-other-btn a.btn:hover{
    color: #244C5A!important;
}

footer ul li a{
    text-decoration: none;
    color: #fff;
}

footer ul li a:hover{
    text-decoration: none;
    color: #fff;
}

footer a{
    text-decoration: none;
    color: #fff;
}

footer a:hover{
    text-decoration: none;
    color: #fff;
}

.footer-copyright a{
    color: #fff;
    text-decoration: none;
}

.tab-custom img{
    width: 50%;
}

@media screen and (max-width: 768px) {
    .tab-custom img{
        width: 100%;
    }
    p, div, span {
        font-size: 13px!important;
    }
    footer{
        text-align: center;
    }
}

.table-custom-responsive .row div {
    padding: 10px 10px;
}

.table-custom-responsive{
    padding: 0!important;
}

.table-custom-responsive .header-table {
    background-color: #D82A4F!important;
    color: #fff!important;
    font-weight: bold!important;
}

h2{
    font-size: 40px!important;
}

.default-logo, .alt-logo{
    width: 150px!important;
    height: auto!important;
    margin-top: 10px;
    max-height: 150px!important;
}

/**
Animazione I NOSTRI ISTRUTTORI
 */
/* CSS per l'animazione all'hover */
    .i-nostri-istruttori .image-container {
        /* Imposta una transizione per rendere l'animazione fluida */
        transition: transform 0.3s ease;
    }

    /* Effetto di trasformazione sull'hover */
    .i-nostri-istruttori .image-container:hover {
        /* Specifica la trasformazione che vuoi applicare all'immagine al passaggio del mouse */
        transform: scale(1.1); /* Ad esempio, aumenta la dimensione dell'immagine del 10% */
    }
    /* CSS per l'animazione all'hover */
    .i-nostri-istruttori .image-container {
        /* Imposta una transizione per rendere l'animazione fluida */
        position: relative;
        overflow: hidden;
    }

    /* Stile dell'overlay */
    .i-nostri-istruttori .overlay {
        /* Imposta il colore e l'opacità dell'overlay */
        background-color: #d82a4f6b; /* #0000004d; /* Cambia l'opacità secondo le tue preferenze */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; /* Rendilo trasparente all'inizio */
        transition: opacity 1s ease; /* Effetto di transizione */
    }

    /* Mostra l'overlay quando fai hover sull'immagine */
    .i-nostri-istruttori .image-container:hover .overlay {
        opacity: 1; /* Rendi l'overlay completamente visibile al passaggio del mouse */
    }
/**
Animazione I NOSTRI ISTRUTTORI
 */


a.btn.btn-custom, button.btn.btn-custom{
    color: #fff!important;
    background-color: #D82A4F!important;
}

a.btn.btn-custom:hover, a.btn.custom:focus, button.btn.btn-custom:hover, button.btn.btn-custom:focus{
    color: #D82A4F!important;
    background-color: transparent!important;
    border: 1px solid #D82A4F!important;
}

.grid-filter > li.active > a, .grid-filter > li.active > a:focus, .grid-filter > li.active > a:hover, .grid-filter > li > a:hover{
    color: #D82A4F!important;
}

header .navbar .navbar-brand .default-logo, header.sticky .navbar-brand .alt-logo, header .sidebar-nav-menu .navbar-brand .default-logo{
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: unset!important;
    -webkit-transition-duration: unset!important;
}

header.sticky .navbar .navbar-brand .default-logo, header .navbar-brand .alt-logo, header .navbar .navbar-brand .mobile-logo, header .sidebar-nav-menu .navbar-brand .mobile-logo{
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration:unset!important;
    -webkit-transition-duration:unset!important;
}

.titleBoxGoogleMaps{
    font-size: 20px;
    line-height: 24px;
}

.icon-social{
    width: 10px!important;
    font-size: 13px!important;
}

.icon-social:hover{
    color: #D82A4F!important;
}

.tab-style-01 .nav-tabs > li.nav-item{
    padding: 0 25px!important;
}

@media screen and (max-width: 991px) {
    .default-logo, .alt-logo{
        display: none!important;
    }
    .mobile-logo{
        width: 125px!important;
        max-height: 125px!important;
    }
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-brand .mobile-logo, header .sidebar-nav-menu .navbar-brand .mobile-logo{
        visibility: visible!important;
        opacity: 1!important;
    }
}


@media screen and (max-width: 768px) {
    h2{
        font-size: 30px!important;
    }
    .table-custom-responsive .col {
        flex-basis: 100%;
        width: 100%;
        margin: 2px 0;
        font-size: 12px;
        text-align: left;
    }
    .table-custom-responsive .row:not(:first-child) {
        border-top: 1px solid #ccc;
    }
    .table-custom-responsive .row:not(:first-child) .col:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 2px;
    }
    .default-logo, .alt-logo{
        display: none!important;
    }
    .mobile-logo{
        width: 125px!important;
        max-height: 125px!important;
    }
}