/*
CTC Separate Stylesheet
Updated: 2024-09-30 14:04:34
*/

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #757f95;
}
h1,
h2,
h3 {
	font-family: "Montserrat Alternates", sans-serif;
	color: #292929;
}
a {
	color: #7d2c24;
}

.mont-alt {
	font-family: "Montserrat Alternates", sans-serif;
}

.top-bar {
	background: #c6a267;
	color: #fff;
	padding: 15px;
}
.top-bar a {
	color: inherit;
}

.top-bar .address-phone .phone,
.top-bar .address-phone .address,
.top-bar .social {
	padding: 0 15px;
}

#bb4-primary-menu {
	width: 100%;
}
#bb4-primary-menu .dropdown-item {
	white-space: normal;
	border-bottom: 1px solid #eee;
}
.navbar .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
	margin: auto;
}
.pagebkgd {
	background: rgb(250, 250, 250);
	background: -moz-linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(244, 244, 244, 1) 40%,
		rgba(244, 244, 244, 1) 60%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(244, 244, 244, 1) 40%,
		rgba(244, 244, 244, 1) 60%,
		rgba(255, 255, 255, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(244, 244, 244, 1) 45%,
		rgba(244, 244, 244, 1) 55%,
		rgba(255, 255, 255, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	overflow: hidden;
}

.header-hero {
	background-size: cover;
	background-position: center;
	position: relative;
}
.overlay {
	background-color: #000;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.39;
}
.header-hero::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom right,
		rgba(0, 0, 0, 0.85) 0%,
		rgba(0, 0, 0, 0.1) 100%
	);
}

.header-text {
	color: #fff;
	padding-top: 10vw;
	padding-bottom: 10vw;
	position: relative;
	font-weight: 700;
}
.unique {
	color: #c6a267;
	text-transform: uppercase;
	font-size: 22px;
}
.excellent {
	font-size: 70px;
	line-height: 1.2em;
	padding-bottom: 25px;
}
.excellent span {
	color: #c6a267;
}

.buttons .btn {
	font-size: 16px;
	padding: 12px 28px;
	transition: all 0.5s;
	text-transform: uppercase;
	position: relative;
	border-radius: 50px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	/* border:none; */
	box-shadow: 0 3px 24px rgb(0 0 0/12%);
	z-index: 1;
}
.buttons .btn:before {
	transition-duration: 800ms;
	position: absolute;
	width: 130%;
	height: 130%;
	content: "";
	top: 110%;
	left: 50%;
	background: #292929;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.buttons .btn:hover:before {
	top: -15%;
}
.btn-enroll,
.redbtn {
	color: #fff;
	background: #7d2c24;
	margin-right: 25px;
}
.btn-learnmore,
.whitebtn {
	background: #fff;
	color: #7d2c24;
}
.buttons .btn-enroll:hover:before {
	background: #fff;
}
.buttons .btn-enroll:hover {
	color: #7d2c24;
}
.buttons .btn-learnmore:hover:before {
	color: #fff;
	background: #7d2c24;
}
.buttons .btn-learnmore:hover {
	color: #fff;
}
.buttons {
	padding-top: 20px;
	position: relative;
	z-index: 1;
}
.buttons .fa-arrow-right {
	padding-left: 5px;
}

.teaser-blocks {
	padding-top: 100px;
	padding-bottom: 100px;
}

.teaser {
	padding: 35px 20px;
	position: relative;
	background: #fff;
	text-align: center;
	margin-bottom: 25px;
	border-radius: 12px;
	box-shadow: 0 1px 80px 12px rgb(26 40 68/6%);
	transition: all 0.5s ease-in-out;
	height: calc(100% - 20px);
}
.teaser p {
	margin: 0;
}
.teaser-blocks .teaser:hover {
	transform: translateY(-7px);
}
.teaser-icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #7d2c24;
	font-size: 55px;
	color: #fff;
	margin: 0 auto 20px;
	border-radius: 50px;
	position: relative;
}
.teaser-icon::before {
	content: "";
	position: absolute;
	border: 3px solid #7d2c24;
	width: 100%;
	height: 100%;
	bottom: -10px;
	left: 0;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
}
.teaser:hover .teaser-icon::before {
	bottom: 0;
}

