/*
 Theme Name:   Lakeside Success
 Description:  The Theme for the Lakeside Success Private Estate
 Author:       Axiom Design Partners
 Author URI:   http://www.axiomdp.com.au
 Template:     Bentuestu
 Version:      1.0.1
 License:      Exclusive Rights to JH Property Developments
 Text Domain:  lakeside
*/

body {
	background: url(img/background-watercolour.jpg) no-repeat top center fixed;
	background-size: cover;
	color: #ffffff;
	font-family: "museo-sans-rounded", "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.15);

}

body[data-page-colour="green"] { background-image:url(img/background-texture-green.jpg); }
body[data-page-colour="blue"] { background-image:url(img/background-texture-blue.jpg); }
body[data-page-colour="orange"] { background-image:url(img/background-texture-orange.jpg); }
body[data-page-colour="red"] { background-image:url(img/background-texture-red.jpg); }
body[data-page-colour="purple"] { background-image:url(img/background-texture-purple.jpg); }

body[data-header-text-colour="dark"] .page-title { 
	color: #666;
	text-shadow: none;
}

body.single-post { 
	text-shadow: none;
}

body[data-header-text-colour="light"] .page-title { color: #fff; }

body[data-logo-colour="green"] .header-wrapper #logo img,
body[data-logo-colour="red"] .header-wrapper #logo img,
body[data-logo-colour="purple"] .header-wrapper #logo img,
body[data-logo-colour="blue"] .header-wrapper #logo img,
body[data-logo-colour="orange"] .header-wrapper #logo img {
	opacity: 0;
}

body[data-logo-colour="green"] .header-wrapper #logo,
body[data-logo-colour="red"] .header-wrapper #logo,
body[data-logo-colour="purple"] .header-wrapper #logo,
body[data-logo-colour="blue"] .header-wrapper #logo,
body[data-logo-colour="orange"] .header-wrapper #logo {
	background: url(img/Header-Logo-Blue@2x.jpg) no-repeat center;
	background-size: cover;
}

body[data-logo-colour="green"] .header-wrapper #logo { background-image: url(img/Header-Logo-Green@2x.jpg); }
body[data-logo-colour="red"] .header-wrapper #logo { background-image: url(img/Header-Logo-Red@2x.jpg); }
body[data-logo-colour="purple"] .header-wrapper #logo { background-image: url(img/Header-Logo-Purple@2x.jpg); }
body[data-logo-colour="blue"] .header-wrapper #logo { background-image: url(img/Header-Logo-Blue@2x.jpg); }
body[data-logo-colour="orange"] .header-wrapper #logo { background-image: url(img/Header-Logo-Orange@2x.jpg); }

@media (max-width: 767px) {
	body {
		background: url(img/background-watercolour-sm.jpg) repeat-y top center scroll;
		background-size: auto;
	}
}

