/*
Theme Name: Roulette
Description: Custom Theme
Version: 2.0
Text Domain: roulette
*/

/* Fonts
========================================================================== */

@font-face {
	font-family: 'Manuka';
	src: url('fonts/manuka/manuka-medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Manuka';
	src: url('fonts/manuka/manuka-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Manuka';
	src: url('fonts/manuka/manuka-black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Nimbus Sans';
	src: url('fonts/nimbus/nimbus-reg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nimbus Sans';
	src: url('fonts/nimbus/nimbus-regita.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Nimbus Sans';
	src: url('fonts/nimbus/nimbus-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Nimbus Sans';
	src: url('fonts/nimbus/nimbus-boldita.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

/* Normalize
========================================================================== */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Box Model
========================================================================== */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

/* Clearing
========================================================================== */

.clear:before,
.clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}

/* Typography
========================================================================== */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	color: #222;
	font-family: 'Nimbus Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}

body {
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 1.5rem;
	padding: 0;
}

h1,
h2,
h3 {
	font-family: 'Manuka', sans-serif;
	line-height: 1;
}

h1 {
	font-size: 48px;
	font-weight: 900;
}

h2 {
	font-size: 34px;
	font-weight: 700;
}

h3 {
	font-size: 30px;
	font-weight: 500;
}

h4,
h5,
h6 {
	font-family: 'Nimbus Sans', sans-serif;
	line-height: 1.5;
}

h4 {
	font-size: 16px;
	font-weight: 700;
}

h5 {
	font-size: 15px;
	font-weight: 400;
}

h6 {
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (min-width: 1100px) {
	h1 {
		font-size: 70px;
	}
	h2 {
		font-size: 50px;
	}
	h3 {
		font-size: 40px;
	}
}

p {
	margin: 0 0 1.5rem;
}

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

/* Elements
========================================================================== */

ul,
ol {
	margin: 0 0 1.5rem 1.25rem;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5rem;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.5rem;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

/* Alignments
========================================================================== */

.alignleft {
	float: left;
	margin: 0.375rem 1.5rem 1.5rem 0;
}

.alignright {
	float: right;
	margin: 0.375rem 0 1.5rem 1.5rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.5rem;
}

/* Screen Reader
========================================================================== */

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

/* Forms
========================================================================== */

button {
	border: 0;
	line-height: 1;
	padding: 20px;
	text-transform: uppercase;
}

/* Links
========================================================================== */

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #ec008c;
	text-decoration: none;
}

.entry-content a {
	color: #222;
	text-decoration: underline;
	transition: color 0.1s ease;
}

.entry-content a:hover {
	color: #ec008c;
}

.site h1 a,
.site h2 a,
.site h3 a {
	text-decoration-thickness: 2px;
}

/* Selection
========================================================================== */

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

::selection {
	background: #ec008c;
	color: #fff;
}

/* Responsive Video
========================================================================== */

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 1.5rem;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Layout
========================================================================== */

.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	max-width: 1920px;
	margin: 0 auto;
}

.wrap {
	max-width: 1248px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.site-content {
	padding-top: 2rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media screen and (min-width: 1100px) {
	.site-content {
		padding-top: 3rem;
	}
}

.home .site-content {
	padding-top: 0;
}

.events-container,
.wide-segment {
	max-width: 1000px;
	margin: 0 auto;
}

.reading-segment {
	max-width: 788px;
	margin: 0 auto;
}

/* Header
========================================================================== */

.site-header {
	background: #fff;
	border-bottom: 1px solid #dadada;
	position: sticky;
	top: 0;
	z-index: 999991;
}

@media screen and (min-width: 600px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media screen and (min-width: 782px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

.site-header .wrap {
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo img {
	height: 38px;
	width: auto;
}

.logo-desktop {
	display: none;
}

@media screen and (min-width: 1100px) {
	.logo-desktop {
		display: block;
	}
	.logo-mobile {
		display: none;
	}
}

/* Primary Menu
========================================================================== */

.primary-navigation-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.primary-navigation {
	display: none;
}

@media screen and (min-width: 1100px) {
	.primary-navigation {
		display: block;
	}
}

.primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.primary-menu > li > a {
	display: block;
	padding: 19px 26px;
	font-family: 'Manuka', sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1;
	color: #333;
	text-decoration: none;
}

.primary-menu > li:hover > a {
	color: #ec008c;
}

.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a {
	color: #ec008c;
}

.menu-icon {
	cursor: pointer;
}

.menu-icon svg {
	fill: #333;
}

.menu-icon:hover svg {
	fill: #ec008c;
}

.menu-icon {
	height: 64px;
	padding: 20px 26px;
	overflow: hidden;
}

.menu-icon:last-child {
	padding-right: 0;
}

.toggled-search .toggle-search {
	background: #ec008c;
}

.toggled-search .toggle-search svg {
	fill: #fff;
}

.primary-menu .bordered > a {
	position: relative;
}

.primary-menu .bordered > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 12px;
	border: 1px solid #333;
	z-index: -1;
}

/* Submenu
========================================================================== */

.primary-menu li {
	position: relative;
}

.primary-menu .sub-menu {
	display: none;
	width: max-content;
	position: absolute;
	left: 0;
	top: 100%;
	background: #ec008c;
	z-index: 999991;
}

.primary-menu li:hover > .sub-menu {
	display: block;
}

.primary-menu .sub-menu a {
	display: block;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
}

.primary-menu .sub-menu li:first-child a {
	padding-top: 10px;
}

.primary-menu .sub-menu li:last-child a {
	padding-bottom: 10px;
}

.primary-menu .sub-menu::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	top: -10px;
	left: 28px;
	border-style: solid;
	border-color: #ec008c transparent;
	border-width: 0 7px 10px 7px;
}

.primary-menu .menu-item-has-children > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 9px;
	width: 8px;
	height: 8px;
	margin-top: -2px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%333'><polygon points='0,0 10,0 5,5'/></svg>");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

.primary-menu .sub-menu a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-style: dotted;
}

.primary-menu .sub-menu .current-menu-item > a,
.primary-menu .sub-menu .current_page_item > a,
.primary-menu .sub-menu .current-menu-ancestor > a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-style: solid;
}

/* Off-Canvas
========================================================================== */

.off-canvas {
	position: fixed;
	z-index: 999993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 270px;
	background-color: #212121;
	background-position: left top;
	-webkit-transform: translateX(-270px);
	transform: translateX(-270px);
	transition: transform 0.2s ease;
	overflow-y: auto;
}

.toggled-nav .off-canvas {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.overlay-nav {
	position: fixed;
	z-index: 999992;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}

.toggled-nav .overlay-nav {
	visibility: visible;
	opacity: 0.5;
	cursor: pointer;
}

/* Menu Toggle
========================================================================== */

.menu-close {
	display: none;
}

.toggled-nav .menu-open {
	display: none;
}

.toggled-nav .menu-close {
	display: block;
}

/* Search Toggle
========================================================================== */

.search-close {
	display: none;
}

.toggled-search .search-open {
	display: none;
}

.toggled-search .search-close {
	display: block;
}

/* Search
========================================================================== */

.menu-search {
	position: relative;
}

.search-container {
	display: none;
	width: 240px;
	padding: 20px;
	background: #ec008c;
	position: absolute;
	right: 0;
	top: 100%
	z-index: 99999;
}

.toggled-search .search-container {
	display: block;
}

.search-form {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-field {
	outline: 0;
	padding: 0.5rem 1rem;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	color: #333;
}

.search-submit {
	background: none;
	padding: 0 0.5rem 0 0;
	margin: 0;
	border: 0;
	outline: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

.search-submit svg {
	fill: #333;
}

.entry-content .search-form {
	border-bottom: 1px solid #333;
}

.entry-content .search-form .search-field {
	padding-left: 0;
}

/* Mobile Menu
========================================================================== */

.mobile-navigation {
	padding: 1rem 1.5rem;
}

.mobile-menu a {
	display: inline-block;
	padding: 5px 0;
	font-family: 'Manuka', sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
}

.mobile-menu .menu-item-has-children > a {
	padding-bottom: 0;
}

.mobile-menu .menu-item-has-children .sub-menu > li:last-child > a {
	padding-bottom: 10px;
}

.mobile-menu .sub-menu li {
	margin-left: 1rem;
}

.mobile-menu .sub-menu a {
	font-family: 'Nimbus Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.mobile-menu a:hover,
.mobile-menu a:focus,
.mobile-menu a:active {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
}

.mobile-menu .current-menu-item > a,
.mobile-menu .current_page_item > a {
	color: #ec008c;
}

.mobile-menu .bordered > a > span {
	border: 1px solid #fff;
	padding: 5px 10px;
}

/* Footer
========================================================================== */

.site-footer {
	margin-top: 2rem;
	border-top: 1px solid #dadada;
}

.footer-main {
	padding: 1.5rem 0;
}

.footer-navigation {
	margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
	.site-footer {
		margin-top: 3rem;
	}
	.footer-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-navigation {
		text-align: right;
		margin-top: 0;
	}
}

.footer-navigation a {
	font-family: 'Manuka', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.5;
}

/* Footer Subscribe
========================================================================== */

.subscribe-form {
	position: relative;
}

.subscribe-form-email {
	padding-right: 100px;
}

.subscribe-form-submit {
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	z-index: 10;
}

.subscribe-form-email input {
	width: 100%;
	padding: 0.5rem 1rem;
	margin: 0;
	border: 1px solid #abb0b2;
	border-right: 0;
	outline: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

.subscribe-form-email input:focus {
	border-color: #000;
}

.subscribe-form-submit input {
	width: 100%;
	height: 42px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	background: #000;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	transition: background-color 0.1s ease;
}

.subscribe-form-submit input:hover {
	background: #ec008c;
}

#mc_embed_signup #mce-error-response {
	display: none;
	padding: 0.5rem 0 0;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
	padding: 0.5rem 0 0;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	padding: 0.5rem 0 0;
	margin: 0;
	background: #fff;
	color: #e85c41;
	font-size: 14px;
	font-weight: 400;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border-color: #e85c41;
}

.subscribe-title {
	font-family: 'Manuka', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 0.5rem;
}

@media screen and (min-width: 768px) {
	.subscribe-title {
		font-size: 28px;
	}
}

.subscribe-title i {
	padding-right: 0.5rem;
}

/* Footer Social
========================================================================== */

.footer-social {
	margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
	.footer-social {
		margin-top: 2rem;
	}
}

.social-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social-menu li {
	margin-right: 20px;
}

.social-menu a {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	position: relative;
}

.social-menu a:hover {
	background-color: #ec008c;
}

.social-menu a:before {
	display: block;
	text-align: center;
	font-family: 'FontAwesome';
	content: '\f0c1';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.social-menu a[href*="youtube.com"]:before {
	content: '\f16a';
}

.social-menu a[href*="facebook.com"]:before {
	content: '\f09a';
}

.social-menu a[href*="twitter.com"]:before {
	content: '\f099';
}

.social-menu a[href*="instagram.com"]:before {
	content: '\f16d';
}

.social-menu a[href^="mailto:"]:before {
	content: '\f003';
}

/* Home - Stripe
========================================================================== */

.stripe {
	text-align: center;
	font-family: 'Manuka', sans-serif;
	font-weight: 500;
	color: #fff;
}

.stripe {
	margin-top: 3rem;
}

.home .stripe {
	margin: 2rem 0;
}

@media only screen and (min-width: 1100px) {
	.home .stripe {
		margin: 3rem 0;
	}
}

.stripe-img {
	padding: 2rem 0;
}

.stripe-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.stripe a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.stripe-title {
	display: inline-block;
	font-size: 50px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.stripe-title {
	background: #000;
	padding: 10px 20px;
}

.stripe-subtitle {
	background: #000;
	font-size: 25px;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) {
	.stripe-img {
		padding: 4.5rem 0;
	}
	.stripe-title {
		font-size: 90px;
	}
	.stripe-subtitle {
		font-size: 30px;
	}
}

@media screen and (min-width: 1600px) {
	.stripe,
	.home .stripe {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Home - Upcoming Slider
========================================================================== */

.home-upcoming {
	margin-top: 2rem;
}

@media only screen and (min-width: 1100px) {
	.home-upcoming {
		margin-top: 3rem;
	}
}

.upcoming-slider {
	margin: 0 -12px;
}

.upcoming-slide {
	padding: 0 12px;
}

.upcoming-slider .slick-track {
	margin-left: 0;
}

.upcoming-slider .slick-arrow {
	width: 40px;
	height: 40px;
	background: #fff;
	margin: 0;
	top: 120px;
	color: #333;
	opacity: 1;
	text-align: center;
	border: 1px solid #333;
}

@media screen and (min-width: 1280px) {
	.upcoming-slider .slick-arrow {
		top: 150px;
	}
}

.upcoming-slider .upcoming-slick-prev {
	left: 12px;
}

.upcoming-slider .upcoming-slick-next {
	right: 12px;
}

.upcoming-slider .upcoming-slick-next::before {
	content: '\f105';
}

.upcoming-slider .slick-arrow::before {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
}

.upcoming-slider .slick-arrow.slick-disabled {
	display: none !important;
}

.upcoming-slide-date {
	font-family: 'Manuka', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
}

.upcoming-slide-title {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}

.fade-img a {
	display: block;
	text-decoration: none;
	transition: opacity 0.3s;
}

.fade-img a:hover {
	opacity: 0.8;
}

.upcoming-slide-title a {
	transition: color 0.1s ease;
}

/* Home - Boxes
========================================================================== */

.home-boxes {
	margin: 2rem 0;
}

.home-box {
	margin-bottom: 1.5rem;
}

.home-box:last-child {
	margin-bottom: 0;
}

.home-box {
	border: 1px solid #000;
	padding: 10px;
}

@media only screen and (min-width: 900px) {
	.home-boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 3rem 0;
	}
	.home-box {
		width: calc(50% - 12px);
		margin-right: 24px;
		margin-bottom: 0;
	}
	.home-box:nth-child(2n) {
		margin-right: 0;
	}
}

.home-box-title {
	margin-bottom: 15px;
}

.home-box-title a {
	transition: color 0.1s ease;
}

.home-box-image a {
	position: relative;
}

.home-box-icon {
	width: 140px;
	height: 140px;
	font-size: 140px;
	line-height: 1;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -70px;
	margin-left: -70px;
	z-index: 10;
}

.home-box .responsive-video {
	margin-bottom: 0;
}

/* Home - Intro
========================================================================== */

.home-intro {
	margin: 1.5rem 0 2rem;
}

@media only screen and (min-width: 1100px) {
	.home-intro {
		margin: 1.5rem 0 3rem;
	}
	.home-intro h2 {
		font-size: 44px;
	}
}

/* Home - Slider
========================================================================== */

.home-slider-container {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.home-slide-content {
	padding: 10px 1.5rem;
}

.home-slide-content a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	transition: all 0.2s;
}

.home-slide-content a:hover {
	color: #ec008c;
}

.home-slide-date {
	margin-bottom: 6px;
}

.home-slide-title {
	margin-bottom: 0;
	font-family: 'Manuka', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (min-width: 1024px) {
	.home-slide-image {
		height: calc(100vh - 160px);
		min-height: 576px;
		max-height: 900px;
	}
	.home-slide-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.admin-bar .home-slide-image {
		height: calc(100vh - 206px);
	}
	.home-slide {
		position: relative;
	}
	.home-slide-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 30px;
		overflow: hidden;
		z-index: 10;
	}
	.home-slide::before {
		content: '';
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9;
	}
	.home-slide-content a {
		color: #fff;
	}
	.home-slide-content a:hover {
		color: #fff;
		opacity: 0.6;
	}
	.home-slide-title {
		font-size: 70px;
		font-weight: 900;
	}
}

@media only screen and (min-width: 1200px) and (min-aspect-ratio: 2/1) {
	.home-slider-container {
		max-width: 1200px;
	}
}

@media only screen and (min-width: 1450px) and (min-height: 785px) {
	.home-slider-container {
		max-width: 1200px;
	}
	.home-slide-image,
	.admin-bar .home-slide-image {
		height: auto;
		min-height: 0;
		max-height: none;
	}
	.home-slide-image img {
		object-fit: fill;
	}
}

.home-slider .slick-arrow {
	height: 30px;
	width: 30px;
	right: 20px;
	bottom: 5px;
	top: auto;
	margin: 0;
	text-align: center;
	opacity: 1;
	transition: opacity 0.1s ease;
}

.home-slider .slick-arrow:hover {
	opacity: 0.6;
}

.home-slider .home-slick-prev {
	margin-right: 30px;
}

.home-slider .slick-arrow::before {
	display: inline-block;
	font-size: 30px;
	line-height: 1;
}

.home-slider .home-slick-next::before {
	content: '\f105';
}

.home-slider-controls {
	height: 26px;
	width: 22px;
	position: absolute;
	left: 30px;
	bottom: 7px;
	opacity: 1;
	transition: opacity 0.1s ease;
	z-index: 10;
	cursor: pointer;
}

.home-slider-controls svg {
	fill: #000;
}

.home-slider-controls:hover {
	opacity: 0.6;
}

.play-svg {
	display: none;
}

.pause-svg {
	display: block;
}

.paused .play-svg {
	display: block;
}

.paused .pause-svg {
	display: none;
}

.home-slider {
	padding-bottom: 40px;
}

.home-slider .slick-arrow {
	color: #000;
}

.home-slider .slick-dots {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	position: absolute;
	bottom: 17px;
	left: 80px;
	right: 80px;
	z-index: 10;
}

.home-slider .slick-dots li {
	display: block;
	margin: 0 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.home-slider .slick-dots li button {
	height: 3px;
	width: 100%;
}

.home-slider .slick-dots li button::before {
	border-radius: 0;
}

@media only screen and (min-width: 1024px) {
	.home-slider {
		padding-bottom: 0;
	}
	.home-slider .slick-arrow {
		color: #fff;
	}
	.home-slider-controls svg {
		fill: #fff;
	}
	.home-slider .slick-dots li button::before {
		background: rgba(255, 255, 255, 0.2);
	}
	.home-slider .slick-dots li:hover button::before {
		background: rgba(255, 255, 255, 0.7);
	}
	.home-slider .slick-dots .slick-active button::before {
		background: #fff;
	}
}

/* Events
========================================================================== */

.event {
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d1d1d1;
}

.event-title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.3;
	font-family: 'Nimbus Sans', sans-serif;
	font-weight: 700;
	margin: 0 0 20px;
}

.event-time,
.event-price {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}

.event-time {
	margin: 15px 0 0;
}

.event-price {
	margin: 0 0 15px;
}

.event-purchase {
	display: block;
	width: 150px;
	font-size: 12px;
	line-height: 60px;
	height: 60px;
	margin: 20px auto;
	border: 1px solid #222;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.event-desc {
	text-align: left;
	margin-top: 20px;
}

/* Archive
========================================================================== */

.archive-title {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (min-width: 1100px) {
	.archive-title {
		font-size: 50px;
	}
}

.archive-title {
	margin-bottom: 10px;
	text-align: center;
}

.past-notice {
	margin-top: 2rem;
}

.past-notice a {
	text-decoration: underline;
}

.archive-taxonomies {
	margin: 30px 0 10px;
}

.select-taxonomy {
	margin: 0 0 20px;
}

.select-taxonomy select {
	width: 100%;
}

.taxonomy-description {
	margin: 1.5em 0 0;
}

.tax-nav {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0;
}

.tax-nav li {
	display: inline-block;
	margin-right: 0.5rem;
}

.tax-nav li a {
	display: block;
	line-height: 1;
	padding-right: 0.5rem;
	border-right: 2px solid #333;
}

.tax-nav li:last-child a {
	border: 0;
}

.tax-nav-active {
	color: #ec008c;
}

/* Pagination
========================================================================== */

.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-transform: none;
	vertical-align: top;
}

.pagination {
	margin: 30px 0 0;
	border-top: 4px solid #333;
	font-size: 19px;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #333;
	content: '';
	height: 52px;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a {
	color: #ec008c;
}

.pagination a:hover,
.pagination a:focus {
	color: #333;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: '\f105';
	right: -1px;
}

.pagination .nav-links:after {
	content: '\f104';
	right: 55px;
}

.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 1;
	margin: 0 15px 0 -15px;
	padding: 15px;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #ec008c;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: '\f104';
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: '\f105';
	right: -1px;
	top: -1px;
}

/* Page
========================================================================== */

.entry-title {
	text-align: center;
}

.sp-easy-accordion h3 {
	font-family: 'Nimbus Sans', sans-serif;
}

@media only screen and (min-width: 1100px) {
	.arc-sidebar h2 {
		font-size: 36px;
	}
	.arc-sidebar h3 {
		font-size: 30px;
	}
}

.arc-filter-title {
	padding: 1rem 0 0.5rem;
}

/* Single Event
========================================================================== */

.single-event-desktop {
	display: none;
}

.single-event-credits {
	font-size: 14px;
	margin-top: 1.5rem;
}

@media only screen and (min-width: 1100px) {
	.single-event-mobile {
		display: none;
	}
	.single-event-desktop {
		display: block;
	}
	.single-event-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.single-event-aside {
		width: calc(40% - 2rem);
		margin-right: 2rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.single-event-main {
		width: 60%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.single-event-main > :last-child,
	.single-event-main > :last-child > :last-child,
	.single-event-credits > :last-child {
		margin-bottom: 0;
	}
	.single-event-credits {
		margin-top: auto;
		padding-top: 2rem;
	}
}

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

.single-event-date,
.single-event-tickets {
	font-family: 'Manuka', sans-serif;
	font-weight: 700;
}

.single-event-date {
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.single-event-tickets {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 1rem;
}

.single-event-date span {
	display: block;
}

.single-event-tickets span::after {
	content: ' | ';
	padding: 0 10px;
}

.single-event-tickets span:last-child::after {
	display: none;
}

.single-purchase {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #222;
	margin-right: 20px;
	font-family: 'Manuka', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
}

.single-event-date-tickets {
	margin-bottom: 2rem;
}

.single-featured {
	margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1100px) {
	.single-featured {
		margin-bottom: 0;
	}
}

/* Single
========================================================================== */

.single-meta-desktop {
	display: none;
}

.single-featured img {
	width: 100%;
}

.single-desc {
	margin-bottom: 40px;
}

.single-title {
	margin-bottom: 1rem;
}

.single-top {
	font-size: 20px;
	margin-bottom: 1em;
}

.single-info {
	padding: 10px;
	border-top: 2px solid #777;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
}

.single-info-doors {
	margin-top: 0.25rem;
}

.meta-title {
	margin-bottom: 10px;
}

.single-audio {
	margin: 20px 0;
}

.event-audio {
	margin-bottom: 15px;
}

.event-audio-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 7px;
}

.post-tags {
	margin-bottom: 8px;
	font-size: 13px;
	text-transform: uppercase;
}

.single-meta-item {
	margin-top: 20px;
}

.related-container + .entry-content {
	border-top: 1px solid #d1d1d1;
	padding-top: 1em;
	margin-top: 1em;
}

.related-event-title,
.related-event,
.related-event a,
.related-entries {
	font-size: 14px;
	text-transform: uppercase;
}

.related-event a,
.post-tags a,
.related-entries a {
	color: #666;
}

.related-event a:hover,
.post-tags a:hover,
.related-entries a:hover {
	color: #ec008c;
}

.related-entries p {
	margin: 0;
	padding: 0;
}

.related-entries {
	border-top: 1px solid #d1d1d1;
	padding-top: 20px;
}

.event-media {
	margin-top: 2rem;
}

/* Notice
========================================================================== */

.colored-box {
	padding: 0.75rem;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.colored-box li {
	margin-bottom: 5px;
}

.colored-box > :last-child {
	margin-bottom: 0;
}

/* Share buttons
========================================================================== */

.single-share {
	text-align: center;
	margin: 1rem 0 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media only screen and (min-width: 1100px) {
	.single-share {
		margin: 10px 0;
	}
}

.share-title,
.meta-title {
	margin-right: 5px;
	font-family: 'Manuka', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
}

.share-buttons a {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #000;
}

.share-buttons a:hover {
	background-color: #ec008c;
}

.share-buttons a:before {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 20px;
	content: '\f0c1';
	color: #fff;
}

.share-buttons a[href*="facebook.com"]:before {
	content: '\f09a';
}

.share-buttons a[href*="twitter.com"]:before {
	content: '\f099';
}

.share-buttons a[href^="mailto:"]:before {
	content: '\f003';
}

/* Responsive embed
========================================================================== */

.embed-responsive,
.video-responsive,
.event-video-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 43%;
	overflow: hidden;
	margin: 0 0 1.5em;
}

.video-responsive {
	padding-bottom: 56.25%;
	margin: 30px 0;
}

.event-video-wrapper {
	padding-bottom: 67.3%;
	margin: 0;
}

.embed-responsive iframe,
.video-responsive iframe,
.event-video-wrapper iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Gallery
========================================================================== */

.gallery {
	margin: 0 -10px;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 10px 20px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	position: relative;
}

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

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

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

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

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

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

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

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

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

.gallery .gallery-item {
	max-width: 50%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: none;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	bottom: 20px;
	left: 10px;
	right: 10px;
	z-index: 0;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.3;
}

.gallery-item:hover .gallery-caption {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* Calendar
========================================================================== */

.calendar {
	margin-top: 40px;
	position: relative;
}

.calendar-month {
	text-align: right;
	display: none;
}

.calendar-current {
	display: block;
}

.calendar-title {
	display: block;
	text-align: center;
	font-size: 16px;
	height: 65px;
	line-height: 65px;
	font-family: 'Nimbus Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background: #222;
	color: #fff;
	margin: 0;
}

.calendar-days {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}

.day {
	float: left;
	width: 14.2857%;
	padding-bottom: 14.2857%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	position: relative;
	overflow: hidden;
}

.day-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
}

.day-num {
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

.day-event-title {
	padding: 0 5px 10px;
}

.day-permalink {
	display: block;
	height: 100%;
	text-decoration: none;
	background: #dadada;
}

.day-permalink:hover {
	color: #fff;
	text-decoration: none;
	background: #ec008c;
}

.day-event-title,
.day-event-time,
.day-event-price {
	display: none;
}

.calendar-navigation {
	display: none;
}

.calendar-navigation li {
	margin-right: 10px;
}

.calendar-navigation li:last-child {
	margin-right: 0;
}

.calendar-navigation a {
	display: block;
	padding: 0 30px;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	border: 1px solid #333;
}

.calendar-navigation .current-menu-item a,
.tax-genre .calendar-navigation li:first-child a {
	background: #222;
	color: #fff;
}

.calendar-prev,
.calendar-next {
	background: #222;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 65px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}

.calendar-prev:before {
	content: '\f104';
}

.calendar-next:before {
	content: '\f105';
}

.calendar-prev:hover,
.calendar-next:hover {
	background: #ec008c;
}

.hide {
	display: none;
}

.calendar-disclaimer {
	margin-top: 1em;
	font-size: 14px;
}

/* Blog
========================================================================== */

.category-blogcast .archive-blog-title {
	display: none;
}

.archive-blog-title {
	margin-bottom: 30px;
}

.entry-footer {
	color: #686868;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 30px;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #ec008c;
	text-decoration: underline;
}

.entry-footer > span:not(:last-child):after {
	content: '\002f';
	display: inline-block;
	opacity: 0.7;
	padding: 0 7px;
}

.post-container {
	margin-bottom: 70px;
}

.single-post .post-container {
	margin-bottom: 30px;
}

/* Post Navigation
========================================================================== */

.post-navigation {
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	clear: both;
	margin: 60px 0 30px;
}

.post-navigation a {
	color: #333;
	display: block;
	padding: 25px 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .post-nav {
	color: #686868;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.post-navigation .post-nav-title {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
}

.post-navigation a:hover .post-nav-title,
.post-navigation a:focus .post-nav-title {
	color: #ec008c;
}

.post-navigation div + div {
	border-top: 4px solid #333;
}

/* Accordion
========================================================================== */

.accordion {
	margin-bottom: 1.75em;
}

.accordion-title {
	padding: 0.7em 0;
	font-size: 16px;
	font-family: 'Nimbus Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
}

.accordion-title:before {
	display: inline-block;
	width: 20px;
	padding-right: 0.5em;
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 26px;
	content: '\f0da';
}

.accordion-title:hover,
.accordion-current .accordion-title {
	color: #ec008c;
}

.accordion-current .accordion-title:before {
	content: '\f0d7';
}

/* Rent Slider
========================================================================== */

.rent-slider-wrapper {
	padding-bottom: 3em;
}

.slick-dots {
	list-style: none;
	text-align: center;
	margin: 0.75rem 0 0;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 0.4rem;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 0;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.slick-dots li button::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.slick-dots li:hover button::before {
	background: rgba(0, 0, 0, 0.7);
}

.slick-dots .slick-active button::before {
	background: rgba(0, 0, 0, 0.9);
}

.slick-arrow {
	width: 30px;
	height: 65px;
	margin-top: -35px;
	position: absolute;
	top: 50%;
	z-index: 10;
	color: #fff;
	opacity: 0.6;
	cursor: pointer;
}

.slick-prev {
	left: 0;
	text-align: left;
}

.slick-next {
	right: 0;
	text-align: left;
}

.slick-arrow::before {
	display: block;
	font-family: 'FontAwesome';
	content: '\f104';
	font-size: 65px;
	line-height: 1;
}

.slick-next::before {
	content: '\f105';
}

.rent-slide {
	position: relative;
}

.rent-slide-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 0.875rem;
	padding: 0.5rem 1rem;
}

.slick-initialized .rent-slide-caption {
	display: block;
}

/* Event Gallery
========================================================================== */

.event-magnific-gallery {
	display: none;
}

.event-gallery-expand {
	display: none;
	width: 30px;
	height: 30px;
	background: #888;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 99999;
}

.event-gallery-expand::before {
	font-family: 'FontAwesome';
	content: '\f0b2';
	font-size: 25px;
	line-height: 1;
	position: absolute;
	top: 7px;
	left: 9px;
}

/* Mobile Homepage Top
========================================================================== */

.mobile-home-top {
	padding-bottom: 1rem;
}

.mobile-logo {
	text-transform: uppercase;
	font-size: 60px;
	line-height: 1;
	text-align: center;
	margin-bottom: 2rem;
}

@media screen and (min-width: 1100px) {
	.mobile-home-top {
		display: none;
	}
}

.mission-statement {
	font-size: 1.125rem;
	line-height: 1.7;
	max-width: 320px;
	margin: 0 auto;
	padding: 1rem;
	border: 1px solid #333;
	margin-bottom: 2rem;
}

/* Pages
========================================================================== */

.post-33678 .entry-content div,
.arc-grid .grid-item span {
	overflow-wrap: break-word;
}

/* Rent
========================================================================== */

.rent-buttons {
	margin-bottom: 2rem;
}

.rent-button {
	width: 255px;
	max-width: 100%;
	margin: 0 auto 1rem;
	text-align: center;
	font-family: 'Nimbus Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
}

.rent-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 1rem;
}

.rent-button a:hover {
	background: #ec008c;
}

@media screen and (min-width: 900px) {
	.rent-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.rent-button {
		margin: 0 1rem 0 0;
		font-size: 18px;
	}
	.rent-button:last-child {
		margin-right: 0;
	}
}

/* Rent Gallery
========================================================================== */

.rent-gallery-hidden {
	display: none;
}

.rent-galleries {
	max-width: 250px;
	margin: 0 auto;
}

.rent-gallery {
	margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
	.rent-galleries {
		max-width: 500px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.rent-gallery {
		width: calc(50% - 8px);
		margin-right: 15px;
	}
	.rent-gallery:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.rent-galleries {
		max-width: none;
	}
	.rent-gallery {
		width: calc(20% - 12px);
	}
	.rent-gallery:nth-child(2n) {
		margin-right: 15px;
	}
	.rent-gallery:nth-child(5n) {
		margin-right: 0;
	}
}

.rent-gallery a {
	display: block;
	position: relative;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.rent-gallery-overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.rent-gallery-overlay span {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1.2;
	font-family: 'Nimbus Sans', sans-serif;
	font-weight: 700;
	padding: 0 0.5rem;
}

@media screen and (min-width: 1200px) {
	.rent-gallery-overlay span {
		font-size: 1.375rem;
	}
}

/* Rent Accordion
========================================================================== */

.rent-accordion {
	margin-top: 2rem;
}

.rent-accordion-title {
	padding: 1.5rem 0;
	margin: 0;
	cursor: pointer;
	position: relative;
}

.rent-accordion-title:hover {
	color: #ec008c;
}

.rent-accordion-title::before {
	font-family: 'FontAwesome';
	content: '\f107';
	font-size: 2rem;
	line-height: 1;
	display: block;
	position: absolute;
	top: 1.125rem;
	right: 1rem;
	-webkit-transition: .5s;
	transition: .5s;
}

.rent-accordion-title.active::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rent-accordion-item {
	border-top: 3px solid #000;
}

.rent-accordion-item:last-child {
	border-bottom: 3px solid #000;
}

.rent-accordion-content {
	display: none;
	padding-bottom: 1.5rem;
}

.rent-accordion-content p:last-child {
	margin-bottom: 0;
}

.rent-accordion-content ul:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.rent-accordion-title::before {
		font-size: 4rem;
		top: 0.5rem;
	}
}

.sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 1rem !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
	padding: 0.5rem 1rem !important;
}

.rent-bottom {
	margin-top: 2.5rem;
}

/* rtv slider
========================================================================== */

.rtv-sliders-container {
	margin: 2.5rem 0;
	padding: 2.5rem 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.rtv-slider {
	margin: 0 -12px;
	padding-bottom: 1rem;
}

@media screen and (min-width: 1100px) {
	.rtv-slider {
		padding-bottom: 2rem;
	}
}

.rtv-slider:last-child {
	padding-bottom: 0;
}

.rtv-slider-title {
	margin-bottom: 10px;
}

.rtv-slide {
	padding: 0 12px;
}

.slick-initialized .rtv-slide-more img {
	border: 1px solid #333;
}

.rtv-slide-title {
	margin: 1rem 0 0.5rem;
	font-size: 0.875rem;
	font-family: 'Nimbus Sans', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.rtv-slide-title a {
	text-decoration: none;
}

.rtv-slide-excerpt {
	font-size: 0.9375rem;
	line-height: 1.5;
}

.rtv-slide-img a {
	display: block;
	position: relative;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.5;
}

.rtv-slide-all {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.rtv-slide-img .rtv-slide-date {
	padding: 0.5rem 0.25rem;
	background: rgba(236, 0, 140, 0.8);
	color: #fff;
	font-size: 0.875rem;
	text-transform: none;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (min-width: 1280px) {
	.rtv-slide-img .rtv-slide-date {
		display: none;
		top: 0;
		padding: 1rem 2.625rem;
		font-size: 1rem;
	}
	.rtv-slide-img:hover .rtv-slide-date {
		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;
	}
	.rtv-slide-sep {
		display: none;
	}
}

@media screen and (min-width: 1400px) {
	.rtv-slide-img .rtv-slide-date {
		font-size: 1.125rem;
		text-transform: uppercase;
	}
}

.rtv-sliders-all {
	margin-top: 2.5rem;
	text-align: center;
}

.rtv-sliders-all a {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	font-family: 'Nimbus Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1rem 2.5rem;
	text-decoration: none;
	border: 1px solid #333;
}

.rtv-slider .slick-arrow {
	width: 40px;
	height: 40px;
	background: #fff;
	margin: 0;
	top: 40px;
	color: #333;
	opacity: 1;
	text-align: center;
	border: 1px solid #333;
}

@media screen and (min-width: 1280px) {
	.rtv-slider .slick-arrow {
		top: 100px;
	}
}

.rtv-slider .rtv-slick-prev {
	left: 12px;
}

.rtv-slider .rtv-slick-next {
	right: 12px;
}

.rtv-slider .rtv-slick-next::before {
	content: '\f105';
}

.rtv-slider .slick-arrow::before {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
}

.rtv-slider .slick-arrow.slick-disabled {
	display: none !important;
}

.term-livestream .event-purchase,
.term-livestream .event-price {
	display: none;
}

/* People
========================================================================== */

.person {
	padding: 0 1rem;
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.5;
}

.person-name {
	font-family: 'Nimbus Sans', sans-serif;
	font-weight: 700;
}

.person-position {
	color: #a8a8a8;
}

.person a {
	display: block;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.person-img {
	max-width: 170px;
	margin: 0 auto 1rem;
}

.person-img img {
	border-radius: 50%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.person a:hover img {
	opacity: 0.8;
}

@media only screen and (min-width: 400px) {
	.people {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 464px;
		margin: 0 auto;
	}
	.person {
		max-width: none;
		width: 50%;
	}
	.person-img {
		max-width: none;
		margin: 0 0 1rem;
	}
}

@media only screen and (min-width: 768px) {
	.people {
		max-width: none;
		margin: 0;
	}
	.person {
		width: 25%;
	}
}

@media only screen and (min-width: 1400px) {
	.person {
		width: 20%;
	}
}

@media only screen and (min-width: 1600px) {
	.person {
		width: 16.6666667%;
	}
}

.people-bios {
	display: none;
}

.person-bio {
	position: relative;
	background: #fff;
	padding: 1.5rem;
	width: auto;
	max-width: 650px;
	margin: 1rem auto;
}

.person-bio .mfp-close {
	width: 30px;
}

/* Breakpoints
========================================================================== */

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

	.gallery .gallery-item {
		max-width: 33.33%;
	}

	.day-num {
		text-align: right;
	}

	.calendar-title {
		font-size: 18px;
	}
}

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

	.gallery .gallery-item {
		max-width: 25%;
	}

	.post-navigation .post-nav-title {
		font-size: 28px;
		line-height: 1.25;
	}

	.event-gallery-expand {
		display: block;
	}
}

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

	.home-top,
	.home-mid {
		display: none;
	}

	.home-bottom {
		padding-left: 0;
	}

	.calendar-prev,
	.calendar-next {
		position: absolute;
		top: 0;
		width: 65px;
		height: 65px;
		z-index: 10;
	}

	.calendar-prev {
		left: 0;
	}

	.calendar-next {
		right: 0;
	}
}

@media screen and (min-width: 1100px) {

	.event {
		position: relative;
		min-height: 150px;
		padding: 0 0 0 170px;
		text-align: left;
		border: 0;
		margin-top: 20px;
	}

	.event-img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.event-title {
		margin: 0 170px 0 0;
		font-size: 18px;
		line-height: 1;
	}

	.event-time {
		margin: 0 0 0.7em;
	}

	.event-price {
		margin-bottom: 0.7em;
	}

	.event-purchase {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		line-height: 28px;
		height: 28px;
	}

	.event-desc {
		margin: 0;
	}

	.calendar-navigation {
		display: block;
	}

	.calendar-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.calendar-navigation li {
		margin-top: 10px;
	}

	.list-events {
		margin-top: 2em;
	}

	.archive-title {
		text-align: left;
	}

	.single-meta {
		width: calc(40% - 2rem);
		float: left;
		margin-right: 2rem;
	}

	.single-desc {
		width: 60%;
		float: right;
		margin: 0;
	}

	.single-info {
		font-size: 14px;
	}

	.day-event-title {
		display: block;
	}

	.day-permalink {
		background: transparent;
	}

	.calendar-title {
		display: inline-block;
		width: 28.5714%;
	}

	.calendar-controls {
		width: 14.2857%;
		height: 65px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
	}

	.calendar-prev,
	.calendar-next {
		width: 50%;
		height: 100%;
	}

	.calendar-prev {
		float: left;
	}

	.calendar-next {
		float: right;
	}

	.calendar-disclaimer {
		text-transform: uppercase;
		font-size: 12px;
	}

	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.post-container .entry-content {
		width: 70%;
		float: right;
	}

	.post-container .entry-footer {
		width: 22%;
		float: left;
	}

	.entry-footer {
		margin-top: 0;
	}

	.entry-footer > span:not(:last-child):after {
		display: none;
	}

	.posted-on,
	.cat-links,
	.tags-links,
	.edit-link {
		display: block;
		margin-bottom: 7px;
	}

	.post-container {
		margin-bottom: 100px;
	}

	.single-meta-desktop {
		display: block;
	}

	.single-meta-mobile {
		display: none;
	}

	.related-container {
		border-top: 1px solid #d1d1d1;
		padding-top: 1em;
		margin-top: 1em;
	}

	.single-desc .entry-content {
		border-top: 1px solid #d1d1d1;
		padding-top: 1em;
		margin-top: 1em;
	}
}

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

	.day-inner {
		font-size: 12px;
		line-height: 1.3;
	}

	.day-num {
		font-size: 16px;
	}

	.calendar-title {
		font-size: 26px;
	}

	.slide-info {
		font-size: 14px;
	}

	.select-taxonomy {
		width: 33.33%;
		float: left;
		margin: 0 15px 0 -15px;
		padding: 0 15px;
	}

	.archive-taxonomies {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1500px) {

	.gallery .gallery-item {
		max-width: 16.66%;
	}

	.day-num {
		padding: 10px;
		font-size: 18px;
	}

	.day-event-time,
	.day-event-price {
		display: block;
	}

	.slide-info {
		font-size: 18px;
	}
}