/*
Theme Name: Bottom Lounge 2019
Theme URI: http://oliver.mk/
Author: oliver.mk
Author URI: http://oliver.mk/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Bottom Lounge 2019
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bottom Lounge 2019 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #000;
	background: #222;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 20px 40px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #222;
	background: #fff;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 20px 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	/*
	clear: both;
	*/
	display: inline-block;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 27px;
	text-transform: uppercase;
}
.main-navigation a:hover,
.main-navigation a:focus {
	opacity:0.6;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
	display: inline-block;
	z-index: 99999;
	height: 50px;
	padding: 5px;
	width: 50px;
	position: absolute;
	right: 20px;
	top: 0;
	text-align: center;
	background-color: #ffffff;
	zoom: 1;
	background-color: transparent\9;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff);
	background-color: rgba(255, 255, 255, 0.86);
	cursor: pointer;
}
.menu-toggle:hover {
	background: #eee;
}
.menu-toggle span {
    display: block;
    margin: 8px auto;
    width: 27px;
    height: 2px;
    background-color: #000000;
}
.menu-toggle {
	top: 35px;
}



@media screen and (min-width: 37.5em) {
	.site-branding {
		float: left;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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-caption {
	display: block;
}



/*--------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
## CUSTOM WORK STARTS HERE
----------------------------------------------------------------
----------------------------------------------------------------
--------------------------------------------------------------*/
@font-face {
    font-family: Cocogoose;
    src: url('fonts/Cocogoose Ultralight.ttf');
}
@font-face {
    font-family: Product Sans;
    src: url('fonts/Product Sans Regular.ttf');
}
@font-face {
    font-family: Product Sans Bold;
    src: url('fonts/Product Sans Bold.ttf');
}



/*--------------------------------------------------------------
GENERAL
--------------------------------------------------------------*/
body {
	font-family: 'Product Sans', Arial, Helvetica, sans-serif;
}

.site {
	max-width: 1266px;
	margin: 0 auto;
	padding: 0;

}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Product Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 1em 0;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 17px; }
h6 { font-size: 14px; }

.entry-content h3 {
	font-size: 24px;
	line-height: 35px;
}


p {
	margin: 0 0 1.5em;
}

a {
	color: #000;
	text-decoration: none;	
}
a:hover,
a:focus {
	text-decoration: underline;
}
a:visited {
	color: #000;
}

b, strong {
	font-weight: 700;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

button,
input,
optgroup,
select,
textarea {
	font-family: Product Sans Bold;
	border-radius: 10px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	cursor: pointer;
	background: #111;
	color: #fff;
	padding: 15px 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #333;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: 1px solid #e74c3c;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #222;
	background: #fff;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 15px 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border: 1px solid #e74c3c;
}

select {
	border: 1px solid #eee;
}
input.wpcf7-text {
	width: 100%;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter {
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
LAYOUT
--------------------------------------------------------------*/

.site-main {
	/*
	background: #fff;
	border: 4px solid #0c0c0d;
	border-radius: 10px;
	padding: 25px;
	*/
}
.eventslisting {
	padding: 15px 0;
	background: #fff;
	border: 4px solid #0c0c0d;
	border-radius: 10px;
}


.page-title span {
	text-transform: uppercase;
	font-family: Product Sans Bold;
}

.site-content {
	padding: 40px 0;
	margin-top: 128px;
}
/*
.logged-in .site-content { margin-top: 188px; }
*/


.home.page .content-area { padding-bottom: 50px; }


@media screen and (min-width: 37.5em) {
	
	.content-area {
		float: left;
		margin: 0 -35% 0 0;
		width: 100%;
	}
	.home.page .content-area { padding-bottom: 0; }
	
	.site-main {
		margin: 0 35% 0 0;
	}
	.page-template-template-full-width .site-main,
	.page-template-template-patio .site-main {
		margin: 0;
	}
	
	.site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 31%;
	}
	.site-footer {
		clear: both;
		width: 100%;
	}
	
	.no-sidebar .content-area {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.no-sidebar .site-main {
		margin-right: 0;
	}

}



/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.site-header {
	background: url(images/bg-header.png) no-repeat center top;
	position: relative;
	padding: 26px 10px 0;
	height: 140px;
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	margin: 0;
	z-index: 9999;
}
.logged-in .site-header { margin-top: 32px; }

.site-branding {
	margin: 0;
}
.site-branding a img {
	max-width: 580px;
	display: block;
}

/* MENU */
.main-navigation {
	padding: 0 0 10px;
}
.menu {
	font-family: 'Cocogoose', Arial, Helvetica, sans-serif;
	margin: 0;
    list-style-type: none;
    padding: 0px;
    display: block;
}
.menu li {
	float: none;
	position: relative;
	display: inline;
	color: #000000;
	margin: 0 20px;
	padding: 0;
}
.menu li:first-child {
	margin: 0 25px 0 15px;	
}
.menu li a {
	display: inline-block;
	line-height: 30px;
	color: #fff;
}
.menu li a:hover {
	color: #eee;
}
.menu li.current-menu-item a,
.menu li.current-post-ancestor a {
	font-family: Product Sans Bold;
}



/* Header right section */
#top-bar-right {
	position: absolute;
	top: 39px;
	right: 15px;
	padding: 6px 0 0;
}
#top-bar-right ul { float: right; list-style: none; }
#top-bar-right li { float: left; }
#top-bar-right a {
	margin: 0 3px;
}
.socialbar {
	
}
.share-link {
	display: inline-block;
	width: 42px;
	height: 40px;
	font-size:0;
	background:url(images/socialbar.png) no-repeat;
	background-size: auto 40px; 
}
.share-link:hover{
	opacity:0.6;
	filter:alpha(opacity=70);
}

.share-facebook,.ico-share-facebook{ background-position:0 0}
.share-twitter,.ico-share-twitter{ background-position:-51px 0}
.share-instagram,.ico-share-instagram{background-position:-100px 0}
.share-spotify,.ico-share-spotify{background-position:-148px 0}
.share-youtube,.ico-share-youtube{background-position:-195px 0}
.share-linkin,.ico-share-snapchat{background-position:-314px 0}
.socialbar .btn-subscribe {
	display: block;
	color: #222;
	text-align: center;
	background: #fff;
	border: 1px solid #000;
	margin: 6px 0!important;
	padding: 0 65px;
	font-size: 17px;
	border-radius: 5px;
}
.socialbar .btn-subscribe:hover {
	text-decoration: none;
	opacity:0.6;
}



/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/
.hentry {
	clear: both;
	padding: 0 0 2em;
	margin: 0 0 2em;
	box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
}


h1.entry-title,
h2.entry-title,
#area-slogan-box h1,
.page-title {
	margin-top: 0;
    font-size: 48px;
    font-family: Product Sans Bold;
    color: #000000;
    margin: 0 0 40px 0;
    text-transform: none;
    display: block;
}
.subtitle a, 
h2.entry-title a {
	text-decoration: none;
}
.subtitle a:hover, 
h2.entry-title a:hover {
	color: #e74c3c;
}

.subtitle {
	font-family: 'Roboto Condensed', 'Roboto', Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
	margin: 4px 0;
	color: #000000;
	font-size: 27px;
	line-height: 1em;
}

.entry-meta, 
.entry-meta a {
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}
.entry-meta a {
	text-decoration: none;
	margin-left: 10px;
}
.entry-meta a:hover {
	color: #e74c3c;
}



/*--------------------------------------------------------------
SIDEBAR
--------------------------------------------------------------*/
.widget {
	margin: 0 0 50px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	border: 4px solid #0c0c0d;
	padding: 20px 20px 0;
}
.widget embed, .widget iframe, .widget object {
	display: block;
}
.widget-title {
	margin: 0 0 1.5em;
	line-height: 1em;
	font-size: 30px;
	font-family: Product Sans Bold;
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: center;
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget ul li {
	margin: 0 0 1.5em;
}

.widget img {
	display: block;
}
.widget.widget_media_image,
.widget.widget_bl_spotify {
	border: 0;
	padding: 0;
}
.widget.widget_media_image img {
	width: 100%;
	height: auto;
}

.widget.widget_bl_events_schedule {
	
}



.widget.widget_bl_events_schedule {
	font-size: 30px;
	line-height: 1.1em;
}
.widget.widget_bl_events_schedule ul li {
	margin: 40px 0;
}

.upcoming-date,
.upcoming-item-content h3 {
	display: table-cell;
}
.upcoming-date {
	width: 100px;
}
.upcoming-item-content h3 {
	font-size: 30px;
	margin: 0;
}



/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.site-footer {
	padding: 47px 50px 21px;
	background: url(images/bg-footer.png) repeat-x center top;
	/* 
	background-size: cover;
	*/
	font-size: 24px;
	color: #fff;
}
.footer-container {
	margin: 0 auto;
	max-width: 1266px;
	margin: 0 auto;
}



/* FOOTER MENU */
.footer-menu {
	float: left;
}
.footer-menu .menu {
	font-family: 'Cocogoose', Arial, Helvetica, sans-serif;
	margin: 0;
    list-style-type: none;
    padding: 0px;
    display: block;
    margin: 2px 0 10px;
    float: left;
}
.footer-menu .menu li {
	float: left;
	margin: 0 18px;
	padding: 0;
}
.footer-menu .menu li:first-child {
	margin: 0 18px 0 0;	
}
.footer-menu .menu li a {
	display: block;
	text-decoration: none;
	font-size: 21px;
	text-transform: uppercase;
	padding: 0;
}
.footer-menu .menu li a:hover {
	opacity:0.6;
	background: none;
}
.footer-menu .menu li.current-menu-item a,
.footer-menu .menu li.current-post-ancestor a {
	font-family: Product Sans Bold;
}

.footer-menu address {
	font-style: normal;
	clear: both;
}


.footer-social {
	float: right;
	text-align: right;
}
.footer-social .share-link {
	width: 36px;
	height: 36px;
	background-size: cover;
}
.footer-social .ico-share-facebook{ background-position:0 0}
.footer-social .ico-share-twitter{ background-position:-46px 0}
.footer-social .ico-share-instagram{background-position:-90px 0}
.footer-social .ico-share-spotify{background-position:-133px 0}
.footer-social .ico-share-youtube{background-position:-175px 0}
.footer-social .ico-share-snapchat{background-position:-218px 0}

.footer-social .phone {
	line-height: 1.2em;
}



/*--------------------------------------------------------------
EXTRAS
--------------------------------------------------------------*/
.search-results .page-title {
	font-size: 20px;
	color: #666;
	line-height: 1.5em;
	padding: 0 0 1.5em;
	margin: 0 0 1.5em;
	box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
}
.search-results .page-title span {
	font-size: 34px;
	font-weight: 700;
	color: #000;
	display: block;
}

.single-post iframe {
    width: 100% !important;
}






/*--------------------------------------------------------------
EVENT LISTING
--------------------------------------------------------------*/
.event-months {
	font-size: 36px;
	line-height: 36px;
	font-family: Product Sans Bold;
	margin: 0 35% 35px 0;
	text-align: center;
}
.event-months a {
	margin: 0 25px;
	display: inline-block;
}

.schedule-item {
	padding: 25px 15px 25px 40px;
	position: relative;
	line-height: 1.2em;
}

.schedule-item .schedule-date {
	float: left;
	width: 116px;
	height: 116px;
	text-transform: uppercase;
	text-align: center;
	margin-right: 30px;
	border: 3px solid #0c0c0d;
	border-radius: 50%;
}
.schedule-item .schedule-date span {
	display: block;
	width: 100%;
}
.schedule-item .schedule-date .dm {
	background: #0c0c0d;
	color: #fff;
	line-height: 1em;
	padding: 6px 0 3px;
	height: 48px;
	border-top-left-radius: 116px;
    border-top-right-radius: 116px;
}
.schedule-item .schedule-date .dm .dm-d { font-size: 11px; }
.schedule-item .schedule-date .dm .dm-m { font-size: 20px; font-family: Product Sans Bold; }
.schedule-item .schedule-date .day { font-size: 67px; line-height: 52px; letter-spacing: -3px; }

.schedule-item-content {
	float: left;
	max-width: 65%;
}

.event-bands {
	text-transform: uppercase;
	max-width: 580px;
}
.event-bands h2 {
	margin: 5px 0;
}
.event-bands h2 a {
	display: block;
	overflow: hidden;
}

.event-bands h2 span {
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 1px;
	border-left: 1px solid #0d0d0d;
	padding: 0 10px;
	float: left;
}
.event-bands h2 span:first-child {
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	float: none;
}
.event-bands span:first-child,
.event-bands span:nth-child(2) {
	border-left: 0;
	padding: 0 10px 0 0;
}


.schedule-item .schedule-btn {
	position: absolute;
	right: 15px;
	top: 30px;
}

.schedule-meta {
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	clear: both;
}
.schedule-meta .age span {
	margin-right: 35px;
}

.schedule-meta a{
	text-decoration: underline;
}
.schedule-meta ul {
	display: inline-block;
}
.schedule-meta ul li:hover .hidden{
	display: block;
}
.schedule-meta ul li .hidden{
	display: none;
	position: absolute;
	margin-left: 5px;
	padding-top: 8px;
	background: url(images/share-bg2.png) top left no-repeat;
}
.schedule-meta ul li ul{
	box-shadow: 1px 1px 2px #999;
	
}
.schedule-meta ul li ul li a{
	display: block;
	padding: 5px 20px;
	background: #fff;
}
.schedule-meta ul li ul li a:hover{
	background: #c2c2c2;
	text-decoration: none;
}

.schedule-title{
	margin: 0 0 20px;
}
.schedule-title a{
	color: #060407;
}
.schedule-btn {
	background: #333;
	color: #fff!important;
	padding: 4px 7px;
	border-radius: 10px;
	font-size: 17px;
	line-height: 26px;
}

.schedule-btn.lastchance { background: #4b3460; }
.schedule-btn.soldout { background: #633535; }
.schedule-btn.comingsoon { background: #1e5923; }

.btn-sold {
	background: url(images/schedule-btn-bg2.png) no-repeat;
}
.schedule-btn:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
	text-decoration: none;
}
#schedule-left .end {
	padding: 60px;
	color: #060407;
	text-transform: uppercase;
	text-align: center;
}
#schedule-left .end a {
	color: #000;
}
#schedule-left .end .schedule-list-link {
	display: block;
}



/*--------------------------------------------------------------
EVENT Single
--------------------------------------------------------------*/
.profile-top {
	padding: 0;
}
.profile-title,
.profile-item h2 {
	color: #060407;
	text-transform: uppercase;
	font-size: 46px;
}
.profile-title  {
	margin: 0 0 20px;
}
.profile-top .schedule-btn{
	float: left;
}
.profile-top .schedule-date{
	float: left;
	margin: 25px 0 0 15px; /* 25px 0 0 25px */
	font-size: 14px
}
.main-profile-item {
	padding: 25px 25px 0;
	background: #fff;
	border: 4px solid #0c0c0d;
	border-radius: 10px;
	margin: 0 0 40px;
}
.profile-item h2 {
	margin: 0 0 20px;
	line-height: 1.2em;
}

.artist-img,
.profile-link-wrap {
	display: table-cell;
	position: relative;
}

.artist-img {
	width: 330px;
}
.artist-img img {
	display: block;
}

#profile-bottom .profile-item h2 {
	margin: 20px 0 35px;
}

.artist-desc {
	position: relative;
}
.artist-desc-tickets {
	position: absolute;
	top: -60px;
	left: 355px;
}


.profile-sponsors {}
.profile-sponsors ul { list-style: none; text-align: center; margin: 0; }
.profile-sponsors li { display: inline-block; margin: 0 3px; width: 150px; }
.profile-sponsors li img {}
.content_area img {
	max-width: 100%;
	height: auto;
	display: block;
}
.content_area { 
	
}

.artist-maininfo-wrap {
	display: table;
	width: 100%;
	padding-bottom: 25px;
}

#profile-bottom .artist-maininfo-wrap {
	position: relative;
	padding-bottom: 75px;
}

