.wrapper {
    width: 100%;
    margin: 0;
    padding: 125px 0 0;
    position: relative;
}

.green__container {
    position: relative;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.gp_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.green__menu {
    height: 50px;
    position: relative;
    z-index: 2;
}

.close_menu {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    right: 100%;
    z-index: 12;
    font-size: 30px;
}
.smenu {
    position: absolute;
    top: 9px;
    left: 16px;
    height: 32px;
    width: 67px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    display: none;
}

/* Menu */
.close_menu {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    right: 100%;
    z-index: 12;
    font-size: 30px;
    display: none;
}
.smenu {
    position: absolute;
    top: 9px;
    left: 16px;
    height: 32px;
    width: 67px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    display: none;
}
.nav .dd.desktop {
    height: 50px;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.nav .dd.desktop li {
    float: left;
    display: block;
    margin: 0;
    position: relative;
}

.nav .dd.desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    z-index: 10;
    border: 0 !important;
}

.nav .dd.desktop li a {
    text-decoration: none;
    display: block;
    line-height: 50px;
    margin: 0;
    padding: 0 30px 0 0;
    white-space: nowrap;
    transition: all 0.5s ease 0.1s;
}
.nav .dd.desktop li.menu-item-has-children a {
    padding: 0 40px 0 0;
}

.proscroll .nav .dd.desktop li a {
    line-height: 50px;
    transition: all 0.5s ease 0.1s;
}

/* level 1 */

.nav .dd.desktop li ul {
    display: block;
    position: absolute;
    top: 85px;
    left: -15px;
    width: 200px;
    padding: 10px 15px;
    margin: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0.1s;
    visibility: hidden;
    opacity: 0;
}
.nav .dd.desktop li ul:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    clear: both;
}
.nav .dd.desktop li:hover ul:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    clear: both;
}

.nav .dd.desktop li:hover ul {
    display: block !important;
    transition: all 0.5s ease 0.1s;
    top: 45px;
    visibility: visible;
    opacity: 1;
}

.nav .dd.desktop li ul li {
    border: 0;
    position: relative;
}
.nav .dd.desktop li ul li.menu-item-has-children:after {
    top: 16px;
    right: 0;
}

.nav .dd.desktop li ul li {
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: left;
}
.nav .dd.desktop li ul li:hover ul:after {
    display: none;
}
.nav .dd.desktop li ul li:last-child {
    border: 0;
}

.nav .dd.desktop li ul li a {
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0;
    position: relative;
    transition: all 0.4s ease 0.1s;
}

.nav .dd.desktop li ul li a:hover,
.proscroll .nav .dd.desktop li ul li a:hover {
    padding: 0 0 0 15px;
    transition: all 0.4s ease 0.1s;
}

.nav .dd.desktop li ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    clear: both;
    transition: all 0.4s ease 0.1s;
    opacity: 0;
}

.nav .dd.desktop li ul li a:hover:after {
    opacity: 1;
    transition: all 0.4s ease 0.3s;
}

/* level 2 */

.nav .dd.desktop li ul li ul,
.nav .dd.desktop li:hover ul li ul,
.nav .dd.desktop li ul li ul li ul,
.nav .dd.desktop li ul li:hover ul li ul,
.nav .dd.desktop li ul li ul li ul li ul,
.nav .dd.desktop li ul li ul li:hover ul li ul {
    display: block !important;
    position: absolute;
    top: 45px;
    left: calc(100% - 100px);
    width: 200px;
    padding: 10px 15px;
    margin: 0;
    z-index: 12;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -ms-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    visibility: hidden;
    opacity: 0;
}

.nav .dd.desktop li ul li:hover ul,
.nav .dd.desktop li ul li ul li:hover ul,
.nav .dd.desktop li ul li ul li ul li:hover ul {
    display: block !important;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.nav .dd.desktop li ul li ul:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #4e964e;
    clear: both;
}

.green_headaccess {
    position: absolute;
    top: 9px;
    right: 16px;
    font-size: 12px;
    padding: 0;
    height: 32px;
    line-height: 32px;
}

.smenu {
    position: absolute;
    top: 9px;
    left: 16px;
    height: 32px;
    width: 67px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    display: none;
}
.slogin {
    display: inline-block;
    float: left;
    position: relative;
    height: 32px;
    line-height: 32px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
}
.slogin a {
    display: block;
    padding: 0;
    width: 67px;
}
.sregister {
    display: inline-block;
    float: left;
    position: relative;
    height: 32px;
    line-height: 32px;
    margin: 0 0 0 4px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
}
.sregister a {
    display: block;
    padding: 0;
    width: 67px;
}

.ajax-auth {
    position: absolute;
    top: 32px;
    right: 0;
    display: none;
    width: 241px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.ajax-auth.showform {
    display: block;
}
.pro_form {
    line-height: 1.3;
}
.pro_form h3 {
    font-size: 15px;

    margin: 0 0 10px;
}
.pro_form .close {
    float: right;
    cursor: pointer;
    color: #d33;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: -5px;
}
.logajax {
    margin: 0 0 8px;
}
.logajax input {
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 0 14px;
    width: calc(100% - 30px);
    font-size: 14px;
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.05);
}
.btlog {
    font-size: 14px;
}
.robot {
    margin: 0 0 5px;
}
#robot {
    margin: 4px 4px 4px 0;
}
.robot_oke,
.robot2_oke {
    text-align: right;
}
.logajax label {
    padding: 4px 0 0;
    display: block;
    font-size: 12px;
    font-family: Montserrat;
}
.submit_button {
    margin: 5px 0;
    border: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
}
.footer_form {
    padding: 10px 0 0;
}

/* TOP HEADER */
.top__header {
    height: 76px;
    position: relative;
    z-index: 1;
}

.green__logo {
    display: inline-block;
    height: 46px;
    padding: 15px 0;
}
.green__logo img {
    height: 46px;
    width: auto;
}

