/* 2023 EDIT */

.d-inline-block{
    display: inline-block;
}

.font-sans {
    font-family: "Futura-PT", Arial, sans-serif;
}

.small {
    font-size: 80% !important;
}

.lh-s{
    line-height: 0.6rem;
}

.fs-adjust{
    font-size: 112%;
}

.img-fluid {
    max-width: 100%;
    height: auto; 
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.pt-menu {
    padding-top: 75px;
}

.mt-2 {
    margin-top: 0.75rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 2.5rem;
}

.pt-3 {
    padding-top: 1rem;
}

.px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.pe-extra {
    padding-right: 5.5rem;
}

#contacta .intro-section {
    color: #000;
}

#contacta h1, #contacta h2, h2.contacta, h3.contacta {
    color: #ce4d1f;
}

#contacta h1 {
    font: 300 46px/48px "LeituraNews", Times, serif;
}

#contacta h2, h2.contacta, h3.contacta {
    font: 300 34px/36px "LeituraNews", Times, serif;
    margin: 0 0 15px;
}

#contacta .top-area {
    background-color: #fff;
    padding: 50px 0px;
}

.social li {
    margin-right: 10px;

}
.social li > a > i {
    font-size: 28px !important;
}

.border-top-custom {
    border-top: solid 2px #ce4d1f;
}

.border-bottom-custom {
    border-bottom: solid 2px #ce4d1f;
}


#footer h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 8px;
    font-family: "LeituraNews", Times, serif;
    color: #ce4d1f;
}

#footer .footer-contact{ 
    padding: 27px 0 68px;
    font-family: "Futura-PT", Arial, sans-serif;
    font-size: 19px;
}

.footer-contact a { 
    color: #ce4d1f;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-contact .text-dark a { 
    color: #000;
}

#contacta input[type="text"], #contacta input[type="email"], #contacta input[type="tel"]  {
    display: block;
    width: 100%;
    height: 44px;
    border: solid 2px #ce4d1f;
    font-family: "Futura-PT", Arial, sans-serif;
    padding: 10px;
    color: #ddd !important;
    margin: 0 0 28px;
    -webkit-appearance: none;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#contacta textarea {
    display: block;
    width: 100%;
    height: 143px;
    border: solid 2px #ce4d1f;
    font-family: "Futura-PT", Arial, sans-serif;
    padding: 10px;
    color: #ddd !important;
    margin: 0 0 28px;
    -webkit-appearance: none;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.dropdown.select {
    width: 100%;
    border: solid 2px #ce4d1f;
    font-family: "Futura-PT", Arial, sans-serif;
    margin: 0 0 28px;
    height: 44px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 12px 0 0;
}

#contacta small {
    font-size: 70%;
}

 #contacta label {
    font-size: 90%;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ce4d1f;
}

 .wpcf7-acceptance, span.wpcf7-form-control.wpcf7-checkbox {
    margin: 0px !important;
    display: inline-block;
}
.wpcf7-acceptance {
    color: #000;
    font-size: 17px;
    line-height: 10px;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder{
    color: #666 !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}


@media (max-width: 576px) {
    .mt-3 {
        margin-top: 2rem;
    }
    .pe-extra {
        padding-right: 0;
    }
}
.fit-the-fullspace{
    display: none!important;
}
