@font-face {
  font-family: 'Trajan Pro Regular';
  src: url('../fonts/Trajan Pro Regular.eot');
  src: url('../fonts/Trajan Pro Regular.woff2') format('woff2'),
       url('../fonts/Trajan Pro Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TrajanPro-Regular';
  src: url('../fonts/TrajanPro-Regular.woff') format('woff'),
       url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
       url('../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.woff2') format('woff2'),
       url('../fonts/Gotham-Book.woff') format('woff'),
       url('../fonts/Gotham-Book.ttf') format('truetype'),
       url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg'),
       url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



/* 
============================================================================================================
============================================================================================================
============================================================================================================

                                        THEME STYLE MAIN CSS STARTED

============================================================================================================
============================================================================================================
============================================================================================================
*/


body, html, ul {
	margin: 0px;
 	padding: 0px;
}

body {
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
 	font-size: 15px;
 	overflow-x: hidden;
 	color: #4a5253;
}

b, strong {
	font-weight: 700;
}

a:link,a:active,a:visited {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color:#ccad3a;
	outline:0!important;
}

a:hover {
	color: #4a5253;
}

.upb_row_bg {
	width: 100% !important;
}

::selection {
   color: #fff; 
   background: #ccad3a !important;
}

* {
outline:none!important;
}

.select2-container .select2-choice,
select,
input[type='tel'],
textarea,
input[type='email'],
input[type='text'],
input[type='search'] {
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;
    color: #464646;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    padding: 14px 25px;
    background: #ebebeb;
    border: none;
    border-radius: 0px;
    height: 55px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

textarea {
	min-height: 200px;
}

.select2-container .select2-choice:focus,
select:focus,
input[type='tel']:focus,
textarea:focus,
input[type='email']:focus,
input[type='text']:focus,
input[type='search']:focus,button:focus,input[type='submit']:focus,input[type='button']:focus,input[type='text']:focus {
	box-shadow:0 0 0px #777;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #777;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
	color: #777;
}

textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
	color: #777;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
	color: #777;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'TrajanPro-Regular';
}

ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0;
}

p {
	padding-bottom:20px;
	margin-bottom:0;
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

.content {

}

.content h1 {

}

.content h2 {
    
}

.content h3 {

}

.content h4 {
    
}

.content h5 {
    
}

.content h6 {
    
}

.content ol li, 
.content ul li {
	list-style-position: outside;
}

.content ol, 
.content ul {
	margin: 20px 0 20px 20px;
}

img.alignnone,
img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

img.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

img.aligncenter {
    margin: 20px auto 20px;
    display: block;
    clear: both;
}

/* header */

.wrapper p {
	line-height: 26px;
}
.entry-footer .edit-link {
	display: none;
}

.footer .footerTop {
	padding-bottom: 70px;
	text-align: center;
}

.footer .footerTop h2 a {
	display: block;
	 background: rgba(74,82,83,.88);
	 padding: 30px 25px 28px;
	 color: #ffffff;
	 font-size: 34px;
	 border: 4px solid #ffffff;
}

.footer .footerTop h2 a:hover {
	background: rgba(204,173,58,.8);
}

.footer .row {
	background: #ffffff;
    padding: 55px 55px 36px;
    margin: 0 -70px;
}

.footer .footerMenu ul li {
	display: inline-block;
	vertical-align: top;
   width: 32.8%;
   margin-bottom: 10px;
    padding-right: 15px;
}
.footer .footerMenu ul li:nth-child(3n) {
	padding-right: 0;
}
.footer .footerMenu ul li a {
	color: #4a5253;
	text-transform: uppercase;
	font-family: 'Gotham-Book';
	font-size: 15px;
}
.footer .footerMenu ul li a:hover {
	color: #ccad3a;
}
.footer .subscribeBox {
	text-align: right;
}
.footer .subscribeBox .widget-title {
	font-size: 18px;
	color: #4a5253;
}
.footer .subscribeBox h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;	
    margin-bottom: 20px;
}
.footer .subscribeBox .inputBox {
/*	position: relative;*/
}
.footer .subscribeBox .inputBox input[type='email'] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 210px;
    height: 42px;
    font-size: 14px;
    border: 2px solid #4a5253;
    border-radius: 0;
    border-right: none;
    padding: 6px 12px;
    background: #ffffff;	
    box-shadow: 0 0 0;
}
.footer .subscribeBox .inputBox button {
    display: inline-block;
    vertical-align: top;
    font-size: 14px !important;
    padding: 11px 10px 12px !important;
    color: #ffffff !important;
    background: #4a5253 !important;	
    border-radius: 0px !important;
}

.gecko.oxe .footer .subscribeBox .inputBox button {
	padding-bottom: 11px !important;
}

.footer .subscribeBox .inputBox button:hover {
    color: #ffffff !important;
    background: #ccad3a !important;
}
.copyrightBar {
	background: #ffffff;
}
.copyrightBar .row {
    margin-top: 15px;
    position: relative;
}
.copyrightBar .socialBox:before {
    content: '';
    display: inline-block;
    background: #f6eef5;
    width: calc(100% - 30px);
    height: 2px;
    position: absolute;
    top: 0;
    left: 15px;
}
.copyrightBar .socialBox ul li {
	list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.copyrightBar .socialBox ul li:last-child {
	margin-right: 0;
}
.copyrightBar .socialBox ul li.button {
	display: none;
} 

.copyrightBar .socialBox ul li a {
	font-size: 22px;
	color: #4a5253;
}
.copyrightBar .copyrightBox ul li a:hover,
.copyrightBar .socialBox ul li a:hover {
	color: #ccad3a;
}
.copyrightBar .footerLogo {
	text-align: center;
}
.copyrightBar .footerLogo a {
	display: inline-block;
	background: #4a5253;
	padding: 20px 35px;
}
.copyrightBar .footerLogo a img {
	width: 50px;
}
.copyrightBar .socialBox {
    margin-top: 36px;
    position: static;	
}
.copyrightBar .copyrightBox {
	text-align: right;
   margin-top: 30px;
}
.copyrightBar .copyrightBox ul li {
	font-size: 13px;
	list-style: none;
	margin-bottom: 5px;
}
.copyrightBar .copyrightBox ul li a {
	font-size: 13px;	
	color: #4a5253;;
}
.copyrightBar .copyrightBox ul li:last-child {
	margin-bottom: 0;
}

/*testimonialWrap*/

.testimonialWrap .wpb_single_image {
	margin-bottom: 0;
}
.testimonialWrap .wpb_single_image .vc_figure,
.testimonialWrap .wpb_single_image .vc_figure .vc_single_image-wrapper {
	display: block;
}
.testimonialWrap .wpb_single_image .vc_figure img {
	width: 100%;
}

.testimonialWrap .tstBox {
    max-width: 910px;
    margin: 0 -45px 0 auto;
    border: 5px solid #f6eef5;
  	 border-bottom-color: #f6eef5 !important;
    position: relative;
    z-index: 1;
    padding: 50px 85px 0 50px;
	top: -153px;
	margin-bottom: -153px;
}
.testimonialWrap .tstBox .wpb_wrapper .cycle-slideshow {
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);	
}
.testimonialWrap .tstBox .wpb_wrapper .easy_testimonial {

	margin: 0 auto;
	padding: 50px 60px 44px;
}
.testimonialWrap .tstBox .testimonial_body p {
	padding-bottom: 0;
	font-size: 18px;
	font-style: italic;
	line-height: 29px;
}
.testimonialWrap .tstBox .testimonial_body {
	border-left: 4px solid #4a5253;
	padding-left: 40px;
	margin-bottom: 30px;
}
.testimonialWrap .tstBox .testimonial_author {
    padding-left: 40px;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
    padding-right: 260px;
    
}
.testimonialWrap .tstBox .testimonial_author cite {
    font-size: 16px;
    font-style: normal !important;
    color: #ccad3a;	
}
.testimonialWrap .tstBox .easy-t-cycle-controls {
	 position: absolute;
    right: 40%;
    bottom: 40px;
    z-index: 999;
    height: 24px;
}
.testimonialWrap .tstBox .easy-t-cycle-pager span {
    line-height: 16px;	
    color: #ccad3a;
    transition: all .5s;
}
.easy-t-cycle-pager span.cycle-pager-active {
	color: #4a5253 !important;
}
.footer {
    padding-top: 300px;
    margin-top: 0px;
    /*margin-top: -84px;*/
}
.latestWrap .execphpwidget>.row {
	margin: 0 -10px;
}
.latestWrap .postgridWrap {
    padding: 0 10px;	
}
.latestWrap .postgridWrap article {
	height: 460px;
}
.latestWrap .postgridWrap article .textGrid {
	border: 2px solid #dbdbdb;
	margin: 20px;
	padding: 20px 12px;
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top: 0px;
	left: 0;
}
.latestWrap .postgridWrap article .textGrid .dateBox {
	float: right;
    text-align: right;
}
.latestWrap .postgridWrap article .textGrid .catBox {
	float: left;
}
.latestWrap .postgridWrap article .textGrid .catBox a {
	display: none;
}
.latestWrap .postgridWrap article .textGrid .catBox a:nth-child(2) {
	display: inline-block;
}
.latestWrap .postgridWrap article .textGrid .catBox a {
    background: #ffffff;
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 14px;
    color: #4a5253;
    font-family: 'Gotham-Book';
}
.latestWrap .postgridWrap article .textGrid .catBox a:hover {
	background: #ccad3a;
	color: #ffffff;
}
.latestWrap .postgridWrap article .textGrid .entry-header {
    position: absolute;
    bottom: 20px;
    left: 20px;	
    max-height: 300px;
    overflow: hidden;
    width: calc(100% - 40px);
}
.latestWrap .postgridWrap article .textGrid .row {
	margin-bottom: 30px;
}
.latestWrap .postgridWrap article .textGrid .entry-header h3 a {
	font-size: 25px;
   color: #ffffff;
}
.latestWrap .postgridWrap article .textGrid .entry-header h3 a:hover {
	color: #ccad3a;
}
.latestWrap .postgridWrap article .textGrid .dateBox .date {
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Gotham-Book';
    display: inline-block;
    max-width: 48px;
    text-align: left;
} 
.latestWrap .postgridWrap:first-child {
    width: 67%;	
}
.latestWrap .postgridWrap:last-child {
    width: 33%;	
}
.latestWrap .postgridWrap:last-child article {
	background: #4a5253 !important;
}
/*.latestWrap .postgridWrap article:after {
	content: '';
	display: inline-block;
	width: calc(100% - 8px);
	height: 2px;
	background: #171f25;
	position: absolute;
	bottom: -2px;
	left: 4px;
}*/
.latestWrap .postgridWrap:first-child article:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);

}
.latestWrap .postgridWrap article .textGrid .catBox a:first-child,
.latestWrap .widget .widgettitle {
	display: none;
}

