/*
Theme Name: NYWE_2018_v4
Author: LEANDROARTS
Author URI: http://leandroarts.com/
*/
/* NORMALIZE DEFAULTS */
img, legend {
	border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body, figure {
	margin: 0
}

a:focus {
	outline: dotted thin
}

a:active, a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	padding: 0
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button, input {
	line-height: normal
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0
}

.wp-caption-dd {
	font-size: 13px;
	line-height: 1.35em;
	padding: 0 4px 5px;
	margin: 0
}

.sticky h2 {
	padding-top: 10px
}

img {
	max-width: 100%;
	height: auto;
}

img.aligncenter, img.alignleft, img.alignright {
	margin: 1.0em;
	border: none;
}


img.size-thumbnail {
	width: 25% !important;
	height: auto !important
}

img.size-medium {
	width: 50% !important;
	height: auto !important
}

img.size-large {
	width: 100% !important;
	height: auto !important
}

.content img, .cms_content img {
	max-width: 100%;
	height: auto
}

img.aligncenter {
	margin: 0 auto 1em !important;
	background: none;
	width: auto;
	max-width: 100%;
	height: auto;
	padding: 0 20%;
}

img.alignright {
	margin-right: 0;
}

img.alignleft {
	margin-left: 0;
}

code, samp, kbd {
	font-family: "Courier New", Courier, monospace, sans-serif;
	text-align: left;
	color: #555
}

pre code {
	line-height: 1.35em;
	font-size: 11px
}

pre {
	padding: .1em .5em .3em .7em;
	border-left: 11px solid #ccc;
	margin: 1.7em 0 1.7em .3em;
	overflow: auto;
	width: 93%
}

:first-child + html pre {
	padding-bottom: 2em;
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto
}

* html pre {
	padding-bottom: 2em;
	overflow: visible;
	overflow-x: auto
}

/* FORMS */

input {
	padding: 1em;
	margin: 0 1% 2% 1%;
	border: 2px solid #f1f1f1;
	background: #fff;
	color: #888;
}

/* input[type=search] */

textarea {
	padding: 1em;
	margin: 0 1% 2%;
	border: 2px solid #f1f1f1;
	background: #fff;
	color: #888;
}

input[type=submit] {
	padding: 0.25em 1.5em;
	margin: 0 1% 2% 1%;
	border: 2px solid #3d0287;
	background: #fff;
	color: #3d0287;
	font-size: 1.6em;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

input[type=submit]:hover {
	border: 2px solid #3d0287;
	background: #3d0287;
	color: #fff;
}


/* GLOBAL STYLES */
body {
	background: #fff;
	color: #303030;
	font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.35em;
	margin: 0;
}

a, a:visited {
	color: #2d007d;
	text-decoration: none
}

a:active, a:hover {
	color: #3a00a5;
	text-decoration: underline
}

strong {
	font-family: Montserrat, sans-serif;
	font-weight: 700
}

body h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif !important;
	font-weight: 600 !important;
	line-height: 1.35em;
	margin: 4% 0 4% 0;
	padding: 0;
	color: #2c007c;
	clear: both;
	text-transform: none !important;
}

.heading {
	text-transform: uppercase;
	margin-top: 0;
	color: #444;
}

h1 {
	font-size: 2.3em
}

h2 {
	font-size: 2em
}

h3 {
	font-size: 1.7em
}

h4 {
	font-size: 1.4em
}

h5 {
	font-size: 1.1em
}

p {
	margin: 0 0 4%;
}

table {
	margin: 10% 0 12%;
	width: 100%
}

blockquote {
	margin: 4%;
	color: #777;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
	font-size: 2em;
	line-height: 1.35em;
	text-align: center;
	width: 40%;
	margin: 2% auto 4%;
}

ol, ul {
	margin: 2% 0 6%;
	padding: 0 0 0 6%;
	font-size: 0.9em;
}


li {
	margin: 0 0 2% 1%;
	padding: 0 0 0 2%;
	background: 0 0
}

ul li {
	list-style-type: disc
}

.button {
	display: inline-block;
	background: #ef1c18;
	text-align: center;
	color: #fff !important;
	padding: 2.0% 10%;
	margin: 0;
	font-size: 1.65em;
	border-radius: 0px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.button:hover {
	opacity: .9;
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

hr {
	clear: both
}

.content a img:hover {
	opacity: .9
}


#cms_content {
	color: #666;
	font-size: 1.8em;
	line-height: 1.35em;
}

@media (max-width: 800px) {
	#cms_content {
		font-size: 1.5em;
		padding: 2%;
	}
}


/* ================== */
/*  LAYOUT            */
/* ================== */
.container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	clear: both;
	overflow: visible;
}

.center, .center_responsive {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 1900px;
	overflow: hidden;
}

.content {
	width: 60%;
	float: left;
	clear: right;
	margin: 4% 8% 0 0;
	padding: 0;
	overflow: hidden;
	min-height: 435px;
	font-size: 1.25em;
	line-height: 1.35em;
}

@media (min-width: 0px) and (max-width: 1080px) {
	.content {
		width: 100;
		float: left;
		clear: right;
		margin: 4% 0% 2% 0%;
		padding: 0;
		overflow: hidden;
		min-height: 435px;
	}
}

.full-width {
	width: 100%
}

.sidebar {
	overflow: visible;
	margin: 4% 0;
	padding: 0;
	float: left;
	clear: right;
	width: 30%;
}

@media (min-width: 0px) and (max-width: 1080px) {
	.sidebar {
		width: 100%;
		margin: 4% 0;
		padding: 0;
		float: left;
		clear: both;
		clear: right;
	}
}

/* ================== */
/*  HEADER            */
/* ================== */
#header {
	height: auto;
	width: 100%;
	margin: 0px 0 20px;
	padding: 0;
	overflow: hidden;
	z-index: 999999999 !important;
}

@media (max-width: 600px) {
	#header {
		margin: 0 0 8px;
	}
}

#header div.center {
	margin-bottom: 18px;
}

.logo {
	height: 155px;
	width: 268px;
	overflow: hidden;
	margin: 1.5% 2% 0;
	padding: 0;
	top: 0;
	float: left;
	clear: right;
}

@media (max-width: 600px) {
	.logo {
		height: 80px;
		width: 140px;
	}
}

.logo img {
	width: 100%;
	height: auto;
}

#head_navigation {
	display: block;
	position: relative;
	overflow: visible;
	float: right;
	clear: right;
	width: 1200px;
	margin: 4% 0 0 0;
}

@media (max-width: 1600px) {
	#head_navigation {
		width: 1050px;
	}
}

@media (max-width: 1400px) {
	#head_navigation {
		width: 800px;
		margin: 2% 0 0 0;
	}
}

@media (max-width: 1200px) {
	#head_navigation {
		width: 480px;
	}
}

@media (max-width: 800px) {
	#head_navigation {
		clear: both;
		width: 100%;
		margin: 2% 0 0 0;
	}
}

@media (max-width: 600px) {
	#head_navigation {
		display: none;
	}
}

#nav-wrap {
	position: relative;
	display: block;
	width: 650px;
	height: auto;
	margin: 0 50px 0 0;
	padding: 0;
	float: left;
	clear: left;
}

@media (max-width: 1600px) {
	#nav-wrap {
		width: 500px;
	}
}

@media (max-width: 1400px) {
	#nav-wrap {
		float: right;
		clear: both;
	}
}

@media (max-width: 800px) {
	#nav-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
		clear: both;
	}
}

.nav, .nav li, .nav ul {
	margin: 0;
	padding: 0
}

.nav {
	clear: both;
}

.nav ul li {
	list-style: none;
	background: 0 0;
	float: right;
	margin-right: 10px;
	margin-bottom: 2px
}

.nav ul a {
	padding: 4px 0px 4px 30px;
	margin: 0px 0px 15px 0px;
	display: block;
	color: #444 !important;
	background: 0 0;
	font-size: 2.3em;
	font-weight: 600;
}

@media only screen and ( max-width: 1600px ) {
	.nav ul a {
		font-size: 2em;
	}
}

.nav ul a:hover {
	text-decoration: none;
	opacity: .6
}

.nav .current-menu-item > a {
	text-decoration: none;
	color: #3b1285 !important;
}

#nav-wrap .sub-menu {
	display: none;
	overflow: hidden;
	position: absolute;
	width: 200px;
	height: auto;
	z-index: 5000;
	border: none;
	margin: 0;
	padding: 12px 4px 14px;
	background: rgba(0, 0, 0, .02);
	font-size: .7em
}

/* Sub Nav */
.nav_sub ul a {
	padding: 8px 0px 4px 20px;
	color: #666 !important;
	font-size: 2.0em;
	text-transform: none;
	font-weight: 400;
}

@media (max-width: 1600px) {
	.nav_sub ul a {
		font-size: 1.4em;
	}
}

#nav-wrap .sub-menu li {
	width: 100%;
	clear: both
}

.ie7 #nav-wrap .sub-menu, .ie7 #nav-wrap li:hover ul {
	display: none
}

/* MOVILE NAVIGATION */
#mobile_navigation {
	top: 28px;
	position: relative;
}

@media (max-width: 600px) {
	#mobile_navigation {
		display: block !important;
	}
}

#mobile_navigation_controls {
	margin: 0 10px 30px 0;
	width: 140px;
	float: right;
	clear: right;
	position: relative;
}

#mobile_navigation_subscribe {
	font-size: 1em;
	padding: 0.5em 1.5em;
	float: left;
}

#mobile_navigation_toggle {
	display: block;
	background: url(images/icons/nav_toggle_open.png) no-repeat 0 0;
	text-indent: -99999px;
	width: 30px;
	height: 33px;
	margin: 0;
	padding: 0;
	float: right;
	opacity: 1;
}

#mobile_navigation_toggle:hover {
	opacity: 0.8;
}

#mobile_navigation_toggle.active {
	background: url(images/icons/nav_toggle_close.png) no-repeat 0 0;
}

#mobile_navigation_content {
	background: #4a4a4a;
	color: #fff;
	width: 90%;
	overflow: hidden;
	padding: 15% 5% 5% 5%;
}

#mobile_nav-wrap li {
	color: #fff !important;
	clear: both;
	float: left;
}

#mobile_nav-wrap a {
	color: #fff !important;
	line-height: 1.1em;
	margin: 0 0 18px 18px;
	padding: 0;
}

#mobile_nav-wrap .nav_sub {
	padding: 20px 0 0 0;
}

#mobile_nav-wrap .nav_sub a {
	font-size: 1.4em;
	text-transform: capitalize;
	font-weight: 300;
	margin: 0 0 18px 18px;;
	padding: 0;
}

#mobile_head_tools_buttons {
	display: block;
	position: relative;
	width: 230px;
	height: 90px;
	float: left;
	clear: both;
	padding: 0;
	margin: 120px 0 0;
	background: url(images/header_buttons_mobile.png) no-repeat 0 0;
}

#mobile_head_tools_buttons a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
}

#mobile_head_tools_buttons a:hover {
	opacity: .15;
}

#mobile_head_tools_buttons_facebook {
	background: #4a4a4a !important;
	top: 2px;
	left: 5px;
}

#mobile_head_tools_buttons_twitter {
	background: #4a4a4a !important;
	top: 2px;
	left: 50px;
}

#mobile_head_tools_buttons_instagram {
	background: #4a4a4a !important;
	top: 2px;
	left: 98px;
}

#mobile_head_tools_buttons_search {
	background: #4a4a4a !important;
	top: 2px;
	left: 182px;
}

/* HEAD TOOLS: SUBSCRIBE + SOCIALS */
#head_tools {
	position: relative;
	display: block;
	margin: 10px 20px 0 0;
	padding: 0;
	overflow: hidden;
	float: right;
	clear: right;
	width: 480px;
	height: auto;
}

#head_tools_subscribe {
	display: block;
	font-size: 1.6em;
	line-height: 1.65em;
	margin: 0;
	width: 100px;
	float: left;
	clear: both;
}

#head_tools_buttons {
	display: block;
	position: relative;
	width: 230px;
	height: 90px;
	float: right;
	clear: right;
	padding: 0;
	margin: 2px 20px 0 0;
	background: url(images/header_buttons.png) no-repeat 0 0;
}

#head_tools_buttons a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
}

#head_tools_buttons a:hover {
	opacity: .15;
}

#head_tools_buttons_facebook {
	background: white !important;
	top: 2px;
	left: 5px;
}

#head_tools_buttons_twitter {
	background: white !important;
	top: 2px;
	left: 50px;
}

#head_tools_buttons_instagram {
	background: white !important;
	top: 2px;
	left: 98px;
}

#head_tools_buttons_search {
	background: white !important;
	top: 2px;
	left: 182px;
}


/* ================== */
/*  SIDEBAR           */
/* ================== */

/* Sidebar Sponsors v4 */
#widget_sponsors {
	position: relative;
}

#widget_sponsors .sponsors_cell {
	margin: 40px 0 40px;
}

@media (max-width: 800px) {
	#widget_sponsors .sponsors_cell {
		text-align: center;
	}
}

#widget_sponsors .sponsors_cell a img {
	width: auto;
	height: auto !important;
	max-width: 100%;
}


/* Widgets */
.post_tags_cloud {
	position: relative;
	width: 290px;
	float: left;
	clear: right;
	margin-bottom: 18px
}

.widget {
	margin-bottom: 22px;
}

.widgettitle {
	display: block;
	color: #fff;
	background: #d6d6d6;
	width: auto;
	font-size: 1.4em;
	padding: .65em 1.5em .65em;
	margin: 0 0 5%;
	text-transform: uppercase;
}

#searchform {
	background: #fff;
	padding: 4%;
	border: none
}

#searchform label {
	display: none
}

#searchform input {
	width: 60%;
	padding: 2%;
	margin: 0 1% 0 0
}

#searchform input#searchsubmit {
	width: 30%;
	margin: 0;
	padding: 2%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	color: #fff !important;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.35em;
	text-decoration: none;
	background: #7d7e7d;
	background: -moz-linear-gradient(top, #7d7e7d 0, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7d7e7d), color-stop(100%, #0e0e0e));
	background: -webkit-linear-gradient(top, #7d7e7d 0, #0e0e0e 100%);
	background: -o-linear-gradient(top, #7d7e7d 0, #0e0e0e 100%);
	background: -ms-linear-gradient(top, #7d7e7d 0, #0e0e0e 100%);
	background: linear-gradient(to bottom, #7d7e7d 0, #0e0e0e 100%);
	border: none
}

.login_section a, a.button-primary {
	border-radius: 3px;
	border: 1px solid #000
}

/* ================== */
/*  COMMENTS          */
/* ================== */
#comments {
	background: 0 0;
	overflow: hidden;
	margin: 50px 0;
	padding: 0
}

.comments_list {
	background: 0 0;
	margin: 5px 0;
	list-style-type: none
}

.comments_list li {
	background: #F7F7F7;
	margin: 0 0 8px;
	padding: 14px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.comment {
	background: 0 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
	margin: 0;
	font-size: 1.1em
}

.comment-author {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E9E9E9;
	padding: 8px;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: #000
}

.comment-author a {
	color: #000
}

.comment-author img {
	border: 2px solid #eaeaea;
	margin: 0 10px 0 0
}

.comment-meta a {
	font-size: 10px;
	color: #aeaeae
}

.reply {
	font-size: .7em;
	display: block;
	padding: 6px;
	margin: 0;
	background: #eee;
	width: 10%;
	text-align: center;
	font-weight: 700;
	clear: both
}

#comment_respond {
	padding: 24px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fafafa
}

.cancel-comment-reply {
	background: #f6f6f6;
	text-align: center;
	font-size: 10px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 2px;
	margin: 0 0 10px
}

.cancel-comment-reply a {
	color: rgba(100, 100, 100, .6)
}

#comments_respond_userInfo {
	background: #eee;
	font-weight: 700;
	font-size: 1em;
	padding: 14px;
	margin: 0 0 10px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

#comments_respond_userInfo input {
	display: block;
	width: 45%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #aeaeae;
	padding: 4px
}

#comments_respond_submit {
	background: 0 0
}

#comment {
	width: 100%;
	background: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #E6E4E4;
	padding: 4px
}

#submit {
	border: none
}

/* ================== */
/*  FOOTER            */
/* ================== */
#footer {
	background: #4c4c4c;
	color: #fff;
	position: relative;
	height: auto;
	min-height: 250px;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 125px 0 0;
	padding: 100px 0 0 0;
}

#footer div.center {
	position: relative;
}

#footer_logo {
	clear: both;
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 3% 4%;
}

.footer_section:nth-child(2) {
	clear: both;
}

.footer_section {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.8em;
	width: 25%;
	float: left;
	clear: right;
	margin: 0 4% 8% 4%;
	padding: 0;
	min-width: 260px;
}

.footer_section a {
	color: #fff;
}

.footer_section:nth-child(2) p {
	font-size: 1.4em;
	line-height: 1.6em;
}

.footer_section:nth-child(2) p a {
	font-size: 0.6em;
}

.footer_section h3 {
	color: #fff;
	margin-bottom: 20px;
}

#footer_social {
	background: url(images/footer_social.png) no-repeat 0 0;
	position: relative;
	width: 106px;
	height: 38px;
	text-indent: -99999px;
}

#footer_social_facebook {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
}

#footer_social_twitter {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 35px;
}

#footer_social_instagram {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 70px;
}

#footer_social a:hover {
	background: rgba(76, 76, 76, 0.22);
}

