/*
	Theme Name: Altitude Pro for Xterra Wellington Festival
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1.3

	Tags: one-column, two-columns, custom-header, custom-menu, e-commerce, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: altitude-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #23282d;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #22a1c4;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #23282d;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

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

.image-section .widget:first-of-type cite {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 8rem;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #f5f5f5;
	clear: both;
	margin: 40px 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

.front-page-1 .widget:first-of-type h4,
.front-page-2 .widget:first-of-type h4 {
	font-size: 80px;
	font-size: 8rem;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

html,body        {height:100%;}
.wp-block-embed-youtube         {width:100%; max-width: 600px; height:100%; margin:24px auto; margin-bottom: 8px;}
.wp-block-embed__wrapper        {position:relative; padding-top: 56%;}
.wp-block-embed__wrapper iframe {position:absolute;top:0;left:0;width:100%; height:100%;}



/* Gallery
--------------------------------------------- */

.gallery {
	//margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 12px 24px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

button:focus,
button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
	background-color: #23282d;
	//border: 2px solid #000;
	color: #fff;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section  .widget .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input:focus[type="button"],
.image-section input:focus[type="reset"],
.image-section input:focus[type="submit"],
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 170px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 10px 15px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
    box-shadow: none;
	color: #fff;
	padding: 20px 23px;
    right: 0;
    top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
	font-size: 4.8rem;
}

.sidebar .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #22a1c4;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.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 ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	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-title {
	font-size: 24px;
	font-size: 2.4rem;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	//background-color: #000;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.site-header .wrap {
    max-width: 100%;
}

.featured-section .site-header {
	background-color: transparent;
}

.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
    max-width: 1200px;
    margin: 0 auto;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 44px;
    text-indent: -9999px;
    width: 188px;
    float: left;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
    color: #23282d;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	background: #d22134;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	outline: none;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.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;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

#menu-item-303 a {
	background: #d22134;
	color: #fff;
}

#menu-item-303 a:hover {
	background: transparent;
	color: #23282d;
}

/* Top Menu
--------------------------------------------- */

#menu-top-menu,
.nav-primary .wrap {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

#menu-top-menu{
	text-align: center;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
	background: rgba(255,255,255,.8);
	max-width: 100%;
}

.nav-primary .genesis-nav-menu {
	width: calc(100% - 90px);
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: rgba(35,40,45,.9);
}

.nav-secondary ul li a{
    font-weight: 400;
    padding: 10px;
    color: #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer ul {
	text-align: center;
}


.nav-footer .genesis-nav-menu a {
	border: none;
	margin: 0 20px;
	color: #fff;
}

/* Responsive 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;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 78px;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

/* Home Page
--------------------------------------------- */

.social-menu {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

#custom_html-16 {
	float: right;
}

#custom_html-16 .dashicons{
	float: right;
	padding: 8px;
	margin-bottom: -44px;
	color: #fff;
	background: #d22134;
}

#custom_html-16 .dashicons-instagram{
	margin-right: 46px;
}

#custom_html-16 .dashicons:hover{
	color: #23282d;
	background: transparent;
}

.front-page-1 {
	background-position: 50% 40%;
}

.front-page-2 .solid-section{
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
}

.front-page .flexible-widgets {
    padding-bottom: 0px;
    padding-top: 0px;
}

#custom_html-17,
#custom_html-18 {
	max-width: 1200px;
    margin: 0 auto;
    float: none;
    font-size: 24px;
    padding: 80px 40px 60px 40px;
    font-weight: 300;
}

#custom_html-18{
	font-size: 20px;
}

#custom_html-18 img{
	margin: 10px 0 30px 0;
	width: 100%;
	max-width: 320px;
	padding: 0px 20px;
}

#custom_html-17 .tri-img{
	margin: 30px 10px;
	line-height: .7;
}

#custom_html-17 .tri-img img{
	width: 70px;
	padding: 0px 10px;
}

#media_gallery-2{
    max-width: 1280px;
    margin: 0 auto 40px auto;
    display: block;
    float: none;
    padding: 0 40px;
}

#media_gallery-2 .gallery-item{
	padding: 20px;
	width: 25%;
	float: left;
}

#custom_html-2 h3 {
    font-size: 6.4rem;
    font-weight: 300!important;
    letter-spacing: 5px;
    text-shadow: 3px 3px 10px #23282d;
}

#custom_html-2 a.button {
    border: 0px solid #fff;
    background: rgba(255,255,255,.9);
    color: #d22134;
    font-weight: 700;
    width: 164px;
}

