/***************************************

         O P E N   H O U S E S

***************************************/

.open-houses .listing-section {
    width: 629px;
    margin-right: 25px;
    float: left;
    
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.open-houses .filter-section {
    margin-top: -90px;
}

.open-houses .filter-section .filter {
    display: block;
    opacity: 1;
}

.open-houses .filter-section .filter .sumo_orebArea {
    margin-top: 5px;
}

.open-houses .filter-section .filter .sumo_orebArea p,
.open-houses .filter-section .filter .sumo_orebArea ul li {
    font-size: 14px !important;
}

.desktop-map {
    display: block;
}

.mapmobilelink button {
    display: none;
}


/***********************
          LIST
***********************/

.open-houses .listing-section #list {
    width: 100%;
    height: auto;
    min-height: 525px;
    background-color: #eeeeee;
/*    border: 1px solid #cccccc;*/
    display: block;
}

.open-houses .listing-section .second-list {
    background-color: #ffffff !important;
}

.open-houses .listing-section #list:nth-child(1) {
    margin-top: 25px;
}

.open-houses .listing-section #list #mls-number {
    margin-top: 20px;
    text-align: left;
}

.open-houses .listing-section #list .left {
    width: 29%;
    float: left;
}

.open-houses .listing-section #list .listing-image {
    width: 100%;
/*    padding-top: 133%;*/
    background-color: #cccccc;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.open-houses .listing-section #list .listing-image img {
    transform-origin: center;
    
    display: none;
/*
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
*/
}

.open-houses .listing-section #list .content {
    width: 71%;
    height: auto;
    float: right;
}

.open-houses .listing-section #list .content .listing-title .box {
    height: 100px;
    float: left;
}

.open-houses .listing-section #list .content .listing-title #box-lg {
    width: 62%;
    padding: 15px;
}

.open-houses .listing-section #list .content .listing-title #box-sm {
    width: 38%;
    padding: 15px;
}

.open-houses .listing-section #list .content .listing-title .box:nth-of-type(1) {
    background-color: #383838;
}

.open-houses .listing-section #list .content .listing-title .box:nth-of-type(2) {
    background-color: #0171BB;
}

.open-houses .listing-section #list .content .listing-title .box:nth-of-type(3) {
    background-color: #dddddd;
}

.open-houses .listing-section #list .content .listing-title .box:nth-of-type(4) {
    background-color: #ffffff;
}

.open-houses .listing-section #list .content .listing-title {
    margin-bottom: 25px;
    display: block;
    position: relative;
}


.open-houses .listing-section #list .content .text-wrapper {
    margin-top: 220px;
    display: block;
    position: relative;
    height: auto;
    padding: 0 2.5%;
}


/*
.open-houses .listing-section #list .content .text-wrapper p {
    text-transform: lowercase;
}

.open-houses .listing-section #list .content .text-wrapper p:first-letter {
    text-transform: uppercase;
}
*/

.open-houses .listing-section #list .content .btn-wrapper {
    float: right;
    margin-right: 2.5%;
}

.open-houses .listing-section #list .content .btn-wrapper i {
    color: #383838;
    float: left;
    margin-top: 3px;
}

.open-houses .listing-section #list .content .btn-wrapper button {
    font-size: 16px;
}

.open-houses .listing-section #list .content .btn-wrapper button p {
    margin-top: 0;
    margin-bottom: 0;
}

.open-houses .listing-section #list .content .btn-wrapper .favourite {
    background-color: transparent;
    width: 130px;
}

.open-houses .listing-section #list .content .btn-wrapper .map {
    background-color: transparent;
    width: 90px;
}






/***********************
          GRID
***********************/

.open-houses .listing-section #grid {
    width: 302px;
    height: 675px;
    background-color: #eeeeee;
    margin-top: 25px;
    margin-right: 25px;
/*    border: 1px solid #cccccc;*/
    float: left;
    display: none;
}


.open-houses .listing-section .right-list {
    margin-right: 0 !important;
}

.open-houses .listing-section #grid h5 {
    line-height: 30px;
    margin-top: 5px;
}

.open-houses .listing-section #grid h1 {
    text-align: left;
}

.open-houses .listing-section #grid #mls-number {
    display: none;
}

.open-houses .listing-section #grid .left {
    width: 100%;
    float: none;
}

.open-houses .listing-section #grid .listing-image {
    width: 100%;
    height: 175px;
    background-color: #cccccc;
    left: 0;
    top: 0;
    overflow: hidden;
    
    background-size: cover;
    background-position: center;
}

