/*
Theme Name: Blackwood Park
Description: Blackwood Park theme based on BlankSlate WordPress theme and using the Responsive Grid System
Author: Lightbulb Digital
Author URI: http://lightbulbdigital.com.au
Version: 1.0
*/

/** Fonts **/

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

@font-face {
    font-family: 'akzidenz-grotesk_bqLtCn';
    src: url('fonts/akzidgrobqligcn-webfont.eot');
    src: url('fonts/akzidgrobqligcn-webfont.svg#akzidenz-grotesk_bqLtCn') format('svg'),
    	 url('fonts/akzidgrobqligcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/akzidgrobqligcn-webfont.woff') format('woff'),
         url('fonts/akzidgrobqligcn-webfont.ttf') format('truetype');       
    font-weight: normal;
    font-style: normal;

}

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


/** Reset **/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	/*overflow-x:hidden;*/
	font-family: Arial, Helvetica, sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration:  line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

img {
	display: block;
}

article {
	position: relative;
}

/** END reset **/


/* Dave's Crazy Clearfixes */
* html .clearfix{ /* IE6 */
    height: 1%;
    overflow: visible;
}
*+html .clearfix{ /* IE7 */
    clear: both;
}
.clearfix:after { /* General */
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

/** Column setup **/

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-width: 856px;
	margin: auto;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	/*padding: 0 3.3333333% 0 3.3333333%;*/
}

.col:first-child,
section .col:first-child  { padding-left: 0; } /* all browsers except IE6 and lower */

.last {
	/*padding: 0 0 0 3.3333333%;*/
}

.box {
	padding: 0 0 0 0;
}

.alpha {
	padding: 0 0 0 0;
}

.omega {
	padding: 0 0 0 0;
}

.fullwidth {
	padding: 0 0 0 0;
}


/** END column setup **/
	
#container {
	position: relative;
}
	
#content_wrapper {
	background-image: url('img/container_gradient_bg.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

body.home #content, body.home #content_other {
	padding: 60px 0px 0px 0px;
	min-height: 0px;
}

#content, #content_other {
	padding: 40px 0px 40px 0px;
	min-height: 400px;
}

#breadcrumbs {
	margin-bottom: 30px;
	font-family: 'akzidenz-grotesk_bqLtCn';
	font-size: 18px;
}

#breadcrumbs a {
	color: #7c3e17;
	font-family: 'akzidenz-grotesk_bqLtCn';
	text-decoration: underline;
}

#breadcrumbs a:hover {
	color: #000000;
}

#breadcrumbs span.bcn_sep {
	padding: 0px 7px;
	font-size: 22px;
	position: relative;
	top: 2px;
}

#content .content_inner {
	border-bottom: 3px solid #c6b76c;
	padding-bottom: 20px;
}

#get_in_touch {
	background-color: #7c3e17;
}

#get_in_touch h1.page-title {
	color: #ffffff !important;
	font-size: 2.5em;
	font-family: 'Creampuff';
	line-height: 63px;
}

#get_in_touch  img.arrow {
	float: right;
}

#guide_wrapper {
	background-image: url('img/container_gradient_bg.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding-top: 50px;
}

#guide h2 {
	font-size: 1.3em;
	color: #000000;
	text-transform: none;
	margin: 0px 0px 10px 0px;
}

#guide h3 {
	font-size: 1.6em;
}

#guide p {
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
}

#news {
}

#featured {
	padding: 40px 0px;
}

/** Homepage **/

.meteor-slides .mslide {
	background-repeat: no-repeat;
	background-position: top center;
	width: 100% !important;
}

.mslide .section {
	position: relative;
	margin-top: 10px;
}

.slide_content {
	top: 0px !important;
	position: absolute !important;
	text-align: center;
	color: #ffffff;
	font-family: 'akzidenz-grotesk_bqLtCn';
}

.slide_content.no_feature_image {
	margin-top: 190px;
}

.slide_content h3 {
	font-size: 2.6em;
	line-height: 1.3em;
	text-transform: uppercase;
	display: block;
	margin-top: -40px;
}

.slide_content a {
	color: #ffffff;
}

.slide_content .more {
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	border-top: 3px solid #ffffff;
	padding: 11px 40px 0px 40px;
	display: inline-block;
}

.slide_content .build_your_dream_logo_wrapper {
	width: 50%;
	margin: 0 auto;
}

.slide_content img.build_your_dream_logo {
	width: 100%;
	height: auto;
}

.meteor-slides .mslide img {
	border: 0;
	box-shadow: none !important;
	display: block;
	height: auto !important;
	margin: auto;
	max-width: 100%;
	padding: 0 !important;
	width: auto;
	min-height: 200px !important;
}

.meteor-slides .meteor-shim {
	border: 0;
	height: auto !important;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	min-height: 200px;
}


#featured_pages {
	background-image: url('img/featured-border-right-repeat-bg.png');
	background-position: top right;
	background-repeat: repeat-y;
}

#featured_pages article {
	margin-bottom: 30px;
}

#featured_pages article img.attachment-home-feature-thumbnail {
	float: left;
	width: 100%;
	height: auto;
}