/* Non-Floating:
#footer_up_arrow {
    float: right;
    clear: both;
    display: block;
    width: 68px;
    height: 68px;
    text-indent: -99999px;
    background: url(images/footer_up_arrow_alt.png) no-repeat 0 0;
}
*/

#footer_up_arrow {
	display: block;
	width: 68px;
	height: 68px;
	text-indent: -99999px;
	background: url(images/footer_up_arrow.png) no-repeat 0 0;
	position: fixed;
	bottom: 75px;
	right: 10px;
}

#footer_up_arrow:hover {
	opacity: 0.9;
}

@media (max-width: 600px) {
	#footer_up_arrow {
		float: left;
		margin: 0 0 10% 2%;
	}
}

#footer_fineprint {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #999;
	padding: 0;
	margin: 0 0 40px 0;
}

#footer_fineprint p {
	margin-bottom: 10px;
}

#footer_fineprint a {
	color: #999;
}

#menu-footer-about-us,
#menu-footer-about-us li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

a#linkLove {
	position: relative;
	display: block;
	width: 50%;
	height: auto;
	font-size: 10px;
	text-transform: uppercase;
	color: #6b6a6a;
	text-align: center;
	clear: both;
	margin: 80px auto 0;
	opacity: .5
}

a#linkLove:hover {
	color: #aaa;
	text-decoration: none;
}

/* ------------------- */
/* PAGES               */
/* ------------------- */
.page_banner {
	position: relative;
	margin: 0 auto 8%;
}

.page_banner_img {
	width: 100%;
	height: auto;
}

@media (max-width: 600px) {
	.page_banner h1 {
		color: #444;
		position: relative;
		width: 80%;
		margin: 6% 10% 4%;
		padding: 0;
		top: 0;
		left: 0;
	}

	.page_banner_img {

	}
}

/* ------------------- */
/* ADVERTS             */
/* ------------------- */
.advert {
	position: relative;
	margin: 4% auto 8% !important;
	display: block;
	text-align: center;
	width: 90%;
}

@media (max-width: 600px) {
	.advert {
		margin: 16% auto 16% !important;
		width: 90%;
	}
}

.advert h2 {
	margin: 0 auto !important;
}

.advert iframe {
	margin: 0 auto !important;
}

.advert div {
	margin: 0 auto !important;
}

/* ------------------- */
/* HOMEPAGE            */
/* ------------------- */
/* FEATURED Banner */
.featured {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #110027;
	position: relative;
	overflow: hidden;
}



@media (min-width: 1024px) {
	.featured {
		max-height: calc( 100vh - 205px ); /* Height of header */
 	}

	.admin-bar .featured {
		max-height: calc( 100vh - 237px );
	}
}

.featured img {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	opacity: 0.85;
}

.featured_content {
	text-align: center;
	color: #fff;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 20%;
	left: 20%;
	width: 60%;
}

@media (max-width: 1400px) {
	.featured_content h3 {
		font-size: 2.5em !important;
	}

	.featured_content h2 {
		font-size: 5em !important;
	}
}

@media (max-width: 1100px) {
	.featured_content h3 {
		font-size: 2.3em !important;
	}

	.featured_content h2 {
		font-size: 4em !important;
	}
}

@media (max-width: 800px) {
	.featured_content h3 {
		font-size: 1.8em !important;
	}

	.featured_content h2 {
		font-size: 3em !important;
	}

	.featured_content a {
		font-size: 1.2em !important;
	}
}

@media (max-width: 500px) {
	.featured_content {
		position: relative;
		padding: 8% 0 12%;
		margin: 0;
		clear: both;
		overflow: hidden;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.featured_content h3 {
		display: none;
	}
}


.featured_content h3 {
	color: #fff;
	text-transform: none;
	font-size: 3.0em;
	font-weight: 300;
	opacity: 0.9;
	margin: 0 0 10px !important;
}

.featured_content h2 {
	color: #fff;
	text-transform: none;
	font-size: 8em;
	font-weight: 600;
	margin: 0 auto 40px;
	padding: 0;
	text-shadow: 4px 4px 3px #4a4a4a;

}

.featured_content a, .featured_content a:visited {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: 600;
	border: 2px solid #fff;
	padding: 0.75em 1em;
}

.featured_content a:hover {
	text-decoration: none;
	background: #ef1b21;
	border: 2px solid #ef1b21;
	color: #fff;
}

@media (max-width: 600px) {
	/* MOBILE FEATURED SLIDESHOW */
	.featured_slide_large {
		display: none !important;
	}

	.featured_slide_mobile {
		display: block !important;
	}
}


/* staggered headings */
.home_headings {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 12% auto 2%;
}

@media (max-width: 1200px) {
	.home_headings {
		font-size: 0.8em;
	}
}

@media (max-width: 600px) {
	.home_headings {
		font-size: 0.6em;
	}
}


.home_headings h2 {
	margin: 0;
	padding: 0;
	line-height: 1.35em;
}

.home_headings h2:nth-child(1) {
	color: #ddd;
	font-size: 10em;
}

.home_headings h2:nth-child(2) {
	color: #444;
	position: relative;
	top: -1.25em;
	font-size: 5em;
}


/* HOME SUB FEATURED */
#home_sub_featured {
	position: relative;
	background: url(images/sub_featured_bg.png) repeat center center !important;
	margin: 0 0 80px 0;
	padding: 0;
	overflow: hidden;
}

#home_sub_featured_cell_left {
	background: #3a2382;
	color: #fff;
	font-size: 2em;
	line-height: 1.35em;
	width: 35%;
	min-height: 200px;
	float: left;
	clear: both;
	margin: 0;
	padding: 3rem 7.5%;
}

@media (max-width: 600px) {
	#home_sub_featured_cell_left {
		font-size: 1.5em;
		line-height: 1.36em;
		width: 80%;
		float: left;
		clear: both;
		padding: 10%;
	}
}

.sub_featured_testimonial_person {
	clear: both;
	float: left;
	opacity: 0.8;
}

#sub_featured_testimonial_more {
	color: #fff;
	font-size: 0.5em;
	clear: both;
	float: right;
	margin: 40px 0 0 0;
}

#home_sub_featured_cell_right {
	background: hsl(352, 100%, 45%);
	color: #fff;
	width: 40%;
	min-height: 300px;
	float: left;
	clear: right;
	margin: 0;
	padding: 3rem 5%;
}

@media (max-width: 600px) {
	#home_sub_featured_cell_right {
		width: 80%;
		clear: both;
		padding: 10%;
	}
}

.home-sub-featured-headline {
	color: white;
	font-weight: 400;
	font-size: 1.875rem;
}

@media (min-width: 780px) {
	.press-module-item > div:nth-child(1) {
		padding: 0 2rem;
	}
}

.press-module {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.press-module-item {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.press-module-text {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 1rem;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.press-module-text {
		font-size: 1.25rem;
	}
}

.press-module-image {
	max-height: 100px;
	width: auto;
}

/* HOME ADVERT */
#googleAd2 {
	width: 728px;
	background: #DDD;
	margin: 12px auto;
	text-align: center
}

#events_v2, #home_v2_advert_01, #home_v2_google_advert_01, #home_v2_google_advert_02, #home_v2_google_advert_03 {
	position: relative;
	clear: both
}

/* HOME EVENTS */
#home_events {
	background: #f7f7f7;
}

#home_events div.center {
	position: relative;
	text-align: center;
}

#home_events_upcoming {
	margin: 110px 0 80px 0;
	max-width: 100%;
}

.home_events_cell {
	margin: 0 0 50px 0;
	text-align: left;
	overflow: hidden;
	clear: both;
}

.home_events_cell_title {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 400;
	color: #3d0287;
	font-size: 2.6em;
	line-height: 1.35em;
	font-weight: bold;
	padding: 0;
	margin: 0 5% 25px 0;
	width: 35%;
	float: left;
	clear: right;
}

@media (max-width: 1080px) {
	.home_events_cell_title {
		margin: 0 0 25px 0;
		width: 100%;
	}
}

.home_events_cell_date {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
	color: #2b2b2b;
	font-size: 2.6em;
	line-height: 1.35em;
	padding: 0;
	margin: 0 2% 25px 0;
	width: 23%;
	float: left;
	clear: right;
}

@media (max-width: 1080px) {
	.home_events_cell_date {
		width: 50%;
	}
}

@media (max-width: 800px) {
	.home_events_cell_date {
		width: 100%;
		clear: both;
		margin: 0 25px 0 0;
		font-size: 2.2em;
	}
}

.home_events_cell_city {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
	color: #2b2b2b;
	font-size: 2.6em;
	line-height: 1.35em;
	padding: 0;
	margin: 0 2% 25px 0;
	width: 20%;
	float: left;
	clear: right;
}

@media (max-width: 1080px) {
	.home_events_cell_city {
		width: 30%;
	}
}

@media (max-width: 800px) {
	.home_events_cell_city {
		width: 100%;
		clear: both;
		margin: 0 25px 0 0;
		font-size: 2.2em;
	}
}

.home_events_cell_button, .home_events_cell_button:visited {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #3d0287;
	border: 2px solid #3d0287;
	border-radius: 4px;
	font-size: 1.8em;
	line-height: 1.35em;
	padding: 0.3em;;
	margin: 0 0 25px 0;
	background: white;
	width: 11%;
	float: left;
	clear: right;
	text-align: center;
}

.home_events_cell_button:hover {
	color: #fff;
	background: #3d0287;
	text-decoration: none;
}

.home_events_cell_button.sold_out, .home_events_cell_button.sold_out:visited {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #aaa;
	border: 2px solid #aaa;
	border-radius: 4px;
	font-size: 1.8em;
	line-height: 1.35em;
	padding: 0.3em;;
	margin: 0 0 25px 0;
	background: white;
	width: 11%;
	float: left;
	clear: right;
	text-align: center;
}

@media (max-width: 1080px) {
	.home_events_cell_button {
		width: 40% !important;
		min-width: 180px;
		clear: both;
		margin: 20px 0 25px 0 !important;
	}
}

.home_events_cell_excerpt {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
	color: #999;
	font-size: 1.8em;
	line-height: 1.35em;
	margin: 0 0 25px 0;
	width: 100%;
	float: left;
	clear: both;
}

.home_events_cell_excerpt a.read-more {
	display: none;
}

@media (max-width: 800px) {
	.home_events_cell_excerpt {
		font-size: 1.6em;
		line-height: 1.35em;
	}
}

@media (max-width: 800px) {
	.home_events_cell_title,
	.home_events_cell_date,
	.home_events_cell_city,
	.home_events_cell_excerpt {
		text-align: center;
	}

	.home_events_cell_city {
		width: 100%;
		clear: both;
		margin: 0 25px 0 0;
		font-size: 2.2em;
	}

	.home_events_cell_button,
	.home_events_cell_button.sold_out {
		width: 80% !important;
		padding: 2%;
		margin: 8% 8% 8% 8% !important;
	}

	.home_events_cell_excerpt {
		font-size: 1.6em;
		line-height: 1.35em;
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 8%;
	}
}


/* More Events */
#home_events_more_button, #home_events_more_button:visited {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #3d0287;
	border: 2px solid #3d0287;
	border-radius: 4px;
	font-size: 2em;
	line-height: 1.35em;
	padding: 1%;
	margin: 0 0 10% 40%;
	background: white;
	width: 20%;
	float: left;
	clear: right;
	text-align: center;
}

#home_events_more_button:hover {
	color: #fff;
	background: #3d0287;
	text-decoration: none;
}

@media (max-width: 800px) {
	#home_events_more_button {
		margin: 0 0 10% 25%;
		width: 50%;
	}
}

#home_events_more_listed {
	color: #3d0287;
	font-size: 1.3em;
	float: right;
	clear: right;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	top: 30px;
}

/* DAYTRIP */
#home_daytrip {
	overflow: hidden;
	position: relative;
	clear: both;
	background: #f7f7f7;
}

.home_daytrip_cell {
	background: #2b2b2b;
	position: relative;
	z-index: 1;
}

img.daytrip_slide_large {
	width: 100%;
	height: auto;
	z-index: 1;
	opacity: 0.95;
}

.home_daytrip_cell_details {
	position: absolute;
	z-index: 10;
	bottom: 0%;
	left: 15%;
	width: 60%;
	color: #fff;
	background: rgba(0, 0, 0, 0.22);
	text-align: center;
	margin: 0;
	padding: 5% 5% 5% 5%;
}

@media (max-width: 800px) {
	.home_daytrip_cell_details {
		position: relative;
		left: 0;
		width: 90%;
		background: rgba(66, 65, 65, 0.22);
		text-align: center;
		margin: 0;
		padding: 8% 5% 12% 5%;
	}
}

.home_daytrip_cell_title {
	position: absolute;
	z-index: 10;
	top: 30%;
	left: 15%;
	width: 70%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 400px;
	font-size: 3.5em;
	line-height: 1.35em;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 800px) {
	.home_daytrip_cell_title {
		position: relative;
		z-index: 10;
		top: 0%;
		margin: 0;
		padding: 2% 0 5%;
	}
}

@media (max-width: 600px) {
	.home_daytrip_cell_title {
		font-size: 2.8em;
	}
}

@media (max-width: 500px) {
	.home_daytrip_cell_title {
		font-size: 2.2em;
	}
}

.home_daytrip_cell_title_pre {
	display: block;
	opacity: 0.5;
	font-size: 3em;
	z-index: 10;
	position: relative;
	top: -10px;
}

.home_daytrip_cell_title_cms {
	display: block;
	clear: both;
	font-size: 1.5em;
	z-index: 15;
}

@media (max-width: 1300px) {
	.home_daytrip_cell_title_pre {
		font-size: 2em;
		top: 0px;
	}

	.home_daytrip_cell_title_cms {
		font-size: 1.2em;
	}
}

@media (max-width: 1080px) {
	.home_daytrip_cell_title_pre {
		font-size: 1.5em;
		top: 10px;
	}

	.home_daytrip_cell_title_cms {
		font-size: 1.0em;
	}
}

.home_daytrip_cell_excerpt {
	font-size: 2.6em;
	line-height: 1.35em;
	padding: 0;
	margin: 0 0 10% 0;
}

.home_daytrip_cell_excerpt a.read-more {
	display: none;
}

@media (max-width: 1300px) {
	.home_daytrip_cell_excerpt {
		font-size: 1.8em;
	}
}

@media (max-width: 1080px) {
	.home_daytrip_cell_excerpt {
		font-size: 1.6em;
	}
}


@media (max-width: 800px) {
	.home_daytrip_cell_excerpt {
		opacity: 0.8;
	}
}

.home_daytrip_cell_date {
	font-size: 2.6em;
	line-height: 1.35em;
	font-weight: bold;
}

.home_daytrip_cell_city {
	font-size: 2.2em;
	line-height: 1.35em;
}

@media (max-width: 1300px) {
	.home_daytrip_cell_date {
		font-size: 2.3em;
	}

	.home_daytrip_cell_city {
		font-size: 2.0em;
	}
}

@media (max-width: 1080px) {
	.home_daytrip_cell_date {
		font-size: 1.8em;
	}

	.home_daytrip_cell_city {
		font-size: 1.6em;
	}
}

.home_daytrip_cell_button, .home_daytrip_cell_button:visited {
	display: block;
	background: #ff0022;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	padding: 2% 5%;
	margin: 40px auto 0 30%;
	width: 30%;
	font-size: 1.4em;
	font-weight: bold;
	border-radius: 6px;
}

.home_daytrip_cell_button:hover {
	text-decoration: none !important;
	color: #fff;
	background: #3d0287;
}

.home_daytrip_cell_button.sold_out {
	background: #717171;
	color: #c1c0c0;
	opacity: 0.8;
}

@media (max-width: 1300px) {
	.home_daytrip_cell_button {
		margin: 20px auto 0 30%;
		font-size: 1.3em;
	}
}

@media (max-width: 1080px) {
	.home_daytrip_cell_button {
		margin: 10px auto 0 30%;
		font-size: 1.2em;
	}
}

/* DAYTRIP SLIDESHOW */
.home_daytrip_cell.active {
	display: block !important;
}

/* Arrows */
#daytrip_nav_next {
	position: absolute;
	z-index: 999;
	display: block;
	background: url(images/arrow_right.png) no-repeat 0 0;
	text-align: center;
	width: 40px;
	height: 10%;
	top: 45%;
	right: 4%;
	text-indent: -99999px;
	opacity: 0.9;
}

#daytrip_nav_prev {
	position: absolute;
	z-index: 999;
	display: block;
	background: url(images/arrow_left.png) no-repeat 0 0;
	text-align: center;
	width: 10%;
	height: 10%;
	top: 45%;
	left: 4%;
	text-indent: -99999px;
	opacity: 0.9;
}

#daytrip_nav_next:hover, #daytrip_nav_prev:hover {
	opacity: 1;
}

@media (max-width: 800px) {
	#daytrip_nav_next, #daytrip_nav_prev {
		display: none;
	}
}

/* Pagination */
#daytrip_pagination {
	color: #fff;
	position: relative;
	margin: 1% 0 1% 5%;
	padding: 0;
	width: 90%;
	height: auto;
	text-align: center;
}

#daytrip_pagination a, #daytrip_pagination a:visited {
	display: inline-block;
	background: #dedede;
	padding: 0;
	margin: 0 1%;
	height: 4px;
	width: 4%;
	text-indent: -99999px;
	cursor: default;
}

