/*
Theme Name: Na
Theme URI: http://wpopaldemo.com/na/
Author: ThemeLexus Team
Author URI: https://wordpress.org/
Description: In 2016, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: fullhouse

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.
*/
/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/**
 *
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/**
 * Import component variables
 */
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/******************************************
 * Basic Styles
 ******************************************/
.opalestate-popup {
    position: relative;
}

    .opalestate-popup .popup-head {
        font-family: "Montserrat", sans-serif;
    }

        .opalestate-popup .popup-head > span {
            cursor: pointer;
        }

    .opalestate-popup .popup-body {
        display: none;
        background-color: #fff;
        position: absolute;
        top: 40px;
        z-index: 999;
        padding: 20px 30px 30px;
        -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
        min-width: 400px;
        margin: 0 0 0 -180px;
    }

        .opalestate-popup .popup-body h6 {
            margin-bottom: 15px;
            color: #ccc;
        }

        .opalestate-popup .popup-body label {
            text-transform: uppercase;
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
        }

        .opalestate-popup .popup-body button {
            margin-top: 20px;
        }

        .opalestate-popup .popup-body:before {
            position: absolute;
            width: 0;
            height: 0;
            content: '';
            z-index: 2;
            border-opposite-position(top): 15px solid #fff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            margin: 0 0 0 -10px;
            left: 50%;
            top: -14px;
        }

@media (max-width: 767px) {
    .opalestate-popup .popup-body {
        margin: 0;
    }
}

.opalestate-popup.active .popup-body {
    display: block;
}

.opalestate-popup .popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ffd200;
    cursor: hand;
    cursor: pointer;
}

.opalestate-results {
    margin-bottom: 15px;
}

    .opalestate-results span {
        color: #ffd200;
        font-family: "Montserrat", sans-serif;
    }

.media-drag-drop {
    background-color: #efefef;
    border: 2px dashed #dfdfdf;
    text-align: center;
    padding: 30px;
}

    .media-drag-drop h4 {
        color: #8b9293;
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 20px;
        font-weight: 400;
        text-transform: inherit;
        text-align: inherit;
    }

    .media-drag-drop .fa {
        margin-right: 8px;
    }

.opalestate-box {
    margin: 0 0 15px;
}

    .opalestate-box > h3 {
        font-size: 16px;
        background-image: url("../images/dot-bg.png");
        background-repeat: repeat-x;
        background-position: 0 bottom;
        margin: 0 0 20px;
        padding-bottom: 25px;
    }

    .opalestate-box iframe {
        width: 100%;
        border: none;
    }

    .opalestate-box.agent-address-map {
        margin-top: 25px;
    }

        .opalestate-box.agent-address-map > h3 {
            margin-bottom: 20px;
        }

.box-info > h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

ul.property-status {
    padding: 0;
    margin: 0;
}

    ul.property-status li {
        list-style: none;
        background-color: #1C2084;
        color: #FFF;
        padding: 3px 10px;
        margin-right: 2px;
        border-radius: 3px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
    }

ul.property-meta-list {
    margin: 0;
}

    ul.property-meta-list i {
        margin-right: 5px;
    }

        ul.property-meta-list i:before {
            font-family: FontAwesome;
            content: "\f123";
            font-size: 14px;
            font-style: normal;
            color: #ffd200;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    ul.property-meta-list .icon-property-areasize:before {
        content: "\f047";
    }

    ul.property-meta-list .icon-property-bedrooms:before {
        content: "\f236";
    }

    ul.property-meta-list .icon-property-bathrooms:before {
        content: "\f2cd";
    }

    ul.property-meta-list .icon-property-parking:before {
        content: "\f1b9";
    }

    ul.property-meta-list .icon-property-amountrooms:before {
        content: "\f1ad";
    }

i.property-toggle-favorite {
    color: #ffa179;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

    i.property-toggle-favorite:hover {
        color: #ffd200;
    }

.author-link {
    display: inline-block;
    line-height: 32px;
}

#opalestate-map-preview {
    position: relative;
}

    #opalestate-map-preview + .container .search-properies-form {
        margin-bottom: 25px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

.mapPlaceholder {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    color: #ffd200;
}

    .mapPlaceholder span.fa {
        margin-right: 10px;
    }

.carousel-control.opalestate-left {
    left: 30px;
}

@media screen and (max-width: 479px) {
    .carousel-control.opalestate-left {
        left: 0;
    }
}

.carousel-control.opalestate-right {
    left: auto;
    right: 30px;
}

@media screen and (max-width: 479px) {
    .carousel-control.opalestate-right {
        right: 0;
    }
}

.property-preview {
    overflow: hidden;
}

    .property-preview .owl-carousel-wrapper {
        position: relative;
    }

    .property-preview .carousel-control {
        border-radius: 0 !important;
        border: none;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
    }

        .property-preview .carousel-control.opalestate-right {
            padding-left: 2px;
        }

        .property-preview .carousel-control:hover, .property-preview .carousel-control:focus {
            opacity: 1;
            filter: alpha(opacity=100);
            background-color: #ffd200;
            color: #FFF !important;
        }

    .property-preview .owl-controls {
        display: block !important;
    }

    .property-preview .owl-buttons div {
        width: 30px;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #FFF;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
        text-shadow: none;
        margin-top: -15px;
    }

        .property-preview .owl-buttons div.owl-prev:before {
            content: "\f104";
            font-family: FontAwesome;
        }

        .property-preview .owl-buttons div.owl-next:before {
            content: "\f105";
            font-family: FontAwesome;
        }

@media screen and (max-width: 767px) {
    .property-preview img {
        display: block;
        width: 100%;
    }
}

.property-amenities .list-group-item-text {
    margin-top: -10px;
}

    .property-amenities .list-group-item-text .row > div {
        margin-top: 10px;
        line-height: 24px;
        color: #bbb;
    }

        .property-amenities .list-group-item-text .row > div i {
            margin-right: 10px;
        }

        .property-amenities .list-group-item-text .row > div.active {
            color: #1a1a1a;
        }

            .property-amenities .list-group-item-text .row > div.active i {
                color: #8ac842;
            }

.property-attachments .list-group-item-text i {
    margin-right: 10px;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffd200;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/**************************************************
 * Archive Property Page: Archive + Taxonomy Page
 **************************************************/
.opalesate-archive-top {
    background-color: #fff;
    padding: 0 0 25px;
    margin-bottom: 20px;
    background-image: url("../images/dot-bg.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

    .opalesate-archive-top #opalestate-sortable-form {
        position: relative;
    }

        .opalesate-archive-top #opalestate-sortable-form:after {
            font-family: 'FontAwesome';
            content: "\f078";
            color: #ffd200;
            right: 15px;
            top: 5px;
            z-index: 1;
            position: absolute;
            pointer-events: none;
        }

    .opalesate-archive-top .sortable-dropdown {
        color: #9b9b9b;
        font-size: 14px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    .opalesate-archive-top > div {
        margin-bottom: 0;
    }

@media screen and (max-width: 767px) {
    .opalesate-archive-top .row > div {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .opalesate-archive-top .row > div {
        width: 100%;
        float: none;
    }
}

.tax-opalestate_types .opalesate-archive-top .opalesate-archive-top {
    background-image: none;
    padding-bottom: 0px;
}

#property-filter-status > span {
    line-height: 55px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
    margin-right: 30px;
}

#property-filter-status .list-property-status {
    margin: 0;
}

    #property-filter-status .list-property-status li {
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;;
        cursor: pointer;
        line-height: 55px;
        font-weight: 500;
        display: block;
        position: relative;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        float: left;
    }

        #property-filter-status .list-property-status li span {
            display: block;
            padding: 0 20px;
        }

        #property-filter-status .list-property-status li.active, #property-filter-status .list-property-status li:hover {
            background-color: #ffd200;
            color: #000;
        }

.property-meta-bottom {
    overflow: hidden;
    position: relative;
}

.post-type-archive-opalestate_property .opalestate-rows article .entry-summary {
    min-height: 46px;
}

.post-type-archive-opalestate_property .opalesate-archive-top {
    padding-top: 0;
    padding-bottom: 0;
}

    .post-type-archive-opalestate_property .opalesate-archive-top .opalesate-archive-top {
        padding: 0;
    }

@media (max-width: 767px) {
    .post-type-archive-opalestate_property .opalesate-archive-top .opalesate-archive-top {
        padding-bottom: 20px;
    }
}

.opalestate-rows .first-child {
    clear: both;
}

.opalestate-rows article {
    background: #FFF;
    margin-bottom: 30px;
    position: relative;
}

    .opalestate-rows article .property-group-label {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1;
       
    }

    .opalestate-rows article div.property-label {
        z-index: 1;
        font-size: 9px;
        text-transform: uppercase;
        padding: 3px 10px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        line-height: 14px;
        display: block;
        margin-bottom: 5px;
    }

    .opalestate-rows article .label-featured {
        /* 
        font-size: 16px;
        text-transform: uppercase;
        padding: 3px 10px;
        font-family: "Montserrat", sans-serif;
        display: inline-block;
        font-weight: 500;
        line-height: 14px;
        margin-bottom: 5px;
        */
        list-style: none;
        color: #FFF;
        padding: 3px 10px;
        margin-right: 2px;
        border-radius: 3px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        line-height: unset;
    }

    .opalestate-rows article .entry-title {
        text-transform: uppercase;
        margin: 0 0 8px;
        font-size: 18px;
    }

    .opalestate-rows article .property-box-image {
        position: relative;
    }

        .opalestate-rows article .property-box-image img {
            width: 100%;
        }

    .opalestate-rows article header .property-status {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 1;
    }

    .opalestate-rows article .entry-content-wrapper {
        border-style: solid;
        border-color: #ebebeb;
        border-width: 0 1px 1px 1px;
    }

    .opalestate-rows article .entry-content {
        padding: 20px 20px 15px;
    }

        .opalestate-rows article .entry-content i.property-toggle-favorite.fa-heart-o {
            cursor: pointer;
        }

        .opalestate-rows article .entry-content i.property-toggle-favorite.fa-heart {
            color: #ffd200;
        }

    .opalestate-rows article .entry-summary {
        color: #808080;
    }

    .opalestate-rows article .entry-content-bottom {
        clear: both;
        padding: 9px 20px;
        border-top: 1px solid #ebebeb;
    }

        .opalestate-rows article .entry-content-bottom i.property-toggle-favorite {
            float: right;
            margin-top: 10px;
        }

            .opalestate-rows article .entry-content-bottom i.property-toggle-favorite.fa-heart-o {
                cursor: pointer;
            }

            .opalestate-rows article .entry-content-bottom i.property-toggle-favorite.fa-heart {
                color: #ffd200;
            }

@media screen and (max-width: 979px) {
    .opalestate-rows article .entry-content-bottom {
        padding: 10px 20px;
    }
}