.content_area .profile-link-wrap {
	vertical-align: top;
	padding: 25px 0 0 25px;
}

.profile-link {
	list-style: none!important;
	margin: 0 0 20px;
	padding: 0;
	display: table-cell;
	width: 100%;
	float: left;
}
.profile-link li {
	float: left;
	width: 33%;
	margin-bottom: 20px;
}
.profile-link li a {
	background: url(images/social-proflie.png) 0 0 no-repeat;
	background-size: 36px auto;
	padding-left: 42px;
	color: #060407;
	font-size: 11px;
	display: block;
	height: 36px;
	line-height: 36px;
}
.profile-link li a.fb { background-position: 0 0; }
.profile-link li a.in { background-position: 0 -40px; }
.profile-link li a.of { background-position: 0 -80px; }
.profile-link li a.sp { background-position: 0 -120px; }
.profile-link li a.tw { background-position: 0 -160px; }
.profile-link li a.yt { background-position: 0 -200px; }
.profile-link li a.bc { background-position: 0 -240px; }
.profile-link li a.sc { background-position: 0 -280px; }
.profile-link li a.tu { background-position: 0 -320px; }


.profile-link-wrap .schedule-btn {
	position: absolute;
	bottom: 0;
	left: 25px;
}


.profile-item {
	color: #000;
}
#profile-bottom{
	position: relative;
}
#profile-bottom .schedule-btn {
	position: absolute;
	right: 434px;
	bottom: 25px;
}
.playing-item {
	margin: 40px 0;
	overflow: hidden;
	padding: 25px 25px 0;
	background: #fff;
	border: 4px solid #0c0c0d;
	border-radius: 10px;
	
}
.playing-item .playing-img {
	display: table-cell;
	max-width: 330px;
	float: left;
	margin: 0 25px 10px 0;
}
.playing-item .playing-img img {
	max-width: 100%;
	height: auto;
}
#profile-bottom .playing-item .playing-img .schedule-btn {
	position: inherit;
	margin: 30px 0;
	float: right;
}

