<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
	background: #CABD9D;
}

.availabilityHeaderContainer {
	
	margin: 0 !important;
	padding: 0 !important;
	
}

.availabilityHeader2 {
	
	margin: 0 !important;
	padding: 12px 0 7px 0 !important;
	
}

nav {
	
	padding: 16px !important;
	
}

nav a {

	padding: 0;
	
}

.subMenu3 {
	
	padding: 10px;
	
}

ul.subMenu0 {
	
	margin-top: 8px !important;
	
}

.site-header {

	display: none;
}


.widget-area a:hover {
	text-decoration: none;
}

.leftCol a, span.byline a, .searchLocation a, .widget-area a, #breadcrumbs a {
	
	font-weight: normal;
	
}

/* fix header spacing */

.rightColWhiteBGLodgesGuide ol {
	
	
	border: 2px solid #3c6958;
	background: #669B87;
	color: white;
	font-size: 1.4em;
	padding: 20px 40px;
	
}


a {
    font-weight: bold;
}




.topText img {
	
	width: auto !important;
	max-width: 100% !important;
	display: block;
	margin: auto;
}



.rightColWhiteBGLodgesGuide ol a {
	
	color: white;
	
}

.availabilityHeader2 img {
	
	margin-bottom: -1px !important;
}

/* special offers text shortcode */

.elementor-section a {
	
	text-decoration: none !important;
	
}

.specialOffersText {
	
	
	margin: 20px auto;
	font-size: 15pt;
	color: #666666;
	font-weight: bold;
	margin-bottom: 30px;
	
}

.specialOffersText a {
	
	color: #0075D6;
	transition: all 0.2s;
	font-weight: bold !important;
	
}

.specialOffersText a:hover {
	
	color: #004a87;
	
}



/* nice button shortcode */

.niceButtonContainer {
	
	width: 100%;
	margin-bottom: 10px;

}

a.niceButton  {

	display: inline-block;
	max-width: 80%;
	min-width: 50%;
	background: #FF8814;
	color: white !important;
	padding: 13px 23px;
	font-size: 13pt;
	text-align: center;
	text-decoration: none !important;
	border-radius: 6px;
	font-weight: bold;
	background: #FF8814;
	
}


a.niceButton:hover {	

	text-decoration: none;
	background: #FF7C35;
	color: white;
	
}



/* Accommodation box shortcode */

.accommodationBoxRight .infoTextContainer {

	display: flex;
	width: 100%;
	flex-direction: row;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	justify-content: space-between;
	webkit-justify-content: space-between;
	
}
	
.accommodationBoxRight .infoText {

	color: #777777;
	margin: 0 20px 5px 0;
	margin: auto;
	text-align: center;	
	font-size: 11pt;
	
}

.accommodationBoxRight .infoTextDate {
	
	font-size: 20px;
	color: #229609;
	font-weight: bold;
	
}

.accommodationBoxRight .hottubIcon {
	margin-top: -5px;
	margin-right: 5px;
	width: 19px;
}

.accommodationBoxRight .infoTextContainer i {
	
	margin-right: 10px;
	
}

.accommodationBoxRight .fa-bed {

	color: #777777;
	
}

.accommodationBoxRight .infoText .fas {
	
	font-size: 15pt;
	margin-bottom: 1px;
	display: block;

}


.accommodationBoxHeader {
	
	color: #567C3B;
	font-size: 23pt;
	margin: 0;
	padding: 0;
	font-family: varela round;
	font-weight: bold;
	line-height: 40px;
}

.accommodationBoxSubHeader {
	
	font-size: 16pt;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: black;
	font-weight: bold;

}

.accommodationBoxContainerLR {
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	justify-content: space-between;
	
}
	
.accommodationBoxLeft {
	
	position: relative;
	width: CALC(50% - 10px);
	border-sizing: box;
	
}

.ratingSource {

	font-size: 11pt;
	margin-top: -10px;
	font-weight: normal;
	
}

.accommodationBoxRating {

	text-align: center;
	font-size: 17px;
	position: absolute;
	top: 8;
	right: 10px;
	bottom: auto;
	background: rgba(48,83,147,.8);
	color: white;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	font-weight: bold;
	z-index: 100;
	padding: 10px;
	
}

