/*
	Theme Name: Minimum Pro Theme
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.1

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

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


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{text-decoration: none !important;}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

fieldset {
	margin: 30px 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

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

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

body {
	background-color: #fff;
	color: #101010;
	color: #81868C;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

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

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

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

a {
	color: #ed145b;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #101010;
	border-bottom: 1px dotted #101010;
}

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

strong {
	font-weight: 600;
    color: #101010;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

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

.entry-content code {
	background-color: #101010;
	color: #DCDFE1;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #101010;
	font-family: 'Libre Franklin', sans-serif;
 	font-weight: 400;
	line-height: 1.35;
	margin: 0 0 18px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.home h1 {
	font-size: 20px;
	text-align: center;
	padding: 0 15%;
	line-height: 1.4;
}
.home h2.entry-title {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 10px;    
}
.page-id-2680 h1.entry-title {
    margin: 0 0 10px;    
}
.home h4.entry-subtitle {
    margin: 0 0 60px;
    text-align: center;
}
.page-id-2680 h4.entry-subtitle {
    margin: 0 0 60px;
}

h3.sh-show,
h3.sh-hide {
	font-size: 15px;
	font-weight: 600;
}
h3.sh-show:before {
	font-family: 'dashicons';
	content: "\f153";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-right: 5px;
    font-size: 15px;
    padding-top: 1px;
}

h3.sh-hide:before {
	font-family: 'dashicons';
	content: "\f502";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-right: 5px;
    font-size: 15px;
    padding-top: 1px;
}
/* Objects
--------------------------------------------- */

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #DCDFE1;
	border-radius: 5px;
	box-shadow: none;
	color: #101010;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ed145b;
    border: 1px solid #ed145b;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Libre Franklin', sans-serif;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 20px;
    letter-spacing: 0.01rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button.single {
	background-color: #e17777;
    border: 1px solid #e17777;
}
.button.single.inactive {
	cursor: not-allowed;
	background-color: #dddddd;
    border: 1px solid #dddddd;
}
.button.single.inactive:hover {
	background-color: #dddddd;
    border: 1px solid #dddddd;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	border: none;
	background-color: #101010;
    border: 1px solid #101010;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
}

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


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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

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

.home-featured {
	margin: 60px 0;
	padding: 0;
	clear: both;
}
.home .site-inner > .wrap,
.home-featured .wrap {
	max-width: 100%;
}
.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
}

.home-featured p:last-child {
	padding: 0 0 24px;
}
.home .content-sidebar-wrap {
    margin: 0 auto;
    max-width: 1140px;
}
.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4,
.home-featured-5,
.home-featured-6 {
	float: left;
	text-align: left;
	width: 30%;
	background: #81868C;
	color: #fff;
	min-height: 380px;
	margin: 0 2.5% 50px;
	position: relative;
}
.home-featured-1 {
	background: #81868C url(images/banner-junior-coaching.jpg) no-repeat center center;
	background-size: cover;
}
.home-featured-2 {
	background: #81868C url(images/banner-adult-coaching.jpg) no-repeat center center;
	background-size: cover;
}
.home-featured-3 {
	background: #81868C url(images/banner-camps.jpg) no-repeat center center;
	background-size: cover;
}
.home-featured-4 {
	background: #81868C url(images/banner-individual-coaching.jpg) no-repeat center center;
	background-size: cover;
}
.home-featured-5 {
	background: #81868C url(images/banner-fixtures.jpg) no-repeat center center;
	background-size: cover;
}
.home-featured-6 {
	background: #81868C url(images/banner-awards.jpg) no-repeat center center;
	background-size: cover;
}
.home-featured-1,
.home-featured-3,
.home-featured-5 {
	clear: both;
}

.home-featured-2,
.home-featured-4,
.home-featured-6 {
	margin: 0 2.5% 50px 0;
}
.home-featured-4 {
	margin: 0 0 50px 0;
}

.home-featured .widget-title {
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #fff;
    padding: 25px 0 10px 0px;
    margin: 0 30px 30px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    position: relative;
	text-shadow: 1px 1px 2px rgba(33, 44, 55, 0.5);
}
.home-featured .widget-title:after {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #fff;
}
.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}
.home-featured ul.menu {
    display: inline-block;
    margin: 0 30px 30px;
}
.home .content {
    margin-bottom: 0;
}
.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}
.home-featured .widget_nav_menu a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border: none;
    font-weight: 600;
    display: inline-block;
    margin: 0 4px 4px 0;
    cursor: pointer;
    background-color: #fff;
    color: #78c3a3;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
}
.home-featured .widget_nav_menu a:hover {
    background-color: #ed145b;
    color: #fff;
}
.home-featured .widget_nav_menu a:before {
    font-family: 'dashicons';
    content: "\f103";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    margin-right: 6px;
    font-weight: normal;
}
.home-featured .hide-on-home > a:before,
.home-featured .hide-on-home > a {
	display: none;
}
.home-featured .widget li li {
    margin: 0;
}
.home-featured .button {
    margin: 0;
    position: absolute;
    right: 30px;
    bottom: 40px;
    padding: 15px 30px;
}
.home-featured .home-featured-3 .button,
.home-featured .home-featured-4 .button {
}
.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 75%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 25%;
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
    border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 15px 20px;
    letter-spacing: 0.01rem;
}

