/*                                                   
Theme Name: RBEstate
Theme URI: http://rbestate.com
Author: RBDesign
Author URI: http://rbdesign.com
Description: Real Estate
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready  
Text Domain: rbestate
*/
/**
 * Table of Contents
 *
 * 1.0 - GLOBAL
 * 2.0 - LOADER
 * 3.0 - HEADER
 * 	 3.1 - TOP HEADER
 * 	 3.2 - MIDDLE HEADER
 * 	 3.3 - MENU SECTION
 * 4.0 - GOOGLE MAP
 * 5.0 - SLIDER
 * 6.0 - SEARCH
 * 7.0 - HOMES
 *   7.1 - LASTEST HOMES
 *   7.2 - FEATURE HOMES
 * 8.0 - AGENTS
 * 9.0 - TESTIMONIAL
 * 10.0 - PARALLAX
 * 11.0 - BACK TO TOP
 * 12.0 - FOOTER
 * 13.0 - GALLERY
 * 14.0 - FAQ
 * 15.0 - BLOG
 *    15.1 - NAVIGATION
 *    15.2 - SIDEBAR
 * 16.0 - SINGLE PROPERTY
 * 17.0 - COMMENTS
 * 18.0 - BREADCRUMB
 * 19.0 - AUTHOR
 * 20.0 - SIDEBAR WIDGETS
 * 21.0 - ARCHIVE PROPERTIES
 * 22.0 - LIST AND GRID
 * 23.0 - 404
 * 24.0 - CONTACT PAGE
 * 25.0 - FRONT END
 * 26.0 - IDX
 * 27.0 - WordPress CORE
 * 28.0 - COMPARE
 * 29.0 - BOXED LAYOUT
 * 30.0 - MEDIA QUERIIS 
 * 31.0 - PRINT
 */
/* 1.0 - GLOBAL */

a,
a:hover {
    text-decoration: none;
}
.section_title:after {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #384042;
    text-align: center;
    margin: 8px auto;
}
.section_title {
    text-transform: uppercase;
    color: #384042;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.section_titles {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: #2b2e33;
    font-weight: 500;
    margin: 20px auto;
    padding-bottom: 30px;
}
.section_desc {
    color: #7f858f;
    font-size: 17px;
    text-align: center;
    width: 70%;
    margin: 0px auto;
}
.row_spacer {
    padding-bottom: 50px;
    padding-top: 50px;
}
.bgoverly {
    background: rgba(0, 0, 0, 0.6);
}
body.container-fluid {
    padding: 0;
}
* {
    outline: none !important;
}
*:focus {
    outline: none !important;
}
.hidden-img {
    display: none;
}
.no_padding {
    padding-right: 0;
    padding-left: 0;
}
button.btn {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}
.clearboth {
    clear: both;
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 30px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 18px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 12px
}
/* 2.0 - LOADER */

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: 50% 50% no-repeat rgb(249, 249, 249);
}
#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
}
.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}
#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}
#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes animate {
    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* 3.0 - HEADER */
/* 3.1 - TOP HEADER */

#top-header ul.social-link {
    margin: 0;
    padding: 0;
    display: inline-block;
}
#top-header ul.social-link li {
    display: inline-block;
    float: left;
    border-left: 1px solid #343A3B;
}
#top-header ul.social-link li a {
    transition: all 0.4s linear;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}
#top-header ul.social-link li a i {
    color: #DEDEDE;
    font-size: 16px;
    margin-top: 15px;
}
#top-header ul.social-link li a.facebook:hover {
    background: #395b89;
}
#top-header ul.social-link li a.twitter:hover {
    background: #2bbfec;
}
#top-header ul.social-link li a.linkedin:hover {
    background: #1184cd;
}
#top-header ul.social-link li a.google-plus:hover {
    background: #d63b3b;
}
#top-header ul.social-link li a.instagram:hover {
    background: #3f729b;
}
#top-header ul.social-link li a.youtube:hover {
    background: #cc181e;
}
#top-header ul.social-link li a.pinterest:hover {
    background: #CB2027;
}
#top-header ul.social-link li a.dribbble:hover {
    background: #EA4C89;
}
#top-header ul.social-link li a.vimeo:hover {
    background: #4EBBFF !important;
}
#top-header .user-login-container {
    margin-top: 4px;
    margin-bottom: 11px;
}
#top-header .user-login-container .profile_link,
#top-header .user-login-container .logout_submit {
    margin: 4px 0px;
}
#top-header .user-login-container i {
    color: #929a9b;
    margin-right: 5px;
}
#top-header .user-login-container a {
    font-size: 15px;
}
#top-header .user-login-container .logout_submit {
    background: transparent;
    padding: 3px 11px;
    display: inline-block;
}
#top-header .user-login-container .profile_link {
    float: left;
    margin-right: 15px;
    padding: 3px 11px;
}
#top-header .user-login-container .logout_form {
    float: left;
}
#top-header-border {
    width: 100%;
    height: 1px;
    padding: 0 15px;
}
#top-header .not-login-link {
    margin-top: 8px;
    display: inline-block;
}
/* 3.2 - MIDDLE HEADER */

#middle-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
#middle-header .website-logo img {
    margin: 0 auto;
}
#middle-header .site-description h3 {
    font-size: 18px;
    padding: 4px 10px;
    text-align: center;
    line-height: 24px;
}
#middle-header .website-email {
    text-align: center;
    padding-top: 22px;
}
#middle-header .website-email i {
    margin-right: 5px;
    font-size: 18px;
}
#middle-header .website-email a {
    margin-right: 5px;
    font-size: 18px;
}
#middle-header .website-telephone {
    text-align: center;
}
#middle-header .website-telephone .company-contact,
.website-telephone .company-fax {
    margin-bottom: 10px;
}
#middle-header .website-telephone .company-contact i,
.website-telephone .company-fax i {
    font-size: 15px;
    margin-right: 5px;
}
#middle-header .website-telephone .company-contact span,
.website-telephone .company-fax span {
    font-size: 17px;
}
#middle-header .website-logo,
.website-email,
.website-telephone,
.website-description {
    margin: 10px 0px;
}
/* 3.3 - MENU SECTION */

#menu .navbar-default {
    margin-bottom: 0px;
    background: transparent;
    border: none;
}
#menu .navbar-default .navbar-nav>li>a {
    transition: 0.6s;
    font-size: 17px;
    padding: 25px;
    text-transform: capitalize;
    font-weight: 500;
}
#menu .navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
}
#menu .navbar-default .navbar-nav>li>ul>li>a {
    font-size: 17px;
    padding: 15px 20px;
}
#menu .navbar-default .navbar-nav>li>ul>li>a,
#menu .navbar-default .navbar-nav li ul li ul li a {
    transition: 0.6s
}
#menu .navbar-default .navbar-nav>.open>a,
#menu .navbar-default .navbar-nav>.open>a:focus,
#menu .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.fix_header {
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    top: 0;
}
#menu .navbar-default .navbar-nav li ul li:hover ul {
    left: 100%;
    min-width: 180px;
    width: 100%;
    display: inline-block;
    top: 0;
    font-size: 17px;
    padding: 15px 20px;
    margin: 2px 0 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#menu .navbar-default .navbar-nav li ul li:hover ul {
    padding: 0px;
}
#menu .navbar-default .navbar-nav li ul li:hover ul li a {
    background: none;
    padding: 15px 20px;
}
#menu .navbar-default .navbar-nav>li>ul>li>a {
    background: none;
}
#menu .navbar-default .navbar-nav>.active>a,
#menu .navbar-default .navbar-nav>.active>a:focus,
#menu .navbar-default .navbar-nav>.active>a:hover {
    background: none;
}
#menu .navbar-default .navbar-nav>li>ul>li>a,
#menu .navbar-default .navbar-nav li ul li:hover ul li a {
    min-width: 200px;
}
#menu .dropdown-menu {
    padding: 0;
}
/* 4.0 - GOOGLE MAP */

#google-map {
    padding: 0;
}
#google-map .google_map_image,
#google-map .google_map_desc {
    padding: 0 !Important;
}
#google-map .gm-style-iw {
    width: 350px !important;
    padding: 0 !important;
}
#google-map {
    height: 100%;
    background: #333;
}
#google-map a {
    color: red;
}
#google-map a:hover {
    color: #f1f1f1;
}
.infobox {
    background: none repeat scroll 0 0 #f2f2f2;
    color: #F1F1F1;
    font-family: arial;
    line-height: 20px;
    position: absolute;
}
#google-map .infobox .close {
    content: "\f133";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #565656;
    text-decoration: inherit;
    cursor: pointer !important;
    color: #6D6C6C;
    opacity: 1;
    font-size: 17px;
    height: 25px;
    line-height: 22px;
    position: absolute !important;
    right: 0;
    top: 0;
    text-align: center;
    top: 0;
    width: 25px;
}
#google-map .infobox .content {
    margin: 0;
}
#google-map .house-info {
    display: inline-block;
    width: 100%;
    padding: 0px;
}
#google-map h5 {
    margin-bottom: 0;
    padding: 0px 10px;
    font-size: 17px;
    color: #333;
}
#google-map .house-info span {
    color: #777;
    margin: 4px 10px 0 10px;
}
#google-map .infobox:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 100px;
    left: -16px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #f2f2f2;
    border-bottom: 15px solid transparent;
}
#google-map .house-info span i {
    margin-right: 5px;
    font-size: 15px;
    color: #777;
}
/* 5.0 - SLIDER */

#slider {
    padding: 0;
}
#slider .carousel-caption {
    left: 10%;
    right: auto;
    width: 30%;
    text-align: left;
    top: 20%;
    bottom: auto;
    padding: 15px 15px;
}
#slider .carousel-control span {
    top: calc(50% - 30px);
    position: absolute;
}
#slider .carousel-control {
    width: 10%;
}
#slider p {
    text-align: justify;
    font-size: 18px;
}
#slider h4 {
    font-size: 26px;
    margin-top: 0;
}
#slider .btn_container {
    display: inline-block;
}
#slider .btn_container a {
    font-size: 16px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    text-shadow: none;
}
#slider .btn_container a:hover {
    opacity: 0.85;
}
/* 6.0 - SEARCH */