.playing-item .playing-item-content {
	display: table-cell;
	vertical-align: top;
	padding: 25px 0 0 25px;
}
.playing-item h3 {
	text-transform: uppercase;
	font-size: 46px;
	line-height: 1.2em;
	margin: 0 0 20px;
}
.playing-item-desc { margin-top: 20px; clear: both; }
.playing-item-desc p { line-height: 1.2em; }



/*--------------------------------------------------------------
HOME PAGE
--------------------------------------------------------------*/

/* Featured */

.home-featured {
	float: left;
    margin: 0 0 40px;
	min-width: 65%;
	max-width: 65%;
	
    min-height: 420px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    background-position: center center;
}
.home-featured a {
    color: #fff;
}

.home-featured .schedule-item {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1em;
	padding: 25px 15px 35px 40px;
}
.home-featured .schedule-item .schedule-date {
	border: 3px solid #fff;
	width: 96px;
	height: 96px;
	margin-top: 5px;
}
.home-featured .schedule-item .schedule-date .dm {
	background: #fff;
	color: #0c0c0d;
	padding: 3px 0 3px;
	height: 36px;
	border-top-left-radius: 92px;
    border-top-right-radius: 92px;
}
.home-featured .schedule-item .schedule-date .dm .dm-d { font-size: 10px; }
.home-featured .schedule-item .schedule-date .day { font-size: 54px; line-height: 46px; }

