/*
Theme Name: O'Neil Creek Campground
Theme URI: #
Description: Designed by <a href="https://www.fiverr.com/usamafayyaz99">Usama Fayyaz</a>.
Author: Usama Fayyaz
Version: 1
Template: genesis
Tags: Custom Theme for O'Neil Creek Campground. Developed by Usama Fayyaz
*/

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family:'DM Sans', sans-serif;
}
body {
	margin:0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block
}

audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline
}

audio:not([controls]) {
	display:none;
	height:0
}

[hidden],template {
	display:none
}

a {
	background:0 0
}

a:active,a:hover {
	outline:0
}

abbr[title] {
	border-bottom:1px dotted
}

b,strong {
	font-weight:700
}

dfn {
	font-style:italic
}

h1 {
	font-size:2em;
	margin:.67em 0
}

mark {
	background:#ff0;
	color:#131313
}

small {
	font-size:80%
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}

sup {
	top:-.5em
}

sub {
	bottom:-.25em
}

img {
	border:0
}

svg:not(:root) {
	overflow:hidden
}

figure {
	margin:1em 40px
}

hr {
	box-sizing:content-box;
	height:0
}

pre {
	overflow:auto
}

code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em
}

button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0
}

button {
	overflow:visible
}

button,select {
	text-transform:none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	cursor:pointer
}

button[disabled],html input[disabled] {
	cursor:default
}


input {
	line-height:normal
}

input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0
}

input[type=search] {
	box-sizing:content-box
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}

legend {
border:0;
	padding:0
}

textarea {
	overflow:auto
}

optgroup {
	font-weight:700
}

table {
	border-collapse:collapse;
	border-spacing:0
}

td,th {
	padding:0
}

/***Post, Page Entry Header***/
.home.page header.entry-header {
    position: unset;
    text-align: unset;
    padding-top: unset;
    padding-bottom: unset;
    background: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
}
.single header.entry-header, .page header.entry-header {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}
.home.page article .entry-content {
    margin-top: unset;
}


/*Mobile Menu*/
i.fa.fa-bars.mobile-toggle{
	display:none;
}
span.sub-menu-toggle {
	display: none;
}
.site-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.header-widget-area .widget_nav_menu {
	transition:0.3s;
}

.genesis-nav-menu a:hover {
    transition: 0.3s;
}

.wp-custom-logo .title-area {
	max-width: none;
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wp-custom-logo .title-area:not(.home .wp-custom-logo .title-area) {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: space-between;
    height: 100%;
}

.wp-custom-logo .site-title {
	text-indent: 0 !important;
}

.wp-custom-logo .site-title > a {
	min-height: 0;
	transition:0.3s;
}

.custom-logo-link {
	display: block;
    line-height: 0;
}

.custom-logo {
    width: 100%;
    max-width: 450px;
    object-fit: contain;
    transition: 0.3s;
}

.custom-logo:not(.home .custom-logo) {
    max-width: 300px;
}


/*link hover*/
a:hover {
color:#131313
}

/*Paragragh Alignment*/
.entry-content p {
text-align:left
}

/*Mouse-Selection*/
html ::selection {
background-color:#353640;
color:#fff
}

/*Search-Box*/
.search-form input {
width:100%
}

/*--Footer--*/
.website-footer {/*     background-image: url('./images/footer-bg.jpg'); */background-size: cover;background-repeat: no-repeat;background-position: center;border-top: 15px solid #8bc63f;background-color: #fff;}
.footer-widgets {
    color: #000;
    padding: 40px 0;
    background-color: rgb(251 245 239 / 85%);
}
.footer-widgets .wrap {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
    align-items: center;
}
.footer-widgets .wrap .footer-widgets-1, .footer-widgets .wrap .footer-widgets-3 {
    flex: 1 1 calc(20% - 33.33px);
    z-index: 1;
}

.footer-widgets .wrap .footer-widgets-2 {
    flex: 1 1 calc(60% - 33.33px);
}

.footer-widgets .wrap .footer-widgets-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
}

.footer-widgets .widget-wrap {
    display: table;
    margin: 0 auto;
}
.footer-widgets a {
    color: #fff;
    transition:0.3s;
    line-height: 0;
    display: block;
}

.footer-widget-area p {
    text-align: center;
}

.footer-widgets a:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.footer-widgets .wrap {
	    flex-direction: column;
	}
}