a.cta-button:hover {
	background-color: #fff;
	color: #101010;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
    margin-bottom: 100px;
}

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

.full-width-content .content {
	width: 100%;
}


/* 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
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

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

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

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

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

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

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

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.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.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

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

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	text-align: left;
}

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

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

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #101010;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

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

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


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

.entry-title {
	font-size: 30px;
	line-height: 1;
    margin-bottom: 50px;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #101010;
}

.entry-title a:hover {
	color: #ed145b;
}

.widget-title {
	font-size: 19px;
    margin-bottom: 24px;
    font-weight: 900;
}

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

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


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

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

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

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #DCDFE1;
}

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

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #101010;
}

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

.sidebar .enews-widget {
	background-color: #101010;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #101010;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.admin-bar .site-header {
	top: 32px;
}

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

.title-area {
	float: left;
	padding: 18px 0;
	width: 38%;
}

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

.site-title {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #101010;
}

.home .site-tagline {
    background: #023c3e url(images/our-coach.png) no-repeat center bottom;
	background-size: contain;
    color: #fff;
	padding: 50px 0 52px;
    margin-top: 90px;
}
.site-tagline {
    background: #023c3e url(images/our-coach.png) no-repeat center bottom;
	background-size: contain;
    color: #fff;
	padding: 50px 0 52px;
    margin-top: 90px;
}


.home .site-tagline p.site-description {
    font-size: 8rem;
}
.site-tagline p.site-description {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
	margin: 0;
}
.home .site-tagline p.site-description-span {
    margin: 20px 10px 200px;
}

.site-tagline p.site-description-span {
    margin: 20px 10px 0px;
    letter-spacing: 0.01rem;
}

.site-tagline p.site-description-span strong {
    font-weight: 600;
    color: #fff;
}
.site-description span {
    font-size: 14px;
	font-weight: 400;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	background-position: left center;
    background-size: contain !important;
}

/* Custom header */

.header-image .title-area {
	padding: 15px 0;
}

.site-header .site-title a,
.header-image .site-title a {
    height: 60px;
    width: auto;
    display: inline-block;
    text-indent: 0;
    max-width: 100%;
    color: #fff;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.01rem;
    line-height: 60px;
    margin: 0 auto;
	padding-right: 150px;
    white-space: nowrap;
}
.site-header .site-title a:hover,
.header-image .site-title a:hover {
	opacity: 0.75;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 62%;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	height: 90px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
    padding: 0 15px;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
    opacity: 0.7;
	display: block;
	font-size: 14px;
	padding: 20px 0;
	position: relative;
	font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
	height: 90px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    opacity: 1;
	border-top-color: #ed145b;
}

.genesis-nav-menu > .menu-item > a {
}

.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: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

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

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

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

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

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background-color: #101010;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #101010;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #ed145b;
}

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

.nav-secondary {
	margin-bottom: 0px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	opacity: 1;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #101010;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #ed145b;
}
.site-footer .genesis-nav-menu,
.site-footer .genesis-nav-menu a {
	height: auto;
    display: block;
    line-height: 2;
}
.site-footer .genesis-nav-menu .menu-item {
    padding: 0 20px 0 0;
}
.site-footer > .wrap > .nav-secondary {
	width: 50%;
	float: left;
	text-align: left;
}
.site-footer > .wrap > .creds {
	width: 50%;
	float: right;
	text-align: right;
}


/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


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

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

.home .content-sidebar-wrap .page .entry-title {display: none;}
.entry {
	margin-bottom: 80px;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content {
    margin-top: 50px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 36px;
}

.entry-content ol,
.entry-content ul {
	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 .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;	font-weight: 400;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

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

.entry-categories,
.entry-tags {
	display: block;
}

.divider {
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: rgba(0,0,0,0.1);
    height: 1px;
    width: 100%;
    position: relative;
    clear: both;
    float: left;
    border: none;
}
.divider:after {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ed145b;
}
.one-half p {
	margin-bottom: 18px;
}
.one-half h3 {
	font-weight: 900;
	margin-bottom: 9px;
}
.one-half h5 {
	margin-bottom: 36px;
}
.type-post .entry-title {
    margin-bottom: 10px;
}
.type-post .entry-content {
    margin-top: 10px;
}
.one-half.full-width {
	width: 100%;
	margin: 30px 0 0;
}


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

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

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

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

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

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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #101010;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;	font-weight: 400;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #ed145b;
}

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

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

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


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

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
	margin-bottom: 60px;
}

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

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

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

