@font-face {
    font-family:Poppins-Regular;
    src:url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family:Poppins-Bold;
    src:url(../fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family:Poppins-Medium;
    src:url(../fonts/Poppins-Medium.ttf);
}
html, body {
	margin: 0 auto;
	width: 100%;
	height:100%;
}
body {
	margin:0 auto;
	font-family: "Poppins-Regular", Arial, sans-serif !important;
	font-size:1.1em;
    background: #f6f6f6;
	color:#000!important;
}
a:link,a:visited,a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline:none!important;
}
img {
	max-width:100%;
}
.drop-shadow {
	-webkit-box-shadow: 0px 7px 25px -15px #000000; 
	box-shadow: 0px 7px 25px -15px #000000;
}
/* Change the background color of all WooCommerce buttons */
.gform_wrapper.gravity-theme .gform_footer input[type="submit"], 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button, 
.woocommerce .widget_shopping_cart_content .buttons .button, 
.woocommerce .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.alt {
    background-color: #e9e6ed!important;
    border:2px solid #0A5B95!important;
    color: #0A5B95!important;
}
/* Change the hover background color of all WooCommerce buttons */
.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #content input.button:hover, 
.woocommerce .widget_shopping_cart_content .buttons .button:hover, 
.woocommerce .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.alt:hover {
    background-color: #dcd7e3!important;
    border:2px solid #084977!important;
    color: #084977!important;
}
header#masthead.site-header {
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(138, 200, 245) 70%, rgba(36, 129, 196, 0.7) 100%);
	padding-top:1em;
	padding-bottom:1em;
	margin-bottom:0;
	border-bottom:0;
	color:#000!important;
	font-family: "Poppins-Medium", Arial, sans-serif !important;
}
header#masthead.site-header.custom-col-full {
	display:flex;
	justify-content:space-around;
	align-items:center;
}
header#masthead.site-header.custom-col-full > div.col-full {
	margin:0!important;
	width:100%;
}
header#masthead.site-header > div.col-full > div.site-branding > a.custom-logo-link {
	width:180px;
	height:auto;
}
header#masthead.site-header > div.col-full > div.site-branding > a.custom-logo-link > img {
	margin:0 auto auto 0;
	max-width:100%!important;
}
header#masthead.site-header > div.storefront-primary-navigation > div.col-full {
	margin-left:0;
	margin-right:5px;
}
header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation.main-navigation > div.handheld-navigation {
	background: rgb(255, 255, 255);
	position:absolute;
	top:100%;
	left:0;
	right:0;
	z-index:9998;
	width:100%;
}
header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation.main-navigation > div.handheld-navigation > ul#menu-mobile {
	background: rgb(239, 245, 245);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation.main-navigation > div.handheld-navigation > ul#menu-mobile > li > a {
	color:#242424;
	text-shadow: 1px 2px 10px #ffffff59;
}
header#masthead.site-header  button#site-navigation-menu-toggle.menu-toggle {
	display: inline-block;
	width:120px;
	padding: 10px 20px;
	margin: 10px;
	background-color: #FFFFFF;
	border-radius: 50px; /* Rounded corners */
	box-shadow: 0 5px 15px rgba(23, 79, 119, 0.25);
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border:0;
	text-align:right;
}
header#masthead.site-header  button#site-navigation-menu-toggle.menu-toggle > span {
	display: inline-block;
	padding:0;
	margin:0;
	width:70px;
	text-align:right;
}
header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation.main-navigation > div.handheld-navigation > ul > li {
	border-bottom:1px solid rgb(51, 125, 177);
}
header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation.main-navigation > div.handheld-navigation > ul > li > a {
	padding:.5em;
}
header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation.main-navigation > div.handheld-navigation .dropdown-toggle {
    background: rgba(138, 200, 245,0.7);
	padding:.5em 1em!important;
}
@media only screen and (min-width:350px) {
	header#masthead.site-header > div.col-full > div.site-branding > a.custom-logo-link {
		width:220px;
	}
}
@media only screen and (min-width:400px) {
	header#masthead.site-header > div.col-full > div.site-branding > a.custom-logo-link {
		width:260px;
	}
	header#masthead.site-header > div.col-full {
		margin-left:15px;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full {
		margin-right:15px;
	}
}
div.storefront-breadcrumb {
	padding: 8px!important;
	margin: 8px 5px 5px 5px!important;
}
div#page {
		background:#fff!important;
}
div#page > div#content > div.col-full {
	margin:0 auto!important;
}
body > div#page div#content.site-content {
	margin:0 auto;
	width:95%;
}
#content #front-page-container > section {
	margin:10px auto;
	padding:15px;
}
#content #front-page-container > section.front-page > div {
	margin:0 auto;
	width:90%;
}
#content #front-page-container > section.front-page > div > h1,
#content #front-page-container > section.front-page > div > h2,
#content #front-page-container > section.front-page > div > h3,
#content #front-page-container > section.front-page > div > h4,
#content #front-page-container > section.front-page > div > h5 {
	margin:13px auto 18px auto;
	text-align:center;
}
#content #front-page-container > section.front-page > div > h1 {
	font-size:22px;
}
#content #front-page-container > section.front-page > div > p {
	margin:0 auto;
	width:99%;
	font-size:18px;
}
#content #front-page-container > section > .wp-block-buttons {
	padding:1.19em 0;
}
#content #front-page-container > section > p {
	padding:9px 13px;
	margin:9px auto;
	max-width:89%;
}
#content #front-page-container > section#front-page-cards {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	margin:0 auto;
	max-width:400px;
	gap:20px;
	margin-bottom:45px;
}
#content #front-page-container > section#front-page-cards > .card {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:90%;
	max-width:300px;
	border-radius:10px;
	background:rgb(244, 89, 37);
	box-shadow: rgb(0,0,0,0.1) 5px 10px 50px ,rgb(0,0,0,0.2) -5px 0px 50px;
}
#content #front-page-container > section#front-page-cards > .card:hover {
	background:rgb(218, 63, 11);
}
#content #front-page-container > section#front-page-cards > .card > a {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}
#content #front-page-container > section#front-page-cards > .card > a > div {
	padding:10px;
}
#content #front-page-container > section#front-page-cards > .card > a > div.icon {
	flex-shrink: 0;
}
#content #front-page-container > section#front-page-cards > .card > a > div > h3 {
	font-size:20px;
	font-weight: bold;
	margin:auto;
	margin-left:15px;
	color:#fff;
	text-shadow: 1px 2px 10px#1b1b1b73;
}
#content #front-page-container > section#front-page-cards > .card > a:hover {
	text-decoration:none;
}
#content #front-page-container > section#front-page-cards > .card img {
	width:50px;
}
#content #front-page-container > #slideshow-container {
	position: relative;
    max-width: 100%;
    overflow: hidden;
	height:200px;
}
#content #front-page-container > #slideshow-container a:link,
#content #front-page-container > #slideshow-container a:visited,
#content #front-page-container > #slideshow-container a:active {
	color: #000;
	text-decoration: none;
}
#content #front-page-container > #slideshow-container a:hover {
	text-decoration: none;
}
#content #front-page-container > #slideshow-container > .slides {
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:opacity 800ms ease-in-out;
    width:100%;
    height:100%;
    background-size:cover;
}
#content #front-page-container > #slideshow-container > .slides.active {
    opacity:1;
}
#content #front-page-container > #slideshow-container > .slides:nth-of-type(1) {
	background: #ffffff url("../images/slider-1.jpg") no-repeat;
	background-size:cover;
    background-position:center center;
}
#content #front-page-container > #slideshow-container > .slides:nth-of-type(2) {
	background: #ffffff url("../images/slider-2.jpg") no-repeat;
	background-size:cover;
    background-position:center center;
}
#content #front-page-container > #slideshow-container > .slides:nth-of-type(3) {
	background: #ffffff url("../images/slider-3.jpg") no-repeat;
	background-size:cover;
    background-position:center center;
}
#content #front-page-container > #slideshow-container > .slides:nth-of-type(4) {
	background: #ffffff url("../images/slider-4.jpg") no-repeat;
	background-size:cover;
    background-position:center center;
}
#content #front-page-container > #slideshow-container > .slides:nth-of-type(5) {
	background: #ffffff url("../images/slider-5.jpg") no-repeat;
	background-size:cover;
    background-position:center center;
}
#content #front-page-container > #slideshow-container > #slideshow_nav {
	position:absolute;
	bottom:5px;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:center;
}
#content #front-page-container > #slideshow-container > #slideshow_nav > .slides_nav {
	display:block;
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	margin:10px 12px;
	cursor:pointer;
	filter: drop-shadow(1px 1px 1px #000);
}
#content #front-page-container > #slideshow-container > #slideshow_nav > .slides_nav:hover {
	background: rgb(236, 166, 95);
}
#content #front-page-container > #slideshow-container > #slideshow_nav > .slides_nav.selected {
	background: rgb(242, 128, 13);

}
body.home > div#page div#content.site-content > div.col-full {
	margin:0 auto;
	width:100%;
	padding:0!important;
}
body > div#page div#content.site-content > div.col-full > div#primary ul.products li.product > a > img {
	margin:0 auto!important;
	max-width:200px!important;
}
footer.site-footer {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	background: rgb(1, 117, 17);
	background: linear-gradient(80deg, rgba(0,82,20,1) 0%, rgba(0,128,32,1) 30%, rgba(0,125,31,1) 44%, rgba(0,128,32,1) 60%, rgba(0,82,20,1) 100%);
	color: #fff!important;
	padding-bottom:0;
}
footer.site-footer > div.zoo-logo {
	margin:0 auto;
	width:100%;
	text-align:center;
}
footer.site-footer > div.zoo-logo img {
	margin:0 auto;
	width:90%;
	max-width:260px;
}
footer.site-footer .storefront-handheld-footer-bar {
	text-shadow:0;
	color: #000!important;
}
footer.site-footer .storefront-handheld-footer-bar a:link, footer.site-footer .storefront-handheld-footer-bar a:visited, footer.site-footer .storefront-handheld-footer-bar a:active, footer.site-footer .storefront-handheld-footer-bar a:hover {
    color: #000!important;
	text-shadow:none;
}
footer.site-footer a:link, footer.site-footer a:visited, footer.site-footer a:active, footer.site-footer a:hover {
    color: #fff!important;
    text-decoration: none;
}
footer.site-footer a:hover {
    text-decoration: underline!important;
}
footer.site-footer .footer-navigation {
    margin:20px auto 5px auto;
	width:95%;
}
footer.site-footer .menu-container {
    margin:10px;
}
footer.site-footer > .menu-container {
    margin-top:50px;
}
footer.site-footer .footer-navigation ul.footer-menu,
footer.site-footer .menu ul#community-links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
	width:90%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	gap:20px;
	padding-bottom:2em;
	text-align:left;
}
footer.site-footer .footer-navigation ul.footer-menu li,
footer.site-footer .menu ul#community-links li {
    flex:1 0 100%;
}
footer.site-footer .footer-navigation ul.footer-menu li a,
footer.site-footer .menu ul#community-links li a {
    text-decoration: none;
    color: #333;
}
footer.site-footer .footer-navigation ul.footer-menu li a:hover,
footer.site-footer .menu ul#community-links li a:hover {
    color: #0073aa;
}
footer.site-footer > section#copyright {
	font-size:14px;
	text-align:center;
	background: rgb(5, 14, 0);
	padding-bottom:6em;
}
footer.site-footer > section#copyright > div {
	margin:0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:2em 0;
}
footer.site-footer > section#copyright > div > div {
	flex:1 0 100%;
	padding:3px;
}
footer.site-footer .col-full .site-info {
	display:none;
}
footer.site-footer .menu-container a,
footer.site-footer section div a {
	display:inline-block;
	width:100%;
	height:100%;
}
.gform-body textarea,
.gform-body input {
	border:1px solid #999999!important;
}
div.booking-availability-legend ul {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:20px;
	margin-bottom:0;
}
div.booking-availability-legend ul li {
	flex:100%;
	display:flex;
	align-items:center;
	gap:10px;
	max-width:250px;
}
div.booking-availability-legend ul li span {
	display:inline-block;
}
div.booking-availability-legend ul li span.legend-label {
	min-width:130px;
}
div.booking-availability-legend ul li span.legend-color {
	width:35px;
	height:35px;
}
div.booking-availability-legend ul li.available span.legend-color {
	background:#754aa9;
}
div.booking-availability-legend ul li.booked span.legend-color {
	background:#c0392b;
	opacity:.35;
}
div.booking-availability-legend ul li.selected span.legend-color {
	background:#239e57; 
}
#event-categories-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	margin:0 auto;
	max-width:1000px;
	gap:20px;
	margin-bottom:45px;
}
#event-categories-container  .card {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:90%;
	max-width:300px;
	border-radius:10px;
	background:rgb(244, 89, 37);
	box-shadow: rgb(0,0,0,0.1) 5px 10px 50px ,rgb(0,0,0,0.2) -5px 0px 50px;
}
#event-categories-container  .card:hover {
	background:rgb(218, 63, 11);
}
#event-categories-container  .card > a {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}
#event-categories-container  .card > a > div {
	padding:10px;
}
#event-categories-container  .card > a > div.icon {
	flex-shrink: 0;
}
#event-categories-container  .card > a > div > h3 {
	font-size:20px;
	font-weight: bold;
	margin:auto;
	margin-left:15px;
	color:#fff;
	text-shadow: 1px 2px 10px#1b1b1b73;
}
#event-categories-container  .card > a:hover {
	text-decoration:none;
}
#event-categories-container  .card img {
	width:50px;
}
body.post-type-archive-easy_event ul.easy-events-list {
	margin:0 auto;
	width:100%;
	max-width:1000px;
	padding:0;
	list-style-type:none;
	text-align:center;
}
body.post-type-archive-easy_event ul.easy-events-list li {
	display:inline-block;
	max-width:400px;
	margin:10px;
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only,
.gform_wrapper .gform_body .entry-fee input {
	border:1px solid #000!important;
	font-size: 15px!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
    padding: 8px!important;
	width: 200px!important;
	background:#fff!important;
	color:#000!important;
	font-family: unset!important;
}
.gform_wrapper .gform_body .entry-fee .ginput_product_price_wrapper label {
	display:none!important;
}
.page-template-community-center-calendar-display {
	font-size:.9em;
}
.page-template-community-center-calendar-display #display-calendar {
	position:absolute;
	z-index:99999999999;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100vh;
	background:#fff;
}
.page-template-community-center-calendar-display #display-calendar #calendar_header,
.page-template-community-center-calendar-display footer {
	display:none;
}
.page-template-community-center-calendar-display #display-calendar div.legend {
    border:0;
}
.page-template-community-center-calendar-display #display-calendar div.legend p {
    display:none;
}
.page-template-community-center-calendar-display #display-calendar div.legend ul {
	flex-wrap:nowrap;
	justify-content:space-evenly;
	gap:0px;
	column-gap:0px;
	margin-bottom:0px;
	max-width:none;
}
.page-template-community-center-calendar-display #display-calendar div.legend ul li {
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:0;
}
.page-template-community-center-calendar-display #display-calendar div.legend ul li span.legend-label {
	margin-left:10px;
}
.page-template-community-center-calendar-display #display-calendar #easy_events_calendar {
	width:100%;
	height:100vh;
	max-width:none;
}
.page-template-community-center-calendar-display #display-calendar #easy_events_calendar > table > tbody.calendar_body td > .events_container > .event {
	padding:0!important;
}
/*--===================================================
	Media Queries
=================================================== --*/
@media only screen and (min-width:500px) {
	#content #front-page-container > #slideshow-container {
		height:400px;
	}
	#content #front-page-container > section#front-page-cards > .card > a > div > h3 {
		font-size:20px;
		margin-left:25px;
	}
}
/*--===================================================
	Media Queries
=================================================== --*/
@media only screen and (min-width:768px) {
	header#masthead.site-header {
		padding-top:1em;
		padding-bottom:0;
		display:flex;
		flex-wrap:wrap;
	}
	header#masthead.site-header  button#site-navigation-menu-toggle.menu-toggle {
		display:none;
	}
	header#masthead.site-header nav.secondary-navigation {
		display: flex;
		justify-content: center;
	}
	header#masthead.site-header nav.secondary-navigation a {
		display: inline-block;
		padding: 10px 20px;
		margin: 10px;
		background-color: #FFFFFF;
		border-radius: 50px; /* Rounded corners */
		box-shadow: 0 5px 15px rgba(23, 79, 119, 0.25);
		text-decoration: none;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	header#masthead.site-header nav.secondary-navigation a:hover {
		transform: translateY(-5px);
	}
	header#masthead.site-header nav.secondary-navigation a:active {
		transform: translateY(-2px);
	}
	header#masthead.site-header > div.col-full {
		flex:auto;
		display:flex;
		flex-wrap:wrap;

	}
	header#masthead.site-header > div.col-full > .site-branding {
		flex:none;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	header#masthead.site-header > div.col-full > nav.secondary-navigation {
		flex:none;
		width:auto!important;
		float:none!important;
	}
	header#masthead.site-header > div.site-search {
		margin:0 auto;
		float:none;
		width:85%;
	}
	header#masthead.site-header > div.site-search > div.widget > form > input.search-field {
		background:#fff!important;
		background-color:#fff!important;
	}
	header#masthead.site-header > div.col-full {
		margin:0 auto!important;
		width:100%;
		max-width:1300px!important;
		padding:0 5px;
	}
	header#masthead.site-header > div.col-full > div.site-branding {
		margin:0 auto;
	}
	header#masthead.site-header > div.storefront-primary-navigation {
		margin:0 auto!important;
		width:100%;
		clear:none;
		padding-top:1em;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full {
		background:rgb(0, 153, 38);
		margin:0 auto!important;
		width:100%;
		max-width:none;
		padding:0!important;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation {
		margin:0 auto!important;
		width:100%;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu {
		margin:0 auto!important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		width:100%;
		max-width:1700px;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li a:link,
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li a:visited,
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li a:active {
		color: #fff;
		text-decoration: none;
		text-shadow:1px 1px 1px #000;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li a:hover {
		text-decoration: none;
	}
    header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li > a {
        padding:8px 10px;
    }
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li:hover,
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li.menu-item-has-children > ul.sub-menu {
		background:rgba(0,128,32,1);
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li.menu-item-has-children > ul.sub-menu {
		display:none;
		left: 0;
		right: 0; 
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li.menu-item-has-children:hover > ul.sub-menu {
		display:block;
		min-width:200px;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li:nth-last-child(2).menu-item-has-children > ul.sub-menu {
		left: -50%;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li:last-child.menu-item-has-children > ul.sub-menu {
    	left: -100%;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li.menu-item-has-children > ul.sub-menu {
		padding:5px;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li {
		padding-left:5px;
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li.menu-item-has-children > ul.sub-menu > li:hover {
		background:rgba(0, 102, 26,.4);
	}
	header#masthead.site-header > div.storefront-primary-navigation > div.col-full > nav#site-navigation ul.nav-menu > li.menu-item-has-children > ul.sub-menu li a {
        padding: 5px;
        font-weight:normal;
        font-size: .875em;
    }
    .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
        width: auto;
        margin:auto!important;
		float:none;
    }
	header#masthead.site-header > div.site-search {
		margin:0 auto;
		float:none;
		width:100%;
		height:auto;
		clear:none;
		padding:18px;
		background:#fff;
	}
	header#masthead.site-header > div.site-search div.widget_product_search {
		width:100%;
		max-width:800px!important;
		margin:auto;
		border:1px solid rgba(36, 129, 196,0.4);
        box-shadow: 0 5px 15px rgba(107, 107, 107,0.5);
	}
	#content #front-page-container > #slideshow-container {
		box-shadow: 0px 20px 30px 5px rgba(89, 89, 89,0.5);
	}
	#content #front-page-container > #slideshow-container > .slides:nth-of-type(2),
	#content #front-page-container > #slideshow-container > .slides:nth-of-type(3),
	#content #front-page-container > #slideshow-container > .slides:nth-of-type(4),
	#content #front-page-container > #slideshow-container > .slides:nth-of-type(5) {
		background-position:center bottom;
		background-size:cover;
	}
	#content #front-page-container > section.front-page > div > h1 {
		font-size:40px;
	}
	#content #front-page-container > section.front-page > div > p {
		margin:0 auto;
		width:99%;
		font-size:28px;
	}
	#content #front-page-container > section#front-page-cards {
		flex-wrap:nowrap;
		margin:auto;
		margin-bottom:45px;
		max-width:none;
	}
	
	#content #front-page-container > section#front-page-cards > .card {
		text-align:center;
	}
	
	
	
	#content #front-page-container > section#front-page-cards > .card > a {
		width:100%;
		display:flex;
		justify-content:space-between;
		align-items:center;
		gap:4px;
	}
	#content #front-page-container > section#front-page-cards > .card {
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	#content #front-page-container > section#front-page-cards > .card:hover {
		transform: translateY(-5px);
	}
	#content #front-page-container > section#front-page-cards > .card:active {
		transform: translateY(-2px);
	}
	#content #front-page-container > section#front-page-cards > .card > a > div > h3 {
		margin-left:15px;
		margin:auto!important;
	}
	footer.site-footer .footer-navigation ul.footer-menu li,
	footer.site-footer .menu ul#community-links li {
		flex:1 0 40%;
	}
	footer.site-footer > section#copyright {
		padding-bottom:0;
	}
	footer.site-footer > section#copyright > div > div {
		flex:1 0 14%;
	}
	footer.site-footer > section#copyright > div > div:last-child {
		margin-top:20px;
		flex:1 0 100%;
	}
	body > div#page div#content.site-content > div.col-full > div#primary > main > header,
	body > div#page div#content.site-content > div.col-full > div#primary > main > article > header {
		padding-bottom:12px;
	}
	body > div#page div#content.site-content > div.col-full > div#primary > main > header > h1.page-title,
	body > div#page div#content.site-content > div.col-full > div#primary > main > article > header > h1.entry-title {
		margin:10px auto;
		text-align:center;
	}
	body > div#page div#content.site-content > div.col-full > div#primary div#product-container > div.woocommerce > ul.products {
		display:flex;
		flex-wrap:wrap;
		gap:20px;
	}
	body > div#page div#content.site-content > div.col-full > div#primary div#product-container > div.woocommerce > ul.products > li.product {
		width:auto;
		flex:1 0 30%;
	}
}
/*--===================================================
	Media Queries
=================================================== --*/
@media only screen and (min-width:1000px) {
	header#masthead.site-header > div.col-full {
		max-width:92%!important;
	}
	#content #front-page-container > section.front-page > div {
		margin:50px auto;
	}
	#content #front-page-container > section#front-page-cards > .card {
		width:100%;
	}
	#content #front-page-container > section#front-page-cards > .card > a {
		flex-wrap:wrap;
	}
	#content #front-page-container > section#front-page-cards > .card > a > div {
		flex:1 0 100%;
	}
	#content #front-page-container > section#front-page-cards > .card > a > div > h3 {
		font-size:30px;
		letter-spacing:1px;
	}
	#content #front-page-container > section#front-page-cards > .card > a > div.icon {
		padding-top:0;
		margin-bottom:10px;
	}
	#content #front-page-container > section#front-page-cards > .card > a > div.icon > img {
		margin:auto;
		width:120px;
	}
	footer.site-footer .footer-navigation ul.footer-menu,
	footer.site-footer .menu ul#community-links {
		text-align:center;
	}
	footer.site-footer .footer-navigation ul.footer-menu li,
	footer.site-footer .menu ul#community-links li {
		flex:1 0 30%;
	}
	div.booking-availability-legend ul {
		flex-wrap:nowrap;
	}
	div.booking-availability-legend ul li {
		flex:auto;
	}
	div.booking-availability-legend ul li span.legend-label {
		min-width:auto;
	}
}
/*--===================================================
	Media Queries
=================================================== --*/
@media only screen and (min-width:1200px) {
	body {
		font-size:1.2em;
	}
	header#masthead.site-header {
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(138, 200, 245) 90%);
	}
	header#masthead.site-header > div.col-full > .site-branding {
		align-items:center;
	}
	header#masthead.site-header > div.col-full > div.site-branding > a.custom-logo-link > img {
		width:265px!important;
		max-width:none!important;
	}
	header#masthead.site-header nav.secondary-navigation {
		justify-content: flex-start;
	}
	#content #front-page-container > #slideshow-container > #slideshow_nav > .slides_nav {
		width:15px;
		height:15px;
	}
	footer.site-footer > section#copyright > div > div {
		flex:1 0 16%;
	}
}
/*--===================================================
	Media Queries
=================================================== --*/
@media only screen and (min-width:1360px) {
	header#masthead.site-header > div.col-full > div.site-branding > a.custom-logo-link > img {
		width:290px!important;
	}
	#content #front-page-container > #slideshow-container {
		height:600px;
	}
	footer.site-footer .footer-navigation {
		width:90%;
	}
	footer.site-footer .footer-navigation ul.footer-menu,
	footer.site-footer .menu ul#community-links {
		text-align:left
	}
	footer.site-footer .footer-navigation ul.footer-menu li,
	footer.site-footer .menu ul#community-links li {
		flex:1 0 25%;
	}
	footer.site-footer > section#copyright > div > div {
		flex:auto;
	}
}
/*--===================================================
	Media Queries
=================================================== --*/
@media only screen and (min-width:1400px) {
	header#masthead.site-header > div.site-search {
		padding:30px;
	}
}