#daytrip_pagination a.active {
	background: #2b2b2b;
}

@media (max-width: 800px) {
	#daytrip_pagination {
		display: none;
	}
}

/* HOME ARTICLES */
#home_articles {
	background: #f7f7f7 url(images/home_articles_bg.png) repeat-x left bottom;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 20px 0 10px 0;
}

#home_articles div.center {
	margin: 40px auto 10px;
}

@media (max-width: 600px) {
	#home_articles div.center {
		margin: 10px auto 10px;
	}
}

#home_articles_banner {
	max-width: 100%;
	margin: 0 0 20px 0;
}

.home_articles_cell {
	text-align: left;
	position: relative;
	width: 30%;
	margin: 0 1.5% 3% 1.5%;
	padding: 0;
	background: #fff;
	overflow: hidden;
	float: left;
	clear: right;
}

@media (max-width: 1080px) {
	.home_articles_cell {
		width: 45%;
		margin: 0 2.5% 10% 2.5%;
	}

	.home_articles_cell:nth-child(1) {
		margin: 0 1.5% 10% 3%;
		width: 45.5%;
	}

	.home_articles_cell:nth-child(2) {
		margin: 0 3% 10% 1.5%;
		width: 45.5%;
	}

	.home_articles_cell:nth-child(3) {
		display: none;
	}
}

@media (max-width: 800px) {
	.home_articles_cell {
		width: 96% !important;
		margin: 0 1.5% 10% 1.5% !important;
	}
}

.home_articles_cell img {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.home_articles_cell_details {
	padding: 2% 10% 10%;
}

.home_articles_cell_details h6 {
	color: #666;
	font-size: 1.5em;
}

.home_articles_cell_details h3 a {
	color: #3d0287;
	font-size: 1.6em;
	line-height: 1.35em;
}

.home_articles_cell_details div.home_articles_cell_details_excerpt {
	font-size: 1.65em;
	line-height: 1.35em;
	color: #757575;
	padding: 0 0 5% 0;
	border-bottom: 3px solid #f5f5f5;
}

.home_articles_cell_details_readmore, .home_articles_cell_details_readmore:visited {
	color: #b9b9b9;
	font-size: 1.4em;
	padding: 1.25em 0;
	width: 100%;
	display: block;
	text-align: right;
	clear: both;
	opacity: 0.8;
}

.home_articles_cell_details_readmore:hover {
	text-decoration: none;
	color: #3d0287;
	opacity: 1;
}

#home_articles_more_button {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #3d0287;
	border: 2px solid #3d0287;
	border-radius: 4px;
	font-size: 2em;
	line-height: 1.35em;
	padding: 1%;
	margin: 0 0 6% 37.5%;
	background: white;
	width: 23%;
	float: left;
	clear: right;
	text-align: center;
}

#home_articles_more_button:hover {
	color: #fff;
	background: #3d0287;
	text-decoration: none;
}

@media (max-width: 800px) {
	#home_articles_more_button {
		width: 65%;
		margin: 0 15% 20% 15%;
		padding: 2.5%;
	}
}

/* HOME SPONSORS */
#home_sponsors {
	text-align: center;
	margin: 180px 0 180px 0;
	padding: 0;
	width: 100%;
}

#home_sponsors_heading {
	max-width: 100%;
	margin: 0 0 20px 0;
}

#home_sponsors_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 5%;
	margin: 60px auto 40px;
}

@media (max-width: 800px) {
	#home_sponsors_grid {
		grid-template-columns: 1fr;
	}
}

#home_sponsors_grid a {
	padding: 1%;
	margin: 0 0 10% 0;
	display: block;
}

#home_sponsors_grid a img {
	padding: 0;
	margin: 0;
	height: auto;
	max-width: 100%;
}

#home_sponsors_join {
	color: #e20606;
	font-size: 1.65em;
}

/* EVENTS */
#events_banner_image {
	position: relative;
}

.page_banner img {
	width: 100%;
	z-index: 1;
}

.page_banner_title {
	position: absolute;
	bottom: 16%;
	left: 20%;
	z-index: 10;
	color: #fff;
	font-size: 5em;
	line-height: 1.35em;
	width: 50%;
	padding: 0;
	margin: 0;
}

@media (max-width: 1600px) {
	.page_banner_title {
		font-size: 4em;
	}
}

@media (max-width: 1200px) {
	.page_banner_title {
		font-size: 3em;
	}
}

@media (max-width: 800px) {
	.page_banner_title {
		font-size: 2em;
		text-align: center;
		left: 25%
	}
}

@media (max-width: 600px) {
	.page_banner_title {
		font-size: 1.65em;
	}
}

#events_cms_intro {
	width: 60%;
	margin: 5% 20%;
	font-size: 2.8em;
	line-height: 1.35em;
	color: #5a5a5a;
}

@media (max-width: 1300px) {
	#events_cms_intro {
		font-size: 2.6em;
	}
}

@media (max-width: 1080px) {
	#events_cms_intro {
		font-size: 2.4em;
	}
}

@media (max-width: 800px) {
	#events_cms_intro {
		font-size: 2.1em;
		width: 80%;
		margin: 5% 10%;
	}
}

@media (max-width: 600px) {
	#events_cms_intro {
		font-size: 1.5em;
	}
}

/* Events Index */
#events_index {
	position: relative;
	font-size: 1.8em;
	line-height: 1.35em;
	width: 64%;
	margin: 5% 18%;
}

@media (max-width: 1200px) {
	#events_index {
		width: 80%;
		margin: 5% 10%;
	}
}

@media (max-width: 600px) {
	#events_index {
		font-size: 1.2em;
	}
}

.events_index_cell {
	background: white;
	margin: 0;
	padding: 3%;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #9d9c9c;
	color: #5f5f5f;
}

.events_index_cell_link, .events_index_cell_link:visited {
	float: left;
	clear: both;
	display: block;
	width: 60%;
	color: #4c2675;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 400;
}

.events_index_cell_date {
	float: right;
	clear: right;
	width: 35%;
	text-align: right;
}

@media (max-width: 1200px) {
	.events_index_cell_date {
		font-size: 0.8em;
	}
}

.events_index_more, .events_index_more:visited {
	clear: both;
	display: block;
	color: #4c2675;
	border: 2px solid #4c2675;
	text-align: center;
	padding: 0.65em 1em;
	margin: 10% auto 20%;
	width: 80%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}

.events_index_more:hover {
	text-decoration: none;
	color: #ef1c17;
	border: 2px solid #ef1c17;
}

/* Events List */
#events_list {
	position: relative;
}

.events_list_cell {
	position: relative;
	margin: 0 0 10%;
	overflow: hidden;
}

.events_list_cell_image {
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 600px) {
	.events_list_cell_image {
		position: relative;
	}
}

.events_list_cell_image_logo {
	position: absolute;
	top: 5%;
	left: 45%;
	width: 10%;
	height: auto;
	z-index: 10;
}

.events_list_cell_content {
	text-align: center;
	width: 80%;
	margin: 24% auto 0 10%;
	z-index: 10;
	position: relative;
}

@media (max-width: 1300px) {
	.events_list_cell_content {
		font-size: 0.8em;
	}
}

@media (max-width: 1000px) {
	.events_list_cell_content {
		font-size: 0.6em;
	}
}

@media (max-width: 600px) {
	.events_list_cell_content {
		margin: 0 auto 0 5%;
		width: 90%;
	}
}

.events_list_cell_image_overlay {
	margin: 0 0 2%;
}

.events_list_cell_image_overlay_date {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0.25em;
	font-size: 2.8em;
	text-transform: capitalize;
}

@media (max-width: 600px) {
	.events_list_cell_image_overlay_date {
		color: #717171;
		margin-top: 4%;
	}
}

.events_list_cell_image_overlay_time {
	color: #fff;
	font-weight: 300;
	font-size: 2.6em;
	margin: 0 0 2% 0;
}

@media (max-width: 600px) {
	.events_list_cell_image_overlay_time {
		color: #717171;
	}
}

.events_list_cell_card {
	padding: 5%;
	background: #fff;
	border: 2px solid #b0b0b0;
}

@media (max-width: 600px) {
	.events_list_cell_card {
		padding: 5%;
		background: #fff;
		border: none;
	}
}

.events_list_cell_card_title {
	font-size: 3em;
	margin: 0 0 4% 0;
}

@media (max-width: 600px) {
	.events_list_cell_card_title {
		font-size: 3.2em;
		margin-bottom: 8%;
	}
}

.events_list_cell_card_title a:hover {
	text-decoration: none;
	color: red;
}

.events_list_cell_card_excerpt {
	font-size: 1.8em;
	line-height: 1.35em;
	color: #505050;
}

.events_list_cell_card_excerpt span {
	color: #666f9c;
	font-weight: bold;
}


@media (max-width: 600px) {
	.events_list_cell_card_excerpt {
		font-size: 2.1em;
		margin-bottom: 8%;
	}
}

.events_list_cell_card_excerpt a.read-more {
	display: none;
}

.events_list_cell_card_purchase, .events_list_cell_card_purchase:visited {
	clear: both;
	display: block;
	color: #ef1c17;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.6em .5em;
	margin: 5% auto 5%;
	width: 25%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.35em;
}

.events_list_cell_card_purchase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff;
}

.events_list_cell_card_purchase.sold_out,
.events_list_cell_card_purchase.sold_out:hover {
	color: #888;
	border-color: #888;
	background: #fff;
	cursor: default;
}

@media (max-width: 600px) {
	.events_list_cell_card_purchase {
		font-size: 2em;
		width: 60%;
	}
}

.events_list_more, .events_list_more:visited {
	clear: both;
	display: block;
	color: #4c2675;
	border: 2px solid #4c2675;
	text-align: center;
	padding: 0.8em 1em;
	margin: 2% auto 5%;
	width: 40%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.4em;
}

.events_list_more:hover {
	text-decoration: none;
	color: #ef1c17;
	border: 2px solid #ef1c17;
}

@media (max-width: 600px) {
	.events_list_more {
		width: 90%;
		padding: 5% 2%;
		margin: 18% auto 8%;
	}
}

/* Instagram Feed */
.instagram-feed {
	max-width: 80%;
	margin: 0 auto;
	padding-bottom: 8%;
}

.instagram-feed__title {
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	color: #444;
}

/* EVENT SINGLE */
#event {
}

/* Card Banner */
#event div.events_list_cell {
	/* See EVENTS PAGE section above for this class stylings ;) */
	margin-bottom: 8%;
}

/* Presenting Sponsor */
#event_presenting_sponsor {
	text-align: center;
	margin: 0 auto 4%;
}

@media (max-width: 600px) {
	#event_presenting_sponsor {
		margin: 0 auto 12%;
	}
}

#event_presenting_sponsor h2 {
	color: #555;
	text-transform: up;
	font-weight: 300;
	font-size: 2.4em;
}

@media (max-width: 600px) {
	#event_presenting_sponsor h2 {
		font-size: 1.5em;
		color: #bbb;
	}
}

#event_presenting_sponsor a:hover {
	opacity: 0.9;
}

#event_presenting_sponsor img {
	max-width: 200px;
	height: auto;
}


/* event CMS */

#event_CMS {
	margin: 0 auto 4%;
}

@media (max-width: 600px) {
	#event_CMS {
		margin: 2% auto 8%;
	}
}


/* Event Intro Module */

#event_intro {
	position: relative;
	margin: 0 8% 18%;
	padding: 0;
	overflow: hidden;
}

@media (max-width: 800px) {
	#event_intro {
		text-align: center;
	}
}

@media (max-width: 600px) {
	#event_intro {
		font-size: 0.8em;
	}
}

#event_intro_image {
	float: left;
	clear: both;
	width: 45%;
	margin: 0 12% 0 0;
	padding: 0;
}

@media (max-width: 1200px) {
	#event_intro_image {
		width: 25%;
	}
}

@media (max-width: 800px) {
	#event_intro_image {
		width: 100%;
		margin: 0 0 8% 0;
	}
}

#event_intro_content {
	float: left;
	clear: right;
	width: 40%;
	margin: 0;
	padding: 0;
}

@media (max-width: 1200px) {
	#event_intro_content {
		width: 62%;
	}
}

@media (max-width: 800px) {
	#event_intro_content {
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

#event_intro_heading {
	color: #444;
	font-size: 3.8em;
	margin: 0 0 0.25em 0;
}

#event_intro_text {
	color: #444;
	font-size: 1.5em;
	line-height: 1.35em;
	margin: 0 0 8%;
}

#event_intro_item_1 {
	background: url(images/bullet_1.png) no-repeat 0 0;
	padding: 0 0 0 80px;
	text-align: left;
}

#event_intro_item_1_heading {
	text-transform: capitalize;
	color: #444;
	font-size: 1.6em;
	margin: 0 0 0.4em 0;
	padding: 10px 0 0 0;
}

#event_intro_item_1_text {
	font-size: 1.2em;
	line-height: 1.35em;
	color: #555;
	margin: 0 0 8% 0;
}

#event_intro_item_2 {
	background: url(images/bullet_2.png) no-repeat 0 0;
	padding: 0 0 0 80px;
	text-align: left;
}

#event_intro_item_2_heading {
	text-transform: capitalize;
	color: #444;
	font-size: 1.6em;
	margin: 0 0 0.4em 0;
	padding: 10px 0 0 0;
}

#event_intro_item_2_text {
	font-size: 1.2em;
	line-height: 1.35em;
	color: #555;
	margin: 0 0 8% 0;
}

#event_intro_purchase, #event_intro_purchase:visited {
	clear: both;
	display: block;
	color: #ef1c17;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.8em 0.4em;
	margin: 8% 0 8%;
	width: auto;
	max-width: 340px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.35em;
}

#event_intro_purchase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff;
}

@media (max-width: 800px) {
	#event_intro_purchase {
		width: 90%;
		max-width: 90%;
	}
}

@media (max-width: 600px) {
	#event_intro_purchase {
		margin: 12% auto 8%;
	}
}

/* Event sponsors */
#event_sponsors {
	margin: 60px 10% 40px;
}

#event_sponsors_grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 40px;
	text-align: center;
}

#event_sponsors_grid.single {
	grid-template-columns: 1fr;
}

@media (max-width: 1200px) {
	#event_sponsors_grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	#event_sponsors_grid {
		display: block;
		position: relative;
		overflow: hidden;
	}

	#event_sponsors_grid a {
		display: block;
		margin: 0 auto 12%;
	}
}

#event_sponsors img {
	width: 200px;
	max-width: 100%;
	height: auto;
}

#event_sponsor_more, #event_sponsor_more:visited {
	display: block;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 300;
	font-size: 1.5em;
	line-height: 1.35em;
	color: #000;
	opacity: 0.7;
	margin: 4% auto 8%;
}

#event_sponsor_more:hover {
	text-decoration: none;
	opacity: 0.9;
}

#event_sponsor_more img {
	width: 40px;
	height: auto;
	position: relative;
	top: 4px;
	left: -4px;
	opacity: 0.8;
}


@media (max-width: 600px) {
	#event_sponsor_more {
		margin: 14% auto;
	}
}


/* Event Feedback */

#event_feedback {
	position: relative;
	overflow: hidden;
	background: #f6f6f6;
	margin: 0 0 8%;
	padding: 10% 1%;
}

#event_feedback h2 {
	text-align: center;
	color: #333;
	font-size: 3.8em;
	margin: 0 0 6%;
}

@media (max-width: 600px) {
	#event_feedback h2 {
		font-size: 2.8em;
		margin-top: 8%;
	}
}

#event_feedback_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 2%;
}

@media (max-width: 800px) {
	#event_feedback_grid {
		display: block;
		position: relative;
		overflow: hidden;
	}
}

.event_feedback_card {
	background: #fff url(images/stars.png) no-repeat right 20px;
	border: 3px solid #e6e6e6;
	border-radius: 6px;
	padding: 60px 10%;
	margin: 0 0 2%;
	width: 77%;
}

.event_feedback_card:hover {
	border: 3px solid #a5a4a4;
}

@media (max-width: 1200px) {
	.event_feedback_card {
		font-size: 0.8em;
	}
}

@media (max-width: 800px) {
	.event_feedback_card {
		margin: 2% auto 4%
	}
}

.event_feedback_card h5 {
	text-transform: capitalize;
	color: #333;
	font-size: 1.8em;
	line-height: 1.35em;
	font-weight: 400;
	margin: 0 0 1.75%;
}

.event_feedback_card h6 {
	text-transform: capitalize;
	color: #b7b7b7;
	font-size: 1.4em;
	line-height: 1.35em;
	font-weight: 400;
}

.event_feedback_card p {
	color: #6f6f6f;
	font-size: 1.4em;
	line-height: 1.35em;
}

/* Mid Page Purchase */
#event_midpage_purchase, #event_midpage_purchase:visited {
	clear: both;
	display: block;
	color: #ef1c17;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.6em 1em;
	margin: 5% auto 10%;
	width: 20%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.35em;
}

#event_midpage_purchase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff;
}

@media (max-width: 600px) {
	#event_midpage_purchase {
		/*
        font-size: 1.6em;
        width: 60%;
        */
		display: none;
	}
}

/* Event Video */
#event_video {
	position: relative;
	width: 70%;
	margin: 0px auto 12%;
	overflow: hidden;
	text-align: center;
	/* Responsive iFrame Hack */
	padding-bottom: 35%;
	padding-top: 25px;
	height: 0;
}