.footer-widgets .menu {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.footer-widgets .menu a {
    line-height: normal;
    color: #000;
}

@media (max-width:640px) {
    .footer-widgets .wrap .footer-widgets-1 {
        text-align: center;
    }    
}


/*--Back-to-top--*/
.to-top {
	display:inline-block;
	z-index:99999;
	height:40px;
	width:40px;
	position:fixed;
	bottom:60px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	white-space:nowrap;
	background: #8bc63f;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	display: flex;
	align-items: center;
}
a.to-top i.top-icon{
	margin: 0 auto;
    color: #fff;
    padding-bottom: 5px;
}
.to-top.top-is-visible {
visibility:visible;
opacity:1;
z-index: 999;
}
.to-top.top-fade-out {
opacity:.5
}
.no-touch .to-top:hover {
background-color:#353640;
opacity:1
}
a.to-top:hover {
	background-color:#000000;
	opacity:1;
}

/* ## Typographical Elements
--------------------------------------------- */
html {
font-size:62.5%;
text-shadow:1px 1px 1px rgba(0,0,0,0.005);
text-rendering:geometricPrecision!important;
-webkit-font-smoothing:antialiased!important;
text-shadow:0 0 1px rgba(0,0,0,0.3)
}

/* Chrome fix */
body > div {
font-size:16px
}

body {
    background-color:#fff;
    color: #000;
    font-family:'Outfit', sans-serif;
    font-size:16px;
    line-height: 2em;
    margin:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
    text-rendering:geometricPrecision!important;
    -webkit-font-smoothing:antialiased!important
}
a,button,input:focus,input[type="button"],input[type="reset"],input[type="submit"],textarea:focus,.button,.gallery img {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}

a {
color:#353640;
text-decoration:none
}

p {
    line-height: 1.5em;
}

ol,ul {
margin:0;
padding:0
}

li {
list-style-type:none
}

hr {
border:0;
border-collapse:collapse;
border-top:1px solid #ddd;
clear:both;
margin:1em 0
}

b,strong {
font-weight:700
}

blockquote,cite,em,i {
font-style:italic
}

blockquote {
border-left:5px solid #353640;
padding:20px 20px 1px 10px
}

/* ## Headings
--------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	color:#353640;
	font-family: 'Reload', sans-serif;
	font-weight: 400;
	line-height:1.2;
	margin: 0 0;
}
h1 {
font-size:36px;
font-size:3rem
}
h2 {
font-size:30px;
font-size:3rem
}
.entry-content h2 {
	font-size:20px;
	color:#353640;
}
h3 {
font-size:24px;
font-size:2.4rem
}
h4 {
font-size:20px;
font-size:2rem
}
h5 {
font-size:18px;
font-size:1.8rem
}
h6 {
font-size:16px;
font-size:1.6rem
}

/* ## Objects
--------------------------------------------- */
embed,iframe,img,object,video,.wp-caption {
max-width:100%
}
img {
height:auto
}
.featured-content img,.gallery img {
width:auto
}

/* ## Gallery
--------------------------------------------- */
.gallery {
overflow:hidden
}
.gallery-item {
float:left;
margin:0 0 28px;
text-align:center
}
.gallery-columns-2 .gallery-item {
width:50%
}
.gallery-columns-3 .gallery-item {
width:33%
}
.gallery-columns-4 .gallery-item {
width:25%
}
.gallery-columns-5 .gallery-item {
width:20%
}
.gallery-columns-6 .gallery-item {
width:16.6666%
}
.gallery-columns-7 .gallery-item {
width:14.2857%
}
.gallery-columns-8 .gallery-item {
width:12.5%
}
.gallery-columns-9 .gallery-item {
width:11.1111%
}
.gallery img {
border:1px solid #ddd;
height:auto;
padding:4px
}
.gallery img:hover,.gallery img:focus {
border:1px solid #999
}

/* ## Forms
--------------------------------------------- */
input,select,textarea {background-color:#fff;border:1px solid #ddd;border-radius:3px;font-size:14px;font-weight:400;color:#353640;font-family:'Outfit', sans-serif;padding:10px;width:100%;box-sizing: border-box;}
textarea {width:100%;}
input:focus,textarea:focus {
border:1px solid #999;
outline:none
}
input[type="checkbox"],input[type="image"],input[type="radio"] {
width:auto
}
button,input[type="button"],input[type="reset"],input[type="submit"],.button {
    background-color:#d9012b;
    border:0;
    border-radius: 4px;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    font-size:1.6rem;
    font-weight:400;
    padding:16px 24px;
    text-transform:uppercase;
    font-family:'Outfit', sans-serif;
    width:auto;
    transition-property:background color;
    transition-duration:.3s;
    transition-timing-function:ease-out
}
button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,button:focus,input:focus[type="button"],input:focus[type="reset"],input:focus[type="submit"],.button:focus {background-color: #8bc63f;color:#fff}
.entry-content .button:hover,.entry-content .button:focus {
color:#fff
}
.button {
display:inline-block
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button {
display:none
}

/* ## Tables
--------------------------------------------- */
table {border-collapse:collapse;border-spacing: 0px;line-height:2;width:100%}

td,th {
text-align:left
}

th {
font-weight:400
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,.screen-reader-text span,.screen-reader-shortcut {
position:absolute!important;
clip:rect(0,0,0,0);
height:1px;
width:1px;
border:0;
overflow:hidden
}
.screen-reader-text:focus,.screen-reader-shortcut:focus,.genesis-nav-menu .search input[type="submit"]:focus,.widget_search input[type="submit"]:focus {
clip:auto!important;
height:auto;
width:auto;
display:block;
font-size:1em;
font-weight:700;
padding:15px 23px 14px;
color:#131313;
background:#fff;
z-index:100000;
text-decoration:none;
box-shadow:0 0 2px 2px rgba(0,0,0,.6)
}

.more-link {
position:relative
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.wrap {
    margin:0 auto;
    max-width:1200px;
    padding: 0 15px;
}

.site-inner:not(.page-template .site-inner) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}
/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap {
width:980px
}
.content-sidebar-sidebar .content-sidebar-wrap {
float:left
}
.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap {
float:right
}

/* ### Content */
.content {
float:right;
width:75%;
}
.content-sidebar .content,.content-sidebar-sidebar .content,.sidebar-content-sidebar .content {
float:left
}
.content-sidebar-sidebar .content,.sidebar-content-sidebar .content,.sidebar-sidebar-content .content {
width:580px
}
.full-width-content .content {
width:100%
}

/* ### Primary Sidebar */
.sidebar-primary {
float:right;
width:25%
}
.sidebar-content .sidebar-primary,.sidebar-sidebar-content .sidebar-primary {
float:left
}

/* ### Secondary Sidebar */
.sidebar-secondary {
float:left;
width:180px
}

.content-sidebar-sidebar .sidebar-secondary {
float:right
}

/* ## Column Classes
--------------------------------------------- */
.five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds {
float:left;
margin-left:2.5641025641026%
}
.one-half,.three-sixths,.two-fourths {
width:48.717948717949%
}
.one-third,.two-sixths {
width:31.623931623932%
}
.four-sixths,.two-thirds {
width:65.811965811966%
}
.one-fourth {
width:23.076923076923%
}
.three-fourths {
width:74.358974358974%
}
.one-sixth {
width:14.529914529915%
}
.five-sixths {
width:82.905982905983%
}
.first {
clear:both;
margin-left:0
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */
.avatar {
	margin-bottom: -18px;
}
.alignleft .avatar,.author-box .avatar {
margin-right:24px
}
.alignright .avatar {
margin-left:24px
}
.comment .avatar {
margin:0 16px 24px 0
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
background-color:#fff;
padding:10px;
font-family:'Outfit', sans-serif;
font-weight:400;
padding-left:35px;
border:1px solid #e1e1e1;
}
.archive-description,.author-box {
background-color:#fff;
font-size:16px;
font-size:1.6rem;
margin-bottom:40px;
padding:40px;
}
.author-box-title {
font-size:16px;
font-size:1.6rem;
margin-bottom:4px
}
.archive-description p:last-child,.author-box p:last-child {
margin-bottom:0
}

/* ## Search Form
--------------------------------------------- */


/* ## Titles
--------------------------------------------- */
.archive-title {
font-size:20px;
}
.entry-title {
	font-size:40px;
	line-height:140%;
	text-transform:capitalize;
}
.entry-title a,.sidebar .widget-title a {
color:#353640
}
.entry-title a:hover,.entry-title a:focus {
color:#0E8CDD
}
.widget-title {
font-size:18px;
font-weight:400;
margin-bottom:20px
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
display:block;
margin:0 auto
}
a.alignnone {
display:inline-block
}
.alignleft {
float:left;
text-align:left
}
.alignright {
float:right;
text-align:right
}
a.alignleft,a.alignnone,a.alignright {
max-width:100%
}
img.centered,.aligncenter {
display:block;
margin:0 auto 24px
}
img.alignnone,.alignnone {
margin-bottom:12px
}
a.alignleft,img.alignleft,.wp-caption.alignleft {
margin:0 25px 0px 0;
}
a.alignright,img.alignright,.wp-caption.alignright {
margin:0 0 24px 24px
}
.wp-caption-text {
font-size:14px;
font-size:1.4rem;
font-weight:400;
text-align:center
}
.entry-content p.wp-caption-text {
margin-bottom:0
}
.entry-content .wp-audio-shortcode,.entry-content .wp-playlist,.entry-content .wp-video {
margin:0 0 28px
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
word-wrap:break-word
}

.widget ol > li {
list-style-position:inside;
list-style-type:decimal;
padding-left:20px;
text-indent:-20px
}

.widget li li {
border:0;
margin:0 0 0 30px;
padding:0
}

.widget_calendar table {
width:100%
}

.widget_calendar td,.widget_calendar th {
text-align:center
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
border-bottom:2px solid #f5f5f5;
margin-bottom:20px;
padding:0 0 24px
}

.featured-content .entry-title {
font-size:20px;
font-size:2rem
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Jetpack
--------------------------------------------- */
#wpstats {
display:none
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	width: 100%;
	transition: 0.3s;
	height: 75vh;
	display: flex;
	flex-wrap: wrap;
	background-size: cover;
	background-position: center;
	align-items: center;
	justify-content: center;
}
.site-header:not(.home .site-header) {
    align-items: stretch;
}
.site-header .wrap:not(.home .site-header .wrap) {
    width: 100%;
    margin: 25px 0 50px 0;
}
.nav-primary.sticky-white {
    position: fixed;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
	width: 100%;
	transition: 0.3s;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
    padding: 10px 0;
    transition:0.3s;
}
.header-full-width .title-area {
    width:100%
}
.site-title {
    font-size:32px;
    font-size:3.2rem;
    font-weight:400;
    line-height:1.2
}
.site-title a,.site-title a:hover,.site-title a:focus {
color:#131313
}
.site-description {
font-size:16px;
font-size:1.6rem;
font-weight:400;
line-height:1.5
}
.site-description,.site-title {
margin-bottom:0
}
.header-image .site-description,.header-image .site-title {
	display:block;
	text-indent:-9999px;
	margin-top: 0px;
}

.page-title-container {
    width: 100%;
}

.page-title-content {
    display: inline-flex;
    align-items: center;
    grid-gap: 20px;
    background-color: #000000;
    border: 5px solid #8bc63f;
    padding: 10px 20px;
}

.page-title-content h1 {
    font-size: 42px;
    color: #fff;
    margin-top: -9px;
}

.page-title-content img {
    max-width: 45px;
    height: auto;
}

@media (max-width:768px) {
	.page-title-container {
	    display: flex;
	    justify-content: center;
	}
}

@media (max-width:460px) {
	.page-title-content h1 {
	    font-size: 32px;
	    margin-top: -5px;
	}

	.page-title-content img {
	    max-width: 35px;
	}
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	text-align:right;
	white-space: nowrap;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    grid-gap: 15px;
}
.genesis-nav-menu a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 15px 15px 25px 15px;
    font-size: 26px;
    transition: 0.3s;
    font-family: 'Reload', sans-serif;
    text-transform: uppercase;
}
.genesis-nav-menu a span {
    margin-bottom: -5px;
    display: flex;
}

.genesis-nav-menu a:hover {
    background-color: #5d8f3e;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 300px;
    z-index: 99;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    white-space: normal;
    background-color: #5d8f3e;
}
.genesis-nav-menu .sub-menu a {
	color: #fff;
    font-size: 22px;
    padding: 10px 20px 20px;
    position: relative;
    word-wrap: break-word;
    transform: unset;
	transition: 0.3s;
}

.genesis-nav-menu .sub-menu a span{
    transform: unset !important;
}
.genesis-nav-menu li.menu-item-has-children:hover>a {
    transition:0.3s;
    color: #d9012b;
}
.genesis-nav-menu .sub-menu .sub-menu {
margin:-47px 0 0 250px
}
.genesis-nav-menu .menu-item:hover {
position:static
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
left:auto;
opacity:1
}
.genesis-nav-menu > .first > a {
padding-left:0
}
.genesis-nav-menu > .last > a {
padding-right:0
}
.genesis-nav-menu > .right {
color:#fff;
float:right;
list-style-type:none;
padding:30px 0
}
.genesis-nav-menu > .right > a {
display:inline;
padding:0
}
.genesis-nav-menu > .rss > a {
margin-left:48px
}
.genesis-nav-menu > .search {
padding:10px 0 0
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
position:static
}

.menu .menu-item > a:focus + ul.sub-menu,.menu .menu-item.sfHover > ul.sub-menu {
left:auto;
opacity:1
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
margin-left:0
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
    background-color: #8bc63f;
    border-bottom: 8px solid #5d8f3e;
    z-index: 9;
}
.nav-primary .genesis-nav-menu li a {
color:#fff;
font-family:'Reload', sans-serif;
font-weight:400;
text-decoration:none;
-webkit-transition-property:background color;
-webkit-transition-duration:.3s;
-webkit-transition-timing-function:ease-out;
-moz-transition-property:background color;
-moz-transition-duration:.3s;
-moz-transition-timing-function:ease-out;
-o-transition-property:background color;
-o-transition-duration:.3s;
-o-transition-timing-function:ease-out;
transition-property:background color;
transition-duration:.3s;
transition-timing-function:ease-out
}
.nav-primary .genesis-nav-menu li:hover a,.nav-primary .genesis-nav-menu li:focus a,.nav-primary .genesis-nav-menu .current-menu-item > a {
color:#fff;
text-decoration:none;
-webkit-transition-property:background color;
-webkit-transition-duration:.3s;
-webkit-transition-timing-function:ease-out;
-moz-transition-property:background color;
-moz-transition-duration:.3s;
-moz-transition-timing-function:ease-out;
-o-transition-property:background color;
-o-transition-duration:.3s;
-o-transition-timing-function:ease-out;
transition-property:background color;
transition-duration:.3s;
transition-timing-function:ease-out
}
.nav-primary .genesis-nav-menu .sub-menu a {
    color:#fff;
}
.nav-primary .genesis-nav-menu .sub-menu li a:hover,.nav-primary .genesis-nav-menu .sub-menu li a:focus,.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color:#fff;
    text-decoration:none;
    background-color: #8bc63f;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
      background-color: #2c3644;
    float: right;
}
nav.nav-secondary li a {
    font-family: 'Reload', sans-serif;
    color: #8E99A9;
}
nav.nav-secondary li a:hover {
    color: #fff;
}
ul#menu-secondary-menu {
    line-height: 2em;
    padding-top: 25px;
}
ul#menu-secondary-menu.genesis-nav-menu a {
    padding: 0px;
    margin: 0px 15px
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */
.entry {
margin-bottom:30px;
padding:30px 35px
}
.home .entry {
    margin-bottom: 0px;
    padding: 0px 35px 0px 35px;
}
.content .entry {
background-color:#fff;
}
.entry-content ol,.entry-content ul {
margin-bottom:28px;
margin-left:40px
}
.entry-content ol > li {
list-style-type:decimal
}
.entry-content ol > li > ol > li {
    list-style: lower-alpha;
}
.entry-content ul > li {
list-style-type:disc;
text-align:left;
padding-bottom:10px;
}
.entry-content ul > li > ul >li {
    list-style: circle;
}
.entry-content ol ol,.entry-content ul ul {
margin-bottom:0
}
.entry-content code {
background-color:#131313;
color:#ddd
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size:16px;
	margin-bottom:0;
	font-family:'Outfit', sans-serif;
}
.entry-header .entry-meta {
    margin-bottom: 24px;
}
.entry-footer .entry-meta {
	border-top:2px solid #f5f5f5;
	padding-top:24px
}

/* ## Pagination
--------------------------------------------- */
.pagination {
clear:both;
margin:40px 0
}
.adjacent-entry-pagination {
margin-bottom: 0px;
    line-height: 1.8em;
    border-top: 1px solid #e1e1e1;
    padding-right: 10px;
    padding-left: 10px;
}
div.adjacent-entry-pagination a {
    display: table;
    margin: 0 auto;
}
.archive-pagination li {
display:inline
}
.archive-pagination li a {
background-color:#131313;
color:#fff;
cursor:pointer;
font-family:'Outfit', sans-serif;
display:inline-block;
font-size:16px;
font-size:1.6rem;
padding:8px 12px;
text-decoration:none
}
.archive-pagination li a:hover,.archive-pagination li a:focus,.archive-pagination .active a {
background-color:#353640;
text-decoration:none
}

/* ## Comments
--------------------------------------------- */
.comment-respond,.entry-comments,.entry-pings {
background-color:#fff;
margin-bottom:40px
}
.comment-respond,.entry-pings {
padding:40px 40px 16px;
margin-top: 30px;
}
.entry-comments {
padding:40px;
border: 1px solid #e1e1e1;
}
.comment-header {
font-size:16px;
font-size:1.6rem
}

.comment-content {
clear: both;
    word-wrap: break-word;
    border: 2px solid #f2f2f2;
    padding: 10px;
    border-radius: 2%;
}
.comment-list li {
margin-top:24px;
padding:25px
}
.comment-list li li {
margin-right:-32px
}
.comment-respond input[type="email"],.comment-respond input[type="text"],.comment-respond input[type="url"] {
width:50%
}
.comment-respond label {
display:block;
margin-right:12px
}
.entry-comments .comment-author {
margin-bottom:0
}
.entry-pings .reply {
display:none
}
.form-allowed-tags {
background-color:#f5f5f5;
font-size:16px;
font-size:1.6rem;
padding:24px
}
ol.comment-list ul.children {
    border-left: 2px solid #f2f2f2;
    padding-left: 20px;
    margin-left: 20px;
}
a.comment-reply-link:hover {
    background-color: #353640;
}
a.comment-reply-link {
    padding: 0px 5px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #232621;
    float: right;
}
a.comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 5px;
}
/*Comment Leave A Reply Button*/
div.entry-comments a.leave-reply{
    float: right;
    margin-top: -45px;
    text-transform: uppercase;
    background-color: #232621;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    border-radius: 3px;
}
div.entry-comments a.leave-reply:hover{
	background-color: #353640;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
font-size:16px;
font-size:1.6rem
}
.sidebar li {
border-bottom:1px dotted #ddd;
margin-bottom:10px;
padding-bottom:10px
}
.sidebar p:last-child,.sidebar ul > li:last-child {
margin-bottom:0
}
.sidebar .widget {
background-color:#fff;
margin-bottom:30px;
padding:35px;
z-index:999;

}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color: #8bc63f;
    font-size: 20px;
    color: #fff;
    font-family: 'Reload';
    font-weight: 400;
}

.site-footer .wrap {
    text-align: center;
}

.site-footer p {
    margin: 0;
    padding: 10px 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}

.site-footer a {
    color: #fff;
	transition:0.3s;
	font-weight: 700;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer p img {
    margin-bottom: -8px;
}

/* # Custom Styling
---------------------------------------------------------------------------------------------------- */

/***Footer***/
.footer-widget-area #text-2 p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.footer-widget-area #text-3 p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.footer-widget-area #media_image-3 img {
    max-width: 300px !important;
}

.footer-widgets .wrap .footer-widgets-3 .widget:first-child {
    flex: 1 1 100%;
}

.footer-widgets .wrap .footer-widgets-3 .widget img {
    transition: 0.3s;
}

.footer-widgets .wrap .footer-widgets-3 .widget a:hover img {
    scale: 1.1;
}

/***Borders***/
.border-top{
    border-top: 15px solid #000000;
}
.border-bottom{
    border-bottom: 6px solid #000;
}
/***Buttons***/
.primary-button {
    font-family: 'Reload', sans-serif;
    background-color: #8bc63f;
    border: #8bc63f;
    color: #fff;
    transition: 0.3s;
    padding: 5px 25px 10px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 2px;
    font-size: 22px;
    line-height: initial;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
	text-align: center;
}
.primary-button:hover {
    background-color: #fff;
    color: #8bc63f;
    text-shadow: 0 0 BLACK;
}
.secondary-button, .secondary-button.wpcf7-submit {
    font-family: 'Reload', sans-serif;
    background-color: #4e96cb;
    border: 1px solid #4e96cb;
    color: #fff;
    transition: 0.3s;
    padding: 5px 20px 12px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
    font-size: 22px;
}
.secondary-button:hover {
    background-color: #fff;
    color: #4e96cb;
    text-shadow: 0 0 black;
}



/***Section Margins & Padding***/
.section-margin{
    margin: 75px auto;
}
.section-padding{
    padding-top: 75px;
    padding-bottom: 75px;
}
.section-margin-75 {
    margin-top: 75px !important;
}
.margin-25 {
    margin: 25px 0px;
}
/***Section Styling***/
.section-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-background:not(.home .section-background) {
    background-attachment: fixed;
}


.white-overlay {
    background-color: rgb(255 255 255 / 85%);
    height: 100%;
}

.width-800 {
    max-width: 800px;
    margin: 0 auto;
}

/***Typography Styling***/
.section-title-container {
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
    align-items: center;
}
.main-title {
    font-size: 50px;
    font-weight: 400;
    color: #000;
    -webkit-text-stroke: 2px #db0036;
}

@media (max-width: 768px) {
	.main-title {
	    font-size: 50px;
	}
}

.home .top-page-left .main-title {
    font-size: 50px;
}
.main-title p {
    line-height: 45px;
    margin: 0px;
}
.section-title {
    font-size: 50px;
    color: #8bc63f;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 40px;
    flex-wrap: wrap;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
}
.section-title:before, .section-title:after {
    content: '';
    width: 50px;
    height: 24.28px;
    background-image: url('./images/title-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -15px;
}
.section-description {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 25px;
    color: #000;
}

.text-center {
    text-align: center;
}

.sub-title {
    font-size: 30px;
    margin: 5px 0px 0px;
    font-family: 'Reload','sans-serif';
}

.sub-title:before, .sub-title:after {
    content: '';
    width: 40px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    background-image: url(./images/title-icon-white.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.sub-title:before {
    margin-right: 15px;
}

.sub-title:after {
    margin-left: 15px;
}

/***Colors***/
.color-white {
    color: #fff;
}
.color-black{
    color: #000;
}

/***Favicon Logos***/
.favicon-logo-1 {
    margin: 0 auto;
    display: table;
    max-width: 275px;
    margin-bottom: 25px;
}

.favicon-logo-2 {
    margin: 0 auto;
    display: table;
    max-width: 375px;
    margin-bottom: 50px;
    width: 100%;
}

.favicon-logo-3 {
    margin: 0 auto;
    display: table;
    max-width: 400px;
    margin-bottom: 50px;
    width: 100%;
}

/***Gallery***/
section.gallery {
    background-color: #14bcce;
    padding-top: 25px;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
}

.gallery .main-title {
    -webkit-text-stroke: 0;
    font-size: 48px;
}

.gallery-images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.gallery-images .gallery-image {
    flex: 1 1 25%;
    line-height: 0;
    overflow: hidden;
    cursor: pointer;
}
.gallery-images img {
    padding: 0;
    border: 0 !important;
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}
.gallery-images .gallery-image:hover img {
    transform: scale(1.1);
}
.see-more-stacked {
    display: grid;
    grid-template: 'stack';
}
.see-more-stacked > * {
    grid-area: stack;
}
.see-more-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fbf5ef;
}
.gallery-logo {
    max-width: 200px;
    aspect-ratio: unset !important;
    transform: unset !important;
}
.see-more-button {
    pointer-events: all;
    background-color: #8bc63f;
    padding: 5px 20px 10px;
    color: #fff;
    font-family: 'Reload';
    margin-top: 20px;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
    transition: 0.3s;
    line-height: normal;
}
.gallery-image:last-child:hover .see-more-button {
    color: #8bc63f;
    background-color: #fff;
    text-shadow: unset;
}


/***Home***/

/***Section 1***/
.home-section-1.section-background {
    background-position: center;
	background-color: #fff;
}
.home-section-1 .section-padding {
    padding-bottom: 200px;
}
.section-logo {
    margin: 0 auto;
    display: table;
    height: auto;
    width: 100%;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.flex-container .flex-left {
    flex: 1 1 calc(35% - 25px);
}

.flex-container .flex-right {
    flex: 1 1 calc(65% - 25px);
}

@media (max-width:768px) {
	.flex-container {
	    flex-direction: column;
	    text-align: center;
	}
	
	.home-section-1 .section-padding {
	    padding-bottom: 115px;
	}
}

@media (max-width:640px) {
	.home-section-1 .section-padding {
	    padding-bottom: 100px;
	}
}

/*** Section 2 ***/
.ell-1 {
    clip-path: ellipse(100% 49%);
    background-color: #000000;
    margin-top: -100px;
}
.ell-2 {
    background-color: #8bc63f;
    clip-path: ellipse(98% 47.75%);
}
.home-section-2 .section-background {
    clip-path: ellipse(97% 47%);
    background-color: #fff;
    background-size: contain;
}

.home-section-2-overlay {
    background-color: rgb(255 255 255 / 80%);
    padding-bottom: 120px;
    padding-top: 100px;
}

#contents-2 {
    margin-top: 25px;
}

.contents-container-4 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
    align-items: stretch;
}

.contents-container-4 .content-item {
    flex: 1 1 calc(25% - 18.75px);
    display: flex;
    flex-direction: column;
    grid-gap: 25px;
    padding: 25px 0;
    box-sizing: border-box;
    justify-content: end;
    align-items: center;
}

.contents-container-4 .content-item:nth-child(4n-3) {
    background-color: #8bc63f;
}

.contents-container-4 .content-item:nth-child(4n-2) {
    background-color: #db012e;
}

.contents-container-4 .content-item:nth-child(4n-1) {
    background-color: #14bcce;
}

.contents-container-4 .content-item:nth-child(4n) {
    background-color: #585858;
}

.contents-container-4 .content-item h3, .contents-container-4 .content-item p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0px 10px;
}

.contents-container-4 .content-item h3 {
    font-size: 26px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
}

.contents-container-4 .content-item .content-image {
    line-height: 0;
    overflow: hidden;
    width: 100%;
}

.contents-container-4 .content-item .content-image img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    line-height: 0;
    transition: 0.3s;
    width: 100%;
}