.ajax_search {
    padding: 0;
}
#wp-advanced-search {
    width: 100% !important;
    display: inline-block;
}
#wp-advanced-search .label-container {
    width: 100%;
}
#wp-advanced-search select {
    width: 100%;
    height: 40px;
    padding-left: 35px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#wp-advanced-search #search_query {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    border-radius: 0px;
    position: relative;
}
#wp-advanced-search #wpas-search_query {
    width: 25%;
    padding: 10px;
    float: left;
    position: relative;
}
#wp-advanced-search #wpas-tax_location_property {
    width: 25%;
    padding: 10px;
    float: left;
    position: relative;
}
#wp-advanced-search #wpas-tax_status_property {
    width: 25%;
    padding: 10px;
    float: left;
    position: relative;
}
#wp-advanced-search #wpas-tax_type_property {
    width: 25%;
    padding: 10px;
    float: left;
    position: relative;
}
#wp-advanced-search .range_slider_containers {
    width: 100%;
}
#wp-advanced-search .rangess {
    width: 75%;
    padding: 0px 15px;
    display: inline-block;
}
#wp-advanced-search .rangess {
    width: 75%;
    padding: 0px 15px;
    display: inline-block;
}
#wp-advanced-search #wpas-meta_dis_price2,
#wp-advanced-search #wpas-meta_dis_price {
    display: none;
}
#wp-advanced-search #wpas-submit {
    float: right;
    width: 25%;
    padding: 1%;
}
#wp-advanced-search #wpas-submit input {
    width: 100%;
    font-size: 17px;
    border: none;
    height: 40px;
    padding: 1%;
    border-radius: 0;
}
#wp-advanced-search #wpas-tax_type_property:after {
    position: absolute;
    bottom: 18px;
    left: 20px;
    content: "\f0ca";
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#wp-advanced-search #wpas-tax_location_property:after {
    position: absolute;
    bottom: 18px;
    left: 20px;
    content: "\f041";
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#wp-advanced-search #wpas-search_query:after {
    position: absolute;
    bottom: 18px;
    left: 20px;
    content: "\f040";
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#wp-advanced-search #wpas-tax_status_property:after {
    position: absolute;
    bottom: 18px;
    left: 20px;
    content: "\f0f7";
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#wpas-meta_acf_price2,
#wpas-meta_acf_price {
    display: none;
}
#wpas-results {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding: 0px;
}
#wp-advanced-search {
    padding: 15px 15px;
}
#wp-advanced-search .ui-slider-pip-last {
    left: 96% !important;
}
/* 7.0 - HOMES */
/* 7.1 - LASTEST HOMES */

#last_homes .thumbnail {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#last_homes .thumbnail .caption {
    padding: 0;
    transition: 0.6s;
}
#last_homes .thumbnail .last_homes_images {
    position: relative;
}
#last_homes .thumbnail .last_homes_images:hover .price {
    display: none;
}
#last_homes .thumbnail .overly {
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    text-align: center;
    font-size: 25px;
    color: #FFF;
}
#last_homes .thumbnail:hover .overly {
    visibility: visible;
    opacity: 1;
}
#last_homes .thumbnail:hover .overly a {
    color: #e5e5e5;
}
#last_homes .thumbnail .last_homes_images img {
    width: 100%;
    height: auto;
}
#last_homes .thumbnail .last_homes_images .price {
    position: absolute;
    right: 0;
    top: 0;
}
#last_homes .thumbnail .last_homes_images .price i {
    background: #191E21;
    color: #FFF;
    font-size: 16px;
    padding: 8px 10px;
    margin: 0;
}
#last_homes .thumbnail .last_homes_images .price span {
    color: #FFF;
    font-size: 16px;
    padding: 5px 15px;
}
#last_homes .house-info span {
    margin: 10px 10px 0 10px;
    color: #777;
}
#last_homes .house-info span i {
    margin-right: 5px;
    font-size: 15px;
    color: #777;
}
#last_homes .thumbnail .caption {
    padding-bottom: 0px;
}
#last_homes .house-info {
    display: inline-block;
    width: 100%;
}
#last_homes .home-price {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #3C90BE;
    padding: 5px 12px;
    color: #FFF;
    font-size: 18px;
}
#last_homes .thumbnail:hover .caption span,
#last_homes .thumbnail:hover .caption i {
    color: #FFF;
}
.add_wishlist {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.add_wishlist .add_to_compare {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
}
.add_wishlist .add_to_wishlist {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
}
#last_homes .thumbnail .overly .add_wishlist li a {
    padding: 8px 8px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: inline-block;
}
#last_homes .thumbnail .overly .add_wishlist li button {
    padding: 9px 8px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    color: #e5e5e5;
    border-radius: 0;
}
#last_homes .thumbnail .overly .add_wishlist li.link_to_property,
#last_homes .thumbnail .overly .add_wishlist li.add_to_wishlist,
#last_homes .thumbnail .overly .add_wishlist li.add_to_compare {
    transition: 1s;
}
#last_homes .thumbnail:hover .overly .add_wishlist li.add_to_compare {
    right: calc(50% - 70px);
}
#last_homes .thumbnail:hover .overly .add_wishlist li.add_to_wishlist {
    left: calc(50% - 70px);
}
#last_homes .thumbnail:hover .overly .add_wishlist li.link_to_property {
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
}
#last_homes .thumbnail .overly .add_wishlist li.link_to_property {
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
}
#last_homes .row_spacer {
    padding-top: 0px;
}
.price span em {
    font-style: normal !important;
}
.compare_item.campared span {
    opacity: 0.5;
    color: #FFF;
}
.link_to_property a i {
    color: #FFF;
}
#rent_section {
    position: relative;
    margin-top: 50px;
}
#rent_section .customNavigation {
    position: absolute;
    top: 25px;
    right: 15px;
}
#rent_section .customNavigation a.btn.next {
    border-radius: 0;
    color: #FFF;
    font-size: 25px;
    width: 35px;
    height: 35px;
    padding: 0px 14px;
}
#rent_section .customNavigation a.btn.prev {
    border-radius: 0;
    color: #FFF;
    font-size: 25px;
    width: 35px;
    height: 35px;
    padding: 0px 12px;
}
#rent_section .owl-controls {
    display: none !important;
}
/* 7.2 - FEATURE HOMES */

#feature_homes .thumbnail {
    padding: 0;
}
#feature_homes .thumbnail .carousel img {
    width: 100%;
    height: auto;
}
#feature_homes .carousel-control span {
    top: 43%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
#feature_homes .carousel-control.right {
    background: transparent;
}
#feature_homes .carousel-control.left {
    background: transparent;
}
#feature_homes .house-info span {
    margin: 10px 10px 0 10px;
}
#feature_homes .house-info span i {
    margin-right: 5px;
    font-size: 15px;
}
#feature_homes .thumbnail .caption {
    padding-bottom: 0px;
    padding: 20px 20px 5px 20px;
}
#feature_homes .thumbnail h3 {
    margin-top: 0px;
}
#feature_homes .thumbnail p {
    font-size: 15px;
}
#feature_homes .house-info {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
#feature_homes .home-price {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 12px;
    color: #FFF;
    font-size: 18px;
}
/* 8.0 - AGENTS */

#agents .section_title:after {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #e88f41;
    text-align: center;
    margin: 8px auto;
}
#agents .owl-item {
    padding: 0px 5px;
}
#agents #owl-demo .item {
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#agents .customNavigation {
    text-align: center;
}
#agents .customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#agents .full-img {
    width: 100%;
    height: 281px;
}
#agents .owl-carousel {
    margin: 40px auto;
    direction: ltr;
}
#agents .owl-theme .owl-controls .owl-page span {
    background: #1ccdca !important;
    border: 1px solid #14997F;
}
#agents .agent_post {
    color: #848484;
}
#agents .flip-container {
    moz-perspective: 1000;
    moz-transform: perspective(1000px);
    moz-transform-style: preserve-3d;
    ms-perspective: 1000;
    ms-transform: perspective(1000px);
    ms-transform-style: preserve-3d;
    perspective: 1000;
    webkit-perspective: 1000;
}
#agents .flip-container:hover .agent-back,
.flip-container.hover .agent-back {
    moz-transform: rotateY(0deg);
    ms-transform: rotateY(0deg);
    o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    webkit-transform: rotateY(0deg);
}
#agents .flip-container:hover .agent-front,
.flip-container.hover .agent-front {
    moz-transform: rotateY(180deg);
    o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    webkit-transform: rotateY(180deg);
}
#agents .flip-container,
.agent-front,
.agent-back {
    min-height: 100%;
    width: 100%;
    display: block;
}
#agents .flipper {
    moz-transform: perspective(1000px);
    moz-transform-style: preserve-3d;
    moz-transition: 0.6s;
    ms-transform-style: preserve-3d;
    ms-transition: 0.6s;
    position: relative;
    transform-style: preserve-3d;
    transition: 0.6s;
    webkit-transform-style: preserve-3d;
    webkit-transition: 0.6s;
}
#agents .agent-front,
.agent-back {
    backface-visibility: hidden;
    border: 1px solid #ccc;
    left: 0;
    moz-backface-visibility: hidden;
    moz-transform-style: preserve-3d;
    moz-transition: 0.6s;
    ms-backface-visibility: hidden;
    ms-transform-style: preserve-3d;
    ms-transition: 0.6s;
    o-transform-style: preserve-3d;
    o-transition: 0.6s;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    transition: 0.6s;
    webkit-backface-visibility: hidden;
    webkit-transform-style: preserve-3d;
    webkit-transition: 0.6s;
}
#agents .agent-front {
    background: #f2f2f2;
    ;
    ms-transform: rotateY(0deg);
    webkit-transform: rotateY(0deg);
    z-index: 2;
    height: 100%;
    position: relative;
}
#agents .agent-name {
    color: #1e1e1e;
}
#agents .agent-back h5 {
    text-align: center;
}
#agents .agent-back h5 a {
    font-size: 20px;
    text-align: center;
}
#agents .agent-back .agent_level {
    color: #FFF;
    font-size: 17px;
    text-align: center;
}
#agents .agent-back hr {
    width: 10%;
    height: 1px;
    margin: 15px auto;
}
#agents .agent-back p {
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
}
#agents .owl-theme .owl-controls {
    margin-top: 20px;
}
#agents .agent_social {
    margin-top: 30px;
}
#agents .agent_social i {
    font-size: 20px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    padding: 10px 11px;
    margin: 4px;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
    transition-duration: 0.4s;
}
#agents .agent_social .facebooks {
    font-size: 20px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    padding: 10px 14px;
}
#agents .agent_desc {
    padding: 15px;
}
#agents .agent_desc p {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 20px;
}
#agents .agent_desc em {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    display: block;
    margin-bottom: 7px;
}
#agents .agent_desc em:last-child {
    margin-bottom: 0px;
}
#agents .agent_desc em i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
#agents .agent_desc em i.fa-mobile {
    font-size: 20px;
}
#agents .agent-back {
    padding: 20px 10px;
    moz-transform: rotateY(-180deg);
    ms-transform: rotateY(-180deg);
    o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    webkit-transform: rotateY(-180deg);
}
.page-template-template_author #agents .flip-container {
    margin-right: 10px;
    width: 47%;
    margin: 0px 10px 10px 0px;
    float: left;
}
body.author #author .page_overly {
    background: transparent;
}
.page-template-template_author #author_archive .page_overly {
    background: transparent;
}
.page-template-template_author #page-banner {
    background-color: #cbcbcb;
}
.author .author_last_homes {
    margin-top: 0 !important;
}
.author #last_homes {
    margin-top: 50px;
}
.author .owl-carousel .owl-item {
    padding-right: 10px;
}
body.author #author #page-banner .author_img_box img {
    max-width: 160px;
}                                                                                                                                                                                                                                        
/* 9.0 - TESTIMONIAL */

