/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.grid-2-left {
    display: grid;
    grid-template-columns: 1fr .5fr;
    align-items: center;
}

.single-property .info {
    display: flex;
    gap: 40px;
}

.single-property .info > div {
    display: flex;
    gap: 10px;
}

.single-property .info img {
    height: 30px;
}

.single-property .details {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 180px;
}

.single-property .map-wrapper {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
}

.single-property .map-wrapper {
    color: black;
}

.single-property .contact {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 20px 30px;
}

.only-print {
    display: none;
}

@media print {
    .only-print {
        display: block;
    }

    body .container-wrap {
        background-color: white;
    }

    body, body h1 {
        color: black;
    }

    body .container {
        max-width: 90%;
    }

    body .print-left {
        width: 30%;
        margin-right: 10px;
        float: left;
    }

    body .fullpage {
        float: left;
        width: 100%;
    }

    body .print-left > div {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-bottom: 15px;
    }

    body .print-left .price {
        font-size: 0.8cm;
    }

    body .only-print .description {
        font-weight: 700;
        font-size: 0.8cm;
        margin-bottom: 15px;
    }

    body .print-left img {
        width: 0.6cm !important;
        margin: 0;
    }

    body .cuco-fancy-gallery {
        grid-template-rows: 100px 100px;
    }

    .cuco-fancy-gallery div:nth-of-type(3) {
        grid-column: 2 / 4;
    }

    #header-outer, #header-space, .open, .hidden-print, .single-property .before-footer {
        display: none;
    }

}