@font-face {
    src: url(/wp-content/themes/impreza-child/fonts/GothamMedium.ttf);
    font-family: "Gotham";
    font-weight: 400;
    font-display: swap;
}

@font-face {
    src: url(/wp-content/themes/impreza-child/fonts/GillSans.ttc);
    font-family: "Gill Sans";
    font-weight: 400;
    font-display: swap;
}

@font-face {
    src: url(/wp-content/themes/impreza-child/fonts/Gotham-Bold.otf);
    font-family: "Gotham";
    font-weight: 700;
    font-display: swap;
}

@font-face {
    src: url(/wp-content/themes/impreza-child/fonts/GothamBookItalic.ttf);
    font-family: "Gotham";
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    src: url(/wp-content/themes/impreza-child/fonts/Gotham-Black.otf);
    font-family: "Gotham";
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    src: url(/wp-content/themes/impreza-child/fonts/Gotham-Book.otf);
    font-family: "Gotham";
    font-weight: 300;
    font-display: swap;
}

.single-property .images > #slider .flex-viewport,
.images > #slider .flex-viewport li,
.images > #slider .flex-viewport a,
.images > #slider .flex-viewport img {
    max-height: 490px !important;
    max-width: 840px;
    display: block;
    object-fit: cover;
}

.single-property .type-property {
    margin-top: 150px;
}

.images > #slider .flex-active-slide {
    opacity: 1 !important;
    left: -25px;
    position: relative;
}
.single-property .images {
    max-width: 840px;
    margin: auto;
}

div#carousel .slides {
    margin-left: 0 !important;
}

.property_actions {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.property_actions li {
    background: #fec746;
    border-radius: 5px;
    color: #fff !important;
    list-style: none;
    display: inline-block;
    padding: 10px;
}

.property_actions li a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.property_actions ul {
    margin-left: 0 !important;
}
.property_actions::before {
    content: "Downloads";

    font-family: var(--font-h4);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    position: relative;
    top: -10px;
}

.price {
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: bold;
    margin-top: 40px;
}
