/* reset */

html, body, div, img, table, tr, td, span, h1, h2, h3, h4 p, a, figure, aside, header, footer, nav {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
}
body {
	min-height: calc(100% - 105px);
	overflow-x: hidden;
	background-color: #f5f5f5;
	color: #444;
	padding-top: 105px;
	position: relative;
}
body.home {
	padding-top: 0;
}
.border {
	width: calc(100% - 30px);
	border: 15px;
	border-style: solid;
	border-color: #FFF;
	overflow-x: hidden;
	position: relative;
}
div {
	display: block;
}
* {
	outline: none;
}
img {
	display: block;
	border: none;
}
ol {
    font-family: "azo-sans-web", sans-serif;
}
.clear {
	clear: both;
}
a {
	border: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: none;
	cursor: pointer;
}
/* structure */

div.content-wrapper, div.sitemap-wrapper, div.clearfloat {
	width: 90%;
	height: auto;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}

div.document-wrapper {
	width: 90%;
	height: auto;
	padding:3em 0;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}


header {
	width: 100%;
	height: 120px;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
header.home {
	background-color: transparent;
	-webkit-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}
header.home div.header-contact, header.home div.header-contact a {
	color: white
}
header.home #header_menu-toggle .header_menu-toggle-line {
	background: white;
}
header.home a.wordmark {
	opacity: 0;
}
header.home.sticky_menu {
	background-color: #FFF;
}
header.home a.wordmark {
	opacity: 0;
}
header.home.sticky_menu a.wordmark {
	opacity: 1;
}
header.home.sticky_menu div.header-contact, header.home.sticky_menu div.header-contact a {
	color: #444;
}
header.home.sticky_menu #header_menu-toggle .header_menu-toggle-line {
	background: #444;
}
div.header-contact {
	position: absolute;
	right: 150px;
	top: calc(50% - 10px);
	font-family: "azo-sans-web", sans-serif;
}
div.header-contact a {
	color: #444;
}

div.header-contact a:hover {
	color: #b76d4d;
}



div.contact-details {
	width:100%;
	height: auto;
	overflow: hidden;
	max-width:260px;
	margin:0 auto 3em auto;
}

div.contact-details a {
	color:#444;
	-webkit-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}

div.contact-details a:hover {
	color:#b76d4d;
}

.shadow {
	-webkit-box-shadow: 0px 2px 7px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 7px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 7px -4px rgba(0,0,0,0.75);
}
div.page-intro {
	width: 40%;
	margin: 0 auto;
	padding: 5em 30%;
	background-color: #FFF;
}
div.page-intro div.inner {
	position: relative;
	padding-left: 2em;
}
div.page-intro h1::before {
	content: '';
	width: 6px;
	height: 100%;
background: -webkit-linear-gradient(top, #fbccbd 0%,#f2bca1 14%,#cb7d53 53%,#944e28 94%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fbccbd 0%,#f2bca1 14%,#cb7d53 53%,#944e28 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbccbd', endColorstr='#944e28',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0;
}
/* slideshow */

div.slideshow-home {
    position: relative;
    height: calc(100vh - 30px);
}
.flexslider .slides > li img {
	max-width: 100%;
}

.flexslider {
	margin-bottom:0;
}

.flex-direction-nav {
margin-top: 0; 
}

div.slideshow {
    position: relative;
	height:auto;
}

/* developments */

div.banner-img {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

div.home-developments {
	padding:6em 0 0 0;
}
div.development-card {
	width: 100%;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	margin-bottom: 5em;
	position: relative;
}
div.development-card div.image {
	width: 50%;
	height: 450px;
	background-size: cover;
	background-repeat: none;
	background-position: center;
	float: left;
	position: relative;
}
/*div.development-card div.image::after {
	content: '';
	width: 8px;
	height: 50%;
	background-color: #222;
	position: absolute;
	top: 0;
	right: 0;
}*/
div.development-card div.text::after {
	content: '';
	width: 8px;
	height: 100%;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
}
div.development-card:nth-last-of-type(odd) div.text::after {
	right: 0;
	left: auto;
}
div.development-card div.text {
	width: calc(50% - 4em);
	float: right;
	padding: 2em;
	background-color: #FFF;
	position: relative;
}

div.development-card h3 {
	position: relative;
	margin-bottom: -15px;
}
div.development-card div.image div.banner, div.our-development-card div.banner {
	padding: 1.8em 1.5em;
    margin-top: 70px;
    width: 191px;
    margin-left: -15px;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	background-color: #333;
    color: white;
    position: absolute;
}
div.our-development-card div.banner {
    top: 0;
    left: 0;
    padding: 1.15em 1.5em;
}
div.development-card div.image div.banner p, div.our-development-card div.banner p {
    color: white;
    line-height: 14px;
    margin: 0;
    font-size: 1em;
    text-align: center;
    padding: 0;
    height: 14px;
}
div.our-development-card div.banner p {
	text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: .6em;
	margin-left: -18px;
}
div.development-card div.image div.banner::before, div.our-development-card div.banner::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 36px solid #333;
    transform: rotate(135deg);
    left: -48px;
    top: 20px;
}
div.development-card div.image div.banner::after, div.our-development-card div.banner::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 36px solid #333;
    transform: rotate(-135deg);
    right: -48px;
    top: 20px;
}