/*.latestWrap .postgridWrap:first-child article:before {
	content: '';
	display: inline-block;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
}
*/


/******/

.aos-item {
	opacity: 1 !important;
}
.scnTitle:after {
	transition: all .5s;
	width: 0;
}
.aos-animate .scnTitle:after {
    width: 64px;	
}
.bannerWrap > .blankdiv_1 {
    background: #4a5253;
    width: 160px;
    height: 600px;
    transform: rotate(135deg);
    position: absolute;
    right: 23px;
    top: -180px;
    transition: all .5s;
    opacity: 0;
}
.page-loaded .wlcWrap > .blankdiv_1,
.page-loaded .bannerWrap > .blankdiv_1 {
    opacity: 1;
}

.wlcWrap > .blankdiv_1 {
	background: #f7f7f7;
	width: 160px;
	height: 1100px;
	transform: rotate(135deg);
	position: absolute;
	left: 242px;
	top: -442px;
	opacity: 0;	
    transition: all .5s;
}
.wlcWrap > .blankdiv_2 {
    background: #f7f7f7;
    width: 160px;
    height: 960px;
    transform: rotate(-135deg);
    position: absolute;
    left: 49px;
    bottom: -560px;
}
.wlcWrap > .blankdiv_3 {
    background: #f7f7f7;
    width: 53%;
    height: 60%;
    position: absolute;
    right: 0px;
    top: 25%;
}
.wlcRow1 {
	z-index: 1;
	position: relative;
}
.apartmentWrap .aprtgridWrap .featuredImg,
.latestWrap .postgridWrap article,
.txtGrid .sliderBox .wp-posts-carousel-image {
	position: relative;
	overflow: hidden;
}
.apartmentWrap .aprtgridWrap .featuredImg:after,
.latestWrap .postgridWrap article:before,
.txtGrid .sliderBox .wp-posts-carousel-image:after {
	content: '';
	display: inline-block;
	background: rgba(204,173,58,.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
   height: 100%;
	z-index: 99;
	-webkit-transform: translate3d(0, -100%, 0px);
	-moz-transform: translate3d(0, -100%, 0px);
	-o-transform: translate3d(0, -100%, 0px);
	transform: translate3d(0, -100%, 0px);
	transition: all 1s;
	opacity: 0;
}
.apartmentWrap .aprtgridWrap .aos-animate .featuredImg:after,
.latestWrap .aos-animate .postgridWrap article:before,
.txtGrid .sliderBox .aos-animate .wp-posts-carousel-image:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 100%, 0px);
	-moz-transform: translate3d(0, 100%, 0px);
	-o-transform: translate3d(0, 100%, 0px);
	transform: translate3d(0, 100%, 0px);

}

.wlcRow1 .aos-item {
    opacity: 0 !important;	
}
.wlcRow1 .aos-item.aos-animate {
    opacity: 1 !important;	
}

.mobilemenu .socialBox ul li.button .pum-trigger,
.header .socialBox ul li.button .pum-trigger {
	background: #fff !important;
	color: #4a5253 !important;
	display: inline-block;
	padding: 10px 20px !important;
	border-color: transparent !important;
	font-size: 16px !important;
	border-radius: 0px !important;	
}
.mobilemenu .socialBox ul li.button .pum-trigger:hover,
.header .socialBox ul li.button .pum-trigger:hover {
    background: #ccad3a !important;
    color: #fff !important;	
}


/*** popup ***/

body #pum-193 {
   background-color: #4a5253 !important;
	transition: all 0s;
	width: calc(100% + 16px);
}
body #pum-193 #popmake-193 {
	box-shadow: 0 0 0 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0px !important;
	transition: all .7s;
}
.enqrForm .wpcf7-form h2 {
	text-align: center;
   color: #ffffff;
}
.enqrForm .wpcf7-form .select-input {
    padding-bottom: 0px;	
    position: relative;
}
.enqrForm .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 10px;
display: block;
}
.enqrForm .wpcf7-form input[type='text'], 
.enqrForm .wpcf7-form .select-input select, 
.enqrForm .wpcf7-form input[type='tel'], 
.enqrForm .wpcf7-form input[type='email'] {
    background: #333939;
    color: #ffffff;
    font-size: 22px;
    height: 66px;
    padding: 9px 22px 12px;
    line-height: 24px;
}
.enqrForm .wpcf7-form .select-input select {
	/*font-size: 36px; */
	display: block;
	text-align: center;
	min-width: inherit;
	width: 100%;
	-webkit-appearance: none;
	/* height: 95px; */
	/* line-height: 56px; */
	/* padding: 20px 70px 20px 22px; */
	cursor: pointer;
	/* font-family: 'Open Sans', sans-serif; */
}
.enqrForm .wpcf7-form .select-input select option {
   font-size: 18px;
}
.contactPgform select {
	cursor: pointer;
}
.contactPgform select option {
   font-size: 16px;
}
.enqrForm input::-webkit-input-placeholder {
	color: #ffffff;
}

.enqrForm input:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}
.enqrForm input::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff;
}
 .enqrForm input:-ms-input-placeholder {  
	color: #ffffff;
}
.enqrForm .wpcf7-form .row {
    margin: 0 -5px;	
}
.enqrForm .wpcf7-form .row .left,
.enqrForm .wpcf7-form .row .right {
    padding: 0 5px;	
}
.enqrForm .wpcf7-form .select-input:after {
    content: '\f107';
    display: inline-block !important;
    font-family: FontAwesome;
    color: #ffffff;
    position: absolute;
    right: 30px;
    top: calc(50% - 9px);
    width: 32px;
    height: 18px;
    font-size: 42px;
    line-height: 17px;
    cursor: pointer;
}
.enqrForm .wpcf7-form .dbtn {
    display: inline-block !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    margin: 25px 0 20px auto;
}
.enqrForm .wpcf7-form .dbtn:hover {
	border-color: #ccad3a !important;
}
.enqrForm .custom-html-widget ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
    margin: 0 10px 0 10px;
} 
.enqrForm .custom-html-widget ul li a {
	color: #ffffff;
}
body #pum-193 .pum-content + .pum-close:hover,
.enqrForm .custom-html-widget ul li a:hover {
	color: #ccad3a;
}
.enqrForm .custom-html-widget {
	text-align: center;
}
.enqrForm .custom-html-widget ul li a i {
	margin-right: 12px;
}

body #pum-193 .pum-content + .pum-close {
    border: none;
    background: none;
    box-shadow: 0 0 0;
    color: #ffffff;
    font-size: 34px;
    position: absolute;
    right: -30%;
    top: -15%;	
    transition: all .5s;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
	color: #4a5253;
}
#ui-datepicker-div .ui-datepicker-calendar th {
	color: #4a5253;	
    font-size: 18px;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
    background: #4a5253;
    text-align: center;
    color: #ffffff;	
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a,
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
	background: #ccad3a;
}
.ui-datepicker .ui-datepicker-header {
	background: #ffffff;
}
.enqrForm .wpcf7-form .submit {
	text-align: center;
	padding-bottom: 0;
}
#ui-datepicker-div {
	width: 460px;
	max-width: 100%;
}

/*** contact page */

.contactPgform {
    max-width: 780px;
    margin: 25px auto 0 !important;
}
.contactPgform h3 {
	text-align: left !important;
	font-size: 38px;
	font-style: italic;
   margin-bottom: 30px;
}