.contents-container-4 .content-item:hover .content-image img {
    scale: 1.1;
}

.contents-container-4 .content-item a {
    background-color: #000;
    color: #fff;
    font-family: 'Reload';
    font-size: 24px;
    padding: 0px 20px 5px;
    transition: 0.3s;
}

.contents-container-4 .content-item a:hover {background-color: #8bc63f;}

@media (max-width:1024px) {
    .contents-container-4 .content-item {
        flex: 1 1 calc(50% - 12.5px);
    }
}

@media (max-width:768px) {
	.ell-1 {
	    clip-path: ellipse(150% 48.25%);
	}
	
	.ell-2 {
	    clip-path: ellipse(149% 47.45%);
	}
	
	.home-section-2 .section-background {
	    clip-path: ellipse(148% 47%);
	}

	.home-section-2-overlay {
	    padding: 100px 0 125px !important;
	}
	
}

@media (max-width:640px) {
	.ell-1 {
	    clip-path: ellipse(225% 47.75%);
	}
	
	.ell-2 {
	    clip-path: ellipse(224% 47.25%);
	}
	
	.home-section-2 .section-background {
	    clip-path: ellipse(223% 47%);
	}
	
	.home-section-2-overlay {
	    padding: 150px 0 !important;
	}
    .contents-container-4 .content-item {
        flex: 1 1 100%;
    }
}


/***Section3***/
.section-background.home-section-3 {
    margin-top: -75px;
    background-color: #fff;
}

.home-section-3 .section-padding {
    padding-top: 150px;
    background-color: rgb(255 255 255 / 90%);
}

.getaways-container {
    margin-top: 50px;
}

.getaways {
    column-count: 4;
    gap: 0;
}
.getaway {
    overflow: hidden;
}
.getaway-inner {
    display: grid;
    grid-template: 'stack';
}
.getaway-inner > * {
    grid-area: stack;
}
.getaway-inner img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}
.getaway:hover img {
    transform: scale(1.1);
}
.getaway-inner div {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 25px;
    position: relative;
}
.getaway-inner h3 {
    color: #fff;
    padding: 4px 20px 10px;
    line-height: normal;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
    text-transform: uppercase;
    text-align: center;
}

