/*
Theme Name: Beaver Hollow Campground
Description: Custom theme for Beaver Hollow Campground, converted from the original static HTML/PHP site.
Author: Beaver Hollow Campground
Version: 1.0.0
Text Domain: beaver-hollow
*/

/* Minor overrides / fixes preserved from the original site's inline <style> block */
.btn-4cross {
	padding: 15px 15px;
}

.stanleyslider img {
	width: 100px;
}

@media screen and (max-width: 1099px) {
	.col-xs-6 {
		padding-right: 1px;
		padding-left: 1px;
	}
}

/* Simple hero carousel replacing the licensed Slider Revolution plugin */
.bhc-hero .owl-carousel .item {
	position: relative;
	height: 600px;
	background-size: cover;
	background-position: center;
}
.bhc-hero .owl-carousel .item .bhc-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.bhc-hero .owl-carousel .item .bhc-hero-caption {
	color: #fff;
}
.bhc-hero .owl-carousel .item .bhc-hero-caption h1 {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 2px 8px rgba(0,0,0,0.4);
	margin-bottom: 20px;
}
.bhc-hero .owl-carousel .item .bhc-hero-caption a.btn {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.bhc-hero .owl-carousel .item { height: 380px; }
	.bhc-hero .owl-carousel .item .bhc-hero-caption h1 { font-size: 32px; }
}
