/* # Genesis Sample Child Theme
Theme Name: Hudson Hirsel Holding
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Template: genesis
Template Version: 2.1.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	min-width: 978px;
	margin: 0;
	background: #fff url(images/header-bg.png) right top no-repeat;
	background-size: 290px;
	color: #333;
	font-family: 'source-sans-pro', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.625;
}

.mobile {
	display: none;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #044437;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6b8a7f;
	font-family: 'coranto-2', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1,
h2.h1 {
	margin: 0 0 40px;
	color: #044437;
	font-size: 36px;
}

h2 {
	margin: 0 0 15px;
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	width: auto;
	height: 30px;
	padding: 0 15px;
	position: relative;
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'coranto-2', serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
}

	.button:before,
	.button:after {
		content: '';
		width: 8px;
		height: 30px;
		display: block;
		position: absolute;
		top: 0;
		background: url(images/button-corners.png);
	}

	.button:before {
		left: -8px;
	}

	.button:after {
		right: -8px;
	}

.button-white {
	background-color: #fff;
	color: #044437;
}

	.button-white:before {
		background-position: 0 0;
	}

	.button-white:after {
		background-position: -8px 0;
	}

.button-brown,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.entry-content .gform_wrapper .gform_footer input.button,
.entry-content .gform_wrapper .gform_footer input[type=submit] {
	background-color: #b88867;
	color: #fff;
	font-size: 12px !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.entry-content .gform_wrapper .gform_footer input.button,
.entry-content .gform_wrapper .gform_footer input[type=submit] {
	width: 130px;
	height: 30px;
	padding: 0;
	background: url(images/button-bg.png) 0 0 no-repeat;
	line-height: 30px;
	text-align: center;
}

	.button-brown:before,
	.entry-content .gform_wrapper .gform_footer input.button:before,
	.entry-content .gform_wrapper .gform_footer input[type=submit]:before {
		background-position: -16px 0;
	}

	.button-brown:after,
	.entry-content .gform_wrapper .gform_footer input.button:after,
	.entry-content .gform_wrapper .gform_footer input[type=submit]:after {
		background-position: -24px 0;
	}

.button-green {
	background-color: #70a086;
}

	.button-green:before {
		background-position: -32px 0;
	}

	.button-green:after {
		background-position: -40px 0;
	}

.button-dark-green {
	background-color: #6b8a7f;
}

.button-darker-green {
	background-color: #3a675a;
}

.button-no-corners:before,
.button-no-corners:after {
	display: none;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #044437;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	opacity: 0.8;
}

.button-brown:hover,
.button-green:hover {
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner .content-sidebar-wrap,
.wrap {
	max-width: 978px;
	margin: 0 auto;
}

.site-inner .content-sidebar-wrap {
	padding: 60px 0 50px;
}

.site-inner {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 642px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 306px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 30px;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 474px;
}

.one-third,
.two-sixths {
	width: 306px;
}

.four-sixths,
.two-thirds {
	width: 642px;
}

.one-fourth {
	width: 222px;
}

.first {
	clear: both;
	margin-left: 0;
}

/* ==========================================================================
   OOCSS
   ========================================================================== */

.center { margin: 0 auto; }

.db { display: block; }

