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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

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

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

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

ul {
	list-style: disc;
}

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

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

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

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

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

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

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

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

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

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

/* 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;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.07em;
	line-height: 1;
	padding: 20px;
	text-transform: uppercase;
}

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

input[type="search"].search-field {
	background: #fff;
	width: 100%;
	padding-right: 20px;
	border: 1px solid #000;
	border-width: 0 0 1px;
}

.search-form {
	position: relative;
}

.search-submit {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	width: 20px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #000;
	cursor: pointer;
}

.search-submit:before {
	display: block;
	width: 20px;
	height: 20px;
	text-align: right;
	font-family: 'FontAwesome';
	content: '\f002';
	font-size: 16px;
	line-height: 20px;
}

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

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

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

.entry-content a {
	text-decoration: underline;
}

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

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

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

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

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

body {
	background: #fff;
}

.wrapper {
	max-width: 2000px;
	margin: 0 auto;
	padding: 20px 7%;
}

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

.site-header,
.site-branding {
	margin-bottom: 30px;
}

.site-branding,
.switch {
	text-align: center;
}

.site-branding img {
	width: 120px;
}

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

.main-navigation a,
.sidebar a,
.social-title,
.footer-navigation a,
.footer-info,
.mobile-navigation a {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.main-navigation ul,
.sidebar ul,
.social-navigation ul,
.footer-navigation ul,
.mobile-navigation ul,
.calendar-navigation ul {
	list-style: none;
	margin: 0;
}

/* Main Menu
========================================================================== */

.main-navigation li {
	border-top: 1px solid #d1d1d1;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation a {
	display: block;
	font-size: 16px;
	line-height: 60px;
}

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

.desktop-menu {
	display: none;
}

.mobile-menu {
	margin: 30px 0 0;
}

.mobile-menu.toggled-on {
	display: block;
}

/* Sidebar
========================================================================== */

.sidebar .logo {
	margin-bottom: 15px;
	padding-top: 15px;
}

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

.sidebar a {
	display: block;
}

.sidebar a,
.social-title {
	font-size: 16px;
	line-height: 1.5;
}

/* Sidebar Menu
========================================================================== */

.sidebar-navigation {
	padding: 6px 0;
}

.sidebar-navigation a,
.tags-navigation a {
	line-height: 26px;
	padding: 4px 0;
	position: relative;
}

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

.sidebar-navigation a:after {
	background: url('img/menu.png') no-repeat 0 0;
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 4px;
	right: 20px;
	z-index: 0;
}

.sidebar-navigation .sidebar-nav-blog > a:after {
	background-position: 0 -26px;
}

.sidebar-navigation .sidebar-nav-archive > a:after {
	background-position: 0 -52px;
}

.sidebar-navigation .sidebar-nav-membership > a:after {
	background-position: 0 -78px;
}

.sidebar-navigation .sidebar-nav-circle > a:after {
	background-position: 0 -104px;
}

.sidebar-navigation .sidebar-archive > a:after {
	background: none;
	font-family: 'FontAwesome';
	content: '\f002';
	font-size: 26px;
	line-height: 1;
}

/* Social Menu
========================================================================== */

.social-navigation {
	margin-top: 10px;
}

.social-navigation li {
	float: left;
	margin-right: 5px;
}

.social-navigation a {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #444;
	position: relative;
}

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

.social-navigation a:before {
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 26px;
	content: '\f1e0';
	color: #fff;
}

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

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

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

.social-navigation a[href*="vimeo.com"]:before {
	content: '\f27d';
}

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

.social-navigation li:last-child a:before {
	content: '\f003';
}

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

.site-footer {
	padding-top: 30px;
}

.footer-info {
	float: right;
}

.footer-navigation {
	float: right;
}

.footer-navigation li {
	float: left;
	margin-left: 40px;
}

.footer-navigation a,
.footer-info,
.footer-navigation {
	font-size: 12px;
	line-height: 1.5;
}

/* Home
========================================================================== */

.home-deal,
.home-carousel,
.home-rent,
.home-slider,
.home-bottom {
	padding-left: 12px;
}

.home-deal img,
.home-rent img,
.home-bottom img {
	width: 100%;
	display: block;
}

.home-deal {
	width: 25%;
	float: left;
}

.home-carousel {
	width: 75%;
	float: left;
}

.home-mid {
	margin: 12px 0;
}

.home-rent {
	width: 50%;
	float: left;
	position: relative;
}

.home-slider {
	width: 50%;
	float: left;
}

.slide-permalink {
	position: relative;
	display: block;
}

.slide-info {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 35px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.3;
	color: #fff;
	overflow: hidden;
}

.slide-permalink:hover .slide-info {
	display: block;
	background: rgba(236, 0, 140, 0.8);
	-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;
}

.deal p {
	margin: 0;
}

.home-bottom p {
	margin-bottom: 12px;
}

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