.getaway:nth-child(4n-3) .getaway-inner h3 {
	background-color: #8bc63f;
}

.getaway:nth-child(4n-2) .getaway-inner h3 {
	background-color: #db012e;
}

.getaway:nth-child(4n-1) .getaway-inner h3 {
	background-color: #14bcce;
}

.getaway:nth-child(4n) .getaway-inner h3 {
	background-color: #585858;
}

@media (max-width:1023px) {
	.getaways {
	    column-count: 2;
	}
}

@media (max-width: 768px) {
	.home-section-3 .section-padding {
	    padding-top: 115px;
	}
}

@media (max-width: 640px) {
	.home-section-3 .section-padding {
	    padding-top: 135px;
	}
	
	.section-background.home-section-3 {
	    margin-top: -125px;
	}
}

@media (max-width:460px) {
	.getaways {
	    column-count: 1;
	}
}

/***Section 4***/
.home-section-4 {
    border-top: 15px solid #8bc63f;
    background-color: #fff;
}

.contents-container-3 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
    margin-top: 50px;
}

.contents-container-3 .content-3-item {
    flex: 1 1 calc(33.33% - 16.67px);
    display: grid;
    grid-template:
        'stack';
    overflow: hidden;
    line-height: 0;
}

.contents-container-3 .content-3-item > * {
    grid-area: stack;
    align-items: center;
    justify-content: center;
}