.opalestate-rows article .author-link {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.opalestate-rows article .property-meta-list {
    background-color: #fafafa;
    color: #000;
    font-size: 14px;;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 10px 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

    .opalestate-rows article .property-meta-list > li {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 20px;
        position: relative;
        float: left;
        width: 25%;
    }

        .opalestate-rows article .property-meta-list > li .label-property {
            position: absolute;
            bottom: 0;
            left: 8px;
            font-size: 14px;
            color: #b7b7b7;
            text-transform: uppercase;
        }

@media screen and (max-width: 979px) {
    .opalestate-rows article .property-meta-list > li .label-property {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .opalestate-rows article .property-meta-list > li {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .opalestate-rows article .property-meta-list {
        padding: 15px;
    }
}

@media screen and (max-width: 799px) {
    .opalestate-rows article .property-meta-list > li {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
}

.opalestate-rows article .author-link .avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
}

.opalestate-rows article .property-list-style .abs-col-item {
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    padding: 25px 30px 0;
}

@media (max-width: 480px) {
    .opalestate-rows article .property-list-style .abs-col-item {
        border-left-width: 1px;
    }
}

.opalestate-rows article .property-list-style .entry-summary {
    padding: 20px 0;
}

.opalestate-rows article .property-list-style .property-box-image img {
    width: 100%;
}

.opalestate-rows article .property-list-style .btn-view-more {
    display: none;
}

.opalestate-rows article .property-price {
    color: #fff;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    left: 0px;
}

    .opalestate-rows article .property-price .property-price-label {
        font-size: 14px;
    }

@media (max-width: 1199px) {
    .opalestate-rows article .property-price {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .opalestate-rows article .property-price {
        font-size: 32px;
    }
}

.opalestate-rows article .property-list-style-v2 .property-meta-list {
    background-color: #ffd200;
}

    .opalestate-rows article .property-list-style-v2 .property-meta-list i:before {
        color: #000;
    }

    .opalestate-rows article .property-list-style-v2 .property-meta-list > li .label-property {
        color: #000;
    }

@media screen and (max-width: 979px) {
    .opalestate-rows article .property-list-style-v2 .property-meta-list > li {
        padding-bottom: 0;
    }

        .opalestate-rows article .property-list-style-v2 .property-meta-list > li .label-property {
            display: none;
        }
}

@media (max-width: 480px) {
    .opalestate-rows article .property-list-style-v2 .property-meta-list {
        padding: 15px 25px;
    }
}

.opalestate-rows article .property-list-style-v2 .property-price {
    position: static;
    background-color: transparent;
    color: #000;
    padding: 0;
}

.opalestate-rows article .property-list-style-v2 .property-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.opalestate-rows article .property-list-style-v2 .property-address {
    margin-bottom: 15px;
    font-style: italic;
}

.opalestate-rows article .property-list-style-v2 .abs-col-item {
    padding: 25px 30px 0;
    border-style: solid;
    border-color: #ebebeb;
    border-width: 1px 1px 1px 0;
}

@media (max-width: 480px) {
    .opalestate-rows article .property-list-style-v2 .abs-col-item {
        border-left-width: 1px;
    }
}

.opalestate-rows article .property-list-style-v2 .property-meta-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border-top: 1px solid #ebebeb;
    width: 100%;
    padding: 16px 30px;
    overflow: visible;
}

@media screen and (max-width: 979px) {
    .opalestate-rows article .property-list-style-v2 .property-meta-bottom {
        padding: 10px 30px;
    }
}

@media (max-width: 480px) {
    .opalestate-rows article .property-list-style-v2 .property-meta-bottom {
        position: static;
        padding: 15px 0;
        margin-top: 5px;
    }
}

.opalestate-rows article .property-list-style-v2 .entry-summary {
    font-style: normal;
    overflow: hidden;
    padding: 25px 30px 0;
    border-style: solid;
    border-color: #ebebeb;
    border-width: 1px 1px 1px 0;
    max-height: 240px; /*jason*/
    overflow-y: auto;
}

    .opalestate-rows article .property-list-style-v2 .entry-summary > h5 {
        margin: 0 0 10px;
        font-size: 14px;
    }

    .opalestate-rows article .property-list-style-v2 .entry-summary > p {
        line-height: 26px;
        margin-bottom: 0;
        max-height: 128px;
        overflow: hidden;
    }

        .opalestate-rows article .property-list-style-v2 .entry-summary > p .more-link {
            display: none;
        }

@media screen and (max-width: 992px) {
    .opalestate-rows article .property-list-style-v2 .entry-summary > p {
        max-height: 165px;
    }
}

@media screen and (max-width: 979px) {
    .opalestate-rows article .property-list-style-v2 .entry-summary > p {
        max-height: 130px;
    }
}

@media screen and (max-width: 799px) {
    .opalestate-rows article .property-list-style-v2 .entry-summary > p {
        max-height: 115px;
    }
}

@media screen and (max-width: 979px) {
    .opalestate-rows article .property-list-style-v2 .entry-summary {
        font-size: 14px;;
    }
}

@media (max-width: 768px) {
    .opalestate-rows article .property-list-style-v2 .entry-summary {
        display: none;
    }
}

.opalestate-rows article .property-list-style-v2:hover .property-meta-list {
    background-color: #ffa179;
}

@media screen and (max-width: 979px) {
    .opalestate-rows article .property-list-style-v2 .property-list > header {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 799px) {
    .opalestate-rows article .property-list-style-v2 .property-list > header, .opalestate-rows article .property-list-style-v2 .property-list > div {
        width: 50%;
    }
}

@media screen and (max-width: 639px) {
    .opalestate-rows article .property-list-style-v2 .property-list {
        display: block;
    }

        .opalestate-rows article .property-list-style-v2 .property-list > header, .opalestate-rows article .property-list-style-v2 .property-list > div {
            width: 100%;
        }
}

@media screen and (max-width: 480px) {
    .opalestate-rows article .property-list-style-v2 {
        margin-bottom: 0;
        border-bottom: none;
    }
}

.opalestate-rows article:hover .owl-buttons div {
    opacity: 1;
}

.opalestate-rows .row > div:last-child article .property-list-style-v2 {
    margin-bottom: 0;
}

.opalestate-rows .none-description article .property-list-style-v2 .entry-summary {
    display: none;
}

.opalestate-rows .none-description article .property-list-style-v2 .property-list .abs-col-item::after {
    content: none;
}

.property-list {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
}

    .property-list.property-list header {
        width: 50%;
        position: relative;
        vertical-align: top;
        float: none;
    }
    .property-list > div{
        width: 50%;
        position: relative;
        vertical-align: top;
        float: none;
    }



    .property-list > header {
        padding-bottom: 65px;
    }

    .property-list .property-box-image img {
        width: 100%;
    }

    .property-list.container-cols-2 > header {
        width: 33%;
        padding-bottom: 0;
    }

    .property-list.container-cols-2  > div {
        width: 66%;
        padding-bottom: 0;
    }
@media screen and (max-width: 767px) {
    .property-list.container-cols-2 > header, .property-list.container-cols-2 > div {
        width: 100%;
        display: block;
    }

        .property-list.container-cols-2 > header .property-abs-bottom, .property-list.container-cols-2 > div .property-abs-bottom {
            position: static;
            margin-top: 15px;
        }
}

.property-list.container-cols-2 .entry-content-bottom .property-price {
    font-size: 24px;
    font-weight: 400;
}

    .property-list.container-cols-2 .entry-content-bottom .property-price .property-price-label {
        font-size: 14px;
    }

.property-list.container-cols-2 > header {
    width: 33%;
    padding-bottom: 0;
}

.property-list.container-cols-2 > div {
    width: 66%;
    padding-bottom: 0;
}

@media screen and (max-width: 480px) {
    .property-list.container-cols-3 > header, .property-list.container-cols-3 > div {
        width: 100%;
        display: block;
    }

        .property-list.container-cols-3 > header.abs-col-item:after, .property-list.container-cols-3 > div.abs-col-item:after {
            content: none;
        }

        .property-list.container-cols-3 > header.abs-col-item .property-abs-bottom, .property-list.container-cols-3 > div.abs-col-item .property-abs-bottom {
            position: static;
        }

            .property-list.container-cols-3 > header.abs-col-item .property-abs-bottom .property-meta-bottom, .property-list.container-cols-3 > div.abs-col-item .property-abs-bottom .property-meta-bottom {
                padding: 15px 0;
                margin-top: 15px;
            }
}

.property-list:hover .owl-buttons div.owl-prev {
    left: 10px;
    opacity: 1;
}

.property-list:hover .owl-buttons div.owl-next {
    right: 10px;
    opacity: 1;
}

.none-description .property-list.container-cols-3 > header,
.none-description .property-list.container-cols-3 > div {
    width: 50%;
}

.opalesate-featured-property {
    margin: 0 -15px;
}

    .opalesate-featured-property article .property-price {
        position: static;
        background-color: transparent;
        color: #000;
        padding: 0;
    }

@media (max-width: 768px) {
    .opalesate-featured-property article .property-price {
        text-align: left;
        margin-bottom: 10px;
        margin-top: 5px;
    }
}

.opalesate-featured-property article .property-list header {
    padding-bottom: 0;
}

.opalesate-featured-property article .property-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.opalesate-featured-property article .property-meta-list {
    padding: 10px 22px;
}

.opalesate-featured-property article .entry-summary {
    color: #acacac;
}

@media (max-width: 768px) {
    .opalesate-featured-property article .entry-summary {
        display: none;
    }
}

.manual-properties .owl-carousel-play .carousel-control {
    height: 30px;
    line-height: 26px;
    background-color: #233354;
    border-color: #233354;
    width: 30px;
    font-size: 18px;
    left: 15px;
    color: #FFF;
}

    .manual-properties .owl-carousel-play .carousel-control.right {
        right: 15px;
        left: auto;
    }

    .manual-properties .owl-carousel-play .carousel-control:hover {
        background-color: #ffd200;
        border-color: #ffd200;
    }

.manual-properties .opalestate-rows article {
    margin-bottom: 0;
}

    .manual-properties .opalestate-rows article .entry-content {
        padding: 30px 30px 25px;
    }

@media (max-width: 1199px) {
    .manual-properties .opalestate-rows article .entry-content {
        padding: 20px 20px 15px;
    }
}

.manual-properties .opalestate-rows article .property-price {
    position: static;
    background-color: transparent;
    padding: 0;
    font-size: 48px;
    letter-spacing: -1px;
}

    .manual-properties .opalestate-rows article .property-price .property-price-label {
        font-size: 40%;
    }

@media (max-width: 1199px) {
    .manual-properties .opalestate-rows article .property-price {
        font-size: 26px;
    }
}

.manual-properties .opalestate-rows article .property-meta-bottom {
    padding: 0px 30px;
    border-bottom: none;
    background-color: #ffd200;
}

.manual-properties .opalestate-rows article .property-meta-list {
    padding: 0;
    background-color: transparent;
    margin: 0 -8px 15px;
}

@media (max-width: 1199px) {
    .manual-properties .opalestate-rows article .property-meta-list > li {
        padding-bottom: 0;
    }

        .manual-properties .opalestate-rows article .property-meta-list > li .label-property {
            display: none;
        }
}

.manual-properties .opalestate-rows article .entry-title {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .manual-properties .opalestate-rows article .entry-title {
        font-size: 16px;
    }
}

.widget.widget-estate-property .widget-content {
    overflow: visible;
}

.widget-properties article {
    margin-top: 30px;
}

    .widget-properties article:first-child {
        margin-top: 0;
    }

.widget-properties .media-left {
    width: 80px;
    float: left;
}

    .widget-properties .media-left img {
        width: 100%;
    }

.widget-properties .entry-title {
    font-size: 14px;
    font-weight: 500 !important;
    margin: 0 0 5px;
}

.widget-properties .property-price {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;;
}

.widget-properties .media {
    overflow: hidden;
}

    .widget-properties .media .media-left,
    .widget-properties .media .media-body {
        display: block;
    }

    .widget-properties .media .media-body {
        width: auto;
    }

.widget-estate-browse-single-category .property-category,
.widget-estate-browse-single-type .property-category {
    position: relative;
    overflow: hidden;
}

    .widget-estate-browse-single-category .property-category .property-category-image img,
    .widget-estate-browse-single-type .property-category .property-category-image img {
        width: 100%;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .widget-estate-browse-single-category .property-category .static-content,
    .widget-estate-browse-single-type .property-category .static-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*background-color: rgba(0, 0, 0, 0.4);*/
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
        color: #ffd200;
        font-weight: 500;
        font-size: 14px;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

        .widget-estate-browse-single-category .property-category .static-content h5,
        .widget-estate-browse-single-type .property-category .static-content h5 {
            font-size: 36px;
            margin: 0;
            letter-spacing: -1px;
        }

            .widget-estate-browse-single-category .property-category .static-content h5 a,
            .widget-estate-browse-single-type .property-category .static-content h5 a {
                color: #fff;
            }

                .widget-estate-browse-single-category .property-category .static-content h5 a:hover,
                .widget-estate-browse-single-type .property-category .static-content h5 a:hover {
                    color: #ffd200;
                }

@media (max-width: 1199px) {
    .widget-estate-browse-single-category .property-category .static-content h5,
    .widget-estate-browse-single-type .property-category .static-content h5 {
        font-size: 30px;
    }
}

.widget-estate-browse-single-category .property-category .static-content .property-category-count,
.widget-estate-browse-single-type .property-category .static-content .property-category-count {
    text-transform: uppercase;
    font-size: 14px;;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.widget-estate-browse-single-category .property-category:hover img,
.widget-estate-browse-single-type .property-category:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.widget-estate-browse-single-category .property-category:hover .static-content,
.widget-estate-browse-single-type .property-category:hover .static-content {
    background-color: rgba(0, 0, 0, 0.6);
}

.widget-estate-browse-single-category .property-category .static-content h5 {
    font-size: 30px;
}

@media (max-width: 992px) {
    .widget-estate-browse-single-category .property-category .static-content h5 {
        font-size: 24px;
    }
}

.widget-estate-browse-single-location .property-category {
    position: relative;
    overflow: hidden;
}

    .widget-estate-browse-single-location .property-category:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.widget-estate-browse-single-location .static-content {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 12%;
    color: #ffd200;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    font-family: "Montserrat", sans-serif;
}

    .widget-estate-browse-single-location .static-content h5 {
        text-transform: none;
        font-size: 36px;
        font-weight: 600;
        margin: 0;
    }

        .widget-estate-browse-single-location .static-content h5 a {
            color: #fff;
        }

            .widget-estate-browse-single-location .static-content h5 a:hover {
                color: #ffd200;
            }

.widget-estate-browse-single-location .property-category-image img {
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.overlap-carousel-property .owl-carousel-play .carousel-controls {
    position: static;
}

.overlap-carousel-property .owl-carousel-play .carousel-control {
    left: 18%;
    position: absolute;
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
}

    .overlap-carousel-property .owl-carousel-play .carousel-control:hover {
        border-color: #ffd200;
        color: #ffd200;
    }

    .overlap-carousel-property .owl-carousel-play .carousel-control.right {
        left: auto;
        right: 18%;
    }

@media (max-width: 768px) {
    .overlap-carousel-property .owl-carousel-play .carousel-control {
        left: 0px;
    }

        .overlap-carousel-property .owl-carousel-play .carousel-control.right {
            right: 0;
        }
}

.overlap-carousel-property .owl-carousel .owl-item .item {
    padding: 0 2px;
}

.overlap-carousel-property .opalestate-rows {
    margin: 0 -25%;
    overflow: hidden;
}

    .overlap-carousel-property .opalestate-rows article {
        border: none;
    }

        .overlap-carousel-property .opalestate-rows article .entry-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: transparent;
            padding: 15% 50px 50px;
        }

@media (max-width: 1199px) {
    .overlap-carousel-property .opalestate-rows article .entry-content {
        padding: 20px;
    }
}

.overlap-carousel-property .opalestate-rows article .property-price-wrapper {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .overlap-carousel-property .opalestate-rows article .property-price-wrapper {
        margin-bottom: 15px;
    }
}

.overlap-carousel-property .opalestate-rows article .property-price-wrapper .property-price {
    display: inline-block;
    background-color: #ffd200;
    color: #fff;
    padding: 0 15px;
    position: static;
}

.overlap-carousel-property .opalestate-rows article .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}

    .overlap-carousel-property .opalestate-rows article .entry-title a {
        color: #fff;
    }

        .overlap-carousel-property .opalestate-rows article .entry-title a:hover {
            color: #ffd200;
        }

@media (max-width: 767px) {
    .overlap-carousel-property .opalestate-rows article .entry-title {
        font-size: 16px;
    }
}

.overlap-carousel-property .opalestate-rows article .property-meta-list {
    border: none;
    background-color: transparent;
    margin: 0 -8px;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #b7b7b7;
}

    .overlap-carousel-property .opalestate-rows article .property-meta-list li {
        width: auto;
        min-width: 85px;
    }

@media (max-width: 767px) {
    .overlap-carousel-property .opalestate-rows article .property-meta-list li {
        min-width: 10px;
    }
}

.overlap-carousel-property .opalestate-rows article .property-meta-list i:before {
    font-weight: 400;
}

.overlap-carousel-property .opalestate-rows article .property-box-image:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
    width: 100%;
    height: 100%;
}

.overlap-carousel-property .opalestate-rows article:hover .property-box-image:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

@media (max-width: 768px) {
    .overlap-carousel-property .opalestate-rows {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .overlap-carousel-property .opalestate-rows article .property-price-wrapper {
        margin-bottom: 5px;
    }

        .overlap-carousel-property .opalestate-rows article .property-price-wrapper .property-price {
            color: #ffd200;
            padding: 0;
            background-color: transparent;
            font-size: 14px;
        }

    .overlap-carousel-property .opalestate-rows article .entry-title {
        font-size: 14px;
    }

    .overlap-carousel-property .opalestate-rows article .entry-content {
        padding: 10px 15px;
    }
}

.opalesate-agent-grid-v2.opalestate-rows article {
    border: none;
}

    .opalesate-agent-grid-v2.opalestate-rows article .agent-body {
        padding: 25px 0 0;
    }

    .opalesate-agent-grid-v2.opalestate-rows article .agent-box-title {
        font-size: 24px;
        text-transform: uppercase;
        margin: 0;
    }

    .opalesate-agent-grid-v2.opalestate-rows article .agent-box-image {
        border-radius: 0;
    }

    .opalesate-agent-grid-v2.opalestate-rows article .property-label {
        left: 10px;
        border-top-color: #ffa179;
    }

    .opalesate-agent-grid-v2.opalestate-rows article .agent-s4 .property-label {
        left: 0;
    }

    .opalesate-agent-grid-v2.opalestate-rows article .agent-s5 {
        text-align: center;
    }

        .opalesate-agent-grid-v2.opalestate-rows article .agent-s5 .team-header {
            margin: 0;
        }

            .opalesate-agent-grid-v2.opalestate-rows article .agent-s5 .team-header > div {
                padding: 0;
            }

        .opalesate-agent-grid-v2.opalestate-rows article .agent-s5 .agent-box-image {
            border-radius: 50%;
        }

            .opalesate-agent-grid-v2.opalestate-rows article .agent-s5 .agent-box-image img {
                width: 100%;
            }

        .opalesate-agent-grid-v2.opalestate-rows article .agent-s5 .property-label {
            background-color: #ffd200;
            line-height: 30px;
            left: 0px;
            border: none;
            top: 50%;
            margin-top: -15px;
            width: 30px;
            height: 30px;
        }

            .opalesate-agent-grid-v2.opalestate-rows article .agent-s5 .property-label i {
                position: static;
            }

@media (max-width: 768px) {
    .opalesate-agent-grid-v2.opalestate-rows article .agent-box-image img {
        width: 100%;
    }
}

.opalesate-properties-carousel {
    margin-left: -15px;
    margin-right: -15px;
}

.opalesate-recent-property .carousel-controls {
    position: absolute;
    right: 15px;
    top: -80px;
}

.opalesate-recent-property .carousel-control {
    position: static;
    display: inline-block;
}

/***********************************
 * Single Property Page
 ***********************************/
.property-information ul.list-info {
    padding: 0;
    margin: 0;
}

    .property-information ul.list-info li {
        border-top: 1px solid #ebebeb;
        padding: 8px 0;
        overflow: hidden;
        font-family: "Montserrat", sans-serif;
        line-height: 30px;
        font-size: 14px;
    }

        .property-information ul.list-info li span:first-child {
            float: left;
            margin-right: 10px;
            border-right: 1px solid #ebebeb;
            font-weight: 700;
            width: 140px;
        }

        .property-information ul.list-info li.property-label-address {
            display: none;
        }

        .property-information ul.list-info li:first-child {
            border-top: none;
        }

@media screen and (max-width: 1023px) {
    .property-information ul.list-info {
        margin-bottom: 20px;
    }
}

.single-opalestate_property .single-opalestate-container > article header {
    background-image: url("../images/dot-bg.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.single-opalestate_property .single-opalestate-container > article .property-preview .owl-controls {
    display: none !important;
}

.single-opalestate-container > article header .col-lg-2 {
    text-align: right;
}

.single-opalestate-container > article .print-button,
.single-opalestate-container > article .favorite-button {
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 10px;
}

    .single-opalestate-container > article i.property-toggle-favorite,
    .single-opalestate-container > article .print-button a {
        color: #cdcdcd;
    }

.single-opalestate-container > article .entry-title {
    font-size: 30px;
    margin: 0 15px 0 0;
}

@media (max-width: 767px) {
    .single-opalestate-container > article .entry-title {
        margin-top: 10px;
    }
}

@media screen and (max-width: 479px) {
    .single-opalestate-container > article .entry-title {
        font-size: 24px;
    }
}

.single-opalestate-container > article .property-address {
    font-size: 16px;
    color: #000;
}

    .single-opalestate-container > article .property-address > .pull-left {
        margin-right: 20px;
    }

    .single-opalestate-container > article .property-address span {
        color: #cdcdcd;
    }

        .single-opalestate-container > article .property-address span.property-view-map {
            margin: 0 10px 0 0;
        }

            .single-opalestate-container > article .property-address span.property-view-map a {
                color: #cdcdcd;
            }

                .single-opalestate-container > article .property-address span.property-view-map a:hover {
                    color: #ffd200;
                }

.single-opalestate-container > article .property-price {
    color: #ffd200;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-align: right;
    font-family: "Montserrat", sans-serif;
}

    .single-opalestate-container > article .property-price .property-price-label {
        font-weight: 500;
        font-size: 14px;
        color: #cdcdcd;
    }

    .single-opalestate-container > article .property-price span {
        line-height: 1;
        color: #CC0000;
    }

@media (max-width: 767px) {
    .single-opalestate-container > article .property-price {
        text-align: left;
        margin-top: 10px;
    }
}

.single-opalestate-container > article .address-price-box {
    margin-bottom: 25px;
    margin-top: 20px;
}

.single-opalestate-container > article span.property-label {
    border-radius: 0;
    position: absolute;
    top: 0px;
    left: -15px;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border-opposite-position(bottom): 60px solid #fabd47;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-left-width: 0;
    border-top-width: 40px;
}

    .single-opalestate-container > article span.property-label i {
        position: absolute;
        z-index: 1;
        color: #FFF;
        top: -35px;
        left: 7px;
        font-size: 14px;;
    }

.single-opalestate-container > article .property-status {
    margin-top: 8px;
}

.single-opalestate-container > article .property-meta {
    margin-bottom: 35px;
    overflow: hidden;
    background-color: #fafafa;
    border-top: 1px solid #ebebeb;
    padding: 10px 20px;
    font-size: 11px;
}

    .single-opalestate-container > article .property-meta .property-meta-list {
        margin: 0 -10px;
    }

        .single-opalestate-container > article .property-meta .property-meta-list > li {
            padding: 0 10px;
            line-height: 25px;
        }

            .single-opalestate-container > article .property-meta .property-meta-list > li i {
                margin-right: 10px;
            }

        .single-opalestate-container > article .property-meta .property-meta-list span {
            font-size: 14px;;
            color: #000;
            font-weight: 500;
            font-family: "Montserrat", sans-serif;
        }

            .single-opalestate-container > article .property-meta .property-meta-list span.label-property {
                display: block;
                font-size: 14px;
                text-transform: uppercase;
                color: #b7b7b7;
                line-height: 1;
            }

    .single-opalestate-container > article .property-meta .property-date {
        text-align: right;
        margin-top: 10px;
    }

        .single-opalestate-container > article .property-meta .property-date span:first-child:before {
            content: "*";
            margin-right: 5px;
            color: #ffa179;
        }

@media (max-width: 767px) {
    .single-opalestate-container > article .property-meta .property-date {
        text-align: left;
    }
}

.single-opalestate-container > article .entry-summary .wpb-container.vc_row .container {
    width: 100%;
}

.single-opalestate-container > article .box-heading {
    margin: 0 0 20px;
    font-size: 16px;
    background-image: url("../images/dot-bg.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
    padding-bottom: 20px;
}

.single-opalestate-container .tooltip.top .tooltip-arrow,
.single-opalestate-container .tooltip.top-left .tooltip-arrow,
.single-opalestate-container .tooltip.top-right .tooltip-arrow {
    border-top-color: #8ac842;
}

.single-opalestate-container .tooltip.right .tooltip-arrow {
    border-right-color: #8ac842;
}

.single-opalestate-container .tooltip.left .tooltip-arrow {
    border-left-color: #8ac842;
}

.single-opalestate-container .tooltip.bottom .tooltip-arrow,
.single-opalestate-container .tooltip.bottom-left .tooltip-arrow,
.single-opalestate-container .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #8ac842;
}

.content-bottom h6 {
    text-transform: uppercase;
    margin-right: 10px;
}

.property-same-agent-section .opalestate_property .property-list-style-v2 {
    margin-bottom: 0;
}

.property-same-agent-section .opalestate_property .property-meta-list > li {
    padding-left: 5px;
    padding-right: 5px;
}

.property-same-agent-section .opalestate-rows article .property-list-style-v2 {
    border-bottom: none;
}

.google-map-tabs h3.box-heading {
    margin: 0 0 20px;
}

.google-map-tabs .nav.nav-tabs > li > a {
    border: none !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF !important;
    text-align: center;
    background-color: #233354 !important;
    padding: 0;
    margin: 0;
}

    .google-map-tabs .nav.nav-tabs > li > a span {
        display: none;
    }

    .google-map-tabs .nav.nav-tabs > li > a:after {
        content: none;
    }

.google-map-tabs .nav.nav-tabs > li.active > a {
    background-color: #ffd200 !important;
}

.google-map-tabs .tab-content {
    border: none;
    padding: 0;
    margin: 0;
}

.property-button-edit {
    position: absolute;
    right: -30px;
    top: -25px;
    z-index: 1;
    background-color: #000;
    font-size: 14px;;
    padding: 2px 10px;
    text-transform: uppercase;
}

    .property-button-edit a {
        color: #FFF;
    }

.property-map-section {
    position: relative;
}

    .property-map-section #property-search-places {
        bottom: 25px;
        left: 10px;
        position: absolute;
        z-index: 1;
    }

        .property-map-section #property-search-places .btn-map-search {
            cursor: pointer;
            background-color: #FFF;
            text-align: center;
            width: 40px;
            height: 40px;
            position: relative;
        }

            .property-map-section #property-search-places .btn-map-search i {
                display: block;
                line-height: 40px;
            }

                .property-map-section #property-search-places .btn-map-search i.fa-hospital-o {
                    color: #b3e180;
                }

                .property-map-section #property-search-places .btn-map-search i.fa-plus-square {
                    color: #ec8f73;
                }

                .property-map-section #property-search-places .btn-map-search i.fa-graduation-cap {
                    color: #8fbfe4;
                }

                .property-map-section #property-search-places .btn-map-search i.fa-shopping-basket {
                    color: #9d4cfa;
                }

                .property-map-section #property-search-places .btn-map-search i.fa-subway {
                    color: #fabd47;
                }

                .property-map-section #property-search-places .btn-map-search i.fa-bank {
                    color: #6eadfb;
                }

            .property-map-section #property-search-places .btn-map-search em {
                background: #ffd200;
                margin-left: 10px;
                font-size: 14px;
                color: #FFF;
                padding: 1px 3px;
            }

            .property-map-section #property-search-places .btn-map-search span {
                width: 0;
                display: block;
                visibility: hidden;
                -webkit-transition: 0.35s;
                -o-transition: 0.35s;
                transition: 0.35s;
                position: absolute;
                left: 50%;
                top: 0;
                background-color: #FFF;
                line-height: 40px;
                padding: 0 10px;
                z-index: -1;
                opacity: 0;
                filter: alpha(opacity=0);
                font-family: "Montserrat", sans-serif;
                font-size: 14px;;
            }

            .property-map-section #property-search-places .btn-map-search:hover span, .property-map-section #property-search-places .btn-map-search.active span {
                visibility: visible;
                width: auto;
                left: 100%;
                z-index: 1;
                opacity: 1;
                filter: alpha(opacity=100);
            }

