/*
Theme Name: PSHomes V2
*/

body {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 100;
}

a {
    color: #54c884;
    cursor: pointer;
}

a[href="#"]:focus,
a[href="#"]:visited {
    outline: none;
    color: #54c884;
    text-decoration: none;
}

a:hover  {
    text-decoration: underline;
    color: #54c884;
}

.btn {
    font-weight: 300;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 300;
}

.widget-content .v-spacer {
    margin-top: 10px;
    margin-bottom: 10px;
}

.highlight {
    color: #54c884;
}

.text-danger {
    color: #a94442 !important;
}

div.underline {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

div.underline h1 {
    margin: 0;
}
/*
div.underline:after {
    content: '';
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0px;
    border-bottom: 3px solid #54c884;
}
*/
img {
    max-width: 100%;
}

#header {
    text-transform: uppercase;
    box-shadow: 0 0 25px #ddd;
}

#sub-header {
    background: #f7f7f7; 
    padding-top: 5px;
    border-bottom: 1px solid #eee;
}

#sub-header-links {
    padding-top: 6px;
    padding-bottom: 10px;
}

#sub-header a {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
}

#sub-header a:hover {
    opacity: 0.6;
}

#sub-header a:hover {
    text-decoration: none;
    color: #54c884;
}

#sub-header .glyphicon {
    margin-left: 15px;
    font-size: 16px;
    top: 3px;
}

.sub-header-label {
    display: none;
    margin-left: 3px;
}

.mobile-icons {
    margin-top: 25px;
    position: relative;
}

.mobile-icons .glyphicon {
    font-size: 24px;
    margin-left: 6px;
    cursor: pointer;
}

.nav.header-nav {
    float: right;
    margin: 25px 0 15px;
}

.header-nav .glyphicon {
    margin-left: 10px;
}

.nav.nav-stacked.header-nav {
    float: none;
    margin: 0;
    background: #215035;
}

.nav.header-nav li {
    margin: 0 7px;
}

.nav.nav-stacked.header-nav ul {
    margin: 0;
    padding: 0 0 15px;
}

.nav.nav-stacked.header-nav li {
    margin: 0;
    border: 1px dashed #366148;
    list-style: none;
}

.nav.nav-stacked.header-nav ul li {
    border: 0;
}

.nav.nav-stacked.header-nav ul li a {
    padding: 5px 7px 5px 35px;
    display: block;

}

.nav.header-nav a {
    color: #666;
    font-size: 12px;
}

.nav.nav-stacked.header-nav a {
    color: #fff;
    padding: 15px;
}

.nav.nav-stacked.header-nav a:hover {
    text-decoration: none;
    background: transparent;
}

.nav.header-nav .btn {
    margin-top: -8px;
    padding: 15px;
}

.nav.header-nav .btn .glyphicon{
    margin-right: 7px;
    font-size: 16px;
    top: 3px;
}

.nav.header-nav .btn-primary {
    color: #fff;
    margin-left: 20px;
}

.nav.header-nav .btn:hover {
    background: #54c884 !important;
    color: #fff !important;
}


#mobile-menu,
#mobile-menu .menu-contact-btn,
#mobile-menu .menu-call-btn {
    display: none;
}

#non-mobile-menu li {
    padding-bottom: 10px;
}

#non-mobile-menu ul ul {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
    left: 0;
    width: 300px;
    z-index: 3;
    margin: 0;
    display: none;
    padding: 0;
    top: 45px;
}

#non-mobile-menu ul li:hover ul {
    display: block;
}

#non-mobile-menu ul ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px dashed #eee;
}

#non-mobile-menu ul ul li:last-child {
    border-bottom: 0;
}

#non-mobile-menu ul ul a {
    display: block;
    padding: 10px 15px;
}

#non-mobile-menu ul ul a:hover {
    background: #54c884;
    color: #fff;
    text-decoration: none;
}

.go-back {
    z-index: 999;
    position: fixed;
    top: 10px;
    right: 10px;
    background: #333;
    padding: 7px 15px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}


#page-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 25px 0;
}

#page-img h1 {
    font-weight: normal;
}