/* Responsive iFrame Hack */
#event_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 800px) {
	#event_video {
		width: 90%;
	}
}

#event_video iframe {
	max-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

/* Event Continued Description intro */
.event_intro {
	position: relative;
	margin: 0 8% 12%;
	padding: 0;
	overflow: hidden;
}

@media (max-width: 800px) {
	.event_intro {
		text-align: center;
	}

	.event_intro ul,
	.event_intro ol {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.event_intro {
		font-size: 0.8em;
	}
}

.event_intro_content {
	float: left;
	clear: right;
	width: 40%;
	margin: 0;
	padding: 0;
}

@media (max-width: 1200px) {
	.event_intro_content {
		width: 62%;
	}
}

@media (max-width: 800px) {
	.event_intro_content {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

.event_intro_image {
	float: left;
	clear: right;
	width: 45%;
	margin: 0 0 0 12%;
	padding: 0;
}

@media (max-width: 1200px) {
	.event_intro_image {
		width: 25%;
	}
}

@media (max-width: 800px) {
	.event_intro_image {
		width: 100%;
		margin: 0 0 8% 0;
	}
}

.event_intro_heading {
	color: #444;
	font-size: 3.8em;
	margin: 0 0 8% 0;
}

.event_intro_text {
	color: #444;
	font-size: 1.5em;
	line-height: 1.35em;
	margin: 0 0 8%;
}

/* Event Map */
#event_map {
	margin: 0 0 10% 0;
}

#event_map img {
	width: 100%;
	height: auto;
}


/* Event Tickets */
#event_tickets {
	position: relative;
	margin: 4% 8% 8%;
}

#event_tickets h2 {
	text-align: center;
	color: #444;
	font-size: 4.0em;
	margin: 0 0 4% 0;
}

#event_tickets_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 0%;
	clear: both;
}

.event_tickets_cell_card {
	text-align: center;
	background: #fff;
	border: 1px solid gainsboro;
	border-radius: 6px;
	padding: 14%;
}

@media (max-width: 1200px) {
	#event_tickets {
		font-size: 0.8em;
	}
}

h6.event_tickets_sub_heading {
	font-size: 1.4em;
	text-transform: initial;
	color: #888;
	margin: 0 0 8%;
}

h3.event_tickets_heading {
	font-size: 3.0em;
	text-transform: uppercase;
	color: #888;
	margin: 0 0 8%;
}

p.event_tickets_text {
	font-size: 1.5em;
	line-height: 1.35em;
	text-transform: initial;
	color: #888;
	margin: 0 0 18%;
}

span.event_tickets_price {
	display: block;
	font-size: 4.5em;
	line-height: 1.35em;
	color: #888;
	margin: 0 0 10%;
}

a.event_tickets_purchase, .event_tickets_purchase:visited {
	clear: both;
	display: block;
	font-size: 2.2em;
	line-height: 1.35em;
	color: #888;
	margin: 0 0 8%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	border: 2px solid #ccc;
	border-radius: 3px;
	padding: 0.45em 0.25em;
	background: #fff;
}

.event_tickets_purchase:hover {
	color: #fff;
	background: #3d0287;
	border: 2px solid #3d0287;
	text-decoration: none;
}

.event_tickets_purchase_out {
	clear: both;
	display: block;
	font-size: 2.2em;
	line-height: 1.35em;
	color: #888;
	margin: 0 0 8%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	border: 2px solid #ccc;
	border-radius: 3px;
	padding: 0.1em;
}

.event_tickets_purchase_out:hover {
	cursor: default;
	text-decoration: none;
	color: #888;
}

/* also */
#event_tickets_also_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 0%;
	clear: both;
}

.event_tickets_cell_also {
	padding: 14%;
	text-align: left;
}

.event_tickets_cell_also h4 {
	color: #444;
	text-transform: initial;
	margin: 0 0 4%;
	line-height: 1.35em;
}

.event_tickets_cell_also ul {
	font-size: 1.3em;
	line-height: 1.35em;
	color: #222;
}

.event_tickets_cell_also ul li {
	margin: 0 0 2%;
	color: #888;
}

/* Grid 1 */
#event_tickets_grid.grid_1 {
	grid-template-columns: 1fr;
}

.event_tickets_cell_card.grid_1 {
	max-width: 400px;
	margin: 0 auto;
}

.event_tickets_cell_card.grid_1 a.event_tickets_purchase, .event_tickets_cell_card.grid_1 .event_tickets_purchase:visited {
	color: #fff;
	background: #3d0287;
	border: 2px solid #3d0287;
	text-decoration: none;
}

#event_tickets_grid.grid_2 .event_tickets_purchase:hover {
	opacity: 0.95;
}

#event_tickets_also_grid.grid_1 {
	grid-template-columns: 1fr;
}

#event_tickets_also_grid.grid_1 .event_tickets_cell_also {
	max-width: 400px;
	margin: 0 auto;
}

/* Grid 2 */
#event_tickets_grid.grid_2 {
	grid-template-columns: 1fr 1fr;
}

.event_tickets_cell_card.grid_2 a.event_tickets_purchase, .event_tickets_cell_card.grid_2 .event_tickets_purchase:visited {
	color: #fff;
	background: #3d0287;
	border: 2px solid #3d0287;
	text-decoration: none;
}

#event_tickets_grid.grid_2 .event_tickets_purchase:hover {
	opacity: 0.95;
}

#event_tickets_also_grid.grid_2 {
	grid-template-columns: 1fr 1fr;
}

/* Grid 3 */
.event_tickets_cell_card.grid_3:nth-child(2) {
	background: rgb(66, 0, 128);
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

.event_tickets_cell_card.grid_3:nth-child(2) h6.event_tickets_sub_heading {
	color: #fff;
}

.event_tickets_cell_card.grid_3:nth-child(2) h3.event_tickets_heading {
	color: #fff;
}

.event_tickets_cell_card.grid_3:nth-child(2) p.event_tickets_text {
	color: #fff;
}

.event_tickets_cell_card.grid_3:nth-child(2) span.event_tickets_price {
	color: #fff;
}

.event_tickets_cell_card.grid_3:nth-child(2) a.event_tickets_purchase, .event_tickets_cell_card.grid_3:nth-child(2) .event_tickets_purchase:visited {
	color: #fff;
	border: 2px solid #fff;
	background: none;
}

.event_tickets_cell_card.grid_3:nth-child(2) .event_tickets_purchase:hover {
	background: #31005d;
	border: 2px solid #fff;
	color: #fff;
}

.event_tickets_cell_card.grid_3:nth-child(2) .event_tickets_purchase_out {
	background: #4f0296;
	border: 2px solid #fff;
	color: #fff;
}

.event_tickets_cell_card.grid_3:nth-child(2) .event_tickets_purchase_out:hover {
	color: #fff;
}

/* Mobile Single Column */
@media (max-width: 800px) {
	#event_tickets_grid {
		display: grid;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto;
		grid-column: auto;
		grid-row: auto;
		grid-gap: 0%;
		clear: both;
	}

	.event_tickets_cell_card {
		text-align: center;
		background: #fff;
		border: 1px solid gainsboro;
		border-radius: 6px;
		padding: 14%;
		margin: 0 auto 4%;
		width: 70%;
	}

	.event_tickets_cell_card.grid_3:nth-child(2) {
		grid-column: auto;
		grid-row: auto;
	}

	#event_tickets_also_grid {
		grid-template-columns: 1fr !important;
	}

	.event_tickets_also_mobile_heading {
		display: block !important;
		color: #bbb;
	}

	.event_tickets_cell_also {
		padding: 6% !important;
	}
}

/* Event Related */
#events_related {
	position: relative;
	clear: both;
	font-size: 0.35em;
	padding: 10% 2%;
	margin: 0 auto 0;
	background: #f7f7f7;
}

#events_related_heading {
	text-align: center;
	margin: 0 auto 6%;
	font-size: 11.0em;
	color: #444;
}

@media (max-width: 600px) {
	#events_related_heading {
		font-size: 8.0em;
		margin-bottom: 10%;
	}
}

#events_related_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 0%;
}

@media (max-width: 600px) {
	#events_related_grid {
		display: block;
	}

	.related_list_cell {
		position: relative;
		margin: 0 auto 8% !important;
		padding: 2%;
		background: #fff;
	}
}

.related_list_cell {
	position: relative;
	margin: 2%;
	overflow: hidden;
}

.related_list_cell_image {
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 600px) {
	.related_list_cell_image {
		position: relative;
	}
}

.related_list_cell_content {
	text-align: center;
	width: 90%;
	margin: 20% auto 0 5%;
	z-index: 10;
	position: relative;
}

@media (max-width: 1300px) {
	.related_list_cell_content {
		font-size: 0.8em;
	}
}

@media (max-width: 1000px) {
	.related_list_cell_content {
		font-size: 0.6em;
	}
}

@media (max-width: 600px) {
	.related_list_cell_content {
		margin: 0 auto 0 5%;
		width: 90%;
	}
}

.related_list_cell_image_overlay {
	margin: 0 0 2%;
}

@media (max-width: 600px) {
	.related_list_cell_image_overlay {
		margin: 2% 0 2%;
	}
}

.related_list_cell_image_overlay_date {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0.25em;
	font-size: 2.8em;
	text-transform: capitalize;
}

@media (max-width: 600px) {
	.related_list_cell_image_overlay_date {
		color: #717171;
		font-size: 6.0em;
	}
}

.related_list_cell_image_overlay_time {
	color: #fff;
	font-weight: 300;
	font-size: 2.6em;
	margin: 0 auto 2%;
}

@media (max-width: 600px) {
	.related_list_cell_image_overlay_time {
		color: #717171;
		font-size: 6em;
	}
}

.related_list_cell_card {
	padding: 5%;
	background: #fff;
	border: 2px solid #b0b0b0;
}

@media (max-width: 600px) {
	.related_list_cell_card {
		padding: 2% 5% 5% 5%;
		background: #fff;
		border: none;
		font-size: 2.3em;
	}
}

.related_list_cell_card_title {
	font-size: 5em;
	color: #444;
	margin: 0 auto 2%;
}

@media (max-width: 600px) {
	.related_list_cell_card_title {
		font-size: 4em;
		margin: 0 auto 6%;
	}
}

.related_list_cell_card_title a {
	color: #444;
}

.related_list_cell_card_title a:hover {
	color: red;
	text-decoration: none;
}

.related_list_cell_card_excerpt {
	font-size: 2.6em;
	line-height: 1.35em;
	color: #505050;
}

@media (max-width: 600px) {
	.related_list_cell_card_excerpt {
		font-size: 2.2em;
		margin: 0 auto 8%;
	}
}

.related_list_cell_card_excerpt a.read-more {
	display: none;
}

.related_list_cell_card_purchase, .related_list_cell_card_purchase:visited {
	clear: both;
	display: block;
	color: #ef1c17;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.8em 1em;
	margin: 5% auto 1%;
	width: 30%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.4em;
}

.related_list_cell_card_purchase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff;
}

@media (max-width: 600px) {
	.related_list_cell_card_purchase {
		font-size: 2em;
		width: 60%;
		margin: 0 auto 12%;
	}
}

.related_list_more, .related_list_more:visited {
	clear: both;
	display: block;
	color: #fff;
	border-radius: 6px;
	background: #4c2675;
	text-align: center;
	padding: 0.8em 1em;
	margin: 8% auto 0%;
	width: 20%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 3.4em;
	text-transform: initial;
}

.related_list_more:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.95;
}

@media (max-width: 600px) {
	.related_list_more {
		width: 60%;
		font-size: 2.5em;
	}
}

/* DAYTRIP SINGLE */

/* Callout Box */
.callout-box {
	border-radius: 4px;
	clear: both;
	text-align: center;
	width: 50%;
	margin: 0 auto 5%;
	z-index: 10;
	position: relative;
}

.callout-box * {
	box-sizing: border-box;
}

.callout-box .response {
	font-size: 1.3em;
}

.callout-box input {
	box-shadow: none;
	border: 0;
	padding: 20px;
	font-size: 1.3em;
}

@media (max-width: 1024px) {
	.callout-box {
		width:80%;
	}
}

@media (max-width: 800px) {
	.callout-box {
		width:100%;
	}
	.callout-box input {
		margin: 0 0 10px;
		width: 100%;
	}
}



.callout-box .button {
	background: transparent;
	clear: both;
	display: block;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	padding: 0.8em 1em;
	margin: 20px auto 0;
	min-width: 300px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.35em;
	white-space: pre-wrap;
}

.callout-box .button:focus,
.callout-box .button:hover {
	background: #ef1c17;
	border-color: #ef1c17;
	color: #fff;
}

.callout-box__content {
	padding: 5%;
}

.callout-box,
.callout-box__title {
	color: #fff;
}

.callout-box__title {
	margin-top: 0;
	font-size: 3.8em;
}

/* Events List */
#daytrip_list {
	position: relative;
}

.daytrip_list_cell {
	position: relative;
	margin: 0 0 10%;
	overflow: hidden;
}

.daytrip_list_cell_image {
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 600px) {
	.daytrip_list_cell_image {
		position: relative;
	}
}

.daytrip_list_cell_image_logo {
	position: absolute;
	top: 5%;
	left: 45%;
	width: 10%;
	height: auto;
	z-index: 10;
}

.daytrip_list_cell_content {
	text-align: center;
	width: 80%;
	margin: 40% auto 0 10%;
	z-index: 10;
	position: relative;
}

@media (max-width: 1300px) {
	.daytrip_list_cell_content {
		font-size: 0.8em;
	}
}

@media (max-width: 1000px) {
	.daytrip_list_cell_content {
		font-size: 0.6em;
	}
}

@media (max-width: 600px) {
	.daytrip_list_cell_content {
		margin: 0 auto 0 5%;
		width: 90%;
	}
}

.daytrip_list_cell_image_overlay {
	margin: 0 0 2%;
}

@media (max-width: 600px) {
	.daytrip_list_cell_image_overlay {
		margin: 4% 0 2%;
	}
}

.daytrip_list_cell_image_overlay_date {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0.25em;
	font-size: 2.8em;
	text-transform: capitalize;
}

@media (max-width: 600px) {
	.daytrip_list_cell_image_overlay_date {
		color: #717171;
	}
}

.daytrip_list_cell_image_overlay_time {
	color: #fff;
	font-weight: 300;
	font-size: 2.6em;
	margin: 0 0 4%;
}

@media (max-width: 600px) {
	.daytrip_list_cell_image_overlay_time {
		color: #717171;
	}
}

.daytrip_list_cell_card {
	padding: 5%;
	background: #fff;
	border: 2px solid #b0b0b0;
}

@media (max-width: 600px) {
	.daytrip_list_cell_card {
		padding: 2% 5%;
		background: #fff;
		border: none;
	}
}

.daytrip_list_cell_card_title {
	font-size: 5em;
	color: #444;
	margin: 0 0 4% 0;
}

@media (max-width: 600px) {
	.daytrip_list_cell_card_title {
		font-size: 4em;
		margin: 0 0 8% 0;
	}
}

.daytrip_list_cell_card_excerpt {
	font-size: 2.4em;
	line-height: 1.35em;
	color: #505050;
}

@media (max-width: 600px) {
	.daytrip_list_cell_card_excerpt {
		font-size: 2.2em;
		margin: 0 0 8% 0;
	}
}

.daytrip_list_cell_card_excerpt a.read-more {
	display: none;
}

.daytrip_list_cell_card_purchase, .daytrip_list_cell_card_purchase:visited {
	clear: both;
	display: block;
	color: #ef1c17;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.8em 1em;
	margin: 5% auto 9rem;
	width: 30%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.35em;
}

.daytrip_list_cell_card_purchase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff;
}

@media (max-width: 600px) {
	.daytrip_list_cell_card_purchase {
		font-size: 2em;
		width: 60%;
	}
}

/* Daytrip Intro Module */
#daytrip_intro {
	position: relative;
	margin: 0 8% 12%;
	padding: 0;
	overflow: hidden;
}

@media (max-width: 800px) {
	#daytrip_intro {
		text-align: center;
	}
}

@media (max-width: 600px) {
	#daytrip_intro {
		margin-top: 16%;
		font-size: 0.8em;
	}
}

#daytrip_intro_image {
	float: left;
	clear: both;
	width: 45%;
	margin: 0 12% 0 0;
	padding: 0;
}

@media (max-width: 1200px) {
	#daytrip_intro_image {
		width: 25%;
	}
}

@media (max-width: 800px) {
	#daytrip_intro_image {
		width: 100%;
		margin: 0 0 12% 0;
	}
}

#daytrip_intro_content {
	float: left;
	clear: right;
	width: 40%;
	margin: 0;
	padding: 0;
}

@media (max-width: 1200px) {
	#daytrip_intro_content {
		width: 62%;
	}
}

@media (max-width: 800px) {
	#daytrip_intro_content {
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

#daytrip_intro_heading {
	color: #444;
	font-size: 3.8em;
	margin: 0 0 0.25em 0;
}

#daytrip_intro_text {
	color: #444;
	font-size: 1.5em;
	line-height: 1.35em;
	margin: 0 0 8%;
}

#daytrip_intro_item_1 {
	background: url(images/bullet_1.png) no-repeat 0 0;
	padding: 0 0 0 80px;
	text-align: left;
}

