/*
Theme Name: Treberfedd
Theme URI: http://hustudiodesign.co.uk/
Author: hustudiodesign.co.uk
Author URI: http://hustudiodesign.co.uk/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: treberfedd
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

treberfedd is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: courier;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin-top: 2em;
	text-align: center;
	margin-bottom: 0em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline:none;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 0em;
	font-size: 1.15em;
	font-weight: 300;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	background-image: url("/wp-content/uploads/2019/02/wildflower-illustration.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom; 
	background-size: 25%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: none;
	padding: 0em;
}

li > ul {
	margin-bottom: 0em;
	margin-left: 0em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #333;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #d6ad3b;
}

a:visited {
	color: #d6ad3b;
}

a:hover,
a:focus,
a:active {
	color: #d6ad3b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	/*float: left;*/
	width:100%;
	position: relative;
	text-align: center;
   	border-top: #fff solid 1px;
   	padding: 5px 10px 5px 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#404040;
	text-transform: uppercase;
	font-size: 0.85em;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 0;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	/*background:#d4b989;
	left:155px;
	top:-25px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2)*/
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	/*left: auto;*/
	left:100%;
	z-index:99999999;
	
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding: 20px;
	background-color: #ffffff;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 49%;
	padding: 20px;
	background-color: #ffffff;
}

/*--------------------------------------------------------------
## Inner - Menus
--------------------------------------------------------------*/


.inner-header .main-navigation{
	width: 150px;
	float: left;
}
.inner-header .toggled{
	width:250px;
}
.inner-header button{
	background:none;
	color:#404040;
}


/*--------------------------------------------------------------
# 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	/*margin: 0 0 1.5em;*/
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.panel-grid-cell .widget-title {
    margin-top: 0;
    font-weight: 300!important;
    font-size: 1.8em!important;
}

.so-widget-sow-button-flat-df72de6970b7 .ow-button-base a {
    font-size: 1.1em!important;
    padding: 0.5em 1em!important;
    border-radius: 3em!important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.ow-button-base a{
	line-height:1.4em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## NAV
--------------------------------------------------------------*/
.site-header{
	width: 15%;
    position: fixed;
    left: 0;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
	height: 100vh;
	background-color:#f4f2f3;
	z-index:999999;
}
.logo-home{
	width: 65%;
	margin:0 auto;
	padding:5% 0;
}
.nav-contact a{
	color:#404040;
	text-decoration:none;
	text-align:center;
}
.nav-contact{
	width:100%;
	text-align:center;
	float:left;
	border-top:2px solid #fff;
	padding-top:5%;
}
.social{
	width:15%;
	float:left;
	padding-top:1%;
	text-align:center;
	padding-bottom:1%;
	position: fixed;
	bottom: 0;
}

.social-icon{
	width:10%;
	display:inline-block;
	margin:1%;
}

.sub-menu{	
	background: #969a89;
	left: 115px;
	top:-25px;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a{
	font-weight:bold;
	color: #d6ad3b;
}

.hottubmain {
background-image: url('/wp-content/uploads/2019/04/hot-tub-soft-grey.png');
background-repeat: no-repeat;
background-position: 96% 50%;
background-size: 27px 19px;
}
.hottub {
background-image: url('/wp-content/uploads/2019/04/hot-tub-grey-space.png');
background-repeat: no-repeat;
background-position: 96% 50%;
background-size: 27px 19px;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

/*--------------------------------------------------------------
## CTA WIDGETS
--------------------------------------------------------------*/

#cta-widget{
	width:350px;
	right:20px;
	top:20px;
	z-index:99999999;
	position:fixed;
	text-align:right;
}
#cta-widget a{
	font-size:0.9em;
	padding: 10px 20px; 
}
#cta-widget .so-panel{
	display:inline-block;	
}

.sow-cta-base {
    border: 0px solid!important;
}

/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/
#page{
	margin-left: 15%;
	margin-right: 20%;
}
.home .entry-title{

}
.signup-cta h4{
	color: #fff;
    	font-size: 1.4em;
	font-weight: 300;
}