h1, h2, h3, h4, h5, h6, .lead {
	font-family: "expo-serif-pro", Georgia, serif;
	font-weight: 700;
	font-style: italic;
	color: inherit;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 { color: #00a79d; }



h1 {
	font-size: 3em;
	margin: 0 0 1em 0;
	text-transform: none;
	letter-spacing: 0.03em;
	font-weight: 400;
}

h2 {
	font-size: 2.25em;
	margin: 0 0 0.75em 0;
	text-transform: none;
	letter-spacing: 0.03em;
	font-weight: 400;
}

h3 {
	font-size: 1.4286em;
	margin: 0 0 1em 0;
	text-transform: none;
	letter-spacing: 0.03em;
}

p, address { line-height: inherit; }

p:last-child:empty { display: none; }

.subtitle {
	font-family: "museo-sans-rounded", "Open Sans", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.2em;
	font-size: 1.22em;
}

.page-title h2 { 
	color: inherit;
	line-height: 1.1;
}


.single-post .entry-meta .comment-count,
.single-post .entry-meta .meta-sep {
	display: none;
}

.page-title .subtitle {
	color: inherit;
	text-transform: none;
	letter-spacing: 0.05em;
	font-weight: 200;
	line-height: 1.5em;
	
}

.page-title .h2-divider {
	background: #fff;
	margin-bottom: 2em;
}

.page-title hr {
    height: 1px;
    width: 120px;
    background: #eee;
    display: block;
    margin: 35px auto 40px auto;
	border: none;
}


a, a:hover, a:visited, a:active, a:focus { 
	color: inherit;
	font-weight: 500;
	text-decoration: none;
}

.big-text { font-size: 1.1em; }

.lead { letter-spacing: 0.05em; }

.header-wrapper {
    background-color: #ffffff;
    text-shadow: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 100;
	height: 110px;
	padding: 0;
}

.header-wrapper #logo { float:left; }

.header-wrapper #logo.logo-img {
	padding: 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.header-wrapper #logo img { max-height: 147px !important; }


.single-post .post-container { 
	padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.single-post .page-title {
	background-color: #fff !important;
	padding-bottom: 0 !important;
}

.single-post .page-title h2 { 
	color: #00a79d;
	margin-bottom: 0;
}

.single-post .page-title .h2-divider { display: none; }

.single-post .entry-meta.entry-footer {
	    padding-top: 50px;
		margin-top: 50px;
		border-top: 1px solid #e9ecec;
}

.entry-meta.entry-footer span {
	display: block;
	margin-bottom: 1em;
}

.entry-tags > a {
	font-size: 80%;
	display: inline-block;
	background-color: #f6f8f8;
	padding: 0.2em 0.4em 0.2em 1.4em;
	margin-right: 0.4em;
	border-radius: 13px 2px 2px 13px;
	position: relative;
}

.entry-tags > a:before {
	content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.6em;
    left: 0.6em;
}

.entry-tags > a:hover {
	background-color: #00a79d;
	color: #fff;
}

.entry-meta.entry-footer .entry-source {
	
}

.entry-title a, .entry-title a:hover, .entry-title a:visited { color: #00a79d; }

.item-blog .comment-count, .item-blog .meta-sep { display: none; }


ul { list-style: disc; }

ul, ol { padding-left: 30px; }

.nav-collapse li a { color: #00a79d; }

.nav-collapse { margin-right: 0; }

@media screen and (min-width: 769px) {
	
	.nav-collapse li a[href*='register'] { 
		background-color: #00a79d;
		color: #fff;
		line-height: 30px;
		padding: 4px 10px;
		margin-top: 35px;
		border-radius: 4px;
		border: 1px solid #00a79d;
	}

	.nav-collapse li a[href*='register']:hover { 
		box-shadow: 2px 2px 5px rgba(0,0,0,0.15) inset;
		text-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	}
	
}

@media (max-width: 991px) and (min-width: 769px) {
	
	.nav-collapse { 
		width: 100% !important;
		max-width: none !important;
	}
	
	.nav-collapse > ul {
		display: table;
		width: 100%;
	}
	
	.nav-collapse > ul > li {
		display: table-cell !important;
		float: none;
	}
	
	.nav-collapse > ul > li a { text-align: center;	}
	
	.nav-collapse li a[href*='register'] { margin-top: 0; }
	
	.nav-collapse ul ul.sub-menu { top: 100%; }
}

@media screen and (min-width: 769px) {
	.nav-collapse {
		height: 110px;
		float: right;
	}
	
	.nav-collapse li a {
		line-height: 110px;
		font-size: 1.4rem;
	}
}

.block { padding: 6em 0 5em 0; }

.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-top { padding-top: 0 !important; }

.page-template-default .main {
	background-color: #fff;
	color: #666;
	text-shadow: none;
}


.page-content.full-width .post-container {
	border: none;
	padding-bottom: 0;
    margin-bottom: 0;
}

.page-content.full-width { padding: 0; }

.page-title { 
	background-color: transparent;
	padding: 6.6667em 0;
	position: relative;
}

.page-title:after {
	content:"";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: contain !important;
}

body[data-ribbon-posititon="top-right"] .page-title:after {		background: url(img/ribbon-white-top-right.png) no-repeat top right; }
body[data-ribbon-posititon="top-left"] .page-title:after {		background: url(img/ribbon-white-top-left.png) no-repeat top left; }
body[data-ribbon-posititon="bottom-right"] .page-title:after {	background: url(img/ribbon-white-bottom-right.png) no-repeat bottom right; }
body[data-ribbon-posititon="bottom-left"] .page-title:after {	background: url(img/ribbon-white-bottom-left.png) no-repeat bottom left; }


.wp-caption-text {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

.blog .page-title {
	background: none !important;
	color: #fff !important;
}

.entry-meta .published { margin-bottom: 0; }

@media (min-width: 1940px) {
	.page-title:after {
		background-size: auto !important;
	}
}

body[data-page-colour="unset"] .page-title { background-color: #f6f8f8; }

#image-page-title {
	width: 100%;
	overflow: inherit;
}

.page-title h2 { 
	font-size: 3em;
	letter-spacing: 0.03em;
}

.collapse.in { height: auto; }

.well > :last-child { margin-bottom: 0; }

.footer-widgets {
	background-color: #f6f8f8;
	color: #666666;
	text-shadow: none;
	font-size: 0.875em;
}

.footer-widgets h3 {
	color: #00a79d;
}

footer {
	background-color: #333333;
	font-size: 0.875em;
	text-transform: none;
}

footer a, footer a:visited, footer a:link {	color: inherit; }

footer a:active, footer a:hover { color:#00a79d; }

.footer-logo {
	display: block;
	max-width: 526px !important;
	margin: 0 auto 2em auto;
}

.footer-logo img {
	max-width: 526px !important; 
}

#menu-footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #efefef;
}

#menu-footer-menu li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #efefef;
}

#menu-footer-menu li a, #menu-footer-menu li a:visited {
	color: inherit;
	display: block;
	padding: 0.5em 0;
}

#menu-footer-menu li a:hover {
	color: #00a79d;
	text-decoration: none;
}

/* Dividers */

.divider {
    height: 1px;
    width: 120px;
    background: #000;
    display: block;
    margin: 60px auto 60px auto;
}

/* Tabs */

.tab-content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 2em;
	background-color: #fff;
}

.nav-tabs > li a {
	font-family: "expo-serif-pro", Georgia, serif;
	font-weight: bold;
	font-style: italic;
	background-color: #f6f8f8;
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
}

.tab-pane > :last-child { margin-bottom: 0; }


/* Colours */
.texture { 
	background-position:center;
	background-size: cover;
}

.blue { 
	background-color: #00A79D;
	color: #ffffff;
}
.blue.texture { background-image: url(img/background-texture-blue.jpg); }

.blue-text, 
.blue-heading h1, 
.blue-heading h2, 
.blue-heading h3, 
.blue-heading h4, 
.blue-heading h5, 
.blue-heading h6,
body[data-page-colour="blue"] .lead,
body[data-page-colour="blue"] .page-content h1,
body[data-page-colour="blue"] .page-content h2,
body[data-page-colour="blue"] .page-content h3,
body[data-page-colour="blue"] .page-content h4,
body[data-page-colour="blue"] .page-content h5,
body[data-page-colour="blue"] .page-content h6,
a.btn-hover-blue:hover { color: #00A79D; }

.boxed.blue-heading,
.feature-box.blue-heading{ border-bottom-color: #00A79D; }

.purple { 
	background-color: #7B1C6E;
	color: #ffffff;
}
.purple.texture { background-image: url(img/background-texture-purple.jpg); }

.purple-text, 
.purple-heading h1, 
.purple-heading h2, 
.purple-heading h3, 
.purple-heading h4, 
.purple-heading h5, 
.purple-heading h6,
body[data-page-colour="purple"] .lead,
body[data-page-colour="purple"] .page-content h1,
body[data-page-colour="purple"] .page-content h2,
body[data-page-colour="purple"] .page-content h3,
body[data-page-colour="purple"] .page-content h4,
body[data-page-colour="purple"] .page-content h5,
body[data-page-colour="purple"] .page-content h6,
a.btn-hover-purple:hover { color: #7B1C6E; }

.boxed.purple-heading,
.feature-box.purple-heading{ border-bottom-color: #7B1C6E; }

.red {
	background-color: #E12E21;
	color: #ffffff;
}
.red.texture { background-image: url(img/background-texture-red.jpg); }

.red-text, 
.red-heading h1, 
.red-heading h2, 
.red-heading h3, 
.red-heading h4, 
.red-heading h5, 
.red-heading h6,
body[data-page-colour="red"] .lead,
body[data-page-colour="red"] .page-content h1,
body[data-page-colour="red"] .page-content h2,
body[data-page-colour="red"] .page-content h3,
body[data-page-colour="red"] .page-content h4,
body[data-page-colour="red"] .page-content h5,
body[data-page-colour="red"] .page-content h6,
a.btn-hover-red:hover { color: #E12E21; }

.boxed.red-heading, 
.feature-box.red-heading { border-bottom-color: #E12E21; }

.orange {
	background-color: #F89C1B;
	color: #ffffff;
}
.orange.texture { background-image: url(img/background-texture-orange.jpg); }

.orange-text, 
.orange-heading h1, 
.orange-heading h2, 
.orange-heading h3, 
.orange-heading h4, 
.orange-heading h5, 
.orange-heading h6,
body[data-page-colour="orange"] .lead,
body[data-page-colour="orange"] .page-content h1,
body[data-page-colour="orange"] .page-content h2,
body[data-page-colour="orange"] .page-content h3,
body[data-page-colour="orange"] .page-content h4,
body[data-page-colour="orange"] .page-content h5,
body[data-page-colour="orange"] .page-content h6,
a.btn-hover-orange:hover { color: #F89C1B; }

.boxed.orange-heading, 
.feature-box.orange-heading { border-bottom-color: #F89C1B; }

.green {
	background-color: #B4CB2D;
	color: #ffffff;
}
.green.texture { background-image: url(img/background-texture-green.jpg); }

.green-text, 
.green-heading h1, 
.green-heading h2, 
.green-heading h3, 
.green-heading h4, 
.green-heading h5, 
.green-heading h6,
body[data-page-colour="green"] .lead,
body[data-page-colour="green"] .page-content h1,
body[data-page-colour="green"] .page-content h2,
body[data-page-colour="green"] .page-content h3,
body[data-page-colour="green"] .page-content h4,
body[data-page-colour="green"] .page-content h5,
body[data-page-colour="green"] .page-content h6,
a.btn-hover-green:hover { color: #B4CB2D; }

.boxed.green-heading, 
.boxed.green-heading { border-bottom-color: #B4CB2D; }

.white { 
	background-color: #ffffff;
	color: #666666;
	text-shadow: none;
}
.white-text { color: #ffffff; }

.grey, .gray {
	background-color: #f6f8f8;
	color: #666666;
	text-shadow: none;
}

/* Section styles */

.block.ducks-01 {
	background-image: url(img/ducks-walking.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 6em;
}

.block.ducks-01.ducks-red { background-image: url(img/ducks-walking-red.png); }

.ribbon { 
	background-repeat: no-repeat;
}
.ribbon-bottom { background-position: bottom; }
.ribbon-top { background-position: top; } 

.ribbon.ribbon-purple.ribbon-bottom.ribbon-right { background-image:url(img/ribbon-purple-bottom-right.png); } 
.ribbon.ribbon-red.ribbon-bottom.ribbon-right { background-image:url(img/ribbon-red-bottom-right.png); }
.ribbon.ribbon-orange.ribbon-bottom.ribbon-right { background-image:url(img/ribbon-orange-bottom-right.png); }
.ribbon.ribbon-blue.ribbon-bottom.ribbon-right { background-image:url(img/ribbon-blue-bottom-right.png); }
.ribbon.ribbon-green.ribbon-bottom.ribbon-right { background-image:url(img/ribbon-green-bottom-right.png); }
.ribbon.ribbon-grey.ribbon-bottom.ribbon-right { background-image:url(img/ribbon-grey-bottom-right.png); }
.ribbon.ribbon-white.ribbon-bottom.ribbon-right { background-image:url(img/ribbon-white-bottom-right.png); }

.ribbon.ribbon-purple.ribbon-bottom.ribbon-left { background-image:url(img/ribbon-purple-bottom-left.png); }
.ribbon.ribbon-red.ribbon-bottom.ribbon-left { background-image:url(img/ribbon-red-bottom-left.png); }
.ribbon.ribbon-orange.ribbon-bottom.ribbon-left { background-image:url(img/ribbon-orange-bottom-left.png); }
.ribbon.ribbon-blue.ribbon-bottom.ribbon-left { background-image:url(img/ribbon-blue-bottom-left.png); }
.ribbon.ribbon-green.ribbon-bottom.ribbon-left { background-image:url(img/ribbon-green-bottom-left.png); }
.ribbon.ribbon-grey.ribbon-bottom.ribbon-left { background-image:url(img/ribbon-grey-bottom-left.png); }
.ribbon.ribbon-white.ribbon-bottom.ribbon-left { background-image:url(img/ribbon-white-bottom-left.png); } 

.ribbon.ribbon-purple.ribbon-top.ribbon-left { background-image:url(img/ribbon-purple-top-left.png); }
.ribbon.ribbon-red.ribbon-top.ribbon-left { background-image:url(img/ribbon-red-top-left.png); }
.ribbon.ribbon-orange.ribbon-top.ribbon-left { background-image:url(img/ribbon-orange-top-left.png); }
.ribbon.ribbon-blue.ribbon-top.ribbon-left { background-image:url(img/ribbon-blue-top-left.png); }
.ribbon.ribbon-green.ribbon-top.ribbon-left { background-image:url(img/ribbon-green-top-left.png); }
.ribbon.ribbon-grey.ribbon-top.ribbon-left { background-image:url(img/ribbon-grey-top-left.png); }
.ribbon.ribbon-white.ribbon-top.ribbon-left { background-image:url(img/ribbon-white-top-left.png); }

.ribbon.ribbon-purple.ribbon-top.ribbon-right { background-image:url(img/ribbon-purple-top-right.png); }
.ribbon.ribbon-red.ribbon-top.ribbon-right { background-image:url(img/ribbon-red-top-right.png); }
.ribbon.ribbon-orange.ribbon-top.ribbon-right { background-image:url(img/ribbon-orange-top-right.png); }
.ribbon.ribbon-blue.ribbon-top.ribbon-right { background-image:url(img/ribbon-blue-top-right.png); }
.ribbon.ribbon-green.ribbon-top.ribbon-right { background-image:url(img/ribbon-green-top-right.png); }
.ribbon.ribbon-grey.ribbon-top.ribbon-right { background-image:url(img/ribbon-grey-top-right.png); }
.ribbon.ribbon-white.ribbon-top.ribbon-right { background-image:url(img/ribbon-white-top-right.png); }

body[data-page-colour="green"] .page-content {
	background-image:url(img/ribbon-green-bottom-right.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat; 
}

body[data-page-colour="purple"] .page-content {
	background-image:url(img/ribbon-purple-bottom-left.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat; 
}

body[data-page-colour="red"] .page-content {
	background-image:url(img/ribbon-red-bottom-right.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat; 
}

body[data-page-colour="orange"] .page-content {
	background-image:url(img/ribbon-orange-bottom-left.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat; 
}

body[data-page-colour="blue"] .page-content {
	background-image:url(img/ribbon-blue-bottom-right.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat; 
}



/* Special Styles */
.follower {	position: relative; }

.follower.ducks-01:after {
	content: url(img/ducks-flying.png);
	position: absolute;
	bottom: 100%;
}

/* Buttons */

.btn { padding: 0.5em 1.5em; }

.btn-lg { margin: 3px 0; }

.btn-default {
	background-color: rgba(0,0,0,0.15);
	border-color: #ffffff;
	color: #fff; 
	text-shadow: none;
}

.btn-default:hover {
	color: #00a79d;
	background-color: #fff;
}

.purple .btn-default:hover { color: #7b1c6e; }
.red .btn-default:hover { color: #e12e21; }
.orange .btn-default:hover { color: #f89c1b; }
.green .btn-default:hover { color: #b4cb2d; }

.white .btn-default, .grey .btn-default, .gray .btn-default {
	border-color: #00A79D;
	color: #00A79D;
	background-color: transparent;
}

.white .btn-default:hover, .grey .btn-default:hover, .gray .btn-default:hover {
	color: #FFFFFF;
	background-color: #00a79d;
}


/* Download Lists */

.download-list { 
	padding: 0;
	list-style: none;
}

.download-list li  {
	display: block;
	margin: 0;
	padding: 0;
}

.download-list > li {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 0.5em 1em;
}

.download-list > li:last-child { border-radius: 0 0 4px 4px; }

.download-list > li:first-child {
	border-top: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}

.download-list > li:hover {
	text-decoration: none;
	background-color: #f6f8f8;
}

/* File Type Icons */

a[href$=".pdf"]:before {
	content:"\f1c1";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 0.5em; 
}

a[href$=".doc"]:before, a[href$=".docx"]:before {
	content:"\f1c2";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 0.5em; 
}

a[href$=".xls"]:before, a[href$=".xlsx"]:before {
	content:"\f1c3";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 0.5em; 
}


a[href$=".ppt"]:before, a[href$=".pptx"]:before {
	content:"\f1c4";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 0.5em; 
}

a[href$=".jpg"]:before, a[href$=".png"]:before {
	content:"\f1c5";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 0.5em; 
}

/* Forms */

.wpcf7 input, .wpcf7 input:focus { 
	float: none;
	background-color: #eee;
	border: 1px solid #eee;
}
.wpcf7 .wpcf7-submit { 
	
	background: #00A79D;
    color: #fff;
    font-size: inherit;
    text-transform: none;
    padding: 0.5em 1.5em;
    border: 1px solid #00A79D;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
	line-height: 2em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget .wpcf7 .wpcf7-submit { 
	width: auto !important;
}

.wpcf7 .wpcf7-submit:focus {
	padding: 0.5em 1.5em;
	outline: none;
	border: 1px solid #00A79D;
}

.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:focus {
	background-color: transparent !important;
	color: #00a79d;
}

.white .wpcf7 .wpcf7-submit:hover, .white .wpcf7 .wpcf7-submit:focus {
	background-color: #fff !important;
}

.wpcf7 .wpcf7-submit:active { 
	background-color: #fff !important;
	outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.wpcf7 input {
	width: 100%; 
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 input:focus, .wpcf7 textarea:focus { 
	font-size: 1em; 
	padding: 0.75em 1em;
}

.wpcf7 .wpcf7-response-output {
    margin: 2em -2em -2em -2em;
    padding: 1em 2em;
	border-radius: 0;
	border-top: 1px solid #faebcc;
}

.widget .wpcf7-form { margin-bottom: -15px; }

.wpcf7-form.invalid input.wpcf7-not-valid, .wpcf7-form.invalid textarea.wpcf7-not-valid, .wpcf7-form input:focus:invalid:focus, .wpcf7-form textarea:focus:invalid:focus { border-color: #ddd; }

.wpcf7-form.invalid .form-group.has-error input.wpcf7-not-valid, 
.wpcf7-form.invalid .form-group.has-error textarea.wpcf7-not-valid, 
.wpcf7-form .form-group.has-error input:focus:invalid:focus, 
.wpcf7-form .form-group.has-error textarea:focus:invalid:focus { border-color: red; }

select.form-control { height: 54px; }

.radio, .checkbox { padding-left: 1.3em; }
.radio label, .checkbox label { padding-left: 0; }

.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
	margin: 0;
	float: none;
	left: 0;
	top: 0.25em;
	width: auto !important;
	display: block;
}

/* Full-width Images */

img.full-width {
	width: 100%;
	height: auto;
	padding: 0;
}

/* Blobs */

.blob {
	position: relative;
	margin-bottom: 1em;
}

.blob.alignleft {
	left: -20px;
}

.blob.alignright {
	right: -20px;
}

/* Sidebar Widgets */

#sidebar { 
	font-size: 0.875em;
	padding-left: 2em;
}

#sidebar .widget {
	padding: 2em;
	background-color: #f6f8f8;
	border-radius: 4px;
	border-bottom: 4px solid;
	margin-bottom: 2em;
}

#sidebar .widget-title {
	font-size: 1.3em;
	text-transform: none;
	letter-spacing: 0.03em;
	color: inherit;
	margin-bottom: 0.5em;
}

#sidebar .widget .textwidget a {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: 2em;
}

#sidebar .widget .btn-default {
	background-color: #00a79d;
	color: #fff;
	border-color: #00a79d;
}

#sidebar .widget .btn-default:hover {
	background-color: transparent !important;
	color: #00a79d;
}

#sidebar .widget .btn-default:active { background-color: #fff !important; }

#sidebar .widget ul { border-top: 1px solid #eee; }

#sidebar .widget ul li { 
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
}

.widget_recent_entries .post-date {
	font-size: 0.7em;
}

#sidebar .widget ul li a {
	display: block;
	padding: 0.2em 0;
}

#sidebar .widget_recent_entries ul li a { padding-bottom: 0; }

#sidebar .widget ul li a:hover { color: #111; }



/* First Sidebar Widget - Purple */
#sidebar .widget:nth-child(5n+1) { border-bottom-color: #7B1C6E; }
#sidebar .widget:nth-child(5n+1) .widget-title, 
#sidebar .widget:nth-child(5n+1) .btn-default:hover,
#sidebar .widget:nth-child(5n+1) .wpcf7 .wpcf7-submit:hover,
#sidebar .widget:nth-child(5n+1) .wpcf7 .wpcf7-submit:focus { color: #7b1c6e; }
#sidebar .widget:nth-child(5n+1) .btn-default, 
#sidebar .widget:nth-child(5n+1) .wpcf7 .wpcf7-submit {	border-color: #7B1C6E; background-color: #7B1C6E; }

/* Second Sidebar Widget- Orange*/
#sidebar .widget:nth-child(5n+2) { border-bottom-color: #F89C1B; }
#sidebar .widget:nth-child(5n+2) .widget-title, 
#sidebar .widget:nth-child(5n+2) .btn-default:hover,
#sidebar .widget:nth-child(5n+2) .wpcf7 .wpcf7-submit:hover,
#sidebar .widget:nth-child(5n+2) .wpcf7 .wpcf7-submit:focus { color: #F89C1B; }
#sidebar .widget:nth-child(5n+2) .btn-default, 
#sidebar .widget:nth-child(5n+2) .wpcf7 .wpcf7-submit {	border-color: #F89C1B; background-color: #F89C1B; }

/* Third Sidebar Widget - Green */
#sidebar .widget:nth-child(5n+3) { border-bottom-color: #B4CB2D; }
#sidebar .widget:nth-child(5n+3) .widget-title, 
#sidebar .widget:nth-child(5n+3) .btn-default:hover,
#sidebar .widget:nth-child(5n+3) .wpcf7 .wpcf7-submit:hover,
#sidebar .widget:nth-child(5n+3) .wpcf7 .wpcf7-submit:focus { color: #B4CB2D; }
#sidebar .widget:nth-child(5n+3) .btn-default, 
#sidebar .widget:nth-child(5n+3) .wpcf7 .wpcf7-submit {	border-color: #B4CB2D; background-color: #B4CB2D; }

/* Forth Sidebar Widget - Blue */
#sidebar .widget:nth-child(5n+4) { border-bottom-color: #00a79d; }
#sidebar .widget:nth-child(5n+4) .widget-title { color: #00a79d; }

/* Fifth Sidebar Widget - Red */
#sidebar .widget:nth-child(5n+5) { border-bottom-color: #E12E21; }
#sidebar .widget:nth-child(5n+5) .widget-title, 
#sidebar .widget:nth-child(5n+5) .btn-default:hover,
#sidebar .widget:nth-child(5n+5) .wpcf7 .wpcf7-submit:hover,
#sidebar .widget:nth-child(5n+5) .wpcf7 .wpcf7-submit:focus { color: #E12E21; }
#sidebar .widget:nth-child(5n+5) .btn-default, 
#sidebar .widget:nth-child(5n+5) .wpcf7 .wpcf7-submit {	border-color: #E12E21; background-color: #E12E21; }

/* Boxed Content */

.boxed, .home-news-widget {
	padding: 2em;
	background-color: #f6f8f8;
	border-radius: 4px;
	border-bottom: 4px solid;
	margin-bottom: 2em;
	font-size: 0.777em;
	position:relative;
}

@keyframes fadeBoxes {
	0% {
		opacity: 0;
		left: -3em;
	}
	
	100% {
		opacity: 1;
		left: 0;
	}
}

.boxed:not(.invisible) {
	animation-name: fadeBoxes;
	animation-duration: 0.3s;
	animation-iteration-count: 1;
	animation-timing-function:ease;
}

.boxed > :last-child { margin-bottom: 0; }

.max-height { 
	margin-bottom: 0;
}

.feature-box:not(.home-news-widget) { padding-bottom: 6em; }

.feature-box h3 {
	font-size: 3.2em;
	margin-bottom: 0.25em;
	line-height: 1.1em;
}

.feature-box .btn {
	position: absolute;
	left: 2em;
	bottom: 2em;
}

.boxed .btn-default {
	background-color: #00a79d;
	color: #fff;
}

.boxed .btn-default:hover {
	background-color: transparent !important;
	color: #00a79d;
}

.boxed.green-heading .btn-default {
	background-color: #b4cb2d;
	border-color: #b4cb2d
}

.boxed.green-heading .btn-default:hover { color: #b4cb2d; }

.boxed.purple-heading .btn-default {
	background-color: #7b1c6e;
	border-color: #7b1c6e
}

.boxed.purple-heading .btn-default:hover { color: #7b1c6e; }

.boxed.red-heading .btn-default {
	background-color: #e12e21;
	border-color: #e12e21
}

.boxed.red-heading .btn-default:hover { color: #e12e21; }

.boxed.orange-heading .btn-default {
	background-color: #f89c1b;
	border-color: #f89c1b
}

.boxed.orange-heading .btn-default:hover { color: #f89c1b; }

.latest-post-selection {
	border-top: 1px solid #eee !important;
}

.latest-post-selection article {
	border: none !important;
	border-bottom: 1px solid #eee !important;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 2em 0 !important;
}

.latest-post-selection article h1 { 
	font-size: 1.5em !important;
}

.latest-post-selection article em {
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0.5em;
	display: block;
}

.latest-post-selection article em i { display: none; }

.latest-post-selection article img { 
	margin: 0 0 2em 0 !important;
}

.latest-post-selection article p {
	margin-bottom: 0;
}

.latest-post-selection article a:after {
	content: " Continue Reading...";
	white-space: nowrap;
	color: #fff;
	display: inline-block; 
	clear: both;
	padding: 0.5em 1em;
	background-color: #00A79D;
	font-size: 80%;
	border-radius: 4px;
	border: 1px solid #00A79D;
	margin-top: 1em;
}

.latest-post-selection article a:hover:after {
	color: #00A79D;
	background-color: #fff; 
}

.home-news-widget {	
	background-color: transparent;
	border: none !important;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}


/* Stage Colours */
.tab-pane.stage-1 h3 { color: #FBC900 !important ; }
.tab-pane.stage-2 h3 { color: #e94883 !important ; }
.tab-pane.stage-3 h3 { color: #0090D4 !important ; }
.tab-pane.stage-4 h3 { color: #E42312 !important ; }
.tab-pane.stage-5 h3 { color: #EF7C00 !important ; }
.tab-pane.stage-6 h3 { color: #B4CB2D !important ; }
.tab-pane.stage-7 h3 { color: #7B1C6E !important ; }
.tab-pane.stage-8 h3 { color: #00A79D !important ; }


/* Responsive Tweaks */

@media (max-width: 1199px) {
	body { 
		font-size: 16px;
		line-height: 1.5em;
	}
	
	p, address { line-height: 1.5em; }
	
	.block { padding: 4em 0 3em 0; }
	
	select.form-control { height: 48px; }
	
	.boxed p {
		font-size: 120%;
	}
	
}

@media (max-width: 991px) {
	body { font-size: 14px; }
	
	.feature-box h3 { font-size: 2.8em; }
	
	
	
	#sidebar { padding-left: 0; }
	
	.header-wrapper { height: auto; }
	
	.header-wrapper #logo { 	
		height: 110px;
		position: relative;
		float: none;
		background: none !important;
	}
	
	.header-wrapper #logo.logo-img {
		-webkit-box-shadow: none; 
		box-shadow: none;
	}
	
	.header-wrapper #logo:before {
		content: '';
		background: url(img/Header-Logo-sm.png) no-repeat center;
		background-size: contain;
		width: 260px;
		height: 110px;
		position: absolute;
		left: 0;
		left: calc(50% - 110px);
	}
	
	.header-wrapper #logo img { 
		display: none;
	}
	
	.follower.ducks-01:after { display: none; }
	
	.nav-toggle { 
		margin: 30px 15px 0 0;
		background-color: transparent;
	}
	
	.nav-collapse { height: auto; }
	
	.nav-collapse.opened + .nav-toggle { margin-top: 5px; }
	
	.nav-collapse li a { 
		padding: 0 20px 20px 20px;
		line-height: 1em;
	}
	
	select.form-control { height: 43px; }
	
	.footer-logo {
		max-width: 400px !important;
		margin: 0 auto 3em auto;
	}
	
	.footer-logo img { max-width: 400px !important; }
}

@media (max-width: 767px) {
	
	.header-wrapper {
		background: url(img/background-texture-blue-xs.jpg);
		background-position: top;
	}
	
	.header-wrapper .col-md-3 { float: left; }
	
	.header-wrapper #logo.logo-img {
		height: 70px;
		background: url(img/Header-Logo-xs.png) no-repeat center left !important;
		background-size: contain !important;
		width: 250px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.nav-toggle { 
		background-color: transparent;
		margin-top: 0;
	}
	
	.hamburger-box {
		width: 24px;
	}
	
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 24px;
		height: 4px;
		background-color: #fff;
		border-radius: 0;
		position: absolute;
	}
	
	.nav-collapse { background: none; }
	.nav-collapse li { 
		margin-bottom: 1px; 
		border: none;
		background-color: rgba(255,255,255,0.2);
	}
	
	.nav-collapse li.tap ul.sub-menu li {
		    background-color: rgba(255,255,255,0.2);
			padding-left: 0; 
	}
	.nav-collapse li.tap ul.sub-menu li:first-child { border-top-color: #00A79D; }
	
	.nav-collapse li a { 
		color: #ffffff;
		padding-top: 20px;
	}
	
	.nav-collapse li a:hover, .nav-collapse li a :focus { 
		color: #00A79D;
		background-color: #fff;
	}
	
	.header-wrapper #logo { 	height: auto; }
	
	.header-wrapper #logo:before {
		content: '';
		display: none;
	}
	
	.home #gallery { display: none; }
	
	.page-title { 
		background-color: #fafafa;
		padding: 3em 0;
	}
		
	body[data-header-text-colour="light"] .page-title { 
		color: #666;
		text-shadow: none;
	}
	
	body[data-header-text-colour="light"] .fullimage-container.page-title,
	body[data-header-text-colour="light"] .fullimage-container.page-title h2 { color: #fff; }
	
	body .page-title:after { display: none !important; }
	
	.page-title h2 { line-height: 1.15em; } 
	
	body[data-page-colour="red"] .page-title h2 { color: #E12E21; }
	body[data-page-colour="blue"] .page-title h2 { color: #00A79D; }
	body[data-page-colour="green"] .page-title h2 { color: #B4CB2D; }
	body[data-page-colour="orange"] .page-title h2 { color: #F89C1B; }
	body[data-page-colour="purple"] .page-title h2 { color: #7B1C6E; }
	
	
	.page-title .h2-divider { display: none; }
	
	.page-title .entry-meta { 
		color: inherit;
		text-shadow: none;
	}
	
	body .page-content { background-image: none !important; }
	
	
	.blob { display: none; }
	
	footer .pull-left, footer .pull-right {	width: 100%; }
	
	.footer-widgets { 
		font-size: 1em;
		text-align: center;
	}
	
	.footer-widgets .widget_nav_menu { display: none; }
	.footer-logo { max-width: 320px !important; }
}

@media (max-width: 374px) {
	.header-wrapper #logo.logo-img { width: 220px; }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), 
       (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), 
       (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), 
       (max-width: 767px) and (min-device-pixel-ratio: 1.3), 
       (max-width: 767px) and (min-resolution: 192dpi), 
       (max-width: 767px) and (min-resolution: 2dppx) {
         
}

.gallery-row { margin-bottom: 0 !important;}