.green_headright {
    float: right;
    display: inline-block;
    height: 40px;
    padding: 18px 0;
    margin: 0 90px 0 0;
}
.green_addpro {
    display: inline-block;
    padding-right: 25px;
    border-right: 1px solid rgba(125, 125, 125, 0.3);
    float: left;
}
.green_addpro .addpro {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px 0 15px;
    margin: 0 0 0 8px;
    font-size: 14px;
}

.green_headcall {
    display: inline-block;
    height: 40px;
    text-align: center;
}
.pro_phone_text {
    font-size: 11px;
    font-family: Montserrat;
    line-height: 16px;
    height: 16px;
    text-align: center;
    margin: 0 0 2px;
}
.pro_phone {
    font-size: 18px;
    line-height: 20px;
    height: 40px;
    margin: 0 0 0 25px;
}
.pro_phone_text i {
    margin-right: 4px;
}
.green_headcall a {
    display: block;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    font-size: 18px;
}

/* SEARCH */
.open_menu {
    position: absolute;
    right: 15px;
    top: 0;
    width: 65px;
    height: 76px;
    text-align: center;
    line-height: 76px !important;
    border-left: 1px solid rgba(125, 125, 125, 0.3);
    border-right: 1px solid rgba(125, 125, 125, 0.3);
    font-size: 25px;
    box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.08);
}

#prosearch {
    position: absolute;
    top: 76px;
    right: -500px;
    width: 300px;
    z-index: 5;
    border: 1px solid rgba(125, 125, 125, 0.3);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
    opacity: 0;
    transition: all 0.5s ease 0.1s;
}
#prosearch.updown {
    right: 15px;
    opacity: 1;
    transition: all 0.5s ease 0.1s;
}
#searching {
    position: relative;
    box-shadow: 0 0 25px inset rgba(0, 0, 0, 0.05);
    padding: 15px 30px 30px;
}
.cari_select {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    font-weight: bold;
}
.cari_select span {
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.03);
    font-size: 14px;
    opacity: 0.5;
}
.cari_select span.active {
    opacity: 1;
}
.cari_jual {
    float: left;
    cursor: pointer;
}
.cari_sewa {
    float: right;
    cursor: pointer;
}
#sell_form {
}
#rent_form {
    display: none;
}
.outer_search {
    margin: 0;
}
.search_column {
    display: block;
    margin: 0 0 15px;
}
.inner_column {
    margin: 0;
    position: relative;
}
.inner_column input {
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 0 14px;
    width: calc(100% - 30px);
    font-size: 13px;
}
.inner_column input[type="checkbox"],
.inner_column input[type="radio"] {
    height: 14px;
    line-height: ;
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 0 14px;
    width: 14px;
    font-size: 13px;
    margin: 0 5px 0 0;
}
.tenor {
    margin-right: 6px;
    font-size: 13px;
}
.inner_column select {
    width: 100%;
    appearance: none;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 0 15px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.05);
}
.inner_column i {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 36px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(125, 125, 125, 0.3);
    z-index: 4;
}
.green_button {
    text-align: right;
    z-index: 4;
}
.green_button button {
    margin: 0 0 5px;
    border: 0;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
}
.green_button .fas {
    margin-right: 5px;
}
.select2-container {
    width: 100% !important;
}
.inner_column .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    font-size: 13px;
    padding: 0 15px;
}
.inner_column .select2-container .select2-selection--single .select2-selection__rendered {
    border: 1px solid rgba(125, 125, 125, 0.3);
}
.inner_column .select2-container--default .select2-selection--single {
    padding: 0;
    line-height: 36px;
    height: 36px;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
}
.select2-results__option {
    padding: 10px 15px !important;
    font-size: 13px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 36px;
    line-height: 36px;
    background: #f7f7f7;
    border: 1px solid rgba(125, 125, 125, 0.3) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    opacity: 0;
}
.pricing-range {
    margin: 0 -8px;
}

.page_search {
    max-width: 600px;
    margin: 0 10px;
    padding: 50px 0 30px;
    font-size: 15px;
}
.page_search h1 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -1px;
    font-weight: 400;
    margin: 0 0 20px;
}
.page_search h3 {
    font-size: 20px;
    padding: 30px 0 0;
}
.search_result {
    padding: 15px 0 0;
}
.search_inbox {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 8px 15px;
    font-size: 13px;
}
.box_type {
    background: #222;
    color: #fff;
}
.box_lokasi {
    background: #d33;
    color: #fff;
}
.box_option {
    background: #1579bc;
    color: #fff;
}
.box_range {
    background: #8c3;
    color: #fff;
}