.fl { float: left; }
.fr { float: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.cni { clear: none !important; }

.cf:before,.cf:after,
.content-sidebar-wrap:before,.content-sidebar-wrap:after,
.carousel-caption-content ul:before, .carousel-caption-content ul:after { content: ""; display: table; }
.cf:after,
.content-sidebar-wrap:after,
.carousel-caption-content ul:after { clear: both; }
.cf,
.content-sidebar-wrap,
.carousel-caption-content ul { zoom: 1;}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.blog .entry-title,
.blog .entry-title a,
.category .entry-title,
.category .entry-title a {
	color: #6b8a7f;
	font-size: 18px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #044437;
}

.entry-title a:hover {
	color: #044437;
}

.widget-title {
	color: #044437;
	font-size: 23px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-right: 10px;
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	width: 100%;
	float: left;
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_nav_menu {
	margin-top: 0 !important;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

	.widget_nav_menu .widget-wrap {
		padding: 25px;
		border: 1px solid #b88867;
	}

		.widget_nav_menu li {
			margin: 0;
			padding: 0;
			border: none;
		}

			.widget_nav_menu li a {
				padding: 0 0 0 25px;
				display: block;
				background: url(images/sidebar-nav-bullet.png) 0 6px no-repeat;
				color: #6b8a7f;
				font-family: 'coranto-2', serif;
				font-size: 18px;
			}

			.widget_nav_menu li a:hover,
			.widget_nav_menu li.current-menu-item a,
			.post-type-archive-testimonials .widget_nav_menu li.nav-testimonials a {
				background-position: 0 -20px;
				color: #b07c57;
			}

.widget img.alignnone, .widget .alignnone {
	margin: 0;
	display: block;
	float: right;
}

.home-sidebar-bottom .widget img.alignnone, .home-sidebar-bottom .widget .alignnone {
	margin-bottom: 10px;
}

#widget_tribe_widget_builder_270-4 p {
	margin: 0;
}

.widget-tel,
.widget-email,
.widget-address,
.widget_tribe_widget_builder_257 p {
	padding: 0 0 0 25px;
}

.widget-tel {
	background: url(images/icon-phone.png) 0 3px no-repeat;
}

.widget-email {
	background: url(images/icon-email.png) 0 5px no-repeat;
}

	.widget-email a {
		color: #6b8a7f;
	}

.widget-address {
	background: url(images/icon-address.png) 0 0 no-repeat;
}

.sidebar .widget-dark-green {
	padding: 6px;
	background-color: #70a086 !important;
	color: #fff;
}

	.widget-dark-green-content {
		padding: 20px;
		border: 1px solid #fff;
	}

	.widget-dark-green h2 {
		color: #fff;
	}

.sidebar .widget-green {
	padding: 30px;
	background-color: #cdd7d2 !important;
	color: #6b8a7f;
	font-family: 'coranto-2', serif;
	font-size: 18px;
}

.sidebar .widget-white {
	padding: 0 30px;
	color: #6b8a7f;
	font-family: 'coranto-2', serif;
	font-size: 18px;
}

	.sidebar .widget-green h2,
	.sidebar .widget-white h2 {
		color: #044437;
	}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #044437;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.header-contact {
	height: 32px;
	margin: 0 0 3px;
	padding: 0 25px;
	float: right;
	position: relative;
	background: #b88867;
	color: #fff;
	font-family: 'coranto-2', serif;
	font-size: 14px;
	line-height: 32px;
}

	.header-contact:before,
	.header-contact:after {
		content: '';
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: 0;
		background-image: url(images/header-contact-corners.png);
	}

	.header-contact:before {
		left: 0;
		background-position: 0 0;
	}

	.header-contact:after {
		width: 14px;
		right: 0;
		background-position: -15px 0;
	}

	.header-contact a {
		color: #fff;
	}

.nav-secondary {
	float: right;
	clear: right;
	background-color: transparent !important;
}

	.nav-secondary .genesis-nav-menu a {
		padding: 0 5px;
		font-size: 12px;
	}

.header-wrap {
    height: 117px;
}

.site-header .wrap {
	padding: 5px 0 30px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	width: 303px;
	margin: 0 auto;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	height: 72px;
	display: block;
	background: url(images/logo.png) no-repeat left;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	padding: 8px 30px 6px;
	display: block;
	color: #044437;
	font-family: 'coranto-2', serif;
	font-size: 14px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-top: 1px solid #dae2df;
	border-bottom: 1px solid #dae2df;
}

.nav-primary .genesis-nav-menu a {
	color: #044437;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 30px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.content ul,
.development-block ul,
.house-type-block ul {
	margin: 0 0 10px;
}

	.content ul li,
	.development-block ul li,
	.mobile-development-content ul li,
	.house-type-block ul li {
		padding: 0 0 10px 18px;
		background: url(images/bullet.png) 2px 8px no-repeat;
		list-style-type: none;
	}

.entry-content p a {
	color: #b07c57;
	text-decoration: underline;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	display: none;
}

.single-post .entry-header .entry-meta {
	margin: 0 0 15px;
	display: block;
	color: #b58b6c;
	font-size: 14px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #dae2df;
}

.single-post .entry-footer .entry-meta {
	border: none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.more-link {
	color: #044437;
	font-size: 14px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
	text-align: center;
}

.content .archive-pagination li {
	padding: 0 10px;
	display: inline;
	background: none;
}

.archive-pagination li a {
	color: #6b8a7f;
	cursor: pointer;
	display: inline-block;
	font-family: 'coranto-2', serif;
	font-size: 28px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #b07c57;
}

.pagination-previous a,
.pagination-next a {
	width: 15px;
	height: 0;
	padding: 15px 0 0;
	display: block;
	overflow: hidden;
	background-image: url(images/pager.png);
}

.pagination-next a {
	background-position: -15px 0;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin: 0;
	padding: 0;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 20px;
}

	.sidebar .widget img {
		display: block;
	}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

.footer-widgets-1 {
	margin-right: 60px;
}

/*.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}*/


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	padding: 40px 0 30px;
	background-color: #0a4436;
	color: #fff;
}

	.footer-widgets-1 {
		width: 100%;
		margin: 0;
		text-align: center;
	}

		.footer-widgets-1 p {
			margin: 0;
			font-family: 'coranto-2', serif;
			font-size: 18px;
		}

		.footer-widgets-1 img {
			float: none !important;
			display: inline !important;
		}
		
	.footer-widgets-2 {
	    text-align: center;
	}

	.footer-widgets-2 section.widget,
	.footer-widgets-3 section.widget {
		margin: 0;
	}

	.footer-widgets-2 img.alignnone {
		margin: 0 15px 0 0;
		display: inline;
		float: none;
	}

	.footer-widgets-3 {
		margin: 25px 0 0;
		text-align: right;
	}

		.footer-widgets-3 a {
			color: #fff;
			font-family: 'coranto-2', serif;
			font-size: 14px;
		}

		.footer-widgets-3 a:hover {
			text-decoration: underline;
		}

.site-footer {
	padding: 10px;
	background-color: #fff;
	color: #044437;
	font-family: 'coranto-2', serif;
	font-size: 14px;
	line-height: 1;
}

.site-footer p {
	margin-bottom: 0;
	text-align: center;
}


/* # Home page
---------------------------------------------------------------------------------------------------- */

.carousel-wrap,
.holding-intro-wrap {
	margin: 0 0 80px;
	position: relative;
}

	.carousel,
	.carousel div,
	.holding-intro {
		height: 500px;
	}
	
	.holding-intro {
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	
	.holding-intro .wrap {
	    height: 500px;
	}
	
	    .holding-intro .intro-content {
	        width: 610px;
	        margin-top: 250px;
	        padding: 10px;
	        transform: translateY(-50%);
	        background: #fff;
	        text-align: center;
	    }
	    
	        .holding-intro .intro-content-border {
	            padding: 30px;
	            border: 1px solid #B88867;
	        }
	        
	            .holding-intro .intro-content-border h1 {
	                margin: 0 0 10px;
	                font-size: 40px;
	            }
	        
	            .holding-intro .intro-content-border p:last-child {
	                margin: 0;
	            }

		.carousel div {
			background-position: center center;
			-webkit-background-size: cover;
			background-size: cover;
		}

	.carousel-caption {
		width: 640px;
		margin: 0 0 0 -320px;
		position: absolute !important;
		top: 450px;
		left: 50%;
		background-color: #fff;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}

		.carousel-caption-content {
			padding: 6px;
			background: #fff;
			-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
			box-shadow: 0 0 10px rgba(0,0,0,0.3);
			text-align: center;
		}

			.carousel-caption-content-border {
				padding: 30px 30px 25px;
				border: 1px solid #b88867;
			}

			.carousel-caption-content img {
				margin: 0 auto;
			}

			.carousel-caption-content ul,
			.carousel-caption-content p {
				color: #044437;
				font-family: 'coranto-2', serif;
				font-size: 14px;
			}

			.carousel-caption-content ul {
				width: 400px;
				margin: 0 auto 10px;
			}

				.carousel-caption-content ul li {
					width: 50%;
					padding: 0 0 0 16px;
					float: left;
					background: url(images/bullet.png) 0 7px no-repeat;
					text-align: left;
				}

			.carousel-caption-content p {
				clear: both;
			}

.page-template-holding-page .content-sidebar-wrap {
    display: none;
}

.home-feature-content {
	margin: 0 0 55px;
	padding: 50px 0;
	background: #e6ebe7 url(images/home-feature-content-bg.png) right bottom no-repeat;
	text-align: center;
}

	.home-feature-content .wrap {
		width: 810px;
		color: #044437;
		font-family: 'coranto-2', serif;
		font-size: 24px;
	}

.home-feature-image {
	margin-bottom: 50px;
	text-align: center;
}

	.home-feature-image h2 {
		color: #044437;
	}

	.home-feature-image p {
		width: 620px;
		margin: 0 auto 25px;
		color: #6b8a7f;
	}

	.home-feature-image-wrap {
		position: relative;
	}

		.home-feature-image-wrap a.button {
			margin: 0 0 0 -50px;
			position: absolute;
			left: 50%;
			bottom: 60px;
		}

.featured-news {
	font-size: 15px;
}

	.featured-news-image {
		margin: 0 0 15px;
		padding: 6px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}

		.featured-news img {
			display: block;
			border: 1px solid #b58b6c;
		}

		.featured-news-image a:hover img {
			opacity: 0.8;
		}

	.featured-news h2 {
		color: #044437;
	}

	.featured-news a {
		color: #044437;
		font-family: 'coranto-2', serif;
		font-size: 18px;
	}

.home-sidebar-bottom .widget {
	width: 222px;
	margin: 43px 0 0 30px;
	padding: 10px 0;
	float: left;
	border-top: 1px solid #dac5b5;
	border-bottom: 1px solid #dac5b5;
}

.home-sidebar-bottom .widget:first-child {
	margin-left: 0;
}

	.home-sidebar-bottom .widget:hover img {
		opacity: 0.8;
	}

	.home-sidebar-bottom .widget h3,
	.home-sidebar-bottom .widget a {
		color: #044437;
	}


/* # Pages
---------------------------------------------------------------------------------------------------- */

.below-feature {
	margin: 0;
	padding: 40px 0;
	background: #e6ebe7 url(images/below-feature.png) right bottom no-repeat;
	text-align: center;
}

	.below-feature .wrap {
		width: 810px;
		color: #044437;
		font-family: 'coranto-2', serif;
		font-size: 24px;
	}

.page-feature-image {
	padding: 65px 0 0;
	background: url(images/page-feature-image-border.png) 0 top repeat-x;
}

.featured-testimonial {
	margin: 0 0 90px;
	padding: 40px 0;
	background: #e6ebe7 url(images/featured-testimonial.png) 0 0 no-repeat;
	text-align: center;
}

	.featured-testimonial .wrap {
		width: 810px;
		color: #044437;
		font-family: 'coranto-2', serif;
		font-size: 18px;
	}

		.featured-testimonial .wrap h3 {
			margin: 7px 0 25px;
			color: #b07c57;
			font-family: 'source-sans-pro', sans-serif;
			font-size: 16px;
		}

.content-testimonial {
	margin: 0 0 30px;
	padding: 40px 75px 30px 140px;
	background: #e6ebe7 url(images/content-testimonial.png) 0 bottom no-repeat;
	color: #044437;
	font-family: 'coranto-2', serif;
	font-size: 18px;
}

	.content-testimonial h3 {
		margin: 15px 0 0;
		color: #b07c57;
		font-family: 'source-sans-pro', sans-serif;
		font-size: 16px;
	}

.type-testimonials {
	padding: 0 0 20px;
	border-bottom: 1px solid #dae2df;
}

	.type-testimonials img {
		margin-bottom: 0 !important;
	}

	.testimonial-credit {
		color: #b07c57;
	}

/* # Developments List
---------------------------------------------------------------------------------------------------- */

.development-list {
	margin-bottom: 40px;
	text-align: center;
}

	.development-content {
		padding: 15px 20px 20px;
		display: block;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}

	.development-content:hover {
		color: #fff;
	}

		.development-list h4,
		.development-list span {
			font-family: 'coranto-2', serif;
		}

		.development-list h4 {
			color: #fff;
			font-size: 20px;
		}

		.development-list span {
			font-size: 18px;
		}

	.development-list:hover img {
		opacity: 0.7;
	}

	.development-list:hover h4 {
		text-decoration: underline;
	}


/* # Development
---------------------------------------------------------------------------------------------------- */

.feature-image {
	height: 430px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

	.feature-intro,
	.widget_nav_menu {
		margin: 75px 0 0;
		padding: 6px;
		background: #fff;
	}

		.feature-intro-border {
			padding: 35px 25px;
			border: 1px solid #b88867;
		}

			.feature-intro p:last-child {
				margin: 0;
			}

.development-block {
	margin: 0 0 40px;
}

.development-overview {
	padding: 0 0 40px;
	border-bottom: 1px solid #dae2df;
}

	.development-overview-location .first {
		clear: none;
	}

.development-block-last {
	margin: 0;
	padding: 0;
	border: none;
}

.tabs {
	float: left;
}

.tabs a.tab,
.tabs a.tab-ht,
.ral-tabs .ral-tab {
	margin: 0 5px 40px 0;
	padding: 5px 25px 4px;
	float: left;
	background-color: #b7cec1;
	color: #2d7050;
	font-family: 'coranto-2', serif;
	font-size: 12px;
	text-transform: uppercase;
}

	.single-development.postid-113 .tabs a.tab,
	.single-development.postid-113 .tabs a.tab-ht,
	.single-development.postid-113 .ral-tabs .ral-tab,
	.development-113 a.tab,
	.development-113 a.tab-ht {
		background-color: #E9B3B5;
		color: #A7163E;
	}

	.single-development.postid-113 .sidebar .widget-dark-green,
	.development-113 .sidebar .widget-dark-green {
		background-color: #A7163E !important;
	}

		.single-development.postid-113 .sidebar .widget-dark-green h2,
		.development-113 .sidebar .widget-dark-green h2 {
			color: #fff !important;
		}

		.single-development.postid-113 .sidebar .widget-dark-green .button-white,
		.single-development.postid-113 h1,
		.development-113 h1 {
			color: #A7163E;
		}

		.single-development.postid-113 .two-thirds h2,
		.single-development.postid-113 .two-thirds h3,
		.single-development.postid-113 .two-thirds h4,
		.development-113 h2,
		.development-113 h3,
		.development-113 h4 {
			color: #A80F3D;
		}
		
	.single-development.postid-2227 .tabs a.tab,
	.single-development.postid-2227 .tabs a.tab-ht,
	.single-development.postid-2227 .ral-tabs .ral-tab,
	.development-2227 a.tab,
	.development-2227 a.tab-ht {
		background-color: #bec9bb;
		color: #596356;
	}
	
	.development-2227.tabs a.tab-ht.current,
	.development-2227.tabs a.tab-ht:hover {
		background-color: #596356 !important;
		color: #fff;
	}

	.single-development.postid-2227 .sidebar .widget-dark-green,
	.development-2227 .sidebar .widget-dark-green {
		background-color: #596356 !important;
	}

		.single-development.postid-2227 .sidebar .widget-dark-green h2,
		.development-2227 .sidebar .widget-dark-green h2 {
			color: #fff !important;
		}

		.single-development.postid-2227 .sidebar .widget-dark-green .button-white,
		.single-development.postid-2227 h1,
		.development-2227 h1 {
			color: #596356;
		}

		.single-development.postid-2227 .two-thirds h2,
		.single-development.postid-2227 .two-thirds h3,
		.single-development.postid-2227 .two-thirds h4,
		.development-2227 h2,
		.development-2227 h3,
		.development-2227 h4 {
			color: #596356;
		}
		
	.single-development.postid-1362 .tabs a.tab,
	.single-development.postid-1362 .tabs a.tab-ht,
	.single-development.postid-1362 .ral-tabs .ral-tab,
	.development-1362 a.tab,
	.development-1362 a.tab-ht {
		background-color: #54274e;
		color: #fff;
	}
	
	.development-1362.tabs a.tab-ht.current,
	.development-1362.tabs a.tab-ht:hover {
		background-color: #54274e !important;
		color: #fff;
	}

	.single-development.postid-1362 .sidebar .widget-dark-green,
	.development-1362 .sidebar .widget-dark-green {
		background-color: #54274e !important;
	}

		.single-development.postid-1362 .sidebar .widget-dark-green h2,
		.development-1362 .sidebar .widget-dark-green h2 {
			color: #fff !important;
		}

		.single-development.postid-1362 .sidebar .widget-dark-green .button-white,
		.single-development.postid-1362 h1,
		.development-1362 h1 {
			color: #54274e;
		}

		.single-development.postid-1362 .two-thirds h2,
		.single-development.postid-1362 .two-thirds h3,
		.single-development.postid-1362 .two-thirds h4,
		.development-1362 h2,
		.development-1362 h3,
		.development-1362 h4 {
			color: #54274e;
		}

	.single-development.postid-107 .tabs a.tab,
	.single-development.postid-107 .tabs a.tab-ht,
	.single-development.postid-107 .ral-tabs .ral-tab,
	.development-107 a.tab,
	.development-107 a.tab-ht {
		background-color: #E2D8C3;
		color: #B5A16B;
	}

	.single-development.postid-107 .sidebar .widget-dark-green,
	.development-107 .sidebar .widget-dark-green {
		background-color: #B5A16B !important;
	}

		.single-development.postid-107 .sidebar .widget-dark-green h2,
		.development-107 .sidebar .widget-dark-green h2 {
			color: #fff !important;
		}

		.single-development.postid-107 .sidebar .widget-dark-green .button-white,
		.single-development.postid-107 h1,
		.development-107 h1 {
			color: #B5A16B;
		}

		.single-development.postid-107 .two-thirds h2,
		.single-development.postid-107 .two-thirds h3,
		.single-development.postid-107 .two-thirds h4,
		.development-107 h2,
		.development-107 h3,
		.development-107 h4 {
			color: #B5A268;
		}

.tabs a.tab:hover,
.tabs a.tab.current,
.tabs a.tab.override,
.tabs a.tab-ht:hover,
.tabs a.tab-ht.current,
.ral-tabs .ral-tab:hover,
.ral-tabs .ral-tab.current {
	position: relative;
	background-color: #70a086;
	color: #fff;
}

	.single-development.postid-113 .tabs a.tab:hover,
	.single-development.postid-113 .tabs a.tab.current,
	.single-development.postid-113 .tabs a.tab.override,
	.single-development.postid-113 .tabs a.tab-ht:hover,
	.single-development.postid-113 .tabs a.tab-ht.current,
	.single-development.postid-113 .ral-tabs .ral-tab:hover,
	.single-development.postid-113 .ral-tabs .ral-tab.current,
	.development-113 a.tab:hover,
	.development-113 a.tab-ht:hover,
	.development-113 a.tab.current,
	.development-113 a.tab-ht.current {
		background-color: #A7163E;
		color: #fff;
	}

	.single-development.postid-107 .tabs a.tab:hover,
	.single-development.postid-107 .tabs a.tab.current,
	.single-development.postid-107 .tabs a.tab.override,
	.single-development.postid-107 .tabs a.tab-ht:hover,
	.single-development.postid-107 .tabs a.tab-ht.current,
	.single-development.postid-107 .ral-tabs .ral-tab:hover,
	.single-development.postid-107 .ral-tabs .ral-tab.current,
	.development-107 a.tab:hover,
	.development-107 a.tab-ht:hover,
	.development-107 a.tab.current,
	.development-107 a.tab-ht.current {
		background-color: #B5A16B;
		color: #fff;
	}

.development-site-plan,
.development-house-types,
.development-specification,
.development-block.no-override {
	display: none;
}

.development-block.override {
	display: block;
}

.tabs a.tab.current:after,
.tabs a.tab.override:after,
.ral-tabs a.ral-tab.current:after {
	content: '';
	width: 0;
	height: 0;
	margin: 0 0 0 -7px;
	position: absolute;
	left: 50%;
	bottom: -14px;
	border-width: 7px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #70a086;
}

/* purple */
.single-development.postid-1362 .tabs a.tab.current:after,
.single-development.postid-1362 .tabs a.tab.override:after,
.single-development.postid-1362 .ral-tabs a.ral-tab.current:after,
.tabs a.tab.current[style*="background-color:#54274e"]:after {

	border-top-color:#54274e;
}

	.single-development.postid-107 .tabs a.tab.current:after,
	.single-development.postid-107 .tabs a.tab.override:after,
	.single-development.postid-107 .ral-tabs a.ral-tab.current:after {
		border-top-color: #B5A16B;
	}

	/* red */
	.single-development.postid-113 .tabs a.tab.current:after,
	.single-development.postid-113 .tabs a.tab.override:after,
	.single-development.postid-113 .ral-tabs a.ral-tab.current:after,
	.tabs a.tab.current[style*="background-color:#E9B3B5"]:after {
		border-top-color: #A7163E;
	}

.slick-slider button {
	width: 30px;
	height: 0;
	margin: -15px 0 0;
	padding: 30px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	overflow: hidden;
	background-color: transparent;
	background-image: url(images/gallery-arrows.png);
	background-repeat: no-repeat;
}

	.slick-slider button.slick-prev {
		left: 15px;
		background-position: 0 0;
	}

	.slick-slider button.slick-next {
		right: 15px;
		background-position: -30px 0;
	}

.sub-plan {
	display: none;
	position: relative;
}

.development-cta .wrap h3 {
	color: #044437;
	font-family: 'coranto-2', serif;
	font-size: 24px;
}

.development-cta .wrap p {
	color: #1d1d1b;
	font-family: 'source-sans-pro', sans-serif;
	font-size: 15px;
}

.dot {
	width: 13px;
	height: 13px;
	position: absolute;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}

.site-plan-key {
	margin: 0 12px 30px 0;
	float: left;
}

	a.show-main-plan {
		display: none;
	}

	.site-plan-key span {
		width: 20px;
		height: 20px;
		margin: 2px 5px 0 0;
		display: block;
		float: left;
		background: #06483A;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
	}

	.site-plan-key-available span {
		background: #06483A;
	}

	.site-plan-key-reserved span {
		background: #E89C30;
	}

	.site-plan-key-sold span {
		background: #C53E3E;
	}

	.site-plan-key-show-home span {
		background: #21B7D9;
	}

	.site-plan-key-not-available span {
		background: #54274F;
	}

.single-development main.content {
	display: none;
}

/* # House type
---------------------------------------------------------------------------------------------------- */

.single-house-type .content-sidebar-wrap {
	padding-bottom: 0;
}

.house-type-block {
	margin-bottom: 40px;
	padding: 0;
}

.house-type-plans {
	padding: 30px;
	border: 1px solid #dae2df;
}

	.house-plans {
		width: 640px;
		padding: 0 30px 0 0;
		border-right: 1px solid #dae2df;
	}

	.house-dimentions {
		width: 240px;
	}

		.house-dimentions .button {
			margin: 0 0 10px;
			display: block;
			text-align: center;
		}

		.house-dimentions .button:hover {
			color: #fff;
		}

.sidebar .one-third {
	margin: 0 0 20px;
}

.select-house-type ul li {
	margin: 0;
	padding-bottom: 0;
	background-position: 2px 11px;
}

	.select-house-type ul ul li {
		margin: 0;
		padding-bottom: 0;
	}

		.select-house-type ul ul li a {
			color: #1d1d1b;
			font-family: 'source-sans-pro', sans-serif;
			font-size: 15px;
		}

/* # Gallery
---------------------------------------------------------------------------------------------------- */

.gallery-list {
	background: #3a675a;
	color: #fff;
	font-family: 'coranto-2', serif;
	font-size: 20px;
}

	.gallery-list img {
		display: block;
	}

	.gallery-list p a {
		color: #fff;
		font-size: 20px;
	}

	.gallery-list a.button {
		color: #3a675a;
	}

.gallery-thumb {
	float: left;
	margin: 0 0 10px 10px;
}

.gallery-thumb.first {
	margin-left: 0;
}

	.gallery-thumb img {
		display: block;
	}


/* # Past projects
---------------------------------------------------------------------------------------------------- */

.past-project {
	margin: 0 0 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #dae2df;
}

.project-thumb {
	margin: 0 0 0 20px;
	float: left;
}

.project-thumb.first {
	margin: 0;
}


/* # Contact form
---------------------------------------------------------------------------------------------------- */

.gform_wrapper,
.gforms_confirmation_message {
	padding: 10px;
	background: #6b8a7f url(images/form-bg.png) right bottom no-repeat;
}

	.gform_wrapper form,
	.gform_confirmation_wrapper {
		padding: 30px;
		border: 1px solid #fff;
	}

		.gform_wrapper h3.gform_title,
		.entry-content .gform_wrapper h3.gform_title,
		.gform_confirmation_message {
			color: #fff;
			font-weight: 500;
		}

		.gform_wrapper .top_label .gfield_label,
		.entry-content .gform_wrapper .top_label .gfield_label {
			display: none !important;
		}

		.gform_wrapper .top_label .show-label .gfield_label,
		.entry-content .gform_wrapper .top_label .show-label .gfield_label {
			display: block !important;
		}

		.gform_wrapper li.gfield,
		.entry-content .gform_wrapper li.gfield {
			margin: 0 0 20px;
			padding: 0;
			background: none;
			list-style-type: none !important;
		}

			.gform_wrapper .top_label .ginput_container input,
			.gform_wrapper .top_label .ginput_container textarea,
			.entry-content .gform_wrapper .top_label .ginput_container input,
			.entry-content .gform_wrapper .top_label .ginput_container textarea {
				padding: 6px 10px;
				border: none;
				color: #044437;
				font-family: 'coranto-2', serif;
				font-size: 12px;
			}

			.gform_wrapper .top_label .ginput_container select {
				font-family: 'coranto-2', serif;
				font-size: 12px;
			}

		.gform_wrapper .gform_footer,
		.entry-content .gform_wrapper .gform_footer {
			margin: 0;
			padding: 0;
		}

		.gform_wrapper .gform_footer input.button,
		.gform_wrapper .gform_footer input[type=submit],
		.entry-content .gform_wrapper .gform_footer input.button,
		.entry-content .gform_wrapper .gform_footer input[type=submit] {
			font-size: 12px;
		}

		.gform_wrapper li.gfield.gfield_error,
		.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
		.entry-content .gform_wrapper li.gfield.gfield_error,
		.entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
			margin: 0 !important;
			background: none !important;
			border: none !important;
		}

		.gform_wrapper .gfield_description.validation_message {
			margin: 0 !important;
			padding: 0 !important;
			color: #9e0000 !important;
		}

		.gform_wrapper div.validation_error {
			margin: 0 0 20px !important;
			padding: 0 !important;
			border: none !important;
			color: #9e0000 !important;
			font-size: 18px !important;
		}

.simplemodal-container {
	min-height: 90% !important;
}

	.simplemodal-container #fancybox-close {
		top: 15px;
    	right: 14px;
		display: block;
		text-indent: -9999px;
	}

.modal li.gfield,
.modal-refer li.gfield {
	width: 50% !important;
	float: left;
	clear: none !important;
}

.modal li.gfield.cb,
.modal-refer li.gfield.cb {
	clear: both !important;
}

	.modal li.gfield .ginput_container,
	.modal-refer li.gfield .ginput_container {
		margin: 0 !important;
	}

	.modal li.gfield input,
	.modal li.gfield select,
	.modal-refer li.gfield input,
	.modal-refer li.gfield select {
		width: 90% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.modal li.gfield.wide select,
	.modal-refer li.gfield.wide select {
		width: auto !important;
	}

.modal li.gfield.wide ,
.modal-refer li.gfield.wide {
	width: 100% !important;
}

.modal li.gfield.quater,
.modal-refer li.gfield.quater {
	width: 25% !important;
}

.modal li.gfield.nudge,
.modal-refer li.gfield.nudge {
	margin-top: 21px !important;
}

.modal .gform_wrapper .top_label .show-label .gfield_label,
.modal-refer .gform_wrapper .top_label .show-label .gfield_label,
.gform_wrapper .gfield_checkbox li label {
	margin-top: 0;
	color: #fff;
	font-family: 'coranto-2', serif;
	font-size: 12px;
	font-weight: normal;
}


/* # News
---------------------------------------------------------------------------------------------------- */

.widget_categories {
	padding: 0 0 20px 30px;
	border-bottom: 1px solid #dae2df;
}

	.sidebar li.cat-item {
		margin: 10px 0;
	}

	.cat-item a {
		color: #6b8a7f;
		font-family: 'coranto-2', serif;
		font-size: 18px;
	}

	.cat-item a:hover,
	.current-cat a {
		color: #044437;
	}

/* # FAQs
---------------------------------------------------------------------------------------------------- */

ul.faqs li {
	margin: 0 0 20px;
	padding: 0 0 20px;
	background: none;
	border-bottom: 1px solid #dae2df;
}


/* # Homeowners
---------------------------------------------------------------------------------------------------- */

.report-issue {
	margin: 0 0 30px !important;
}

.modal,
.modal-refer {
	display: none;
}

#overlay {
	background-color: #d9d1c3;
}

/* # Holiday Rents & Lets
---------------------------------------------------------------------------------------------------- */

.ral-tabs {
	margin: 0 0 30px;
	float: none;
	border-bottom: 1px solid #dae2df;
}

	.ral-tabs a.ral-tab {
		margin: 0;
		background-color: #6b8a7f;
		color: #fff;
	}

	.ral-tabs a.ral-tab:hover,
	.ral-tabs a.ral-tab.current {
		background-color: #3a675a;
		color: #fff;
	}

		.ral-tabs a.ral-tab:after {
			display: none;
		}

.tabbed {
	display: none;
}

.tabbed-current {
	display: block;
}

.rental-list {
	background-color: #3a675a;
}

/* # Holding Page Specific
---------------------------------------------------------------------------------------------------- */

.alternating-content {
    margin: 0 0 80px;
}

    .alternating-content h2,
    .holding-gallery h2{
        color: #044437;
        font-size: 36px;
    }
    
    .alternating-content p:last-child {
        margin: 0;
    }
    
.holding-gallery {
    margin: 0;
	padding: 80px 0 52px;
	background: #e6ebe7;
}

    .holding-gallery h2{
        margin: 0 0 30px;
    }

    .holding-gallery img {
        margin-bottom: 28px;
        display: block;
    }
    
    
@media screen and (max-width: 700px) {
    
    .header-wrap {
        height: 80px;
    }
    
    .holding-intro-wrap {
        margin: 0 0 40px;
    }
    
        .holding-intro {
            height: auto;
            background-size: auto 220px;
        }
        
        .holding-intro .wrap {
            height: auto;
            padding: 0 20px;
        }
        
            .holding-intro .intro-content {
                width: auto;
                margin: 200px 0 0;
                transform: none;
                background: #FFFFFF;
                box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
                text-align: center;
            }
            
                .holding-intro .intro-content-border h1 {
                    font-size: 30px;
                }
    
    .alternating-content {
        margin: 0 0 40px;
        padding: 0 20px;
    }
    
        .alternating-content img {
            margin-bottom: 20px;
        }
    
        .alternating-content h2,
        .holding-gallery h2{
            font-size: 26px;
        }
        
    .holding-gallery {
    	padding: 40px 20px 20px;
    	background: #e6ebe7;
    }
    
        .holding-gallery .one-third {
            width: calc(50% - 10px);
            margin: 0;
        }
        
        .holding-gallery .one-third.first {
            clear: none;
        }
        
        .holding-gallery .one-third:nth-child(2n+1) {
            clear: both;
            margin-right: 20px;
        }
    
        .holding-gallery img {
            margin-bottom: 20px;
        }
    
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
/*
@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}*/

.birghameast canvas { display:none; }
