/*
 Theme Name:   Brantfield
 Theme URI:    https://www.sypo.uk
 Description:  Brantfield Standard Theme
 Author:       Mark Syred, Graham Robinson
 Author URI:   https://www.sypo.uk
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  brantfield
*/
@import url("//hello.myfonts.net/count/33efe2");
  
@font-face {font-family: 'KGMissKindergarten';src: url('fonts/33EFE2_0_0.eot');src: url('fonts/33EFE2_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/33EFE2_0_0.woff2') format('woff2'),url('fonts/33EFE2_0_0.woff') format('woff'),url('fonts/33EFE2_0_0.ttf') format('truetype'),url('fonts/33EFE2_0_0.svg#wf') format('svg');}

@font-face {font-family: 'CoveredByYourGrace';src: url('fonts/CoveredByYourGrace-webfont.eot');src: url('fonts/CoveredByYourGrace-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/CoveredByYourGrace-webfont.woff2') format('woff2'), url('fonts/CoveredByYourGrace-webfont.woff') format('woff'), url('fonts/CoveredByYourGrace-webfont.ttf') format('truetype'), url('fonts/CoveredByYourGrace-webfont.svg#covered_by_your_graceregular') format('svg');font-weight: normal;font-style: normal;}

@font-face {font-family: 'Helvetica';src: url('fonts/helvetica-medium.eot');src: url('fonts/helvetica-medium.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica-medium.woff2') format('woff2'), url('fonts/helvetica-medium.woff') format('woff'), url('fonts/helvetica-medium.ttf') format('truetype'), url('fonts/helvetica-medium.otf') format('otf'), url('fonts/helvetica-medium.svg#Helvetica') format('svg');font-weight: normal;font-style: normal;}

* {
	margin: 0;
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {
	padding: 0;
}
body {
	font: 16px/1.3 KGMissKindergarten;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	color: #000;
	background-color: #fff;
}
#page *,
#page *:before,
#page *:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
img {
	border:none;
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
h1 {
	font-size: 3.5em;
	color: #0c502d;
	margin-bottom: .375em;
}
h2 {
	font-size: 1.6em;
	color: #97A907;
	margin-bottom: .5em; 
}
h3 {
	font-size: 1.2em;
	color: #E98908;
	margin-bottom: .5em;
}
h4 {
	font-size: 1em;
	color: #4A2E59;
	margin-bottom: .5em;
}
h5 {
}
h6 {
}
p,
.hentry .entry-content {
	color: #6d6e71;
}
p, ul, ol {
	font-size: 1em;
	margin-bottom: 1em;
}
ul, ol {
	margin-left: 2em;
}
ul ul {
	margin-bottom: 0;
}
a {
	text-decoration: none;
	word-wrap: break-word;
}
a:link {
	color: #0c502d;
}
a:visited {
	color: #0c502d;
}
a:focus {
	color: #7bba3e;
}
a:hover {
	color: #7bba3e;
}
a:active {
	color: #3e8035;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	display: table;
	table-layout: fixed;
	max-width: 100%;
}
[hidden],
template {
	display: none;
}
legend {
	font-family: 'KGMissKindergarten';
	color: #0c502d;
}
label {
	font-family: 'KGMissKindergarten';
	color: #7bba3e;
}
body #wpmem_login input[type='text'],
body #wpmem_login input[type='password'] {
	border: 1px solid #3e8035;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
#main input[type="text"],
#main input[type="email"],
#main input[type="url"],
#main input[type="password"],
#main input[type="search"],
#main textarea {
	display: block;
	width: 100%;
	max-width: 490px;
}
#main label {
	display: block;
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type='password'] {
	margin: 2em 0 2.1em;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
input[type='submit'] {
	box-shadow: none;
	background: #0c502d;
	color: #fff;
	border: none;
	border-radius: 16px;
	height: 38px;
	font-size: 100%;
	font-family: KGMissKindergarten;
	padding: 0 1em;
	cursor: pointer;
	transition: 0.2s;
}
input[type='submit']:hover {
	background: #7bba3e;
	transition: 0.2s;
}
input[type='submit']#place_order {
	height: 35px;
}
.woocommerce input[type='submit'].button {
	height: 35px;
}
#main form.search-form label {
	max-width: -webkit-calc(100% - 70px);
	max-width: -o-calc(100% - 70px);
	max-width: -ms-calc(100% - 70px);
	max-width: -moz-calc(100% - 70px);
	max-width: calc(100% - 70px);
	display: inline-block;
}
#main form.search-form label input {
	max-width: 100%;
}
#main form.search-form input[type='submit'] {
	float: right;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-toggle {
	display: none;
}
.navcont {
	width: 100%;
	height: auto;
	min-height: 40px;
	background: #0c502d;
	float: left;
}
.navcont nav {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	line-height: 40px;
}
.navcont nav ul {
	font-size: 1.1em;
	list-style: outside none none;
	margin: 0 auto;
	text-align: center;
}
.navcont nav ul li {
	float: left;
	position: relative;
	width: 12.5%;
}
.navcont nav ul li.menu-item-has-children {
	border-right: 2px dotted #7bba3e;
}
.navcont nav ul li.current-page-parent a:link, .navcont nav ul li.current-page-parent a:visited {
	color: #7bba3e;
}
.navcont nav ul li.current-page-parent ul li a:link, .navcont nav ul li.current-page-parent ul li a:visited {
	color: #fff;
}
.navcont nav ul li.current-page-parent ul li a {
	color: #fff;
}
.navcont nav ul li a {
	display: block;
	width: 100%;
	line-height: 100px;
	text-align: center;
	transition: 0.2s;
}
.navcont nav a:link, .navcont nav a:visited {
	color: #fff;
	text-decoration: none;
}
.navcont nav a:hover, .navcont nav a:active {
	color: #fff;
	text-decoration: none;
	background-color: #7bba3e;
	transition: 0.2s;
}
/*.navcont nav .current_page_item > a {
	text-decoration: underline;
} */
/*-----------
## Sub menus
------------*/ 
.navcont nav ul ul li {
	right: 0;
	width: 100%;
}
.navcont nav ul ul li a {
	line-height: 1.3;
	padding: 13px;
	width: 100%;
	text-align: center;
}

