/*
	Theme Name: 31 Sudirman v2
	Description: 31 Sudirman custom themes
	Version: 1.0.0
	Author: Stucel
	Author URI: https://www.stucel.com/
	Tags: 
*/

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*image styling*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/*comment styling*/
/*comment*/
#comment-section p{
    margin-bottom: 10px;
}
#comment-section p label {
    display: block;
    font-size: 14px;
}
#comment-section p#form-allowed-tags{
    display: none;
}
#comment-section form#commentform input[type="text"],
#comment-section form#commentform textarea {
  background: #f6f6f6;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.12);
  height: auto;
  letter-spacing: 1px;
  outline: none;
  padding: 0 8px;
}
#comment-section form#commentform input[type="text"]{
  width: 30%;
}
#comment-section form#commentform textarea{
    padding: 10px;
    width: 60%;
    height: 120px;
}
#comment-section form#commentform input[type="text"]:focus,
#comment-section form#commentform textarea:focus{
  background: #eef7fc;
  border: 1px solid #75b1d9;
  box-shadow: none;
}
#comment-section h3 {
    margin: 0 0 20px;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
#comment-section ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#comment-section ul li:last-child{
    border: none;
}
#comment-section ul {
    padding: 0;
    margin: 0;
}
#comment-section figure{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 12px; 
}
#comment-section figure img{
    max-width: 100%;
    height: auto;
}
#comment-section .comment-detail{
    float: left;
}
#comment-section .comment-meta cite{
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
}
#comment-section .comment-meta a{
    font-weight: normal;
    color: #ccc;
}
#respond{
    margin-top: 30px;
}
#comment-section ul li.depth-2 {
  margin-left: 50px;
}

/*------------------------------------*\
    CASCADING MAIN STYLE
\*------------------------------------*/
/*menu active state*/
body.home .menu-item-149,
body.tax-apartment .menu-item-11,
body.single-post_unit .menu-item-11,
body.blog .menu-item-144,
body.archive.date .menu-item-144,
body.single-post .menu-item-144,
.parent-menu>li.active a{
    color: #c8895e;
}
.position-static{
	min-height: 490px;
}
@media only screen and (min-width:1024px) {
	.unit-banner {
		max-height: 642px;
		overflow: hidden;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
	.unit-banner {
		max-height: 1141px;
		overflow: hidden;
	}	
}
.visible-slide img{
	max-height: 601px;
	overflow: hidden;
}
.multiple-slide-2 .relative-img a {
    z-index: 999;
    position: relative;
}
.panel-accordion .icon-list .inner-icon{
	overflow: hidden;
}
.panel-accordion .icon-list .inner-icon img{
	width: auto;
	max-width: 270px;
	max-height: 140px;
}
.partner-no-img {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.08);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*------------------------------------*\
    Custom
\*------------------------------------*/
/*dropdown archive*/
.dropdown_archive a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 17px;
}
.dropdown_archive a:hover,
[aria-current]:not([aria-current="false"]){
	color: #ffffff;
    background-color: #c8895e;
}
/*pagination*/
.pagination{
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pagination span,
.pagination .page-numbers{
    border-radius: 0;
    border: solid 1px rgba(112, 112, 112, 0.2);
    min-width: 46px;
    height: 46px;
    text-align: center;
    padding: 14px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.7);
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
}
.pagination span.current,
.pagination .page-numbers:hover{
    background-color: #c8895e;
    color: #ffffff;
}
/*loading anim*/
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
}
  
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c8895e;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
                transform: perspective(140px) rotateX(-180deg);
        opacity: 0; 
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
                transform: perspective(140px) rotateX(0deg);
        opacity: 1; 
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
                transform: perspective(140px) rotateY(180deg);
        opacity: 0; 
    } 
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
                transform: perspective(140px) rotateX(-180deg);
        opacity: 0; 
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
                transform: perspective(140px) rotateX(0deg);
        opacity: 1; 
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
                transform: perspective(140px) rotateY(180deg);
        opacity: 0; 
    }
}
/*promo*/
.section-banner-page{
    min-height: 635px;
}
@media screen and (max-width: 767px){
    .section-banner-page{
        min-height: initial;
    }
}
.section-banner-page.no-overlay:before{
    display: none;
}
/*Home*/
.position-static {
    z-index: 1;
}
.section-prime {
    padding-bottom: 300px !important;
}
.section-prime .prime-map-list span {
    z-index: 2;
}
.section-prime .prime-map-list span:hover {
    background-color: #c8895e;
    color: #fff;
    border: 2px solid #fff;    
}
/*Category Landing*/
.section-site-plan .site-plan-left span {
    font-size: 14px;
}
.section-site-plan .site-plan-left li {
    font-size: 18px;
}
.section-site-plan .site-plan-right {
    padding: 2% 2%;
}
/* Other Unit */
@media screen and (min-width: 991px) {
    .other-unit:before {
        background-color: #fff !important;
        width: 38.5% !important;
        right: 0;
    }
    .tab-content-unit figure.py-3 {
        margin-top: -10px;
    }
}
@media screen and (min-width: 1920px) {
    .other-unit:before {
        width: 41.5% !important;
    }
}
/*News Landing*/
@media screen and (min-width: 1280px) {
    #news .news-list p {
        padding-right: 300px;
    }
}
/*Footer*/
#footer .form-subscribe {
    margin-bottom: 10px;
}
/*------------------------------------*\
    PLUGIN
\*------------------------------------*/
/*contact form*/
.submit-wrapper span {
    position: absolute;
    top: 14px;
    right: 0;
    color: #c8895e;
    transition: all .3s ease-in-out;
}
.submit-wrapper:hover span {
    color: #fff;
    right: -4px;
}
.wpcf7-form-control-wrap.subscribe-email {
    width: 100%;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 12px !important;
	font-style: italic;
}
.wpcf7-not-valid-tip{
	font-size: 12px;
	font-style: italic;
}
.wpcf7-form-control-wrap {
    width: 100% !important;
}

