@charset "utf-8";

/* CR Web Studio framework CSS */

/* PRESETS */

.clear {
	clear: both;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
.absolutecenter {
	display: block;
	width: 80%;
	height: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.button {
	font-family: 'nevisbold';
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #8A195B;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	margin-left: 25px;
}
.button-yellow {
	font-family: 'nevisbold';
	font-size: 0.9em;
	color: #000;
	background: #fcc92f;
	padding: 10px 20px;
	display: inline-block;
}
.button-yellow:hover {
	color: #000;
	background: #f78b20;
}

/* FONTS */
@font-face {
    font-family: 'muliregular';
    src: url('../fonts/Muli-Regular-webfont.eot');
    src: url('../fonts/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Muli-Regular-webfont.woff') format('woff'),
         url('../fonts/Muli-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Regular-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FONTS */
@font-face {
    font-family: 'nevisbold';
    src: url('../fonts/nevis-webfont.eot');
    src: url('../fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nevis-webfont.woff2') format('woff2'),
         url('../fonts/nevis-webfont.woff') format('woff'),
         url('../fonts/nevis-webfont.ttf') format('truetype'),
         url('../fonts/nevis-webfont.svg#nevisbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_webregular';
    src: url('../fonts/TitilliumWeb-Regular-webfont.eot');
    src: url('../fonts/TitilliumWeb-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb-Regular-webfont.woff2') format('woff2'),
         url('../fonts/TitilliumWeb-Regular-webfont.woff') format('woff'),
         url('../fonts/TitilliumWeb-Regular-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumWeb-Regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_webbold';
    src: url('../fonts/titilliumweb-bold-webfont.eot');
    src: url('../fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titilliumweb-bold-webfont.woff2') format('woff2'),
         url('../fonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('../fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('../fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GLOBAL STYLE */

body {
	font-family: 'muliregular';
	font-size: 15px;
	color: #000;
	background: #fff;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a {
	color: #f76900;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family: 'nevisbold';
}
header {
	padding-top: 30px;
}
#logo {
	padding-right: 5%;
}
#header-links {
	text-align: right;
	padding-top: 65px;
	margin-bottom: 40px;
}
#header-links #social-link {
	padding: 0;
}
#header-links #social-link li {
	font-size: 0.9em;
	color: #515151;
	list-style: none;
	display: inline-block;
}
#header-links #social-link li img {
	max-width: 18px;
	vertical-align: middle;
}
#navigation {
	font-family: 'nevisbold';
	padding-left: 0;
	margin: 0;
	display: block;
}
#navigation li {
	list-style: none;
	margin-left: 5px;
	display: inline-block;
}
#navigation li:first-child {
	margin-left: 0;
}
#navigation li a {
	color: #fff;
	background: #8A195B;
	border-radius: 25px;
	/*background: #212121; - Roket Digital*/
	padding: 8px 16px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#navigation li a:hover {
	background-color: #29aaa6;
}
.slicknav_menu {
	display:none;
}
#header-search {
	background: url(../images/bg-header.jpg) center top no-repeat;
	background-size: contain;
	padding: 30px 0;
}
#header-search #find-property,
#header-search #support {
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 2px 2px 1px #000000;
	color: #fff;
}
#header-search #support {
	text-align: right;
}
#header-search #find-property h3 {
	font-size: 1.7em;
	padding-top: 25px;
	margin: 0;
}
#header-search #support h4 {
	font-size: 1.4em;
	margin: 0 0 8px 0;
}
#header-search #support p {
	margin: 0 0 10px 0;
}
#search-block {
	background: #EE9D4B;
	border-bottom: 5px solid #f76900;
	padding: 30px;
}
#search-block h3 {
	margin: 0 0 10px 0;
}
#search-listing span {
	margin-right: 10px;
	display: inline-block;
}
.search-field {
	font-size: 0.9em;
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 20px;
}
.search-field.first {
	margin-left: 0px;
}
.prepend,
.append {
	color: #000;
	background: #eee;
	padding: 8px;
}
.search-field input,
.search-field select,
.search-field textarea {
	border: none;
	padding: 8px 5px;
}
.search-field input[type="number"] {
	width: 80px;
}
.search-field input[type="number"].price {
	width: 120px;
}
.search-field option:first {
	color: #999;
}
.search-field span.text {
	font-weight: bold;
	margin-right: 10px;
}
.search-field p {
	margin: 0 0 5px 0;
}
.search-field input[type="submit"] {
	font-family: 'nevisbold';
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: #8A195B;
	padding: 8px 25px;
}
#featured-property {
	margin-bottom: 20px;
	position: relative;
}
#featured-property .container {
	border-bottom: 1px solid #777;
}
.section-title {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.section-link {
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	margin: 0 0 20px 0;
}
.section-link a {
	text-decoration: underline;
	color: rgb(35,1,55);
}
.section-link a:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}
.slick-slide {
	width: 251px;
	margin-left: 15px;
}
.slick-slide:focus {
	border: none;
	outline: none;
}
.post-item {
	font-family: 'titillium_webregular';
	font-size: 0.8em;
}
.item-wrapper {
	margin-bottom: 7px;
	position: relative;
}
.item-wrapper:hover .item-id,
.item-wrapper:hover .item-price {
	opacity: 0;
	visibility: hidden;
}
.item-id {
	font-size: 0.8em;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 1px 0 #000000;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.item-price {
	font-weight: bold;
	color: #fff;
	background: rgba(35,1,55,0.7);
	padding: 5px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.post-item h3 {
	font-family: 'titillium_webregular';
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.post-item a {
	color: rgb(0,0,0);
}
.post-item a:hover {
	color: rgb(35,1,55);
}
.item-data {
	padding: 0;
	margin: 0;
}
.item-data li {
	font-family: 'titillium_webbold';
	font-weight: bold;
	color: #f76900;
	list-style: none;
	padding-left: 20px;
	margin-right: 7px;
	display: inline-block;
}
.item-data li:last-child {
	margin-right: 0;
}
.item-data li.data-tanah {
	background: url(../images/icon-land.png) left center no-repeat;
	background-size: contain;
}
.item-data li.data-bangunan {
	background: url(../images/icon-house.png) left center no-repeat;
	background-size: contain;
}
.item-data li.data-k-tidur {
	background: url(../images/icon-bedroom.png) left center no-repeat;
	background-size: contain;
}
.item-data li.data-k-mandi {
	background: url(../images/icon-bathroom.png) left center no-repeat;
	background-size: contain;
}
#sale-property,
#rent-property {
	margin-bottom: 30px;
}
#sale-property .post-item,
#rent-property .post-item {
	font-size: 0.7em;
}
#sale-property .post-item .item-price,
#rent-property .post-item .item-price {
	padding: 5px 10px;
}
#sale-property .item-data li,
#rent-property .item-data li {
	font-size: 0.9em;
	padding-left: 15px;
	margin-right: 3px;
}
#new-property {
	background: #f4f4f4;
	padding: 30px 0;
}
#new-property .developer-item {
	margin-bottom: 25px;
	position: relative;
}

