/*

Theme Name: cits
Theme URI: http://centreinthesquare.com
Description: Based on the wordpress twentythirteen, this them has been heavily customized, first by unknown developer, then Zebraspot Design for Centre In the Square
Version: 1.0
Headers created at http://patorjk.com/software/taag/#p=display&f=Standard
*/

/**
   ____ ____ ____	____				_   
  / ___/ ___/ ___|  |  _ \ ___  ___  ___| |_ 
 | |   \___ \___ \  | |_) / _ \/ __|/ _ \ __|
 | |___ ___) |__) | |  _ <  __/\__ \  __/ |_ 
  \____|____/____/  |_| \_\___||___/\___|\__|
											 
 * @see http://git.io/normalize
 */

* {
	font-family: "Open Sans", sans-serif;
	word-break: normal;
	white-space: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

.capitalize {
	text-transform: capitalize;
}

html,
button,
input,
select,
textarea {
	font-family: "Open Sans", sans-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
	clear: both;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	padding: 0px;
}

a {
	color: #ca3c08;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #ac0404;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:active,
a:hover {
	color: #CADA46;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
	margin: 0;
}

h5 {
	font-size: 18px;
	margin: 0;
}

h6 {
	font-size: 16px;
	margin: 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 20px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
	list-style: disc;
}

ul {}
 nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	color: #959595;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	max-width: 270px;
	width: 100%;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input:invalid {
	border: 0px;
	-moz-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
  _____ _						   ____			_		  
 |_   _| |__   ___ _ __ ___   ___  | __ )  __ _ ___(_) ___ ___ 
   | | | '_ \ / _ \ '_ ` _ \ / _ \ |  _ \ / _` / __| |/ __/ __|
   | | | | | |  __/ | | | | |  __/ | |_) | (_| \__ \ | (__\__ \
   |_| |_| |_|\___|_| |_| |_|\___| |____/ \__,_|___/_|\___|___/
															   
*/

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 14px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */

.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* Assistive text */

.screen-reader-text {
	display: none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* Form fields, general styles first. */

button,
input,
textarea {
	border: 0px;
	font-family: inherit;
	padding: 0px;
	display: block;
	box-shadow: none;
}

input,
textarea {
	color: #959595;
}

input[type="search"]:focus {
	border: 0px;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #959595;
	opacity: 1;
}

:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #959595;
	opacity: 1;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-weight: 400;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

/**
   ____ ___ _____ ____	     _	  _ _   ____  _			  
  / ___|_ _|_   _/ ___|	    / \  | | | / ___|(_)_______  ___ 
 | |	| |  | | \___ \    / _ \ | | | \___ \| |_  / _ \/ __|
 | |___ | |  | |  ___) |  / ___ \| | |  ___) | |/ /  __/\__ \
  \____|___| |_| |____/  /_/   \_\_|_| |____/|_/___\___||___/
															 
 */

html {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	position: relative;
}

.site {
	background-color: #fff;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.site-main {
	background: transparent url("images/bg_patterns.jpg") center center repeat;
	width: 100%;
	padding: 176px 0px 20px;
	overflow: hidden;
	min-height: 680px;
}

.search .content-area {
	margin: 0 auto;
	max-width: 952px;
}

.search .site-main .site-content {
	padding-left: 10px;
	max-width: auto;
}

.site-main .site-content {
	margin: 0 auto;
/*	 max-width: 993px; */
	position: relative;
}

.site-main .site-content.front_page {
	max-width: 1308px;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

.breadcrumbs {
/*	 max-width: 952px; */
	margin: 0px auto;
	padding: 12px 0px 10px 5px;
	color: #959595;
}

.breadcrumbs a {
	color: #959595;
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 600;
}

.breadcrumbs span {
	color: #959595;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 2px;
	padding-left: 2px;
}

.breadcrumbs span:first-child {
	padding-left: 0px;
}

.breadcrumbs #crumbs {
	padding-left: 10px;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	background: transparent url("images/top_bar.jpg") center 0px repeat-x;
	min-height: 160px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	padding: 0px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.header_top_box {
	height: 120px;
	width: 94%;
	padding: 0px 3%;
}

.header_top_box_container {
	width: 100%;
	margin: 0px auto;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Open Sans", Helvetica, sans-serif;
	margin: 0;
}

.logo_image {
	float: left;
	padding: 15px 0px 0px 0px;
	width: 189px;
	min-width: 80px;
}

.logo_image img {
	display: block;
}

.social_box.top ul {
	width: 240px;
	;
	height: 30px;
	float: right;
	padding-bottom: 9px;
}

.social_box.top {
	float: none;
}

.social_box_content {
	float: right;
	padding-right: 0px;
	padding-top: 20px;
	max-width: 240px;
	position: relative;
	z-index: 500;
}

.social_box.top a {
	width: 100%;
	height: 100%;
	display: block;
}

.social_box.top li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0;
	width: 36px;
	max-height: 30px;
	height: 100%;
}

.social_box.top li a {
	width: 30px;
	margin-left: 10px;
	height: 30px;
	background-color: transparent;
	background-image: url(images/top_social_icons.png);
	background-position: -85px -11px;
	background-repeat: no-repeat;
}

.social_box.top li.social-mail a {
	background-position: -85px -11px;
}

.social_box.top li.social-mail a:hover {
	background-position: -85px -61px;
}

.social_box.top li.social-facebook a {
	background-position: -85px -111px;
}

.social_box.top li.social-facebook a:hover {
	background-position: -85px -161px;
}

.social_box.top li.social-twitter a {
	background-position: -85px -211px;
}

.social_box.top li.social-twitter a:hover {
	background-position: -85px -261px;
}

.social_box.top li.social-youtube a {
	background-position: -85px -311px;
}

.social_box.top li.social-youtube a:hover {
	background-position: -85px -361px;
}

.social_box.top li.social-instagram:after {
	clear: both;
}

.social_box.top li.social-instagram a {
	background-position: -85px -411px;
}

.social_box.top li.social-instagram a:hover {
	background-position: -85px -461px;
}

.social_box.top li.social-search a {
	background: transparent url(images/search_icon_30px.png) 0px 0px no-repeat;
}

.social_box.top li.social-search a:hover {
	background: transparent url(images/search_icon_hover_30px.png) 0px 0px no-repeat;
}

.widget #menu-top_menu {
	padding-left: 0px;
}

.widget #menu-top_menu li.menu-item {
	margin: 0px;
	padding: 0px;
	border: 0px!important;
	display: inline-block;
	float: left;
	line-height: 52px;
	position: relative;
	min-height: 56px;
	z-index: 99999;
}

.widget #menu-top_menu li#buy-now-menu-button, .widget #menu-top_menu li#promoCodeMenuItem {
	float: right;
}



				 			
				 			
.widget #menu-top_menu li#buy-now-menu-button:hover a,
.widget #menu-top_menu li#buy-now-menu-button a {
	background: #fff200;
	color: #000000;
	font-size: 16px;
	margin: 0px;
	line-height: 56px;
	min-width: 96px;
}

.widget #menu-top_menu li.current_page_parent a,
.widget #menu-top_menu li:hover a,
.widget #menu-top_menu li.current-page-ancestor a,
.widget #menu-top_menu li.current-menu-item a {
	background: #1baec3;
	color: #000000;
	text-decoration: none;
}

.calendar_page_content #wpfc-calendar-wrapper .fc-header-title {
	min-width: 180px;
}

.calendar_page #wpfc-calendar-wrapper .fc-header-title {
	width: 157px;
}

.front_page #wpfc-calendar-wrapper .fc-header-title {
	width: 230px;
}

.calendar_page #wpfc-calendar-wrapper .fc-header-center,
.calendar_page #wpfc-calendar-wrapper .fc-header-right,
.front_page #wpfc-calendar-wrapper .fc-header-right,
.front_page #wpfc-calendar-wrapper .fc-header-center {
	display: none;
}

.widget #menu-top_menu li a {
	color: #ffffff;
	font-size: 1.6vw;
	text-transform: uppercase;
	font-family: "Open Sans", arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 4px 12px;
	line-height: 44px;
	display: block;
	border: 0px;
	margin-top: 5px;
	cursor: pointer;
}

select#menu-primary {
	display: none;
}

.widget #menu-top_menu li ul {
	display: block;
	position: absolute;
	top: -3000px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.widget #menu-top_menu li:hover ul li a,
.widget #menu-top_menu li ul li a {
	background: #1baec3;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #ffffff;
}

.widget #menu-top_menu li ul li:last-child {
	margin: 0px;
}

.widget #menu-top_menu li:hover ul li:hover a {
	color: #000000;
}

.widget #menu-top_menu li ul li:last-child a:hover,
.widget #menu-top_menu li ul li:last-child a {
	background: #1baec3;
	font-size: 16px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.widget #menu-top_menu li:hover ul {
	top: 30px;
}

.widget #menu-top_menu li:hover ul li {
	display: block;
}

.widget #menu-top_menu li ul li {
	float: none;
	display: block;
	width: 100%;
	min-height: 20px;
}

.widget #menu-top_menu li:hover ul li {
	display: block;
	min-height: 16px;
	padding: 0px;
}

.widget #menu-top_menu li.current-menu-item ul li a {
	display: block;
	color: #ffffff;
}

.widget #menu-top_menu li.current-menu-item a:hover {
	color: #000000;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */

.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	margin-top: 15px;
	display: none;
}

.site-header .header_top_box_container label {
	padding: 3px 10px;
	float: right;
	margin-right: 22px;
}

.site-header label {
	display: block;
	background: #ffffff;
	padding: 3px 0px;
}

.site-header .search-field {
	background: none!important;
	background-color: #ffffff;
	border: none;
	margin: 0px 0;
	padding: 0px 0px 0px 0px;
	width: 150px;
	position: relative;
	font-size: 16px;
	display: block;
	color: #959595;
	display: block;
}

.site-header .search-field:focus {}
 .top_menu_box {
	background: #000000;
}

.widget.widget_nav_menu {
    background: #000000;
    width: 99%;
    padding: 0px 0%;
}

.menu-top_menu-container {
	margin: 0px auto;
	padding: 0px;
	min-height: 64px;
	line-height: 40px;
}

