/******************************************************************
Theme Name: Total Health Physio
Author: Rhys Hughes
Author URI: https://rhyshughes.com.au/
Version: 2.0.32
******************************************************************/
@font-face {
		font-family: 'Apercu Pro';
		src: url("ApercuPro.eot");
		src: local("Apercu Pro"), local("ApercuPro"), url("assets/fonts/ApercuPro.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ApercuPro.woff2") format("woff2"), url("assets/fonts/ApercuPro.woff") format("woff#header-wrapper .top-bar-widget a"), url("assets/fonts/ApercuPro.ttf") format("truetype");
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Apercu Pro';
		src: url("ApercuPro-Medium.eot");
		src: local("Apercu Pro Medium"), local("ApercuPro-Medium"), url("assets/fonts/ApercuPro-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ApercuPro-Medium.woff2") format("woff2"), url("assets/fonts/ApercuPro-Medium.woff") format("woff"), url("assets/fonts/ApercuPro-Medium.ttf") format("truetype");
		font-weight: 500;
		font-style: normal;
}

/*********************
GENERAL STYLES
*********************/
body {
		color: #333;
		background-color: #fff;
		font-weight: 400;
		font-family: "Apercu Pro", sans-serif;
		overflow-x: hidden;
}

.border {
		border: 1px solid #f9f9f9;
}

.transition {
		transition: background 0.2s ease,padding 0.8s linear;
}

html, body {
		height: 100%;
}

.off-canvas-wrapper-inner {
		background: #fff;
}

.logo img {
		image-rendering: -webkit-optimize-contrast;
}

table {
		margin-top: 20px;
}

table td {
		vertical-align: top;
}

table th {
		text-align: left;
}

/*********************
LINK STYLES
*********************/
a {
		color: #59bf97;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}

a:hover {
		color: #59bf97;
}

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
		font-family: "Apercu Pro", sans-serif;
		color: #333;
		margin: 2rem 0 1.5rem;
		text-transform: none;
		letter-spacing: 0.025rem;
		line-height: 1.2;
		font-weight: bold;
}

h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong {
		font-weight: 400;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a {
		color: #333;
		text-decoration: none;
}

h1 {
		font-size: 2.1rem;
		margin-top: 0;
		text-transform: none;
}

h2 {
		font-size: 1.8rem;
}

h2 strong {
		color: #333;
		font-weight: 400;
}

h3 {
		font-size: 1.7rem;
		text-transform: none;
		color: #59bf97;
		font-weight: normal;
}

h4 {
		font-size: 1.3rem;
}

h5 {
		font-size: 1.1rem;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.accordion-content {
		color: #333;
}

#main {
		padding: 0;
		margin: 0;
}

#content {
		z-index: 9;
}

#content .cell > h2:after {
		content: '';
		width: 65px;
		height: 3px;
		margin: 0;
		background: #59bf97;
		display: block;
		position: relative;
		margin: 15px 0;
}

#content p.lead {
		font-size: 1.1rem;
}

#content td, #content li, #content p {
		font-size: 1rem;
}

#content .entry-content h2:first-child,
#content .entry-content h3:first-child,
#content .entry-content h4:first-child,
#content .entry-content h5:first-child,
#content .entry-content h6:first-child {
		margin-top: 0;
}

.byline {
		color: #999;
}

/* entry content */
.entry-content {
		padding-top: 0px;
		overflow: hidden;
}

.entry-content dd {
		margin-left: 0;
		font-size: .9em;
		color: #787878;
		margin-bottom: 1.5em;
}

.entry-content img {
		max-width: 100%;
		height: auto;
		margin-bottom: 20px;
}

.entry-content video, .entry-content object {
		max-width: 100%;
		height: auto;
}

.entry-content pre {
		background: #f9f9f9;
		border: 1px solid #cecece;
		padding: 10px;
}

/* end .entry-content */
.wp-caption {
		max-width: 100%;
		background: #f9f9f9;
		padding: 5px;
		/* images inside wp-caption */
}

.wp-caption img {
		max-width: 100%;
		margin-bottom: 0;
		width: 100%;
}

.wp-caption p.wp-caption-text {
		font-size: .85em;
		margin: 4px 0 7px;
		text-align: center;
}

.button, button, a.button, .wpcf7 input[type=submit] {
		background-color: #59bf97;
		color: #fff;
		padding: 15px 20px;
		text-transform: uppercase;
		line-height: 1.2;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		letter-spacing: 1px;
		font-weight: bold;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px !important;
}

.button.jumbo, button.jumbo, a.button.jumbo, .wpcf7 input[type=submit].jumbo {
		font-size: 1.2rem;
		padding: 15px 30px;
}

.button:hover, button:focus, a.button:hover, .button:focus, .wpcf7 input[type=submit]:hover {
		background-color: #fa565d;
		color: #fff;
}

a.button-alt {
		background-color: transparent;
		border: 1px solid #59bf97;
		color: #59bf97;
}

a.button-alt:hover {
		border: 1px solid #59bf97;
		background-color: #59bf97;
}

a.button-alt-white {
		background-color: transparent;
		border: 2px solid #fff;
		color: #fff;
}

#content .post-container {
		padding-bottom: 20px;
		margin-bottom: 40px;
		position: relative;
}

#main .gfield_checkbox li input {
		margin: 5px 0 0 0;
		padding: 0;
}

#main .gfield_checkbox li label {
		font-size: 0.85rem;
}

.subpage-list li {
		list-style: none;
}

.subpage-list li a:before {
		font-family: 'FontAwesome';
		content: "\f105";
		position: absolute;
		top: 10px;
		left: 5px;
		color: #59bf97;
}

.subpage-list li a {
		display: block;
		margin-bottom: 5px;
		border: 1px solid #eee;
		position: relative;
		padding-left: 25px;
		font-size: 1.2rem;
		padding: 10px 10px 10px 25px;
}

#content .pagination {
		text-align: center;
}

#content .pagination a {
		display: inline-block;
		float: none;
}

#content .pagination li a {
		color: #59bf97;
		line-height: inherit;
		border: 1px solid #ccc;
}

#content .pagination li {
		display: inline-block;
		float: none;
}

.pagination span {
		display: inline-block;
		float: none;
		margin: 0 10px;
}

.pagination span.current {
		background-color: #59bf97;
		margin: 0;
}

.pagination a:hover {
		color: black;
}

.button-group li:first-child {
		margin-right: 10px;
}

.inline-list {
		margin: 1rem auto 1.0625rem auto;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
}

.inline-list > li {
		list-style: none;
		float: none;
		margin-left: 10px;
		display: inline-block;
}

.inline-list > li:first-child {
		margin-left: 0 !important;
}

.inline-list > li > * {
		display: inline-block;
}

#main ul.arrow-list {
		list-style: none;
}

ul.arrow-list li {
		list-style: none;
		position: relative;
		padding-left: 25px;
		margin-bottom: 5px;
}

ul.arrow-list li:before {
		font-family: 'FontAwesome';
		content: "\f054";
		position: absolute;
		top: 0;
		left: 0;
		color: #59bf97;
}