.item-location {
	display: flex;
	font-size: 0.9em;
	font-weight: bold;
	color: #f76900;
}

.item-location .fa{
	margin-right: 5px;
	padding-top: 3px;
}

#content {
	margin-bottom: 50px;
}
.breadcrumbs {
	font-size: 0.9em;
	color: #777;
	border-bottom: 1px solid #cacaca;
	padding: 10px 0;
	margin-bottom: 25px;
}
.breadcrumbs.wide {
	background: #eee;
	border-bottom: none;
}
#post-archive .post-item {
	margin-bottom: 25px;
}
#post-archive .post-item:nth-of-type(4n+5) {
	margin-left: 0;
}
#post-gallery {
	margin-bottom: 20px;
}
#post-gallery .bxslider {
	list-style: none;
	padding: 0;
	margin: 0;
}
#post-gallery .bx-wrapper {
	margin-bottom: 10px;
	position: relative;
}
#bx-pager a {
	border: 1px solid #777;
	margin-bottom: 10px;
}
#bx-pager a:nth-of-type(4n+5) {
	margin-left: 0;
}
#bx-pager a img {
	opacity: 0.6;
}
#bx-pager a.active {
	border: 1px solid #000;
}
#bx-pager a.active img {
	opacity: 1;
}
#post-description {
	font-size: 0.9em;
}
#post-description h4 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
#post-title {
	border-bottom: 4px solid #59bba2;
	margin-bottom: 10px;
}
#post-title h1 {
	font-size: 1.5em;
	margin: 0 0 5px 0;
}
#post-title .post-location {
	font-size: 0.9em;
	color: #777;
	background: url(../images/icon-location.png) left center no-repeat;
	background-size: contain;
	padding-left: 17px;
	margin: 0 0 10px 0;
}
#post-title .post-location a {
	color: #777;
}
#post-title .post-location a:hover {
	text-decoration: underline;
}
#post-title .post-price {
	font-size: 1.4em;
	font-weight: bolder;
	color: #fc6401;
	display: inline-block;
}
#post-title .post-price p {
	margin: 0 0 10px;
}
#post-title .negotiable {
	font-size: 0.9em;
	font-style: italic;
	color: #777;
	display: inline-block;
}
#post-title.new-property {
	border: none;
}
#post-information {
	border: 1px solid #999;
	padding: 25px;
	margin-bottom: 20px;
}
#post-information h4 {
	font-size: 1.1em;
	margin: 5px 0 7px 0;
}
#post-information p {
	margin: 0 0 15px 0;
}
#contact-more p {
	font-size: 0.9em;
	color: #777;
}
#post-details {
	margin-bottom: 20px;
}
#post-details p {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	margin: 0;
	clear: both;
}
#post-details p span {
	font-weight: normal;
	text-align: right;
	float: right;
}
#post-features {
	margin-bottom: 20px;
}
#post-features h3 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}
#post-features ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}
#post-features ul li {
	width: 47%;
	font-size: 0.9em;
	background: url(../images/icon-checked.png) left center no-repeat;
	background-size: contain;
	padding-left: 17px;
	margin-left: 6%;
	margin-bottom: 5px;
	display: block;
	float: left;
}
#post-features ul li:nth-child(odd) {
	margin-left: 0;
}
#post-agent {
	background: #fff9d3;
	border: 1px solid #f59432;
}
#post-agent h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #f59432;
	padding: 7px 0;
	margin: 0;
}
.agent-info {
	padding: 20px;
}
.agent-photo img {
	max-width: 175px !important;
	height: 175px !important;
    border-radius: 50%;
    overflow: hidden;
}
.agent-contact h4 {
	font-size: 1.2em;
	margin: 5px 0 10px;
}
.agent-contact h4 a {
	color: #000;
}
.agent-contact h4 a:hover {
	color: #777;
}
.agent-contact p,
.agent-data p {
	font-size: 0.9em;
	color: #777;
	padding-left: 22px;
	margin: 0 0 10px 0;
}
.agent-contact p.phone,
.agent-data p.phone,
.agent-stats p.phone {
	background: url(../images/icon-phone.png) left center no-repeat;
	background-size: contain;
}
.agent-contact p.whatsapp,
.agent-data p.whatsapp,
.agent-stats p.whatsapp {
	background: url(../images/icon-whatsapp.png) left center no-repeat;
	background-size: contain;
}
.agent-contact p.bbm,
.agent-data p.bbm,
.agent-stats p.bbm {
	background: url(../images/icon-blackberry.png) left center no-repeat;
	background-size: contain;
}
.agent-contact p.email,
.agent-data p.email,
.agent-stats p.email {
	background: url(../images/icon-email.png) left center no-repeat;
	background-size: contain;
}
#agent-list .row {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 3%;
	margin-bottom: 3%;
}
#agent-list .row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.agent-data {
	border: 1px solid #ccc;
	padding: 20px 30px;
	margin: 0;
}
.agent-data:nth-of-type(4n+5) {
	margin-left: 0;
}
.agent-data .agent-photo {
	text-align: center;
}
.agent-data .agent-photo .avatar-32 {
	width: 150px !important;
	height: 150px !important;
}
.agent-data h3 {
	font-size: 1.3em;
	text-align: center;
}
.agent-data h3 a {
	color: #000;
}
.page-pagination {
	text-align: center;
	padding: 5px;
}
.page-pagination a {
	color: #fff;
	background: #000;
	text-decoration: none;
	padding: 3px 8px;
}
.page-pagination a:hover {
	background-color: #29aaa6;
}
.page-pagination span.current {
	color: #fff;
	background: #999;
	text-decoration: none;
	padding: 3px 8px;
}
#agent-block {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 40px;
}
#agent-block h3 {
	font-size: 1.4em;
	margin: 5px 0 10px 0;
}
#agent-block h4 {
	font-weight: normal;
	margin: 0 0 15px 0;
}
.agent-stats p {
	font-size: 0.9em;
	color: #777;
	padding-left: 22px;
	margin: 0 30px 10px 0;
	display: inline-block;
}
.post-count {
	font-size: 0.8em !important;
	color: #000 !important;
	background: #fcc932;
	padding: 5px 15px !important;
	margin: 0 0 15px 0 !important;
	display: inline-block;
}
#agent-post-list h3 {
	font-size: 1.3em;
	margin: 0 0 20px 0;
}
.agent-post-data {
	border: 1px solid #ccc;
	padding: 30px;
	margin-bottom: 2%;
}
.agent-post-data:nth-of-type(2n+3) {
	margin-left: 0;
}
.agent-post-data h3 {
	font-size: 1.1em !important;
	margin: 0 0 10px 0 !important;
}
.agent-post-data p {
	margin: 0 0 10px 0;
}
.agent-post-data a {
	color: #000;
}
.agent-post-data .post-price {
	font-size: 1.1em;
	font-weight: bolder;
	color: #fc6401;
}
.post-highlight {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-top: 10px;
}
.post-highlight p {
	width: 48%;
	font-size: 0.9em;
	color: #777;
	margin-bottom: 5px !important;
	display: inline-block;
}
.ads-item {
	margin-bottom: 20px;
}
#lidd_mc_form input[type="submit"] {
	border: none !important;
}
.lidd_mc_details {
	margin-top: 0px !important;
}
h3.result-title {
	font-family: 'muliregular';
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	background: #000;
	padding: 8px 20px;
	margin: 0 0 20px 0;
	display: inline-block;
}
#contact-form {
	background: #431754;
	padding: 30px;
}
#contact-form h3,
#contact-form p.info {
	text-align: center;
}
#contact-form p {
	padding: 0;
	margin: 0 0 15px 0;
}
#contact-form input,
#contact-form textarea {
	width: 100%;
	font-size: 0.9em;
	color: #000;
	border: none;
	padding: 8px 5px;
}
#contact-form textarea {
	height: 120px;
}
#contact-form input[type="submit"] {
	width: 20%;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #000;
	background: #fcc92f;
	border: none;
	padding: 10px 20px;
	display: inline-block;
}
#contact-form input[type="submit"]:hover {
	color: #000;
	background: #f78b20;
}
#error404 {
	text-align: center;
}
footer {
	color: #fff;
	background: #B9B6B6;
	padding: 30px 0;
}
footer a {
	color: #000000;
	text-decoration: none;
}
footer a:hover {
	/*color: #ccc;*/
	color: #28AAA6;
	text-decoration: underline;
}
#footer-banner {
	margin-bottom: 15px;
}
#footer-search-agent {
	background: #28AAA6;
}
#footer-loan-calculator {
	background: #28AAA6;
}
.banner-button {
	font-size: 0.9em;
	text-align: center;
	padding: 6% 0;
}
.banner-image {
	text-align: center;
}
#footer-bottom {
	margin-bottom: 60px;
}
#footer-links h4 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	/*color: #ffb400;*/
	color: #8A195B;
	margin-bottom: 10px;
}
#footer-links p {
	font-size: 0.8em;
	margin: 0 0 5px 0;
	color: #000000;
}
#footer-links #social-link {
	padding: 0;
	margin: 0;
}
#footer-links #social-link a:hover {
	text-decoration: none;
}
#footer-links #social-link li {
	font-size: 0.9em;
	color: #515151;
	list-style: none;
	display: inline-block;
}
#footer-links #social-link li img {
	max-width: 18px;
	vertical-align: middle;
}
#footer-logo {
	/*padding-top: 20px;*/
	padding-top: 7%;
	padding-right: 5%;
}
#copyright {
	font-size: 0.8em;
	text-align: center;
}
#copyright p {
	margin: 0 0 5px 0;
	color: #000000;
}

