/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


@import url('https://fonts.googleapis.com/css?family=Bitter|Handlee|Loved+by+the+King');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=ABeeZee|Karla|Open+Sans|PT+Sans|Roboto|Satisfy|Signika');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	/*font:300 15px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	
	line-height: 1.5;
	color:#444;
	float: left;
	width: 100%!important;
	overflow-x: hidden;
}

h1, h2, .special, .tfree-testimonial-title {
	font-family: 'Bitter', serif;
}


.tagline {
	font-family: 'Bitter', serif;
	font-size: 1.5em;
	margin-top: 10px;
}

.large {
	font-size: 3em !important;
	line-height: 1.3em;
}

.medium {
	font-size: 2em !important;
	line-height: 1.3em;
}

.red {
	color: #df2025;
}

.black {
	color: white;
}

.white {
	color: white;
}

.white:hover {
	color: whitesmoke;
}


.tight {
	margin-top: 0px!important;
	margin-bottom: 20px!important;
}

.button_red {
	padding: 15px;
	background: #c62025;
	color: white;
	margin-right: 5px;
	border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	padding-left: 20px;
	padding-right: 20px;
}

.button_red:hover, .button_red:focus {
	color: white;
	background: #d21d22;

}



.spacer_big {
	float: left;
	width: 100%;
	height: 60px;
}

.spacer_small {
	float: left;
	width: 100%;
	height: 15px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#b61b1f;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;	

}

.wrapper_footer {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
}

/* header */
.header {
	position: fixed;
	z-index: 99;	
	float: left;
	width: 100%;
	background: #fff0;
}
/* logo */
.logo {
	float: left;
	width: 200px;
	padding: 20px;
	background: #ffffffe6;
	margin-left: 20px;
	position: absolute;
	left: 0px;
	animation-name: logo_in;
  	animation-duration: 1s;
	animation-fill-mode: forwards;
	top: -200px;
	border-radius: 5px;
	padding-right: 30px;
}
.logo-img {

}


@keyframes logo_in {
  from {top: -200px;}
  to {top: 10px;}
}

@keyframes logo_in_mobile {
	  from {top: -200px;}
	  to {top: 40px;}
	}

/* nav */
.nav {
	float: right;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: #9e0b0f;
	color: white;
	padding-top: 40px;
	float: left;
	width: 100%;
}

.footer_social {
	margin-top: 30px;
}

.footer_social i {
	color: white;
	font-size: 1.5em;
	margin-right: 15px;
}

.copyright {
	float: left;
	width: 111%;
	background: #212121;
	padding: 10px;
	padding-left: 40px;
	font-size: 0.8em!important;
	margin-bottom: 0px!important;
	margin-top: 30px;
	position: relative;
	left: -20px;
	
}

select {
	padding: 10px;
    border: 0px;
	height: 50px;
	border-radius: 5px;
}