ul.bullet-list {
		margin: 0;
}

ul.bullet-list li {
		list-style: none;
		position: relative;
		padding-left: 15px;
		margin-bottom: 5px;
		border-bottom: 1px dashed #999;
		padding-bottom: 5px;
}

ul.bullet-list li:before {
		font-family: 'FontAwesome';
		content: "\f111";
		position: absolute;
		top: 7px;
		left: 0;
		color: #fa565d;
		font-size: 0.5rem;
}

img.alignright, img.alignleft, img.aligncenter {
		display: block;
		margin: 0 0 20px 0;
}

@media (min-width: 64em) {
		img.alignright {
				float: right;
				margin: 0 0 30px 30px;
		}
		img.alignleft {
				float: left;
				margin: 0 30px 30px 0;
		}
		img.aligncenter {
				margin: 0 auto 20px;
				display: block;
		}
}

ul.check-list {
		margin: 0;
}

ul.check-list li {
		list-style: none;
		position: relative;
		padding-left: 0;
		margin-bottom: 5px;
}

ul.check-list li:before {
		font-family: 'FontAwesome';
		content: "\f058";
		position: relative;
		color: #59bf97;
		font-size: 1rem;
		margin-right: 5px;
}

ul.heart-list {
		margin: 0 0 1rem;
}

ul.heart-list li {
		list-style: none;
		position: relative;
		padding-left: 30px;
		margin-bottom: 5px;
		font-size: 1.3rem;
}

ul.heart-list li:before {
		content: "";
		position: absolute;
		width: 20px;
		height: 15px;
		background: url(assets/images/thp-heart.svg) no-repeat 0 0;
		background-size: 20px;
		margin-left: -30px;
		top: 5px;
}

ul.split-list {
		margin: 0;
		padding: 0;
}

ul.split-list:after {
		content: "";
		display: table;
		clear: both;
}

ul.split-list li {
		list-style: none;
		position: relative;
		padding-left: 10px;
		margin-bottom: 10px;
}

ul.split-list li:before {
		content: "";
		position: absolute;
		width: 20px;
		height: 15px;
		background: url(assets/images/thp-heart.svg) no-repeat 0 0;
		background-size: 20px;
		margin-left: -30px;
		top: 5px;
}

@media (min-width: 64em) {
		ul.split-list .sub-list {
				float: left;
				width: 47%;
		}
}

#main ol {
		list-style: number;
}

#main ol li {
		margin-left: 20px;
		margin-bottom: 0.5rem;
}

.gallery-item {
		float: left;
		width: 30%;
		margin-right: 10px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
		/* Firefox 18- */
		color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
		/* Firefox 19+ */
		color: #999;
}

:-ms-input-placeholder {
		color: #999;
}

.row-expanded.collapse > .column, .row-expanded.collapse > .columns {
		padding-left: 0;
		padding-right: 0;
}

.primary {
		color: #59bf97;
}

.secondary {
		color: #fa565d;
}

.tertiary {
		color: #000;
}

#main td, #main th {
		border: 1px solid #ddd;
}

.fadein {
		opacity: 0;
}

.loaded .fadein {
		opacity: 1;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}

input[type=text],
input[type=password] {
		box-sizing: border-box !important;
}

.accordion-panel .accordion-title {
		font-size: 1.2rem;
		line-height: 1.5;
		color: #333;
		padding-right: 30px;
}

.accordion-panel .accordion-title:before {
		color: #59bf97;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar .widget {
		margin-bottom: 50px;
		padding: 20px;
		background-color: #f9f9f9;
}

.sidebar .widget h4, .sidebar .widget h4.widgettitle {
		color: #59bf97;
		text-transform: uppercase;
		font-family: "Apercu Pro", sans-serif;
		font-size: 1.3rem;
		margin-top: 0;
}

.sidebar .widget.darkbg {
		background-color: #59bf97;
		color: #fff;
}

.sidebar .widget.darkbg a.button, .sidebar .widget.darkbg p, .sidebar .widget.darkbg a, .sidebar .widget.darkbg h4, .sidebar .widget.darkbg h4.widgettitle {
		color: #fff;
}

.sidebar .widget .button {
		margin-bottom: 0;
}

.sidebar .gform_widget {
		padding: 0;
}

.sidebar ul.menu {
		margin: 0;
		padding: 0;
}

.sidebar ul.menu li {
		display: block;
		list-style: none;
		position: relative;
		padding-left: 5px;
		margin-bottom: 5px;
}

.sidebar ul.menu li:before {
		font-family: 'FontAwesome';
		content: "\f054";
		position: absolute;
		top: 3px;
		font-size: 0.85rem;
		left: 0;
		color: #fa565d;
}

.sidebar ul.menu li a {
		padding-top: 5px;
		border-bottom: 1px solid #ccc;
		color: #59bf97;
}

.sidebar ul.menu li a:hover {
		color: #fa565d;
}

.sidebar ul, .sidebar li {
		list-style: none;
		margin: 0;
		padding: 0;
}

.sidebar li a {
		color: #333;
}

.sidebar li a:hover {
		color: #59bf97;
}

.sidebar .widget_recent_entries li {
		font-size: 0.9rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 1.3;
}

.sidebar .widget_search {
		padding: 20px 0;
}

.sidebar .widget_search .screen-reader-text {
		display: none;
}

.sidebar .widget_search label, .sidebar .widget_search input {
		display: inline-block;
}

.sidebar .widget_search label {
		width: 60%;
}

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
		background: #fff;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
		/* number of comments span */
}

#respond ul {
		margin-left: 0;
}

.commentlist {
		/* general comment classes */
		/* vcard */
		/* end .commentlist .vcard */
		/* comment meta */
		/* comment content */
		/* end .commentlist .comment_content */
		/* comment reply link */
		/* end .commentlist .comment-reply-link */
}

.commentlist li {
		position: relative;
		clear: both;
		overflow: hidden;
		list-style-type: none;
		margin-bottom: 1.5em;
		padding: .7335em 10px;
		/* end .commentlist li ul.children */
}

.commentlist li:last-child {
		margin-bottom: 0;
}

.commentlist li ul.children {
		margin: 0;
		/* variations */
		/* change number for different depth */
}

.commentlist li[class*=depth-] {
		margin-top: 1.1em;
}

.commentlist li.depth-1 {
		margin-left: 0;
		margin-top: 0;
}

.commentlist li:not(.depth-1) {
		margin-left: 10px;
		margin-top: 0;
		padding-bottom: 0;
		background: #e7e7e7;
}

.commentlist li.depth-3 {
		background: #dadada;
}

.commentlist .vcard {
		margin-left: 50px;
}

.commentlist .vcard cite.fn {
		font-weight: 700;
		font-style: normal;
}

.commentlist .vcard time {
		float: right;
}

.commentlist .vcard time a {
		color: #999;
		text-decoration: none;
}

.commentlist .vcard time a:hover {
		text-decoration: underline;
}

.commentlist .vcard img.avatar {
		position: absolute;
		left: 10px;
		padding: 2px;
		border: 1px solid #cecece;
		background: #fff;
}