#featured_pages article h1 {
	padding: 0;
	margin: 0px 8% 10px 0px;
	border-bottom: none;
	width: 92%;
	display: block;
}

#featured_pages article p {
	margin: 0;
}

#featured_pages .col_thumbnail {
	float: left;
	width: 19%;
	margin-right: 3%;
}

#featured_pages .col_content {
	width: 70%;
	margin-right: 8%;
	float: left;
}

#featured_pages a.more {
	color: #7c3e17;
	background: url('img/arrow_btn.png') no-repeat right center;
	display: inline-block;
	height: 65px;
	line-height: 69px;
	font-size: 1.3em;
	font-family: 'akzidenz-grotesk_bqLtCn';
	margin-top: 10px;
	padding: 0px 60px 0px 0px;
	text-transform: uppercase;
}

#featured_pages a.more:hover {
	text-decoration: underline;
}

#news article {
	margin-bottom: 30px;
}

#news h2 {
	border-top: 3px solid #c6b76c;
	text-align: center;
	padding: 15px 0px 0px 0px;
	margin: 0px 20px;
}

#news span.date {
	font-size: 1em;
	font-family: 'akzidenz-grotesk_bqLtCn';
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#news img.attachment-home-feature-thumbnail {
	margin: 0 auto 10px auto;
}


/** Site header **/

#site_header {
	background-color: #c6b76c;
}

#site_logo {
	float: left;
	margin-top: 3px;
	position: relative;
	z-index: 99999;
}

#site_logo h1 {
	background-image: url('img/blackwood_park_logo.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -99999px;
}

#site_logo h1 a {
	width: 256px;
	height: 80px;
	display: block;
}

/** Page header **/
	
#page_header_wrapper {
	background-color: #bbbcbe;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#page_header {
	max-height: 300px;
	position: relative;
}

#page_header img {
	width: 100%;
	height: auto;
	min-height: 200px;
}

#page_header .page_header_info {
	position: absolute;
	top: 35%;
}

#page_header h1 {	
	font-size: 3.5em;
	color: #ffffff;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
}

#page_header h2 {
	color: #ffffff;
	font-size: 3em;
	font-family: 'Creampuff';
	line-height: 0.5em;
}
	
#top_bar_wrapper {
	background-color: #ffffff;
}

#bottom_bar_wrapper {
	background-color: #7c3e17;
}

#top_bar,
#bottom_bar {
	height: 63px;
	line-height: 63px;
}

#top_bar h1.page-title,
#bottom_bar h1.page-title {	
	font-size: 2.5em;
	font-family: 'Creampuff';
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	float: left;
	line-height: 55px;
}

#top_bar h1.page-title {
	color: #7c3e17;
}

#bottom_bar h1.page-title {
	color: #ffffff;
}


#top_bar h2.page-subtitle,
#bottom_bar h2.page-subtitle {
	font-family: 'akzidenz-grotesk_bqLtCn';
	line-height: 63px;
	font-size: 1.3em;
	display: inline;	
	vertical-align: middle;
	text-transform: uppercase;
	position: relative;
	top: 3px;
	float: left;
}

#top_bar h2.page-subtitle {
	color: #7c3e17;
}

#bottom_bar h2.page-subtitle {
	color: #ffffff;
}

#top_bar img.arrow,
#bottom_bar img.arrow {
	float: right;
}

/** Enquire Tab **/
	
#enquire {
	width: 481px;
	height: 203px;
	position: fixed;
	right: -405px;
	top: 137px;
	z-index: 999999;
}

#enquire .enquire_tab {
	width: 76px;
	height: 203px;
	background: url('img/enquire_tab_bg.png') no-repeat top right;
	float: left;
	cursor: pointer;
}

#enquire .enquire_content {
	width: 405px;
	height: 203px;
	background-image: url('img/enquire_repeat_bg.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	float: right;
}

#enquire .enquire_content_box {
	margin: 30px 40px 15px 15px;
}

#enquire .enquire_content p {
	font-family: 'akzidenz-grotesk_bqLtCn';
	margin-bottom: 6px;
	font-size: 21px;
	line-height: 23px;
}

#enquire .close_tab {
	display: block;
	width: 24px;
	height: 25px;
	background-image: url('img/close_btn_sml.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	position: absolute;
	top: 28px;
	right: 35px;
}

#enquire input[type="text"] {
	width: 335px;
	background-color: transparent;
	font-size: 19px;
	height: 22px;
}

#enquire input.firstname {
	width: 157px;
	float: left;
	margin-right: 7px;
}

#enquire input.lastname {
	width: 157px;
	float: left;
}

#enquire .submit {
	background-image: url('img/arrow_btn_sml.png');
	font-size: 1.1em;
	height: 25px;
	padding: 0px 35px 0px 0px;
	line-height: 30px;
}

	

/** Main menu **/
	
#sub_menu_container {
	background: rgba(255,255,255,0.8);
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 999;
}
	
nav {
	position: relative;
	z-index: 99999;
}

#menu-main {
	float: right;
	margin: 48px 0 8px 0;
}

#menu-main li {
	float: left;
	margin: 0 0 0 15px;
	position: relative;
}

#menu-main li a {
	font-family: 'akzidenz-grotesk_bqLtCn';
	font-size: 1.6em;
	text-transform: uppercase;
	color: #ffffff;
}