button {
    padding: 10px;
    color: white;
    background-color: #b82e24;
    border: 0px;
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
	border-radius: 5px;
	margin-left:10px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:480px) {
	.cottage_block {
		width: 100%!important;
	}
	
	.hover_menu {
		display: none!important;
	}
	
	.button_red {
		width: 100% !important;
		float: left;
		margin-bottom: 2px;
	}
	
	.button_full a {
		margin-bottom: 3px!important;
	}
	
}
@media only screen and (max-width:768px) {
	.cottage_block {
		width: 100%!important;
		min-height: 295px;
	}
	
	
	.footer_menu li {
		margin-bottom: 5px;
	}
	
	.home_tagline {
		display: none!important;
	}
	
	.ngg-gallery-thumbnail-box {
		width: 100%;
		background: white;
		margin-bottom: 5px;
	}
	
	.ngg-fancybox {
		background: white!important;
	}
	
	.hover_menu {
		display: none!important;
	}
	
	.logo {
		margin-left: 0px!important;
	}
	
	.mega-toggle-label {
		display: none;
	}
	
	#mega-menu-19-0-0 {
		display: none!important;
	}
	
	.cpost_block, .mega-menu-columns-4-of-12 {
		width: 100%!important;		
	}
	
	.footer_column {
		width: 100%!important;
		margin-bottom: 30px;
	}
	
	.top_slideshow {
		height: 300px!important;
	}
	
	.strapline {
		margin-top: 0px!important;
	}
	
	.category_image {
		display: none;
	}
	
	.price_box, .button_full .vce, .button_full a, .short_stays {
		width: 100%!important;
	}
	
	.wrapper {
		width: 100%!important;
		margin: 0px!important;
	}
	
	.vce-row-content, .footer {
	    padding-left: 15px!important;
    	padding-right: 15px!important;
	}
	
	.cottage_block {
		padding: 5px!important;
	}
	
	button.mega-toggle-animated.mega-toggle-animated-slider {
		padding-left: 5px!important;
	}
	
	.header {
		position: relative!important;
	}
	
	.nav {
		width: 100%;
	}
	
	.logo {
		animation-name: logo_in_mobile!important;
	}
	
	.full_links a {
		width: 100%!important;
		float: left;
	}
	
	.location {
		margin-left: 0px!important;
	}
	
	.daffodil {
		margin-top: 30px!important;
	}
	
	.wrapper {
		overflow:hidden;
	}
	
	.category-blog {
		padding: 20px;
	}
	
	.article_photo {
		margin-right: 22%!important;
		margin-bottom: 20px!important;
	}
	
	.good_to_go {
		margin-left: 25%;
	}
	
	
	
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {
	.daffodil {
		background-position-x: -207px!important;
	}
}
@media only screen and (min-width:1280px) {

	.daffodil {
		background-position-x: -207px!important;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	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:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


.top_slideshow {
	height: 500px;
	position: relative !important;
}

.homepage_link {
	float: left;
	background-size: auto;
	background-size: cover !important;
	height: 220px;
	position: relative;
	margin: 5px;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.47);
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.47);
	border: 3px solid white;
	width: 220px;
	overflow: hidden;
	  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.homepage_link:hover, .homepage_link:focus {
	top: -2px;
}

.homepage_link:hover p {
	padding-bottom: 15px;
}



.homepage_cottages {
	background: url(/wp-content/uploads/2019/03/cottages.jpg);
}

.homepage_facilities {
	background: url(/wp-content/uploads/2019/03/facilities.jpg);
}

.homepage_location {
	background: url(/wp-content/uploads/2019/03/location.jpg);
}

.homepage_blog {
	background: url(/wp-content/uploads/2019/03/blog.jpg);
}

.homepage_contact {
	background: url(/wp-content/uploads/2019/04/homeleigh_sign.jpg);
}

.homepage_link p {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
	margin: 0px;
	font-family: 'Dancing Script', cursive;
	font-size: 1.8em;
	text-transform: capitalize;
	color: white;
	  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.strapline {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hover_menu {
	position: relative !important;	
	bottom: -340px;
}

.daffodil {
	background: url(/wp-content/uploads/2019/03/daffodil.jpg);  	
	background-repeat: no-repeat;
	background-size: 30%;
	background-position-x: -100px;
	background-position-y: 120px;
}

.homepage_list, .homepage_list li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #ad8528;
    font-family: 'Bitter', serif!important;
	padding-right: 10px;
	display: none;
}

.homepage_list li:first-child:before {
	display: none;
}

.homepage_list li:before {
	content: "|";
	color: #b82e24;
	padding-right: 10px;
}

.room_text {
	margin-right: 20px;
}

.footer_menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.footer_menu a {
	color: white;
		-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.footer_menu a:hover:before  {
	left: 2px;
	position: relative;

}

.footer_menu a:before {
	content: "\f138";
	padding-right:10px;
	font-family: "fontAwesome";

}

.footer_column {
	width: 31%;
	margin-right: 1%;
	float: left;	
}



.vce-image-gallery-item-inner img.vce-image-gallery-img {
	height: 106%!important;
}


.circle {
	border-radius: 50%;
	width: 350px;
	height: 350px;
	border: 3px solid #fff;
	float: right;
	position: relative;
	top: 50px;
	right: -50px;
}




.circle_two {
	width: 300px;
	height: 300px;
	top: -82px;
}

.testimonials {
	background: whitesmoke;
}

.cottage_select {

}

.location {
	margin-left: 30px;
}

.cottage_block {
    float: left;
    width: 31%;
    background: #c13b4e;
    border: 0px solid silver;
	margin-bottom: 20px;
	position: relative;
	margin-right: 2%;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
	color: white;
	padding-bottom: 5px;	
}

.cottage_block img {
	width: 100%;	
}


.cottage_block h3, 
.cottage_block p {
	margin-left: 15px;
}

.cottage_block:hover, .cottage_block:focus {
	background: #ea3759;
	color: white!important;
}

.cottage_block:hover p {
	color: white!important;
}


.cottage_ajax .cottage_block {
	-webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.13);
box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.13);
	border: 0px!important;
	border-radius: 6px;
	overflow: hidden;
}

.cottage_block:hover .sleeps {
	top: -5px;
}

.cottage_text {
	padding: 20px;
}

.cottage_images img {
	width: 50%;
	float: left;
}

.sleeps {
 	float: left;
	background: #353535;
	padding: 10px;
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom-right-radius: 6px;
}


.icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #eee;
	text-align: center;
	color: #535353;
	position: relative;
	border-radius: 50%;
	font-size: 1.2em;
	padding: 10px;
	margin-right: 10px;
}

