/*
Theme Name: Lock N Charge
Theme URI: /
Author: 
Author URI: /
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

::selection, ::-moz-selection, ::-webkit-selection {
	background:#a20b32;
	color:#fff;
}
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body{
	color:#5a5a5a;
	background:#fff;
	font-family: "Roboto", "Open Sans", Arial, sans-serif;
}

/* Common */
select{
	height:1.938rem;
	border:none;
	background-color:#fff;
	font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	padding:0.3rem;
	outline:none;
}
select:hover, select:focus{
	background-color:#fff;
	border-color:#3891c4;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
	height:1.938rem;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	padding:0.3rem 0.5rem;
	margin-bottom:1.188rem;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	outline: none;
}
textarea{
	height:8rem;
}
ul, ol, dl{
	font-size:0.875rem;
	line-height:1.725;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Roboto", "Open Sans", Arial, sans-serif;
	font-weight:700;
	line-height: 1.5;
	margin-top:0;
	color:#a20b32;
	-webkit-font-smoothing: antialiased;
	text-transform: lowercase;
}
h4{
	margin-bottom:0.675rem;
}
h6{
	font-size: 0.875rem;
}
a{
	color: #a20b32;
}
a:hover, a:focus{
	color: #a20b32;
}

.no-margin{
	margin:0 !important;
}
.no-pad{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-pad.columns, 
.no-pad.column{
	padding-right: 1px !important;
}
.no-pad-left{
	padding-left: 0 !important;
}
.no-pad-right{
	padding-right: 0 !important;
}
/* .no-pad.column:last-child,
.no-pad.columns:last-child{
	padding-right: 0px !important;
}
.large-3.column.no-pad:nth-child(4n),
.large-3.columns.no-pad:nth-child(4n){
	padding-right: 0 !important;
} */
.icb {
	width: 100%;
	float: left;
	margin-top:1em;
	margin-bottom:2em;
}
.green-color{
	color:#39b54a;
}
.blue-color{
	color:#3891c4;
}
.alignleft{
	float:left;
	margin-right:1.875rem;
	margin-bottom:0.5rem;
}
.alignright{
	float:right;
	margin-left:1.875rem;
	margin-bottom:0.5rem;
}
.aligncenter{
	display:block;
	margin:0 auto;
}
.text-normal{
	font-weight: 400;
}
p{
	font-size:0.875rem;
	font-weight: 300;
	line-height:1.725;
}

/* Button */
button, .button{
	background: #3A383A;
	color: #FFFFFF;
	padding: 0.875rem 1.125rem;
	font-size: 1.5rem;
	font-weight: 900 !important;
	line-height: 1.438rem;
	margin:0;
	font-family: inherit;
	letter-spacing: 1px;
}
button:hover, button:focus, .button:hover, .button:focus{
	background-color: #636363;
	outline: none;
}
.button.margin-top{
	margin-top:1.875rem;
}

.row{
	max-width:73.125rem;
}

/* Top bar */
.off-canvas-wrap:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: .5;
	width: 100%;
	height: 14.275rem;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}
.off-canvas-wrap.move-right:before{
	-webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.top-bar-container{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.top-bar{
	height: 57px;
	line-height: 57px;
	background: transparent;
}
.top-bar.row{
	max-width:73.125rem;
}
.top-bar .name{
	height: 57px;
}
.top-bar .name h1 a{
	padding: 0;
}
.contain-to-grid{
	background: transparent;
}
.top-bar-section ul{
	background: transparent;
}
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button):hover{
	background: transparent;
	font-family: Roboto, "Open Sans", Arial, sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	text-transform: lowercase;
}
.top-bar-section li:not(.has-form):hover a:not(.button),
.top-bar-section li:not(.has-form):hover ul.dropdown{
	background-color: #A20B32;
}
.top-bar-section li:not(.has-form) a:not(.button) span.opacity{
	opacity: .65;
}
.top-bar-section .has-dropdown > a{
	padding-right: 15px !important;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after{
	content: none;
}
.top-bar-section li.active:not(.has-form) a:not(.button){
	background: none;
}
.top-bar-section li.active:hover:not(.has-form) a:not(.button){
	background-color: #A20B32;
}
.top-bar-section .top-bar-menu > li.active:not(.has-form) > a:not(.button):after{
	content: "";
	display: block;
	width: 100%;
	margin-top: -7px;
	position: static;
	border: none;
	border-top: 4px solid #FFF;
}
.top-bar-section li.active:hover:not(.has-form) a:not(.button):after{
	content: none;
}
.top-bar-section .has-dropdown.not-click > .dropdown{
	right: auto;
	left: 0;
}
.top-bar-section .has-dropdown.not-click > .dropdown .dropdown{
	left: 100%;
}
.top-bar-section .dropdown{
	/*width: auto;*/
	width: 250px;
}
.top-bar-section .dropdown .dropdown{
	width: 100%;
}
.top-bar-section .dropdown .dropdown:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 15px;
	opacity: .35;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.top-bar-section .dropdown li{
	width: 100%;
}
.top-bar-section li:not(.has-form):hover .dropdown li:hover > a:not(.button){
	background-color: rgba(0, 0, 0, .3)
}

/* To Top */
#toTop{
	position: fixed;
	bottom: 35px;
	right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	background: transparent url(../images/to-top.png) bottom center no-repeat scroll;
	width:44px;
	height:64px;
	text-align:center;
	z-index: 9999;
}

/* Main */
.content{
	padding:4.375rem 0;
	font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size:0.875rem;
}
.entry{
	padding-bottom:3rem;
}
.entry, .entry p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75rem;
	color:#000;
}
.entry h2{
	margin-bottom:0.625rem;
	font-size:1.875rem;
	color:#39b54a;
}
.entry a{
	color:#39b54a;
}
.the-content{
	margin-bottom:0.625rem;
}
.entry ul, .entry ol{
	font-size:0.75rem;
}