.contents-container-3 .content-3-item .content-3-image img {
    aspect-ratio: 16/10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contents-container-3 .content-3-item h3 {
    text-align: center;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
    font-size: 26px;
    transition: 0.3s;
}

.contents-container-3 .content-3-item:hover h3 {
    display: none;
}

.contents-container-3 .content-3-item .content-3-text {
    transition: 0.3s;
    background-color: rgba(0,0,0,.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    text-align: center;
    justify-content: center;
    padding: 20px;
    transform: translateY(100%);
}

.contents-container-3 .content-3-item:hover .content-3-text {
    transform: translateY(0px);
}

.contents-container-3 .content-3-item .content-3-text > * {
    margin: 0;
}

.contents-container-3 .content-3-item .content-3-text h4 {
    font-size: 26px;
}

@media (max-width:768px) {
    .contents-container-3 .content-3-item {
        flex: 1 1 100%;
    }
}

/***Section 5***/
.home-section-5{
    border-bottom: 15px solid #000000;
    border-top: 15px solid #8bc63f;
    background-color: #fff;
}

.events-gallery {
    display: flex;
    margin-top: 50px;
    grid-gap: 15px;
}
.events-large-image-left {
    flex: 1 1 calc(60% - 7.5px);
}
.events-left-image {
    margin: 0px;
    display: grid;
    grid-template: "stack";
    height: 100%;
    align-items: end;
    overflow: hidden;
}
.events-left-image > * {
    grid-area: stack;
}
.event-large-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
    transition: 0.3s;
}
.events-left-image:not(.events-left-image.event-no-1) {
    display: none;
}
.events-gallery .event-heading h3 {
    font-size: 26px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -5px;
    color: #354065;
}
.events-months-right {
    flex: 1 1 calc(40% - 7.5px);
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.event-month, .event-month-calendar {flex: 0 1 calc(50% - 7.5px);}
.event-month:nth-child(1), .event-month:nth-child(2) {
    margin-top: 0;
}
.event-month:nth-child(7), .event-month-calendar {
    margin-bottom: 0px;
}
.events-option {
    display: grid;
    grid-template:
        "stack";
    margin: 0px;
    overflow: hidden;
    height: 100%;
}
.events-option:hover {
    cursor: pointer;
}
.events-option > * {
    grid-area: stack;
}
.event-image {
    opacity: 0.15;
    transition: 0.3s;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.events-option:hover img {
    transform: scale(1.1);
}
.image-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px 10px;
}
.event-month:nth-child(4n-3) .image-text {
    background-color: #db012e;
}
.event-month:nth-child(4n-2) .image-text {
    background-color: #8bc63f;
}
.event-month:nth-child(4n-1) .image-text {
    background-color: #585858;
}
.event-month:nth-child(4n) .image-text, .event-month-calendar {
    background-color: #14bcce;
}
.events-large-caption-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.event-month-calendar a:hover {
    text-decoration: none;
}

.events-gallery .event-heading {
    background-color: rgb(251 245 239 / 100%);
    margin: 15px;
    padding: 20px;
    box-sizing: border-box;
}

.event-heading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.events-gallery .event-heading a {
    background-color: #8bc63f;
    color: #fff;
    font-family: 'Reload', sans-serif;
    font-size: 20px;
    padding: 2.5px 15px 5px;
    transition: 0.3s;
}

.events-gallery .event-heading a:hover {
    background-color: #000;
}

.events-gallery .event-heading p {
    margin: 0;
    margin-top: 20px;
}

@media (max-width:768px) {
	.events-gallery {
        flex-direction: column;
    }

    .image-text {
        font-size: 18px;
    }
}

@media (max-width:640px) {
	.event-heading-container {
	    flex-direction: column;
	    grid-gap: 15px;
	}
}

/***Section 6***/
.home-section-6 {
    border-top: 6px solid #8bc63f;
    border-bottom: 6px solid #8bc63f;
}

.fisherman-left {
    max-width: 500px;
    background-color: rgb(88 88 88 / 80%);
    padding: 40px 60px;
}
.fisherman-left h2 {
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fisherman-left h2:before, .fisherman-left h2:after {
    content: '';
    width: 46px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    background-image: url('./images/title-icon-white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.fisherman-left h2:before {
	margin-right: 15px;
}

.fisherman-left h2:after {
    margin-left: 15px;
}

.fisherman-left a {
    margin: 0 auto;
    display: table;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
    background-color: #14bcce;
}
.fisherman-left a:hover {
    text-shadow: 0 0 0 BLACK;
    color: #14bcce;
}

@media (max-width: 640px) {
	.fisherman-left {
	    padding: 40px;
	}
}

/*** Section 7 ***/
.home-section-7 {
    border-bottom: 15px solid #8bc63f;
    border-top: 15px solid #000000;
    background-size: auto;
    background-position: left bottom;
    background-color: #fff;
}

.testimonial-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-author {
    font-style: italic;
}

.swiper-pagination {
    position: unset !important;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 15px;
}

.swiper-pagination-bullet {
    background-color: unset !important;
    opacity: 0.7 !important;
    background-image: url(./images/testimonial-pagination.png) !important;
    border-radius: unset !important;
    width: 31px !important;
    height: 42px !important;
    transition: 0.3s;
    scale: 0.8;
}

.swiper-pagination-bullet:hover {
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: unset !important;
	opacity: 1 !important;
}

.home-section-7 .secondary-button {
    background-color: #8bc63f;
    border: 0px;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
    font-size: 26px;
}

.home-section-7 .secondary-button:hover {
    background-color: #fff;
    color: #8bc63f;
}

/*Frankie's Fun Park*/

.frankies-fun-park-section {
    background-size: contain;
}

.frankies-fun-park-section .white-overlay {
    background-color: unset;
}

.cabins-single {
    background-color: #14bcce;
    padding: 25px;
    margin-top: 50px;
}

.cabins-single > a {
    overflow: hidden;
    display: block;
    line-height: 0;
    margin: 0 0 15px 0;
}

.cabins-single > a:hover > img {
    transform: scale(1.1);
}

.tour-image {
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.cabin-gallery {
    display: flex;
    grid-gap: 15px;
    margin-top: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.cabin-gallery img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    height: auto;
    transition: 0.3s;
}

.cabin-gallery a:hover img {
    transform: scale(1.1);
}

.cabin-gallery a {
    flex: 0 1 calc(20% - 12px);
    overflow: hidden;
    line-height: 0;
}

.cabins-single > p {
    font-size: 18px;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
    margin-bottom: 0;
}

.frankies-fun-park-section .maps-rules-section {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width: 460px) {
	.cabins-single {
	    padding: 15px;
	}
	.cabin-gallery a {
	    flex: 0 1 calc(50% - 7.5px);
	}
}

/*Amenities*/

.amenities {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 75px;
    row-gap: 40px;
}

.amenities-content {
    flex: 1 1 calc(50% - 37.5px);
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
}

.amenities-content a {
    line-height: 0;
}

.amenities-content img {
    aspect-ratio: 1;
    object-fit: cover;
    height: 175px;
    width: 175px;
}

.amenties-text {
    flex: 1 1;
}

.amenties-text h3 {
    font-size: 30px;
    margin-top: -8px;
}

.amenities-content p {
    margin-bottom: 0;
}

.amenities-on-site-fun {
    margin-top: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid #8bc63f;
    box-sizing: border-box;
}

.amenities-on-site-fun-overlay {
    background-color: rgb(0 0 0 / 40%);
}

.special-content .amenities-on-site-fun-overlay {
    background-color: rgb(0 0 0 / 70%);
}

.amenities-on-site-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    grid-gap: 25px;
    padding: 25px;
    box-sizing: border-box;
}

.amenities-on-site-flex-left {
    flex: 1 1 100px;
}

.amenities-on-site-flex-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 25px;
    flex: 1 1 calc(100% - 125px);
}

.amenities-on-site-flex-middle h3 {
    color: #fff;
    font-size: 38px;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
    text-align: center;
}

.amenities-on-site-flex p {
    margin: 0;
}

.amenities-on-site-flex img {
    max-width: 100px;
}

.amenities-on-site-flex > div {
    line-height: 0;
}

.amenities-on-site-flex .primary-button {
    background-color: #8bc63f;
}

.amenities-on-site-flex .primary-button:hover {
    background-color: #fff;
    color: #8bc63f;
	text-shadow: 0 0 BLACK;
}

@media (max-width: 960px) {
	.amenities {
	    flex-direction: column;
	    margin-top: 50px;
	}
	
	.amenities-content {
	    align-items: center;
	}
}

@media (max-width:460px) {
	.amenities-content, .amenities-on-site-flex {
	    flex-direction: column;
	    text-align: center;
	}
}

/*Maps & Rules*/

.map-embed {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 50px;
}

.map-embed img {
    width: 100%;
}

.rules-section {
    display: flex;
    flex-direction: column;
    grid-gap: 25px;
    margin-top: 50px;
}

.maps-rules-section h3 {
    font-size: 32px;
    margin-bottom: 25px;
    -webkit-text-stroke: 1px #db0036;
    margin-left: 40px;
}

.rules-list .rules {
    display: flex;
    align-items: start;
    grid-gap: 20px;
}

.rules p {
    margin: 0;
    margin-top: 2px;
}

.rules-list .rules img {
    max-width: 20px;
    height: auto;
}

/* Local Attractions */

.areas {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
    margin-top: 50px;
}

.area-content {
    flex: 1 1 calc(33.33% - 16.67px);
}

.area-image-container {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 15px;
    display: grid;
    grid-template:
        'stack';
}

.area-content img {
    aspect-ratio: 16/10;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
}

.area-content:hover img {
    scale: 1.1;
}

.area-content:nth-child(1), .area-content:nth-child(2), .area-content:nth-child(3) {
    background-color: #8bc63f;
}

.area-content:nth-child(4), .area-content:nth-child(5), .area-content:nth-child(6) {
    background-color: #db012e;
}

.area-content:nth-child(7), .area-content:nth-child(8), .area-content:nth-child(9) {
    background-color: #14bcce;
}

.area-content:nth-child(10), .area-content:nth-child(11), .area-content:nth-child(12) {
    background-color: #4c422c;
}

.area-content > *:not(.area-content img, .area-image-container) {
    padding: 0px 20px;
}

.area-image-container > * {
    grid-area: stack;
}

.hover-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hover-button span {
    color: #fff;
    font-family: 'Reload';
    font-size: 20px;
    padding: 5px 20px 10px;
    transition: 0.3s;
    line-height: normal;
    display: none;
    position: relative;
}

.area-content:nth-child(1) .hover-button span, .area-content:nth-child(2) .hover-button span, .area-content:nth-child(3) .hover-button span {
    background-color: #8bc63f;
}

.area-content:nth-child(4) .hover-button span, .area-content:nth-child(5) .hover-button span, .area-content:nth-child(6) .hover-button span {
    background-color: #db012e;
}

.area-content:nth-child(7) .hover-button span, .area-content:nth-child(8) .hover-button span, .area-content:nth-child(9) .hover-button span {
    background-color: #14bcce;
}

.area-content:hover .hover-button span {
    display: block;
}

/* OCC Canteen */

.occ-canteen-section .cabins-single {
    background-color: #585858;
}

.canteen-menu-section .wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
    align-items: center;
}

.occ-canteen-section {
    border-bottom: 15px solid #8bc63f;
}

.canteen-menu-section {
    border-top: 6px solid #000;
}

.canteen-menu {
    line-height: 0;
    max-width: 1000px;
}

.seasonal-sites td {
    border: 1px solid #000;
    padding: 10px;
}

.seasonal-sites thead td {
    text-align: center;
    font-weight: 700;
}

/*Photo Gallery*/

#photo-gallery a {
    flex: 1 1 calc(33.33% - 10px);
    line-height: 0;
    overflow: hidden;
}

#photo-gallery {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    margin-top: 50px;
}