#testimonial {
    background-repeat: no-repeat;
    background-size: cover;
}
#testimonial .testimonial_img {
    margin: 0px auto;
    border-radius: 50%;
    width: 120px;
    padding: 10px 0px;
}
#testimonial .testimonial_comment {
    color: #EEE;
    text-align: center;
    font-size: 22px;
    width: 70%;
    margin: 25px auto;
}
#testimonial .testimonial_author {
    text-align: center;
    color: #EEE;
    font-size: 14px;
    margin-bottom: 5px;
}
#testimonial .testimonial_post {
    text-align: center;
    color: #999;
    font-size: 13px;
    font-style: italic;
}
#testimonial .feature_section_titles {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
}
#testimonial .section_title {
    color: #e88f41;
}
#testimonial .section_title:after {
    background: #e88f41;
}
#testimonial .owl-theme .owl-controls .owl-page span {
    background: #1ccdca !important;
    border: 1px solid #14997F;
}
.page-template-template-testimonial .testimonials_bg {
    padding: 20px 15px;
}
.page-template-template-testimonial .testimonials_bg .item {
    display: inline-block;
    clear: both;
    margin-bottom: 25px;
    padding: 10px;
    width: 100%;
}
.page-template-template-testimonial .testimonials_bg .item img {
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.page-template-template-testimonial .testimonials_bg .item p {
    margin-bottom: 0;
}
.page-template-template-testimonial .testimonials_bg .item h5 {
    margin-bottom: 25px;
}
/* 10.0 - PARALLAX */

#parallax {
    padding: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#parallax .bgoverly {
    padding: 15px;
}
#parallax h2 {
    margin-bottom: 20px;
}
#parallax p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#parallax a.btn {
    transition: 0.8s;
    font-size: 16px;
    background: transparent;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
/* 11.0 - BACK TO TOP */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10%;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}
.no-touch .cd-top:hover {
    background-color: #141414;
    opacity: 1;
}
.cd-top span {
    position: absolute;
    top: 10px;
    text-align: center;
    right: 9px;
}
/* 12.0 - FOOTER */

.go_top {
    color: #FFF;
    background: #1CCDCA;
    width: 40px;
    height: 40px;
    font-size: 21px;
    padding: 9px;
    position: fixed;
    right: 15px;
    bottom: 15%;
}
#footer .footer_title {
    color: #FFF;
    margin: 25px 0px;
    font-size: 20px;
    text-transform: uppercase;
}
#footer .footer_box {
    margin: 30px 0px;
    padding: 5px 20px;
}
#footer a.btn {
    background: rgba(51, 51, 51, 1);
    color: #fff;
    display: inline-block;
    font-size: 14px !important;
    padding: 10px 15px;
    border: 0;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    transition-duration: 0.5s;
    margin-top: 10px;
}
#footer a.btn i {
    width: auto;
    height: auto;
    margin-left: 7px;
    top: 2px;
    position: relative;
}
#footer a.btn:hover {
    color: #1CCDCA;
    background: rgba(0, 0, 0, 0.3);
}
#footer .hr_border {
    width: 100%;
    height: 2px;
    margin: 30px 0px;
    background: rgba(255, 255, 255, 0.1);
}
#footer .send {
    position: absolute;
    top: 0;
    right: 0;
    background: #14997F;
    color: #FFF;
}
#footer .send:hover {
    background: #14997F;
    color: #FFF;
}
#footer .send_input {
    position: relative;
}
.copyright .footer_social {
    list-style: none;
    margin: 0;
    display: inline-block;
}
.copyright .footer_social li {
    display: inline-block;
    vertical-align: top;
}
.copyright .footer_social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px;
    display: inline-block;
    background: #989898;
    border-radius: 50px;
    color: #34495e;
    font-size: 20px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    transition-duration: 0.5s;
}
.copyright .footer_social li a:hover {
    background: #FFFFFF;
    color: #34495e;
}
#footer .footer_news {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 15px;
    opacity: 0.9;
}
#footer .latest_news {
    padding: 0px 0px 0px 90px;
    margin: 35px 0px;
}
#footer .news_date {
    color: #FFF;
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
}
#footer .news_desc {
    color: #989898;
    font-size: 15px;
    text-align: justify;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
    transition-duration: 0.4s;
}
#footer .news_desc:hover {
    color: #1CCDCA;
    text-decoration: none;
}
#footer .footer_box h3.widget-title {
    text-transform: uppercase;
    margin-bottom: 15px;
}
#footer .footer_box p,
#footer .footer_box a {
    font-size: 16px;
}
#footer .footer_box i {
    color: #FFF;
    padding: 0px 5px 0px 0px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 18px;
}
#footer .footer_box ul {
    list-style: none;
    margin: 0;
    padding-left: 0px;
}
.copyright {
    padding: 25px 15px;
}
.copy-right {
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}
.copy-right a {
    text-align: center;
    font-size: 13px;
    text-decoration: none;
}
span#submits:hover {
    color: #FFF;
}
.copyright .footer_social.pull-right {
    text-align: right;
}
.copyright .copy-right.pull-right {
    text-align: right;
    margin-top: 18px;
}
.copyright .copy-right.pull-left {
    text-align: left;
    margin-top: 18px;
}
#footer .footer_box h3.widget-title {
    font-size: 20px;
}
#footer .footer_box ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 2px;
    top: 6px;
    width: 9px;
    height: 9px;
}
#footer .footer_box ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
#footer .footer_box a {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}
#footer .widget_categories select {
    margin-left: 10px;
}
#footer .sidebar_content_container {
    padding: 5px 0px;
}
#footer .wp-polls-form ul li:before {
    display: none;
}
#footer .wp-polls-form p {
    text-align: left !important;
}
#footer .widget_categories ul li:before {
    background-color: transparent !important;
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
}
#footer .widget_recent_comments ul li:before {
    background-color: transparent !important;
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 13px;
}
#footer .widget_calendar table {
    width: 100%;
}
#footer .widget_calendar table caption {
    text-align: center;
}
#footer .sidebar_content_container select {
    margin-left: 5px;
}
#footer .widget_nav_menu ul li:before {
    background: transparent !important;
    content: "\f0c1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
}
#footer .widget_ratings-widget ul li:before {
    background: transparent !important;
    content: "\f006";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
}
#footer .widget_recent_entries ul li a {
    font-weight: 600;
}
#footer .widget_recent_entries ul li {
    padding: 0;
}
#footer .widget_recent_entries ul li:before {
    display: none !important;
}
#footer .widget_recent_entries ul li span {
    display: block;
    font-size: 13px;
    position: relative;
    padding-left: 18px;
}
#footer .widget_recent_entries ul li span:before {
    content: "\f133";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 12px;
}
#footer .widget_text {
    text-align: justify;
}
#footer .wpas-field {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 5px;
}
#footer #wpas-meta_acf_price2,
#footer #wpas-meta_acf_price {
    display: none;
}
#footer #wp-advanced-search .rangess {
    width: 100% !important;
}
#footer #wp-advanced-search {
    padding: 0;
}
#footer #wp-advanced-search #wpas-search_query:after {
    bottom: 18px;
    left: 18px;
}
#footer #wp-advanced-search #wpas-tax_location_property:after {
    bottom: 18px;
}
#footer #wp-advanced-search #wpas-tax_status_property:after {
    bottom: 18px;
}
#footer #wp-advanced-search #wpas-tax_type_property:after {
    bottom: 18px;
}
#footer #wp-advanced-search #wpas-submit {
    margin-top: 10px;
}
#footer ul.footer_contact li:before {
    display: none !important;
}
#footer .contact_widgets li:before {
    display: none !important;
}
#footer .footer_box ul.contact_widgets li {
    padding-left: 0;
}
#footer .social_widget li {
    padding-left: 0 !important;
    display: inline-block;
}
#footer .social_widget li a {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
    transition: 0.6s;
}
#footer .social_widget li a:hover {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#footer .social_widget li:before {
    display: none !important;
}
#footer .social_widget li a i {
    font-size: 19px;
    padding: 0;
    width: auto;
    height: auto;
}
#footer .widget_nav_menu ul.menu li ul.sub-menu {
    margin-top: 10px;
}
#footer .widget_rbestate_feature_property ul li,
#footer .widget_rbestate_latest_property ul li,
#footer .widget_rbestate_related_article ul li {
    padding-left: 0;
    margin-bottom: 25px;
}
#footer .widget_rbestate_feature_property ul li:before,
#footer .widget_rbestate_latest_property ul li:before,
#footer .widget_rbestate_related_article ul li:before {
    display: none;
}
#footer .widget_rbestate_feature_property ul li img,
#footer .widget_rbestate_latest_property ul li img,
#footer .widget_rbestate_related_article ul li img {
    width: 100%;
}
#footer .widget_rbestate_feature_property ul li h3,
#footer .widget_rbestate_latest_property ul li h3,
#footer .widget_rbestate_related_article ul li h3 {
    margin-top: 10px;
}
#footer .widget_polls-widget ul li {
    padding-left: 0px !important;
}
#footer .widget_polls-widget .Buttons {
    margin: 10px 0px;
}
#footer .widget_polls-widget ul li:before {
    display: none;
}
#footer .widget_search .searchform #s {
    min-width: 250px;
    height: 25px;
}
#footer .footer_box #searchform input {
    height: 25px;
    top: 0;
}
#footer .footer_box select {
    margin-left: 0;
}
#footer .dsidx-widget-listings ul li {
    padding-left: 25px !important;
}
#footer .dsidx-widget-listings ul li:before {
    top: 9px;
}
#footer .dsidx-widget-listings .dsidx-controls {
    text-align: left !important;
}
#footer .dsidx-widget-listings .dsidx-controls a {
    display: block !Important;
    margin-bottom: 10px;
}
#footer .dsidx-widget-listings .dsidx-expanded.dsidx-panel ul li {
    display: block;
}
#footer .dsidx-widget-listings .dsidx-slideshow.dsidx-panel ul li.featured-listing:before {
    display: none;
}
#footer .dsidx-widget-listings .dsidx-slideshow.dsidx-panel ul li.featured-listing {
    padding-left: 0 !important;
}
#footer .textwidget img {
    max-width: 100%;
    margin: 15px 0px;
}
#footer select.postform {
    width: 84%;
    padding: 9px;
    margin: 10px 0% 10px 0%;
}
#footer select {
    width: 84%;
    padding: 9px !Important;
    margin: 10px 0% 10px 0% !important;
}
#footer .widget_rbestate_advanced_search select {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 40px !Important;
}
#footer table tr:hover,
#footer table tr:hover td,
#footer table tr:hover th {
    background: transparent !Important;
}
#footer .widget_search #searchsubmit {
    position: relative;
    top: -1px;
}
/* 13.0 - GALLERY */