.contactPgform select, 
.contactPgform input[type='tel'], 
.contactPgform textarea, 
.contactPgform input[type='email'], 
.contactPgform input[type='text'], 
.contactPgform input[type='search'] {
	background: transparent !important;
	border-bottom: 1px solid #999999;
   height: 48px;
	padding: 9px 0;
	border-radius: 0px !important;
	background-color: transparent !important;
	background-image: none !important; 
}
.contactPgform p {
	padding-bottom: 30px;
}
.contactPgform .submit,
.contactPgform p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.contactPgform label {

}
body div.wpcf7-mail-sent-ok {
	text-align: center;
}
.contactPgform .submit .dbtn {
	border-color: #ccad3a !important;
	background: #ccad3a !important;
	color: #ffffff !important;	
}
.contactPgform .submit .dbtn:hover {
	border-color: #4a5253 !important;
	background: transparent !important;
	color: #4a5253 !important;	
}

/*history page*/

.historyWrap .wpb_column>.vc_column-inner {
    max-width: 920px;
    margin: 0 auto;	
}
.historyWrap {
	margin: 180px 0 80px;	
	overflow: visible !important;
   position: relative !important;
}
.historyWrap .vc_row {
	position: relative;
}
.historyWrap .vc_row .aos-item>.blankdiv_1 {
    width: 1px;
    height: 90px;
    display: block;
    background: #4a5253;
    position: absolute;
    bottom: -540px;
    left: calc(50% - .5px);
}
.historyWrap.last .vc_row .aos-item>.blankdiv_1 {
    width: 0;
    height: 0;
    position: static;	
}
.historyWrap .circleBox {
	display: inline-block;
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 144px;
	border-radius: 50%;
	margin: -90px auto 40px;
}
.historyWrap .circleBox .wpb_wrapper {
	font-family: 'TrajanPro-Regular';
	font-size: 33px;	
	color: #ffffff;
}
.historyWrap p {
    max-width: 700px;
    margin: 0 auto;	
}
.historyWrap .vc_row .wpb_column>.vc_column-inner {
	padding-top: 0;
	text-align: center;
}
.historyWrap.item1>.blankdiv_1 {
    background: #f7f7f7;
    width: calc(100% + 300px);
    height: 140px;
    transform: rotate(22deg);
    position: absolute;
    left: -142px;
    top: 170px;
    transition: all .5s;
    margin: 0;
    z-index: -1;
}
.historyWrap.item2>.blankdiv_2 {
	background: #f7f7f7;
	width: calc(100% + 300px);
	height: 140px;
	transform: rotate(-23deg);
	position: absolute;
	right: -142px;
	top: 180px;
	transition: all .5s;
	margin: 0;
	z-index: -1;
}
.historyWrap.item3>.blankdiv_2 {
   /*transform: rotate(23deg);
    left: -142px;
    top: 170px;*/
    background: #f7f7f7;
    width: calc(100% + 300px);
    height: 140px;
    transform: rotate(15deg);
    position: absolute;
    left: -149px;
    top: 110px;
    transition: all .5s;
    margin: 0;
    z-index: -1;
}

/*** offer page ***/

.offerWrap {
    margin: 70px 0 80px;	
}
.offerWrap.last {
	margin-bottom: 0 !important;
}
.offerWrap.top {
	margin-top: -90px;
}
.offerWrap .vc_row .aos-item>.blankdiv_1 {
    bottom: -472px;
}
.offerWrap .vc_row>.wpb_column>.vc_column-inner {
    padding-top: 27px;	
}
.offerWrap .vc_row p {
	padding-bottom: 30px;
}

#pum-335 #popmake-335 {
	border: none;
	box-shadow: 0 0 0;
    border-radius: 0;
    padding: 30px 30px 15px;
}

.offerWrap .wpb_content_element img {
	margin: 0 auto;
    float: none;
}
.offerWrap .vc_row {
	position: static;
}
.offerWrap.last>.aos-item>.blankdiv_1 {
    width: 0;
    height: 0;
    position: static;
}
.offerWrap .vc_row .aos-item>.blankdiv_1 {
	display: none;
}
.offerWrap>.aos-item>.blankdiv_1 {
    width: 1px;
    height: 90px;
    display: block;
    background: #4a5253;
    position: absolute;
    bottom: -70px;
    left: calc(50% - .5px);
	transition: all .5s;
}
.enqrForm .wpcf7-form .date-field p {
	padding-bottom: 0;
}
.offerWrap>.aos-item {
    transform: inherit !important;
}
.offerWrap>.aos-item.aos-animate>.blankdiv_1 {
    bottom: -120px;	
}

/* BLOG PAGE */

.wrapper.blog .wpb_text_column .widgettitle {
	display: none;
}
.wrapper.blog .vc_tta-tabs .vc_tta-panel-body {
	padding: 0 !important;
}
.wrapper.blog .vc_tta-panels {
	background-color: transparent !important;	
	border: none !important;
}
.wrapper.blog .postgridWrap .featuredImg {
	display: block;
	height: 315px;
   background-color: #f1f1f1 !important;
  	position: relative;
}
/*.wrapper.blog .postgridWrap:first-child {
    width: 66.6%;
}*/
.wrapper.blog .postgridWrap:first-child {
    width: 50%;
}
.wrapper.blog .postgridWrap:nth-child(2) {
    width: 50%;
}
.wrapper.blog .postgridWrap {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.wrapper.blog .postgridWrap .textGrid {
	padding: 41px 0px 48px 75px;
	position: relative;
}
.wrapper.blog .postgridWrap:nth-child(2) .featuredImg,
.wrapper.blog .postgridWrap:first-child .featuredImg {
   height: 600px;
}

.wrapper.blog .postgridWrap .textGrid h3 a {
	font-size: 28px;
	color: #4a5253;
	line-height: normal;
}
.wrapper.blog .postgridWrap .textGrid h3 a:hover {
	color: #ccad3a;
}
.wrapper.blog .postgridWrap .textGrid h3 {
    margin-bottom: 20px;
    max-width: 334px;	
}
.wrapper.blog .postgridWrap .textGrid h5 {
    font-size: 15px;
    color: #4a5253;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
	 font-weight: 700;
}
.wrapper.blog .postgridWrap .textGrid:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #4a5253;
    position: absolute;
    left: 0;
    top: 70px;
}

.wrapper.blog .relatedWrap .postgridWrap {
    width: 50%;
}
.wrapper.blog .relatedWrap .postgridWrap .featuredImg {
	 height: 430px;
}
.wrapper.blog .relatedWrap .scnTitle:before {
    content: '';
    display: block;
    background: #4a5253;
    width: 1px;
    height: 90px;
    margin: 30px auto 50px;
	-webkit-transform: translate3d(0, -100%, 0px);
	-moz-transform: translate3d(0, -100%, 0px);
	-o-transform: translate3d(0, -100%, 0px);
	transform: translate3d(0, -100%, 0px);
	transition: all .5s;
}
.wrapper.blog .relatedWrap .scnTitle {
	margin-bottom: 40px;
}
.archive .wrapper.blog .innerWrap {
    padding-top: 80px;	
}
.wrapper.blog .relatedWrap>.aos-item {
	opacity: 0 !important;
}
.wrapper.blog .relatedWrap>.aos-animate {
	opacity: 1 !important;
}
.wrapper.blog .relatedWrap>.aos-animate .scnTitle:before {
	-webkit-transform: translate3d(0, 0%, 0px);
	-moz-transform: translate3d(0, 0%, 0px);
	-o-transform: translate3d(0, 0%, 0px);
	transform: translate3d(0, 0%, 0px);
}

/* Error404 Page*/

.error404 .error-404 {
    padding-top: 180px;
    padding-bottom: 100px;
}

.search-no-results .not-found label .screen-reader-text,
.error404 .error-404 label .screen-reader-text {
	display: none;
}
.search-no-results .not-found input[type='search'],
.error404 .error-404 input[type='search'] {
	min-width: 350px;
	color: #1a1a1a;
	height: 55px;
	line-height: 24px;
	margin: 0;
    border: 1px solid #cccccc !important;
    border-radius: 0px;
}
.search-no-results .not-found input[type='search']:focus,
.error404 .error-404 input[type='search']:focus {
	box-shadow: 0 0 0;
}
.search-no-results .not-found button,
.error404 .error-404 button {
	padding: 16px 26px !important;
	vertical-align: top;
	position: relative;
	z-index: 9;
}
.search-no-results .not-found label,
.error404 .error-404 label {
	margin-bottom: 0;
   vertical-align: top;
}
.search-no-results .not-found p,
.error404 .error-404 p {
    font-size: 15.8px;
    line-height: 27px;	
}
.error404 .error-404 button .screen-reader-text {

}
.error404 .unscrolled {
	background: #5e235e;
	padding-bottom: 20px;	
}
.search-no-results .not-found .aos-item,
.error404 .error-404 .aos-item {
	 display: inline-block;
    vertical-align: top;
}
.search-results .searchPage .innerWrap {
    padding-top: 80px;		
}
.wrapper.blog .postgridWrap .featuredImg a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.wrapper.blog .postgridWrap .featuredImg a:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
   border: 160px solid #ffffff;
   transition: all 1s;
   transform: scale(1.1);
}
.wrapper.blog .postgridWrap:first-child .featuredImg a:before {
   border: 300px solid #ffffff;	
}
.wrapper.blog .postgridWrap:first-child .aos-animate .featuredImg a:before,
.wrapper.blog .postgridWrap .aos-animate .featuredImg a:before {
	border-width: 8px;
}
.wrapper.blog .postgridWrap:first-child:hover .featuredImg a:before,
.wrapper.blog .postgridWrap:hover .featuredImg a:before {
   transform: scale(1);
	border-width: 8px;
}
.wrapper.blog .postgridWrap .aos-item {
	overflow: hidden;
	background: #ffffff;
 	transform: inherit;
}
.wrapper.blog .postgridWrap .featuredImg {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
   transform: scale(1.1);
   transition: all 1s;
   overflow: hidden;
}
.wrapper.blog .postgridWrap .aos-animate .featuredImg {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
	transform: scale(1);
}
.wrapper.blog .postgridWrap .textGrid {
	-webkit-transform: translate3d(0, 100%, 0px);
	-moz-transform: translate3d(0, 100%, 0px);
	-o-transform: translate3d(0, 100%, 0px);
	transform: translate3d(0, 100%, 0px);
	transition: all 1.5s;
}
.wrapper.blog .postgridWrap .aos-animate .textGrid {
	-webkit-transform: translate3d(0, 0%, 0px);
	-moz-transform: translate3d(0, 0%, 0px);
	-o-transform: translate3d(0, 0%, 0px);
	transform: translate3d(0, 0%, 0px);
}