#header-search {
    background: none;
}

#header-search #find-property h3 {
    padding-top: 0px;
    margin-bottom: 10px;
    margin-top: 30px;
}

#header-search .search-field {
    margin-left: 0px;
    width: 100%;
}

#header-search .search-field select {
    width: 100%;
}

#header-search .search-field span.text {
    margin-bottom: 5px;
    display: block;
}

#header-search .search-field .wrapper-inner {
  display: block;
}

#header-search .search-field .wrapper {
  width: 50%;
  display: inline-block;
  padding: 0px 5px;
}

#search-harga.search-field .wrapper{
  width: 100%;
  display: block;
  padding: 0px;
  margin-bottom: 10px;
}

#search-block h3 {
  font-size: 24px;
  color: #fff;
}

#header-search .search-field .wrapper:last-child {
  padding-right: 0px;
}

#header-search .search-field .wrapper:first-child {
  padding-left: 0px;
}

#header-search .search-field .wrapper .prepend, #header-search .search-field .wrapper .append {
  width: 40px;
  display: inline-block;
}

#header-search .search-field .wrapper input {
  width: calc(100% - 40px);
}

#header-search input[type="submit"] {
  width: 100%;
}

.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
	right: 20px !important;
}

.metaslider .flexslider:focus-within .flex-next, .metaslider .flexslider:focus-within .flex-prev, .metaslider .flexslider:hover .flex-next, .metaslider .flexslider:hover .flex-prev {
    opacity: 1 !important;
}