/**************************************
 * Archive Agent page
 *************************************/
.opalestate_agent {
    background-color: #FFF;
}

    .opalestate_agent.agent-grid-style {
        margin-bottom: 30px;
    }

    .opalestate_agent .agent-box-title {
        font-size: 14px;
        font-weight: 500 !important;
        margin: 15px 0 0;
    }

    .opalestate_agent .agent-job {
        font-size: 14px;
        color: #b7b7b7;
        font-weight: 500;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
    }

    .opalestate_agent .agent-info {
        padding: 15px 0 5px;
        color: #808080;
    }

@media (max-width: 992px) {
    .opalestate_agent .agent-info {
        padding: 0;
    }
}

.opalestate_agent .more-link {
    font-size: 14px;;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

    .opalestate_agent .more-link i {
        margin-left: 10px;
    }

.opalestate_agent .bo-social-icons {
    margin: 0 -3px;
}

    .opalestate_agent .bo-social-icons [class^="bo-social-"] {
        margin: 0 3px;
        border-color: #999999;
    }

        .opalestate_agent .bo-social-icons [class^="bo-social-"] i {
            color: #999999;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .opalestate_agent .bo-social-icons [class^="bo-social-"]:hover {
            border-color: #ffd200;
        }

            .opalestate_agent .bo-social-icons [class^="bo-social-"]:hover i {
                color: #ffd200;
            }

.opalestate_agent .pbr-social-share .bo-social-icons [class^="bo-social-"] i {
    color: #fff;
}

    .opalestate_agent .pbr-social-share .bo-social-icons [class^="bo-social-"] i:hover {
        color: #ffd200;
    }

.opalestate_agent .post-thumbnail img {
    width: 100%;
}

.opalestate_agent .agent-google-map-content {
    margin-bottom: 30px;
}

    .opalestate_agent .agent-google-map-content > p {
        margin-bottom: 15px;
        font-size: 14px;
    }

.opalestate_agent .team-header {
    position: relative;
}

    .opalestate_agent .team-header .agent-levels {
        left: 30px;
    }

.opalestate_agent .agent-box-image {
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .opalestate_agent .agent-box-image {
        border-radius: 0;
    }
}

@media screen and (max-width: 480px) {
    .opalestate_agent .agent-box-image img {
        width: 100%;
    }
}

.opalestate_agent .agent-footer {
    position: relative;
}

    .opalestate_agent .agent-footer .property-label {
        border-radius: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #ffa179;
    }

        .opalestate_agent .agent-footer .property-label i {
            font-size: 14px;;
        }

.opalestate_agent .agent-s2 .team-header {
    margin-left: 0;
    margin-right: 0;
}

    .opalestate_agent .agent-s2 .team-header > div {
        padding-left: 0;
        padding-right: 0;
    }

.opalestate_agent .agent-s2 .agent-box-image {
    border-radius: 0;
}

.opalestate_agent .agent-s2 .agent-body {
    padding: 25px 0 0;
    border-bottom: none;
}

.opalestate_agent .agent-s2 .agent-box-title {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.opalestate_agent .agent-s2 .agent-info {
    padding: 0;
    color: #acacac;
}

.opalestate_agent .agent-s3 .team-header {
    margin-left: 0;
    margin-right: 0;
}

    .opalestate_agent .agent-s3 .team-header > div {
        padding-left: 0;
        padding-right: 0;
    }

.opalestate_agent .agent-s3 .agent-body {
    padding: 25px 0 0;
    border-bottom: none;
}

.opalestate_agent .agent-s3 .agent-box-title {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.opalestate_agent .agent-s3 .agent-info {
    padding: 0;
    color: #acacac;
}

.opalestate_agent .agent-s3 .property-label {
    background-color: #ffd200;
    line-height: 30px;
    left: 0px;
    border: none;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}

    .opalestate_agent .agent-s3 .property-label i {
        position: static;
    }

.opalestate_agent .team-v2 .agent-box-image {
    border-radius: 0;
}

.opalestate_agent .entry-content {
    margin-bottom: 25px;
}

.post-type-archive-opalestate_agent .opalestate_agent .agent-box-image {
    border-radius: 0;
}

    .post-type-archive-opalestate_agent .opalestate_agent .agent-box-image img {
        width: 100%;
    }

/**************************************
 * Single Agent page
 *************************************/
.agent-box {
    overflow: hidden;
}

    .agent-box .agent-box-meta .agent-box-title {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
        margin: 0 0 5px;
    }

@media screen and (max-width: 799px) {
    .agent-box .agent-box-meta .agent-box-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .agent-box .agent-box-meta .agent-box-title {
        margin-top: 15px;
    }
}

.agent-box .agent-box-meta .agent-job {
    font-size: 14px;;
    color: #bbb;
}

.agent-box .agent-box-meta > div {
    margin-bottom: 13px;
    font-size: 14px;
}

    .agent-box .agent-box-meta > div a {
        color: #999999;
    }

        .agent-box .agent-box-meta > div a:hover {
            color: #ffd200;
        }

    .agent-box .agent-box-meta > div span {
        margin-left: 5px;
    }

.agent-box .agent-box-bio {
    clear: both;
}

.agent-box .agent-preview .team-header .property-label {
    left: 15px;
}

.agent-box .agent-preview .team-header .agent-levels {
    left: 45px;
}

@media (max-width: 480px) {
    .agent-box .agent-preview .team-header img {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .agent-box {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .agent-box .agent-box-image {
        margin-bottom: 20px;
    }
}

body.author .agent-box {
    margin-bottom: 20px;
}

body.author .agent-box-bio {
    line-height: 26px;
}

.opalestate_agent .agent-box {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .opalestate_agent .agent-box .agent-box-image {
        margin-bottom: 20px;
    }
}

.opalestate_agent .agent-contact {
    background-color: #ffffff;
    padding: 25px 30px 30px;
}

    .opalestate_agent .agent-contact label {
        font-size: 14px;
    }

    .opalestate_agent .agent-contact .btn {
        font-size: 14px;;
        text-transform: uppercase;
        font-weight: 900;
        padding: 5px 20px 7px;
    }

.opalestate_agent .agent-box-meta > div.agent-box-position {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;;
    margin-bottom: 13px;
}

.opalestate_agent .agent-box-meta > div a {
    color: #808080;
}

    .opalestate_agent .agent-box-meta > div a:hover {
        color: #ffd200;
    }

.opalestate_agent .agent-box-meta > div i {
    color: #808080;
}

.opalestate_agent .agent-box-meta > div.agent-box-phone {
    color: #ffd200;
}

.agent-contact-form-container > h3 {
    display: none;
}

.agent-contact-form-container button {
    font-size: 14px;;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 0;
}

.agent-contact-form-container textarea.form-control {
    min-height: 125px;
}

.property-agent-section {
    margin-bottom: 30px;
}

.property-same-agent-section {
    margin-bottom: 0px;
    margin-top: 25px;
}

/**************************************
 * Find Agent page
 *************************************/
.search-agents-wrap .opalestate-search-agents-form {
    margin: 0 0 80px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: 1px solid #ebebeb;
}

.opalestate-search-agents-form {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 15px 15px;
}

    .opalestate-search-agents-form .search-agent-title {
        display: block !important;
        color: #FFF;
        font-size: 18px;
        margin-bottom: 5px;
        font-family: "Montserrat", sans-serif;
    }

@media (max-width: 991px) {
    .opalestate-search-agents-form .search-agent-title {
        color: #000;
    }
}

.opalestate-search-agents-form select {
    background-color: #fff;
    height: 45px;
    line-height: 31px;
    border: 2px solid #dedede;
    color: #acacac;
    font-size: 14px;
}

.opalestate-search-agents-form .btn-search {
    font-size: 14px;;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
}

    .opalestate-search-agents-form .btn-search i {
        margin-right: 10px;
    }

@media screen and (max-width: 979px) {
    .opalestate-search-agents-form .btn-search i {
        display: none;
    }
}

.opalestate-search-agents-form .noUi-handle {
    background-color: #ffd200;
}

.opalestate-search-agents-form .noUi-background {
    border-radius: 0;
    background: #efefef;
}

.opalestate-search-agents-form .opal-slide-ranger label {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    font-size: 11px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .opalestate-search-agents-form .opal-slide-ranger label {
        color: #000;
    }
}

@media (max-width: 767px) {
    .opalestate-search-agents-form .opal-slide-ranger {
        margin-bottom: 20px;
    }
}

.opalestate-search-agents-form .form-control {
    height: 45px;
    color: #acacac;
    font-size: 14px;
    border: 2px solid #dedede;
    line-height: 31px;
    background-color: #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .opalestate-search-agents-form .form-control {
        margin-bottom: 10px;
    }
}

.opalestate-search-agents-form .opal-row:last-child .col-md-3:after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #ffd200;
    right: 30px;
    top: 12px;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    font-size: 14px;
}

.opalestate-search-agents-form .opal-row:last-child > div:first-child.col-md-4:after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #ffd200;
    right: 30px;
    top: 12px;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    font-size: 14px;
}

.post-type-archive-opalestate_office .opalestate-search-agents-form .search-agent-title,
.post-type-archive-opalestate_office .opalestate-search-agents-form .opal-slide-ranger label,
.search-agents-wrap .opalestate-search-agents-form .search-agent-title,
.search-agents-wrap .opalestate-search-agents-form .opal-slide-ranger label {
    color: #000;
}

.team-header {
    position: relative;
}

    .team-header .agent-levels {
        position: absolute;
        background-color: #ffd200;
        color: #000;
        margin: 0;
        padding: 0;
        bottom: 0;
        left: 45px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        line-height: 24px;
        padding: 0 10px;
    }

        .team-header .agent-levels li {
            list-style: none;
        }

    .team-header .property-label {
        border-radius: 0;
        position: absolute;
        top: 0;
        left: 0px;
        position: absolute;
        width: 0;
        height: 0;
        content: '';
        z-index: 2;
        border-opposite-position(bottom): 60px solid #fabd47;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-left-width: 0;
        border-top: solid #fabd47 40px;
    }

        .team-header .property-label i {
            position: absolute;
            z-index: 1;
            color: #FFF;
            top: -35px;
            left: 7px;
            font-size: 14px;;
        }

/*********************************************
 *  Office page and style
 **********************************************/
.office-grid-style {
    background: #FFF;
    margin-bottom: 30px;
}

    .office-grid-style .office-header {
        position: relative;
    }

@media (max-width: 767px) {
    .office-grid-style .office-header .agent-box-image img {
        width: 100%;
    }
}

.office-grid-style .office-body-content {
    padding: 30px 30px 10px;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
}

    .office-grid-style .office-body-content .office-logo {
        float: left;
        margin-right: 20px;
        max-width: 50px;
    }

    .office-grid-style .office-body-content .office-content {
        overflow: hidden;
        font-size: 14px;
        color: #999999;
    }

@media screen and (max-width: 479px) {
    .office-grid-style .office-body-content {
        padding: 20px 20px 5px;
    }
}

.office-grid-style .office-box-meta {
    padding: 20px 30px 25px;
    font-size: 14px;
    border: solid 1px #ebebeb;
}

    .office-grid-style .office-box-meta .office-box-email {
        margin-bottom: 10px;
    }

    .office-grid-style .office-box-meta i {
        min-width: 20px;
    }

    .office-grid-style .office-box-meta a {
        color: #808080;
    }

        .office-grid-style .office-box-meta a:hover {
            color: #ffd200;
        }

@media screen and (max-width: 479px) {
    .office-grid-style .office-box-meta {
        padding: 10px 20px 15px;
    }
}

.office-grid-style .office-box-title {
    font-weight: 400;
    margin-top: 0;
}

.office-grid-style .property-label {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0px;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border-opposite-position(bottom): 60px solid #fabd47;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-left-width: 0;
    border-top-width: 40px;
}

    .office-grid-style .property-label i {
        position: absolute;
        z-index: 1;
        color: #FFF;
        top: -35px;
        left: 7px;
        font-size: 14px;;
    }

.office-grid-style .author-link span {
    display: none;
}

.post-type-archive-opalestate_office .page-title {
    display: none;
}

.single-opalestate_office .single-opalestate-container > article .property-label {
    left: 0;
    top: 0px;
}

.single-opalestate_office .office-thumb img {
    width: 100%;
}

.single-opalestate_office .entry-content {
    margin: 25px 0;
}

.single-opalestate_office .content-bottom {
    margin-bottom: 30px;
}

.single-opalestate_office .office-address-map {
    border-top: none;
}

    .single-opalestate_office .office-address-map p {
        padding-left: 20px;
        font-size: 14px;
        color: #666;
    }

        .single-opalestate_office .office-address-map p i {
            margin: 0 5px 0 -18px;
            color: #999999;
        }

        .single-opalestate_office .office-address-map p span {
            text-transform: uppercase;
            color: #999999;
        }

    .single-opalestate_office .office-address-map #property-map {
        margin-top: 20px;
    }

.single-opalestate_office .office-contact-form-container > h3 {
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}

    .single-opalestate_office .office-contact-form-container > h3:after {
        background-color: #ffd200;
        content: "";
        position: absolute;
        height: 1px;
        width: 40px;
        bottom: 0;
        left: 0px;
    }

.office-tabs .nav.nav-tabs {
    border: 1px solid #ebebeb;
}

    .office-tabs .nav.nav-tabs > li > a {
        margin: 0;
        border-color: #ebebeb;
        border-width: 0 1px 0 0;
        font-size: 14px;
        color: #999999;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        padding: 15px 32px;
    }

        .office-tabs .nav.nav-tabs > li > a:after {
            background-color: #FFF;
        }

@media (max-width: 767px) {
    .office-tabs .nav.nav-tabs > li > a {
        font-size: 14px;;
        padding: 10px 15px;
    }
}

.office-tabs .nav.nav-tabs > li.active > a, .office-tabs .nav.nav-tabs > li:hover > a {
    border-color: #ebebeb;
    border-width: 0 1px 0 0;
    color: #000000;
}

.office-tabs .tab-content {
    border: 1px solid #ebebeb;
    border-top: none;
    margin: 0;
}

    .office-tabs .tab-content .opalestate-box {
        border-top: none;
        margin: 0 -30px;
        padding: 0;
    }

    .office-tabs .tab-content .property-office-section {
        margin: -30px -30px -31px;
    }

    .office-tabs .tab-content .opalesate-agents {
        margin: 0;
    }

@media (max-width: 480px) {
    .office-tabs .tab-content .opalesate-agents .agent-box-image img {
        width: 100%;
    }
}

.office-tabs .team-v1 .team-body {
    border-bottom: none;
    padding: 10px 0 0;
}

.office-tabs .team-v1 .team-info {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .office-tabs {
        margin-bottom: 30px;
    }
}

.single-opalestate-container > article .property-office-section > h3 {
    display: none;
}

.single-opalestate-container > article .property-office-section .opalestate-rows article {
    margin-bottom: 0;
}

.single-opalestate-container > article .property-office-section ul.property-meta-list .label-property {
    display: none !important;
}

.single-opalestate-container > article .property-office-section .property-meta-list {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

    .single-opalestate-container > article .property-office-section .property-meta-list i:before {
        color: #000;
    }

.single-opalestate-container > article .property-office-section .property-list .abs-col-item::after {
    content: none;
}

.single-opalestate-container > article .property-office-section .abs-col-item {
    border-width: 0 0 1px;
    padding: 20px 30px 0px 30px;
}

.single-opalestate-container > article .property-office-section .entry-content {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

@media (max-width: 767px) {
    .single-opalestate-container > article .property-office-section .entry-content {
        padding-bottom: 20px;
    }

        .single-opalestate-container > article .property-office-section .entry-content .property-abs-bottom {
            margin-top: 0;
        }

            .single-opalestate-container > article .property-office-section .entry-content .property-abs-bottom .entry-content-bottom {
                padding-top: 15px;
            }
}

.single-opalestate-container > article .property-office-section .entry-title {
    font-size: 18px;
    margin: 0 0 15px;
}

.single-opalestate-container > article .property-office-section .property-status {
    margin-top: 0;
}

.single-opalestate-container > article .property-office-section .property-address {
    font-style: italic;
    margin-bottom: 20px;
}

.single-opalestate-container > article .property-office-section .property-meta {
    margin-bottom: 0;
    padding: 15px;
    background-color: rgba(255, 210, 0, 0.8);
    border-top: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: visible;
}

.single-opalestate-container > article .property-office-section .property-meta-bottom {
    border-bottom: none;
    display: none;
}

.single-opalestate-container > article .property-office-section .entry-content-bottom {
    padding: 30px 0 0;
    border: none;
}

.single-opalestate-container > article .property-office-section .property-price {
    background-color: transparent;
    color: #000;
    padding: 0;
    position: static;
    text-align: left;
}

.single-opalestate-container > article .property-office-section .tooltip.top .tooltip-arrow,
.single-opalestate-container > article .property-office-section .tooltip.top-left .tooltip-arrow,
.single-opalestate-container > article .property-office-section .tooltip.top-right .tooltip-arrow {
    border-top-color: #8ac842;
}

.single-opalestate-container > article .property-office-section .tooltip.right .tooltip-arrow {
    border-right-color: #8ac842;
}

.single-opalestate-container > article .property-office-section .tooltip.left .tooltip-arrow {
    border-left-color: #8ac842;
}

.single-opalestate-container > article .property-office-section .tooltip.bottom .tooltip-arrow,
.single-opalestate-container > article .property-office-section .tooltip.bottom-left .tooltip-arrow,
.single-opalestate-container > article .property-office-section .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #8ac842;
}

@media (max-width: 767px) {
    #office-team article {
        margin-bottom: 30px;
    }
}

.opalestate-load-more {
    margin: 30px 0;
}

/**************************************
 * Shortcodes Styles
 *************************************/
.search-properies-form {
    background-color: #fff;
    color: #acacac;
    padding: 30px 30px 20px;
    position: relative;
    z-index: 1;
}

    .search-properies-form .form-group {
        margin-bottom: 20px;
    }

    .search-properies-form .btn-search {
        padding: 30px 10px;
        width: 100%;
        display: block;
        text-transform: uppercase;
        border-radius: 0;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        margin-top: 27px;
        position: relative;
    }

        .search-properies-form .btn-search:after {
            font-family: 'FontAwesome';
            content: "\f002";
            display: block;
            margin-top: 8px;
        }

@media screen and (max-width: 767px) {
    .search-properies-form .btn-search {
        width: 100%;
        padding: 15px;
    }
}

.search-properies-form ul.list-property-status {
    padding: 0;
    margin: 0 0 -1px;
}

    .search-properies-form ul.list-property-status li {
        cursor: pointer;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
        line-height: 28px;
        margin: 0;
        float: none;
        font-family: "Montserrat", sans-serif;
    }

        .search-properies-form ul.list-property-status li > span {
            padding: 0 10px 0 12px;
            border-left: 1px solid #ebebeb;
        }

        .search-properies-form ul.list-property-status li.active {
            color: #000;
        }

        .search-properies-form ul.list-property-status li:first-child > span {
            border: none;
        }

        .search-properies-form ul.list-property-status li:last-child > span {
            padding-right: 0;
        }

.search-properies-form ul.list-inline {
    padding: 0;
    margin: 0 0 15px;
    text-align: right;
}

    .search-properies-form ul.list-inline li {
        position: relative;
        font-size: 16px;
        padding: 0;
        line-height: 1;
        margin: 0;
    }

.search-properies-form h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width: 979px) {
    .search-properies-form h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .search-properies-form h3 {
        display: none;
    }
}