.top_menu_box.mobile {
	display: none;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry:first-of-type {
	padding-top: 0px;
}

.hentry:last-of-type {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.single-format-standard .hentry:last-of-type {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.hentry {
	padding: 20px 0 20px;
	border-bottom: 1px solid #000000;
	clear: both;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 710px;
	width: inherit;
	padding-left: 10px;
}

.entry-summary {
	padding-top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #141412;
}

.entry-summary li {
	margin-left: 20px;
}

.search .entry-thumbnail {
	padding-bottom: 20px;
}

.entry-summary ul {
	list-style: none;
}

.archive.sidebar .site-content.two-column .entry-header,
.archive.sidebar .site-content.two-column .entry-content,
.archive.sidebar .site-content.two-column .entry-summary,
.archive.sidebar .site-content.two-column .entry-meta,
.single.sidebar .site-content.two-column .entry-header,
.single.sidebar .site-content.two-column .entry-content,
.single.sidebar .site-content.two-column .entry-summary,
.single.sidebar .site-content.two-column .entry-meta,
.author.sidebar .site-content.two-column .entry-header,
.author.sidebar .site-content.two-column .entry-content,
.author.sidebar .site-content.two-column .entry-summary,
.author.sidebar .site-content.two-column .entry-meta,
.blog.sidebar .site-content.two-column .entry-header,
.blog.sidebar .site-content.two-column .entry-content,
.blog.sidebar .site-content.two-column .entry-summary,
.blog.sidebar .site-content.two-column .entry-meta,
.sidebar .blog .site-content.two-column .entry-header,
.sidebar .blog .site-content.two-column .entry-content,
.sidebar .blog .site-content.two-column .entry-summary,
.sidebar .blog .site-content.two-column .entry-meta {
	padding: 0px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
}

.search .entry-thumbnail img {
	border: 1px solid #f2f2f2;
	margin: 0px;
}

.entry-header {
	margin-bottom: 15px;
}

.entry-header .social_like {
	padding-top: 10px;
	position: relative;
}

.entry-header .social_like .facebook_like_button {
	padding-right: 5px;
	float: left;
}

.entry-header .social_like .tweeter_like_button {
	float: left;
}

.error404 .entry-title {
	margin-top: 15px;
}

.entry-title {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #CADA46;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #000000;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #141412;
}

.entry-header .subtitle {
	background: #2eafc2;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
	float: left;
	margin-right: 18px;
	padding: 0px 5px;
}

.search h1.entry-title {
	clear: none;
	margin: 0px 0px 15px 0px;
	max-width: 610px;
}

.search .entry-header {
	margin: 0px;
}

.search .title_box {
	margin-bottom: 20px;
}

.entry-title a:hover {
	color: #2eafc2;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #000000;
}

.entry-meta a:hover {
	color: #000000;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {}
 .slideshow_slide a {
	height: 100%;
}

.entry-content a,
.comment-content a {
	color: #1baec3;
}

.slideshow_container img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #CADA46;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer {
	margin: 0px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */
/* Aside */

.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */

.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important;
	/* Override mediaelement.js style */
	
	margin: 20px 0;
	max-width: 400px !important;
	/* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important;
	/* Avoid player width overflow. */
}

/* Chat */

.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */

.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */

.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */

.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Open Sans", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */

.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */

.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */

.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */

.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Open Sans", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: transparent;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment p.attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 0;
	text-transform: uppercase;
}

.attachment .entry-caption {
	text-align: left;
	background: #000;
	color: #ffffff;
	font-style: normal;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-transform: uppercase;
	padding: 10px 0px 10px;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #1baec3;
}

.navigation a:hover {
	color: #cada46;
	text-decoration: none;
}

.paging-navigation {
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.sidebar.author .paging-navigation .nav-links,
.sidebar.blog .paging-navigation .nav-links {
	padding: 0px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	color: transparent;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	text-decoration: none;
}

.post-navigation {
	color: #ca3c08;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left;
	/* gallery & video post formats */
	
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 20px "Open Sans", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {}
 .archive-title,
.archive-meta {
	font: 300 30px "Open Sans", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {}
 .search .page-title {
	font-size: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 27px 0px;
}

.page-title {
	font: 700 30px "Open Sans", Helvetica, sans-serif;
	margin: 0px auto 37px;
	max-width: 1040px;
	padding: 10px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	min-height: 400px;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0px;
	width: 100%;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Open Sans", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */

.comment-respond {
	background-color: #cada46;
	padding: 10px 5%;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 600 16px "Open Sans", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 95%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: transparent;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.widget .widget-title {
	padding: 0px 5px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	background: #000;
	text-transform: uppercase;
	display: block;
	margin: 0px;
	margin-bottom: 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.widget li li {
	padding: 5px 0px;
}

.widget li {
	padding: 0px 0;
}

.content_left .widget h1.venue_details_h1,
.content_left .widget h3.widget-title a {
	font-weight: 700;
}

.content_left .advanced-recent-posts >li a,
.content_left .widget li a {
	font-size: 18px;
	font-weight: 600;
	line-height: 17px;
}

.content_left .widget h1.venue_details_h1,
.content_left .advanced-recent-posts >li,
.content_left .widget h3.widget-title,
.content_left .widget li {
	color: #000000;
	display: block;
	float: none;
	font-size: 18px;
	font-weight: 700;
	max-width: 200px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
	text-transform: uppercase;
	margin: 0px 0px 0px;
	line-height: 17px;
}

.content_left .widget_nav_menu ul:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.content_left .widget_nav_menu ul {
	margin: 0px;
	padding: 0px;
}

.content_left ul li.current-menu-parent,
.content_left ul li.current-page-parent,
.content_left ul li.current_page_item {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.content_left .widget_nav_menu ul.menu >li:first-child,
.content_left .widget_nav_menu ul.menu >li:first-child:last-child {
	margin: 0px;
}

.content_left .widget h3.widget-title {
	margin-top: 0px;
	float: left;
	clear: both;
}

.content_left .advanced-recent-posts >li,
.content_left .widget_nav_menu ul.menu >li {
	margin-top: 0px;
	margin-top: 10px;
	float: left;
	clear: both;
}

.content_left .advanced-recent-posts >li a:hover,
.content_left .widget h3.widget-title a:hover,
.content_left .widget_nav_menu ul.menu >li a:hover {
	color: #a5e0ee;
}

.content_left .widget .venue_title {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.content_left .widget h1.venue_details_h1,
.content_left .advanced-recent-posts >li a,
.widget h3.widget-title a,
.content_left .widget_nav_menu ul.menu >li a {
	padding: 5px;
	display: block;
	background-color: #000;
	line-height: 17px;
}

.content_left .venue_links_widget .widget_nav_menu ul.menu >li:first-child a {
	font-weight: 600;
}

.content_left .widget_nav_menu ul.menu >li:first-child a {
	float: left;
	clear: both;
	font-weight: 700;
}

.content_left .widget_nav_menu ul.menu >li.page-item-83 > a,
.content_left .widget_nav_menu ul.menu >li.current-menu-parent a,
.content_left .widget_nav_menu ul.menu >li.current-page-parent a {
	font-weight: 700;
	float: left;
	clear: both;
}

.content_left .widget_nav_menu ul.menu > li .sub-menu li,
.content_left .widget_nav_menu ul.menu > li.current-menu-parent .sub-menu li,
.content_left .widget_nav_menu ul.menu > li.current-page-parent .sub-menu li,
.content_left .widget_nav_menu ul.menu > li.current_page_item .sub-menu li {
	margin-top: 10px;
	float: left;
	clear: both;
}

.content_left .widget_nav_menu ul.menu > li .sub-menu li a,
.content_left .widget_nav_menu ul.menu > li.current-menu-parent .sub-menu li a,
.content_left .widget_nav_menu ul.menu > li.current-page-parent .sub-menu li a,
.content_left .widget_nav_menu ul.menu > li.current_page_item .sub-menu li a {
	background-color: #000;
	font-weight: 600;
}

.content_left.calendar_page .widget.widget_nav_menu {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("images/left_box_back.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
	display: block;
	margin-bottom: 40px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 10px;
	padding-left: 4.54%;
	padding-right: 4.54%;
	padding-top: 10px;
}

content_left.calendar_page .calendar_page_left .widget.widget_nav_menu .widget-title {
	max-width: 180px;
}

.content_left.calendar_page .widget.widget_nav_menu .widget-title {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 15px;
}

.blog .content_left ul li,
.content_left .widget ul.advanced-recent-posts li {
	float: left;
}

.blog .content_left ul.advanced-recent-posts:after,
ul.advanced-recent-posts:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.content_left .widget li:last-child {
	margin-bottom: 0px;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #a5e0ee;
}

/* Search widget */

.search-form .search-submit {
	display: none;
	/* simon hid this as part of 2017.2 redesign */
	
	background: transparent url("images/search_icon_30px.png") 0px 0px no-repeat;
	width: 30px;
	height: 30px;
	margin: 2px 0px 0px 10px;
	padding: 0px;
	text-indent: -1px;
	font-size: 0;
	border: 0px;
	float: right;
}

.search-form .search-submit:hover {
	background: transparent url("images/search_icon_hover_30px.png") 0px 0px no-repeat;
}

.search-form .search-submit:after {
	clear: both;
}

.search-form {
	max-width: 320px;
}

.search-form label {
	float: left;
}

.site-content .search-form label {
	display: block;
	float: left;
	border: 2px solid #D4D0BA;
	padding: 5px;
	min-width: 80%;
}

/* RSS Widget */

.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */

.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.embed_audio {
	background: transparent url("images/audio_player_box.png") 0px 0px no-repeat;
	height: 53px!important;
}

.embed_audio .mejs-container {
	background: transparent url("images/audio_player_box.png") 0px 0px no-repeat;
	height: 53px!important;
	padding: 0px 15px;
	width: auto!important;
	max-width: 430px;
}

.embed_audio .mejs-inner {
	position: relative;
}

html .mejs-container .mejs-controls,
.embed_audio .mejs-container .mejs-controls {
	top: 15px;
	left: 0px;
	background: transparent;
}

html .mejs-mediaelement,
html .mejs-layers,
html .mejs-poster {
	display: none!important;
	background: none!important;
}

html .embed_audio audio {
	background: none!important;
}

html audio {
	display: none;
	background: transparent url("images/audio_player_box.png") 0px 0px no-repeat!important;
	height: 53px!important;
	padding: 0px 15px;
	width: auto!important;
	max-width: 430px;
}

.embed_audio .mejs-controls div.mejs-horizontal-volume-slider {
	width: 50px;
}

.embed_audio .mejs-controls .mejs-play button {
	background: transparent url("images/play_button.png") 0px 0px no-repeat!important;
	width: 21px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	outline: none;
}

.embed_audio .mejs-controls .mejs-pause button {
	background: transparent url("images/pause_button.png") 0px 0px no-repeat!important;
	width: 21px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	outline: none;
}

.mejs-container .mejs-controls .mejs-button.mejs-volume-button.mejs-mute {
	display: none;
}

.embed_audio .mejs-controls div.mejs-horizontal-volume-slider {
	display: none;
}

.embed_audio .mejs-container .mejs-controls .mejs-time span {
	color: #000000;
}

.embed_audio .mejs-controls div.mejs-time-rail {
	max-width: 155px;
	padding: 2px;
}

.embed_audio .mejs-controls div.mejs-time-rail .mejs-time-total {
	max-width: 145px;
}

.embed_audio .mejs-container .mejs-controls {
	padding-left: 170px;
	background: transparent url("images/play_title.png") 0px 0px no-repeat!important;
}

.embed_audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
	padding-top: 0px;
	background: #c5c5c5;
}

.embed_audio .mejs-controls .mejs-time-rail .mejs-time-current {
	padding-top: 0px;
	background: #000000;
}

.embed_audio .mejs-container .mejs-controls .mejs-time {
	padding-top: 5px;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background: #1BAEC3;
	width: 94%;
	padding: 0px 3%;
	margin: 0px;
}

.footer_box {
	padding: 15px 0px;
	max-width: 952px;
	margin: 0px auto;
}

.footer_box_container {
	padding-left: 12px;
}

.footer_col {
	float: left;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.season_sponsor h2 {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.site-footer .footer_col.col_1 {
	max-width: 140px;
	width: 17%;
}

.site-footer .footer_right {
	float: right;
}

.site-footer .footer_col.col_2 {
	float: none;
	max-width: 770px;
}

.site-footer .footer_col.col_3 {
	float: none;
	max-width: 700px;
	min-width: 30px;
}

.social_box ul {
	min-width: 62px;
	float: none;
}

.site-footer .footer_col.col_1 .widget {
	width: 100%;
}

.site-footer .footer_col.col_2 .widget {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.site-footer .footer_col.col_2 .widget#text-2 {
	width: 97.24%;
	padding-top: 50px;
}

.site-footer .footer_col.col_3 .widget {
	width: 100%;
	margin: 0px;
	float: none;
}

.footer_col.col_3 .widget .social_box li.social-mail {
	float: left;
	padding-right: 10px;
}

.footer_col.col_3 .social-mail a {
	background: transparent url(images/social_footer_icon_1.png) 0px 0px no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.footer_col.col_3 .widget .social_box li {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

.footer_col.col_3 .widget .social_box li.social-twitter {
	float: left;
	padding-right: 10px;
}

.footer_col.col_3 .social-twitter a {
	background: transparent url(images/social_footer_icon_3.png) 0px 0px no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.footer_col.col_3 .social-facebook a {
	background: transparent url(images/social_footer_icon_2.png) 0px 0px no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.footer_col.col_3 .widget .social_box li.social-facebook {
	float: left;
	padding-right: 10px;
}

.footer_col.col_3 .social-youtube {
	padding-right: 10px;
	float: left;
}

.footer_col.col_3 .social-youtube a {
	background: transparent url(images/social_footer_icon_4.png) 0px 0px no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.footer_col.col_3 .social-instagram {
	float: left;
}

.footer_col.col_3 .social-instagram a {
	background: transparent url(images/social_footer_icon_5.png) 0px 0px no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.sponsor_1 {
	background: transparent url(images/season_sponsor.png) 0px 0px no-repeat;
	max-width: 94px;
	height: 39px;
	background-size: cover;
}

.site-footer a {
	color: #686758;
}

.footer_box_address {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.footer_box_address span {
	font-weight: 700;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.widget #menu-footer_menu li {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	display: block;
	float: left;
}

.widget #menu-footer_menu li:last-child {
	padding-right: 0px;
}

.widget #menu-footer_menu li a {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	padding-right: 0px;
	width: 82px;
	word-wrap: normal;
	display: block;
}

.widget #menu-footer_menu .sub-menu {
	margin: 0px;
	padding: 0px;
	width: 117px;
}

.widget #menu-footer_menu .sub-menu li {
	float: none;
	display: block;
	padding-top: 5px;
}

.widget #menu-footer_menu .sub-menu li a {
	font-weight: 400;
	line-height: 14px;
	display: block;
}

.widget #menu-footer_menu > li:last-child ul.sub-menu li a {
	white-space: nowrap;
}

style.css?ver=2013-07-18:3510

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 2.75%;
	width: 25.52%;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

/*calendar page*/
/*.fc-button-prev{
  background:#ff0000;
}
*/
/*.fc-button-next{
  background:#ff0000;
}

.fc-today{
  background:#1baec3;
}

#wpfc-calendar-wrapper td div{
  height:50px!important;
  min-height:50px!important;
}

#wpfc-calendar-wrapper .fc-event{
  height:50px!important;
  min-height:50px!important;
}
*/
/*blog page*/

.site-content.two-column {
	padding: 0px 0px 0px;
}

.blog .site-main .site-content, .single-post .site-main .site-content {
    min-height: 470px;
    padding: 0px 0px 0px 12px;
    margin: 0px 8vw 0px 8vw;
}

.blog .site-main .site-content #content {
	padding: 0px;
}

.site-content.two-column .content_center {
/* 	margin-left: 237px; */
	margin-right: 12px;
	margin-bottom: 0px;
	max-width: 100%;
	width: auto;
	float: none;
}

.front_page .content_center {
	padding: 0px;
}

.visit_page .content_left {
	min-height: 10px;
	/*padding-bottom:10px;*/
}

.content_left {
	float: left;
	max-width: 220px;
	width: 23.2%;
	background: transparent url(images/left_box_back.png) 0px 0px repeat-y;
	margin-right: 20px;
}

.content_center {
    /* float: left; */
    /* max-width: 460px; */
    /* width: 47%; */
    padding-right: 200px;
    padding-left: 240px;
}

.content_center_event.venue_main_column {
	margin-left: 240px;
}

.content_center_event {
	position: relative;
	z-index: 50;
	margin-right: 210px;
}

/*.visit_page  .content_right .widget{
  background:#ffffff;
  max-width:150px;
  width:100%;
  padding:0px;
}

.visit_page  .content_right li a{
  background:transparent;
  color:#1baec3;
  font-size:14px;
  font-weight:700;
  text-transform: none;
  padding-bottom:10px;
  padding-left:0px;
  padding-right:0px;
}

.visit_page  .content_right h2{
  margin:0px;
  padding:0px;
  font-size:18px;
}
*/

.content_left .widget {
	padding-bottom: 10px;
	padding-left: 4.54%;
	padding-right: 4.54%;
	padding-top: 10px;
	display: block;
	margin: 0px;
	float: none;
	background: none;
	width: 90.92%;
}

.content_left .widget .location_links_widget aside,
.content_left .widget .venue_links_widget aside {
	margin: 0px;
	padding: 0px;
}

.content_right {
	min-height: 400px;
	padding-left: 20px;
	border-left: 1px solid #000000;
	float: right;
	width: 140px;
	position: absolute;
	z-index: 5;
	top: 10px;
	right: 10px;
	margin-right: 8vw;
}

.blog .content_right {
	margin-right: 0px;
}

.content_right .widget {
	width: 140px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 700;
}

.widget_newsletterwidget .widget-title {
	color: #000;
	background: transparent;
}

.banner_small .widget_newsletterwidget .widget-title {
	font-size: 12px;
}

.banner_small .widget_newsletterwidget p {
	margin: 0 0 3px;
}

.widget_newsletterwidget div {
	line-height: 14px;
}

.widget_newsletterwidget {
	padding-bottom: 12px;
	margin: 0px;
	text-transform: uppercase;
}

.content_right p {
	padding-bottom: 12px;
	margin: 0px;
}

.content_right a {
	display: block;
	background: #1baec3;
	padding: 0px 5px;
	float: left;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	margin-top: 7px;
}

.widget_newsletterwidget form p:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.calendar_form.filter_events.mobile, #content a.cits_button.mobile,
.mobile,
.mobile_version {
	display: none;
}

.widget_newsletterwidget input[type="submit"] {
	display: block;
	background: #1baec3;
	border: 0px;
	padding: 0px 5px;
	float: left;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	margin-top: 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget_newsletterwidget form div {
	margin: 0px;
	padding: 0px;
}

.widget_newsletterwidget input[type="email"] {
	display: block;
	padding: 0px;
	border: 1px solid #22b0be;
	font-size: 12px;
	color: #959595;
	line-height: 20px;
	height: 20px;
	text-indent: 5px;
	margin-top: 10px;
}

.home .breadcrumbs {
	display: none;
}

.home .site-content #content {
	padding: 5px 36px 0px 25px;
}

.site-content #content {
	padding: 0px 0px 0px 12px;
	margin: 0px 8vw 0px 8vw;
}

/*venue page*/

.content_center.location_main_column img,
.content_center.venue_main_column img {
	display: block;
	max-width: 100%;
}

.content_center.location_main_column .location_thumb_div,
.content_center.venue_main_column .venue_thumb_div {
	position: relative;
	z-index: 50;
	margin-bottom: 10px;
}

.content_center.location_main_column .location_thumb_div:nth-child(3n),
.content_center.venue_main_column .venue_thumb_div:nth-child(3n) {
	margin-right: 0px;
}

.content_center.location_main_column .location_thumb_div:nth-child(4n),
.content_center.venue_main_column .venue_thumb_div:nth-child(4n) {
	clear: both;
}

.content_center.location_main_column .location_thumb_div .thumb_img,
.content_center.venue_main_column .venue_thumb_div .thumb_img {
	position: relative;
	z-index: 51;
}

.content_center.location_main_column .location_thumb_div .hover_box,
.content_center.venue_main_column .venue_thumb_div .hover_box {
	display: none;
}

.event_thumb_img a {
	display: block;
}

.site-content.two-column .event_thumb_img a img {
	max-width: inherit;
	width: 100%;
}

.event_thumb_img a img {
	display: block;
	border: 0px;
	max-width: 155px;
}

.all_shows .event_thumb_img a img {
	max-width: 155px;
	width: 155px;
}

.event_thumb_img {
	position: relative;
	z-index: 51;
	padding-right: 5px;
}

.event_thumb .tablet_box {
	display: none;
}

.event_thumb .hover_box {
	display: none;
}

.event_thumb a.hover .hover_box {
	display: block;
	position: absolute;
	z-index: 52;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgb(127, 201, 211);
	background: rgba(127, 201, 211, 0.7);
	opacity: 1;
}

.content_center.location_main_column .location_thumb_div:hover .hover_box,
.content_center.venue_main_column .venue_thumb_div:hover .hover_box {
	display: block;
	position: absolute;
	z-index: 52;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #7fc9d3;
	opacity: 0.70;
}

.related_box {
	padding-top: 20px;
}

.location_thumb_div,
.venue_thumb_div {
	float: left;
	max-width: 140px;
	width: 30.43%;
	margin-right: 19px;
}

.content_center.venue_main_column .bottom_thumbs {
	clear: both;
}

.widget .location_title h1,
.widget .venue_title h1 {
	margin: 0px;
}

.venue_links_widget {
	clear: both;
}

.venue_links_widget {
	margin-top: 0px;
}

.venue_links_widget h2 {
	margin: 0px;
	padding: 0px;
	font-weight: 700;
}

.venue_right_column .venue_links_widget h2.event_title_name {
	padding-bottom: 0px;
	color: #1BAEC3;
	font-size: 16px;
	line-height: 20px;
}

.venue_right_column .show_info_box h2 .date_month_form,
.venue_right_column .show_info_box h2 .day_form {
	display: inline;
	color: #1BAEC3;
}

.venue_links_widget h2.event_title_name {
	padding-bottom: 10px;
}

.venue_links_widget .show_info_box a.buy_now {
	display: inline-block;
	margin-bottom: 0px;
	background-color: #fff200;
	margin-top: 7px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 5px;
	color: black;
	clear: both;
}

.venue_links_widget .show_info_box .event_title_name a {
	font-size: 16px;
	color: black;
}

.venue_links_widget .show_info_box a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	color: #1BAEC3;
}

.venue_links_widget .show_info_box a.buy_now:hover {
	background: #1baec3;
}

.banner_page_box {
	width: 300px;
	float: right;
}

.banner_page_box .place_1_1 {
	margin-bottom: 20px;
}

.banner_page_box .place_1_2 {
	margin-bottom: 20px;
}

.banner_page_box .banner_small {
	float: left;
}

.banner_page_box .banner_small.place_1_2 {
	float: right;
}

.banner_page_box .banner_small.place_2_1 {
	clear: both;
	float: left;
}

.banner_page_box .banner_small.place_2_2 {
	float: right;
}

.banner_page_box .newsletter_widget_box_content.big {
	width: 300px;
	background: transparent url("images/newsletter_big_front_bg.png") 0px 0px repeat-y;
}

.banner_page_box .newsletter_widget_box_content {
	width: 140px;
	height: 140px;
	background: #cada46;
	position: relative;
}

.banner_page_box .newsletter_widget_box_content.big .widget_newsletterwidget {
	background: none;
	font-size: 22px;
	line-height: 23px;
}

.content_right .widget .widget_newsletterwidget div {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}

.content_right .widget .widget_newsletterwidget,
.newsletter_widget_box_content .widget_newsletterwidget {
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: 700;
	min-height: 120px;
	background: #cada46;
	position: relative;
}

.banner_page_box .newsletter_widget_box_content.big .widget_newsletterwidget div input[type="submit"] {
	bottom: 20px;
}

.banner_page_box .newsletter_widget_box_content.big .widget_newsletterwidget div input[type="email"] {
	width: 220px;
	font-size: 16px;
	height: auto;
	line-height: 18px;
	outline: none;
}

.banner_page_box .newsletter_widget_box_content .widget_newsletterwidget {
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: 700;
	position: relative;
	height: 120px;
}

.banner_page_box .newsletter_widget_box_content .widget_newsletterwidget div {
	margin: 0px;
	padding: 0px;
}

.banner_page_box .newsletter_widget_box_content .widget_newsletterwidget div input[type="email"] {
	border: 1px solid #22b0be;
	padding: 0px;
	text-indent: 5px;
	margin-top: 10px;
}

.banner_page_box .newsletter_widget_box_content .widget_newsletterwidget div input[type="submit"] {
	background: #1baec3;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px 5px;
	font-weight: 700;
	margin-top: 10px;
	bottom: 10px;
	left: 10px;
}

.event_show_box_container {
	border-top: 1px solid #000000;
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
}

/*
.event_show_box_container:nth-child(1) {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
}

.event_show_box_container:nth-child(2) {
	border: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
*/
.event_thumb {
	width: 35%;
	float: left;
}

.event_show_box_container .event_show_box_content .desktop {
	display: block;
}

.event_show_box_container .event_show_box_content .mobile {
	display: none;
}

.event_show_box_container .event_show_box_content {
	padding-left: 36%;
}
.event_show_box_container .show_date a {
	color: #000000;
	text-decoration: none;
}

.event_show_box_container .show_date {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000000;
}

.event_show_box_container .event_show_title a {
	color: #1baec3;
	text-decoration: none;
	display: block;
	line-height: 25px;
}

.event_show_box_container .event_show_title {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #1baec3;
	margin: 0px;
	min-height: 70px;
	clear: inherit;
}

.event_show_box_container .event_show_title .event_subtitle {
	font-size: 14px;
	line-height: 14px;
	text-transform: none;
}

.event_show_venue a {
	color: #1baec3;
	text-decoration: none;
}

.event_show_venue {
	font-size: 14px;
	color: #1baec3;
	font-weight: 400;
	margin: 0px;
	clear: inherit;
}

.event_show_box_container .sold_out_box {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin: 10px 0px 20px 0px;
	font-size: 14px;
	font-weight: 700;
}

.event_show_box_container a.buy_now:hover {
	background: #1baec3;
	text-decoration: none;
}

.event_show_box_container a.buy_now {
	background: #fff200;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	height: 20px;
	padding: 0px 5px;
	display: block;
	float: left;
	font-size: 14px;
	margin: 10px 0px 20px 0px;
}

.event_show_box_container span.buy_now_placeholder, .event_show_box_container a.buy_now_placeholder,
.all_shows span.buy_now_placeholder,
span.free_ticket {
	background: #e6e7e8;
	color: black;
	height: 20px;
	padding: 0px 5px;
	display: block;
	float: left;
	font-size: 14px;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.event_show_box_container a.buy_now_placeholder {
	margin: 10px 0px 0px 0px;
	
}

.venue_links_widget span.buy_now_placeholder {
	background: #e6e7e8;
	color: black;
	height: 13px;
	padding: 1px 3px;
	display: block;
	float: left;
	font-size: 9px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.event_box span.buy_now_placeholder {
	background: #e6e7e8;
	color: black;
	height: 20px;
	padding: 0px 5px;
	display: block;
	float: left;
	font-size: 13px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.event_show_box_container .show_date span {
	color: #000000;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	line-height: 14px;
}

/*venue map box*/

.map_box_right #map_canvas {
	width: 220px;
	margin-top: 0px;
}

.map_box_right #map_canvas img {
	display: block;
	width: 100%;
}

.map_box_left {
	max-width: 180px;
	width: 40%;
/*
	float: left;
	clear: left;
*/
}

.map_box_left .widget.widget_nav_menu {
	padding: 0px 0px 10px 0px;
	background: transparent;
}

.map_box_right {
	width: 50%;
	float: right;
}

.venue_pictures_box {
	padding-top: 20px;
}

.top_links_event {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 500;
}

.download_the_program {
	float: left;
	padding-right: 15px;
}

.social_box {
	float: left;
}

.social_box iframe {
	min-width: 80px;
}

.fb_edge_widget_with_comment {
	position: static!important;
}

.fb_iframe_widget span {
	position: static!important;
}

.top_singel_event_info {
	border-bottom: 1px solid #000;
}

.description_box {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
}

.content_page .download_the_program a {
	padding: 0px 5px;
	display: block;
	background: #1baec3;
	line-height: 24px;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}

.content_page.content_center.venue_main_column {
	font-size: 14px;
	line-height: 16px;
}

.content_page .map_box_left h2 {
	margin: 0px;
	background: none;
	font-size: 14px;
	padding: 0px;
	line-height: 16px;
	text-transform: none;
	float: none;
	max-width: 400px;
	margin: 0px auto;
}

.map_box {
	max-width: 449px;
	margin: 20px auto 0;
}

.sold_out_box {
	background: #000000;
	color: #ffffff;
	float: left;
	padding: 0px 5px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 7px;
}

.newsbox {
	margin-bottom: 30px;
}

.content_page .newsbox h2 {
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
	background: none;
	padding: 0px;
	text-transform: none;
}

.media_post_content a {
	color: #1baec3;
	font-size: 16px;
	font-weight: 700;
}
	
/*Bars and Restaurants*/

.content_right.venue_list_right_column {
	background: none;
	margin: 0px;
	padding: 0px;
	max-width: 170px;
	width: 20%;
}

.content_right.venue_list_right_column h2 {
	margin: 0px 0px 10px 0px;
}

.content_right.venue_list_right_column h3 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.content_right.venue_list_right_column h3 a {
	color: #1baec3;
	font-size: 14px;
	background: transparent;
	text-transform: none;
	float: none;
	margin: 0px;
	padding: 0px;
}

a .fc-event-inner.fc-event-skin {
	display: block;
}

.visit_page .slideshow_container,
.visit_page .slideshow_container .slideshow_content {}
 .visit_page .slideshow_container .slideshow_content img {
	width: 100%!important;
}

.slideshow_container,
.slideshow_container .slideshow_content {
	max-height: 600px;
}

/*.fc-header-right{
  display:none;
}

.fc-button-today .fc-button-inner{
  display:none;
}

#wpfc-filters{
  display:none;
}

div.fc-event.fc-event-skin{
  display:none;
}
*/

.venue_links_widget h2.title_venue {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.show_info_box h2 {
	font-size: 14px;
}

.content_left.venue_left_column .event_title h1 {
	font-size: 30px;
	background: none;
	color: #000000;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 0px;
	padding: 0px;
}

.content_left.venue_left_column .event_title h1.small {
	font-size: 20px;
	line-height: 20px;
}

.event_container {
	clear: both;
}

.show_info_box {
	padding-top: 10px;
	margin-right: 0px;
}

.content_left.event_left .show_info_box h2.mobile {
	display: none;
}

.content_left.event_left .show_info_box h2 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.show_info_box h2 .day_form {
	display: block;
}

.show_info_box h2 .date_month_form {
	display: block;
}

.show_info_box h2 .date_year_form {
	display: block;
}

.venue_right_column .venue_links_widget .show_info_box,
.venue_right_column .venue_links_widget .show_info_box:nth-child(2n) {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

/*
.show_info_box:nth-child(2n) {
	margin-right: 0px;
	float: right;
}

.show_info_box:nth-child(2n+1) {
	clear: both;
}
*/

.show_info_box a {
	font-size: 14px;
	font-weight: 700;
	padding: 0px 5px;
}

.content_left.event_left.venue_left_column {
	padding-bottom: 10px;
	position: absolute;
	bottom: auto;
	width: 220px;
	margin-right: 20px;
}

.content_left.event_left.venue_left_column.fixed_position_bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}

.visit_page .content_left {
	padding-bottom: 0px;
	position: absolute;
	bottom: auto;
}

.visit_page .content_left.fixed_position {
	position: fixed;
	top: 5px;
	bottom: auto;
}

.visit_page .content_left.fixed_position_bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}

.visit_page .content_center {
/* 	margin-left: 250px; */
	margin-bottom: 0px;
	max-width: inherit;
	width: inherit;
/* 	margin-right: 200px; */
}

/*
.visit_page .content_center {
	margin-left: 26%;
	margin-bottom: 0px;
}
*/

.show_info_box .sold_out_box {
	font-size: 14px;
	font-weight: 700;
}

.content_right.event_right_column {}
 .content_right.event_right_column .container {
	max-width: 140px;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	background: none;
}

.content_page h1 {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	padding: 0px 5px;
	background: #fff200;
	line-height: 27px;
	text-transform: uppercase;
	display: inline-block;
}

.content_page .map_box_left h2.map_box_title {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	padding: 0px 5px;
	background: #cada46;
	line-height: 27px;
	text-transform: uppercase;
	display: block;
	float: left;
}

.visit_page.page_header.content_page .text_box {
	padding: 40px 0px 0px 0px;
}

.visit_page.page_header.content_page .text_box h2 {
	margin: 0px 0px 20px 0px;
}

.content_page h2 {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin: 40px 0px 20px 0px;
	padding: 0px 5px;
	background: #fff200;
	line-height: 27px;
	text-transform: uppercase;
	display: inline-block;
}

.content_page h2.blue {
	background: #1baec3;
}

.content_page a {
	color: #1baec3;
	font-size: 14px;
	font-weight: 700;
}

.content_page span {
	font-weight: 700;
}

.content_page p,
.content_page li {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
/* 	clear: both; */
}

.content_page p:last-of-type,
.content_page li:last-of-type {
	margin: 0px;
}

.content_page p:last-of-type:first-of-type,
.content_page li:last-of-type:first-of-type {
	margin-bottom: 15px;
}

.visit_page .top_image {
	padding-bottom: 10px;
	clear: both;
	min-height: 700px;
}

.top_image >p {
	display: none;
}

.address_box {
	float: left;
	width: 40%;
}

.front_page_content .widget .phone_text {
	width: 100%;
}

.widget .phone_text {
	font-size: 12px;
	line-height: 14px;
	width: 200px;
}

.widget .phone_text div {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.widget .phone_text div.clearfix {
	float: none;
}

.phone_box {
	float: right;
	width: 50%;
}

.phone_box .content {
	clear: both;
	padding-bottom: 20px;
	font-size: 14px;
}

.media_box {
	padding-top: 0px;
}

.media_box p {
	margin: 0px;
}

.rental_box {
	padding-top: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.rental_box .content p {
	margin: 0px;
}

.rental_box .content {
	margin: 0px 0px 20px;
	;
}

.media_box .content {
	margin: 0px 0px 20px;
	;
}

/*event page*/

.related_blog_link_box {
	padding-top: 20px;
}

.related_blog_box {
	max-width: 137px;
	float: left;
	margin-right: 10px;
	min-height: 200px;
	margin-bottom: 10px;
}

.related_blog_box:nth-child(4n) {
	clear: both;
}

.related_blog_box:nth-child(3n) {
	margin-right: 0px;
}

.related_blog_box h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	background: transparent;
	margin: 0px;
	font-weight: 400;
	text-transform: none;
	margin-top: 7px;
}

.bar_thumb {
	max-width: 137px;
	float: left;
	margin-right: 10px;
	min-height: 280px;
}

.bars_restaurants {
	padding-top: 20px;
}

.sponsors_box {
	padding-top: 20px;
}

.bar_thumb h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	background: transparent;
	margin: 0px;
	font-weight: 400;
	text-transform: none;
	margin-top: 7px;
}

.bar_thumb p {
	margin: 0px;
}

.sponsor_thumb {
	float: left;
	max-width: 62px;
	max-height: 62px;
	margin-right: 13px;
	margin-bottom: 13px;
}

.sponsor_thumb:nth-child(6n) {
	margin-right: 0px;
}

.sponsor_thumb:nth-child(6n+1) {
	clear: both;
}

.sponsor_thumb img {
	max-width: 62px;
	max-height: 62px;
}

.embed_video {
	padding-top: 20px;
	padding-bottom: 20px;
}

.embed_audio {
	margin-bottom: 20px;
}

.embed_audio p {
	margin: 0px;
}

.event_show_box:last-of-type {
	border-bottom: 0px;
}

.link_map {
	color: #1BAEC3;
	display: block;
	font-size: 14px;
	font-weight: 700;
}

.event_links_widget h2.event_box_right_title {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	max-width: 140px;
	text-transform: uppercase;
	line-height: 18px;
}

.content_right .event_show_box a.buy_now {
	background: #fff200;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 5px;
}

.content_right .event_show_box a.buy_now:hover {
	background: #1baec3;
}

.content_right .event_links_widget .show_date a {
	color: #1BAEC3;
}

.content_right .event_links_widget a {
	margin: 0px;
	padding: 0px;
	background: none;
}

.show_date {
	font-size: 14px;
	color: #1baec3;
	font-weight: 700;
	text-transform: uppercase;
}

.event_show_box {
	border-bottom: 1px solid #000;
	padding: 20px 0px 20px 0px;
}

.event_show_box h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin: 0px;
	text-transform: uppercase;
}

.view_box a {
	background: none;
	color: #1baec3;
	font-size: 14px;
	font-weight: 700;
	display: block;
	line-height: 16px;
	text-transform: uppercase;
}

/*calendar events*/

#wpfc-calendar-wrapper .fc-header-title h2 {
	font-size: 20px!important;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

table.fc-header {
	margin-bottom: 15px;
}

.fc-header .fc-button {
	margin: 0px;
	border: 0px;
	background: none;
}

.fc-state-default .fc-button-effect {
	display: none;
}

.fc-state-default,
.fc-state-default .fc-button-inner {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: none;
}

.fc-button.fc-button-next {
	margin-left: 10px;
}

.fc-button-next .fc-button-content {
	padding: 0px;
	background: none;
	height: 14px;
	width: 10px;
	text-indent: -999999px;
	background: transparent url("images/calendar_arrow_right.png") 0px 0px no-repeat;
	display: block;
	margin-top: 3px;
}

.fc-button-prev .fc-button-content {
	padding: 0px;
	background: none;
	height: 14px;
	width: 10px;
	text-indent: -999999px;
	background: transparent url("images/calendar_arrow_left.png") 0px 0px no-repeat;
	display: block;
	margin-top: 3px;
}

.fc-button-prev .all_shows .event_box {
	float: left;
	width: 23%;
	margin-right: 2.33%;
}

.fc-view table {
	border: 0px!important;
	border-top: 1px solid #000000!important;
	margin-bottom: 7px;
}

#wpfc-calendar-wrapper .fc-view table th {
	font-size: 20px!important;
}

.fc-view table th {
	border: 0px!important;
	font-weight: 400;
	font-size: 14px;
	max-width: 80px;
	width: 80px!important;
	padding-top: 17px;
	padding-bottom: 7px;
}

.fc-view {
	border-bottom: 1px solid #000000!important;
	margin-bottom: 20px;
}

.fc-view table td {
	border: 0px!important;
	font-weight: 400;
	font-size: 14px!important;
}

.fc-view div a.fc-event {
	display: none;
}

.all_shows .event_box {
	float: left;
	width: 23%;
	margin-right: 2.15%;
	padding-top: 40px;
	max-width: 140px;
}

.front_page .all_shows ul,
ul#all_shows {
	margin: 0px;
	padding: 0px;
}

.front_page .all_shows ul li,
.front_page ul#all_shows li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 23%;
	margin-right: 2.15%;
	padding-top: 0px;
	max-width: 155px;
}

.front_page .all_shows ul li .event_box,
.front_page ul#all_shows li .event_box {
	width: 155px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	max-width: 155px;
}

.all_shows .event_box:nth-child(1),
.all_shows .event_box:nth-child(2),
.all_shows .event_box:nth-child(3),
.all_shows .event_box:nth-child(4) {
	padding-top: 0px;
}

.site-content.two-column #content {
	min-height: 700px;
}

.site-content.calendar_page_content #content {
	padding: 0px;
	background: none;
	min-height: 500px;
}

.site-content.two-column {
	min-height: 500px;
}

.archive .two-column .content_left,
.category .two-column .content_left,
.single .two-column .content_left,
.blog .two-column .content_left {
	min-height: 20px;
	width: 220px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.content_left.calendar_page {
	background: none;
	min-height: 20px;
	width: 220px;
	margin: 0px;
	position: absolute;
	top: 0px;
}
#content.fixed .content_left.calendar_page {
	position: fixed;
	top: 197px;
}

.fixed_spacer {
	display: none;
}
	
.calendar_page_container h1 {
	background-color: #1BAEC3;
}

.content_left.calendar_page .widget {
	margin: 0px;
	padding: 0px;
}

.select_button a,
.media_page_box .calendar_form .select_button input {
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
	background: #000;
}

.mobile.select_title {
	display: none;
}

.calendar_form h2 {
	text-transform: uppercase;
}

.venue_box,
.genre_box,
.month_box,
.select_box_calendar_select_box {
	width: 180px;
	margin-bottom: 10px;
	border: 1px solid #1baec3;
	background: #ffffff url("images/arrow_right.png") right 0px no-repeat;
	height: 18px;
	overflow: hidden;
}

.calendar_form select {
	font-size: 12px;
	text-transform: uppercase;
	width: 200px;
	max-width: 200px;
	border: 0px;
	background: transparent;
	border-radius: 0px;
	color: #000;
}

.calendar_form .keyword_field input {
	border: 1px solid #1baec3;
	padding: 0px 5px;
}

.calendar_form input {
	font-size: 14px;
	width: 94%;
	margin-bottom: 10px;
	display: block;
}

.media_page_box .calendar_form {
	background: #cada46;
	color: #fff;
	background: #000;
}

.media_page_box a.mail_link {
	padding: 0px;
	margin: 0px;
	color: #1BAEC3;
	font-weight: 700;
	background: none;
	font-size: 14px;
	line-height: 14px;
}

.media_page_box input[type="password"] {
	margin: 0px;
}

.media_page_box input {
	max-width: 110px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	height: 20px;
	display: block;
	text-transform: none;
}

.media_page_box input[type="submit"] {}
 .contact_box_section {
	font-size: 14px;
	line-height: 16px;
	padding-top: 15px;
}

.contact_box_section span {
	color: #1baec3;
	font-weight: 700;
}

.calendar_form {
	background: transparent url("images/left_box_back.png") 0px 0px repeat;
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 10px;
	padding-left: 4.54%;
	padding-right: 4.54%;
	padding-top: 10px;
	margin-bottom: 40px;
}

.month_box_div {
	display: none;
}

.select_box .genre_box,
.select_box .venue_box,
.select_box .month_box {
	overflow: hidden;
}

.menu-view-all-shows-container ul {
	float: left;
}

.menu-view-all-shows-container:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.select_box_calendar {
	position: relative;
	z-index: 5;
}

.select_button {
	float: left;
}

.select_button a,
.media_page_box .calendar_form .select_button input {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	float: none;
	display: block;
	font-weight: 700;
}

.select_button a:hover,
.media_page_box .calendar_form .select_button input:hover {
	color: #a5e0ee;
}

.media_page_box .calendar_form .select_button input {
	margin-top: 7px;
	margin-bottom: 0;
	height: auto;
}

.all_shows .event_box:nth-child(4n) {
	margin-right: 0px;
}

.all_shows .event_box:nth-child(4n+1) {
	clear: both;
}

.all_shows .selected_date span {
	font-size: 18px;
	display: block;
	line-height: 18px;
	font-weight: 700;
}

.all_shows .selected_date {
	font-weight: 700;
	font-size: 34px;
	text-transform: uppercase;
	line-height: 34px;
	margin-bottom: 30px;
}

.all_shows .event_time_box a {
	color: #000000;
	text-decoration: none;
}

.all_shows .event_time_box {
	font-size: 26px;
	line-height: 27px;
	font-weight: 700;
}

.all_shows .event_box_titles {
	min-height: 140px;
}

.all_shows .venue_name a {
	color: #000000;
	text-decoration: none;
}

.all_shows .venue_name {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

#menu-view-all-shows a {
	padding: 0px 5px;
	line-height: 22px;
}

#wpfc-calendar-wrapper .fc-grid .fc-day-number {
	padding: 0px;
	width: 50px;
	height: 50px;
	float: none;
	font-size: 34px!important;
	line-height: 50px;
	text-align: center;
	margin: 0px auto;
}

#wpfc-calendar-wrapper .fc-grid .fc-day-number a {
	font-size: 34px!important;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	color: #1baec3;
}

#wpfc-calendar-wrapper .fc-grid .fc-day-number.linked_day.selected_clicked_day a {
	color: #ffffff;
}

#wpfc-calendar-wrapper .fc-grid .fc-day-number.linked_day.selected_clicked_day {
	background-color: #1BAEC3;
}