#gallery {
    background: #FFF;
    padding: 0;
}
#page-banner .page_overly {
    background: rgba(0, 0, 0, 0.5);
}
#page-banner .page_overly h1 {
    text-align: center;
    padding: 100px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
}
#page-banner .page_overly h1:after {
    content: " ";
    display: block;
    width: 30px;
    height: 2px;
    text-align: center;
    margin: 8px auto;
}
#gallery .gallery_bg {
    padding: 50px 15px;
}
#gallery ul#lightgallery li {
    margin: 15px 0px;
}
#gallery #Container .mix {
    display: none;
}
#gallery .filter {
    display: inline-block;
}
#gallery .filter_container {
    margin-bottom: 40px;
}
#gallery .filter_container .filter {
    cursor: pointer;
    padding: 5px 20px;
    border: 1px solid #666666;
    color: #666666;
    transition: 0.8s;
    text-transform: capitalize;
}
#gallery .mix {
    margin-top: 15px;
    margin-bottom: 15px;
}
#gallery .mix a {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.8s;
    display: inline-block;
    text-align: center;
}
#gallery .mix a img {
    display: inline-block;
    width: 100%;
}
#gallery .mix .position_box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}
#gallery .mix .position_box h2 {
    font-size: 25px;
}
#gallery .mix .position_box .plus:before {
    content: " ";
    width: 1px;
    height: 90px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
}
#gallery .mix .position_box .plus:after {
    content: " ";
    width: 1px;
    height: 90px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(90deg);
}
#gallery .mix .position_box .plus {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 90px;
    height: 90px;
    margin-top: calc(50% - 90px);
}
#gallery .mix:hover .position_box {
    opacity: 1;
    visibility: visible;
    text-align: center;
}
#gallery #lightgallery li a img {
    width: 100%;
    border: 0;
}
/* 14.0 - FAQ */

.page-template-template_faq ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.faq_bg {
    padding: 50px 15px;
}
/* 15.0 - BLOG */

#blog .blog_bg .content_box {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}
#blog .blog_bg .content_box h2 {
    font-size: 20px;
}
#blog .blog_bg .content_box.is_sticky h2 {
    padding-left: 25px;
    position: relative;
}
#blog .blog_bg .content_box.is_sticky h2:before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
    color: #1ccdca;
}
#blog .blog_bg .content_box h2 a {
    transition: 0.6s;
}
#blog .blog_bg .content_box p {
    font-size: 16px;
}
#blog .blog_img_container {
    position: relative;
}
#blog .news_box {
    margin-bottom: 30px;
}
#blog .blog_bg {
    padding: 20px 15px;
}
#blog .blog_img_container .overly {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}
#blog .news_box:hover .blog_img_container .overly {
    visibility: visible;
    opacity: 0.8;
}
#blog .blog_img_container:hover .overly a {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#blog .blog_img_container:hover .overly i {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: calc(50% - 19px);
    margin: auto;
    right: 0;
    left: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
}
#blog .blog_img_container .overly i {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: calc(50% - 19px);
    margin: auto;
    right: 0;
    left: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
}
#blog .post_meta_box {
    display: table;
    width: 100%;
    padding: 10px 15px;
}
#blog .post_meta_box span.pull-left {
    margin-right: 20px;
    display: inline-table;
    margin-top: 1px;
    margin-bottom: 1px;
}
#blog .post_meta_box span i {
    margin-right: 5px;
}
#blog .post_meta_box span a {
    display: inline-block;
}
#blog .blog_cat_img {
    max-width: 100%;
    height: auto;
}
.single-post .content_box {
    padding: 15px 15px;
}
.single-post #blog .blog_bg .content_box h2 {
    font-size: 30px;
}
.single-post .news_box .content_box .gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.single-post .news_box .content_box .gallery dl.gallery-item dt a img {
    max-width: 100%;
    height: auto;
    width: 95%;
}
.page .news_box .content_box .gallery dl.gallery-item dt a img {
    max-width: 100%;
    height: auto;
    width: 95%;
}
.single-properties #single_property .gallery dl.gallery-item dt a img {
    max-width: 100%;
    height: auto;
    width: 95%;
}
.blog_gallery_slider a.carousel-control span {
    top: calc(50% - 10px);
    position: absolute;
}
.news_box #my-video {
    max-width: 100%;
    width: 100%;
}
.news_box .carousel .item img {
    width: 100%;
}
.news_box .content_box .gallery {
    margin-bottom: 15px !important;
}
.news_box img {
    max-width: 100%;
    height: auto;
}
.post-password-form {
    padding: 25px;
    margin: 20px 0;
    background: #F7F7F7;
}
.post-password-form input {
    min-height: 30px;
}
.post-password-form p,
.post-password-form label {
    color: #333333 !important;
    margin-right: 5px;
}
.post-password-form input[type=submit] {
    background: #e9e9e9;
    color: #333333;
    box-shadow: none;
    padding: 2px 15px 2px 20px;
    border: 1px solid #a9a9a9;
    font-weight: normal;
}
.password_protected_btn {
    position: relative;
    margin-left: 5px;
    font-weight: normal;
}
.password_protected_btn i {
    position: absolute;
    left: 7px;
    top: 9px;
    color: #333;
    font-size: 13px;
}
.content_box iframe {
    max-width: 100%;
    width: 100%;
}
.sticky {
    opacity: 1;
}
.search_not_found {
    font-size: 20px;
    margin-top: 50px;
}
#blog .blog_bg .news_box .post_meta_box {
    padding: 10px 20px;
}
#blog .blog_bg .news_box .content_box {
    padding: 20px 20px;
}
#blog .blog_bg .news_box .content_box h2:first-child {
    margin-top: 10px;
}
/* 15.1 - NAVIGATION */

#nav-below {
    clear: both;
    margin-bottom: 30px;
}
#nav-below .navigation ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#nav-below .navigation ul li {
    float: left;
    margin-right: 3px;
}
#nav-below .navigation ul li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0;
    text-align: center;
}
/* 15.2 - SIDEBAR */

#sidebar h3.widget-title {
    font-size: 19px;
    text-transform: capitalize;
    margin-top: 0;
    padding: 10px 15px;
    margin-bottom: 0px;
    width: 100%;
}
#sidebar .widget {
    margin-bottom: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#sidebar .widget a,
#sidebar .widget p,
#sidebar .widget em,
#sidebar .widget li,
#sidebar .widget span {
    font-size: 15px;
}
#sidebar .widget ul {
    list-style: none;
}
#sidebar .widget ul li {
    margin-bottom: 10px;
}
#sidebar .widget_rbestate_contact_widget ul.contact_widgets li i {
    margin-right: 10px;
}
/* 16.0 - SINGLE PROPERTY */