.welcome-block .feat-img {
	border-radius: 18px;
}
.welcome-block .img-block::before {
	content: "";
	position: absolute;
	width: 50%;
	top: -30px;
	bottom: -30px;
	left: -30px;
	border: 5px solid #7d2c24;
	border-radius: 50px;
	z-index: 0;
}
.welcome-block .img-block img {
	position: relative;
	z-index: 1;
}
.welcome-block .img-block {
	position: relative;
	margin-right: 40px;
	z-index: 1;
}
.about-experience {
	border: 8px solid #ffff;
	background: #7d2c24;
	position: absolute;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	left: -20px;
	bottom: -20px;
	text-align: center;
	padding: 20px;
	z-index: 3;
}

.about-experience h2 {
	font-weight: 700;
	font-size: 40px;
	color: #fff;
}
.about-experience .about-experience-text {
	color: #fff;
	font-weight: 500;
	line-height: 1.2 !important;
}
.photogallery {
	padding-top: 175px;
	padding-bottom: 75px;
}
.wb-text h1 {
	font-size: 45px;
	font-weight: 700;
	padding-bottom: 30px;
}
.wb-text h1 span {
	color: #c6a267;
}
.wb-text .aboutus {
	color: #7d2c24;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}
.wb-text .wb-list .fas {
	font-size: 20px;
	color: #7d2c24;
	padding-right: 10px;
}
.about-shape {
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: 0;
}
.counter-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}
.counter-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.counter-item span {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}
.counter-item img {
	margin-bottom: 25px;
}
.counter-item h3 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.why-choose {
	padding-top: 125px;
	padding-bottom: 125px;
}

.photogallery h3,
.why-choose h3 {
	color: #7d2c24;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}
.photogallery h2,
.why-choose h2 {
	font-size: 45px;
	padding-bottom: 10px;
	font-weight: 700;
}
.photogallery h2 span,
.why-choose h2 span {
	color: #c6a267;
}
.reason-content h4 {
	font-family: "Montserrat Alternates", sans-serif;
	color: #292929;
	font-size: 20px;
}
.reasons-img img {
	border-radius: 20px;
}

.reason-item {
	display: flex;
	min-height: 33%;
}
.reason-icon {
	margin-bottom: 20px;
}
.reasons-left,
.reasons-right {
	padding-top: 20px;
	padding-bottom: 20px;
}
.reasons-img {
	padding-top: 20px;
	padding-bottom: 30px;
}

.default-page {
	padding-top: 75px;
	padding-bottom: 75px;
}
.interior-header-hero {
	padding-top: 8vw;
	padding-bottom: 8vw;
	background-size: cover;
	background-position: center;
	position: relative;
	background-image: url(/wp-content/uploads/2024/09/slide-1-horse-jump.jpg);
}
.interior-header-hero::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.65);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.interior-header-hero .headertext {
	color: #fff;
	margin-top: 0.5rem;
}
.heading-divider {
	display: inline-block;
	position: relative;
	height: 4px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #7d2c24;
	width: 90px;
	margin-bottom: 45px;
}
.heading-divider:after {
	content: "";
	position: absolute;
	left: 0;
	top: -4.3px;
	height: 12px;
	width: 12px;
	background: #7d2c24;
	border-radius: 50px;
	box-shadow: 0 1px 80px 12px rgb(26 40 68/20%);
	-webkit-animation: heading-move 5s infinite linear;
	animation: heading-move 5s infinite linear;
}
@-webkit-keyframes heading-move {
	0% {
		transform: translateX(-1px);
	}
	50% {
		transform: translateX(85px);
	}
	100% {
		transform: translateX(-1px);
	}
}