#post-download-attachment {
  margin-bottom: 20px;
}

#post-download-attachment a.btn {
  	font-family: 'nevisbold';
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #8A195B;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 10px;
}

#post-download-attachment a.btn:hover {
  background: #29aaa6;
}

.agent-data .wa__btn_w_icon .wa__btn_icon, #post-agent .wa__btn_w_icon .wa__btn_icon, #agent-block .wa__btn_w_icon .wa__btn_icon{
  left: 8px;
  top: 45%;
}

.agent-data .wa__btn_w_icon .wa__btn_icon img, #post-agent .wa__btn_w_icon .wa__btn_icon img, #agent-block .wa__btn_w_icon .wa__btn_icon img {
  width: 18px;
  height: auto;
}

.agent-data .wa__button, #post-agent .wa__button, #agent-block .wa__button {
  width: auto;
  min-height: auto;
  display: inline-block;
}

#post-agent .wa__button, #contact-more .wa__button, {
  display: inline-block;
  width: auto;
}

.agent-data .wa__btn_w_icon .wa__btn_txt, #post-agent .wa__btn_w_icon .wa__btn_txt, #agent-block .wa__btn_w_icon .wa__btn_txt {
    padding: 6px 20px 6px 35px;
}

.pum .wpb_text_column, .pum .wpb_raw_code {
	margin-bottom: 0px;
}