.propert_header_section {
    position: relative;
    width: 100%;
    height: 515px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.propert_header_section:after {
    position: absolute;
    content: " ";
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(44, 44, 44, 0) 36%, rgba(3, 3, 3, 0.88) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(36%, rgba(44, 44, 44, 0)), color-stop(100%, rgba(3, 3, 3, 0.88)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(44, 44, 44, 0) 36%, rgba(3, 3, 3, 0.88) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(44, 44, 44, 0) 36%, rgba(3, 3, 3, 0.88) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(44, 44, 44, 0) 36%, rgba(3, 3, 3, 0.88) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(44, 44, 44, 0) 36%, rgba(3, 3, 3, 0.88) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#525252', GradientType=0);
    height: 80%;
}
.property_header_abs {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
}
.property_header_abs h1 {
    margin-top: 0;
    font-size: 33px;
    margin-bottom: 0;
}
.property_header_abs .post-ratings {
    text-align: right;
}
.property_header_abs .icons {
    margin-top: 10px;
    margin-bottom: 10px;
}
.property_header_abs .icons i {
    font-size: 17px;
}
.property_header_abs .icons span {
    margin-left: 8px;
    font-size: 18px;
}
.property_header_abs .single_price {
    text-align: right;
    font-size: 27px;
    display: inline-block;
    float: right;
}
.property_header_abs h3 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
}
#single_property ul.address_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%:
}
#single_property ul.address_list li {
    float: left;
    width: 33%;
    margin-bottom: 10px;
}
#single_property ul.address_list li span {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}
#single_property .video-js .vjs-tech {
    background-size: cover;
}
#single_property .video-js {
    width: 100% !important;
    min-height: 350px;
}
.property_icon {
    margin-bottom: 8px;
}
ul.wishlist_compare {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    margin-left: 35px;
}
ul.wishlist_compare li {
    float: right;
}
ul.wishlist_compare li button,
ul.wishlist_compare li a {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 23px;
    padding: 0px 7px;
}
ul.wishlist_compare li button:hover,
ul.wishlist_compare li a:hover {
    background: transparent;
    border: none;
}
ul.wishlist_compare li button:focus,
ul.wishlist_compare li a:focus {
    background: transparent;
    border: none;
}
ul.wishlist_compare li button:active,
ul.wishlist_compare li a:active {
    background: transparent;
    border: none;
}
.single_title_bar {
    width: 100%;
    display: inline-block;
}
.single-properties #single_property {
    padding: 15px;
    margin-bottom: 30px;
}
.single-properties #sidebar {
    margin-bottom: 30px;
}
.sidebar_content_container {
    padding: 0px;
}
ul.single_feature_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
ul.single_feature_list li {
    float: left;
    margin-bottom: 8px;
}
ul.single_feature_list li i {
    margin-right: 8px;
}
.single-properties h3 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-properties .single_property_border {
    width: 100%;
    background: #E9E9E9;
    height: 1px;
    margin: 40px 0px;
}
.download_attachment {
    padding: 8px 10px;
}
.download_attachment i {
    margin-right: 5px;
}
#commentform .row>div {
    margin-bottom: 10px
}
#commentform .comment_form_submit {
    background: #EFEFEF;
    color: #333;
    margin-top: 15px;
    border: 1px solid #DDD;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.comments_btns {
    padding-right: 0;
}
.alert_by_comment {
    padding-right: 0;
    padding-left: 0;
}
.hidden_img {
    display: none;
}
.wishlist_compare li a:hover,
.wishlist_compare li button:hover {
    background: transparent;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
}
.wishlist_compare li a:focus,
.wishlist_compare li button:active {
    background: transparent;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
}
.wishlist_compare li .btn-default.active.focus,
.wishlist_compare li .btn-default.active:focus,
.wishlist_compare li .btn-default.active:hover,
.wishlist_compare li .btn-default:active.focus,
.wishlist_compare li .btn-default:active:focus,
.wishlist_compare li .btn-default:active:hover,
.wishlist_compare li .open>.dropdown-toggle.btn-default.focus,
.wishlist_compare li .open>.dropdown-toggle.btn-default:focus,
.wishlist_compare li .open>.dropdown-toggle.btn-default:hover {
    background: transparent;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
}
.wishlist_item.wished span {
    opacity: 0.5;
    color: #FFF;
}
.wishlist_compare span {
    transition: 0.6s;
}
.print_logo_container {
    display: none;
}
.social-share-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 60%;
    left: 0;
    display: inline-block;
    z-index: 100;
}
.social-share-wrapper li a {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #FFFFFF;
    transition: 0.6s;
}
.social-share-wrapper li a:hover {
    width: 52px;
}
.social-share-wrapper li a:hover i {
    margin-left: 8px;
}
.social-share-wrapper li a i {
    font-size: 16px;
    padding: 11px 5px;
}
.social-share-wrapper li a.share_twitter {
    background: #55acee;
}
.social-share-wrapper li a.share_facebook {
    background: #4a66a0;
}
.social-share-wrapper li a.share_google_plus {
    background: #4285F4;
}
.social-share-wrapper li a.share_linkedin {
    background: #0177b5;
}
.social-share-wrapper li a.share_mail {
    background: #848484;
}
.acf-map {
    width: 100%;
    height: 350px;
}
#property_author {
    padding: 15px;
    display: inline-block;
    width: 100%;
}
#property_author .author_img_box {
    display: inline-block;
    float: left;
    padding-right: 20px;
}
#property_author .agent_small {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#property_author .author_basic_information {
    font-size: 16px;
    margin-top: 20px;
}
#property_author h2 {
    padding: 0;
    font-size: 22px;
}
#property_author .author_basic_information span {
    margin-right: 20px;
}
#property_author .author_basic_information span i {
    margin-right: 5px;
}
#property_author .author_basic_information span em {
    font-style: normal;
}
#property_author .user_page_social {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}
#property_author .user_page_social li {
    float: left;
    margin-right: 15px;
}
#property_author .author_single_description {
    clear: both;
    margin-top: 20px;
    display: inline-block;
    text-align: justify;
    font-size: 16px;
}
#nav-belows .pagination a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 8px 13px;
    display: inline-block;
}
#nav-belows .pagination span {
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 8px 13px;
    display: inline-block;
}
#nav-belows {
    clear: both;
    margin-left: 15px;
}
.search_form_padding {
    padding-top: 0 !important;
}
.single-properties .blog_bg {
    padding-top: 30px;
}
/* 17.0 - COMMENTS */

#cancel-comment-reply-link {
    margin-bottom: 10px;
    display: block;
    color: #8A8F9A;
}
.comments-list .comment-author.vcard {
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
}
.comments-list #respond {
    clear: both;
}
ul.comment-list #respond {
    clear: both;
    padding: 15px;
}
ul.comment-list {
    list-style: none;
    padding: 0;
    background: #FFF;
}
ul.comment-list li .comment-body {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}
.comment_form_titles {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.comment-navigation .nav-links a {
    color: #000;
}
.comment-navigation .nav-links .nav-previous {
    display: inline-block;
    float: left;
}
.comment-navigation .nav-links .nav-next {
    display: inline-block;
    float: right;
}
.user_image {
    float: left;
    display: inline-block;
    width: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: 13px;
    padding-left: 0;
}
.comment-inner-body {
    background: #F7F7F7;
    width: calc(100% - 100px);
    display: inline-block;
    padding: 15px;
    margin-left: 30px;
    position: relative;
}
.comment-inner-body:before {
    border: 20px solid transparent;
    border-right-color: #F7F7F7;
    content: '';
    display: block;
    left: -40px;
    position: absolute;
    top: 20px;
    z-index: 1;
}
.commentmetadata {
    float: left;
    margin-left: 15px;
}
.author-name {
    float: left;
}
.link-braces {
    float: none;
    clear: both;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #FFF;
    padding-top: 10px;
    margin-bottom: 0;
}
.comment-body .reply {
    position: absolute;
    top: 30px;
    right: 25px;
}
.comment-body .reply .replay_icon {
    float: right;
    margin-top: 4px;
    margin-left: 5px;
}
.comments-list ul.children {
    list-style: none;
}
.comment-awaiting-moderation {
    margin-left: 10px;
}
.comment-date {
    margin-left: 20px;
    margin-right: 5px;
}
.comment-date i {
    margin-right: 5px;
}
.alert-info {
    background: #eeeeee;
    border: 1px solid #e7e9ef;
    color: #333;
}
.alert-info a {
    color: #8A8F9A;
}
/* 18.0 - BREADCRUMB */

#breadcrumbs {
    margin-top: 0px;
    padding-left: 15px;
    margin-bottom: 20px;
}
#breadcrumbs span {
    color: #808080;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    transition: 0.6s;
}
#breadcrumbs span:hover {
    color: #191919;
}
#breadcrumbs span:last-child:before {
    display: none;
}
#breadcrumbs span:first-child {
    margin-left: 0;
}
/* 19.0 - AUTHOR */

body.author #page-banner {
    background-color: #cbcbcb;
}
#author .author_img_box {
    display: inline-block;
    float: left;
    padding-right: 20px;
}
#author .author_basic_information h1 {
    text-align: left;
}
#author .agent_small {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#author #page-banner .page_overly h1 {
    padding: 0;
}
#author .author_basic_information h1 {
    font-size: 28px;
}
#author .author_basic_information span {
    margin-right: 20px;
}
#author .author_basic_information span i {
    margin-right: 5px;
}
#author .author_basic_information span em {
    font-style: normal;
}
#author #page-banner .page_overly {
    padding: 50px 0px;
}
#author #page-banner .author_basic_information {
    font-size: 16px;
    margin-top: 20px;
}
#author .user_page_social {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}
#author .user_page_social li {
    float: left;
    margin-right: 15px;
}
#author .user_page_social li a {
    font-size: 19px;
}
#author .author_single_description {
    clear: both;
    margin-top: 20px;
    display: inline-block;
    text-align: justify;
    font-size: 16px;
}
#author .author_last_homes .customNavigation {
    top: -40px;
}
#author .blog_bg {
    padding: 50px 15px;
}
#author .single_author_title {
    margin-top: 0;
    color: #5b5b60;
}
#author_archive .blog_bg {
    padding: 50px 15px;
}
#author .contact_send {
    padding: 10px;
    border-radius: 0;
}
.page-template-template_author #agents .agent_desc p {
    margin-bottom: 0px;
    text-align: center;
}
/* 20.0 - SIDEBAR WIDGETS*/