#daytrip_intro_item_1_heading {
	text-transform: capitalize;
	color: #444;
	font-size: 1.6em;
	margin: 0 0 0.4em 0;
	padding: 10px 0 0 0;
}

#daytrip_intro_item_1_text {
	font-size: 1.2em;
	line-height: 1.35em;
	color: #555;
	margin: 0 0 8% 0;
}

#daytrip_intro_item_2 {
	background: url(images/bullet_2.png) no-repeat 0 0;
	padding: 0 0 0 80px;
	text-align: left;
}

#daytrip_intro_item_2_heading {
	text-transform: capitalize;
	color: #444;
	font-size: 1.6em;
	margin: 0 0 0.4em 0;
	padding: 10px 0 0 0;
}

#daytrip_intro_item_2_text {
	font-size: 1.2em;
	line-height: 1.35em;
	color: #555;
	margin: 0 0 8% 0;
}

@media (max-width: 600px) {
	#daytrip_intro_item_1_text,
	#daytrip_intro_item_2_text {
		font-size: 1.6em;
	}
}

#daytrip_intro_purchase, #daytrip_intro_purchase:visited {
	clear: both;
	display: block;
	color: #ef1c17;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.8em 0.4em;
	margin: 8% auto 8%;
	width: auto;
	max-width: 340px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.35em;
}

#daytrip_intro_purchase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff;
}

@media (max-width: 800px) {
	#daytrip_intro_purchase {
		width: 90%;
		max-width: 90%;
		margin-top: 12%;
	}
}

/* Daytrip Tickets include */
#daytrip_tickets_include {
	position: relative;
	margin: 0 auto 8%;
}

@media (max-width: 600px) {
	#daytrip_tickets_include {
		font-size: 0.8em;
	}
}

#daytrip_tickets_include h2 {
	text-align: center;
	margin: 0 auto 8%;
	color: #444;
	font-size: 4em;
}

#daytrip_tickets_include_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 5%;
	margin: 0 4%;
	width: auto;
}

@media (max-width: 1200px) {
	#daytrip_tickets_include_grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 8%;
	}
}

@media (max-width: 800px) {
	#daytrip_tickets_include_grid {
		grid-template-columns: 1fr;
		grid-gap: 0%;
	}
}

.daytrip_tickets_include_cell {
	margin: 0 0 8%;
	text-align: center;
}

.daytrip_tickets_include_cell_heading {
	color: #444;
	text-transform: initial;
	font-size: 1.6em;
	margin: 0 auto 4%;
}

.daytrip_tickets_include_cell_text {
	color: #777;
	font-size: 1.2em;
	line-height: 1.35em;
}

@media (max-width: 600px) {
	.daytrip_tickets_include_cell_text {
		font-size: 1.6em;
	}
}

#daytrip_tickets_include_purchase, #daytrip_tickets_include_purchase:visited {
	clear: both;
	display: block;
	color: #ef1c17;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.6em 0.2em;
	margin: 4% auto 8%;
	width: auto;
	max-width: 340px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.35em;
}

#daytrip_tickets_include_purchase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff;
}

@media (max-width: 800px) {
	#daytrip_tickets_include_purchase {
		width: 90%;
		max-width: 90%;
		margin-bottom: 22%;
	}
}

/* Daytrip Feedback */
#daytrip_feedback {
	position: relative;
	overflow: hidden;
	background: #f6f6f6;
	margin: 0 0 8%;
	padding: 10% 1%;
}

#daytrip_feedback h2 {
	text-align: center;
	color: #333;
	font-size: 3.8em;
	margin: 0 0 6%;
}

@media (max-width: 600px) {
	#daytrip_feedback h2 {
		font-size: 2.8em;
		margin-top: 8%;
	}
}

#daytrip_feedback_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 2%;
}

@media (max-width: 800px) {
	#daytrip_feedback_grid {
		display: block;
	}

	.daytrip_feedback_card {
		border: none !important;
		width: 60% !important;
		margin: 4% auto 8% !important;
	}
}

.daytrip_feedback_card {
	background: #fff url(images/stars.png) no-repeat right 20px;
	border: 3px solid #e6e6e6;
	border-radius: 6px;
	padding: 60px 10%;
	margin: 0 0 2%;
	width: 77%;
}

.daytrip_feedback_card:hover {
	border: 3px solid #a5a4a4;
}

@media (max-width: 1200px) {
	.daytrip_feedback_card {
		font-size: 0.8em;
	}
}

.daytrip_feedback_card h5 {
	text-transform: capitalize;
	color: #333;
	font-size: 1.8em;
	line-height: 1.35em;
	font-weight: 400;
	margin: 0 0 1.75%;
}

.daytrip_feedback_card h6 {
	text-transform: capitalize;
	color: #b7b7b7;
	font-size: 1.4em;
	line-height: 1.35em;
	font-weight: 400;
}

.daytrip_feedback_card p {
	color: #6f6f6f;
	font-size: 1.4em;
	line-height: 1.35em;
}

/* Daytrip Video */
#daytrip_video {
	position: relative;
	width: 70%;
	margin: 0px auto 12%;
	overflow: hidden;
	text-align: center;
	/* Responsive iFrame Hack */
	padding-bottom: 35%;
	padding-top: 25px;
	height: 0;
}

/* Responsive iFrame Hack */
#daytrip_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 800px) {
	#daytrip_video {
		width: 90%;
	}
}

#daytrip_video iframe {
	max-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

/* Daytrip Map */
#daytrip_map {
	margin: 0 0 10% 0;
}

@media (max-width: 600px) {
	#daytrip_map {
		display: none;
	}
}

#daytrip_map img {
	width: 100%;
	height: auto;
}

/* Daytrip Slides */
#daytrip_slides {
	position: relative;
	margin: 0 auto 8%;
}

.daytrip_slides_cell.active {
	display: block !important;
	width: 84%;
	margin: 0 auto 2%;
}

.daytrip_slides_image {
	width: 100%;
}

/* Arrows */
#daytrip_slides_nav_next {
	position: absolute;
	z-index: 999;
	display: block;
	background: url(images/arrow_right_dark.png) no-repeat center center;
	text-align: center;
	width: 8%;
	height: 90%;
	top: 0%;
	right: 0%;
	text-indent: -99999px;
	opacity: 0.25;
}

#daytrip_slides_nav_prev {
	position: absolute;
	z-index: 999;
	display: block;
	background: url(images/arrow_left_dark.png) no-repeat center center;
	text-align: center;
	width: 8%;
	height: 90%;
	top: 0%;
	left: 0%;
	text-indent: -99999px;
	opacity: 0.25;
}

#daytrip_slides_nav_next:hover, #daytrip_slides_nav_prev:hover {
	opacity: 0.5;
}

@media (max-width: 800px) {
	#daytrip_slides_nav_next, #daytrip_slides_nav_prev {
		display: none;
	}

	.daytrip_slides_cell.active {
		width: 100%;
	}
}

/* Pagination */
#daytrip_slides_pagination {
	color: #fff;
	position: relative;
	margin: 1% 0 1% 5%;
	padding: 0;
	width: 90%;
	height: auto;
	text-align: center;
}

#daytrip_slides_pagination a, #daytrip_slides_pagination a:visited {
	display: inline-block;
	background: #dedede;
	padding: 0;
	margin: 0 1%;
	height: 4px;
	width: 1%;
	text-indent: -99999px;
	cursor: default;
}

#daytrip_slides_pagination a.active {
	background: #3d0287;
}

@media (max-width: 800px) {
	#daytrip_slides_pagination {
		display: none;
	}
}

/* Daytrip Ticket & Timeline */
#daytrip_ticket {
	position: relative;
	overflow: hidden;
	margin: 0 auto 8%;
	padding: 0 14%;
	width: 72%;
}

@media (max-width: 800px) {
	#daytrip_ticket {
		font-size: 0.8em;
		width: 92%;
		padding: 4%;
	}
}

#daytrip_ticket h2 {
	font-size: 4em;
	color: #444;
	text-align: left;
	margin: 0 auto 6%;
}

@media (max-width: 800px) {
	#daytrip_ticket h2 {
		text-align: center;
		margin: 8% 0 12% 0;
	}
}

#daytrip_ticket_timeline {
	width: 50%;
	float: left;
	clear: right;
	margin: 0 10% 4% 0;
}

@media (max-width: 1200px) {
	#daytrip_ticket_timeline {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 8% 0;
	}
}

.daytrip_ticket_timeline_cell {
	padding: 0 0 12px 50px;
	background: url(images/timeline_bullet_tail.png) repeat-y 0px -24px;
	overflow: hidden;
	margin: 0;
}

.daytrip_ticket_timeline_cell h3 {
	color: #444;
	font-size: 1.5em;
	margin: 1% 0 2% 0;
}

.daytrip_ticket_timeline_cell p {
	color: #777;
	font-size: 1.15em;
}

#daytrip_ticket_purchase,
#daytrip_ticket_discount {
	width: 28%;
	float: left;
	clear: right;
	margin: 2% 0 4% 0;
	padding: 6% 6% 6% 6%;
	background: #3d0287;
	color: #fff;
	text-align: center;
	border-radius: 6px;
}

#daytrip_ticket_discount {
	background: #f5f5f5;
	color: #000;
	float: right;
}

@media (max-width: 1200px) {
	#daytrip_ticket_purchase,
	#daytrip_ticket_discount {
		width: 86%;
		float: none;
		clear: both;
		margin: 2% auto 4% auto;
		padding: 14% 6% 6% 6%;
		background: #3d0287;
		color: #fff;
		text-align: center;
		border-radius: 6px;
	}

	#daytrip_ticket_discount {
		background: #f5f5f5;
		color: #000;
	}
}

#daytrip_ticket_purchase_heading {
	color: #fff;
	font-size: 3em;
	margin: 0 auto 10%;
}

#daytrip_ticket_purchase_text {
	color: rgba(300, 300, 300, 0.75);
	font-size: 1.2em;
	margin: 0 auto 12%;
}

#daytrip_ticket_purchase_price {
	color: #fff;
	font-size: 4.5em;
}

#daytrip_ticket_purchase_button, #daytrip_ticket_purchase_button:visited {
	clear: both;
	display: block;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	padding: 0.8em 1em;
	margin: 5% auto 12%;
	width: 60%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.35em;
	text-align: center;
}

#daytrip_ticket_purchase_button:hover {
	text-decoration: none;
	background: #ef1c17;
	border-color: #ef1c17;
	color: #fff;
}

@media (max-width: 600px) {
	#daytrip_ticket_purchase_button {
		font-size: 2em;
		width: 60%;
	}
}


#daytrip_ticket_purchase_button.sold_out, #daytrip_ticket_purchase_button.sold_out:visited {
	cursor: default;
	opacity: 0.25;
}

#daytrip_ticket_promo {
	width: 80%;
	margin: 0 auto;
	font-size: 1.15em;
}

#daytrip_ticket_promo p {
	opacity: 0.8;
}

#daytrip_ticket_promo a {
	font-weight: bold;
}


/* BLOG PAGE */
#blog_banner_image {
	position: relative;
}

/*
Shared Class:
.page_banner img
.page_banner_title
*/
#blog {
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
	padding: 8%;
}

@media (max-width: 600px) {
	#blog {
		font-size: 0.8em;
	}
}

.blog_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 3%;
	margin: 0 auto 8%;
}

@media (max-width: 1200px) {
	.blog_grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 800px) {
	.blog_grid {
		display: block;
	}
}

.blog_grid .loop_cell {
	background: #fff;
	position: relative;
	padding-bottom: 20%;
	margin: 0 auto 8%;
}

@media (max-width: 600px) {
	.blog_grid .loop_cell {
		margin: 0 auto 12%;
	}
}

.blog_grid .loop_cell_image {
}

.blog_grid .loop_cell_image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.blog_grid .loop_cell_date {
	padding: 8% 8% 2% 8%;
	margin: 0;
	text-transform: capitalize;
	color: #888;
	font-size: 1.5em;
	line-height: 1.35em;
	font-weight: 400;
}

.blog_grid .loop_cell_title {
	padding: 0% 8% 4% 8%;
	text-transform: capitalize;
	font-size: 2.5em;
	line-height: 1.35em;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 600;
	color: #30027d;
	clear: both;
	display: block;
}

.blog_grid .loop_cell_title:hover {
	text-decoration: none;
	color: #ef1c1e;
}

.blog_grid .loop_cell_excerpt {
	padding: 0% 8% 10% 8%;
	text-transform: capitalize;
	color: #888;
	font-size: 1.5em;
	line-height: 1.35em;
}

.blog_grid .loop_cell_excerpt a.read-more {
	display: none;
}

.blog_grid .loop_cell_more, .blog_grid .loop_cell_more:visited {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 84%;
	text-align: right;
	margin: 0% 8%;
	padding: 6% 0 8% 0;
	border-top: 2px solid #f1f1f1;
	font-size: 1.4em;
	color: #4c2675;
	background: #fff;
}

.blog_grid .loop_cell_more:hover {
	color: #ef1c1e;
	text-decoration: none;
}

#blog_more_button, #blog_more_button:visited {
	text-align: center;
	display: block;
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 500;
	font-size: 2.4em;
	line-height: 1.35em;
	color: #4c2675;
	border: 2px solid #4c2675;
	padding: 0.25em;
	margin: 0 auto 8%;
	width: 60%;
}

#blog_more_button:hover {
	text-decoration: none;
	background: #fff;
	color: #ef1c1e;
	border: 2px solid #ef1c1e;
}

#blog_more {
	width: 80%;
	clear: both;
	margin: 4% auto 8%;
}

@media (max-width: 800px) {
	#blog_more {
		width: 100%;
	}
}

#blog_more .loop_cell {
	position: relative;
	background: #fff;
	border-bottom: 2px solid #f3f3f3;
	margin: 0 0 4%;
	padding: 4% 4% 4% 4%;
}

#blog_more .loop_cell_date {
	padding: 0 0 0.75% 0;
	text-transform: capitalize;
	color: #888;
	font-size: 1.5em;
	line-height: 1.35em;
	font-weight: 400;
	margin: 0 auto 2%;
}

#blog_more .loop_cell_title, #blog_more .loop_cell_title:visited {
	padding: 0 0 1.75% 0;
	text-transform: capitalize;
	font-size: 2.5em;
	line-height: 1.35em;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 600;
	color: #30027d;
	clear: both;
	display: block;
}

#blog_more .loop_cell_title:hover {
	text-decoration: none;
	color: #ef1c1e;
}

#blog_more .loop_cell_excerpt {
	padding: 0 0 2% 0;
	text-transform: capitalize;
	color: #888;
	font-size: 1.5em;
	line-height: 1.35em;
}

#blog_more .loop_cell_more, #blog_more .loop_cell_more:visited {
	display: block;
	text-align: right;
	margin: 0%;
	padding: 3% 2% 0 0;
	border-top: 2px solid #f1f1f1;
	font-size: 1.4em;
	color: #4c2675;
	background: #fff;
}

#blog_more .loop_cell_more:hover {
	text-decoration: none;
	color: #ef1c1e;
}

/* POSTS */

/* Navigator */

#post_navigation {
	padding: 0;
	margin: 4% 0 8%;
}

#post_navigation hr {
	margin: 0;
	padding: 0;
}

#post_navigation a {
	color: #888;
	font-size: 1.6em;
	line-height: 1.35em;
}

#post_navigation a:hover {
	color: #4c2675;
	text-decoration: none;
}

#post_navigation_left {
	float: left;
	display: block;
	padding: 1.25%;
	height: auto;
}

#post_navigation_right {
	float: right;
	display: block;
	padding: 1.25%;
	height: auto;
}

/* Banner */

#post_banner_image {
	position: relative;
}

/* Shared class:
.page_banner img
.page_banner_title
*/

h1.page_non_banner_title {
	font-size: 4em;
	color: #444;
	margin: 2% 0 1.75%;
}

@media (max-width: 1200px) {
	h1.page_non_banner_title {
		font-size: 3em;
	}
}

@media (max-width: 660px) {
	h1.page_non_banner_title {
		font-size: 2.2em;
		text-align: center;
		margin-top: 4%;
	}
}

@media (max-width: 440px) {
	h1.page_non_banner_title {
		font-size: 1.8em;
	}
}

h6.page_banner_author {
	position: absolute;
	bottom: 12%;
	left: 20%;
	z-index: 10;
	color: #fff;
	font-size: 1em;
	line-height: 1.35em;
	font-weight: 300;
	width: 50%;
	padding: 0;
	margin: 0;
}

@media (max-width: 600px) {
	h6.page_banner_author {
		display: none;
	}
}

h6.page_non_banner_author {
	color: #444;
	font-size: 1em;
	line-height: 1.35em;
	font-weight: 300;
	margin: 0 0 2%;
}

@media (max-width: 600px) {
	h6.page_non_banner_author {
		display: none;
	}
}

/* Intro */

#post_intro {
	margin: 4% 20% 8%;
	padding: 0;
	width: 60%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #777;
	font-size: 3em;
	line-height: 1.35em;
	font-weight: 300;
}

@media (max-width: 1200px) {
	#post_intro {
		font-size: 2em;
	}
}

@media (max-width: 600px) {
	#post_intro {
		font-size: 1.8em;
		text-align: center;
		margin: 4% 10% 8%;
		width: 80%;
	}
}


/* Post Bullet Module */

#post_bullets {
	position: relative;
	overflow: hidden;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 0 20% 8%;
	padding: 4% 4%;
	width: 52%;
}