div.inner_wrapper {
	min-height: calc(100vh - 385px);
	padding-bottom: 15px;
}
/* our developments */

div.our-development-card {
	width: 48%;
	overflow: hidden;
	float:left;
	margin-bottom: 3em;
	margin-right:4%;
	position: relative;
}

div.our-development-card:nth-of-type(2n) {
	margin-right:0;
}

div.our-development-card div.image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}


div.our-development-card div.text {
	width: calc(100% - 4em);
	padding: 2em;
	background-color: #FFF;
}

/*div.our-development-card div.banner {
	display: inline-block;
	background: #333;
	color: #FFF;
	padding: 0.55em 1.5em;
	font-family: "azo-sans-web", sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	float: left;
	clear: right;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 0 0.5em 0.5em 0;
	top: 0;
    position: absolute;
    left: 0;
}*/



div.sold-banner {
  height: 35px;
    width: 180px;
    background-color: #9C1B21;
    position: absolute;
    top: 48px;
    right: -6px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
  -webkit-transform: rotate(370deg);
    -moz-transform: rotate(370deg);
    -ms-transform: rotate(370deg);
    -o-transform: rotate(370deg);
    transform: rotate(370deg);
}

div.our-development-card h3 {
	position: relative;
}



div.alerts {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 1em 0;
}



div.development-card div.banner {
	
	padding: 1em 1.5em;
	font-family: "azo-sans-web", sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	 -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
	background-color: #333;
	color: #FFF;
}




div.development-card:nth-last-of-type(odd) div.image {
	float: right;
}
div.development-card:nth-last-of-type(odd) div.image::after {
	left: 0;
}
div.development-card:nth-last-of-type(odd) div.text {
	float: left;
}
/* development image columns */


