body {
    color: #252930 !important
}

.black {
    color: #252930 !important
}

.firma {
    text-align: right;
    font-family: 'Tangerine', cursive;
    font-size: 40px !important;
    font-weight: 600;
}

.search-popup__form button[type="submit"] {
    padding: 0 20px !important;
    width: auto !important;
}

figcaption {
    margin-top: 10px;
}

.contact-one__form button[type="submit"] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: var(--thm-black);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 20px !important;
    width: auto !important;
}

.about-four .search-popup__form {
    position: relative;
    z-index: 0 !important;
    width: 100%;
    padding: 15px;
    max-width: 100%;
}

    .about-four .search-popup__form input {
        border: var(--thm-base) 1px solid;
    }

.table {
    background-color: #fff
}

.event-details__top {
    margin-bottom: 0px !important;
}

.ricerca {
    border: 1px solid #aaa081;
    border-radius: 5px
}

.event-details__contact li {
    color: #252930;
    text-transform: uppercase
}

    .event-details__contact li span {
        display: inline;
        color: #aaa081;
        font-size: 17px;
        text-transform: uppercase;
        margin: 0;
        line-height: 1em;
        margin-bottom: 15px;
    }

.event-details .nav-tabs {
    border-bottom: 1px solid #6979BF;
    padding: 5px 0;
}

.event-details .nav-tabs li a {
    font-family: var(--thm-font);
    color: #263680;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    padding: 10px 40px;
}

    .event-details .nav-tabs li a.active {
        color: #fff;
        border-top: 1px solid #6979BF;
        border-left: 1px solid #6979BF;
        border-right: 1px solid #6979BF;
        background-color: #6979bf;
    }

.event-details .tab-content {
    padding-top: 10px;
}

.elenco-codici {
	list-style: none;
    padding-left: 0;
}

.elenco-codici span {
	color: red;
}