
/* Small devices (portrait tablets and large phones, 800px and up) */

@media only screen and (min-width: 800px) {

    .name-location {
        float:left;
        width:50%;
    }

    .price-info {
        float: right;
        width: 50%;
        text-align: right;
        margin-top: 10px;
    }

    .dates {
        margin-top: 35px;
    }

    .tags span {
        background-color: #bfe9e9;
        border-radius: 5px;
        padding: 5px 5px;;
        color:#828282;
        font-size: 1em;
        display: inline-block;
        margin: 5px;
    }
    
    .description p {
        padding: 20px 10px;
    }

    .properties-gallery .property-img {
        width: 115px;
        height: 80px;
        margin: 10px;
        float: left;       
    }

    .amenities .amenity {
        float: left;
        width: 50%;
        text-align: center;
        margin: 1.25em 0;
        color:#828282;
    }

    .hood-map {
        float: none;
        width:100%;
        height:400px;
        max-height: 100%;
    }
    
    .hood-desc {
        float: none;
        width:100%;
        margin-left: 0;
        margin-top:20px;
    }

    .cert-wrapper {
        padding: 10px;
        text-align: center;
    }

    .cert-image {
        float: none;
        width: 100%;
    }
    
    .cert-image img {
        width: 400px;
    }

    .cert-desc {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-top: 5%;
        color: #fff;
    }

    .cert-desc ul {
        width: 310px;
        margin: 0 auto;
        text-align: left;
    }

    .cert-desc h2 {
        margin-bottom:20px;
    }

    .reviews-wrapper {
        margin:50px;
    }

    .review-wrap {
        padding: 30px 40px;
        margin: 30px 0;
        background: #bfe9e9;
        border-radius: 10px;
        background-position: center center;
        background-size: cover;
        position: relative;
    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {

    .name-location {
        float:none;
        width:100%;
    }

    .tags span {
        background-color: #bfe9e9;
        border-radius: 5px;
        padding: 5px 5px;;
        color:#828282;
        font-size: 1em;
        display: inline-block;
        margin: 5px;
    }

    
    .price-info {
        float:none;
        width:100%;
        text-align: right;
        margin-top: 10px;
    }
    
    .description p {
        padding: 0px 10px;
    }

    .properties-gallery .property-img {
        width: 110px;
        height: 80px;
        margin: 10px;
        float: left;       
    }

    .amenities .amenity {
        float: left;
        width: 50%;
        text-align: center;
        margin: 1.25em 0;
        color:#828282;
    }

    .hood-map {
        float: none;
        width:100%;
        height:400px;
        max-height: 100%;
    }
    
    .hood-desc {
        float: none;
        width:100%;
        margin-left: 0;
        margin-top:20px;
    }

    .cert-wrapper {
        padding: 10px;
    }

    .cert-image {
        float: none;
        width: 100%;
    }
    
    .cert-image img {
        width: 260px;
    }

    .cert-desc {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-top: 15%;
        color: #fff;
    }

    .cert-desc h2 {
        margin-bottom:20px;
    }

    .reviews-wrapper {
        margin:0;
    }

    .review-wrap {
        padding: 5px 10px;
        margin: 30px 0;
        background: #bfe9e9;
        border-radius: 10px;
        background-position: center center;
        background-size: cover;
        position: relative;
    }


}