#wpfc-calendar-wrapper .fc-grid .fc-today .fc-day-number.linked_day {
	background-color: #1BAEC3;
}

#wpfc-calendar-wrapper .fc-grid .fc-today .fc-day-number.linked_day,
#wpfc-calendar-wrapper .fc-grid .fc-today .fc-day-number a {
	color: #fff;
	font-weight: 400;
}

.fc-state-highlight.fc-today {
	background: none;
}

.fc-state-highlight.fc-today .fc-day-number {
	background: #ccc;
	font-weight: 400;
	border-radius: 25px;
}

.fc-widget-content >div {
	height: 50px;
}

.fc-grid .fc-day-content {
	display: none;
}

.all_shows .event_subtitle a {
	color: #1baec3;
	text-decoration: none;
	font-weight: 700;
}

.all_shows .event_subtitle {
	font-size: 14px;
	line-height: 16px;
	color: #1baec3;
}

.all_shows .event_name a {
	color: #1baec3;
	text-decoration: none;
	display: block;
	line-height: 20px;
	font-size: 19px;
}

.all_shows .event_name {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	color: #1baec3;
	text-transform: uppercase;
}

.all_shows .sold_out_box {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0px;
}

.all_shows a.buy_now:hover {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #1BAEC3;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
}

.all_shows a.buy_now {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF200;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #000000;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	text-transform: uppercase;
}