.pum #nta-wabutton-9009 {
	margin: 0px !important;
}

.pum .wa__cs_info, .pum .wa__btn_title {
	text-align: left;
}

.pum .wpb_text_column {
	text-align: center;
}

.pum .wa__button {
	display: inline-block;
	width: auto;
}

.pum p:not(.button) {
	color: #000;
    font-size: 15px;
    font-family: "muliregular";
}

.pum p.title {
    color: #000;
    font-size: 1.2em;
    font-family: "nevisbold";
    margin-bottom: 25px;
}

.pum .wpb_raw_code {
  text-align: center;
}

.pum .wpb_raw_code .callcenter {
  margin-left: 0px;
}

.pum .wpb_raw_code .callcenter i {
	margin-right: 5px;
}

/* Custom Patch */
#wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
	height: 16px !important;
}
.column-author img, .column-comment .comment-author img, .column-username img {
	display: none !important;
}

/* Tablet */
@media screen and (max-width: 1024px) {
	.container { 
		padding: 0 10%;
	}
}

/* Mobile Phone */
@media screen and (max-width: 960px) {
	#logo,
	#footer-logo {
		padding: 0 35%;
	}
	#header-links {
		text-align: center;
		padding-top: 25px;
		margin-bottom: 25px;
	}
	#header-links #social-link {
		margin-bottom: 20px;
	}
	#navigation li {
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	#header-search {
		background-size: cover;
		margin-bottom: 25px;
	}
	#header-search #find-property h3 {
		font-size: 1.5em;
		padding-top: 0;
		/*margin: 0 0 15px 0;*/
	}
	#header-search #support {
		text-align: center;
		margin-bottom: 20px;
	}
	#search-block {
		padding-bottom: 10px;
	}
	#header-search .search-field {
		margin-left: 0;
		display: block;
	}
	.search-field span.text {
		display: block;
		margin-bottom: 10px;
	}
	.search-field span.wrapper {
		position: relative;
		display: block;
	}
	#header-search select {
		width: 100%;
	}
	/*#header-search input.price {
		width: 100%;
		padding-left: 50px;
	}
	#header-search input.size{
		width: 100%;
		padding-right: 50px;
	}
	.search-field span.prepend {
		position: absolute;
		top: 0;
		left: 0;
	}
	.search-field span.append {
		position: absolute;
		top: 0;
		right: 0;
	}*/
	#content {
		margin-bottom: 25px;
	}
	.section-title,
	.section-link {
		text-align: center;
	}
	.post-item {
		margin-bottom: 25px;
	}
	.item-location {
		text-align: left;
		display: inline-block;
	}

	#footer-search-agent {
		margin-bottom: 25px;
	}
	.banner-button .button {
		width: 90%;
	}
	.banner-image {
		padding: 0 15px;
	}
	#footer-links {
		margin-bottom: 25px;
	}
	#bx-pager a {
		width: 48%;
		margin-left: 4%;
	}
	#bx-pager a:first-child {
		margin-left: 0;
	}
	#bx-pager a:nth-of-type(2n+3) {
		margin-left: 0;
	}
	#post-title {
		border-bottom: none;
	}
	#post-title .post-location {
		text-align: left;
		display: inline-block;
	}
	#post-description {
		border-bottom: 4px solid #59bba2;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#post-details p {
		text-align: left;
		padding: 5px 10%;
	}
	#post-features ul li {
		text-align: left;
	}
	#post-agent .agent-photo {
		margin-bottom: 10px;
	}
	.agent-contact p,
	.agent-data p {
		text-align: left;
		display: inline-block;
	}
	.agent-contact p.wrapper,
	.agent-data p.wrapper {
		margin: 0;
		display: block;
	}
	.agent-data,
	.agent-post-data {
		margin-bottom: 25px;
	}
	#agent-post-list h3 {
		text-align: center;
	}
	#contact-form input[type="submit"] {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#logo,
	#footer-logo {
		padding: 0 25%;
	}
}

