


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Seziine Team */
.sc_team_item_title > a {
    color: #333 !important;
    font-size: 25px;
}
    .sc_team_item_title > a:hover {
        color: #03c1c1 !important;
    }

.sc_title.sc_title_accent .sc_item_title::after {
    height: 3px !important;
    width: 80px !important;
}

/* Tabella Orari */
#orari {
    width: 100%;
}
    #orari > tbody > tr {
        border-bottom: 1px solid #333;
    }
        #orari > tbody > tr > td {
            background: transparent;
            color: #333;
            border: 0;
        }

    #orari > tbody > tr:first-child {
        border-bottom: 0;
    }
        #orari > tbody > tr:first-child > td {
            background: #03c1c1;
            color: #fff;
        }

/* Form Contatti */
.wpcf7-text {
    padding: 12px 10px !important;
    margin-top: 5px !important;
}

/* Specialità griglia */
.sc_services_default .sc_services_item_info {
    padding: 7% 5% !important;
}

.sc_services_default .sc_services_item_button {
    display: block !important;
}

/* la storia */
#our_history, #our_history_control {
    color: #fff !important;
}

#our_history_control a,
#our_history_control .slider_controls_wrap .slider_pagination_wrap,
#our_history p,
#our_history h5 {
    color: #fff !important;
}

.team_member_details {
    display: none;
}