#custom_html-2 a.button:hover {
    background: #d22134;
    color: #fff;
}

/* Front Page 4
--------------------------------------------- */

.front-page-4{
	background: #e3e8ed;
}

.front-page-4 .solid-section{
	padding: 40px 40px 80px 40px;
	text-align: center;
	max-width: 1440px;
	margin: 0 auto;
	background: #e3e8ed;
}

.front-page-4 .widget-title {
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
}

.front-page-4 p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0px;
}

.front-page-4 .custom-html-widget img{
	width: 90px;
	padding: 0px 5px;
}

#custom_html-3,
#custom_html-4,
#custom_html-5 {
	width: 31.33%;
    margin: 1%;
    float: left;
    padding: 2.5% 2%;
    background: #fff;
    box-shadow: 6px 6px 9px 0px rgba(35,40, 45, 0.3);

}

#custom_html-6,
#custom_html-7  {
	width: 48%;
	margin: 1%;
	float: left;
	padding: 2.5% 2%;
    background: #fff;
    box-shadow: 6px 6px 9px 0px rgba(35,40, 45, 0.3);

}

#custom_html-10 {
	width: 100%;
	margin: 0px;
	background: #e3e8ed;
}

.front-page-4 .divider-txt {
    font-size: 12px;
    width: 100%;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    color: #d22134;
    margin: 1.5% 1%;

}

.front-page-4 a.button {
	background-color: #e3e8ed!important;
    font-weight: 700!important;
    padding: 8px 16px!important;
    border: 0px!important;
    color: #23282d;
}

.front-page-4 a.button:hover {
	background-color: #d22134!important;
	color: #fff !important;
}

.front-page-4 .distances {
    margin: 10px 0px 40px 0px;
}

.front-page-4 .number {
    background: #d22134;
    padding: 6px;
    width: 39px;
    border-radius: 24px;
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
    margin: 0px 23px;
    font-weight: 700;
}

/* Front Page 5
--------------------------------------------- */

.front-page-5{
	background-blend-mode: overlay;
    background-color: rgba(35,40,45,.6);
}

#custom_html-20{
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	float: none;
}

#custom_html-20 p{
	font-size: 24px;
	text-shadow: 4px 4px 10px #23282d;
}

#custom_html-20 a:hover{
	border: none;
}


/* Inner pages
------------------------------------------------------------------- */

.site-inner {
	clear: both;
}

.home .site-inner {
	clear: none;
	margin-top: 0px;
	padding: 0px;
}

.page-template-default .site-inner,
.events .site-inner,
.general-page .site-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.front-page .site-inner{
	max-width: 100%;
}

.atmosphere-landing .site-inner {
	margin-top: 0;
}

.inner-banner {
	position: relative;
    height: 480px;
    background-size: cover;
    background-position: center;
}

#inner-banner-wrapper h1 {
	text-transform: uppercase;
	color: #fff;
    text-shadow: 3px 3px 10px #23282d;
    letter-spacing: 2px;
    font-size: 6.4rem;
    font-weight: 400;
    padding-top: calc(((480px - 76px) + 44px) / 2);
    margin-bottom: 0px;

}

/* Events, General
--------------------------------------------- */

.events .content,
.general-page .content {
    background: #e3e8ed;
}

.events .single-event {
	border-top: 54px solid transparent;
	margin: 0px;
    margin-top: -54px;
    margin-bottom: 88px;
    padding: 0px;
    background: #fff;
    float: left;
}

.general-page .single-box {
	margin: 0px;
    padding: 0px;
    background: #fff;
    float: left;
    margin-bottom: 34px;
    width: 100%;
}

.rules .single-box ul li {
	font-size: 16px;
}

.rules .single-box h3 {
	font-size: 3rem!important;
}

.events .single-event:first-child {
    margin-top: 0px;
}

.events .single-event:last-child {
    margin-bottom: 0px;
}

.events .single-event .events-header{
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding: 0px 30px;
}

.events .single-event h3,
.general-page .single-box h3 {
	font-size: 5rem;
	font-weight: 300;
	width: 50%;
	float: left;
	margin: 0px;
}

.general-page .single-box h3 {
	width: 100%;
	padding: 30px;
}

.events .single-event ul{
	margin: 0px;
	width: 50%;
	float: right;
	text-align: right;
}

.events .single-event ul li {
	list-style-type: none;
	display: inline;
}

