﻿
#view-property-details main {
    background-color: #ffffff;
}

#view-property-details h1, #view-property-details h2 {
    color: #003a60;
    font-family: Poppins, sans-serif;
    font-size: 17pt;
    font-weight: 600;
    margin-top: 0;
}

#view-property-details h1 {
    text-align: left;
}

#priceAndLakeContainer h2 {
    text-align: right;
}

#propertyPhotoContainer {
    display: grid;
    gap: 8px;
    height: 600px;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.propertyMediaTile {
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

    .propertyMediaTile:first-of-type {
        grid-column-start: span 3;
        grid-row-start: span 3;
    }

#btnSeeAllPhotos {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: white;
    border: 1px solid #003a60;
    color: #003a60;
    margin: 0;
}

#view-property-details h2 > a {
    font-weight: normal;
}

#view-property-details h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17pt;
    font-weight: bold;
    color: #003a60;
}

#view-property-details hr {
    color: #003a60;
}

#divPhotoGallery {
    max-width: 920px;
}

.photo-gallery-image {
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer;
}

@media screen and (width >= 35.5em) {
    #propertyDetailsContainer {
        padding-right: 1em
    }
}

#propertyDetails {
    color: #000000;
    border-right: 2px solid #c5d7e7;
    padding-right: 1em;
}

    #propertyDetails h3 {
        color: #003a60;
        border-top: 2px solid #003a60;
        text-align: left;
        padding-top: 1em;
    }

    #propertyDetails h4 {
        font-weight: bold;
        font-size: 16pt;
    }

    #propertyDetails table {
        width: 100%;
        border-spacing: 0;
        background-color: none;
        margin-bottom: 1.5em;
        color: #000;
    }

        #propertyDetails table tr td {
            padding: 3px 1em 3px 0;
            vertical-align: top;
        }

            #propertyDetails table tr td:nth-child(odd) {
                white-space: nowrap;
            }

#moreInfoLinksContainer {
    margin: 1em 0;
    color: #003a60;
}

    #moreInfoLinksContainer a {
        text-decoration: underline;
    }

#listing-buttons {
    padding-top: 1em;
    padding-bottom: 1em;
}

    #listing-buttons > button {
        margin: 0;
    }

.remarks {
    clear: both;
    background: none !important;
    font-size: 13pt !important;
    font-family: Poppins !important;
    color: #000000 !important;
}

    .remarks span, .remarks p, .remarks font {
        background: none !important;
        font-size: 13pt !important;
        font-family: Poppins !important;
        color: #000000 !important;
        line-height: 150% !important;
    }

div.propertyMap {
    height: 400px;
}

    div.propertyMap iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

@media screen and (width < 48em) {
    #viewLargerPhotos {
        display: none;
    }

    #moreInfoButtonsDiv {
        float: none;
    }

    #propertyDetails table tr td b {
        white-space: normal;
    }

    #propertyAddressContainer, #basicInfoContainer, .remarks, .disclaimer {
        margin-left: .5em;
        margin-right: .5em;
    }

    h3 {
        text-align: center;
    }

    #propertyDetails table tr td b {
        white-space: nowrap;
    }

    #sidebar > div {
        padding: 0;
    }

    #bigButtonsContainer button {
        width: 50%;
    }

    #propertyPhotoContainer {
        height: 400px;
        flex-direction: row;
        flex-wrap: wrap;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    #propertyDetails {
        border-right: none;
        padding-right: 0;
    }
}