#menu-main li a:hover {
	color: #7c3e17;
}

#menu-main > li.current-menu-parent > a,
#menu-main > li.current-menu-item > a,
#menu-main > li.current-page-ancestor > a,
#sub_menu_container .sub-menu li.current-menu-item a {
	color: #000000;
	font-family: 'akzidenz-grotesk_bqMdCn';
} 

body.home #menu-main ul.sub-menu,
body.home #sub_menu_container {
	display: none;
}

#menu-main ul.sub-menu {
	display: none;
	position: absolute;
	width: 117px;
	height: 162px;
	padding: 70px 30px 22px 190px;
	background: url('img/sub_menu_bg.png') no-repeat;
	left: 50%;
	top: 13px;
	margin-left: -163px;
}

#menu-main ul.sub-menu li {
	float: none;
	color: #7c3e17;
	font-size: 0.6em;
	margin: 0px 0px 4px 0px;
}

#menu-main ul.sub-menu li a {
	color: #7c3e17;
	text-transform: none;
	text-decoration: underline;
}

#menu-main ul.sub-menu li a:hover {
	color: #000000;
}

#menu-main li .desc {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 1;
	font-family: 'akzidenz-grotesk_bqLtCn', sans-serif;
	width: 145px;
}

#menu-main li .desc h4 {
	color: #c6b76c;
	font-size: 24px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

#menu-main li .desc p {
	margin-bottom: 5px;
}

#menu-main li .desc p.more a {
	color: #c6b76c;
	border-bottom: 1px solid #c6b76c;
	font-size: 16px;
	text-transform: none;
}

#menu-main li .desc p.more a:hover {
	color: #7c3e17;
	border-bottom: 1px solid #7c3e17;
}

#menu-main li#nav-menu-item-26 .desc { left: -115px	} /* Land */
#menu-main li#nav-menu-item-25 .desc { left: -89px	} /* Community */
#menu-main li#nav-menu-item-24 .desc { left: -115px	} /* Visit */

#sub_menu_container ul.sub-menu, 
#sub_menu_container ul {
	float: right;
	margin: 0;
	padding: 0;
}

#sub_menu_container ul.sub-menu {
	margin-bottom: 5px;
}

#sub_menu_container li {
	list-style: none;
	line-height: 49px;
}

#sub_menu_container ul.sub-menu li {
	float: left;
	margin: 0px 0px 0px 25px;
}

#sub_menu_container ul.sub-menu li a {
	color: #7c3e17;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'akzidenz-grotesk_bqMdCn', sans-serif;
	display: block;
	height: 35px;
	line-height: 42px;
}

#sub_menu_container ul.sub-menu li a:hover {
	color: #000000;
}

#guide img {
	max-width: 100%;
	height: auto;
}

#guide .download_pdf {
	float: right;
}

#guide .download_pdf a {
	color: #7c3e17;
	background-image: url('img/arrow_btn.png');
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 65px;
	line-height: 69px;
	font-size: 21px;
	font-family: 'akzidenz-grotesk_bqLtCn';
	padding: 0px 60px 0px 0px;
	text-transform: uppercase;
	position: relative;
	top: -15px;
}

/** Text Styles **/
	
article strong, 
section	strong {
	font-weight: bold;
	font-family: 'akzidenz-grotesk_bqMdCn';
}
	
article p,
section p {
	color: #000000;
	font-size: 21px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	font-family: 'akzidenz-grotesk_bqLtCn';
}

article ul,
section ul {
	margin: 30px 0px 30px 30px;
}

article li,
section li {
	color: #000000;
	font-size: 21px;
	line-height: 25px;
	margin: 10px 0px;
	font-family: 'akzidenz-grotesk_bqLtCn';
}

article a,
section a {
	color: #7c3e17;
}

article a:hover,
section a:hover {
	text-decoration: underline;
}

article h1,
section h1 {
	color: #c6b76c;
	font-size: 2.4em;
	padding: 5px 0px 3px 0px;
	border-bottom: 3px solid #c6b76c;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
	margin-bottom: 10px;
}

article h2,
section h2 {
	color: #c6b76c;
	font-size: 2.1em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
}

article h3,
section h3 {
	color: #c6b76c;
	font-size: 1.9em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
}

article h4,
section h4 {
	color: #c6b76c;
	font-size: 1.6em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
}

article h5,
section h5 {
	color: #c6b76c;
	font-size: 1.3em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
}

article h6,
section h6 {
	color: #c6b76c;
	font-size: 1.0em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
}

/** Form Styles **/
	
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 2px solid #000000;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.2em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	padding: 3px 5px 0px 5px;
	outline: 0;
	margin: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	height: 28px;
}

input[type="submit"] {
	color: #7c3e17;
	border: none;
	background-color: transparent;
	background-image: url('img/arrow_btn.png');
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	height: 65px;
	font-size: 1.4em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	padding: 0px 70px 0px 0px;
	cursor: pointer;
	text-transform: uppercase;
}

/** Single Page **/
	
#post_feature_thumbnail img {
	width: 100%;
	height: auto;
}

/** Footer **/