/*vision*/
.vision-layer .vision-offset .vision-body {
	box-shadow: 0 1.5px 7.5px 0 rgba(0, 0, 0, 0.16);
	width:40px !important;
	height: 40px !important;
    background-color: #c8895e;
    color: #fff !important;
    border-radius: 50%;
	line-height: 1.6 !important;
    text-align: center;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px !important;
    font-weight: 300;
}
.vision-tooltips .vision-data {
    width: auto !important;
    min-width: 100px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
}
.vision-tooltips .vision-offset{
    margin-top: -20px !important;
}
.vision-tooltips .vision-form{
    background: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

/*acf map*/
.acf-map {
    width: 100%;
    height: 560px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media screen and (max-width:991px) {
    .acf-map {
        height: 420px;
        margin-bottom: 0;
    }
}
@media screen and (max-width:767px) {
    .acf-map {
        height: 280px;
    }
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*  Added after Revision */
.mapcontact {
    min-height: 560px;
}

@media (max-width: 700px) {
    .mapcontact {
        min-height: 300px;
    }
}

div.titlegal {
    display: block;
    background: rgb(0 0 0 / 0.7);
    color: white;
    z-index: 99;
    position: absolute;
    width: 95%;
    bottom: 0;
    text-align: center;
    padding: 15px;
}

section#spc {
    display: none;
}

@media (max-width: 767px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slide-icon {
        padding-top: 80%;
    }
    section#spc {
        display: block;
        height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .home-banner .banner-fill {
        max-width: 100%;
        padding: 0;
    }
    .col-ya-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-banner .banner-text {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .col-md-6.col-sm-12.col-ya-12.row.slide-icon {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-top: 20%;
    }
}

.section.ig-feed-footer {
    padding: 0;
}

.section.section-blog {
    padding-top: 0;
}
.section.section-unit {
    padding-bottom: 0;
}

.follow-footer {
    background-color: #00031b;
    text-align: center;
    padding: 20px;
    color: white;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

svg.svg-inline--fa.fa-instagram.fa-w-14, svg.svg-inline--fa.fa-facebook-f.fa-w-10 {
    font-size: 1.8em;
    width: 1.2em;
}