.search-properies-form #opalestate-search-form .opal-row,
.search-properies-form .opalestate-search-form .opal-row {
    margin-left: -7px;
    margin-right: -7px;
}

    .search-properies-form #opalestate-search-form .opal-row > div,
    .search-properies-form .opalestate-search-form .opal-row > div {
        padding-left: 7px;
        padding-right: 7px;
        /* The CSS For Select Dropdown */
        /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
    }

        .search-properies-form #opalestate-search-form .opal-row > div > select,
        .search-properies-form .opalestate-search-form .opal-row > div > select {
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
        }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .search-properies-form #opalestate-search-form .opal-row > div > select,
    .search-properies-form .opalestate-search-form .opal-row > div > select {
        padding-right: 18px;
    }
}

.search-properies-form #opalestate-search-form .opal-row > div > label,
.search-properies-form .opalestate-search-form .opal-row > div > label {
    position: relative;
}

    .search-properies-form #opalestate-search-form .opal-row > div > label:after,
    .search-properies-form .opalestate-search-form .opal-row > div > label:after {
        font-family: 'FontAwesome';
        content: "\f078";
        color: #ffd200;
        right: 10px;
        top: 35px;
        z-index: 1;
        position: absolute;
        pointer-events: none;
    }

.search-properies-form #opalestate-search-form .opal-row > div > .form-group:first-child > label:after,
.search-properies-form .opalestate-search-form .opal-row > div > .form-group:first-child > label:after {
    content: none;
}

