/*
Theme Name: Zest Child Theme
Theme URI: https://zestsms.com
Version: 1.0
Description: A child theme built by ZestSMS
Author: ZestSMS
Author URI: https://zestsms.com
template: bb-theme
*/

/* -- Misc -- */
.off-screen,
.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

body {
    line-height: 1.9em;
}

.fl-builder-content .fl-widget {
    margin-bottom: 0;
}

blockquote {
    border-color: #ffcd00;
}

a img.alignnone {
    margin: 5px 10px 10px 0;
}

a.vcard {
    text-decoration: none;
    text-transform: uppercase;
}

/* a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    background: #eaaa00;
    border: 1px solid #de9e00;
    color: #08111b;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
}

a.fl-button .fl-button-text,
a.fl-button .fl-button-icon {
    color: #08111b;
}

a.fl-button:hover, .fl-builder-content a.fl-button:hover {
    background: #003e78;
    color: #fff;
}

a.fl-button:hover .fl-button-text, .fl-builder-content a.fl-button:hover .fl-button-text,
a.fl-button:hover .fl-button-icon, .fl-builder-content a.fl-button:hover .fl-button-icon {
    color: #fff;
} */

.fl-theme-builder-singular-microsite .fl-module-button a.fl-button:hover .fl-button-text,
.fl-theme-builder-singular-microsite .fl-module-button-group a.fl-button:hover .fl-button-text,
.fl-theme-builder-singular-microsite .fl-module-button-group a.fl-button:hover .fl-button-icon,
.fl-theme-builder-singular-microsite .fl-module-button a.fl-button:hover .fl-button-icon {
    color: #fff;
}

/* Alt font */
.property-address,
.single .property-categories .property-types,
.single .property-categories .transaction-types {
    font-family: "Oswald", sans-serif;
}