#photo-gallery a img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    object-position: center;
	transition: 0.3s;
}

#photo-gallery a:hover img {
	scale: 1.1;
}

.photo-gallery-section {
    border-bottom: 15px solid #8bc63f;
}

.gallery-testimonials {
    background-attachment: scroll !important;
    border-bottom: 6px solid #000;
    border-top: 6px solid #000;
}

/*Testimonials*/

.testimonial-content:nth-child(3n-2) {
    background-color: #8bc63f;
}

.testimonial-content:nth-child(3n-1) {
    background-color: #db012e;
}

.testimonial-content:nth-child(3n) {
    background-color: #14bcce;
}

.testimonial-content:nth-child(odd) {
    background-image: url('./images/testimonial-bg-left.png');
	background-position: left 15px;
}

.testimonial-content:nth-child(even) {
    background-image: url('./images/testimonial-bg-right.png');
	background-position: right 15px;
}

.testimonial-content {
    padding: 30px 50px;
	background-repeat: no-repeat;
}

.testimonials-cont {
    grid-gap: 50px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.testimonial-content h3 {
    text-shadow: 0 0 10px #000;
    font-size: 32px;
}

.testimonial-content .testimonial-author {
    text-align: right;
    font-family: 'Reload', sans-serif;
    font-style: normal;
    font-size: 24px;
    margin: 0;
}

.testimonial-review {
    font-size: 18px;
}

/* Applications */

.application-button {
    display: flex;
    justify-content: end;
}

.testimonial-content:nth-child(3n-2) .application-button a {
    background-color: #14bcce;
}

.testimonial-content:nth-child(3n-2) .application-button a:hover {
    color: #14bcce;
}

.testimonial-content:nth-child(3n) .application-button a {
    background-color: #db012e;
}

.testimonial-content:nth-child(3n) .application-button a:hover {
    color: #db012e;
}

.testimonial-content .application-button a {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 78%);
}

.testimonial-content .application-button a:hover {
    background-color: #fff;
}

@media (max-width:460px) {
	.testimonial-content {
	    padding: 30px;
	    text-align: center;
	}
	
	.application-button {
	    justify-content: center;
	}
}

/* Seasonal Application */