.home-featured .schedule-item-content {
    max-width: 100%;
}

.event-bands h2 span:first-child { font-size: 46px; line-height: 46px; letter-spacing: 3px; }



/* Just Announced */

.just-announced {
    float: right;
    width: 31%;
    margin: 0 0 40px;
    min-height: 420px;
    background: #fff;
    position: relative;
    font-size: 30px;
    
    padding: 20px 20px 0;
	background: #fff;
	border: 4px solid #0c0c0d;
	border-radius: 10px;
}
.just-announced h2 {
	font-size: 36px;
	font-family: Product Sans Bold;
	margin: 0 0 20px;
	text-align: center;
}
.just-announced div {
	margin: 12px 0;
	overflow: hidden;
}
.ann-date {
	width: 100px;
	float: left;
	display: block;
	line-height: 1.1em;
}
.just-announced div.ann-text {
	width: calc(100% - 100px);
	float: right;
	margin: 0;
	line-height: 1.1em;
}



/* SINGLE EVENT */
.event-bands-presenter { font-size: 15px; line-height: 16px;  }

.single .event-bands h2 span { font-size: 24px; line-height: 1em; margin-bottom: 5px; }
.single .event-bands h2 span:first-child { font-size: 30px; } 
.single .schedule-meta { font-size: 16px; }