footer {
	background-color: #c6b76c;
	font-family: 'akzidenz-grotesk_bqLtCn';
}

.footer_info, .internal_footer_info {
	font-family: 'akzidenz-grotesk_bqMdCn';
	color: #000000;
	margin: 24px 0px 0px 0px;
}

.footer_info h1 {
	font-size: 1.8em;
	border-bottom: 3px solid #000000;
	text-transform: uppercase;
}

.footer_info p {
	margin: 0px 0px 7px 0px;
	font-size: 1.1em;
	line-height: 32px;
}

/*.footer_info a.social, .internal_footer_info a.social {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: inline-block;
	line-height: 32px;
	height: 27px;
	text-decoration: none;
	float: right;
	margin-left: 25px;
}

.footer_info a.facebook, .internal_footer_info a.facebook {
	background-image: url('img/facebook_icon.png');
}

.footer_info a.instagram, .internal_footer_info a.instagram {
	background-image: url('img/instagram_icon.png');	
}*/

.footer_info a.social, 
.internal_footer_info a.social {
	background-position: left center;
	background-repeat: no-repeat;
	width: 21px;
	display: inline-block;
	height: 21px;
	text-decoration: none;
	margin-top: 3px;
}

.footer_info a.social {
	margin-left: 7px;
	float: right;
}

.internal_footer_info a.social {
	margin-right: 7px;
	float: left;
}

.footer_info a.facebook, .internal_footer_info a.facebook {
	background-image: url('img/facebook_icon.png');
}

.footer_info a.instagram, .internal_footer_info a.instagram {
	background-image: url('img/instagram_icon.png');	
}

.footer_info a, .internal_footer_info a {
	color: #000000;
	text-decoration: underline;
}

.footer_info .spacer:last-child {
	margin-right: 0px;
}

.footer_info .spacer {
	margin-right: 20px;
	float: left;
}

#internal_footer_feed {
	color: #ffffff;
	padding-bottom: 10px;
}

#internal_footer_contact {
	padding-bottom: 10px;
}

.internal_footer_info h1 {
	font-size: 1.8em;
	border-bottom: 3px solid #000000;
	text-transform: uppercase;
}

.internal_footer_info #internal_footer_feed h1 {
	border-bottom: 3px solid #ffffff;
}

.internal_footer_info p {
	margin: 7px 0px 7px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
}

.internal_footer_info a.social {
	float: left !important;
	margin-right: 5px !important;
	margin-left: 0px !important;
}

.footer_nav {
	border-top: 3px solid #ffffff;
	color: #ffffff;
	padding: 17px 0px 10px 0px;
}

.footer_nav ul {
	margin: 0;
	padding: 0;
}

#menu-footer > li {
	float: left;
	margin: 0px 45px 30px 0px;
}

#menu-footer > li > a {
	text-transform: uppercase;
	display: inline;
	text-decoration: underline;
	font-size: 1.2em;
}

#menu-footer li {
	list-style: none;
}

#menu-footer ul.sub-menu {
	margin-top: 5px;
}

#menu-footer ul.sub-menu > li {
	margin-top: 3px;
}

#menu-footer a {
	color: #ffffff;
	font-family: 'akzidenz-grotesk_bqLtCn';
	font-size: 1em;
}

#menu-footer .sub-menu a:hover {
	text-decoration: underline;
}

footer .site_credits {
	float: right;
	font-size: 1em;
	text-align: right;
}

footer .site_credits a {
	color: #ffffff;
}

a#scroll-to-top {
	text-indent: 0 !important;
	font-size: 1.3em !important;
	width: 44px !important;
	padding-top: 50px;
	color: #933d05;
	font-family: 'akzidenz-grotesk_bqLtCn';
	background-image: url('img/back_to_top_arrow.png') !important;
	background-position: top center !important;
	background-repeat: no-repeat;
	text-align: center;
	height: auto !important;
	text-transform: uppercase;
}

#footer_left {
	width: 65%;
	padding-right: 2.5%;
}

/** Category Page **/

#category_page #post_item, #category_page_other #post_item, #category_page #post_item_other, #category_page_other #post_item_other {
	margin-bottom: 30px;
}

#category_page .last, #category_page_other .last {
	margin-right: 0 !important;
}

#category_page .first, #category_page_other .first {
	margin-left: 0 !important;
	clear: both;
}

#post_list .news_list_thumbnail,
#builders_list .news_list_thumbnail {
	width: 103px;
	height: 103px;
	margin: 0 auto 20px auto;
}

#post_list h2,
#builders_list h2, #builders_list_other h2 {
	border-top: 3px solid #c6b76c;
	text-align: center;
	padding: 15px 0px 5px 0px;
	margin: 0px 20px;
	font-size: 1.6em;
}

#post_list h2 a:hover,
#builders_list h2 a:hover, #builders_list_other h2 a:hover {
	text-decoration: none;
}

#post_list p,
#builders_list p, #builders_list_other p {
	text-align: justify;
}

#category_page h2 a, #category_page_other h2 a  {
	color: #c6b76c;
}

#category_page .thumbnail_link img, #category_page_other .thumbnail_link img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#category_page p, #category_page_other p {
	font-size: 1.2em;
}