.navcont nav *:hover > a {
	background-color: #7bba3e;
	color: #fff !important;
}
.navcont nav ul li ul.sub-menu:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #7bba3e;
}
.navcont nav ul ul a:link, .navcont nav ul ul a:visited {
	color: #fff;
}
.navcont nav ul ul a:hover, .navcont nav ul ul a:active {
	color: #fff;
	background-color: #7bba3e;
}
.navcont nav ul li ul {
	background: #0c502d;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	position: absolute;
	top: 100px;
	visibility: hidden;
	width: 300px;
	font-size: 1em;
	z-index: 30;
	transition: 0.3s;
}
.navcont nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
	position: relative;
	padding: 0 0 0 30px;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content:'<<';
	left: 0;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	position: relative;
	padding: 0 30px 0 0;
}
.posts-navigation .nav-next a:before,
.post-navigation .nav-next a:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content:'>>';
	right: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	display: block;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 24px;
}

.widget select {
	max-width: 100%;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget li:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.slidercont {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 36.458333%
}
.slidercont ol.flex-control-nav {
	bottom: 40px;
}
.slidercont .wsp_default_skin p.flex-caption {
	height: 200px;
	background: rgba(12,80,45,0.8);
	font: 71px/200px CoveredByYourGrace;
	text-align: center;
	z-index: 20;
}
.slidercont ul.wsp_default_skin li.slide p.flex-caption strong {
	padding: 0 !important;
	font-weight: normal;
}
.breadcrumbs {
	display: none;
}
.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.content-area .container {
	padding: 60px 0 100px 0;
}
body.page .content-area .container .featuredimg,
body.page .content-area .container .site-main,
body.page .content-area .container .widget-area {
	float: left;
	min-height: 1px;
	height: auto;
}
body.page.page-id-315 .content-area .container .site-main {
	float: left;
	width: 100%;
	padding: 0 36px 0 56px;
}
body.page .content-area .container .site-main .gallery-img-content .view * {
	font-family: KGMissKindergarten !important;
}
body.page .content-area .container .site-main .gallery-img-content .view-forth .mask-text {
	padding: 1em 1.5em;
}
body.page .content-area .container .site-main .gallery-img-content .view-forth .mask-bg {
	background: #6d6e71;
}
body.page .content-area .container .site-main .gallery-img-content .view-forth .mask-text h2 {
	margin-top: 0 !important;
	margin-bottom: 0.8em;
}
body.page .content-area .container .site-main .gallery-img-content .view-forth:hover img {
	top: 0;
	opacity: 0.8;
	filter: grayscale(80%);
}
body.page.page-id-155 .content-area .container .site-main,
body.blog .content-area .container .site-main,
body.archive .content-area .container .site-main,
body.single .content-area .container .site-main {
	float: left;
	width: 1036px;
	padding: 0 0 0 56px;
}
body.page .content-area .container .featuredimg {
	width: 364px;
	padding: 8px 42px;
}
body.page .content-area .container .featuredimg.half {
	width: 700px;
	padding: 8px 21px 8px 42px;
}
body.page .content-area .container .featuredimg img {
	border: 4px solid #000;
	margin: 0 0 1em;
}
body.page .content-area .container .site-main {
	width: 700px;
	padding: 0;
}
body.page .content-area .container .site-main.wide {
	width: 1064px;
	padding: 0 42px 0 0;
}
body.page .content-area .container .site-main.half {
	width: 700px;
	padding: 0 21px 0 56px;
}
body.page .content-area .container .widget-area {
	width: 336px;
	padding: 0 56px;
}
body.blog .content-area .container .widget-area,
body.archive .content-area .container .widget-area,
body.single .content-area .container .widget-area {
	width: 364px;
	padding: 0 2em;
	float: right;
}
body.blog .content-area .container .widget-area .shortcode_widget h3,
body.archive .content-area .container .widget-area .shortcode_widget h3,
body.single .content-area .container .widget-area .shortcode_widget h3 {
	font-size: 2.5em;
	color: #0c502d;
}
body.blog .content-area .container .widget-area .shortcode_widget h3 a:link,
body.blog .content-area .container .widget-area .shortcode_widget h3 a:visited,
body.archive .content-area .container .widget-area .shortcode_widget h3 a:link,
body.archive .content-area .container .widget-area .shortcode_widget h3 a:visited,
body.single .content-area .container .widget-area .shortcode_widget h3 a:link,
body.single .content-area .container .widget-area .shortcode_widget h3 a :visited{
	color: #0c502d;
}
body.blog .content-area .container .widget-area .shortcode_widget h3 a:focus,
body.blog .content-area .container .widget-area .shortcode_widget h3 a:hover,
body.blog .content-area .container .widget-area .shortcode_widget h3 a:active,
body.archive .content-area .container .widget-area .shortcode_widget h3 a:focus,
body.archive .content-area .container .widget-area .shortcode_widget h3 a:hover,
body.archive .content-area .container .widget-area .shortcode_widget h3 a:active,
body.single .content-area .container .widget-area .shortcode_widget h3 a:focus,
body.single .content-area .container .widget-area .shortcode_widget h3 a:hover,
body.single .content-area .container .widget-area .shortcode_widget h3 a:active {
	color: #3e8035;
}
body.blog .content-area .container .widget-area .clean-my-archives h2 a:link,
body.blog .content-area .container .widget-area .clean-my-archives h2 a:visited,
body.archive .content-area .container .widget-area .clean-my-archives h2 a:link,
body.archive .content-area .container .widget-area .clean-my-archives h2 a:visited,
body.single .content-area .container .widget-area .clean-my-archives h2 a:link,
body.single .content-area .container .widget-area .clean-my-archives h2 a:visited {
	color: #3e8035;
}

body.blog .content-area .container .widget-area .clean-my-archives h2 a:focus,
body.blog .content-area .container .widget-area .clean-my-archives h2 a:hover,
body.blog .content-area .container .widget-area .clean-my-archives h2 a:active,
body.archive .content-area .container .widget-area .clean-my-archives h2 a:focus,
body.archive .content-area .container .widget-area .clean-my-archives h2 a:hover,
body.archive .content-area .container .widget-area .clean-my-archives h2 a:active,
body.single .content-area .container .widget-area .clean-my-archives h2 a:focus,
body.single .content-area .container .widget-area .clean-my-archives h2 a:hover,
body.single .content-area .container .widget-area .clean-my-archives h2 a:active {
	color: #0c502d;
}
body.blog .content-area .container .widget-area .clean-my-archives ul,
body.archive .content-area .container .widget-area .clean-my-archives ul,
body.single .content-area .container .widget-area .clean-my-archives ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body.blog .content-area .container .widget-area .clean-my-archives ul li,
body.archive .content-area .container .widget-area .clean-my-archives ul li,
body.single .content-area .container .widget-area .clean-my-archives ul li {
	margin: 0 0 .75em;
}
body.blog .content-area .container .widget-area .clean-my-archives ul li a:link,
body.blog .content-area .container .widget-area .clean-my-archives ul li a:visited,
body.archive .content-area .container .widget-area .clean-my-archives ul li a:link,
body.archive .content-area .container .widget-area .clean-my-archives ul li a:visited,
body.single .content-area .container .widget-area .clean-my-archives ul li a:link,
body.single .content-area .container .widget-area .clean-my-archives ul li a:visited {
	color: #7bba3e;
}
body.blog .content-area .container .widget-area .clean-my-archives ul li a:focus,
body.blog .content-area .container .widget-area .clean-my-archives ul li a:hover,
body.blog .content-area .container .widget-area .clean-my-archives ul li a:active,
body.archive .content-area .container .widget-area .clean-my-archives ul li a:focus,
body.archive .content-area .container .widget-area .clean-my-archives ul li a:hover,
body.archive .content-area .container .widget-area .clean-my-archives ul li a:active,
body.single .content-area .container .widget-area .clean-my-archives ul li a:focus,
body.single .content-area .container .widget-area .clean-my-archives ul li a:hover,
body.single .content-area .container .widget-area .clean-my-archives ul li a:active {
	color: #3e8035;
}
body.blog .content-area .container .widget-area .clean-my-archives ul li span.comments-number,
body.archive .content-area .container .widget-area .clean-my-archives ul li span.comments-number,
body.single .content-area .container .widget-area .clean-my-archives ul li span.comments-number {
	display: none;
}
body.page .content-area .container .widget-area ul.child-sidebar-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body.page .content-area .container .widget-area ul.child-sidebar-menu li {
	margin: 0 0 1em;
}
body.page .content-area .container .widget-area ul.child-sidebar-menu li a:link,
body.page .content-area .container .widget-area ul.child-sidebar-menu li a:visited {
	color: #3e8035;
}
body.page .content-area .container .widget-area ul.child-sidebar-menu li a:focus,
body.page .content-area .container .widget-area ul.child-sidebar-menu li a:hover,
body.page .content-area .container .widget-area ul.child-sidebar-menu li a:active {
	color: #7bba3e;
}
body.page .content-area .container .widget-area ul.child-sidebar-menu li.current_page_item a:link,
body.page .content-area .container .widget-area ul.child-sidebar-menu li.current_page_item a:visited {
	color: #0c502d;
}
body.page .content-area .container .widget-area ul.child-sidebar-menu li.current_page_item a:focus,
body.page .content-area .container .widget-area ul.child-sidebar-menu li.current_page_item a:hover,
body.page .content-area .container .widget-area ul.child-sidebar-menu li.current_page_item a:active {
	color: #3e8035;
}

body.page.home .content-area .container {
	padding: 48px 0;
	background: #7bba3e;
	position: relative;
}
body.page.home .content-area .container:before {
	width: 1000em;
	position: absolute;
	left: -500em;
	top: 0;
	height: 100%;
	background: #7bba3e;
	z-index: -1;
	content:'';
}
.homelinks {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 70px 0;
}
.homelinks img {
	width: 100%;
	height: auto;
}
.homelinks:after {
	display: table;
	content: '';
	clear: both;
}
.homelinks .newslink,
.homelinks .holidaylink,
.homelinks .gallerylink {
	width: 420px;
	height: 430px;
	float: left;
	position: relative;
	overflow: hidden;
}
.homelinks .newslink a,
.homelinks .holidaylink a,
.homelinks .gallerylink a{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.2s;
}
.homelinks .newslink a:hover,
.homelinks .holidaylink a:hover,
.homelinks .gallerylink a:hover {
	transition: 0.2s;
}
.homelinks .newslink a:before,
.homelinks .holidaylink a:before,
.homelinks .gallerylink a:before,
.homelinks .newslink a:hover:before,
.homelinks .holidaylink a:hover:before,
.homelinks .gallerylink a:hover:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	transition: 0.2s;
}
.homelinks .newslink a:hover:before,
.homelinks .holidaylink a:hover:before,
.homelinks .gallerylink a:hover:before {
	background: rgba(79,172,155,0.6);
	transition: 0.2s;
}
.homelinks .newslink a:after,
.homelinks .newslink a:hover:after,
.homelinks .holidaylink a:after,
.homelinks .holidaylink a:hover:after,
.homelinks .gallerylink a:after,
.homelinks .gallerylink a:hover:after {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: '';
	transition: 0.2s;
}
.homelinks .newslink a:hover:after,
.homelinks .holidaylink a:hover:after,
.homelinks .gallerylink a:hover:after {
	background: #fff;
	box-shadow: 24px 0 #fff, -24px 0 #fff;
}
.homelinks .holidaylink a:hover:before {
	background: rgba(123,186,62,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	transition: 0.2s;
}
.homelinks .gallerylink a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	transition: 0.2s;
}
.homelinks .gallerylink a:hover:before {
	background: rgba(12,80,45,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	transition: 0.2s;
}
.homelinks .newslink,
.homelinks .holidaylink {
	margin: 0 70px 0 0;
}
.homelinks h2 {
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.2s;
	font-size: 48px;
	font-weight: normal;
}
.homelinks .newslink h2 {
	background: #3e8035;
}
.homelinks .holidaylink h2 {
	background: #7bba3e;
}
.homelinks .gallerylink h2 {
	background: #0c502d;
}
.homelinks .newslink:hover h2,
.homelinks .holidaylink:hover h2,
.homelinks .gallerylink:hover h2 {
	opacity: 0.8;
	transition: 0.2s;
}
.site-content {
	float: left;
	width: 100%;
}
.site-content .container:after {
	content:'';
	display: table;
	clear: both;
}
.content-area {
	padding: 0;
	overflow: hidden;
}
body.page.home .site-content .container .site-main {
	float: right;
	width: 952px;
}
body.page.home .site-content .container .site-main,
body.page.home .site-content .container .site-main p,
body.page.home .site-content .container .hentry .entry-content {
	color: #fff;
}
body.page.home .site-content .container .site-main h1.entry-title {
	font-size: 56px;
	color: #fff;
	font-weight: normal;
}
body.page.home .site-content .container .widget-area {
	width: 448px;
	padding: 0 48px 0 0;
	font: 100%/1.3 Helvetica;
}
body.page.home .site-content .container .widget-area .widget-title {
	background: #3a66a6;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 16px;
	position: relative;
}
body.page.home .site-content .container .widget-area .widget-title:after {
	content:'\f230';
	display: inline-block;
	font: normal normal normal 21px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 16px;
	top: 5px;
	color: #fff;
}
body.page.home .site-content .container .widget-area .widget-title a:link,
body.page.home .site-content .container .widget-area .widget-title a:visited {
	color: #fff;
}
body.page.home .site-content .container .widget-area .widget-title a:focus,
body.page.home .site-content .container .widget-area .widget-title a:hover,
body.page.home .site-content .container .widget-area .widget-title a:active {
	color: #fff;
	opacity: 0.8;
}
body.page.home .widget-area .textwidget {
	background: #fff;
}
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_blog_style_object_from_name_0,
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_from_time_post_0,
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_messages_0,
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .bwg_blog_style_object_description_0 {
	color: #3a66a6;
	font-size: 15px;
}
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_0 {
	background: #fff;
}
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {
	padding: 16px 16px 1px;
	border: none;
	margin: 0;
}
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0{
	margin: 0;
}
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_blog_style_object_from_pic_container_0 img {
	max-width: 62px !important;
	box-shadow: none !important;
	padding: 0 12px 8px 0;
}
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .bwg_blog_style_img_cont_0 {
	display: none;
}
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_message,
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_description,
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_less_message,
body.page.home .site-content .container .widget-area .textwidget #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_less_description {
	display: block;
	margin: 8px 0 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	height: 350px;
	width: 100%;
	padding: 48px 0;
}
.site-header .container {
	position: relative;
	height: 100%;
}
.site-branding {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	max-width: 320px;
	height: auto;
}
.title-strapline {
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	max-width: 884px;
	height: auto;
	padding: 40px 0 0;
}
.title-strapline p {
	text-align: center;
	margin-bottom: 12px;
}
.title-strapline p.site-title {
	font-size: 78px;
}
.title-strapline p.site-title a {
	color: #0c502d;
}
.title-strapline p.site-description {
	font-size: 48px;
	color: #0c502d;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	float: left;
}
.site-footer,
.site-footer .footercontsone,
.site-footer .footercontstwo {
	width: 100%;
}
.site-footer .footercontsone {
	background: #7bba3e;
}
.site-footer .footercontsone .footercontactmap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.site-footer .footercontsone .footercontactmap:after {
	display: table;
	clear: both;
	content: '';
}
.site-footer .footercontsone .footercontactmap .contactus {
	float: left;
	width: 500px;
	height: 500px;
	padding: 48px 56px;
}
.site-footer .footercontsone .footercontactmap .contactus h2 {
	font-size: 60px;
	color: #fff;
	margin: 0 0 26px;
	font-weight: normal;
}
.site-footer .footercontsone .footercontactmap .contactus h3 {
	font-size: 32px;
	color: #fff;
	margin: 0 0 16px;
	font-weight: normal;
}
.site-footer .footercontsone .footercontactmap .contactus p {
	color: #fff;
}
.site-footer .footercontsone .footercontactmap .contactus p a {
	color: #fff;
}
.site-footer .footercontsone .footercontactmap .contactus p a.email {
	text-decoration: underline;
}
.site-footer .footercontsone .footercontactmap .contactus p a.phone {
	display: block;
	padding: 0 0 32px;
}
.site-footer .footercontsone .footercontactmap .contactus p a i {
	font-size: 46px;
	margin: 0 32px 0 0;
}
.site-footer .footercontsone .footercontactmap .contactus p.socials a {
	text-decoration: none;
}
.site-footer .footercontsone .footercontactmap .googlemap {
	width: 900px;
	height: 500px;
	position: relative;
	float: left;
}
.site-footer .footercontsone .footercontactmap .googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.site-footer .footercontstwo {
	background: #0c502d;
}
.site-footer .footercontstwo .footerofstedcopy {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0;
}
.site-footer .footercontstwo .footerofstedcopy:after {
	display: table;
	content: '';
	clear: both;
}
.site-footer .footercontstwo .footerofstedcopy .ofstedbadges,
.site-footer .footercontstwo .footerofstedcopy .copyright {
	width: 50%;
	float: left;
}
.site-footer .footercontstwo .footerofstedcopy .ofstedbadges img {
	height: 55px;
	width: auto;
	margin: 0 20px 0 0;
}
.site-footer .footercontstwo .footerofstedcopy .copyright p {
	text-align: right;
	margin: 0;
	line-height: 55px;
	color: #7bba3e;
}
.site-footer .footercontstwo .footerofstedcopy .copyright p a {
	color: #7bba3e;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.attachment-featured-small,
.attachment-featured-large {
	margin:0 0 1em;
}
.single .attachment-featured-small,
.single .attachment-featured-large {
	margin:0 0 2em;
}
.sticky {
	display: block;
}
.blog .hentry,
.archive .hentry {
	padding: 3em 0; 
	border-top: 2px solid #0c502d;
}
.blog .hentry:after,
.archive .hentry:after {
	clear: both;
	content: '';
	display: table;
}
.blog .entry-header h2 a:link,
.archive .entry-header h2 a:link,
.blog .entry-header h2 a:visited,
.archive .entry-header h2 a:visited {
	color: #7bba3e;
}
.blog .entry-header h2 a:focus,
.archive .entry-header h2 a:focus,
.blog .entry-header h2 a:hover,
.archive .entry-header h2 a:hover,
.blog .entry-header h2 a:active,
.archive .entry-header h2 a:active {
	color: #3e8035;
}
.blog .entry-header .entry-meta a:link,
.single .entry-header .entry-meta a:link,
.archive .entry-header .entry-meta a:link,
.blog .entry-header .entry-meta a:visited,
.single .entry-header .entry-meta a:visited,
.archive .entry-header .entry-meta a:visited {
	color: #3e8035;
}
.blog .entry-header .entry-meta a:focus,
.single .entry-header .entry-meta a:focus,
.archive .entry-header .entry-meta a:focus,
.blog .entry-header .entry-meta a:hover,
.single .entry-header .entry-meta a:hover,
.archive .entry-header .entry-meta a:hover,
.blog .entry-header .entry-meta a:active,
.single .entry-header .entry-meta a:active,
.archive .entry-header .entry-meta a:active {
	color: #0c502d;
}
.blog .hentry img.attachment-featured-small,
.archive .hentry img.attachment-featured-small {
	padding: 0 2em 0 0;
	float: left;
	transition: 0.2s;
}
.blog .hentry img.attachment-featured-small:hover,
.archive .hentry img.attachment-featured-small:hover {
	opacity: 0.8;
	filter: grayscale(80%);
	transition: 0.2s;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta {
	margin: 1em 0;
}
.entry-footer {
	margin: 1em 0 0;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
.no-results input.search-field { 
	width: 50%; 
}

.error-404 h1 {
	text-align: center;
}
.error-404 .fourohfour {
	width: 200px;
	height: auto;
	display: block;
	margin: 10px auto;
}
.error-404 .pfour{
	text-align: center;
}

@media screen and (min-width: 768px) {
	body {
		min-width: 1400px;
	}
	#toggle-bar {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.site-header {
		height: auto;
		padding: 48px 0;
	}
	.site-branding {
		position: static;
		width: 53%;
		max-width: 255px;
		height: auto;
		margin: 0 auto;
	}
	.site-header .title-strapline {
		display: none;
	}
	p.site-description {
		position: static;
		text-align: center;
		margin: 0;
	}
	.socialmediabuttons {
		position: static;
		margin: 5px auto;
		text-align: center;
	}
	.contactus {
		position: static;
		margin: 5px 0;
		text-align: center;
	}
	.contactus p {
		margin: 0 0 1em;
	}
	.contactus p i.fa-phone, .contactus p i.fa-envelope {
		font-size: 1.1em;
		margin: 0 8px 0 0;
	}
	#toggle-bar {
		display: block;
		height: 40px;
		width: 100%;
		position: relative;
	}
	#toggle-bar a {
		position: absolute;
		top: 8px;
		display: block;
		height: 24px;
		line-height: 24px;
		border-radius: 4px;
		text-align: center;
		color: #7bba3e;
		padding: 0;
	}
	#toggle-bar a.left {
		left: calc(50% - 35px);
		width: 30px;
		font-size: 24px;
	}
	#toggle-bar a.right {
		width: 60px;
		right: calc(50% - 65px);
	}
	.navcont nav #toggle-bar:hover a {
		color: #7bba3e !important;
	}
	.navcont nav ul li span.dwn.up:before,
	.navcont nav ul li span.dwn:before {
		font-size: 27px;
		line-height: 40px;
	}
	.navcont nav ul li span.dwn.up:before {
		content: '-';
	}
	.navcont nav ul li span.dwn:before {
		content: '+';	   
	}
	.navcont nav ul {
		margin: 0px;
	}	
	.navcont nav ul li {
		display: block;
		padding: 0;
		text-align: left;
		float: none;
		width: 100%;
		border-top: 1px solid #3e8035;
	}
	.navcont nav ul li.menu-item-has-children {
		border-right: none;
	}
	.navcont nav ul li a {
		padding: 0 4%;
		line-height: 40px;
		display: block;
		width: 100%;
		height: 100%;
		text-align: left;
	}
	.navcont nav *:hover > a {
		background-color: inherit;
		color: inherit;
	}
	.navcont nav ul li:hover > a {
		color: inherit;
		background: inherit;
	}
	.navcont nav ul li span.dwn {
		position: absolute;
		right: 0;
		padding: 0 4%;
	}
	.navcont nav ul li ul {
		display: none;
		visibility: initial;
		opacity: 1;
		position: relative;
		top:0;
		border: none;
		left: 0;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		width: 100%;
	}
	.navcont nav ul li ul.sub-menu:after {
		display: none;
	}
	.navcont nav ul li:hover ul {
		opacity: 1;
		visibility: initial;
		transition:none;
	}
	.navcont nav ul li ul li {
		border-top: 1px solid #0c502d;
	}
	.navcont nav ul li ul li a {
		text-align: left;
		padding: 13px 40px;
	}
	.navcont nav ul li ul li a:link {
		background: #7bba3e;
		color: #fff;
	}
	.navcont nav ul li ul li a:visited {
		background: #7bba3e;
		color: #fff;
	}
	.navcont nav ul li ul li a:focus {
		background: #7bba3e;
		color: #fff;
	}
	.navcont nav ul li ul li a:hover {
		background: #7bba3e;
		color: #fff;
	}
	.navcont nav ul li ul li a:active {
		background: #7bba3e;
		color: #fff;
	}
	.main-navigation ul ul ul {
		padding-left: 25px;
	}
	.main-navigation ul ul a {
		padding: 3px;
		width: 80%;
		text-align: left;
	}
	.slidercont ol.flex-control-nav {
		display: none;
	}
	.slidercont {
		margin: 0;
	}
	.slidercont .ssp_slider_default .flex-direction-nav {
		display: none;
	}
	.slidercont .wsp_default_skin p.flex-caption {
		height: 60px;
		background: rgba(12,80,45,1);
		font: 20px/60px CoveredByYourGrace;
		text-align: center;
		z-index: 20;
		bottom: 0px;
	}	
	.content-area {
		padding: 0 8%;
	}
	.site-main {
		float: none;
		width: 100%;
	}
	.content-area .container {
		padding: 32px 0;
	}
	body.page.home .content-area .container {
		padding: 32px 0;
	}
	body.page.home .site-content .container .site-main h1.entry-title,
	.site-content .container .site-main h1.entry-title,
	h1 {
		font-size: 44px;
	}
	body.page.home .site-content .container .site-main {
		float: none;
		width: 100%;
	}
	body.page.home .site-content .container .widget-area {
		float: none;
		width: 100%;
		padding: 32px 0 0;
	}
	label,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		display: block;
		width: 100%;
	}
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="submit"],
	textarea {
		-webkit-appearance: none;
	}
	.widget-area form.search-form label {
		max-width: -webkit-calc(100% - 70px);
		max-width: -o-calc(100% - 70px);
		max-width: -ms-calc(100% - 70px);
		max-width: -moz-calc(100% - 70px);
		max-width: calc(100% - 70px);
		display: inline-block;
	}
	.widget-area form.search-form input[type='submit'] {
		float: right;
	}
	.homelinks {
		width: 100%;
		padding: 32px 0;
	}
	.homelinks .newslink, .homelinks .holidaylink {
		margin: 0 0 32px;
	}
	.homelinks h2 {
		font-size: 10vw;
	}
	.homelinks .newslink, .homelinks .holidaylink, .homelinks .gallerylink {
		width: 100%;
		height: 0;
		padding-bottom: 102.38095%;
		float: none;
	}
	body.page.page-id-315 .content-area .container .site-main {
		float: none;
		width: 100%;
		padding: 0;
	}
	body.page .content-area .container .featuredimg,
	body.page .content-area .container .site-main,
	body.page .content-area .container .widget-area {
		float: none;
		min-height: 1px;
		height: auto;
	}
	body.page .content-area .container .featuredimg {
		width: 60%;
		padding: 0;
		margin: 0 auto;
		max-width: 255px;
	}
	body.page .content-area .container .site-main {
		width: 100%;
	}
	body.page .content-area .container .widget-area {
		display: none;
	}
	body.page.home .content-area .container .widget-area {
		display: block !important;
	}
	body.page .content-area .container .featuredimg img {
		border: 4px solid #000;
	}
	body.page.page-id-155 .content-area .container .site-main,
	body.blog .content-area .container .site-main,
	body.archive .content-area .container .site-main,
	body.single .content-area .container .site-main {
		float: none;
		width: 100%;
		padding: 0;
	}
	body.blog .content-area .container .widget-area,
	body.archive .content-area .container .widget-area,
	body.single .content-area .container .widget-area {
		width: 100%;
		padding: 0;
		float: none;
		display: none;
	}
	.blog .hentry img.attachment-featured-small,
	.archive .hentry img.attachment-featured-small {
		padding: 0;
		float: none;
		display: block;
	}
	.site-footer .footercontsone .footercontactmap .contactus {
		width: 100%;
		padding: 32px 8%;
		height: auto;
		float: none;
	}
	.site-footer .footercontsone .footercontactmap .contactus h2 {
		font-size: 44px;
	}
	.site-footer .footercontsone .footercontactmap .googlemap {
		width: 100%;
		height: 240px;
		position: relative;
		float: none;
	}
	.site-footer .footercontstwo .footerofstedcopy .ofstedbadges, .site-footer .footercontstwo .footerofstedcopy .copyright {
		width: 100%;
		float: none;
		padding: 0 8%;
	}
	.site-footer .footercontstwo .footerofstedcopy .ofstedbadges .ofstimgs {
		width: auto;
		display: inline-block;
		margin: 0 auto;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.site-footer .footercontstwo .footerofstedcopy .ofstedbadges .ofstimgs img:last-of-type {
		margin: 0;
	}
	.site-footer .footercontstwo .footerofstedcopy .copyright {
		padding: 16px 8% 0;
	}
	.site-footer .footercontstwo .footerofstedcopy .copyright p {
		text-align: center;
		margin: 0;
		line-height: 1;
		color: #7bba3e;
	}
	.footercol {
		float: none;
		width: 100%;
		margin: 8px 0 0;
		background: #e5e5e5;
		text-align: center;
		padding: 6px 3%;
	}

	.footercol p {
		margin: 0 0 1em;
	}
	.footercol ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.footercol ul li {
		padding: 0.5em 0;
	}
	#footer3.footercol p b:after {
		content: ", ";
	}
	#footer3.footercol p b.nocom:after {
		content: " ";
	}
}
@media screen and (max-width: 500px) {
	.site-header {
		padding: 10% 0;
	}
}
@media screen and (max-width: 330px) {
	.slidercont .wsp_default_skin p.flex-caption {
		font: 5.88vw/60px CoveredByYourGrace;
		text-align: center;
	}	
}