.commentlist .comment_content p {
		margin: .7335em 0 1.5em;
		font-size: 1em;
		line-height: 1.5em;
}

.commentlist .comment-reply-link {
		border-style: solid;
		border-width: 0;
		cursor: pointer;
		font-weight: 400;
		line-height: normal;
		margin: 0 0 1.25rem;
		position: relative;
		text-decoration: none;
		text-align: center;
		-webkit-appearance: none;
		border-radius: 0;
		display: inline-block;
		padding-top: .875rem;
		padding-right: 1.75rem;
		padding-bottom: .9375rem;
		padding-left: 1.75rem;
		font-size: .8125rem;
		background-color: #008CBA;
		border-color: #007095;
		color: #FFF;
		transition: background-color 400ms ease-out;
		float: right;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
		background-color: #007095;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
		color: #FFF;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
		margin: 1.5em 10px;
		padding-bottom: 2.2em;
}

.respond-form form {
		margin: .75em 0;
}

.respond-form form li {
		list-style-type: none;
		clear: both;
		margin-bottom: .7335em;
}

.respond-form form li label, .respond-form form li small {
		display: none;
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
		padding: 3px 6px;
		background: #efefef;
		border: 2px solid #cecece;
		line-height: 1.5em;
		/* form validation */
}

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
		background: #fff;
}

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
		outline: none;
		border-color: #fbc2c4;
		background-color: #f6e7eb;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		box-shadow: none;
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
		max-width: 400px;
		min-width: 250px;
}

.respond-form form textarea {
		resize: none;
		width: 97.3%;
		height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
		margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
		margin: 1.5em 10px .7335em 0;
}

/* no comments */
.nocomments {
		margin: 0 20px 1.1em;
}

@media print {
		/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
		* {
				background: transparent !important;
				color: #000 !important;
				text-shadow: none !important;
				filter: none !important;
				-ms-filter: none !important;
		}
		a, a:visited {
				color: #444 !important;
				text-decoration: underline;
		}
		a:after, a:visited:after {
				content: " (" attr(href) ")";
		}
		a abbr[title]:after, a:visited abbr[title]:after {
				content: " (" attr(title) ")";
		}
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
				content: "";
		}
		pre, blockquote {
				border: 1px solid #999;
				page-break-inside: avoid;
		}
		thead {
				display: table-header-group;
		}
		tr, img {
				page-break-inside: avoid;
		}
		img {
				max-width: 100% !important;
		}
		@page {
				margin: .5cm;
		}
		p, h2, h3 {
				orphans: 3;
				widows: 3;
		}
		h2, h3 {
				page-break-after: avoid;
		}
		.sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
				display: none;
		}
}

/*********************
HEADER STYLES
*********************/
.top-bar {
		background: transparent;
		position: relative;
}

.header {
		z-index: 999;
		position: relative;
}

#wrapper {
		max-width: 120rem;
		margin: 0 auto;
}

#header {
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
		padding-bottom: 10px;
}

#header-wrapper .logo {
		text-align: left;
		max-width: 400px;
		margin: 40px 0 0;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}

#header-wrapper .logo img {
		image-rendering: crisp-edges;
}

#header-wrapper .logo-scroll {
		display: none;
}

#header-wrapper .is-stuck {
		background-color: #fff;
}

#header-wrapper .is-stuck .logo {
		display: none;
}

#header-wrapper .is-stuck .logo-scroll {
		display: block;
		margin: 20px 0 20px;
		max-width: 340px;
}

#header-wrapper .top-bar-widget {
		position: absolute;
		top: 15px;
		right: 25px;
		padding: 5px 0;
		line-height: 1;
		z-index: 2;
		text-transform: uppercase;
}

#header-wrapper .top-bar-widget a {
		color: #000;
		font-size: 1rem;
		font-weight:bold;
}

#header-wrapper .top-bar-widget a span,
#header-wrapper .top-bar-widget a .fal {
		color: #59bf97;
}

#header-wrapper .top-bar-widget a span {
		font-weight: bold;
}

#mobile-header {
		padding: 0;
		background-color: #fff;
}

#mobile-header #mobile-topbar {
		padding: 5px 10px 0;
}

#mobile-header #mobile-topbar a {
		color: #777;
		letter-spacing: 0.125rem;
		font-size: 1.1rem;
}

#mobile-header #mobile-topbar a span, #mobile-header #mobile-topbar a .fal {
		color: #59bf97;
}

#mobile-header #mobile-topbar a:hover {
		color: #f1585d;
}

#mobile-header #mobile-topbar .textwidget {
		text-align: right;
}

#mobile-header .logo {
		margin: 15px 0 15px 0;
}

#mobile-header a.nav-toggle {
		color: #59bf97;
		display: block;
}

#off-canvas {
		outline: 0;
		border: 0;
		background-color: #000;
}

#off-canvas > .menu:first-child {
		margin-top: 50px;
}

#off-canvas li a {
		color: #fff;
		padding: 15px;
		text-transform: uppercase;
}

#off-canvas li a:after {
		border-color: #59bf97 transparent transparent;
}

#off-canvas li a:hover {
		color: #59bf97;
}

#off-canvas li ul li a {
		border: 0;
		font-size: 0.9em;
		padding: 15px 10px 15px 30px;
}

#off-canvas .menu .active > a {
		color: #fff;
		background: transparent;
}

#off-canvas #close-button {
		font-size: 2em;
		background: transparent;
		top: 0;
		display: none;
		margin: 0;
		padding: 0 10px 0 0;
		line-height: 1;
		color: #fa565d;
}

#off-canvas .top-bar-widget {
		color: #fff;
		padding: 25px 15px;
}

#off-canvas .top-bar-widget a {
		color: #fff;
		letter-spacing: 0.125rem;
}

#off-canvas .top-bar-widget a .fal {
		color: #fa565d;
}

.is-stuck {
		animation-duration: 0.3s;
		animation-name: fadeIn;
}

/*********************
NAVIGATION STYLES
*********************/
#primary-nav {
		position: relative;
		background-color: transparent;
		padding: 20px 0 0 0;
		border-bottom: 0;
}

#primary-nav #menu-primary-menu-1 {
		text-align: center;
		display: block;
		background: transparent;
}

.is-stuck #primary-nav #menu-primary-menu-1 {
		margin-top: 20px;
}

#primary-nav #menu-primary-menu-1 > li {
		float: none;
		display: inline-block;
		vertical-align: middle;
}

#primary-nav #menu-primary-menu-1 > li.current-menu-item a {
		color: #59bf97;
}

#primary-nav #menu-primary-menu-1 > li.is-dropdown-submenu-parent > a::after {
		border-color: #fff transparent transparent;
}

#primary-nav #menu-primary-menu-1 > li > a {
		color: #000;
		padding: 10px 20px;
		display: block;
		text-transform: none;
		font-size: 1.1rem;
		font-weight: bold;
		text-transform: none;
}

#primary-nav #menu-primary-menu-1 > li > a:hover {
		background: transparent;
		color: #59bf97;
}

#primary-nav #menu-primary-menu-1 > li .submenu {
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
		background: #fff;
		border: 0;
		padding: 20px 10px;
		border: 2px solid #59bf97;
}