.search-properies-form #opalestate-search-form > .row:first-child,
.search-properies-form .opalestate-search-form > .row:first-child {
    background-image: url("../images/dot-bg.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
    margin: 0 0 20px;
}

    .search-properies-form #opalestate-search-form > .row:first-child > div,
    .search-properies-form .opalestate-search-form > .row:first-child > div {
        padding: 0;
    }

.search-properies-form label {
    font-size: 11px;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px;
    display: block;
}

@media screen and (max-width: 1200px) {
    .search-properies-form label {
        margin-bottom: 5px;
    }
}

.search-properies-form .opal-slide-ranger label {
    margin-bottom: 9px;
}

.search-properies-form .form-group > label {
    position: relative;
}

    .search-properies-form .form-group > label:after {
        font-family: 'FontAwesome';
        content: "\f078";
        color: #ffd200;
        right: 10px;
        top: 35px;
        z-index: 1;
        position: absolute;
        pointer-events: none;
    }

@media screen and (max-width: 1200px) {
    .search-properies-form .form-group {
        margin-bottom: 10px;
    }
}

.search-properies-form .form-control {
    margin: 0 0 15px;
    border-radius: 0;
    height: 40px;
    padding: 0 12px;
    line-height: 26px;
    font-size: 14px;
    border: 2px solid #ebebeb;
}

.search-properies-form select.form-control {
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.search-properies-form .cost-price-content label,
.search-properies-form .area-range-content label {
    height: 31px;
}

@media screen and (max-width: 979px) {
    .search-properies-form .cost-price-content label,
    .search-properies-form .area-range-content label {
        height: auto;
    }
}

.search-properies-form .slide-ranger-bar {
    margin-top: 23px;
}

.search-properies-form #opalestate-search-form-v .slide-ranger-bar {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .search-properies-form {
        padding-bottom: 30px;
    }

        .search-properies-form .opal-slide-ranger {
            margin-bottom: 20px;
        }

        .search-properies-form .btn-search {
            margin-top: 0;
        }
}