.aptEnquiry .wpb_text_column>.wpb_wrapper {
	max-width: 990px;	
	margin: 0 auto;
    padding-top: 12px;
} 
.aptEnquiry>.blankdiv_1 {
    background: #fbfbfb;
    width: calc(100% + 300px);
    height: 140px;
    transform: rotate(20deg);
    position: absolute;
    left: -220px;
    top: 173px;
    transition: all .5s;
    margin: 0;
    z-index: -1;
}
.aptEnquiry .wpb_text_column p a {
    font-size: 18px;
    font-family: 'Gotham-Book';	
}
.aptEnquiry .pum-trigger {
	border-color: #ccad3a !important;
	background: #ccad3a !important;
	color: #ffffff !important;	
}
.aptEnquiry .pum-trigger:hover {
	background: transparent !important;
	color: #4a5253 !important;
	border: 2px solid #4a5253 !important;	
}
.aptEnquiry {
    padding-top: 100px;
    padding-bottom: 100px;	
    overflow: visible !important;
}
.aptSlider .vc_images_carousel {
    margin: 0 auto;	
 /*   margin-left: -95vw;*/
    overflow: visible;
    position: static;
}
.aptSlider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline,
.aptSlider .vc_images_carousel .vc_carousel-inner {
	overflow: visible;
}
.aptSlider .vc_images_carousel .vc_item {
/*	height: 400px !important;*/
/*	padding: 0 5px;*/
}