#sidebar .widget_archive ul,
#sidebar .widget_pages ul {
    list-style: none;
    padding-left: 0px;
}
#sidebar .widget_archive ul li,
#sidebar .widget_pages ul li {
    position: relative;
    padding-left: 15px;
}
#sidebar .widget_archive ul li:before,
#sidebar .widget_pages ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 6px;
}
#sidebar .widget_calendar table {
    width: 100%;
}
#sidebar .widget_calendar table caption {
    text-align: center;
    margin-bottom: 5px;
}
#sidebar .widget_calendar table #prev,
#sidebar .widget_calendar table #next {
    margin-top: 5px;
}
#sidebar .widget_nav_menu ul {
    list-style: none;
    padding-left: 0px;
}
#sidebar .widget_nav_menu ul li {
    position: relative;
    padding-left: 18px;
}
#sidebar .widget_nav_menu ul li:before {
    content: "\f0c1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
}
#sidebar .widget_nav_menu ul li ul {
    padding-left: 0px;
    margin-top: 7px;
    margin-bottom: 10px;
}
#sidebar .widget_text {
    text-align: justify;
}
#sidebar .widget ul {
    list-style: none;
    padding-left: 0px;
}
#sidebar .widget_ratings-widget ul li {
    position: relative;
    padding-left: 18px;
}
#sidebar .widget_ratings-widget ul li:before {
    content: "\f006";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
}
#sidebar .widget_search input[type="text"] {
    background: #ffffff;
}
#sidebar .widget input[type="text"] {
    background: #ffffff;
}
#sidebar .widget ul li ul.children {
    padding-left: 0px;
    margin-top: 7px;
    margin-bottom: 10px;
}
#sidebar .widget_categories ul li {
    position: relative;
    padding-left: 18px;
}
#sidebar .widget_categories ul li:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 13px;
}
#sidebar .widget_meta ul li {
    position: relative;
    padding-left: 18px;
}
#sidebar .widget_meta ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 2px;
    top: 0px;
    font-size: 16px;
}
#sidebar .widget_polls-widget .wp-polls-ans p {
    text-align: left !important;
}
#sidebar .widget_recent_comments ul li {
    position: relative;
    padding-left: 18px;
}
#sidebar .widget_recent_comments ul li:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 13px;
}
#sidebar .widget_rss h3.widget-title a {
    color: #333333;
    font-weight: 500;
    font-size: 19px;
}
#sidebar .widget_recent_entries ul li span {
    display: block;
    font-size: 13px;
    position: relative;
    padding-left: 18px;
    color: #565656;
    line-height: 30px;
}
#sidebar .widget_recent_entries ul li a {
    font-weight: 600;
}
#sidebar .widget_recent_entries ul li span:before {
    content: "\f133";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #565656;
    text-decoration: inherit;
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 12px;
}
#sidebar .widget_related_property ul li {
    position: relative;
    min-height: 70px;
}
#sidebar .widget_related_property .content img {
    position: absolute;
    left: 0;
    top: 7px;
}
#sidebar .widget_related_property .property_sidebar_content {
    text-align: center;
    margin-top: 10px;
}
#sidebar .widget_related_property .property_sidebar_content h3 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 0px;
}
#sidebar .widget_related_article .property_sidebar_content h3 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 5px;
}
#sidebar .widget_related_article .property_sidebar_content {
    padding-left: 120px;
}
#sidebar .widget_related_article ul li {
    position: relative;
    min-height: 70px;
}
#sidebar .widget_related_article .content img {
    position: absolute;
    left: 0;
    top: 7px;
}
#sidebar #wpas-search_query,
#sidebar #wpas-tax_location_property,
#sidebar #wpas-tax_status_property,
#sidebar #wpas-tax_type_property {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
}
#sidebar #wp-advanced-search #wpas-search_query:after,
#sidebar #wp-advanced-search #wpas-tax_type_property:after,
#sidebar #wp-advanced-search #wpas-tax_status_property:after,
#sidebar #wp-advanced-search #wpas-tax_location_property:after {
    bottom: 6px;
    left: 12px;
}
#sidebar #wp-advanced-search {
    padding: 0;
}
#sidebar #wp-advanced-search #wpas-submit {
    width: 100%;
}
#sidebar #wp-advanced-search #wpas-submit input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: none;
}
#sidebar .rangess {
    width: 100%;
}
#sidebar .sidebar_content_container select {
    margin-left: 5px;
}
#sidebar .widget_search #searchform div {
    position: relative;
}
#sidebar .widget_search #searchform #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
}
#sidebar .widget_search input[type="text"] {
    width: 100%;
}
#sidebar .social_widget {
    display: inline-block;
    margin-bottom: 0;
}
#sidebar .social_widget li {
    float: left;
    margin-right: 10px;
}
#sidebar .social_widget li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px 0px;
    transition: 0.6s;
    text-align: center;
}
#sidebar .social_widget li a i {
    font-size: 17px;
}
#sidebar .social_widget li a:hover {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#sidebar .widget_feature_property ul li {
    position: relative;
    min-height: 70px;
}
#sidebar .widget_feature_property .content img {
    position: absolute;
    left: 0;
    top: 7px;
}
#sidebar .widget_feature_property .property_sidebar_content {
    padding-left: 120px;
}
#sidebar .widget_feature_property .property_sidebar_content h3 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 5px;
}
#sidebar .sidebar_content_container ul.popular-list li img {
    width: 100%;
    height: auto;
}
#sidebar .sidebar_content_container ul.popular-list li {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#sidebar .sidebar_content_container ul.popular-list li .property_sidebar_content h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
#sidebar .sidebar_content_container ul.popular-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#sidebar .widget_feature_agents .item img {
    width: 100%;
    height: auto;
}
#sidebar .owl-carousel15 .item img {
    width: 100%;
    height: auto;
}
#sidebar .widget_related_property .owl-theme .owl-controls {
    margin-top: 10px;
}
#sidebar #searchform #s {
    padding-left: 10px;
    height: 25px;
}
#sidebar .widget_feature_agents .item {
    border: none;
    margin-bottom: 0px;
}
#sidebar .widget_feature_agents .item img {
    border-radius: 0;
}
#sidebar .widget_feature_property .content img {
    width: auto !important;
}
#sidebar .widget_rbestate_feature_agents img {
    border: none;
    border-radius: 0;
    width: 100%;
}
#sidebar .widget_rbestate_feature_agents .owl-item .item {
    border: none;
    margin-bottom: 0;
    padding: 0;
}
#sidebar #wp-advanced-search #wpas-submit {
    margin-top: 15px;
}
#sidebar .widget_rbestate_related_article ul li h3 a,
#sidebar .widget_rbestate_feature_property ul li h3 a,
#sidebar .widget_rbestate_latest_property ul li h3 a,
#sidebar .widget_rbestate_related_property h3 a {
    font-size: 17px;
}
#sidebar .widget_rbestate_feature_agents .owl-item {
    padding-right: 0 !important;
}
#sidebar .widget_rbestate_related_property .owl-wrapper-outer h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}
#sidebar .widget_rbestate_related_property > h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
#sidebar .sidebar_content_container > ul,
#sidebar .sidebar_content_container > div,
#sidebar .sidebar_content_container > select {
    padding: 20px;
    margin-bottom: 0;
}
#sidebar .sidebar_content_container form#searchform {
    padding: 20px;
    margin-bottom: 0;
}
#sidebar .textwidget img {
    max-width: 100%;
    margin: 15px 0px;
}
#sidebar select.postform {
    width: 84%;
    padding: 9px;
    margin: 20px 8% 20px 8%;
}
#sidebar select {
    width: 84%;
    padding: 9px !Important;
    margin: 20px 8% 20px 8% !important;
}
#sidebar .widget_rbestate_advanced_search select {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 40px !Important;
}
/* 21.0 - ARCHIVE PROPERTIES */

#list_grid_properties .blog_bg {
    padding: 50px 15px;
}
#list_grid_properties .blog_bg .house-info h4 {
    display: none;
}
#list_grid_properties .blog_bg .house-info p {
    display: none;
}
/* 22.0 - LIST AND GRID */

#list_grid_properties #list_grid .list {
    width: 100%;
    position: relative;
}
#list_grid_properties #list_grid .list .every_list_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
#list_grid_properties #list_grid .list .every_list_item .last_homes_images {
    width: 40%;
    float: left;
	min-height: 185px;                                                                           
}
#list_grid_properties #list_grid .list .every_list_item .caption {
    float: left;
    width: 60%;
    padding: 0px 15px;
}
#list_grid_properties #list_grid .list .every_list_item .acf_abs_container {
    position: absolute;
    bottom: 5px;
}
#list_grid_properties #list_grid .list .every_list_item .house-info p,
#list_grid .list .every_list_item .house-info h4 {
    display: block;
}
#list_grid_properties #list_grid .list .thumbnail .caption {
    background: transparent;
}
#list_grid_properties #list_grid .list .thumbnail:hover .caption {
    background: transparent;
}
#list_grid_properties #list_grid .list .thumbnail {
    display: inline-block;
    position: relative;
	width: 100%;
}
#list_grid_properties #list_grid .grid .every_list_item {
    float: left;
    width: 48%;
    padding: 0;
    margin: 1%;
}
#list_grid_properties #viewcontrols {
    width: 100%;
    text-align: right;
    padding-right: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
#list_grid_properties #viewcontrols a {
    padding: 10px;
    color: #191E21;
    cursor: pointer;
}
/* 23.0 - 404 */

#not_found_pages {
    text-align: center;
}
#not_found_pages img {
    margin: 40px auto;
}
#not_found_pages h2 {
    font-size: 26px;
}
#not_found_pages p {
    font-size: 18px;
    color: #a1b1bc;
    margin-top: 15px;
}
/* 24.0 - CONTACT PAGE */