@media (min-width: 64em) {
		#primary-nav #menu-primary-menu-1 > li .submenu {
				min-width: 300px;
		}
}

#primary-nav #menu-primary-menu-1 > li .submenu li a {
		text-transform: none;
		font-weight: bold;
		color: #000;
		text-align: left;
		font-size: 1rem;
}

#primary-nav #menu-primary-menu-1 > li .submenu li a:hover {
		color: #59bf97;
}

#primary-nav #menu-primary-menu-1 > li .submenu li.current-menu-item a {
		color: #59bf97;
}

.menu .active > a {
		background-color: transparent;
}

#wrapper .gform_wrapper {
		margin: 0;
		width: 100% !important;
}

#wrapper .gform_wrapper .gform_body {
		width: 100%;
}

#wrapper .gform_wrapper h2.gsection_title {
		border: 0;
		color: #59bf97;
		margin-bottom: 20px;
}

@media (min-width: 64em) {
		#wrapper .gform_wrapper h2.gsection_title {
				font-size: 2rem;
		}
}

#wrapper .gform_wrapper .gsection {
		border: 0;
}

#wrapper .gform_wrapper ul.gform_fields {
		list-style: none outside none;
		margin: 0;
		padding: 15px 15px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}

#wrapper .gform_wrapper li.gfield {
		margin: 0 0 5px;
		background-image: none;
		padding: 0;
		flex: 0 0 100%;
}

#wrapper .gform_wrapper li.gfield.gf_left_half, #wrapper .gform_wrapper li.gfield.gf_right_half {
		flex: 0 0 49%;
}

#wrapper .gform_wrapper li.gfield.gform_validation_container {
		display: none;
}

#wrapper .gform_wrapper li:before {
		content: none !important;
}

#wrapper .gform_wrapper div.validation_error {
		color: red !important;
		font-size: 0.75em !important;
		font-weight: normal !important;
		line-height: 1 !important;
		margin: 0 0 5px 0 !important;
		border-color: red !important;
		padding: 15px;
		text-align: center;
}

#wrapper .gform_wrapper li.gfield_error {
		padding: 0 !important;
		max-width: 100% !important;
}

#wrapper .gform_wrapper li.gfield_error input.medium {
		border: 1px solid red !important;
}

#wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
		margin: 0 !important;
}

#wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		padding-left: 0 !important;
}

#wrapper .gform_wrapper .gfield_description {
		padding: 0 !important;
		margin: 5px 0 5px 0 !important;
		color: #777;
}

#wrapper .gform_wrapper .validation_message {
		display: none;
}

#wrapper .gform_wrapper .gform_confirmation_wrapper {
		background: #fff;
		padding: 20px;
		min-height: 340px;
		margin: 50px 0;
		display: flex;
		align-items: center;
}

#wrapper .gform_wrapper .medium,
#wrapper .gform_wrapper input[type="text"],
#wrapper .gform_wrapper select,
#wrapper .gform_wrapper textarea {
		font-size: 1rem !important;
		color: #333;
		width: 100%;
		padding: 10px 10px !important;
		margin: 0;
		box-shadow: none;
		position: relative;
		border: 1px solid #ddd;
		background: #fff;
		height: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0 !important;
}

#wrapper .gform_wrapper .gform_heading {
		font-size: 1rem;
}

#wrapper .gform_wrapper .textarea {
		height: 150px !important;
		padding: 10px !important;
}

#wrapper .gform_wrapper .gform_page_footer {
		border: 0 !important;
}

#wrapper .gform_wrapper .gform_footer,
#wrapper .gform_wrapper .gform_page_footer {
		text-align: left;
		padding: 5px 15px 20px;
		width: 100%;
		text-align: center;
}

#wrapper .gform_wrapper .gform_footer .button,
#wrapper .gform_wrapper .gform_page_footer .button {
		margin: 0;
		position: relative;
		font-size: 1.5rem;
		line-height: 1;
		border: 0;
		padding: 15px 35px;
		margin: 0;
		width: 100%;
		background: #59bf97;
		color: #fff;
}

#wrapper .gform_wrapper .gform_footer .button:hover,
#wrapper .gform_wrapper .gform_page_footer .button:hover {
		background: #fa565d;
		color: #fff;
}

#wrapper .gform_wrapper label {
		font-size: 1rem;
		color: #333;
		font-weight: normal;
}

#wrapper .gform_wrapper li.hidden_label label {
		display: none;
}

#wrapper .gform_wrapper h3.gform_title {
		color: #59bf97;
		text-transform: none;
		font-family: "Apercu Pro", sans-serif;
		font-size: 1.5rem;
		margin: 0 0 30px;
}

#wrapper .gform_wrapper .gform_button {
		text-align: center;
		padding: 15px 30px;
}

#wrapper .gform_wrapper img.gform_ajax_spinner {
		display: none !important;
}

#wrapper .gform_wrapper body ul li.field_description_below div.ginput_container_radio,
#wrapper .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
		margin-top: 5px;
		margin-bottom: 0;
}

#wrapper .gform_wrapper body ul li.field_description_below div.ginput_container_radio input,
#wrapper .gform_wrapper ul li.field_description_below div.ginput_container_checkbox input {
		margin: 0;
}

#wrapper .gform_wrapper ::-webkit-input-placeholder {
		color: #333;
}

#wrapper .gform_wrapper :-moz-placeholder {
		color: #333;
}

#wrapper .gform_wrapper ::-moz-placeholder {
		color: #333;
}

#wrapper .gform_wrapper :-ms-input-placeholder {
		color: #333;
}

#wrapper .gform_wrapper ::-ms-input-placeholder {
		color: #333;
}

#wrapper .gform_wrapper ::placeholder {
		color: #333;
}

#wrapper .gform_wrapper ::placeholder {
		color: #333;
}

#wrapper .referral-form_wrapper {
		background-color: #f9f9f9;
		padding: 20px;
		border: 1px solid #ccc;
}

#wrapper .referral-form_wrapper li.gfield {
		margin: 0 0 15px;
}

/*********************
HOME
*********************/
body.home #main {
		padding: 0;
}

#home-featured {
		padding-top: 0;
		background-size: cover;
		background-position: 0 0;
}


@media (max-width: 64em) {
		#home-featured {
				background-image: none !important;
		}
		#home-icon-grid.layout-panel.large-icon-grid a{padding:29px 15px;}
}

@media all and (max-width:835px) {
    #home-icon-grid.layout-panel.large-icon-grid a{padding:10px 15px;}   
}

@media all and (max-width:481px) {
    #home-icon-grid.layout-panel.large-icon-grid a{padding:35px 15px;}   
}

@media all and (max-width:415px) {
    #home-icon-grid.layout-panel.large-icon-grid a{padding:15px 15px;}   
}

#home-featured .featured-image {
		margin-bottom: 20px;
}

#home-featured .feature-text {
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1;
		color: #333;
}

@media (min-width: 64em) {
		#home-featured .feature-text {
				color: #fff;
				padding-bottom: 20px;
		}
}

#home-featured .feature-text img {
		margin-top: 20px;
}