.aptSlider .vc_images_carousel .vc_carousel-control .icon-next, .aptSlider .vc_images_carousel .vc_carousel-control .icon-prev {
    color: #545251;
    opacity: 1;
    width: 20px;
    height: 23px;
    text-align: center;
    margin: -11px;
    font-size: 35px;
}
.aptSlider .vc_images_carousel .vc_carousel-control.vc_left {
    left: 40px;	
}
.aptSlider .vc_images_carousel .vc_carousel-control.vc_right {
    right: 40px;	
}
.aptSlider .vc_images_carousel .vc_carousel-control {  
    opacity: 1 !important;
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-shadow: 0 0 0;
    display: inline-block !important;
    text-align: center;
    line-height: 40px;
	
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner {
    width: calc(100% - 20px) !important;
    overflow: hidden;
}
.aptSlider .vc_images_carousel img {
    width: auto;
    padding: 0 10px 0 0;
    height: auto;
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    margin-left: -50%;
    margin-right: -50%;
    display: inline-block;
}
.aptSlider .vc_images_carousel .vc_item .vc_inner {
    height: 450px;
    overflow: hidden;
    text-align: center;	
}

.aptSlider .vc_images_carousel .vc_carousel-control.vc_left .icon-prev:before {
    content: "\f104" !important;
    display: inline-block !important;
	 font-family: FontAwesome !important;
}
.aptSlider .vc_images_carousel .vc_carousel-control.vc_right .icon-next:before {
    content: "\f105" !important;
    display: inline-block !important;
	 font-family: FontAwesome !important;
}
.aptSlider .vc_images_carousel .vc_carousel-control .icon-next {
	margin-left: -8px !important;	
}
.aptSlider .wpb_images_carousel {
    margin: 0 10px 0;
    width: calc(100% - 20px);
    overflow: hidden;
}
.aptSlider .vc_images_carousel .vc_carousel-control:hover {
	background: #ccad3a;
}
.aptSlider .vc_images_carousel .vc_carousel-control:hover .icon-next,
.aptSlider .vc_images_carousel .vc_carousel-control:hover .icon-prev {
	color: #ffffff;
}
.aptSlider>.wpb_column>.vc_column-inner {
	padding-top: 30px !important;
}

.aprtDetailsWrap .box h2 {
	color: #ffffff;
	font-size: 18.52px;
	font-family: 'Gotham-Book';
	text-transform: uppercase;
    margin-bottom: 25px;
}
.aprtDetailsWrap .box h4 {
	font-size: 20px;
	color: #ccad3a;
}
.aprtDetailsWrap .box {
    padding: 40px 30px 36px;
     margin-bottom: 0;	
   	height: 100%;
}
.aprtDetailsWrap .vc_row .wpb_column .vc_column-inner>.wpb_wrapper {
	height: 100%;
}
.aprtDetailsWrap .box .vc_single_image-wrapper img {
    height: 60px;
    width: auto;	
}
.aprtDetailsWrap {
    padding-top: 40px;
    padding-bottom: 80px;	
}
.aprtDetailsWrap .scnTitle {
    margin-bottom: 55px;	
}

.introWrap>.wpb_column>.vc_column-inner>.wpb_wrapper {
    max-width: 1000px;
    margin: 0 auto;	
    padding: 22px 0 0;
}

.introWrap {
    padding-bottom: 45px;
    overflow: visible !important;

}

.introWrap>.wpb_column {
/* margin-top: -220px;*/
      padding: 0 15px;
}

.single-apartment .introWrap {
	 padding-top: 80px;
}

.single-apartment .introWrap .blankdiv_1 {
	background: #f7f7f7;
	width: 100%;
	height: 24%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

}


.single-apartment .lmWrap {
	/*padding-bottom: 300px;*/	
}
.introWrap .aptMid .vc_figure,
.introWrap .aptMid .vc_figure .vc_single_image-wrapper {
	display: block;
}
.introWrap .aptMid .vc_figure img {
	width: 100%;
}
.introWrap .aptMid .vc_figure .vc_single_image-wrapper {
	position: relative;
}
.introWrap .aptMid .vc_figure .vc_single_image-wrapper:before {
	content: '';
	display: inline-block;
	border: 5px solid #ffffff;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	position: absolute;
	left: 25px;
	top: 25px;
}
.aptSlider {
	margin-bottom: 25px;
    background: #ffffff;
}
.historyWrap .vc_row .wpb_column>.vc_column-inner .wpb_wrapper .aos-item {
	opacity: 0 !important;
}
.historyWrap .vc_row .wpb_column>.vc_column-inner .wpb_wrapper .aos-animate {
	opacity: 1 !important;
}
/*.wrapper.blog .vc_tta-tabs .vc_tta-panels .vc_tta-panel {
	transform: translate3d(0, 100%, 0px);
	transition: all 1.5s;
}
.wrapper.blog .vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active {
	transform: 	translate3d(0, 0%, 0px);	
}*/

/*.wrapper.blog .vc_tta-tabs .vc_tta-panels .vc_tta-panel {
	position: relative;
	background: #ffffff;
 	overflow: hidden;
}
.wrapper.blog .vc_tta-tabs .vc_tta-panels .vc_tta-panel:before {
	content: '';
	display: inline-block;
	width: 76px;
	height: 76px;
	position: absolute;
	top: 70px;
	left: calc(50% - 38px);
	opacity: 1;
 	z-index: 9;
 	transition: all .5s;
	transition-delay: 1.5s;	
}
.wrapper.blog .vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active:before {
   opacity: 0;
}
.wrapper.blog .vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column {
	transition: all .5s;
	transition-delay: 2s;	
	opacity: 0;
}
.wrapper.blog .vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body .wpb_text_column {
	opacity: 1;
}
.wrapper.blog .vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
	display: none !important;
	min-height: 0 !important;
}
.wrapper.blog .vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
	display: block !important;
}*/

.enqrForm .wpcf7-form .select-input select {
  padding: 9px 75px 12px 20px;	
}	


div.pp_pic_holder .pp_fade .pp_expand {
	display: none !important;
}
.mobilemenu .slicknav_menu .slicknav_btn {
    z-index: 999;	
}



/* 
============================================================================================================
============================================================================================================
============================================================================================================

                                    THEME STYLE RESPONSIVE CSS STARTED

============================================================================================================
============================================================================================================
============================================================================================================
*/




@media (min-width: 1380px) {	
	.container {
		width: 1550px;
		max-width: 100%;
		padding-left: 100px;
		padding-right: 100px;
	}	
	.latestWrap .postgridWrap article .textGrid .dateBox {
		width: 32%;
	}
	.latestWrap .postgridWrap article .textGrid .catBox {
	    width: 68%;	
	}	

	
}

@media (min-width: 1851px) {
	
	.historyWrap.item2>.blankdiv_2 {
		transform: rotate(-20deg);
		right: -142px;
		top: 270px;
	}
	.historyWrap.item3>.blankdiv_2 {
		/*transform: rotate(17deg);
    	left: -142px;
    	top: 290px;	*/
		transform: rotate(8deg);
		left: -142px;
		top: 178px;
	}
	.historyWrap.item1>.blankdiv_1 {
	   transform: rotate(20deg);
	}



}

@media (min-width: 1770px) and (max-width: 1850px) {
	
	.historyWrap.item1>.blankdiv_1 {
		left: -142px;
		top: 140px;
		transform: rotate(20deg);	
	}
	.historyWrap.item2>.blankdiv_2 {
    	transform: rotate(-23deg);
    	right: -142px;
    	top: 217px;	
	}
	.historyWrap.item3>.blankdiv_2 {
    	/*transform: rotate(18deg);
    	left: -142px;
    	top: 240px;*/
		transform: rotate(10deg);
		left: -142px;
		top: 134px;
	}


}

@media (min-width: 1680px) and (max-width: 1769px) {
	
	.historyWrap.item3>.blankdiv_2 {
	    top: 215px;	
	}




}




@media (min-width: 768px) {
	
	.latestWrap .postgridWrap:last-child article .entry-header {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		height: calc(100% - 75px);
		max-height: 290px;
		bottom: inherit;
		top: 75px;
		text-align: center;
		padding: 50px 45px;
		overflow: hidden;
	}

}



@media (min-width: 1200px) and (max-width: 1379px) {
	
	.container {
	   width: 1170px;
   	max-width: 100%;
		padding-left: 70px;
		padding-right: 70px;
	}	
	.footer .footerMenu ul li {
	    width: 32.6%;	
	}
	.copyrightBar .copyrightBox ul li {
		font-size: 12px;
	}
	.footer .footerTop h2 a {
		font-size: 30px;
	}
	.footer .row {
	   padding: 55px 25px 36px;
      margin: 0 -40px;	
	}
	.latestWrap .postgridWrap:last-child article .entry-header {
	    padding: 50px 30px;	
	}
	
	.bannerWrap > .blankdiv_1 {
		width: 130px;
    	height: 500px;	
      right: 0px;
      top: -160px;
	}
	.wlcWrap > .blankdiv_1 {
		width: 130px;
		height: 840px;
		left: 130px;
		top: -412px;	
	}
	.wlcWrap > .blankdiv_2 {
	    bottom: -488px;
	    width: 130px;
    	height: 827px;	
	}
	
/*	.wlcWrap > .blankdiv_3 {
	   height: 58%;
      top: 25%;
	}*/
	.scnTitle,
	.wlcWrap .bnrBottom h1 {
		font-size: 34px;
	}
	.apartWrap .txtGrid {
	    max-width: 990px;	
	}
	
	.latestWrap .postgridWrap article .textGrid .dateBox {
		width: 32%;
	}
	.latestWrap .postgridWrap article .textGrid .catBox {
	    width: 68%;	
	}	
	
	.historyWrap.item2>.blankdiv_2 {
	    transform: rotate(-27deg);	
	}
	.wrapper.blog .postgridWrap .textGrid h3 a {
		font-size: 26px;
	}
	
	.aprtDetailsWrap .box {
	    padding: 40px 27px 36px;	
	}
	
	.introWrap>.wpb_column>.vc_column-inner>.wpb_wrapper {
	    max-width: 850px;	
	}
	
	.wrapper.blog .postgridWrap:nth-child(2) .featuredImg, .wrapper.blog .postgridWrap:first-child .featuredImg {
    	height: 530px;
	}
	

}






/* Large desktop */
@media (min-width: 1200px) {
	
	.historyWrap.item1 {
	    margin-top: 150px;	
	}
	
	.sliderWrap .fullwidthabanner .tp-leftarrow {
    left: 5% !important;	
	}
	.sliderWrap .fullwidthabanner .tp-rightarrow {
    	left: inherit !important;
    	right: 2% !important;	
	}
	
		
	 	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) {
	
	

}





@media (min-width: 992px) and (max-width: 1199px) { 
	.footerLogo2 {
		text-align: center;
	}
	
	.footer .subscribeBox {
    	text-align: center;
    	margin-top: 51px;
	}

	.footer .footerMenu ul li {
	    width: 32.6%;	
	}
	.copyrightBar .copyrightBox ul li {
		font-size: 12px;
	}
	.footer .footerTop h2 a {
		font-size: 28px;
	}
	.footer .row {
		margin: 0;
	    padding: 55px 0px 36px;
	}
	.copyrightBar .copyrightBox {
		padding-left: 0;
	}
	.copyrightBar .socialBox:before {
	    width: calc(100% - 60px);
	    left: 30px;	
	}
	.testimonialWrap .tstBox {
		max-width: 700px;
		margin: 0 -12px 0 auto;
		padding: 40px 40px 0 40px;	
	    top: -133px;
	}
	.testimonialWrap .tstBox .wpb_wrapper .easy_testimonial {
	    padding: 40px 40px 33px;	
	}
	.footer {
    	padding-top: 170px;
    	/*margin-top: -180px;*/
	}	
	.latestWrap .postgridWrap:first-child {
    	width: 61%;
	}	
	.latestWrap .postgridWrap:last-child {
    	width: 39%;
	}	
	.bannerWrap > .blankdiv_1 {
    	width: 100px;
    	height: 500px;
    	right: 0px;
    	top: -174px;
	}
	.wlcWrap > .blankdiv_1 {
		width: 100px;
		height: 840px;
		left: 130px;
		top: -370px;	
	}
	.wlcWrap > .blankdiv_2 {
	    bottom: -470px;
	    width: 100px;
    	height: 827px;	
	}	
	.wlcWrap > .blankdiv_3 {
    width: 51.5%;
    top: 26%;
    height: 57%;
    
 /*   top: 21.5%;*/
	}
	.apartWrap .txtGrid {
	    margin: -89px auto 0 !important;
	    max-width: 900px;	
	}
	
	.enqrForm .wpb_column>.vc_column-inner {
		padding-left: 0;
	}		
	.contactPgform h3 {
		 font-size: 34px;
	}
	.latestWrap .postgridWrap article .textGrid .dateBox {
		width: 32%;
	}
	.latestWrap .postgridWrap article .textGrid .catBox {
	    width: 68%;	
	}	
	.historyWrap .wpb_column>.vc_column-inner {
		max-width: 790px;
	}
	.historyWrap.item1 {
	    margin-top: 140px;	
	}
	.historyWrap.item2>.blankdiv_2 {
	    top: 130px;
       transform: rotate(-30deg);
	}
	.historyWrap.item3>.blankdiv_2 {
		/*top: 125px;
		transform: rotate(30deg);*/
	    top: 60px;
        transform: rotate(23deg);
	}
	.wrapper.blog .postgridWrap .textGrid {
	    padding: 41px 0px 48px 65px;	
	}
	.wrapper.blog .postgridWrap .textGrid h3 a {
	    font-size: 24px;	
	   line-height: 32px;
	}
	.wrapper.blog .postgridWrap .textGrid:before {
	    width: 40px;	
		 top: 65px;
	}
	.wrapper.blog .postgridWrap .textGrid h3 {
	    max-width: 324px;	
	}
	.wrapper.blog {
	    padding-bottom: 50px;	
	}
	.wrapper.blog .postgridWrap .featuredImg {
		height: 260px;
	}
	.wrapper.blog .postgridWrap:nth-child(2) .featuredImg, .wrapper.blog .postgridWrap:first-child .featuredImg {
    	height: 430px;
	}
	.wrapper.blog .relatedWrap .postgridWrap:first-child .featuredImg,
	.wrapper.blog .relatedWrap .postgridWrap .featuredImg {
    	height: 430px;
	}
	.wrapper.blog .relatedWrap {
		padding-bottom: 30px;
	}
	.aprtDetailsWrap .box .vc_single_image-wrapper img {
	    height: 50px;	
	}
	.aprtDetailsWrap .box {
	    padding: 40px 19px 36px;	
	}
	.introWrap>.wpb_column>.vc_column-inner>.wpb_wrapper {
	    max-width: 850px;	
	}	
	
	.wrapper.blog .postgridWrap .featuredImg a:before {
   	border: 130px solid #ffffff;
	}
	.wrapper.blog .postgridWrap:first-child .featuredImg a:before {
   	border: 250px solid #ffffff;	
	}
	.wrapper.blog .postgridWrap:first-child .aos-animate .featuredImg a:before,
	.wrapper.blog .postgridWrap .aos-animate .featuredImg a:before {
		border-width: 8px;
	}
	.wrapper.blog .postgridWrap:first-child:hover .featuredImg a:before,
	.wrapper.blog .postgridWrap:hover .featuredImg a:before {
   	transform: scale(1);
		border-width: 8px;
	}	
	
	.enqrForm .wpcf7-form .select-input select {
	  padding: 9px 75px 12px 20px;	
	}	
	
	
	
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1025px) {
	
	body #pum-193 .pum-content + .pum-close {
		right: 0;
	}
	#pum-335 #popmake-335 {
		width: 90%;
	}


}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) { 
	.footerLogo2 {
		text-align: center;
	}
	
	.footer .subscribeBox {
    	text-align: center;
    	margin-top: 51px;
	}
	
	.footer .footerMenu ul li {
	    width: 32.6%;
      padding-right: 5px;
	}
	.copyrightBar .copyrightBox ul li {
		font-size: 12px;
	}
	.footer .footerTop h2 a {
    font-size: 22px;
    padding: 27px 20px 25px;
	}
	.footer .row {
		margin: 0;
	    padding: 55px 0px 36px;
	}
	.copyrightBar .copyrightBox {
		padding-left: 0;
	    margin-top: 23px;
	}	
	.footer .footerMenu ul li a {
	    font-size: 14px;	
	}
	.footer .subscribeBox .widget-title {
	    font-size: 16px;	
	}
	.footer .subscribeBox h6 {
	    font-size: 13px;	
	}
	.footer .subscribeBox .inputBox {
    	position: relative;
	}
	.footer .subscribeBox .inputBox button {
		position: absolute;
    	right: 0;
    	top: 0;	
	}
	.footer .subscribeBox .inputBox input[type='email'] {
	    width: 100%;
       min-width: inherit;	
       padding: 6px 90px 6px 12px;
	}
	.testimonialWrap .tstBox {
    	max-width: 570px;
    	margin: 0 -12px 0 auto;
    	padding: 25px 20px 0 20px;
    	top: -128.5px;
	}
	.testimonialWrap .tstBox .wpb_wrapper .easy_testimonial {
	    padding: 30px 25px 20px;	
	}
	.footer {
    	padding-top: 200px;
    	/*margin-top: -200px;*/
	}		
	.testimonialWrap .tstBox .easy-t-cycle-controls {
	    bottom: 17px;
	    right: 36%;	
	}
	.testimonialWrap .tstBox .testimonial_author,
	.testimonialWrap .tstBox .testimonial_body {
		padding-left: 30px;
	}	
	.latestWrap .postgridWrap:first-child {
    	width: 61%;
	}	
	.latestWrap .postgridWrap:last-child {
    	width: 39%;
	}	
	
	.latestWrap .postgridWrap:last-child article .entry-header {
	    padding: 50px 9px;	
	}
	.latestWrap .postgridWrap article .textGrid .entry-header h3 a {
	    font-size: 24px;	
	}
	
	.bannerWrap > .blankdiv_1 {
    	width: 100px;
    	height: 500px;
    	right: 0px;
    	top: -174px;
	}
	.wlcWrap > .blankdiv_1 {
		width: 100px;
		height: 840px;
		left: 138px;
		top: -370px;	
	}
	.wlcWrap > .blankdiv_2 {
    	bottom: -399px;
    	width: 100px;
    	height: 769px;
	}	
	.wlcWrap > .blankdiv_3 {
    	width: 52%;
    	height: 62%;
    	top: 23%;
	}

	.wlcWrap .bnrBottom {
		width: 82%;
	}
	.wlcWrap .bnrBottom>.vc_column-inner {
	    padding-right: 30px !important;
	    padding-left: 30px !important;	
	}

	.apartWrap .txtGrid {
	    margin: -39px auto 0 !important;	
	    max-width: 690px;
	}	
	.header .socialBox ul li.button .pum-trigger {
		font-size: 12px !important;
	}
	body #pum-193 .pum-content + .pum-close {
		right: 0;
	}
	#ui-datepicker-div {
	    width: 325px;	
	}	
	
	.enqrForm .wpb_column>.vc_column-inner {
		padding-left: 0;
	}		
	
	.contactPgform h3 {
		 font-size: 34px;
	}	
	.latestWrap .postgridWrap article .textGrid .dateBox {
		width: 31%;
	}
	.latestWrap .postgridWrap article .textGrid .catBox {
	    width: 69%;	
	}
	.latestWrap .postgridWrap article .textGrid .catBox a {
		padding: 8px 9px;
	    font-size: 12px;	
	}
	
	.latestWrap .postgridWrap article .textGrid .dateBox .date {
		font-size: 16px;
	}

	.historyWrap .vc_row>.blankdiv_1 {
		height: 65px;
	bottom: -123px;
	}
	.historyWrap {
	    margin: 90px 0 80px;	
	}
	.historyWrap .wpb_column>.vc_column-inner {
	   max-width: 550px;	
	}
	.historyWrap.item1 {
	    margin-top: 140px;	
	}
	.historyWrap.item2>.blankdiv_2 {
		top: 173px;
		transform: rotate(-40deg);
	}
	.historyWrap.item3>.blankdiv_2 {
    	/*top: 171px;
    	transform: rotate(25deg);*/
	    top: 108px;
        transform: rotate(22deg);
	}
	.historyWrap.item1>.blankdiv_1 {
	    /*transform: rotate(25deg);*/
	    transform: rotate(27deg);
	}	
	.offerWrap .wpb_column>.vc_column-inner {
    	max-width: 620px;
	}
	.offerWrap {
    	margin: 55px 0 80px;
	}
	#pum-335 #popmake-335 {
		width: 90%;
	}	
	
	.wrapper.blog .postgridWrap .textGrid {
	    padding: 36px 0px 43px 46px;	
	}
	.wrapper.blog .postgridWrap .textGrid h3 a {
	    font-size: 19px;	
	}
	.wrapper.blog .postgridWrap .textGrid:before {
	    width: 30px;	
		 top: 65px;
	}
	.wrapper.blog .postgridWrap .textGrid h3 {
	    max-width: 254px;	
	}
	.wrapper.blog {
	    padding-bottom: 40px;	
	}	
	.wrapper.blog .postgridWrap .textGrid h5 {
		font-size: 13px;
	}
	.wrapper.blog .postgridWrap .featuredImg {
		height: 230px;
	}
	.wrapper.blog .postgridWrap:nth-child(2) .featuredImg, .wrapper.blog .postgridWrap:first-child .featuredImg {
    	height: 400px;
	}	
	
	.wrapper.blog .relatedWrap .postgridWrap:first-child .featuredImg,
	.wrapper.blog .relatedWrap .postgridWrap .featuredImg {
    	height: 330px;
	}
	.wrapper.blog .relatedWrap {
		padding-bottom: 30px;
	}
	.aprtDetailsWrap .box h2 {
	    font-size: 14.52px;	
	}
	.aprtDetailsWrap .box .vc_single_image-wrapper img {
		height: 44px;
	}
	
	.aprtDetailsWrap .box h4 {
		font-size: 16px;
	}
	.aprtDetailsWrap .box {
	    padding: 40px 10px 36px;	
	}
	.introWrap>.wpb_column>.vc_column-inner>.wpb_wrapper {
	    max-width: 600px;	
	}
	.historyWrap .vc_row .aos-item>.blankdiv_1 {
	     bottom: -497px;
    height: 70px;
	}
	.offerWrap .vc_row .aos-item>.blankdiv_1 {
    	bottom: -468px;
	}	
	
	
	.wrapper.blog .postgridWrap .featuredImg a:before {
   	border: 115px solid #ffffff;
	}
	.wrapper.blog .postgridWrap:first-child .featuredImg a:before {
   	border: 219px solid #ffffff;	
	}
	.wrapper.blog .postgridWrap:first-child .aos-animate .featuredImg a:before,
	.wrapper.blog .postgridWrap .aos-animate .featuredImg a:before {
		border-width: 8px;
	}
	.wrapper.blog .postgridWrap:first-child:hover .featuredImg a:before,
	.wrapper.blog .postgridWrap:hover .featuredImg a:before {
   	transform: scale(1);
		border-width: 8px;
	}		
	.enqrForm .wpcf7-form .select-input select {
	  padding: 9px 75px 12px 20px;	
	}	
	.offerWrap>.aos-item>.blankdiv_1 {
		height: 70px;
	    bottom: -56px;
	}
	.offerWrap>.aos-item.aos-animate>.blankdiv_1 {
		bottom: -102px;
	}	
}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	@media screen and (orientation: landscape) {

	}
		.footerLogo2 {
		text-align: center;
	}
	
	.footer .subscribeBox {
    	text-align: center;
    	margin-top: 37px;
	}
	
	.footer .footerMenu ul li {
    	width: 100%;
    	padding-right: 0;
    	text-align: center;
	}
	.footer .footerMenu ul li:last-child {
		margin-bottom: 0;
	}
	.copyrightBar .copyrightBox ul li {
		font-size: 12px;
	}
	.footer .footerTop h2 a {
		font-size: 18px;
		padding: 23px 15px 22px;
	    border: 3px solid #ffffff;
	}
	.footer .row {
		margin: 0;
	    padding: 40px 0px 20px;
	}
	.copyrightBar .copyrightBox {
    	padding-left: 15px;
    	margin-top: 22px;
    	text-align: center;
	}	
	.footer .footerMenu ul li a {
	    font-size: 14px;	
	}
	.footer .subscribeBox .widget-title {
	    font-size: 16px;	
	    text-align: center;
	    line-height: 22px;
	}
	.footer .subscribeBox h6 {
	    font-size: 13px;	
	    text-align: center;
	}
	.footer .subscribeBox .inputBox {
    	position: relative;
      display: inline-block;
	}
	.footer .subscribeBox .inputBox button {
		position: absolute;
    	right: 0;
    	top: 0;	
	}
	.footer .subscribeBox .inputBox input[type='email'] {
	    width: 100%;
       min-width: inherit;	
       padding: 6px 90px 6px 12px;
	}	
	.footer .footerMenu {
	    margin-bottom: 25px;	
	}
	.copyrightBar .socialBox {
    	margin-top: 25px;
    	position: static;
    	text-align: center;
    	margin-bottom: 20px;
	}
	.copyrightBar .socialBox ul li {
		margin: 0 10px;
	}
	.copyrightBar .socialBox:before {
	    left: 30px;
	    width: calc(100% - 60px);
	}
	.copyrightBar {
	    padding-bottom: 25px;	
	}
	.footer .footerTop {
	    padding-bottom: 30px;	
	}
	.copyrightBar .footerLogo a {
	    padding: 15px 30px;	
	}
	.copyrightBar .footerLogo a img {
    	width: 40px;
	}	
	.footer .subscribeBox {
    	text-align: center;
	}
	
	.testimonialWrap .tstBox {
    	max-width: inherit;
    	margin: 0 auto 20px auto;
    	padding: 20px 10px 0 10px;
    	top: 0;
    	margin-top: 20px;
    	width: 100%;
	}
	.testimonialWrap .tstBox .wpb_wrapper .easy_testimonial {
	    padding: 10px 10px 20px;	
	}
	.footer {
     padding-top: 64px;
     /*margin-top: -200px;*/
     margin-top: -16px;
	}	
	.page-id-151 .footer {
    padding-top: 60px;
}	
	.testimonialWrap .tstBox .easy-t-cycle-controls {
    	bottom: 15px;
    	right: 10%;
	}
	.testimonialWrap .tstBox .testimonial_author,
	.testimonialWrap .tstBox .testimonial_body {
		padding-left: 12px;
	}		
	
	.testimonialWrap .tstBox .testimonial_author cite {
		font-size: 14px;
	}
	.testimonialWrap .tstBox .testimonial_author {
	    padding-right: 64px;	
	}
	.latestWrap .postgridWrap:first-child {
    	width: 100%;
	}	
	.latestWrap .postgridWrap:last-child {
    	width: 100%;
	}	
	
	.latestWrap .postgridWrap article .textGrid .entry-header{
		text-align: center;
		left: 0;
		max-height: 300px;
		width: 100%;
		padding: 10px;
	}
	.latestWrap .postgridWrap article .textGrid .entry-header h3 a {
	    font-size: 21px;	
	}	
	.latestWrap .postgridWrap article {
    	height: 420px;
	}
	.latestWrap .postgridWrap {
	    padding: 0 15px;
       margin-bottom: 40px;	
	}
	.latestWrap .execphpwidget>.row {
    	margin: 0 -15px;
	}
	.latestWrap .postgridWrap article .textGrid {
		margin: 10px;
    	padding: 18px 10px;
    	width: calc(100% - 20px);
    	height: calc(100% - 20px);	
	}
	.latestWrap .postgridWrap article .textGrid .catBox a {
	    padding: 7px 18px;
	    font-size: 14px;	
	}
	.latestWrap .postgridWrap article .textGrid .dateBox .date {
	    font-size: 16px;	
	}
	body .latestWrap {
	   padding-top: 17px !important;
      padding-bottom: 27px !important;	
	}
	
	.bannerWrap > .blankdiv_1 {
    	width: 70px;
    	height: 500px;
    	right: 0px;
    	top: -90px;
	}
	.wlcWrap > .blankdiv_1 {
    	width: 70px;
    	height: 840px;
    	left: 174px;
    	top: -430px;
	}
	.wlcWrap > .blankdiv_2 {
    	bottom: -433px;
    	width: 70px;
    	height: 769px;
       left: 215px;
	}	
	.wlcWrap > .blankdiv_3 {
    	width: 0;
    	height: 0;
    	top: 0;
    	position: static;
    	background: transparent;
	}
	.wlcWrap .bnrBottom h1,
	.scnTitle {
    	font-size: 25px;
    
	}
	.scnTitle {
		text-align: center !important;	
	}
	.scnTitle:after {
		margin: 14px auto 0;
	}
	.wlcWrap .bnrBottom>.vc_column-inner {
    padding: 25px 25px 25px !important;
	}	

	.wlcWrap .imgBox {
		z-index: 9;
	}
	
	.wlcBox .txtBox {
		text-align: center;
		background: #f7f7f7;
	}

	.wlcWrap .bnrBottom h1 {
	    padding-left: 25px;
       margin-bottom: 25px;	
	}
	.wlcWrap .bnrBottom .dbtn {
	   margin-left: 20px;
      font-size: 16px !important;	
      padding: 13px 16px !important;
	}
	.wlcWrap .bnrBottom h1 br {
		display: none;
	}	
	body .wlcBox {
	    padding-top: 59px !important;
	}
	.wlcBox .txtBox>.vc_column-inner {
	    padding-top: 60px !important;	
	}
	body .wlcWrap {
	    padding-bottom: 60px !important;	
	}
	.apartWrap .txtGrid {
    	margin: 0px auto 0 !important;
    	max-width: inherit;
	}	
	.locationWrap .vc_btn3-container,
 	.locationWrap { 
		text-align: center !important;
	}

	
	.logoBar.mobileOnly {
		display: block;
	}
	.logoBar.mobileOnly img {
		width: 114px;
	}
	.topBar.dekstopOnly {
		display: none;
	}

	.header .menuBar {
    	margin-top: 0;
	}	
	
   body .locationWrap .vc_column-inner {
		padding: 68px 15px 75px!important;
	}
	
	.apartWrap .txtGrid .sliderBox {
		margin-bottom: 15px;
	}
	
	body #pum-193 .pum-content + .pum-close {
		right: 0;
	}
	.enqrForm .wpcf7-form input[type='text'], .enqrForm .wpcf7-form .select-input select, .enqrForm .wpcf7-form input[type='tel'], .enqrForm .wpcf7-form input[type='email'] {
	    font-size: 20px;
    	height: 62px;
    	padding: 9px 20px 12px;	
	}