@media (max-width: 600px) {
	#post_bullets {
		position: relative;
		overflow: hidden;
		border-top: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		margin: 0 10% 8%;
		padding: 12% 4%;
		width: 72%;
	}
}

.post_bullet_cell {
	margin: 0 0 4%;
	padding: 12px 0 0 80px;
	overflow: hidden;
}

@media (max-width: 600px) {
	.post_bullet_cell {
		margin: 0 0 12%;
	}
}

.post_bullet_cell:nth-child(1) {
	background: url(images/bullet_1.png) no-repeat 0 0;
}

.post_bullet_cell:nth-child(2) {
	background: url(images/bullet_2.png) no-repeat 0 0;
}

.post_bullet_cell:nth-child(3) {
	background: url(images/bullet_3.png) no-repeat 0 0;
}

h3.post_bullet_cell_heading {
	color: #444;
	text-transform: initial;
	font-size: 1.8em;
	line-height: 1.35em;
	margin: 0 0 2%;
}

.post_bullet_cell_text {
	color: #777;
	font-size: 1.5em;
	line-height: 1.35em;
}


/* CMS PLACEHOLDER */


/* POST RELATED EVENTS */

#post_events_related {
	position: relative;
	clear: both;
	font-size: 0.65em;
	padding: 0% 20%;
	margin: 0 auto 8%;
}

@media (max-width: 800px) {
	#post_events_related {
		padding: 0% 8%;
	}
}

#post_events_related_heading {
	text-align: left;
	margin: 0 auto 2%;
	font-size: 4.0em;
	color: #999;
}

@media (max-width: 600px) {
	#post_events_related_heading {
		margin: 22% 0 12%;
		text-align: center;
	}
}

#post_events_related_grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 0%;
}

@media (max-width: 600px) {
	#post_events_related_grid {
		display: block;
	}

	.post_related_list_cell {
		position: relative;
		margin: 0 auto 12% !important;
		background: #f1eeee;
	}
}

.post_related_list_cell {
	position: relative;
	margin: 2%;
	overflow: hidden;
}

@media (max-width: 600px) {
	.post_related_list_cell {
		background: #fff;
	}
}

.post_related_list_cell_image {
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 600px) {
	.post_related_list_cell_image {
		position: relative;
	}
}

.post_related_list_cell_content {
	text-align: center;
	width: 90%;
	margin: 20% auto 0 5%;
	z-index: 10;
	position: relative;
}

@media (max-width: 1300px) {
	.post_related_list_cell_content {
		font-size: 0.8em;
	}
}

@media (max-width: 1000px) {
	.post_related_list_cell_content {
		font-size: 0.6em;
	}
}

@media (max-width: 600px) {
	.post_related_list_cell_content {
		margin: 0 auto 0 5%;
		width: 90%;
	}
}

.post_related_list_cell_image_overlay {
	margin: 0 0 2%;
}

@media (max-width: 600px) {
	.post_related_list_cell_image_overlay {
		margin: 4% 0 2%;
	}
}

.post_related_list_cell_image_overlay_date {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0.25em;
	font-size: 2.8em;
	text-transform: capitalize;
}

@media (max-width: 600px) {
	.post_related_list_cell_image_overlay_date {
		color: #717171;
		font-size: 4.5em;
	}
}

.post_related_list_cell_image_overlay_time {
	color: #fff;
	font-weight: 300;
	font-size: 2.6em;
	margin: 0 auto 2%;
}

@media (max-width: 600px) {
	.post_related_list_cell_image_overlay_time {
		color: #717171;
		font-size: 4.5em;
	}
}

.post_related_list_cell_card {
	padding: 5%;
	background: #fff;
	border: 2px solid #b0b0b0;
}

@media (max-width: 600px) {
	.post_related_list_cell_card {
		padding: 2% 5%;
		background: #fff;
		border: none;
		font-size: 2.3em;
	}
}

.post_related_list_cell_card_title {
	font-size: 5em;
	color: #444;
	margin: 0 auto 2%;
}

@media (max-width: 600px) {
	.post_related_list_cell_card_title {
		font-size: 2.2em;
		margin: 0 0 8%;
	}
}

.post_related_list_cell_card_title a {
	color: #444;
}

.post_related_list_cell_card_title a:hover {
	color: red;
	text-decoration: none;
}

.post_related_list_cell_card_excerpt {
	font-size: 2.6em;
	line-height: 1.35em;
	color: #777;
}

@media (max-width: 600px) {
	.post_related_list_cell_card_excerpt {
		font-size: 1.5em;
		margin: 0 auto 10%;
	}
}

.post_related_list_cell_card_excerpt a.read-more {
	display: none;
}

.post_related_list_cell_card_purchase, .post_related_list_cell_card_purchase:visited {
	clear: both;
	display: block;
	color: #ef1c17;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.8em 1em;
	margin: 5% auto 1%;
	width: 30%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.35em;
}

.post_related_list_cell_card_purchase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff;
}

@media (max-width: 600px) {
	.post_related_list_cell_card_purchase {
		font-size: 2em;
		width: 60%;
	}
}


/* POSTS RELATED WINE BLOGS */

#post_blog_related {
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
	padding: 8%;
}

@media (max-width: 600px) {

}

#post_blog_related_heading {
	color: #444;
	text-align: center;
	margin: 0 0 6%;
	font-size: 5em;
	line-height: 1.35em;
}

@media (max-width: 600px) {
	#post_blog_related_heading {
		font-size: 3em;
		margin: 16% auto 10%;
		color: #888;
	}
}

.post_blog_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 3%;
	margin: 0 auto 8%;
}

@media (max-width: 1200px) {
	.post_blog_grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 800px) {
	.post_blog_grid {
		display: block;
	}
}

.post_blog_grid .loop_cell {
	background: #fff;
	position: relative;
	padding-bottom: 20%;
	margin: 0 auto 8%;
}

@media (max-width: 600px) {
	.post_blog_grid .loop_cell {
		margin: 0 auto 12%;
	}
}

.post_blog_grid .loop_cell_image {
}

.post_blog_grid .loop_cell_image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.post_blog_grid .loop_cell_date {
	padding: 8% 8% 2% 8%;
	margin: 0;
	text-transform: capitalize;
	color: #888;
	font-size: 1.5em;
	line-height: 1.35em;
	font-weight: 400;
}

.post_blog_grid .loop_cell_title {
	padding: 0% 8% 4% 8%;
	text-transform: capitalize;
	font-size: 2.5em;
	line-height: 1.35em;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 600;
	color: #30027d;
	clear: both;
	display: block;
}

.post_blog_grid .loop_cell_title:hover {
	text-decoration: none;
	color: #ef1c1e;
}

.post_blog_grid .loop_cell_excerpt {
	padding: 0% 8% 10% 8%;
	text-transform: capitalize;
	color: #888;
	font-size: 1.5em;
	line-height: 1.35em;
}

@media (max-width: 600px) {
	.post_blog_grid .loop_cell_excerpt {
		font-size: 1.4em;
	}
}

.post_blog_grid .loop_cell_excerpt a.read-more {
	display: none;
}

.post_blog_grid .loop_cell_more, .post_blog_grid .loop_cell_more:visited {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 84%;
	text-align: right;
	margin: 0% 8%;
	padding: 6% 0 8% 0;
	border-top: 2px solid #f1f1f1;
	font-size: 1.4em;
	color: #4c2675;
	background: #fff;
}

.post_blog_grid .loop_cell_more:hover {
	color: #ef1c1e;
	text-decoration: none;
}

#post_blog_more_button, #post_blog_more_button:visited {
	text-align: center;
	display: block;
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 500;
	font-size: 2.4em;
	line-height: 1.35em;
	color: #4c2675;
	border: 2px solid #4c2675;
	padding: 0.25em;
	margin: 0 auto 8%;
	width: 60%;
}

#post_blog_more_button:hover {
	text-decoration: none;
	background: #fff;
	color: #ef1c1e;
	border: 2px solid #ef1c1e;
}


/* ABOUT PAGE */

#about_banner_image {
	position: relative;
}

/* Shared class, see events page.
.page_banner img
.page_banner_title
*/

#about_cms_intro {
	width: 60%;
	margin: 5% 20% 10% 20%;
	font-size: 2.8em;
	line-height: 1.35em;
	color: #5a5a5a;
}

@media (max-width: 1300px) {
	#about_cms_intro {
		font-size: 2.6em;
	}
}

@media (max-width: 1080px) {
	#about_cms_intro {
		font-size: 2.4em;
	}
}

@media (max-width: 800px) {
	#about_cms_intro {
		font-size: 2.1em;
		width: 80%;
		margin: 5% 10% 12%;
	}
}

@media (max-width: 600px) {
	#about_cms_intro {
		font-size: 1.5em;
	}
}


/* About ZigZags */

.about_zig_zag {
	position: relative;
	margin: 0 8% 12%;
	padding: 0;
	overflow: hidden;
}


@media (max-width: 800px) {
	.about_zig_zag {
		text-align: center;
		margin: 0 8% 6%;
	}
}


@media (max-width: 600px) {
	.about_zig_zag {
		font-size: 0.8em;
	}
}


.about_zigzag_image {
	float: left;
	clear: both;
	width: 45%;
	margin: 0 12% 0 0;
	padding: 0;
}


.about_zig_zag:nth-child(3) .about_zigzag_image {
	clear: right;
	margin: 0 0 0 12%;
}


@media (max-width: 1200px) {
	.about_zigzag_image {
		width: 25%;
	}
}

@media (max-width: 800px) {
	.about_zigzag_image {
		display: none;
	}
}


.about_zigzag_content {
	float: left;
	clear: right;
	width: 40%;
	margin: 0;
	padding: 0;
}

@media (max-width: 1200px) {
	.about_zigzag_content {
		width: 62%;
	}
}

@media (max-width: 800px) {
	.about_zigzag_content {
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

.about_zigzag_content_heading {
	color: #ef1c1e;
	font-size: 5em;
	margin: 0 0 6% 0;
}

@media (max-width: 600px) {
	.about_zigzag_content_heading {
		font-size: 3em;
	}
}

.about_zigzag_content_text {
	color: #666;
	font-size: 1.8em;
	line-height: 1.35em;
	margin: 0 0 8%;
}


/* About Sign Up */

#about_signup {
	background: #f7f7f7;
	padding: 8% 30% 6%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#about_signup .formkit-field {
	background: #fff;
}

@media (max-width: 1200px) {
	#about_signup {
		padding: 12% 20% 6%;
	}
}

@media (max-width: 600px) {
	#about_signup {
		padding: 12% 8% 18%;
		font-size: 0.8em;
	}
}

#about_signup_heading {
	font-size: 5em;
	color: #444;
	margin: 0 auto 8%;
}

@media (max-width: 600px) {
	#about_signup_heading {
		font-size: 4em;
		margin-top: 13%;
	}
}

#about_signup_intro {
	font-size: 2em;
	line-height: 1.35em;
	color: #888;
	margin: 0 auto 12%;

}

form#about_signup_form {
	position: relative;
	margin: 0 auto 4%;
	font-size: 1.6em;
	padding: 0;
}

form#about_signup_form input {
	width: 92%;
	padding: 4%;
	margin: 0 0 4% 0;
}

form#about_signup_form input[type="submit"] {
	width: 100% !important;
	padding: 1% 2%;
	margin: 0 0 2% 0;
}


/* About Contact Us */

#about_contact {
	position: relative;
	overflow: hidden;
}

@media (max-width: 1200px) {
	#about_contact {
		font-size: 0.8em;
	}
}

#about_contact_map {
	position: relative;
	float: left;
	clear: both;
	width: 48%;
	background: #fff;
}

@media (max-width: 1200px) {
	#about_contact_map {
		width: 38%;
	}
}

@media (max-width: 800px) {
	#about_contact_map {
		width: 100%;
		text-align: center;
	}
}

#about_contact_map_overlay {
	background: #fff;
	width: 40%;
	padding: 4%;
	position: absolute;
	top: 30%;
	left: 28%;
	opacity: 0.95;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #888;
	opacity: 1;
	z-index: 10;
	box-shadow: 4px 8px 8px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {
	#about_contact_map_overlay {
		width: 80%;
		padding: 10%;
		position: relative;
		top: 0;
		left: 0;
	}
}

@media (max-width: 800px) {
	#about_contact_map_overlay {
		width: 60%;
		padding: 4%;
		position: absolute;
		top: 30%;
		left: 16%;
		color: #444;
		opacity: 0.9;
	}
}

#about_contact_map img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 1;
	opacity: 0.5;
}

#about_contact_us {
	position: relative;
	float: left;
	clear: right;
	width: 52%;
	background: #fff;
}

@media (max-width: 800px) {
	#about_contact_us {
		position: relative;
		clear: both;
		width: 100%;
		text-align: center;
	}
}

#about_contact_us_heading {
	font-size: 5em;
	color: #444;
	padding: 0;
	margin: 18% 22% 8% 14%;
}

form#about_contact_us_form {
	margin: 0% 22% 12% 14%;
	font-size: 1.6em;
}

form#about_contact_us_form input {
	width: 92%;
	padding: 4%;
	margin: 0 0 4% 0;
	background: #f1f1f1;
}

form#about_contact_us_form textarea {
	width: 92%;
	padding: 4%;
	margin: 0 0 4% 0;
	background: #f1f1f1;
}

form#about_contact_us_form input[type="submit"] {
	width: 40% !important;
	padding: 1% 2%;
	margin: 0 0 2% 0;
	background: #fff;
}

form#about_contact_us_form input[type="submit"]:hover {
	background: #3d0287;
}

@media (max-width: 600px) {
	#about_contact_us_heading {
		margin: 18% 8% 8% 8%;
		font-size: 4em;
	}

	form#about_contact_us_form {
		margin: 0% 8% 12% 8%;
	}
}


/* MEMBERSHIP PAGE */

#membership_banner_image {
	position: relative;
}

/* Shared class, see events page.
.page_banner img
.page_banner_title
*/

#membership {

}

#membership_cms_intro {
	width: 60%;
	margin: 5% 20% 8% 20%;
	font-size: 2.8em;
	line-height: 1.35em;
	color: #5a5a5a;
}

@media (max-width: 1300px) {
	#membership_cms_intro {
		font-size: 2.6em;
	}
}

@media (max-width: 1080px) {
	#membership_cms_intro {
		font-size: 2.4em;
	}
}

@media (max-width: 800px) {
	#membership_cms_intro {
		font-size: 2.1em;
		width: 80%;
		margin: 5% 10% 12%;
	}
}

@media (max-width: 600px) {
	#membership_cms_intro {
		font-size: 1.5em;
	}
}

#membership_zig_zag {
	position: relative;
	margin: 0 8% 12%;
	padding: 0;
	overflow: hidden;
}


@media (max-width: 800px) {
	#membership_zig_zag {
		text-align: center;
		margin: 0 8% 6%;
	}
}


@media (max-width: 600px) {
	#membership_zig_zag {
		font-size: 0.8em;
	}
}


#membership_zigzag_image {
	float: left;
	clear: both;
	width: 45%;
	margin: 0 12% 0 0;
	padding: 0;
}

@media (max-width: 1200px) {
	#membership_zigzag_image {
		width: 25%;
	}
}

@media (max-width: 800px) {
	#membership_zigzag_image {
		display: none;
	}
}

#membership_zigzag_content {
	float: left;
	clear: right;
	width: 40%;
	margin: 0;
	padding: 0;
}

@media (max-width: 1200px) {
	#membership_zigzag_content {
		width: 62%;
	}
}

@media (max-width: 800px) {
	#membership_zigzag_content {
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}


#membership_zigzag_content_heading {
	color: #444;
	font-size: 5em;
	margin: 8% 0 6% 0;
}

@media (max-width: 800px) {
	#membership_zigzag_content_heading {
		margin: 0% 0 6% 0;
		font-size: 4em;
	}
}

#membership_zigzag_content_text {
	color: #666;
	font-size: 1.8em;
	line-height: 1.35em;
	margin: 0 0 8%;
}

#membership_zigzag_content_price {
	color: #666;
	font-size: 3.4em;
	line-height: 1.35em;
	margin: 0 0 8%;
	width: 50%;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
}

@media (max-width: 600px) {
	#membership_zigzag_content_price {
		margin: 0 0 2%;
		width: 100;
	}
}

#membership_zigzag_content_purcase {
	clear: both;
	display: inline-block;
	color: #ef1c17 !important;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.4em 0.5em;
	margin: 4% auto 5%;
	width: 30%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.35em;
}

#membership_zigzag_content_purcase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff !important;
}

@media (max-width: 600px) {
	#membership_zigzag_content_purcase {
		font-size: 2em;
		width: 60%;
	}
}

#membership_zigzag_content hr {
	margin: 6% 0 8%;
}

#membership_zigzag_content_terms {
	font-size: 1.4em;
	color: #888;
}

#membership_zigzag_content_terms a {
	color: #4c2675;
}


/* description */

#membership_description {
	position: relative;
	margin: 0 8% 12%;
	padding: 0;
	overflow: hidden;
}

@media (max-width: 800px) {
	#membership_description {
		text-align: center;
		margin: 0 8% 6%;
	}
}


@media (max-width: 600px) {
	#membership_description {
		font-size: 0.8em;
	}
}

#membership_description_title {
	float: left;
	clear: both;
	width: 40%;
	margin: 0 12% 0 0;
	padding: 0;
	color: #444;
	font-size: 5em;
}

