/*
	Theme Name: Tree Rush
	Description: Tree Rush
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Chip Thompson Design
	Author URI: http://chipthompson.com
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Fonts */

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/GothamBook-Italic.woff2') format('woff2'),
        url('includes/fonts/GothamBook-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/GothamBook.woff2') format('woff2'),
        url('includes/fonts/GothamBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/GothamBold.woff2') format('woff2'),
        url('includes/fonts/GothamBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/GothamLight.woff2') format('woff2'),
        url('includes/fonts/GothamLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/GothamMedium.woff2') format('woff2'),
        url('includes/fonts/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('includes/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('includes/fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('includes/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('includes/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('includes/fonts/BebasNeue.woff2') format('woff2'),
        url('includes/fonts/BebasNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #86ca3d;
	margin: 0 0 20px 0;
	letter-spacing: -0.5px;
}

h2 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #009344;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #009344;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 18px;
	font-weight: 500;
	color: #009344;
	margin: 0 0 20px 0;
}

h4 img {
	margin: 0 8px 0 0;
}

h5 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #009344;
	margin: 0 0 10px 0;
}
 
h6 {
	font-size: 18px;
	font-weight: 500;
	color: #f26357;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 25px 0;

}

h6 a:link, h6 a:visited {
	display: inline-block;
	color: #fff;
	background: #009344;
	text-decoration: none;
	padding: 15px 17px;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

h6 a:hover {
	background: #c8491b;
}

.gform_button {
	font: 500 18px Gotham !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	color: #fff !important;
	background: #009344 !important;
	text-decoration: none !important;
	padding: 15px 17px !important;
	text-align: center !important;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	border: none !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	-webkit-transition: all 350ms ease !important;
	transition: all 350ms ease !important;
}

.gform_button:hover {
	background: #c8491b !important;
}

/* Links */

a:link, a:visited, a:active {
	color: #009344;
	text-decoration: none;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

a:hover {
	color: #5f5f5f;
}

/* Paragraphs */

p {
	margin: 0 0 30px 0;
	line-height: 1.75em;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 25px 15px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 25px;
}

.aligncenter {
	display: block;
	margin: 0 auto 25px auto;
}

/* Lists */

ul {
	margin: 0 0 15px 20px;
}

ul li {
	list-style: disc;
	margin: 0 0 11px 0;
	line-height: 1.75em;
}

ol {
	margin: 0 0 15px 20px;
}

ol li {
	list-style: decimal;
	margin: 0 0 10px 0;
	line-height: 1.75em;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Layout */

body {
	font: 400 14px Gotham, Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	background: #fff;
}

.page-template-soon-php {
	background-image: url('i/wood.jpg');
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
	min-height: 100vh;
	font: 16px 'Proxima Nova', Arial, Helvetica, sans-serif;
	color: #000;
}

table {
	width: 100%;
	margin: 0 0 12px 0;
}

td {
	vertical-align: top;
	line-height: 1.45em;
}

img {
	max-width: 100%;
	height: auto;
}

.frame {
	width: 1082px;
	margin: 0 auto;
	position: relative;
}

.wide-frame {
	width: 1200px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 210;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	padding: 80px 0 0 0;
	background: rgba(11,64,107,.79);
}
@media (min-width:1121px) {
	.header { 
		padding: 10px 0;
	}
}

@media (min-width:1120px) {
	.admin-bar .header {
		padding-top: 40px;
	}
}
/* .admin-bar .header {
	padding-top: 112px;
} */

.menu-open .header {
	-webkit-transform: translate3d(-290px, 0px, 0px);
	transform: translate3d(-290px, 0px, 0px);
}
/*
.admin-bar .header {
	top: 32px;
}*/

.home .header {
	background: #0b406b;
}

.header .logo {
	width: 17%;
	position: absolute;
	top: -58px;
	left: -3.2%;
	z-index: 20;
}
/*
.home .header .logo {
	width: 23%;
	top: -100px;
}
*/
.header-contacts {
	padding: 15px 0 10px 0;
	color: #FFF;
	text-align: right;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #333;
	background: rgba(11,64,107,0.79);
}
/*
.home .header-contacts {
	padding: 30px 0;
}


.home .header-contacts, .home .main-nav {
	background: transparent;
}
*/

.header-contacts p {
	margin: 0;
}

.header-contacts a:link, .header-contacts a:visited {
	color: #FFF;
	text-decoration: none;
}
/*
.home .scroller-inner {
	padding-top: 155px;
}
*/

.weather {
	margin: 20px 0 0 0;
	font-size: 22px;
	position: absolute;
	top: 80px;
	right: -60px;
	color: #FFF;
	text-align: right;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

#menu-button {
	display: none;
}

.main-nav {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	position: relative;
}

.main-nav .flybook-book-now-button {
	font-size: 1em !important;
}
/*
.main-nav:before, .main-nav:after {
	content: '';
	display: block;
	background: rgba(11,64,107,0.79);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3000px;
	z-index: 10;
}*/

.main-nav:before {
	right: 100%;
}

.main-nav:after {
	left: 100%;
}

.main-nav>ul {
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
	position: relative;
	z-index: 20;
}

.main-nav>ul>li {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	list-style: none;
	position: relative;
}

.main-nav>ul>li>a:link, .main-nav>ul>li>a:visited {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	height: 56px;
	color: #eeefed;
}

.main-nav>ul>li:last-child>a:link, .main-nav>ul>li:last-child>a:visited {
	background: #c8491b;
	padding: 0 25px;
}

.main-nav>ul>li:last-child {
	margin: 0 -60px 0 8px;
}

.main-nav li:hover a:link, .main-nav li:hover a:visited,
.main-nav>ul>li:last-child:hover>a:link, .main-nav>ul>li:last-child:hover>a:visited {
	background: #009344;
}

/* Dropdown */

.main-nav>ul>li>ul {
	display: block;
	max-height: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	z-index: 999;
	text-align: left;
	overflow: hidden;
	background: #009344;
	opacity: 0;
	-webkit-transition: max-height 150ms ease-out, opacity 200ms ease-out;
	transition: max-height 150ms ease-out, opacity 200ms ease-out;
}

.main-nav>ul>li>ul:hover {
	overflow: visible;
}

.main-nav>ul>li:hover>ul {
	max-height: 500px;
	opacity: 1;
	-webkit-transition: max-height 750ms ease-in, opacity 200ms ease-in;
	transition: max-height 750ms ease-in, opacity 200ms ease-in;
}

.main-nav li ul li {
	float: none;
	display: block;
	height: auto;
	line-height: 1.1em;
	position: relative;
	margin: 0;
}

.main-nav li ul li:first-child:not(.phone-link) {
	display: none;
}

.main-nav .phone-link {
	white-space: nowrap;
}

.main-nav .phone-link a {
	cursor: default;
}

.main-nav li ul li a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 18px;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
	z-index: 30;
}

.main-nav li ul li:last-child>a:before {
	display: none;
}

.main-nav ul li li a:link, .main-nav ul li li a:visited {
	display: block;
	line-height: 1.2em;
	padding: 14px 30px 14px 10px;
	position: relative;
	text-decoration: none;
	position: relative;
	z-index: 20;
	color: #fff;
}

.main-nav>ul>li li:hover a:hover {
	background: #c8491b;
}
/* Third Level */

.main-nav>ul>li>ul>li>ul {
	max-height: 0;
	margin: -1px 0 0 0;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 100%;
	z-index: 998;
	text-align: left;
	overflow: visible;
	background: #009344;
	opacity: 0;
	-webkit-transition: max-height 150ms ease-out, opacity 200ms ease-out;
	transition: max-height 150ms ease-out, opacity 200ms ease-out;
	pointer-events: none;
}

.main-nav>ul>li>ul>li:hover>ul {
	max-height: 999px;
	opacity: 1;
	pointer-events: inherit;
}

.slider {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.slide {
	position: absolute;
	width: 100%;
}

.slide-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;*/
	max-height: 800px;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}

.slide-image img {
	display: block;
	width: 100%;
	height: auto;
}

.slide-video {
	/*sition: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;*/
}
/*
.slide-video .inner {
	padding-top: 72.3%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 100%;
}
*/
.slide-video video {
	/*position: absolute;
	top: 50%;
    left: 50%;
    min-width: 100%;
	max-width: 500%;
    min-height: 100%;
    width: auto;
    height: auto;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 10;
	*/
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
	min-height: 720px;
}

.slide-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(134,202,61,0.75);
	color: #FFF;
	text-align: center;
	font-size: 60px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 25px 0 30px 0;
	letter-spacing: -1px;
	z-index: 20;
}

.slide-headline {
	font-size: 110px;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	color: #ee5505;
	opacity: 0.75;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	line-height: 1.9em;
	z-index: 20;
}

.callout {
	padding: 50px 0 27px 0;
}

.callout-columns {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 37px 0 0 0;
}

.callout-image {
	width: 37.8%;
	margin: 0 6.8% 0 0;
}

.callout-text {
	width: 42.9%;
	margin: 27px 0 40px 6.4%;
	font-size: 18px;
	color: #919191;
}

.callout-text p {
	line-height: 1.8em;
}

.links-area {
	padding: 20px 0 25px 0;
}

.links {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.link {
	width: 32.6%;
	margin: 0 0.55%;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	color: #FFF;
}

.link-fly {
	background: transparent !important;
	font-size: 1em !important;
	padding: 0 !important;
	text-indent: -100em !important;
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	border: none !important;
	z-index: 50 !important;
	cursor: pointer !important;
}

a.link:link, a.link:visited {
	color: #FFF;
	text-decoration: none;
}

.link:first-child {
	margin-left: 0;
}

.link-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	padding: 12px 5px;
	-webkit-transition: all 350ms;
	transition: all 350ms;
	max-height: 70%;
}

.link:hover .link-caption {
	height: 100%;
	max-height: 100%;
}

.link:hover .the-link-caption {
	display: none;
}

.link-button {
	border: 2px solid #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	min-width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: none;
}

.link:hover .link-button {
	display: block;
}

.link-green .link-caption {
	background: rgba(134,202,61,0.75);
}

.link-red .link-caption {
	background: rgba(200,73,27,0.75);
}

.link-blue .link-caption {
	background: rgba(11,64,107,0.75);
}

.link-caption h2, .link-caption h4, .link-caption h5 {
	color: #FFF;
	text-align: center;
	margin: 0;
}

.link-caption h2 + *, .link-caption h4 + *, .link-caption h5 + * {
	margin-top: 4px;
}

.link-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.links-horizontal .frame {
	display: flex;
	justify-content: space-between;
}

.links-horizontal .links {
	width: 29%;
	order: 1;
}

.links-horizontal.links-right-image .links {
	order: 2;
}

.links-horizontal .links .link {
	width: 100%;
}

.links-horizontal #book {
	order: 2;
	width: 65%;
}

.links-horizontal.links-right-image #book {
	order: 1;
}