/* BREADCRUMB */
.breadcrumbs {
    padding: 30px 0;
    line-height: 1.5;
    font-family: Montserrat;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 10px !important;
}
.single-property .breadcrumbs,
.single-property-sewa .breadcrumbs {
    display: none;
}
.inbread {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* MINI SLIDE */
.featured_slider {
    padding: 20px 0;
}
.barslider {
    margin: 0 0 16px;
}
.barslider:last-child {
    margin: 0 !important;
}
.feat_images {
    width: 112px;
    height: 84px;
    margin: 0 15px 0 0;
    float: left;
}
.feat_images img {
    display: block;
}
.feat_contents {
    float: right;
    width: calc(100% - 127px);
}
.feat_contents .widget_posttitle {
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.feat_contents .widget_posttitle a {
    margin-left: 37px;
}

/* LOOP POST */
.single__inner {
    margin: 0 -8px;
    padding: 30px 0;
}
.post_listing {
    width: calc(100% - 440px);
    float: left;
}
.post_inner {
    margin: 0 8px;
}
.just__post {
    margin: 0 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.just__post.just__gallery {
    background: none !important;
}
.just__post img {
    width: 100%;
    height: auto;
    display: block;
}
.just__post .wp-caption {
    max-width: 100%;
}
.just__post .green_title {
    padding: 30px 40px;
    font-size: 30px;
}
.post_ads {
    padding: 30px 40px;
}
.property_iframe {
    width: 100%;
    height: 350px;
    display: block;
}
.excert__post {
    padding: 0 40px;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.4;
}
.meta__post {
    position: relative;
    padding: 30px 40px;
    border-top: 1px solid rgba(125, 125, 125, 0.3);
    font-size: 15px;
}
.meta__post span {
    margin: 0 20px 0 0;
}
.read__post {
    position: absolute;
    top: 22px;
    right: 40px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

/* Single Property */

#singletitle {
    padding: 30px 0;
}
#singletitle h1 {
    font-size: 35px;
    line-height: 1.3;
    margin: 0 0 8px;
}
.single_add {
}
.title_property {
    float: left;
    width: calc(100% - 270px);
}
.price_property {
    float: right;
    width: 240px;
    text-align: right;
}
.price_property .item {
    padding-bottom: 20px;
}
.normal_price {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    position: relative;
    padding: 0 0 20px;
}
.normal_price span {
    position: absolute;
    bottom: 0;
    right: 85px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    font-size: 11px;
    font-family: Montserrat;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.promo_price {
    font-size: 14px;
    letter-spacing: 0;
    height: 17px;
}
.promo_price .false_price {
    text-decoration: line-through;
    font-style: italic;
    height: 20px;
    margin: 0 4px 0 10px;
}
.nego_price span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
.nego_price {
    margin-top: -20px;
}
.fix_price span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
.fix_price {
    margin-top: -20px;
}
.single_block {
    margin: 0 -8px;
    padding: 30px 0;
}
.slideshow img {
    height: auto;
}
.small_image {
    margin: 0 6px;
    padding: 0 0 8px;
}
.small_image a {
    width: 12.5%;
    display: inline-block;
}
.small_image a:active {
    opacity: 0;
}
.small_image img {
    width: calc(100% - 12px);
    margin: 12px 6px 0 6px;
    border-radius: 5px;
}

.property_main_data {
    padding: 30px 20px;
}
.property_main_address {
    padding: 50px 40px 30px 40px;
    position: relative;
    text-align: center;
    font-size: 18px;
}
.property_main_address i {
    position: absolute;
    top: -22px;
    right: calc(50% - 22px);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 30px;
}
.main_address {
    margin: 0 0 20px;
}
.main_maps {
    margin: 0;
}
.main_maps #map {
    height: 350px;
}
.main_maps iframe {
    height: 350px;
    width: 100%;
    display: block;
}
.need_api {
    text-align: center;
    padding: 20px 20px 40px;
}

.title_data {
    display: block;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 20px 15px;
}
.main_data {
    width: calc(50% - 40px);
    margin: 0 20px;
    float: left;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    padding: 10px 0;
}
.main_data span {
    float: right;
    font-weight: bold;
}
.add_data {
    width: calc(33.33% - 40px);
    margin: 0 20px;
    float: left;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    padding: 10px 0;
}
.add_data .fas {
    margin-right: 5px;
}

.single_area {
    position: relative;
    margin: 0 8px 20px;
    padding: 30px;
    background-size: 130%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-size: 15px;
}
.area_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 1;
}
.add_area {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    position: relative;
    z-index: 2;
}
.add_area.area_center {
    text-align: center;
}
.add_area .re_pjp {
    margin: 0 0 15px;
}
.add_area .fas {
    width: 20px;
}
.add_area span {
    float: right;
    font-weight: bold;
}

.add_area a.legal {
    display: inline-block;
    width: 110px;
    margin: 0;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
}

.in__share {
    text-align: center;
}
.head__share {
    margin: 0 0 10px;
}
.icon__share a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.icon__share i {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff !important;
}
.icon__share a.share_mobwa {
    display: none;
}
.icon__share i.icon-facebook {
    background: #1274af;
}
.icon__share i.icofont-x {
    background: #222;
}
.icon__share i.icon-whatsapp {
    background: #15cc42;
}
.icon__share i.icon-telegram {
    background: #1274af;
}
.icon__share i.icon-linkedin {
    background: #2e85c4;
}
.icon__share i.icon-pinterest {
    background: #dd3333;
}
.icon__share i.icon-stumbleupon {
    background: #090;
}

.single_agent {
    position: relative;
    top: 0;
    margin: 0 8px 20px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.foto_agent {
    float: left;
    width: 100px;
    height: auto;
    display: block;
    overflow: hidden;
}
.foto_agent img {
    width: 100px;
    height: auto;
    display: block;
}
.content_agent {
    float: right;
    width: calc(100% - 130px);
    text-align: center;
}
.content_agent a {
    display: inline-block;
    margin: 0 2px 4px;
}
.media_agent i {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
.media_agent .icon-facebook {
    background: #1b71c6;
}
.media_agent .icofont-x {
    background: #222;
}
.media_agent .icon-instagram {
    background: #f4a;
}
.media_agent .icon-comment {
    background: #f90;
}
.media_agent .icon-telegram {
    background: #5390dd;
}

.name_agent {
    font-size: 14px;
}
.link_agent {
    font-size: 16px;
    display: block;
    padding: 2px 0 10px;
}
.call_agent a {
    display: inline-block;
    width: 45%;
    margin: 0 1% 13px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
}
.call_agent a.wa_mobile {
    display: none;
}
.bio_agent {
    padding: 20px 0 0;
    margin-top: 25px;
    border-top: 1px dashed rgba(125, 125, 125, 0.3);

    font-size: 15px;
    line-height: 1.4;
}

.single_ads {
    position: relative;
    top: 0;
    margin: 0 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.single_featured {
    margin: 0 20px 20px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.single_related {
    position: relative;
    top: 0;
    margin: 0 8px 20px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.single_featured .text_featured {
    position: absolute;
    top: 30px;
    left: calc(50% - 50px);
    width: 100px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
    z-index: 2;
}
.single_featured .image_featured {
    position: relative;
    overflow: hidden;
}
.price_featured {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 100px 0 20px;
    z-index: 2;
}
.single_featured img {
    height: auto;
    display: block;
}

.price_featured .list_price {
    width: 50%;
}

.price_featured .list_price,
.price_featured .list_price.harian,
.price_featured .list_price.bulanan,
.price_featured .list_price.tahunan {
    width: 100%;
}
.price_featured .list_price .top_pricesewa,
.price_featured .list_price.harian .top_pricesewa,
.price_featured .list_price.bulanan .top_pricesewa,
.price_featured .list_price.tahunan .top_pricesewa {
    width: 100%;
}
.price_featured .list_price.harian.bulanan,
.price_featured .list_price.harian.tahunan,
.price_featured .list_price.bulanan.tahunan {
    width: 100%;
}
.price_featured .list_price.harian.bulanan .top_pricesewa,
.price_featured .list_price.harian.tahunan .top_pricesewa,
.price_featured .list_price.bulanan.tahunan .top_pricesewa {
    width: 50%;
}
.price_featured .list_price.harian.bulanan.tahunan {
    width: 150%;
}
.price_featured .list_price.harian.bulanan.tahunan .top_pricesewa {
    width: 33.33%;
}

.single_featured h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    padding: 15px 30px 20px;
    text-align: center;
}
.single_featured h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related_post .widget_post:last-child {
    margin: 0;
}
.related_heading {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 400;
    padding: 0 0 15px 0;
}

/* Head Single */
.re_review {
    text-align: left;
    font-size: 16px;
    line-height: 76px;
}
.green__foto {
    float: left;
    width: 300px;
    padding: 13px 0;
    height: 50px;
}
.smallfoto_agent {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
}
.head_agent {
    float: right;
    padding-top: 4px;
    width: calc(100% - 70px);
}
.headcall_agent {
    float: right;
    padding: 18px 0;
    width: calc(100% - 432px);
    text-align: right;
    margin-right: 82px;
}
.headcall_agent a {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
}
.head_terjual {
    display: inline-block;
    width: 150px;
    margin-right: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    background: #d35;
    color: #fff;
}

.footer_nego {
    display: none;
    float: left;
    z-index: 10;
    text-align: left;
}
.fix_footer {
    display: inline-block;
    line-height: 16px;
    padding: 0 5px;
    font-size: 10px;
    font-weight: normal;
}
.nego_footer {
    display: inline-block;
    line-height: 16px;
    padding: 0 5px;
    font-size: 10px;
    font-weight: normal;
}

.loc_footer {
    font-size: 16px;
    margin: 0 0 2px;
}

.green_headright {
    float: right;
    display: inline-block;
    height: 40px;
    padding: 18px 0;
}
.green_addpro {
    display: inline-block;
    padding-right: 25px;
    border-right: 1px solid rgba(125, 125, 125, 0.3);
    float: left;
}
.green_addpro .addpro {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    margin: 0 0 0 8px;
    font-size: 14px;
}

/* SINGLE POST */
.green_article {
    padding: 0 40px 30px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    font-size: 14px;
    line-height: 1.4;
}

.green_article h1 {
    font-size: 30px;
    margin: 0 0 15px;
    line-height: 1.25;
}
.green_article h2 {
    font-size: 27px;
    margin: 0 0 15px;
    line-height: 1.25;
}
.green_article h3 {
    font-size: 24px;
    margin: 0 0 15px;
    line-height: 1.25;
}
.green_article h4 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 1.25;
}
.green_article h5 {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.25;
}
.green_article h6 {
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 1.25;
}

.green_article p {
    margin: 0 0 15px;
}

.green_article img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.green_article img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.green_article img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
.green_article .wp-caption {
    max-width: 100%;
}
.green_article iframe {
    max-width: 100%;
}
.green_article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}
.green_article table td {
    vertical-align: top;
    border: 1px solid #ddd;
}
.green_article ul {
    margin: 0 0 20px;
    list-style: disc !important;
}

.green_article ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}

.green_article li {
    margin: 0 0 0 15px;
}

.green_article li ol,
.green_article li ul {
    margin: 0;
}

.green_meta {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0 40px;
}

.green_tag {
    padding: 30px 40px;
}

.green_tag a {
    margin: 0 0 4px 0;
    padding: 0 8px;
    line-height: 26px;
    line-height: 26px;
    font-family: Montserrat;
    font-size: 13px;
    display: inline-block;
}

.just__box {
    position: relative;
    margin: 0 0 20px;
    padding: 30px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Comment */
.have_comment {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
}
.comment_heads {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 20px;

    padding: 0 40px;
}
.comment_heads:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-bottom: 40px solid transparent;
    border-left-style: solid;
    border-left-width: 20px;
    border-top: 0;
    clear: both;
}
.comment__listing {
    padding: 30px 0 0;
}
#comments {
    font-size: 14px;
}
.comment__listing .navigation {
    padding: 25px 0;
}
.commentlist li {
    margin: 0 0 30px;
    font-size: 13px;
    line-height: 1.4;
}
.commentlist .children {
    padding-left: 30px;
}
.comment-meta {
    margin: 0 0 8px;
}
.comment-meta .avatar {
    float: left;
    margin: 0 30px 0 0;
    border-radius: 30px;
}
.comment-metadata {
    height: 12px;
    font-size: 9px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0 0 4px;
}
.comment-body {
    margin: 0 0 25px;
}
.comment-content,
.reply {
    margin: 0 0 8px 60px;
}
.reply a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 10px !important;
    padding: 0 15px;
    margin: 0 2px 6px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.comment-reply-title {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 0 10px;
}
.comment-reply-title small {
    font-size: 13px !important;
    font-weight: 400;
    margin-left: 10px;
}
.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
    margin: 0 0 10px;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
}
.comment-notes {
    font-size: 13px;
}
textarea#comment {
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 10px;
    width: calc(100% - 22px);
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.05);
    font-size: 13px;
}
input#author,
input#email,
input#url {
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 0 10px;
    width: calc(100% - 22px);
    height: 30px;
    line-height: 30px;
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.05);
    font-size: 14px;
}
.comment-form-cookies-consent label {
    font-size: 14px;
}
#wp-comment-cookies-consent {
    margin: 4px 8px 4px 0;
}
.form-submit {
    text-align: right;
}
input#submit {
    height: 36px;
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
}

