/* ── Popular Searches list ── */
.seo-popular-label {
    font-family: Roboto, sans-serif;
    font-size: 10pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5a6b4d;
    margin: 20px 0 10px 0;
}
.seo-popular-searches {
    list-style: none;
    padding: 0;
    margin: 0 0 4px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.seo-popular-searches li {
    background: #fff;
    border: 1px solid #5a6b4d;
    border-radius: 20px;
    padding: 5px 14px;
    font-family: Roboto, sans-serif;
    font-size: 10pt;
    color: #5a6b4d;
}
@media only screen and (max-width: 600px) {
    .seo-popular-searches li {
        font-size: 9pt;
        padding: 4px 11px;
    }
}

/* ── Other Locations in Region ── */
.other-locations-section {
    background: #f4f9f9;
    border-top: 1px solid #c8dede;
    padding: 40px 20px;
    margin-top: 40px;
}

.other-locations-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.other-locations-heading {
    font-family: Roboto, sans-serif;
    font-size: 16pt;
    font-weight: 500;
    color: #5a6b4d;
    margin: 0 0 20px 0;
}

.other-locations-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.other-location-pill {
    display: inline-block;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #5a6b4d;
    border-radius: 25px;
    color: #5a6b4d;
    font-family: Roboto, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.other-location-pill--small {
    padding: 5px 12px;
    font-size: 9.5pt;
}

.other-location-pill:hover {
    background: #5a6b4d;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .other-locations-section {
        padding: 30px 15px;
    }
    .other-location-pill {
        font-size: 8pt;
        padding: 3px 9px;
    }
}
.location-parent-back {
    margin: 0 0 14px 0;
    font-size: 9pt;
}
.location-parent-back a {
    color: #5a6b4d;
    text-decoration: none;
    font-weight: 600;
}
.location-parent-back a:hover {
    text-decoration: underline;
}

.county-locations-section {
    background: #eef5f5;
    margin-top: 0;
    border-top: none;
    padding-top: 28px;
    padding-bottom: 36px;
}
/* ── End Other Locations ── */

.rightColWhiteBGLodgesGuide {
	padding-left: 60px;
	padding-right: 60px;
}

#theResults {
	margin-top: 15px;
}

ul.whatsNew li {
	margin: 20px; 
	line-height: 30px;
}

ul.whatsNew {
	margin: 40px 0; 
}

.newArticleContainer h3, .newArticleContainer h4 {
	font-family: Roboto;
}

.sorryMessage {
	font-size: 15pt;
	margin: 30px;
	padding: 30px;
	background: #B5DEDE;
	border: 1px solid rgb(92,130,130);
}

.sorryMessage h3 {
	font-size: 18pt; 
	font-weight: bold;
	font-family: roboto;
}

.sortByRight SELECT.availBoxSelect {
	width: 70%;
	padding: 6px 4px;
	font-size: 13pt;
	border-radius: 3px;
}

.sortByRight .filters {
	display: none;
	border: 1px solid #668579 !important;
}

.reevooScore {
	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 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;
}

.regionPicLeftTextRight {
	display: flex;
	display: -webkit-flex;
	margin: -20px -60px 20px -60px;
	width: CALC(100% + 60px);
	box-sizing: border-box;
	color: white;
	background: linear-gradient(to right, #5a6b4d, #5a6b4d);
	font-size: 14pt;
	line-height: 1.7em;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.regionPicLeftTextRight div {
	width: 50%;
}

.regionPicLeftTextRight div a {
	color: #bfeeff;
}

.regionPicLeftTextRight div a:hover {
	color: black;
}

.regionPicLeftTextRight div img{
	width: 100%;
}

.regionPicLeftTextRight div:nth-child(1) {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.regionPicLeftTextRight div:nth-child(2) {
	padding: 0 30px;
}

/* content headers */
.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, #5a6b4d, #5a6b4d);
	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;
}

h3 {
	font-family: roboto !important;
}

h3.theName {
	margin: 0;
	padding: 0;
	font-family: Roboto;
}

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;
	font-size: 18pt;
	background: none;
	color: #263a19;
	padding: 8px 0;
	border-radius: 0;
	text-shadow: none;
	margin-bottom: 6px;
}

/* 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;
}

/* 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;
	*/
}

img.alignright, img.alignleft {
	display: block;
	margin: 20px 0 20px 20px;
	border: 1px solid black;
	/*
	-webkit-box-shadow: -3px 3px 5px #ccc;
	-moz-box-shadow:    -3px 3px 5px #ccc;
	box-shadow:         -3px 3px 5px #ccc;
	*/
}

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 0.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%;
	margin: -10px 0 20px 0;
}

.sortByLeft, .sortByRight {
	width: 50%;
	text-align: center;
	border: 0;
}

h2 {
	border: none;
	width: 100%;
}

.wp-caption-text {
	font-size: 11pt;
	font-weight: bold;
	color: #adadad;
	text-align: center;
	font-style: italic; 
}

/* Bottom links */
.bottomUL {
	line-height: 3em;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1300px) {
	.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;
	}
}