.opalestate-search-properties-v {
    background-color: #fff;
}

    .opalestate-search-properties-v .search-properies-form {
        padding: 20px;
    }

        .opalestate-search-properties-v .search-properies-form ul.list-property-status li,
        .opalestate-search-properties-v .search-properies-form ul.list-inline li {
            font-size: 14px;
            padding: 10px;
        }

            .opalestate-search-properties-v .search-properies-form ul.list-property-status li:first-child > span,
            .opalestate-search-properties-v .search-properies-form ul.list-inline li:first-child > span {
                padding-left: 0;
                font-size: 16px;
                font-weight: 600;
                font-family: "Montserrat", sans-serif;
            }

@media screen and (max-width: 1200px) {
    .opalestate-search-properties-v .search-properies-form ul.list-property-status li,
    .opalestate-search-properties-v .search-properies-form ul.list-inline li {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 992px) {
    .opalestate-search-properties-v .search-properies-form ul.list-property-status li,
    .opalestate-search-properties-v .search-properies-form ul.list-inline li {
        padding: 5px 10px;
    }
}

.opalestate-search-properties-v .search-properies-form .btn-search {
    padding: 15px 30px;
}

    .opalestate-search-properties-v .search-properies-form .btn-search:before {
        font-family: 'FontAwesome';
        content: "\f002";
        margin-right: 10px;
    }

    .opalestate-search-properties-v .search-properies-form .btn-search:after {
        content: none;
    }

@media screen and (max-width: 1200px) {
    .opalestate-search-properties-v .search-properies-form .btn-search {
        padding: 10px 30px;
    }
}

.opalestate-search-properties-v .search-properies-form .opalestate-search-form > .row:first-child > div {
    padding: 0;
}

.sidebar .widget.widget_opalestate_search_properties_widget {
    padding: 30px 30px 10px;
    border: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form {
        padding: 0;
    }

        .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form .row:first-child {
            display: none;
        }

        .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline {
            display: none;
        }

            .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-property-status li,
            .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline li {
                font-size: 14px;
                padding: 10px 20px;
            }

@media screen and (max-width: 1200px) {
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-property-status li,
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline li {
        padding: 10px 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-property-status li,
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline li {
        padding: 5px 12px;
    }
}

.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form .btn-search {
    padding: 15px 30px;
}

.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form .opalestate-search-form > .row:first-child > div {
    padding: 0;
}

.sidebar .widget.widget_opalestate_search_properties_widget .widget-content {
    overflow: visible;
}

.btn-modal-locations {
    color: #acacac;
    font-size: 14px;
    line-height: 40px;
    border: 2px solid #dedede;
    border-right-width: 1px;
    border-right-color: #e1eef3;
    display: block;
    background-color: #FFF;
    position: relative;
    padding: 0 10px;
}

    .btn-modal-locations i {
        margin-right: 8px;
        font-size: 14px;
    }

    .btn-modal-locations:after {
        font-family: 'FontAwesome';
        content: "\f078";
        margin-left: 5px;
        font-size: 14px;
        float: right;
        color: #ffd200;
        margin-top: -1px;
    }

@media (max-width: 767px) {
    .btn-modal-locations {
        border-width: 2px;
        border-color: #dedede;
        margin-bottom: 10px;
    }
}

#modal-locations .modal-body {
    padding: 30px 35px;
}

    #modal-locations .modal-body .col-sm-12 > h3 {
        font-size: 30px;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    #modal-locations .modal-body .locations {
        margin-top: 10px;
    }

        #modal-locations .modal-body .locations > div {
            line-height: 26px;
        }

            #modal-locations .modal-body .locations > div a {
                font-size: 14px;
                font-weight: 700;
            }

    #modal-locations .modal-body .location-bottom {
        border-top: 1px solid #ebebeb;
        padding-top: 25px;
        margin: 20px 0 0;
    }

#modal-locations .close {
    background-color: #ffd200;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

    #modal-locations .close a {
        display: block;
        color: #FFF;
        position: relative;
        z-index: 1;
    }

.opalestate-search-location {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
}

.opalestate-quick-search-form .quick-search-places-form.row {
    margin-left: 0;
    margin-right: 0;
}

    .opalestate-quick-search-form .quick-search-places-form.row > div {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

@media screen and (max-width: 479px) {
    .opalestate-quick-search-form .quick-search-places-form.row > div {
        width: 100%;
    }
}

.opalestate-quick-search-form .quick-search-places-form.row .col-lg-3 .form-group {
    position: relative;
}

    .opalestate-quick-search-form .quick-search-places-form.row .col-lg-3 .form-group:after {
        font-family: 'FontAwesome';
        content: "\f078";
        color: #ffd200;
        right: 10px;
        top: 12px;
        z-index: 1;
        position: absolute;
        pointer-events: none;
        font-size: 14px;
    }

.opalestate-quick-search-form .quick-search-places-form.row input,
.opalestate-quick-search-form .quick-search-places-form.row select {
    border-style: solid;
    border-width: 2px 2px 2px 0;
    border-color: #dedede;
    background-color: #FFF;
    color: #acacac;
    font-size: 14px;
    border-radius: 0;
    height: 44px;
}

.opalestate-quick-search-form .quick-search-places-form.row select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-right-width: 1px;
    border-right-color: #e1eef3;
}

@media (max-width: 767px) {
    .opalestate-quick-search-form .quick-search-places-form.row select {
        border-left-width: 2px;
        border-left-color: #dedede;
    }
}

@media screen and (max-width: 479px) {
    .opalestate-quick-search-form .quick-search-places-form.row select {
        border-right-width: 2px;
        border-right-color: #dedede;
        margin-bottom: 10px;
    }
}

.opalestate-quick-search-form .quick-search-places-form.row input {
    padding-right: 56px;
}

@media screen and (max-width: 479px) {
    .opalestate-quick-search-form .quick-search-places-form.row input {
        border-left-width: 2px;
        border-left-color: #dedede;
    }
}

.opalestate-quick-search-form .quick-search-places-form.row .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    width: 44px;
    height: 44px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.opalestate-quick-search-form .quick-search-places-form.row .form-group {
    margin-bottom: 0;
}

.infoBox {
    position: relative;
}

    .infoBox > img {
        z-index: 99;
        margin: 0 !important;
        position: absolute !important;
        right: 0;
        top: 25px;
        background-color: #ffd200;
        padding: 13px;
    }

