/*************************************************
* Main CSS file for Creekside at Wild Rock theme
* All custom CSS is contained here
*************************************************/
/*************************************************
* General - sitewide
* ***********************************************/
:root {
	--cw-tan:  #f5f0e5ff;
	--cw-blue:  #4518f6ff;
	--cw-green:  #067d6cff;
}
header > .inside-header, .copyright-bar {
	display: none !important;
}
h1 {
	color: var(--cw-green);
}
h1, h2 {
	font-weight: bold !important;
}
#content.site-content {
	padding:  0 !important;
}
.outer-group  > .wp-block-group__inner-container {
	max-width: 1200px;
	margin: auto;
	padding: 30px;
}
.top-bottom-border {
	border: 2px solid var(--cw-green);
	border-style: solid none solid none;
}
p.large-link a {
	font-size: 20px;
	font-weight: bold;
	color: black;
}
.green {
	color: var(--cw-green);
}
.wp-block-button a:hover, .wp-block-button a:active, .site-content a:hover, .site-content a:active, .site-footer a:hover, .site-footer a:active {
	opacity: 0.75;
	text-decoration: underline;
}
.site-footer a:hover, .site-footer a:active {
	color: white;
}
.custom-full-width-image {
	min-height: 250px;
}
.custom-full-width-image img {
	object-position: 0 35%;
}
ul, ol {
	margin: 0 0 1.5em 1.5em !important;
}
#home-smoky-explore > .wp-block-group__inner-container {
	padding: 30px 30px 0 !important;
}
#home-smoky-explore p:nth-last-child(1) {
	margin: 0;
}
h2 {
	font-size: 24px !important;
}
h1 {
	font-size: 32px !important;
}
.email-encode-gorup p, .email-encode-gorup a {
	text-align: center;
	width: 100%;
	padding: 0;
	display: block;
}
.email-encode-gorup > .wp-block-group__inner-container {
	padding: 0 !important;
}
#block-10 {
	margin: 0 !important;
}
/*************************************************
* Header
* ***********************************************/
.main-navigation li.current-menu-item > a {
	font-weight: bold !important;
} 
#custom-header {
	text-align: center;
	max-width: 1200px;
	margin: auto;
}
#custom-header > .wp-block-group__inner-container {
	padding: 0 30px !important;
}
#custom-header .wp-block-buttons {
	margin: 40px 0;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
}
#custom-header .wp-block-button a {
	max-width: 100%;
	width: 200px;
	border-radius: 5px;
	background-color: var(--cw-green);
	font-weight: bold;
}
#custom-header img {
	width: 200px;
}
/*************************************************
* Footer
* ***********************************************/
#footer-widgets {
	background: linear-gradient(90deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
				url('https://creeksidewildrock.com/wp-content/uploads/2026/07/creek-stick-moss-rocks-creekside-at-wild-rock.jpg') center center / cover no-repeat;
	position: relative;
	padding-top: 50px;
}
#footer-widgets::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  width: 100%; /* Forces the pseudo-element to span the full viewport width */
  height: 50px; /* Adjust to control the height of the curve */
  background-color: var(--cw-tan);
  border-radius: 100% 100% 0 0 / 75% 75% 0 0; /* Creates the half-oval effect */
}
#footer-widgets h2, #footer-widgets a, #footer-widgets p {
	color: white;
	font-size: 24px;
	text-shadow: 0 0 10px black;
	text-decoration: none;
}
#footer-widgets h2 {
	font-size: 3em;
}
.footer-widget-3 iframe {
	max-height: 300px;
	width: 100%;
}
footer.site-info {
	background-color: black;
}
.footer-bar p, .footer-bar a {
	margin: 0;
	color: white;
	text-decoration: none;
}
.footer-bar a:hover {
	opacity: 0.75;
}
#footer-widgets ul.wp-block-social-links {
	margin-left: 0 !important;
}
/*************************************************
* Home
* ***********************************************/
#home-cover {
	min-height: 200px !important;
	width: 100%;
	border: 2px solid var(--cw-green);
	border-style: solid none solid none;
}
#home-cover h2, #home-cover p {
	text-shadow: 0 0 10px black;
}
#home-cover p {
	font-size: 20px;
}
#amenity-row {
	display: grid;
	grid-template-columns: repeat(1, 1fr); 
    grid-auto-rows: 1fr; 
	gap:  10px;
}
#map-amenities-group > .wp-block-group__inner-container {
	padding: 30px 30px 0 !important;
}
#map-amenities-group .wp-block-columns {
	margin: 0;
}
.attraction-group > .wp-block-group__inner-container {
	padding: 0 0 20px !important;
}
.amenity-group {
	background: url('https://creeksidewildrock.com/wp-content/uploads/2026/07/green-icon-background-home-page.png') top left / 100% 100% no-repeat;
	width: 100%;
	height: stretch;
}
.amenity-group > .wp-block-group__inner-container {
	padding:  20px !important;
}
.amenity-group h3 {
	color: var(--cw-tan);
	font-size: 18px !important;
}
.amenity-group p {
	color: white;
	margin: 1.5em 0 0 0;
	font-size: 14px !important;
}
/*************************************************
* Contact
* ***********************************************/
#contact-group .wp-block-columns {
	padding: 40px 0 0;
	margin: 0;
}
#contact-group .wp-block-column {
	padding: 20px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0 0 5px var(--cw-green);
}
#contact-group a, #contact-group p {
	text-decoration: none;
	color: black;
	font-size: 20px;
	padding: 20px 0 0;
	margin: 0;
}
/*************************************************
* About
* ***********************************************/
#about-group img {
	border-radius: 100%;
    border: 10px solid var(--cw-green);
}
.joe-janice-img {
	padding: 0 20px 20px 0;
}
/*************************************************
* Book Your Stay
* ***********************************************/
#rental-agreement .wp-block-button a, #booking-options .wp-block-button a,
#rates-reservations-group .standard-custom-button a {
	background-color: var(--cw-green);
	color: var(--cw-tan);
	border-radius: 5px;
	padding: 40px 80px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