.interior-intro h2 {
	color: #7d2c24;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}
.interior-intro h1 {
	font-size: 45px;
	font-weight: 700;
	padding-bottom: 30px;
}
.interior-intro h1 span {
	color: #c6a267;
}
.default-img {
	position: relative;
	margin-right: 40px;
	z-index: 1;
}
.default-img::before {
	content: "";
	position: absolute;
	background: #c6a267;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	transform: rotate(-5deg);
	z-index: -1;
}
.default-img img {
	border-radius: 50px;
	width: 100%;
}

.default-right ul {
	padding-left: 5px;
	font-size: 18px;
	font-weight: 700;
	list-style: none;
}
.default-right ul li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	padding-right: 10px;
	color: #7d2c24;
	font-size: 18px;
	font-weight: 780;
}
.default-right ul li {
	padding-bottom: 10px;
}
.default-page strong {
	color: #292929;
}
.default-page .welcome-block {
	padding-bottom: 40px;
}
.default-page .dpwbmb {
	margin-bottom: 40px;
}
.first-block,
.second-block,
.third-block,
.fourth-block {
	font-size: 19px;
	padding-bottom: 40px;
}
.circle-ba::before {
	content: "";
	position: absolute;
	right: -130px;
	top: 0px;
	width: 200px;
	height: 200px;
	border: 10px double #c6a267;
	border-radius: 50%;
	opacity: 0.12;
}
.circle-ba::after {
	content: "";
	position: absolute;
	left: -130px;
	top: 50%;
	width: 200px;
	height: 200px;
	border: 10px double #c6a267;
	border-radius: 50%;
	opacity: 0.12;
	z-index: -1;
}
.circle-before {
	content: "";
	position: absolute;
	right: -130px;
	top: 0px;
	width: 200px;
	height: 200px;
	border: 10px double #c6a267;
	border-radius: 50%;
	opacity: 0;
}
[data-aos="circle-before"] {
	opacity: 0;
	right: -200px;
	top: -100px;
	transition-property: opacity, right, top;

	&.aos-animate {
		opacity: 0.12;
		right: -130px;
		top: 0px;
	}
}
.caps {
	text-transform: uppercase;
}
.camp-schedule-wrapper {
	margin-bottom: 1.25rem;
	border: solid 1px #dddddd;
	table-layout: auto;
}

.camp-header {
	padding: 20px;
}
.camp-details {
	padding: 20px;
	font-size: 0.875rem;
	color: #222222;
	text-align: left;
}
.camp-details:nth-of-type(2n) {
	background: #e5e5e5;
}
.Full span.red {
	transform: rotate(-30deg);
	display: block;
	position: absolute;
	top: -5px;
	left: -25px;
	font-weight: 700;
	color: red;
	text-transform: uppercase;
}
.camp-legend p {
	margin-bottom: 0px;
	font-size: 16px;
}

#gform_wrapper_2,
#gform_wrapper_3,
.gform_wrapper:not(#gform_wrapper_1) {
	background: #fff;
	padding: 15px;
	z-index: 3;
	position: relative;
	box-shadow: 0 3px 24px rgba(0, 0, 0, 0.12);
}