.accommodationBoxDistance {

	font-size: 12pt;
	color: #52A4CC;
	font-weight: bold;
	margin-bottom: 10px;
	
}

.accommodationBoxDistance i {
	
	margin-right: 10px;
	
}
		
.accommodationBoxRight {
	
	width: CALC(50% - 10px);
	border-sizing: box;
	font-size: 12pt;
	
}
		
.accommodationBoxPrice {
	
	text-align: right;
	font-size: 16pt;
	font-weight: bold;
	color: #456358;
	margin: 12px auto;
	
}
	
		
.accommodationBoxButtons {
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	
	
}

hr.accommodationBoxHR {
	
	border: 0;
	border-top: 4px solid #ccc;
	margin-top: 10px;
	
}

a.accommodationBoxInfo, a.accommodationBoxLink  {
	
	width: CALC(50% - 10px);
	background: #FF8814;
	color: white;
	padding: 11px;
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none !important;
	
}

a.accommodationBoxInfo  {
	
	background: white;
	border: 2px solid #436413;
	color: #436413;
	
	
}



a.accommodationBoxInfo:hover  {
	
	text-decoration: none;
	background: #d7e6c1;
	
}

a.accommodationBoxLink {	

	background: #FF8814;
	
}

a.accommodationBoxLink:hover {	

	text-decoration: none;
	background: #FF7C35;
	color: white;
	
}


			
	
/* Breadcrumbs */

#breadcrumbs {
	font-size: 10pt;
	font-size: 10pt;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
	color: #878787;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#breadcrumbs .separator {
    font-size: 11px;
    font-weight: 100;
    color: #ccc;
}


h4.logoSubText {

	padding: 0 !important;
	margin-top: -15px !important;
	
}



.read-more-container {
    text-align: right;
}

.site-header {
	display:none
}

.site-info {
      display: none;
}

.footer {
	
	font-size: 12pt;
	line-height: 22px;
	
}

.gb-button-text a {
	color: white;
	text-decoration: none;
}

.gb-button-text a:hover {
	color: white;
	text-decoration: none;
}

.read-more-container {
    text-align: right;
}

.site-header {
	display:none
}

.site-info {
      display: none;
}

.footer {
	
	font-size: 12pt;
	line-height: 22px;
	
}

.gb-button-text a {
	color: white;
	text-decoration: none;
}

.gb-button-text a:hover {
	color: white;
	text-decoration: none;
}









/*
##########################################

Media Queries

##########################################
*/





@media only screen and (max-width: 1100px) {
	
	

	.accommodationBoxButtons {

		flex-direction: column;

	}
	
	a.accommodationBoxInfo, a.accommodationBoxLink  {
		
		width: 100%;
		
	}
	
	a.accommodationBoxInfo a {
		margin-bottom: 20px;
	}

}



@media only screen and (max-width: 800px) {
	
	.infoText {
		
		text-align: center;	
		font-size: 11pt;
		
	}
	

	
	.inside-article {

		margin-top: -20px !important;
	}
	
}



@media only screen and (max-width: 650px) {
	

	
	.accommodationBoxDistance {
		
		display: block;
		margin: 0;
		margin-top: 10px;
		padding: 6px;
	}
	
	.accommodationBoxContainerLR {
	
		flex-direction: column;
		
	}
	
	.accommodationBoxLeft, .accommodationBoxRight {
		
		width: 100%;
		
	}
	
	.infoTextContainer {
		
		margin-top: 10px;
	
	}
	
	
}




@media only screen and (max-width: 600px) {
	
	
	/* style info text (hot tub, sleeps etc) */
	
	.infoTextContainer {

		justify-content: space-around;
		-webkit-justify-content: space-around;
		
	}
	
	
				
	.infoText {
	
		font-size: 9pt;
		margin: 2px;
		text-align: center;
	
	}
	
	
	.niceButtonContainer {
		
		text-align: center;
		width: 100%;

	}


	a.niceButton  {
		
		max-width: 100% !important;
		margin: 0;
		display: block;
		
		
		
	}
	
}





@media only screen and (max-width: 600px) {

	.rightColWhiteBGLodgesGuide ol {
		
		font-size: 1.2em;
		padding: 15px 20px;
		
	}

}</pre></body></html>