.all_shows span.free_ticket {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	text-transform: uppercase;
}

.all_shows .buy_now_missing {
	color: #000000;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	text-transform: uppercase;
}

.content_page {
	padding-top: 10px;
}
/*rental page*/

.content_page .rental_top_links_box p:last-of-type {
	margin-bottom: 15px;
}

/*front page*/

.front_page .content_center {
	width: 100%;
	max-width: 1246px;
	float: none;
}

.front_page .content_center .front_page_content .left_content {
	width: 680px;
	float: left;
}

.front_page .content_center .front_page_content .selected_event {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 17px;
}

.front_page .content_center .front_page_content .right_content {
	width: 240px;
	float: right;
}

body.home.page {
	background: #F2F2F2;
}

.calendar_box .widget.widget_text:first-child,
.front_page .content_center .front_page_content .right_content .calendar_box .widget.widget_text:first-child {
	margin-bottom: 10px;
}

.front_page .content_center .front_page_content .right_content .calendar_box .widget.widget_text:last-child {}
 .calendar_box .widget.widget_text,
.front_page .content_center .front_page_content .right_content .calendar_box .widget.widget_text {
	background: #f2f2f2;
	padding: 10px 10px 11px 10px
}

.calendar_box #wpfc-calendar-wrapper table,
.front_page .content_center .front_page_content .right_content .calendar_box #wpfc-calendar-wrapper table {
	margin: 0px;
}

