﻿.resultsPageCount {
    margin: 1em;
}

#frmListings {
    margin-bottom: 1em;
    vertical-align: middle;
}

    #frmListings button, #frmListings a, #frmListings select {
        margin-top: 0;
        margin-bottom: .5em;
    }

#reverseSortButton {
    font-size: 13pt;
    padding-left: .75em;
    padding-right: .75em;
}

#selectSortBy {
    font-family: 'Josefin Sans';
}

.listingResult {
    background-size: cover;
    cursor: pointer;
    min-height: 280px;
    overflow: hidden;
    /*background-color: rgba(0, 60, 97, .50);*/
    background-blend-mode: multiply;
    transition-duration: .3s;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    font-size: 12pt;
}

    .listingResult:hover {
        background-color: transparent;
    }

.listingTileTab {
    padding: .25em 1em;
    background: #d8e5f0;
    color: #003a60;
    border-bottom: 1px solid #ffffff;
    text-shadow: none;
}

.resultsTileButtons button {
    margin: 1px 0 0 0;
    width: 100%;
}

.resultsTileFeaturedBanner {
    margin-top: -1.2em;
    display: inline-block;
    position: absolute;
    left: 1em;
    z-index: 10;
}

.resultsTileHeader {
    margin: 0.0em -8px 0 -8px;
    padding: 0.25em 0.75em 0.25em 0.75em;
}

.featuredHeader {
    padding: 1em 0.75em 0.25em 0.75em;
}

.resultsTileBody {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .25em;
}

.listingResultsHighlights {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 1.5em;
    padding:0 .5em;
    position: absolute;
    bottom: .5em;
    border:1px solid white;
    z-index: 20;
}

.listingResultsDetails {
    padding: .5em;
    color: #000000;
    background: #f8f8f8;
}

.listingResultsDetails span {
    font-size: 75%;
}

.listingResultsLakefrontType {
    float:right;
}

@media (max-width: 768px) {
    .resultsTileFeaturedBanner {
            margin-top: 0;
            position: relative;
            left: initial;
            display: block;
        }

        .resultsTileHeader {
            margin: 0 -8px;
            padding: 4px 8px;
        }
    }