.contact-main {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.contact-content {
	margin-bottom: 50px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
	z-index: 1;
}
.contact-content-before {
	position: absolute;
	right: -30px;
	top: -30px;
	width: 200px;
	height: 200px;
	border: 20px solid #c6a267;
	border-radius: 50%;
	opacity: 0.2;
	z-index: -1;
}
.contact-info {
	display: flex;
	gap: 15px;
	padding: 20px 0;
}

.contact-info-icon i {
	font-size: 25px;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	background: #c6a267;
}
.contact-info h5 {
	font-size: 22px;
	margin-bottom: 5px;
	color: #292929;
}
.contact-info p {
	font-weight: 500;
}
.map-embed {
	margin-top: 25px;
}
.contact-info-content a {
	color: inherit;
}
[data-aos="contact-circle"] {
	opacity: 0;
	right: -100px;
	top: -100px;
	transition-property: opacity, right, top;

	&.aos-animate {
		opacity: 0.2;
		right: -30px;
		top: -30px;
	}
}
.camprowfive,
.camprowsix {
	padding-top: 75px;
	z-index: 1;
	position: relative;
}
.camprowfive img {
	margin-bottom: 25px;
	box-shadow: 0 10px 15px rgb(0, 0, 0, 0.2);
}
.infobox {
	background: rgba(255, 255, 255, 0.5);
	padding: 15px 20px;
	position: relative;
	z-index: 3;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 3px 7px 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}
.infobox h3 {
	text-transform: uppercase;
	font-size: 24px;
}
.camprowsix .col-md-6 {
	padding: 15px;
}
[data-aos="fadeInRight"] {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	transition-property: transform, opacity;

	&.aos-animate {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.site-footer {
	background: #4a4a4a;
	position: relative;
	overflow: hidden;
	border-top: none;
	padding-top: 100px;
	padding-bottom: 70px;
	color: #fff;
	font-size: 18px;
}
.site-footer::before {
	content: "";
	position: absolute;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	background: #c5a167;
	top: -82px;
	left: 12.5%;
	z-index: 0;
	opacity: 0.2;
}
.site-footer::after {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 40px solid #c5a167;
	bottom: -150px;
	right: 10%;
	z-index: 0;
	opacity: 0.2;
}
.site-footer a,
.site-footer h2 {
	color: inherit;
}
.site-footer h2::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #c5a167;
	bottom: 0;
	left: 0;
}
.site-footer h2::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 3px;
	background-color: #c5a167;
	bottom: 0;
	left: 35px;
}
.site-footer h2 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.site-footer ul {
	list-style-image: url("/wp-content/uploads/2024/10/site-link-marker.png");
	padding-left: 20px;
}
.site-footer .social-icons i {
	font-size: 25px;
}
.social-icons .icon {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #c5a167;
	margin: auto;
}
.site-footer .phone .fa-phone {
	color: #c6a267;
}
.copyright {
	background-color: #636363;
	color: #e3e3e3;
	padding: 5px;
}
.copyright a {
	color: inherit;
}

.gfb-table-container .gfb-not-available, .gfb-table-container .gfb-holiday {
  position: relative;
}

.gfb-holiday::after, .gfb-not-available::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 2px;          /* thickness of the line */
    background: #777;     /* color of the slash */
    transform: rotate(40deg);
    transform-origin: center;
    pointer-events: none; /* lets you click through it normally */
  opacity: 0.25;
}
.party-notice{
  font-size:14px;
  color:#212121;
  font-style:italic;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.top-bar .social {
		text-align: right;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.reasons-left .reason-item {
		flex-direction: row-reverse;
		text-align: right;
	}
	#menu-footer-menu {
		column-count: 2;
		column-gap: 30px;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*Extra extra large devices (extra large desktops, 1600px and up)*/
@media (min-width: 1600px) {
	.interior-header-hero {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.welcome-block .img-block {
		margin-bottom: 60px;
		margin-left: 30px;
	}
	.default-left .default-img {
		margin-bottom: 60px;
		margin-left: auto;
		margin-right: auto;
	}
	.default-left {
		padding: 0 35px;
	}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.top-bar {
		text-align: center;
	}
	.Full span.red {
		transform: rotate(30deg);
		top: 15px;
		left: unset;
		right: 35px;
		font-size: 18px;
	}
	.social-icons {
		text-align: center;
		padding: 20px;
	}
	.footer-right {
	}
	.excellent {
		font-size: 60px;
	}
}

/*Extra small devices portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.excellent {
		font-size: 45px;
	}
}
/*Extra extra small devices portrait phones, less than 576px)*/
@media (max-width: 374.98px) {
	.unique {
		font-size: 19px;
	}
	.excellent {
		font-size: 40px;
	}
}