.events .single-event ul li img{
	height: 60px;
	margin: 0px 10px;
}

.events .single-event h5 {
	margin-bottom: 10px;
	color: #d22134;
	width: 100%;
	float: left;
}

.events .description,
.general-page .general-content {
	padding: 0px 30px;
}

.events .button-wrap {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.events .button-wrap a.button{
	float: right;
    font-weight: 700!important;
    padding: 8px 16px!important;
    border: 0px!important;
    width: 160px;
    text-align: center;
}

.events .button-wrap a.button:hover{
	background: #e3e8ed!important;
	color: #23282d;
}

.events img.image,
.general-page img.image{
	float: left;
	border-top: 34px solid #e3e8ed;
}

.general-page .general-content p {
	float: left;
	width: 100%;
}

.general-page .general-content ul {
	padding: 0px 0px 30px 30px;
	float: left;
	//list-style-type: disc;
}

.general-page .general-content ul li{
	padding: 5px 0;
	list-style-type: disc;
	float: left;
    width: 100%;
}

.pro .general-content .list-box {
	width: 47%;
	float: left;
	margin-right: 3%;
}

.info .page-content h4,
.rules .page-content h4,
.training .page-content h4 {
	font-weight: 400;
	margin-bottom: 40px;
}

.page-id-384 .content {
    background: #fff;
    padding: 0px!important;
}

.page-id-384 .page-content .photos-wrapper,
.page-id-384 .page-content .youtube-videos{
	float: left;
	width: 100%;
	display: block;
    padding: 60px 44px 30px 44px;
    width: 100%;
    background: #e3e8ed;
}

.page-id-384 .page-content .photos-wrapper{
	margin-bottom: 60px;
}

.page-id-384 .page-content .youtube-videos{
	padding-bottom: 60px;
}

.page-id-384 .page-content .photos-wrapper h2,
.page-id-384 .page-content .youtube-videos h2{
    font-size: 5rem;
    font-weight: 300;
    float: left;
    margin: 0px;
    width: 100%;
    padding-bottom: 30px;
}

.page-id-384  .general-page img.image {
    float: none;
    border-top: 0px solid #e3e8ed;
}

.page-id-384 .page-content .photos-wrapper ul li{
	float: left;
	width: 49%;
	margin: 1% 2% 1% 0%;
}

.page-id-384 .page-content .photos-wrapper ul li:nth-child(2n+2){
	margin: 1% 0% 1% 0%;
}

.page-id-384 .page-content .photos-wrapper h3{
	color: #23282d;
	font-size: 2.0rem;
	margin: 10px 0px;
	text-transform: uppercase;
    font-weight: 400;
}

.page-id-384 .page-content .youtube-videos figure.wp-block-embed-youtube {
    width: 48% !important;
    float: left!important;
    margin: 1%!important;
    height: auto;
}



/* Single
--------------------------------------------- */

.single.secondary-nav .site-inner {
    margin-top: 80px;
}

.single.secondary-nav .site-inner .content{
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
}

.single.secondary-nav .site-inner .entry-content ul{
    margin-left: 0;
}

.single .entry {
    margin-bottom: 0px;
}

.single .entry-header{
	display: none;
}

.single.full-width-content .content {
    padding: 60px 40px;
    width: 100%;
}

.single.full-width-content .entry-content {
    max-width: 100%;
}

.single .entry-content figure {
        width: 25% !important;
        padding: 0px !important
}

.single .entry-content figure a {
    line-height: .7 !important;
}

.single .entry-content figure img {
    max-width: 98% !important;
    min-width: 98% !important;
    margin: 1% !important;
}

.single .entry-content figure img:hover{
    opacity: .9;
}

.single .pswp .pswp__button.pswp__button--arrow--left:hover,
.single .pswp .pswp__button.pswp__button--arrow--right:hover{
	background: #d22134;
}


/* Dashicons
--------------------------------------------- */

.site-header .dashicons {
	font-size: 28px;
	font-size: 2.8rem;
	height: 44px;
	width: 44px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.solid-section .widget {
	background-color: #fff;
}

.flexible-widgets p.large {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	padding: 60px 44px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 100px;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	//border-top: 1px solid #000;
	//content: "";
	//display: block;
	//margin: 30px auto 0;
	//padding-top: 60px;
	//width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
	font-size: 2rem;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 40px;
}
/* 404
------------------------------------------------------------------- */

.error404 .content{
	max-width: 1200px;
	margin: 0 auto;
	float: none;
}

.error404 .inner-banner {
    display: none;
}

.error404.secondary-nav .site-inner {
    margin-top: 120px;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #23282d!important;
	clear: both;
	padding: 40px 0px 20px 0px;
	text-align: center;
}

.footer-widgets .wrap{
	max-width: 1280px;
	padding: 0 40px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .wrap a,
.footer-widgets .wrap .entry-title a {
	color: #fff;
}

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

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets .widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	color: #d22134;
	text-transform: uppercase;
}

.footer-widgets .widget_custom_html,
.footer-widgets .widget_nav_menu {
	width: 33.33%;
	float: left;
	margin: 0%;
}

.footer-widgets .widget_nav_menu {
	text-align: right;
}

#custom_html-12 {
	text-align: left;
}

#custom_html-12 p{
	margin-bottom: 10px;
	font-size: 16px;
}