/* FEATURED RENT */
.featured__inner {
    margin: 0 -15px;
    padding: 30px 0;
}
.top-loop {
    width: 33.3%;
    float: left;
}
.top-block {
    margin: 0 15px 30px;
    position: relative;
    overflow: hidden;
}
.pro__loc {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 2;
    transition: all 0.3s ease 0.1s;
}
.top-block:hover .pro__loc {
    top: 0;
    left: 0;
    transition: all 0.3s ease 0.1s;
}
.pro__loc span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 0 0 20px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}
.top-image {
    position: relative;
}
.top-image img {
    width: 100%;
    height: auto;
    display: block;
}
.top-block .top-detail {
    position: absolute;
    bottom: 0px;
    padding: 130px 0 20px;
    text-align: center;
    z-index: 1;
    width: 100%;
    transition: all 0.1s ease 0.1s;
}
.top-block:hover .top-detail {
    transition: all 0.5s ease 0.1s;
}
.top-image:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
    transition: all 0.15s ease 0.1s;
}
.top-block:hover .top-image:after {
    top: 0;
    transition: all 0.15s ease 0.1s;
}
.ribbon {
    position: absolute;
    top: 15px;
    right: -60px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(35deg);
    width: 150px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
}
.top-circle {
    position: absolute;
    top: 70px;
    right: calc(50% - 25px);
    font-size: 12px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0.1s;
    z-index: 3;
}
.bot-circle {
    position: absolute;
    top: 70px;
    right: calc(50% - 25px);
    font-size: 12px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0.1s;
    z-index: 4;
    animation: pops 3s linear infinite;
}