/* Footer */
.footer-container{
	background: #262626;
	margin: 0 auto;
	width: 100%;
	padding:4.375rem 0 1.875rem;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-logo{
	margin-bottom:3.125rem;
}
.footer-logo img{
	width: 7.8125rem;
}
.footer-container h6{
	text-transform: lowercase;
	color: #FFF;
	margin-bottom: 1.5rem;
}
.widget ul{
	margin:0;
	padding:0;
	list-style:none;
}
.single-development .widget ul.menu{
	margin:0;
	padding:0;
	list-style:none;
}
.single-development .widget ul{
	margin-left:1.1rem;
	list-style: disc;
}
.single-development .widget ul.download-files{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-container .widget{
	margin-bottom:1.25rem;
}
.footer-container ul a{
	color:#FFF;
	font-size: 0.8125rem;
	text-transform: lowercase;
}
.footer-container ul a:hover{
	color: #A20B32;
}
.footer-container ul a i{
	display: inline-block;
	margin-right: 1rem;
}
.emmix{
	text-align: right;
	margin-top: 6.25rem;
}
.emmix img{
	float:right;
}
.emmix  .designby{
	margin-right: 50px;
	color:#626262;
	font-size: 0.75rem;
	line-height: 1.3;
}

/* Comment */
#respond {
	padding-bottom:5rem;
}

/* Responsive */
@media only screen and (min-width: 40.063em){
	h1{ font-size: 4.5rem; }
	h2{ font-size: 2.25rem; font-weight: 900; }
	h3{ font-size: 1.875rem; font-weight: 900; }
	h4{ font-size: 1.5rem; }
}
.menu-tablet{ display: none; }
@media only screen and (min-width: 40.063em) and (max-width: 63.938em){
	.menu-tablet{ display: block; }
	.top-bar-section ul{
		display: none;
	}
}


@media only screen and (min-width: 64.063em){
	.header-top{
		padding-top: 240px;
	}
}

#wpadminbar {
	position: fixed;
}

/* Blokk Block */
.blokk-block{
	position: relative;
	background-color: #3A383A;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	margin-bottom: 1px;
}
.blokk-block.red-block{
	background-color: #A20B32;
}
.blokk-block.light-grey-block{
	background-color: #A6A6A6;
}
.blokk-block:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	opacity: .5;
	height: 8.75rem;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}