.icon:hover {
	background: #c2eeea;
}

.icon_count {
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	right: 0px;
	width: 19px;
	font-size: 0.7em !important;
	font-weight: bold;
}

.clearit {
	float: left;
	width: 100%;
	height: 40px;
}

.ngg-galleryoverview.default-view {
	text-align: left!important;	
}

.equipment_holder {
	float: left;
	width: 95%;
	margin-bottom: 25px;
	font-family: 'Bitter', serif;
	font-size: 1.2em;
}

.equipment_holder img {
	border-radius: 50%;
	width: 70%;
	border: 4px solid #f0f0f0;
}

.equipment_holder h3 {
    margin-bottom: -10px;
}

.vce-faq-toggle-shape-color--1D64C5 .vce-faq-toggle-icon {
    background-color: #b61b1f!important;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
    width: 100%;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 5px;
	margin-top: 8px;
}

.wpcf7-date {	
    padding: 10px;
    border: 1px solid silver;
    border-radius: 5px;
	margin-top: 8px;	
}

.date_space {
	padding-left: 5px;
	padding-right: 5px;
		
}

label {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.wpcf7-submit {
    padding: 10px;  
    background: #9e0b0f;
    color: white;
    border: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
	background: #c21318;
}



.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



.contact_social a {
	color: #b61b1f;
	margin-right: 15px;
}

.contact_social i {
	font-size: 2.5em;	
}

.button_full a {
	float: left;
	padding: 12px !important;
	margin-right: 5px !important;
	border-radius: 4px !important;
	margin-bottom: 5px!important;
}

.button_full span {
	float: left;
}

.button_full a {
	background: #b9261c!important;
	opacity: 0.9;
}

.button_full a:hover, .button_full a:focus {
	opacity: 1;
}

.button_full span {
	margin-bottom: 0px!important;
}

.flower_01 {
	background-image: url('/wp-content/uploads/2019/04/flowers_01_neater.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 15%;
}

.flower_02 {
	background-image: url('/wp-content/uploads/2019/04/flowers_02.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 15%;
}

.flower_03 {
	background-image: url('/wp-content/uploads/2019/04/rose.jpg');
	background-repeat: no-repeat;	
    background-position-y: 300px;
	background-size: cover;
}

.flower_04 {
	background-image: url('/wp-content/uploads/2019/04/lavendar.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
    background-position-y: bottom;
	background-size: cover;
	background-position-y: 50px;
}

.flower_05 {
	background-image: url('/wp-content/uploads/2019/04/holly.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
    background-position-y: bottom;
	background-size: cover;
	background-position-y: 50px;
}

.flower_06 {
	background-image: url('/wp-content/uploads/2019/04/primrose.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
    background-position-y: bottom;
	background-size: cover;
	background-position-y: 50px;
}

.flower_07 {
	background-image: url('/wp-content/uploads/2019/04/honeysuckle.jpg');
	background-repeat: no-repeat;	
	background-size: cover;
	background-position-y: 300px;
}

.flower_08 {
	background-image: url('/wp-content/uploads/2019/04/strawberry.jpg');
	background-repeat: no-repeat;	
	background-size: cover;
	background-position-y: 300px;
}

.tourist_link {
    float: left;
    width: 300px;
    margin-right: 30px;
    border: 1px solid silver;
	margin-bottom: 30px;
}

.cpost_block {
	float: left;
	width: 33%;
	margin-right: 2%;
	margin-bottom: 40px;
	color:white;
}

.cpost_block:hover .cpost_thumb {
	-webkit-filter: saturate(1.5);
  filter: saturate(1.5);	
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cpost_block:hover {
	color: whitesmoke!important;
}

.blog_section {
	background: #98a5aa;
		background-image: url('/wp-content/uploads/2019/03/flowers_01_neater.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 15%;
}


.cpost_thumb {
	width: 100%;
	height: 300px;
	background-size: cover;
	float: left;
}

.cpost_title {
	float: left;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	font-family: 'Bitter', serif;
	font-size: 1.2em;
	padding-bottom: 5px!important;
}

.cpost_description {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-top:0px!important; 
	box-sizing: border-box;
	color: #efefef;
}

.price_box,
.short_stays {
	background: #fff;
	float: right;
	width: 81%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: medium;
	border: 1px solid #dedada;
	border-radius: 35px;
	position: relative;
	top: -15px;
}

.short_stays {
  margin-top: 10px;
  background: #bf3a31;
  color: white;
  border: 0;
}

.ngg-fancybox {
padding: 2px;
background: #e1e1e1;
}

.slick-dots button {
	margin: 0px!important;
}


.category_title {
	margin-top: 100px;
}

.category_image {
	float: left;
	width: 200px;
	height: 200px;
	background-size: cover!important;
}

.category_block {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.category_left {
	float: left;
	width: 20%;
}


.category_right {
	float: left;
	width: 80%;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px;
    background: #9c0b0f;
    color: white;
    padding: 15px;
    margin: 0px;
}

.wpcf7-not-valid {
    border: 1px solid #b61b1f;
}

span.wpcf7-not-valid-tip {
    color: #b61b1f;   
}

.footer_menu a:hover, .footer_menu a:focus {
	color: whitesmoke;
}

.footer_column h2 {
	margin-top: 3px!important;
}

.share_text {
	font-family: 'Dancing Script', cursive;
	font-size: 1.5em;	
	margin-bottom: 0px;
}

.ssbp-li--facebook {
	margin-left: 0px!important;
}

.ssba li {
	margin-left: 0px!important;
}

.article_wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}

.article_photo {
	float: right;
	width: 250px;
	height: 250px;
	background-size: cover!important;
	border-radius: 50%;
}

.cottage_ajax {
	margin-top: 40px;	
}

#cottage_go:hover {
	background: #2c9c84!important;
	color: #fff!important;
}

.vce-image-gallery-img {
	border: 4px solid #ededed;
}

.widget_media_image img {
	border: 2px solid #ececec;
}

.equipment_smaller {
	font-size: 0.9em;
	text-align: left;
	font-weight: 200 !important;
	font-family: 'Open Sans', sans-serif;
}

.cottage_pad {
	margin-left: 15px;
}

.home_tagline {
position: absolute !important;
top: 200px;
width: 100%;
}

.home_tagline p {
color: #fff;
font-size: 2em;
font-family: 'Bitter', serif;
text-align: center;
margin: 0px;
    margin-top: 0px;
margin-top: 0px;
margin-top: 25px;
background: #fff;
padding: 10px;
border-radius: 20px;
background: linear-gradient(to right, rgba(221, 63, 63, 0) 0%,rgba(219, 70, 70, 0.97) 34%,rgb(232, 46, 46) 35%,rgb(200, 71, 71) 50%,rgb(208, 56, 56) 51%,rgb(236, 15, 15) 63%,rgb(255, 51, 51) 64%,rgba(255,255,255,0) 100%);
	
	  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



.wpcf7-mail-sent-ok {
    background: #69d26a;
    color: white;
    border: 0px !important;
    padding: 15px !important;
    margin: 0px!important;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1::after {
	font-size: 35px;
}


.facebook_footer a {
	color: whitesmoke!important;
}


.captcha_text {
	color: #333;
	font-size: small;
}

.grecaptcha-badge {
	display:none!important;
}


.good_to_go {
	border-radius: 50%;
	width: 150px;
	padding: 8px;
	float: left;
	background: white;
	margin-top: 35px;
}

.footer a {
 	color: white!important;	
}

.covid_notice {
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 25px;
	margin-top: 0px;
	font-family: 'Bitter', serif;
}


.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
	background: white;
}

.wpsbc-legend, .wpsbc-container .wpsbc-calendars .wpsbc-calendar {
	border: 0px!important;
}

.link_full {
	float: left;
	width: 100%;
}

.vce-image-masonry-gallery-item {
	margin-bottom: 3px!important;
	padding-left: 0px!important;
	padding-right: 3px!important;
}


.testimonials_holder {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-sizing: border-box;
}


