/*
Theme Name: TNY Fest 19
Theme URI: https://www.thenewyorker.com/
Description: This is the TNY Fest theme created for the Genesis Framework.
Author: Second Melody
Author URI: https://www.secondmelody.com/

Version: 3.0.5

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Events Calendar
		- Featured Loop
		- Single Event Page
	- WPR Menu
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
	- Header Banner
	- Home Header
	- Interior Header
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Globals
	- Front Page
	- Tickets
	- Packages
	- Venues
	- FAQS
	- Sponsors
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	overflow-x: hidden;
}

main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 75%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

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

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

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

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

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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #000;
	font-family: "TNY Adobe Caslon Pro";
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.content a,
.content .elementor a {
	border-bottom: 1px solid #000;
	display: inline;
}

a:focus,
a:hover {
	text-decoration: none;
}

.content .elementor a:hover {
	border-bottom: 1px solid #ff403b;
}

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

p:last-of-type {
	margin-bottom: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Irvin Heading";
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h1 {
	color: #000000;
	font-size: 60px;
}

h2 {
	font-family: "Graphik";
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: initial;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

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

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

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

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

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

input,
select,
textarea {
	background-color: #000;
	border: 1px solid #fff;
	/* color: #333; */
	color: #fff;
	font-family: "Graphik";
	font-size: 14px;
	font-weight: 500;
	padding: 24px 16px;
	width: 100%;
}

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

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

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	/* color: #333; */
	color: #fff;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #fff;
	border: none;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	font-family: "Graphik";
	font-size: 14px;
	font-weight: 500;
	padding: 16px 48px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container
	div.wpforms-container-full
	.wpforms-form
	input[type="submit"]:focus,
.site-container
	div.wpforms-container-full
	.wpforms-form
	input[type="submit"]:hover,
.site-container
	div.wpforms-container-full
	.wpforms-form
	button[type="submit"]:focus,
.site-container
	div.wpforms-container-full
	.wpforms-form
	button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #fff;
	color: #000;
}

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

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

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

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

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 20px 0;
}

body:not(.home) .site-inner {
	padding: 50px 20px 0;
}
@media (min-width: 1025px) {
	body:not(.home) .site-inner {
		padding: 100px 20px 0;
	}
}

body:not(.home) .site-inner h1 {
	letter-spacing: -1px;
}

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

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

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

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

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

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

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 40px;
}

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

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

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

/* Events Calendar
--------------------------------------------- */

/* Featured Loop
-------------------- */

.featured-events article {
	border-bottom: 1px solid #f5f2ed;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: 32px !important;
	padding-bottom: 32px;
}

.featured-events article:last-of-type {
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.featured-events .event-thumbnail {
	margin-right: 16px;
	width: 250px;
}

.featured-events .event-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% - 266px);
}

.featured-events .event-info h3 {
	font-family: "Graphik";
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.featured-events .event-info h2 {
	font-family: "TNY Adobe Caslon Pro";
	font-size: 24px;
	line-height: 30px;
}

.featured-events .event-info h2 a {
	border-bottom: none;
}

.featured-events .event-info h4 {
	font-family: "TNY Adobe Caslon Pro";
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 0;
	text-transform: initial;
}

/* Single Event Page
-------------------- */

.single-event-header {
	margin-bottom: 65px;
	text-align: center;
}

.single-event-header h3 {
	font-family: "Graphik";
	font-size: 14px;
	font-weight: 500;
}

.single-tribe_events .tribe-events-single-event-title {
	color: #000;
	font-family: "TNY Adobe Caslon Pro";
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 20px;
	text-transform: initial;
}

.single-event-header h2 {
	font-family: "TNY Adobe Caslon Pro";
	font-size: 20px;
	font-style: italic;
	line-height: 25px;
}

.single-event-header h2 strong {
	font-family: "Graphik";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.single-tribe_events .event-photo .event-category {
	background: #ff403b;
	color: #fff;
	line-height: 1;
	padding: 10px 12px 6px;
}

.single-tribe_events .event-photo .event-category.sponsored-event {
	background: #515151;
}

.single-tribe_events .tribe-events-event-image {
	margin-bottom: 10px;
}

.single-tribe_events .photo-credit {
	font-size: 16px;
	font-style: italic;
}

.single-tribe_events .tribe-events-content {
	font-size: 22px;
	line-height: 1.6;
	margin-top: 56px;
}

.single-tribe_events #tribe-events .tribe-events-content p {
	line-height: 1.6;
	margin-bottom: 30px;
}

.buy-button button {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	pointer-events: none;
	width: 100%;
}

.buy-button .concierge-buy-frame {
	margin: 0 auto;
	max-width: 280px !important;
	position: relative;
	z-index: 1;
}

.buy-button .concierge-buy-frame:after {
	border: 1px solid #000;
	bottom: -1px;
	content: "";
	display: block;
	height: 47px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.single-tribe_events .buy-button {
	margin-bottom: 16px;
}

.jssocials-shares a {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	display: inline-block;
}

.jssocials-shares .jssocials-share:last-of-type a {
	border-right: 1px solid #000;
}

.single-tribe_events .tribe-events-event-meta {
	margin: 8px 0;
	position: relative;
}

.tribe-events-cal-links {
	display: none !important;
}

.single-tribe_events .venue {
	background: #fff;
	bottom: 24px;
	font-family: "Graphik";
	font-size: 14px;
	font-weight: 500;
	left: 24px;
	line-height: 20px;
	max-width: 50%;
	padding: 12px;
	position: absolute;
}

.single-tribe_events .single-event-no-venue {
	margin-top: 16px;
}

.ticket-pricing-meta {
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	margin-top: 17px;
}

.ticket-pricing-meta .price-meta-cost {
	font-size: 20px;
}

.ticket-pricing-meta p {
	margin-bottom: 15px;
}

.ticket-pricing-meta span {
	font-family: "Graphik";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

/* WPR Menu
--------------------------------------------- */

.genesis-nav-menu .menu-item:hover a {
	color: #DB3334 !important;
}

.genesis-nav-menu .menu-item.current-menu-item:hover a {
	color: #fff !important;
}

#wprmenu_bar {
	background-color: transparent !important;
	transition: all 0.25s ease-in-out;
}
#wprmenu_bar {
	background-color: #000 !important;
	top: 0 !important;
}

html body div.wprm-overlay {
	background: transparent !important;
}

#wprmenu_bar.mobile-menu-scroll,
#wprmenu_bar.active {
	background-color: #000 !important;
}