#post_list span.date,
#builders_list span.date {
	font-size: 0.8em;
	font-family: 'akzidenz-grotesk_bqLtCn';
	text-align: center;
	display: block;
	width: 100%;
}

/** Single Post Page **/
	
#singlepost_page h1 {
	border-bottom: none;
}
	
#singlepost_page .wp-post-image {
	float: left;
	margin: 0px 20px 10px 0px;
}

#singlepost_page .single_post_feature .wp-post-image {
	margin: 0px 0px 20px 0px !important;
	width: 100%;
	height: auto;
}

#singlepost_page span.date,
#category_page span.date, #category_page_other span.date {
	display: block;
	width: 100%;
	font-size: 1em;
	font-family: 'akzidenz-grotesk_bqLtCn';
	margin-bottom: 8px;
}

#sidebar .lp_list {
	padding: 5px 0px;
}

#sidebar .latest_post_list li {
	list-style: none;
	margin: 10px 0px;
}

#sidebar .latest_post_list h1 {
	color: #c6b76c;
	font-size: 1.6em;
	padding: 5px 0px 10px 0px;
	border-bottom: 3px solid #c6b76c;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
	margin-bottom: 10px;
}

#sidebar .latest_post_list h2 {	
	font-size: 1.2em;
	font-family: 'akzidenz-grotesk_bqLtCn';
	text-transform: uppercase;
}

#sidebar .latest_post_list h2 a {
	color: #c6b76c;
}

#sidebar .latest_post_list h2 a:hover {
	color: #7c3e17;
}

#sidebar .latest_post_list span.date {
	font-size: 0.9em;
}

/** Pagination **/
	
#pagination {
	display: block;
	width: 100%;
}

#pagination .next, #pagination .prev {
	display: inline-block;
	width: 19px !important;
	height: 31px !important;
	text-indent: -99999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none !important;
}

#pagination .next {
	background-image: url('img/pagination_next.png');
}

#pagination .prev {
	background-image: url('img/pagination_prev.png');
}

#pagination .dots {
	border: none !important;
}

#pagination .page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #c4b170;
	color: #c4b170;
	font-family: 'akzidenz-grotesk_bqLtCn';
	text-align: center;
	line-height: 35px;
	font-size: 1.2em;
}

#pagination .current {
	background-color: #c4b170; 
	color: #ffffff;
	font-family: 'akzidenz-grotesk_bqMdCn';
}

.gallery {
	margin-bottom: 50px !important;
}

.gallery-item {
	width: 18% !important;
	margin-right: 2.5%;
	max-width: 108px;
}

.gallery-item:nth-of-type(5n),
.gallery-item-last {
	margin-right: 0px !important;
}

.gallery-item img {
	border: none !important;
	width: 100%;
	height: auto;
}

.builder-logo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
}

.builder-logo img {
	width: 100%;
	height: auto;
}

/** Community Page **/
	
#community {
	background-image: url('img/featured-border-right-repeat-bg.png');
	background-position: top right;
	background-repeat: repeat-y;
}

#community #latest_news img {
	width: 100%;
	height: auto;
}

#community #latest_news p {
	font-size: 1.1em;
}

#community #latest_news a.more,
#error a.home {
	color: #7c3e17;
	background-image: url('img/arrow_btn.png');
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 65px;
	line-height: 69px;
	font-size: 1.1em;
	font-family: 'akzidenz-grotesk_bqLtCn';
	padding: 0px 60px 0px 0px;
	text-transform: uppercase;
}

#instagram h1 {
	color: #c6b76c;
	font-size: 2.4em;
	padding: 5px 0px 3px 0px;
	border-bottom: 3px solid #c6b76c;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
}

#latest_news {
	margin-bottom: 30px;
}

#signup h1 {
	border-bottom: none;
	border-top: 3px solid #c6b76c;
	padding: 15px 0px 3px 0px;
}

.AlpinePhotoTiles-link {
	float: left;
	width: 44% !important;
	margin: 0px 3% 12px 3%;
}

.AlpinePhotoTiles-link img {
	width: 100%;
	height: auto !important;
	margin: 0 !important;
}

.AlpinePhotoTiles_inpost_container {
	margin-top: 10px;
}

.AlpinePhotoTiles-by-link {
	display: none !important;
}

/** Contact Page **/
	
body.page-id-17 #content {
	padding: 40px 0px 0px 0px;
}

#contact_bar {
	padding: 30px 0px;
}

#contact_bar h3 {
	border-bottom: 3px solid #c6b76c;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

#contact_bar a {
	color: #000000;
}

#contact_bar p {
	line-height: 22px;
}
	
#contact_page img {
	width: 100%;
	height: auto;
}

.contact_page_header_info {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
	font-family: 'akzidenz-grotesk_bqLtCn';
	color: #ffffff;
}

.contact_page_header_info h1 {
	border-bottom: 3px solid #ffffff;
	padding: 0px 32px;
	display: inline-block;
}

.contact_page_header_info p {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 20px;
}

/** Enquiry Form **/

#enquiry_form {
	position: relative;
	margin-bottom: 80px;
}

#enquiry_form input[type="text"],
#enquiry_form input[type="email"],
#enquiry_form input[type="tel"],
#enquiry_form textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
}