/*--------------------------------------------------------------
## PAGE
--------------------------------------------------------------*/
.content-area {background-color: #f7f7f7;}
.entry-meta {display:none;}
.cat-links {display:none;}
.wp-block-image img {
    width: 100%!important;
}

.content {width:100%;}
.entry-title {
	color: #fff;
	font-size: 5em;
	line-height: 1em;
	text-align: left;
	margin-left: 0.75em;
	position: absolute;
 	top: -1em;
	z-index: 999;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	width: 40%;
}


.entry-header a { 
	color: #fff;
	text-align: left;
	z-index: 999;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	text-decoration: none;
    }

.panel-grid{
	margin-left:0!important;
	margin-right:0!important;
}
#pg-5-0 .panel-grid-cell{
	padding-left:0!important;
	padding-right:0!important;
}
.inner-header .logo-home{
	width:150px;
}
#green-but{
	height: 120px;
    	width: 15vmax;
    	padding-top: 10%;
}
.feature-info{
	height:20vmax;
}


/* Grid Layout Custom CSS */

body.blog article, body.archive article {
width: 32%;
display: inline-block;
vertical-align: top;
text-align: left;
margin-bottom: 2em;
margin-top: 0em;
margin-right: 0.5em;
position: relative;
background: #ffffff;
box-shadow: 0 0 0 4px #f7f7f7, 0 3px 3px rgba(0, 0, 0, 0.5);
}
body.blog .site-content {margin-top: 0em;}
body.blog .content-area {margin-left: 0em; margin-right: 0em; padding: 2em;}
body.blog .entry-title  {font-size: 1.4em!important; color: #404040!important; margin-left: 0!important; position: relative!important;width: 100%!important;}
body.blog .entry-title a {font-weight: 300; color: #d6ad3b!important; margin-left: 0!important; position: relative!important; text-shadow:none;top: 1.2em !important;}
body.blog .entry-header {margin-left: 2em;line-height: 1.5em!important;margin-right: 2em;}
body.blog .entry-meta {display:none;}
body.blog .entry-content {margin: 0em 2em 2em 2em; font-size: 0.95em;}

body.blog .more-link {
	color: #ffffff;
	text-decoration: none;
	background: #B22A2F;
	padding: 5px 10px 5px 10px;
	border-radius: 25px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

body.archive .site-content {margin-top: 0em;}
body.archive .content-area {margin-left: 0em; margin-right: 0em; padding: 2em;}
body.archive .entry-title  {font-size: 1.4em!important; color: #404040!important; margin-left: 0!important; position: relative!important;width: 100%!important;}
body.archive .entry-title a {font-weight: 300; color: #d6ad3b!important; margin-left: 0!important; position: relative!important; text-shadow:none;top: 1.2em !important;}
body.archive .entry-header {margin-left: 2em;line-height: 1.5em!important;margin-right: 2em;}
body.archive .entry-meta {display:none;}
body.archive .entry-content {margin: 0em 2em 2em 2em; font-size: 0.95em;}
body.archive .page-title {font-size: 2em; margin-top: 0em; text-align: center; margin-bottom: 1em;}

body.archive .more-link {
	color: #ffffff;
	text-decoration: none;
	background: #B22A2F;
	padding: 5px 10px 5px 10px;
	border-radius: 25px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.category-news p { 
    margin: 0em 2em 2em 2em;
} 
.category-news h2 { 
    margin: 1em 1.4em 1em 1.4em;
} 

/*--------------------------------------------------------------
## RIGHT BAR
--------------------------------------------------------------*/
.sidebar-blog {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
	padding-left: 40px;
}
.sidebar-blog p {
	padding-right: 40px;
	font-size: 0.85em;
}
.sidebar-blog ul {list-style: none; padding-right: 40px; padding-left: 0!important;}
.sidebar-blog li {font-size: 0.85em; padding-bottom: 5px; padding-top: 5px; border-bottom: 1px solid #ffffff;}
.sidebar-blog li a {text-decoration: none; color: #404040; list-style: none;}
.sidebar-blog h2 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

#secondary {
	width:20%;
	right:0px;
	color: #404040;
	top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
	padding-left: 40px;
}
#secondary p {
	padding-right: 40px;
	font-size: 0.85em;
}
#secondary ul {list-style: none; padding-right: 40px!important; padding-left: 0!important;}
#secondary li {font-size: 0.85em; padding-bottom: 5px; padding-top: 5px; border-bottom: 1px solid #ffffff;}
#secondary li a {text-decoration: none; color: #404040; list-style: none;}
#secondary h2 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-welcome {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-welcome p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-welcome h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-cottages {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-cottages p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-cottages h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-farmhouse {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-farmhouse p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-farmhouse h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-granary {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-granary p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-granary h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-oldcart {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-oldcart p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-oldcart h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-thatched {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-thatched p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-thatched h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-eco {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-eco p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-eco h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-aerona {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-aerona p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-aerona h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-saffir {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-saffir p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-saffir h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-camping {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-camping p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-camping h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-glamping {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-glamping p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-glamping h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-things {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-things p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-things h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-local {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-local p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-local h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-farm {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-farm p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-farm h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-centre {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-centre p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-centre h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-about {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-about p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-about h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

.sidebar-contact {
	width:20%;
	right:0px;
	color: #404040;
	padding-top: 70px;
	height: 100%;
	z-index:9999999;
	position:fixed;
}
.sidebar-contact p {
	padding: 0px 40px 5px 40px;
	font-size: 0.85em;
}
.sidebar-contact h2 {
	padding: 0px 40px 5px 40px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #d6ad3b;
}

/*--------------------------------------------------------------
## BOOKINGS
--------------------------------------------------------------*/

iframe.calendar {
	background-color: #ffffff!important;
	border: 0px!important;
	margin: 0 auto!important;
	width: 100%!important;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer{
	width:100%;
}
.site-info{
	color:#404040;
}
.site-info a {
	color:#404040;
	text-decoration:none;
}
.foot-social{
	display:none;
}

/*--------------------------------------------------------------
## MAIL CHIMP
--------------------------------------------------------------*/

#mc_embed_signup{
	background:#d6ad3b;
	font:inherit!important;
	padding:2em;
	color:#fff;
	text-align:center;
	background-image: url("/wp-content/uploads/2019/02/newsletter-icon.png");
	background-repeat: no-repeat;
	background-position: center bottom; 
}
#mc_embed_signup h4{
	font-size: 1.8em;
	font-weight: 300;
	margin:0;
}

#mc_embed_signup .email{
	border: none;
    border-radius: 0;
    width: 80%;
    padding: 1em;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	margin: 1em;
}

#mc_embed_signup input[type="submit"] {
	background: #B22A2F!important;
	color: #fff!important;
	border: 0!important;
	font-size: inherit!important;
	padding: 1em!important;
	float: none!important;
	margin: 0 auto!important;
	border-radius: 25px!important;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
## MEDIA QUERIES
--------------------------------------------------------------*/

@media only screen and (max-width : 1400px) {
	body{
		font-size:0.8em;
	}
	.site-header{
		width: 15%;
	}
	.main-navigation li {
   	padding: 3px 5px 3px 5px;
	}
	.main-navigation ul li:hover > ul, 
	.main-navigation ul li.focus > ul {
		left:15%;
	}
	.social {
    width: 15%;
    padding-top: 1%;
    padding-bottom: 3%;
	}
	#page{
	margin-left: 15%;
	margin-right: 25%;
	}
	.entry-title {
	color: #fff;
	font-size: 3.5em;
	line-height: 1.2em;
	text-align: left;
	margin-left: 0.75em;
	position: absolute;
 	top: 0.2em;
	z-index: 999;
	}
	
	body.blog .entry-title {top:-1em;}
	body.blog .entry-title a {top:-1em;}
	
	.sidebar-blog  {width:25%; padding-top: 50px;}
	.sidebar-blog  p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-blog  h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	#secondary  {width:25%; padding-top: 50px;}
	#secondary  p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	#secondary  h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-welcome {width:25%; padding-top: 50px;}
	.sidebar-welcome p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-welcome h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-cottages  {width:25%; padding-top: 50px;}
	.sidebar-cottages  p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-cottages  h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-farmhouse {width:25%; padding-top: 50px;}
	.sidebar-farmhouse p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-farmhouseh2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-granary {width:25%; padding-top: 50px;}
	.sidebar-granary p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-granary h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-oldcart  {width:25%; padding-top: 50px;}
	.sidebar-oldcart  p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-oldcart  h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}

	.sidebar-thatched {width:25%; padding-top: 50px;}
	.sidebar-thatched p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-thatched h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-eco {width:25%; padding-top: 50px;}
	.sidebar-eco p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-eco h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-aerona {width:25%; padding-top: 50px;}
	.sidebar-aerona p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-aerona h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-saffir {width:25%; padding-top: 50px;}
	.sidebar-saffir p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-saffir h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-camping {width:25%; padding-top: 50px;}
	.sidebar-camping p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-camping h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-glamping {width:25%; padding-top: 50px;}
	.sidebar-glamping p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-glamping h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-things {width:25%; padding-top: 50px;}
	.sidebar-things p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-things h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-local  {width:25%; padding-top: 50px;}
	.sidebar-local  p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-local  h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-farm {width:25%; padding-top: 50px;}
	.sidebar-farm p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-farm h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-centre {width:25%; padding-top: 50px;}
	.sidebar-centre p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-centre h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-about {width:25%; padding-top: 50px;}
	.sidebar-about p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-about h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}
	
	.sidebar-contact {width:25%; padding-top: 50px;}
	.sidebar-contact p {padding: 0px 30px 5px 30px; font-size: 0.95em;}
	.sidebar-contact h2 {padding: 0px 30px 5px 30px; font-size: 1.8em;}

	.widget-title {margin-top: 1em!important;}
	
	body.blog article, body.archive article {
		width: 47%;}
}

@media only screen and (max-width : 980px) {
	body{
		font-size:0.8em;
	}
	.site-header{
		width: 0%;
	}
	.main-navigation li {
   	padding: 3px 5px 3px 5px;
	}
	.main-navigation ul li:hover > ul, 
	.main-navigation ul li.focus > ul {
		left:15%;
	}
	.social {
    width: 25%;
    padding-top: 0%;
    padding-bottom: 150px;
	right: 30%;
	}
	#page{
	margin-left: 0%;
	margin-right: 25%;
	}
	.entry-content {margin-top: 80px;}
	.logo-home{
	width: 70px;
    margin: 5px 10px;
    padding: 0;
	float:left;
	display: block;
	position: fixed;
	}
	.entry-title {
	color: #fff;
	font-size: 2.5em;
	line-height: 1.2em;
	text-align: left;
	margin-left: 0.75em;
 	top: 1.75em;
	z-index: 999;
	}
	.widget-title {margin-top: 1em!important;}
	#cta-widget{
	width:100%;
	right: 0px;
	top: 0px;
	padding: 15px 60px 15px 0px;
	z-index:99999;
	position:fixed;
	text-align:right;
	background-color: #f4f2f3;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
	height: 80px;
	}
	#cta-widget a{font-size:0.8em; padding: 5px 8px;}
	#cta-widget .so-panel{display:inline-block;}
	
	.sidebar-blog  {padding-top: 80px;}
	.sidebar-blog  p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-blog  h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	#secondary  {padding-top: 80px;}
	#secondary  p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	#secondary  h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}
	
	.sidebar-welcome {padding-top: 80px;}
	.sidebar-welcome p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-welcome h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-cottages  {padding-top: 80px;}
	.sidebar-cottages  p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-cottages  h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-farmhouse {padding-top: 80px;}
	.sidebar-farmhouse p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-farmhouse h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-granary {padding-top: 80px;}
	.sidebar-granary p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-granary h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-oldcart  {padding-top: 80px;}
	.sidebar-oldcart  p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-oldcart  h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-thatched  {padding-top: 80px;}
	.sidebar-thatched  p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-thatched  h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-eco {padding-top: 80px;}
	.sidebar-eco p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-eco h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-aerona {padding-top: 80px;}
	.sidebar-aerona p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-aerona h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-saffir {padding-top: 80px;}
	.sidebar-saffir p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-saffir h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-camping {padding-top: 80px;}
	.sidebar-camping p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-camping h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-glamping {padding-top: 80px;}
	.sidebar-glamping p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-glamping h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-things {padding-top: 80px;}
	.sidebar-things p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-things h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-local  {padding-top: 80px;}
	.sidebar-local  p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-local  h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-farm {padding-top: 80px;}
	.sidebar-farm p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-farm h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-centre {padding-top: 80px;}
	.sidebar-centre p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-centre h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-about {padding-top: 80px;}
	.sidebar-about p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-about h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}

	.sidebar-contact {padding-top: 80px;}
	.sidebar-contact p {padding: 0px 20px 5px 20px; font-size: 0.90em;}
	.sidebar-contact h2 {padding: 0px 20px 5px 20px; font-size: 1.5em;}
	}