@-webkit-keyframes pops {
    0%,
    15% {
        opacity: 0;
    }
    17%,
    83% {
        opacity: 1;
    }
    85%,
    100% {
        opacity: 0;
    }
}

@keyframes pops {
    0%,
    15% {
        opacity: 0;
    }
    17%,
    83% {
        opacity: 1;
    }
    85%,
    100% {
        opacity: 0;
    }
}
.top_pricesewa {
    display: inline-block;
    text-align: center;
}
.gp_featured .list_price,
.gp_featured .list_price.harian,
.gp_featured .list_price.bulanan,
.gp_featured .list_price.tahunan {
    width: 100%;
}
.gp_featured .list_price .top_pricesewa,
.gp_featured .list_price.harian .top_pricesewa,
.gp_featured .list_price.bulanan .top_pricesewa,
.gp_featured .list_price.tahunan .top_pricesewa {
    width: 100%;
}
.gp_featured .list_price.harian.bulanan,
.gp_featured .list_price.harian.tahunan,
.gp_featured .list_price.bulanan.tahunan {
    width: 100%;
}
.gp_featured .list_price.harian.bulanan .top_pricesewa,
.gp_featured .list_price.harian.tahunan .top_pricesewa,
.gp_featured .list_price.bulanan.tahunan .top_pricesewa {
    width: 50%;
}
.gp_featured .list_price.harian.bulanan.tahunan {
    width: 150%;
}
.gp_featured .list_price.harian.bulanan.tahunan .top_pricesewa {
    width: 33.33%;
}
.coret {
    text-decoration: line-through;
    font-size: 12px;
    margin: 0 0 4px;
}
.no_coret {
    font-weight: 700;
    font-size: 18px;
}
.top-label {
    height: 12px;
    font-size: 10px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0 0 4px;
}
.top-block h3 {
    padding: 0 20px;
    height: 0px;
    line-height: 1.3;
    transition: all 0.5s ease 0.1s;
    opacity: 0;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
}
.top-block:hover h3 {
    padding: 30px 20px 0;
    height: 50px;
    transition: all 0.5s ease 0.1s;
    opacity: 1;
}
.top-block h2 {
    padding: 12px 0 0;
    font-size: 16px;
}

.just_clear.pro_pro {
    display: none;
}
.just_clear.pro_pro.pro3,
.just_clear.pro_pro.pro6,
.just_clear.pro_pro.pro9,
.just_clear.pro_pro.pro12,
.just_clear.pro_pro.pro15,
.just_clear.pro_pro.pro18 {
    display: block;
}

