.rightColWhiteBGLodgesGuide {
	
	padding-left: 60px;
	padding-right: 60px;
	
}

table.goodToKnowTable {
	background: black;
}

table.goodToKnowTable {
	
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
}

table.goodToKnowTable caption {
	
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    background-color: #527D16;
    color: white;
    text-align: center;
    
}

table.goodToKnowTable i {
	
    color: #6c8745;
    font-size: 2.5em;
    
}

table.goodToKnowTable td {
	
    padding: 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
 
}

table.goodToKnowTable tr:last-child td {
    border-bottom: none;
}

.goodToKnowTable tbody tr td:nth-child(2) {
    font-weight: bold;
}






.handyLinks {
	
	background: #215e80;
	padding: 15px;
	border-radius: 0 15px 0 0;
	font-size: 16pt;
	color: white;
	margin-bottom: -24px;
	padding-left: 80px;
	margin-left: -60px;
	max-width: 300px;
	
}

/* Blue box at top of content */

.regionPicLeftTextRight {
	
	display: flex;
	display: -webkit-flex;
	margin: -20px -60px 20px -60px;
	width: calc(100% + 120px);
	box-sizing: border-box;
	color: white;
	background: linear-gradient(to right, #32759A, #3190c4);
	font-size: 14pt;
	line-height: 1.8em;
	align-items: stretch; /* Adjusted to stretch to make the children (including the image) fill the container height */
	-webkit-align-items: stretch;
	justify-content: center;
	-webkit-justify-content: center;

}

.regionPicLeftTextRight div:nth-child(1) {
	
	width: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center; /* This centers the content of this div, which is now specifically the image */
	
}

.regionPicLeftTextRight div:nth-child(2) {
	
	width: 50%;
    padding: 20px;
    margin: 20px;
	
}

.regionPicLeftTextRight div:nth-child(1) img {
	
	width: auto;
	height: 100%;
	object-fit: cover;
	
}


.regionPicLeftTextRight div a {
	
	color: #bfeeff;
	
}

.regionPicLeftTextRight div a:hover {
	
	color: black;
	
}







#theResults {
	
	margin-top: 15px;
	
}

.sortByRight SELECT.availBoxSelect {
	
	width: 70%;
	padding: 14px 4px;
	font-size: 13pt;
	border-radius: 3px;
}

.sortByRight .filters {
	
	display: none;
	border: 1px solid #668579 !important;
	
}

.feefoScore {

	top: -1px;
}

.milesAway {
	
	border: 1px solid #52A4CC;
	padding: 9px;
	color: #52A4CC;
	font-weight: bold;
	border-radius: 4px;
	margin: 5px 0 10px 0;
	display: inline-block;
	
}


.topText ol {

	font-size: 13pt;
	
}

.topText h4 {
	
	font-size: 14pt;
	margin: 0;
	color: #0c89e8;
	margin-top: -10px;
	margin-bottom: 20px;
	
}

/* move merchant image up a bit */

.merchant {
	
	bottom: 5px;
	
}

.rightColWhiteBGLodgesGuide {
	

	margin: 0;

	
}

.rightColWhiteBGLodgesGuide p {
	
	font-size: 13pt;
	line-height: 32px;
	margin-bottom: 24px;
	
	
}

/* pic left text right box */

.leftCol {
	
	/*border: 1px solid black;*/
	
	
}

/* prevent image going too tall */

.owl-item img {

	max-height: 250px;
    
}


.ytContainer {
	
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
    
}

iframe {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	
}




/* content headers */

