@charset "utf-8";

.logo-holder img {
    width: 45px;
}

.custom-inner ul {
    list-style: circle;
}

/* <fix scritta verticale laterale> */
@media screen and (max-height: 700px) {
    .bg-title {
        bottom: -40%;
    }
}

@media screen and (max-height: 600px) {
    .bg-title {
        bottom: -50%;
    }
}

@media screen and (max-height: 530px) {
    .bg-title {
        bottom: -60%;
        font-size: 75px !important;
    }
}
/* </fix> */

ul.elenco {
    float: left;
    width: 100%;
    padding: 10px 0 10px 13px;
    list-style: circle;
}

ul.elenco li {
    float: left;
    width: 100%;
    padding: 5px 0 5px 10px;
    text-align: left;
}

.order-wrap h4 {
    color: white;
}

.contact-info:before {
    border-color: transparent transparent #E20A17 transparent;
}

#submit, .controls button {
    color: white;
}

.copyright {
    left: 10px;
    width: 260px;
    bottom: 0;
}

p {
    text-align: justify;
    text-justify: inter-word;
}