#custom_html-12 .dashicons{
	margin-right: 10px;
	color: #d22134;
}

#custom_html-12 p a:hover{
	color: #d22134;
	text-decoration: none;
}

#custom_html-12 img.bfs-logo {
    width: 200px;
}

#custom_html-14 img {
    width: 200px;
    max-width: 100%;
    padding: 20px 10px;
}

#custom_html-14 a:hover {
    opacity: .5;
}

#nav_menu-2 li {
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#nav_menu-2 a {
	font-size: 16px;
}

#nav_menu-2 a:hover {
	text-decoration: none;
	color: #d22134;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #23282d;
    border-top: 1px #43484d solid;
    border-bottom: 1px #43484d solid;
}

.site-footer .wrap {
	width: 1200px;
	max-width: 100%;
}


.site-info {
	background-color: #23282d;
	padding: 4px 0px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
    //border-top: 1px rgba(255,255,255,.1) solid;
    height: 56px;
}

.footer-barefoot-info {
    margin: 0 auto;
    padding: 12px 0px 0px 0px;
    display: inline-block;
}

.barefoot-logo-here,
.barefoot,
.site-info .date {
    float: left;
}

.barefoot,
.site-info .date {
    color: #fff;
    font-family: 'Sue Ellen Francisco', cursive;
    font-size: 17px;
}

.site-info .date {
    font-weight: 700;
}

.barefoot {
    padding: 0 4px 0 6px;

}

.barefoot:hover {
    color: #d22134;
}