#home-featured .feature-text ul {
		margin: 0;
}

@media (min-width: 64em) {
		#home-featured .feature-text ul.sub-list {
				width: 50%;
		}
}

#home-featured .feature-text ul li {
		list-style: none;
		position: relative;
		padding-left: 30px;
		margin-bottom: 5px;
}

@media (min-width: 64em) {
		#home-featured .feature-text ul li {
				font-size: 1.3rem;
		}
}

#home-featured .feature-text ul li:before {
		content: "";
		position: absolute;
		width: 20px;
		height: 15px;
		background: url(assets/images/thp-heart.svg) no-repeat 0 0;
		background-size: 20px;
		margin-left: -30px;
		top: 5px;
}

@media (min-width: 64em) {
		#home-featured .feature-text ul li:before {
				top: 10px;
		}
}

#home-featured .feature-text h1 {
		color: #333;
		text-transform: uppercase;
		font-weight: 300;
		position: relative;
		font-size: 1rem;
		margin: 0;
}

@media (min-width: 64em) {
		#home-featured .feature-text h1 {
				margin: 0 0 10px;
				font-size: 1.4rem;
				color: #fff;
		}
}

#home-featured .feature-text h2 {
		font-size: 2rem;
		color: #59bf97;
		margin: 0;
		letter-spacing: 0.125rem;
}

@media (min-width: 64em) {
		#home-featured .feature-text h2 {
				color: #fff;
				font-size: 3rem;
		}
}

#home-featured .feature-text h3 {
		font-size: 1rem;
		color: #333;
		letter-spacing: 0;
		margin: 0 0 20px;
		font-weight: normal;
}

@media (min-width: 64em) {
		#home-featured .feature-text h3 {
				color: #fff;
				margin-top: 30px;
				font-size: 1.2rem;
		}
}

#wrapper #gform_wrapper_1 {
		margin-top: 0;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

#wrapper #gform_wrapper_1 .custom-header,
#wrapper #gform_wrapper_1 .enquiry-form {
		margin: 0;
}

#wrapper #gform_wrapper_1 h2.gsection_title {
		margin-top: 30px !important;
}

#wrapper #gform_wrapper_1 .gsection {
		padding-bottom: 10px !important;
}

#wrapper #gform_wrapper_1 #gform_1 {
		background: rgba(255, 255, 255, 0.8);
		border-top: 0;
		border-bottom: 0;
		margin: 0;
		padding: 0;
		color: #fff;
		position: relative;
		display: block;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		border-radius: 6px !important;
}

#wrapper #gform_wrapper_1 #gform_1 li.gfield {
		margin-bottom: 0;
}

#wrapper #gform_wrapper_1 #gform_1 .textarea {
		height: 80px !important;
}

#wrapper #gform_wrapper_1 #gform_1 .gform_footer {
		padding-bottom: 20px;
		margin-top: 20px;
		padding-top: 0;
}

#wrapper #gform_wrapper_1 #gform_1 .custom-header {
		background: #ef5a60;
		padding-top: 15px;
		border-radius: 6px 6px 0 0;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
}

#wrapper #gform_wrapper_1 #gform_1 .custom-header:after{
    position:absolute;
    width:15px;
    height:15px;
    background:#ef5a60;
    content:'';
    bottom:-7px;
    left:50%;
    transform:translate(-50%,0) rotate(45deg);
    -webkit-transform:translate(-50%,0) rotate(45deg);
}

#wrapper #gform_wrapper_1 #gform_1 .custom-header p {
		font-size: 0.85rem;
		max-width: 245px;
		display: block;
		margin: 0 auto 15px;
		line-height: 1.2;
}

#wrapper #gform_wrapper_1 #gform_1 .custom-header h2 {
		font-size: 1.4rem;
		color: #fff;
		font-weight:bold;
		margin: 0 0 10px;
}

#wrapper #gform_wrapper_1 #gform_1 .custom-header h2 a {
		color: #fff;
}

#wrapper #gform_wrapper_1 #gform_1 ul.gform_fields {
		padding: 110px 15px 0;
}

#wrapper .image-and-text .inner {
		padding: 10px;
}

#wrapper .image-and-text .button {
		margin-bottom: 0;
		min-width: 300px;
}

.owl-stage-outer {
		padding-top: 0;
}

.owl-nav {
		margin-top: 10px;
		text-align: center;
		top: 50%;
		width: 100%;
		position: absolute;
		margin-top: -50px;
}

.owl-nav > div {
		display: inline-block;
		color: #59bf97;
		position: absolute;
		font-size: 4rem;
}

.owl-nav .owl-prev {
		left: 0;
}

.owl-nav .owl-next {
		right: 0;
}

#home-partners {
		text-align: center;
		background: #fff;
		margin: 0;
		padding: 30px 0;
	    border-bottom: 5px solid #58C097;
}

#home-partners h2 {
		margin-bottom: 10px;
		font-size: 1.5rem;
		text-transform: uppercase;
}

@media (min-width: 64em) {
		#home-partners h2 {
				margin: 0;
				font-size: 1.1rem;
		}
}

#home-partners img {
		max-height: 55px;
		width: auto;
		max-width: 150px;
		image-rendering: -webkit-optimize-contrast;
		display: block;
		margin: 0 auto;
}

#home-partners .owl-carousel .owl-stage {
		display: flex;
		align-items: center;
}

#home-partners .owl-nav > div .fa {
		font-size: 2em;
		color: #ccc;
}

#home-partners .owl-nav > div {
		margin-top: -8px;
}

#home-partners .owl-item {
		text-align: center;
}

#home-partners .owl-prev {
		width: 15px;
		position: absolute;
		top: 40%;
		margin-left: -20px;
}

#home-partners .owl-next {
		width: 15px;
		height: 100px;
		position: absolute;
		top: 40%;
		right: -25px;
}

#home-cta {
		background: #000;
		background-size: cover;
		background-position: center top;
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 0;
}

#home-cta .mask {
		position: relative;
		padding: 40px 0;
		background: rgba(0, 0, 0, 0.45);
}
#home-cta h2:after{
    left:50%;
    transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    margin-top:28px;
}

@media all and (max-width:1024px){
#home-cta h2:after{margin-top:15px;}    
}

@media (min-width: 64em) {
		#home-cta .mask {
				padding: 250px 0 100px;
		}
}

#home-cta h2 {
		margin: 0 0 15px;
		color: #fff;
}

@media (min-width: 64em) {
		#home-cta h2 {
				max-width: 800px;
				font-size: 2.4rem;
				display: block;
				margin: 0 auto 30px;
		}
}

#home-cta p {
		text-transform: none;
}

@media (min-width: 64em) {
		#home-cta p {
				max-width: 600px;
				display: block;
				margin: 0 auto 30px;
				font-size: 1.3rem;
				line-height: 1.5;
		}
}

#home-services {
		text-align: center;
		margin-bottom: 0;
		padding: 40px 0 20px;
		background: #f9f9f9;
}

#home-services h2 {
		text-transform: uppercase;
}

@media (min-width: 64em) {
		#home-services h2 {
				font-size: 2rem;
		}
}