.blokk-block:after{
	content: "";
	background: transparent url(../images/blokk-block-img.png) no-repeat left top scroll;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
.blokk-block.k-natural:after{
	background-size: auto;
}
.blokk-block.no-shadow:before{
	content: none;
}
.blokk-block .blokk-container{
	padding: 1.25rem;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
.blokk-block .blokk-container:before{
	content: "";
    float: left;
    padding-top: 100%;
}
.blokk-block.no-square .blokk-container:before{
	padding-top: 0;
}
.blokk-block h2{
	color: #FFF;
	line-height: 1;
	text-transform: lowercase;
	margin-bottom: .5rem !important;
	letter-spacing: 0;
	line-height: .85;
}
.blokk-block h4.suburb{
	color: #FFF;
    letter-spacing: 0;
    position: absolute;
    right: 16px;
	bottom: 12px;
    margin-bottom: 0;
    font-weight: 900;
	text-transform: capitalize;
}
.blokk-block a,
.blokk-block p{
	color: #FFF;
	font-size: 1.125rem;
}
.blokk-block .block-content,
.blokk-block .block-content a,
.blokk-block .block-content p{
	font-weight: 100;
}
.blokk-block.text-bold .block-content,
.blokk-block.text-bold .block-content a,
.blokk-block.text-bold .block-content p{
	font-weight: 900;
}

/* Front Page */
#slider {
    position: relative;
    z-index: 0;
}
#slider ul li:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 33.75rem;
	opacity: .40;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.82)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#frontpage h2{
	margin-bottom: 2rem;
	letter-spacing: -2px;
}
#frontpage p {
    font-size: 1.125rem;
}
#frontpage .front-page-content-after{
	display: block;
	width: 3.375rem;
	margin: 1.875rem auto 3rem;
	height: 9px;
	position: relative;
}
#frontpage .front-page-content-after:after{
	width: 12px;
	height: 9px;
	border: 1px solid #3A383A;
	box-shadow: 0px 0px 1px rgba(58, 38, 58, .5);
	display: block;
	content: "";
	background: #FFF;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: none;
}
#frontpage .front-page-content-after:before{
	content: "";
	display: block;
	border-top: 1px solid #908F90;
	border-bottom: 1px solid #6B696B;
	width:3.375rem;
	position: absolute;
	top: 3px;
	z-index: 0;
}
#slider .tp-simpleresponsive .tp-caption{
	left: 0 !important;
	right: 0 !important;
	max-width: 73.125rem !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
}