.calendar_box #wpfc-calendar-wrapper .fc-grid .fc-day-number {
	font-size: 15px!important;
	width: 28px;
	height: 28px;
	line-height: 28px;
}

.calendar_box #wpfc-calendar-wrapper .fc-grid .fc-day-number a {
	font-size: 15px!important;
	line-height: 28px;
}

.front_page .content_center .front_page_content .right_content .calendar_box #wpfc-calendar-wrapper .fc-grid .fc-day-number {
	font-size: 20px!important;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.front_page .content_center .front_page_content .right_content .calendar_box #wpfc-calendar-wrapper .fc-grid .fc-day-number a {
	font-size: 20px!important;
	color: #1baec3;
	line-height: 35px;
	font-weight: 700;
}

.front_page .content_center .front_page_content .right_content .calendar_box #wpfc-calendar-wrapper .fc-grid .fc-today .fc-day-number.linked_day {
	background: #1BAEC3;
}

.front_page .content_center .front_page_content .right_content .calendar_box #wpfc-calendar-wrapper .fc-grid .fc-today .fc-day-number.linked_day a {
	font-weight: 700;
}

#wpfc-calendar-wrapper .fc-grid .fc-today .fc-day-number.linked_day a {
	font-weight: 700;
}

.front_page .content_center .front_page_content .right_content .calendar_box #wpfc-calendar-wrapper .fc-grid .fc-today {
	font-weight: 400;
}

.front_page .content_center .front_page_content .right_content .calendar_box #wpfc-calendar-wrapper .fc-grid .fc-today a {
	color: #fff;
	font-weight: 400;
}

.calendar_box #wpfc-calendar-wrapper .fc-header-title h2,
.front_page .content_center .front_page_content .right_content .calendar_box #wpfc-calendar-wrapper .fc-header-title h2 {
	font-size: 18px!important;
	color: #1baec3;
	font-weight: 700;
	float: left;
}

.calendar_box #wpfc-calendar-wrapper .fc-content * {
	border: 0px;
	font-size: 12px!important;
}

.calendar_box th.fc-widget-header,
.front_page .content_center .front_page_content .right_content .calendar_box th.fc-widget-header {
	font-size: 18px;
	font-weight: 700;
	padding: 0px;
}

.calendar_box .fc-view,
.front_page .content_center .front_page_content .right_content .calendar_box .fc-view {
	border: 0px!important;
	margin: 0px;
}

.calendar_box .fc-view table,
.front_page .content_center .front_page_content .right_content .calendar_box .fc-view table {
	border: 0px!important;
}

.calendar_box .fc-widget-content > div {
	min-height: 10px!important;
	height: 28px;
}

.front_page .content_center .front_page_content .right_content .calendar_box .fc-widget-content > div {
	min-height: 10px!important;
	height: 35px;
}

.site-content.two-column .calendar_box .calendar_link {
	float: left;
}

.site-content.two-column .calendar_box .calendar_link a {
	/*
  text-indent:-999999px;
  background:transparent url("images/view_calendar_img.png") 0px 0px no-repeat;
  */
	
	width: auto;
	height: 23px;
	color: #000000;
	display: block;
	float: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #1BAEC3;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

a .events_page_calendar_box {
	display: none;
}

a .front_page_calendar_box {
	display: none;
}

.calendar_page_container a .events_page_calendar_box,
.front_page a .front_page_calendar_box {
	display: block;
}

.front_page .content_center .front_page_content .right_content .calendar_box .calendar_link a,
.fc-header-title a h2 {
	color: #1baec3;
}

.calendar_box .calendar_link,
.front_page .content_center .front_page_content .right_content .calendar_box .calendar_link {
	padding-top: 10px;
	color: #1baec3;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.front_page .places_box {
	float: left;
	width: 629px;
}

.front_page .places_box h2 {
	text-transform: uppercase;
}

.front_page .front_page_content {
}

.calendar_page_container .calendar_box .tickets_box {
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
	line-height: 20px;
}

.front_page .content_center .front_page_content .right_content .calendar_box .tickets_box {
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
	line-height: 20px;
}

.calendar_page_container .calendar_box .phone_text {
	padding-top: 0px;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
}

.front_page .content_center .front_page_content .right_content .calendar_box .phone_text {
	padding-top: 0px;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}

.front_page .social_box_container {
	width: 240px;
	float: right;
}

.front_page .box_twitter_container a {
	color: #1baec3;
}

.front_page .box_twitter_container p {
	margin: 0px;
	padding: 0px;
}

.front_page .all_shows .event_box {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.front_page .box_twitter_container small {
	font-size: 12px;
	font-style: italic;
}

.places_box .places_box_image {
	float: left;
}

.front_page .places_box_text_widget {
/*
	width: 100%;
	float: left;
*/
}

.front_page .places_box_text_widget li {
	padding-bottom: 15px;
}

.front_page .places_box_text_widget li:first-child a {
	font-weight: 700;
}

.front_page .places_box_text_widget li a {
	font-size: 18px;
	line-height: 20px;
	color: #1baec3;
	text-decoration: none;
	background: none;
	text-transform: none;
}

.front_page .places_box_text_widget .widget-title {
	display: none;
}

.all_shows .selected_date {
	padding-left: 0px;
}

/*
#slideshow {
	position: relative;
	width: 100%;
	min-width: 320px;
	height: 360px;
	float: left;
	z-index: 100;
}
*/

#slideshow {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom: 58px;
}

#slideshow:after {
  padding-top: 30%;
  display: block;
  content: '';
}