@media (max-width: 800px) {
	#membership_description_title {
		width: 100%;
		margin: 8% 0 6%;
		font-size: 4em;
	}
}

#membership_description_content {
	float: left;
	clear: right;
	width: 45%;
	margin: 0;
	padding: 0;
}

@media (max-width: 800px) {
	#membership_description_content {
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

#membership_description_intro {
	color: #666;
	font-size: 2.8em;
	font-weight: 300;
	line-height: 1.15em;
	margin: 0 0 6%;
	text-transform: initial;
	font-family: sans-serif;
}

@media (max-width: 600px) {
	#membership_description_intro {
		font-size: 2.2em;
	}
}

#membership_description_text {
	color: #888;
	font-size: 1.8em;
	line-height: 1.35em;
	margin: 0 0 8%;
}

#membership_description_purcase {
	clear: both;
	display: block;
	color: #ef1c17 !important;
	border: 2px solid #ef1c17;
	text-align: center;
	padding: 0.4em 0.5em;
	margin: 8% 0 8%;
	width: auto;
	max-width: 240px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.35em;
}

#membership_description_purcase:hover {
	text-decoration: none;
	background: #ef1c17;
	color: #fff !important;
}

@media (max-width: 600px) {
	#membership_description_purcase {
		font-size: 2em;
		width: 90% !important;
		margin: 12% auto 28% !important;
	}
}

@media (max-width: 800px) {
	#membership_description_purcase {
		margin: 8% auto 22%;
		width: 40%;
	}
}

#membership_description_terms_heading {
	color: #ccc;
	font-size: 2.4em;
	line-height: 1.35em;
	margin: 10% 0 6%;
}

#membership_description_terms {
	color: #313131;
	font-size: 1.6em;
	line-height: 1.35em;
	margin: 0 0 8%;
}


/* SPONSORSHIP PAGE */

#sponsorship_banner_image {
	position: relative;
}

/* Shared class, see events page.
.page_banner img
.page_banner_title
*/

#sponsorship {
	position: relative;
}

@media (max-width: 600px) {
	#sponsorship {
		font-size: 0.8em;
	}
}

#sponsorship_cms_intro {
	width: 60%;
	margin: 5% 20%;
	font-size: 2.8em;
	line-height: 1.35em;
	color: #5a5a5a;
}

@media (max-width: 1300px) {
	#sponsorship_cms_intro {
		font-size: 2.6em;
	}
}

@media (max-width: 1080px) {
	#sponsorship_cms_intro {
		font-size: 2.4em;
	}
}

@media (max-width: 800px) {
	#sponsorship_cms_intro {
		font-size: 2.1em;
		width: 80%;
		margin: 5% 10%;
	}
}

@media (max-width: 600px) {
	#sponsorship_cms_intro {
		font-size: 1.5em;
	}
}

/* intro */

#sponsorship_intro {
	background: none !important;
	position: relative;
	margin: 2% auto 8%;
	width: 60%;
}

@media (max-width: 600px) {
	#sponsorship_intro {
		text-align: center;
		width: 80%;
		padding-bottom: 18%;
	}
}

#sponsorship_intro_heading {
	color: #666;
	font-weight: 300;
	text-transform: initial;
	font-size: 3em;
	line-height: 1.35em;
	font-family: sans-serif;
}

@media (max-width: 1200px) {
	#sponsorship_intro_heading {
		font-size: 2.4em;
	}
}

@media (max-width: 600px) {
	#sponsorship_intro_heading {
		font-size: 2.0em;
		margin: 0 auto 8%;
	}
}

#sponsorship_intro_text {
	color: #888;
	font-size: 2em;
	line-height: 1.35em;
	margin: 0 auto 6%;
}

@media (max-width: 1200px) {
	#sponsorship_intro_text {
		font-size: 1.8em;
	}
}

@media (max-width: 600px) {
	#sponsorship_intro_text {
		font-size: 1.6em;
		margin: 0 auto 12%;
	}
}

#sponsorship_intro_contact, #sponsorship_intro_contact:visited {
	display: inline-block;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 2.6em;
	color: #3d0287;
	padding: 0.8em 1em;
	border: 1px solid #3d0287;
	border-radius: 6px;
}

#sponsorship_intro_contact:hover {
	color: #fff;
	background: #3d0287;
	text-decoration: none;
}

@media (max-width: 1200px) {
	#sponsorship_intro_contact {
		font-size: 2em;
	}
}

/* demo */

#sponsorship_demo_heading {
	background: #f7f7f7;
	text-align: center;
	color: #444;
	font-size: 5em;
	margin: 0;
	padding: 8% 4% 6% 4%;
}

@media (max-width: 1200px) {
	#sponsorship_demo_heading {
		font-size: 4em;
	}
}

@media (max-width: 600px) {
	#sponsorship_demo_heading {
		font-size: 3em;
	}
}

#sponsorship_demo {
	background: #f7f7f7 !important;
	margin: 0 0 8% 0;
}

#sponsorship_demo_image {
	margin: 0 auto 4%;
	width: 80%;
	display: block;
	max-width: 100%;
}

#sponsorship_demo_highlight {
	position: relative;
	overflow: hidden;
	margin: 0 auto 4%;
	width: 80%;
	text-align: center;
}

.sponsorship_demo_highlight_cell {
	width: 25%;
	height: auto;
	float: left;
	clear: right;
	padding: 0;
	margin: 0 4.1% 10%;
}

@media (max-width: 1200px) {
	.sponsorship_demo_highlight_cell {
		font-size: 0.8em;
	}
}

@media (max-width: 800px) {
	.sponsorship_demo_highlight_cell {
		width: 60%;
		margin: 0 auto 6%;
		float: none;
	}

	.sponsorship_demo_highlight_cell:nth-child(3) {
		margin: 0 auto 18%;
	}
}


.sponsorship_demo_highlight_cell_title {
	color: #444;
	text-transform: capitalize;
	font-size: 2em;
}

.sponsorship_demo_highlight_cell_text {
	color: #888;
	font-size: 1.6em;
	line-height: 1.35em;
}

/* channel */

#sponsorship_channel_heading {
	color: #444;
	text-align: center;
	font-size: 5em;
	padding: 0;
	margin: 12% 4% 6%;
}

@media (max-width: 1200px) {
	#sponsorship_channel_heading {
		font-size: 4em;
	}
}

@media (max-width: 600px) {
	#sponsorship_channel_heading {
		font-size: 3em;
	}
}

#sponsorship_channel {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 5%;
	margin: 0 10% 8%;
}

@media (max-width: 1200px) {
	#sponsorship_channel {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 800px) {
	#sponsorship_channel {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	#sponsorship_channel {
		grid-template-columns: 1fr;
	}

	.sponsorship_channel_cell {
		margin: 4% 0% 4% 0%;
	}
}


.sponsorship_channel_cell {
	text-align: center;
	margin: 0 0% 28% 0%;
}

.sponsorship_channel_cell_image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.sponsorship_channel_cell_title {
	color: #444;
	text-transform: capitalize;
	font-size: 2em;
	margin: 2% auto 4%;
}

.sponsorship_channel_cell_text {
	color: #888;
	text-transform: initial;
	font-size: 1.8em;
	line-height: 1.35em;
}

/* slides */


#sponsorship_slides {
	position: relative;
}

.sponsorship_slides_cell {
	position: relative;
	margin: 0 auto 8%;
}

.sponsorship_slides_cell.active {
	display: block !important;
	width: 84%;
	margin: 0 auto 2%;
}

.sponsorship_slides_image {
	width: 100%;
}

#sponsorship_slides_nav_next {
	position: absolute;
	z-index: 999;
	display: block;
	background: url(images/arrow_right_dark.png) no-repeat 0 0;
	text-align: center;
	width: 40px;
	height: 10%;
	top: 45%;
	right: 4%;
	text-indent: -99999px;
	opacity: 0.9;
}

#sponsorship_slides_nav_prev {
	position: absolute;
	z-index: 999;
	display: block;
	background: url(images/arrow_left_dark.png) no-repeat 0 0;
	text-align: center;
	width: 10%;
	height: 10%;
	top: 45%;
	left: 4%;
	text-indent: -99999px;
	opacity: 0.9;
}

#sponsorship_slides_nav_next:hover, #sponsorship_slides_nav_prev:hover {
	opacity: 1;
}


@media (max-width: 800px) {
	#sponsorship_slides_nav_next, #sponsorship_slides_nav_prev {
		display: none;
	}
}

#sponsorship_slides_pagination {
	color: #fff;
	position: relative;
	margin: 1% 0 1% 5%;
	padding: 0;
	width: 90%;
	height: auto;
	text-align: center;
}

#sponsorship_slides_pagination a, #sponsorship_slides_pagination a:visited {
	display: inline-block;
	background: #dedede;
	padding: 0;
	margin: 0 1%;
	height: 4px;
	width: 4%;
	text-indent: -99999px;
	cursor: default;
}

#sponsorship_slides_pagination a.active {
	background: #2b2b2b;
}

@media (max-width: 800px) {
	#sponsorship_slides_pagination {
		display: none;
	}
}


/* partners */

#sponsorship_partners_heading {
	color: #444;
	text-align: center;
	font-size: 5em;
	padding: 0;
	margin: 12% 4% 6%;
}

@media (max-width: 1200px) {
	#sponsorship_partners_heading {
		font-size: 4em;
	}
}

@media (max-width: 600px) {
	#sponsorship_partners_heading {
		font-size: 3em;
	}
}

#sponsorship_partners {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 5%;
	margin: 0 10% 8%;
}

@media (max-width: 1200px) {
	#sponsorship_partners {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 800px) {
	#sponsorship_partners {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	#sponsorship_partners {
		grid-template-columns: 1fr;
	}

	.sponsorship_channel_cell {
		margin: 4% 0% 4% 0%;
	}
}

.sponsorship_partners_cell {
	text-align: center;
	margin: 0 0% 18% 0%;
}

.sponsorship_partners_cell_label {
	color: #888;
	text-transform: capitalize;
	font-size: 1.8em;
	margin: 2% auto 2%;
	font-weight: 300;
}

.sponsorship_partners_cell_link {
}

.sponsorship_partners_image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 80%;
	padding: 2% 10%;
}

/* Form */

#sponsorship_form {
	position: relative;
	clear: both;
	width: 60%;
	padding: 8% 10% 4%;
	margin: 8% 10% 8%;
	background: #f7f7f7;
	text-align: center;
}

@media (max-width: 1200px) {
	#sponsorship_form {
		font-size: 0.8em;
	}
}

@media (max-width: 800px) {
	#sponsorship_form {
		width: 76%;
		padding: 8% 10% 4%;
		margin: 8% 2% 8%;
		text-align: center;
	}
}

#sponsorship_form_heading {
	font-size: 5em;
	color: #444;
	padding: 0;
	margin: 0 4% 6% 4%;
}

@media (max-width: 600px) {
	#sponsorship_form_heading {
		font-size: 4em;
	}
}

#sponsorship_form_intro {
	font-size: 2em;
	line-height: 1.35em;
	color: #888;
	margin: 0 0 8%;
}


#sponsorship_form_form {
	margin: 0 0 12% 0;
	font-size: 1.6em;
}

#sponsorship_form_form input {
	width: 92%;
	padding: 4%;
	margin: 0 0 4% 0;
	background: #f1f1f1;
}

#sponsorship_form_form textarea {
	width: 92%;
	padding: 4%;
	margin: 0 0 4% 0;
	background: #f1f1f1;
}

#sponsorship_form_form input[type="submit"] {
	width: 40% !important;
	padding: 1% 2%;
	margin: 0 0 2% 0;
	background: #fff;
}

#sponsorship_form_form input[type="submit"]:hover {
	background: #3d0287;
}

@media (max-width: 600px) {
	#sponsorship_form_form input {
		text-align: center;
	}

	#sponsorship_form_form input[type="submit"] {
		width: 80% !important;
		margin: 8% auto;
	}
}


/* SHOP PAGE */

#shop {
	position: relative;
}

@media (max-width: 1200px) {
	#shop {
		font-size: 0.8em;
	}
}

@media (max-width: 600px) {
	#shop {
		font-size: 0.6em;
		text-align: center;
	}
}

#shop_banner_image {
	position: relative;
}

#shop_cms_intro {
	width: 80%;
	margin: 4% auto 8%;
	font-size: 1.8em;
	color: #666;
}

#shop_merchandise {
	width: 80%;
	margin: 0 auto 8%;
	position: relative;
	overflow: hidden;
}

#shop_merchandise_heading {
	margin: 0 auto 4%;
	color: #444;
	font-size: 5em;
}

@media (max-width: 800px) {
	#shop_merchandise_heading {
		text-align: center;
	}
}

#shop_merchandise_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column: auto;
	grid-row: auto;
	grid-gap: 5%;
	margin: 0px auto 40px;
}

@media (max-width: 1200px) {
	#shop_merchandise_grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	#shop_merchandise_grid {
		grid-template-columns: 1fr;
	}
}

.shop_merchandise_product {
	padding: 0;
	margin: 0 0 10% 0;
	border: 1px solid #ccc;
	overflow: hidden;
}

.shop_merchandise_product_link {
	position: relative;
	background: #fff;
	display: block;
}

.shop_merchandise_product_image {
	width: 100%;
	max-width: 100%;
	height: auto;
	z-index: 1;
}

.shop_merchandise_product_overlay {
	color: #fff;
	display: block;
	text-align: center;
	width: 40%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 60%;
	height: 60%;
	margin: 0;
	padding: 20%;
	z-index: 10;
	opacity: 1;
	background: #3d0287 url(images/shop_purchase_overlay.png) no-repeat center center;
	text-indent: -9999px;
	opacity: 0;
}

.shop_merchandise_product_overlay:hover {
	opacity: 0.85;
}

#shop_merchandise_more {
	display: block;
	text-align: center;
	color: #4c2675;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 3em;
	line-height: 1em;
	border: 2px solid #4c2675;
	padding: 0.5em;
}

#shop_merchandise_more:hover {
	text-decoration: none;
	border: 2px solid #ef1c1e;
	color: #ef1c1e;
}


#shop_event {
	width: 80%;
	margin: 0 auto 8%;
	position: relative;
}

@media (max-width: 800px) {
	#shop_event {
		text-align: center;
	}
}

@media (max-width: 600px) {
	#shop_event {
		margin: 14% auto 8%;
	}
}


#shop_event_heading {
	color: #444;
	font-size: 5em;
	margin: 0 0 6% 0;
}

.shop_event_cell {
	margin: 0 auto 4%;
	position: relative;
	clear: both;
	overflow: hidden;
}

.shop_event_cell_name {
	float: left;
	clear: right;
	width: 60%;
	margin: 0 auto 4%;
	color: #666;
	font-size: 2.2em;
	line-height: 1.35em;
	font-weight: bold;
}

.shop_event_cell_link {
	float: left;
	clear: right;
	width: 40%;
	margin: 0 auto 4%;
	font-size: 2.2em;
	line-height: 1.35em;
	text-align: right;
}

@media (max-width: 800px) {
	.shop_event_cell_name, .shop_event_cell_link {
		clear: both;
		width: 100%;
		text-align: center;
	}
}


@media (max-width: 800px) {
	.shop_event_cell_name {
		font-size: 3em;
	}

	.shop_event_cell_link {
		margin: 0 auto 12%;
	}
}

.shop_event_cell_index {
	float: left;
	clear: both;
	width: 96%;
	margin: 0;
	border-bottom: 2px solid #ccc;
	padding: 0 2% 1.5% 2%
}

.shop_event_cell_index span {
	color: #888;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.4em;
	line-height: 1.35em;
	display: inline-block;
}

@media (max-width: 800px) {
	.shop_event_cell_index span {
		display: block;
		text-align: center !important;
		width: 100% !important;
		margin: 0 auto 2% !important;
	}
}

.shop_event_cell_index span:nth-child(1) {
	text-align: left;
	margin: 0 2% 0 0;
	width: 4%;
}

.shop_event_cell_index span:nth-child(2) {
	text-align: left;
	margin: 0 2% 0 0;
	width: 52%;
}

.shop_event_cell_index span:nth-child(3) {
	text-align: left;
	margin: 0 2% 0 0;
	width: 10%;
}

.shop_event_cell_index span:nth-child(4) {
	text-align: left;
	margin: 0 2% 0 0;
	width: 10%;
}


.shop_event_cell_item {
	float: left;
	clear: both;
	width: 96%;
	border-bottom: 2px solid #ccc;
	margin: 0;
	padding: 2% 2% 2% 2%;
}

.shop_event_cell_item span {
	font-size: 2em;
	color: #666;
	line-height: 1.35em;
	display: block;
	float: left;
	clear: right;
}

@media (max-width: 800px) {
	.shop_event_cell_item span {
		clear: both;
		display: block;
		width: 98% !important;
		text-align: center !important;
		padding: 0.75%;
	}
}

.shop_event_cell_item span:nth-child(1) {
	text-align: left;
	margin: 0.5% 2% 0.5% 0;
	width: 4%;
}

.shop_event_cell_item span:nth-child(2) {
	text-align: left;
	margin: 0.5% 2% 0.5% 0;
	width: 52%;
}

@media (max-width: 800px) {
	.shop_event_cell_item span:nth-child(2) {
		color: #444;
		font-weight: bold;
	}
}