@media only screen and (max-width : 800px) {
	.site-header{width: 0%;}	
	#page{margin-left: 0%;}
	.entry-content {margin-top: 80px;}
	.logo-home{
	width: 70px;
    margin: 5px 10px 0px 20px;
    padding: 0;
	float:left;
	display: block;
	position: fixed;
	}	
	#cta-widget{
	width:100%;
	right: 0px;
	top: 0px;
	padding: 15px 60px 15px 0px;
	z-index:99999;
	position:fixed;
	text-align:right;
	background-color: #f4f2f3;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
	height: 80px;
	}
	#cta-widget a{
	font-size:0.8em;
	padding: 5px 8px; 
	right: 0;
	}
	#cta-widget .so-panel{
	display:inline-block;	
	}
	.foot-social img{
	width: 100%;
	}
	body.blog article, body.archive article {
	top: 100px!important; 
	margin-bottom: 2em!important;
	}
	}
	
@media only screen and (max-width : 600px) {
	#page{
	margin-left:0%;
	}
	.entry-content {margin-top: 80px;}
	.site-header{
	width: 100%;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
	height: 80px;
	background-color:#f4f2f3;
	z-index:999999;
	}
	.logo-home{
	width: 70px;
    margin: 5px 10px;
    padding: 0;
	float:left;
	display: block;
	position: fixed;
	}
	.entry-title {
	color: #fff;
	font-size: 2em;
	line-height: 1.2em;
	text-align: left;
	margin-left: 0.75em;
	position: absolute;
 	top: 85px;
	z-index: 999;
	width: 70%;
	}
	.social{
	display:none;
	}
	#cta-widget{
	width:250px;
	right:55px;
	top:20px;
	z-index:99999999;
	position:fixed;
	text-align:right;
	padding: 0px;
	background-color: transparent;
	box-shadow: none;
	}
	#cta-widget a{
	font-size:0.8em;
	padding: 5px 6px; 
	}
	#cta-widget .so-panel{
	display:inline-block;	
	}	
		body.blog article, body.archive article {top: 100px!important;
		width: 94%;}
}