#home-services img {
		width: auto;
		display: block;
		text-align: center;
		margin: 0 auto;
}

#home-services a {
		display: block;
		text-align: center;
}

#home-services .cell {
		position: relative;
		margin-bottom: 20px;
}

#home-services h3 {
		color: #333;
		font-family: "Apercu Pro", sans-serif;
		font-size: 1.2rem;
		line-height: 1;
}

#home-icon-grid img {
		max-height: 80px;
}

#content .lead-panel {
		background: #59bf97;
}

@media (min-width: 64em) {
		#content .lead-panel {
				padding: 50px 0 50px;
				margin: 0;
				position: relative;
				z-index: 2;
		}
}

#content .lead-panel h2:after {
		background: #fff !important;
}

@media (min-width: 64em) {
		#content .lead-panel h2 {
				font-size: 2.5rem;
		}
}

#content .lead-panel * {
		color: #fff;
}

#content .lead-panel a:hover {
		color: #fff;
}

#wrapper .lead {
		margin-bottom: 20px;
		font-size: 1.1rem;
}

@media (min-width: 64em) {
		#wrapper .lead {
				font-size: 1.5rem;
		}
}

#wrapper .lead p {
		font-size: 1.1rem;
}

@media (min-width: 64em) {
		#wrapper .lead p {
				font-size: 1.1rem;
		}
}

#wrapper .lead h2 {
		margin-bottom: 20px;
		margin-top: 20px;
}

@media (min-width: 64em) {
		#wrapper .lead h2 {
				font-size: 2rem;
		}
}

#wrapper .lead h3 {
		font-size: 1.1rem;
		margin: 0 0 10px;
}

#wrapper .grid-container.fluid {
		max-width: 120rem;
}

body.home .layout-panel {
		padding: 20px 0;
}

@media (min-width: 64em) {
		body.home .layout-panel {
				padding: 50px 0;
		}
}

/******************************************************************
Site Specific
******************************************************************/
body.page-child #page-categories {
		display: none;
}

.layout-panel {
		padding: 30px 0;
		margin: 0;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
}

.layout-panel img.banner {
		width: 100%;
		height: auto;
}

.layout-panel.alt-bg {
		background-color: #000;
}

.layout-panel.no-bottom {
		margin-bottom: 0;
}

.layout-panel.darkbg {
		background-color: #59bf97;
		color: #fff;
}

.layout-panel.darkbg .cell > * {
		color: #fff;
}

.layout-panel.darkbg .cell > a.button, .layout-panel.darkbg .cell > p, .layout-panel.darkbg .cell > a, .layout-panel.darkbg .cell > h2, .layout-panel.darkbg .cell > h3, .layout-panel.darkbg .cell > h4, .layout-panel.darkbg .cell > h5 {
		color: #fff;
}

.layout-panel.darkbg h2:after {
		background: #fff !important;
}

.layout-panel.darkbg .accordion a {
		color: #333;
}

.layout-panel.lightbg {
		background-color: #fff;
}

.layout-panel.greybg {
		background-color: #f9f9f9;
}

.layout-panel.extrapad .cell {
		padding: 20px;
}

.layout-panel .cell > h2:first-child {
		margin-top: 0;
}

.layout-panel .cell.extrapad {
		padding: 40px 50px;
}

.layout-panel.shortrow {
		max-width: 50rem;
		margin-bottom: 30px;
}

.layout-panel.shortrow h2 {
		margin-top: 10px;
}

.layout-panel.shortrow img {
		max-height: 250px;
}

.layout-panel.grid-panel a {
		display: block;
		background-size: cover;
		background-position: center center;
		color: #fff;
		min-height: 280px;
		padding-top: 235px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		text-align: center;
}

.layout-panel.grid-panel a:hover {
		opacity: 0.8;
}

.layout-panel.grid-panel p {
		color: #fff;
}

.layout-panel.grid-panel h3 {
		color: #fff;
		margin: 0;
		font-size: 1.2rem;
		display: block;
		padding: 20px;
		background-color: rgba(255, 255, 255, 0.8);
		border-bottom: 3px solid #59bf97;
}

.layout-panel.staff {
		margin-top: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
}

.layout-panel.staff h3 {
		margin-top: 0;
}

.layout-panel.large-icon-grid a {
		color: #333;
		padding: 68px 15px;
		position: relative;
		display: block;
}

.layout-panel.large-icon-grid .tile {
		border: 1px solid #fa565d;
		border-radius:50%;
}

.layout-panel.large-icon-grid h2 {
		text-align: center;
}

.layout-panel.large-icon-grid img {
		width: auto;
		display: block;
		margin: 0 auto;
}

.layout-panel.large-icon-grid h3 {
		margin: 0;
		padding: 10px 0;
		font-size: 1.3rem;
		color: #333;
		text-align: center;
}

.layout-panel.large-icon-grid .tile:hover {
		background-color: #f1f1f1;
}

.post h3 {
		margin: 0 0 30px;
		font-size: 1.8rem;
}

#archive-wrapper .post {
		padding-bottom: 50px;
		margin-bottom: 50px;
		border-bottom: 1px solid #ddd;
}

.post .price {
		background-color: rgba(213, 177, 65, 0.8);
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		font-size: 1.2rem;
		padding: 20px;
		line-height: 1;
		pointer-events: none;
}

.post .post-image {
		text-align: center;
		position: relative;
		margin-bottom: 15px;
}

.post .post-image img {
		width: 100%;
}

.post .post-title {
		margin-bottom: 30px;
}

.post .post-title h2 {
		margin: 0;
}

.room-wrapper .post .post-title h2 {
		margin-bottom: 10px;
}

.post .post-details {
		background-color: #fff;
		-webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
		width: 80%;
		margin: -50px auto;
		position: relative;
		padding: 30px;
		text-align: center;
}

.post .button {
		display: inline-block;
		font-size: 1.2rem;
		padding: 20px 30px;
		margin-top: 40px;
}
.button.empty{background:none;font-weight:normal;color:#59bf97;border:1px solid #59bf97;box-sizing:border-box;-webkit-box-sizing:border-box;}
.button.empty:hover{background-color:#59bf97;}

#single-post {
		margin-bottom: 50px;
}

#single-post h3 {
		color: #59bf97;
		text-transform: uppercase;
		margin: 0 0 30px;
}

#single-post #gallery {
		margin-bottom: 50px;
}

#single-post .post-desc {
		margin: 30px 0;
}

#single-post .post-image {
		margin-bottom: 50px;
		text-align: left;
}

#wrapper #sidebar1 .gform_wrapper {
		margin-top: 0;
}

#wrapper #sidebar1 .gform_wrapper #gform_4 {
		margin-top: 0;
		position: relative;
		border: 2px solid #59bf97;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0 !important;
}

#wrapper #sidebar1 .gform_wrapper #gform_4 ul.gform_fields {
		padding: 110px 15px 0;
}

#wrapper #sidebar1 .gform_wrapper #gform_4 .custom-header {
		background: #f9f9f9;
		padding-top: 15px;
		border-radius: 6px 6px 0 0;
		overflow: hidden;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
}