#logo {
    max-height: 60px;
    margin: 15px 0;
}

.btn-default:hover {
    background: #54c884;
    color: #fff;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active {
    background-color: #54c884 !important;
    color: #fff !important;
    border-color: #54c884  !important;
    outline: none  !important;
}

.btn-primary:hover {
    background: #54c884;
    color: #fff;
    opacity: 0.8;
    border-color:  #54c884; 
}

#content {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f3f3f3;
}

.widget-title {
    color: #54c884;
    margin: 0;
}

.widget-content .custom-html-widget {
    margin-top: 25px;
    margin-bottom: 35px;
}

.widget-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-content ul li {
    border-bottom: 1px dashed #366148;
    padding: 5px;
}

.widget-content ul a {
    color: #fff;
}

#footer {
    color: #fff;
    background: #215035;
    padding: 30px 0 0;
}

#footer-copyright {
    background: #1a402a;
    padding: 25px 0;
}

#footer-widgets {
    background: #215035;
    padding: 25px 0;
}

#banner-text {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0 0 10px #000;
}

#banner-text h1 {
    letter-spacing: 0;
    color: #fff;
}

#homepage-search {
    margin-top: 50px;
    background: rgba(0,0,0, 0.4);
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

#homepage-search .form-control,
#homepage-search input[type=submit] {
    border: 0;
    height: 48px;
    line-height: 24px;
    width: 100%;
    display: block;
}



.property-items {
    margin-top: 15px;
}

.property-items-header {
    font-size: 21px;
    margin-top: 15px;
}

.property-items-header .glyphicon {
    cursor: pointer;
}

.property-item {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.property-item-thumbnail {
    position: relative;
}

.property-item-thumbnail-container {
    overflow: hidden;
    max-height: 100%;
}

.property-item-thumbnail img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.property-item-link {
    font-size: 16px;
}

.property-item-thumbnail:hover .overlay {
    display: block;
}

.property-item-thumbnail .overlay {
    display: none;
    background-color: rgba(0,0,0,0.5);
    background-image: url('/wp-content/themes/bakpshomes/img/eye.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.property-item-area {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    background: #333;
    color: #fff;
    opacity: 0.9;
    z-index: 2;
}

.property-item-area:hover {
    text-decoration: none;
}

.property-item-thumbnail .property-item-price {
    position: absolute;
    top: 10px;
    right: 5px;
    background: #fff;
    padding: 5px;
    font-size: 18px;
}

.property-item-details .property-item-price {
    display: none;
}


.property-item-thumbnail .property-item-price.coming-soon {
    border-radius: 5px;
    z-index: 1;
}

.property-item-thumbnail .property-item-price.coming-soon a {
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 8px;
    font-weight: bold;
}

.property-item-price.coming-soon a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.property-item-details .property-item-price.coming-soon {
    background: #54c884 !important;
    border-radius: 0;
}

.property-item-details .property-item-price.coming-soon a {
    color: #fff !important;
    font-weight: normal;
    font-size: 16px;
}

.property-item-oh {
    position: absolute;
    top: -18px;
    left: -1px;
    right: -1px;
    font-size: 12px;
    font-weight: bold;
    background: #ddd;
    padding: 3px 0;
    text-align: center;
    opacity: 0.9;
    z-index: 2;
    border-radius: 5px 5px 0 0;
}

.property-item-status {
    position: absolute;
    top: 10px;
    left: 5px;
    color: #fff;
    padding: 5px 10px !important;
    border-radius: 5px;
    font-weight: bold !important;
    opacity: 0.8;
}

.property-item-status.coming-soon {
    background: transparent;
    padding: 0 !important;
    top: 0;
    left: 0;
}

.property-status-active {
    background-color: darkgreen;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
}

.property-status-activeundercontract,
.property-status-sold,
.property-status-closed,
.property-status-lookingforbackup,
.property-status-other,
.property-status-pending {
    background-color: #ff0033;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
}


.property-item-details {
    padding: 10px;
    background: #fff;
}

.property-item-details h4 {
    margin: 0 0 5px;
}

.property-item-city {
    color: #888;
    font-size: 95%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.property-item-ba {
    background: url('/wp-content/themes/bakpshomes/img/bathrooms.png') no-repeat left center;
    padding-left: 23px;
    font-weight: bold;
    margin-left: 10px;
}

.property-item-br {
    background: url('/wp-content/themes/bakpshomes/img/bedrooms.png') no-repeat left center;
    padding-left: 28px;
    font-weight: bold;
}

.property-item-info {
    font-weight: bold;
}

.property-item-info .glyphicon {
    color: #bbb;
    top: 2px;
    margin-left: 10px;
    margin-right: 5px;
}

.properties-table {
    font-size: 14px;
}

.properties-table img {
    max-width: 50px;
    width: 50px;
    cursor: pointer;
}

.properties-table img:hover {
    opacity: 0.9;
}

.properties-table td {
    vertical-align: middle !important;
}

.property-area {
    background: #eee;
    padding: 15px 10px;
    margin: 0 -15px;
}

.property-area a {
    font-weight: bold;
    padding-top: 10px;
}


.h-spacer-s {
    margin: 0 10px;
}

.v-spacer-xs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.v-spacer-s {
    margin-top: 10px;
    margin-bottom: 10px;
}

.v-spacer-m {
    margin-top: 20px;
    margin-bottom: 20px;
}

.v-spacer-l {
    margin: 30px 0;
}

.no-top-margin {
    margin-top: 0;
}

.no-margin {
    margin: 0;
}

#area-map {
    min-height: 450px;
}

#area-legend small {
    margin-right: 10px;
}

#area-legend img {
    height: 27px;
}