/*********** Header & Footer Social Media Link ROKET DIGITAL ***********/
.rd-asiaone-email-link {
	font-size: 20px !important;
    margin-right: 10px;
}

.rd-asiaone-email-link a {
	color: #8A195B;
}

.rd-asiaone-email-link a:hover {
	color: #28AAA6;
}

.rd-asiaone-facebook-link i.fab.fa-facebook-square.fa-3x {
	color: #1F4E9E;
}

.rd-asiaone-facebook-link i.fab.fa-facebook-square.fa-3x:hover {
	color: #28AAA6;
}

.rd-asiaone-instagram-link i.fab.fa-instagram.fa-3x {
	color: #DD0348;
}

.rd-asiaone-instagram-link i.fab.fa-instagram.fa-3x:hover {
	color: #28AAA6;
}

.rd-asiaone-youtube-link i.fab.fa-youtube.fa-3x {
	color: #FF0402;
}

.rd-asiaone-youtube-link i.fab.fa-youtube.fa-3x:hover {
	color: #28AAA6;
}

.rd-asiaone-linkedin-link i.fab.fa-linkedin.fa-3x {
	color: #0277B7;
}

.rd-asiaone-linkedin-link i.fab.fa-linkedin.fa-3x:hover {
	color: #28AAA6;
}