#pl_slideshow {
	position: relative;
	width: 940px;
	min-width: 940px;
	/*  height:100%; */
	
	float: left;
	z-index: 100;
}

#slideshow #nav {
	/*   background:transparent url(images/control_back.jpg) 0px 0px no-repeat; */
	
	background: black;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	z-index: 1000;
	text-indent: -99999px;
}

#slideshow #nav a {
	width: 25%;
	height: 10px;
	display: block;
	float: left;
	outline: none;
}

#slideshow #nav a.activeSlide {
	background: #000000!important;
	;
	width: 25%;
	height: 10px;
}

ul#cycle {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

ul#cycle li {
	display: inline;
	opacity: 0;
	display: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
}

ul#cycle li:first-child {
	opacity: 1;
	display: inline;
}

ul#cycle li a.slide {
	background-image: url(/wp-content/uploads/2016/10/hmr.jpg);
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	min-height: 51px;
}

ul#cycle li a.buy_now {
	width: auto;
}

.front_page_header {
	/*  background:transparent url("images/header_top_image.png") 0px 0px no-repeat;*/
}

ul#cycle li .caption .link_button {
	position: absolute;
	right: 10px;
	top: 17px;
	height: 30px;
	text-align: right;
}

ul#cycle li .caption .link_button a {
	background-color: #FFF200;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #000000;
	display: inline-block;
	right: 0px;
	font-size: 1.7vw;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0.2vw 0.4vw;
}
ul#cycle li .caption .link_button span.free_ticket {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	text-transform: uppercase;
}

ul#cycle li .caption .link_button .sold_out_box {
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
}

ul#cycle li .caption .link_button a:hover {
	background-color: #1baec3;
}

ul#cycle li .caption {
	padding: 4px 0px 4px;
	background: #000000;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: -58px;
	min-height: 50px;
}

ul#cycle li .pl.caption {
	background: #58585b;
	bottom: 0px;
	border-bottom: 9px #58585b solid;
}

ul#cycle li .caption .event_date {
	font-size: 1.5vw;
	font-weight: 700;
	padding-left: 10px;
	color: #ffffff;
}

ul#cycle li .caption h2 {
	font-size: 2.1vw;
	line-height: 2.3vw;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 190px
}

ul#cycle li img {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}

.instagram_header {
	padding-bottom: 10px;
}

.twitter_header {
	padding-bottom: 5px;
}

.instagram_header .instagram_left,
.twitter_header .twitter_left {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 700;
}

.instagram_header .instagram_left span,
.twitter_header .twitter_left span {
	color: #1baec3;
	font-weight: 700;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}

.instagram_header .instagram_left,
.twitter_header .twitter_left {
	float: left;
	max-width: 130px;
}

.instagram_header .follow_button,
.twitter_header .follow_button {
	float: right;
	margin-top: 12px;
}

.instagram_header .follow_button a,
.twitter_header .follow_button a {
	padding: 0px 5px;
	background: #1baec3;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}

.front_page .box_twitter_container {
	background: #f8f8d1;
	padding: 10px 10px 20px 10px;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}

.box_instagram_container {
	margin-bottom: 0px;
}

.front_page .instagram_box {
	background: #f8f8d1;
	padding: 10px 10px 0px 10px;
}

.site-content.front_page #content {
	background: none;
	margin: 0px;
}

.site-content.front_page .all_shows .selected_date a,
.search .all_shows .selected_date a,
.error404 .all_shows .selected_date a {
	color: #000000;
	text-decoration: none;
}

.site-content.front_page .all_shows .selected_date,
.search .all_shows .selected_date,
.error404 .all_shows .selected_date {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
	padding-left: 0px;
}

.site-content.front_page .all_shows .selected_date span,
.search .all_shows .selected_date span,
.error404 .all_shows .selected_date span {
	font-size: 14px;
}

.site-content.front_page .all_shows .selected_date span.date_info,
.search .all_shows .selected_date span.date_info,
.error404 .all_shows .selected_date span.date_info {
	padding-bottom: 5px;
}

.event_show_box_container.today_box .hover_box,  /* dahlia changed all event_box.today_box to event_box_media.today_box */
.event_box_media.today_box .hover_box,
.site-content.front_page .all_shows .event_box_media.today_box .hover_box,
.search .all_shows .event_box_media.today_box .hover_box,
.error404 .all_shows .event_box_media.today_box .hover_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent url("images/today_circle.png") center center no-repeat;
	display: block;
}

.event_show_box_container.today_box .event_thumb:hover .hover_box,
.event_box.today_box .event_thumb:hover .hover_box,
.site-content.front_page .all_shows .event_box.today_box .event_thumb:hover .hover_box,
.search .all_shows .event_box.today_box .event_thumb:hover .hover_box,
.error404 .all_shows .event_box.today_box .event_thumb:hover .hover_box {
	background: transparent url("images/today_circle.png") center center no-repeat;
	background-color: rgb(127, 201, 211);
	background-color: rgba(127, 201, 211, 0.7);
}

.media_kit_content select {
	border: 1px solid #1BAEC3;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	min-width: 200px;
}

.media_kit_item {
	float: left;
	width: 48%;
	margin-right: 1%;
}

.media_kit_download_all {
	margin: 3px 0;
	padding-bottom: 10px;
}

.media_kit_download_all a {
	background: none repeat scroll 0 0 #000000;
	padding: 2px;
	text-transform: uppercase;
}

.blog .content_center .slideshow_container,
.blog .content_center .slideshow_container .slideshow_content {
	height: 100%;
}

.banner_big .message_n div {
	padding: 10px;
	font-size: 27px;
	line-height: 29px;
	color: #fff;
	font-weight: 700;
}

.content_right .widget .widget_newsletterwidget .message_n1 div,
.widget_newsletterwidget .message_n1 div {
	background: #fff;
	position: absolute;
	top: 90px;
	left: 10px;
	font-weight: 400;
	font-size: 10px;
}

.banner_page_box .newsletter_widget_box_content .widget_newsletterwidget .message_n1 div {
	background: #fff;
	position: absolute;
	top: 90px;
	left: 10px;
}

.content_right .widget .widget_newsletterwidget .message_n div {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.banner_page_box .newsletter_widget_box_content .widget_newsletterwidget .message_n div {
	padding: 10px;
}

.content_right .message_n div,
.banner_small .message_n div {
	padding: 10px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
}

.content_right .message_n,
.message_n {
	display: none;
	width: 100%;
	background: transparent url("images/newsletter_back_img.png") 0px 0px repeat-y;
	color: black;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 50px;
	height: 100%;
	padding: 0px;
	text-transform: none;
}

.error404 .featured_events_display_content,
.search .featured_events_display_content {
	clear: both;
	border-top: 1px solid black;
	padding-top: 15px;
	margin-top: 20px;
}

#googleMap {
	height: 250px;
}

.content_right .lwa-status-invalid a {
	float: none;
	background: none;
	padding: 0px;
	display: inline;
	margin: 0px;
	font-size: 14px;
	color: #1BAEC3;
}

.gram a {
	float: left;
	padding: 0 10px 10px 0;
}

.gram a:nth-last-child {
	padding-right: 0;
}

#newsletterSubscribeConfirm {
	position: fixed;
	top: 350px;
	z-index: 99999;
	width: 100%;
	display: none;
}

#newsletterSubscribeConfirm div.inner {
	background: #cada46;
	padding: 40px;
	box-shadow: 15px 15px 15px rgba(1, 1, 1, 0.4);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	width: 290px;
	margin: 0px auto;
}

#newsletterSubscribeConfirm .newsletter-submit {
	background: #1baec3;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px 5px;
	font-weight: 700;
	margin-top: 10px;
	bottom: 10px;
	left: 10px;
	color: black;
}

#newsletterSubscribeConfirm .newsletter-cancel {
	background: #aebabc;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px 5px;
	font-weight: 700;
	margin-top: 10px;
	bottom: 10px;
	left: 10px;
	color: black;
}

ul.headers {
	margin: 0px;
	padding: 0px;
}

ul.headers li {
	display: inline-block;
	background: #cada47;
	color: black;
	padding: 2px 7px;
	margin-right: 3px;
	margin-bottom: 5px;
	cursor: pointer;
}

ul.headers li:hover {
	color: white;
}

ul.headers li.current {
	background: #00aeef;
}

div.tabDivs {
	display: none;
}

div.tabDivs.current {
	display: block;
}

div.expanding div.expandingSection {
	display: none;
}

div.expanding {
	font-size: 13px;
}

div.expanding .expandingContainer {
	padding: 4px 19px 1px 10px;
}

div.expanding .expandingContainer.open {
	background: rgba(0, 0, 0, 0.02);
}

div.expanding a.expandingHeader {}
 div.expanding .expandingSection {}
 div.expanding .header,
div.expanding a.expandingHeader {
	font-size: 1.1em;
	font-weight: bold;
}

div.expanding a {
	color: #05A5BD;
}

a.asHeader {
	color: black;
}

a.asHeader:hover {
	color: #05A5BD;
}

.top_menu_box {
	background: #000000;
	position: relative;
}

.promoCodeMenuItem input {
	display: inline;
}

.widget #promoCodeMenuItem {
	padding-left: 20px;
}

.promoCodeMenuItem input[type=text] {
	font-size: 12px;
	padding: 0px 3px;
}

.promoCodeMenuItem input.button3 {
	cursor: pointer;
	background-image: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: #fff200;
	background-size: initial;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(205, 221, 63);
	border-right-color: rgb(205, 221, 63);
	border-bottom-color: rgb(205, 221, 63);
	border-left-color: rgb(205, 221, 63);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	padding: 2px;
}

div#mobilesignup {
	width: 231px;
	position: fixed;
	background: #cada47;
	top: 20px;
	z-index: 200000;
	padding: 10px 20px 20px 20px;
	border: 1px solid black;
	box-shadow: 10px 10px 10px rgba(1, 1, 1, 0.2);
	border-radius: 4px;
	margin: 0px auto;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

div#mobilesignup input[type="email"] {
	width: 212px;
	padding: 1px 5px;
	border: 1px solid #888;
}

div#mobilesignup p {
	line-height: 17px;
	margin: 10px 0px;
}

div#mobilesignup p.small {
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0px;
}

div#mobilesignup p.darkgrey {
	color: #555;
}

.consentBox input {
	float: left;
	margin: 0px 8px 4px 0px;
	font-size: 30px;
}

div#mobilesignup input[type="submit"] {
	float: right;
	text-transform: uppercase;
	padding: 3px 8px;
	font-weight: bold;
	color: black;
	background-color: yellow;
	margin-left: 10px;
}

div#mobilesignup input.cancel[type="submit"] {
	background-color: #F2F2F2;
	color: #5F5F5F;
}

.event_right_column span.buy_now_placeholder {
	background: #ccc;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 5px;
	display: block;
	float: left;
}

#post-6925 h1.entry-title {
	background-color: #EC008C;
}

#post-7123 h1 {
	background-color: #000;
	color: #fff;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	text-transform: uppercase;
}

#post-7123 h1 a {
	color: white;
}

#post-7298 h1 {
	background-color: #000;
	color: #fff;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	text-transform: uppercase;
}

#post-7298 h1 a {
	color: white;
}

/* ------------------------------------- Parking lot stuff ------------------------------------- */

.parking_lot_header ul#cycle {
	height: 334px;
}

.parking_lot_header ul#cycle li {
	height: 334px;
	background: #58585b;
}

.parking_lot_page .widget {
	margin-bottom: 10px;
}

.parking_lot_page h1 {
	position: relative;
	background: none;
	padding: 10px 18px;
}