.barefoot-logo-here img {
    width: 19px;
    margin-top: 2px;
}


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



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


	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;
	}

}

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

	.front-page .site-inner {
		max-width: none;
	}

	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.header-image .site-title > a {
		background-position: center !important;
	}

	.nav-primary .genesis-nav-menu {
		float: none;
	}

	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
	}

	#menu-primary-menu a{
		padding: 15px 4px;
		letter-spacing: 0;
	}

	.front-page .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 44px;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}

	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 60px;
		font-size: 6rem;
	}

	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}

	.front-page-4 .number {
	    margin: 0px 10px;
	}

	#media_gallery-2 .gallery-item{
		padding: 10px;
	}

	.footer-widgets .widget_custom_html,
	.footer-widgets .widget_nav_menu {
		width: 100%;
		text-align: center!important;
		margin-bottom: 30px;
	}

	.footer-widgets .widget_nav_menu{
		margin-bottom: 0px;
	}

	#nav_menu-2 li {
	    text-align: center;
	}

	.events .inner-banner,
	.general-page .inner-banner {
	    height: 360px;
	}

	#inner-banner-wrapper h1 {
	    font-size: 4.8rem;
	    padding-top: calc((360px - 57px) / 2);
	}

	.events .single-event .events-header {
	    margin-bottom: 20px;
	    padding: 0px 20px;
	}

	.events .description, .general-page .general-content {
	    padding: 0px 20px;
	}

	.events .single-event h3,
	.general-page .single-box h3,
	.page-id-384 .page-content .photos-wrapper h2,
	.page-id-384 .page-content .youtube-videos h2 {
	    font-size: 3.6rem;
	}

	.page-id-384 .page-content .photos-wrapper h2,
	.page-id-384 .page-content .youtube-videos h2  {
	    padding-bottom: 10px;
	}

	.general-page .single-box h3 {
	    padding: 24px 20px;
	}

	.events .single-event ul li img {
	    height: 43px;
	    margin: 0px 6px;
	}
}

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

	.site-header {
		position: static;
	}

	.site-title {
	    margin-bottom: -44px;
	    margin-left: -46px;
	}

	.header-image .site-title > a {
	    width: 188px;
	 	float: none;
	    margin: 0 auto;
	}

	#custom_html-16 {
	    padding-right: 15px;
	}

	#custom_html-16 .dashicons {
	    margin-bottom: 0px;
	}

	.site-header .wrap {
		padding: 0px;
	}

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 5%;
	}

	.events .site-inner,
	.general-page .site-inner {
		padding: 0px;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.full-width-content .content {
	    padding: 30px 20px;
	}

	.page-id-384 .page-content .photos-wrapper,
	.page-id-384 .page-content .youtube-videos {
	    padding: 30px 20px;
	}

	.events img.image, .general-page img.image {
	    border-top: 20px solid #e3e8ed;
	}

	/* Genesis Responsive Menus */
	nav.nav-primary {
		top: 0;
	    float: left;
	}

	nav.nav-primary ul li a:hover{
		color: #23282d;
		text-decoration: none!important;
	}

	.site-header nav .wrap {
		padding: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	#menu-primary-menu a {
	    padding: 15px;
	    letter-spacing: 1px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: #d22134;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		float: left;
		width: 44px;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		color: #22a1c4;
		border-width: 0;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		z-index: 1000;
		width: 74px;
	}

	.menu-toggle.dashicons-menu:before{
		width: 44px;
	    height: 44px;
	    font-size: 2.8rem;
	    padding: 8px;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		background-color: transparent;
		border-bottom: 0;
		margin-bottom: 1px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		outline-color: #fff;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		text-decoration: underline;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		outline: 1px solid #fff;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu > li > a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}

	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}

	.front-page-5 .flexible-widgets {
		padding-bottom: 0px;
	}

	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}

	.site-header button.menu-toggle {
        width: 44px;
        height: 44px;

	    float: left;
	    padding: 0px;
	    margin-left: 15px;
	}

	.nav-primary .genesis-nav-menu {
	    width: 100%;
	}

	#menu-item-107 {
		border-top: 2px #d22134 solid;
	}
	#menu-item-107 a,
	#menu-item-108 a,
	#menu-item-109 a,
	#menu-item-110 a{
		background: #23282d;
	    margin-bottom: 0px;
	    color: #fff;
	}

	#custom_html-2 h3 {
	    font-size: 4.8rem;
	    letter-spacing: 3px;
	}

	#custom_html-17 {
	    font-size: 22px;
	    padding: 60px 0px;
	}

	#custom_html-18 {
		font-size: 18px;
		padding: 60px 0px;
	}

	#custom_html-17 h2{
	    font-size: 26px;
	}

	#media_gallery-2{
	    padding: 0px;
	    margin-bottom: 20px;
	}

	#media_gallery-2 .gallery-item{
		padding: 20px 10px;
		width: 33.33%;
		float: left;
	}

	#media_gallery-2 .gallery-item:last-child{
		//float: none;
		//margin: 0 auto;
	}

	.front-page-4 .solid-section{
		padding: 40px 0px 40px 0px;
	}

	#custom_html-16 .dashicons-instagram{
		margin-right: 2px;
	}

	.events .inner-banner,
	.general-page .inner-banner {
	    height: 240px;
	}

	#inner-banner-wrapper h1 {
	    padding-top: calc((240px - 57px) / 2);
	}

	.events .single-event {
	    border-top: 24px solid transparent;
	    margin: 0px;
	    margin-top: -24px;
	    margin-bottom: 44px;
	}

	.general-page .single-box {
		margin-bottom: 20px;
	}

	.footer-widgets .wrap {
	    padding: 0 20px;
	}

	.info .page-content h4,
	.rules .page-content h4,
	.training .page-content h4 {
	    margin-bottom: 30px;
	}

	.page-id-384 .page-content .photos-wrapper h3 {
	    font-size: 1.8rem;
	}

	.single.secondary-nav .site-inner {
	    margin-top: 0px;
	}

	.single.full-width-content .content {
	    padding: 60px 0px 20px 0px;
	}

	.single.full-width-content .site-inner, .wrap {
	    padding: 0 20px;
	}

	#custom_html-20 p {
	    font-size: 22px;
	}

}

@media only screen and (max-width: 760px) {
	#custom_html-3,
	#custom_html-4,
	#custom_html-5,
	#custom_html-6,
	#custom_html-7 {
	    width: 100%;
	    margin: 0px 0px 30px 0px;
	}

	#custom_html-5,
	#custom_html-7{
		margin-bottom: 0px
	}

	.front-page-4 .distances {
	    margin: 10px 0px 30px 0px;
	}

	.front-page-4 .divider-txt {
		margin: 20px 0%;
	}
}