.sidebar .tagcloud a {
	background-color: #101010;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Libre Franklin', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #ed145b;
	color: #fff;
}
.sidebar .menu-item a {
	color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border: none;
    font-weight: 600;
    display: inline-block;
    margin: 0 4px 4px 0;
    cursor: pointer;
    background-color: #81868C;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
}
.sidebar .menu-item a:hover {
    background-color: #101010;
}
.sidebar .menu-item a:before {
	font-family: 'dashicons';
	content: "\f103";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-right: 6px;
    font-weight: normal;
}

.sidebar .menu-item.logins a {
	background-color: #023c3e;
}
.sidebar .menu-item.login a:before {
	content: "\f110";
}
.sidebar .menu-item.logout a:before {
	content: "\f310";
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #101010;
	color: #81868C;
	clear: both;
}
.footer-widgets strong {
	color: #78c3a3;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
	font-size: 14px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: none;
	color: #fff;
	opacity: 0.7;
}

.footer-widgets a:hover {
	opacity: 1;
}

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

.footer-widgets .widget-title {
	color: #fff;
	font-size: 16px;
}

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

.footer-widgets .search-form input:focus {
	border: 1px solid #DCDFE1;
}


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

.site-footer {
	background-color: #101010;
	padding: 20px 0 25px;
	text-align: center;
}

.site-footer p {
	color: #81868C;
}
.site-footer a {
	color: #fff;
	opacity: 0.7;
}

.site-footer a:hover {
	opacity: 1
}

.site-footer a {
	border: none;
	font-weight: 400;
}

.site-footer p {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
    line-height: 2;
}
.footer-widgets-1 .widget-title,
.footer-widgets-2 .widget-title,
.footer-widgets-3 .widget-title {
	padding-top: 40px;
}
.footer-widgets-1 .widget-title:before,
.footer-widgets-2 .widget-title:before,
.footer-widgets-3 .widget-title:before {
	font-family: 'dashicons';
    display: block;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    position: absolute;
    margin-top: -40px;
}
.footer-widgets-1 .widget-title:before {
    content: "\f230";
}
.footer-widgets-2 .widget-title:before {
    content: "\f110";
}
.footer-widgets-3 .widget-title:before {
    content: "\f473";
}

/* ########################### LISTINGS ############################ */

.list {
	margin-bottom: 120px;
}
.list2 {
	margin-bottom: 60px;
}
.home .list2 {
    width: 50%;
    margin: 0 auto 60px;
}
.list h5 {
	font-weight: 800;
}
.list h3:only-child {
    color: red;
    display: none;
}
h3.weekdays {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ed145b;
}
.list h5 span {
    font-weight: 400;
    font-size: 16px;
    color: #81868C;
    margin-left: 20px;
}
h5.listing-details a.button {
    float: right;
}
h5.listing-details {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    line-height: 2.6;    
}
.listing {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 10px 0 0;
	text-align: center;
}
.listing-session.col6 {
	text-align: left;
}
.listing h4 {
	margin: 0;
    display: inline;
}
.listing-details {
    border-top: 1px solid #DCDFE1;
	padding: 10px 0;
	display: table;
    line-height: 1.2;
    width: 100%;
}
.home .listing-details:last-child,
.page-id-2680 .listing-details:last-child {
    border-bottom: 1px solid #DCDFE1;
}
.listing-details.second-row {
    border-top: none;
	padding-top: 0;
}
.listing-day {
	width: 20%;
}
.listing-time {
	width: 30%;
}
.listing-duration {
	width: 20%;
}
.listing-price {
	width: 10%;
}
.listing-link {
	width: 20%;
	padding: 0;
	text-align: right;
}

.listing-session.col6 {
	width: 24%;
}
.listing-day.col6 {
	width: 18%;
}
.listing-time.col6 {
	width: 22%;
}
.listing-duration.col6 {
	width: 10%;
}
.listing-duration-2.col6 {
	width: 73.75%;
	padding-right: 2.5%;
	text-align: right;
}
.listing-duration-2.col6 select {
	max-width: 200px;
}
.listing-price.col6 {
	width: 8%;
}
.listing-link.col6 {
	width: 18%;
}

.listing-type {
    width: 10%;
	text-align: left;
}
.listing-description {
	width: 35%;
	text-align: left;
}
.listing-price.col5 {
	width: 15%;
	padding-bottom: 3px;
}
.listing-pricepp {
	width: 20%;
}