.open-houses .listing-section #grid .listing-image img {
    width: 100%;
    display: none;
    
    transform-origin: center;
/*
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
*/
}

.open-houses .listing-section #grid .content {
    width: 100%;
    float: none;
}

.open-houses .listing-section #grid .content .box {
    height: 110px;
    float: none;
}

.open-houses .listing-section #grid .content #box-lg {
    width: 100%;
    padding: 15px;
}

.open-houses .listing-section #grid .content #box-sm {
    width: 100%;
    padding: 15px;
}

.open-houses .listing-section #grid #content1 .listing-title .box:nth-of-type(1) {
    background-color: #383838;
}

.open-houses .listing-section #grid #content1 .listing-title .box:nth-of-type(2) {
    background-color: #0171BB;
}

.open-houses .listing-section #grid #content2 .listing-title .box:nth-of-type(1) {
    background-color: #dddddd;
}

.open-houses .listing-section #grid #content2 .listing-title .box:nth-of-type(2) {
    background-color: #ffffff;
}

.open-houses .listing-section #grid .content .listing-title {
    margin-bottom: 0;
    display: block;
    position: relative;
}


.open-houses .listing-section #grid .content .text-wrapper {
    margin-top: 135px;
    display: none;
    position: relative;
    height: auto;
    padding: 0 2.5%;
}


/*
.open-houses .listing-section #grid .content .text-wrapper p {
    text-transform: lowercase;
}

.open-houses .listing-section #grid .content .text-wrapper p:first-letter {
    text-transform: uppercase;
}
*/

.open-houses .listing-section #grid .content .btn-wrapper {
    width: 100%;
    margin-top: 0;
}

.open-houses .listing-section #grid .content .btn-wrapper i {
    color: #383838;
    float: left;
    margin-top: 0;
    margin-left: 0;
    text-align: left;
}

.open-houses .listing-section #grid .content .btn-wrapper button {
    font-size: 16px;
    margin-top: 13px;
    float: none;
}

.open-houses .listing-section #grid .content .btn-wrapper .box:nth-of-type(1) button {
    margin-top: -3px;
    margin-left: 0;
}

.open-houses .listing-section #grid .content .btn-wrapper .box:nth-of-type(1) p {
    color: #383838;
    text-align: left;
    margin-top: 0;
    margin-left: 25px;
}

.open-houses .listing-section #grid .content .btn-wrapper .favourite {
    background-color: transparent;
    width: 50%;
    height: 30px;
    float: left;
}

.open-houses .listing-section #grid .content .btn-wrapper .map {
    background-color: transparent;
    width: 50%;
    height: 30px;
}



.view-option .favourite-btn {
    margin-right: 10px;
    color: #383838;
    cursor: pointer;
}

.view-option #active {
    pointer-events: none;
}

.view-option #inactive {
    background-color: transparent;
}

.view-option #inactive:hover {
    background-color: #383838;
}

.view-option #active:hover {
    background-color: #F7D03D;
}


.view-option #active:hover > a i,
.view-option #active:hover > i {
    color: #383838;
}

.amenities {
    width: 50%;
    height: 100%;
    padding-top: 10px;
}

.amenities p {
    text-align: center;
    font-size: 24px;
    color: #383838;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    margin: 0;
    margin-top: -5px;
}

.open-houses .amenities i {
    font-size: 30px;
    color: #383838;
    margin-top: 10px;
}

.houses-detail .amenities i {
    font-size: 2.5rem;
    color: #383838;
    margin-top: 10px;
}

.houses-detail .amenities p {
    margin-top: 25px;
}

