/*
Theme Name: Lakewood Camping Resort by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, blue, orange, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #111;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
	background-image: url("images/global/bg-pattern.png");
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}
/* Accessibility: Skip Link */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #333;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: citrus-gothic-solid, sans-serif;
	line-height: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #1e376d;
}
h1 {
	margin: 0;
    font-size: 3.8em;
}
h2 {
    font-size: 2.3em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
h1 span, h2 span, h3 span {
	font-size: .5em;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 10px 0 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
}
ul, ol {
    margin: 10px 0 30px 0;
    list-style: inside;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 1.5em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.5em;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
== Buttons ==*/
.buttons {
	padding: 15px 30px;
	margin: 0 0;
	text-align: center;
	display: inline-block;
	font-family: citrus-gothic-solid, sans-serif;
	font-size: 1.2em;
    letter-spacing: .06em;
	border-radius: 30px;
    transition: all .4s ease-in-out;
}
.btn-orange {
	border: 2px solid #f19f2e;
	color: #FFF;
	background-color: #f19f2e;
}
.btn-orange:hover {
	color: #f19f2e;
	background-color: #FFF;
}
.btn-white {
	border: 2px solid #fff;
	color: #f19f2e;
	background-color: #fff;
}
.btn-white:hover {
	color: #fff;
	background-color: transparent;
}
.center-btn {
	width: 100%;
	text-align: center;
}

/* 	
== HEADER ==*/

.site-header {
	width: 100%;
}
.head-top {
	width: 100%;
	padding: 15px 20px;
	background-color: #0bb0ef;
	color: #fff;
	text-align: center;
}
.head-top a {
	color: #fff;
}
.head-top a:hover {
	color: #fff;
	text-decoration: underline;
}
.thoroughbreds-announcement-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.announcement-window {
    width: 100%;
    max-width: 600px; /* Adjust based on text length */
    overflow: hidden;
    position: relative;
}
.announcement-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.announcement-slide {
    flex: 0 0 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.announcement-prev, .announcement-next {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 0 15px;
}
.head-main {
	width: 100%;
	padding: 15px 120px 15px 40px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
    width: 262px;
    height: 64px;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 100vh;
	max-height: 940px;
	min-height: 500px;
	padding: 20px;
	background-position: bottom center;
	background-size: cover;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.hero h1 {
	color: #fff;
	font-size: 5em;
    line-height: 1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 160px 0px 140px 20px;
	display: flex;
	justify-content: flex-end;
}
.s1Wrap {
	width: 100%;
	max-width: 1800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s1Text {
	width: 100%;
	max-width: 580px;
	margin-right: 20px;
}
.s1Text h2 {
	margin-top: 0;
	color: #1e376d;
}
.s1Text span {
	color: #0bb0ef;
}
.gallery-window {
    width: 100%;
	max-width: 1150px;
    overflow: hidden;
    position: relative;
    padding: 40px 0; 
}
.gallery-track {
    display: flex;
    gap: 20px;
    transform: translateX(0); 
    transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
    will-change: transform; /* Smoother animation */
}
.gallery-slide {
    flex: 0 0 460px;
    height: 400px;
    position: relative;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden;
}
.slide-img-wrap {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.gallery-slide:hover .slide-img-wrap {
    transform: scale(1.1);
}
.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    z-index: 10;
    font-size: 1.5rem;
}
.gallery-controls {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}
.gallery-controls button {
    color: #939598;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2.5rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0px;
    overflow: visible;
}
.gallery-controls button i {
    display: block;
}
.gallery-controls button:hover {
    color: #0bb0ef;
    transform: scale(1.1);
}
/* Responsive: Adjust slide width so it stays "2.5" visible */
@media (max-width: 1200px) {
    .gallery-slide { flex: 0 0 350px; height: 320px; }
}
@media (max-width: 768px) {
    .gallery-slide { flex: 0 0 80%; }
}
/* Section 2 */
.section2 {
	width: 100%;
	color: #fff;
	background-color: #1e376d;
	displaY: flex;
	justify-content: space-evenly;
	align-items: center;
}
.s2Text {
	width: 100%;
	max-width: 350px;
	margin: auto;
	padding: 20px;
	text-align: center;
}
.s2Text h2 {
	margin-top: 30px;
	color: #0bb0ef;
	font-size: 1.5em;
}
.s2Text p {
	color: #fff;
}
.s2Text a {
	font-family: citrus-gothic-solid, sans-serif;
	text-transform: uppercase;
	color: #0bb0ef;
}
.s2Text a:hover {
	color: #f19f2e;
}
.s2Divide {
	height: 430px;
	width: 1px;
	background-color: #0bb0ef;
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 100px 30px;
	position: relative;
	overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}
.s3-bg-container {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}
.s3-bg-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.s3-bg-layer.active {
    opacity: 1;
}
.s3Box {
	position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 60px 20px;
    background-color: #0bb0ef;
    border-radius: 50px;
}
.s3-window {
    overflow: hidden;
    width: 100%;
	position: relative;
}
.s3-track {
    display: flex;
	gap: 0;
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.s3Text {
	flex: 0 0 100%; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    padding: 0 40px; 
    box-sizing: border-box; 
    color: #fff;
}
.s3Text h2, .s3Text p {
    max-width: 580px; 
    width: 100%;
}
.s3Text h2 {
	color: #fff;
	font-size: 2em;
	margin: 0;
}
.s3Text p {
	margin: 40px 0;
}
.s3-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -30px;
    right: -30px;
    transform: translateY(-50%);
    pointer-events: none;
}
.s3-nav button {
    pointer-events: auto;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s;
}
.s3-nav button:hover {
	transform: scale(1.2);
}
.s3-nav button .fa-inverse {
    color: #0bb0ef;
}
.s3-nav button:hover .fa-inverse {
	color: #f19f2e;
}
/* Section 4 */
.section4 {
	width: 100%;
	padding: 120px 20px;
	border-bottom: 2px solid #0bb0ef;
}
.s4Wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.s4Wrap h2 {
	width: 100%;
	max-width: 430px;
	margin: 0;
}
.s4Text {
	width: 100%;
	max-width: 780px;
}
.s4Text h3 {
	margin-top: 0;
	font-size: 1.5em;
	color: #0bb0ef;
}
.s4Text p {
	margin-bottom: 0;
}
/* Section 5 */
.section5 {
	width: 100%;
	padding: 100px 20px;
}
.s5Wrap {
	width: 100%;
	max-width: 1740px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.s5Text {
	width: 100%;
	max-width: 580px;
}
.s5Text span {
	color: #0bb0ef;
}
.s5Images {
	width: 100%;
	max-width: 940px;
	display: flex;
	gap: 30px;
}
.s5Images img {
	border-radius: 50px;
}
/* Section 6 */
.section6 {
	width: 100%;
	padding: 100px 20px;
	background-color: #1e376d;
}
.s6Wrap {
	width: 100%;
	max-width: 780px;
	margin: auto;
}
.s6Wrap h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
/* Plugin: Events Cal Pro */
.s6Wrap .tribe-compatibility-container {
	max-width: 460px;
    margin: auto;
}
.s6Wrap .tribe-events-widget .tribe-events-widget-events-list__view-more {
	display: none;
}
.s6Wrap .tribe-common .tribe-common-g-col {
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
}
.s6Wrap .tribe-events-widget .tribe-events-widget-events-list__event-title {
	font-family: citrus-gothic-solid, sans-serif;
	font-size: 1.2em;
}
.s6Wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
	background-color: #0bb0ef;
	padding: 10px;
	margin-right: 10px;
	border-radius: 15px;
}
.s6Wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
.s6Wrap .tribe-common .tribe-common-h2 {
	color: #fff;
	font-family: citrus-gothic-solid, sans-serif;
}
.s6Wrap .tribe-common a,
.s6Wrap .tribe-common a:active,
.s6Wrap .tribe-common a:focus,
.s6Wrap .tribe-common a:hover,
.s6Wrap .tribe-common a:visited {
    color: #f19f2e;
}
.s6Wrap .tribe-events-widget .tribe-events-widget-events-list__event-datetime-wrapper {
    margin-bottom: 2px;
}

/* 	
== TEMPLATE PAGES ==*/
.banner-wrap {
	width: 100%;
	max-width: 770px;
	min-height: 400px;
	padding: 30px;
	border-radius: 50px;
	background-color: rgba(256,256,256,.8);
	background-image: url("images/global/bg-pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-text {
	width: 100%;
	max-width: 580px;
}
.banner-text h1 span {
	font-size: .37em;
	color: #0bb0ef;
}
.banner-text h1 {
	line-height: 1em;
}
.banner-text p {
	margin: 30px 0 0 0;
}
/* Amenities */
.amenity-1 {
	width: 100%;
	padding: 75px 0 75px 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.amen1-text {
	width: 50%;
	max-width: 580px;
	margin: auto;
}
.amen1-images {
	width: 50%;
	max-width: 980px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.a1Img1 {
	max-height: 530px;
}
.a1Img1 img {
	border-radius: 50px;
}
.a1Img2 img {
	border-radius: 50px 0 0 50px;
}
.amenity-2 {
	width: 100%;
	min-height: 730px;
	padding: 20px 100px;
	display: flex;
	align-items: center;
}
.amen2-wrap {
	width: 100%;
	max-width: 770px;
	min-height: 500px;
	padding: 30px;
	border-radius: 50px;
	background-color: rgba(30,55,109,.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
.amen2-text {
	width: 100%;
	max-width: 580px;
	color: #fff;
}
.amen2-text h2 {
	margin-top: 0;
	color: #fff;
}
.amenity-3 {
	width: 100%;
	padding: 80px 20px;
}
.amen3-wrap {
	width: 100%;
	max-width: 1740px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.amen3-box {
	width: 100%;
	padding: 50px;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: -10px 10px 15px 0 rgba(0,0,0,.2);
	text-align: center;
}
.amen3-box img {
	border-radius: 50px;
}
.amen3-box h2 {
	color: #08a2dd;
	font-size: 1.5em;
	margin: 50px 0 0 0;
}
.amen3-box p {
	max-width: 500px;
	margin: 30px auto;
}
.amen3-box a {
	font-family: citrus-gothic-solid, sans-serif;
	line-height: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #f19f2e;
	font-size: 1.2em;
}
.amen3-box a:hover {
	color: #333;
}
.amenity-4 {
	padding: 100px 0;
	background-color: #ecf9fe;
	text-align: center;
}
.amenity-4 span {
	color: #08a2dd;
}
.amen1-text h2,
.amen2-text h2 {
	margin-bottom: 30px;
}
/* Slider */
:root {
    --am-gutter: 40px;
}
.am-container {
    width: 100%;
    margin: 40px auto;
    position: relative;
	overflow: hidden;
}
.am-window {
    width: 100%;
}
.am-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
	margin-left: calc(var(--am-gutter) * -1); /* Negative margin pulls the outer cards to the screen edges */
}
.am-slide {
    flex: 0 0 33.333%;
    box-sizing: border-box;
    padding-left: var(--am-gutter); /* Padding only on the left creates the internal gap */
}
.am-card {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 50px;
    height: 100%;
}
.am-card h3 {
	color: #08a2dd;
	font-size: 1.5em;
	margin-bottom: 30px;
}
.am-icon {
    width: 68px;
    height: auto;
    margin-bottom: 20px;
}
.am-nav {
    display: flex;
    justify-content: center;
	align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.am-btn {
    background: none;
    color: #f19f2e;
    border: none;
    cursor: pointer;
	font-size: 3em;
}
.am-split {
	height: 35px;
	width: 1px;
	background-color: #ababab;
}
/* Family Fun */
.ff-1 {
	width: 100%;
	padding: 120px 20px;
}
.ff1-wrap {
	width: 100%;
	max-width: 1470px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ff1-main {
	width: 100%;
	max-width: 450px;
}
.ff1-main span {
	color: #0bb0ef;
}
.ff1-main h2 {
	margin-bottom: 30px;
}
.ff1-text {
	width: 100%;
	max-width: 820px;
}
.mobileBtn {
	display: none;
}
.ff-card {
    height: 100%;
    padding: 20px 20px;
    text-align: center;
    border-radius: 50px;
    background: #1e376d;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; /* Keeps the border-radius clean */
    position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.ff-card h3 {
	color: #fff;
	font-size: 1.25em;
}
.ff-card h4 {
	color: #f19f2e;
	font-size: 1em;
}
.ff-track {
	height: 470px;
}
.ff-3 {
	width: 100%;
	padding: 80px 20px 120px 20px;
}
.ff-4 {
	width: 100%;
	padding-bottom: 70px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.ff4-main {
	width: 83%;
	padding: 40px 80px;
	border-radius: 0 50px 50px 0;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.ff4-side {
	width: 17%;
	border-radius: 50px 0 0 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ff4-main,
.ff4-side {
	min-height: 740px;
	background-color: gray;
}
.ff4-wrap {
	width: 100%;
	max-width: 770px;
	min-height: 500px;
	padding: 30px;
	border-radius: 50px;
	background-color: rgba(30,55,109,.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
.ff4-text {
	width: 100%;
	max-width: 580px;
	color: #fff;
}
.ff4-text h2 {
	margin: 0 0 30px 0;
	color: #fff;
}
/* RENTALS & LISTINGS PAGE TEMPLATE */
.listing-bg {
	background-color: #ecf8fc;
	padding: 100px 0 50px 0;
}
#myBtnContainer {
	width: 100%;
    margin: 0px auto 80px auto;
    text-align: center;
}
.filterDiv {
	display: none;
}
.show {
	display: block;
}
.container {
	margin-top: 20px;
	overflow: hidden;
}
/* Style the buttons */
.btn {
	margin: 0 10px;
	padding: 12px 16px;
	border: none;
	border-radius: 30px;
	outline: none;
	background-color: #368BA9;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	display: inline-block;
}
.btn:hover {
	background-color: #777;
}
.btn.active {
	background-color: #555;
}
.propertyWrap {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	box-sizing: border-box;
}
.propBox {
	width: calc(33.33% - 30px);
	margin-bottom: 50px;
	border-radius: 95px;
	text-align: center;
	background-color: #FFF;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.propImg-wrap {
	padding: 30px 30px 0px 30px;
}
.propImg {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 70px;
}
.propImg img {
	border-radius: 70px;
}
.hoverBlue {
	background-color: #378AA9;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
}
.propImg:hover .hoverBlue {
	opacity: .7;
}
.hoverBlue .fas {
	color: #fff;
	font-size: 2em;
}
.propInfo {
	padding: 30px 20px;
}
.propInfo h2 {
	color: #08a2dd;
	margin: 0;
    line-height: 1em;
    text-transform: none;
    letter-spacing: .05em;
    font-size: 1.4em;
}
.propInfo p {
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
	line-height: 1.4em;
	letter-spacing: .05em;
}
.propInfo a {
	color: #f19f2e;
	font-family: citrus-gothic-solid, sans-serif;
	font-weight: bold;
}
.propInfo a:hover {
	color: #333;
}
@media only screen and (max-width: 1100px){
	.propBox {width: calc(50% - 30px);}
}
@media only screen and (max-width: 680px){
	.propBox {width: 100%;}
}
@media only screen and (max-width: 500px){
	.propertyWrap {padding: 0 20px;}
	.propBox {margin-bottom: 20px;}
}
/* SIDE BAR PAGE TEMPLATE */
.sidebar-main {
	padding: 120px 50px 200px 0;
	display: flex;
	gap: 50px;
}
.sb-side {
	width: 100%;
	max-width: 400px;
}
.sb-side ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
.sb-side li {
    font-size: 1.25em;
    line-height: 1em;
    text-transform: uppercase;
	font-family: citrus-gothic-solid, sans-serif;
	font-weight: bold;
    padding: 20px 5px 20px 40%;
    border-bottom: 1px solid orange;
    transition: all .4s ease-in-out;
}
.sb-side a {
	color: #08a2dd;
}
.sb-side li:hover,
.sb-side li.current-menu-item {
	background-color: #f19f2e;
}
.sb-side li:hover a,
.sb-side li.current-menu-item a {
	color: #fff;
}
.sb-main {
	width: 100%;
	max-width: 980px;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 380px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannerBG h1 {
	color: #fff;
	text-transform: uppercase;
}
.bannerBG-2 {
	width: 100%;
	min-height: 760px;
	padding: 20px 100px;
	display: flex;
	align-items: center;
}
.pageContent {
    max-width: 850px;
	margin: 0 auto;
}


/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	color: #fff;
	font-family: citrus-gothic-solid, sans-serif;
}
.myFooter a {
	text-decoration: none;
	color: #fff;
}
.myFooter a:hover {
	text-decoration: none;
	color: #f19f2e;
}
.myFooter ul {
    list-style: none;
    padding: 0px 20px 0 0;
    margin: 0;
	font-weight: bold;
}
.myFooter li {
	margin: 0 10px 10px 0;
}

.foot-top {
    padding: 30px 20px;
	background-color: #0bb0ef;
}
.footWrap {
	width: 100%;
	max-width: 1700px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.foot-left {
	width: 100%;
	max-width: 400px;
	display: flex;
    justify-content: space-between;
}
.foot-mid {
	width: 100%;
	max-width: 500px;
	padding: 80px 20px;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.foot-mid .fa-inverse {
	color: #0bb0ef;
}
.foot-mid a:hover {
	color: #1e376d;
}
.foot-mid h6 {
    font-size: 1.75em;
    color: #fff;
    margin-bottom: 40px;
}
.foot-right {
	width: 100%;
	max-width: 400px;
	padding-left: 20px;
	text-align: right;
}
.foot-right a.btn-white {
	color: #f19f2e;
}
.foot-right p {
	margin: 50px 0 0 0;
}

.foot-base {
    padding: 20px 20px;
	background-color: #1e376d;
}
.foot-base p {
	margin: 0;
	font-size: .9em;
	line-height: normal;
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #2d3691;
}
#texty p a {
	color: #444;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #DDD;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-separator.is-style-wide {
    margin-bottom: 40px;
}

/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
== RESPONSIVE STYLES ==*/

.container {
    width: 100%;
    margin: 0;
	padding: 30px 20px 80px 20px;
}
.cent {margin: auto;}
.alpha {float: left;}
.omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}


/* Custom */
@media only screen and (max-width: 1550px) {
	.s1Wrap {flex-direction: column;}
	.gallery-window {max-width: none;}
	.s1Text {margin: 0 0 20px 0; text-align: center;}
}

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* Custom */
@media only screen and (max-width: 1200px) {
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.sidebar-main {padding: 80px 20px; gap: 80px; flex-direction: column; align-items: center;}
	.sb-side li {padding: 20px; text-align: center;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.bannerBG-2 {padding: 20px 20px;}
	.banner-wrap {padding: 20px;}
	.amenity-1 {padding: 75px 20px; gap: 20px; flex-direction: column;}
	.amen1-text, .amen1-images {width: 100%;}
	.amen1-images {margin-top: 50px; justify-content: center;}
	.a1Img2 {display: none;}
	.amenity-2 {padding: 20px; justify-content: center;}
	.amen2-wrap, .ff4-wrap {padding: 20px;}
	.amen3-wrap {flex-direction: column;}
	.am-slide {flex: 0 0 50%;}
	.ff1-wrap {flex-direction: column; text-align: center;}
	.deskBtn {display: none;}
	.mobileBtn {display: inline-block;}
	.am-container {margin: 0; padding: 20px;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.section2 {flex-direction: column;}
	.s2Divide {height: 1px; width: 100%;}
	.s2Text {padding: 50px 20px;}
	.footWrap {flex-direction: column;}
	.foot-left {padding: 30px 0px; max-width: 350px; text-align: center; order: 2;}
	.foot-mid {padding: 0px; border-left: none; border-right: none; order: 1;}
	.foot-right {padding: 0; text-align: center; order: 3;}
	.ff4-main {width: 100%; padding: 40px 40px; border-radius: 0;}
	.ff4-side {display: none;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	h5 {font-size: 1em;}
	h6 {font-size: .8em;}
	
	.hero h1 {font-size: 3.5em;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.head-main .buttons {display: none;}
	.head-main {padding: 15px 20px 15px 20px;}
	.sfm-navicon-button {right: 20px !important;}
	.s4Wrap {gap: 10px; flex-direction: column; text-align: center;}
	.s4Wrap h2 {max-width: 100%;}
	.s5Wrap {gap: 50px; flex-direction: column; text-align: center;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.s3Text {padding: 0 20px;}
	.amen3-box {padding: 30px 30px;}
	.amenity-4 {padding: 100px 20px;}
	.am-slide {flex: 0 0 100%;}
	.ff4-main {padding: 40px 20px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.s1Text {padding-right: 20px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}