/*.enqrForm .wpcf7-form .select-input select {
	font-size: 26px;
	height: 80px;
	line-height: 56px;
	padding: 12px 63px 12px 20px;
}*/
	.enqrForm .wpcf7-form .select-input:after {
		right: 22px;
		top: calc(50% - 9px);
		width: 32px;
		height: 18px;
		font-size: 38px;
		line-height: 16px;
	}

	#ui-datepicker-div {
	    width: 300px;	
	}
	
	.enqrForm .wpb_column>.vc_column-inner {
		padding-left: 0;
	}	
	.contactPgform h3 {
		 font-size: 25px;
       text-align: center !important;
	}	
	.contactPgform .submit {
		text-align: center;
	}
	.latestWrap .postgridWrap article .textGrid .dateBox {
		width: 31%;
	}
	.latestWrap .postgridWrap article .textGrid .catBox {
	    width: 69%;	
	}
	.latestWrap .postgridWrap article .textGrid .catBox a {
		padding: 8px 14px;
	   font-size: 12px;	
	}
	
	.latestWrap .postgridWrap article .textGrid .dateBox .date {
		font-size: 16px;
	}	
	
	.historyWrap .vc_row>.blankdiv_1 {
		height: 65px;
	    bottom: -114px;
	}
	.historyWrap {
	    margin: 90px 0 80px;	
	}
	.historyWrap.last {
		margin-bottom: 0;
	} 
	.historyWrap .wpb_column>.vc_column-inner {
	   max-width: 550px;	
	}
	.historyWrap.item1 {
	    margin-top: 70px;	
	}
	.historyWrap.item2>.blankdiv_2 {
		top: 114px;
		transform: rotate(-40deg);
	}
	.historyWrap.item3>.blankdiv_2 {
    	/*top: 114px;
    	transform: rotate(25deg);*/
	    top: 30px;
        transform: rotate(23deg);
	}
	.historyWrap.item1>.blankdiv_1 {
	    transform: rotate(25deg);
	}	
	
	.historyWrap .circleBox {
	    width: 125px;
       height: 125px;	
       line-height: 116px;
	}
	.historyWrap .circleBox .wpb_wrapper {
	    font-size: 28px;	
	}
	
	.historyWrap .wpb_column>.vc_column-inner {
    	padding: 10px !important;
    		    max-width: 430px;
	}	
	.historyWrap .vc_row {
		padding: 0 !important;

	}
	.offerWrap .vc_row>.wpb_column>.vc_column-inner {
    	padding: 30px 20px 0 !important;
	}
	.offerWrap {
    	margin: 55px 0 80px;
	}	
	
	#pum-335 #popmake-335 {
		width: 90%;
		padding: 25px 18px 10px;
	}
	#pum-335 #popmake-335 .pum-content + .pum-close {
    	right: -10px;
	}
	.offerWrap button {
		font-size: 16px !important;
    	padding: 13px 22px !important;	
	}
	.wrapper.blog .postgridWrap:nth-child(2),
	.wrapper.blog .postgridWrap:first-child,
   .wrapper.blog .postgridWrap {
   	width: 100%;
      padding: 15px 15px 0;
   }
  	.wrapper.blog .postgridWrap:first-child {
  		padding-top: 0;
  	}
  	.wrapper.blog .postgridWrap:nth-child(2) .featuredImg,
  	.wrapper.blog .relatedWrap .postgridWrap .featuredImg,
	.wrapper.blog .postgridWrap:first-child .featuredImg,
	.wrapper.blog .postgridWrap .featuredImg {
		height: 480px;
	}
	.wrapper.blog .postgridWrap .textGrid {
	   padding: 60px 15px 35px 15px;
    	text-align: center;
    	background: #ffffff;	
	}
	.wrapper.blog .postgridWrap .textGrid h3 {
	    max-width: 350px;
       margin: 0 auto 20px;	
	}
	
	.wrapper.blog .postgridWrap .textGrid h3 a {
    	font-size: 19px;
	}
	.wrapper.blog .postgridWrap .textGrid:before {
		left: calc(50% - 25px);
    	top: 35px;	
	}
	.wrapper.blog {
	/*	padding-bottom: 50px;*/
	}
	.wrapper.blog .vc_tta-panel .vc_tta-panel-body {
		margin: 20px 0;
	}
	.wrapper.blog .relatedWrap .postgridWrap {
    	width: 100%;
    	padding: 0 15px;
	}	
	.search-results .searchPage .innerWrap,
	.archive .wrapper.blog .innerWrap {
		padding-bottom: 20px;
	}
	
	.wrapper.blog .relatedWrap:before {
	    margin: 0px auto 40px;	
	}
	.search-no-results .not-found input[type='search'], .error404 .error-404 input[type='search'] {
	   min-width: 280px;	
	}
	.error404 .error-404 {
    	padding-top: 120px;
    	padding-bottom: 80px;
	}
	.aptSlider .vc_images_carousel .vc_item .vc_inner {
	    height: auto;	
	}
	.aptEnquiry {
    	padding-top: 30px;
    	padding-bottom: 10px;
	}	
	
	
	.aprtDetailsWrap .box h2 {
	    font-size: 14.52px;	
	}
	.aprtDetailsWrap .box .vc_single_image-wrapper img {
		height: 44px;
	}
	
	.aprtDetailsWrap .box h4 {
		font-size: 16px;
	}
	.aprtDetailsWrap .box {
		padding: 40px 10px 39px;
		margin-bottom: 0;
    
	}	
	.aprtDetailsWrap .vc_row .wpb_column {
		margin-bottom: 20px;	
	}
	.aprtDetailsWrap {
    	padding-top: 19px;
    	padding-bottom: 40px;
	}
	.aprtDetailsWrap .vc_row .wpb_column .vc_column-inner>.wpb_wrapper {
    	height: auto;
	}	
	.aptSlider>.wpb_column>.vc_column-inner {
    	padding-top: 60px !important;
	}
		