/* Transitions */
.fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search a,
.fl-post-type-service .fl-post-grid-content a,
.fl-builder-content a.fl-button,
button,
input[type="button"],
input[type="submit"],
.searchandfilter li[data-sf-field-type="reset"] a,
.blue-popup-block li.sf-field-submit a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* Use icon font */
.fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search a:before {
    font-family: "Mackenzie" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

/* Breadcrumbs */
.widget_breadcrumb_navxt {
    color: #1b4176;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
}

.widget_breadcrumb_navxt a {
    color: #1b4176;
}

.widget_breadcrumb_navxt .divide {
    padding: 0 8px;
}

/* Form Elements */
.searchandfilter li[data-sf-field-type="search"] input,
.searchandfilter .search-input-ploy-holder input,
body .gform_wrapper .ginput_container input,
body .gform_wrapper .ginput_complex input,
body .gform_wrapper .ginput_container textarea,
body .gform_wrapper .ginput_container_select select {
    /*border: 0 !important;*/
    font-size: 16px;
    padding-left: 15px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="search"] {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 52px;
    border: 1px solid #eee !important;
}

.searchandfilter ul {
    padding: 0;
}

.searchandfilter .search-input-ploy-holder {
    position: relative;
}

.searchandfilter .search-input-ploy-holder input {
    padding-right: 50px;
}

.searchandfilter .search-input-ploy-holder i {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 19px;
    z-index: 5;
}

.searchandfilter .search-input-ploy-holder i.fa-close {
    margin-top: 100px;
    right: 56px;
    padding: 19px 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.searchandfilter .search-input-ploy-holder.has-text i.fa-close {
    margin-top: 0;
}

.searchandfilter li[data-sf-field-input-type="select"] label,
.searchandfilter li[data-sf-field-type="search"] label,
.searchandfilter .search-input-ploy-holder label,
body .gform_wrapper .ginput_container_select,
body .gform_wrapper .ginput_container_text,
body .gform_wrapper .ginput_container_textarea,
body .gform_wrapper .ginput_complex input,
body .gform_wrapper .ginput_container_email,
body .gform_wrapper .ginput_container_phone,
body .gform_wrapper .address_state .state {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    background: #eee;
    /*border: 1px solid transparent;*/
    /*-webkit-box-shadow: 2px 2px 2px 0px rgba(183,183,183,0.75);*/
    /*-moz-box-shadow: 2px 2px 2px 0px rgba(183,183,183,0.75);*/
    /*box-shadow: 2px 2px 2px 0px rgba(183,183,183,0.75);*/
}

.searchandfilter li.sf-field-submit {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

/*.searchandfilter li[data-sf-field-input-type="select"] label {
	width: 300px;
}*/
.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
.gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding-left: 10px;
    padding-right: 10px;
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper ::-webkit-input-placeholder {
    color: #1b4176;
    text-transform: uppercase;
    font-weight: bold;
}

.gform_wrapper input:-moz-placeholder,
.gform_wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #1b4176;
    text-transform: uppercase;
    font-weight: bold;
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #1b4176;
    text-transform: uppercase;
    font-weight: bold;
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper :-ms-input-placeholder {
    color: #1b4176;
    text-transform: uppercase;
    font-weight: bold;
}
.gform_wrapper label,
.gform_wrapper select {
    color: #1b4176;
    text-transform: uppercase;
    font-weight: bold;
}

.searchandfilter li[data-sf-field-input-type="select"] label:after,
body .gform_wrapper .ginput_container_select:after,
body .gform_wrapper .address_state .state:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    line-height: 1.9;
    text-align: center;
    color: #fff;
    background-color: #1b4176;
    padding: 0;
    width: 50px;
    bottom: 0;
    pointer-events: none;
    font-weight: 900;
}

.searchandfilter li[data-sf-field-input-type="select"] select,
body .gform_wrapper .ginput_container_select select,
body .gform_wrapper .address_state select {
    width: 130%;
    max-width: 130%;
    min-width: 130%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: window;
    text-indent: 0.01px;
    text-overflow: "";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    border: none;
    outline: none;
    padding: 15px 19% 15px 15px;
    cursor: pointer;
    height: auto;
    line-height: 16px;
}

.postid-265 .searchandfilter li[data-sf-field-input-type="select"] select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

body .gform_wrapper .ginput_container_select select,
body .gform_wrapper .ginput_container_text input,
body .gform_wrapper .ginput_container_textarea textarea,
body .gform_wrapper .ginput_container_email input,
body .gform_wrapper .ginput_container_phone input {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
body .gform_wrapper .ginput_container_textarea textarea {
    background: #eee;
    border: 1px solid #eee !important;
}

/* Button */
button,
input[type="button"],
input[type="submit"],
.searchandfilter li[data-sf-field-type="reset"] a,
a.print-button {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    padding: 5px 20px;
    line-height: inherit;
}

.single-service button,
.single-service input[type="button"],
.single-service input[type="submit"] {
    background: #eaaa00;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.searchandfilter li[data-sf-field-type="reset"] a:hover,
a.print-button:hover {
    border-color: #1b4176;
    background: #1b4176;
    color: #fff;
}

button,
input[type="button"],
input[type="submit"],
.fl-post-type-service .fl-post-grid-content a,
.fl-builder-content a.fl-button,
.searchandfilter li[data-sf-field-type="reset"] a,
a.print-button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.fl-post-type-service .fl-post-grid-content a {
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
    line-height: 42px;
    height: 42px;
}

/* -- 5 Columns -- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/* -- Header -- */
.ui-autocomplete {
    background: #28394a;
    color: #fff;
    border-color: #3f5a75;
    border-top: 0;
    padding: 0;
    z-index: 9999;
}

.ui-menu .ui-menu-item {
    padding: 0 2px;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus {
    border: 0;
    background: #1b4176;
    color: #fff;
}

.fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search a:before {
    content: "\e603";
    font-size: 20px;
    padding-right: 12px;
}

.fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search a {
    background: #1b4176;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search a .fa-search {
    padding-right: 14px;
}

.fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search a:hover {
    background: #ffcd00;
    border-color: #1b4176;
    color: #1b4176;
}

.fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search a:hover .fa-search {
    color: #1b4176;
}

.fl-page-nav-right .fl-page-nav ul.navbar-nav li.current-menu-ancestor > a {
    color: #ffcd00;
}

.postid-265
    .fl-page-nav-right
    .fl-page-nav
    ul.navbar-nav
    li.service-menu-item.current-menu-ancestor
    > a {
    color: #fff;
}

.fl-page-nav-right .fl-page-nav-search a.fa-search {
    padding-left: 20px;
}

.fl-page-nav-right .fl-page-nav-search form {
    top: -25px;
    right: 30px;
    width: 500px;
}
header li.search {
    width: 35px;
}

header li.search .fl-page-nav-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border: 0;
}
header li.search .fl-page-nav-search form .fl-search-input {
    padding-right: 60px;
}

/* -- News -- */
.news-header {
    background: #fff;
}

.news-header-wrap {
    padding: 40px 0;
}

.news-header .page-title {
    font-family: "Oswald", sans-serif;
    line-height: 1.4;
    color: #1b4176;
    font-size: 80px;
    margin: 0;
    text-transform: uppercase;
}

/* Single Team Member */
body.single-team-member .team-member-content .add-border h3 {
    border-top: 1px solid #ccc;
    margin-top: 20px !important;
    padding-top: 20px !important;
}

/* -- Services -- */
body .fl-post-type-service h2.fl-post-grid-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1;
    padding-left: 30px;
    max-width: 60%;
    margin-bottom: 20px;
}

.fl-post-type-service .fl-post-grid-image .overlay {
    display: block;
    background: url(./images/blue-gradient.png) repeat-x 0 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fl-post-type-service .fl-post-grid-content a.service-team {
    background: #ffcd00;
    border: 1px solid #ffcd00;
    color: #08111b;
    margin-right: 10px;
}

.fl-post-type-service .fl-post-grid-content a.service-team:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.fl-post-type-service .fl-post-grid-content a.service-team .mack-team {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.fl-post-type-service .fl-post-grid-content a.fl-post-grid-more {
    border: 1px solid #fff;
    color: #fff;
}

.fl-post-type-service .fl-post-grid-content a.fl-post-grid-more:hover {
    background: #fff;
    color: #08111b;
}

/* -- Search Filter -- */
/* Form */
.sfp-form form.searchandfilter ul {
    padding: 0;
}

/* Results */
.search-filter-result img {
    width: 100%;
    height: auto;
}

.search-filter-result .sfp-container {
    background: #003e78;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.search-filter-result .details h3 {
    margin: 0;
    text-transform: uppercase;
}

.search-filter-result .details h3 a {
    color: #ffcd00;
}

.search-filter-result .details h3 a:hover,
.search-filter-result .details {
    color: #fff;
}

.search-filter-result .details {
    padding: 20px;
}

.search-filter-result .details p {
    line-height: 1.4em;
    margin: 8px 0;
}

.search-filter-result .details p.types {
    font-size: 85%;
}

.search-filter-result .details p.types .spacer {
    display: block;
    padding: 3px;
}

.search-filter-result .details .contact-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
}

body .contact-info a.vcard:hover {
    color: #ffcd00;
}

.property-listing .img-container {
    position: relative;
}

.property-listing .overlay {
    background: rgba(40, 57, 74, 0.8);
    background-size: auto;
    overflow: hidden;
    color: #fff;
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 20;
}

.property-listing.highlight .overlay {
    height: 100%;
}

.property-listing .overlay a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.property-listing .holder {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.property-listing .overlay .view-listing {
    opacity: 0;
    display: inline-block;
    margin-top: 100px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.property-listing.highlight .overlay .view-listing {
    opacity: 1;
}

.tenants .tenant {
    margin-bottom: 14px;
    text-align: center;
}

.tenants .tenant .holder {
    border: 1px solid #ccc;
    padding: 20px;
}

.tenants .tenant img {
    cursor: pointer;
    height: auto;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.tenants.inactive .tenant img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);

    filter: url("./images/gray.svg#grayscale");
    filter: gray;
}

.tenants.inactive .tenant.active img,
.tenants .tenant img:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.zestsms-qtip,
.zestsms-qtip-contact {
    background: rgba(14, 31, 48, 0.95);
    color: #fff;
    font-size: 14px;
    max-width: 460px;
}

.zestsms-qtip h2 {
    color: #ffcd00;
}

.zestsms-qtip a {
    color: #fff;
}

.zestsms-qtip:after {
    bottom: 100%;
    left: 80px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    margin-left: -30px;
    border-color: rgba(14, 31, 48, 0);
    border-bottom-color: rgba(14, 31, 48, 0.95);
}

.zestsms-qtip.last:after {
    left: auto;
    right: 80px;
}

.zestsms-qtip .qtip-content,
.zestsms-qtip-contact .qtip-content {
    line-height: 1.2;
    padding: 10px 20px;
}

.zestsms-qtip h2 {
    margin-top: 0;
}

.zestsms-qtip .zestsms-table tr td {
    padding: 8px 0;
    vertical-align: top;
}

.zestsms-qtip .zestsms-table tr td:first-child {
    padding-right: 10px;
    text-transform: uppercase;
    width: 45%;
}

.contact-our-team {
    background: #08111b;
    color: #ffcd00;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    position: fixed;
    right: 0;
    top: 30%;
    margin-right: -62px;
    transform: rotate(-90deg);
    z-index: 5;
}

.zestsms-qtip-contact {
    background: rgba(14, 31, 48, 1);
    max-width: 340px;
}

body .zestsms-qtip-contact .gform_wrapper .ginput_container_text,
body .zestsms-qtip-contact .gform_wrapper .ginput_container_email,
body .zestsms-qtip-contact .gform_wrapper .ginput_container_textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .zestsms-qtip-contact .gform_wrapper .validation_error {
    display: none;
}

.zestsms-qtip-contact .gform_footer {
    text-align: right;
}

.zestsms-qtip-contact .gform_footer .gform_button {
    background: #ffcd00;
    border: 1px solid #ffcd00;
    color: #08111b;
}

.zestsms-qtip-contact .gform_footer .gform_button:hover,
.zestsms-qtip-contact .gform_footer .gform_button:focus {
    background: #08111b;
    border-color: #fff;
    color: #fff;
}

/* -- Modules -- */
.home .fl-module-content-slider .fl-content-slider-wrapper .fl-slide-content {
    padding: 28px !important;
}

.single .property-categories .details-label,
.single-property .property-brokers .contact-text {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.property-address,
.single .property-categories .property-types,
.single .property-categories .transaction-types {
    font-size: 24px;
}

.posts-list .details-label {
    font-weight: 600;
    text-transform: uppercase;
}

.property-brokers.display-small .broker-details,
.featured-works .featured-work .buttons {
    background: #1b4176;
    color: #fff;
}

.property-brokers .broker-details h3 a {
    color: #ffcd00;
    text-transform: uppercase;
}

.featured-works .featured-work .holder {
    background: url(./images/blue-gradient.png) repeat-x 0 100%;
}

.featured-works .featured-work .holder h2 {
    padding: 0 10px;
}

.featured-works .featured-work .holder h2 a {
    color: #fff;
}

.featured-works .featured-work .buttons {
    padding: 10px;
}

.featured-works .featured-work .content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.featured-works .featured-work .content a.fl-button {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.featured-works .featured-work .content a.fl-button:hover {
    background: #fff;
    color: #1b4176;
}

/* -- WP-Pagenavi -- */
.wp-pagenavi {
    background: #fff;
    display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border-right: inherit;
}

.wp-pagenavi a.page,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    color: #666;
    text-decoration: underline;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: #666;
    background: #eee;
}

.wp-pagenavi .current {
    background: #1b4176;
    color: #fff;
}

/* -- Toggle -- */
.list-map-toggle {
    display: inline-block;
    background: #e2e2e2;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 4px;
}

.list-map-toggle .toggler {
    display: none;
}

.list-map-toggle .toggle-label {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #0f1d29;
    cursor: pointer;
    line-height: 42px;
    margin: 0;
    padding: 0 30px;
    text-transform: uppercase;
}

.list-map-toggle .toggler:checked + .toggle-label {
    background: #003e78;
    color: #ffe600;
}

/* -- SFPro Filters -- */
.page-id-6774 .mfp-bg {
    background: #1b4176;
    opacity: 1;
    filter: alpha(opacity=100);
}

.initial-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.initial-popup ul li.item {
    margin-bottom: 30px;
}

.initial-popup ul li.item a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.initial-popup ul li.item a:hover .item-label,
.initial-popup ul li.item a.selected .item-label {
    background: #ffe600;
}

.initial-popup ul li.item img {
    max-width: 100%;
    height: auto;
}

.initial-popup ul li.item .item-label {
    display: block;
    background: #e2e2e2;
    color: #1b4176;
    line-height: 52px;
    text-transform: uppercase;
    text-align: center;
}

.blue-popup-block .top-nav {
    background: #004078;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
}

.admin-bar .blue-popup-block .top-nav {
    top: 32px;
}

.blue-popup-block .top-nav-container {
    /*max-width: 80%;*/
    max-width: 1340px;
    margin: 0 auto;
    padding: 20px 28px;
}

.blue-popup-block .mfp-close {
    position: relative !important;
    float: right;
}

.blue-popup-block h4,
.blue-popup-block li.sf-field-search label {
    margin-top: 24px;
}

.blue-popup-block li.sf-field-search label {
    background: #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.blue-popup-block li.sf-field-search input {
    background: #ddd;
}

.blue-popup-block div.search-input-ploy-holder label {
    background: transparent;
    border: 1px solid #2e3740;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.blue-popup-block div.search-input-ploy-holder input {
    background: transparent;
    color: #fff;
}

.blue-popup-block div.search-input-ploy-holder input::-webkit-input-placeholder {
    color: #fff;
}

.blue-popup-block div.search-input-ploy-holder input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.blue-popup-block div.search-input-ploy-holder input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.blue-popup-block div.search-input-ploy-holder input:-ms-input-placeholder {
    color: #fff;
}

.blue-popup-block div.search-input-ploy-holder i.fa-search:hover {
    color: #ffe600;
}

.blue-popup-block {
    background: #003e78;
    color: #fff;
    padding: 20px 30px;
    text-align: left;
    /*max-width:80%;*/
    max-width: 1340px;
    margin: 40px auto;
    position: relative;
}

.blue-popup-block h1,
.blue-popup-block h2,
.blue-popup-block h3,
.blue-popup-block h4,
.blue-popup-block h5,
.blue-popup-block h6 {
    color: #fff;
}

.blue-popup-block .search-input-ploy-holder {
    margin: 30px 0;
}

.blue-popup-block .top-nav-container a {
    display: inline-block;
    text-decoration: none;
    margin: 0 6px 6px 0;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
}

/*.blue-popup-block li[data-sf-field-input-type=range-slider] h4 {
	display: inline-block;
	text-align: right;
	padding-right: 65px;
	width: 37%;
}*/
.blue-popup-block .popup-heading {
    /*border-top: 2px solid #fff;*/
    margin-top: 20px;
    padding-top: 20px;
}

.blue-popup-block .popup-heading.no-border {
    border-top: 0;
}

#_sfm_related_team_members {
    border: 0;
    margin: 0;
    padding: 0;
}

.blue-popup-block h4.heading,
.blue-popup-block p.description {
    display: inline-block;
    vertical-align: middle;
}

.blue-popup-block h4.heading,
.blue-popup-block li[data-sf-field-input-type="range-slider"] h4.heading {
    border-right: 4px solid #ffe600;
    font-size: 28px;
    margin-right: 20px;
    margin-top: 0;
    padding: 20px;
    padding-left: 0;
    text-transform: uppercase;
}

.blue-popup-block li[data-sf-field-input-type="range-slider"] .popup-heading {
    margin-bottom: 20px;
}

.blue-popup-block li[data-sf-field-input-type="range-slider"] > h4 {
    width: 75%;
}

.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-min,
.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-max {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
}

.blue-popup-block p.description {
    margin: 0;
}

.blue-popup-block .spacer {
    padding: 10px 0;
    width: 100%;
}

.blue-popup-block .reset-holder {
    padding-right: 30px;
    text-align: right;
    text-transform: uppercase;
}

.blue-popup-block .reset {
    color: #ffe600;
    cursor: pointer;
}

.blue-popup-block .reset:hover {
    color: #23394c;
}

.blue-popup-block .sf-meta-range-slider {
    display: block;
    width: 75%;
    font-weight: bold;
}

.blue-popup-block .mfp-close {
    color: #ffe600;
    border: 2px solid #ffe600 !important;
    border-radius: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    font-weight: normal;
}

.blue-popup-block .mfp-close:hover {
    border: 2px solid #23394c !important;
    color: #23394c;
}

.blue-popup-block .searchandfilter .meta-slider {
    border-radius: 10px;
    max-width: 100%;
    margin-top: 20px;
    height: 7px;
}

.blue-popup-block .searchandfilter .noUi-origin {
    border-radius: 10px;
}

.blue-popup-block .searchandfilter .noUi-target {
    border: 0;
}

.blue-popup-block .searchandfilter .noUi-connect {
    background: #ffe600;
    box-shadow: none;
}

.blue-popup-block .searchandfilter .noUi-horizontal .noUi-handle {
    background: url(./images/slider-marker.png) no-repeat;
    border: 0;
    box-shadow: none;
    width: 12px;
    height: 19px;
    top: -17px;
    left: -6px;
}

.blue-popup-block .searchandfilter .noUi-horizontal .noUi-handle:before,
.blue-popup-block .searchandfilter .noUi-horizontal .noUi-handle:after {
    display: none;
}

.blue-popup-block li.sf-field-submit {
    background: rgba(226, 226, 226, 0.95);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}

.initial-popup li.sf-field-submit {
    margin: 15px 0;
}

.blue-popup-block li.sf-field-submit input,
.blue-popup-block li.sf-field-submit a {
    display: inline-block;
    background: #003e78;
    border: 2px solid #fff;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    vertical-align: middle;
}

.blue-popup-block li.sf-field-submit a {
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
}

.blue-popup-block li.sf-field-submit input:hover,
.blue-popup-block li.sf-field-submit a:hover {
    border: 2px solid #fff;
    background: #ffe600;
    color: #1b4176;
}

.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-values-seperator {
    display: none;
}

.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-min,
.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-max {
    max-width: 200px;
}

.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-max {
    float: right;
    padding: 0;
    margin: 0;
}

.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-min:before {
    display: inline;
    content: "> ";
}

.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-max:before {
    display: inline;
    content: "< ";
}

.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-min:after,
.blue-popup-block .searchandfilter .sf-meta-range-slider .sf-range-max:after {
    display: inline;
    content: " sf";
}

.blue-popup-block
    .searchandfilter
    .sf-field-post-meta-acres
    .sf-meta-range-slider
    .sf-range-min:after,
.blue-popup-block
    .searchandfilter
    .sf-field-post-meta-acres
    .sf-meta-range-slider
    .sf-range-max:after {
    content: " acres";
}

.blue-popup-block .searchandfilter ul li li {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
}

.blue-popup-block .searchandfilter ul li li .popup-btn {
    background: #e2e2e2;
    border-radius: 0;
    color: #1b4176;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.3;
    height: 75px;
    display: table-cell;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 190px;
}

.iCheck-helper {
    height: 75px !important;
}

.blue-popup-block .searchandfilter ul li li .popup-btn.hover,
.blue-popup-block .searchandfilter ul li li .popup-btn.checked {
    background: #ffe600;
    color: #1b4176;
}

.blue-popup-block .searchandfilter ul li.sf-field-taxonomy-submarket,
.blue-popup-block .searchandfilter ul li.sf-field-taxonomy-property-type {
    /*border-top: 2px solid #fff;*/
    margin-top: 30px;
}

/* -- CA -- */
.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 80%;
    margin: 40px auto;
    position: relative;
}

.confidentiality-agreement {
    max-height: 520px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.confidentiality-agreement-popup li.gfield {
    margin-bottom: 20px;
}

input[type="text"].facetwp-search {
    display: inline;
}

/* -- Sidebar -- */
.fl-sidebar li li {
    margin-left: 8px;
}

/* -- Blog -- */
h1.fl-post-title {
    font-size: 30px;
}

/* -- Footer -- */
.fl-page-footer-widgets .widget-area-0 {
    display: none;
}

.fl-page-footer-widgets .widget-area-1 {
    float: right;
}

.home .fl-page-footer-widgets {
    background: #d3d2d2;
}

.home .fl-page-footer-widgets .widget-area-0 {
    display: block;
}

.fl-social-icons .fl-icon {
    background: #ffcd00;
    color: #08111b;
}

.fl-social-icons .fl-icon:hover {
    background: #1b4176;
    color: #fff;
}

@-webkit-keyframes move {
    from {
        left: 100%;
    }
    to {
        left: -600px;
    }
}
@keyframes move {
    from {
        left: 100%;
    }
    to {
        left: -600px;
    }
}

/* -- Responsive -- */
/* Mobile only (default BB breakpoint) */
@media (max-width: 768px) {
    .fl-page-nav-right .fl-page-nav-search,
    .fl-page-nav-right .fl-page-nav-search form {
        display: block;
        width: 100%;
    }

    .fl-page-nav-right .fl-page-nav-search a.fa-search {
        display: none;
    }

    .fl-page-nav-right .fl-page-nav-search form {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        border-top: 0;
        padding: 0;
        margin-top: 15px;
    }

    .fl-page-nav-right .fl-page-nav-search form button {
        position: absolute;
        right: 0;
        border: 0;
        top: 0;
        height: 52px;
    }

    .fl-col-small {
        max-width: 100%;
    }

    .fl-page-footer-widgets .widget-area-1 p {
        text-align: center !important;
    }

    .downloads-list a.fl-button {
        display: none;
    }

    .blue-popup-block .top-nav-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blue-popup-block .top-nav-container a {
        width: auto;
    }

    .blue-popup-block ul li ul {
        text-align: center;
    }

    .blue-popup-block .sf-meta-range-slider,
    .blue-popup-block li[data-sf-field-input-type="range-slider"] > h4 {
        width: 100%;
    }
    header li.search {
        width: auto;
    }
    header li.search .fl-page-nav-search,
    header li.search .fl-page-nav-search form {
        display: block;
        background: transparent;
        border: 0;
        padding: 0;
        position: relative;
    }
    header li.search .fl-page-nav-search {
        position: relative;
        margin-top: 15px;
    }
    header li.search .fl-page-nav-search a.fa-search {
        display: none;
    }
    header li.search .fl-page-nav-search form button {
        top: 1px;
        right: 4px;
    }
}

/* Tablet Up (default BB breakpoint) */
@media (min-width: 768px) {
    .fl-page-nav-right .fl-page-nav-search button {
        display: none;
    }

    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .two-up-fix {
        clear: both;
    }

    .zestsms-qtip-contact:after {
        left: 100%;
        top: 60px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 30px;
        border-color: rgba(14, 31, 48, 0);
        border-left-color: rgba(14, 31, 48, 1);
    }

    .initial-popup ul.items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-wrap: wrap;
    }

    .initial-popup ul.items li.item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-wrap: wrap;
    }

    .initial-popup ul.items li.item a {
        padding-bottom: 52px;
    }

    .initial-popup ul li.item .item-label {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
    }

    header li.search .fl-page-nav-search form {
        position: relative;
        top: 53px;
        padding: 0;
        border-top: 0;
        border-left: 3px solid #28394a;
        -webkit-box-shadow: 2px 2px 10px -2px #000000;
        box-shadow: 2px 2px 10px -2px #000000;
    }
    header li.search .fl-page-nav-search form .fl-search-input {
        border: 0;
        background: #fff;
        color: #28394a;
    }
    header li.search .fl-page-nav-search form button {
        height: 52px;
    }
}

/* Desktop Up (default BB breakpoint) */
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .fl-full-width .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fl-page-nav-right .fl-page-header-row {
        width: 100%;
    }

    .fl-page-nav-right .fl-page-nav ul.navbar-nav {
        display: inline-block;
        float: left !important;
    }

    .fl-page-nav-right .fl-page-nav-search {
        float: left;
    }

    .spf-row,
    .spf-row .search-filter-result {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-wrap: wrap;
    }

    .tenants .spf-row {
        display: block;
    }

    .spf-row.first-row .search-filter-result {
        flex: 1 1 auto;
        margin-top: -40px;
        max-width: 50%;
    }

    #search-filter-results-208 .spf-row.first-row .search-filter-result {
        max-width: 25%;
    }

    #search-filter-results-1010 .spf-row.first-row .search-filter-result {
        max-width: 33.33%;
    }

    .two-up-fix {
        clear: none;
    }

    .fl-page-footer .text-right {
        padding-top: 20px;
    }

    .confidentiality-agreement {
        margin-bottom: 30px;
    }

    .blue-popup-block ._sfm_location div.search-input,
    .blue-popup-block ._sfm_location .reset-holder {
        display: inline-block;
        width: 49%;
    }

    .blue-popup-block ._sfm_location .reset-holder {
        padding-right: 14px;
    }

    .fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search {
        position: absolute;
        right: 1%;
    }
}