.single .schedule-item {
	padding: 10px 10px 20px;
}
.single .schedule-item .schedule-btn {
	left: auto;
	top: auto;
	right: 30px;
	bottom: 30px;
}



/*--------------------------------------------------------------
VARIOUS
--------------------------------------------------------------*/
.page-template-template-full-width .site-content {
	margin-top: 56px;
}
.page-template-template-full-width.logged-in .site-content { margin-top: 82px; }

.full-image,
.full-text {
	margin: 0 0 1.5em;
}
.full-image img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 3em;
}
.full-text {
	padding: 0 4%;
	font-size: 36px;
	line-height: 1.2em;
}



.page-template-template-patio .site-content { padding: 0; margin-top: 122px; }

.patio-bg-image {
	position: relative;
}
.patio-bg-image img {
	width: 100%;
	height: auto;
	display: block;
}
.patio-bg-overlay {
	position: absolute;
	background: url(images/patio-overlay.png) left bottom repeat-x;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
}
.patio-text {
	position: absolute;
	width: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	padding: 30px 0 0;
}
.patio-text a {
	color: #fff;
}
.patio-text-title { font-size: 70px; line-height: 1em; }
.patio-text-yesno { font-size: 400px; line-height: 1em; margin-bottom: 50px; 
position: absolute;
top: 80px;
z-index: 2;
width: 100%;
text-align: center;
color: #fff;
}
.patio-text-heading { font-size: 70px; margin: 400px 0 30px; }
.patio-text-subheading { font-size: 35px; }