#enquiry_form input {
    margin-bottom:5px;
}

#enquiry_form label {
    display:block;
    margin-bottom:5px;
}

#enquiry_form textarea {
	height: 160px;
	max-height: 160px;
	resize: none;
}

#enquiry_form fieldset {
    display:inline-block;
    vertical-align:top;
    width:45%;
}

#enquiry_form input.phone,
#enquiry_form input.postcode {
	width: 100% !important;
}

#enquiry_form p {
	margin-bottom: 5px;
	position: relative;
}

#enquiry_form span.req {
	color: #7c3e17;
	font-family: 'akzidenz-grotesk_bqMdCn';
	font-size: 20px;
	position: absolute;
	left: 102%;
	top: 0px;
}

#enquiry_form span.postcode_req {
	left: 34% !important;
}

#enquiry_form .wpcf7-form-control-wrap,
#sidebar_form .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

#enquiry_form span.wpcf7-not-valid-tip,
#sidebar_form span.wpcf7-not-valid-tip {
	border: 2px solid #000000;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 1.2em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	padding: 3px 5px 0px 5px;
	outline: 0;
	margin: 0;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 28px;
}

#enquiry_form div.wpcf7-validation-errors,
#enquiry_form div.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'akzidenz-grotesk_bqMdCn';
	font-size: 25px;
}

#enquiry_form div.wpcf7-validation-errors {
	color: red;
}

#enquiry_form .wpcf7-list-item-label {
	font-family: 'akzidenz-grotesk_bqMdCn';
	font-size: 17px;
	line-height: 25px;
	margin: 0 !important;
}

#enquiry_form .wpcf7-list-item {
	margin: 0 !important;
}

#enquiry_form  .checkbox {
	width: 25px;
	height: 25px;
	padding: 0;
	background-image: url('img/checkbox_bg.png');
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#enquiry_form .g-recaptcha {
    margin: 18px 0 12px;
}

#enquiry_form .wpcf7-submit {
	font-family: 'Creampuff';
	text-transform: none;
	font-size: 31px;
	position: relative;
	top: -8px;
	padding: 0px 60px 0px 0px;
}

#enquiry_form img.ajax-loader {
	position: absolute;
	right: 45px;
	bottom: 33px;
}
#enquiry_form input[type=checkbox] {
    visibility:hidden;
    width:0;
    margin:0;
}
#enquiry_form input[type=checkbox] + span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid black;
    vertical-align: middle;
    cursor:pointer;
    margin-right:0.5em;
    position:relative;
}

#enquiry_form input[type=checkbox]:checked + span:before {
    content:'';
    height:5px;
    width:16px;
    background:#933d05;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#enquiry_form input[type=checkbox]:checked + span:after {
    content:'';
    height:5px;
    width:16px;
    background:#933d05;
    position:absolute;
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


#enquiry_form label {
    font-family: 'akzidenz-grotesk_bqMdCn', sans-serif;
    cursor:pointer;
}

#enquiry_form fieldset {
    margin-left:calc(2% - 4px);
    margin-right:calc(2% - 4px);
}

#enquiry_form input[type=submit] {
    font-family: 'Creampuff';
    font-size:31px;
    position: relative;
    top: -8px;
    padding: 0px 60px 0px 0px;
    text-transform:none;
}

@media only screen and (max-width:550px) {
    #enquiry_form fieldset {
        display:block;
        margin-left:20px;
        margin-right:20px;
        width:calc(100% - 40px);
    }
}

#sidebar_form {
	position: relative;
}

#sidebar_form input[type="text"],
#sidebar_form input[type="email"],
#sidebar_form textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
	margin-bottom: 3px;
	font-size: 0.9em;
}
#sidebar_form .wpcf7-submit {
	font-family: 'Creampuff';
	text-transform: none;
	font-size: 31px;
	position: relative;
	top: -8px;
	padding: 0px 60px 0px 0px;
}

#sidebar_form div.wpcf7-validation-errors,
#sidebar_form div.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'akzidenz-grotesk_bqMdCn';
	font-size: 25px;
}

#sidebar_form div.wpcf7-validation-errors {
	color: red;
}

#sidebar_form span.wpcf7-not-valid-tip {
	font-size: 0.9em !important;
}

#sidebar_form div.wpcf7-response-output {
	font-size: 1.1em !important;
	position: relative;
	top: -20px;
}

#sidebar_form div.wpcf7 img.ajax-loader {
	position: absolute;
	bottom: 32px;
	right: 30px;
}

#spring_garden_comp .col {
	margin-bottom: 30px;
}

#spring_garden_comp h1 {
	font-size: 2em;
}

#spring_garden_comp ul {
	margin: 0px 0px 15px 20px;
}

#spring_garden_comp li {
	margin: 0;
}

body.page-id-1105 #page_header_wrapper {
	background-size:contain;
	background-color: #d0c3a0;
}

.mobile_form {
	display: none;
}

.mobile_form .col {
	width: 100%;
}


/** Two Column Template **/
	
#two_column_template img.attachment-full {
	width: 100%;
	height: auto;
}

#two_column_template #sidebar a {
	
}

