/* Grid Containers */

.ccr_idx_fg_header {
    display: block;
    font-size: 24px;
    font-weight: 100;
    font-family: arial;
    margin: 40px 2% 10px;
    min-height: 2em;
}

.ccr_idx_fg_pagination {
    float: right;
    display: inline-block;
    margin-top: -8px;
    font-size: 0;
}
@media only screen and (min-width: 768px) {
    .ccr_idx_fg_pagination {
        font-size: 14px;
    }
}

.ccr_idx_fg_pagination select {
    min-height: 34px !important;
    padding: 5px 9px 4px;
    line-height: 10px;
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
}

.ccr_idx_fg_grid {
    display: none;
    overflow: hidden;
}

.ccr_idx_fg_grid-cell {
    float: left;
    display: inline-block;
    padding: 0;
    text-align: center;
}

/* Property Thumbnail */

.ccr_idx_fg_grid-image {
    min-width: 100%;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 250px;
    background-size: cover;
    background-color: rgba(0,0,0,0.1);
    box-shadow: inset 0 0 20px -4px rgba(0,0,0,0.2);
}

.ccr_idx_fg_grid-image img {
    display: none;
}

.ccr_idx_fg_grid-image canvas {
    min-width: 100%;
    position: relative;
    display: block;
}

.ccr_idx_fg_title {
    font: 100 22px/0 "PT Sans", sans-serif;
    text-transform: uppercase;
    margin: -10px 0 0;
    color: #555;
}

/* Property Description */

.ccr_idx_fg_grid-cell figcaption {
    color: #000;
    margin: 2em 0 0;
}

.ccr_idx_fg_grid-street {}
.ccr_idx_fg_grid-city {}
.ccr_idx_fg_grid-state {}
.ccr_idx_fg_grid-zip {}
.ccr_idx_fg_grid-bed {}
.ccr_idx_fg_grid-bath {}
.ccr_idx_fg_grid-price {}

.ccr_idx_fg_grid-status {
    margin-right: 10px;
}

/* Responsive Images */

.ccr_idx_fg_grid .ccr_idx_fg_grid-cell {
    display: inline-block;
    width: 96%;
    margin: 0 2% 4%;
}
@media only screen and (min-width: 589px) {
    .ccr_idx_fg_grid .ccr_idx_fg_grid-cell {
        width: 46%;
    }
}
@media only screen and (min-width: 1200px) {
    .ccr_idx_fg_grid .ccr_idx_fg_grid-cell {
        width: 29.3%;
    }
}

/* Sizing Script Fix */

.ccr_idx_fg_grid .ccr_idx_fg_grid-image canvas {
    height: 300px !important;
}
@media only screen and (min-width: 589px) {
    .ccr_idx_fg_grid .ccr_idx_fg_grid-image canvas {
        height: 190px !important;
    }
}
@media only screen and (min-width: 749px) {
    .ccr_idx_fg_grid .ccr_idx_fg_grid-image canvas {
        height: 150px !important;
    }
}
@media only screen and (min-width: 1019px) {
    .ccr_idx_fg_grid .ccr_idx_fg_grid-image canvas {
        height: 220px !important;
    }
}

/* Responsive Grid Captions */
.ccr_idx_fg_grid-cell figcaption p {
    margin-bottom: 0;
    font-size: 14px;
}
@media only screen and (min-width: 600px) {
    .ccr_idx_fg_grid-cell figcaption p {
        font-size: 10px;
    }
}
@media only screen and (min-width: 800px) {
    .ccr_idx_fg_grid-cell figcaption p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1019px) {
    .ccr_idx_fg_grid-cell figcaption p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1400px) {
    .ccr_idx_fg_grid-cell figcaption p {
        font-size: 14px;
    }
}

/* Pagination */

.ccr_idx_fg_footer {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #DDD;
    display: block;
}

.ccr_idx_fg_pagilinks a {
    text-decoration: none;
    padding: 5px 12px;
    border: 1px solid #EEE;
    margin: 0 5px;
    color: #728d98;
}

.ccr_idx_fg_pagilinks a.current {
    color: #f98846;
}