@media only screen and (max-width: 600px){
	.pro .general-content .list-box {
	    width: 100%;
	    margin-right: 0%;
	}

	.single .entry-content figure {
	    width: 33.33% !important;
	}
}



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

	.front-page-1 {
	    background-position: 60% 40%;
	}

	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 40px;
		font-size: 4rem;
	}

	#custom_html-2 h3 {
	    font-size: 3.2rem;
	    letter-spacing: 2px;
	    font-weight: 400!important;
	}

	#custom_html-17 {
	    font-size: 20px;
	    padding: 40px 0px;
	}

	#media_gallery-2 .gallery-item{
		padding: 20px 10px;
		width: 50%;
		float: left;
	}

	#media_gallery-2 .gallery-item:last-child{
		float: left;
		margin: auto;
	}

	.events .inner-banner,
	.general-page .inner-banner {
	    height: 160px;
	}

	#inner-banner-wrapper h1 {
		font-size: 3.0rem;
		font-weight: 400;
	    padding-top: calc((160px - 57px) / 2);
	}

	body > div {
		font-size: 1.6rem;
	}

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

	p {
	    margin: 0 0 20px;
	}

	.general-page .general-content ul {
	    padding: 0px 0px 20px 20px;
	}

	.full-width-content .content {
	    padding: 20px 15px;
	}

	.events img.image,
	.general-page img.image {
	    border-top: 15px solid #e3e8ed;
	}

	.events .single-event h3,
	.general-page .single-box h3,
	.page-id-384 .page-content .photos-wrapper h2,
	.page-id-384 .page-content .youtube-videos h2  {
	    font-size: 2.6rem;
	    font-weight: 400;
	    width: 100%;
	    margin-bottom: 10px;
	}

	.page-id-384 .page-content .photos-wrapper h2,
	.page-id-384 .page-content .youtube-videos h2  {
	    padding-bottom: 10px;
	}

	.general-page .single-box h3{
		padding: 24px 15px 0px 15px;
	}

	.events .single-event {
	    margin-bottom: 39px;
	}

	.events .single-event ul li img {
	    height: 33px;
	}

	.events .single-event .events-header {
	    padding: 0px 15px;
	    margin-bottom: 10px;
	}

	.events .description,
	.general-page .general-content {
	    padding: 0px 15px;
	}

	.events .button-wrap a.button {
	    padding: 6px 12px!important;
	}

	.events .single-event h5 {
	    font-size: 18px;
	}

	.events .single-event ul{
		width: 100%;
		float: left;
		text-align: left;
	}

	.events .button-wrap a.button {
	    float: left;
	}

	#custom_html-14 img {
	    padding: 5px 10px;
	}

	.general-page .single-box {
		margin-bottom: 15px;
	}

	.info .page-content h4,
	.rules .page-content h4,
	.training .page-content h4 {
	    margin-bottom: 20px;
	    font-size: 20px;
	}

	.general-content h4 {
		font-size: 20px;
	}

	.general-content h5 {
		font-size: 18px;
	}

	.rules .single-box h3 {
		font-size: 2.0rem!important;
	}

	.rules .single-box ul li {
	    font-size: 15px;
	}

	.error404.secondary-nav .site-inner {
	    margin-top: 60px;
	    padding: 0px;
	}

	.error404 h1.entry-title {
	    font-size: 3.0rem;
	}

	.page-id-384 .page-content .photos-wrapper ul li,
	.page-id-384 .page-content .youtube-videos figure.wp-block-embed-youtube {
	    width: 100%!important;
	    margin: 1% 0%!important;
	}

	.page-id-384 .page-content .youtube-videos figure.wp-block-embed-youtube {
	    margin: 3% 0%!important;
	}

	.single .entry-content figure {
	    width: 50% !important;
	}

	.page-id-384 .page-content .photos-wrapper h3 {
	    font-size: 1.6rem;
	}

	#custom_html-20 p {
	    font-size: 18px;
	}

}

@media only screen and (max-width: 425px){
	.header-image .site-title > a {
	    width: 144px;
	}
}

@media only screen and (max-width: 360px){
	.events .single-event h3 {
	    font-size: 2.4rem;
	}

	.events .single-event ul li img {
	    height: 28px;
	    margin: 0px;
	}
}
