@import url("normalize.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Bowlby+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:36px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.social-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:0;
}
.social-menu::before { display:none; }
.social-menu li {
	margin:0 0 0 10px;
	padding:0;
	display:inline-block;
}
.social-menu a {
	display:block;
	text-decoration:none;
	text-align:center;
	width:40px;
	height:40px;
	text-indent:-999px;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.social-menu a:hover { text-decoration:none; }
.social-menu a[href*="linkedin.com"]::before { content:'\f0e1'; }
.social-menu a[href*="plus.google.com"]::before { content:'\f0d5'; }
.social-menu a[href*="instagram.com"]::before { content:'\f16d'; }
.social-menu a[href*="facebook.com"]::before { content:'\f39e'; }
.social-menu a[href*="twitter.com"]::before { content:'\f099'; }
.social-menu a[href*="youtube.com"]::before { content:'\f167'; }
.social-menu a[href*="vimeo.com"]::before { content:'\f27d'; }
.social-menu a[href*="mailto:"]::before {
	font-weight:900;
	content:'\f0e0';
	font-family:'Font Awesome\ 5 Free';
}
.social-menu a::before {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	font-family:'Font Awesome\ 5 Brands';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:40px;
	text-align:center;
	text-indent:0;
}
.site-header {
	background:#fff;
	margin:0;
	padding:30px 0;
	border:none;
	z-index:20;
	position:relative;
}
@media (max-width: 991.98px) {
	.site-header { padding:20px 0; }
}
.home .site-header {
	background:none;
	position:absolute;
	width:100%;
	z-index:100;
}
.site-header .logo {
	position:relative;
	display:block;
	vertical-align:top;
	margin:0;
	padding:0;
	z-index:20;
}
@media (max-width: 991px) {
	.site-header .logo { text-align:center; }
}
.site-header .logo img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0;
}
@media (max-width: 991px) {
	.site-header .logo img {
		margin:0 auto;
		width:80%;
	}
}
.site-header .header-right {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	z-index:20;
}
@media (max-width: 767px) {
	.site-header .header-right { justify-content:center; }
}
.site-header .header-right .header-sidebar {
	width:100%;
	padding:30px 0;
}
@media (max-width: 991px) {
	.site-header .header-right .header-sidebar { padding:30px 0 0 0; }
}
.site-header .header-right .header-sidebar .textwidget {
	width:100%;
	display:flex;
	justify-content:flex-end;
}
@media (max-width: 991px) {
	.site-header .header-right .header-sidebar .textwidget {
		flex-wrap:wrap;
		justify-content:center;
	}
}
.site-header .header-right .header-sidebar .textwidget a { margin:0 0 0 20px; }
@media (max-width: 991px) {
	.site-header .header-right .header-sidebar .textwidget a { margin:0 10px 20px 10px; }
}
@media (max-width: 1199px) {
	.site-header .header-right .header-sidebar .textwidget a.btn { padding:15px 20px; }
}
.site-header .header-social { padding:0 15px 0 40px; }
@media (max-width: 1199px) {
	.site-header .header-social { padding:0; }
}
.site-header .header-social a {
	color:#0074c8;
	background:#f0f2f3;
}
.site-header .header-social a:hover {
	color:#ffffff;
	background:#0074c8;
}
.mobile-site-header {
	position:relative;
	z-index:101;
}
.mobile-site-header { display:none; }
@media (max-width: 767.98px) {
	.mobile-site-header { display:block; }
}
@media (min-width: 768px) {
	.primary-menu {
		margin:0;
		padding:0;
		list-style:none;
		width:100%;
		text-align:center;
		display:flex;
		justify-content:space-between;
	}
	.primary-menu > li {
		margin:0 0 0 30px;
		padding:0;
	}
	.primary-menu > li:first-child { margin-left:0; }
	.primary-menu > li > a {
		display:block;
		position:relative;
		padding:6px 0;
		font-size:24px;
		line-height:30px;
		font-weight:500;
		text-transform:uppercase;
		text-decoration:none;
		white-space:nowrap;
		color:#000000;
		letter-spacing:0.06em;
	}
	.primary-menu > li > a:hover {
		color:#0074c8;
		text-decoration:none;
	}
	.home .primary-menu > li > a { color:#fff; }
	.primary-menu > li:hover> a, .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
		color:#0074c8;
		text-decoration:none;
	}
	.primary-menu > li.menu-item-has-children { margin:0 0 0 25px; }
	.primary-menu > li.menu-item-has-children > a { padding-right:20px; }
	.primary-menu > li.menu-item-has-children > a:before {
		content:"\f107";
		position:absolute;
		right:0;
		top:50%;
		transform:translateY(-50%);
	}
	.primary-menu .menu-item-has-children a:before {
		font-family:'Font Awesome\ 5 Free';
		font-weight:900;
		-moz-osx-font-smoothing:grayscale;
		-webkit-font-smoothing:antialiased;
		display:inline-block;
		font-style:normal;
		font-variant:normal;
		text-rendering:auto;
		line-height:1;
	}
	.primary-menu li { text-align:left; }
	.primary-menu li ul, .primary-menu li ul.sub-menu {
		margin:0 0 0 -30px;
		padding:0;
		list-style:none;
		background-color:#f0f2f3;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
		border-radius:12px;
		-webkit-box-shadow:0px 10px 30px 0px rgba(33,104,159,0.4);
		-moz-box-shadow:0px 10px 30px 0px rgba(33,104,159,0.4);
		box-shadow:0px 10px 30px 0px rgba(33,104,159,0.4);
	}
	.primary-menu li ul:before, .primary-menu li ul.sub-menu:before {
		content:"";
		display:block;
		width:0;
		height:0;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		border-bottom:10px solid #f0f2f3;
		position:absolute;
		top:-10px;
		left:45px;
	}
	.primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
		display:block;
		color:#000;
		font-size:15px;
		line-height:20px;
		font-weight:700;
		text-transform:uppercase;
		white-space:nowrap;
		padding:10px 30px;
		letter-spacing:0.03em;
	}
	.primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
		color:#0074c8;
		text-decoration:none;
	}
	.primary-menu li ul li:hover > a, .primary-menu li ul li.focus > a, .primary-menu li ul li.current-menu-item > a, .primary-menu li ul li.current-menu-ancestor > a, .primary-menu li ul.sub-menu li:hover > a, .primary-menu li ul.sub-menu li.focus > a, .primary-menu li ul.sub-menu li.current-menu-item > a, .primary-menu li ul.sub-menu li.current-menu-ancestor > a {
		color:#0074c8;
		text-decoration:none;
	}
	.primary-menu li ul li.menu-item-has-children > a, .primary-menu li ul.sub-menu li.menu-item-has-children > a { padding-right:46px; }
	.primary-menu li ul li.menu-item-has-children > a:before, .primary-menu li ul.sub-menu li.menu-item-has-children > a:before {
		font-size:12px;
		content:"\f054";
		position:absolute;
		right:30px;
		top:50%;
		transform:translateY(-50%);
	}
	.primary-menu li ul li ul, .primary-menu li ul.sub-menu li ul { margin-left:0; }
	.primary-menu li ul li ul:before, .primary-menu li ul.sub-menu li ul:before { display:none; }
	.primary-menu li { position:relative; }
	.primary-menu li.focus > ul, .primary-menu li:hover > ul {
		top:auto;
		left:auto;
		opacity:1;
	}
	.primary-menu li ul {
		min-width:150px;
		position:absolute;
		top:-999em;
		left:-999em;
		opacity:0;
		-webkit-transition:opacity 0.3s;
		-moz-transition:opacity 0.3s;
		-o-transition:opacity 0.3s;
		transition:opacity 0.3s;
	}
	.primary-menu li ul li { display:block; }
	.primary-menu li ul li.focus > ul, .primary-menu li ul li:hover > ul {
		left:100%;
		top:0;
		opacity:1;
	}
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
	.primary-menu > li { margin:0 0 0 20px; }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
	.primary-menu > li > a { font-size:21px; }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
	.primary-menu > li.menu-item-has-children { margin:0 0 0 20px; }
}
.menu-primary-trigger {
	margin:0;
	font-size:0;
	line-height:0;
	padding:0;
	width:30px;
	height:30px;
	box-shadow:none;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	background:transparent;
	border:none;
	border-top:3px solid #0074c8;
	display:block;
	cursor:pointer;
	position:absolute;
	top:30px;
	right:15px;
	z-index:200;
}
.menu-primary-trigger:focus { outline:none; }
.menu-primary-trigger:before, .menu-primary-trigger:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	color:#0074c8;
}
.menu-primary-trigger:before {
	border-top:3px solid #0074c8;
	top:11px;
}
.menu-primary-trigger:after {
	border-bottom:3px solid #0074c8;
	top:24px;
}
.menu-primary-trigger[aria-expanded="true"] { border-color:transparent; }
.menu-primary-trigger[aria-expanded="true"]:before {
	-webkit-transform:rotate(-45deg) scale(1.2);
	-moz-transform:rotate(-45deg) scale(1.2);
	-ms-transform:rotate(-45deg) scale(1.2);
	-o-transform:rotate(-45deg) scale(1.2);
	transform:rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded="true"]:after {
	top:11px;
	-webkit-transform:rotate(45deg) scale(1.2);
	-moz-transform:rotate(45deg) scale(1.2);
	-ms-transform:rotate(45deg) scale(1.2);
	-o-transform:rotate(45deg) scale(1.2);
	transform:rotate(45deg) scale(1.2);
}
.opener {
	font-size:30px;
	margin-left:10px;
	cursor:pointer;
}
.opener .fa-angle-up { display:none; }
.active > .opener .fa-angle-up { display:inherit; }
.active > .opener .fa-angle-down { display:none; }
.mobile-header-wrapper .mobile-header-nav {
	display:none;
	margin:0;
	padding:80px 30px 30px 30px;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	background-color:#fff;
	text-align:left;
}
.mobile-header-wrapper .mobile-header-nav.toggled { display:block; }
.mobile-header-wrapper .primary-menu {
	margin:0;
	padding:0;
	text-align:left;
}
.mobile-header-wrapper .primary-menu li.current-menu-item > a { color:#ba9462 !important; }
.mobile-header-wrapper .primary-menu > li {
	margin:0 0 10px 0;
	padding:0;
}
.mobile-header-wrapper .primary-menu > li > a {
	display:inline-block;
	font-size:32px;
	line-height:35px;
	margin:0;
	padding:0;
	text-align:left;
	color:#000000;
	font-weight:400;
	border:none;
	text-shadow:none;
}
.mobile-header-wrapper .primary-menu > li li {
	margin:0;
	padding:0;
}
.mobile-header-wrapper .primary-menu > li li:after { display:none; }
.mobile-header-wrapper .primary-menu > li li a {
	font-size:18px;
	line-height:20px;
	padding:0;
	background:none !important;
}
.mobile-header-wrapper .primary-menu .sub-menu {
	background:none;
	margin-left:20px;
	padding:0;
	position:relative;
	top:auto;
}
.mobile-header-wrapper .primary-menu .sub-menu li a {
	font-weight:300;
	font-size:20px;
	line-height:26px;
	padding:0;
}
.mobile-header-wrapper .primary-menu .sub-menu li .opener { font-size:20px; }
.site-footer {
	background:#f0f2f3;
	margin:0;
	padding:60px 0;
	border-top:none;
}
@media (max-width: 991.98px) {
	.site-footer { padding:20px 0; }
}
@media (max-width: 767.98px) {
	.site-footer .footer-widgets { text-align:center; }
}
.site-footer .footer-widgets h3 {
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	font-weight:bold;
	color:#ffffff;
	line-height:30px;
}
.site-footer .footer-widgets .menu {
	margin:0;
	padding:0;
	list-style:none;
}
@media (max-width: 991px) {
	.site-footer .footer-widgets .menu { text-align:center; }
}
.site-footer .footer-widgets a {
	text-decoration:none;
	color:#0074c8;
}
.site-footer .footer-widgets a:focus {
	text-decoration:none;
	color:#000000;
}
.site-footer .footer-widgets a:hover {
	text-decoration:none;
	color:#000000;
}
.site-footer .footer-wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
@media (max-width: 767.98px) {
	.site-footer .footer-wrapper {
		flex-direction:column;
		text-align:center;
	}
}
@media (max-width: 767.98px) {
	.site-footer .footer-wrapper > * { margin-top:20px; }
	.site-footer .footer-wrapper > *:first-child { margin-top:0; }
}
.site-footer .copyright { text-align:left; }
@media (max-width: 991px) {
	.site-footer .footer-logo-wrapper {
		text-align:center;
		margin:0 0 30px 0;
	}
}
.site-footer .footer-logo img {
	max-width:100%;
	display:block;
	margin:0;
}
@media (max-width: 991px) {
	.site-footer .footer-logo img { margin:0 auto; }
}
@media (max-width: 767.98px) {
	.site-footer .footer-logo { margin-bottom:20px; }
}
@media (max-width: 991.98px) {
	.site-footer .jm-logo-wrapper {
		text-align:center;
		margin:30px 0 0 0;
	}
}
.site-footer .jm-logo {
	display:block;
	margin:20px 0 0 0;
}
@media (max-width: 991.98px) {
	.site-footer .jm-logo {
		margin-bottom:30px;
		text-align:center;
	}
}
.site-footer .jm-logo img { max-width:100%; }
.cycle-slider {
	position:relative;
	width:100%;
	max-height:700px;
	display:block;
	overflow:hidden;
}
.cycle-slider .cycle-pager {
	position:absolute;
	bottom:5%;
	z-index:300;
	left:50%;
	transform:translateX(-50%);
	display:flex;
}
.cycle-slider .cycle-pager span {
	font-size:0;
	line-height:0;
	display:block;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
	width:14px;
	height:14px;
	margin:0 15px;
	border-radius:50%;
	cursor:pointer;
}
.cycle-slider .cycle-pager span:before {
	content:'';
	width:10px;
	height:10px;
	top:2px;
	left:2px;
	border:2px solid #0074c8;
	position:absolute;
	display:block;
	border-radius:50%;
}
.cycle-slider .cycle-pager span.cycle-pager-active { background-color:#ffffff; }
.cycle-slider .cycle-pager span.cycle-pager-active:before { opacity:0; }
.cycle-slider .cycle-prev, .cycle-slider .cycle-next {
	position:absolute;
	top:50%;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	font-size:40px;
	line-height:40px;
	color:#ffffff;
	z-index:500;
	transform:translateY(-50%);
	cursor:pointer;
}
.cycle-slider .cycle-prev:hover, .cycle-slider .cycle-next:hover { color:#0074c8; }
.cycle-slider .cycle-prev { left:100px; }
.cycle-slider .cycle-next { right:100px; }
.cycle-slider .cycle-slide { width:100%; }
.cycle-slider .cycle-slide:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background-color:rgba(34,52,65,0);
}
.cycle-slider .cycle-slide > img {
	width:100%;
	height:auto;
}
.cycle-slider .slider-caption {
	position:absolute;
	z-index:200;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
}
@media (max-width: 575.98px) {
	.cycle-slider .slider-caption {
		position:relative;
		height:auto;
		padding:10px 0 50px 0;
	}
}
.cycle-slider h2 {
	margin:0 0 5px 0;
	padding:0;
	color:#ffffff;
	font-family:'Bowlby One';
	font-weight:400;
	text-transform:uppercase;
	font-size:50px;
	line-height:70px;
}
@media (max-width: 991px) {
	.cycle-slider h2 {
		font-size:40px;
		line-height:60px;
	}
}
@media (max-width: 767px) {
	.cycle-slider h2 {
		font-size:30px;
		line-height:45px;
	}
}
@media (max-width: 575px) {
	.cycle-slider h2 { color:#000; }
}
.cycle-slider h3 {
	margin:0 0 45px 0;
	padding:0;
	color:#ffffff;
	font-family:'Satisfy', cursive;
	font-weight:400;
	text-transform:none;
	font-size:50px;
	line-height:70px;
}
@media (max-width: 991px) {
	.cycle-slider h3 {
		font-size:40px;
		line-height:60px;
		margin:0 0 25px 0;
	}
}
@media (max-width: 767px) {
	.cycle-slider h3 {
		font-size:30px;
		line-height:45px;
	}
}
@media (max-width: 575px) {
	.cycle-slider h3 { color:#000; }
}
.cycle-slider .btn {
	font-size:20px;
	background:#e8ba00;
}
.cycle-slider .btn:hover {
	color:#ffffff;
	background:#0074c8;
}
@media (max-width: 767px) {
	.cycle-slider .btn {
		padding:15px 20px;
		font-size:14px;
	}
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link { margin-right:1em; }
.entry-meta { margin-bottom:20px; }
.post_meta i { color:#3b4348; }
.post_meta a {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:focus {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:hover {
	text-decoration:none;
	color:#0074c8;
}
.post-author {
	background:#fff;
	margin:0 0 70px 0;
	padding:15px 20px;
	border:1px solid #dfdfdf;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:21px;
	font-size:13px;
	font-weight:400;
	color:#737885;
}
.post-author h3 a {
	text-decoration:none;
	color:#0074c8;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#0074c8;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#1e2731;
}
.post-author .post-author_gravatar { margin:2px 20px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_link { margin:18px 0 0 0; }
.post-author .post-author_link p { margin:0; }
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:22px;
	font-size:16px;
	color:#424f5e;
}
.related-posts ul li a {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#0074c8;
}
ol.comment-list li .comment-body {
	background:#fff !important;
	border:1px solid #dfdfdf;
}
ol.comment-list li .comment-body .author {
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#0074c8;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .reply { margin:0 0 0 20px; }
ol.comment-list li .comment-body .reply a {
	background:#0074c8;
	display:inline-block;
	margin:0;
	padding:9px 23px 10px 23px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:20px;
	font-family:'Open Sans';
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:lowercase;
	color:#fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#0074c8;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#000000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e2731;
}
.cancel-comment-reply { padding:0 0 6px 0; }
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit], body.woocommerce button.button, body.woocommerce .button, body.woocommerce-page button.button, body.woocommerce-page .button, body.woocommerce a.button.alt, .tribe-common .tribe-tickets__buy.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn--small, .btn {
	display:inline-block;
	margin:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	box-shadow:none;
	padding:15px 40px 15px 40px;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	letter-spacing:0.04em;
	color:#fff;
	background-color:#0074c8;
	border:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	outline:0;
}
body .gform_wrapper .gform_footer input.button:disabled, body .gform_wrapper .gform_footer input.button:disabled[disabled], body .gform_wrapper .gform_footer input[type=submit]:disabled, body .gform_wrapper .gform_footer input[type=submit]:disabled[disabled], body .gform_wrapper .gform_page_footer input.button:disabled, body .gform_wrapper .gform_page_footer input.button:disabled[disabled], body .gform_wrapper .gform_page_footer input[type=submit]:disabled, body .gform_wrapper .gform_page_footer input[type=submit]:disabled[disabled], body.woocommerce button.button:disabled, body.woocommerce button.button:disabled[disabled], body.woocommerce .button:disabled, body.woocommerce .button:disabled[disabled], body.woocommerce-page button.button:disabled, body.woocommerce-page button.button:disabled[disabled], body.woocommerce-page .button:disabled, body.woocommerce-page .button:disabled[disabled], body.woocommerce a.button.alt:disabled, body.woocommerce a.button.alt:disabled[disabled], .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled, .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled[disabled], .tribe-common button.tribe-common-c-btn:disabled, .tribe-common button.tribe-common-c-btn:disabled[disabled], .tribe-common button.tribe-common-c-btn--small:disabled, .tribe-common button.tribe-common-c-btn--small:disabled[disabled], .btn:disabled, .btn:disabled[disabled] {
	color:#fff;
	background-color:#0074c8;
	padding:15px 40px 15px 40px;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:focus, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:focus, body .gform_wrapper .gform_page_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input[type=submit]:focus, body.woocommerce button.button:hover, body.woocommerce button.button:focus, body.woocommerce .button:hover, body.woocommerce .button:focus, body.woocommerce-page button.button:hover, body.woocommerce-page button.button:focus, body.woocommerce-page .button:hover, body.woocommerce-page .button:focus, body.woocommerce a.button.alt:hover, body.woocommerce a.button.alt:focus, .tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover, .tribe-common .tribe-tickets__buy.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:hover, .tribe-common button.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn--small:hover, .tribe-common button.tribe-common-c-btn--small:focus, .btn:hover, .btn:focus {
	color:#0074c8;
	background-color:#f0f2f3;
}
body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer input[type=submit]:active, body .gform_wrapper .gform_page_footer input.button:active, body .gform_wrapper .gform_page_footer input[type=submit]:active, body.woocommerce button.button:active, body.woocommerce .button:active, body.woocommerce-page button.button:active, body.woocommerce-page .button:active, body.woocommerce a.button.alt:active, .tribe-common .tribe-tickets__buy.tribe-common-c-btn:active, .tribe-common button.tribe-common-c-btn:active, .tribe-common button.tribe-common-c-btn--small:active, .btn:active {
	box-shadow:none !important;
	top:3px;
}
body .gform_wrapper .gform_footer input.button.simple, body .gform_wrapper .gform_footer input[type=submit].simple, body .gform_wrapper .gform_page_footer input.button.simple, body .gform_wrapper .gform_page_footer input[type=submit].simple, body.woocommerce button.button.simple, body.woocommerce .button.simple, body.woocommerce-page button.button.simple, body.woocommerce-page .button.simple, body.woocommerce a.button.alt.simple, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.simple, .tribe-common button.tribe-common-c-btn.simple, .tribe-common button.tribe-common-c-btn--small.simple, .btn.simple { padding-left:80px; }
body .gform_wrapper .gform_footer input.button.simple:before, body .gform_wrapper .gform_footer input[type=submit].simple:before, body .gform_wrapper .gform_page_footer input.button.simple:before, body .gform_wrapper .gform_page_footer input[type=submit].simple:before, body.woocommerce button.button.simple:before, body.woocommerce .button.simple:before, body.woocommerce-page button.button.simple:before, body.woocommerce-page .button.simple:before, body.woocommerce a.button.alt.simple:before, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.simple:before, .tribe-common button.tribe-common-c-btn.simple:before, .tribe-common button.tribe-common-c-btn--small.simple:before, .btn.simple:before { display:none; }
body .gform_wrapper .gform_footer input.button.btn-white, body .gform_wrapper .gform_footer input[type=submit].btn-white, body .gform_wrapper .gform_page_footer input.button.btn-white, body .gform_wrapper .gform_page_footer input[type=submit].btn-white, body.woocommerce button.button.btn-white, body.woocommerce .button.btn-white, body.woocommerce-page button.button.btn-white, body.woocommerce-page .button.btn-white, body.woocommerce a.button.alt.btn-white, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-white, .tribe-common button.tribe-common-c-btn.btn-white, .tribe-common button.tribe-common-c-btn--small.btn-white, .btn.btn-white {
	color:#ba9462;
	background-color:#ffffff;
}
body .gform_wrapper .gform_footer input.button.btn-white:hover, body .gform_wrapper .gform_footer input.button.btn-white:focus, body .gform_wrapper .gform_footer input[type=submit].btn-white:hover, body .gform_wrapper .gform_footer input[type=submit].btn-white:focus, body .gform_wrapper .gform_page_footer input.button.btn-white:hover, body .gform_wrapper .gform_page_footer input.button.btn-white:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-white:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-white:focus, body.woocommerce button.button.btn-white:hover, body.woocommerce button.button.btn-white:focus, body.woocommerce .button.btn-white:hover, body.woocommerce .button.btn-white:focus, body.woocommerce-page button.button.btn-white:hover, body.woocommerce-page button.button.btn-white:focus, body.woocommerce-page .button.btn-white:hover, body.woocommerce-page .button.btn-white:focus, body.woocommerce a.button.alt.btn-white:hover, body.woocommerce a.button.alt.btn-white:focus, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-white:hover, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-white:focus, .tribe-common button.tribe-common-c-btn.btn-white:hover, .tribe-common button.tribe-common-c-btn.btn-white:focus, .tribe-common button.tribe-common-c-btn--small.btn-white:hover, .tribe-common button.tribe-common-c-btn--small.btn-white:focus, .btn.btn-white:hover, .btn.btn-white:focus {
	color:#fff;
	background-color:#e5c400;
}
body .gform_wrapper .gform_footer input.button.btn-white:before, body .gform_wrapper .gform_footer input[type=submit].btn-white:before, body .gform_wrapper .gform_page_footer input.button.btn-white:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-white:before, body.woocommerce button.button.btn-white:before, body.woocommerce .button.btn-white:before, body.woocommerce-page button.button.btn-white:before, body.woocommerce-page .button.btn-white:before, body.woocommerce a.button.alt.btn-white:before, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-white:before, .tribe-common button.tribe-common-c-btn.btn-white:before, .tribe-common button.tribe-common-c-btn--small.btn-white:before, .btn.btn-white:before {
	color:#fff;
	background-color:#e5c400;
}
body .gform_wrapper .gform_footer input.button.btn-gray, body .gform_wrapper .gform_footer input[type=submit].btn-gray, body .gform_wrapper .gform_page_footer input.button.btn-gray, body .gform_wrapper .gform_page_footer input[type=submit].btn-gray, body.woocommerce button.button.btn-gray, body.woocommerce .button.btn-gray, body.woocommerce-page button.button.btn-gray, body.woocommerce-page .button.btn-gray, body.woocommerce a.button.alt.btn-gray, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-gray, .tribe-common button.tribe-common-c-btn.btn-gray, .tribe-common button.tribe-common-c-btn--small.btn-gray, .btn.btn-gray {
	color:#0074c8;
	background-color:#f0f2f3;
}
body .gform_wrapper .gform_footer input.button.btn-gray:hover, body .gform_wrapper .gform_footer input.button.btn-gray:focus, body .gform_wrapper .gform_footer input[type=submit].btn-gray:hover, body .gform_wrapper .gform_footer input[type=submit].btn-gray:focus, body .gform_wrapper .gform_page_footer input.button.btn-gray:hover, body .gform_wrapper .gform_page_footer input.button.btn-gray:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-gray:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-gray:focus, body.woocommerce button.button.btn-gray:hover, body.woocommerce button.button.btn-gray:focus, body.woocommerce .button.btn-gray:hover, body.woocommerce .button.btn-gray:focus, body.woocommerce-page button.button.btn-gray:hover, body.woocommerce-page button.button.btn-gray:focus, body.woocommerce-page .button.btn-gray:hover, body.woocommerce-page .button.btn-gray:focus, body.woocommerce a.button.alt.btn-gray:hover, body.woocommerce a.button.alt.btn-gray:focus, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-gray:hover, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-gray:focus, .tribe-common button.tribe-common-c-btn.btn-gray:hover, .tribe-common button.tribe-common-c-btn.btn-gray:focus, .tribe-common button.tribe-common-c-btn--small.btn-gray:hover, .tribe-common button.tribe-common-c-btn--small.btn-gray:focus, .btn.btn-gray:hover, .btn.btn-gray:focus {
	color:#fff;
	background-color:#0074c8;
}
body .gform_wrapper .gform_footer input.button.btn-gray:before, body .gform_wrapper .gform_footer input[type=submit].btn-gray:before, body .gform_wrapper .gform_page_footer input.button.btn-gray:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-gray:before, body.woocommerce button.button.btn-gray:before, body.woocommerce .button.btn-gray:before, body.woocommerce-page button.button.btn-gray:before, body.woocommerce-page .button.btn-gray:before, body.woocommerce a.button.alt.btn-gray:before, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-gray:before, .tribe-common button.tribe-common-c-btn.btn-gray:before, .tribe-common button.tribe-common-c-btn--small.btn-gray:before, .btn.btn-gray:before {
	color:#0074c8;
	background-color:#f0f2f3;
}
body .gform_wrapper .gform_footer input.button.btn-login, body .gform_wrapper .gform_footer input[type=submit].btn-login, body .gform_wrapper .gform_page_footer input.button.btn-login, body .gform_wrapper .gform_page_footer input[type=submit].btn-login, body.woocommerce button.button.btn-login, body.woocommerce .button.btn-login, body.woocommerce-page button.button.btn-login, body.woocommerce-page .button.btn-login, body.woocommerce a.button.alt.btn-login, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-login, .tribe-common button.tribe-common-c-btn.btn-login, .tribe-common button.tribe-common-c-btn--small.btn-login, .btn.btn-login {
	color:#0074c8;
	background-color:#ffffff;
}
body .gform_wrapper .gform_footer input.button.btn-login:hover, body .gform_wrapper .gform_footer input.button.btn-login:focus, body .gform_wrapper .gform_footer input[type=submit].btn-login:hover, body .gform_wrapper .gform_footer input[type=submit].btn-login:focus, body .gform_wrapper .gform_page_footer input.button.btn-login:hover, body .gform_wrapper .gform_page_footer input.button.btn-login:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-login:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-login:focus, body.woocommerce button.button.btn-login:hover, body.woocommerce button.button.btn-login:focus, body.woocommerce .button.btn-login:hover, body.woocommerce .button.btn-login:focus, body.woocommerce-page button.button.btn-login:hover, body.woocommerce-page button.button.btn-login:focus, body.woocommerce-page .button.btn-login:hover, body.woocommerce-page .button.btn-login:focus, body.woocommerce a.button.alt.btn-login:hover, body.woocommerce a.button.alt.btn-login:focus, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-login:hover, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-login:focus, .tribe-common button.tribe-common-c-btn.btn-login:hover, .tribe-common button.tribe-common-c-btn.btn-login:focus, .tribe-common button.tribe-common-c-btn--small.btn-login:hover, .tribe-common button.tribe-common-c-btn--small.btn-login:focus, .btn.btn-login:hover, .btn.btn-login:focus {
	color:#fff;
	background-color:#0074c8;
}
body .gform_wrapper .gform_footer input.button.btn-login:before, body .gform_wrapper .gform_footer input[type=submit].btn-login:before, body .gform_wrapper .gform_page_footer input.button.btn-login:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-login:before, body.woocommerce button.button.btn-login:before, body.woocommerce .button.btn-login:before, body.woocommerce-page button.button.btn-login:before, body.woocommerce-page .button.btn-login:before, body.woocommerce a.button.alt.btn-login:before, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-login:before, .tribe-common button.tribe-common-c-btn.btn-login:before, .tribe-common button.tribe-common-c-btn--small.btn-login:before, .btn.btn-login:before {
	content:'\f007';
	display:inline-block;
	padding:0 10px 0 0;
	background:none !important;
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
}
body .gform_wrapper .gform_footer input.button.btn-green, body .gform_wrapper .gform_footer input[type=submit].btn-green, body .gform_wrapper .gform_page_footer input.button.btn-green, body .gform_wrapper .gform_page_footer input[type=submit].btn-green, body.woocommerce button.button.btn-green, body.woocommerce .button.btn-green, body.woocommerce-page button.button.btn-green, body.woocommerce-page .button.btn-green, body.woocommerce a.button.alt.btn-green, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-green, .tribe-common button.tribe-common-c-btn.btn-green, .tribe-common button.tribe-common-c-btn--small.btn-green, .btn.btn-green {
	color:#fff;
	background-color:#219a34;
	-webkit-box-shadow:0 19px 38px 0 rgba(33,154,52,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(33,154,52,0.3);
	box-shadow:0 19px 38px 0 rgba(33,154,52,0.3);
}
body .gform_wrapper .gform_footer input.button.btn-green:hover, body .gform_wrapper .gform_footer input.button.btn-green:focus, body .gform_wrapper .gform_footer input[type=submit].btn-green:hover, body .gform_wrapper .gform_footer input[type=submit].btn-green:focus, body .gform_wrapper .gform_page_footer input.button.btn-green:hover, body .gform_wrapper .gform_page_footer input.button.btn-green:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-green:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-green:focus, body.woocommerce button.button.btn-green:hover, body.woocommerce button.button.btn-green:focus, body.woocommerce .button.btn-green:hover, body.woocommerce .button.btn-green:focus, body.woocommerce-page button.button.btn-green:hover, body.woocommerce-page button.button.btn-green:focus, body.woocommerce-page .button.btn-green:hover, body.woocommerce-page .button.btn-green:focus, body.woocommerce a.button.alt.btn-green:hover, body.woocommerce a.button.alt.btn-green:focus, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-green:hover, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-green:focus, .tribe-common button.tribe-common-c-btn.btn-green:hover, .tribe-common button.tribe-common-c-btn.btn-green:focus, .tribe-common button.tribe-common-c-btn--small.btn-green:hover, .tribe-common button.tribe-common-c-btn--small.btn-green:focus, .btn.btn-green:hover, .btn.btn-green:focus {
	color:#fff;
	background-color:#28b73f;
}
body .gform_wrapper .gform_footer input.button.btn-green:before, body .gform_wrapper .gform_footer input[type=submit].btn-green:before, body .gform_wrapper .gform_page_footer input.button.btn-green:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-green:before, body.woocommerce button.button.btn-green:before, body.woocommerce .button.btn-green:before, body.woocommerce-page button.button.btn-green:before, body.woocommerce-page .button.btn-green:before, body.woocommerce a.button.alt.btn-green:before, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-green:before, .tribe-common button.tribe-common-c-btn.btn-green:before, .tribe-common button.tribe-common-c-btn--small.btn-green:before, .btn.btn-green:before {
	color:#fff;
	background-color:#28b73f;
}
body .gform_wrapper .gform_footer input.button.btn-yellow, body .gform_wrapper .gform_footer input[type=submit].btn-yellow, body .gform_wrapper .gform_page_footer input.button.btn-yellow, body .gform_wrapper .gform_page_footer input[type=submit].btn-yellow, body.woocommerce button.button.btn-yellow, body.woocommerce .button.btn-yellow, body.woocommerce-page button.button.btn-yellow, body.woocommerce-page .button.btn-yellow, body.woocommerce a.button.alt.btn-yellow, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-yellow, .tribe-common button.tribe-common-c-btn.btn-yellow, .tribe-common button.tribe-common-c-btn--small.btn-yellow, .btn.btn-yellow {
	color:#fff;
	background-color:#e8ba00;
}
body .gform_wrapper .gform_footer input.button.btn-yellow:hover, body .gform_wrapper .gform_footer input.button.btn-yellow:focus, body .gform_wrapper .gform_footer input[type=submit].btn-yellow:hover, body .gform_wrapper .gform_footer input[type=submit].btn-yellow:focus, body .gform_wrapper .gform_page_footer input.button.btn-yellow:hover, body .gform_wrapper .gform_page_footer input.button.btn-yellow:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-yellow:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-yellow:focus, body.woocommerce button.button.btn-yellow:hover, body.woocommerce button.button.btn-yellow:focus, body.woocommerce .button.btn-yellow:hover, body.woocommerce .button.btn-yellow:focus, body.woocommerce-page button.button.btn-yellow:hover, body.woocommerce-page button.button.btn-yellow:focus, body.woocommerce-page .button.btn-yellow:hover, body.woocommerce-page .button.btn-yellow:focus, body.woocommerce a.button.alt.btn-yellow:hover, body.woocommerce a.button.alt.btn-yellow:focus, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-yellow:hover, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-yellow:focus, .tribe-common button.tribe-common-c-btn.btn-yellow:hover, .tribe-common button.tribe-common-c-btn.btn-yellow:focus, .tribe-common button.tribe-common-c-btn--small.btn-yellow:hover, .tribe-common button.tribe-common-c-btn--small.btn-yellow:focus, .btn.btn-yellow:hover, .btn.btn-yellow:focus {
	color:#fff;
	background-color:#0074c8;
}
body .gform_wrapper .gform_footer input.button.btn-yellow:before, body .gform_wrapper .gform_footer input[type=submit].btn-yellow:before, body .gform_wrapper .gform_page_footer input.button.btn-yellow:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-yellow:before, body.woocommerce button.button.btn-yellow:before, body.woocommerce .button.btn-yellow:before, body.woocommerce-page button.button.btn-yellow:before, body.woocommerce-page .button.btn-yellow:before, body.woocommerce a.button.alt.btn-yellow:before, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-yellow:before, .tribe-common button.tribe-common-c-btn.btn-yellow:before, .tribe-common button.tribe-common-c-btn--small.btn-yellow:before, .btn.btn-yellow:before {
	color:#fff;
	background-color:#0074c8;
}
body .gform_wrapper .gform_footer input.button.btn-pink, body .gform_wrapper .gform_footer input[type=submit].btn-pink, body .gform_wrapper .gform_page_footer input.button.btn-pink, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink, body.woocommerce button.button.btn-pink, body.woocommerce .button.btn-pink, body.woocommerce-page button.button.btn-pink, body.woocommerce-page .button.btn-pink, body.woocommerce a.button.alt.btn-pink, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-pink, .tribe-common button.tribe-common-c-btn.btn-pink, .tribe-common button.tribe-common-c-btn--small.btn-pink, .btn.btn-pink {
	color:#fff;
	background-color:#a0309d;
	-webkit-box-shadow:0 19px 38px 0 rgba(160,48,157,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(160,48,157,0.3);
	box-shadow:0 19px 38px 0 rgba(160,48,157,0.3);
}
body .gform_wrapper .gform_footer input.button.btn-pink:hover, body .gform_wrapper .gform_footer input.button.btn-pink:focus, body .gform_wrapper .gform_footer input[type=submit].btn-pink:hover, body .gform_wrapper .gform_footer input[type=submit].btn-pink:focus, body .gform_wrapper .gform_page_footer input.button.btn-pink:hover, body .gform_wrapper .gform_page_footer input.button.btn-pink:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink:focus, body.woocommerce button.button.btn-pink:hover, body.woocommerce button.button.btn-pink:focus, body.woocommerce .button.btn-pink:hover, body.woocommerce .button.btn-pink:focus, body.woocommerce-page button.button.btn-pink:hover, body.woocommerce-page button.button.btn-pink:focus, body.woocommerce-page .button.btn-pink:hover, body.woocommerce-page .button.btn-pink:focus, body.woocommerce a.button.alt.btn-pink:hover, body.woocommerce a.button.alt.btn-pink:focus, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-pink:hover, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-pink:focus, .tribe-common button.tribe-common-c-btn.btn-pink:hover, .tribe-common button.tribe-common-c-btn.btn-pink:focus, .tribe-common button.tribe-common-c-btn--small.btn-pink:hover, .tribe-common button.tribe-common-c-btn--small.btn-pink:focus, .btn.btn-pink:hover, .btn.btn-pink:focus {
	color:#fff;
	background-color:#bc3cb9;
}
body .gform_wrapper .gform_footer input.button.btn-pink:before, body .gform_wrapper .gform_footer input[type=submit].btn-pink:before, body .gform_wrapper .gform_page_footer input.button.btn-pink:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink:before, body.woocommerce button.button.btn-pink:before, body.woocommerce .button.btn-pink:before, body.woocommerce-page button.button.btn-pink:before, body.woocommerce-page .button.btn-pink:before, body.woocommerce a.button.alt.btn-pink:before, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-pink:before, .tribe-common button.tribe-common-c-btn.btn-pink:before, .tribe-common button.tribe-common-c-btn--small.btn-pink:before, .btn.btn-pink:before {
	color:#fff;
	background-color:#bc3cb9;
}
body .gform_wrapper .gform_footer input.button.btn-red, body .gform_wrapper .gform_footer input[type=submit].btn-red, body .gform_wrapper .gform_page_footer input.button.btn-red, body .gform_wrapper .gform_page_footer input[type=submit].btn-red, body.woocommerce button.button.btn-red, body.woocommerce .button.btn-red, body.woocommerce-page button.button.btn-red, body.woocommerce-page .button.btn-red, body.woocommerce a.button.alt.btn-red, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-red, .tribe-common button.tribe-common-c-btn.btn-red, .tribe-common button.tribe-common-c-btn--small.btn-red, .btn.btn-red {
	color:#fff;
	background-color:#db1822;
	-webkit-box-shadow:0 19px 38px 0 rgba(205,84,91,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(205,84,91,0.3);
	box-shadow:0 19px 38px 0 rgba(205,84,91,0.3);
}
body .gform_wrapper .gform_footer input.button.btn-red:hover, body .gform_wrapper .gform_footer input.button.btn-red:focus, body .gform_wrapper .gform_footer input[type=submit].btn-red:hover, body .gform_wrapper .gform_footer input[type=submit].btn-red:focus, body .gform_wrapper .gform_page_footer input.button.btn-red:hover, body .gform_wrapper .gform_page_footer input.button.btn-red:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-red:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-red:focus, body.woocommerce button.button.btn-red:hover, body.woocommerce button.button.btn-red:focus, body.woocommerce .button.btn-red:hover, body.woocommerce .button.btn-red:focus, body.woocommerce-page button.button.btn-red:hover, body.woocommerce-page button.button.btn-red:focus, body.woocommerce-page .button.btn-red:hover, body.woocommerce-page .button.btn-red:focus, body.woocommerce a.button.alt.btn-red:hover, body.woocommerce a.button.alt.btn-red:focus, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-red:hover, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-red:focus, .tribe-common button.tribe-common-c-btn.btn-red:hover, .tribe-common button.tribe-common-c-btn.btn-red:focus, .tribe-common button.tribe-common-c-btn--small.btn-red:hover, .tribe-common button.tribe-common-c-btn--small.btn-red:focus, .btn.btn-red:hover, .btn.btn-red:focus {
	color:#fff;
	background-color:#f7434c;
}
body .gform_wrapper .gform_footer input.button.btn-red:before, body .gform_wrapper .gform_footer input[type=submit].btn-red:before, body .gform_wrapper .gform_page_footer input.button.btn-red:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-red:before, body.woocommerce button.button.btn-red:before, body.woocommerce .button.btn-red:before, body.woocommerce-page button.button.btn-red:before, body.woocommerce-page .button.btn-red:before, body.woocommerce a.button.alt.btn-red:before, .tribe-common .tribe-tickets__buy.tribe-common-c-btn.btn-red:before, .tribe-common button.tribe-common-c-btn.btn-red:before, .tribe-common button.tribe-common-c-btn--small.btn-red:before, .btn.btn-red:before {
	color:#fff;
	background-color:#f7434c;
}
body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label, .ajax_login_wrapper .top_label .gfield_label, .ajax_login_wrapper legend.gfield_label, .woocommerce form .top_label .gfield_label, .woocommerce form legend.gfield_label {
	color:#777575;
	font-size:18px;
	font-weight:400;
}
body .gform_wrapper label, .ajax_login_wrapper label, .woocommerce form label {
	color:#777575;
	margin-bottom:0;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea, .ajax_login_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .ajax_login_wrapper textarea, .woocommerce form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .woocommerce form textarea {
	background:#fff;
	min-height:20px;
	height:auto;
	margin:0;
	padding:10px 20px;
	border:1px solid #c3c4c4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	color:#ba9462;
	font-family:'Poppins';
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .gform_wrapper textarea:focus, .ajax_login_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .ajax_login_wrapper textarea:focus, .woocommerce form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .woocommerce form textarea:focus {
	border-color:#0074c8;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .gform_wrapper input.qty[type="number"], .ajax_login_wrapper input.qty[type="number"], .woocommerce form input.qty[type="number"] { padding:10px !important; }
body .gform_wrapper select, .ajax_login_wrapper select, .woocommerce form select {
	height:44px;
	padding:0 20px !important;
	border:2px solid #c3c4c4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#ba9462;
	font-family:'Poppins';
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
body .gform_wrapper select:focus, .ajax_login_wrapper select:focus, .woocommerce form select:focus {
	border-color:#0074c8;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .inverted .gform_wrapper .top_label .gfield_label, body .inverted .gform_wrapper legend.gfield_label, body .inverted .gform_wrapper .gfield_required, body .inverted .gform_wrapper label { color:#ffffff; }
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .inverted .gform_wrapper textarea, body .inverted .gform_wrapper select { border-color:#fff; }
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .inverted .gform_wrapper textarea:focus, body .inverted .gform_wrapper select:focus {
	border-color:#0074c8;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .inverted .gform_wrapper div.validation_error, body .inverted .gform_wrapper .validation_message, body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox, body .inverted .gform_wrapper li.gfield_error ul.gfield_radio {
	color:#ffffff;
	border-color:#fff;
}
form#ws-plugin--s2member-profile label.ws-plugin--s2member-custom-reg-field-op-l {
	float:left;
	width:93%;
}
form#ws-plugin--s2member-profile input.jm_multi_checkbox[type="checkbox"] {
	float:left;
	width:5%;
	margin-top:6px;
}
#back-top-wrapper {
	z-index:999;
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
}
#back-top-wrapper #back-top { margin:0; }
#back-top-wrapper #back-top a {
	display:block;
	width:42px;
	height:42px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	margin:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#000000 url(../images/helper/up-arrow.png) no-repeat 50% 50%;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top-wrapper #back-top a:hover { background-color:#0074c8; }
#preloader {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:9999;
}
#preloader #status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
.says, .screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	height:1px;
	overflow:hidden;
	position:absolute !important;
	width:1px;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.clear {
	border:0;
	clear:both;
	display:block;
	float:none;
	margin:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
}
.clearfix:after {
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.rich_header:before, .rich_header:after {
	display:inline-block;
	content:'';
	width:4px;
	height:4px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#0074c8;
	margin:0 20px;
	top:-6px;
	position:relative;
}
@media (max-width: 767px) {
	.rich_header:before, .rich_header:after { display:none; }
}
.breadcrumbs {
	font-size:18px;
	line-height:26px;
	color:#000000;
	padding:15px 0;
	background:none;
}
.breadcrumbs ul {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	list-style:none;
}
.breadcrumbs ul li {
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
}
.breadcrumbs .breadcrumbs-item-sep {
	padding:0 10px;
	text-align:center;
}
.breadcrumbs a { color:#0074c8; }
.post-nav {
	padding:24px 0;
	border-top:1px solid #0074c8;
}
.post-nav a { text-decoration:none; }
.post-nav .nav-previous {
	float:left;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.post-nav .nav-next {
	float:right;
	text-align:right;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.nav-links {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:40px;
}
@media (max-width: 767.98px) {
	.nav-links { flex-wrap:wrap; }
}
.wp-pagenavi {
	clear:both;
	text-align:center;
	padding:30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	display:inline-block;
	min-width:40px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding:0px 5px;
	margin:0 1px;
	background-color:#ba9462;
	color:#0074c8;
	font-size:15px;
}
.wp-pagenavi span.current {
	background-color:#0074c8;
	color:#ffffff;
	text-decoration:none;
}
.wp-pagenavi a:hover {
	background-color:#0074c8;
	color:#ffffff;
	text-decoration:none;
}
.wp-pagenavi span.current { font-weight:bold; }
article.post { margin-bottom:40px; }
.alignleft {
	float:left;
	margin:0 26px 26px 0;
}
.alignright {
	float:right;
	margin:0 0 26px 26px;
}
.aligncenter {
	display:block;
	margin:0 auto 26px auto;
}
.ui-datepicker a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.ui-datepicker tbody td { text-align:center; }
table tr th {
	padding:12px 20px;
	font-size:13px;
	font-weight:600;
}
table tr td {
	padding:12px 20px;
	background-color:#fff;
}
body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce #respond input#submit.alt, body.woocommerce a.button.alt, body.woocommerce button.button.alt, body.woocommerce input.button.alt {
	padding-left:40px;
	padding-right:40px;
}
body.woocommerce #respond input#submit:before, body.woocommerce a.button:before, body.woocommerce button.button:before, body.woocommerce input.button:before, 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 { display:none; }
body.woocommerce .site-header-cart, body.woocommerce-page .site-header-cart, .site-header-cart {
	margin:0 0 0 40px;
	color:#001a2b;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.06em;
}
@media (max-width: 767px) {
	body.woocommerce .site-header-cart, body.woocommerce-page .site-header-cart, .site-header-cart { margin:0 0 20px 0; }
}
body.woocommerce .site-header-cart .site-header-cart__wrapper, body.woocommerce-page .site-header-cart .site-header-cart__wrapper, .site-header-cart .site-header-cart__wrapper {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
body.woocommerce .site-header-cart .site-header-cart__wrapper i, body.woocommerce-page .site-header-cart .site-header-cart__wrapper i, .site-header-cart .site-header-cart__wrapper i {
	color:#0074c8;
	font-size:14px;
	line-height:1;
	display:inline-block;
	vertical-align:middle;
}
body.woocommerce .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap, body.woocommerce-page .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap, .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
	top:40px;
	right:0;
	left:auto;
	transform:translate(0,0);
	transition:0.3s all ease;
	pointer-events:none;
	visibility:hidden;
	margin-top:22px;
	border-radius:3px;
}
@media (max-width: 767px) {
	body.woocommerce .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap, body.woocommerce-page .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap, .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
		top:10px;
		right:auto;
		left:50%;
		margin-left:-125px;
	}
}
body.woocommerce .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .mini_cart_item_title, body.woocommerce-page .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .mini_cart_item_title, .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .mini_cart_item_title {
	padding-right:20px;
	display:block;
}
body.woocommerce .site-header-cart .site-header-cart__wrapper.open .shopping_cart-dropdown-wrap, body.woocommerce-page .site-header-cart .site-header-cart__wrapper.open .shopping_cart-dropdown-wrap, .site-header-cart .site-header-cart__wrapper.open .shopping_cart-dropdown-wrap {
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}
body.woocommerce .site-header-cart .cart-contents, body.woocommerce-page .site-header-cart .cart-contents, .site-header-cart .cart-contents {
	text-align:right;
	cursor:pointer;
	white-space:nowrap;
	position:relative;
}
body.woocommerce .site-header-cart .cart-contents .text, body.woocommerce-page .site-header-cart .cart-contents .text, .site-header-cart .cart-contents .text {
	color:#001a2b;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.06em;
}
body.woocommerce .site-header-cart .cart-contents .count, body.woocommerce-page .site-header-cart .cart-contents .count, .site-header-cart .cart-contents .count {
	vertical-align:middle;
	color:white;
	display:inline-block;
	width:23px;
	height:23px;
	font-size:14px;
	line-height:23px;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
	border-radius:50%;
	margin:-20px 0 0 0;
	background-color:#0074c8;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap, .site-header-cart .shopping_cart-dropdown-wrap {
	position:absolute;
	width:250px;
	top:-999em;
	right:0;
	z-index:100;
	box-shadow:0 3px 38px rgba(0,0,0,0.1);
	background:#ffffff;
	opacity:0;
	filter:alpha(opacity=0);
	transform:translate(0,10px);
	transition:transform 0.2s ease, opacity 0.2s ease, top 0s linear 0.2s;
	padding:15px;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap h5, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap h5, .site-header-cart .shopping_cart-dropdown-wrap h5 {
	font-size:18px;
	color:#0074c8;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap p, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap p, .site-header-cart .shopping_cart-dropdown-wrap p {
	font-size:16px;
	line-height:20px;
	margin:0;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0, .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 { text-align:left; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 .empty, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 .empty, .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 .empty { text-align:left; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header > *, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header > *, .site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header > * { margin:0; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
	padding:23px 0 0;
	max-height:356px;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li.mini_cart_item a img, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li.mini_cart_item a img, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li.mini_cart_item a img {
	width:70px;
	margin-right:10px;
	margin-top:5px;
}
@media (max-width: 767px) {
	body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
		max-height:120px;
		overflow-y:auto;
		overflow-x:hidden;
	}
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li > a, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li > a, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li > a {
	font-size:16px;
	line-height:1.43;
	font-weight:400;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li .quantity .amount, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li .quantity .amount, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li .quantity .amount {
	display:inline-block;
	vertical-align:baseline;
	font-size:20px;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .total, body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .buttons, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .total, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .buttons, .site-header-cart .shopping_cart-dropdown-wrap .total, .site-header-cart .shopping_cart-dropdown-wrap .buttons { margin:0; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap a.remove, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap a.remove, .site-header-cart .shopping_cart-dropdown-wrap a.remove {
	position:absolute;
	top:-20px;
	right:5px;
	left:auto;
	margin-left:0;
	line-height:1 !important;
	font-size:1.5em !important;
	opacity:1;
}
.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart, .shopping_cart-dropdown-wrap .widget_shopping_cart_content { margin-bottom:0; }
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button.wc-forward, .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button.wc-forward {
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
}
.woocommerce.widget_shopping_cart .total, .widget_shopping_cart_content .total {
	border-top:1px solid #0074c8;
	padding-top:24px;
	padding-bottom:23px;
}
.woocommerce.widget_shopping_cart .total strong, .widget_shopping_cart_content .total strong { text-transform:uppercase; }
.woocommerce.widget_shopping_cart .buttons a.button, .widget_shopping_cart_content .buttons a.button {
	display:block;
	margin-bottom:10px;
	width:100%;
}
.woocommerce.widget_shopping_cart .buttons a.button:last-child, .widget_shopping_cart_content .buttons a.button:last-child { margin-bottom:0; }
.woocommerce.widget_shopping_cart ul.cart_list, .widget_shopping_cart_content ul.cart_list { text-align:left; }
.woocommerce.widget_shopping_cart ul.cart_list > li, .widget_shopping_cart_content ul.cart_list > li {
	margin:0;
	padding:10px 10px 10px 0;
	color:inherit;
}
.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li, .shopping_cart-dropdown-wrap .widget_shopping_cart_content ul.cart_list > li {
	padding:0;
	margin:0 0 20px;
}
.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li.empty, .shopping_cart-dropdown-wrap .widget_shopping_cart_content ul.cart_list > li.empty { padding:0; }
.footer-area .woocommerce.widget_shopping_cart ul.cart_list > li, .footer-area .widget_shopping_cart_content ul.cart_list > li { padding:0 0 20px; }
.woocommerce.widget_shopping_cart ul.cart_list > li img, .widget_shopping_cart_content ul.cart_list > li img {
	float:left;
	margin:0 20px 15px 0;
	width:auto;
	display:block;
	max-width:85%;
}
.footer-area .woocommerce.widget_shopping_cart ul.cart_list > li + li, .footer-area .widget_shopping_cart_content ul.cart_list > li + li { padding-top:22px; }
.woocommerce.widget_shopping_cart ul.cart_list > li dl, .widget_shopping_cart_content ul.cart_list > li dl {
	display:block;
	overflow:hidden;
	margin:5px 0 5px;
	padding-left:0;
	border:none;
	font-size:11px;
}
.woocommerce.widget_shopping_cart ul.cart_list > li dl dt, .woocommerce.widget_shopping_cart ul.cart_list > li dl dd, .widget_shopping_cart_content ul.cart_list > li dl dt, .widget_shopping_cart_content ul.cart_list > li dl dd {
	display:inline-block;
	float:left;
	margin-bottom:1em;
}
.woocommerce.widget_shopping_cart ul.cart_list > li dl dt, .widget_shopping_cart_content ul.cart_list > li dl dt {
	font-weight:700;
	padding:0;
	margin:0 4px 0 0;
	clear:left;
}
.woocommerce.widget_shopping_cart ul.cart_list > li dl dd, .widget_shopping_cart_content ul.cart_list > li dl dd {
	padding:0;
	margin:0;
}
.woocommerce.widget_shopping_cart ul.cart_list > li dl dd p:last-child, .widget_shopping_cart_content ul.cart_list > li dl dd p:last-child { margin-bottom:0; }
.woocommerce.widget_shopping_cart ul.cart_list > li .quantity, .widget_shopping_cart_content ul.cart_list > li .quantity {
	display:block;
	overflow:hidden;
}
body.woocommerce .col2-set .col-1, body.woocommerce .col2-set .col-2, body.woocommerce-page .col2-set .col-1, body.woocommerce-page .col2-set .col-2 { max-width:100%; }
body.woocommerce p.form-row, body.woocommerce-page p.form-row { display:block; }
body.woocommerce div.product, body.woocommerce-page div.product {
	display:flex;
	justify-content:space-between;
}
@media (max-width: 991px) {
	body.woocommerce div.product, body.woocommerce-page div.product { display:block; }
}
body.woocommerce div.product div.images, body.woocommerce-page div.product div.images {
	float:none;
	order:2;
	width:40%;
}
@media (max-width: 991px) {
	body.woocommerce div.product div.images, body.woocommerce-page div.product div.images { width:100%; }
}
body.woocommerce div.product div.images .flex-control-thumbs, body.woocommerce-page div.product div.images .flex-control-thumbs {
	margin-top:20px;
	margin-right:-10px;
	margin-left:-10px;
}
body.woocommerce div.product div.images .flex-control-thumbs li, body.woocommerce-page div.product div.images .flex-control-thumbs li { padding:0 10px 20px 10px; }
body.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, body.woocommerce-page div.product div.images .flex-control-thumbs li img.flex-active { border:3px solid #0074c8; }
body.woocommerce div.product .summary, body.woocommerce-page div.product .summary {
	order:1;
	width:56%;
	float:none;
}
@media (max-width: 991px) {
	body.woocommerce div.product .summary, body.woocommerce-page div.product .summary { width:100%; }
}
body.woocommerce .description-wrapper, body.woocommerce-page .description-wrapper {
	border-bottom:1px solid #d4dbde;
	padding:0 0 30px 0;
	margin-bottom:30px;
}
body.woocommerce .description-wrapper h2:first-child, body.woocommerce .description-wrapper h3:first-child, body.woocommerce-page .description-wrapper h2:first-child, body.woocommerce-page .description-wrapper h3:first-child {
	border-bottom:1px solid #d4dbde;
	padding:0 0 30px 0;
	margin-bottom:30px;
}
body.woocommerce .description-wrapper p:last-child, body.woocommerce-page .description-wrapper p:last-child { margin-bottom:0; }
body.woocommerce .downloads-wrapper, body.woocommerce-page .downloads-wrapper {
	border-bottom:1px solid #d4dbde;
	padding:0 0 30px 0;
	margin-bottom:30px;
}
body.woocommerce .downloads-wrapper .file, body.woocommerce-page .downloads-wrapper .file {
	display:inline-block;
	padding-left:60px;
	min-height:50px;
	background-image:url("../images/helper/icon-file.png");
	background-position:left center;
	background-repeat:no-repeat;
	line-height:25px;
	color:#0074c8;
}
body.woocommerce .downloads-wrapper .file span, body.woocommerce-page .downloads-wrapper .file span {
	font-size:16px;
	color:#000000;
}
body.woocommerce .downloads-wrapper .file.icon-pdf, body.woocommerce-page .downloads-wrapper .file.icon-pdf { background-image:url("../images/helper/icon-pdf.png"); }
body.woocommerce .cart-wrapper, body.woocommerce-page .cart-wrapper {
	border-bottom:1px solid #d4dbde;
	padding:0 0 30px 0;
	margin-bottom:30px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
body.woocommerce .cart-wrapper .price-wrapper, body.woocommerce-page .cart-wrapper .price-wrapper { margin-right:80px; }
body.woocommerce .cart-wrapper .price-wrapper span.label, body.woocommerce-page .cart-wrapper .price-wrapper span.label {
	display:block;
	font-size:16px;
	color:#777575;
}
body.woocommerce .cart-wrapper .price-wrapper p, body.woocommerce-page .cart-wrapper .price-wrapper p {
	margin:0;
	color:#000000;
	font-size:34px;
	line-height:50px;
	font-weight:300;
}
body.woocommerce .cart-wrapper form, body.woocommerce-page .cart-wrapper form { margin-bottom:0 !important; }
body.woocommerce .cart-wrapper form label, body.woocommerce-page .cart-wrapper form label {
	display:block;
	font-size:16px;
	color:#777575;
	width:100%;
	margin:0;
}
body.woocommerce div.product form.cart div.quantity, body.woocommerce-page div.product form.cart div.quantity {
	margin-right:30px;
	display:flex;
	flex-wrap:wrap;
	-moz-appearance:none;
}
body.woocommerce div.product form.cart div.quantity input.qty, body.woocommerce-page div.product form.cart div.quantity input.qty {
	height:50px;
	width:80px;
	order:2;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-webkit-appearance:textfield;
	border:none;
	background-color:inherit;
	padding-left:0;
	padding-right:0;
	font-size:34px;
}
body.woocommerce div.product form.cart div.quantity input.qty:focus, body.woocommerce-page div.product form.cart div.quantity input.qty:focus {
	border:none;
	box-shadow:none;
}
body.woocommerce div.product form.cart div.quantity span, body.woocommerce-page div.product form.cart div.quantity span {
	position:relative;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	padding:12px 10px;
	width:40px;
	height:50px;
	margin-right:5px;
	cursor:pointer;
}
body.woocommerce div.product form.cart div.quantity span::before, body.woocommerce-page div.product form.cart div.quantity span::before {
	position:absolute;
	top:50%;
	left:50%;
	font-size:34px;
	line-height:50px;
	color:#0074c8;
	transform:translate(-50%,-50%);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
body.woocommerce div.product form.cart div.quantity span.jm-qty-minus, body.woocommerce-page div.product form.cart div.quantity span.jm-qty-minus { order:1; }
body.woocommerce div.product form.cart div.quantity span.jm-qty-minus::before, body.woocommerce-page div.product form.cart div.quantity span.jm-qty-minus::before { content:'-'; }
body.woocommerce div.product form.cart div.quantity span.jm-qty-plus, body.woocommerce-page div.product form.cart div.quantity span.jm-qty-plus { order:3; }
body.woocommerce div.product form.cart div.quantity span.jm-qty-plus::before, body.woocommerce-page div.product form.cart div.quantity span.jm-qty-plus::before { content:'+'; }
body.woocommerce .woocommerce-cart-form #coupon_code.input-text, body.woocommerce .cart_totals #coupon_code.input-text, body.woocommerce .place-order #coupon_code.input-text, body.woocommerce-page .woocommerce-cart-form #coupon_code.input-text, body.woocommerce-page .cart_totals #coupon_code.input-text, body.woocommerce-page .place-order #coupon_code.input-text {
	width:200px !important;
	margin:0 25px 0 0 !important;
}
body.woocommerce .woocommerce-cart-form .button, body.woocommerce .cart_totals .button, body.woocommerce .place-order .button, body.woocommerce-page .woocommerce-cart-form .button, body.woocommerce-page .cart_totals .button, body.woocommerce-page .place-order .button { padding:10px 20px !important; }
body.woocommerce .woocommerce-cart-form .button.alt, body.woocommerce .cart_totals .button.alt, body.woocommerce .place-order .button.alt, body.woocommerce-page .woocommerce-cart-form .button.alt, body.woocommerce-page .cart_totals .button.alt, body.woocommerce-page .place-order .button.alt {
	color:#fff;
	background-color:#0074c8 !important;
}
body.woocommerce .woocommerce-cart-form img.woocommerce-placeholder, body.woocommerce .cart_totals img.woocommerce-placeholder, body.woocommerce .place-order img.woocommerce-placeholder, body.woocommerce-page .woocommerce-cart-form img.woocommerce-placeholder, body.woocommerce-page .cart_totals img.woocommerce-placeholder, body.woocommerce-page .place-order img.woocommerce-placeholder { display:none; }
body.woocommerce #payment .form-row select, body.woocommerce-page #payment .form-row select {
	padding:3px 5px !important;
	width:100px;
	height:auto;
	font-size:16px;
	line-height:20px;
}
body.woocommerce #payment .form-row input.input-text, body.woocommerce-page #payment .form-row input.input-text {
	background:#fff;
	min-height:20px;
	height:auto;
	margin:0;
	padding:10px 20px;
	border:1px solid #c3c4c4;
	border-radius:5px;
	box-shadow:none;
	resize:none;
	color:#ba9462;
	font-family:'Poppins';
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
.enhancedcategory { margin-bottom:50px; }
.subcategories .category-box { margin-bottom:30px; }
.subcategories .category-box h2 {
	font-weight:300;
	font-size:30px;
	line-height:40px;
	margin-bottom:30px;
}
.subcategory-description { margin-bottom:40px; }
.subcategory-description .term-description { display:none; }
.category-menu {
	margin:0 0 40px 0;
	padding:0;
	list-style:none;
}
@media (max-width: 991px) {
	.category-menu {
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
	}
}
.category-menu li {
	margin:0 0 20px 0;
	padding:0;
}
@media (max-width: 991px) {
	.category-menu li { margin:0 10px 20px 10px; }
}
.category-menu li a {
	display:block;
	color:#626262;
	font-size:16px;
	line-height:20px;
}
.category-menu li a:hover { color:#0074c8; }
.category-menu li.current a { color:#0074c8; }
.shop-loop-custom {
	margin:0;
	padding:0;
	list-style:none;
}
.shop-loop-custom li {
	margin:0;
	padding:0;
}
.shop-loop-custom li .product-list-item {
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:60px;
}
@media (max-width: 767px) {
	.shop-loop-custom li .product-list-item { display:block; }
}
.shop-loop-custom li .product-list-item .product-image { width:48%; }
@media (max-width: 767px) {
	.shop-loop-custom li .product-list-item .product-image {
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}
}
.shop-loop-custom li .product-list-item .product-description { width:48%; }
@media (max-width: 767px) {
	.shop-loop-custom li .product-list-item .product-description {
		width:100%;
		text-align:center;
	}
}
.shop-loop-custom li .product-list-item .product-description .product-title h2 {
	font-size:40px;
	font-weight:300;
	color:#0074c8;
	margin-bottom:30px;
}
.shop-loop-custom li .product-list-item .btn {
	padding-left:40px;
	padding-right:40px;
}
.shop-loop-custom li:nth-child(even) .product-list-item .product-image { order:2; }
.shop-loop-custom li:nth-child(even) .product-list-item .product-description { order:1; }
.jm-youtube-box { position:relative; }
.jm-youtube-box .jm-video-wrapper {
	overflow:hidden;
	padding:0 0 56.25% 0;
	margin:0;
	height:0;
	position:relative;
}
.jm-youtube-box .jm-video-wrapper iframe {
	border:0;
	height:100%;
	width:100%;
	min-width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 { padding:0 0 56.25% 0; }
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 { padding:0 0 75% 0; }
.jm-youtube-box .jm-video-wrapper .youtube-overlay {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border:0;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow:hidden;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
	display:block;
	width:auto;
	height:100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
	border:none;
	background-color:transparent;
	padding:0;
	color:inherit;
	text-align:inherit;
	font-size:100%;
	font-family:inherit;
	cursor:default;
	line-height:inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus, .jm-youtube-box .jm-video-wrapper .ytp-button { outline:0; }
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
	padding:0;
	border:0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
	position:absolute;
	left:50%;
	top:50%;
	width:68px;
	height:48px;
	margin-left:-34px;
	margin-top:-24px;
	-moz-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	z-index:63;
	cursor:pointer;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
	-moz-transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	-webkit-transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	fill:#212121;
	fill-opacity:.8;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
	-moz-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	fill:#f00;
	fill-opacity:1;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	color:#000000;
	font:400 16px/26px 'Poppins';
	width:100%;
	min-width:320px;
	position:inherit;
	text-align:center;
	background-color:#ffffff;
	position:static !important;
}
td, th {
	color:#000000;
	text-align:left;
	vertical-align:top;
}
p {
	color:#000000;
	font:400 16px/26px 'Poppins';
	margin:0 0 26px 0;
	padding:0;
}
hr {
	display:block;
	clear:both;
	height:1px;
	border:none;
	margin:0 0 26px 0;
	padding:0;
	border-bottom:1px solid #000000;
}
a {
	color:#0074c8;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
a:focus, a:hover {
	text-decoration:none;
	color:#000000;
	outline:none;
}
h1 {
	color:#000000;
	font:400 40px/60px 'Bowlby One';
	text-transform:uppercase;
	margin:0;
	padding:0;
}
h2 {
	color:#000000;
	font:600 40px/60px 'Poppins';
	margin:0 0 16px 0;
	padding:0;
	letter-spacing:2px;
}
.home h2 {
	font:400 50px/60px 'Bowlby One';
	text-transform:uppercase;
	letter-spacing:2px;
}
@media screen and (max-width: 767.98px) {
	.home h2 {
		font-size:32px;
		line-height:40px;
	}
}
h2 a {
	color:#000000;
	text-decoration:none;
}
h2.entry-title {
	text-transform:uppercase;
	font:500 26px/40px 'Poppins';
}
h2.entry-title a { color:#0074c8; }
h3 {
	color:#000000;
	font:600 32px/48px 'Poppins';
	margin:0 0 16px 0;
	padding:0;
}
.home h3 { font:400 30px/48px 'Satisfy', cursive; }
@media screen and (max-width: 767.98px) {
	.home h3 {
		font-size:22px;
		line-height:32px;
	}
}
h4 {
	color:#000000;
	font:500 26px/38px 'Poppins';
	margin:0 0 16px 0;
	padding:0;
	letter-spacing:2px;
}
h5 {
	color:#000000;
	font:500 24px/34px 'Poppins';
	margin:0 0 16px 0;
	padding:0;
}
h6 {
	color:#000000;
	font:600 16px/28px 'Poppins';
	margin:0 0 16px 0;
	padding:0;
	letter-spacing:1px;
}
@media screen and (max-width: 767.98px) {
	h1 {
		font-size:30px;
		line-height:40px;
	}
	h2 {
		font-size:26px;
		line-height:30px;
	}
	h3 {
		font-size:24px;
		line-height:30px;
	}
	h4 {
		font-size:22px;
		line-height:30px;
	}
	h5 {
		font-size:18px;
		line-height:30px;
	}
	h6 {
		font-size:16px;
		line-height:26px;
	}
}
.site {
	position:relative;
	z-index:1;
	display:flex;
	flex-direction:column;
	height:100%;
	text-align:left;
}
.site .site-wrapper {
	flex:1 0 auto;
	overflow:hidden;
}
.inverted * { color:#fff; }
.header-indent { margin:25px 0 60px 0; }
@media (max-width: 1199px) {
	.header-indent { margin:0 0 35px 0; }
}
.content-indent { padding:80px 0 80px 0; }
.content-indent.vc_col-has-fill>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1199px) {
	.content-indent { padding:40px 0; }
}
.content-indent-bottom { padding:0 0 60px 0; }
.content-indent-bottom.vc_col-has-fill>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1199px) {
	.content-indent-bottom { padding:0 0 20px 0; }
}
.content-area, .widget-area { margin:80px 0; }
@media (max-width: 1199px) {
	.content-area, .widget-area { margin:35px 0; }
}
.page .content-area, .page .widget-area { margin:0; }
.home .content-area, .home .widget-area { margin:0; }
.entry-content { padding:72px 0; }
.home .entry-content { padding:0 0 72px 0; }
.title-section {
	position:relative;
	padding:120px 0;
	margin:0;
	text-align:center;
	background-color:#f1f3f4;
	background-position:center center;
	background-size:cover;
}
@media (max-width: 1199px) {
	.title-section { padding:80px 0; }
}
@media (max-width: 767px) {
	.title-section { padding:40px 0; }
}
.title-section h1 {
	margin:0;
	letter-spacing:3px;
}
.home_sport_boxes .wpb_wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.home_sport_boxes .wpb_wrapper .sport-box {
	width:49%;
	margin:0 0 25px 0;
}
@media (max-width: 767px) {
	.home_sport_boxes .wpb_wrapper .sport-box { width:100%; }
}
.home_sport_boxes .wpb_wrapper .sport-box a {
	display:block;
	position:relative;
	border-radius:8px;
	overflow:hidden;
}
.home_sport_boxes .wpb_wrapper .sport-box a img {
	width:100%;
	height:auto;
}
.home_sport_boxes .wpb_wrapper .sport-box a span {
	color:#fff;
	font:400 40px/50px 'Bowlby One';
	letter-spacing:3px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	position:absolute;
	bottom:10%;
	right:5%;
}
@media (max-width: 1200px) {
	.home_sport_boxes .wpb_wrapper .sport-box a span { font:400 30px/40px 'Bowlby One'; }
}
@media (max-width: 991px) {
	.home_sport_boxes .wpb_wrapper .sport-box a span { font:400 25px/40px 'Bowlby One'; }
}
@media (max-width: 767px) {
	.home_sport_boxes .wpb_wrapper .sport-box a span { font:400 40px/50px 'Bowlby One'; }
}
@media (max-width: 460px) {
	.home_sport_boxes .wpb_wrapper .sport-box a span { font:400 25px/40px 'Bowlby One'; }
}
.home_sport_boxes .wpb_wrapper .sport-box:nth-child(even) a span { left:5%; }
.tribe_events_feed {
	display:flex;
	justify-content:space-between;
}
@media (max-width: 991px) {
	.tribe_events_feed { flex-wrap:wrap; }
}
.tribe_events_feed .event-box {
	width:23%;
	border-radius:7px;
	background:#f0f2f3;
	margin:0 0 25px 0;
}
@media (max-width: 991px) {
	.tribe_events_feed .event-box { width:49%; }
}
@media (max-width: 600px) {
	.tribe_events_feed .event-box { width:100%; }
}
.tribe_events_feed .event-box .event-data { padding:0 25px 25px 25px; }
.tribe_events_feed .event-box .event-data .event-date, .tribe_events_feed .event-box .event-data .event-time, .tribe_events_feed .event-box .event-data .event-venue {
	position:relative;
	padding:0 0 0 25px;
	margin:0 0 5px 0;
}
.tribe_events_feed .event-box .event-data .event-date:before, .tribe_events_feed .event-box .event-data .event-time:before, .tribe_events_feed .event-box .event-data .event-venue:before {
	content:'';
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
	color:#0074c8;
	position:absolute;
	left:1px;
	top:0px;
}
.tribe_events_feed .event-box .event-data .event-date:before { content:'\f073'; }
.tribe_events_feed .event-box .event-data .event-time:before { content:'\f017'; }
.tribe_events_feed .event-box .event-data .event-venue:before { content:'\f3c5'; }
.tribe_events_feed .event-box img {
	width:100%;
	max-width:100%;
	margin:0 0 15px 0;
}
.tribe_events_feed .event-box h4 {
	margin:0 0 15px 0;
	padding:0 25px;
	text-transform:uppercase;
	font:400 24px/36px 'Poppins';
	min-height:72px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.tribe_events_feed .event-box h4 {
		font-size:20px;
		line-height:28px;
	}
}
@media (max-width: 600px) {
	.tribe_events_feed .event-box h4 {
		font-size:20px;
		line-height:28px;
	}
}
.tribe-events-single > .tribe_events { z-index:100; }
.announcements_feed .vc_pageable-slide-wrapper {
	display:flex;
	justify-content:space-between;
}
@media (max-width: 991px) {
	.announcements_feed .vc_pageable-slide-wrapper { flex-wrap:wrap; }
}
.announcements_feed .vc_grid-item .vc_gitem-animated-block { margin:0 0 25px 0; }
.announcements_feed .vc_grid-item img {
	width:100%;
	max-width:100%;
	margin:0;
	border-radius:7px;
}
.announcements_feed .vc_grid-item h4 {
	margin:0 0 15px 0;
	padding:0;
	text-transform:uppercase;
	font:400 24px/36px 'Poppins';
	min-height:72px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.announcements_feed .vc_grid-item h4 {
		font-size:20px;
		line-height:28px;
	}
}
@media (max-width: 600px) {
	.announcements_feed .vc_grid-item h4 {
		font-size:20px;
		line-height:28px;
	}
}
.announcements_feed .vc_grid-item .custom_excerpt { margin:0 0 25px 0; }
.announcements_feed .vc_grid-item .vc_btn3.vc_btn3-color-blue {
	margin:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	box-shadow:none;
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	letter-spacing:0.08em;
	color:#0074c8;
	background-color:#f0f2f3;
	border:none;
}
.announcements_feed .vc_grid-item .vc_btn3.vc_btn3-color-blue:hover, .announcements_feed .vc_grid-item .vc_btn3.vc_btn3-color-blue:focus {
	color:#fff;
	background-color:#0074c8;
}
.league_stats { margin:0 0 15px 0; }
.league_stats .btn {
	padding:10px 15px;
	background:#ffeea8;
	color:#0074c8;
	text-transform:none;
	margin:0 0 0 15px;
	letter-spacing:0;
	font-size:16px;
}
.league_stats .btn:hover {
	background:#0074c8;
	color:#ffeea8;
}
.become_member_section > .vc_column_container > .vc_column-inner {
	width:95%;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}
@media (max-width: 767px) {
	.become_member_section > .vc_column_container > .vc_column-inner { margin-bottom:35px; }
}
.become_member_section .block_blue {
	font:500 26px/40px 'Poppins';
	letter-spacing:0.03em;
	text-align:center;
	margin:-35px -15px 25px -15px;
	padding:35px 15px;
	background:#0074c8;
	color:#ffffff;
	text-transform:uppercase;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
.become_member_section .block_yellow {
	font:500 26px/40px 'Poppins';
	letter-spacing:0.03em;
	text-align:center;
	margin:-35px -15px 25px -15px;
	padding:35px 15px;
	background:#e8ba00;
	color:#ffffff;
	text-transform:uppercase;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
body div.s2member-pro-paypal-form-section {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
body div.s2member-pro-paypal-form-section > div {
	width:30%;
	margin:0 0 25px 0;
}
body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-section-title, body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-custom-reg-field-divider-section-title, body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-description-div {
	width:100%;
	text-transform:uppercase;
	font:500 26px/40px 'Poppins';
}
body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-custom-reg-field-activities-committees-div, body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-checkout-form-custom-reg-field-viewable-contact-info-div, body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-response-div { width:100%; }
body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-custom-reg-field-activities-committees-div { margin:35px 0 0 0; }
body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-custom-reg-field-activities-committees-div label > span {
	text-transform:uppercase;
	font:500 26px/40px 'Poppins';
}
body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-custom-reg-field-activities-committees-div .checkbox_options_wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin:10px 0 0 0;
}
body div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-custom-reg-field-activities-committees-div .checkbox_options_wrapper .checkbox_option {
	width:270px;
	margin:0 0 5px 0;
}
body div.s2member-pro-paypal-form-section#s2member-pro-paypal-checkout-form-billing-method-section .s2member-pro-paypal-form-card-type-div {
	width:100%;
	display:flex;
}
body div.s2member-pro-paypal-form-section#s2member-pro-paypal-checkout-form-billing-method-section .s2member-pro-paypal-form-card-type-div .s2member-pro-paypal-checkout-form-card-type-paypal-label { order:10; }
body div.s2member-pro-paypal-form-section#s2member-pro-paypal-checkout-form-billing-method-section .s2member-pro-paypal-form-card-type-div label.s2member-pro-paypal-form-card-type-label.disabled {
	opcity:0;
	display:none;
}
body div.s2member-pro-paypal-checkout-form-registration-section {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
body div.s2member-pro-paypal-checkout-form-registration-section > div {
	width:49%;
	margin:0 0 25px 0;
}
body div.s2member-pro-paypal-checkout-form-registration-section > div.s2member-pro-paypal-form-section-title { width:100%; }
.login_image > .vc_column-inner { min-height:500px; }
@media (max-width: 1199px) {
	.login_image > .vc_column-inner {
		min-height:auto;
		padding-top:56% !important;
	}
}
.ajax_login_wrapper {
	padding:50px;
	background:#ffffff;
	max-width:500px;
	margin:0 auto;
}
@media (max-width: 767px) {
	.ajax_login_wrapper { padding:20px; }
}
.ajax_login_wrapper.no_bg { background:none; }
.ajax_login_wrapper .status { display:none; }
.ajax_login_wrapper form input { width:100%; }
.ajax_login_wrapper form .btn { width:100%; }
.ajax_login_wrapper form .username_wrapper, .ajax_login_wrapper form .password_wrapper, .ajax_login_wrapper form .link_wrapper { margin:0 0 15px 0; }
.ajax_login_wrapper form .username_wrapper, .ajax_login_wrapper form .password_wrapper { position:relative; }
.ajax_login_wrapper form .username_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .ajax_login_wrapper form .password_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { padding-left:70px; }
.ajax_login_wrapper form .username_wrapper:before, .ajax_login_wrapper form .password_wrapper:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:50px;
	border-right:1px solid #c3c4c4;
	text-align:center;
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
	line-height:42px;
	color:#0074c8;
}
.ajax_login_wrapper form .username_wrapper:before { content:'\f007'; }
.ajax_login_wrapper form .password_wrapper:before { content:'\f023'; }
.dashboard_links .links_wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
}
.dashboard_links .links_wrapper a {
	display:block;
	color:#ffffff;
	font-size:16px;
	width:30%;
	padding:25px 10px;
	margin:0 15px 25px 15px;
	text-align:center;
}
.dashboard_links .links_wrapper a:before {
	content:'';
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
	display:inline-block;
	width:30px;
	text-align:center;
}
.dashboard_links .links_wrapper a:hover { color:#ffffff; }
@media (max-width: 1199px) {
	.dashboard_links .links_wrapper a { width:48%; }
}
@media (max-width: 767px) {
	.dashboard_links .links_wrapper a { width:100%; }
}
.dashboard_links .links_wrapper .dsh_edit { background:#c33258; }
.dashboard_links .links_wrapper .dsh_edit:before { content:'\f304'; }
.dashboard_links .links_wrapper .dsh_edit:hover { background:#d35576; }
.dashboard_links .links_wrapper .dsh_status { background:#78a35a; }
.dashboard_links .links_wrapper .dsh_status:before { content:'\f500'; }
.dashboard_links .links_wrapper .dsh_status:hover { background:#93b67a; }
.dashboard_links .links_wrapper .dsh_my_leagues { background:#0074c8; }
.dashboard_links .links_wrapper .dsh_my_leagues:before { content:'\f091'; }
.dashboard_links .links_wrapper .dsh_my_leagues:hover { background:#0092fb; }
.dashboard_links .links_wrapper .dsh_register { background:#e38436; }
.dashboard_links .links_wrapper .dsh_register:before { content:'\f15c'; }
.dashboard_links .links_wrapper .dsh_register:hover { background:#e99f63; }
.dashboard_links .links_wrapper .dsh_calendar { background:#936dab; }
.dashboard_links .links_wrapper .dsh_calendar:before { content:'\f073'; }
.dashboard_links .links_wrapper .dsh_calendar:hover { background:#ab8dbe; }
.dashboard_links .links_wrapper .dsh_search { background:#e3c54c; }
.dashboard_links .links_wrapper .dsh_search:before { content:'\f002'; }
.dashboard_links .links_wrapper .dsh_search:hover { background:#ead378; }
.dashboard_links .links_wrapper .dsh_voting { background:#a3c34b; }
.dashboard_links .links_wrapper .dsh_voting:before { content:'\f6de'; }
.dashboard_links .links_wrapper .dsh_voting:hover { background:#b7d071; }
.dashboard_links .links_wrapper .dsh_sportcaster { background:#ba9462; }
.dashboard_links .links_wrapper .dsh_sportcaster:before { content:'\f1d8'; }
.dashboard_links .links_wrapper .dsh_sportcaster:hover { background:#caac85; }
.dashboard_links .links_wrapper .dsh_rules { background:#f4394f; }
.dashboard_links .links_wrapper .dsh_rules:before { content:'\f02d'; }
.dashboard_links .links_wrapper .dsh_rules:hover { background:#d35576; }
.dashboard_links .links_wrapper .dsh_logout { background:#0074c8; }
.dashboard_links .links_wrapper .dsh_logout:before { content:'\f007'; }
.dashboard_links .links_wrapper .dsh_logout:hover { background:#0092fb; }
.member_nav {
	padding:15px;
	background:#f7f8f9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.member_nav .menu {
	padding:0;
	margin:0;
	list-style:none;
}
.member_nav .menu li a {
	position:relative;
	display:block;
	padding:15px 10px 15px 50px;
	margin:2px 0 0 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:none;
	font:500 15px/25px 'Poppins';
	color:#000;
	text-transform:uppercase;
}
.member_nav .menu li a:hover {
	color:#fff;
	background:#c33258;
}
.member_nav .menu li a:before {
	content:'';
	position:absolute;
	left:20px;
	top:15px;
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
}
.member_nav .menu li.mm_edit a:before { content:'\f304'; }
.member_nav .menu li.mm_status a:before { content:'\f500'; }
.member_nav .menu li.mm_status a:hover { background:#78a35a; }
.member_nav .menu li.mm_my_leagues a:before { content:'\f091'; }
.member_nav .menu li.mm_my_leagues a:hover { background:#0074c8; }
.member_nav .menu li.mm_register a:before { content:'\f15c'; }
.member_nav .menu li.mm_register a:hover { background:#e38436; }
.member_nav .menu li.mm_calendar a:before { content:'\f073'; }
.member_nav .menu li.mm_calendar a:hover { background:#936dab; }
.member_nav .menu li.mm_search a:before { content:'\f002'; }
.member_nav .menu li.mm_search a:hover { background:#e3c54c; }
.member_nav .menu li.mm_voting a:before { content:'\f6de'; }
.member_nav .menu li.mm_voting a:hover { background:#a3c34b; }
.member_nav .menu li.mm_sportscaster a:before { content:'\f1d8'; }
.member_nav .menu li.mm_sportscaster a:hover { background:#ba9462; }
.member_nav .menu li.mm_rules a:before { content:'\f02d'; }
.member_nav .menu li.mm_rules a:hover { background:#f4394f; }
.member_nav .menu li.mm_logout { display:none; }
.logged-in .member_nav .menu li.mm_logout { display:block; }
.member_nav .menu li.mm_logout a:before { content:'\f007'; }
.member_nav .menu li.mm_logout a:hover { background:#0074c8; }
.member_nav .menu li.current-menu-item a {
	color:#fff;
	background:#c33258;
}
.member_nav .menu li.current-menu-item.mm_status a { background:#78a35a; }
.member_nav .menu li.current-menu-item.mm_my_leagues a { background:#0074c8; }
.member_nav .menu li.current-menu-item.mm_register a { background:#e38436; }
.member_nav .menu li.current-menu-item.mm_calendar a { background:#936dab; }
.member_nav .menu li.current-menu-item.mm_search a { background:#e3c54c; }
.member_nav .menu li.current-menu-item.mm_voting a { background:#a3c34b; }
.member_nav .menu li.current-menu-item.mm_sportscaster a { background:#ba9462; }
.member_nav .menu li.current-menu-item.mm_rules a { background:#f4394f; }
.member_nav .menu li.current-menu-item.mm_logout a { background:#0074c8; }
.leagues_cat {
	margin:0 0 2px 0;
	padding:20px 30px;
	background:#f7f8f9;
}
.leagues_cat.darts-leagues { background:#f7f8f9 url('../images/bg_leagues_darts.png') no-repeat right top; }
.leagues_cat.golf-leagues { background:#f7f8f9 url('../images/bg_leagues_golf.png') no-repeat right top; }
.leagues_cat.pool-leagues { background:#f7f8f9 url('../images/bg_leagues_pool.png') no-repeat right top; }
.leagues_cat.softball-leagues { background:#f7f8f9 url('../images/bg_leagues_softball.png') no-repeat right top; }
.leagues_cat.voleyball-leagues { background:#f7f8f9 url('../images/bg_leagues_voleyball.png') no-repeat right top; }
.leagues_cat h2 {
	padding:0 0 0 40px;
	font-weight:400;
	text-transform:uppercase;
	font-size:26px;
	line-height:40px;
	background:url('../images/icon_leagues_mark.png') no-repeat left center;
	cursor:pointer;
	margin:0;
}
.leagues_cat .leagues_cat_content {
	display:none;
	padding:0 40px;
}
.leagues_cat .leagues_cat_content h4 {
	font-weight:400;
	font-size:18px;
	line-height:26px;
}
.leagues_cat .leagues_cat_content .league_item {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:10px 10px 10px 20px;
	margin:0 0 -1px -20px;
	border:1px solid #d7d7d7;
	background:#ffffff;
}
.leagues_cat .leagues_cat_content .league_item.my_league_item { align-items:flex-start; }
.leagues_cat .leagues_cat_content .league_item .league_title {
	font-weight:400;
	font-size:16px;
	line-height:26px;
}
.leagues_cat .leagues_cat_content .league_item .league_title .league_cost {
	display:inline-block;
	padding:0 0 0 25px;
}
.leagues_cat .leagues_cat_content .league_item .btn {
	font-size:12px;
	line-height:18px;
	padding:5px 10px;
	letter-spacing:0.06em;
}
.leagues_cat.open .leagues_cat_content { display:block; }
.leagues_cat.open h2 {
	background:url('../images/icon_leagues_mark_open.png') no-repeat left center;
	margin:0 0 15px 0;
}
.sportscasts_cat {
	margin:0 0 2px 0;
	padding:20px 30px;
	background:#f7f8f9;
}
.sportscasts_cat h2 {
	padding:0 0 0 40px;
	font-weight:400;
	text-transform:uppercase;
	font-size:26px;
	line-height:40px;
	background:url('../images/icon_leagues_mark.png') no-repeat left center;
	cursor:pointer;
	margin:0;
}
.sportscasts_cat .sportscasts_cat_content {
	display:none;
	padding:0 25px;
	align-items:flex-start;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.sportscasts_cat .sportscasts_cat_content > div {
	width:25%;
	padding:0 15px;
}
@media (min-width: 768px) and (max-width: 981px) {
	.sportscasts_cat .sportscasts_cat_content > div { width:50%; }
	.sportscasts_cat .sportscasts_cat_content > div.sportscasts_column2 { order:3; }
	.sportscasts_cat .sportscasts_cat_content > div.sportscasts_column3 { order:2; }
	.sportscasts_cat .sportscasts_cat_content > div.sportscasts_column4 { order:4; }
}
@media (max-width: 767px) {
	.sportscasts_cat .sportscasts_cat_content > div { width:100%; }
}
.sportscasts_cat .sportscasts_cat_content .sportscast_item {
	margin:0 0 15px 0;
	font-weight:400;
	font-size:16px;
	line-height:26px;
}
.sportscasts_cat.open .sportscasts_cat_content { display:flex; }
.sportscasts_cat.open h2 {
	background:url('../images/icon_leagues_mark_open.png') no-repeat left center;
	margin:0 0 15px 0;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.acc_sportcaster .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.acc_sportcaster .vc_tta-panel .vc_tta-panel-body { border:none; }
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.acc_sportcaster .vc_tta-panel .vc_tta-panel-title > a {
	color:#000000;
	line-height:40px;
	font-weight:400;
	padding:20px 10px 20px 70px;
	background:url('../images/icon_leagues_mark.png') no-repeat 30px center;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.acc_sportcaster .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon { display:none !important; }
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.acc_sportcaster .vc_tta-panel.vc_active .vc_tta-panel-heading { border:none; }
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.acc_sportcaster .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color:#000000;
	font-weight:400;
	background:url('../images/icon_leagues_mark_open.png') no-repeat 30px center;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.acc_sportcaster .vc_tta-panel p { margin:0 0 15px 0; }
.sportscast h4 { text-transform:uppercase; }
.sportscast h5 { font-weight:400; }
.sportscast h6 { margin:0 0 25px 0; }
.sportscast .sportscast_prev_next {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.sportscast .sportscast_prev_next.pn_top {
	padding:0 0 30px 0;
	margin:0 0 50px 0;
	border-bottom:1px solid #dfe1e4;
}
.sportscast .sportscast_prev_next.pn_bottom {
	padding:30px 0 0 0;
	margin:50px 0 25px 0;
	border-top:1px solid #dfe1e4;
}
.sportscast .sportscast_prev_next .sportscast_prev {
	text-align:left;
	width:45%;
}
.sportscast .sportscast_prev_next .sportscast_prev a {
	padding:0 0 0 15px;
	position:relative;
	margin:0 0 0 -15px;
}
.sportscast .sportscast_prev_next .sportscast_prev a:before {
	content:'<';
	position:absolute;
	top:-2px;
	left:0;
	font-size:20px;
	font-weight:bold;
}
.sportscast .sportscast_prev_next .sportscast_next {
	text-align:right;
	width:45%;
}
.sportscast .sportscast_prev_next .sportscast_next a {
	padding:0 15px 0 0;
	position:relative;
	margin:0 -15px 0 0;
}
.sportscast .sportscast_prev_next .sportscast_next a:after {
	content:'>';
	position:absolute;
	top:-2px;
	right:0;
	font-size:20px;
	font-weight:bold;
}
.post-thumbnail {
	margin:0 0 25px 0;
	text-align:center;
}
.post-thumbnail img {
	max-width:100%;
	height:auto;
	border-radius:8px;
}
.entry-meta { color:#898989; }
.entry-meta .byline { display:none; }
.entry-meta .cat-links { display:none; }
.post-navigation .nav-links {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding:30px 0 0 0;
	margin:50px 0 25px 0;
	border-top:1px solid #dfe1e4;
}
.post-navigation .nav-links .nav-title i { display:none; }
.post-navigation .nav-links .nav-previous {
	text-align:left;
	width:45%;
}
.post-navigation .nav-links .nav-previous:before {
	content:'Previous post:';
	display:block;
}
.post-navigation .nav-links .nav-previous a {
	display:block;
	padding:0 0 0 15px;
	position:relative;
	margin:0 0 0 -15px;
}
.post-navigation .nav-links .nav-previous a:before {
	content:'<';
	position:absolute;
	top:1px;
	left:0;
	font-size:20px;
	font-weight:bold;
}
.post-navigation .nav-links .nav-next {
	text-align:right;
	width:45%;
}
.post-navigation .nav-links .nav-next:before {
	content:'Next post:';
	display:block;
}
.post-navigation .nav-links .nav-next a {
	display:block;
	padding:0 15px 0 0;
	position:relative;
	margin:0 -15px 0 0;
}
.post-navigation .nav-links .nav-next a:after {
	content:'>';
	position:absolute;
	top:1px;
	right:0;
	font-size:20px;
	font-weight:bold;
}
.widget_categories {
	background:#f7f8f9;
	padding:25px;
}
.widget_categories h3 { display:none; }
.widget_categories ul {
	margin:0;
	padding:0;
	list-style:none;
}
.widget_categories ul li { margin:0 0 15px 0; }
.widget_categories ul li a {
	color:#000000;
	text-transform:uppercase;
}
.widget_categories ul li a:hover { color:#0074c8; }
.widget_categories ul li.current-cat a { color:#0074c8; }
.widget_categories ul ul { margin:15px 0 0 5px; }
.widget_categories ul ul li {
	padding:0 0 0 20px;
	background:url('../images/icon_leagues_mark.png') no-repeat left 6px;
	background-size:13px auto;
}
.jm_custom_s2_search_box .ws-plugin--s2member-list-search-box {
	position:relative;
	margin:0 0 50px 0;
}
.jm_custom_s2_search_box .ws-plugin--s2member-list-search-box input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .jm_custom_s2_search_box .ws-plugin--s2member-list-search-box textarea {
	background:#fff;
	min-height:20px;
	height:auto;
	margin:0;
	padding:10px 20px;
	border:1px solid #c3c4c4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	color:#ba9462;
	font-family:'Poppins';
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
.jm_custom_s2_search_box .ws-plugin--s2member-list-search-box input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .jm_custom_s2_search_box .ws-plugin--s2member-list-search-box textarea:focus {
	border-color:#0074c8;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
.jm_custom_s2_search_box .ws-plugin--s2member-list-search-box .form-control { width:100%; }
.jm_custom_s2_search_box .ws-plugin--s2member-list-search-box .btn {
	position:absolute;
	right:10px;
	top:0;
	background:none;
	padding:10px 0;
	width:20px;
	text-align:center;
	margin:0;
}
.jm_custom_s2_search_box .ws-plugin--s2member-list-search-box .btn:before {
	content:'\f002';
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
	color:#0074c8;
	font-size:20px;
	line-height:20px;
}
div.ws-plugin--s2member-list .ws-plugin--s2member-list-user-display-name {
	font:400 30px/45px 'Poppins';
	margin:0 0 5px 0;
	color:#000000;
}
div.ws-plugin--s2member-list .ws-plugin--s2member-list-user { margin:0 0 30px 0; }
div.ws-plugin--s2member-list .ws-plugin--s2member-list-user .s2-member-list-field { margin:0 0 5px 0; }
div.ws-plugin--s2member-list .ws-plugin--s2member-list-user .s2-member-list-field .s2-member-list-field-label { display:none; }
.tribe-common-form-control-checkbox.tribe-tickets-attendees-list-optout--wrapper { display:none !important; }
body .tribe-common .tribe-tickets__item__extra__available { display:none; }
body .tribe-common .tribe-tickets__footer__total { margin-right:25px; }
body .tribe-common .tribe-tickets__item__quantity button { border:none; }
body .tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-block__tickets__item__attendee__fields__footer__divider { margin:0 15px; }
body .tribe-common button.tribe-common-c-btn--small, body .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn, body .tribe-common button.tribe-tickets__submit, body .tribe-common button.tribe-common-c-btn-link {
	display:inline-block;
	margin:0 0 0 25px;
	width:auto;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	box-shadow:none;
	padding:10px 20px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	letter-spacing:0.04em;
	color:#fff;
	background-color:#0074c8;
	border:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
body .tribe-common button.tribe-common-c-btn--small:hover, body .tribe-common button.tribe-common-c-btn--small:focus, body .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover, body .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus, body .tribe-common button.tribe-tickets__submit:hover, body .tribe-common button.tribe-tickets__submit:focus, body .tribe-common button.tribe-common-c-btn-link:hover, body .tribe-common button.tribe-common-c-btn-link:focus {
	color:#0074c8;
	background-color:#f0f2f3;
}
body .tribe-common .tribe-tickets__item__attendee__fields label { width:auto; }
@media (max-width: 500px) {
	body .tribe-common .tribe-tickets__footer { flex-wrap:wrap; }
}
@media (max-width: 500px) {
	body .tribe-common .tribe-tickets__footer .tribe-tickets__buy.tribe-common-c-btn { padding:10px 15px; }
}
@media (max-width: 400px) {
	body .tribe-common .tribe-tickets__footer .tribe-tickets__buy.tribe-common-c-btn { margin:15px 0 0 0; }
}
@media (max-width: 600px) {
	body .tribe-common .tribe-tickets__item__attendee__fields__footer {
		flex-wrap:wrap;
		justify-content:flex-end;
	}
}
@media (max-width: 560px) {
	body .tribe-common .tribe-tickets__item__attendee__fields__footer {
		flex-direction:column;
		width:320px;
		margin:0 0 50px auto;
		justify-content:center;
		alingn-items:center;
	}
}
body .tribe-common div.tribe-dialog { z-index:900; }
body .tribe-common div.tribe-dialog .tribe-dialog__overlay { z-index:901; }
body .tribe-common div.tribe-dialog .tribe-dialog__wrapper {
	position:relative;
	z-index:910;
}
body .tribe-common div.tribe-dialog .tribe-dialog__wrapper.tribe-modal__wrapper--ar { height:auto; }
body .tribe-common div.tribe-dialog .tribe-dialog__wrapper div[role="document"] { z-index:911; }
.tribe-checkout-backlinks {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.membership_status h4 {
	text-transform:uppercase;
	margin:0 0 30px 0;
}
.membership_status .membership_status_active {
	padding:0 0 0 30px;
	background:url('../images/icon_membership_status_activ.png') no-repeat left 5px;
	font-size:24px;
	margin:0 0 25px 0;
}
.membership_status .membership_status_active p { font-size:24px; }
.membership_status .membership_status_expired {
	padding:0 0 0 30px;
	background:url('../images/icon_membership_status_expir.png') no-repeat left 5px;
	font-size:24px;
	margin:0 0 25px 0;
}
.add_to_cart_notice {
	position:absolute;
	border:2px solid #0074c8;
	color:#0074c8;
	width:250px;
	background:#ffffff;
	z-index:999;
	padding:25px 20px;
	margin:-50px 0 0 0;
}
.logged-in-show { display:none; }
.logged-in .logged-in-show { display:block; }
.logged-in .logged-in-hide { display:none; }
#wpadminbar { z-index:200; }
.home .home-header-placeholder { height:285px; }
@media (max-width: 991.98px) {
	.home .home-header-placeholder { height:485px; }
}
@media (max-width: 767.98px) {
	.home .home-header-placeholder { height:400px; }
}