/* MODAL */
.modalbtn {
	float: left;
	display: block;
	text-decoration: none;
	font-size: 21px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	margin: 2px 18px 10px;
	color: #fff;
	cursor: pointer;
	font-family: 'Cocogoose', Arial, Helvetica, sans-serif;
}
.modalbtn:hover { opacity:0.6; text-decoration: none; }

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99999;
}
.modal-window > div {
    width: 80%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4em 0 0;
    background: #333;
    color: #fff;
}

a.modal-close {
  color: #eee;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 5px;
  text-decoration: none;
  cursor: pointer;
}
.modal-close:hover {
	color: #fff;
}



@media screen and (min-width: 1270px) {
	
	.site-header {
		background: url(images/bg-header-wide.png) no-repeat center top;
		height: 122px;
	}
	.site-branding a img { max-width: 400px; }
	.custom-logo-link { margin-right: 0; margin-top: 15px; }
	
	.main-navigation { padding: 24px 0 0; }
	.menu li, .menu li:first-child { margin: 0 2px; }
	.main-navigation a { font-size: 17px; }
	.socialbar .btn-subscribe { margin-left: 10px!important; padding: 0 15px; float: right; }
	
}

@media screen and (min-width: 1360px) {
	
	.custom-logo-link { margin-right: 10px; }
	.socialbar .btn-subscribe { margin-left: 20px!important; padding: 0 25px; }
	.menu li, .menu li:first-child { margin: 0 5px; }
	.main-navigation a { font-size: 20px; }
	
}

@media screen and (min-width: 1660px) {
	
	.site-branding a img { max-width: 450px; }
	.custom-logo-link { margin-right: 20px; margin-top: 10px; }
	.menu li, .menu li:first-child { margin: 0 10px; }
	.main-navigation a { font-size: 22px; }
	
}

@media screen and (min-width: 1900px) {
	
	.site-branding a img { max-width: 580px; }
	.custom-logo-link { margin-top: 0; }
	.main-navigation a { font-size: 27px; }
	.socialbar .btn-subscribe { margin-left: 60px!important; padding: 0 65px; }
	
}



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

	.site-content {
	    padding: 20px;
	}
	.schedule-item-content {
	    max-width: 70%;
	}
	.schedule-item .schedule-btn { top: 25px; }
	
	
	.just-announced,
	.widget.widget_bl_events_schedule {
	    font-size: 24px;
	}
	.just-announced h2,
	.upcoming-item-content h3 {
		font-size: 30px;
	}
	.ann-date,
	.upcoming-date {
		width: 80px;
	}
	
	.event-months { font-size: 30px; line-height: 30px; }
	.event-months a { margin: 0 20px; }

	.profile-link li { width: 50%; }
	
	
	
	.artist-desc-tickets {
	    position: absolute;
	    top: -50px;
	    left: auto;
	    right: 0;
	}
	#profile-bottom .playing-item-content { position: relative; }	
	#profile-bottom .schedule-btn {
		right: auto;
		bottom: auto;
		top: 0;
	}
	
	
	.site-footer {
		background-size: cover;
	}
	.footer-menu .menu li {
		margin: 0 10px;
	}
	.footer-menu .menu li a, 
	.footer-menu address,
	.footer-social .phone,
	.modalbtn {
		font-size: 15px;
	}
	.modalbtn {
		margin: 2px 10px 10px;
	}

}



@media screen and (max-width: 782px) {
	
	.logged-in .site-header { margin-top: 46px; }

}




@media screen and (min-width: 55em) {

	.mobileonly { display: none!important; }

}

@media screen and (max-width: 55em) {

	.desktoponly { display: none!important; }

}