#contact_page_map .acf-map {
    width: 100%;
    height: 450px;
}
.page-template-template_contact1 .contact_page_one {
    padding: 0 !important;
}
.contact_page_one .contact_information {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact_page_one .contact_form {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact_page_one .contact_information i {
    width: 30px;
    text-align: center;
    font-size: 15px;
}
.contact_page_one .contact_information span {
    text-align: justify;
    font-size: 15px;
}
.contact_page_one .contact_information div {
    margin-bottom: 8px;
}
.contact_page_one .contact_information .site_name {
    font-size: 20px;
}
.contact_page_one .contact_form .contact_send {
    padding: 10px;
}
.page-template-template_contact1 ul.contact_page_social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 10px;
}
.page-template-template_contact1 ul.contact_page_social li {
    float: left;
    margin-right: 15px;
}
.page-template-template_contact1 ul.contact_page_social li a {
    width: 37px;
    height: 37px;
    display: inline-block;
    border: 1px solid #333333;
    line-height: 34px;
    text-align: center;
    font-size: 17px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}
.page-template-template_contact1 ul.contact_page_social li.facebook_link a:hover {
    background: #395b89;
}
.page-template-template_contact1 ul.contact_page_social li.twitter_link a:hover {
    background: #2bbfec;
}
.page-template-template_contact1 ul.contact_page_social li.linkedin_link a:hover {
    background: #1184cd;
}
.page-template-template_contact1 ul.contact_page_social li.google_plus_link a:hover {
    background: #d63b3b;
}
.page-template-template_contact1 ul.contact_page_social li a:hover i {
    color: #FFFFFF !important;
}
.page-template-template_contact1 .contact_send_container button {
    border-radius: 0;
}
.contact_send_container {
    display: inline-block;
    padding-right: 15px;
    float: right;
    margin-top: 15px;
}
.g-recaptcha {
    display: inline-block;
    padding-left: 15px;
    float: left;
}
.page-template-template_contact1 input[type=text],
.page-template-template_contact1 input[type=email] {
    width: 31.3%;
    margin: 0% 0.5%;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fff;
    border: 1px solid #e7e9ef;
    height: 50px;
    box-shadow: none;
}
.page-template-template_contact1 input[type=submit] {
    transition: 0.6s;
    padding: 10px;
    border-radius: 0;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #ccc;
    float: right;
    margin-right: 2.5%;
    margin-top: 1%;
}
.page-template-template_contact1 input[type=submit]:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.page-template-template_contact1 textarea {
    width: 97%;
    margin: 0 auto;
    margin-left: 0.5%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 1.5%;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fff;
    border: 1px solid #e7e9ef;
    box-shadow: none;
}
.page-template-template_contact1 span.wpcf7-not-valid-tip {
    position: absolute;
    right: 8px;
    bottom: -2px;
}
.page-template-template_contact1 ..wpcf7-form-control-wrap {
    position: initial;
}
.page-template-template_contact1 .wpcf7-form p {
    display: inline;
    position: relative;
}
/* 25.0 - FRONT END */

.notify p {
    padding: 10px 10px;
    border: 1px solid #E7E9EF;
    margin-bottom: 10px;
    color: #606060;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 10px;
}
.register_term {
    float: left;
    margin-right: 5px !important;
}
label.error {
    width: 100%;
}
#register_user {
    background: #F0F3F4;
}
.front_end_breadcrumb {
    margin: 20px 0px 0 0;
}
.front_end_breadcrumb h1 {
    font-size: 25px;
    padding: 20px 10px;
    margin: 0px;
    color: #5b5b60;
}
.front_end_form_container {
    margin: 20px 0px;
}
.front_end_form_container label {
    color: #5b5b60;
}
.front_end_form_container input {
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.front_end_form_container .front_end_btn {
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    clear: both;
    float: none;
    padding: 8px 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.front_end_form_container .frond_end_sidebar {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    padding: 15px 15px;
    list-style: none;
}
.form-control {
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fff;
    border: 1px solid #e7e9ef;
    height: 50px;
    box-shadow: none;
}
.front_end_form_container label.error {
    margin-top: 3px;
}
notify {
    margin-bottom: 25px;
}
.front_end_form_container .frond_end_sidebar li {
    margin-bottom: 20px;
    transition: 0.6s;
    -webkit-transition: 0.6;
    -moz-transition: 0.6s;
}
.front_end_form_container .frond_end_sidebar li a i {
    margin-right: 5px;
}
.front_end_form_container .frond_end_sidebar li:last-child {
    margin-bottom: 0;
}
.front_end_form_container .frond_end_sidebar li a {
    font-size: 15px;
}
.frond_end_sidebar li .logout_submit {
    background: transparent;
    border: none;
    padding: 0;
}
.front_end_form_container .frond_end_sidebar li:hover {
    margin-left: 10px;
}
.wishlist_empty {
    font-size: 18px;
    font-weight: 500;
}
.not_post_found {
    font-size: 18px;
    font-weight: 500;
}
.acf-label p {
    min-height: 32px;
}
.acf-form-submit input.acf-button {
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    clear: both;
    float: none;
    padding: 8px 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.acf-input-wrap input,
.acf-field select {
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 35px !important;
}
.acf-taxonomy-field .categorychecklist-holder {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
.upload_img_after_form {
    display: none;
}
.show_cover_img {
    font-size: 12px;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
    padding: 4px;
}
.delete_images {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFFFFF;
    background: #14b1bb;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
}
.user_img_before {
    position: relative;
    display: inline-block;
}
.upload_pimg_after_form {
    display: none;
}
.show_cover_imgs {
    font-size: 12px;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
    padding: 4px;
}
.company_img_before {
    position: relative;
    display: inline-block;
}
.old_image {
    width: 170px;
    height: auto;
    max-width: 170px;
}
.real_img {
    display: block;
}
.user_img_box {
    padding-left: 0;
}
.edit_to_property {
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
}
.page-template-property_my #last_homes .thumbnail:hover .overly .add_wishlist li.link_to_property {
    right: calc(50% - 70px);
}
.page-template-property_my #last_homes .thumbnail:hover .overly .add_wishlist li.add_to_wishlist {
    left: calc(50% - 70px);
}
.page-template-front-enduser-profile-php .front_end_btn {
    margin-left: 15px;
}
.page-template-front-endproperty_add-php .acf-form-submit .acf-button {
    margin-left: 15px;
}
.page-template-front-endproperty_my-php #last_homes {
    padding-top: 25px;
}
.page-template-front-endproperty_add-php #message {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.page-template-front-endproperty_add-php #not_permission {
    margin-top: 25px;
}
.upload_prof_size {
    display: inline-block;
    width: 100%;
}
.register-not-active {
	padding: 60px 0 60px 0; 
	text-align: left;
}
#last_homes .register-not-active {
	padding: 35px 0 60px 0; 
	text-align: left;                                                                                 
}                                                                                                                         
/* 26.0 - IDX */

.dsidx-listing-tag.dsidx-tag-pre-foreclosure br {
    display: none;
}
#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-pre-foreclosure {
    width: 100%;
    display: inline-block;
    text-align: left !important;
    padding: 8px 10px;
    margin-bottom: 10px;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #DD8811;
    text-decoration: inherit;
    font-size: 15px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 15px;
}
.dsidx-secondary-data-mls-number {
    position: relative;
    padding-left: 15px !important;
}
.dsidx-secondary-data-mls-number:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #DD8811;
    text-decoration: inherit;
    font-size: 15px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 15px;
}
#dsidx-listings .dsidx-listing {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#dsidx-listings .dsidx-listing .dsidx-media {
    margin: 9px 8px;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data {
    padding: 10px 10px;
}
.dsidx-listing a:hover {
    text-decoration: none !important;
}
#dsidx-contact-form-submit {
    padding: 8px 10px;
}
#dsidx h3 {
    margin-bottom: 10px;
    border-bottom: none;
}
#dsidx-description {
    border-left: none;
}
#dsidx-header table tr td {
    border: none;
}
.dsidx-shortcode-item h4,
.dsidx-shortcode-item h3 {
    text-decoration: none !important;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: bold;
}
.dsidx-shortcode-item table {
    margin-left: 0px !important;
}
.dsidx-shortcode-item table tr td,
.dsidx-shortcode-item table tr th {
    padding: 5px;
}
.dsidx-shortcode-item .dsidx-shortcode-map {
    margin-left: 0 !important;
}
.dsidx-shortcode-item blockquote {
    padding: 0;
    border-left: none;
    margin-top: 10px;
}
.dsidx-shortcode-item a:hover,
#dsidx a:hover {
    text-decoration: none !important;
}
#dsidx-secondary-data tr img {
    margin-right: 5px !important;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data {
    border-bottom: none;
}
.dsidx-price {
    background: transparent !important;
}
.dsidx-listing-tag.dsidx-tag-pre-foreclosure {
    font-weight: 100;
}
#dsidx-listings .dsidx-listing .dsidx-media {
    background: transparent !important;
    margin-top: 0;
}
#dsidx-header table tr {
    background: transparent !important;
}
.dsidx-prop-features div {
    float: left;
    margin-left: 30px;
}
.dsidx-prop-features div:nth-child(1) {
    margin-left: 0px;
}
.dsidx-prop-summary .dsidx-prop-title {
    padding: 8px 8px;
    margin-bottom: 10px !important;
}
.dsidx-details #dsidx-header table td {
    border: none !important;
}
.dsidx-resp-area input[type="text"],
.dsidx-resp-area select {
    height: 40px;
    padding-left: 10px;
}
.dsidx-resp-area-submit input[type="submit"] {
    height: 40px;
}
.dsidx-resp-search-form fieldset {
    width: 100%;
}
/* 27.0 - WordPress CORE */

.alignnone {
    margin: 20px 0px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 20px auto 20px auto;
}
.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.wp-caption {
    background: #f1f1f1;
    color: #888;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}
.wp-caption img {
    margin: 5px;
}
.wp-caption p.wp-caption-text {
    margin: 0 0 4px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: auto;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: auto !important;
}
.gallery dl {
    margin: 0;
}
.gallery dl.gallery-item {
    position: relative;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery-caption {
    color: #888;
    font-size: 12px;
    margin: -24px 0 24px 0;
    background: #f7f7f7;
    z-index: 1000;
    display: inline-block;
    width: 95%;
    padding: 5px;
    border: 2px solid #cfcfcf;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.gallery br+br {
    display: none;
}
.bypostauthor {
    background: #FFF;
}
.commentlist .bypostauthor {
    background: #FFF;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}
table td,
table th {
    padding: 7px 10px;
    text-align: center;
}
table tr:hover td {
    background-color: #f3f3f3;
}
/* 28.0 - COMPARE */

.compare_full_error {
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    top: 30%;
    display: inline-block;
    text-align: center;
}
.compare_full_error .alert {
    display: inline-block;
    font-weight: 600;
    border: 1px solid #B38686;
    background: #ECD3D3;
}
.comapre_price {
    display: inline-block;
}
.comapre_price em {
    font-style: normal;
}
.col_2 {
    position: relative;
    width: 35%;
    text-align: center;
    display: table-cell;
    background: #eceff1;
    border-bottom: 1px solid #FFF;
    vertical-align: middle;
    padding: 5px;
}
.col_1 {
    position: relative;
    width: 70%;
    text-align: center;
    display: table-cell;
    background: #eceff1;
    border-bottom: 1px solid #FFF;
    vertical-align: middle;
    padding: 5px;
}
.col_3 {
    position: relative;
    width: 23%;
    text-align: center;
    background: #eceff1;
    border-bottom: 1px solid #FFF;
    float: none;
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}
.col_4 {
    position: relative;
    width: 20%;
    text-align: center;
    background: #eceff1;
    border-bottom: 1px solid #FFF;
    float: none;
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}
.col_3:nth-child(2n+1) {
    background: #cfd8dc;
}
.show_compare_title {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    border-bottom: 1px solid #FFF;
    color: #eceff1;
    text-align: left;
    padding: 17px;
}
.page-template-template-compare .every_list_item .compare_row {
    display: table;
    width: 100%;
}
.page-template-template-compare .compare_image {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.page-template-template-compare .add_to_compare {
    position: absolute;
    top: 5px;
    right: 5px;
}
.page-template-template-compare .add_to_compare .compare_item {
    border: none;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
}
.show_compare_link {
    position: fixed;
    top: 40%;
    left: -27px;
    transform: rotate(90deg);
}
.show_compare_link a {
    padding: 10px 20px 20px 15px;
    font-size: 20px;
    color: #FFF;
}
.show_compare_link a:hover,
.show_compare_link a:active,
.show_compare_link a:visited,
.show_compare_link a:focus {
    text-decoration: none;
}
/* 29.0 - BOXED LAYOUT */

#box_layout section#testimonial {
    padding: 0;
}
#box_layout #homepage_banner {
    padding: 0;
}
#box_layout #blog {
    padding: 0;
}
#box_layout #author_archive {
    padding: 0;
}
#box_layout #author {
    padding: 0;
}
#box_layout #author #page-banner .page_overly {
    padding: 50px 15px;
}
#box_layout #contact_information_container {
    margin: 0;
}
#box_layout #list_grid_properties {
    padding: 0;
}
#box_layout.single-properties #property {
    padding: 0;
}
#box_layout.single-properties #property #single_print_content {
    padding-right: 15px;
    padding-left: 15px;
}
#box_layout .ajax_search {
    padding: 15px;
    padding-top: 0;
}
#box_layout .ajax_search .col-md-12 {
    padding: 1px;
}
#box_layout #testimonial .row.row_spacer {
    margin-right: 0;
    margin-left: 0;
}
/* 30.0 - MEDIA QUERIIS */