/* Default Page */
.header-top{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #5a5a5a;
}
.header-top:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 15.8125rem;
	opacity: .5;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.82)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.header-top h1{
	color: #FFF;
	font-size: 6.125rem;
	line-height: 1;
	margin-top: 4rem;
	position: relative;
	z-index: 2;
}
.header-top .entry-subtitle{
	color: #fff;
	font-size: 1.875rem;
	line-height: 1.3;
	font-weight: 100;
	margin-bottom: 4.875rem;
	position: relative;
	z-index: 2;
	letter-spacing: -1px;
	text-transform: lowercase;
}
#main{
	padding-top: 4.375rem;
	padding-bottom: 4.375rem;
}
.entry-content p{
	margin-bottom: 1.5rem;
	font-weight: 400;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child{
	margin-top: 0;
	line-height: 1;
}

/* Template People */
.page-template-template-people .header-top .entry-subtitle{
	font-weight: 300;
}

/* Accordion Tab */
.accordion .accordion-navigation{
	border-bottom: 1px solid #FFF;
}
.accordion .accordion-navigation > a, 
.accordion .accordion-navigation.active > a, 
.accordion .accordion-navigation > a:hover{
	background-color: #A20B32;
	text-transform: lowercase;
	color: #FFF;
	font-size: 1.875em;
	font-weight: 900;
	line-height: 1;
	padding: 1.125rem;
}
.accordion .accordion-navigation > a i{
	font-size: 1.25rem;
	float: right;
	line-height: 1.875rem;
	transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.accordion .accordion-navigation.active > a i{
	transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.accordion .content{
	padding: 0;
	display: block;
	max-height: 0;
	overflow: hidden;
	transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.accordion .content.active{
	max-height: 4000px;
}

/* Stage Table */
.stage-table{
	background: #E8E8E8;
	padding: 1.5625rem;
}
.table-stage-lots{
	display: table;
	width: 100%;
}
.thead-stage-lots{
	display: table-header-group;
}
.trow-stage-lots{
	display: table-row;
}
.tcell-stage-lots{
	display: table-cell;
}
.stage-table h4{
	line-height: 1;
	color: #3a383a;
}
.stage-table .tcell-stage-lots{
	line-height: 2.25rem;
	color: #2A2A2A;
}
.stage-table .sold .tcell-stage-lots{
	color: #a20b32; /* was a5a5a5 */
}
.stage-table .tcell-stage-lots a{
	color: #2A2A2A;
}
.stage-table .tcell-stage-lots.lot_id{
	width: 7%;
}
.stage-table .tcell-stage-lots.enquire i{
	margin-right: 0.5rem;
}

/* Single Development */
.single-development .entry-content p{
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	line-height: 1.5rem;
}
.download-files a i{
	margin-right: 1.25rem;
}
.single-development .widget{
	margin-bottom: 3.75rem;
}
.single-development .widget h3,
.single-development .entry-content h3:first-child{
	line-height: 1.875rem;
}

/* Mobile Top Bar Header */
nav.tab-bar{
	z-index: 2;
}
a.menu-icon{
	text-indent: 0;
	line-height: 2.8125rem;
}
a.menu-icon i{
	font-size: 1.25rem;
}
section.right-small,
section.left-small{
	border: none;
	box-shadow: none;
}
section.right-small a{
	color: #FFF;
	font-size: 1.25rem;
}
.mobile-logo{
	color: #FFF;
	font-weight: 100;
	font-size: 1rem;
}
.mobile-logo strong{
	font-weight: 900;
}
@media screen and (min-width: 30.0625rem){
	.mobile-logo{
		font-size: 1.5rem;
	}	
}
@media screen and (min-width: 30.0625rem){
	.mobile-logo{
		font-size: 1.5rem;
	}	
}
@media screen and (min-width: 40.0625rem){
	nav.tab-bar{
		height: 4rem;
		line-height: 4rem;
	}
	section.left-small,
	section.right-small{
		width: 4rem;
		height: 4rem;
	}
	a.menu-icon{
		font-size: 2rem;
		line-height: 4rem;
		width: 4rem;
		height: 4rem;
	}
	a.menu-icon i,
	section.right-small a{
		font-size: 2rem;
	}
	.mobile-logo{
		line-height: 4rem;
		font-size: 2rem;
	}	
}


/* Begin - CSS used for mobile canvas menu */
ul.off-canvas-list ul{
	list-style:none;
	margin-left: 0;
}
ul.off-canvas-list li a {
	color: #fff;
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}
.left-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%,0);
    -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}
.left-submenu .back>a {
    padding: 0.3rem 0.9375rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
	background: #333;
	border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
	margin: 0;
}
.left-submenu .back>a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}

/* End - CSS used for mobile canvas menu */

/* Reponsive */
@media screen and (max-width: 64rem){
	.off-canvas-wrap:before{
		height: 4rem;
		top: 2.8125rem;
	}
	#slider ul li:after{
		height: 8rem;
	}
	.tp-caption{
		left: 0px !important;
		padding: 0 0.9375rem !important;
	}
	.header-top h1{
		font-size: 2.25rem;
		margin-top: 7rem;
	}
	.header-top .entry-subtitle{
		font-size: 1rem;
		margin-bottom: 2rem;
	}
	.entry-content{
		margin-bottom: 3rem;
	}
	#sidebar{
		top: 0 !important;
	}
	.header-top:after{
		height: 6rem;
	}
}
@media screen and (max-width: 64rem) and (min-width: 20.0625rem){
	.off-canvas-wrap:before{
		height: 5rem;
	}
	.header-top:after{
		height: 7rem;
	}
	.header-top h1{
		font-size: 2.75rem;
	}
	.header-top .entry-subtitle{
		font-size: 1.125rem;
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 64rem) and (min-width: 30.0625rem){
	.off-canvas-wrap:before{
		height: 6rem;
	}
	.header-top:after{
		height: 8rem;
	}
	.header-top h1{
		font-size: 3.5rem;
		margin-top: 10rem;
	}
	.header-top .entry-subtitle{
		font-size: 1.25rem;
		margin-bottom: 3.5rem;
	}
}
@media screen and (max-width: 64rem) and (min-width: 40.0625rem){
	.off-canvas-wrap:before{
		height: 9rem;
		top: 4rem;
	}
	#slider ul li:after{
		height: 15rem;
	}
	.header-top h1{
		font-size: 4.5rem;
		margin-top: 14rem;
	}
	.header-top .entry-subtitle{
		font-size: 1.55rem;
		margin-bottom: 5rem;
	}
}

/* Contact Form */
label{
	color: #FFF;
	margin-bottom: 0.5rem;
}
.wpcf7 button{
	width: 100%;
	text-align: left
}
.wpcf7 button i{
	float: right;
	font-size: 0.75em;
	line-height: 1.5;
}
span.wpcf7-not-valid-tip{
	display: none;
}
input.wpcf7-not-valid,
input.wpcf7-not-valid:focus{
	border: 1px solid red;
	background: rgba(156, 24, 24, 0.19);
	color: #FFF;
}
div.wpcf7-response-output{
	color: #FFF;
	padding: 1rem;
}

/* Register Your Interest Popup */
#register-interest{
	padding: 0;
}
#register-interest .your-lot_id{
	display: none;
}
@media screen and (min-width: 40rem){
	#register-interest{
		width: 34.75rem;
		margin-left: -17.375rem;
	}
}

/* Content Slider */
#content-slider{
	margin-bottom: 2rem;
}
.slick-prev{
	left: 25px;
	z-index: 1000;
}
.slick-next{
	right: 25px;
	z-index: 1000;
}