#map {
    background: #eee;
    height: 100%;
}


#map-properties {
    height: 100%;
    overflow: auto;
    background: #f7f7f7;
}

.search-form-title {
    margin: 10px 0 15px;
}

.search-form .form-control {
    border-radius: 0;
    border-color: #ddd;
    height: 40px;
}

.search-form label {
    font-size: 18px;
    font-weight: 300;
}

.search-form .checkbox label {
    font-size: 14px;
}

.search-form .glyphicon-usd {
    font-size: 14px;
}

.search-form input[type=button] {
    margin-right: 5px;
}

.search-toggle {
    margin-top: 10px;
    float: left;
}

.ui-slider-horizontal .ui-slider-range {
    background: #54c884;
}

.tablesorter-header {
    cursor: pointer;
}

.tablesorter-header:focus,
.tablesorter-header:active {
    outline: none;
}

.tablesorter-headerAsc,
.tablesorter-header:hover,
.tablesorter-headerDesc {
    color: #54c884;
}

tfoot td {
    background: #555;
    color: #fff;
}

.price-range { 
    text-align: center; 
    font-weight: bold; 
    font-size: 95%; 
    margin: 0 auto 5px;
}

.infobox-image {
    overflow: hidden;
    min-height: 150px;
    max-height: 150px;
    width: 300px;
    position: relative;
}

.infobox-image .property-item-price {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    background: #333;
    color: #fff;
}

.infobox-image img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100% !important;
}

.infobox-title {
    font-size: 14px;
    padding: 5px 5px 0;
}

.infobox-title address {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}

.btn.loading,
.btn.processing ,
a.processing {
    background: transparent url('/wp-admin/images/loading.gif') no-repeat center center !important;
    text-indent: -10000px;
}

input[type="text"].loading {
    background-image: url('/wp-admin/images/loading.gif');
    background-position: 95% center;
    background-repeat: no-repeat;
}

.pager-btn {
    clear: both;
    margin: 0 15px 15px;
    float: right;
}

.property-header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    background: #eee;
}

.property-header .glyphicon-question-sign {
    font-size: 2rem;
    top: 5px;
}

.property-title {
    font-size: 28px;
    margin-top: 0;
}

.property-price {
    font-size: 24px;
    margin: 0;
}

.property-status  {
    margin-top: 5px;
}

.property-status span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}


.property-type {
    font-size: 16px;
    color: #888;
    text-transform: uppercase;
}

.property-images {
    background: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 25px;
}

.property-images form {
    background: #fff;
    padding: 15px;
    margin: 25px 0 0;
}