.parking_lot_page h1 .inner .leftside {
	width: 12px;
	background-image: url(css/img/parkinglotborders/leftside1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
}

.parking_lot_page h1 .inner .rightside {
	width: 12px;
	background-image: url(css/img/parkinglotborders/rightside1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.parking_lot_page h1 .inner .middleside {
	background-image: url(css/img/parkinglotborders/middleside1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 12px;
	bottom: 0px;
	right: 12px;
}

.parking_lot_page h1 .text {
	position: relative;
}

.parking_lot_page h1:first-child .inner .leftside {
	background-image: url(css/img/parkinglotborders/leftside2.png);
}

.parking_lot_page h1:first-child .inner .rightside {
	background-image: url(css/img/parkinglotborders/rightside2.png);
}

.parking_lot_page h1:first-child .inner .middleside {
	background-image: url(css/img/parkinglotborders/middleside2.png);
}

.parking_lot_page td {
	padding: 0px;
}

.parking_lot_header .imageHeader {
	width: 100%;
}

.parking_lot_header .parking_lot_logo {
	display: inline-block;
	background-image: url(css/img/parkinglot-logo.png);
	width: 116px;
	height: 116px;
	background-size: 100% 100%;
	margin: 10px;
}

.slideshowGoLeft,
.slideshowGoRight {
	width: 130px;
	height: 80%;
	position: absolute;
	top: 0px;
	opacity: 0.2;
	background-size: 80px 80px;
	background-position: 0px 37%;
	background-repeat: no-repeat;
	z-index: 1000;
}

.slideshowGoLeft:hover,
.slideshowGoRight:hover {
	opacity: 0.8;
}

.slideshowGoLeft {
	background-image: url(css/img/goLeft.png);
	left: -20px
}

.slideshowGoRight {
	background-image: url(css/img/goRight.png);
	right: -20px;
	background-position: 50px 37%;
}

#slideshow .slideshowGoLeft,
#slideshow .slideshowGoRight {
	width: 80px;
	height: 70%;
	position: absolute;
	top: 0px;
	opacity: 0.1;
	background-size: 40px 40px;
	background-position: 10px 37%;
	background-repeat: no-repeat;
	z-index: 1000;
}

#slideshow .slideshowGoLeft:hover,
#slideshow .slideshowGoRight:hover {
	opacity: 0.8;
}

#slideshow .slideshowGoLeft {
	background-image: url(css/img/goLeft.png);
	left: 0px
}

#slideshow .slideshowGoRight {
	background-image: url(css/img/goRight.png);
	right: 0px;
	background-position: 30px 37%;
}

#twitter-widget-0 {
	position: absolute !important;
	visibility: visible !important;
	width: 62px;
	height: 20px;
	padding-top: 10px;
	display: inline-block;
	top: 0px;
}

.content_page a.export-event-button {
	position: inherit;
	margin-left: 67px;
	color: white;
	background-color: #1B9FE0;
	padding: 2px 7px 1px 24px;
	border-radius: 4px;
	font-size: 12px;
	background-image: url(css/img/calendar.png);
	background-size: 14px 14px;
	background-position: 4px 3px;
	background-repeat: no-repeat;
	position: absolute;
	top:10px;
}

#main a.buy_now.limited,
ul#cycle li .caption .link_button a.limited {
	background-color: #1BAEC3;
	height: inherit;
}

.show_info_box a.buy_now.limited {
	font-size: 12px;
}

.entry-summary a {
	color: #1baec3;
}

.let_us_entertain_you {
	padding-top: 24px;
	text-align: center;
}

.let_us_entertain_you img {
	display: inline;
}

.event_container.mstyle {
	position: relative;
}

.front_page .all_shows_mstyle .inner {
	overflow: hidden;
}
.front_page .all_shows_mstyle ul {
	margin: 0px;
	padding: 0px;
	list-style: disc;
}

.front_page .all_shows_mstyle ul li {
	display: table-cell;
	margin: 0px;
	padding: 10px;
	width: 280px;
}

.all_shows_mstyle .event_thumb_img a img {
	display: block;
	border: 0px;
	width: 294px;
	height: 294px;
	max-width: inherit;
}

/*
.all_shows_mstyle .event_thumb_img a img {
	display: block;
	border: 0px;
	object-fit: cover;
	width: 294px;
	height: 192px;
	max-width: inherit;
}
*/

.all_shows_mstyle .event_box_text_content a {
	text-transform: uppercase;
	color: white;
	background: black;
	padding: 2px 4px;
	margin: 1px;
	display: inline-block;
}

.all_shows_mstyle .event_box_text_content .event_name a {
	background: #FFF200;
	color: black;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding: 0px 4px 0px 3px;
	line-height: 24px;
}

.all_shows_mstyle .event_box_text_content .event_subtitle a {
	background: #FFF200;
	color: black;
	font-size: 12px;
	text-transform: inherit;
}

.all_shows_mstyle .event_box_text_content .selected_date a {
	background: #1baec3;
	font-size: 12px;
}

.all_shows_mstyle .event_box_text_content a.call_boxoffice {
	display: none;
}

.citsCarouselDiv .slideshowGoLeft, .citsCarouselDiv .slideshowGoRight {
	background-size: 40px 40px;
	width:60px;
}

.citsCarouselDiv .slideshowGoLeft {
	background-position-x: 0px;
	left: -23px;
}

.citsCarouselDiv .slideshowGoRight {
	background-position-x: 20px;
	right: -33px;
}

.citsCarouselUl .event_thumb {
	position: inherit;
	width: inherit;
	left: 0px;
	top: 0px;
}

#pForm {
	margin: 0 13px 0 10px;
	zoom: 1.2;
}

#pForm input[type="text"] {
	width: 150px;
}

.top_picture_box {
	height: 370px;
	background-size: cover;
}

ul#menu-mobile-footer-menu li {
	display: inline-block;
}

ul#menu-mobile-footer-menu li a {
	padding: 8px;
}

.linebreak {
	height: 1px;
	background: black;
	margin: 20px 27px;
}

.frontpage_ads {
	text-align: center;
}

.frontpage_ads .banner_big {
	display: inline-block;
	margin: 10px;
}

.frontpage_ads .banner_big img.attachment-full.size-full {
	width: 606px;
}

.frontpage_ads .banner_big.banner_type_big img.attachment-full.size-full {
    width: 1236px;
}
.event_page_image {
	width: 100%;
	padding-top: 36%;
	background-size: cover;
	background-position: center center;
	margin-bottom: 20px;
}

h2.map_box_title {
	clear: inherit;
	margin: 0px 0px 35px;
}

#content a.cits_button {
	display: inline-block;
	background: #fff200;
	text-transform: uppercase;
	margin: 4px 5px 4px 0;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 700;
	color: black;
}

#content a.cits_button.message_us {
}

#content a.cits_button.message_us span.facebook_logo {
	background-image: url(css/img/facebook32.png);
	width: 16px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 0px 3px;
	display: inline-block;
	margin: 0px 3px;
}
.content_page h2 a {
	font-size: inherit;
	color: inherit;
}

.fb_iframe_widget {
	margin-right: 3px;
}

.event_show_box_container .event_buttons a.buy_now {
	margin: 0px 0px 4px 0px;
}

.event_show_box_container a.more_info_button {
	background: #fff200;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	height: 20px;
	padding: 0px 5px;
	display: block;
	float: left;
	font-size: 14px;
	margin: 0px 0px 4px 4px;
}

.event_links_widget .event_thumb {
	position: inherit;
	float: inherit;
}

#content .citsCarouselUl a.message_us.cits_button {
	background: black;
	color: white;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0px;
	padding: 2px 5px 0px;
}

#content .citsCarouselUl a.cits_button.message_us span.facebook_logo {
	background-image: url(css/img/facebook32i.png);
	width: 14px;
	background-size: 13px 13px;
	background-position: 0px 2px;
}

.site-content.calendar_page_container .content_center {
	padding-right: 0px;
}

.visit_page .slideshow {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom: 0px;
}

.visit_page .slideshow:after {
  padding-top: 71.42857%;
  display: block;
  content: '';
}

.visit_page .slideshow .slide {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
	background-size: contain;
}

.visit_page .slideshow .slide:first-child {
	display: block;
}


.visit_page .slideshow .vu-slideshowGoLeft {
    background-position: -19px 0;
    background: url(/wp-content/plugins/slideshow-jquery-image-gallery/images/SlideshowPlugin/light-arrows.png) no-repeat;
    position: absolute;
    width: 19px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-position: 0px 14vw;
    opacity: 0.7;
}
.visit_page .slideshow .vu-slideshowGoLeft:hover {
	opacity: 1;
}

.visit_page .slideshow .vu-slideshowGoRight {
    background: url(/wp-content/plugins/slideshow-jquery-image-gallery/images/SlideshowPlugin/light-arrows.png) no-repeat;
    position: absolute;
    width: 19px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-position: -19px 14vw;
    opacity: 0.7;
}
.visit_page .slideshow .vu-slideshowGoRight:hover {
	opacity: 1;
}

#content .content_left.calendar_page, #content #menu_box {
	transform: translate3d(0px,0px,0px);
}

#content.fixed #menu_box {
	position: fixed;
	top:196px;
}

.fixed-fix {
    position:fixed;
    top:-1px; 
    height:1px; 
    width:100%; 
    background:white;
}

.today_pill {
    background-image: url(images/today_circle.png);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: 100px 100px;
    display: none;
}

.top_links_event .social_box {
    width: 100%;
}


.tour_form textarea, .tour_form input[type=text], .tour_form input[type=email] {
	border: 1px solid #aaaaaa;
}

.tour_form textarea {
	height: 90px; width: 90%;	
}

.tour_form input[type="submit"] {
    display: inline-block;
    margin-bottom: 0px;
    background-color: #fff200;
    margin-top: 7px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 5px;
    color: black;
    clear: both;
}

form.mediarequests div.row {
    padding: 5px;
}

form.mediarequests span.formLeft {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-right: 5px;
}

form.mediarequests input {
	display: inline;
	border: inherit;
	border: 1px solid #ccc;
	width: 200px;
}
/**
  ____				    _	    _	 ____					
 / ___| _ __   ___  ___(_) __ _| |  / ___|__ _ ___  ___  ___ 
 \___ \| '_ \ / _ \/ __| |/ _` | | | |   / _` / __|/ _ \/ __|
  ___) | |_) |  __/ (__| | (_| | | | |__| (_| \__ \  __/\__ \
 |____/| .__/ \___|\___|_|\__,_|_|  \____\__,_|___/\___||___/
	   |_|												   
  Media rules for non-standard widths.  Try not to put stuff here.
*/

@media all and (max-width: 1260px) {
	/* Only display one frontpage ad, if you can't display 2 side-by-side. */
/*	.frontpage_ads > div.banner_big {
		display: none;
	}*/ /* Dahlia nope we want them stacked */
	.frontpage_ads > div.banner_big:first-child {
		display: inline-block;
	}
	#pForm {
		zoom: 1;
	}
	.site-content #content {
		margin: 0px 5vw 0px 5vw;
	}
	.content_right {
		margin-right: 5vw;
	}

}


/*
  __  __					  _  ___ ____  _  _			 
 |  \/  | __ ___  __		 / |/ _ \___ \| || |  _ ____  __
 | |\/| |/ _` \ \/ /  _____  | | | | |__) | || |_| '_ \ \/ /
 | |  | | (_| |>  <  |_____| | | |_| / __/|__   _| |_) >  < 
 |_|  |_|\__,_/_/\_\		 |_|\___/_____|  |_| | .__/_/\_\
												 |_|		
*/

@media all and (max-width: 1024px) {
	.site-header {
		position: relative;
		width: 100%;
		z-index: inherit;
	}
	.site-main {
		padding-top: 0px;
	}

	#content.fixed .content_left.calendar_page {
	    position: fixed;
	    top: 17px;
	}
	.widget #menu-top_menu li a {
/* 		font-size: 12px; */
		padding: 0px 1.3vw;
	}

	#pForm input[type="text"] {
		width: 83px;
	}

	.front_page .places_box {
		float: left;
		width: 382px;
	}

	/* Other Pages Changes */
	.content_left.event_left.venue_left_column {
		display: none;
	}	
	
	.content_center_event.venue_main_column {
		margin-left:0px;
	}
	
	.content_left .widget h1.venue_details_h1,
	.content_left .advanced-recent-posts >li a,
	.widget h3.widget-title a,
	.content_left .widget_nav_menu ul.menu >li a {
		line-height: 16px;
		font-size: 16px;
	}
	
	.single-event .content_left .widget h1.venue_details_h1 {
		line-height: 26px;
		font-size: 26px;
		max-width: inherit;
		
	}

	#slideshow {
		margin-bottom: 52px;
	}
	ul#cycle li .caption {
		bottom: -52px;
		min-height: 44px;
	}
	ul#cycle li .caption h2 {
		font-size: 25px;
		line-height: 25px;
		padding-right: 116px;
	}
	
	ul#cycle li .caption .event_date {
		font-size: 13px;
	}

	ul#cycle li .caption .link_button {
		top: 10px;
	}
	
	ul#cycle li .caption .link_button a {
		font-size: 14px;
	}

	body.single-event .content_left.event_left.venue_left_column {
		display: block;
		float: inherit;
		position: inherit;
		width: inherit;
		max-width: inherit;
		background-size: cover;
		margin-right: 210px;
	}
	
	body.single-event  .content_left.event_left.venue_left_column {
		padding-bottom: 0px;
	}
	
	body.single-event .content_left.event_left.venue_left_column .widget {
		margin: 0px;
		padding: 10px;
	}

	body.single-event .content_left.event_left.venue_left_column .widget .show_info_box {
		width: inherit;
		
	}

	body.single-event .content_left.event_left.venue_left_column .widget .show_info_box h2 span {
		display: inline-block;
	}
	
	body.single-event .content_left.event_left.venue_left_column .widget .venue_links_widget .show_info_box a.buy_now {
		display: inline-block;
		margin: 4px 5px 4px 0px;
	}

	#content a.cits_button {
   		margin: 4px 5px 4px 0px;
   	}

	#content .message_us br {
		display: none;
	}

	#content.fixed #menu_box {
		top:12px;
	}
	
}