@media screen and (max-width: 75em) {
	
	.site-header { padding: 16px 10px 0; }
	.site-branding a img {
		max-width: 70%;
	}
	.menu li {
		margin: 0 15px;
	}
	.menu li:first-child {
		margin: 0 15px 0 5px;
	}
	.main-navigation a {
    	font-size: 24px;
	}

	.schedule-item-content { max-width: 65%; }
	
	.event-months { font-size: 25px; line-height: 25px; }
	.event-months a { margin: 0 15px; }
	
	.artist-img, 
	.profile-link-wrap,
	.playing-item .playing-item-content {
		display: block;
		width: 100%;
	}
	.content_area .profile-link-wrap { padding: 15px 0; height: 105px; }
	.profile-link li { width: 25%; }
	.profile-link-wrap .schedule-btn { left: auto; right: 0; }
	
	
	#profile-bottom .playing-item .playing-item-content { padding: 70px 0 0; }
	#profile-bottom .profile-link { display: block; float: none; }
	#profile-bottom .schedule-btn { margin: 10px 0 0; }

	
	.site-footer {
    	padding: 10px 20px 20px;
    	text-align: center;
	}
	.footer-menu {
		float: none;
	}
	.footer-menu .menu {
		display: inline;
		float: none;
	}
	.footer-menu .menu li,
	.modalbtn {
    	float: none;
    	display: inline-block;
	}
	.footer-menu .menu li a {
		padding: 0;
	}
	.footer-menu address {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		display: block;
	}
	
	.footer-social {
	    float: none;
	    text-align: center;
	}
	
	
	.patio-text-title { font-size: 40px; }
	.patio-text-yesno { font-size: 250px; margin-bottom: 50px; top: 80px; }
	.patio-text-heading { font-size: 40px; margin: 270px 0 10px; }
	.patio-text-subheading { font-size: 25px; }


}



@media screen and (max-width: 60em) {
	
	.site-branding a img {
		max-width: 70%;
	}
	.menu li {
		margin: 0 5px;
	}
	.menu li:first-child {
		margin: 0 5px;
	}
	.main-navigation a {
    	font-size: 20px;
	}
	
	.schedule-item-content { max-width: 55%; }
	
	
	.home-featured,
	.just-announced {
		float: none;
		min-width: 100%;
		max-width: 100%;
	}
		
	.home-featured .schedule-item {
		padding: 20px 15px;
	}
	.home-featured .schedule-item .schedule-date {
		margin-right: 10px;
	}
	.home-featured .schedule-item-content {
	    max-width: 60%;
	}
	
	.content_area img {
		max-width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	
	.just-announced { min-height: 0; padding: 20px; }
	
	.event-months { font-size: 20px; line-height: 20px; }
	.event-months a { margin: 0 10px; }
	
	.profile-link li { width: 33%; }
	
	.schedule-item .schedule-date .dm {
		height: auto;
	}

}



@media screen and (max-width: 55em) {
	
	.site-branding a img {
		max-width: 60%;
	}
	.main-navigation a {
    	font-size: 17px;
	}
	#top-bar-right {
		top: 35px;
		right: 20px;
		padding: 0;
	}
	.socialbar .btn-subscribe {
	    margin: 7px 0 !important;
	    font-size: 20px;
	}
	
	.schedule-item {
		padding: 25px 15px;
	}
	.schedule-item-content { max-width: 45%; }
	
	
	.schedule-item .schedule-date {
		width: 80px;
		height: 80px;
		margin-right: 15px;
	}
	.schedule-item .schedule-date .dm {
		padding: 5px 0 2px;
	}
	.schedule-item .schedule-date .dm .dm-d { font-size: 9px; line-height: 10px; }
	.schedule-item .schedule-date .dm .dm-m { font-size: 11px; line-height: 12px; }
	.schedule-item .schedule-date .day { font-size: 40px; line-height: 36px; letter-spacing: -1px; }
	
	.home-featured .schedule-item .schedule-date .dm { padding: 5px 0 3px; }
	.home-featured .schedule-item .schedule-date .dm .dm-d { font-size: 10px; line-height: 1em; }
	.home-featured .schedule-item .schedule-date .dm .dm-m { font-size: 20px; line-height: 1em; }
	
	.event-bands h2 span:first-child {
		font-size: 34px;
		line-height: 34px;
	}
	
	.event-months { margin: 0 0 35px; }

}