.property-images form .form-header {
    margin: 0 0 15px;
    padding: 15px;
    background: #f7f7f7;
    
}

.property-images form input[type="submit"]{
    display: block;
    width: 100%;
    padding: 10px;
}

.property-details {
    background: #f0f0f0;
    border-top: 1px solid #e5e5e5;
    
}

.property-well {
    background: #fff;
    border: 0;
    margin: 25px 0;
}

.property-overview {
    background: #f7f7f7;
    padding: 15px;
    margin-top: 15px;
}

.property-overview-item {
    padding: 10px 5px;
    border-bottom: 1px dashed #ccc;
}

.property-overview-item strong {
    float: right;
}

.area-detail strong {
    float: right;
}

#area-tabs li a {
    background: #e1e1e1;
    margin: 0 5px;
    color: #333;
}

.slideshow {
    position: relative;
    text-align: center;
}

.slideshow-btn {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    z-index: 1;
    padding: 20px;
    font-size: 18px;
}

.slideshow-next {
    right: 0;
}

.slideshow-prev {
    left: 0;
}

.slideshow-img {
    display: none;
}

.slideshow-img.active {
    display: block !important;
}

.slideshow-img img {
    max-height: 485px;
}
 
.form-control {
    height: 45px;
    border-color: #eee;
}



#secondary .widget-container {
    padding: 15px;
    background: #fff;
    margin-bottom: 25px;
}

#secondary .widget-title {
    padding: 10px;
    background: #eee;
    color: #333;
}

#secondary ul {
    padding: 0px 20px;
    margin: 0;
}

#secondary ul li {
    margin: 7px 0;
}

#secondary .widget_archive select {
    height: 34px;
    border: 0;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

#secondary .widget_archive label {
    display: none;
}

.blog-summary p {
    text-align: justify;
}

#content hr {
    border-color: #ddd;
}

.single-post #content img {
    margin: 25px 0;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.single-post #content div {
    max-width: 100%;
}

.single-post #content iframe {
    max-width: 100%;
}

.blog-summary {
    background: #fff;
    margin-bottom: 25px;
}

.blog-summary h4 {
    background: #f7f7f7;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.blog-summary h4 a {
    color: #333;
}

.blog-summary {
    padding: 15px;
}

.navigation {
    text-align: right;
}

.modal-content form {
    margin-bottom: 0;
}

.modal-content .form-control {
    background: #f7f7f7;

}

.wpcf7-not-valid-tip {
    margin-top: 10px;
    margin-left: 10px;
}

.wpcf7-response-output  {
    margin: 5px !important;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}

div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    margin-right: 16px;
    vertical-align: middle;
}

.search-form {
    padding: 5px 15px 5px;
    background: #fff;
    margin-top:15px;
    margin: 0 -15px;
}

#signup-tabs a {
    border-radius: 0;
    background: #eee;
    color: #333;
}

#signup-tabs .active a {
    border-radius: 0;
    color: #fff;
}

#signup-tabs > li {
    display: table-cell;
    width: 1%;
}

#signup-container {
    margin: 25px 0;
}

#global-message {
    background: #333;
    opacity: 0.9;
    padding: 20px;
    border-radius: 10px;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    z-index: 999;
    color: #fff;
}

#global-message .glyphicon {
    float: right;
    font-size: 21px;
    cursor: pointer;
}

#global-message p {
    margin-right: 25px;
    margin-bottom: 0;
}


.nav-stacked-tabs {
    margin-bottom: 35px;
}

.nav-pills .active a {
    background: #54c884 !important;
}

.nav-justified a {
    border-radius: 0 !important;
    background: #eee;
    color: #333;

}

.ig {
    background: url('img/ig.png') no-repeat center center;
    width: 32px;
    height: 32px;
    background-size: 26px;
    display: inline-block;
}

.fb {
    background: url('img/fb.png') no-repeat center center;
    width: 32px;
    height: 32px;
    background-size: 28px;
    display: inline-block;
}

.tt {
    background: url('img/tt.png') no-repeat center center;
    width: 32px;
    height: 32px;
    background-size: 28px;
    display: inline-block;
}