div.img-cols {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
div.img-cols img, div.img-cols div.left-img-col img {
    max-width: 100%;
    float: left;
    object-fit: cover;
    height: 320px;
    width: 100%;
}

div.left-img-col {
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}

div.right-img-col {
	width: 50%;
	float: right;
}
div.right-img-col img {
    width: 265px;
    height: 155px;
    object-fit: cover;
}

div.right-img-col div.top {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
div.right-img-col div.bottom {
	width: 90%;
	height: auto;
	overflow: hidden;
}
div.right-img-col div.top img:first-of-type, div.right-img-col div.bottom img:first-of-type {
	margin-right: 10px;
}

/* mobile navigation */
.header_main-navigation {
   background-color: #333;
   position: absolute;
   right: -25px;
	top:-25px;
   padding: 70px 65px 50px 40px;
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
   transition: all 0.5s ease-in-out;
   height: 100vh;
   font-size: 1em;
	overflow:scroll;
}
.header_main-navigation ul {
	padding:0;list-style-type:none;
	text-align:left;
}


.header_main-navigation ul li a {
	font-family: "azo-sans-web", sans-serif;
	font-weight: normal;
	color:white;text-decoration:none;
	text-transform: Capitalize;
	display: block;
		padding:0.75em 0;
	font-size: 0.85em;
}
.header_main-navigation ul li a:hover {
	color:#b76d4d;
}

.header_main-navigation.open {
   -webkit-transform: translateX(0%);
   transform: translateX(0%);
}
#header_menu-toggle {
	display: block;
	width: 38px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	z-index: 111;
	right: 45px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header_menu-toggle .header_menu-toggle-line {
	display:block;position:absolute;height:3px;
	width:100%;
	background-color:#444;
	transition:all 0.5s ease-in-out;
}
#header_menu-toggle .header_menu-toggle-line#line1 {
   top:25%;
}
#header_menu-toggle .header_menu-toggle-line#line2 {
	bottom:25%;
}
#header_menu-toggle.close-nav-menu .header_menu-toggle-line#line1 {
   -webkit-transform: rotate(45deg) translateY(-10.5px);
   transform: rotate(45deg) translateY(-10.5px);
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
	background-color:#FFF;
}
#header_menu-toggle.close-nav-menu .header_menu-toggle-line#line2 {
   -webkit-transform: rotate(-45deg) translateY(9.5px);
   transform: rotate(-45deg) translateY(9.5px);
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
	background-color:#FFF;
}
a.wordmark {
	width: 344.162px;
	height: 90.274px;
	/*background-image: url(../img/logocopper3.svg);*/
	background-image:url("/img/Centaur Homes Copper Black.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 52%;
	position: absolute;
	left:calc(50% - 172.8px);
	top:calc(50% - 45.135px );
	
}

div.sleeve-contact {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 1em 0;
    margin-bottom: 66px;
}


div.sleeve-contact p, div.sleeve-contact a {
	color:#666;
}

div.sleeve-contact a:hover {
	color:#b76d4d;
}

/* home news */

article.latest-news {
	width: 100%;
	height: 471px;
	z-index: 0;
    position: relative;
	overflow: hidden;
}
article.latest-news::before {
    content: '';
    background: #f5f5f5;
    width: 100%;
    position: absolute;
    height: 100px;
    top: -100px;
}
div.home-news-card {
    width: calc(100% - 500px);
    margin-left: 500px;
    height: auto;
    background-color: #FFF;
	padding: 1em 0;
	position: relative;
	top: 103px;
	height: 336px;
}
div.latest-news {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 500px;
    display: block;
    position: absolute;
	background-repeat: no-repeat;
	top: 103px;
}
div.triangle {
    border-style: solid;
    border-width: 366px 0 0 320px;
    border-color: white transparent transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: 180px;
	top: 103px;
}
div.home-news-card div.inner {
	width: auto;
	height: auto;
	padding:3em;
}


div.availability-prices {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5em 0;
}
div.availability-prices table {
	width: 100%;
	border-collapse: collapse;
	font-family: "azo-sans-web", sans-serif;
	font-size: 0.9em;
}
div.availability-prices table th {
	padding: 1em 0;
	text-align: left;
	font-family: "azo-sans-web", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: capitalize;
}
div.availability-prices table td {
	padding: 0.75em 0.5em;
	text-transform: capitalize;
}
div.availability-prices table tr:nth-child(even) {
	background-color: #FFF;
}

div.availability-prices table td a {
	color:#444;
}

div.availability-prices table td a:hover {
	color:#b76d4d;
}






a.view-btn {
	text-transform: uppercase;
	font-size: 0.75em;
	padding: 0.5em 1em;
	border: 1px solid #444;
	color: #444;
	border-radius: 3px;
	float: right;
	clear: both;
	margin-right: 0.5em;
}


a.view-btn:hover {
	border: 1px solid #b76d4d;
	background-color: #b76d4d;
	color:#FFF!important;
}





/* span.price::before {
	content: '£';
} */

/* social links */

nav.social-links {
	float: right;
	text-align: right;
}
nav.social-links ul {
	margin: 0;
	padding: 0
}
nav.social-links ul li {
	list-style: none;
	display: inline-block;
	float: left;
}
nav.social-links ul li a {
	width: 25px;
	height: 19px;
	display: inline-block;
	font-size: 0.95em;
	font-weight: normal;
	color: #FFF;
	margin-left: 0.5em;
}
nav.social-links ul li a.twitter:before, nav.social-links ul li a.facebook:before {
	-webkit-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}
nav.social-links ul li a.twitter:hover:before, nav.social-links ul li a.facebook:hover:before {
	color: #b76d4d;
}
a.twitter:before {
	content: "\f099";
	font-family: FontAwesome;
}
a.facebook:before {
	content: "\f09a";
	font-family: FontAwesome;
}
a.linkedin:before {
	content: "\f0e1";
	font-family: FontAwesome;
}
a.pinterest:before {
	content: "\f0d2";
	font-family: FontAwesome;
}
a.instagram:before {
	content: "\f16d";
	font-family: FontAwesome;
}
a.email:before {
	content: "\f0e0";
	font-family: FontAwesome;
}
div.additional-info {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	padding: 5em 0;
}
div.additional-info p {
	clear: both;
	margin-top: 0;
}

div#specification ul {
	margin:0 0 2em 0;
	padding:0;
}