@media only screen and (max-width : 480px) {
	body {background-image: none;}
	#page{
	margin-right: 0%;
	}
	.logo-home{
	width: 60px;
    margin: 10px 10px;
    padding: 0;
	float:left;
	display: block;
	position: fixed;
	}
	.entry-title {
	color: #fff;
	font-size: 1.7em;
	line-height: 1.2em;
	text-align: left;
	margin-left: 0.75em;
	position: absolute;
 	top: 60px;
	z-index: 999;
	width: 70%;
	}
	.social{
	display:none;
	}
	#cta-widget{
	width:250px;
	right:50px;
	top:25px;
	z-index:99999999;
	position:fixed;
	text-align:right;
	padding: 0px;
	background-color: transparent;
	box-shadow: none;
	}
	#cta-widget a{
	font-size:0.8em;
	padding: 5px 6px; 
	}
	#cta-call {font-size:0.8em!important;}
	#cta-book {font-size:0.8em!important;}
	#cta-guest {font-size:0.8em!important;}
	.sidebar-blog {display: none;}
	#secondary {display: none;}
	.sidebar-welcome {display: none;}
	.sidebar-cottages {display: none;}
	.sidebar-farmhouse {display: none;}
	.sidebar-granary {display: none;}
	.sidebar-oldcart {display: none;}
	.sidebar-thatched {display: none;}
	.sidebar-eco {display: none;}
	.sidebar-aerona {display: none;}
	.sidebar-saffir {display: none;}
	.sidebar-camping {display: none;}
	.sidebar-glamping {display: none;}
	.sidebar-things {display: none;}
	.sidebar-local {display: none;}
	.sidebar-farm {display: none;}
	.sidebar-centre {display: none;}
	.sidebar-about {display: none;}
	.sidebar-contact {display: none;}
}