#wrapper #sidebar1 .gform_wrapper #gform_4 .custom-header p {
		font-size: 0.85rem;
		max-width: 200px;
		display: block;
		margin: 0 auto 15px;
		line-height: 1.2;
		letter-spacing: 0.125rem;
		color: #333;
}

#wrapper #sidebar1 .gform_wrapper #gform_4 .custom-header h2 {
		font-size: 1.4rem;
		color: #333;
		margin: 0 0 10px;
}

#wrapper #sidebar1 .gform_wrapper #gform_4 .custom-header h2 a {
		color: #333;
}

#wrapper #sidebar1 .gform_wrapper #gform_4 ul.gform_fields {
		background: #f9f9f9;
}

#wrapper #sidebar1 .gform_wrapper #gform_4 .gform_footer {
		background: #f9f9f9;
		margin: 0;
}

#wrapper #sidebar1 .gform_wrapper #gform_4 .gform_footer .gform_button {
		margin: 0;
		display: block;
		width: 100%;
}

#page-banner {
		background-image: url(assets/images/thp-hero.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		text-align: left;
}

@media (min-width: 64em) {
		#page-banner {
				background-color: #000;
		}
}

@media (max-width: 64em) {
		#page-banner {
				background-image: none !important;
		}
}

#page-banner .mask {
		position: relative;
		padding: 10px;
}

@media (min-width: 64em) {
		#page-banner .mask {
				padding: 25px 0;
				background: rgba(0, 0, 0, 0.3);
		}
}

#page-banner #breadcrumbs {
		margin: 10px 0 0;
		font-size: 0.85rem;
		color: #333;
}

@media (min-width: 64em) {
		#page-banner #breadcrumbs {
				color: #fff;
				margin: 10px 0;
		}
}

#page-banner #breadcrumbs a {
		color: #333;
}

@media (min-width: 64em) {
		#page-banner #breadcrumbs a {
				color: #fff;
		}
}

#page-banner #breadcrumbs .separator {
		font-weight: 700;
		color: #333;
		margin-top: 5px;
		display: inline;
}

@media (min-width: 64em) {
		#page-banner #breadcrumbs .separator {
				color: #fff;
		}
}

#page-banner .title {
		padding: 10px 0 20px;
		text-align: left;
}

@media (min-width: 64em) {
		#page-banner .title {
				text-align: left;
				padding: 10px 0;
		}
}

#page-banner h1 {
		padding: 0;
		margin: 0;
		font-size: 1.5rem;
		color: #333;
		display: block;
}

@media (min-width: 64em) {
		#page-banner h1 {
				color: #fff;
				font-size: 3rem;
				text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
}

h1.page-title {
		font-size: 2.5rem;
		margin: 0;
}

#content p.large, #content .large p {
		font-size: 1.5em;
}

#content p.highlight {
		color: #fa565d;
}

#content .no-bottom {
		margin-bottom: 0;
		padding-bottom: 0;
}

#main table tbody tr:nth-child(even) {
		background-color: #fff;
}

#content .cta-panel.light h4, #content .cta-panel.light p {
		color: #fff;
}

#content .highlight {
		background-color: #f9f9f9;
		padding: 30px 0 10px;
}

#main .cta-panel {
		background-color: #f9f9f9;
		background-size: cover;
		margin-bottom: 0;
		padding: 80px 0 70px;
}

#main .cta-panel h4 {
		font-size: 2.6rem;
		margin-bottom: 30px;
		margin-top: 0;
}

#main .cta-panel p {
		font-size: 1.3rem;
		margin-bottom: 30px;
}

#main .cta-panel .button {
		font-size: 1.2rem;
}

.no-border {
		border: 0 !important;
}

.primary-bg {
		background: #59bf97;
		color: #fff !important;
}

.primary-bg h1, .primary-bg h2, .primary-bg h3, .primary-bg h4, .primary-bg h5, .primary-bg h6 {
		color: #fff;
}

#wrapper #contact-details-container {
		padding-bottom: 80px;
}

#wrapper #contact-details-container #gform_wrapper_5 .button {
		font-size: 1.5rem;
}

#wrapper #contact-details-container #gform_wrapper_5 .enquiry-form {
		border: 0;
		padding: 0;
}

#wrapper #contact-details-container #gform_wrapper_5 textarea.medium {
		height: 150px !important;
}

#wrapper #contact-details-container h2 {
		margin-top: 10px;
		text-align: center;
}

#wrapper #contact-details-container p {
		text-align: center;
}

#wrapper #contact-details-container #map-canvas {
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
}

#wrapper #contact-details-container .contact-details td {
		vertical-align: top;
}

#wrapper #contact-details-container .contact-details td h4 {
		margin-top: 0;
}

/* Posts */
#content .post-container,
#content .post-grid {
		padding-bottom: 20px;
		margin-bottom: 20px;
}

#content .post-container .cell,
#content .post-grid .cell {
		margin-bottom: 20px;
}

#content .post-container h2,
#content .post-grid h2 {
		text-transform: none;
		margin-top: 0;
}

#content .post-container p,
#content .post-grid p {
		line-height: 2;
}

#content .post-container .meta,
#content .post-grid .meta {
		font-size: 0.85em;
		color: #999;
		margin: 20px 0;
}

#content .post-container .meta a,
#content .post-grid .meta a {
		color: #999;
}

#content .post-container .meta span,
#content .post-grid .meta span {
		display: inline-block;
}

#content .post-container .meta .author,
#content .post-grid .meta .author {
		margin-right: 20px;
}

#content .post-container .post-thumb,
#content .post-grid .post-thumb {
		position: relative;
		margin-bottom: 20px;
}

#content .post-container .post-thumb img,
#content .post-grid .post-thumb img {
		width: 100%;
}

#content .post-container .button,
#content .post-grid .button {
		margin-top: 20px;
}

.form-wrapper {
		padding: 20px;
		background: #f9f9f9;
}

/*********************
FOOTER STYLES
*********************/
#footer-cta {
		margin: 0;
		font-size: 1.3rem;
		color: #fff;
		background: url(assets/images/thp-footer-bg.png) #59bf97;
		text-align: center;
		padding: 30px 0 10px;
}

@media (min-width: 64em) {
		#footer-cta {
				padding: 50px 0 40px;
		}
}

#footer-cta .widgettitle {
		font-family: "Apercu Pro", sans-serif;
		font-weight: bold;
		margin-bottom: 10px;
		text-transform: uppercase;
		letter-spacing: 2px;
}

@media (min-width: 64em) {
		#footer-cta .widgettitle {
				font-size: 2rem;
		}
}

#footer-cta .gform_wrapper {
		text-align: center;
}

@media (min-width: 64em) {
		#footer-cta .gform_wrapper {
				max-width: 800px;
				margin: 0 auto;
		}
}

#footer-cta .gform_wrapper form {
		text-align: center;
}

#footer-cta .gform_wrapper .gform_footer .button {
		background: transparent;
		color: #fff;
		border: 2px solid #fff;
		display: block;
		width: auto;
		margin: 0 auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0 !important;
}