/*	.single-apartment .lmWrap {
    	padding-bottom: 250px;
	}	*/
	
	.single-apartment .introWrap {
		padding-top: 15px;
	}
	
	.introWrap {
   	padding-bottom: 35px;	
	}
	.aptEnquiry>.blankdiv_1 {
	    transform: rotate(31deg);
	  	top: 134px;	
	}
	.historyWrap .vc_row .aos-item>.blankdiv_1 {
	    height: 70px;
		  bottom: -117px;	
	}
	.offerWrap .vc_row .aos-item>.blankdiv_1 {
    	bottom: -118px;
	}	
	.wrapper.blog .relatedWrap .scnTitle:before {
		margin: 0px auto 40px;	
	}
	
	.wrapper.blog .postgridWrap .featuredImg a:before,
	.wrapper.blog .postgridWrap:first-child .featuredImg a:before {
   	border: 240px solid #ffffff;	
	}
	.wrapper.blog .postgridWrap:first-child .aos-animate .featuredImg a:before,
	.wrapper.blog .postgridWrap .aos-animate .featuredImg a:before {
		border-width: 8px;
	}
	.wrapper.blog .postgridWrap:first-child:hover .featuredImg a:before,
	.wrapper.blog .postgridWrap:hover .featuredImg a:before {
   	transform: scale(1);
		border-width: 8px;
	}		
	.enqrForm .wpcf7-form .select-input select {
	  padding: 9px 65px 12px 20px;	
	}
	body #pum-193 .pum-content + .pum-close {
	    top: -12%;	
	}
	.offerWrap>.aos-item>.blankdiv_1 {
		height: 70px;
	   bottom: -56px;
	}
	.offerWrap>.aos-item.aos-animate>.blankdiv_1 {
		bottom: -102px;
	}		
	
	.logoBar.mobileOnly button {
		color: #ffffff !important;
		border: 2px solid #ffffff !important;
		font-size: 14px !important;
		padding: 10px 22px 11px !important;
		top: 22px;
		display: inline-block;
		position: absolute;
		right: 63px;
	}
	.logoBar.mobileOnly .logo .widget_media_image {
		display: inline-block;
		width: 62%;	
	    padding-right: 15px;
	}
	.logoBar.mobileOnly button:hover {
		border-color: #ccad3a !important;
	}
	
	.single-apartment .aptbannerBtn {
	   right: -103px;	
	}
	
	
	.aptSlider .vc_images_carousel img {
		padding: 0 10px 0 0;
		height: auto;
		max-width: 100%;
		min-width: auto;
		min-height: auto;
		margin-left: 0;
		margin-right: 0;
		display: block;
		width: 100vw;
	}
	
	.aptSlider .vc_images_carousel .vc_carousel-control {
		top: 55%;
	}
	
	
	
}

     
/* Landscape phones and down */
@media (max-width: 480px) { 
	
	.wlcWrap > .blankdiv_2 {
    	left: 67px;
       width: 60px;	
	}
	.wlcWrap > .blankdiv_1 {
	   transform: rotate(140deg);
    	left: 120px;
    	top: -360px;
       width: 60px;	
	}
	
	.bannerWrap > .blankdiv_1 {
	    width: 60px;	
	}
	.enqrForm .wpb_column>.vc_column-inner {
		padding-left: 0;
	}
	body #pum-193 #popmake-193 {
		padding-left: 15px;
		width: 90%;
	}