/* ARCHIVE */
.archive_title {
    padding: 30px 0 0 0;
}
.archive_heading {
    font-size: 30px;
    line-height: 1.3;
}
.listing__pro {
    margin: 20px -10px 0;
}
.listing__property {
    margin: 20px -10px 0;
}
.just_pro {
    display: none;
}
.just_pro.pro4,
.just_pro.pro8,
.just_pro.pro12,
.just_pro.pro16,
.just_pro.pro20,
.just_pro.pro24,
.just_pro.pro28,
.just_pro.pro32,
.just_pro.pro36,
.just_pro.pro40,
.just_pro.pro44 {
    display: block;
}
.bot-loop {
    width: 25%;
    float: left;
}
.bot-block {
    position: relative;
    margin: 0 10px 20px;
    overflow: hidden;
    transition: all 0.5s ease 0.1s;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.bot-block:hover {
    transition: all 0.5s ease 0.1s;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.first_block {
    background: url(images/background.jpg) center center no-repeat;
    background-size: auto 400px;
}
.first_block img {
    opacity: 0;
}
.listing_overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 1;
}
.bot-image {
    position: relative;
    overflow: hidden;
}
.bot-block img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease 0.1s;
    transform: scale(1);
}
.bot-block:hover img {
    transition: all 0.5s ease 0.1s;
    transform: scale(1.2);
}
.list_afterimage {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 60px 0 15px 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.list_ribbon {
    position: absolute;
    top: 15px;
    right: -60px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(35deg);
    width: 150px;
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
}
.list_jual,
.list_sewa {
    float: right;
    font-size: 11px;
    font-weight: bold;
    font-family: Montserrat;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin: 0 15px;
    text-transform: uppercase;
}

.span_loc {
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    font-family: Montserrat;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
}
.bot-detail {
    position: relative;
    padding: 15px 0;
    text-align: center;
    z-index: 2;
}
.bot-block.first_block .bot-detail {
    background: none;
}

.div_listing {
    padding: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.re_listing {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 400;
    margin: 0 10px 15px;
}
.re_keterangan {
    font-size: 16px;
    line-height: 1.3;
}

.bot_linkjual {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    margin: 0 5px 0 0;
}
.bot_linksewa {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
}

.list_nego {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    font-weight: bold;
    font-size: 11px;
    z-index: 2;
}
.price_label {
    width: 100%;
    display: inline-block;
}
.list_price.harian.bulanan .price_label,
.list_price.harian.tahunan .price_label,
.list_price.bulanan.tahunan .price_label {
    width: 50%;
}
.list_price.harian.bulanan.tahunan .price_label {
    width: 33.33%;
}
.price_label.label_sale {
    width: 100%;
}
.green_label {
    height: 12px;
    font-size: 10px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}
.green_price {
    text-decoration: line-through;
    font-size: 12px;
    margin: 0 0 4px;
}
.green_currentprice {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}
.bot-detail h3 {
    line-height: 1.4;
    font-weight: 400;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px 0;
    font-size: 16px;
}
.bot-detail h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ARCHIVE TESTIMONI */
.just_testimoni {
    text-align: center;
    padding: 30px 0 0;
}
.just_testimoni img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
}
.just__post.just_testimoni h2 {
    padding: 30px 40px 5px;
}
.star_archive {
    letter-spacing: 4px;
    font-size: 20px;
}
.city_tess,
.star_archive {
    margin: 0 0 20px;
}

/* AUTHOR */
.green__author {
    text-align: center;
}
.author_photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 150px;
    overflow: hidden;
}
.author_photo img {
    width: 100%;
    height: auto;
}
.author_contact {
    padding: 20px 0;
}
.author_contact a {
    margin: 0 3px;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    display: inline-block;
}
.author_contact i {
    margin: 0 5px 0 0;
}

/* 404 */
.page_404 {
    max-width: 500px;
    margin: 0 auto;
    padding: 150px 0;
    text-align: center;
    font-size: 15px;
}
.page_404 h1 {
    font-family: Playfair Display, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
}
.tex_404 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
}

/* SIDEBAR */

#sidebar {
    width: 420px;
    float: right;
    position: sticky;
    top: 150px;
}
#pro-sidebar {
    width: 420px;
    float: right;
}
#pro-sidebar .feat_images {
    position: relative;
}
#pro-sidebar .feat_images .widget_nego {
    position: absolute;
    height: 20px;
    line-height: 20px;
    width: 40px;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}
.sidebar_inner {
    padding: 10px 30px 0;
    margin: 0 8px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#sidebar .feat_images {
    width: 120px;
    height: 90px;
    position: relative;
}
#sidebar .feat_images .widget_nego {
    position: absolute;
    height: 20px;
    line-height: 20px;
    width: 40px;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}
.featured_slider .feat_images {
    position: relative;
}
.featured_slider .feat_images .widget_nego {
    position: absolute;
    height: 20px;
    line-height: 20px;
    width: 40px;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}
#sidebar .feat_contents {
    width: calc(100% - 135px);
}
#sidebar .feat_contents .widget_posttitle {
    font-size: 16px;
    height: 40px;
}

/* FOOTER */

#footbar {
    padding: 50px 0;
}
#footbar {
    padding: 50px 0;
}
.column_footer {
    margin: 0 -30px;
}
.footbar_one {
    width: 33.33%;
    float: left;
}
.footbar_inner {
    margin: 0 30px;
}