#footer-cta .gform_wrapper .medium, #footer-cta .gform_wrapper input[type="text"], #footer-cta .gform_wrapper select, #footer-cta .gform_wrapper textarea {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0 !important;
		border: 0;
		padding: 10px !important;
		font-size: 1.2rem !important;
}

#footer-cta a {
		color: #fff;
}

ul.social li {
		vertical-align: middle;
		margin: 0 10px;
}

ul.social li a.homevisitnetwork {
		width: 32px;
		height: 38px;
		display: block;
		font-size: 0;
		background: url(assets/images/homevisitnetwork-d.png);
		background-repeat: no-repeat;
		background-size: contain;
}

ul.social li a {
		color: #fff;
}

#footer {
		margin-top: 0;
}

#footer .logo {
		margin-bottom: 20px;
}

#footer #footer-top {
		background: #f9f9f9;
		padding: 0;
		color: #333;
}

#footer #footer-top .inner {
		padding: 25px 0 0;
}

@media (min-width: 64em) {
		#footer #footer-top .inner {
				padding: 60px 20px 60px 0;
		}
}

#footer #footer-top .footer-logo img {
		max-height: 60px;
}

#footer #footer-top a {
		color: #333;
}

#footer #footer-top a:hover {
		color: #fa565d;
}

#footer #footer-top #menu-footer-menu .active > a {
		background: transparent;
}

#footer #footer-top #menu-footer-menu ul {
		display: block;
}

#footer #footer-top #menu-footer-menu li {
		border-bottom: 1px solid #59bf97;
		padding: 0;
		font-size: 1.1rem;
}

#footer #footer-top #menu-footer-menu li a {
		padding: 15px 0;
}

#footer #footer-top .widgettitle {
		font-size: 1.3rem;
}

#footer #footer-top .widgettitle:after {
		content: '';
		width: 65px;
		height: 3px;
		margin: 0;
		background: #59bf97;
		display: block;
		position: relative;
		margin: 15px 0;
}

#footer #footer-top .fal {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
}

#footer #footer-top #footer-widget1 p {
		font-size: 0.95rem;
		color: #333;
		margin: 0;
}

#footer #footer-top #footer-widget2 {
		font-size: 1.1rem;
		line-height: 1.5;
}

#footer #footer-top #footer-widget2 a {
		color: #59bf97;
}

#footer #footer-top #footer-widget2 a:hover {
		color: #fa565d;
}

#footer #footer-top #footer-widget2 ul {
		margin-top: 20px;
}

#footer #footer-top #footer-widget2 ul li {
		margin-bottom: 10px;
}

#footer #footer-top .footer-logo {
		margin-bottom: 20px;
}

#footer #footer-top p.copyright {
		font-size: 0.8rem;
		margin-top: 30px;
}

.screen-reader-text {
		display: none;
}

.flex-video, .responsive-embed {
		padding-bottom: 100%;
}

@media (min-width: 64em) {
		.hidedesktop {
				display: none !important;
		}
}

.hidemobile {
		display: none !important;
}

@media (min-width: 64em) {
		.hidemobile {
				display: block !important;
		}
}

#wrapper .team-member {
		margin: 0;
		text-align: center;
}

@media (min-width: 64em) {
		#wrapper .team-member {
				text-align: left;
		}
}

#wrapper .team-member img {
		max-width: 150px;
		margin-bottom: 20px;
}

@media (min-width: 64em) {
		#wrapper .team-member img {
				width: 100%;
				max-width: none;
		}
}

#wrapper .team-member p {
		text-align: left;
}

#wrapper .team-member h2 {
		position: relative;
		padding-left: 30px;
}

#wrapper .team-member h2:before {
		content: "";
		position: absolute;
		width: 24px;
		height: 24px;
		background: url(assets/images/thp-heart.svg) no-repeat 0 0;
		background-size: 24px;
		margin-left: -30px;
		top: 5px;
}

/*These fix the recaptcha scaling
#wrapper .gform_wrapper .enquiry-form ul.gform_fields li.customrecaptcha {
		margin-top: 0px !important;
}

.ginput_recaptcha {
		margin-top: 10px !important;
}

.ginput_recaptcha > div {
		height: 70px !important;
}

.ginput_recaptcha iframe {
		transform: scale(0.795);
		-webkit-transform: scale(0.795);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
}

#sidebar1 .ginput_recaptcha iframe {
		transform: scale(0.795);
		-webkit-transform: scale(0.795);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
}

#sidebar1 .ginput_recaptcha > div {
		height: 55px !important;
}.*/

.green-h2 h2 {
		color: #59BF97;
}

#return-to-top {
		position: fixed;
		bottom: 40px;
		right: 20px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50% !important;
		background: url(assets/images/arrow.svg) no-repeat center center #000;
		font-size: 0;
		background-size: 18px;
		width: 40px;
		height: 40px;
		text-align: center;
		text-decoration: none;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
}

@media (max-width: 64em) {
		#return-to-top {
				display: none !important;
		}
}

@media (min-width: 64em) {
		#return-to-top {
				display: block;
		}
}

#home-icon-grid > div > div:nth-child(1) > div > h2 {
		font-size: 3rem;
	}

#home-icon-grid > div > div:nth-child(1) > div > h2:after {
    content: '';
    width: 65px;
    height: 3px;
    margin: 0;
    background: #74CAA8;
    display: block;
    position: relative;
    margin: 15px auto;
}

.content-panel h2:after {
	   content: '';
    width: 65px;
    height: 3px;
    margin: 0;
    background: #74CAA8;
    display: block;
    position: relative;
    margin: 15px ;

}

.hero-h2-size h2 {
	font-size:2rem;
}

/* Refreshment */
#home-featured .mask {
	position: relative;
	padding: 10px 0;
}

@media (min-width: 64em) {
	#home-featured .mask {
		padding: 81px 0 81px;
	}
	
	#home-featured .mask, #page-banner .mask {
		background: rgb(89,191,151);
		background: -moz-linear-gradient(36deg, rgba(89,191,151,0.6) 20%, rgba(0,0,0,0.2) 40%);
		background: -webkit-linear-gradient(36deg, rgba(89,191,151,0.6) 20%, rgba(0,0,0,0.2) 40%);
		background: linear-gradient(36deg, rgba(89,191,151,0.6) 20%, rgba(0,0,0,0.2) 40%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59bf97",endColorstr="#000000",GradientType=1); 
	}
}

.page-id-66 #page-banner .mask {
	height: 300px;
}

#primary-nav #menu-primary-menu-1 > li > a {
	padding: 10px 15px;
}

#primary-nav #menu-primary-menu-1 > li.is-dropdown-submenu-parent > a::after {
	display: none;
}

#wrapper #gform_wrapper_1 #gform_1 .custom-header p {
	max-width: 255px;
}

#wrapper #gform_wrapper_1 #gform_1 .gform_footer {
	margin-top: 8px;
}

.layout-panel.large-icon-grid a {
	padding:14px 15px;
}

.layout-panel.large-icon-grid h3 {
	font-size:1rem;
	font-weight:bold;
}
/*# sourceMappingURL=style.css.map */