/*	.enqrForm .wpcf7-form .select-input select {
    font-size: 22px;
    height: 70px;
    line-height: 45px;
    padding: 13px 44px 13px 20px;
	}*/
	
	.enqrForm .wpcf7-form .select-input:after {
    	right: 4px;
    	top: calc(50% - 9px);
    	width: 32px;
    	height: 18px;
    	font-size: 34px;
    	line-height: 23px;
	}	
	.enqrForm .wpcf7-form input[type='text'], .enqrForm .wpcf7-form .select-input select, .enqrForm .wpcf7-form input[type='tel'], .enqrForm .wpcf7-form input[type='email'] {
		font-size: 16px;
	    height: 55px;
	    padding: 10px 20px 10px;
	}
	.enqrForm .custom-html-widget ul li {
	    display: block;
       margin: 0 0 10px;	
	}
	#ui-datepicker-div {
    	width: 271px;
	}
	.historyWrap>.wpb_column>.vc_column-inner {
		max-width: inherit;
		width: calc(100% - 30px);
		padding: 10px !important;
		margin-left: 15px !important;
	}	
	#pum-335 #popmake-335 {
    	width: 88%;
    
	}		
	#pum-335 #popmake-335 .pum-content + .pum-close {
    	right: -8px;
	}	
	.wrapper.blog .postgridWrap:nth-child(2) .featuredImg,
	.wrapper.blog .relatedWrap .postgridWrap .featuredImg,
	.wrapper.blog .postgridWrap:first-child .featuredImg, .wrapper.blog .postgridWrap .featuredImg {
    	height: 370px;
	}
	.search-no-results .not-found label, .error404 .error-404 label {
		display: block;
		width: 100%;
		margin-bottom: 8px;
	}
	
	.search-no-results .not-found button, .error404 .error-404 button {
		display: block;
		width: 100%;
	}
	
	.search-no-results .not-found input[type='search'], .error404 .error-404 input[type='search'] {
    	min-width: inherit;
    	width: 100%;
	}	
	.wrapper.blog .postgridWrap .featuredImg a:before,
	.wrapper.blog .postgridWrap:first-child .featuredImg a:before {
   	border: 185px solid #ffffff;	
	}
	.wrapper.blog .postgridWrap:first-child .aos-animate .featuredImg a:before,
	.wrapper.blog .postgridWrap .aos-animate .featuredImg a:before {
		border-width: 8px;
	}
	.wrapper.blog .postgridWrap:first-child:hover .featuredImg a:before,
	.wrapper.blog .postgridWrap:hover .featuredImg a:before {
   	transform: scale(1);
		border-width: 8px;
	}	
	.enqrForm .wpcf7-form .select-input select {
    	padding: 9px 45px 12px 20px;
	}
	
	.header .logoBar.mobileOnly .logo img {
		width: 95px;
	}
	.logoBar.mobileOnly button {
		font-size: 12px !important;
		padding: 9px 15px 9px !important;
		top: 12px;
	}
	.mobilemenu .slicknav_menu .slicknav_btn {
	top: 30px;	
	}
	
}


@media (max-width: 320px) { 



}

@media screen and (orientation: landscape) {

}