/* PAGINATION */
.green_pagination {
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}
.green_pagination span {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.green_pagination span.nav_prev {
    float: left;
}
.green_pagination span.nav_next {
    float: right;
}

/* Copyright */

.green__social {
    width: 155px;
    float: right;
    font-weight: 400;
    text-align: right;
}
.green__social .fab,
.green__social .fas {
    margin-left: 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.mob_wa {
    display: none;
}
.copyright {
    width: calc(100% - 155px);
    float: left;
}

@media screen and (max-width: 982px) {
    body {
        overflow-x: hidden;
    }
    .wrapper {
        overflow: hidden;
        transition: all 0.5s ease 0.1s;
    }
    .menu__active .wrapper {
        margin-left: 300px;
    }
    .gp_header {
        transition: all 0.5s ease 0.1s;
    }
    .menu__active .gp_header {
        right: -300px;
        left: 300px;
    }
    .open_menu {
        transition: all 0.5s ease 0.1s;
    }
    .menu__active .open_menu {
        right: -300px;
    }
    .green_headright,
    .headcall_agent {
        transition: all 0.5s ease 0.1s;
    }
    .menu__active .green_headright,
    .menu__active .headcall_agent {
        right: -300px;
        left: 300px;
    }
    .smenu {
        display: block;
        background: #fff;
        color: #222;
    }
    .close_menu {
        display: block;
    }
    .nav {
        position: fixed;
        top: 0;
        padding: 20px 0;
        left: -300px;
        width: 300px;
        height: calc(100% - 40px);
        z-index: 10;
        transition: all 0.5s ease 0.1s;
        overflow: auto;
        box-shadow: 0 0 25px inset rgba(0, 0, 0, 0.15);
    }
    .menu__active .nav {
        left: 0;
        transition: all 0.5s ease 0.1s;
    }

    .nav .dd.accord {
        margin: 0 30px;
    }

    .nav .dd.accord li {
        padding: 10px 0;
        line-height: 1.3;
        position: relative;
        display: block;
        width: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .nav .dd.accord li.menu-item-has-children:after {
        content: "";
        position: absolute;
        right: 0;
        top: 18px;
        width: 8px;
        height: 8px;
		border-radius: 10px;
        opacity: 1;
    }
    .nav .dd.accord ul li {
        border-bottom: 0;
        padding-left: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .nav .dd.accord ul li.menu-item-has-children {
        position: relative;
    }
    .nav .dd.accord ul li:first-child {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .nav .dd.accord ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .nav .dd.accord li a {
        display: block;
        font-size: 16px;
    }
    .nav .dd.accord li ul {
        display: none;
        margin: 0;
        background: rgba(0, 0, 0, 0.01);
    }
    .nav .dd.accord li ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
        width: 0;
        height: 0;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        clear: both;
        opacity: 1;
    }

    .green_headright {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        height: 40px;
        padding: 15px 20px;
        transition: all 0.5s ease 0.1s;
        text-align: right;
        z-index: 100;
    }
    .logged-in .green_headright.user_button {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    .green_addpro {
        border: 0;
    }
    .open_menu {
        position: fixed;
        top: 50px;
    }
    #prosearch {
        position: fixed;
        top: 126px;
    }
    #searching {
        text-align: left;
    }
    .pro_phone_text {
        display: none;
    }
    .pro_phone {
        margin: 0 0 0 8px;
    }
    .pro_phone a {
        position: relative;
        height: 40px;
        width: 40px;
        overflow: hidden;
        color: transparent !important;
        background: #0fa66d;
        border-radius: 50px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    }
    .pro_phone a span {
        display: none;
    }
    .pro_phone a:after {
        font-family: "propertix-font";
        font-style: normal;
        font-weight: normal;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        z-index: 2;
        color: #fff;
    }
    .pro_phone.number a:after {
        content: "\e801";
    }
    .pro_phone.whats a:after {
        content: "\f232";
    }
    .post_listing {
        width: calc(100% - 420px);
    }
    .listing__pro {
        margin: 16px -8px 0;
    }
    .bot-loop {
        width: 33.33%;
    }
    .bot-block {
        position: relative;
        margin: 0 8px 16px;
    }
    .just_pro.pro4,
    .just_pro.pro8,
    .just_pro.pro16,
    .just_pro.pro20,
    .just_pro.pro28,
    .just_pro.pro32,
    .just_pro.pro40,
    .just_pro.pro44 {
        display: none;
    }
    .just_pro.pro3,
    .just_pro.pro6,
    .just_pro.pro9,
    .just_pro.pro15,
    .just_pro.pro18,
    .just_pro.pro21,
    .just_pro.pro27,
    .just_pro.pro30,
    .just_pro.pro33,
    .just_pro.pro39,
    .just_pro.pro42 {
        display: block;
    }
    .top-loop {
        width: 50%;
    }
    .featured__inner {
        margin: 0 -8px;
    }
    .top-block {
        margin: 0 8px 16px;
    }
    .just_clear.pro_pro.pro3,
    .just_clear.pro_pro.pro9,
    .just_clear.pro_pro.pro15 {
        display: none;
    }
    .just_clear.pro_pro.pro2,
    .just_clear.pro_pro.pro4,
    .just_clear.pro_pro.pro8,
    .just_clear.pro_pro.pro10,
    .just_clear.pro_pro.pro14,
    .just_clear.pro_pro.pro16,
    .just_clear.pro_pro.pro20 {
        display: block;
    }
    .single_block {
        margin: 0 -8px;
    }

    .headcall_agent {
        position: fixed;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 40px;
        width: auto;
        padding: 15px 16px 45px;
        margin: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }
    .footer_nego {
        display: block;
    }

    .head_terjual {
        margin: 0 auto;
        display: block;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 800px) {
    .post_listing {
        width: 100%;
        float: none;
    }
    #sidebar,
    #pro-sidebar {
        display: none;
		float: none;
    }
    .footbar_one {
        width: 50%;
    }
    .title_property {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }
    .price_property {
        float: none;
        width: 240px;
        text-align: center;
        margin: 0 auto;
    }
}
@media screen and (max-width: 720px) {
    .post_listing {
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .footbar_one {
        width: 100%;
        float: none;
    }
    .bot-loop {
        width: 50%;
    }
    .just_pro.pro3,
    .just_pro.pro9,
    .just_pro.pro15,
    .just_pro.pro21,
    .just_pro.pro27,
    .just_pro.pro33,
    .just_pro.pro39 {
        display: none;
    }
    .just_pro.pro2,
    .just_pro.pro4,
    .just_pro.pro8,
    .just_pro.pro10,
    .just_pro.pro14,
    .just_pro.pro16,
    .just_pro.pro20,
    .just_pro.pro22,
    .just_pro.pro26,
    .just_pro.pro28,
    .just_pro.pro32,
    .just_pro.pro34,
    .just_pro.pro38 {
        display: block;
    }
    .author_contact a {
        margin: 0 2px;
        padding: 0 15px;
    }
    .author_contact i {
        margin: 0;
    }
    .author_contact span {
        display: none;
    }
    .top-loop {
        width: 100%;
        float: none;
    }
    .main_data,
    .add_data {
        width: calc(100% - 40px);
        float: none;
    }
}
@media screen and (max-width: 420px) {
    .wrapper {
        padding: 108px 0 0;
    }
    .green__menu {
        height: 42px;
    }
    .smenu {
        top: 7px;
        left: 16px;
        height: 28px;
        width: 62px;
        line-height: 28px;
        font-size: 12px;
    }
    .slogin,
    .sregister {
        height: 28px;
        line-height: 28px;
    }
    .slogin a,
    .sregister a {
        width: 62px;
        height: 28px;
        line-height: 28px;
    }
    .green_headaccess {
        top: 7px;
        right: 16px;
        font-size: 12px;
        height: 28px;
        line-height: 28px;
    }
    .top__header {
        height: 66px;
    }
    .re_review {
        line-height: 66px;
    }
    .green__logo {
        height: 40px;
        padding: 13px 0;
    }
    .green__logo img {
        height: 40px;
    }
    .open_menu {
        top: 42px;
        width: 52px;
        height: 66px;
        line-height: 66px !important;
        font-size: 20px;
    }
    #prosearch {
        top: 108px;
    }
    .page_404 {
        padding: 100px 0;
    }
    .page_404 h1,
    .page_search h1 {
        font-size: 25px !important;
    }
    .tex_404,
    .text_404search {
        font-size: 15px !important;
    }
    .breadcrumbs {
        padding: 15px 0;
    }

    .archive_heading,
    .archive_heading .re_testimoni {
        font-size: 22px;
    }
    .just__post .green_title {
        padding: 20px 20px 15px;
        font-size: 25px;
    }
    .excert__post {
        padding: 0 20px;
        margin: 0 0 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .meta__post {
        position: relative;
        padding: 15px 20px;
        font-size: 14px;
    }
    .meta__post span {
        display: block;
    }
    .read__post {
        right: 20px;
        top: 15px;
    }
    .single__inner {
        padding: 15px 0;
    }

    #sidebar,
    #pro-sidebar {
        display: block;
        width: auto;
    }
    .sidebar_inner {
        padding: 0 16px;
        margin: 0 -8px 20px;
    }
    .featured_slider {
        padding: 16px 0;
    }
    .bot-detail h3 {
        line-height: 1.3;
        padding: 10px 15px 0;
        font-size: 14px;
    }
    .list_afterimage {
        padding: 60px 0 8px 0;
    }
    .list_nego {
        height: 20px;
        line-height: 20px;
        padding: 0 6px;
        font-size: 10px;
        top: 8px;
        left: 8px;
    }
    .list_ribbon {
        top: 10px;
        right: -70px;
        font-size: 9px;
        height: 18px;
        line-height: 18px;
        padding: 0 20px;
    }
    .list_jual,
    .list_sewa {
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        padding: 0 6px;
        margin: 0 8px;
    }

    .span_loc {
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
    }
    .green_article {
        padding: 0 20px 15px;
    }
    .green_article h1 {
        font-size: 25px;
    }
    .green_article h2 {
        font-size: 22px;
    }
    .green_article h3 {
        font-size: 20px;
    }
    .green_article h4 {
        font-size: 18px;
    }
    .green_article h5 {
        font-size: 17px;
    }
    .green_article h6 {
        font-size: 16px;
    }
    .green_meta {
        padding: 0 20px;
    }
    .green_tag {
        padding: 15px 20px;
    }
    .just__box {
        padding: 30px 20px;
    }
    .have_comment {
        height: 30px;
        line-height: 30px;
    }
    .comment_heads {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        padding: 0 20px;
    }
    .comment_heads:after {
        top: 0;
        position: absolute;
        right: -15px;
        border-bottom: 30px solid transparent;
        border-left-width: 15px;
    }
    .comment__listing {
        padding: 20px 0 0;
    }
    .single_area,
    .single_agent,
    .single_related {
        padding: 20px;
        margin: 0;
    }

    .green__foto {
        width: calc(100% - 70px);
        padding: 8px 0;
    }
    #singletitle h1 {
        font-size: 30px;
    }
    .single_block {
        margin: 0 -16px;
    }
    .single_block .post_inner {
        margin: 0;
    }
    .single_block .just__post {
        margin: 0;
    }
    .head_agent {
        width: calc(100% - 60px);
    }
    .green__foto {
        padding: 11px 0;
        height: 44px;
    }
    .smallfoto_agent {
        width: 44px;
        height: 44px;
    }
    .link_agent {
        padding: 2px 0 0;
    }
    #singletitle {
        padding: 30px 0 0;
    }
    .small_image a {
        width: 20%;
    }

    .property_main_data {
        padding: 20px 0;
    }
    .property_main_address {
        padding: 50px 20px 0;
    }
    .property_iframe {
        height: 235px;
    }
    #pro-sidebar {
        margin: 0 0 50px;
    }
    .headcall_agent a {
        width: 80px;
        margin: 0 0 0 4px;
    }
    #footbar {
        padding: 0;
    }
}