.listing-link p {
	color: #101010;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 20px;
    letter-spacing: 0.01rem;
    margin: 0;
    border: 1px solid #101010;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
h4 a {
    border: none;
    color: #101010;
	display: inline-block;
	font-weight: 800;
	font-size: 24px;
}
h4 a:hover {
	color: #101010;
	border: none;
}
h2.calendar {
	font-weight: 900;
	margin: 96px 0 14px 0;
    border-top: 1px dotted #000000;
    padding: 15px 0;
    border-bottom: 1px dotted #000000;
}
.listing-dates2 {
	margin: 0 0 36px;
}
.listing-dates2 h4:before {
    font-family: 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    content: "\f508";
    color: #101010;
    margin: 0 10px 0 0;
    vertical-align: sub;
}
.listing-dates h4:before {
    font-family: 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    content: "\f508";
    color: #101010;
    margin: 0 10px 0 0;
    vertical-align: sub;
}
.entry.calendar {
    margin-bottom: 48px;
}
.postcode-row {
	width: 47%;
}
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit !important;
    cursor: inherit !important;
    opacity: 0 !important;
    padding: 10px 15px !important;
}
p.tags {
    margin: 0;
    border-top: 1px solid #DCDFE1;
    padding-top: 4px;
	clear: both;
	font-size: 0;
}
p.tags a,
p.tags span {
    background: #FFF;
    color: #B7BBBE;
    border: 1px solid #DCDFE1;
    padding: 4px 8px 2px 7px;
    text-transform: uppercase;
    font-size: 10.5px;
    font-weight: 600;
    display: inline-block;
    margin: 0 4px 4px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
p.tags a:hover {
    background: #DCDFE1;
    color: #fff;
    border: 1px solid #DCDFE1;
}
p.tags a:before,
p.tags span:before {
	font-family: 'dashicons';
	content: "\f323";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-right: 6px;
    padding-top: 1px;
}
p.tags a.more-info {
    background: #101010;
    color: #fff;
    border: 1px solid #101010;
}
p.tags a.more-info:hover {
    background: #ed145b;
    color: #fff;
    border: 1px solid #ed145b;
}
p.tags a.more-info:before {
	content: "\f132";
}

ul.simple-faq-list {
	margin: 36px 0;
}
ul.simple-faq-list li {
	list-style: none;
	margin: 0 0 36px;
}
ul.simple-faq-list li h3 {
	margin: 0;
	font-size: 19px;
    font-weight: 900;
}
.simple-faq-accordion {
	padding: 36px 0 100px;
}

.simple-faq-accordion p { 
	margin: 0 0 18px 0;
}
.simple-faq-accordion ul { 
	margin-bottom: 18px;
}
.simple-faq-accordion .ui-accordion-content {
	margin: 18px 0;
}
.simple-faq-accordion .ui-accordion-header {
	font-size: 19px;
    outline: none;
    cursor: pointer;
    font-weight: 900;
    margin: 36px 0 6px 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
.simple-faq-accordion .ui-state-hover {
	color: #ed145b;
}
.simple-faq-accordion .ui-accordion-header:before {
	font-family: 'dashicons';
	content: "\f502";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-right: 5px;
    font-size: 15px;
    padding-top: 1px;
}

.simple-faq-accordion .ui-accordion-header-active:before {
	font-family: 'dashicons';
	content: "\f153";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-right: 5px;
    font-size: 15px;
    padding-top: 1px;
}

	

/* ############################ EVENTS ############################# */
.light.dp_pec_wrapper .dp_daily_event {
    background: #101010;
	color: #fff;
}
.light.dp_pec_wrapper .dp_daily_event:hover {
    background: #101010;
    color: #fff;
	opacity:0.75;
}
.dpProEventCalendarModal h3,
.dpProEventCalendarModalEditEvent h3,
.dpProEventCalendar_windowNotification,
.dp_pec_new_event_wrapper .dp_pec_content_header h2,
.dp_pec_accordion_wrapper .dp_pec_content_header h2,
.dp_pec_accordion_wrapper .dp_pec_accordion_event span.pec_author,
.dp_pec_countdown_wrapper span.pec_author,
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_event_location,
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_event_phone,
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_event_categories,
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_date_event_link,
.dpProEventCalendarModal h2 a.dpProEventCalendarClose,
.dpProEventCalendarModalEditEvent h2 a.dpProEventCalendarClose, 
.dpProEventCalendarModal .page_info span,
.dpProEventCalendarModal .dpProEventCalendar_mailform,
.dpProEventCalendarModalEditEvent .dpProEventCalendar_eventform,
.dp_pec_wrapper, 
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_event_location,
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_event_phone,
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_event_categories,
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_date_event_link,
.dp_pec_wrapper .dp_pec_nav span, 
.dp_pec_wrapper .dp_pec_nav .selectric .label, 
.dp_pec_accordion_wrapper .dp_pec_accordion_event h2, 
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_accordion_event_center_text .pec_author,
.dp_pec_countdown_wrapper .dp_pec_countdown_event_center_text .pec_author, 
.dp_pec_grid_wrapper li.dp_pec_grid_event span,
.dp_pec_grid_wrapper li.dp_pec_grid_event h2.dp_pec_grid_title , 
.dp_pec_wrapper .dp_pec_nav span, 
.dp_pec_wrapper .dp_pec_nav .selectric .label, 
.dp_pec_accordion_wrapper .dp_pec_accordion_event h2,
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_accordion_event_center_text .pec_author,
.dp_pec_countdown_wrapper .dp_pec_countdown_event_center_text .pec_author,
.dp_pec_grid_wrapper li.dp_pec_grid_event span,
.dp_pec_grid_wrapper li.dp_pec_grid_event h2.dp_pec_grid_title,
.pec_event_page_book,
.dp_pec_attendees_counter,
.dpProEventCalendar_single_head_btn,
.dp_pec_compact_wrapper.dp_pec_wrapper .dp_pec_nav .selectric .label,
.dp_pec_compact_wrapper.dp_pec_wrapper .dp_pec_content .dp_pec_date .dp_date_head span,
.dp_pec_compact_wrapper.dp_pec_wrapper .dp_pec_dayname span,
.dp_pec_wrapper .dp_pec_content .dp_pec_date_event h2.dp_pec_event_title,
.dp_pec_wrapper .dp_pec_content .dp_pec_date_event h2.dp_pec_event_title .dp_pec_event_title_sp,
.dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_time,
.dp_pec_accordion_wrapper .dp_pec_accordion_event span.pec_time,
.dp_pec_wrapper .dp_pec_content .dp_pec_date_event .pec_featured,
.dp_pec_accordion_wrapper .dp_pec_accordion_event .pec_featured,
.dp_pec_wrapper .dpProEventCalendar_feed,
.dp_pec_content .dp_pec_event_description_short .dp_pec_event_description_more,
.dp_pec_wrapper .dp_pec_content .dp_pec_date_block,
.dp_pec_wrapper .dp_pec_content a.dp_pec_date_event_back,
.dp_pec_wrapper .dp_pec_layout a,
.dp_pec_accordion_wrapper .dp_pec_nav a.dp_pec_search_btn,
.dp_pec_new_event_wrapper .dp_pec_submit_event,
.dp_pec_new_event_wrapper .dp_pec_remove_event,
.dp_pec_new_event_wrapper .dp_pec_cancel_booking,
.pec_event_page_send_booking,
.pec_action_btn,
.dp_pec_map_infowindow span.dp_pec_map_date,
.dp_pec_map_infowindow span.dp_pec_map_title,
.dp_pec_map_infowindow span.dp_pec_map_title a,
.dp_pec_accordion_wrapper .dpProEventCalendar_feed,
.light.dp_pec_wrapper .dpProEventCalendar_feed,
.dark.dp_pec_wrapper .dpProEventCalendar_feed,
.dpProEventCalendarModal h2,
.dpProEventCalendarModalEditEvent h2,
.dpProEventCalendarModal .dpProEventCalendar_action {
	font-family: 'Libre Franklin', sans-serif;
	color: #101010;
}
.dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_time, .dp_pec_accordion_wrapper .dp_pec_accordion_event span.pec_time, .dp_pec_wrapper .dp_pec_content .dp_pec_date_event .pec_featured, .dp_pec_accordion_wrapper .dp_pec_accordion_event .pec_featured, .dp_pec_wrapper .dpProEventCalendar_feed {
    background-color: #101010;
}
.dp_pec_accordion_wrapper .dp_pec_accordion_event .dp_pec_date_event_link span {
    color: #ed145b;
}
.dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_event_link span, .dp_pec_accordion_wrapper .dp_pec_content .dp_pec_date_event_link span {
    max-width: 100%;
}
.light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_event_link {
	background-color: #ed145b;
}

.light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_event_link:hover,
.light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event a.dp_pec_date_event_twitter:hover {
	background-color: #101010;
}



.woocommerce-page .woocommerce td.product-name dl.variation dd,
.woocommerce-page .woocommerce td.product-name dl.variation dt {
    margin-bottom: 0;
}
body.woocommerce-cart table.cart img {
    width: 90px;
}
.woocommerce-page .woocommerce td.product-name dl.variation dt,
.woocommerce-page .woocommerce ul.cart_list li dl dt,
.woocommerce-page .woocommerce ul.product_list_widget li dl dt,
body .widget_shopping_cart ul.cart_list li dl dt,
body .widget_shopping_cart ul.product_list_widget li dl dt {
    color: #101010;
    padding: 0;
    font-size: 12px;
}
.woocommerce-page .woocommerce td.product-name dl.variation dd,
.woocommerce-page .woocommerce ul.cart_list li dl dd,
.woocommerce-page .woocommerce ul.product_list_widget li dl dd,
body .widget_shopping_cart ul.cart_list li dl dd,
body .widget_shopping_cart ul.product_list_widget li dl dd {
	margin: 0 0 0 2px;
    padding: 0;
    font-size: 12px;
}
.woocommerce-page .woocommerce ul.cart_list li a,
.woocommerce-page .woocommerce ul.product_list_widget li a,
body .widget_shopping_cart ul.cart_list li a,
body .widget_shopping_cart ul.product_list_widget li a {
    border: none;
}
.woocommerce-page .woocommerce ul.cart_list li dl,
.woocommerce-page .woocommerce ul.product_list_widget li dl,
body .widget_shopping_cart ul.cart_list li dl,
body .widget_shopping_cart ul.product_list_widget li dl {
    margin: 0;
    background: #f1f1f1;
    padding: 5px 10px;
    border: none;
}
body .woocommerce.widget_shopping_cart .total {
    border: none;
}
.woocommerce-page .woocommerce ul.cart_list,
body .widget_shopping_cart ul.cart_list {
    border: 1px solid #d3ced2;
    padding: 15px 15px 14px 10px;
    border-radius: 5px;
}
body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
.sidebar .menu-item.logged-in a,
.sidebar .menu-item.logged-out a,
body .woocommerce button.button,
body .woocommerce input.button.sidebar .menu-item a,
#menu-account .checkout-basket a {
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border: none;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 4px 0;
    cursor: pointer;
    background-color: #023c3e;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 160px;
}
.woocommerce-cart td.product-thumbnail, .woocommerce-cart td.product-name {
    pointer-events: none;
}
body .woocommerce.widget_shopping_cart a.button.checkout {
    background-color: #56B4A5;
    padding: 15px 20px;
    font-size: 18px;
    display: block;
    text-align: center;
}
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
.sidebar .menu-item.logged-in a:hover,
.sidebar .menu-item.logged-out a:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button.sidebar .menu-item a:hover,
body .woocommerce.widget_shopping_cart a.button.checkout:hover,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover,
body .woocommerce input.button:hover {
	background-color: #101010;
    color: #fff;
	border: none;
}

body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
#menu-account .basket-checkout a {
    background-color: #56B4A5;
	font-size: 18px;
	padding: 15px 20px;
}
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
#menu-account .basket-checkout a:hover,
#menu-account .checkout-basket a:hover {
	background-color: #101010;
	border: none;
}
body .woocommerce #respond input#submit.alt:before,
body .woocommerce a.button.alt:before,
body .woocommerce button.button.alt:before,
body .woocommerce input.button.alt:before,
body .woocommerce #payment #place_order:before,
body .woocommerce-page #payment #place_order:before,
body .woocommerce.widget_shopping_cart a.button:before,
body #menu-account .checkout-basket a:before,
body .woocommerce .woocommerce-message .button:before {
	font-family: 'dashicons';
	content: "\f174";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-right: 6px;
    font-weight: normal;
}
body .woocommerce.widget_shopping_cart a.button.checkout:before,
body.woocommerce .widget_shopping_cart a.button.checkout:before,
#menu-account .basket-checkout a:before,
body .woocommerce a.button.alt:before,
body.woocommerce a.button.alt:before {
	content: "\f160";
}
.sidebar .menu-item.logged-in a:before

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}
#menu-account li.logged-in {
	display: none;
} 