/*
  __  __					  _____ __    ___			
 |  \/  | __ ___  __		 |___  / /_  / _ \ _ ____  __
 | |\/| |/ _` \ \/ /  _____	    / / '_ \| | | | '_ \ \/ /
 | |  | | (_| |>  <  |_____|   / /| (_) | |_| | |_) >  < 
 |_|  |_|\__,_/_/\_\		  /_/  \___/ \___/| .__/_/\_\
											  |_|		
*/
@media all and (max-width: 760px) {

	.all_shows_mstyle .event_box_text_content a.call_boxoffice {
		display: inline-block;
	}
	
	.desktop {
		display: none;
	}
	body div.mobile, .mobile {
		display: block;
	}
	span.mobile, #content a.cits_button.mobile {
		display: inline-block;
	}


	.site {
		padding: 0px 0px 0px 0px;
	}

	.logo_image {
		width: 80px;
	}

	.logo_image .mobile {
		max-width: 78px;
	}

	.logo_image .mobile img {
		max-width: 100%;
	}

	.top_menu_box.mobile {
		background: transparent url(images/mobile_menu_icon.png) 0px 0px no-repeat;
		position: absolute;
		bottom: -35px;
		right: 20px;
		width: 41px;
		height: 40px;
		float: right;
		display: block;
		z-index: 1000;
		cursor: pointer;
	}

	.social_box_content.selected .top_menu_box.mobile {
		background: transparent url(images/mobile_menu_icon_select.png) 0px 0px no-repeat;
	}

	.menu_mobile {
		display: none;
		position: absolute;
		right: 0px;
		top: 40px;
		width: 240px;
		min-height: 200px;
		z-index: 1001;
		background: #000;
	}
	
	.top_menu_box.mobile li a {
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		margin-left: 5px;
		margin-right: 5px;
		line-height: 35px;
		border-bottom: 1px solid #fff;
		display: block;
		text-transform: uppercase;
	}
	
	.top_menu_box.mobile li.current-menu-item a, .top_menu_box.mobile li.open a, .top_menu_box.mobile li a:active, .top_menu_box.mobile li a:hover {
		color: #1baec3;
		text-decoration: none;
	}
	
	.top_menu_box.mobile li:last-child a:hover, .top_menu_box.mobile li:last-child a {
		border-bottom: 0px;
		color: #fff200;
		text-decoration: none;
	}

	#slideshow {
		margin-bottom: 47px;
	}

	ul#cycle li .caption {
		bottom: -33px;
		min-height: 25px;
	}

	ul#cycle li .caption h2 {
		font-size: 3vw;
		line-height: 3.2vw;
		padding-right: 103px;
	}	

	ul#cycle li .caption .event_date {
		font-size: 2.4vw;
		padding-right: 103px;
	}

	ul#cycle li .caption .link_button {
		top: 10px;
	}
	
	ul#cycle li .caption .link_button a {
		font-size: 12px;
	}

	.front_page .social_box_container {
		width: 100%;
		float: left;
	}
	
	.content_right {
		display: none;
	}
	
	.content_center_event.venue_main_column {
		margin-right: 13px;
	}	
	
	.content_left.calendar_page {
		background: none;
		min-height: 20px;
		/* width: 220px; */
		margin: 0px;
		position: inherit;
		/* left: 10px; */
		/* top: 0px; */
		float: none;
		max-width: inherit;
		width: inherit;
		margin-right: 20px;
	}

	
	.calendar_form {
		display: block;
		margin: 0;
		padding: 10px;
	}
	.select_box div {
		display: inline-block; margin: 5px;
	}
	
	.venue_box, .genre_box, .month_box, .select_box_calendar_select_box {
		width: 120px;
	}

	.select_button a, .media_page_box .calendar_form .select_button input {
		margin-right: 7px;
	}
	.calendar_form h2 {
		display: none;
	}
	.search_form_1 {
		display: none;
	}
	
	.site-content.two-column .content_center {
		margin-left: 0px;
		max-width: inherit;
		width: auto;
		margin-right: 30px;
	}

	.event_show_box_container {
		float: none;
		position: relative;
	}
	
	.event_show_box_container .event_show_box_content {
		max-width: inherit;
		padding-left: 45%;
		padding-bottom: 16px;
	}	

	.event_show_box_container {
		width: inherit;
	}

	.site-content.two-column .content_center {
		margin-left: 0px;
		max-width: inherit;
		width: auto;
		margin-right: 30px;
	}

	.event_show_box_container:nth-child(2n) .event_show_box_content {
	   float: none;
	}

	.event_show_box_container .event_thumb {
		overflow: hidden;
/* 		max-width: 260px; */
		width:44%;
		max-height: 170px;
	}

	.event_show_box_container {
		padding-top: 0px;
		border-top: none;
		border-bottom: 1px solid black;
	}

	.event_show_box_container:nth-child(1) {
		margin-top: 10px;
		margin-top: 10px;
		border-bottom: 1px solid black;
	}

	.event_show_box_container:nth-child(2) {
		margin-top: 10px;
		border-bottom: 1px solid black;
	}

	.breadcrumbs {
		display: none;
	}

	.visit_page .content_left, .content_left {
		padding-bottom: 0px;
		position: inherit;
		float: none;
		max-width: inherit;
		width: inherit;
		background-size: cover;
		margin-right: 12px;
	}
	
	.content_left .widget {
		padding: 10px;
		display: block;
		margin: 0px;
		float: none;
		background: none;
		width: auto;
	}
	
	.content_left .widget_nav_menu ul.menu >li,
	.content_left .widget_nav_menu ul.menu >li:first-child {
		float: left;
		clear: none;
		margin: 0px;
		white-space: nowrap;
		max-width: inherit;
		margin: 2px;
	}
	
	.content_left .widget_nav_menu ul.menu >li a {
		white-space: nowrap;
	}
	
	.content_left .widget_nav_menu ul.menu >li a br {
		display: none;
	}
	
	.visit_page .content_center, .content_center {
		margin-left: 0px;
		margin-bottom: 0px;
		float: none;
		max-width: inherit;
		width: inherit;
		margin-right: 20px;
		padding: 0px;
	}
	.visit_page .content_left.fixed_position, .content_left.fixed_position {
		position: inherit;
	}
	
	.visit_page h1.top_title, .about_page h1.top_title, .content_page h1 {
		margin: 8px 0;
	}
	
	.content_left .widget_nav_menu ul.menu >li:first-child a,
	.content_left .widget_nav_menu ul.menu > li .sub-menu li,
	.content_left .widget_nav_menu ul.menu > li.current-menu-parent .sub-menu li,
	.content_left .widget_nav_menu ul.menu > li.current-page-parent .sub-menu li,
	.content_left .widget_nav_menu ul.menu > li.current_page_item .sub-menu li {
		margin: 0px;
		float: left;
		clear: none;
		font-size: 16px;
		max-width: inherit;
		line-height: 16px;
		margin: 1px;
	}
	
	.blog .two-column .content_left {
		min-height: 20px;
		width: auto;
		margin: 0px 0px 12px 0px;
		position: inherit;
		left: 0px;
		top: 0px;
	}

	.blog .content_left ul li, .content_left .widget ul.advanced-recent-posts li {
		float: left;
		max-width: inherit;
		margin-top: 4px;
	}
	
	.blog .content_left {
		padding-bottom: 0px;
	}

	.blog .site-content.two-column .content_center {
		margin-left: 10px;
	}
	
	.contact_us_page_box .content_left {
		display: none;
	}
	
	.site-footer {
		position: relative;
		bottom: inherit;
		left: inherit;
		z-index: inherit;
		background: #1BAEC3;
		width: 96%;
		padding: 0px 3%;
		margin: 0px;
		max-height: inherit;
	}
	
	.widget #menu-footer_menu li {
		float: inherit;
		padding-bottom: 20px;
	}

	.widget #menu-footer_menu li:last-child {
		padding-bottom: 0px;
	}
	
	.site-footer .footer_col.col_1 {
		display: none;
	}
	
	.site-footer .footer_right {
		float: inherit;
	}
	.widget #menu-footer_menu li a {
		width: inherit;
	}
	.widget #menu-footer_menu .sub-menu {
		width: inherit;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	.widget #menu-footer_menu .sub-menu li {
		padding-bottom: 0px;
	}
	.site-footer .widget {
		float: inherit;
	}
	ul.social_box.top.mobile {
		width: 230px;
		margin: 0px auto;
		padding: 0px 0px 20px 0px;
		height: 33px;
	}
	
	.social_box.mobile.top li.social-mail a:hover {
		background-position: -85px -11px;
	}
	
	.social_box.mobile.top li.social-facebook a:hover {
		background-position: -85px -111px;
	}
	
	.social_box.mobile.top li.social-twitter a:hover {
		background-position: -85px -211px;
	}
	
	.social_box.mobile.top li.social-youtube a:hover {
		background-position: -85px -311px;
	}
	
	.social_box.mobile.top li.social-instagram a:hover {
		background-position: -85px -411px;
	}

	.content_left .widget_nav_menu ul.menu#menu-visit-menu >li:first-child {
		display: none;
	}

	body.single-event .content_left.event_left.venue_left_column {
		margin-right: 13px;
	}

	.menu-top_menu-container {
		min-height: 40px;
	}
	
	.top_menu_box {
		display: none;
	}

	.site-header {
		min-height: 120px;
	}
	
	.event_show_box_container .event_show_box_content .desktop {
		display: none;
	}

	.event_show_box_container .event_show_box_content .mobile {
		display: block;
	}

	.site-content #content {
		padding: 10px 0px 0px 12px;
		margin: 0px;
	}
	
	#content.fixed .content_left.calendar_page {
		z-index: 100;
		right: 0px;
		left: 12px;
   	}
	
	.event_show_box_content a.more_info_button {
		margin: 10px 0px 20px 6px;
	}

	.mobile.buttons {
		margin: 10px 0 20px 0;
	}
	.event_show_box_content .mobile.buttons a.more_info_button {
	    margin: 2px 0px 2px 0px;
	}

	.event_show_box_container .mobile.buttons a.buy_now {
	    margin: 2px 4px 2px 0px;
	}
	
	.event_show_box_container .mobile.buttons a.buy_now_placeholder {
	    margin: 2px 4px 2px 0px;
	}

	#slideshow:after {
		padding-top: 40%;
	}
	
	#content.fixed .fixed_spacer {
		display: block;
		height: 162px;
	}

	.content_page .map_box h2 a {
		font-size: 16px;
	}
	

	.calendar_form {
   		background: none;
    }

	#search_events_from {
	    background: transparent url(images/left_box_back.png) 0px 0px no-repeat;
	    background-size: cover;
    }

	#content.fixed #menu_box {
		z-index: 1000;
	}
	
	.blog .site-main .site-content {
	    padding: 10px 12px 0px 12px;
	    margin: 0px;
	}
	
	.blog ul.advanced-recent-posts {
    	margin-left: 10px;
	}
}


/**
  ___ _____   _  ___     ___     _ _ 
 |_ _| ____| / |/ _ \   ( _ )   / / |
  | ||  _|   | | | | |  / _ \/\ | | |
  | || |___  | | |_| | | (_>  < | | |
 |___|_____| |_|\___/   \___/\/ |_|_|
                                     
*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
	.widget #menu-top_menu li a {
		font-size: 1.4vw;
	} 
	
	#pForm {
		margin-right: 58px;
	}
   
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 1024px) {

	#pForm {
		margin-right: 13px;
	}

}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 768px) {



}