div#specification ul li {
	list-style:none;
	padding-bottom: 1em;
	position: relative;
	padding-left:1em;
		font-family: "azo-sans-web", sans-serif;

}

div#specification ul li::before {
	content:'-';
	position:absolute;
	left:0;
	color: #b76d4d;

}


div.spec-inner {
	width:48%;
	float:left;
}


div#localarea {
	 
}

div#localarea h4 {
	 column-span: all;
	max-width:75%;
	margin-bottom:3em;
	clear: both;
	    position: relative;
    display: block;
}

div#localarea div.localarea_inner {
	column-count: 2;
	column-gap:60px;
}

.etabs {
	margin: 0 0 4em 0;
	padding: 0;
}

.tab {
	display: inline-block;
	zoom: 1;
*display:inline;
}
.tab a {
	font-size: 1em;
	color: #444;
	display: inline-block;
	outline: none;
	text-transform: uppercase;
	font-family: "effra", sans-serif;
	font-weight: bold;
	position: relative;
	margin-right: 0.75em;
}
.tab a::after {
	content: '';
	width: 100%;
	height: 6px;
	background-color: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.tab a:hover::after {
	background-color: #b76d4d;
    background: -webkit-linear-gradient(to bottom, #fbccbd 0%,#f2bca1 15%,#cb7d53 66%,#944e28 96%);
    background: linear-gradient(to bottom, #fbccbd 0%,#f2bca1 15%,#cb7d53 66%,#944e28 96%);
}
.tab.active a::after {
	content: '';
	width: 100%;
	height: 6px;
	background-color: #b76d4d;
	position: absolute;
	left: 0;
	bottom: -10px;
    background: -webkit-linear-gradient(to bottom, #fbccbd 0%,#f2bca1 15%,#cb7d53 66%,#944e28 96%);
    background: linear-gradient(to bottom, #fbccbd 0%,#f2bca1 15%,#cb7d53 66%,#944e28 96%);
}
.tab a.active {
}
.tab-container {
	margin-bottom: 3em;
}
.panel-container {
}


/* floorplan details */


div.floorplan {
	width:90%;
	max-width:1200px;
	height: auto;
	margin:6em auto;
	overflow: hidden;
}

div.floorplan div.details {
	width:48%;
	height: auto;
	float: left;
}

div.floorplan div.details table {
	width:100%;
	border-collapse: collapse;
		font-family: "azo-sans-web", sans-serif;
	font-size:0.8em;

}

div.floorplan div.details table tr {
	border-bottom:1px solid #CCC;
}

div.floorplan div.details table td {
	padding:1em 0;
}

td.room {
	font-weight: bold;
}

td.metres, td.feet {
	text-align: right;
}


div.floorplan:nth-last-of-type(odd) div.details {
	float:right;
}

div.floorplan:nth-last-of-type(odd) div.image {
	float:left;
}

/* floorplan image */



div.floorplan div.image {
	width:48%;
	height: auto;
	float: right;	
}

div.floorplan div.image img {
	max-width:100%;
}

/* blog styles */
div.content-wrapper div.paging {
	display: block;
	margin-bottom: 30px;
}
div.paging li {
	list-style-type: none;
	display: inline-block
}
div.paging li.active a {
	color: #b76d4d
}
div.paging ul {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 15px; 
	padding-right: 15px; 
	position: relative;
	display: block;
}
div.paging ul li {
	margin: 0 .2em;
}
a.next_post::after {
	content: '';
	background: black;
	width: 1px;
	height: 12px;
	position: absolute;
	top: 3px;
	left: -15px;
}
a.prev_post {
	float: left;
	margin-right: 15px; 
	padding-right: 15px; 
}
a.prev_post, a.next_post, div.paging ul li a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: black;
	font-family: "azo-sans-web", sans-serif;
	font-size: .8em;
	-webkit-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}
a.prev_post:hover, a.next_post:hover, div.paging ul li a:hover {
	color: #b76d4d
}
a.prev_post::before {
	content: '';
	background: black;
	width: 1px;
	height: 12px;
	position: absolute;
	top: 3px;
	right: 0;
}
div.zoom-panel {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden!important;
}
div.zoom-panel a img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
    object-fit: cover;
    height: 360px;
}
div.zoom-panel a:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.post-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 3em 0;
}

div.box-header {
	padding: 1.75em 0 0 6.5em;
	min-height: 50px;
}



div.post-title-wrapper {
	height: 85px;
	overflow: hidden;
	margin-bottom:0.7em;
}
div.post-title-wrapper h3 {
	top: 50%;
    position: relative;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
div.home-news-card div.inner h3 a {
		color:#444;
}
div.home-news-card div.inner h3 a:hover {
		color:#b76d4d;
}







div.date {
    width: 50px;
    height: 50px;
    float: left;
    background-color: #444;
    color: #FFF;
    margin-right: 1em;
    text-align: center;
	padding:1em;
}
div.date span.day {
	display: block;
	    font-family: 'caslongraphiqueefregular';
	font-size: 2em;
	margin-bottom: -5px;
}
div.date span.month {
	display: block;
	font-size: 1em;
	font-weight: 200;
	font-family: "azo-sans-web", sans-serif;
	margin: 0;
	text-transform: uppercase;
}

div.twin-col-img {
	width:100%;
	height: auto;
	overflow: hidden;
}

div.twin-col-img img {
	width:48%;
}

div.twin-col-img img:nth-of-type(odd)  {
float:left;
	margin-right:4%;	
}


img.blog-hero {
	margin-bottom: 2em;
}

.post-wrap {
	width: 47.5%;
	height: auto;
	float: left;
	background-color: #FFF;
	margin-right: 5%;
	margin-bottom: 2em;
}

.post-wrap div.inner {
	padding:1.5em;
		position: relative;

}

div.post-wrap div.date {
    width: calc(110px - 4.5em);
    background-color: #444;
    text-align: left;
    padding: 0.75em 1em 0.75em 3.5em;
	position: absolute;
	left:0;
	top:25px;
}

div.post-container div.date {
	padding-left:7em;
	position: absolute;
	z-index: 9;
}

div.date span.day {
	font-size: 1.95em;
	margin-bottom: -5px;
}
div.date span.month {
	display: block;
	font-size: 0.95em;
}


div.post-wrap:nth-of-type(2n) {
	margin-right: 0;
}

div.post-wrap h3 {
	margin-bottom: -15px;
}




div.post-wrap h3 a {
	color:#444;
}
div.post-wrap h3 a:hover {
	color:#b76d4d;
}

div.post-description {
	width: 100%;
	padding: 1em 0 0 0;
	clear: both;
	margin-top:30px;
	min-height: 100px;
}

div.blog-col {
    width: 65%;
    float: left;
    padding-left: 15%;
}

div.blog-col img {
    max-width: 100%;
    margin-bottom: 2em;
}
div.blog-col article img::after {
   display:none;
}


div.post-date {
    margin-right: 0;
    margin-top: 3em;
    padding: 1em 1em 1em 7em;
    position: absolute;
    z-index: 9;
}
div.sidebar {
	width: 15%;
	float: right;
}
nav.archive {
	padding-left: 2em;
	border-left: 1px solid #CCC;
}
nav.archive ul {
	margin: 0;
	padding: 0 0 1em 0;
}
nav.archive ul li {
	list-style: none;
}
nav.archive ul li a {
	color: #CCC;
	font-family: "azo-sans-web", sans-serif;
	font-weight: 200;
	font-size: 0.95em;
	display: block;
	padding-bottom: 1em;
	text-transform: capitalize;
}
nav.archive ul li a:hover {
	color: #444;
}
div.enquire {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
	padding: 5em 5%;
}
/* contact form */

form {
	width: 100%;
}
div.contact-form {
	width: 90%;
	max-width: 600px;
	margin: 3em auto;
	height: auto;
}
input[type="text"], input[type="email"] {
	width: 100%;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
		border-bottom: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 1.5em;
	background-color: transparent;
	color: #444;
	font-size: 0.75em;
	margin: 0;
	text-align: left;
	text-transform: Capitalize;
	display: block;
	float: left;
	-webkit-appearance:none;
	border-radius:0;
}

textarea {
	width: 99.9%;
	height: 150px;
	border: 1px solid #444;
	border-bottom: none!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0.75em 1em;
	margin: 0;
	background-color: transparent;
	color: #444;
	font-size: 0.75em;
	-webkit-appearance:none;
	border-radius:0;
}

.default-btn {
	display: inline-block;
	border: 1px solid #231f20;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 1em 0;
	width: 99.9%;
	color: #444;
	font-size: 1.2em;
	background-color: transparent;
	cursor: pointer;
	margin: -5px auto 1.2em auto;
	border-radius: 0;
	text-transform: uppercase;
}
.default-btn:hover {
	
	background-color: #b76d4d;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: white;
}
.cta-btn {
	display: inline-block;
	padding: 0.7em 1.6em;
	border: 1px solid #444;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: "effra", sans-serif;
	color: #444;
	font-size: 0.9em;
}

.cta-btn:hover {
	border: 1px solid #b76d4d;
	background-color: #b76d4d;
	color: white;
}





.contact-form p {
	text-align: center;
	text-transform: uppercase;
	margin: 3em 0;
	color: #fff;
}



/* about page */

div.twin-col-text, div.established {
	width:100%;
	height: auto;
	overflow: hidden;
	padding:6em 0 0 0;
	
}

div.twin-col-text div.left-col {
	width:48%;
	float: left;
}

div.twin-col-text div.right-col {
		width:48%;
	float: right;
}



div.established div.left-col {
	width:48%;
	float: left;
	text-align:right;
	
}

div.established div.right-col {
		width:48%;
	float: right;
}


div.established div.left-col p {
	color: #b76d4d;
	font-family: 'baskerville_btbold';
	font-size: 7em;
	line-height: 110px;
	margin-top: -120px;
  background: linear-gradient(to bottom, #fbccbd 0%,#f2bca1 14%,#cb7d53 53%,#944e28 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




div.team-wrapper {
	width:100%;
	height: auto;
	overflow: hidden;
	padding:6em 0;
}

div.team-card {
	width: 46%;
	float:left;
	margin-bottom: 3em;
	margin-right:6%;
	position: relative;
	background-color: #FFF;
}

div.team-card:nth-of-type(even) {
	margin-right:0;
}


div.team-img {
	width: 100%;
	height:250px;
	background-repeat: no-repeat;
	background-size: cover;
}

div.team-card div.inner {
	padding:2em;
	position: relative;
}

div.team-card div.inner h3 {
margin-bottom: -20px;
}


div.team-card div.banner {
background-color:#222;
	width:100px;
	height:40px;
	line-height:40px;
	position: absolute;
	right:-10px;
	top:-20px;
	z-index:9;
}

div.team-card a.linkedin, div.team-card a.email  {
color:#fff;
	margin-left:0.75em;
	font-weight: normal;
	font-size:0.85em;
}

div.banner-angle {
	width: 0;
	height: 0;
	border-bottom: 8px solid #444;
	border-right: 10px solid transparent;
	position: absolute;
	right:-10px;
	top:-28px;
}


div.gold-pipe::after {
    content: '';
    width: 6px;
    height: 55px;
    /*background-color: #b76d4d;*/
	background: -webkit-linear-gradient(top, #fbccbd 0%,#f2bca1 14%,#cb7d53 53%,#944e28 94%);
    background: linear-gradient(to bottom, #fbccbd 0%,#f2bca1 14%,#cb7d53 53%,#944e28 94%);
    position: absolute;
    left: 0;
}


/* sitemap */

div.sitemap {
    width: 75%;
    margin: 0 auto;
    padding: 3em 15%;
}
div.sitemap ul {
	margin: 0;
	padding: 0;
}
div.sitemap ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.sitemap ul li a {
	color:#444;
	text-transform: capitalize;
	display: block;
	padding-bottom:2em;
}
div.sitemap ul li a:hover {
	color:#b76d4d;
}
/*htb*/
li.parent_page > ul.level-one {
    padding-left: 10%;
    box-sizing: border-box;
    border-left: 1px solid rgba(130,130,130,0.1);
}
ul.level-one > li.parent_page {
    margin-bottom: 33px;
}
div.sitemap > ul.level-one > li {
    display: block;
    width: calc(18% - 1px);
    float: left;
    border-left: 1px solid rgba(0,0,0,0.1);
    padding-left: 2%;
    margin-bottom: 30px;
    line-height: 20px;
    min-height: 20px;
    padding-top: 20px;
}
@media(max-width:1600px){
	div.sitemap > ul.level-one > li {
		display: block;
		width: calc(31% - 1px);
	}
}
@media(max-width:1200px){
	div.sitemap {
		width: 98%;
		margin: 0 auto;
		padding: 3em 2%;
	}
}
@media(max-width:768px){
	div.sitemap > ul.level-one > li {
		display: block;
		width: calc(48% - 1px);
	}
}
@media(max-width:470px){
	div.sitemap > ul.level-one > li {
		display: block;
		width: calc(100% - 1px);
	}
}
/* footer */


footer {
	width: calc(100% - 6em);
	height: auto;
	overflow: hidden;
	background-color: #333;
	padding: 3em 3em 10em 3em;
	position: relative;
}


footer p {
	color: #FFF;
	margin-top:0;
}
footer div.left-col {
	width: 75%;
	height: auto;
	float: left;
	position: relative;
	padding: 0 0 0 2em;
}

footer div.left-col::before {
    content: '';
    width: 5px;
	height: 100%;
    background: -webkit-linear-gradient(top, #fbccbd 0%,#f2bca1 14%,#cb7d53 53%,#944e28 94%);
    background: linear-gradient(to bottom, #fbccbd 0%,#f2bca1 14%,#cb7d53 53%,#944e28 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbccbd', endColorstr='#944e28',GradientType=0 );
    position: absolute;
	top:0;
	left:0;
}


footer div.right-col {
	width: 15%;
	float: right;
}
footer div.left-col ul {
	margin: 0;
	padding: 0;
	
}
footer div.left-col ul li {
	list-style: none;
	display: inline;
	float: left;
}
footer div.left-col ul li a {
	text-transform: capitalize;
	-webkit-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}

footer div.left-col ul li a:hover, footer a:hover {
	color:  #b76d4d;
}



footer div.left-col ul li a::after {
	content: '|';
	margin: 0 0.75em;
}
footer div.left-col ul li:last-of-type a::after {
	content: '';
}
footer a {
	font-family: "azo-sans-web", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFF;
	-webkit-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}

nav.footer-links a:hover {
	text-transform: #b76d4d;
}
footer p, nav.footer-links a {
	font-size: 0.75em;
}
span.pipe {
	margin: 0 0.75em;
}
span.call-cta {
	font-family: "azo-sans-web", sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #999;
}
span.call-cta span {
	color: #444;
}
/* text styles */

h1 {
    font-family: 'baskerville_btbold';
	font-weight: normal;
	font-size: 2.6em;
	margin-bottom: 0.5em;
	line-height: 1em;
	text-transform: capitalize;
	position: relative;
	  padding-left: 1em;
    margin-left: -1em;
}

h1.word-break {
    word-spacing: 10000px;
    position: relative;
    padding-left: 1em;
    margin-left: -1em;
}
h2 {
	font-family: "effra", sans-serif;
	font-weight: 200;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 1.5em;
}
h3 {
	font-family: "effra", sans-serif;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	font-weight: 500;
}

h4 {
	font-family: "azo-sans-web", sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #444;
	line-height: 1.4em;
	margin-bottom: 1em;
}
p {
	font-family: "azo-sans-web", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 0.85em;
	color: #555;
	line-height: 1.9em;
	margin-bottom: 1em;
}


@font-face {
    font-family: 'caslongraphiqueefregular';
    src: url('/css/fonts/caslon/caslongraphiqueef-webfont.woff2') format('woff2'),
         url('/css/fonts/caslon/caslongraphiqueef-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'baskerville_btbold';
    src: url('/css/fonts/baskervillebold/baskerville_bt_bold-webfont.woff2') format('woff2'),
         url('/css/fonts/baskervillebold/baskerville_bt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

div.signoff {
	background-color: #FFF;
	border-top: 3px solid #b76d4d;
	padding:2em;
	margin-top:4em;
}

div.signoff a {
	color: #b76d4d;
	-webkit-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}

div.signoff a:hover {
	color: #444;
}

div.signature {
	padding-top: 3em;
}

#siteplan img {
	max-width:100%;
}
input[name="property"],input[name="development"] {
	display:none;
}
.parent_page_expand {
	height:auto;overflow:hidden;
}
.parent_page_expand a, .parent_page_expand div.mob-nav_expander {
    display: block;
    float: left;
	width:auto;
    max-width: calc(100% - 25px);
}
.parent_page_expand div.mob-nav_expander {
    width: 20px;
    margin-left: 15px;
    margin-top: 8px;
    cursor: pointer;
    color: white;
}
ul.level-two {
	padding-left:16.66px;
}
ul.level-three {
	display:none;
	padding-left:16.66px;
}
ul.level-three.navigation_houses-menu {
	opacity:0.8;
}
ul.level-three p.navigation_houses-title {
    margin: 0;
    color: #b76d4d;
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #444;
}
.mob-nav_expander i {
	transition:all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.mob-nav_expander.expanded i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
html.nav-menu-open {
	overflow:hidden;
}
footer.border {
    width: 100%;
    box-sizing: border-box;
}
/* HTB NEW STYLING 03.05.18 */
div.our-development-card h3 a {
    color: #444;
}