body.logged-in #menu-account li.logged-in {
	display: inline-block;
} 

body.logged-in #menu-account li.logged-out {
	display: none;
}
#menu-account .checkout-basket a,
#menu-account .basket-checkout a {
	display: none;
}
.woocommerce-checkout #menu-account .checkout-basket a,
.woocommerce-cart #menu-account .basket-checkout a {
	display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    display: block;
    text-align: center;
}
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-message,
body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message {
    border: none;
	border-radius: 3px;
    background-color: #E9E7E9;
}
body .woocommerce .woocommerce-error .button,
body .woocommerce .woocommerce-info .button,
body .woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-error .button,
body.woocommerce .woocommerce-info .button,
body.woocommerce .woocommerce-message .button {
    margin: 0;
}
body .woocommerce .woocommerce-message:before,
body.woocommerce .woocommerce-message:before {
    color: #fff;
}
body .woocommerce .woocommerce-message,
body.woocommerce .woocommerce-message {
    background-color: #A1C25A;
	color: #fff;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
body .woocommerce .woocommerce-message a:not(.button),
body.woocommerce .woocommerce-message a:not(.button) {
	color: #101010;
	border-color: #101010;
}
#order_review_heading {
	margin-top: 80px;
}
body .woocommerce form .form-row label {
    line-height: 1.25;
    margin-bottom: 5px;
	font-weight: 600;
	color: #101010;
}
body .woocommerce form .form-row span.description {
	font-size: 12px;
    display: inline-block;
    margin-top: 4px;
}
body .woocommerce form .form-row textarea {
    min-height: 6em;
}
#hear_about_us_field {
	display: none;
}
body .woocommerce form .hear-class input,
body .woocommerce form .hear-class label {
	display: block;
	float: left;
	cursor: pointer;
}
body .woocommerce form .hear-class input.input-radio {
	clear: both;
    margin: 10px 0;
}
body .woocommerce form .hear-class label.radio {
	font-weight: 400;
    color: #81868C;
	margin: 6px 0 0 7px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
body .woocommerce form .hear-class label.radio:hover {
	opacity: 0.7;
}
.woocommerce form .form-row select {
    padding: 9px 10px;
}
body .woocommerce .cart .button,
body .woocommerce .cart input.button {
    float: none;
    padding: 10px 15px;
    background-color: #81868C;
    display: inline-block;
    width: auto;
}
body .woocommerce .cart .button:hover,
body .woocommerce .cart input.button:hover {
    background-color: #101010;
}
body .woocommerce table.shop_table td {
    padding: 9px 12px;
}
body .woocommerce .cart_totals h2 {
	display: none;
	text-align: right;
}
body .woocommerce .cart_totals table.shop_table td {
	text-align: right;
}
body .woocommerce .cart_totals table.shop_table .cart-subtotal,
table.shop_table .cart-subtotal {
	display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: none;
}
body .woocommerce form p.create-account.form-row {
    background-color: #E9E7E9;
    color: #101010;
    border-radius: 4px;
    position: relative;
    padding: 15px 20px 17px 40px;
}
.woocommerce-billing-fields {
	margin-bottom: 40px;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li img, .woocommerce .widget_shopping_cart_content ul.product_list_widget li img {
    width: 25px;
}
.woocommerce table.shop_table th.product-total,
.woocommerce table.shop_table td.product-total,
.woocommerce table.shop_table tr.order-total td {
    text-align: right;
}
body .woocommerce form .create-account.form-row label.checkbox,
body.woocommerce-page form .create-account.form-row label.checkbox {
    display: inline-block;
    cursor: pointer;
    height: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #ed145b;
    color: #ed145b;
    font-weight: 400;
    text-decoration: none;
}
body .woocommerce form .create-account.form-row label.checkbox:hover,
body.woocommerce-page form .create-account.form-row label.checkbox:hover {
    border-bottom: 1px dotted #101010;
    color: #101010;
}
body .woocommerce form .create-account.form-row .input-checkbox {
    margin: 0;
    position: absolute;
    top: 22px;
    left: 16px;
    cursor: pointer;
}
body .woocommerce form .wc-terms-and-conditions.form-row label.checkbox,
body.woocommerce-page form .wc-terms-and-conditions.form-row label.checkbox {
    cursor: pointer;
}
body .woocommerce form .wc-terms-and-conditions.form-row .input-checkbox {
    cursor: pointer;
}
body .woocommerce form .form-row {
    padding: 0;
    margin: 0 0 30px;
}
body .woocommerce form.login input.button,
body .woocommerce form.register input.button,
body .woocommerce form.lost_reset_password input.button {
	font-size: 18px;
    padding: 15px 40px;
}
.woocommerce .woocommerce-password-strength {
    padding: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 110px;
}
.edit-account p:last-child {
	display: inline-block;
}
.edit-account p input.button {
    padding: 15px 40px;
    font-size: 18px;
    display: block;
    text-align: center;
}
body .woocommerce .checkout_coupon input.button {
    line-height: 41px;
	background-color: #81868C;
}
body .woocommerce .checkout_coupon input.button:hover {
	background-color: #101010;
}

body .woocommerce .col2-set .col-1, body.woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}
body .woocommerce .col2-set .col-2, body.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce-order-received .entry-content h5,
.woocommerce-order-received .entry-header h1 {
	display: none;
}
.woocommerce .woocommerce-thankyou-order-received {
    font-size: 50px;
    font-weight: 900;
    color: #56B4A5;
    line-height: 1.25;
}
body .woocommerce .order_details li {
    list-style: none;
}
.woocommerce-order-received .entry-content > .woocommerce {
	margin: 30px 0 60px;
}
.woocommerce .order_details.woocommerce-thankyou-order-details  li {
    margin-bottom: 20px;
}
.shop_table.order_details tfoot td {
	text-align: right;
}


/* GRAVITY FORMS OVERRIDES */
body .gform_wrapper {
    max-width: 100%;
}
body .gform_wrapper textarea.medium {
    width: 100%;
}
body .gform_wrapper .hidden_label input.large,
body .gform_wrapper .hidden_label select.large,
body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large {
    width: 100%;
}
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
body .gform_wrapper .ginput_complex input[type=email],
body .gform_wrapper .ginput_complex input[type=number],
body .gform_wrapper .ginput_complex input[type=password],
body .gform_wrapper .ginput_complex input[type=tel],
body .gform_wrapper .ginput_complex input[type=text],
body .gform_wrapper .ginput_complex input[type=url] {
    width: 100%;
}
body div.gform_wrapper .ginput_complex label {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}


/* HOME NEWS ################# */
.home-news {
    background-color: #78c3a3;
	color: #fff;
}
.home-news .featured-content {
	padding: 30px 0 30px 80px;
}
/*
.home-news .featured-content:before {
    font-family: 'dashicons';
    content: "\f123";
    display: block;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    margin-left: -50px;
    font-size: 30px;
    position: absolute;
    height: 100%;
    margin-top: -3px;
}
*/
.home-news .featured-content,
.home-news .featured-content .entry-content {
	margin-top: 0;
	font-size: 14px;
    font-weight: 400;
}
.home-news .featured-content .entry-title {
	font-size: 16px;
	text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.625;
}
.home-news .featured-content .entry-title a {
	color: #fff;
	font-weight: 600;
}
.home-news .featured-content .entry {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}
.home-news .entry-meta {
    position: absolute;
    margin-left: -80px;
    margin-top: -41px;
}
.home-news .entry-meta span.day {
	display: block;
    text-align: center;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: -2px;
}
.home-news .entry-meta span.month {
	display: block;
    margin-top: -15px;
    text-align: center;
}
.home-news a {
    border-bottom: 1px dotted #101010;
    color: #101010;
}
.home-news a:hover {
	opacity: 0.7;
}





.inscription-text { display:none; }
.inscription-text-2 { display:none; }


.add_player_checkout_field {
    border: none;
    border-radius: 3px;
    background-color: #F2F0F2;
    padding: 20px 30px 5px;
    margin-bottom: 30px;
}
.inscription-checkbox label.checkbox:hover ,
.inscription-checkbox-2 label.checkbox:hover {
	cursor: pointer;
	opacity: 0.7;
}

.genesis-nav-menu .menu-item.hidden {
	display: none;
}
.hide-me {
	display: none;
}
.woocommerce-shipping-fields {
	margin-bottom: 80px;
}
.home h1.entry-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}
	.listing-pricepp.col5 {
		width: 22%;
	}
	.listing-link.col5 {
		width: 18%;
	}

}

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

    .page-id-2680 .list2, 
    .home .list2 {
        width: 100%;
    }
    .wrap {
		max-width: 768px;
	}
	
	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4,
	.home-featured-5,
	.home-featured-6 {
		float: none;
		width: 100%;
		margin: 0 auto 50px auto;
		max-width: 675px;
	}
	
	.site-footer > .wrap > .nav-secondary,
	.site-footer > .wrap > .creds {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.site-footer > .wrap > .nav-secondary {
		margin-bottom: 40px;
		border-bottom: 1px solid #444;
		padding-bottom: 40px;
	}
	
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}
	.site-tagline-left,
	.site-tagline-right {
		text-align: left;
	}
	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 25px 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		height: auto;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline,
	.site-container > .home-news {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}
	
	.home h1 {
		padding: 0 10%;
	}
}

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

	.site-header {
		padding-bottom: 10px;
	}
	
	.home h1 {
		padding: 0 5%;
	    font-size: 16px;
	}
	.title-area {
		padding: 0;
	}
	.site-title {
		padding: 0px;
	}
	.minimum .site-tagline {
		margin-top: 200px;
	}
	.site-description span {
		display: block;
	    padding-top: 3px
	}
	.genesis-nav-menu a {
		padding: 15px 0;
		text-align: center;
		height: auto;
		display: inline-block;
		border: none;
	}
	genesis-nav-menu .menu-item {
		text-align: center;
	}
	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 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%;
	}
	.listing-details {
		display: block;
	}
	.listing-details.col5 {
		display: table;
	}
	.listing-session.col6 {
		display: block;
		width: 100%;
	}
	.listing-day.col6 {
		display: block;
		width: 100%;
		text-align: left;
	}
	.listing-time.col6 {
		display: block;
		width: 100%;
		text-align: left;
	}
	.listing-duration.col6 {
		display: none;
	}
	.listing-price.col6 {
		text-align: left;
		width: 10%;
	}
	.listing-link.col6 {
		width: 20%;
	}
	
	.listing-price.col5 {
		text-align: right;
		width:35%;
	}
	.listing-pricepp.col5 {
		display: none;
	}
	.listing-link.col5 {
		text-align: right;
		width: 20%;
	}
	.site-header .site-title a {
		padding: 0;
	}
	.site-header .site-title a:after {
		display: none;
	}
	a.cta-button {
		max-width: 50%;
	}

}

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

    .home h5.listing-details {
        line-height: 1.2;
    }
    .page-id-2680 h5.listing-details a.button,
    .home h5.listing-details a.button {
        float: none;
        display: block;
        clear: both;
        text-align: center;
        margin: 12px 0 0;
    }
	.listing-type.col5 {
		display: block;
		width: 100%;
		text-align: left;
	}
	.listing-description.col5 {
		display: block;
		width: 100%;
		text-align: left;
	}
	.listing-price.col5 {
		display: block;
		width: 100%;
		text-align: left;
	}

	.home-featured .widget.widget_nav_menu {
		display: none;
	}
	.home-featured-1, .home-featured-2, .home-featured-3, .home-featured-4, .home-featured-5, .home-featured-6 {
		min-height: 200px;
	}
	.home-featured .button {
		right: 20px;
		bottom: 30px;
	}
	.home-featured .widget-title {
		margin: 0;
	}
	.home-featured .home-featured-3 .button, .home-featured .home-featured-4 .button {
		left: 20px;
	}
	.nav-secondary .genesis-nav-menu .menu-item {
		display: block;
		text-align: center;
	}
	.home h1 {
		padding: 0 3%;
	}
	.home-featured .widget-title {
		font-size: 20px;
	}
	.site-footer p {
		font-size: 12px;
	}
	body .woocommerce form .form-row-first,
	body .woocommerce form .form-row-last,
	body .woocommerce-page form .form-row-first,
	body .woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}
}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}