/*
Theme Name: simplelandsale
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



.property-section-listings {
    overflow: hidden;
    background-color: #eee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    display: table;
    margin-top: 30px;
}

.fea-listings {
    overflow: hidden;
    float: left;
    width: 35%;
}

.fea-content {
    padding: 15px 15px 0px;
    float: left;
    width: 65%;
    min-height: 168px;
}
.fea-content-up {
    /*padding-bottom: 15px;*/
    border-bottom: 1px solid #eee;
}
.flat-title-price {
    overflow: hidden;
    padding-bottom: 12px;
}
.flat-title-price h5 {
    float: left;
    margin-bottom: 0;
}
.flat-title-price a {
    color: #555;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 23px;
}
.fea-content h6 {
    color: #9E9E9E;
    text-transform: uppercase;
    font-weight: 600;
}
.fea-content-down {
    padding: 0px 0;
}
.property-row-meta {
    overflow: hidden;
    float: left;
    background: #ddd;
    padding: 3px 0px;
    width: 65%;
}
.plr-140 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #eee;
    color: #fff;
}
.find-homes {
    margin: auto;
    width: calc(100% - 70px);
}


.find-home-item {
    margin: 20px 0;
}
.custom-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.find-home-item select.form-control option {
    text-transform: uppercase;
}
.property-search-btn {
    background: #f7931d none repeat scroll 0 0;
    border: 1px solid #f7931d;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 12px 18px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 600;
}
.property-search-btn:hover {
    background: transparent;
    border: 1px solid #f7931d;
    color: #f7931d;
}

#property-section h1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #555;
}
section#property-section {
    padding: 70px 0;
    background: #f4f4f4;
}

.property-row-meta-item {
    border-right: 1px solid #555;
    float: left;
    font-size: 12px;
    padding: 6px 0px;
    color: #555;
    width: 33.33%;
    text-align: center;
}

.fea-image {
    position: relative;
    overflow: hidden;
}

.fea-image:before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.flat-link {
    left: 0;
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 55%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 2;
}
.flat-link > a {
    /*border: 1px solid #fff;*/
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 9px 12px 10px;
    text-transform: uppercase;
        background: rgba(11, 62, 104, 0.8);
    font-weight: 600;
}

.fea-listings:hover .flat-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.flat-link {
    left: 0;
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 55%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.fea-image > a > img {
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    width: 100%;
       height: 208px;
}

.last-post-meta{
	border: none;
}

.sold.last-post-meta{
    background: red;
    color: #fff;
}

.for-sale-bg.last-post-meta.property-row-meta-item {
    background: #ffab3b;
    color: #fff;
}


button.property-submit-btn {
    height: 52px;
    background-color: #3E9100;
    color: #fff;
    border: none;
        padding: 12px;
    font-size: 17px;
    font-weight: 400;
    transition: .4s;
    margin-bottom: 20px;
}

.modal-footer .btn-back{
    background-color: #3E9100;
    color: #fff;
    border: none;
        padding: 12px 12px;
    font-size: 15px;
    font-weight: 400;
    transition: .4s;
}

.modal-body.contact-form input[type=text], .modal-body.contact-form input[type=email] , .modal-body.contact-form input[type=tel] {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    transition: .4s;
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 0;
    height: 30px;
    box-shadow: none;
        background: inherit;
}


.modal-body.contact-form input[type=text]:focus, .modal-body.contact-form input[type=email]:focus {
    border-color: #3e9100 !important;
}

.modal-body.contact-form input[type=tel]:focus {
    border-color: #3e9100 !important;
}

.modal-body.contact-form .form-control:focus{
      border-color: #3e9100 !important;
}

.modal-body.contact-form {
border-radius: 3px;
}

#myModal .close:hover {
    color: green;
}

section#single{
        padding: 70px 0;
}


a.btn.btn-back.back-to-listings{
    background-color: #3E9100;
    color: #fff;
    font-weight:600 !important;
    border: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    transition: .4s;
    margin-bottom: 20px;
}