.amenities i {
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

.houses-detail .amenities:nth-of-type(2) {
    border-right: 1px solid #cccccc;
}

.amenities:nth-of-type(1) {
    border-right: 0.5px solid #cccccc;
    float: left;
}

.amenities:nth-of-type(2) {
    border-left: 0.5px solid #cccccc;
    float: left;
}










/******** DETAILS *********/


.houses-detail .details-wrapper {
    width: 100%;
}

.houses-detail .details-wrapper .box-row {
    width: 100%;
    height: auto;
}

.houses-detail .details-wrapper .box-row .left {
    width: 60%;
    height: 100%;
    float: left;
}

.houses-detail .details-wrapper .box-row:nth-child(1) .left {
    background-color: #383838;
    padding: 25px;
}

.houses-detail .details-wrapper .box-row:nth-child(1) .right {
    background-color: #0171BB;
    padding: 25px;
}

.houses-detail .details-wrapper .box-row:nth-child(2) .left {
    padding: 25px;
}

.houses-detail .details-wrapper .box-row .right {
    width: 40%;
    height: 100%;
    float: right;
}

.houses-detail .details-wrapper .box-row:nth-child(2) .left {
    background-color: #cccccc;
}

.houses-detail .details-wrapper .box-row:nth-child(2) .right {
    background-color: #ffffff;
}

.houses-detail .details-wrapper .box-row h1 {
    margin: 0;
}

.houses-detail .details-wrapper .box-row h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.houses-detail .details-wrapper .box-row:nth-child(1) .left h1 {
    color: #ffffff;
}

.houses-detail .details-wrapper .box-row:nth-child(1) .left h2 {
    color: #ffffff;
}

.houses-detail .details-wrapper .box-row:nth-child(1) .right h1 {
    color: #ffffff;
}

.houses-detail .details-wrapper .box-row:nth-child(1) .right h2 {
    color: #ffffff;
}

.houses-detail .details-wrapper .box-row:nth-child(2) .right h1 {
    color: #0066B2;
}







.houses-detail .house-slider {
    width: 100%;
    height: auto;
    position: relative;
}

.houses-detail .house-slider img {
    margin: 0 auto;
}

.houses-detail .house-slider div {
    width: 100%;
    height: auto;
}

.houses-detail .slider-nav {
    width: 100%;
    margin-top: 25px;
    height: auto;
}

.houses-detail .slider-nav div div {
    overflow: hidden;
    width: 260px;
    margin-right: 25px;
    height: 160px;
    opacity: 0.5;
}

.slick-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    color: #383838;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slick-next:before {
    font-family: FontAwesome;
    content: "\f054";
    color: #383838;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slick-prev:hover:before {
    color: #ffffff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slick-next:hover:before {
    color: #ffffff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.house-slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    z-index: 10000;
    margin-left: 25px;
}

.house-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    right: 0;
    z-index: 10000;
    margin-right: 25px;
}



.slider-nav .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    z-index: 10000;
    margin-left: 25px;
}

.slider-nav .slick-next {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    right: 0;
    z-index: 10000;
    margin-right: 25px;
}

.houses-detail .slider-nav .slick-current {
    opacity: 1;
}

.houses-detail .details-wrapper .share-listing {
    width: 300px;
    float: right;
}

.houses-detail .details-wrapper .share-listing p {
    float: left;
}

.houses-detail .details-wrapper .share-listing i {
    float: left;
    margin-left: 25px;
}

.houses-detail .details-wrapper .detailsMLSNumber {
    margin-top: 0;
}

.houses-detail .details-wrapper .description {
    width: 100%;
    height: auto;
    padding: 25px auto;
    margin-top: 35px;
}

.houses-detail .details-wrapper .description h3 {
    font-weight: 600;
}

.houses-detail .details-area {
    width: 100%;
    margin-top: 50px;
}

.houses-detail .details-area .grid-wrapper {
    float: left;
}

.houses-detail .details-area .grid-wrapper h3 {
    font-weight: 600;
}

.houses-detail .details-area .grid-wrapper .details-content  h4 {
    color: #000000;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.houses-detail .details-area .grid-wrapper .details-content {
    width: 302px;
    height: auto;
    min-height: 475px;
    background-color: #F4F4F4;
    padding: 25px;
    margin-bottom: 25px;
}

.houses-detail .details-area .grid-wrapper .agent-details p {
    font-weight: 400 !important;
}

.houses-detail .details-area .grid-wrapper .details-content button {
    margin-top: 10px;
}

.houses-detail .details-area .grid-wrapper .details-content button p {
    margin-top: -4px;
}

.houses-detail .details-area .grid-wrapper .details-content a {
    text-decoration: underline;
}

.houses-detail .details-area .row:nth-child(1) .grid-wrapper:nth-child(1),
.houses-detail .details-area .row:nth-child(1) .grid-wrapper:nth-child(2) {
    margin-right: 25px;
}

.houses-detail .details-area .row:nth-child(2) .grid-wrapper:nth-child(1) {
    margin-right: 25px;
}

.houses-detail .details-area .row:nth-child(2) .grid-wrapper:nth-child(1) .details-content h3 {
    text-transform: capitalize;
}

.houses-detail .details-area .grid-wrapper .details-content p {
    margin: 0;
    font-weight: 700;
}

.houses-detail .details-area .grid-wrapper .map-wrapper {
    width: 629px;
    height: 475px;
    min-height: 475px;
    background-color: #F4F4F4;
}