@media screen and (min-width: 991px) {
    div#middle-head > div:first-child {
        text-align: left;
    }
    div#middle-head > div:first-child img {
        margin: 0;
    }
    #middle-header div#middle-head div:last-child {
        text-align: right !important;
    }
}
@media screen and (max-width: 1250px) {
    #slider .carousel-caption {
        width: 45%;
        top: 10%;
    }
    #footer .footer_box #searchform input[type=submit] {
        margin-top: 5px;
    }
}
@media screen and (max-width: 992px) {
    #slider .carousel-caption {
        width: 65%;
        top: 10%;
    }
    #list_grid_properties #list_grid .list .every_list_item .acf_abs_container {
        position: relative;
    }
    .compare_row h4 {
        min-height: 40px;
    }
}
@media screen and (max-width: 768px) {
    .ajax_search #wp-advanced-search #wpas-search_query,
    .ajax_search #wp-advanced-search #wpas-tax_location_property,
    .ajax_search #wp-advanced-search #wpas-tax_status_property,
    .ajax_search #wp-advanced-search #wpas-tax_type_property {
        width: 50%;
    }
    .ajax_search #wp-advanced-search .rangess {
        width: 100%;
    }
    .ajax_search #wp-advanced-search #wpas-submit {
        float: left;
        margin-top: 15px;
    }
    #slider .carousel-caption {
        display: none;
    }
    .gallery-item {
        width: 50% !important;
    }
    #list_grid_properties #list_grid .list .every_list_item .last_homes_images {
        width: 100%;
    }
    #list_grid_properties #list_grid .list .every_list_item .acf_abs_container {
        position: relative;
    }
    #list_grid_properties #list_grid .list .every_list_item .caption {
        width: 100%;
        float: none;
    }
    .show_compare_title {
        width: 160px;
    }
    .property_header_abs .post-ratings {
        text-align: right;
    }
    .property_header_abs .single_price {
        float: right;
    }
    .copyright .copy-right.pull-left,
    .copyright .copy-right.pull-right {
        text-align: center
    }
    .content_box .dsidx-resp-search-form div {
        width: 100% !important;
    }
    #dsidx-listings li.dsidx-listing-container .dsidx-data {
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    #dsidx-listings .dsidx-listing .dsidx-media {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img {
        width: 100%;
    }
    .dsidx-primary-data {
        width: 100%;
    }
    .dsidx-shortcode-item .dsidx-primary-photo {
        width: 100% !important;
    }
    .dsidx-shortcode-item .dsidx-primary-photo img {
        width: 100% !important;
    }
    .comments-list ul.children {
        padding-left: 25px;
    }
}
@media screen and (max-width: 600px) {
    .col-xxs-12 {
        width: 100%;
    }
    #list_grid_properties #list_grid .grid .every_list_item {
        width: 100%;
        margin: 0;
    }
    .ajax_search #wp-advanced-search #wpas-search_query,
    .ajax_search #wp-advanced-search #wpas-tax_location_property,
    .ajax_search #wp-advanced-search #wpas-tax_status_property,
    .ajax_search #wp-advanced-search #wpas-tax_type_property {
        width: 100%;
    }
    #slider .carousel-control span {
        font-size: 2em;
    }
    .compare_row .col_4 {
        width: 100%;
        display: block;
    }
    .compare_row .col_3 {
        width: 100%;
        display: block;
    }
    .compare_row .col_2 {
        width: 100%;
        display: block;
    }
    .compare_row .col_1 {
        width: 100%;
        display: block;
    }
    .show_compare_title {
        width: 140px;
    }
    #top-header .user-login-container {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    #single_property ul.address_list li {
        float: none;
        width: 100%;
    }
    .page-template-template-testimonial .testimonials_bg .item img {
        float: none;
        margin: 10px auto;
        margin-bottom: 0;
    }
    .page-template-template-testimonial .testimonials_bg .item {
        text-align: center;
    }
    #middle-header .website-email {
        padding-top: 0px;
    }
    .user_image {
        display: none;
    }
    .comment-inner-body {
        width: 100%;
        margin-left: 0;
    }
    .comment-inner-body:before {
        display: none;
    }
    .comments-list ul.children {
        padding-left: 20px;
    }
}
@media screen and (max-width: 550px) {
    #blog .post_meta_box span {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
    }
    .page-template-template_author #agents .flip-container {
        width: 100%;
    }
    .gallery-item {
        width: 100% !important;
    }
    .comment-body .reply {
        position: initial;
        top: 30px;
        right: 25px;
        display: inline-block;
        margin-top: 10px;
    }
    .page-template-template_contact1 input[type=text],
    .page-template-template_contact1 input[type=email] {
        width: 100%;
        margin: 0%;
        float: none;
        margin-bottom: 1.5%;
    }
    .page-template-template_contact1 input[type=submit] {
        transition: 0.6s;
        padding: 10px;
        border-radius: 0;
        color: #333;
        background-color: #fff;
        margin-right: 1%;
    }
    .page-template-template_contact1 textarea {
        width: 100%;
        margin: 0 auto;
        margin-left: 0%;
        padding-right: 15px;
        padding-left: 15px;
    }
    table#wp-calendar td {
        padding: 3px 3px;
    }
    .comments-list ul.children {
        padding-left: 15px;
    }
}
@media screen and (max-width: 450px) {
    .comments-list ul.children {
        padding-left: 10px;
    }
    .commentmetadata {
        display: inline-block;
        float: none;
        clear: both;
        margin: 0;
        margin-top: 7px;
        width: 100%;
    }
    .commentmetadata .comment-date {
        margin-left: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 350px) {
    .comments-list ul.children {
        padding-left: 5px;
    }
}
/* 31.0 - PRINT */

@media print {
    @page {
        width: 100%;
        margin: 3%;
    }
    a,
    a:after {
        content: normal;
    }
    html,
    body {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .col-md-3 {
        width: 25%;
    }
    .comments-list,
    .single_slider,
    #contact_map,
    #carousel,
    .single_property_video,
    .single_property_attachment,
    #sidebar,
    img.img-hidden,
    .single_property_address .single_property_border {
        display: none;
    }
    .img-hidden {
        width: 70%;
        height: auto;
        margin: 0 auto;
        display: inline-block;
    }
    #shopping_desc {
        text-align: justify;
    }
    a[href]:after {
        content: none;
    }
    .print_image {
        display: block;
        width: 100%;
        height: auto;
    }
    h3.page-header span {
        -webkit-print-color-adjust: exact;
        background-color: #D8E0E3;
    }
    h3.page-header span:before {
        -webkit-print-color-adjust: exact;
        background: #C61B01;
    }
    h3.page-header span i {
        -webkit-print-color-adjust: exact;
        background: #b60000;
    }
    .focus_keywords span {
        background: transparent;
        -webkit-print-color-adjust: exact;
        border: none;
    }
    .contact_box_container #contact_information {
        width: 100%;
    }
    .hidden-img {
        display: inline-block !important;
        margin: 0 auto;
        text-align: center;
    }
    .print_logo_container {
        text-align: center;
        margin: 20px auto;
        display: inline-block;
        width: 100%;
    }
    #single_property {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .single-properties h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .print_localtion {
        width: 100%;
        text-align: left;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
        font-size: 19px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-weight: 300;
        margin-left: 0px;
        padding-left: 0px;
        display: inline-block;
    }
    .single-properties .single_property_border {
        -webkit-print-color-adjust: exact !important;
        width: 100%;
        background: #E9E9E9 !important;
        height: 1px;
        margin: 25px 0px;
    }
    .single_url {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .print_logo_container .property_header_abs {
        position: initial;
        width: 100%;
        display: inline-block;
        left: auto;
        margin: auto;
        z-index: 10;
        right: auto;
    }
    .property_header_abs .print_page_title {
        font-size: 22px;
    }
    .property_header_abs .icons {
        margin: 0;
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin: 0;
        padding: 0px;
    }
    .single_title_bar {
        width: 100%;
        display: inline-block;
    }
    .property_icon {
        margin-bottom: 15px;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
    }
    .property_header_abs .icons i {
        font-size: 17px;
    }
    .property_header_abs .icons span {
        margin-left: 8px;
        font-size: 18px;
    }
    .social-share-wrapper {
        display: none;
    }
    #property_author {
        -webkit-print-color-adjust: exact;
        background-color: #f7f7f7 !important;
        margin-top: 40px;
    }
    .comment_open_container {
        display: none !important;
    }
}