.hamburger-box,
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 26px !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	border-radius: 0 !important;
	height: 2px !important;
}

.hamburger--slider .hamburger-inner {
	top: 4px !important;
}

.hamburger--slider.is-active .hamburger-inner {
	top: 2px !important;
}

.hamburger--slider .hamburger-inner::before {
	top: 8px !important;
}

.hamburger--slider .hamburger-inner::after {
	top: 16px !important;
}

.hamburger--slider.is-active .hamburger-inner::after {
	top: 20px !important;
}

html body div#wprmenu_bar {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

#wprmenu_bar div.hamburger {
	margin-right: 12px;
	margin-top: 10px !important;
}

#wprmenu_bar .menu_title {
	opacity: 1;
	transition: all 0.25s ease-in-out;
	top: 0px !important;
}

.home #wprmenu_bar .menu_title {
	top: -6px !important;
}

#wprmenu_bar:not(.mobile-menu-scroll) .menu_title {
	opacity: 1;
}

#wprmenu_bar .bar_logo {
	height: 40px !important;
}

.admin-bar #mg-wprm-wrap.cbp-spmenu-left {
	top: 106px !important;
}

.wprmenu_bar.active {
	border-bottom: 1px solid #ffffff;
}

.wprmenu_bar.active .menu_title {
	left: 0;
	opacity: 1 !important;
	text-align: left !important;
}

#wprmenu_menu_ul {
	font-family: "Irvin Heading";
	padding: 0 16px !important;
	margin-top: 48px !important;
}

#mg-wprm-wrap ul li {
	border-bottom: solid 1px #fff !important;
	border-top: none !important;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.current-menu-item a {
	color: #fff !important;
}

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

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

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