#two_column_template #sidebar h1 {
	color: #c6b76c;
	font-size: 2em;
	padding: 5px 0px 3px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 3px solid #c6b76c;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
}

#two_column_template #sidebar h3 {
	color: #c6b76c;
	font-size: 1.6em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
}

#two_column_template #sidebar ul {
	margin: 0px 0px 20px 0px;
}

#two_column_template #sidebar li {
	list-style: none;
}

#two_column_template #sidebar li a {
	color: #7c3e17;
	background-image: url('img/arrow_btn_sml.png');
	background-position: right -2px;
	background-repeat: no-repeat;
	display: inline;
	font-size: 0.9em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	padding: 3px 30px 0px 0px;
	text-transform: uppercase;
}

/** Fullwidth Template **/
	
#fullwidth_list_template article {
	padding: 40px 0px 10px 0px;
	border-top: 1px solid #c6b76c;
}

#fullwidth_list_template article:first-child {
	padding: 0px 0px 17px 0px;
	border-top: none;
}

	
#fullwidth_list_template a.more {
	color: #7c3e17;
	background-image: url('img/arrow_btn.png');
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 65px;
	line-height: 69px;
	font-size: 1.3em;
	font-family: 'akzidenz-grotesk_bqLtCn';
	padding: 0px 60px 0px 0px;
	text-transform: uppercase;
}

/* the close button isn't working, so let's just hide it and pretend everything is okay */
.fancybox-close {
	display: none !important;
}

@media only screen and (max-width: 1600px) {
	body.page-id-1105 #page_header_wrapper {
		background-size: cover;
	}
}
/** Drop the enquire box down **/
@media only screen and (max-width: 970px) {
	#enquire {
		position: static;
		width: 100%;
		height: 45px;
		margin-top: 40px;
		border-bottom: 7px solid #933d05;
	}

	#enquire .enquire_tab {
		background-position: bottom center;
		float: none;
		width: 100%;
		height: 45px;
	}

	#enquire .enquire_content {
		display: none;
	}
}

/*  REMOVE MARGINS AS ALL GO FULL RETARD AT 480 PIXELS */

@media only screen and (max-width: 886px) {
	/* less than total width of main container */
	.alpha {
		padding: 0 0 0 20px;
	}

	.omega {
		padding: 0 20px 0 0;
	}

	.fullwidth {
		padding: 0 20px 0 20px;
	}
	body.page-id-17 #page_header .fullwidth,
	body.page-id-17 #page_header .col {
		padding: 0 0 0 0 !important;
	}
	#enquiry_form div.wpcf7-validation-errors {
		padding: 0 20px 0 20px !important;
	}
}


@media only screen and (max-width: 768px) {
	/* For general iPad layouts */
	#top_bar h1.page-title,
	#bottom_bar h1.page-title {
		font-size: 2em !important;
	}
	#top_bar h2.page-title,
	#bottom_bar h2.page-subtitle {
		font-size: 1.1em !important;
	}

	.meteor-slides .mslide {
		background-size: cover;
	}
	body.page-id-17 #page_header .fullwidth,
	body.page-id-17 #page_header .col {
		padding: 0 0 0 0 !important;
	}

	#page_header .page_header_info,
	.contact_page_header_info {
		top: 20%;
	}
}