/*************************************************
* Attractions
* ***********************************************/
#waterfalls-attraction-group p:nth-child(3) {
	margin: 0;
}
#waterfalls-attraction-group ul {
	margin: 0 0 0 1.5em !important;
}
.attractions-row {
	flex-wrap: wrap !important;
	justify-content: left !important;
}
.attractions-row a {
	text-decoration: none;
	color: var(--cw-green);
}
.attractions-row > .wp-block-group {
	padding: 10px 0;
	width: 100%;
	justify-content: center;
}
figure.attractions-image-banner img {
	width: 100%;
	height: auto;
	max-height: 150px;
	object-fit: cover;
}
.attraction-group {
	position: relative;
}
.attraction-group h2 {
	margin-bottom: 10px !important;
	font-size: 1.5em;
}
.attraction-group img {
	border: 5px solid var(--cw-green);
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-bottom: 1.5em;
}
/*************************************************
* RV / Tiny Home Sites
* ***********************************************/
#sites-amenities li {
	font-size: 20px;
}
.site-summary-group {
	padding: 1.5em 0 0;
	border: 2px solid var(--cw-green);
	border-style: solid none none none;
}
.site-summary-group p {
	margin: 1.5em 0;
}
.site-summary-group .wp-block-group {
	flex-wrap: wrap !important;
}
.site-summary-group .wp-block-group__inner-container {
	padding: 0 !important;
}
.site-summary-group .wp-block-group figure {
	width: 100%;
}
.site-summary-group img {
	max-height: 115px;
	height: 100%;
	width: auto;
}
/*************************************************
* Media Queries
* ***********************************************/
@media(min-width: 420px) {
	#amenity-row {
		grid-template-columns: repeat(2, 1fr); 
	}
}
@media(min-width: 570px) {
	.attractions-row > .wp-block-group {
		padding: 10px 0;
		width: auto;
	}
	.attractions-row {
		justify-content: space-evenly !important;
	}
}
@media(min-width: 768px) {
	.site-summary-group .wp-block-group {
		flex-wrap: no-wrap !important;
	}
	.site-summary-group .wp-block-group figure {
		width: fit-content;
	}
}
@media(min-width: 782px) {
	#attractions {
		padding-left: 40px;
	}
	.attraction-group > .wp-block-group__inner-container {
		padding: 40px !important;
		min-height: 260px;
	}
	#custom-header img {
		width: 300px;
	}
	.joe-janice-img {
		float: left;
	}
	#custom-header .wp-block-button {
		width: 200px;
	}
	#custom-header > .wp-block-group__inner-container, #custom-header .wp-block-buttons {
		display: flex;
		flex-direction: row;
	}
	#map-amenities-group h2 {
		font-size: 1.75em;
	}
	.attraction-group {
		padding-left: 270px;
	}
	.attraction-group figure {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: calc(250px + 80px);
		height: auto;
		padding: 40px;
	}
	#map-amenities-group > .wp-block-group__inner-container {
		padding: 40px 40px 0 !important;
	}
}
@media(min-width: 1000px) {
	#amenity-row {
		grid-template-columns: repeat(3, 1fr); 
	}
}