.topText h1, .topText h1.title, .topText h2, .topText h2 strong, .topText h3, .topText h3 strong {
	
	font-family: 'Roboto', sans-serif !important;
	font-size: 40px !important;
	 background: -webkit-linear-gradient(right, #799fe0, #3266bf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: black !important;
	
}

.topText HR {
	
	border: none;
	border-top: 4px solid #f0f0f0;
	margin: 30px 0;
	
}

.topText UL {
	
	margin-left: -61px;
	margin-right: -61px;
	background: linear-gradient(to right, #32759A, #3190c4);
	padding: 15px 60px;
	color: white;
	font-size: 15pt;

	
}

.topText UL li {
	
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	line-height: 30px !important;

	
}

.topText UL a {
	
	color: black;
	
}

h4.logoSubText {
	
	margin-top: -11px;
	
}

h4.theName a {
	
	color: #567C3B;
	
}

h4.theName a:hover {
	
	color: #567C3B;
	text-decoration: none;
	
}

.topText h1, .topText h1.title {
	
	font-size: 50px;
	font-weight: bold;
	
}

.topText h2 {
	/*border-bottom: 3px solid #b8d4c2;*/
}

h1.showLodgesHeader {
	
	font-weight: bold;
	
}

/* featured badge */

.results1 {
	
	position: relative;
	
}

.results1 .featuredBadge {

	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	width: 100px;
	z-index: 10;
	
}
	


/* change theName h4 */

h4.theName {
	
	margin: 0;

	
}



.topText h3, .topText h3 strong {
	
	font-family: 'Rum Raisin', sans-serif;
	font-size: 30px !important;
	font-weight: normal;
	 background: -webkit-linear-gradient(right, #1f8242, #003d18);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}





/* style the resource bullets */

.topText ul, .topText ol {
	
	line-height: 2em;
	
	
}


.topText ul li, .topText ol li {
	
	margin: 20px;
	
	
}

/* style content images */

.alignleft {
	
	float: left;
	margin-right: 20px;
	width: 50%;
	
}

.alignright {
	
	float: right;
	margin-left: 20px;
	width: 50%;
	
}

.aligncenter {

	text-align: center;

	
}

.alignleft img, .alignright img {

	border: 1px solid black;
	max-width: 100%;
	
	/*
	-webkit-box-shadow: -3px 3px 5px #ccc;
	-moz-box-shadow:    -3px 3px 5px #ccc;
	box-shadow:         -3px 3px 5px #ccc;
	*/

}

.picCaption, figcaption, .wp-caption-text {
	
	margin-top: 15px;
	
}


.responsive-youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* Maintains a 16:9 aspect ratio */
    overflow: hidden;
    min-height: 300px; /* Minimum height - adjust as needed */
}

.responsive-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 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;
	
}

.topText img {
	
	display: block;
	margin: auto;
	max-width: 100% !important;
    border-radius: 10px;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2); /* Horizontal offset, vertical offset, blur radius, color */
}

.regionPicLeftTextRight img {
	
	border-radius: 0 !important;
	box-shadow: none !important;
	margin-bottom: 20px;
	
}

/*
img.alignright, img.alignleft {

	display: block;
	margin: 20px 0 20px 20px;
	border: 1px solid black;


	
}


img.alignleft {

	margin: 20px 20px 20px 0;
	
}



img.size-full {

	width: 100%;
	
}

*/

.aligncenter img {

	width: auto;
    max-width: 100%;
    height: auto;
    border: 1px solid black;
	

	/*
	-webkit-box-shadow: -3px 3px 5px #ccc;
	-moz-box-shadow:    -3px 3px 5px #ccc;
	box-shadow:         -3px 3px 5px #ccc;
	*/
	
}

/* Youtube styling */


.flex-video {
	
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 40px auto;
	
}

.flex-video iframe {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

/* links at the bottom */

.bottomCountyH2 {
	
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	padding-top: 15px;

}


.countyBottomLinks {
	
	display: flex;
	display: -webkit-flex; 
	justify-content: space-around;
	-webkit-justify-content: space-around;
	width: 100%;
	
}

a.bottomCountyLinks {
	
	display: flex;
	display: -webkit-flex; 
	justify-content: center;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center; 
	margin-bottom: 20px;
	margin-top: 20px;
	width: 30%;
	transition: background .4s;
	font-size: 16px;
	padding: 8px 4px;
	box-sizing: border-box;
	border-radius: 10px;
	color: white;
	/*background: #FF8C1C;*/
	background: #FF8814;
	text-align: center;
	font-weight: bold;
	border: 0;
	border: 1px solid #BE4B03;
	
	
}


a.bottomCountyLinks:hover {
	
	text-decoration: none;
	background: #f53500;
	
}



.availabilityBackground {
	
	margin-top: -2px;
	
}

.sortByBox {
	
	width: 100%;


}



.sortByLeft, .sortByRight {
	
	width: 50%;
	text-align: center;
	border: 0;

}



h2 {
	
	border: none;
	width: 100%;

}



/* Bottom links */

.bottomUL {

	line-height: 3em;
	
}



/* MEDIA QUERIES */

@media only screen and (max-width: 1200px) {

	.sortByLeft, .sortByRight {

		padding: 0;
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media only screen and (max-width: 1100px) {

	h1.showLodgesHeader {
		
		font-size: 30pt;	
		padding: 10px;
		
	}

	.leftCol {
		width: 25%;
	}
	
	.rightCol {
		width: CALC(75% - 20px);
	}
	
	.sortByRight .availBoxSelect {

		width: 100%;
		
	}

	
	.alignleft, .alignright {
	
		margin: 20px auto;
		width: 100%;
		
	}
	
	
	

	
}



@media only screen and (max-width: 900px) {

	.under900Hide {
		display: none;
	}
	
	.results1 .featuredBadge {

		top: -30px;
		left: -30px;
		width: 80px;
		z-index: 10;
		
	}
	
	.topText ol {

		padding: 0;
		
	}
	
	
}


@media only screen and (max-width: 800px) {
	
	
	.handyLinks {
		
	
		margin-left: -40px;
	
		
	}
	
	/* pic left text right box */
	
	.regionPicLeftTextRight {
	
		display: flex;
		flex-direction: column;
		margin-left: -40px;
		margin-right: -40px;
		width: CALC(100% + 80px);
		
	}
	
	.regionPicLeftTextRight div {
	
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		
	}
	
	.regionPicLeftTextRight img {
	
		width: CALC(100% + 60px);
		margin-left: 0;
		
		
	}
	
	
	.regionPicLeftTextRight > div:first-child img {
	
		width: 100%; /* Adjust width automatically */
		height: 100%; /* Make the image full height */
		object-fit: cover; /* Ensures the image covers the area without distorting its aspect ratio */
		
	}
	
	
	.regionPicLeftTextRight > div:first-child {
		
		width: 100%;
		display: block;
		align-items: center;
		padding: 0;
		margin: 0;
		
	}



	.regionPicLeftTextRight > div:last-child {
		width: 100%;
		padding: 0 15px 15px 15px;
		margin: 0;
	}

	
	
	.topText UL {
		
		margin-left: -40px !important;
		margin-right: auto;
		width: CALC(100% + 80px);

	}
	
	.sortByLeft, .sortByRight {
	
		width: 100% !important;
		text-align: center;
		border: 0;

	}
	
	.sortByRight {
		
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
		
	}
	
	.sortByRight div {
		
		width: CALC(50% - 10px);
		margin: 0;
		
	}
	
	.sortByRight div select {
		
		width: 100% !important;
		
	}
	
	.sortByRight .filters {
		
		display: block;
		width: CALC(50% - 10px);
		
		border-radius: 3px;
		justify-content: center !important;
		align-items: center !important;
		display: flex;
		font-size: 12pt;
		
	}
	
	.sortByRight i {
		
		margin-right: 10px;
		
	}

}










@media only screen and (max-width: 849px) {


	.sortByBox {
	
		flex-direction: column;
		-webkit-flex-direction: column;
		
	}
	
	
	.sortByLeft, .sortByRight {
		
		margin: 5px;
		width: 70%;
		
	}
	
}



@media only screen and (max-width: 900px) {

	.results1 .featuredBadge {

		top: -30px;
		left: -30px;
		width: 70px;
		
	}
	
}


@media only screen and (max-width: 800px) {
	
	.topText UL {
		
		margin-left: -21px;
		margin-right: -21px;
	
	}
	
	.rightColWhiteBGLodgesGuide {
		
		margin-top: -30px;
		padding: 0 40px;
		
	}
	
	.regionPicLeftTextRight div:nth-child(1) {
	
		float: none;
		width: 100%;
		
	}
	
	.regionPicLeftTextRight div:nth-child(1) {
	
		padding: 0;
		
	}
	
	.regionPicLeftTextRight img {
	
		padding: 0;
		
	}
	

}



.shortDescriptionMob ul, .shortDescriptionMob {
	
	color: black;
	font-weight: normal;
	font-size: 14px !important;
	padding: 5px;
	
}





@media only screen and (max-width: 600px) {
	
	
	.handyLinks {
		
		padding-left: 50px;
		margin-left: -16px;
		max-width: 200px;
		
	}
	
	.regionPicLeftTextRight {
	
		display: flex;
		flex-direction: column;
		margin-left: -18px;
		margin-right: auto;
		width: CALC(100% + 34px);
		
	}
	
	
		
	.milesAway {
	
		border: 1px solid #52A4CC;
		padding: 4px;
		width: 100%;
		font-weight: normal;
		border-radius: 3px;
		margin: 5px 0 10px 0;
		font-size: 9pt;
		
	}
	
		/* pic left text right box */
	
	.mobAvailContainer {
		
		position: relative;	

	}
	
	.featuredBadge {

		position: absolute;
		left: -30px;
		top: -30px;
		width: 20%;
		z-index: 20;
		
	}
	
	.sortByRight select.availBoxSelect {
		
		border: 1px solid #668579;
		
	}
	
	.availabilityBackground {
		margin-top: 10px;
	}
	

	.leftCol {
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	
	.rightCol {
		width: 100%;
		
	}
	
	.featuredBadge {

		left: -15px;
		top: -15px;
		width: 70px;
		
		
	}
	
	.rightColWhiteBGLodgesGuide {
	
		border: 1px solid white;
		margin: 0;
		padding: 10px 20px !important;
		
	}
	
	.topText UL {
		
		margin-left: -16px !important;
		width: CALC(100% + 32px);
		padding: 15px 20px;

	}
	
}

@media only screen and (max-width: 500px) {
	
	

	table.goodToKnowTable {
		
		display: block;
		width: CALC(100% + 20px);
		margin-left: -10px;
		
	}

	.goodToKnowTable tr {
		
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 10px;
		border-right: 1px solid #d7d7d9;
		border-left: 1px solid #d7d7d9;
		border-bottom: 1px solid #d7d7d9;

	}
	
	.goodToKnowTable tr td {
		border: none;
	}


	.goodToKnowTable tr td:nth-child(1) {
		
		width: CALC(20% - 10px);
		margin-right: 10px;

	}


	.goodToKnowTable tr td:nth-child(2) {
		width: 80%;
		font-weight: bold;
		font-size: 13pt;
	}

	.goodToKnowTable tr td:nth-child(3) {
		
		width: 100%;
		margin-top: 5px;
	
	}


	.sortByRight SELECT.availBoxSelect {
		
		font-size: 11pt;
		
	}
	
}


@media only screen and (max-width: 450px) {
		
	.countyBottomLinks {
		
		flex-direction: column;
		-webkit-flex-direction: column;
		
	}
	
	a.bottomCountyLinks {
		
		width: CALC(100% - 20px);
		margin: 10px;
		
	}
	
	.featuredBadge {

		left: -15px;
		top: -15px;
		width: 50px;
		
		
	}
	
	.rightColWhiteBGLodgesGuide {
	
		padding: 0 40px;
		
	}
	
	.topText UL {
		
		padding: 20px;
		margin-left: -40px;
		margin-right: -40px;
	
	}
	
	
	

}