@media only screen and (max-width: 480px) {
	.section {
		overflow: hidden;
	}
	#site_logo {
		width: 256px;
		margin: 15px auto 0px auto;
		float: none !important;
	}
	nav {
		position: static;
	}
	#menu-main {
		margin: 20px 0 5px 0 !important;
	}
	#menu-footer > li {
		width: 100%;
	}
	#featured_pages {
		background-image: none !important;
	}
	#featured_pages a.more {
		font-size: 1em !important;
	}
	.footer_info .spacer {
		width: 100%;
		display: block;
	}
	.col:first-child {
		padding: 0 !important;
	}
	.last {
		padding: 0 !important;
	}
	.col {
		padding: 0 !important;
	}
	.box {
		padding: 0 20px 0 20px;
	}
	.alpha,
	.omega,
	.fullwidth {
		padding: 0 20px 0 20px;
	}
	body.page-id-17 #page_header .fullwidth,
	body.page-id-17 #page_header .col {
		padding: 0 0 0 0 !important;
	}
	a#scroll-to-top {
		display: none !important;
	}

	#category_page .span_1_of_3, #category_page_other .span_1_of_3 {
		width: 100% !important;
	}

	#featured_pages .col_content {
		width: 78% !important;
		margin-right: 0 !important;
	}
	#footer_left, #community {
		width: 100% !important;
		padding: 0 !important;
		background-image: none !important;
	}
	#top_bar h1.page-title,
	#bottom_bar h1.page-title {
		font-size: 1.5em !important;
	}
	#top_bar h2.page-subtitle,
	#bottom_bar h2.page-subtitle {
		display: none !important;
	}
	#menu-main {
		text-align: center;
		width: 100%;
	}
	#menu-main li {
		float: none;
		display: inline-block;
	}

	#page_header .page_header_info,
	.contact_page_header_info {
		top: 15%;
	}

	#page_header h2 {
		font-size: 2em;
	}

	.meteor-slides .mslide img {
		/*height: 50% !important;*/
	}

	.slide_content h3 {
		font-size: 1.6em;
	}

	.meteor-slides .mslide .slide_content img {
		height: 110px !important;
		max-height: 110px !important;
		min-height: 110px !important;
		width: auto !important;
	}

	.slide_content h3 {
		margin-top: 0;
	}

	.slide_content .more {
		padding-top: 4px;
	}

	#menu-main li {
		margin: 0 3px;
		position: static;
	}

	#sub_menu_container {
		background-color: transparent;
	}

	#sub_menu_container .fullwidth,
	#sub_menu_container .box {
		padding: 0;
	}

	#sub_menu_container ul {
		width: 100%;
	}

	#sub_menu_container ul.sub-menu,
	#menu-main ul.sub-menu {
		top: 146px;
		left: -12px;
		right: 0;
		background-image: none;
		margin-left: 0;
		padding: 0 12px 0 12px;
		width: 100%;
		height: auto;
		z-index: 2;
	}

	#sub_menu_container ul.sub-menu {
		padding: 0;
	}

	#site_header > .section {
		overflow: visible;
	}

	#sub_menu_container ul.sub-menu li,
	#menu-main ul.sub-menu li {
		display: block;
		text-align: center;
		color: #7C3E17;
		height: 28px;
		line-height: 28px;
		padding: 8px 0 5px 0;
		margin: 0;
		float: left;
		background-color: rgba(255, 255, 255, 0.9);
	}

	/** Land **/

	#menu-main ul.sub-menu li#nav-menu-item-57,  #sub_menu_container ul.sub-menu li#menu-item-57  { width: 34.6875%; margin-right: 0.3125%; margin-bottom: 1px; }
	#menu-main ul.sub-menu li#nav-menu-item-150, #sub_menu_container ul.sub-menu li#menu-item-150 { width: 65%; margin-bottom: 1px; }
	#menu-main ul.sub-menu li#nav-menu-item-58,  #sub_menu_container ul.sub-menu li#menu-item-58  { width: 52.5%; margin-right: 0.3125%; margin-bottom: 1px; }
	#menu-main ul.sub-menu li#nav-menu-item-60,  #sub_menu_container ul.sub-menu li#menu-item-60  { width: 47.1875%; margin-bottom: 1px; }

	/** Community **/

	#menu-main ul.sub-menu li#nav-menu-item-686, #sub_menu_container ul.sub-menu li#menu-item-686 { width: 42.8125%; padding-left: 6.875%; margin-right: 0.3125%; margin-bottom: 1px; }
	#menu-main ul.sub-menu li#nav-menu-item-627, #sub_menu_container ul.sub-menu li#menu-item-627 { width: 43.125%; padding-right: 6.875%; margin-bottom: 1px; }
	#menu-main ul.sub-menu li#nav-menu-item-140, #sub_menu_container ul.sub-menu li#menu-item-140 { width: 42.8125%; padding-left: 6.875%; margin-right: 0.3125%; margin-bottom: 1px; }
	#menu-main ul.sub-menu li#nav-menu-item-68,  #sub_menu_container ul.sub-menu li#menu-item-68  { width: 43.125%; padding-right: 6.875%; margin-bottom: 1px; }

	/** Visit **/

	#menu-main ul.sub-menu li#nav-menu-item-681, #sub_menu_container ul.sub-menu li#menu-item-681 { width: 42.8125%; padding-left: 6.875%; margin-right: 0.3125%; margin-bottom: 1px; }
	#menu-main ul.sub-menu li#nav-menu-item-166, #sub_menu_container ul.sub-menu li#menu-item-166 { width: 43.125%; padding-right: 6.875%; margin-bottom: 1px; }

	#sub_menu_container ul.sub-menu li a,
	#menu-main ul.sub-menu li a {
		text-decoration: none;
		font-size: 18px;
		font-family: 'akzidenz-grotesk_bqMdCn', sans-serif;
		text-transform: uppercase;
		display: block;
		height: 100%;
		line-height: inherit;
	}

	#menu-main li .desc {
		display: none !important;
		width: 0;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}
	
	.footer_info a.social {
		margin-right: 7px;
		margin-left: 0px;
		float: left;
	}
	.footer_info p {
		line-height: 23px;
		margin: 10px 0px 7px 0px;
	}

	section#guide h1 {
		margin-bottom: 60px;
	}

	#guide .download_pdf {
		display: block;
		position: absolute;
		margin-top: 10px;
	}

	.slide_content.no_feature_image {
		margin-top: 55px;
	}
	.builder-logo {
		position: relative;
		width: 40%;
		margin: 40px auto;
	}
	.mobile_form {
		display: block;
	}
	.sidebar_entry_form {
		display: none;
	}
}


#builders_list h2.dsiplay__village, #builders_list_other h2.dsiplay__village {
	color: #7c3e17;
	font-size: 2.1em;
	font-family: 'akzidenz-grotesk_bqMdCn';
	text-transform: uppercase;	
	border-top: 0;
	text-align: left;
	margin: 0 0 20px 0;
}

#content_wrapper_other {
	background: #F1EFE2;
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#content_other {
	padding: 20px 0 0 0;
}

.page-id-79 #enquire {
	height: 0;
	margin: 0;
}