.rd-asiaone-socmed-link i.fab.fa-facebook.fa-3x i.fab.fa-instagram.fa-3x i.fab.fa-youtube.fa-3x i.fab.fa-linkedin.fa-3x {
	color: #FFFFFF;
}

p#footer-callcenter.button:hover {
	background-color: #28AAA6;
}

p#footer-callcenter.button {
	color: #000000;
	background: #FFB402;
}
/*********** End of Header & Footer Social Media Link ROKET DIGITAL ***********/

/*********** Whatsapp Floating Widget ROKET DIGITAL ***********/
.wa__btn_popup .wa__btn_popup_txt {
	width: 235px;
	font-size: 14px;
}

.wa__popup_chat_box .wa__popup_notice {
    font-size: 13px;
    color: #555555;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
	color: #555555;
}
/*********** END OF Whatsapp Floating Widget ***********/

.agent-post-data h3 {
    min-height: 38px;
}

#advanced-searchform #search-luas {
  display: none;
}

/** #advanced-searchform #search-harga {
  display: none;
}*/

.search-results.post-type-archive h3.section-title {
	margin-bottom: 0px;
}

.search-results.post-type-archive .search-params {
	margin-top: 10px;
	margin-bottom: 25px;
}

.search-results.post-type-archive .search-params .badge {
  display: inline-block;
  margin-right: 10px;
  background: #f1f1f1;
  padding: 3px 15px;
  border-radius: 50px;
  margin-bottom: 10px
}

.search-results.post-type-archive .search-params .badge:last-child {
	margin-right: 0px;
}

.agent-info .penawaran a.button {
	margin-left: 0px;
	margin-top: 20px;
}

/* ----------------- RESPONSIVE STYLING ROKET DIGITAL ----------------- */

@media only screen and (max-width: 319px){
	#header-search{
		padding-top: 0px;
	}
	#header-search #find-property {
		text-shadow: none;
		color: inherit;
	}

	#header-search #header-slider {
		/*display: none;*/
	}

	#header-search .container {
		padding: 0px;
	}

	#featured-property .slick-next {
	  right: -30px;
	}

	#featured-property .slick-prev {
	  left: -30px;
	}

	.rd-asiaone-email-link {
    	width: 100%;
    	margin-bottom: 10px;
	}

	#search-block {
    	padding: 30px 40px;
    }

    .search-results.post-type-archive .search-params {
		text-align: center;
	}
}
  
@media only screen and (min-width: 320px) and (max-width: 359px){
	#header-search{
		padding-top: 0px;
	}
	#header-search #find-property {
		text-shadow: none;
		color: inherit;
	}

	#header-search #header-slider {
		/*display: none;*/
	}

	#header-search .container {
		padding: 0px;
	}

	#featured-property .slick-next {
	  right: -30px;
	}

	#featured-property .slick-prev {
	  left: -30px;
	}

	.rd-asiaone-email-link {
    	width: 100%;
    	margin-bottom: 10px;
	}

	#search-block {
    	padding: 30px 40px;
    }

    .search-results.post-type-archive .search-params {
		text-align: center;
	}
}
  