#ac-list {
    z-index: 1; 
    position: absolute; 
    top: 65px; 
    left: 20px; 
    right: 20px; 
    background: #fff; 
    height: 200px;
    min-height: 200px;
    overflow-y: scroll;
    padding-bottom: 15px;
}

.ac-item-block {
    padding: 0 10px;
    margin-bottom: 10px;
}

.ac-item-block:last-child {
    margin-bottom: 0px;
}

.ac-item-block strong {
    display: block;
    padding: 10px;
    font-size: 110%;
    border-bottom: 1px solid #e5e5e5;
}

.ac-item {
    padding: 10px;
    cursor: pointer;
}

.ac-item:hover {
    color: #fff;
    cursor: pointer;
    background: #54c884 !important;
}

.ac-item:nth-child(odd) {
    background: #f6f6f6;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[data-neighborhood-select].form-control {
    float: right;
    margin-top: 10px;
    height: 35px;
    width: auto;
}

.contact-form .control-label {
    margin-top: 10px;
}

.contact-form .form-actions {
    margin: 20px 0;
}

.sellers-form {
    max-width: 750px;
    margin: 50px auto;
    padding: 20px 30px 30px;
    text-align: center;
    box-shadow: 0 0 10px #eee;
    background: #fcfcfc;
}

.sellers-form .form-control {
    height: 65px;
}

.sellers-form input[type="submit"] {
    height: 60px;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.sellers-form .input-group-addon {
    padding-left: 25px;
    padding-right: 25px;
    background: #f3f3f3;
    border-color: #eee;
}

.sellers-form h3 {
    color: #888;
}

.sellers-form span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    z-index: 1111;
    text-align: left;
    margin: 0;
    top: 70px;
}

.sellers-form .wpcf7-form.invalid .form-group {
    margin-bottom: 35px;
}

.sellers-form .wpcf7-form-control-wrap {
    display: block;
}

.shade {
    background: #f7f7f7;
}

.quick-links {
    padding: 20px;
    font-size: 18px;
    background: #efefef;
    margin-bottom: 50px;
    font-weight: bold;
    margin-top: 20px;
}

.quick-links a {
    display: inline-block;
    margin: 5px;
    font-weight: 500;
}

.virtual-tour-link {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100px;
    min-height: auto !important;
}

@media (min-width: 992px) {
    .property-list .property-item {
        margin-bottom: 25px;
    }

    .property-list > .col-md-6 {
        width: 100%;
        float: none;
    }
    
    .property-list .property-item-thumbnail {
        width: 35%;
        display: table-cell;
    }
    
    .property-item-thumbnail {
        height: 200px;
    }
    
    .property-list .property-item-details {
        display: table-cell;
        width: 65%;
        padding: 15px;
        box-sizing: border-box;
        position: relative;
        vertical-align: top;
    }
    
    .property-list .property-item-details .property-item-price {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 10px;
        font-size: 18px;
        display: block;
        background: #f2f2f2;
        background: #eee;
    }
    
    .property-list .property-item-thumbnail .property-item-price {
        display: none;
    }

    .property-list .property-item-city {
        border-bottom: 0;
    }
    
    .property-list .property-item-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 10px 10px 15px;
        border-top: 1px solid #eee;
    }
    
}

@media (min-width: 768px) {

    .home #page-img {
        padding: 100px 0;
    }

    #page-img {
        padding: 75px 0;
    }

    #content {
        min-height: 250px;
    }

    .sub-header-label {
        display: inline;
    }

    .error404 #content {
        padding-bottom: 150px;
    }

    .search-form {
        padding: 10px 15px 5px;
        margin: 0 -15px;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #eee;
    }
    
    .search-form-title {
        margin-top: 0;
    }
    

    .property-images form {
        background: #fff;
        padding: 15px;
        margin-top: 0
    }

}

@media (max-width: 768px) {
    #area-images {
        display: none;
    }
    .nav-stacked-tabs li {
        float: left !important;
        width: 50% !important;
        margin: 0 !important;
    }

    .nav-stacked-tabs a {
        text-align: center;
    }

    #map-container {
        height: auto !important;
    }
    
}