.map-info-preview {
    position: relative;
    padding: 30px 30px 25px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    max-width: 550px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .map-info-preview a img {
        max-width: 240px;
        width: 240px;
    }

    .map-info-preview .info-container {
        padding-left: 20px;
    }

        .map-info-preview .info-container .prop-title {
            text-transform: uppercase;
            font-size: 14px;
            margin: 15px 0 8px;
        }

        .map-info-preview .info-container p {
            line-height: 22px;
        }

            .map-info-preview .info-container p .price {
                font-family: "Montserrat", sans-serif;
                font-size: 14px;
            }

        .map-info-preview .info-container .prop-address {
            font-size: 14px;
            font-family: "Merriweather", serif;
        }

    .map-info-preview .property-meta-list {
        border-top: 1px solid #ebebeb;
        padding: 20px 30px 0;
        margin: 5px -30px 0;
        text-align: center;
    }

        .map-info-preview .property-meta-list > li {
            color: #999999;
            font-family: "Merriweather", serif;
            font-size: 14px;
            padding: 0;
            margin: 0 0 0 25px;
        }

            .map-info-preview .property-meta-list > li:first-child {
                margin-left: 0;
            }

            .map-info-preview .property-meta-list > li i {
                margin-right: 10px;
            }

                .map-info-preview .property-meta-list > li i:before {
                    color: #ccc;
                    font-size: 14px;
                }

            .map-info-preview .property-meta-list > li .label-property {
                display: inline;
                margin-left: 5px;
            }

    .map-info-preview .arrow-down {
        border-style: solid;
        border-width: 10px 10px 0;
        bottom: -13px;
        height: 0;
        left: 112px;
        position: absolute;
        width: 0;
        border-color: #ffd200;
        display: none;
    }

#opalestate-map-preview .cluster > div {
    line-height: 30px !important;
}

.opaleslate-archive-container .opalesate-archive-top {
    padding: 10px 20px;
}

.opaleslate-archive-container .opalestate-rows article .property-list-style-v2 .entry-summary > p {
    max-height: 160px;
    overflow: hidden;
}

/******************************************
 * Properties Search: NoResult
 ******************************************/
.opalesate-recent-property .page-title,
.page-template-page-property-search-results .page-title {
    margin-bottom: 15px;
}

.opalesate-recent-property .page-content .searchform,
.page-template-page-property-search-results .page-content .searchform {
    margin-top: 20px;
}

    .opalesate-recent-property .page-content .searchform .pbr-search input.form-control,
    .page-template-page-property-search-results .page-content .searchform .pbr-search input.form-control {
        width: 100%;
        position: static;
        padding: 0 15px;
        border-radius: 0 3px 3px 0;
    }

    .opalesate-recent-property .page-content .searchform .pbr-search .input-group-addon,
    .page-template-page-property-search-results .page-content .searchform .pbr-search .input-group-addon {
        background-color: #ffd200;
    }

.slider-property-featured .opalesate-recent-property .nothing-wrapper {
    background-color: #FFF;
    padding: 25px 30px 30px;
}

    .slider-property-featured .opalesate-recent-property .nothing-wrapper .page-content .searchform .pbr-search input.form-control {
        border: 1px solid #ebebeb;
    }

/******************************************
 * Ajax Map Search
 ******************************************/
.ajax-map-search {
    margin: 0 -15px;
    overflow: hidden;
}

    .ajax-map-search > div.row.opal-row {
        position: relative;
    }

        .ajax-map-search > div.row.opal-row > div:last-child {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
        }

@media screen and (max-width: 1200px) {
    .ajax-map-search > div.row.opal-row > div:last-child {
        position: relative;
        height: auto;
    }
}

.ajax-map-search #opalestate-map-preview {
    min-height: 100vh !important;
}

.ajax-search-form {
    background-color: #fff;
    padding: 23px 30px 0;
}

    .ajax-search-form .opalestate-popup {
        margin: 0px 0px 0px 15px;
    }

        .ajax-search-form .opalestate-popup .popup-head {
            line-height: 35px;
            color: #000;
            font-weight: 600;
            font-size: 14px;;
            text-transform: uppercase;
        }

            .ajax-search-form .opalestate-popup .popup-head > i {
                margin: 0 0 0 5px;
            }

                .ajax-search-form .opalestate-popup .popup-head > i:before {
                    content: "\f107";
                }

            .ajax-search-form .opalestate-popup .popup-head span i {
                margin: 0 5px 0 0;
            }

        .ajax-search-form .opalestate-popup .popup-body {
            top: 60px;
        }

@media (max-width: 767px) {
    .ajax-search-form .opalestate-popup .popup-body {
        top: 40px;
    }

        .ajax-search-form .opalestate-popup .popup-body:before {
            left: 20px;
        }
}

.ajax-search-form .opalestate-popup.active .popup-head > span {
    color: #ffd200;
}

.ajax-search-form .opalestate-popup.active .popup-head > i {
    color: #ffd200;
}

    .ajax-search-form .opalestate-popup.active .popup-head > i:before {
        content: "\f106";
    }

@media screen and (max-width: 479px) {
    .ajax-search-form .opalestate-popup {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .ajax-search-form #opalestate-search-form {
        margin-bottom: 10px;
    }
}

.ajax-search-form #opalestate-search-form .ajax-change:after {
    font-family: 'FontAwesome';
    content: "\f078";
    color: #ffd200;
    right: 30px;
    top: 8px;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    font-size: 14px;
}

.ajax-search-form select.form-control {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .ajax-search-form select.form-control {
        margin-bottom: 10px;
    }
}

.opalestate-more-search-form .opalestate-popup button {
    margin-top: 30px;
}

@media screen and (max-width: 479px) {
    .opalestate-more-search-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#opalesate-properties-ajax {
    margin: 0 0 0 30px;
    position: relative;
    padding: 0 30px 0 0;
    border-right: 1px solid #ebebeb;
}

    #opalesate-properties-ajax .opalestate-loading {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/loading.gif");
        width: 100%;
        height: 100%;
        z-index: 2;
    }

.opaleslate-ajax-search-results-container .opalestate-rows article:hover .property-meta-list {
    background-color: #fff;
}

.opaleslate-ajax-search-results-container .opalestate-rows .map-active article .property-meta-list {
    background-color: #ffd200;
}

/******************************************
 * Membership page
 ******************************************/
.membership-packages .row > div.first {
    clear: both;
}

.property-submission-form {
    margin-bottom: 30px;
}

    .property-submission-form .panel-body {
        padding: 20px 30px 30px;
    }

        .property-submission-form .panel-body > h3 {
            margin: 0 0 10px;
        }