@media screen and (max-width: 375px) {
    .wrapper {
        padding: 96px 0 0;
    }
    .green__menu {
        height: 38px;
    }
    .smenu {
        top: 6px;
        left: 12px;
        height: 26px;
        width: 56px;
        line-height: 26px;
        font-size: 11px;
    }
    .slogin,
    .sregister {
        height: 26px;
        line-height: 26px;
    }
    .slogin a,
    .sregister a {
        width: 56px;
        height: 26px;
        line-height: 26px;
    }
    .green_headaccess {
        top: 6px;
        right: 12px;
        font-size: 11px;
        height: 26px;
        line-height: 26px;
    }
    .top__header {
        height: 58px;
    }
    .re_review {
        line-height: 58px;
    }
    .green__logo {
        height: 36px;
        padding: 11px 0;
    }
    .green__logo img {
        height: 36px;
    }
    .open_menu {
        top: 38px;
        width: 42px;
        height: 58px;
        line-height: 58px !important;
        font-size: 18px;
    }
    #prosearch {
        top: 96px;
    }
    .breadcrumbs {
        padding: 12px 0;
    }

    .feat_images {
        width: 100px;
        height: 75px;
    }
    .feat_images img {
        width: 100px;
    }
    .feat_contents {
        width: calc(100% - 115px);
    }
    .widget_posttitle {
        font-size: 15px;
    }
    .archive_heading {
        font-size: 20px;
    }
}

@media screen and (max-width: 320px) {
    .page_404 {
        padding: 70px 0;
    }
    .page_404 h1,
    .page_search h1 {
        font-size: 22px !important;
    }
    .tex_404,
    .text_404search {
        font-size: 13px !important;
    }
    .green_addpro {
        height: 30px;
        padding: 10px 12px;
    }
    .green_addpro .addpro {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        margin: 0;
        font-size: 12px;
    }
    .archive_heading {
        font-size: 18px;
    }
}