@media screen and (max-width: 37.5em) {
	
	.site-header {
	    padding: 65px 20px 10px;
	}
	#top-bar-right {
		top: 20px;
		left: 20px;
	}
	.socialbar .btn-subscribe {
	    display: inline-block;
	    margin: 2px 0!important;
	    padding: 0 20px;
	    float: right;
	}
	
	.site-branding {
	    margin: 10px 0 0;
	}
	.site-branding a img {
		max-width: 80%;
	}
	
	.menu-toggle {
	    top: 75px;
	}
	

	.main-navigation {
		padding: 0;
		margin: 4px -20px 0;
		background: #0d0d0d;
		width: calc(100% + 40px);
	}
	.menu li {
		display: block;
		padding: 0;
		margin: 0!important;
		border: 0;
	}	
	.main-navigation .menu li a {
		display: block;
		text-align: center;
		padding: 10px 20px 12px;
		color: #fff;
	}
	.main-navigation .menu li a:hover {
		background: #666;
		color: #eee;
	}
	.main-navigation .menu li.current-menu-item a {
		background: #eee;
		color: #000;
	}
	.navigation.pagination {
		padding: 0 20px;
	}
	 
	.site-content { padding: 10px; }
	
	.eventslisting { padding: 0; }
	.schedule-item { padding: 15px 15px 15px; min-height: 150px; }
	
	.schedule-item-content { max-width: 70%; }
	.schedule-item .schedule-btn {
		left: 15px;
		top: 100px;
		right: auto;
		font-size: 12px;
		width: 80px;
		text-align: center;
		padding: 3px 0 4px;
		border-radius: 5px;
	}
	
	.schedule-item .schedule-date {
		width: 80px;
		height: 80px;
		margin-right: 20px;
		border: 2px solid #0c0c0d;
	}
	
	.event-bands h2 span { font-size: 15px; }
	.event-bands h2 span:first-child {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 5px; 
	}
	
	.home-featured,
	.single .schedule-item {
		margin: 0 0 15px;
	}
	.home-featured {
		min-height: 300px;
	}
	
	.profile-link li { width: 50%; }
	.profile-link-wrap .schedule-btn { bottom: -50px; }
	
}



@media screen and (max-width: 480px) {
	
	.site-header {
	    padding: 105px 20px 10px;
		height: 170px;
	}
	#top-bar-right {
		text-align: center;
	}
	.socialbar .btn-subscribe {
		padding: 0 40px;
	    margin: 5px auto!important;
	    float: none;
	}
	
	.site-content {
		margin-top: 178px;
	}
	.page-template-template-patio .site-content {
		margin-top: 170px;
	}
	
	.menu-toggle {
	    top: 105px;
	}
	.main-navigation {
		margin: .5em -20px 0;
	}
	
	.schedule-item-content { max-width: 65%; }
	
	.event-months { font-size: 17px; line-height: 17px; }
	.event-months a { margin: 7px 10px; }
	
	
	
	.home-featured .schedule-item { padding: 5% 2%; }
	.home-featured .schedule-item .schedule-date { margin-right: 7px; }
	.home-featured .schedule-meta { font-size: 10px; }
	.schedule-meta .age span { margin-right: 15px; }
	

	.patio-text-title { font-size: 20px; }
	.patio-text-yesno { font-size: 120px; top: 50px; }
	.patio-text-heading { font-size: 20px; margin: 120px 0 10px; }
	.patio-text-subheading { font-size: 15px; }
	
	.schedule-item .schedule-date .dm { padding: 7px 0 2px; 
		border-top-left-radius: 105px;
	    border-top-right-radius: 105px;
    }

}


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

	.schedule-item-content { max-width: 60%; }

}












/*--------------------------------------------------------------
FEATURED EVENTS SLIDER
--------------------------------------------------------------*/
.home-featured .schedule-item-content,
.home-featured .slick-prev, 
.home-featured .slick-next {
	text-shadow: 1px 3px 7px rgba(0,0,0,.9);	
}


.home-featured {
	border-radius: 10px;
	overflow: hidden;
	max-height: 420px;
}

.home-featured-slidewrap {
    min-height: 420px;
    background-position: center center;
    background-size: cover;
    position: relative;
}


.home-featured ul {
	margin: 0;
	padding: 0;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 45%;
    z-index: 2;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    
    background: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    border: 0;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	
	font-family: Product Sans Bold;
	
    font-size: 50px;
    line-height: 40px;
    
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;

}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '<';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '>';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin: 0;
    padding: 0;
}

.slick-dots
{
    position: absolute;
    bottom: 17px;
    z-index: 2;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 5px;

    cursor: pointer;

    border: 0;
    outline: none;
    
    background: #fff;
    
    opacity: .4;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    
    opacity: .85;
    
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.slick-dots li.slick-active button
{
     opacity: .85;
     border-radius: 50%;
}



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

	.slick-dots { bottom: 12px; }

}

/*
.tw-section .tw-name {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 28px!important;
    line-height: 1.8rem;
}
.tw-section .tw-opening-act {
    margin: 0 0 5px 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
    border-bottom: solid 0px #6d3586;
    padding: 0 0 5px 0;
}
.tw-section .date-time {
}
.tw-section .tw-age-restriction {
}
*/