@media only screen and (max-width: 800px) {
	/* pic left text right box */
	.regionPicLeftTextRight {
		display: block;
		overflow: hidden;
		margin-left: -40px;
		margin-right: -40px;
	}
	
	.regionPicLeftTextRight div {
		width: 100%;
	}
	
	.regionPicLeftTextRight img {
		padding-right: 20px;
	}
	
	.regionPicLeftTextRight div:nth-child(1) {
		display: inline-block;
		float: left;
		width: 50%;
	}
	
	.regionPicLeftTextRight div:nth-child(2) {
		padding: 20px;
	}
	
	.regionPicLeftTextRight div a {
		color: #bfeeff;
	}
	
	.regionPicLeftTextRight div a:hover {
		color: black;
	}
	
	.topText UL {
		margin-left: -41px;
		margin-right: -41px;
	}
	
	.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: 12pt !important;
	padding: 5px;
}

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

	.milesAway {
		background: #52A4CC;
		color: white;
		font-weight: bold;
		padding: 4px;
		width: 100%;
		font-weight: normal;
		border-radius: 3px;
		margin: 5px 0 10px 0;
		font-size: 12pt;
		text-align: center;

	}
	
	/* pic left text right box */
	.regionPicLeftTextRight {
		display: block;
		overflow: hidden;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -40px;
	}

	.mobAvailContainer {
		
		padding: 14px;
		position: relative;
		margin: 10px;
		border-radius: 8px; /* Adds rounded corners */
		box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); /* Adds a subtle drop shadow */
		width: CALC(100% - 20px);
	  }

	.mobAvailButt {

		font-size: 14pt;

	}



	.mobSiteName {

		font-size: 16pt !important;

	}

	.searchLocation {

		font-size: 13pt !important;

	}
	
	.featuredBadge {
		position: absolute;
		left: -30px;
		top: -30px;
		width: 20%;
		z-index: 20;
	}
	
	.sortByRight select.availBoxSelect {
		border: 1px solid #668579;
		max-width: 100% !important;
		width: 100% !important;
		display: block;
		margin: auto;
	}
	
	.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: 15px !important;
	}
	
	h1.showLodgesHeader {
		color: #263a19 !important;
	}
}

@media only screen and (max-width: 500px) {
	.sortByRight SELECT.availBoxSelect {
		font-size: 11pt;
	}
	
	h1.showLodgesHeader {
		font-size: 18pt;
		padding: 10px !important;
	}
}

@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;
	}
}


.mobAvailContainer {
	position: relative;
	overflow: hidden;
}

/* New! Corner Ribbon */
.new-ribbon {
	position: absolute;
	top: 10px;
	left: -35px;
	background: #ff4444;
	color: white;
	padding: 5px 40px;
	font-weight: bold;
	font-size: 14px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index: 100;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	text-align: center;
}

.slideshow {
	position: relative;
	overflow: visible;
}

.favHeart {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 10;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background: rgba(255,255,255,0.75);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.favHeart i {
	font-size: 16px;
	color: rgba(0,0,0,0.35);
	-webkit-text-stroke: 0;
	transition: color 0.2s;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.favHeart i.is-faved {
	color: #e02020;
}

.just-added-ribbon-mobile {
	position: absolute;
	top: 10px;
	left: -35px;
	background: #ff4444;
	color: white;
	padding: 5px 40px;
	font-weight: bold;
	font-size: 14px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index: 100;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	text-align: center;
}

/* ── Card layout for each desktop result ── */
.resultsContainer.desktopVersion {
	display: flex;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.18);
	margin: 0 0 18px 0;
	overflow: hidden;
	align-items: stretch;
}

.resultsContainer.desktopVersion .results1 {
	flex-shrink: 0;
	width: 350px;
	min-height: 250px;
	position: relative;
	align-self: stretch;
}

.resultsContainer.desktopVersion .results2 {
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.resultsContainer.desktopVersion .resultsBox2Left {
	flex: 1;
	width: auto;
}

.resultsContainer.desktopVersion .resultsBox2Right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-shrink: 0;
	width: 300px;
	max-width: 300px;
}

.resultsContainer.desktopVersion .resultsBox1 {
	border-bottom: none;
	padding-bottom: 4px;
}

hr.resultsHR {
	display: none;
}

/* Slideshow box within card - absolutely fills .results1 */
.resultsContainer.desktopVersion .slideshow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.resultsContainer.desktopVersion .slideshow .owl-carousel,
.resultsContainer.desktopVersion .slideshow .owl-stage-outer,
.resultsContainer.desktopVersion .slideshow .owl-stage,
.resultsContainer.desktopVersion .slideshow .owl-item {
	height: 100%;
}

.resultsContainer.desktopVersion .owl-item img,
.resultsContainer.desktopVersion .slideshow img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	display: block;
}

@media only screen and (max-width: 900px) {
	.resultsContainer.desktopVersion {
		flex-direction: column;
		border-radius: 8px;
	}

	.resultsContainer.desktopVersion .slideshow {
		border-radius: 0;
		margin: 0;
		max-height: none;
	}

	.resultsContainer.desktopVersion .owl-item img {
		min-height: 200px;
	}

	.resultsContainer.desktopVersion .results1,
	.resultsContainer.desktopVersion .results2 {
		width: 100%;
	}
}