/* 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-weight: 700;
	margin: 0 0 20px;
}

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

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

.tagcloud {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.tagcloud a {
	font-weight: 300;
}

.archive-title,
.past-title {
	font-size: 28px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

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

.archive-title,
.archive-subtitle,
.past-title {
	text-align: center;
}

.past-title {
	margin: 40px 0 30px;
}

.past-title:first-child {
	margin-top: 0;
}

.past-notice {
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.07em;
	margin: 40px 0;
}

.past-notice a {
	color: #ec008c;
}

.archive-subtitle {
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin: 20px 0 15px;
}

.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: 0 0 1.5rem;
}

.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;
	letter-spacing: 0.013157895em;
	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;
}

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

.entry-content {
	line-height: 1.75;
}

.entry-content p {
	margin: 0 0 1.75em;
}

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

.entry-title {
	font-size: 28px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
}

.entry-content h1 {
	font-size: 28px;
	line-height: 1.25;
	margin: 2em 0 1em;
}

.entry-content h2 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
	margin: 2em 0 1em;
}

.entry-content h2:first-child {
	margin-top: 0;
}

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

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

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

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

.single-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1em;
}

.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;
	letter-spacing: 0.07em;
}

.single-purchase {
	display: block;
	padding: 16px;
	border: 1px solid #333;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.single-purchase + .single-donate {
	border-top: 0;
}

.meta-title {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

.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: 14px;
	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;
}

.single-meta a:hover,
.related-event 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-bottom: 20px;
}

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

.colored-box {
	padding: 0.75rem;
	font-size: 0.875rem;
	font-weight: 700;
}

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

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

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

.single-share {
	text-align: center;
	margin: 20px 0;
}

.share-buttons {
	display: inline-block;
}

.share-title {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

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

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

.share-buttons a:before {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 22px;
	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;
	font-weight: 300;
}

.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-weight: 400;
	text-transform: uppercase;
	background: #222;
	color: #fff;
}

.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 {
	float: left;
	margin-right: 30px;
}

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

.post-title {
	font-size: 28px;
	line-height: 1.25;
	margin-bottom: 1em;
}

.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;
	letter-spacing: 0.07em;
	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;
}

/* No events
========================================================================== */

.no-events .past-notice {
	margin: 0;
}

.no-events .past-notice a {
	color: #ec008c;
}

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

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

.accordion {
	margin-bottom: 1.75em;
}

.accordion-title {
	padding: 0.7em 0;
	font-size: 16px;
	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;
}

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

.off-canvas {
	position: fixed;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	right: 0;
	height: 100%;
	width: 200px;
	background: #fff;
	border-left: 1px solid #dadada;
	transform: translateX(300px);
	transition: transform 0.3s ease;
	overflow-y: auto;
}

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

.overlay {
	position: fixed;
	z-index: 99992;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

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

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

.menu-toggle {
	border-radius: 50%;
	border: 2px solid #777;
	padding: 28px 10px 0;
	position: absolute;
	top: 50%;
	right: 0;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
}

.menu-close-toggle {
	top: 2rem;
	right: 1rem;
	margin-top: 0;
}

.hb {
	position: relative;
}

.hb,
.hb::before,
.hb::after {
	height: 2px;
	background: #777;
}

.hb::before,
.hb::after {
	content: '';
	width: 100%;
	position: absolute;
	top: -7px;
	left: 0;
}

.hb::after {
	top: 7px;
}

.menu-close-toggle .hb {
	background: none;
}

.menu-close-toggle .hb::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-close-toggle .hb::after {
	top: 0;
	transform: rotate(-45deg);
}

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

.site-branding {
	position: relative;
}

.mobile-navigation {
	padding-top: 7rem;
}

.mobile-menu a {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	font-weight: 400;
	text-decoration: none;
	text-align: right;
}

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

.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;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.5;
}

.rent-button a {
	display: block;
	height: 100%;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 1rem;
}

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

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

@media screen and (min-width: 768px) {
	.rent-button {
		font-size: 1.125rem;
	}
}

/* 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-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 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	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 {
		font-size: 1.75rem;
	}
	.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;
}

/* 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-title {
		font-size: 33px;
		line-height: 1.3;
		margin-bottom: 0.8em;
	}

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

	.past-notice {
		font-size: 26px;
		line-height: 1.2;
	}

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

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

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

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

	.footer-info {
		float: none;
		font-size: 14px;
		text-align: center;
	}

	.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) {

	body {
		padding: 20px 45px 0;
	}

	.wrapper {
		padding: 0 0 30px;
		position: relative;
		min-height: 580px;
	}

	.site-main {
		padding-top: 50px;
	}

	.home .site-main {
		padding-top: 20px;
	}

	.site-branding,
	.switch {
		display: none;
	}

	.primary,
	.site-header,
	.site-footer {
		margin: 0 9% 0 235px;
	}

	.home .primary {
		margin-left: 223px;
	}

	.sidebar {
		width: 170px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.desktop-menu {
		display: block;
	}

	.main-navigation .primary-menu {
		float: right;
	}

	.main-navigation .primary-menu,
	.main-navigation li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		padding: 11px 27px;
		font-size: 16px;
		line-height: 1;
	}

	.main-navigation .primary-menu > li:last-child > a {
		padding-right: 0;
	}

	.main-navigation .primary-menu > li:first-child > a {
		padding-left: 0;
	}

	.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-navigation li {
		margin-top: 10px;
	}

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

	.archive-title,
	.archive-subtitle,
	.past-title {
		text-align: left;
	}

	.single-meta {
		width: 47%;
		float: left;
	}

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

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

	.single-purchase {
		padding: 10px;
	}

	.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;
	}

	.blog-container,
	.single-post article {
		padding-left: 5%;
	}

	.post-title {
		font-size: 40px;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

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

	.past-notice {
		margin: 70px 0;
	}

	.past-notice {
		font-size: 28px;
	}

	.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: 22px;
		font-weight: 300;
	}

	.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;
	}

	.blog-container,
	.single-post article {
		max-width: 78%;
		margin: 0 auto;
	}
}

@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;
	}

	.calendar-title {
		font-size: 26px;
		letter-spacing: 0.07em;
	}

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