.links-horizontal #book>:last-child {
	margin-bottom: 0;
}

.content {
	padding: 30px 0;
}

.header-image + .content {
	padding-top: 10px;
}

.slider + .content {
	padding: 15px 0;
}

.slider + .content p, .slider + .content h1 {
	margin-bottom: 10px;
}

.slider + .content>.frame>:last-child {
	margin-bottom: 0;
}

.graphic-background {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.background-image {
	display: none;
}

.white-text, .white-text * {
	color: #FFF;
}

.full-width {
	padding: 0;
}

.wpgmza_map {
	float: none !important;
}

.tabs {
	margin: 25px 0 15px 0;
}

.tabs ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background: #86ca3d;
	width: 100%;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0;
	overflow: hidden;
}

.tabs ul li {
	list-style: none;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #009344;
	padding: 12px 15px;
	line-height: 1em;
	cursor: pointer;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.tabs ul li.tab-button {
	padding: 0;
}

.tabs li button {
	font: 700 16px Gotham !important;
	text-transform: uppercase !important;
	color: #009344 !important;
	background: transparent !important;
	padding: 12px 15px !important;
	line-height: 1em !important;
	cursor: pointer !important;
	-webkit-transition: all 350ms !important;
	transition: all 350ms !important;
}

.tabs ul li:hover, .tabs ul li.current {
	background: #009344;
	color: #FFF;
}

.tabs ul li a:hover {
	color: #FFF;
}

.tabs ul li.tab-button:hover {
	background: transparent;
	color: #009344;
}

.tabs li button:hover {
	background: #009344 !important;
	color: #FFF !important;
}

.tab-content {
	flex-flow: row nowrap;
	justify-content: space-between;
	display: none;
}

.tab-content.current {
	display: flex;
	align-items: center;
}

.tab-content p {
	margin-bottom: 10px;
}

.tab-content .flybook-book-now-button {
	margin-top: 20px;
}

.image {
	width: 48%;
	overflow: hidden;
	position: relative;
	padding-top: 48%;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text {
	width: 52%;
	margin: 0;
}

.text p + h4 {
	margin-top: 45px;
}

.text h6 {
	margin-top: 27px;
}

.text h6 a:link, .text h6 a:visited {
	min-width: 122px;
}

ul.thumbnails {
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
}

ul.thumbnails li {
	width: 33.3%;
	margin: 0;
	list-style: none;
}

.thumbnails li a {
	display: block;
}

.thumbnails li img {
	display: block;
	width: 100%;
	height: auto;
}

.thumbnails li a:hover {
	opacity: 0.7;
}

.gallery {
	position: relative;
}

.gallery-area {
	background-color: #87cb3e;
}

.images {
	position: relative;
	width: 100%;
}

.slider-prev, .slider-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 28px;
	height: 30px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 120;
	opacity: 0.7;
}

.slider-prev {
	left: 35px;
	background: url('i/prev.png') no-repeat;
}

.slider-next {
	right: 35px;
	background: url('i/next.png') no-repeat;
}

.slider-prev:hover, .slider-next:hover,
.slider-prev:focus, .slider-next:focus {
	opacity: 1;
}

.slider-prev:focus, .slider-next:focus {
	outline: none;
}

.footer {
	padding: 42px 0 15px 0;
	background-color: #0b406b;
	background-repeat: no-repeat;
	background-position: 50% 0;
	color: #FFF;
}

.footer a:link, .footer a:visited {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #009344;
}

.bottom-line {
	display: flex;
	/* flex-flow: row nowrap; */
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 40px 0;
}

.tripadvisor {
	max-width: 383px;
	margin: 30px 0 0 0;
}

.tripadvisor ul {
	margin: 0;
}

.tripadvisor ul li {
	list-style: none;
}

.footer-widgets {
	min-height: 430px;
	display: flex;
	flex-flow: row nowrap;
}

.footer-logo {
	width: 31.9%;
}

.footer-logo a {
	display: inline-block;
	margin: 0 0 15px 0;
}

.footer-logo a.fontenelle-logo {
	margin-left: 30px;
}

.footer-logo a:last-child {
	margin-bottom: 0;
}

.footer-nav {
	width: 19.4%;
	padding: 25px 20px 0 1.7%;
}

.footer-nav .flybook-book-now-button {
	font-size: 1em;
	padding: 0;
}

.footer-nav ul {
	margin: 0;
}

.footer-nav ul li {
	list-style: none;
	margin: 0 0 2px 0;
	font-weight: 500;
	line-height: 1.45em;
}

.footer-right {
	width: 31.4%;
	margin: 20px 0 0 1.55%;
}

.footer h5 {
	color: #FFF;
}

.footer-form {
	margin: 0 0 20px 0;
}

.social {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.social h5 {
	margin: 0;
}

.social ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 0 6px;
}

.social ul li {
	list-style: none;
	margin: 0 0 0 11px;
	font-size: 2.6em;
}

.forecast, .wp-forecast-fc {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 15% 60px 15%;
}

div.wp-forecast-fc {
	float: none !important;
	padding: 0 !important;
	margin: 0 15% 60px 15% !important;
	text-align: center !important;
}

div.wp-forecast-fc-head, div.wp-forecast-fc-left, div.wp-forecast-fc-block, div.wp-forecast-fc-right {
	float: none !important;
	padding: 0 !important;
	text-align: center !important;
	width: 100% !important;
}

div.wp-forecast-fc-right {
	line-height: 1.9em !important;
}

.forecast-day, .wp-forecast-fc-oneday {
	width: 18% !important;
	text-align: center !important;
	font-size: 12px !important;
}

.forecast-date, .wp-forecast-fc-head {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.forecast-icon, .wp-forecast-fc-left {
	margin: 7px auto !important;
	max-width: 80px !important;
}

.forecast-icon img, .wp-forecast-fc-left img {
	max-width: 80% !important;
	height: auto !important;
}

.Blizzard, .CloudRainThunder, .CloudSleetSnowThunder, .Cloudy, .FreezingRain, .HeavyRain,
.ModRain, .ModSleet, .ModSnow, .OccLightRain, .OccLightSleet, .OccLightSnow, .Overcast {
	margin-right: -20px;
}

.forecast-temp, .wp-forecast-fc-right>div:first-child {
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 0 !important;
}

.copyright {
	font-size: 12px;
	text-align: center;
}

.copyright p {
	line-height: 1.4em;
	margin: 0;
}

.header-image {
	height: 280px;
	background-repeat: no-repeat;
	background-position: 50% 45%;
	background-size: cover;
	position: relative;
	margin: 0 0 20px 0;
}

.home .header-image {
	margin-bottom: 0;
}

.header-image:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 29px;
	background: url('i/shadow.png') no-repeat 50% 0;
	background-size: contain;
	opacity: 0.4;
}

.header-image img {
	display: none;
}


.soon-frame {
	padding: 97px 0 40px 0;
	width: 994px;
}

.soon-box {
	background: #e9e9e9;
	padding: 29px 29px 13px 29px;
	position: relative;
	margin: 0 0 126px 0;
	-webkit-box-shadow: 1px 1px 10px 0 #555;
	box-shadow: 1px 1px 10px 0 #555;
	z-index: 10;
}

.soon-wrapper {
	position: relative;
}

.soon-frame:before, .soon-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.soon-frame:before {
	background-image: url('i/leaf-top.png');
	width: 243px;
	height: 211px;
	top: 0;
	right: -8%;
	z-index: 20;
}

.soon-wrapper:before {
	background-image: url('i/leaf-bottom.png');
	width: 317px;
	height: 505px;
	bottom: -33%;
	left: -9.5%;
	z-index: 1;
}

.soon-logo {
	position: absolute;
	top: -8%;
	left: -8.9%;
}

.soon-image {
	margin: 0 0 7px 0;
}

.soon-image img {
	display: block;
	margin: 0;
}

.soon-subscribe {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.soon-text {
	width: 38.5%;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #0b406b;
}

.soon-text p {
	margin: 0;
}

.soon-headline {
	font: 32px 'Bebas Neue';
	color: #009344;
	line-height: 1.1em;
}

.soon-form {
	width: 59.9%;
}

.soon-line {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.button {
	font: 24.28px 'Bebas Neue';
	color: #FFF;
	border: none;
	background: #0b406b;
	padding: 9px 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.button:hover {
	background-color: #c8491b;
}

.soon-line .button {
	width: 160px;
}

.soon-field {
	width: calc(100% - 170px);
}

.soon-field .email {
	width: 100%;
	font: 300 18px 'Proxima Nova';
	color: #878787;
	padding: 11px 15px;
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 10px 0;
}

.soon-field .email:last-child {
	margin-bottom: 0;
}

.birthday {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font: 300 18px 'Proxima Nova';
}

.birthday label, .birthday .email {
	margin: 0 20px 0 0;
}

.birthday .email {
	width: 80px;
}

.soon-joke {
	font: 56px 'Bebas Neue';
	text-transform: uppercase;
	color: #0b406b;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin: 0 0 77px 0;
}

.soon-question, .soon-answer {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.soon-answer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	color: #c8491b;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.soon-joke:not(.soon-js):hover .soon-answer,
.soon-open .soon-answer {
	opacity: 1;
}

.soon-joke:not(.soon-js):hover .soon-question,
.soon-open .soon-question {
	opacity: 0;
}

.soon-copyright {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #0b406b;
}

.soon-copyright a:link, .soon-copyright a:visited {
	color: #0b406b;
	text-decoration: none;
}

.soon-copyright a:hover {
	text-decoration: underline;
}

.footer .soon-line {
	flex-flow: column nowrap;
	align-items: flex-start;
}

.footer .soon-field {
	width: 100%;
}

.footer .soon-field .email {
	font: 400 14px Gotham;
	color: #5f5f5f;
	padding: 11px 12px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.footer .soon-button {
	margin-top: 15px;
}

.footer .button {
	padding: 5px 15px;
	background: #c8491b;
}

.footer .button:hover {
	background: #009344;
}

.header-image + .videos-area {
	padding-top: 10px;
}

ul.posts {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0 0 -65px 0;
}

ul.videos {
	margin-top: 50px;
	margin-left: -16px;
	margin-right: -16px;
	width: calc(100% + 32px);
	justify-content: center;
}

ul.videos-1 {
	max-width: 536px;
	margin-left: auto;
	margin-right: auto;
}

.content ul.posts:last-child {
	margin-bottom: -65px;
}

ul.posts li {
	width: 30.3%;
	list-style: none;
	margin: 0 0 60px 4.55%;
	padding: 0;
}

ul.videos li {
	width: calc(33.33% - 32px);
	margin-left: 16px !important;
	margin-right: 16px !important;
}

ul.videos-1 li {
	width: calc(100% - 32px);
}

.content-area ul.posts li {
	width: 46.65%;
}

.posts li>:last-child {
	margin-bottom: 0;
}

ul.posts li:first-child, ul.posts li:nth-child(3), ul.posts li:nth-child(5), ul.posts li:nth-child(7), ul.posts li:nth-child(9) {
	margin-left: 0;
}

ul.posts li:before {
	display: none;
}

ul.posts a:link, ul.posts a:visited {
	text-decoration: none;
}

.post-thumbnail {
	margin: 0 0 15px 0;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.videos .post-thumbnail {
	position: relative;
}

.videos .post-thumbnail:before {
	content: '\f04b';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font: 900 22px 'Font Awesome 5 Pro';
	color: #fff;
	width: 80px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: rgba(0,0,0,0.4);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	z-index: 30;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: background-color 350ms ease-in-out;
	transition: background-color 350ms ease-in-out;
}

.videos .post-thumbnail:hover:before {
	background-color: #009344;
}

.post-thumbnail img {
	display: block;
	-webkit-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

a:hover .post-thumbnail img {
 	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.posts h4 {
	line-height: 1.25em;
}

.post-image {
	margin: 0 0 30px 0;
}

.post-image img {
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

/* Pagination */

.pagination {
	text-align: center;
}

.pagination a:link, .pagination a:visited, .pagination span {
	border: 2px solid #009344;
	color: #009344;
	text-decoration: none;
	text-align: center;
	padding: 7px 12px;
	margin: 0 6px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.pagination span, .pagination a:hover {
	background: #009344;
	color: #fff;
}

.accordion {
	margin: 0 0 17px 0;
}

.question {
	background-color: #009344;
	color: #FFF;
	padding: 10px 50px 10px 22px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}

.question-icon {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-size: 20px;
}

.question-icon span {
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	font-size: 30px;
	font-weight: 400;
}

.question-icon span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	margin: -2px 0 0 0;
}

.question-open .question-icon span:first-child {
	opacity: 0;
}

.question-open .question-icon span:last-child {
	opacity: 1;
}

.answer {
	background: #f6f4f2;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.question-open .answer {
	max-height: 99999px;
	-webkit-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

.answer .inner {
	padding: 18px 21px 20px 21px;
	max-width: 1190px;
}

.answer .inner>:last-child {
	margin-bottom: 0;
}

.wpgmaps_directions_outer_div {
	max-width: 690px !important;
	margin: 0 auto 40px auto !important;
}

.cdsROW.wide {
	height: auto !important;
	padding: 10px 0 5px 0 !important;
}

.footer-alert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #3a61a8;
	color: #FFF;
	text-align: center;
	display: none;
	z-index: 310;
}

.has-alert .footer-alert {
	display: block;
}

.footer-alert .frame {
	padding: 30px 60px;
}

.footer-alert .frame>:last-child {
	margin-bottom: 0 !important;
}

.footer-alert a:link, .footer-alert a:visited {
	color: #FFF;
	text-decoration: none;
}

a.close-footer-alert:link, a.close-footer-alert:visited {
	position: absolute;
	top: 30px;
	right: 0;
	color: #FFF;
	text-decoration: none;
	padding: 2px 0 0 0;
}

a.close-footer-alert:hover {
	opacity: 0.5;
}

a.close-footer-alert:focus {
	outline: none;
}

.close-footer-alert i {
	vertical-align: middle;
	font-size: 2.2em;
	margin: -2px 0 0 7px;
}

.footer-alert h6 a:link, .footer-alert h6 a:visited {
	background-color: #FFF;
	color: #009344;
}

.footer-alert h6 a:hover {
	background-color: #009344;
	color: #FFF;
}

.columns {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.content-area {
	width: 65%;
}

.sidebar {
	width: 30%;
}

.widget {
	margin: 0 0 40px 0;
}

.widget-title {
	margin-bottom: 10px;
}

.mobile-buttons {
	display: none;
}

.wp-forecast-curr,
.wp-forecast-fc-left>div:first-child {
	display: none !important;
}

/* Form */

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: inherit !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

ul.gform_fields {
	margin: 0 !important;
}

ul.gform_fields>li,
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-left: 0 !important;
	font-style: normal;
	margin: 0 0 10px 0 !important;
	font-weight: 400 !important;
	background: transparent;
	list-style: none !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 16px !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
	padding-left: 16px !important;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.validation_error, .validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error {
	width: auto !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	width: 50% !important;
	max-width: 50% !important;
}

.gform_wrapper ul li:before {
	display: none;
}

.gform_fields label {
	display: none !important;
}

.show-label label {
	display: inline-block !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select,
.field-large .ginput_container input, .field-large .ginput_container textarea, .field-large .ginput_container select {
	display: block !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 11px 12px 11px 12px !important;
	text-indent: 0 !important;
	font: 400 14px Gotham !important;
	letter-spacing: 0 !important;
	color: #5f5f5f !important;
	background: transparent !important;
	border: 1px solid #ccc !important;
	width: 100% !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container select {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.ginput_container input[type=checkbox], .ginput_container input[type=radio] {
	display: inline-block !important;
	margin: 2px 7px 0 0 !important;
}

.ginput_recaptcha textarea {
	display: none !important;
}

.dark-text .ginput_container input, .dark-text .ginput_container textarea, .dark-text .ginput_container select,
.dark-text .field-large .ginput_container input, .dark-text .field-large .ginput_container textarea, .dark-text .field-large .ginput_container select {
	background: transparent !important;
	color: #000 !important;
	border-color: rgba(0,0,0,0.48) !important;
}

.textarea.medium {
	height: 108px !important;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
	background: #c4cadb !important;
}

.ginput_container_checkbox input {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container_checkbox input {
	margin-top: 3px !important;
}

body ::-webkit-input-placeholder {
	color: #5f5f5f !important;
}

body ::-moz-placeholder {
	color: #5f5f5f !important;
}

body ::-ms-placeholder {
	color: #5f5f5f !important;
}

body ::placeholder {
	color: #5f5f5f !important;
}

.gform_footer {
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.gform_wrapper .ginput_container input.datepicker,
.gfield_captcha_input_container input {
    width: 11.75em !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	margin: 0 !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

/* Responsive Menu */

html, .container, .scroller {
	height: 100%;
}
.scroller {
	overflow: hidden;
}
.mp-pushed .scroller {
	overflow-y: hidden;
}
.scroller,
.scroller-inner {
	position: relative;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
.pusher {
	position: relative;
	left: 0;
	height: 100%;
	perspective: 1000px;
}

/* Side Menu Layout */
.side-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 290px;
	height: 100%;
	overflow: hidden;
	background: #fff;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mp-level:first-child {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* overlays for pusher and for level that gets covered */
.pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}
.pusher::after {
	z-index: 999;
}
.pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
	z-index: -1;
}
.pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
	cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}
.pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
/* First level */
.side-menu > .mp-level,
.side-menu > .mp-level.mp-level-open,
.side-menu.mp-overlap > .mp-level,
.side-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
/* Side Menu Styling */
.side-menu {
	display: block;
}
.the-side-menu {
	margin: 0 0 40px 0;
}
.the-side-menu>.mp-level ul li>a:link, .the-side-menu>.mp-level ul li>a:visited {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #009344 !important;
	text-decoration: none;
	text-align: center;
	padding: 14px 10px;
	letter-spacing: 1px;
}
a.mp-back:link, a.mp-back:visited {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background: #009344;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px 10px 25px;
	position: relative;
	letter-spacing: 1px;
}
a.mp-back:link:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	border-right: 6px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: -4px 0 0 0;
}
.the-side-menu>.mp-level ul li>a>span {
	position: relative;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span {
	padding-right: 39px;
	margin: 0 -30px 0 0;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 5px solid #e2e2e2;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: -3px 0 0 0;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
}
.the-side-menu>.mp-level ul li.open {
	background: #009344;
	color: #fff !important;
}
.the-side-menu>.mp-level ul li>a:hover {
	background: #009344;
	color: #fff !important;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a:hover>span:before,
.the-side-menu>.mp-level ul li.open>a>span:before {
	border-top-color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-item a:visited,
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-parent a:visited,
.the-side-menu>.mp-level ul li.current-menu-ancestor a:link, .the-side-menu>.mp-level ul li.current-menu-ancestor a:visited,
.the-side-menu>.mp-level ul li.open a:link, .the-side-menu>.mp-level ul li.open a:visited {
	color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-parent>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-anestor>a>span:after,
.the-side-menu>.mp-level ul li.current_page_item>a>span:after,
.the-side-menu>.mp-level ul li.current_page_parent>a>span:after,
.the-side-menu>.mp-level ul li.current_page_anestor>a>span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:after {
	right: 39px;
}
.mp-menu-open {
	z-index: 200;
}
.mp-level ul {
	margin: 0;
}
.mp-level li {
	list-style: none;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}


@media (max-width: 1200px) {
	.wide-frame {
		width: 1082px;
	}
	.soon-logo {
		left: -5%;
	}
	.weather {
		right: 0;
	}
	.slide-video video {
		width: 100%;
		height: auto;
		min-height: 1px;
	}
	.footer-logo a.fontenelle-logo {
		margin-left: 10px;
	}
}
@media (min-width:1121px) and (max-width:1250px) {
	.frame {
		max-width: 920px;
		padding: 0px 20px;
		width: 100%;
	}
}

/* 960px */
@media (max-width: 1120px) {
	.frame, .wide-frame {
		width: 920px;
	}
	.header .logo {
		left: 0;
	}
	.weather {
		top: 120px;
		width: 65%;
	}
	.main-nav {
		display: none;
	}
	#menu-button {
		display: block;
		color: #FFF;
		font-size: 3em;
		position: absolute;
		top: calc(100% + 30px);
		right: 0;
		background: rgba(11,64,107,0.79);
		padding: 15px 25px;
	}
	/*
	.slider {
		height: 680px;
	}
	*/
	.tabs ul li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.links {
		flex-flow: row wrap;
		justify-content: center;
	}
	.link {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.link h2 {
		font-size: 20px;
	}
	.soon-frame {
		width: 880px;
	}
	.header-contacts .frame {
		padding-left: 42%;
		padding-bottom: 10px;
	}
	.header-contacts-icons {
		display: block;
	}
	.header-contacts-separator {
		display: none;
	}
	.footer-logo a.fontenelle-logo {
		margin-left: 7px;
		margin-right: 15px;
	}
	.header>.frame {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.header .logo, .home .header .logo {
		top: 0 !important;
		position: static;
		width: 25%;
		transform: initial !important;
	}
	.logo img {
		max-height: 80px;
		width: auto;
	}
	body {
		padding-top: 56px;
	}
	.mobile-buttons {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 310;
	}
	#wpadminbar {
		display: none !important;
	}
	.mobile-buttons ul {
		display: flex;
		flex-flow: row nowrap;
		margin: 0;
	}
	.mobile-buttons ul li {
		list-style: none;
		margin: 0;
		width: 50%;
	}
	.mobile-buttons a:link, .mobile-buttons a:visited {
		display: flex;
		color: #000;
		background: #FFF;
		font: 700 22px Gotham;
		text-transform: uppercase;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		padding: 0 15px;
		height: 56px;
	}
	.mobile-buttons li:nth-child(even) a:link, .mobile-buttons li:nth-child(even) a:visited {
		background-color: #009344;
		color: #FFF;
	}
	.mobile-buttons p {
		margin: 0;
	}
	.header {
		position: relative;
		background: #0b406b;
	}
	.slide-image {
		max-height: 9999px;
	}
}

/* Tablet */
@media (max-width: 959px) {
	.frame, .wide-frame {
		width: auto !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		position: relative;
	}
	.wide-frame {
		margin: 0 !important;
	}
	.weather {
		font-size: 16px;
	}
	.slider {
		height: auto;
	}
	.slide-image {
		background: transparent !important;
		position: static;
	}
	.slide-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.slide-video {
		position: relative;
	}
	.slide-text {
		font-size: 40px;
	}
	.callout-text {
		margin: 0;
		width: 55%;
	}
	.callout-image {
		margin: 0;
	}
	.link-caption {
		max-height: 100%;
	}
	.tabs {
		margin: 0 -20px 40px -20px;
	}
	.tabs ul {
		justify-content: center;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.text {
		margin-top: 0;
	}
	.footer-widgets {
		flex-flow: row wrap;
		justify-content: center;
		align-items: flex-start;
		min-height: 1px;
	}
	.footer-logo {
		width: 200px;
	}
	.footer-nav {
		width: auto;
		padding: 0;
		margin: 0 0 0 30px;
	}
	.footer-right {
		width: 100%;
		max-width: 550px;
		margin: 40px 0;
	}
	.soon-frame {
		width: auto !important;
		margin-left: 40px !important;
		margin-right: 40px !important;
		position: relative;
		padding: 60px 0;
	}
	.soon-logo {
		width: 300px;
		left: -40px;
	}
	.soon-image {
		margin-bottom: 15px;
	}
	.soon-line {
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	.soon-field {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.soon-frame:before {
		width: 121px;
		height: 105px;
	}
	.soon-wrapper:before {
		width: 158px;
		height: 252px;
		bottom: -20%;
	}
	.soon-box {
		margin-bottom: 80px;
	}
	.header-image {
		margin-bottom: 0;
	}
	.slide-headline {
		font-size: 60px;
	}
	/*
	.background-image {
		display: block;
		margin: 0 0 30px 0;
	}
	.background-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.graphic-background {
		background: transparent !important;
		padding-top: 0;
	}
	.white-text, .white-text * {
		color: #5f5f5f;
	}
	*/
	.header-contacts {
		padding-bottom: 10px;
	}
	.header {
		position: relative;
		top: 0 !important;
	}/*
	.header .logo, .home .header .logo {
		width: 42%;
	}*/
	.home .scroller-inner {
		padding-top: 0;
	}
	.links {
		padding: 0;
	}
	.bottom-line {
		flex-flow: column nowrap;
	}
	.tripadvisor {
		margin: 0 auto 20px auto;
	}
	.links-horizontal .frame {
		display: block;
	}
	.links-horizontal .links, .links-horizontal #book {
		width: 100%;
	}
	.links-horizontal .links .link {
		width: 280px;
		margin: 20px auto 0 auto;
	}
}

@media (max-width: 640px) {
	.gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 0 !important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
		padding-left: 0 !important;
	}
	body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* Mobile */
@media (max-width: 599px) {
	.wide-frame {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.slide-text {
		position: static;
		font-size: 24px;
		background: #009344;
		padding: 22px 0;
	}
	h1 {
		font-size: 36px;
	}
	.callout-columns, .tab-content {
		flex-flow: column nowrap;
	}
	.callout-text, .text,
	.callout-image, .image {
		width: 100%;
		margin: 0;
	}
	.callout-image, .image {
		order: 1;
		margin: 0 0 20px 0;
	}
	.callout-text, .text {
		order: 2;
	}
	.links, ul.thumbnails {
		flex-flow: column nowrap;
		max-width: 353px;
		margin: 0 auto;
		padding: 40px 0;
	}
	ul.thumbnails {
		padding: 20px 0;
		margin: 0 40px;
	}
	.link, ul.thumbnails li {
		width: 100%;
		margin: 15px 0;
	}
	.slider-prev, .slider-next {
		width: 46px;
		height: 46px;
		background-color: rgba(11,64,107,0.79);
		background-position: 50% 50%;
	}
	.slider-prev {
		left: -14px;
	}
	.slider-next {
		right: -14px;
	}
	.footer-widgets {
		flex-flow: column nowrap;
		align-items: center;
	}
	.footer-nav {
		margin: 0;
	}
	.soon-frame {
		padding: 30px 0 20px 0;
	}
	.soon-frame:before {
		z-index: 1;
	}
	.soon-logo {
		position: static;
		width: 100%;
		margin: 0 auto 20px auto;
		max-width: 300px;
	}
	.soon-box {
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
	.soon-inner {
		background: #e9e9e9;
		padding: 29px 29px 29px 29px;
		position: relative;
		-webkit-box-shadow: 1px 1px 10px 0 #555;
		box-shadow: 1px 1px 10px 0 #555;
		z-index: 10;
	}
	.soon-subscribe {
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
	.soon-text, .soon-form {
		width: 100%;
	}
	.soon-text {
		margin: 0 0 15px 0;
	}
	.soon-wrapper:before {
		left: -30%;
	}
	.soon-joke {
		font-size: 42px;
	}
	.columns {
		flex-flow: column nowrap;
	}
	.content-area {
		width: 100%;
		margin-bottom: 20px;
	}
	.sidebar {
		width: 100%;
		margin: 0 auto;
		max-width: 328px;
	}
	.widget:last-child {
		margin-bottom: 0;
	}
	ul.posts {
		flex-flow: column nowrap;
		margin: 0 auto;
		max-width: 328px;
		width: 100%;
	}
	ul.posts li, .content-area ul.posts li {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
	.slide-headline {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.slide-video video {
		height: auto;
		width: 100%;
	}
	.forecast-day:first-child {
		display: none;
	}
	.forecast, div.wp-forecast-fc {
		flex-flow: row wrap !important;
		margin-bottom: 0 !important;
		justify-content: center !important;
	}
	.forecast-day, .wp-forecast-fc-oneday {
		width: 48% !important;
		margin: 0 0 40px 0 !important;
	}
	.header-contacts {
		font-size: 14px;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.tripadvisor {
		max-width: 100%;
	}
	.footer-alert .frame {
		padding: 30px 35px 30px 0;
		text-align: left;
	}
	.footer-alert .frame * {
		text-align: left !important;
	}
	.footer-alert p {
		margin-bottom: 10px;
		font-size: 14px !important;
	}
	.footer-alert p span {
		font-size: 14px !important;
	}
	.footer-alert h6 a:link, .footer-alert h6 a:visited {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.header .logo, .home .header .logo {
		width: 42%;
	}
	.mobile-buttons a:link, .mobile-buttons a:visited {
		font-size: 18px;
	}
	.bookmark-link {
		font-size: 20px;
    	vertical-align: middle;
	}
	.header-contacts a[rel=noopener] {
		margin: 0 0 0 3px;
	}
	.home .links {
		padding: 0;
	}
	.home .links .link-thumbnail, .home .gallery-area {
		display: none;
	}
	.home .links .link-caption {
		display: block;
		position: relative;
	}
	.alignleft, .alignright, .aligncenter {
		float: none;
		display: block;
		margin: 0 auto 25px auto !important;
	}
	table, tbody, tr, td, th {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}
	td, th {
		padding: 5px 0 !important;
	}
	td img.aligncenter {
		margin: 0 0 10px 0 !important;
	}
	tr {
		margin-bottom: 30px !important;
	}
	table.table {
		display: table !important;
		max-width: 580px;
		margin: 0 auto 20px auto !important;
	}
	table.table tbody, table.table thead {
		display: table-row-group !important;
	}
	table.table tr {
		display: table-row !important;
	}
	table.table th, table.table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 5px !important;
	}
}



/* 21-07-2022 update page */
.top-heading{
	font-family: 'Gotham';
	font-weight: 300;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #86CA3D;
	margin: 0;
}
.ages{
	font-family: 'Gotham';
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	text-transform: capitalize;
}
.courses-sec .course-name{
	text-align: center;
	border-radius: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	text-transform: capitalize;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.courses-sec .yellow-course{
	background: #FFD42C;
}
.courses-sec .green-course{
	background: #7C9810;
}
.courses-sec .blue-course{
	background: #006BB1;
}
.courses-sec .black-course{
	background: #000000;
}
.courses-sec .orange-course{
	background: #F06600;
}
.courses-sec .ground-fit{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}
.courses-sec .course-tagline{
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
}
.courses-sec .adventure-list {
	text-align: center;
	margin-left: 20px;
}
.courses-sec .adventure-list h3 {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: capitalize;
    color: #000;
}
.courses-sec #tc_43 .adventure-list h3 {
    margin: 0 0 0px;
}
.courses-sec #tc_43 .adventure-list h6{
	margin: 0 0 20px;
}
.adventure-title{
	padding: 55px 0 40px 0;
}
.courses-sec .adventure-list p{
	font-weight: 300;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	text-transform: capitalize;
	margin-bottom: 0;
}

.courses-sec .adventure-list h6 {
    margin: unset;
	color: #000;
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 40px;
}
.courses-sec .adventure-list .btn-group {
	margin-top: 20px;
}
.courses-sec .adventure-list .btn-orange {
	color: #fff;
    background-color: #c1401a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 10px 20px;
	font-size: 16px;
    border-radius: 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    height: 46px;
	line-height: 26px;
}
.courses-sec .tab-content{
	display: flex !important;
	margin: 0 40px 30px;
}
.courses-sec .tab-content .text {
    width: 49%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.courses-sec .tab-content img {
    position: relative;
	object-fit: inherit;
}

.courses-sec .tab-content .image {
    padding-top: unset;
	width: 51%;
}
.courses-sec .tabs-area.content {
    padding: 35px 0 0 0;
}
.courses-sec .tabs {
    margin: 25px 0 15px 0;
}
.courses-sec .tabs-area.content:nth-child(1) {
    padding: 15px 0 0 0;
}
h2.bottom-text {
    text-align: center;
    font-size: 30px;
}
@media (max-width: 992px){
	.courses-sec .adventure-list h3 {
		font-size: 32px;
		margin: 0 0 12px;
	}
	.courses-sec .adventure-list p {
		font-weight: 300;
		font-size: 18px;
		line-height: 34px;
	}
	.courses-sec .adventure-list .btn-group {
		margin-top: 10px;
	}
	h2.bottom-text {
		font-size: 24px;
	}
}

@media (max-width: 700px) {
	.courses-sec .tab-content .text {
		width: 100%;
	}
	.courses-sec .tab-content .image {
		padding-top: unset;
		width: 100%;
	}
	.courses-sec .tab-content {
		display: block !important;
		margin: 0 40px 30px;
	}
	.courses-sec .adventure-list {
		text-align: center;
		margin-left: 0px;
	}
	.top-heading {
		font-size: 34px;
		line-height: 38px;
	}
}
@media (max-width: 500px) {
	.courses-sec .tab-content {
		display: flex !important;
		margin: 0 20px 30px;
	}
	.courses-sec .course-name {
		font-size: 16px;
    	line-height: 25px;
	}
}


/* 23-11-2022 header issue */
.link-green .link-caption p {
    margin: 0 0 15px 0;
}
.link-green .link-caption p .title{
	font-size: 14pt;
}
.link-green .link-caption p .sub-title{
	font-size: 11pt;
}
@media(max-width:1120px){
	.header-sticky .mobile-buttons.notice-mb{
	   top: auto;
		position: relative;
		width: 100%;
	}
		.header-sticky {
	   position: sticky;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	
	.header-sticky .announcement-bar {
		top: unset;
		position: relative;
		width: 100%;
	}
		body.treerush-page-body header.header.notice-header {
		padding: 11px 0 !important;
		position: relative !important;
		top: unset !important;
	}
		body {
		padding-top: 0px;
	}
	.header .frame {
		position: relative !important;
		top: unset !important;
		transform: unset !important;
	}
} 
/* 23-11-22 end-header-issue */