.shop_event_cell_item span:nth-child(3) {
	text-align: left;
	margin: 0.5% 2% 0.5% 0;
	width: 10%;
}

.shop_event_cell_item span:nth-child(4) {
	text-align: left;
	margin: 0.5% 2% 0.5% 0;
	width: 10%;
}

.shop_event_cell_item a, .shop_event_cell_item a:visited {
	color: #4c2675;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.8em;
	padding: 1% 1%;
	border: 2px solid #4c2675;
	border-radius: 6px;
	width: 12%;
	display: inline-block;
	text-align: center;
}

.shop_event_cell_item a:hover {
	color: #ef1c1e;
	border: 2px solid #ef1c1e;
	text-decoration: none;
}

@media (max-width: 800px) {
	.shop_event_cell_item a {
		padding: 1% 1%;
		margin: 34% auto 4% !important;
		width: 48%;
		display: block;
		clear: both;
	}
}


#shop_event_1_more {
	display: block;
	text-align: center;
	color: #4c2675;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 3em;
	line-height: 1em;
	border: 2px solid #4c2675;
	padding: 2%;
	margin: 0 auto 8%;
	float: left;
	clear: both;
	width: 96%;
}

#shop_event_1_more:hover {
	text-decoration: none;
	border: 2px solid #ef1c1e;
	color: #ef1c1e;
}

#shop_event_2_more {
	display: block;
	text-align: center;
	color: #4c2675;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 3em;
	line-height: 1em;
	border: 2px solid #4c2675;
	padding: 2%;
	margin: 0 auto 8%;
	float: left;
	clear: both;
	width: 96%;
}

#shop_event_2_more:hover {
	text-decoration: none;
	border: 2px solid #ef1c1e;
	color: #ef1c1e;
}

@media (max-width: 600px) {
	#shop_event_1_more,
	#shop_event_2_more {
		margin: 8% auto 26%;
	}
}


/* GALLERY PAGE */


#gallery_banner_image {
	position: relative;
}

/*
Shared Class:
.page_banner img
.page_banner_title
*/

#gallery {
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
	padding: 8%;
}

@media (max-width: 600px) {
	#gallery {
		font-size: 0.8em;
	}
}

/*
Shared Class:
.blog_grid , etc
See Blog Page section above for parent
*/

#gallery .loop_cell_image {
	display: block;
	overflow: hidden;
	line-height: 0em;
}

#gallery .loop_cell_image img:hover {
	opacity: 0.95;
}


#gallery .video {
	background: #30027d url(images/play.png) no-repeat center center;
}

#gallery .video img {
	opacity: 0.6;
}

#gallery .video img:hover {
	opacity: 0.3;
}


/* SINGLE GALLERY */

#gallery_banner_image {
	position: relative;
}

/* Shared class page_banner_title */

/* Gallery Slides */
#gallery_slides {
	position: relative;
	margin: 6% auto 6%;
}

.gallery_slides_cell.active {
	display: block !important;
	width: 84%;
	margin: 0 auto 2%;
}

@media (max-width: 800px) {
	.gallery_slides_cell {
		margin: 0 auto 2%;
	}
}

.gallery_slides_image {
	width: 100%;
}

/* Arrows */
#gallery_slides_nav_next {
	position: absolute;
	z-index: 999;
	display: block;
	background: url(images/arrow_right_dark.png) no-repeat center center;
	text-align: center;
	width: 8%;
	height: 90%;
	top: 0%;
	right: 0%;
	text-indent: -99999px;
	opacity: 0.25;
}

#gallery_slides_nav_prev {
	position: absolute;
	z-index: 999;
	display: block;
	background: url(images/arrow_left_dark.png) no-repeat center center;
	text-align: center;
	width: 8%;
	height: 90%;
	top: 0%;
	left: 0%;
	text-indent: -99999px;
	opacity: 0.25;
}

#gallery_slides_nav_next:hover, #gallery_slides_nav_prev:hover {
	opacity: 0.5;
}

@media (max-width: 800px) {
	#gallery_slides_nav_next, #gallery_slides_nav_prev {
		display: none;
	}

	.gallery_slides_cell.active {
		width: 100%;
	}
}

/* Pagination */
#gallery_slides_pagination {
	color: #fff;
	position: relative;
	margin: 1% 0 1% 5%;
	padding: 0;
	width: 90%;
	height: auto;
	text-align: center;
}

#gallery_slides_pagination a, #gallery_slides_pagination a:visited {
	display: inline-block;
	background: #dedede;
	padding: 0;
	margin: 0 1%;
	height: 4px;
	width: 1%;
	text-indent: -99999px;
	cursor: default;
}

#gallery_slides_pagination a.active {
	background: #3d0287;
}

@media (max-width: 800px) {
	#gallery_slides_pagination {
		display: none;
	}
}


/* Gallery Video */
#gallery_video {
	position: relative;
	width: 70%;
	margin: 10% auto 8%;
	overflow: hidden;
	text-align: center;
	/* Responsive iFrame Hack */
	padding-bottom: 35%;
	padding-top: 25px;
	height: 0;
}

/* Responsive iFrame Hack */
#gallery_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 800px) {
	#gallery_video {
		width: 90%;
	}
}

#gallery_video iframe {
	max-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}


#gallery_cms {
	margin: 6% auto 8%;
	width: 60%;
}

@media (max-width: 800px) {
	#gallery_cms {
		width: 80%;
	}
}


/* SEARCH PAGE */

#search_bar {
	margin: 6% auto 4%;
	width: 60%;
	position: relative;
}

#search_bar_form {
	width: 100%;
}

#search_bar_form input {
	width: 80%;
	margin: 0 auto 12%;
	display: block;
	font-size: 2.4em;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	border: 4px solid #eaeaea;
	border-radius: 12px;
	color: #360a81 !important;
	text-align: center;
}


@media (max-width: 1200px) {
	#search_bar_form input {
		font-size: 1.6em;
	}
}

@media (max-width: 800px) {
	#search_bar {
		margin: 12% auto 4%;
		width: 80%;
	}

	#search_bar_form input {
		font-size: 1.8em;
		border: 2px solid #daa6b7;
	}
}


#search_results {
	margin: 2% auto 8%;
	width: 80%;
	position: relative;
}

#search_results .loop_cell {
	background: white;
	position: relative;
	padding: 4% 4% 2% 4%;
	margin: 0 auto 2%;
	border: 2px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
}

@media (max-width: 800px) {
	#search_results .loop_cell {
		margin: 0 auto 8%;
	}
}

#search_results .loop_cell_image {
	float: left;
	clear: both;
	width: 20%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0 4% 4% 0;
	padding: 0;
	background: #888;
	line-height: 0em;
}

@media (max-width: 800px) {
	#search_results .loop_cell_image {
		float: none;
		width: 100%;
		margin: 0 0 4% 0;
	}

	#search_results .loop_cell_image img {
		opacity: 1;
	}
}

#search_results .loop_cell_image img {
	width: 100%;
	height: auto;
	opacity: 0.8;
}

#search_results .loop_cell_details {
	float: left;
	clear: right;
	width: 76%;
	overflow: hidden;
}

@media (max-width: 800px) {
	#search_results .loop_cell_details {
		float: none;
		clear: both;
		width: 80%;
		text-align: center;
		padding: 5% 10%;
	}
}

#search_results .loop_cell_details h3 {
	margin: 0 auto 2%;
}

#search_results .loop_cell_details h3 a {
	color: #444;
}

#search_results .loop_cell_details h6 {
	margin: 0 auto 2%;
	font-size: 1em;
	color: #888;
}

#search_results .loop_cell_details p {
	font-size: 1.2em;
	line-height: 1.35em;
}

@media (max-width: 800px) {
	#search_results .loop_cell_details p {
		font-size: 1.1em;
		margin: 6% 0 8%;
		color: #666;
	}
}

#search_results .loop_cell_more {
	margin: 6% 0 4%;
	display: block;
	background: #ababab;
}

@media (max-width: 800px) {
	#search_results .loop_cell_more {
		padding: 0.5em;
	}
}


@media (max-width: 992px) {

	body .uwy.userway_p2 .userway_buttons_wrapper {
		top: 20% !important;
	}

}

/* NEW */
.card-link {
	background: #eee;
	border: 1px solid #ccc;
	display: block;
	padding: 20px;
	text-align: center;
}

.card-link:focus,
.card-link:hover {
	background: #2c007c;
	border-color: #2c007c;
}

.card-link p {
	margin: 0;
}

.card-wrap .card-link {
	margin: 10px;
}

.card-link__title {
	margin: 0;
}

.card-link:focus .card-link__title,
.card-link:hover .card-link__title {
	color: #fff;
}

.page-template-page-contact .card-wrap + p {
	margin: 20px 0;
	text-align: center;
}

@media only screen and (max-width: 1024px) {

	.card-wrap .card-link {
		margin: 10px 0;
	}

	.card-link,
	.page-template-page-contact .card-wrap + p {
		font-size: 18px;
	}

	.card-link__title {
		font-size: 22px;
	}
}

@media only screen and (min-width: 1024px) {

	.card-link {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 40px;
	}

	.card-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 -10px;
	}

	.card-wrap .card-link {
		width: calc( 33.333% - 20px );
	}

	@supports ( display: grid ) {
		.card-wrap {
			align-items: stretch;
			display: grid;
			grid-template-columns: repeat( 3, 1fr );
			grid-gap: 20px;
			margin: 0;
		}

		.card-wrap .card-link {
			margin: 0;
			width: auto;
		}
	}
}

body .uwy.userway_p1 .uai {
	top: initial !important;
	bottom: 85px !important;
}

#__imgButtonClickToCall {
	position: fixed;
	bottom: 0;
	right: 0;
	padding:20px 10px !important;
	margin: 0;
	min-width: 50%;
	text-align: center;
	z-index: 999999;
	background: #ff2800;
	transition: opacity .35s;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
}

#__imgButtonClickToCall:hover {
	opacity: .8;
	color: #fff !important;
}

@media only screen and (min-width: 576px) {
	#__imgButtonClickToCall {
		bottom: 10px;
		right: 0;
		padding: 10px 20px !important;
		margin: 0 15px;
		min-width: auto;
	}
}

@media only screen and (min-width: 998px) {
	#__imgButtonClickToCall {
		bottom: 20px;
		right: 60px;
		/*background: #371a76;*/
	}
}

#gallery_banner_image img{
	max-height: 270px;
	object-fit: cover;
}

.wineries-location__description {
	padding: 0 0 3.4188034188em;
}

.wineries-location__description p{
	margin: 0;
	font-family: HelveticaNeue,sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9375rem;
}

.wineries-locations_display_flex {
	flex-direction: initial !important;
}

#cookie-law-info-bar {
	z-index: 9999999999;
}

#smithChatWidget {
	right: 75px !important;
	bottom: 80px !important;
}

html {
	scroll-behavior: smooth;
}

body .uwy {
	z-index: 9999999999 !important;
}

body .uwy.userway_p1 .uai {
	bottom: 140px !important;
}

.neww-single-event-convertkit-form {
	padding: 45px 0;
}

.neww-single-event-convertkit-form form {
	margin: 0 auto;
}

.neww-account-section .wpuf-message {
	width: 100%;
}

body .wpuf-dashboard-container .wpuf-dashboard-content {
	display: initial !important;
	flex-direction: initial !important;
	justify-content: initial !important;
	align-items: initial !important;
}

.neww-account-section .wpuf-dashboard-container .wpuf-dashboard-navigation a {
	color: #444 !important;
}

body .has-error {
	background: none !important;
	padding: 0 !important;
}

.page-template-page-account .wpuf-dashboard-content.post {
	box-sizing: border-box;
	max-width: 100%!important;
	padding-left: 70px!important;
	padding-right: 70px!important;
	display: block;
}

body .wpuf-dashboard-container table.items-table a.neww-make-featured__link
{
	color: #fff !important;
}
body .wpuf-dashboard-container table.items-table a.neww-make-featured__link:focus,
body .wpuf-dashboard-container table.items-table a.neww-make-featured__link:active,
body .wpuf-dashboard-container table.items-table a.neww-make-featured__link:hover
{
	color: #421f89!important;
}

.page-template-page-account .neww_posts_buttons a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-template-page-account .items-table .neww_posts_buttons a {
	color: rgba(68, 68, 68, .6) !important;
}

.page-template-page-account .items-table .neww_posts_buttons a:hover {
	background-color: transparent !important;
}

.page-template-page-account .items-table .neww_posts_buttons a:focus-visible {
	outline-offset: 0;
}

body .wpuf-dashboard-container table.items-table tr, body .wpuf-dashboard-container table.items-table {
	border: none !important;
}

.page-template-page-account .wpuf-dashboard-container table.neww-plans-listing {
	margin-top: 0 !important;
}

.page-template-page-account .wpuf-dashboard-container table {
	margin-top: 38px !important;
}

body .wpuf-dashboard-container table.items-table th {
	box-shadow: none !important;
}

.neww-account-section .wpuf-dashboard-container .wpuf-dashboard-content {
	display: block !important;
}

.neww-account-section .wpuf-dashboard-container .my-plan, .neww-account-section .wpuf-dashboard-container .subscription {
	display: flex !important;
}

body .wpuf-dashboard-container table.neww-invoices-table {
	border: 1px solid hsla(0,0%,77%,.6) !important;
}

.login-reg-form-wrap ul.wpuf-form, .login-reg-form-wrap ul.wpuf-form li {
	position: relative;
}

body form ul.wpuf-form .wpuf-submit .button-primary-disabled {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	cursor: default;

	background: #421f89 !important;
	border-color: #421f89 !important;
	color: #fff !important;
	opacity: .7;
}

.swal2-styled.swal2-default-outline:focus {
	box-shadow: none !important;
}

body #wpuf-payment-gateway input.wpuf-btn {
	background: #412089!important;
	border: 2px solid #412089!important;
	border-radius: 0!important;
	color: #fff!important;
	font-size: 20px!important;
	padding: 10px 20px;
}

body #wpuf-payment-gateway input.wpuf-btn:active, body #wpuf-payment-gateway input.wpuf-btn:focus, body #wpuf-payment-gateway input.wpuf-btn:hover {
	background: #fff!important;
	color: #412089!important;
	outline: none!important;
}

.wpuf-fields-inline.has-error input {
	border: 1px solid #f79933!important;
}

#bewebchat {
	right: 7px !important;
	bottom: 70px !important;
}

@media screen and (min-width: 991px) {
	#bewebchat {
		bottom: 10px !important;
	}
}

.neww-get-in-touch__link:visited {
	color: #fff;
}

.neww-mobile-logo {
	display: block;
}
@media screen and (min-width: 992px) {
	.neww-mobile-logo {
		display: none;
	}
}

@media (max-width: 991px)
{
	body .logo {
		padding-bottom: 0;
		padding-top: 0;
	}
}

#wpadminbar {
	z-index: 9999999999;
}

body .neww-day-trip-characteristics__ps p {
	font-size: 16px !important;
}

img.wpuf-eye {
	top: 35% !important;
}

.neww-edit-account-wrap .password ~ .wpuf-eye {
	top: 50% !important;
}

.neww-edit-account-wrap .wpuf-fields-inline {
	display: inline-block;
}

.swal2-icon.swal2-warning {
	padding-bottom: 0 !important;
}

.swal2-icon .swal2-icon-content {
	font-size: inherit !important;
}

body #tidio-chat {
	position: relative;
}

body #tidio-chat, body #tidio-chat iframe#tidio-chat-iframe {
	z-index: 9999999999 !important;
}

#chat-widget-container {
	z-index: 99999999 !important;
}

.home .neww-subscription-section__content p,
.home .neww-subscription-section__form p
{
	font-size: 16px !important;
}

@media screen and (min-width: 768px) {
	.home .neww-subscription-section__content p,
	.home .neww-subscription-section__form p {
		font-size: 18px !important;
	}
}

.home .neww-subscription-section__form .neww-button {
	margin-top: 20px;
}

.home .neww-subscription-section__form .neww-button:hover,
.home .neww-subscription-section__form .neww-button:focus,
.home .neww-subscription-section__form .neww-button:active
{
	background-color: #fff;
	color: #af1365;
}

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=password], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=url], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=url], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=number], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=number], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields textarea, body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
	width: 100% !important;
}

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=password], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=url], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=url], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=number], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=number],.page-template-page-account .wpuf-form-add input[type=email], .page-template-page-account .wpuf-form-add input[type=password], .page-template-page-account .wpuf-form-add input[type=text], .page-template-page-account .wpuf-form-add input[type=url], .page-template-page-account .wpuf-form-add select, .page-template-page-account .wpuf-form-add textarea, .wpuf-form input[type=email], .wpuf-form input[type=password], .wpuf-form input[type=text], .wpuf-form input[type=url], .wpuf-form select, .wpuf-form textarea
{
	padding: 15px !important;
}

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields select, body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select {
	height: 50px !important;
	border: 1px solid #c4c4c4 !important;
}

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
	background: #421f89;
	border: 2px solid #421f89;
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	height: 75px;
	line-height: 30px;
	margin: 0 0 20px;
	min-width: 158px;
	text-transform: uppercase;
	transition: all .35s;
	text-decoration: none !important;
	text-shadow: none;
	box-shadow: none;
}

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:hover
, body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:hover,body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:focus
, body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:focus
  {
	background: #fff;
	color: #421f89 !important;
	outline: none !important;
	text-decoration: none !important;
	text-shadow: none;
	box-shadow: none;

}