@media only screen and (min-width: 360px) and (max-width: 767px) {
	#header-search{
		padding-top: 0px;
	}
	#header-search #find-property {
		text-shadow: none;
		color: inherit;
	}

	#header-search #header-slider {
		/*display: none;*/
	}

	#header-search .container {
		padding: 0px;
	}

	#featured-property .slick-next {
	  right: -30px;
	}

	#featured-property .slick-prev {
	  left: -30px;
	}

	.rd-asiaone-email-link {
    	width: 100%;
    	margin-bottom: 10px;
	}

	#search-block {
    	padding: 30px 40px;
    }

    .search-results.post-type-archive .search-params {
		text-align: center;
	}
}
  
@media only screen and (min-width: 768px) and (max-width: 799px) {
	#header-search{
		padding-top: 0px;
	}
	#header-search #find-property {
		text-shadow: none;
		color: inherit;
	}

	#header-search #header-slider {
		/*display: none;*/
	}

	#header-search .container {
		padding: 0px;
	}

	.rd-asiaone-email-link {
    	width: 100%;
    	margin-bottom: 10px;
	}
}
  
@media only screen and (min-width: 800px) and (max-width: 899px) {
	#header-search{
		padding-top: 0px;
	}
	#header-search #find-property {
		text-shadow: none;
		color: inherit;
	}

	#header-search #header-slider {
		display: none;
	}

	#header-search .container {
		padding: 0px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1023px) {
}
  
@media only screen and (min-width: 1024px) and (max-width: 1259px) {
}

@media only screen and (min-width: 1260px) and (max-width: 1280px) {
    #header-search {
        padding: 0px;
        margin-bottom: 50px;
        position: relative;
    }

    #header-search .container{
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      min-width: 1050px;
      top: 0;
      height: 100%;
    }

    #search-block {
    	height: 100%;
    	padding: 15px 20px;
    }

    #header-search .container .span_12 {
        width: 33%;
        float: inherit;
    }

    #search-block {
	  display: flex;
	  flex-wrap: wrap;
	  align-content: center;
	  padding: 0px;
	  margin: 0px;
	  background: transparent;
	  border: none;
	}

	#header-search #search-block .search-block-wrapper {
	  padding: 20px;
	  background: rgba(238, 157, 75, .9)
	}
}
  
@media only screen and (min-width: 1281px) and (max-width: 1699px) {
    #header-search {
        padding: 0px;
        margin-bottom: 50px;
        position: relative;
    }

    #header-search .container{
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      min-width: 1050px;
      top: 0;
      height: 100%;
    }

    #search-block {
    	height: 100%;
    }

    #header-search .container .span_12 {
        width: 33%;
        float: inherit;
    }

    #search-block {
	  display: flex;
	  flex-wrap: wrap;
	  align-content: center;
	  padding: 0px;
	  margin: 0px;
	  background: transparent;
	  border: none;
	}

	#header-search #search-block .search-block-wrapper {
	  padding: 20px;
	  background: rgba(238, 157, 75, .9)
	}
}
  
@media only screen and (min-width: 1700px) {
    #header-search {
        padding: 0px;
        margin-bottom: 50px;
        position: relative;
    }

    #header-search .container{
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      min-width: 1050px;
      top: 0;
      height: 100%;
    }

    #search-block {
    	height: 100%;
    	padding:100px 30px;
    }

    #header-search .container .span_12 {
        width: 33%;
        float: inherit;
    }

    #search-block {
	  display: flex;
	  flex-wrap: wrap;
	  align-content: center;
	  padding: 0px;
	  margin: 0px;
	  background: transparent;
	  border: none;
	}

	#header-search #search-block .search-block-wrapper {
	  padding: 20px;
	  background: rgba(238, 157, 75, .9)
	}
}