.seasonal-application-code {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Events Calendar */

.events-container {
    margin-top: 50px;
}

.months {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
    transition: 0.3s;
    max-width: 1000px;
    margin: 0 auto;
}

.month {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.month-name-container {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.month:nth-child(3n-2) .month-name-container {
    background-image: url('./images/calendar-bg-1.jpg');
}

.month:nth-child(3n-1) .month-name-container {
    background-image: url('./images/calendar-bg-2.jpg');
}

.month:nth-child(3n) .month-name-container {
    background-image: url('./images/calendar-bg-3.jpg');
}

.month-name {
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 46px;
    padding: 5px 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 25px;
}

.month-name:before, .month-name:after {
    content: '';
    width: 35px;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    background-image: url(./images/calendar-title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -10px;
}

.dates {
    display: flex;
    flex-wrap: wrap;
    border-width: 1px 0;
    border-style: solid;
}

.date-container {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
}

.date {
    flex: 1 1 calc(30%);
    display: flex;
    justify-content: center;
    border-width: 0px 1px;
    border-style: solid;
    align-items: center;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}


.event-details-title {
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
}

.event-details-description {
    margin: 0pc;
    color: #000;
}

.month:nth-child(4n-3) .dates, .month:nth-child(3n-2) .date, .month:nth-child(3n-2) .event-details {
    border-color: #8bc63f;
    color: #8bc63f;
}

.month:nth-child(3n-1) .dates, .month:nth-child(3n-1) .date, .month:nth-child(3n-1) .event-details {
    border-color: #14bcce;
    color: #14bcce;
}

.month:nth-child(3n) .dates, .month:nth-child(3n) .date, .month:nth-child(3n) .event-details {
    border-color: #db012e;
    color: #db012e;
}

.month:nth-child(3n-2) .month-name {
    background-color: rgb(139 198 63 / 70%);
}

.month:nth-child(3n-1) .month-name {
    background-color: rgb(20 188 206 / 70%);
}

.month:nth-child(3n) .month-name {
    background-color: rgb(219 1 46 / 70%);
}

.month .event-details {
    flex: 1 1 calc(70%);
    border-width: 0px 1px;
    border-style: solid;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    margin: 0;
    color: #000 !important;
}

.event-details strong {
    display: block;
    font-family: 'Reload';
    font-size: 22px;
    font-weight: 400;
}

@media (max-width:640px) {
	.date-container {
	    flex-direction: column;
	    flex-wrap: nowrap;
	}
}

@media (max-width:460px) {
	.month-name {
	    font-size: 32px;
	}
	.month-name:before, .month-name:after {
	    width: 25px;
	    height: 30.75px;
	}
	.date {
	    font-size: 28px;
	    padding: 10px 10px 0px;
	}
}

/*Campsites*/

.black-lake-fishing-section-1 > .section-padding {
    padding-bottom: 0px;
}

.fishing-price-section .section-padding {
    display: flex;
    justify-content: end;
}

.campsites-section .section-background {
    background-attachment: scroll !important;
}

.campsites-section .campsite-container {
    border-bottom: 15px solid #000;
    border-top: 6px solid #8bc63f;
    display: flex;
    justify-content: center;
}

.campsites-section .campsite-container:first-child {
    border-top: 0px;
}

.campsites-section .campsite-container:last-child {
    border-bottom: 6px solid #8bc63f;
}

.campsites-section .fishing-price-section {
    margin-top: 75px;
    margin-bottom: 75px;
    width: 100%;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.campsites-section .campsite-container:nth-child(odd) .fishing-price-section .fisherman-left {
    background-color: rgb(139 198 63 / 78%);
}

.campsites-section .campsite-container:nth-child(even) .fishing-price-section .fisherman-left {
    background-color: rgb(20 188 206 / 78%);
}

.campsites-section .fisherman-left h3 {
    font-size: 44px;
}

.campsites-section .campsite-container:nth-child(odd) .fishing-price-section {
    background-color: #8bc63f;
}

.campsites-section .campsite-container:nth-child(even) .fishing-price-section {
    background-color: #14bcce;
}

.price-area-top {
    display: flex;
    margin: 25px 25px 10px;
}

.price-area-top > * {
    flex: 1 1;
}

.price-area-top > div {
    display: flex;
    justify-content: end;
    line-height: 0;
    align-items: center;
}

.price-area-top .favicon-logo {
    max-width: 75px;
    width: 100%;
    height: auto;
}

.reservation-button {
    font-size: 20px;
    font-family: 'Reload';
    color: #fff;
    padding: 0px 15px 5px;
    box-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
    display: block;
    line-height: 2em;
}

.campsites-section .campsite-container:nth-child(odd) .fishing-price-section .reservation-button {
    background-color: #14bcce;
}

.campsites-section .campsite-container:nth-child(odd) .fishing-price-section .reservation-button:hover {
    color: #14bcce;
}

.campsites-section .campsite-container:nth-child(even) .fishing-price-section .reservation-button {
    background-color: #db012e;
}

.campsites-section .campsite-container:nth-child(even) .fishing-price-section .reservation-button:hover {
    color: #db012e;
}

.campsites-section .campsite-container .fishing-price-section .reservation-button:hover {
    background-color: #fff;
}

.price-area h3 {
    font-family: 'Reload';
    font-size: 30px;
    text-shadow: 2px 2px 2px rgb(34 30 31 / 50%);
}

.pricing_details {
    padding: 25px 50px;
    color: #fff;
    overflow: auto;
}

.pricing_table .price-title, .pricing_table .price-title span, .price-description {
    display: block;
}

.pricing_table .price-title {
    font-family: 'Reload';
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
}

.price-description {
    text-align: center;
    line-height: 1.5;
}

.pricing_table td {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
}


.campsite-rules .maps-rules-section {
    max-width: 1000px;
}

@media (max-width:768px) {
	.campsites-section .fishing-price-section {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.pricing_details {
        padding: 25px;
    }
	.price-area-top {
	    flex-direction: column;
	    align-items: center;
	    grid-gap: 25px;
	    margin-bottom: 25px;
	}
	
	.price-area-top p {
	    display: none;
	}

	#photo-gallery a {
		flex: 1 1 calc(50% - 15px)
	}
	
}

@media (max-width:460px) {
	.pricing_table td {
	    font-size: 18px;
	}
	#photo-gallery a {
		flex: 1 1 calc(100% - 15px)
	}
}

/* OCC Bungalows */

.occ-bungalows-section .section-padding {
    padding-bottom: 0;
}

.occ-bungalows-section .wrap > .section-description {
    margin-bottom: 75px;
}

.occ-bungalow {
    border-top: 6px solid #8bc63f;
    border-bottom: 15px solid #000;
    padding: 50px 0 75px;
}

.occ-bungalow:nth-child(3n-2) .bungalow-title {
    color: #8bc63f;
}

.occ-bungalow:nth-child(3n-1) .bungalow-title {
    color: #db012e;
}

.occ-bungalow:nth-child(3n) .bungalow-title {
    color: #14bcce;
}

.occ-bungalow .bungalow-title {
    font-size: 44px;
    text-align: center;
}

.occ-bungalow .cabins-single {
    padding: 0;
}

.occ-bungalow:nth-child(3n-2) .cabins-single {
    background-color: #8bc63f;
}

.occ-bungalow:nth-child(3n-1) .cabins-single {
    background-color: #db012e;
}

.occ-bungalow:nth-child(3n) .cabins-single {
    background-color: #14bcce;
}

.occ-bungalow .cabin-gallery {
    margin: 0 15px;
}

.occ-bungalow:nth-child(3n-2) .reservation-button {
    background-color: #14bcce;
}

.occ-bungalow:nth-child(3n-2) .reservation-button:hover {
    color: #14bcce;
    background-color: #fff;
}

.occ-bungalow:nth-child(3n-1) .reservation-button {
    background-color: #8bc63f;
}

.occ-bungalow:nth-child(3n-1) .reservation-button:hover {
    color: #8bc63f;
    background-color: #fff;
}

.occ-bungalow:nth-child(3n) .reservation-button {
    background-color: #db012e;
}

.occ-bungalow:nth-child(3n) .reservation-button:hover {
    color: #db012e;
    background-color: #fff;
}

.price-area > p {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

.occ-bugalows-rules {
    border-top: 6px solid #d9012b;
}

.occ-bungalow .cabins-single > a {
    display: grid;
    grid-template:
        'stack';
}

.occ-bungalow .cabins-single > a > * {
    grid-area: stack;
}

.virtual-tour-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.virtual-tour-button {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
    position: relative;
    padding: 10px 25px;
    border-radius: 50px;
}

.virtual-tour-text {
    font-family: 'Reload';
    color: #fff;
    font-size: 32px;
    margin: 0px;
    margin-top: -10px;
}

.virtual-tour-button img {
    max-width: 55px;
}

.occ-bungalow:nth-child(3n-2) .virtual-tour-button {
    background-color: #8bc63f;
}

.occ-bungalow:nth-child(3n-1) .virtual-tour-button {
    background-color: #db012e;
}

.occ-bungalow:nth-child(3n) .virtual-tour-button {
    background-color: #14bcce;
}

@media (max-width:460px) {
	.virtual-tour-text {
	    font-size: 22px;
	    margin-top: -8px;
	}
	
	.virtual-tour-button img {
	    max-width: 35px;
	}
}

/* Seasonals */

.seasonals .cabins-single {
    background-color: #8bc63f;
}

.buttons-flex {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    grid-gap: 25px;
    flex-wrap: wrap;
    text-align: center;
}

.buttons-flex .primary-button:nth-child(1){
	background-color: #db012e;
}

.buttons-flex .primary-button:nth-child(1):hover{
	color: #db012e;
	background-color: #fff;
}

.buttons-flex .primary-button:nth-child(2) {
    background-color: #14bcce;
}

.buttons-flex .primary-button:nth-child(2):hover {
    background-color: #fff;
    color: #14bcce;
}

.buttons-flex .primary-button:nth-child(3) {
    background-color: #585858;
}

.buttons-flex .primary-button:nth-child(3):hover {
    background-color: #fff;
    color: #585858;
}

/*Menu*/
.reservations {
    background-color: #000000;
}


/***Contact***/

.contact-section-1 {
    border-bottom: 15px solid #8bc63f;
}

.contact-map-section {
    border-top: 6px solid #000;
}

.contact-form-inner {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.contact-form-inner .contact-details {
    flex: 1 1 calc(40% - 25px);
}

.contact-form-inner .contact-form {
    flex: 1 1 calc(60% - 25px);
}

.contact-logo {
    max-width: 400px;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.contact-address {
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
    color: #000;
}

.contact-address span {
    display: block;
}

.contact-phone, .contact-email {
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.contact-map-description {
    text-align: center;
    font-size: 18px;
}

.contact-map iframe {
    width: 100%;
    height: 450px;
}

.contact-map {
    line-height: 0;
}

.contact-details-title {
    font-family: 'Reload', sans-serif;
    font-size: 24px;
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
    -webkit-text-stroke: 0.5px #db0036;
    text-align: center;
    color: #000;
}

.contact-details-text {
    font-size: 26px;
    font-family: 'Reload', sans-serif;
    margin-bottom: 0;
    -webkit-text-stroke: 0.5px #db0036;
    text-align: center;
    color: #000;
}

.contact-form {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 5px solid #000;
}

.contact-form-overlay {
    padding: 25px;
    background-color: rgb(139 198 63 / 80%);
}

.gform_heading {
    display: none !important;
}

.gfield_label {
    color: #000 !important;
    font-size: 17px !important;
}

.gform-field-label.gform-field-label--type-sub {
    color: #000 !important;
    font-size: 16px !important;
}

.gform-theme--foundation .gform_fields {
    grid-gap: 15px !important;
}

.gform_button {
    background-color: #37718e !important;
    font-size: 16px !important;
}

.gform_button:hover {
    color: #37718e !important;
    background-color: #fff !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
    color: #fff !important;
}

.gform_validation_errors {
    padding: 0px !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.validation_message.gfield_validation_message {
    color: #fff !important;
}

.gfield_required_text {
    color: #000 !important;
}

/* lightGallery Fix */

.lg-backdrop {
    background-color: rgb(0 0 0 / 70%) !important;
}

.lg-outer[data-lg-slide-type="iframe"] .lg-item:before{
    content: none;
}
.lg-outer .lg-has-iframe .lg-object {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-has-iframe .lg-object {
    max-width: 1200px;
    aspect-ratio: 16/9;
    height: auto;
}

.lg-has-iframe {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Book Now */
.book-now {
    background-color: #5d8f3e;
}

/* Floating Booking Button */
.floating-book-now {
    position: fixed;
    right: 0;
    top: 300px;
    transform: rotateZ(-90deg);
    transform-origin: 100% 100%;
    z-index: 9999;
}

.floating-book-now a {
    display: block;
    color: #fff;
    background-color: #000000;
    padding: 15px 20px;
    border-radius: 10px 10px 0px 0px;
    font-size: 36px;
    font-family: 'Reload', sans-serif;
    text-shadow: 1px 1px #000;
    font-weight: 400;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 75%);
    border: solid #8bc63f;
    border-width: 6px 6px 0px;
}

.floating-book-now a:hover {
	padding-bottom: 25px;
	transform: translateX(10px);
}

@media (max-width: 1199px) {
    .floating-book-now {
	    display: none;
	}
}

.flex-center {
    display: flex;
    justify-content: center;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/*-----Mobiles-----*/

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

    .cover-content div {
        padding: 25px;
    }

    /*Cabins Single*/
    .cabins-single-section .cabin-gallery a {
        flex: 1 1 100%;
    }


    /*Our Area*/
    .area-content {
        flex-basis: 100%;
    }

    /*Contact*/
    .contact-field-section {
        flex-wrap: wrap;
        grid-gap: 0;
    }

    /*Gallery*/
    .gallery-images .gallery-image {
        flex-basis: 100% !important;
    }

}

/*-----Tablet (Portrait)-----*/
@media only screen and (max-width:768px){

    /***Section Margins & Padding***/
    .section-margin {
        margin: 50px auto;
    }
    .section-margin-75 {
        margin-top: 50px !important;
    }
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

	.occ-bungalows-section .wrap > .section-description {
	    margin-bottom: 50px;
	}

     /***Section Title & Description***/
     .section-title {
        font-size: 40px;
        flex-direction: column;
        grid-gap: 25px;
    }
	
    /***Contact***/
    .contact-form-inner.section-padding {
        padding: 5vmax 2vmax !important;
    }
    .contact-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /*Things To Know*/
    .things-to-know .testimonial-container {
        margin: 0;
    }
    .page-template-page-getaways .things:first-child, .page-template-page-cabins-single .things:first-child {
        margin: 0;
    }

    

}


/*-----Tablet and Mobiles-----*/
@media only screen and (max-width: 960px) {

    /*Cover*/
    .cover-content {
        max-width: 100%;
    }

	/*to-top*/
    a.to-top:focus {
        background-color: #000000!important;
    }
    a.to-top:hover {
        background-color: #000000!important;
        opacity: .5;
    }
    .to-top {
    right:20px;
    bottom:80px
    }

    /*Comments*/
    .entry-comments {
        padding: 30px 10px 30px 10px;
    }
    ol.comment-list ul.children {
        padding-left: 0px; 
        margin-left: 0px; 
    }
        
    /*Breadcrumb*/
    .breadcrumb {
    padding-left:25px!important
    }

    /*Next/Previous*/
    .pagination-previous.alignleft,.pagination-next.alignright{
        line-height: 1.7em;
        font-size: 12px;
            padding: 7px;
    }
    p.pag-prev, p.pag-next {
        font-size: 12px;
    }

    /*Footer*/

    .footerwidgetheader-container .wrap a {
    display:block;
    line-height:2rem!important
    }

    .author-box {
    padding:20px!important
    }

    /*mobile share*/
    #desktop.mobileshare a {
    display:table;
    font-size:8px!important;
    padding:10px 6px 5px
    }


    /*Footer Credits*/
    .site-footer p{
        font-size: 14px;
    }

    body {
    font-size:16px;
    font-size:1.6rem
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .content,.content-sidebar-sidebar .content,.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-primary,.sidebar-secondary,.sidebar-sidebar-content .content,.sidebar-sidebar-content .content-sidebar-wrap,.site-header .widget-area,.title-area {
    width:100%;
    margin-left:0
    }

    .header-image .site-title > a {
    background-position:center top;
    width:100%;
    background-size:contain
    }

    .genesis-nav-menu li,.site-header ul.genesis-nav-menu,.site-header .search-form {
    float:none
    }

    .site-description, .site-header .title-area, .site-header .search-form, .site-title {
    text-align:center;
    }

    .genesis-nav-menu a,.genesis-nav-menu > .first > a,.genesis-nav-menu > .last > a {
    padding:15px 10px
    }

    .site-header .search-form {
    margin:16px auto
    }

    .genesis-nav-menu li.right {
        padding: 10px;
        width: 100%;
    }
	
}



/*Desktops*/
@media only screen and (min-width: 1024px) {
    /*to top button*/
    .to-top {
    height:60px;
    width:60px;
    right:30px;
    bottom:60px
    }
}

@media (max-width:1199px) {
	/***Mobile Menu***/
    .mobile-toggle {
        display: block !important;
        text-align: center;
        color: #fff;
        background-color: #8bc63f;
        font-size: 2.5vmax;
        padding: 12px 15px;
        position: relative;
        transition: 0.3s;
        width: 100%;
        box-sizing: border-box;
        z-index: 9;
    }
    .mobile-toggle.fa-close {
        position: fixed;
        right: 0;
        z-index: 99999;
    }
	.mobile-toggle.sticky-white {
		position: fixed;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
	}
    .nav-primary {
        display: flex;
        z-index: 99;
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        z-index: 9999;
    }
    .full-mobile-menu.nav-primary {
        transform: translateX(0%);
    }
    .title-area {
        display: inline-block;
        width: auto !important;
        text-align: left !important;
    }
    .genesis-nav-menu .menu-item {
        display: block !important;
        width: 100%;
    }

	.genesis-nav-menu a span {
		margin-bottom: 0;
		margin-top: -5px;
	}

    .genesis-nav-menu .sub-menu {
        display:none;
        opacity: 1 !important;
        position: unset !important;
        width: 100% !important;
        box-shadow: unset !important;
    }
    span.sub-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #8bc63f;
        border-radius: 3px;
        width: 25px;
        float: right;
        height: 25px;
        margin-top: 18px;
    }
    .sub-menu span.sub-menu-toggle {
        margin-right: 10px;
    }
    i.fa.fa-chevron-right.sub-menu-toggle-icon {
        color: #fff;
        font-size: 12px;
        transition: 0.3s;
    }
    .sub-menu-toggle-icon-rotate{
            transform: rotate(90deg);
            transition: 0.3s;
    }

    .nav-primary .genesis-nav-menu a:not(.book-now a, .sub-menu a) {
		border: 0;
		color: #000 !important;
	}
    .nav-primary .genesis-nav-menu .sub-menu a {
        color: #fff !important;
        font-size: 22px;
        margin-bottom: 0px;
    }
	.nav-primary .genesis-nav-menu .sub-menu a span {
		margin-bottom: -5px;
	}
    .genesis-nav-menu .sub-menu .sub-menu{
		margin-top:0px;
		margin-left: 20px !important;
	}
	.nav-primary {
		margin-top: 0px;
		background-color: #fff;
		transform: translateX(100%);
		transition: 0.3s;
		position: fixed;
		width: 100%;
		left: 0;
		height: 100%;
		top: 0;
		border-radius: 0;
	}
    .reservations a span {
        color: #fff !important;
    }

    /***Gallery***/
    .gallery-images .gallery-image {
        flex-basis: 50%;
    }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
*,:before,:after {
background:transparent!important;
box-shadow:none!important;
color:#131313!important;
text-shadow:none!important
}

a,a:visited {
text-decoration:underline
}

a[href]:after {
content:" (" attr(href) ")"
}

abbr[title]:after {
content:" (" attr(title) ")"
}

a[href^="javascript:"]:after,a[href^="#"]:after,.site-title > a:after {
content:""
}

thead {
display:table-header-group
}

img,tr {
page-break-inside:avoid
}

img {
max-width:100%!important
}

@page {
margin:2cm .5cm
}

p,h2,h3 {
orphans:3;
widows:3
}

blockquote,pre {
border:1px solid #999;
page-break-inside:avoid
}

.content,.content-sidebar {
width:100%
}

button,input,select,textarea,.breadcrumb,.comment-edit-link,.comment-form,.comment-list .reply a,.comment-reply-title,.edit-link,.entry-comments-link,.entry-footer,.genesis-box,.header-widget-area,.hidden-print,.home-top,.nav-primary,.nav-secondary,.post-edit-link,.sidebar {
display:none!important
}

.title-area {
text-align:center;
width:100%
}

.site-title > a {
margin:0;
text-decoration:none;
text-indent:0
}

.site-inner {
padding-top:0;
position:relative;
}

.author-box {
margin-bottom:0
}

h1,h2,h3,h4,h5,h6 {
orphans:3;
page-break-after:avoid;
page-break-inside:avoid;
widows:3
}

img {
page-break-after:avoid;
page-break-inside:avoid
}

blockquote,pre,table {
page-break-inside:avoid
}

dl,ol,ul {
page-break-before:avoid
}
}