.after-entry .enews-widget input {
	text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

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

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

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

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

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

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

.site-header {
	background-color: #fff;
}

.site-header.site-header-scroll {
	background: #000;
}

.site-header.site-header-scroll .genesis-nav-menu a {
	color: #fff;
}

.site-header.site-header-scroll .genesis-nav-menu a:hover {
	color: #4da864;
}

body:not(.home) .site-header {
	background-color: #000;
	box-shadow: none;
}

body:not(.home) .site-header .genesis-nav-menu a {
	color: #fff;
}

body:not(.home) .site-header .genesis-nav-menu a:hover {
	color: #fff;
}

.nav-primary .genesis-nav-menu a:hover {
	color: #4da864;
}

.site-header .wrap {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}

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

.title-area {
	left: 0;
	opacity: 0;
	position: absolute;
	top: calc(50% - 35px);
	transition: all 0.25s ease-in-out;
	z-index: 2;
}

.site-header-scroll .title-area {
	opacity: 1;
}

.wp-custom-logo .title-area {
	max-width: 80px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Header Banner
--------------------------------------------- */

.header-banner {
	display: none;
	background: #000;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	padding: 16px;
	position: -webkit-sticky;
	position: sticky;
	text-align: center;
	top: 0;
	z-index: 5;
}

.header-banner .widget {
	margin-bottom: 0;
}

/* Home Header
--------------------------------------------- */

.home-header {
	height: calc(100vh - 80px);
	min-height: 600px;
	position: relative;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.admin-bar .home-header {
	height: calc(100vh - 102px);
}

.home-header .home-header-logo {
	display: block;
	margin: 0 auto 24px;
	max-width: 550px;
	margin-bottom: 24px;
	position: relative;
	z-index: 2;
}

.home-header img {
	display: block;
	margin: 0 auto;
}

.home-header img.header-icon {
	position: absolute;
}

.home-header .home-header-date {
	font-family: "TNY Adobe Caslon Pro";
	font-size: 24px;
	left: 5%;
	line-height: 31px;
	position: absolute;
	top: 50%;
}

.home-header img.brain-chip-icon {
	left: 10%;
	top: 8%;
}

.home-header img.festival-politics-icon {
	bottom: 2%;
	left: 5%;
}

.home-header img.astronaut-icon {
	right: 18%;
	top: 10%;
	z-index: 3;
}

.home-header img.chat-icon {
	right: 12%;
	top: 48%;
}

.home-header img.talk-icon {
	bottom: 3%;
	right: 12%;
}

/* Interior Header
--------------------------------------------- */

.interior-header .wrap {
	margin: 0 auto;
	max-width: 1100px;
	padding: 24px 0;
	position: relative;
}

.interior-header-logo {
	display: block;
	margin: 0 auto;
	max-width: 464px;
}

.interior-header-date,
.interior-header .header-land-rover-logo {
	position: absolute;
}

.interior-header-date {
	bottom: 40px;
	font-size: 17px;
	left: 0;
	text-align: center;
}

.interior-header .header-land-rover-logo {
	bottom: 30px;
	max-width: 80px;
	right: 40px;
}

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

.nav-primary .wrap {
	text-align: center;
}

.genesis-nav-menu {
	clear: both;
	font-family: "Irvin Heading";
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-size: 19px;
	font-weight: 400;
	outline-offset: -1px;
	text-decoration: none;
}

.genesis-nav-menu a span {
	padding-bottom: 4px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #000;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a span,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus span,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover span {
	border-bottom: 1px solid #fff;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

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

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

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

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

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

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

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

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

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 31px;
	padding-top: 30px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

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

/* Globals
--------------------------------------------- */

/*.elementor-column-gap-default
	> .elementor-row
	> .elementor-column
	> .elementor-element-populated {
	padding: 0px !important;
}*/

.elementor-row {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.elementor section {
	margin-bottom: 72px;
}

.elementor section:last-of-type {
	margin-bottom: 0;
}

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

.home .entry {
	margin-bottom: 0;
}

.home .elementor-column.elementor-col-50,
.elementor-column[data-col="50"] {
	width: 50% !important;
}

.hero-row {
	font-size: 40px;
	line-height: 48px;
	padding: 125px 0 128px;
}

.hero-row.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 920px;
}

.elementor section.home-illustration {
	margin-bottom: -200px;
}

.featured-events-title-col {
	background: #f5f2ed;
	color: #ff403b;
	font-family: "Graphik";
	font-size: 14px;
	font-weight: 500;
	height: calc(100vh - 80px);
	line-height: 18px;
	text-align: center;
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 80px;
}

.admin-bar .featured-events-title-col {
	top: 112px;
}

.featured-events-title-col p {
	margin-bottom: 8px;
}

.featured-events-title-col h2 {
	font-family: "Irvin Heading";
	font-size: 80px;
	letter-spacing: -0.025em;
	line-height: 90px;
}

.featured-events-event-col {
	margin-right: auto;
	max-width: 45%;
	padding-bottom: 80px;
	padding-left: 30px;
	padding-top: 296px;
}

.featured-events-button {
	margin-top: 56px;
	text-align: center;
}

.dog-row {
	padding: 200px 0 152px;
}

.packages-faq-row {
	background: #f5f2ed;
}

.packages-faq-row .elementor-container {
	min-height: 500px;
}

.elementor .packages-faq-row a {
	border-bottom: none;
}

.elementor .packages-faq-row a:hover {
	border-bottom: none;
}

.packages-faq-row button {
	background-color: #000;
	color: #fff;
}

.packages-faq-row button:focus,
.packages-faq-row button:hover {
	background-color: #000;
	color: #fff;
}

.packages-faq-row .elementor-column {
	padding: 64px 0 32px;
	text-align: center;
}

.packages-faq-row .elementor-column:first-of-type {
	background: #2a66ac;
	color: #fff;
}

.packages-faq-row .elementor-column:last-of-type {
	background: #4ea964;
}

.packages-faq-row .elementor-widget-wrap {
	margin: 0 auto;
	max-width: 500px;
}

.packages-faq-row h2 {
	font-family: "Irvin Heading";
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 32px;
	color: #fff;
	margin: 0 0 30px;
	font-style: normal;
}

.packages-faq-row p {
	font-size: 24px;
	font-style: italic;
}

.packages-faq-row button {
	margin-bottom: 20px;
}

.subs-text {
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
	color: #F5F2ED;
	max-width: 365px;
	margin: 0 auto;
}

.subs-text a {
	display: block !important;
	margin: 30px 0 0;
}

.subs-text a button {
	padding: 20px 61px;
	text-transform: none;
}

/* Tickets
--------------------------------------------- */

.events-archive .entry-content,
.events-archive .entry-header {
	margin: 0 auto;
	width: 100%;
}

.tickets-header {
	border-bottom: 1px solid #bbbbbb;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}

.tickets-header .wrap {
	margin: 0 auto;
	max-width: 450px;
}

.tickets-header h1 {
	margin-bottom: 30px;
}

.events-packages,
.events-list .tribe-events-loop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	max-width: 100%;
}

.events-list .tribe-events-loop:after {
	border-top: 3px solid #f5f2ed;
	bottom: 40px;
	content: "";
	position: absolute;
	width: 100%;
}

.tribe-events-loop .tribe-events-list-separator-month {
	font-family: "Irvin Heading";
	font-size: 28px;
	font-weight: 400;
	margin: 20px auto 32px;
	padding: 0;
	position: relative;
	width: 100%;
}

.tribe-events-loop .tribe-events-list-separator-month:before {
	border-top: 3px solid #f5f2ed;
	content: "";
	left: 0;
	position: absolute;
	top: -62px;
	width: 100%;
}

.tribe-events-loop .tribe-events-list-separator-month:first-of-type {
	margin: 0 auto 32px;
}

.tribe-events-loop .tribe-events-list-separator-month span {
	background-color: transparent;
	padding: 0;
}

.tribe-events-loop .tribe-events-list-separator-month:after {
	content: none;
}

.events-packages .type-tribe_events,
.tribe-events-loop .type-tribe_events,
.tribe-events-loop .type-tribe_events.tribe-events-last {
	border-bottom: 1px solid #bbbbbb;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 40px;
	padding: 0 1.67% 40px;
	width: 33.3%;
}

.tribe-events-loop
	.tribe-events-list-separator-month
	+ .type-tribe_events.tribe-events-first {
	margin-top: 0;
	padding-top: 0;
}

.events-packages {
	position: relative;
}

.events-packages:after {
	border-top: 3px solid #f5f2ed;
	bottom: 40px;
	content: "";
	position: absolute;
	width: 100%;
}

.tribe-events-loop .event-thumbnail,
.events-packages .event-thumbnail {
	margin-bottom: 16px;
	position: relative;
}

.tribe-events-loop .event-thumbnail:before,
.events-packages .event-thumbnail:before {
	background: #ff403b;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 32px;
}

.tribe-events-loop .event-thumbnail.sponsored-event:before,
.events-packages .event-thumbnail.sponsored-event:before {
	background: #515151;
}

.events-packages .event-category,
.tribe-events-loop .event-category {
	bottom: 0;
	font-size: 17px;
	padding: 9px 12px 6px;
	transform: rotate(-90deg);
	transform-origin: bottom left;
	position: absolute;
	z-index: 1;
	border: 0;
	left: 32px;
}

.events-packages .event-category p,
.tribe-events-loop .event-category p {
	color: #fff;
	font-size: 17px !important;
	line-height: 1 !important;
	margin: 0 !important;
}

.events-packages .type-tribe_events .event-info,
.tribe-events-loop .event-info {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}

.events-packages .event-info h3,
.tribe-events-loop .event-info h3 {
	font-family: "Graphik";
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
	min-height: 30px;
}

.events-packages .event-info h2,
.tribe-events-loop .event-info h2 {
	font-family: "TNY Adobe Caslon Pro";
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}

.events-packages .event-info h2 a,
.tribe-events-loop .event-info h2,
.events-packages .event-info h2 a:hover,
.tribe-events-loop .event-info h2 a {
	border-bottom: none;
}

.events-packages .event-info h4,
.tribe-events-loop .event-info h4 {
	font-family: "TNY Adobe Caslon Pro";
	font-size: 18px;
	font-style: italic;
	margin-bottom: 15px;
	text-transform: initial;
}

.events-packages .event-info h4 strong,
.tribe-events-loop .event-info h4 strong {
	font-family: "Graphik";
	font-size: 14.5px;
	font-style: normal;
	font-weight: 500;
}

.events-packages .type-tribe_events .event-info .buy-button,
.tribe-events-loop .type-tribe_events .event-info .buy-button {
	margin: auto 0 0;
}

.tribe-events-loop .type-tribe_events .event-info .buy-button a {
	border-bottom: none;
}

.events-packages .type-tribe_events button,
.tribe-events-loop button {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	width: 100%;
}

.events-packages .type-tribe_events a,
.events-packages .type-tribe_events a:hover {
	border-bottom: none;
}

.events-packages .type-tribe_events button:hover,
.tribe-events-loop button:hover {
	background: #000;
	color: #fff;
	width: 100%;
}

/* Festival H.Q.
--------------------------------------------- */

.festival-h-q .content p {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.festival-h-q .content .events-packages .event-info h4 p {
	font-family: "TNY Adobe Caslon Pro";
	font-size: 18px;
	font-style: italic;
	line-height: 1.25;
	margin-bottom: 15px;
	text-transform: initial;
}

.festival-h-q .packages-hero-row h1 {
	margin-bottom: 30px;
}

.festival-h-q .packages-hero-row {
	border-bottom: 1px solid #6d6e70;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.festival-h-q .content .packages-hero-row p {
	font-size: 22px;
}

.festival-h-q .packages-hero-row p {
	margin-bottom: 0;
}

.festival-hq-about {
	padding-left: 40px;
}

.elementor section.festival-events-row {
	border-top: 1px solid #6d6e70;
	margin-bottom: 0;
	padding: 60px 0 0;
}

.festival-events-row .elementor-text-editor h2 {
	font-family: "Irvin Heading";
	font-size: 28px;
	margin-bottom: 32px;
}

.book-signings-row {
	border-top: 1px solid #6d6e70;
	padding-top: 50px;
}

.book-signings-intro {
	text-align: center;
}

.book-signings-intro h2 {
	font-family: "Irvin Heading";
	font-size: 28px;
	margin-bottom: 40px;
}

.book-signings-intro p {
	margin: 0 auto;
	max-width: 660px;
}

.book-signings-dates {
	text-align: center;
}

.book-signings-dates h3 {
	font-family: "Graphik";
	font-size: 19px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 15px;
	text-transform: initial;
}

.festival-h-q .content .book-signings-dates p {
	line-height: 35px;
}

/* Packages
--------------------------------------------- */

.package-row {
	border-top: 1px solid #bbbbbb;
	margin-top: 72px;
	padding-top: 72px;
}

.package-row h2 {
	font-family: "Irvin Heading";
	font-size: 28px;
}

/* Venues
--------------------------------------------- */

body.venues {
	counter-reset: venue-counter;
}

.venues-map.elementor-widget:not(:last-child) {
	margin-bottom: 72px;
}

.elementor section.venue-address-row {
	font-family: "TNY Adobe Caslon Pro";
	font-size: 19px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 0;
}

.venue-address-row .elementor-widget-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.venue-address-row .elementor-widget-wrap .elementor-element {
	padding-left: 32px;
	width: calc(33% - 25px);
}

.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(1) {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(2) {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(3) {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(4) {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(5) {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(6) {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

.venue-address-row
	.elementor-column
	.elementor-widget-wrap
	.elementor-widget-text-editor:last-of-type {
	/* margin-top: auto; */
}

.venue-address-row .elementor-column .elementor-widget-text-editor {
	margin-bottom: 68px;
}

.venue-address-row h2 {
	counter-increment: venue-counter;
	font-family: "TNY Adobe Caslon Pro";
	font-style: initial;
	line-height: 24px;
	margin-bottom: 4px;
}

.venue-address-row h2:before {
	background: #ff403b;
	border-radius: 50%;
	color: #fff;
	content: counter(venue-counter);
	font-family: "Graphik";
	font-size: 14px;
	height: 22px;
	left: 0;
	position: absolute;
	text-align: center;
	top: -2px;
	width: 22px;
}

.venues-note {
	font-size: 22px;
}

/* FAQS
--------------------------------------------- */

.faq-page-title.elementor-widget:not(:last-child) {
	margin-bottom: 600px;
}
.faq-page-title p,
.faq-page-title p a {
	color: #666666;
}
.faq {
	font-size: 22px;
	line-height: 1.6;
}

.faq .content p {
	margin: 0 0 30px;
}

.faq .first-questions p:first-of-type {
	margin-bottom: 15px;
}

.faq h1 {
	margin-bottom: 40px;
}

.faq h2 {
	margin-bottom: 15px;
	margin-top: 50px;
}

.faq h2:first-of-type {
	margin-top: 0;
}

.faq .site-inner p,
.faq .site-inner ul {
	font-size: 24px;
	line-height: 32px;
}

.faq-mobile-bird {
	display: none;
}

.entry-content .hq-date-times p {
	margin-bottom: 10px;
}

.entry-content .hq-date-times ol > li {
	list-style-type: none;
	margin-bottom: 10px;
}

/* Sponsors
--------------------------------------------- */

.sponsors {
	font-size: 22px;
	line-height: 1.6;
}

.sponsors .elementor img {
	max-width: 255px;
	width: 100%;
}
.sponsors p {
	font-size: 24px;
	line-height: 32px;
}


/* Terms and Condition
--------------------------------------------- */

.terms-and-conditions h1 {
	margin-bottom: 40px;
}

.terms-and-conditions .entry-content {
	line-height: 1.6;
}

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

.entry {
	margin-bottom: 40px;
}

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

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

.entry-content ul > li {
	list-style-type: none;
	margin-bottom: 16px;
	position: relative;
}

.entry-content ul > li:before {
	content: "\2013";
	left: -20px;
	position: absolute;
}

.entry-content ul > li:last-of-type {
	margin-bottom: 0;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

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

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

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

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	clear: both;
	background: #000;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #f5f2ed;
	border-top: 1px solid #f5f2ed;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0 60px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.footer-widget-area {
	border-left: 1px solid #f5f2ed;
	margin-left: 32px;
	padding-left: 32px;
}

.footer-widget-area.footer-widgets-1 {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.footer-widget-area .widget_text {
	height: 100%;
}

.footer-widget-area .widget-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.widget-area.footer-widgets-3 .widget-title {
	margin: 0 0 40px;
}

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

.footer-widgets-1 form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-widgets-1 p {
	margin-bottom: 0;
}

.footer-widgets-1 form .ajax-loader {
	position: absolute;
}

.footer-widgets button,
.footer-widgets input[type="submit"] {
	padding: 25px 48px;
}

.footer-widgets-2 .textwidget,
.footer-widgets-2 a,
.footer-widgets-2 button {
	width: 100%;
}

.footer-widgets-3 .social-icons {
	padding-bottom: 24px;
}

.footer-widgets-3 .social-icons a {
	color: #fff;
	font-size: 24px;
	margin-left: 32px;
}

.footer-widgets-3 .social-icons a:first-of-type {
	margin-left: 0;
}

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

.footer-widgets-1 form input[type="email"] {
	color: #fff;
}


.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* Above Footer
--------------------------------------------- */

.above-footer-widget {
	font-family: "Graphik";
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	padding: 80px 0 60px;
	text-align: center;
	text-transform: uppercase;
	background: #000;
	color: #fff;
}

.above-footer-widget p {
	font-size: 14px;
	line-height: 16px;
}

/* #custom_html-6 .textwidget img {
	filter: brightness(1) invert(1);
} */

.above-footer-widget img {
	display: block;
	margin: 40px auto 0;
}

.above-footer-widget .widget {
	margin-bottom: 0;
}

/* Footer Premier Sponsors */
ul.premier-sponsors {
    display: flex;
    justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    max-width: 510px;
    margin: auto;
}

ul.premier-sponsors li {
	width: 50%;
	display: flex;
	justify-content: center;
}

@media (min-width:768px){
	ul.premier-sponsors li {
		width: 33.33%;
	}
	ul.premier-sponsors img {
		max-width: 150px;
	}
}

/* .footer-sponsors-lower-tier {
	position: relative;
}

.footer-sponsors-lower-tier:before {
	background: #000;
	content: '';
	display: block;
	left: calc( 50% - 250px );
	height: 1px;
	position: absolute;
	top: -40px;;
	width: 500px;
} */



.footer-sponsors-lower-tier {
	margin-top: 60px;
}

.official-sponsors {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-sponsors-lower-tier img {
	margin: 40px 24px 0;
	max-width: 150px;
}

.footer-sponsors-lower-tier img.hbo-logo {
	max-width: 100px;
}

/* Below Footer
--------------------------------------------- */

.below-footer-widget {
	font-size: 14px;
	font-style: italic;
	padding: 16px 0 62px;
	background: #000;
	color: #fff;
	margin-bottom: -48px;
}

.below-footer-widget p {
	margin-bottom: 10px;
}

.footer-widgets-2 .textwidget,
.footer-widgets-2 a,
.footer-widgets-2 button {
	background: #fff;
	color: #000;
}

.below-footer-widget p.site-disclaimer {
	font-family: "Graphik";
	font-weight: 500;
	font-size: 9px;
	font-style: normal;
	line-height: 1.4;
	color: #fff;
}

.below-footer-widget p.site-disclaimer a {
	border-bottom: 1px solid #000;
	display: inline;
	color: #000;
	text-decoration: none;
}

.below-footer-widget p.site-disclaimer a:hover {
	border-bottom: 1px solid #fff;
}

.below-footer-widget section {
	margin: 0 auto;
	max-width: 1100px;
}

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

@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}

@media only screen and (min-width: 600px) {
	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

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

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

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary .genesis-nav-menu a {
		padding-left: 24px;
		padding-right: 24px;
	}

	.nav-primary .genesis-nav-menu li:first-of-type a {
		padding-left: 0;
	}

	.nav-primary .genesis-nav-menu li:last-of-type a {
		padding-right: 0;
	}
}
.admin-bar .site-header {
	box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.1);
}

.site-header {
	box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 960px) {
	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0 !important;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px !important;
		box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.1);
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

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

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	.entry {
		margin-bottom: 120px;
	}

	.single-tribe_events .entry {
		margin-bottom: 50px;
	}

	.festival-h-q .content > .entry {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1100px;
	}

	.footer-widget-area {
		margin-bottom: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		width: 35%;
	}
}

/* Site Header */

.header img {
	width: 100%;
}

.header .for-mobile,
.header .for-tablet {
	display: none;
}

.genesis-nav-menu a span:focus {
	outline: 0;
}




@media only screen and (max-width: 1100px) {
	.site-header > .wrap,
	.home-header .wrap,
	.interior-header .wrap,
	.footer-widgets .wrap,
	.below-footer-widget section,
	.elementor-section.elementor-section-stretched > .elementor-container {
		margin: 0 auto;
		max-width: 90% !important;
	}

	.home
		.home-lineup-row.elementor-section.elementor-section-stretched
		> .elementor-container,
	.elementor-section.elementor-section-boxed
		> .elementor-container
		.elementor-container {
		max-width: 100% !important;
	}

	.featured-events-event-col {
		padding-right: 5%;
	}
}

@media only screen and (max-width: 960px) {
	
	.home-header .home-header-date {
		left: 0;
		margin-top: 56px;
		position: relative;
		top: 0;
	}

	.home-header img.brain-chip-icon {
		left: 5%;
		top: 3%;
	}

	.home-header img.astronaut-icon {
		right: 5%;
		top: 5%;
	}

	.home-header img.chat-icon {
		display: none;
	}

	.home-header img.talk-icon {
		bottom: 15%;
		right: 15%;
	}

	.home-header img.festival-politics-icon {
		bottom: 18%;
		left: 5%;
	}

	.elementor section.home-illustration {
		margin-bottom: 168px;
	}

	.home .elementor-column.elementor-col-50,
	.elementor-column[data-col="50"] {
		width: 100% !important;
	}

	.hero-row {
		padding: 136px 0 144px;
	}

	.featured-events-title-col {
		height: auto;
		padding: 248px 0 40px;
		position: relative !important;
		top: unset;
	}

	.admin-bar .featured-events-title-col {
		top: 0;
	}

	.featured-events-title-col h2 {
		margin-bottom: 184px;
	}

	.featured-events-event-col {
		margin: 0 auto;
		max-width: 90%;
		padding: 80px 0;
	}

	.dog-row {
		padding: 40px 0 80px;
	}

	.packages-faq-row .elementor-column:first-of-type {
		border-right: none;
		padding: 110px 0;
	}

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

	.footer-widgets-1 {
		width: 55%;
	}

	.footer-widgets-2 {
		width: 40%;
	}

	.footer-widgets-3 {
		border-left: none;
		border-top: 1px solid #f5f2ed;
		margin-left: 0;
		margin-top: 32px;
		padding-left: 0;
		padding-top: 32px;
		width: 100%;
	}

	.footer-widgets-3 .social-icons {
		padding-bottom: 0;
	}

	.events-packages,
	.events-list .tribe-events-loop {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.events-packages .type-tribe_events,
	.tribe-events-loop .type-tribe_events {
		border-bottom: 1px solid #bbbbbb;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 32px;
		padding: 0 0 32px;
		width: 100%;
	}

	.tribe-events-loop .type-tribe_events,
	.tribe-events-loop .type-tribe_events.tribe-events-last {
		width: 100%;
	}

	.events-list .tribe-events-loop:after {
		bottom: 40px;
	}

	.tribe-events-loop .event-thumbnail,
	.events-packages .event-thumbnail {
		margin-bottom: 0;
		margin-right: 32px;
		max-width: 45%;
	}

	.tribe-events-loop .tribe-events-list-separator-month {
		margin: 24px auto 32px;
	}

	.tribe-events-loop .tribe-events-list-separator-month:before {
		top: -45px;
	}

	.packages-hero-row.elementor-section.elementor-section-boxed
		> .elementor-container {
		max-width: 550px !important;
	}

	.package-row {
		border-top: none;
		margin-top: 24px;
		padding-top: 0;
	}

	.package-row.first-package-row {
		border-top: 1px solid #bbbbbb;
		margin-top: 40px;
		padding-top: 40px;
	}

	.elementor section.packages-hero-row {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.elementor section.package-row {
		margin-bottom: 0;
	}

	.elementor
		section.package-row:last-of-type
		.events-packages
		.type-tribe_events:last-of-type {
		border-bottom: none;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element {
		width: 45%;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(1) {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(2) {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 3;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(3) {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 5;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(4) {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 2;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(5) {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 4;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(6) {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.elementor-column.elementor-col-50,
	.elementor-column[data-col="50"] {
		width: 100% !important;
	}

	.faq-page-title.elementor-widget:not(:last-child) {
		margin-bottom: 48px;
	}

	.faq-page-title h1 {
		margin-bottom: 48px;
		text-align: center;
	}

	.faq-page-title-column .elementor-widget-image {
		display: none;
	}

	.faqs .site-inner img {
		margin-top: 48px;
	}

	.faq-mobile-bird {
		display: block;
	}

	.faq-row-trumpet .elementor-row {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.faq-row-camel .elementor-row .elementor-widget-image {
		display: none;
	}

	.single-tribe_events .tribe-events-single .two-thirds,
	.single-tribe_events .tribe-events-single .one-third {
		margin-left: 0;
		width: 100%;
	}

	.single-tribe_events .tribe-events-single .two-thirds {
		margin-bottom: 56px;
	}

	.jssocials-shares {
		max-width: 400px;
	}

	.single-tribe_events .tribe-events-event-meta {
		margin-top: 40px;
	}

	.single-tribe_events #tribe-events-content,
	.single-tribe_events #tribe-events-content .entry {
		margin-bottom: 0;
	}

	.below-footer-widget {
		padding: 20px 0 80px;
	}
}

@media only screen and (max-width: 768px) {
	.home-header img.talk-icon {
		bottom: 15%;
		right: 10%;
	}

	.home-header img.festival-politics-icon {
		bottom: 15%;
		left: 2%;
	}

	.interior-header-logo {
		max-width: 300px;
	}

	.single-tribe_events .tribe-events-event-meta {
		padding: 0;
	}

	.festival-hq-about {
		padding-left: 0;
		padding-top: 40px;
	}

}

@media only screen and (max-width: 725px) {
	.nav-primary .genesis-nav-menu a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media only screen and (min-width: 651px) {
	.home-header-get-tickets-butt,
	.mobile-illustration {
		display: none;
	}
}


@media (min-width: 651px) and (max-width: 1024px) {
	
	.packages-faq-row .elementor-column {
		padding: 110px 0;
	}
	
	.header .for-tablet {
		display: block;
	}
	
	.header .for-desktop {
		display: none;
	}
	
	
}

@media only screen and (max-width: 650px) {
	
	body.home .site-container {
		padding-top: 60px !important;
	}
	
	body.home .wprmenu_bar .menu_title a img {
		position: relative;
		top: 6px;
	}
	
	/* Site Header */
	.header .for-desktop,
	.header for-tablet{
		display: none;
	}
	
	.header .for-mobile {
		display: block;
	}
	
	.site-container {
		padding-top: 0px !important;
	}
	
	#wprmenu_bar {
		background: #fff !important;
	}
	
	.menu_title a img {
		display: none;
	}
	
	html body div#wprmenu_bar {
		background: none !important;
	}
	
	html body div#wprmenu_bar.sticky {
		background: #000 !important;
	}
	
	.wprmenu_bar .hamburger-inner, 
	.wprmenu_bar .hamburger-inner::before, 
	.wprmenu_bar .hamburger-inner::after {
		background: #000 !important;
	}
	
	.wprmenu_bar.sticky .hamburger-inner, 
	.wprmenu_bar.sticky .hamburger-inner::before, 
	.wprmenu_bar.sticky .hamburger-inner::after,
	.wprmenu_bar.active .hamburger-inner, 
	.wprmenu_bar.active .hamburger-inner::before, 
	.wprmenu_bar.active .hamburger-inner::after {
		background: #fff !important;
	}
	
	.wprmenu_bar.sticky .menu_title a img,
	.wprmenu_bar.active .menu_title a img {
		display: block;
	}
	
	#mg-wprm-wrap.cbp-spmenu-left {
		margin-top: -82px;
	}

	.admin-bar .site-container {
		padding-top: 14px;
	}

	.site-container {
		padding-top: 60px;
	}

	h1 {
		font-size: 36px;
		line-height: 45px;
	}

	.home-header {
		display: block;
		padding: 48px 0 70px;
		height: unset;
	}

	.admin-bar .home-header {
		height: unset;
	}

	.home-header .home-header-logo {
		margin: 0 auto 16px;
		max-width: 265px;
	}

	.home-header img.brain-chip-icon,
	.home-header img.astronaut-icon,
	.home-header img.festival-politics-icon {
		display: none;
	}

	.home-header img.talk-icon {
		bottom: unset;
		position: relative;
		right: unset;
		max-width: 200px;
		width: 100%;
	}

	.home-header .home-header-date {
		margin-bottom: 48px;
		margin-top: 32px;
	}

	p.home-header-get-tickets-butt {
		margin-bottom: 96px;
	}

	.home-header-get-tickets-butt,
	.home-header-get-tickets-butt button {
		width: 100%;
	}

	.site-header {
		display: none;
	}

	section.hero-row {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 0;
		padding: 0 0 130px;
	}

	.desktop-illustration {
		display: none;
	}

	.mobile-illustration {
		display: block;
	}

	.elementor section.home-illustration {
		margin-bottom: 90px;
	}

	.featured-events-title-col {
		padding: 48px 0;
	}

	.featured-events-title-col h2 {
		font-size: 48px;
		line-height: 50px;
		margin-bottom: 56px;
	}

	.featured-events-event-col {
		padding: 32px 0;
	}

	.featured-events article {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.featured-events .event-thumbnail,
	.featured-events .event-thumbnail img,
	.featured-events .event-info {
		width: 100%;
	}

	.featured-events .event-thumbnail {
		margin-bottom: 24px;
	}

	.featured-events-button button {
		width: 100%;
	}

	.elementor .dog-row img {
		max-width: 275px;
	}

	.packages-faq-row h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		width: 100%;
	}

	.footer-widgets-2 {
		border-left: none;
		margin-left: 0;
		margin-top: 50px;
		padding-left: 0;
	}

	.footer-widgets-3 {
		border-top: none;
		margin-top: 50px;
		padding-top: 0;
	}

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

	.interior-header .wrap {
		padding: 66px 0 40px;
	}

	.interior-header-logo {
		margin: 0 auto 0 0;
		max-width: 250px;
	}

	.interior-header-date {
		display: none;
	}

	.interior-header .header-land-rover-logo {
		bottom: 40px;
		right: 0;
	}

	.tickets-header h1,
	.packages-hero-row h1,
	.festival-h-q .packages-hero-row h1 {
		margin-bottom: 30px;
	}

	.tickets-header {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.tribe-events-list-separator-month {
		text-align: left;
	}

	.events-packages .type-tribe_events,
	.tribe-events-loop .type-tribe_events {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.tribe-events-loop .event-thumbnail,
	.events-packages .event-thumbnail {
		margin-bottom: 16px;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.tribe-events-loop .event-thumbnail img,
	.events-packages .event-thumbnail img {
		width: 100%;
	}

	.events-packages .event-info h3,
	.tribe-events-loop .event-info h3 {
		margin-bottom: 15px;
		min-height: 0;
	}

	.events-packages .event-info h2,
	.tribe-events-loop .event-info h2 {
		line-height: 30px;
		margin-bottom: 15px;
	}

	.events-packages .event-info h4,
	.tribe-events-loop .event-info h4 {
		line-height: 23px;
		margin-bottom: 15px;
	}

	.tribe-events-loop .tribe-events-list-separator-month {
		margin: 44px auto 32px;
	}

	.tribe-events-loop .tribe-events-list-separator-month:before {
		top: -65px;
	}

	.single-tribe_events #tribe-events .tribe-events-content p {
		line-height: 1.4;
		margin-bottom: 28px;
	}

	.packages-hero-row.elementor-section.elementor-section-stretched
		> .elementor-container {
		max-width: 90% !important;
	}

	.single-event-header h3 {
		margin-bottom: 30px;
	}

	.single-event-header {
		margin-bottom: 40px;
	}

	.single-tribe_events .tribe-events-content {
		margin-top: 40px;
	}

	.faq-page-title h1 {
		margin-bottom: 50px;
	}

	.faq-page-title.elementor-widget:not(:last-child) {
		margin-bottom: 15px;
	}

	.faq .site-inner p,
	.faq .site-inner ul,
	.faq .site-inner ol {
		font-size: 20px;
		line-height: 28px;
	}

	.faq .site-inner .faq-accordion p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.faq .site-inner .faq-accordion p:last-of-type {
		margin-bottom: 0;
	}

	.faq .content p {
		margin-bottom: 25px;
	}

	.faq .first-questions p:first-of-type {
		margin-bottom: 10px;
	}

	.faq .site-inner ul {
		padding-left: 20px;
	}

	.faq .site-inner ul > li {
		margin-bottom: 8px;
	}

	.faq h2 {
		font-size: 17px;
		line-height: 28px;
		margin: 25px 0 10px;
	}

	.faq .elementor img {
		max-width: 95%;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element {
		width: 100%;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(1) {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(2) {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(3) {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(4) {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(5) {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.venue-address-row .elementor-widget-wrap .elementor-element:nth-child(6) {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.venue-address-row .elementor-column {
		padding-right: 0;
	}

	section.venue-map {
		margin-bottom: 40px;
	}

	.venue-address-row .elementor-column .elementor-widget-text-editor {
		margin-bottom: 30px;
	}

	.venues-note {
		font-size: 20px;
		line-height: 1.4;
	}

	section:last-of-type.venue-note {
		margin-bottom: 60px;
		margin-top: 10px;
	}

	.sponsors .elementor-col-33,
	.sponsors .elementor-col-66 {
		width: 100% !important;
	}

	.sponsors .elementor-col-33 .elementor-image {
		margin-bottom: 48px;
		text-align: center;
	}

	.terms-and-conditions .entry-content {
		font-size: 20px;
		line-height: 1.4;
	}

	.official-sponsors {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.packages-faq-row h2 {
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 30px;
	}
	
	.packages-faq-row p {
		font-size: 24px;
		line-height: 32px;
	}
	
	.packages-faq-row .elementor-column {
		padding: 90px 20px;
	}
	
	/*=====================================================
	SITE FOOTER STYLES
	=====================================================*/
	
	.above-footer-widget {
		padding: 50px 0;
	}
	
	.footer-sponsors-lower-tier {
		margin-top: 50px;
	}
	
	ul.premier-sponsors li:last-child img {
		width: 200px;
		max-width: max-content;
	}
	
	
	/*=====================================================
	SPONSORS PAGE STYLES
	=====================================================*/
	
	.sponsors p {
		font-size: 18px;
		line-height: 24px;
	}
	
	body .event-thumb img {
		height: auto !important;
	}
	
	
	
	
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

.genesis-nav-menu a:focus {
	outline: 0;
}

.elementor-widget-container small {
	font-size: 16px;
}

#wpcf7-f41-o1 {
	position: relative;
}

.footer-widgets div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
    color: #fff !important;
    position: absolute;
    top: 77px;
    font-size: 14px;
    padding: 10px 10px 5px !important;
    margin: 0 !important;
	background: #000;
}

.footer-widgets div.wpcf7-response-output {
	position: absolute;
    top: 77px;
    font-size: 14px;
    padding: 10px 10px 5px !important;
    margin: 0 !important;
	background: #000;
	color: red;
}

.footer-widgets div.wpcf7 .ajax-loader {
	top: 50%;
	transform: translateY(-50%);
}

.footer-widgets .textwidget span.wpcf7-not-valid-tip {
    display: none;
}

@media screen and (max-width: 650px) {
	
	.elementor-widget-container small {
		font-size: 14px;
	}
	
	.footer-widgets div.wpcf7-mail-sent-ok {
		font-size: 13px;
		top: 70px;
	}
	
}