@media (max-width: 767px) {
    .property-submission-form .panel-body {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .property-submission-form.space-padding-lr-40.space-padding-tb-30 {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 479px) {
    .property-submission-form.space-padding-lr-40.space-padding-tb-30 {
        padding: 0 !important;
    }
}

.entry-content-page .opalesate-form-wrapper {
    float: none;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .entry-content-page .opalesate-form-wrapper {
        width: 100%;
    }
}

.opalmembership-button:hover {
    background-color: #ffd200 !important;
    color: #FFF !important;
}

.opalmembership-login-form .opalmembership-button {
    margin-right: 10px;
    border: none !important;
}

.cmb-row .cmb-td p,
.cmb-row .cmb-td span {
    line-height: 26px;
}

.cmb-row.cmb2-id-opalestate-ppt-map .row > div .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.cmb-row.cmb2-id-opalestate-ppt-public-facilities-group-0-opalestate-ppt-public-facilities-key {
    padding-right: 10px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.cmb-row.cmb2-id-opalestate-ppt-public-facilities-group-0-opalestate-ppt-public-facilities-value {
    padding-left: 10px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.cmb-row.cmb-remove-field-row .btn {
    font-weight: 400;
}

.cmb-row .cmb-add-row .btn {
    font-weight: 400;
}

.cmb2-wrap input[type="text"],
.cmb2-wrap input[type="email"],
.cmb2-wrap select {
    height: 40px;
    border: 1px solid #ebebeb;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

span.cmb2-metabox-description {
    display: block;
    margin-top: 10px;
}

.cmb2-wrap textarea {
    border: 1px solid #ebebeb;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.cmb2-wrap.form-table .cmb2-metabox .cmb-repeat-group-wrap:last-child {
    margin-bottom: 20px !important;
}

.cmb2-wrap .cmb-row {
    margin-bottom: 10px !important;
}

    .cmb2-wrap .cmb-row.cmb-remove-field-row, .cmb2-wrap .cmb-row.cmb-repeatable-grouping {
        margin-bottom: 20px !important;
    }

.cmb-form input[type="submit"],
.cmb-form input[type="button"] {
    background: #ffd200;
    color: #000;
    border: 1px solid #ffd200;
    padding: 13px 20px;
    border-radius: 0;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
}

    .cmb-form input[type="submit"]:hover,
    .cmb-form input[type="button"]:hover {
        background: #b39300;
        border-color: #b39300;
    }

    .cmb-form input[type="submit"].btn-submit-cmb,
    .cmb-form input[type="button"].btn-submit-cmb {
        float: right;
        margin-top: -58px;
    }

@media screen and (max-width: 479px) {
    .cmb-form input[type="submit"].btn-submit-cmb,
    .cmb-form input[type="button"].btn-submit-cmb {
        margin-top: 0;
    }
}

.cmb2-element .ui-datepicker select.ui-datepicker-month,
.cmb2-element .ui-datepicker select.ui-datepicker-year {
    border: none;
}

.panel .opalmembership-shoppingcart {
    margin: 0;
}

    .panel .opalmembership-shoppingcart caption {
        padding-top: 0;
        font-family: "Montserrat", sans-serif;
    }

#opalmembership-checkout-form .billing-fields > h3 {
    margin-top: 0;
    font-size: 24px;
}

#opalmembership-checkout-form .opal-panel-heading > h3 {
    font-size: 24px;
}

#opalmembership-checkout-form .opal-panel-body {
    margin-bottom: 15px;
}

.my-favorite .panel {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .my-favorite .panel .panel-body {
        padding: 0;
    }

.my-favorite .searchform .pbr-search .form-control {
    width: 100% !important;
    padding: 5px 15px !important;
    position: static;
}

.my-favorite .searchform .pbr-search .input-group-addon {
    background-color: #ffd200;
}

.my-properties .list-tabs {
    margin-bottom: 15px;
    background-color: #FFF;
    padding: 0;
}

    .my-properties .list-tabs ul {
        padding: 0;
        margin: 0;
    }

        .my-properties .list-tabs ul li {
            text-transform: uppercase;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;;
            cursor: pointer;
            line-height: 55px;
            display: block;
            position: relative;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
            float: left;
        }

            .my-properties .list-tabs ul li a {
                display: block;
                padding: 0 20px;
            }

            .my-properties .list-tabs ul li.active, .my-properties .list-tabs ul li:hover {
                background-color: #ffd200;
                color: #FFF;
            }

                .my-properties .list-tabs ul li.active a, .my-properties .list-tabs ul li:hover a {
                    color: #FFF;
                }

            .my-properties .list-tabs ul li:after {
                position: absolute;
                width: 0;
                height: 0;
                content: '';
                z-index: 2;
                border-opposite-position(bottom): 9px solid #ffd200;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                left: 50%;
                margin-left: -6px;
                -webkit-transition: 0.35s;
                -o-transition: 0.35s;
                transition: 0.35s;
                content: none;
            }

            .my-properties .list-tabs ul li.active:after {
                content: "";
            }

@media screen and (max-width: 479px) {
    .my-properties .list-tabs ul li {
        line-height: 30px;
        font-size: 14px;
    }

        .my-properties .list-tabs ul li a {
            padding: 0 10px;
        }
}

.my-properties .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .my-properties .panel .panel-body {
        padding: 30px 0px 15px;
    }

.my-properties .opalestate-rows .row > div:last-child article .property-list-style {
    border-bottom: none;
    padding-bottom: 0;
}

.my-properties .opalestate-rows article {
    border: 1px solid #ebebeb;
}

    .my-properties .opalestate-rows article .property-list-style .abs-col-item {
        border: none;
        padding: 30px 45px 0 15px;
    }

@media screen and (max-width: 979px) {
    .my-properties .opalestate-rows article .property-list-style .abs-col-item {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .my-properties .opalestate-rows article .property-list-style .abs-col-item {
        padding: 20px 35px;
    }
}

@media (max-width: 480px) {
    .my-properties .opalestate-rows article .property-list-style .abs-col-item {
        overflow: visible;
    }

        .my-properties .opalestate-rows article .property-list-style .abs-col-item .entry-content {
            padding-bottom: 20px !important;
        }
}

.my-properties .opalestate-rows article .property-list-style .entry-content {
    background-color: transparent;
}

.my-properties .opalestate-rows article .property-list-style .property-price {
    color: #ffd200;
    background-color: transparent;
    padding: 0;
}

.my-properties .opalestate-rows article .my-properties-bottom {
    margin-top: 10px;
}

@media screen and (max-width: 979px) {
    .my-properties .opalestate-rows article .my-properties-bottom {
        margin-top: 0;
    }
}

.my-properties .opalestate-rows article .entry-content {
    padding: 0 !important;
}

    .my-properties .opalestate-rows article .entry-content ul.property-status {
        margin-bottom: 20px;
    }

@media screen and (max-width: 979px) {
    .my-properties .opalestate-rows article .entry-content ul.property-status {
        margin-bottom: 10px;
    }
}

.my-properties .opalestate-rows article .entry-content .property-address,
.my-properties .opalestate-rows article .entry-content .property-price {
    margin-bottom: 10px;
    position: static;
}

.my-properties .pagination {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}

    .my-properties .pagination li {
        display: inline-block;
    }

        .my-properties .pagination li a {
            border: none;
            border-radius: 0;
            display: block;
            font-size: 14px;;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            background-color: transparent !important;
        }

        .my-properties .pagination li.active a {
            color: #ffd200;
        }

.opalmembership-dashboard-container .panel-default {
    border-color: #ebebeb;
}

.property-submission-form > h1 {
    margin-top: 0;
    font-size: 30px;
}

@media (max-width: 768px) {
    .property-submission-form > h1 {
        font-size: 20px;
    }
}

.property-submission-form .quicktags-toolbar input.button,
.property-submission-form .quicktags-toolbar input[type="submit"] {
    background: #f7f7f7;
    border: 1px solid #cccccc !important;
    color: #555;
    padding: 0 8px 1px;
}

.cmb-form .quicktags-toolbar input[type="submit"],
.cmb-form .quicktags-toolbar input[type="button"] {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    font-weight: 400;
    font-family: "Merriweather", serif;
    margin: 2px !important;
    text-transform: none;
}

.membership-history > h2,
.payment-detail > h2,
.payment-detail .panel-body > h2 {
    margin: 5px 0 20px;
    text-transform: uppercase;
    font-size: 30px;
}

.membership-payment-info .panel-heading,
.membership-payment-address .panel-heading {
    margin-top: 0;
}

.opalmembership-dashboard-container .panel-body > h3 {
    margin: 5px 0 10px;
    text-transform: uppercase;
}

.opalmembership-dashboard-container .panel-body > ul > li {
    padding: 5px 0;
}

.opalmembership-dashboard-container .membership-content > ul > li {
    padding: 5px 0;
}

#user-profile-img {
    margin-bottom: 10px;
}

/******************************************
 * Membership widget
 ******************************************/
.widget_opalestate_profile_info_widget .profile-top {
    margin-bottom: 15px;
}

.widget_opalestate_profile_info_widget .nav-pills > li {
    margin-top: 0;
    border-top: 1px solid #ebebeb;
}

    .widget_opalestate_profile_info_widget .nav-pills > li > a {
        padding-right: 0;
        padding-left: 0;
        border-radius: 0;
        font-size: 14px;
    }

        .widget_opalestate_profile_info_widget .nav-pills > li > a i {
            margin-right: 15px;
        }

        .widget_opalestate_profile_info_widget .nav-pills > li > a:hover {
            background-color: transparent;
        }

    .widget_opalestate_profile_info_widget .nav-pills > li:last-child > a {
        padding-bottom: 0;
    }

    .widget_opalestate_profile_info_widget .nav-pills > li:first-child {
        border-top: none;
    }

    .widget_opalestate_profile_info_widget .nav-pills > li.active a {
        background-color: transparent;
        color: #000;
    }

        .widget_opalestate_profile_info_widget .nav-pills > li.active a:hover {
            color: #ffd200;
        }

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

    .widget_opalmembership_current_package ul > li {
        border-top: 1px solid #ebebeb;
        padding: 10px 0;
        font-size: 14px;
        color: #000;
    }

        .widget_opalmembership_current_package ul > li:last-child {
            padding-bottom: 0;
        }

        .widget_opalmembership_current_package ul > li:first-child {
            border-top: none;
            padding-top: 0;
        }

.widget_opalmembership_quick_purchase .dropdown-menu-select {
    margin-bottom: 10px;
}

    .widget_opalmembership_quick_purchase .dropdown-menu-select .btn {
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        color: #FFF;
    }

        .widget_opalmembership_quick_purchase .dropdown-menu-select .btn .caret {
            position: absolute;
            right: 20px;
        }

    .widget_opalmembership_quick_purchase .dropdown-menu-select .dropdown-menu {
        border-radius: 3px;
        font-size: 14px;
        padding: 5px 0;
        width: 100%;
    }

/**
 *
 */
.metabox-fields-front .cmb-th {
    width: 30%;
}

.metabox-fields-front .cmb-td {
    width: 69%;
}

.entry-content-page .slider-search-transparent,
.entry-content-page .slider-agent-search {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.entry-content-page .slider-search-transparent-wrapper {
    position: absolute;
    left: 18%;
    width: 64%;
    z-index: 1;
    top: 330px;
}

    .entry-content-page .slider-search-transparent-wrapper .slider-search-transparent {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .entry-content-page .slider-search-transparent-wrapper .search-properies-form {
        background-color: rgba(35, 51, 84, 0.6);
    }

.entry-content-page .slider-agent-search-wrapper {
    position: absolute;
    left: 18%;
    width: 64%;
    z-index: 1;
    top: 400px;
}

    .entry-content-page .slider-agent-search-wrapper .slider-agent-search {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .entry-content-page .slider-agent-search-wrapper .opalestate-search-agents-form {
        background-color: transparent;
        padding-top: 0;
    }

        .entry-content-page .slider-agent-search-wrapper .opalestate-search-agents-form .search-agent-title {
            color: #FFF;
            margin-left: -15px;
            margin-bottom: 10px;
            display: block !important;
        }

        .entry-content-page .slider-agent-search-wrapper .opalestate-search-agents-form .row:last-child {
            background-color: #FFF;
            border-radius: 5px;
            padding: 15px 0;
        }

.expand-search {
    font-size: 20px;
    cursor: pointer;
    overflow: hidden;
}

    .expand-search i {
        width: 70px;
        height: 74px;
        background-color: #ffd200;
        line-height: 74px;
        text-align: center;
        float: left;
        margin-right: 25px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .expand-search i:before {
            font-family: 'FontAwesome';
            content: "\f067";
        }

    .expand-search span {
        line-height: 70px;
        font-weight: 600;
    }

@media (max-width: 480px) {
    .expand-search {
        font-size: 18px;
    }
}

.expand-search-wrapper .opalestate-search-properties {
    width: 100%;
    padding: 0 15px;
    left: 0px;
    top: 100%;
    z-index: 10;
    height: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.expand-search-wrapper.active .opalestate-search-properties {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.expand-search-wrapper.active .expand-search i:before {
    content: "\f068";
}

.opalesate-properties-slider .owl-carousel .owl-item .item {
    padding: 0;
}

.opalesate-properties-slider article .entry-content-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    position: absolute;
    width: 500px;
    left: 26%;
    top: 50%;
    -webkit-transform: translate(-26%, -50%);
    -ms-transform: translate(-26%, -50%);
    -o-transform: translate(-26%, -50%);
    transform: translate(-26%, -50%);
}

@media (max-width: 767px) {
    .opalesate-properties-slider article .entry-content-wrapper {
        width: 400px;
    }
}

@media (max-width: 480px) {
    .opalesate-properties-slider article .entry-content-wrapper {
        width: 300px;
    }

        .opalesate-properties-slider article .entry-content-wrapper .entry-summary,
        .opalesate-properties-slider article .entry-content-wrapper .entry-content-bottom {
            display: none;
        }
}

@media screen and (max-width: 479px) {
    .opalesate-properties-slider article .entry-content-wrapper {
        width: 250px;
        top: 55%;
        left: 32%;
    }

        .opalesate-properties-slider article .entry-content-wrapper .entry-content {
            padding: 15px 20px 0;
        }

        .opalesate-properties-slider article .entry-content-wrapper .property-meta-list {
            padding: 0 15px 5px;
        }

        .opalesate-properties-slider article .entry-content-wrapper .property-price {
            padding: 0 20px;
        }

        .opalesate-properties-slider article .entry-content-wrapper .entry-title {
            font-size: 14px;
            margin-bottom: 0;
        }
}

.opalesate-properties-slider article .property-price {
    position: static;
    color: #FFF;
    background-color: #ffd200;
    padding: 5px 30px;
}

.opalesate-properties-slider article .entry-content-bottom {
    padding: 15px 30px;
}

@media (max-width: 767px) {
    .opalesate-properties-slider article .entry-content-bottom {
        padding-top: 0;
        border-top: none;
    }
}

.opalesate-properties-slider article .property-meta-list {
    padding: 15px 25px;
    background-color: transparent;
}

    .opalesate-properties-slider article .property-meta-list > li .label-property {
        color: #000;
    }

.opalesate-properties-slider article .entry-content {
    padding: 25px 30px 0;
    background-color: transparent;
}

.opalesate-properties-slider article .property-group-label {
    right: 0;
    top: -25px;
}

    .opalesate-properties-slider article .property-group-label div.property-label {
        display: none;
    }

.opalesate-properties-slider article i.property-toggle-favorite {
    color: #000;
}

.opalesate-properties-slider article .author-link .avatar {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.opalesate-properties-slider article .property-box-image-inner {
    pointer-events: none;
    cursor: normal;
}

.opalesate-properties-slider .carousel-controls {
    position: static;
}

.opalesate-properties-slider .carousel-control {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 16px;
}

@media screen and (max-width: 479px) {
    .opalesate-properties-slider .carousel-control {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 14px;;
    }
}

#sync2 .owl-controls {
    display: block !important;
    margin-top: 10px;
}

#sync2 img {
    width: 100%;
}

.space-margin-bottom-30p #opalestate-search-agents-form {
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #dadada;
}

    .noUi-base .noUi-origin:first-child {
        background-color: #ffd200;
    }

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #dadada;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 6px;
    border-radius: 3px;
}

    .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
        margin-left: -18px;
    }

    .noUi-horizontal .noUi-base .noUi-origin:first-child .noUi-handle {
        margin-left: 0px;
    }

    .noUi-horizontal .noUi-handle {
        height: 18px;
        width: 18px;
        left: 0px;
        top: -6px;
    }

        .noUi-horizontal .noUi-handle.noUi-handle-upper {
            margin-left: -18px;
        }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

.noUi-background {
    background: #dadada;
    border-radius: 3px;
}

.noUi-connect {
    background: #ffd200;
    border-radius: 3px;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border-radius: 50%;
    background-color: #ffd200;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: default;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.cmb2-element .ui-datepicker select.ui-datepicker-month,
.cmb2-element .ui-datepicker select.ui-datepicker-year,
.cmb2-element.ui-datepicker select.ui-datepicker-month,
.cmb2-element.ui-datepicker select.ui-datepicker-year {
    color: #000;
}

/*# sourceMappingURL=opalestate.css.map */