@media (min-width: 1100px) {
    .fl-full-width .container {
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1045px) {
    .fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search a:before {
        display: none;
    }
}

@media (min-width: 1170px) {
    .fl-page-nav-right .fl-page-nav ul.navbar-nav li.property-search a {
        font-size: 16px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* Desktop Large */
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

    .fl-full-width .fl-page-header-container,
    .fl-full-width .fl-page-footer-container,
    .fl-full-width .fl-archive.container,
    .blog .fl-page-content .container,
    .archive .fl-page-content .container,
    .single-post .fl-page-content .container {
        width: auto;
        max-width: 1340px;
    }
}

/* Print */
@media print {
    *:after {
        display: none;
    }

    html,
    body {
        overflow: visible !important;
    }

    body.single-downloads-page .fl-page,
    body.single-downloads-page .mfp-bg,
    body.single-downloads-page .confidentiality-agreement-popup .ca-form,
    body.single-downloads-page .confidentiality-agreement-popup .print-button {
        display: none;
    }

    body.single-downloads-page,
    body.single-downloads-page .mfp-wrap {
        overflow: visible;
    }

    body.single-downloads-page .mfp-wrap,
    body.single-downloads-page .mfp-container {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        height: auto;
    }

    body.single-downloads-page .confidentiality-agreement-popup {
        max-width: 100%;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    body.single-downloads-page .confidentiality-agreement-popup .col-md-6 {
        float: none;
        width: 100%;
    }

    body.single-downloads-page .confidentiality-agreement {
        max-height: 100%;
        overflow-y: visible;
    }

    body.single-downloads-page .confidentiality-agreement-popup h2.title {
        padding: 0 20px;
    }
}


.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
.resp-tabs-list li a {
    padding: 12px 30px;
    text-transform: uppercase;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border-bottom: 1px solid #072a5e;
    margin-bottom: -1px !important;
}
li.resp-tab-active a {
    color: #072a5e;
}


.resp-content-active,
.resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
    text-transform: uppercase;
}

h2.resp-tab-active {
    border-left: 0;
    border-right: 0;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}


/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border: 1px solid #072a5e;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}