/*
Theme Name: SCMS
Theme URI: http://www.seattlechambermusic.org
Description: Custome Theme for Seattle Chamber Music Society.
Version: 1.1
Author: Craig Corvin Modified by Cognition Studio Inc.
Author URI: mailto:mail@craigcorvin.com / cognitionstudio.com
*/
/* including for compatibility */
html {
	padding-top: 0 !important;
	background-color: #0098A7;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignleft {
	float: left;
	margin: 0;
	padding: 0px 10px 10px 0px;
}
.alignright {
	float: right;
	margin: 0;
	padding: 0px  0px 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Theme Specific */
* {
	padding: 0;
	margin: 0;
	outline: none;
	outline: 0;
}
img {
	border: 0px;
	outline: none;
	outline: 0;
}
:-moz-any-link:focus {
	outline: none;
}
em {
	/* font-family: Georgia, serif; */
	font-size: 13px;
	font-family: "ff-din-web",sans-serif;

	font-style: italic;
}
#center-side li {
	padding-bottom: 0px;
}
a {
	outline: none;
	color: #282828;
	text-decoration: underline;
}
a:hover {
	outline: none;
	color: #282828;
	text-decoration: none;
}
.admin-edit a {
	display: inline-block;
	background: #ccc;
	color: #000;
	font-size: 9px;
	padding: 0px 3px;
	text-decoration: none;
}
.admin-edit a:hover {
	background: #0098A7;
}
body {
	margin: 0px;
	padding: 0;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 12px;
	line-height: 16px;
	color: #282828;
	background: #fff;
}

body p a {
	color: #0098A7;
}

body p a:hover {
	color: #0098A7;
}

textarea, input {
	/*outline: none;*/
}
hr {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	padding-top: 20px;
	margin-bottom: 20px;
}
hr.purchase_tickets {
	padding: 0px;
}
/* site buttons */
.site-button {
	/* color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 12px;
	border-width: 1px;
	border-style: solid;
	border-color:#999 #5c5c5c #5c5c5c #5c5c5c;
	background: #5c5c5c;
	background: -moz-linear-gradient(-90deg, #777777, #5c5c5c);
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#5c5c5c));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#5c5c5c');
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none; */
	background: #0098A7;
	color: #fff !important;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.25em;
	padding: 20px 20px 18px 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	border:0px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.site-button:hover {
	/* color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 12px;
	border-width: 1px;
	border-style: solid;
	border-color:#5c5c5c #5c5c5c #999 #5c5c5c;
	background: #5c5c5c;
	background: -moz-linear-gradient(-90deg, #5c5c5c, #777777);
	background: -webkit-gradient(linear, left top, left bottom, from(#5c5c5c), to(#777777));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#777777');
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none; */
	box-shadow: 0 0 0 !important;
}
/* nav from buttons */
.nav-form-btn {
	background: none;
 	border-color: #989898;
    border-style: solid;
    border-width: 1px 0 0;
    color: #e5e5e5;
	cursor: pointer;
    display: inline-block;
    font-family: "ff-din-web",sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 0;
	text-align: left;
    text-decoration: none;
    text-transform: capitalize;
	white-space: normal;
    width: 175px;
}
.nav-form-btn:disabled {
	cursor:default;
	color: #2F4F4F;
	text-decoration: none;
}
.nav-form-btn:hover {
	color: #0098A7;
	text-decoration: none;
}
.nav-form-btn:hover:disabled {
	color: #2F4F4F;
}
.nav-form-btn.top-nav-item {
	border-width: 0;
}

.unbolded {
	font-weight: normal !important;
	font-size: 12px;
text-decoration: none;
margin: 0px 10px 0px 0px;
padding: 3px 5px;
color: #999 !important;
position: relative;
top: 50px;
}

/* plan your visit */
.btn {
	width: 160px;
	display: inline-block;
	margin: 24px 8px 24px 0;
}
.btn a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.btn-directions {
	float: left;
}
.btn-accesibility {
	display: inline-block;
}
.breadcrumb {
	margin-bottom: 36px;
}
#wrapper {
	position: relative;
	width: 100%;
}
#scms-header-wrapper {
	position: relative;
	width: 100%;
}
#scms-top-menu {
	position: absolute;
	top: 10px;
	right: 0px;
	height: 24px;
}
/* top menu */
.menu-top-menu-container {
	display: inline-block;
	zoom: 1;
	float: left;
}
.menu-top-menu-container ul {
	display: inline;
	cursor: default;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-top-menu-container ul.menu li {
	display: inline-block;
	font-family: "ff-din-web",sans-serif;
	zoom: 1;
	text-align: left;
	font-size: 14px;
}
.menu-top-menu-container ul.menu li a {
	display: inline-block;
	zoom: 1;
	color: #E5E5E5;
	text-decoration: none;
	line-height: 24px;
	margin: 1px 10px 0px 0px;
}
.menu-top-menu-container ul.menu li a:hover {
	color: #E5E5E5;
	text-decoration: none;
}
/* shopping cart */
#cart-contents .item-name li {
	padding-bottom: 0px;
}
#cart-count {
	display: inline;
}
#shopping-cart {
	position: absolute;
	top: 56px;
	right: -5px;
	width: 220px;
	background: transparent;
	padding: 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	z-index: 1000;
	color: #fff;
}
#shopping-cart a {
	color: #fff;
}
#shopping-cart-info {
	background: #000;
	box-shadow: -1px 1px 5px #000;
}
.close-wrapper {
	display: inline-block;
	zoom: 1;
	width: 100%;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #fff;
	text-align: right;
}
#shopping-cart a#close-click {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
}
#shopping-cart a#close-click:hover {
	color: #0098A7;
}
#shopping-cart-title {
	display: inline-block;
	zoom: 1;
	/* font-family: Arial, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 12px;
	height: 20px;
	line-height: 20px;
	color: #E5E5E5;
	float: left;
	padding: 0px 0px 0px 33px;
}
#shopping-cart-title a {
	text-decoration: none;
}
#shopping-cart-title a:hover {
	color: #0098A7;
}
#added-info {
	padding: 0px;
	margin: 25px 0px 0px 0px;
	border: 1px solid #fff;
	background-color: #0098A7;
}
a.cart-link {
	display: inline-block;
	zoom: 1;
	width: 100px;
	height: 20px;
	background-image: url(img/checkout_off.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	margin: 0px 5px 5px 0px;
}
a.cart-link:hover {
	background-repeat: no-repeat;
	background-position: right;
}

#shopping-cart .cart-link {
	display: none;
}

#shopping-cart #added-info .cart-link {
	display: block;
}

#your-cart {
	height: 0px;
overflow: hidden;
}

a.cart-continue {
	display: inline-block;
	zoom: 1;
	width: 100px;
	height: 20px;
	background-image: url(img/continue_off.png);
	background-repeat: no-repeat;
	background-position: right;
	float: float;
	margin: 0px 0px 5px 5px;
}
a.cart-continue:hover {
	background-image: url(img/continue_on.png);
	background-repeat: no-repeat;
	background-position: right;
}
.shopping-cart-contents {
	display: block;
	max-height: 600px;
	overflow: auto;
	padding: 10px 0px 10px 15px;
}
.shopping-cart-contents ul {
	list-style-position: outside;
	text-indent: 0px;
	padding-left: 5px;
	margin: 0;
}
.shopping-cart-contents ul li {
	padding: 0;
}
.subtotal-wrapper {
	display: inline-block;
	zoom: 1;
	width: 100%;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #fff;
	text-align: right;
	margin: 0px 0px 10px 0px;
}
.cart-subtotal {
	display: inline-block;
	zoom: 1;
	height: 20px;
	line-height: 20px;
	color: #E5E5E5;
	padding: 0px 5px 0px 0px;
}
/* site search */
#search_form {
	display: inline-block;
	background: #fff;
	width: 175px;
	height: 24px;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
}
form input#search_input[type="text"] {
	display: inline-block;
	width: 144px;
	height: 24px;
	outline: none;
	color: #282828;
	font-size: 10px;
	line-height: 10px;
	padding: 0px 0px 0px 5px;
	border: 0;
	float: left;
}
form input#submitquery[type="submit"] {
	width: 20px;
	border: 0px solid #fff;
	text-indent: -999em;
	overflow: hidden;
	background: url(img/submit.png) no-repeat;
	padding: 5px 15px 5px 10px;
	height: 24px;
	cursor: pointer;
	float: right;
}
input#search_input[type="text"]::-webkit-input-placeholder,
input#search_input[type="text"]:-moz-placeholder {
	color: #ccc;
}
/* main site nav */
#scms-main-nav-container {
	width: 100%;
	min-width: 960px;
	height: 36px;
	z-index: 300;
}
.scms-main-nav-container-fixed {
	position: fixed;
	top: -3px;
	left: 0px;
	z-index: 300;
}
#scms-main-nav {
	position: relative;
	width: 960px;
	height: 35px;
	margin: 0 auto;
	/* border above main nav */
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #989898;
	z-index: 300;
}
/* home link */
#scms-main-nav #home-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 38px;
	height: 35px;
}
#scms-main-nav #home-link a {
	display: inline-block;
	zoom: 1;
	width: 38px;
	height: 35px;
	background: url(img/home_icon_off.png) no-repeat center;
}
#scms-main-nav #home-link a:hover {
	display: inline-block;
	zoom: 1;
	width: 38px;
	height: 35px;
	background: url(img/home_icon_rollover.png) no-repeat center;
}
#scms-main-nav #home-link-current {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 38px;
	height: 35px;
	background: #0098A7;
}
#scms-main-nav #home-link-current a {
	display: inline-block;
	zoom: 1;
	width: 38px;
	height: 35px;
	background: url(img/home_icon_on.png) no-repeat center;
}
#scms-main-nav #home-link-current a:hover {
}
/* dropdown menu css */
#scms-main-nav .menu-main-menu-container {
	display: inline-block;
	zoom: 1;
	margin-left: 38px;
	height: 35px;
}
#scms-main-nav .menu-main-menu-container ul {
	display: inline-block;
	zoom: 1;
	cursor: default;
	list-style: none;
}
/* Level One */
.menu-main-menu-container ul.menu {
	position: relative;
	z-index: 50;
	height: 35px;
}
.menu-main-menu-container ul.menu li {
	display: block;
	float: left;
	zoom: 1;
	text-align: left;
	padding: 0px 15px 0px 15px;
	margin: 0;
}
.menu-main-menu-container ul.menu li a {
	font-family: "ff-din-web", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #E5E5E5;
	text-decoration: none;
	padding: 8px 0px;
}
.menu-main-menu-container ul.menu li ul li a {
	font-weight: 400;
}
.menu-main-menu-container ul.menu li.primary-menu-item {
	line-height: 35px;
}
.menu-main-menu-container ul.menu li:hover {
	position: relative;
	background: #303030;
}
/* Level Two */
.menu-main-menu-container ul.menu ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 205px;
	background: #303030;
	padding: 10px 0px 5px 0px;
}
.menu-main-menu-container ul.menu ul li {
	display: block;
	line-height: 13px;
	padding: 0px 15px;
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
.menu-main-menu-container ul.menu ul li a,
.menu-main-menu-container ul.menu li.parent-menu-item  ul li a {
	display: inline-block;
	font-family: "ff-din-web", sans-serif;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold;
	border-right: none;
	zoom: 1;
	color: #E5E5E5;
	text-decoration: none;
	width: 175px;
	padding: 6px 0px 6px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #989898;
}
.menu-main-menu-container ul.menu ul li a:hover,
.menu-main-menu-container ul.menu li.parent-menu-item  ul li a:hover {
	background: transparent;
}
.menu-main-menu-container ul.menu ul li:first-child a,
.menu-main-menu-container ul.menu li.parent-menu-item ul li:first-child a {
	border-width: 0px;
}
.menu-main-menu-container ul.menu ul li.sub-menu-item a,
.menu-main-menu-container ul.menu li.parent-menu-item ul li.sub-menu-item a {
	border-width: 0px;
	padding: 0px 0px 6px 0px;
}
.menu-main-menu-container ul.menu li.parent-menu-item  ul li a:hover {
	color: #0098A7;
}
/* Level Three */
#scms-main-nav .menu-main-menu-container ul.menu ul ul {
	visibility: hidden;
	position: relative;
	top: 100%;
	left: 0;
	width: 190px;
	background: #303030;
	padding: 0 0 5px 0;
	display: block;
}
#scms-main-nav .menu-main-menu-container ul.menu ul ul li {
	display: block;
	line-height: 13px;
	padding: 0px;
	float: none;
}
#scms-main-nav .menu-main-menu-container ul.menu li:hover ul {
	visibility: visible;
}
.menu-main-menu-container ul.menu li.menu-item a:hover {
	color: #0098A7;
}
.menu-main-menu-container ul.menu li.current-menu-item a {
	color: #0098A7;
}
.menu-main-menu-container ul.menu li.current-menu-item a:hover {
	color: #0098A7;
}
/* hover states for sub-menu */
.menu-main-menu-container ul.menu li.current-menu-item ul a:hover ,
.menu-main-menu-container ul.menu li.parent-menu-item li.current-menu-item a:hover {
color: #0098A7;
}

/*.menu-main-menu-container ul.menu li.current-menu-item ul a ,*/
.menu-main-menu-container ul.menu li.parent-menu-item li.current-menu-item > a,
.menu-main-menu-container ul.menu li.parent-menu-item li.current-menu-item input[type="submit"] {
	color: #0098A7;
}
.menu-main-menu-container ul.menu li.parent-menu-item a {
	color: #282828;
}
/* special value for jquery hover detection on load */
.menu-main-menu-container ul.menu li.parent-menu-item a:hover {
	color: #333;
}
.menu-main-menu-container ul.menu li.parent-menu-item {
	background: #0098A7;
	color: #282828;
	font-weight: 600;
}
.menu-main-menu-container ul.menu li.sub-menu-item a {
	padding-left: 10px;
	font-size: 11px;
	text-transform: capitalize;
}
/* split over 250px */
#scms-main-nav .menu-main-menu-container ul.ul-double-wide {
	width: 410px;
}
.float-li-left {
	display: block;
	float: left;
}
.float-li-right {
	display: block;
	float: right;
}
.menu-main-menu-container ul.menu ul li a.li-without-borders,
.menu-main-menu-container ul.menu li.parent-menu-item ul li a.li-without-borders {
	border-width: 0px;
}
/* main menu end */
#main-container-wrapper {
	position: relative;
	width: 100%;
	/* spacing under main body to show image*/
	padding: 20px 0px 0 0px;
}
.main-container-menu-fixed {
	margin-top: 37px;
}
/* main backgrounds */
.background-image {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	margin: 0;
	padding: 0;
}
#main-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #fff;
	min-height: 800px;
}
#main-container-wrapper .background-image {
	display: none;
}

#main-container-wrapper .transparent-background {
	padding-top: 0px;
	background: transparent;
}
#featured-image {
	padding : 10px 10px 0px 10px;
}
/* side menu */
ul.side-menu {
	list-style: none;
	padding: 0px 10px 0px 0px;
	margin: 0;
}
ul.side-menu li.current-page-ancestor {
	font-family: "ff-din-web", sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	color: #999;
}
ul.side-menu li {
	text-align: left;
	font-family: "ff-din-web", sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0px 7px 10px;
}
ul.side-menu li:hover {
	background:#ffe9b7;
	-webkit-transition: background-color .3s ease-in;
	-moz-transition: background-color .3s ease-in;
	-o-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}
ul.side-menu li.current_page_parent:hover {
	background:#fff;
}
ul.side-menu li a {
	color: #282828;
	text-decoration: none;
	text-transform: capitalize;
}
ul.side-menu li a:hover {
	color: #282828;
	text-decoration: none;
}
ul.side-menu li.sub-menu-item {
	padding-left: 20px;
	font-size: 11px;
	text-transform: capitalize;
}
ul.side-menu li.current-menu-item {
	background: #0098A7;
}
ul.side-menu li.current-menu-item a {
	color: #fff !important;
}

ul.side-menu li.current-menu-item a:after {
	content: " //";
}
ul.side-menu li.current-menu-item a:hover {
	color: #282828;
}
#scms-sidebar-nav {
	position: relative;
	display: inline-box;
	zoom: 1;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	margin: 40px 25px 40px 15px;
	padding: 0px 0px 40px 0px;
}
.menu-main-menu-container {
}
#left-side {
	float: left;
	width: 240px;
	height: 100%;
}
/*#center-side {
padding: 40px 0px 80px 0px;
/* distance from left */
/*margin: 0px 0px 0px 260px;
width: 510px;
min-height: 530px;
/* full width
width: 720px;
530 / 190
}*/
#center-side {
	margin: 0px auto;
	min-height: 530px;
	padding: 40px 0px 80px 0px;
	width: 90%;
}
#right-side {
	float: right;
	width: 170px;
	padding: 40px 20px 0px 0px;
	text-align: right;
}
#center-container {
	display: block;
	margin: 0 auto;
	width: 500px;
}
/* general body layout */
/* paragraph layout for site */
#center-side p {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 16px;
	line-height: 22px;
	color: #282828;
	padding: 15px 0px 0px 0px;
}
/* about copy table */
table.center-side-table {
	/*width: 600px;*/
	width: 100%;
	border-collapse: collapse;
	margin-top: 0px;
}
table.center-side-table td {
	width: 50%;
	padding: 0px 20px 0px 0px;
	vertical-align: top;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 12px;
	line-height: 22px;
}
/*admin td*/
table.center-side-table td.admin-td-left {
	width: 60%;
}
table.center-side-table td.admin-td-right {
	width: 40%;
}

.position-title {
	/* font-family: Georgia, serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 13px;
	color: #444444;
	/* font-style: italic; */
}
/*flicker text hidden*/
p small {
	visibility: hidden;
}
/* ul list indent */
#center-side ul, #center-side table ul {
	list-style-position: outside;
	margin-left: 17px;
	margin-right: 17px;
}

/* header tags */
h3.grey-header {
	font-family: "ff-din-web", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: #4A4A4A;
	/* text-transform: uppercase; */
	line-height: 40px;
	padding-bottom: 20px;
}
h4.series-title {
	font-family: "ff-din-web", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color: #444444;
	text-transform: uppercase;
	padding-top: 20px;
}
h4.series-title .choose-from {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 14px;
	text-transform: lowercase;
	display: inline;
	padding: 0px 0px 0px 10px;
}
h5.series-subtitle {
	font-family: "ff-din-web", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #444444;
	text-transform: uppercase;
}
h6 {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #444444;
}
.series-description {
	font-family: serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #444444;
	font-style: italic;
}
.each-series-image {
	padding: 10px 0px 0px 0px;
}
.each-series-image img {
	width: 100%;
	height: auto;
}
.each-series-title {
	float: left;
	padding:0px 0px 0px 0px;
}
.series-buy-tickets {
	float: right;
	padding:20px 0px 0px 0px;
}
form.series-form {
}
input.subscription-select,
input.each-additional-ticket,
input.each-ticket-id, input.student-ticket-id {
	width: 60px;
}
/* box office / purchase tickets */
/* each ticket listed */
ul#tickets-tabs{
	/*display: none;*/
}
table.buy-container-ticket {
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	font-size: 12px;
	border-collapse: separate;
}
table.buy-container-ticket td {
	width: 20%;
	text-align: center;
	vertical-align: top;
}
table.buy-container-ticket td.first-td {
	width: 55%;
	text-align: left;
	vertical-align: top;
}
table.buy-container-ticket td.last-td {
	width: 25%;
	text-align: right;
	vertical-align: top;
}
table.buy-container-ticket td.last-td .free-event {
	font-size: 14px;
	font-weight: 600;
}
table.buy-container-ticket td.disabled-message-td {
	text-align: left;
	padding: 10px 0px 0px 0px;
}
.check-boxes {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 12px;
	padding: 5px 0px;
}
/* line with button */
table.buy-container {
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	border-collapse: separate;
}
table.buy-container tr td {
	text-align: center;
	width: 15%;
}
table.buy-container td.first-td {
	text-align: left;
	width: 50%;
}
table.buy-container td.last-td {
	width: 20%;
	text-align: right;
}


.buy-container .site-button {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: #0098A7 !important;
color: #fff !important;
display: inline-block !important;
font-weight: bold !important;
text-transform: uppercase !important;
font-size: 14px !important;
line-height: 1.25em !important;
padding: 20px 20px 18px 20px !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) !important;
border: 0px !important;
text-align: center !important;
cursor: pointer !important;
text-decoration: none !important;
}

.buy-container	input[type="number"] {
  padding:5px !important;
}


/* Caldera Forms Hide Part Fields */
.hide-part {
	display: none;
}


/* concert series */
#non-accordion h3 {
	background: #0098A7;
	height: 40px;
	margin-top: 20px;
}
/* if only one date */
#non-accordion h3 a {
	font-family: "ff-din-web",sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #282828;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 45px;
	padding: 0px 0px 0px 20px;
}
img.series_performances_image {
	width: 100%;
	height: auto;
}
.title-block {
padding: 20px 0px 0px 0px;
}

.work-desc {
	margin: -10px 0px 15px;
}

.work-desc	p {
		padding-top: 0px !important;
		font-size: 12px;
}

.purchase-series {
margin: 6px 0px 0px 0px;
float: right;
}
.page-id-34 .calendar-view-buttons {margin: 24px 0 12px; float: right;}
.page-id-34 .calendar-view-buttons .calendar-view-button {display: inline-block; margin-right: 8px; padding: 4px 6px; text-transform: uppercase; color: #fff; background: #b8b8b8; cursor: pointer; width: 118px; height: 28px; text-align: center; line-height: 27px;}
.page-id-34 .calendar-view-buttons .calendar-view-button:last-of-type { margin-right: 0;}
.page-id-34 .calendar-view-buttons .calendar-view-button.selected {background: #e7b200}
.page-id-34 #non-accordion h3 {background: #282828;}
.page-id-34 #non-accordion h3 a {color: #fff;}
.page-id-34 #non-accordion td {border-top: 1px solid #ccc; border-bottom: none;}
.page-id-34 #non-accordion tr {border-left: none; border-right: none;}

table.performance-day {
width: 100%;
border-collapse: collapse;
}

table.performance-day tr {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}

table.performance-day td {
border-bottom: 1px solid #ccc;
padding: 20px;
}

table.performance-day td.performance-time {
width: 140px;
text-align: left;
vertical-align: top;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-weight: bold;
font-size: 13px;
text-transform: none;
color: #282828;
position: relative;
}

table.performance-day .category-title {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-weight: bold;
font-size: 14px;
text-transform: uppercase;
color: #282828;
padding-right: 30px !important;
}

table.performance-day .venue-title {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
line-height: 15px;
color: #282828;
padding: 0px 0px 20px 0px;
}

table.performance-day .performance-composer {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-weight: bold;
font-size: 12px;
line-height: 15px;
padding-top: 2px;
color: #282828;
}

table.performance-day .performance-composition {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-style: italic;
font-size: 12px;
line-height: 15px;
color: #282828;
}

table.performance-day .performance-artists {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
line-height: 15px;
color: #282828;
padding: 0px 0px 15px 0px;
}

table.performance-day .buy-button {
display: block;
width: 100%;
text-align: right;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-weight: bold;
font-size: 14px;
text-transform: uppercase;
color: #282828;
}

table.performance-day .calendar-add {
display: inline-block;
float: right;
top: 20px;
position: absolute;
right: 10px;
}

.disabled-text-style {
	display: block;
width: 100%;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}


.individual-crescendo-concert .buy-button {
display: block;
width: 100%;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-weight: bold;
font-size: 14px;
text-transform: uppercase;
color: #282828;
}

.individual-crescendo-concert a.buy-button {
	margin-top: 15px;
}

.subscription-total {
display: inline;
font-weight: bold;
}

/*each artist / composer */

.breadcrumb {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
text-transform: uppercase;
color: #aaa;
}

.breadcrumb a {
color: #282828;
text-decoration: underline;
}

.breadcrumb a:hover {
text-decoration: none;
}

.breadcrumb a:active {
color: #a9a9a9;
}

#artist-info {
padding: 20px 0px;
}

#artist-image {
float: left;
padding: 0px 20px 0px 0px;
max-width: 200px;
}

#artist-image img {
	width: 100%;
}



#artist-titleblock {
padding: 0px 0px 20px 0px;
}

#artist-name {
display: inline;
font-family: "ff-din-web", sans-serif;
font-weight: 400;
font-size: 32px;
color: #aaa;
text-transform: uppercase;
line-height: 34px;
}

#artist-title {
color: #2828282;
display: inline;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 14px;
text-transform: uppercase;
margin-right: 8px;
}

#artist-instrument {
display: inline;
/* font-family: Georgia, serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
color: #2828282;
/* font-style: italic; */
text-transform: lowercase;
}

#artist-bio {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
line-height: 15px;
color: #282828;
padding: 0px 0px 0px 0px;
}

#artist-bio p {
	padding-top:0px !important;
}

#artist-bio b, #artist-bio strong {
font-weight: bold;
}

/* shopping cart table */
table#cart-contents {
width: 100%;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
line-height: 15px;
color: #282828;
padding: 0;
margin: 0;
border-collapse: collapse;
}

table#cart-contents tr th {
font-family: "ff-din-web",sans-serif;
font-weight: 600;
color: #E6E6E6;
background: #282828;
height: 25px;
text-align: left;
padding: 0px 0px 0px 10px;
}

table#cart-contents tr th#item-header {
width: 350px;
}

table#cart-contents tr th#qty-header {

}

table#cart-contents tr th#price-header {
width: 100px;
}

table#cart-contents tr th#total-header {
width: 100px;
}

table#cart-contents tr td {
vertical-align: top;
padding: 10px;
}

table#cart-contents .add-border {
border: 1px solid #282828;
}

table#cart-contents tr td .item-name {
font-weight: bold;
padding-bottom: 10px;
}

table#cart-contents tr td .item-name  ul {
list-style-position: outside;
text-indent: 0px;
padding-left: 15px;
margin: 0;
font-size: 10px;
}

table#cart-contents tr td .item-quantity {
width: 40px;
}

table#cart-contents tr td .item-remove a {
color: #282828;
text-decoration: underline;
}

table#cart-contents tr td #donationamount {
width: 70px;
}

.form-sub-titles {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 14px;
text-transform: uppercase;
color: #282828;
padding-top: 20px;
}

.form-instructions {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
line-height: 15px;
color: #282828;
margin-bottom: 10px;
width: 450px;
margin: 0 25px;
}
#cartform {
	max-width: 520px;
	margin: 50px auto;
}
#cartform hr {
margin: 10px 0px;
}

.form-textarea {
width: 450px;
height: 100px;
margin: 0 25px;
}

.form-line {
width: 450px;
margin: 5px 25px;
}

.form-line label {
float: left;
width: 200px;
text-align: right;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 12px;
line-height: 15px;
color: #282828;
padding-right: 10px;
}

.form-line .formInputText {
width: 200px;
}

#submitbutton {
float: right;
}

/* Footer */





/* Tab navigation */

ul.tabs {
border-collapse: collapse;
padding: 0 0 0 1em;
white-space: nowrap;
list-style: none;
margin: 5px;
height: auto;
line-height: normal;
border-bottom: 1px solid #bbb;
}

ul.tabs li {
display: inline;
}

ul.tabs li a {
background-color: #ddd;
border-color: #bbb;
border-width: 1px;
border-style: solid solid none solid;
height: auto;
margin-right: 0.5em;
padding: 0 1em;
text-decoration: none;
}

ul.tabs li.active a {
background-color: #fff;
border: 1px solid #bbb;
border-bottom: #fff 1px solid;
}

ul.tabs li a:hover {
background-color: #eee;
border-color: #ccc;
border-bottom-color: #eee;
}


/* cog title */

.cog-title {
font-family: "ff-din-web", sans-serif;
font-weight: 400;
font-size: 20px;
color: #282828;
text-transform: uppercase;
}


/* concert artists */

#concert-series-artists {
position: relative;
display: block;
/*width: 510px;*/
margin: 0px;
padding: 0px;
}

.each-artist {
position: relative;
display: block;
float: left;
zoom: 1;
width: 160px;
height: 260px;
margin: 0px;
padding: 5px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #ccc;
}

.each-artist a.artist-image {
display: block;
width: 160px;
height: 210px;
margin: 0px;
padding: 0px;
background-position: 50% !important;
background-size: cover !important;
}

.each-artist .artist-hover {
display: block;
width: 151px;
height: 201px;
padding: 5px;
}

.each-artist .artist-hover:hover {
width: 151px;
height: 201px;
padding: 0px;
border: 5px solid #0098A7;
}

.each-artist .each-artist-name a {
font-family: "ff-din-web", sans-serif;
font-weight: 600;
font-size: 13px;
letter-spacing: -25;
line-height: 0px;
color: #282828;
text-transform: uppercase;
text-decoration: none;
}

.each-artist-instrument {
/* font-family: Arial, sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 10px;
text-transform: uppercase;
color: #282828;
}

.each-artist-info {
height: 30px;
margin: 5px 0px;
}

.clear-element {
clear: both;
height: 0px;
}


/* festival schedule widget on home page */

#date-widget {
position: relative;
display: block;
width: 960px;
height: 355px;
background: #ccc;
margin: 0px 0px 20px 0px;
}

#date-widget #dates-container {
position: absolute;
top: 0px;
left: 195px;
display: block;
height: 355px;
width: 160px;
}


#date-widget #dates-container #dates-up {
position: absolute;
top: 0px;
left: 0px;
width: 160px;
height: 25px;
background: url(img/previous_bt_non-active.png) repeat-y;
}

#dates-up a {
display: block;
width: 160px;
height: 25px;
background: url(img/previous_bt_active.png) repeat-y;
}

#date-widget #dates-container #dates-down {
position: absolute;
top: 330px;
left: 0px;
width: 160px;
height: 25px;
background: url(img/next_bt_non-active.png) repeat-y;
}

#dates-down a {
display: block;
width: 160px;
height: 25px;
background: url(img/next_bt_active.png) repeat-y;
}

#date-widget #dates-container #dates-middle {
position: absolute;
top: 25px;
left: 0px;
width: 160px;
height: 305px;
overflow: hidden;
background: #f7f7f7;
}

#dates-listed {
position: relative;
top: 0;
left: 0;
width: 160px;
min-height: 305px;
background: url(img/gradient_background.png) repeat-y;
}

.each-date-listed {
display: block;
width: 160px;
height: 24px;
border-width: 0px 0px 1px 0px;
border-style: solid;
background: #f7f7f7;
}

.each-date-listed:hover {
background: #0098A7;
}

.date-selected {
background: #0098A7;
}

.each-date-listed a {
display: inline-block;
zoom: 1;
width: 130px;
height: 24px;
/* font-family: Arial, Helvetica; */
font-family: "ff-din-web",sans-serif;
font-size: 12px;
line-height: 24px;
text-transform: uppercase;
color: #505050;
text-decoration: none;
padding: 0px 15px;
background: url(img/gradient_background.png) repeat-y;
}

.each-date-listed a:hover {
color: #282828;
background: url(img/gradient_background.png) repeat-y;
}

.each-date-selected {
color: #282828;
background: url(img/gradient_background.png) repeat-y;
}

#dates-widget-left {
position: absolute;
display: block;
top: 0;
left: 0;
width: 195px;
height: 355px;
background: #fff;
margin: 0;
}

#date-widget-year {
font-family: "ff-din-web", sans-serif;
font-weight: 200;
font-size: 29px;
line-height: 29px;
margin: 20px 20px 0px 20px;
}

#date-widget-title {
font-family: "ff-din-web", sans-serif;
font-weight: 600;
font-size: 32px;
line-height: 32px;
margin: 0px 20px;
}

#date-widget-date {
font-family: "ff-din-web", sans-serif;
font-weight: 200;
font-size: 29px;
line-height: 29px;
margin: 0px 20px 5px 20px;
}

#dates-widget-left img {
margin: 0px 20px;
}

#series-purchase-button {
position: absolute;
bottom: 20px;
left: 20px;
width: 155px;
}

#series-purchase-button .site-button {
width: 155px;
}

#dates-performances {
position: absolute;
top: 0;
left: 355px;
width: 605px;
height: 355px;
background: #fff;
overflow: hidden;
}

.date-details {
padding: 20px;
}

.details-date-title {
display: block;
width: 100%;
font-family: "ff-din-web",sans-serif;
font-size: 19px;
color: #282828;
padding: 0px 0px 5px 0px;
margin: 0px 0px 20px 0px;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #ccc;
}


table.date-table {
padding: 0;
margin: 0px 0px 0px 0px;
border-collapse: collapse;
}

table.date-table td {
padding: 0px 0px 0px 0px;
vertical-align: top;
/* removing until custom scroll
height: 250px;
*/
}

.details-venue {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 15px;
color: #282828;
}


.details-performance {
display: block;
width: 275px;
height: 250px;
margin-right: 20px;
}


.details-time {
font-family: "ff-din-web", sans-serif;
font-size: 15px;
color: #282828;
}

.category-title-widget {
font-weight: bold;
}


.venue-title-widget {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 12px;
color: #282828;
padding: 0px 0px 10px 0px;
}

.performance-composer {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 12px;
font-weight: bold;
color: #282828;
padding: 10px 0px 0px 0px;
}

.performance-composer a, .performance-composition a {
text-decoration: none;
}

.performance-composer a:hover, .performance-composition a:hover {
text-decoration: underline;
}

.performance-composition {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 12px;
font-style: italic;
color: #282828;
}

.performance-artists {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 12px;
color: #282828;
}

.performance-artists a {
text-decoration: none;
}

.performance-artists a:hover {
text-decoration: underline;
}

.buy-button {
padding:0px 0px 5px 0px;
}

/*artist widget*/

#artist-widget {
position: relative;
display: block;
width: 960px;
height: 310px;
background: #ccc;
}

#artist-widget #artist-widget-left {
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 310px;
width: 196px;
background: #fff;
}

#artist-widget-year {
font-family: "ff-din-web", sans-serif;
font-weight: 200;
font-size: 29px;
line-height: 29px;
margin: 20px 20px 0px 20px;
}

#artist-widget-title {
font-family: "ff-din-web", sans-serif;
font-weight: 600;
font-size: 32px;
line-height: 32px;
margin: 0px 20px;
}

#artist-widget-date {
font-family: "ff-din-web", sans-serif;
font-weight: 200;
font-size: 29px;
line-height: 29px;
margin: 0px 20px 5px 20px;
}

#artist-widget #artist-widget-left img {
margin: 0px 20px;
}

#artist-widget #artist-widget-right {
position: absolute;
top: 0px;
left: 197px;
display: block;
height: 310px;
width: 764px;
}

#artist-widget #artist-widget-right #artists-left {
position: absolute;
top: 0px;
left: 0px;
width: 32px;
height: 310px;
background: url(img/at_non_active.png) repeat-y;
}

#artists-left a {
position: relative;
display: block;
width: 32px;
height: 310px;
background: url(img/previous_at_active.png) repeat-y;
}

#artist-widget #artist-widget-right #artists-right {
position: absolute;
top: 0px;
left: 733px;
width: 32px;
height: 310px;
background: url(img/at_non_active.png) repeat-y;
}

#artists-right a {
position: relative;
display: block;
width: 32px;
height: 310px;
background: url(img/next_at_active.png) repeat-y;
}

#artists-main {
position: absolute;
display: inline-block;
top: 0px;
left: 33px;
width: 700px;
height: 310px;
background: #fff url(img/artists_widget_background.png) repeat-y;
overflow: hidden;
}

#artists-main-wrapper {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 10000px;
height: 310px;
}

#artists-main-container {
position: relative;
display: inline;
}

.artists-each-widget {
position: relative;
display: inline-block;
zoom: 1;
width: 220px;
height: 290px;
margin: 10px 0 10px 10px;
overflow: hidden;
}

.artists-each-image {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
}

.artists-each-cover {
position: absolute;
top: 0px;
left: 0px;
width: 220px;
height: 290px;
z-index: 2;
}

.artists-each-cover:hover {
cursor: pointer;
}

.artists-each-cover .artists-each-line {
display: none;
}

.artists-each-cover:hover .artists-each-line {
display: inline;
}

.artists-each-topline {
position: absolute;
top: 0px;
left: 0px;
width: 290px;
height: 5px;
background: #0098A7;
z-index: 3;
}

.artists-each-leftline {
position: absolute;
top: 0px;
left: 0px;
width: 5px;
height: 290px;
background: #0098A7;
z-index: 3;
}

.artists-each-rightline {
position: absolute;
top: 0px;
right: 0px;
width: 5px;
height: 290px;
background: #0098A7;
z-index: 3;
}

.artists-each-bottomline {
position: absolute;
bottom: 0px;
left: 0px;
width: 290px;
height: 5px;
background: #0098A7;
z-index: 3;
}

.artists-each-info {
position: absolute;
top: 220px;
left: 0px;
width: 200px;
height: 240px;
padding: 10px;
background: url(img/80.png) repeat;
}

.artists-each-name {
font-family: "ff-din-web",sans-serif;
font-size: 16px;
color: #0098A7;
text-transform: uppercase;
height: 40px;
}

.artists-each-instrument {
/* font-family: Arial, Helvetica,sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 12px;
color: #E6E6E6;
text-transform: uppercase;
}
.artists-each-divider {
display: block;
width: 100%;
height: 1px;
background: #ccc;
margin: 10px 0px;
}
.artists-each-bio {
/* font-family: Arial, Helvetica,sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 12px;
color: #E6E6E6;
}

.artists-each-link {
padding: 5px 0px 0px 0px;
}

.artists-each-link a {
/* font-family: Arial, Helvetica,sans-serif; */
font-family: "ff-din-web",sans-serif;
font-size: 12px;
color: #0098A7;
text-transform: uppercase;
text-decoration: underline;
}

.artists-each-link a:hover {
text-decoration: none;
}

/*homepage button*/

#three-up-container {
position: relative;
display: block;
width: 940px;
height: 583px;
background: #fff;
padding: 10px;
text-decoration: none;
}

#three-up-left {
position: relative;
display: inline-block;
zoom: 1;
width: 585px;
height: 583px;
float: left;
border-width: 1px 0px;
border-style: solid;
border-color: #ccc;
padding:0;
margin:0;
}

.three-up-image {
background: #FFFFFF;
}

#three-up-image-1 {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

#three-up-image-2 {
position: absolute;
top: 0;
left: 0;
z-index: 2;
}

#three-up-image-3 {
position: absolute;
top: 0;
left: 0;
z-index: 3;
}

#three-up-right {
display: inline-block;
zoom: 1;
width: 355px;
height: 583px;
border-width: 1px 0px;
border-style: solid;
border-color: #ccc;
}

#three-up-1, #three-up-2, #three-up-3, #three-up-4, #three-up-5 {
position: relative;
display: block;
width: 355px;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #ccc;
}

#three-up-under {
position: absolute;
bottom: 0;
left: 0;
width: 940px;
height: 9px;
margin: 0px 0px 0px 10px;
background: #fff;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #ccc;
z-index: 100;
}

.homepage-button {
position: relative;
background: #fff;
}

.homepage-button-active {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
line-height: 15px;
background: #000;
}

.learn-more-title a {
display: block;
width: 305px;
height: auto;
padding: 20px 20px 10px 20px;
font-family: "ff-din-web", sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 22px;
color: #282828;
text-transform: uppercase;
text-decoration: none;
}

.learn-more-body a {
display: block;
width: 305px;
height: auto;
padding: 0px 20px;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
line-height: 15px;
color: #282828;
text-decoration: none;
}

.learn-more {
position: absolute;
bottom: 20px;
left: 20px;
display: block;
width: 315px;
height: auto;
text-align: right;
}

.homepage-button-active .learn-more-title a {
color: #0098A7;
}

.homepage-button-active .learn-more-title:after {
/* content: " //"; */
}

.homepage-button-active .learn-more-body a {
color: #e6e6e6;
}

/*archives*/
.archive-item {
display: inline-block;
width: 230px;
padding: 10px 0px;
vertical-align: top;
margin: 0px 20px 0px 0px;
}

.archive-item a {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
text-decoration: underline;
}

.archive-item a:hover {
text-decoration: none;
}

/* shop */
.merchandise {
display: inline-block;
zoom: 1;
width: 30%;
height: auto;
vertical-align: top;
margin: 0px;
}
.merchandise:nth-child(even) {
	margin: 0 4.9%;
}

.merchandise img {
box-shadow: -1px 1px 5px #666;
}

.merchandise-title {
font-family: "ff-din-web", sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
color: #282828;
padding: 10px 0px 0px 0px;
}

.merchandise-description {
/* font-family: Georgia, serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
color: #2828282;
/* font-style: italic; */
clear: both;
padding: 10px 0px 50px 0px;
}

.merchandise-under {
margin: 10px 0px 0px 0px;
}

.merchandise-price {
float: left;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
text-transform: uppercase;
color: #282828;
line-height: 28px;
}

.merchandise-button {
float: right;
}

table.checkout-cart {
margin: 10px 0px;
width: 500px;
}

td.miniCell {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
padding: 10px 0px;
}

td.minCell ul {
list-style-position: outside;
margin: 0px 0px 10px 0px;
padding: 0px 0px 10px 0px;
}


/* music under the stars */

#p1-wrap {
	background-color: #ca7731;
}
#p2-wrap {
	background-color: #cc395c;
}
#p3-wrap {
	background-color: #4579a7;
}
#p4-wrap {
	background-color: #589b8a;
}

/* musician portal */
.download-container {
margin: 40px 0px;
}

.download-directory-each {
margin: 10px 0px;
}

.download-directory-each .download-directory-each {
padding: 0px 0px 0px 20px;
}

.download-directory-name {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "ff-din-web",sans-serif;

font-size: 18px;
font-weight: normal;
line-height: 22px;
color: #444444;
padding: 4px 0px 0px 20px;
background: url(img/folder-icon.png) center left no-repeat;
}

.download-file-link {
display: block;
margin: 5px 0px 5px 20px;
padding: 0px 0px 0px 20px;
background: url(img/file-icon.png) center left no-repeat;
}

.download-file-link a {
text-decoration: none;
}

.download-file-link a:hover {
text-decoration: underline;
}

.download-file-name {
display: inline;
}

.download-file-size {
display: inline;
}

/* highlights widget on home page */
#highlight-widget {
position: relative;
display: block;
width: 960px;
height: 355px;
background: #ccc;
margin: 20px 0px;
}

#highlight-widget #highlights-container {
position: absolute;
top: 0px;
left: 195px;
display: block;
height: 355px;
width: 250px;
}


#highlight-widget #highlights-container #highlights-up {
position: absolute;
top: 0px;
left: 0px;
width: 250px;
height: 25px;
background: url(img/previous_bt_non-active.png) repeat;
}

#highlights-up a {
display: block;
width: 250px;
height: 25px;
background: url(img/previous_bt_active.png) repeat-y center center;
}

#highlight-widget #highlights-container #highlights-down {
position: absolute;
top: 330px;
left: 0px;
width: 250px;
height: 25px;
background: url(img/next_bt_non-active.png) repeat;
}

#highlights-down a {
display: block;
width: 250px;
height: 25px;
background: url(img/next_bt_active.png) repeat-y center center;
}

#highlight-widget #highlights-container #highlights-middle {
position: absolute;
top: 25px;
left: 0px;
width: 250px;
height: 305px;
overflow: hidden;
background: #f7f7f7;
}

#highlights-listed {
position: relative;
top: 0;
left: 0;
width: 250px;
min-height: 305px;
background: url(img/gradient_background_250.png) repeat-y;
}

.each-highlight-listed {
display: block;
width: 250px;
border-width: 0px 0px 1px 0px;
border-style: solid;
background: #f7f7f7;
}

.each-highlight-listed:hover {
background: #0098A7;
}

.highlight-selected {
background: #0098A7;
}

.each-highlight-listed a {
display: inline-block;
zoom: 1;
width: 250px;
/* font-family: Arial, Helvetica; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
line-height: 16px;
text-transform: uppercase;
color: #505050;
text-decoration: none;
padding: 5px 15px;
background: url(img/gradient_background_250.png) repeat-y;
}

.each-highlight-listed a:hover {
color: #282828;
background: url(img/gradient_background_250.png) repeat-y;
}

.each-highlight-selected {
color: #282828;
background: url(img/gradient_background_250.png) repeat-y;
}

#highlights-widget-left {
position: absolute;
display: block;
top: 0;
left: 0;
width: 155px;
height: 315px;
padding: 20px;
background: #fff;
margin: 0;
}

#highlights-widget-left img {
margin: 0px;
}

#highlight-widget-title {
position: block;
width: 100%;
padding: 10px 0px;
font-family: "ff-din-web", sans-serif;
font-size: 26px;
font-weight: bold;
}

.highlights-content {
position: absolute;
top: 0;
left: 445px;
width: 475px;
height: 315px;
padding: 20px;
background: #fff;
overflow: hidden;
font-family: "ff-din-web", sans-serif;
}

.highlight-details {
display: block;
height: 270px;
width: 475px;
overflow: hidden;
}

.highlights-content-headline {
display: block;
width: 100%;
font-family: "ff-din-web", sans-serif;
font-size: 19px;
color: #282828;
padding: 0px 0px 5px 0px;
margin: 0px 0px 20px 0px;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #ccc;
}

.highlights-content-url a {
display: block;
width: 100%;
font-family: "ff-din-web", sans-serif;
font-size: 14px;
text-decoration: none;
color: #0098A7;
padding: 20px 0px 0px 0px;
}

.highlights-content-url a:hover {
text-decoration: underline;
}

/* homepage banners */
#homepage-banners-container {
position: relative;
display: block;
width: 960px;
height: 603px;
background: #fff;
}

.home-banner {
position: absolute;
top: 0px;
left: 0px;
width: 960px;
height: 603px;
z-index: 100;
}

.home-banner-image {
position: relative;
display: block;
width: 960px;
height: 463px;
}

.home-banner-contents {
position: relative;
display: block;
width: 960px;
height: 120px;
background: #303030;
margin: 0 0 10px 0;
}

.home-banner-title {
display: block;
height: 90px;
width: 300px;
float: left;
font-family: "ff-din-web", sans-serif;
font-weight: 400;
font-size: 21px;
line-height: 23px;
text-transform: uppercase;
color: #fff;
margin: 15px;
}

.home-banner-text {
/* font-family: "Arial", sans-serif; */
font-family: "ff-din-web",sans-serif;

font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #fff;
padding: 15px 15px 10px 0px;
}

.home-banner-url a {
font-family: "ff-din-web", sans-serif;
font-weight: 400;
font-size: 14px;
color: #0098A7;
text-decoration: none;
}

.home-banner-url a:hover {
text-decoration: underline;
}

#home-banner-bullets {
position: absolute;
bottom: 35px;
right: 25px;
z-index: 500;
}

.home-banner-bullets-off {
display: inline-block;
width: 14px;
height: 14px;
margin: 0px 0px 0px 5px;
background: #c6c6c6;
}

.home-banner-bullets-on {
background: #0098A7;
}

/* links bar */
.links-bar {
position: relative;
display: block;
width: 960px;
height: 55px;
text-align: center;
background: #303030;
margin: 0px 0px 20px 0px;
}

.link-bar-link-container {
display: inline-block;
height: 45px;
margin: 5px 0px;
padding: 0px 30px 0px 0px;
}

a.love-note-icon-bar {
display: inline-block;
width: 31px;
height: 16px;
margin: 14px 0px 0px 10px;
vertical-align: top;
background: url(img/LoveNote_HomepageCenter.png) no-repeat center center;
}

a.love-note-icon-bar:hover {
background: url(img/LoveNote_HomepageCenter.png) no-repeat center center;
}

a.links-bar-link {
display: inline-block;
font-family: "ff-din-web", sans-serif;
font-weight: 400;
font-size: 14px;
color: #0098A7;
text-decoration: none;
vertical-align: top;
line-height: 45px;
padding: 0px 10px;
}

a.links-bar-link:hover {
text-decoration: underline;
}

.links-bar-dividers {
display: inline-block;
width: 2px;
height: 12px;
background: #989898;
vertical-align: top;
margin: 16px 0px 0px 0px;
}

.social-network-icons {
display: inline-block;
height: 45px;
margin: 5px 0px;
padding: 0px 0px 0px 30px;
border-width: 0px 0px 0px 1px;
border-style: solid;
border-color: #989898;
}

.social-network-icons-preload {
visibility: hidden;
width: 0px;
height: 0px;
overflow: hidden;
}

.social-network-title {
display: inline-block;
font-family: "ff-din-web", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 45px;
vertical-align: top;
color: #fff;
}

a.instagram-icon-bar {
display: inline-block;
width: 45px;
height: 34px;
margin: 7px 0px 0px 10px;
vertical-align: top;
background: url(img/Instagram_HomepageCenter_Inactive.png) no-repeat center center;
}

a.facebook-icon-bar {
display: inline-block;
width: 46px;
height: 29px;
margin: 7px 0px 0px 10px;
vertical-align: top;
background: url(img/Facebook_HomepageCenter_Inactive.png) no-repeat center center;
}

a.twitter-icon-bar {
display: inline-block;
width: 38px;
height: 28px;
margin: 7px 0px 0px 10px;
vertical-align: top;
background: url(img/Twitter_HomepageCenter_Inactive.png) no-repeat center center;
}

a.instagram-icon-bar:hover, .instagram-icon-bar-preload {
background: url(img/Instagram_HomepageCenter_Hover.png) no-repeat center center;
}

a.facebook-icon-bar:hover, .facebook-icon-bar-preload {
background: url(img/Facebook_HomepageCenter_Hover.png) no-repeat center center;
}

a.twitter-icon-bar:hover, .twitter-icon-bar-preload {
background: url(img/Twitter_HomepageCenter_Hover.png) no-repeat center center;
}
/*at the hall*/
p object embed{
	min-height: 580px;
}

/* blog */
.blog-center-wrap {width: 840px; padding: 20px 15px; float: right;}
.blog-menu {width: 100%; display: block; margin-bottom: 24px; }
.blog-menu a {width: 200px; display: inline-block; margin-right: 9px; background: #c1c1c1; text-align: center; color: #fff; text-transform: uppercase; padding: 7px 12px; text-decoration: none;}
.blog-menu a.active {background: #0098A7;}
.blog-cat-menu {display: block; margin-bottom: 24px;}
.archive-post {width: 224px; position: relative; float: left; margin-right: 12px; min-height: 280px; padding-bottom: 12px; font-size: 14px;
font-family: "ff-din-web", sans-serif; color: #4A4A4A; line-height: 19px;}
.row {clear: both;}
.archive-video {width: 224px; position: relative; float: left; margin-right: 12px; min-height: 224px; padding-bottom: 12px;}
.archive-post-img-hover {height: 0; width: 0;}
.archive-post:hover .archive-post-img-hover {width: 220px; height: 145px; display: inline-block; position: absolute; border: 4px solid #0098A7; }
.archive-post-img {width: 224px; height: 149px;}
.archive-post-img a {display: inline-block; height: 100%; width: 100%; }
.archive-post-title  {padding-top: 4px; }
.archive-post-title,
.archive-post-title a {text-decoration: none; font-weight: bold; text-transform: uppercase;}
.video-cat a,
.archive-post-cat a {text-decoration: none; text-transform: uppercase; padding-bottom: 12px; display: block; font-size: 11px;}
.video-cat a {cursor: none;}
.podcast-date {text-transform: uppercase; font-size: 11px; margin-bottom: 12px;}
.filter-text {text-transform: uppercase; padding-bottom: 6px; font-size: 11px; color: #313131;}
.blog-select {background: #000; overflow: hidden; opacity: 0.8;  width: 200px; }
.blog-select select#cat {text-transform: uppercase; background: #000 url(img/down-dropdown.png) no-repeat; background-position: 176px 8px; color: #fff; outline: none; padding: 8px 12px 8px 12px; width: 200px;  border: none; display: block; border-radius: 0;  -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.blog-select select#cat option {text-transform: none; color: #fff; outline: none; padding: 8px 12px 8px 12px; width: 190px; border: none; border-radius: 0;  -webkit-appearance: none;}
.blog-select select#cat option:first-child {text-transform: uppercase; }
.blog-select select#cat hover {color: #0098A7;}
.blog-select selected {outline: none; text-transform: uppercase; }
.single .breadcrumb {margin-bottom: 24px;}
.single h3.grey-header {line-height: 1.1em;}
.blog-post-date {margin-top: -12px; margin-bottom: 12px;font-style: italic; font-family: Georgia, serif;}
.yearly-archives {margin-top: 36px; margin-bottom: 18px; border-bottom: 1px solid #ccc; max-width: 697px; padding-bottom: 6px;  }
.yearly-archives a {padding: 3px 6px 1px; margin-right: 12px; text-decoration: none;}
.yearly-archives .active {font-weight: bold; background: #0098A7; color:#fff;}
#blog-center {padding-top: 10px;}
.page-id-38 .blog-header,
.parent-pageid-38 .blog-header {background: url(img/SCMS_Podcasts_Header.jpg) no-repeat; width: 100%; height: 280px; margin: 0 10px; }
.page-id-36 .blog-header,
.parent-pageid-36 .blog-header {background: url(img/SCMS_Videos_Header.jpg) no-repeat; width: 100%; height: 280px; margin: 0 10px; }
.page-id-2464 .blog-header {background: url(img/SCMS_Stories_Header.jpg) no-repeat; width: 100%; height: 280px; margin: 0 10px; }
.blog-content {max-width: 640px; padding-bottom: 20px; font-size: 16px;
font-family: "ff-din-web", sans-serif;
color: #4A4A4A;
line-height: 20px;}
.blog-title {color: #fff; font-family: "ff-din-web", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 28px;
    margin-left: 32px;
    line-height: 40px;
    padding-bottom: 20px;}

/* Share this Post */
.post-share {margin-top: 110px; margin-right: 20px;}

.post-share a {
    width: 24px;
    display: inline-block;
    height: 24px;
    margin: 0px 0px 0px 10px;}


.post-email { background: url(img/Mail_Inactive.png) no-repeat center center; width: 26px; height: 19px;}
.post-email:hover { background: url(img/Mail_Hover.png) no-repeat center center;}
#wp-email-popup {padding: 18px; color: #fff; }
#wp-email-popup .wp-email p {padding: 7px 0;}

.post-fb {
background: url(img/Facebook_Grey.png) no-repeat center center;
}

.post-fb:hover {
background: url(img/Facebook_Yellow.png) no-repeat center center;
}

.post-twitter {
background: url(img/Twitter_Footer_Inactive.png) no-repeat center center;
}

.post-twitter:hover {
background: url(img/Twitter_Footer_Hover.png) no-repeat center center;
}

.post-gplus {
background: url(img/gplus_Grey.png) no-repeat center center;
}

.post-gplus:hover {
background: url(img/gplus_Yellow.png) no-repeat center center;
}



#artist-sponsor {
display: inline-block;
/* font-family: Georgia, serif; */
font-family: "ff-din-web",sans-serif;

font-size: 12px;
color: #2828282;
/* font-style: italic; */
margin-bottom: 15px;

}

/* special events */


.hidethisform {
	display: none;
}

.se-button {
	display: block;
	width: 100%;
	text-align: left;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #282828;
	margin-top: 20px;
	font-style: normal !important;
}

.se-content {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 12px;
	line-height: 16px;
	color: #282828;
	padding: 15px 0px 0px 0px;
	font-style: normal;
	font-weight: normal;
}

.se-date, .se-location {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "ff-din-web",sans-serif;

	font-size: 12px;
	line-height: 16px;
	color: #282828;
	font-style: normal;
}

/* crescendo concerts */


.individual-crescendo-concert {
	border-top: 1px solid #ccc;
	margin: 15px 0px;
	padding: 30px 0px 15px;
}

.individual-crescendo-concert h2 {
	margin-bottom: 10px;
}

.individual-crescendo-concert .performance-artists {
	margin-top:15px;
}

.individual-crescendo-concert .performance-artists img {
	margin-right:10px;
	border: 5px solid #0098A7;
}


/* purchase tickets */


.page-id-24 .grey-header {
	border-width: 0px 0px 5px 0px;
border-style: solid;
border-color: #0098A7;
margin-bottom: 32px;
}

.page-id-24 .series-title {
	margin-bottom: 10px !important;
}

.page-id-24 h2 {
	line-height: 22px;
}

.page-id-24 .purchase-series {
	margin-top:20px !important;
}

/* patron trip */

.itinerary-title {
	margin-top: 40px;
	margin-bottom: 30px;
}

/* prevew section */




/* MUtS */
#center-side.muts {
	padding-bottom: 40px;
}
#parks-wrapper {
	margin: 40px 0 0 0;
}
#parks-wrapper .park-wrap {
	margin-bottom: 40px;
}
#parks-wrapper .park-wrap:last-of-type {
	margin-bottom: 0;
}
#parks-wrapper .park-wrap .static-wrap {
	cursor: pointer;
}
#parks-wrapper .park-wrap .static-wrap .park-title-wrap {
	padding: 30px;
}
#parks-wrapper .park-wrap .static-wrap .park-title-wrap .title-float {
	float: left;
	width: calc(100% - 127px);
}
#parks-wrapper .park-wrap .static-wrap .park-title-wrap .title-float h2.park-title {
	color: #ffffff;
	font-family: "ff-din-web",sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	width: calc(100% - 127px);
}
#parks-wrapper .park-wrap .static-wrap .park-title-wrap .title-float h2.park-title:before {
	content:  url(img/right_arrow.png);
	display: inline-block;
	position: relative;
	top: 3px;
	width: 60px;
}
#parks-wrapper .park-wrap .static-wrap .park-title-wrap .title-float h2.park-title.rotate:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 16px;
	left: -20px;
}
#parks-wrapper .park-wrap .static-wrap .park-title-wrap .title-float p.park-banner-text {
	color: #ffffff;
	display: none;
	/* font-family: Georgia, serif; */
	font-size: 13px;
	font-family: "ff-din-web",sans-serif;
	/* font-style: italic; */
	line-height: 15px;
	margin-left: 60px;
	width: calc(100% - 127px);
}
#parks-wrapper .park-wrap .static-wrap .park-title-wrap .park-icon-wrap {
	display: none;
	min-height: 102px;
	width: 97px;
	margin-left: 30px;
	float:left;
}
#parks-wrapper .park-wrap .static-wrap .park-title-wrap .park-icon-wrap img.park-icon {
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}
#parks-wrapper .park-wrap .dynamic-wrap {
	background-color: #ffffff;
	border: 1px solid #333333;
	border-top: none;
	display: none;
	padding: 30px;
}
#parks-wrapper .park-wrap .dynamic-wrap .park-blurb {
}
#parks-wrapper .park-wrap .dynamic-wrap .accordion-wrap {
}

#TB_closeAjaxWindow #TB_closeWindowButton {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 0;
}
@media screen and (max-width: 969px) {


	/*mobile nav */
	.slicknav_menu {
		position: fixed;
		font-family: "ff-din-web",sans-serif;
	}
	.slicknav_menu #shopping-cart {
		float: right;
		position: relative;
		right: 5px;
		top: 10px;
	}
	.slicknav-logo-text {
		text-align:center;
		width: 55%;
	}
	.slicknav_menu #menu-main-menu {
		height: 100%;
		max-height: 480px;
		overflow: scroll;
	}
	.slicknav_menu > ul > li > a,
	.slicknav_menu > ul > li > a > a {
		text-transform: uppercase;
	}
	.slicknav_menu > ul > li.top-menu > a,
	.slicknav_menu > ul > li .top-menu > a > a {
		text-transform:capitalize;
	}
	.slicknav_menu form input[type="submit"]:not(#searchsubmit) {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: inline;
		font-size: 16px;
		margin: 2px 5px;
		outline: medium none;
		padding: 5px 10px 5px 7px;
		text-decoration: none;
		width: 99%;
	}
	.slicknav_menu form input[type="submit"]:not(#searchsubmit):hover {
		background: rgba(204, 204, 204, 0.3) none repeat scroll 0 0;
		border-radius: 6px;
	}

	.slicknav_menu .current-page-ancestor > a,
	.slicknav_menu .current-menu-ancestor > a,
	.slicknav_menu .current-menu-parent > a,
	.slicknav_menu .current-page-parent > a,
	.slicknav_menu .current_page_parent > a,
	.slicknav_menu .current_page_ancestor > a,
	.slicknav_menu .parent-menu-item > a,
	.slicknav_menu .current-menu-item > a,
	.slicknav_menu .current_page_item > a,
	.slicknav_menu .current-page-ancestor > form input[type="submit"]:not(#searchsubmit),
	.slicknav_menu .current-menu-ancestor > form input[type="submit"]:not(#searchsubmit),
	.slicknav_menu .current-menu-parent > form input[type="submit"]:not(#searchsubmit),
	.slicknav_menu .current-page-parent > form input[type="submit"]:not(#searchsubmit),
	.slicknav_menu .current_page_parent > form input[type="submit"]:not(#searchsubmit),
	.slicknav_menu .current_page_ancestor > form input[type="submit"]:not(#searchsubmit),
	.slicknav_menu .parent-menu-item > form input[type="submit"],
	.slicknav_menu .current-menu-item > form input[type="submit"],
	.slicknav_menu .current_page_item > form input[type="submit"],
	.slicknav_menu .current-page-ancestor > a > a,
	.slicknav_menu .current-menu-ancestor > a > a,
	.slicknav_menu .current-menu-parent > a > a,
	.slicknav_menu .current-page-parent > a > a,
	.slicknav_menu .current_page_parent > a > a,
	.slicknav_menu .current_page_ancestor > a > a,
	.slicknav_menu .parent-menu-item > a > a,
	.slicknav_menu .current-menu-item > a > a,
	.slicknav_menu .current_page_item > a > a{
		color: #0098A7;
	}
	.slicknav_nav .slicknav_row {
		margin: 12px 5px !important;
	}
	.slicknav_nav li.top-menu {
		margin: 10px 5px !important;
	}
	.slicknav_nav li.top-menu.top-one {
		border-top: 2px solid #ffffff;
		margin: 20px 5px 12px 5px !important;
	}
	.slicknav_menu .slicknav_nav li .sub-menu li {
		border-color: #989898;
    	border-style: solid;
    	border-width: 0 0 1px;
	}
	.slicknav_menu .slicknav_nav li .sub-menu li .nav-form-btn {
		border: none;
	}
	/* main layout */
	#main-container {
		max-width: 97.95%;
	}
	#main-container img{
		max-width: 100%;
		height: auto;
	}
	/*footer */
	#scms-footer {
		width: 100%;
	}
	#scms-footer #scms-bottom-menu {
		left: 35%;
		margin: 0 auto;
		top: 20px;
		width: 40%;
	}
	#scms-footer #scms-bottom-menu #menu-bottom-menu {
		display: block;
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
	#scms-footer #scms-bottom-menu #menu-bottom-menu li {
		display: block;
		line-height: 2em;
	}
	#scms-footer #social-networking {
		top: 0;
	}
	#scms-footer #social-networking a {
		display: block;
		height: 40px;
		width: 45px;
	}
	/*homepage */
	#homepage-banners-container {
		width: 100%;
	}
	#homepage-banners-container .home-banner {
		height: auto;
		width: 100%;
	}
	#homepage-banners-container .home-banner .home-banner-image {
		height: auto;
		width: 100%;
	}
	#homepage-banners-container .home-banner .home-banner-contents {
		width: 100%;
	}
	.links-bar {
		width: 100%;
	}
	/*concert-series --- artists*/
	.each-artist {
		width: calc(100% / 4 - 10px);
	}
	/*at the hall*/
	p object embed{
		min-height: 550px;
	}
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		width: calc(100% - 20px);
		background-size: cover;
		height: 276px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		width: calc(100% - 20px);
		background-size: cover;
		height: 276px;
	}
	.page-id-2464 .blog-header {
		width: calc(100% - 20px);
		background-size: cover;
		height: 276px;
	}
	.blog-center-wrap {
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 930px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 265px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 265px;
	}
	.page-id-2464 .blog-header {
		height: 265px;
	}
}
@media screen and (max-width: 905px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 258px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 258px;
	}
	.page-id-2464 .blog-header {
		height: 258px;
	}
}
@media screen and (max-width: 870px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 248px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 248px;
	}
	.page-id-2464 .blog-header {
		height: 248px;
	}
}
@media screen and (max-width: 845px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 240px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 240px;
	}
	.page-id-2464 .blog-header {
		height: 240px;
	}
}
@media screen and (max-width: 820px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 230px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 230px;
	}
	.page-id-2464 .blog-header {
		height: 230px;
	}
}
@media screen and (max-width: 809px) {
	/*homepage */
	.links-bar {
		height: 110px;
	}
	.link-bar-link-container {
		padding: 0;
	}
	.social-network-icons {
		border: none;
		display: block;
		padding: 0;
	}
	/*shop*/
	.merchandise {
		width: 97.95%;
	}
	.merchandise:nth-child(2n) {
		margin: 0;
	}
	/*concert-series --- artists*/
	.each-artist {
		width: calc(100% / 3 - 10px);
	}
	/*at the hall*/
	p object embed{
		min-height: 475px;
	}
}
@media screen and (max-width: 780px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 220px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 220px;
	}
	.page-id-2464 .blog-header {
		height: 220px;
	}
	.archive-post {
		width: 100%;
		margin-bottom: 44px;
	}
	.archive-post-img {
		width: auto;
		text-align: center;
	}
	.podcast-file {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog-menu a {
		display: block;
		margin: 20px auto;
		padding: 15px 12px;
		width: 48%;
	}
}
@media screen and (max-width: 739px) {
	/*mobile nav */
	.slicknav-logo-text {
		width: 45%;
	}
	/*homepage */
	.home-banner-title {
		display: block;
		height: auto;
		margin: 10px auto;
		width: 97.95%;
		text-align: center;
	}
	.home-banner-text {
		padding: 15px;
	}
	.home-banner-url {
		padding: 0 15px;
	}

	/*concert-series*/
	.purchase-series {
		float: none;
	}
	/*at the hall*/
	p object embed{
		min-height: 435px;
	}
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 210px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 210px;
	}
	.page-id-2464 .blog-header {
		height: 210px;
	}
}
@media screen and (max-width: 690px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 195px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 195px;
	}
	.page-id-2464 .blog-header {
		height: 195px;
	}
}
@media screen and (max-width: 660px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 185px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 185px;
	}
	.page-id-2464 .blog-header {
		height: 185px;
	}
}
@media screen and (max-width: 599px) {
	/*mobile nav */
	.slicknav-logo-text {
		width: 30%;
	}
	/*footer */
	#scms-footer {
		height: 340px;
	}
	#scms-footer #address {
		top: 170px;
	}
	#scms-footer #scms-bottom-menu {
		left: 20px;
		margin: 0;
		width: 60%;
	}
	/*homepage */
	.home-banner-title {
		display: block;
		height: auto;
		margin: 10px 20px;
		width: calc(100% - 60px);
	}
	/*concert-series*/
	table.performance-day td.performance-time {
		width: 40%;
	}
	/*concert-series --- artists*/
	.each-artist {
		width: calc(100% / 2 - 10px);
	}
	/*at the hall*/
	p object embed{
		min-height: 350px;
	}
	/* donate forms */
	.form-line,
	.form-instructions,
	.form-textarea {
		width: calc(99.98% - 50px);
	}
	.form-line label {
		width: 40%;
	}
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 170px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 170px;
	}
	.page-id-2464 .blog-header {
		height: 170px;
	}
	table.center-side-table td.admin-td-left,
	table.center-side-table td.admin-td-right {
		display: block;
		width: 100%;
		padding: 0;
	}
	#center-side p iframe {
		max-width: 100%;
		height: auto;
		min-height: 245px;
	}
}
@media screen and (max-width: 560px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 155px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 155px;
	}
	.page-id-2464 .blog-header {
		height: 155px;
	}
	.blog-menu a {
		width: 60%;
	}
}
@media screen and (max-width: 520px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 145px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 145px;
	}
	.page-id-2464 .blog-header {
		height: 145px;
	}
	.blog-menu a {
		width: 65%;
	}
}
@media screen and (max-width: 499px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 135px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 135px;
	}
	.page-id-2464 .blog-header {
		height: 135px;
	}
	.blog-menu a {
		width: 70%;
	}
	#center-side p iframe {
		min-height: 230px;
	}
}
@media screen and (max-width: 469px) {
	/*mobile nav */
	.slicknav-logo-text {
		width: 20%;
	}
	/*homepage */
	.links-bar {
		height: 145px;
	}
	.link-bar-link-container {
		display: inline-block;
		float: left;
		height: auto;
		width: 49.98%;
	}
	.social-network-icons {
		display: inline-block;
		float: left;
		width: 49.98%;
	}
	.social-network-title {
		display: block;
	}
	a.links-bar-link {
		display: block;
	}
	a.love-note-icon-bar,
	.links-bar-dividers {
		display: none;
	}
	/*at the hall*/
	p object embed{
		min-height: 275px;
	}
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 130px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 130px;
	}
	.page-id-2464 .blog-header {
		height: 130px;
	}
	.archive-post-img {
		text-align: left;
	}
	.podcast-file {
		max-width: 60%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 440px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 120px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 120px;
	}
	.page-id-2464 .blog-header {
		height: 120px;
	}
	.podcast-file {
		width: auto;
		max-width: 90%;
	}
	#center-side p iframe {
		min-height: 215px;
	}
}
@media screen and (max-width: 419px) {
	/*Mobile Header*/

	/*mobile nav */
	.slicknav-logo-text {
		width: 100%;
	}
	.slicknav_menu #shopping-cart {
		float: right;
		position: absolute;
		right: 5px;
		top: 55px;
	}
	/*concert-series*/
	table.performance-day td.performance-time {
		width: 30%;
	}
	table.performance-day .calendar-add {
		float:none;
		margin: 10px 0 0 0;
	}
	/*concert-series --- artists*/
	.each-artist {
		width: calc(100% - 10px);
	}
	.each-artist a.artist-image {
		margin: 0 auto;
	}
	.each-artist-info {
		margin: 5px auto;
		width: 160px;
	}
	/*at the hall*/
	p object embed{
		min-height: 240px;
	}
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 115px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 115px;
	}
	.page-id-2464 .blog-header {
		height: 115px;
	}
	.blog-menu a {
		width: 75%;
	}
	#center-side p iframe {
		min-height: 205px;
	}
}
@media screen and (max-width: 390px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 105px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 105px;
	}
	.page-id-2464 .blog-header {
		height: 105px;
	}
	.blog-menu a {
		width: 80%;
	}
	#center-side p iframe {
		min-height: 190px;
	}
}
@media screen and (max-width: 359px) {
	/*homepage */
	.links-bar {
		height:260px;
	}
	.link-bar-link-container {
		display: inline-block;
		float: none;
		height: auto;
		margin: 5px auto;
		width: 97.95%;
	}
	.social-network-icons {
		display: inline-block;
		float: none;
		margin: 5px auto;
		width: 97.95%;
	}
	/*at the hall*/
	p object embed{
		min-height: 210px;
	}
	/* donate forms */
	.form-line label {
		text-align: left;
		width: 100%;
	}
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 100px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 100px;
	}
	.page-id-2464 .blog-header {
		height: 100px;
	}
	#center-side p iframe {
		min-height: 176px;
	}
}
@media screen and (max-width: 320px) {
	/*blog template */
	.page-id-38 .blog-header,
	.parent-pageid-38 .blog-header {
		height: 90px;
	}
	.page-id-36 .blog-header,
	.parent-pageid-36 .blog-header {
		height: 90px;
	}
	.page-id-2464 .blog-header {
		height: 90px;
	}
	#center-side p iframe {
		min-height: 158px;
	}
}



/* calendar custom css */

.single-concert_series .calendar {
	position: relative;
	z-index: 2;
	overflow: hidden;
	box-shadow: 31px -37px 32px 26px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 760px) {
	.single-concert_series .calendar {
		max-height: 145px;
	}
}

.page-id-32 #main-container-wrapper {
	background-color: #fff;
}

.page-id-32 .background-image {
	display: none;
}

.page-id-32 #center-side {
	padding: 40px 10px 80px !important;
width: 100% !important;
width: 100% !important;
box-sizing: border-box !important;
}

.fc-basic-view .fc-body .fc-row {
	min-height: 175px !important;
	font-size: 24px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left !important;
		font-family: "ff-din-web",sans-serif;
		padding: 15px;
		color: #414142 !important;
		opacity: .35;
		}

.fc-header-toolbar h2 {
	font-size: 42px !important;
	font-family: "ff-din-web",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.fc-button-group {

		margin-left: -45px !important;
		margin-top: 0px !important;
		margin-bottom: 25px !important;
		width: 215px;
margin-left: -249px !important;
margin-top: -3px !important;
}

.fc-button-group button {
	border-radius: 0px !important;
	height: 10px !important;
  padding: 0px !important;
}

.fc-icon-right-single-arrow::after, .fc-icon-left-single-arrow::after {
	font-weight: 100 !important;
	font-size: 23px !important;
	opacity: .7 !important;
	}

.fc-event {
	font-size: 14px !important;
}

.fc-event-container {
	margin-bottom: 13px;
	/* display: block; */
}

.fc-header-toolbar .fc-left {
	min-width: 230px;
}

.fc-day-grid-event .fc-content {
    white-space: normal !important;
}

.fc-toolbar .fc-right {
	float: none !important;
}

.monthclick, .fc-today-button {
	display: none;
}

.fc-next-button,.fc-prev-button {
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	 background-color: transparent !important;
	 background-image: none !important;
	 border:0px !important;
	 box-shadow: 0 0 0 0 !important;
}

.fc-next-button {
	float: right !important;
}

.fc-other-month {
	background-color: #f9f9f9 !important;
}

#calendar-view-buttons {
	margin-bottom: 20px;
}


.fc-day-grid-container {
	height: auto !important;
}

.fc-widget-content {
	border-color: #4a4a4a !important;
}

.fc-day-header {
	text-align: left !important;
text-transform: uppercase;
font-weight: 400;
font-family: "ff-din-web",sans-serif;
border-color: #fff !important;
border-bottom: 1px solid #a4a4a4 !important;
}

.fc-head, .fc-head-container .fc-widget-header {
	border-color: #fff !important;
	border-bottom: 1px solid #a4a4a4 !important;
}

.fc-head-container .fc-widget-header thead {
	border-color: #fff !important;
	border-bottom: 1px solid #a4a4a4 !important;
}

.fc-event {
	background-color: transparent !important;
	color: #4a4a4a !important;
	border: 0px !important;
	padding: 2px 13px !important;
	margin-bottom: 15px !important;
	color: #0098A7 !important;
}

.fc-time {
	display: block;
	font-weight: normal !important;
}

.fc-today {
	background-color: rgba(0,152,167,.2) !important;
}

.fc-day-top.fc-today {
	background-color: transparent !important;
}

.fc-unthemed th, .fc-unthemed thead, .fc-head .fc-unthemed td, .fc-head-container {
	border-color: #fff !important;
}

.patron-trip-hide-time span {
	opacity: 0 !important;
}

.patron-trip-hide-time .learn-more-list {
opacity: 1 !important;
}

.page-id-32 .calendar-add-icon {
	display: none;
}

.page-id-32 .calendar-add {
	display: none !important;
}

#calendar-view-buttons {
	display: inline-block;
	position: absolute;
	right: 10px;
}

#calendar-view-buttons .calendar-view-button {
	display: inline-block !important;
	font-weight: 700 !important;
	border-bottom: 2px solid #fff;
	margin-left: 8px;
	font-size: 16px;
	font-family: "ff-din-web",sans-serif;
}

#calendar-view-buttons .calendar-view-button.calendar-button-selected {

	border-bottom: 2px solid #0098A7 !important;
	color: #0098A7 !important;

}

.fc-title {
	font-family: "ff-din-web",sans-serif !important;
}

.none-fc-content {
	display: none;
}



.none-fc-content-date-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		position: relative;
		border-top:1px solid #979797;
		padding: 35px 0px 0px;
}

.none-fc-content-date-container .calendar-add-icon {
	position: absolute;
	top: 60px;
}

.flex-date-col {
	width: 20%;
}

.flex-date-col .none-fc-content-date {
	font-family: "ff-din-web",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

.flex-events-col {
	width: 80%;
}

.flex-events-col a {
	text-decoration: none !important;
	margin-bottom: 53px !important;
	display: block;
	margin-top: -13px;
}

.flex-events-col b {
	text-transform: capitalize;
	font-size: 30px;
	font-family: "ff-din-web",sans-serif;
	font-weight: 300 !important;
	color: #4A4A4A;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.flex-events-col span {
	color: #414142 !important;
opacity: .35;
font-family: "ff-din-web",sans-serif;
font-size: 30px;
display: block;
}

.flex-events-col .learn-more-list {
	text-transform: uppercase;
	font-weight: 700;
	color: #0098A7 !important;
	position: absolute;
	right: 2px;
	font-size: 14px !important;
opacity: 1;
margin-top: -59px;
}

#calendar-filter-section {
margin-top: -30px;
margin-bottom: 30px;
display: inline-block;
position: absolute;
margin-left: 230px;
margin-top: -15px;
}



.calender-filter {
	display: inline-block;
	margin-right: 45px;
}

.filter-options {
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 9;
	box-shadow: 1px 1px 3px 1px #ccc;
	padding: 10px;
	margin-top: 2px;
}

.selected-filter {
	color: #0098A7;
	text-transform: uppercase;
	font-family: "ff-din-web",sans-serif;
	font-weight: 700;
	font-size: 16px;
	position: relative;
}

.selected-filter:after {
	content: "";
	display: block;
	/* height: 10px;
	width: 10px;
	background-color: #0098a7; */
	position: absolute;
	right: -20px;
	top: 4px;
	width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0098a7;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cal-filter-option {
	text-transform: capitalize;
	font-family: "ff-din-web",sans-serif;
	font-size: 18px;
	color: #4A4A4A;
	margin: 12px 0px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.cal-filter-option:hover {
	color: #0098A7;
	-webkit-transition: background-color .3s ease-in;
	-moz-transition: background-color .3s ease-in;
	-o-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}

.filtered {
	display: block !important;
}

.location-filter .filter-options {
	min-width: 350px;
}

.category-filter .filter-options {
	min-width: 160px;
}

.selectric-wrapper {
display: inline-block;
margin-right: 30px;
max-width: 200px;
}

.selectric {
	background: transparent !important;
	border: 0px !important;

}

.selectric .label {
	color: #0098A7 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	font-family: "ff-din-web",sans-serif !important;

}

.selectric .button {
	background-color: transparent !important;
}

.selectric-items {
	width: 335px !important;
height: 350px !important;
}

.selectric .button::after {
	border: 7px solid transparent !important;
	border-top-color: #0098A7 !important;
}

.selectric-items {
	border: 0px !important;
	background: #fff !important;
	padding-top: 15px !important;
}

.selectric-items li:hover {
    background: transparent !important;
		color: #666 !important;
	}

.selectric-items li.highlighted {
	background: transparent !important;
}

.selectric-items li {
	color: #0098A7 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	font-family: "ff-din-web",sans-serif !important;
	padding: 6px 0px !important;
}

.hide-filters {
	display: none !important;
}

.opacity-filters {
	opacity: 0 !important;
}




.single-composers .individual-artist-right-col {
	padding-left: 20px;
	margin-top: 0px;
	width: 70%;
}

/* new individual artist page */


.individual-artist-wrapper {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.individual-artist-right-col {
	padding-left: 20px;
	/* margin-top: -40px; */
	width: 70%;
}

.individual-artist-left-col {
	width: 30%;
}

.individual-artist-left-col img {
width:100%;
}


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

	.individual-artist-wrapper {
		display: block;
	}

	.individual-artist-right-col {
		padding-left: 0px;
		/* margin-top: -40px; */
		width: 100%;
	}

	.individual-artist-left-col {
		width: 100%;
		margin-bottom: 30px;
	}

	.utility-nav .mobile-logo {
	    display: block !important;
	}
}

.utility-nav {
	/*overflow: hidden;*/
}

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

	#main-container-wrapper{
		margin-top: 100px;
	}
}

.ind-artist-instrument {
	/* margin-left: -30px; */
font-style: italic;
}

.individual-sponsor {
	margin-top: 15px;
font-style: italic;
text-transform: capitalize;
margin-bottom: 15px;
}

.ind-artist-bio {
	/* margin-top: 20px; */
}

.ind-artist-bio p:first-of-type {
	padding-top: 0px !important;
}

.no-event-cal {
opacity: .3;
font-size: 13px;
}


body.events-template-concert .disabled, .disabled {
	border: 0px !important;
	padding: 10px 0px !important;
}




/* suggested performances  */

.suggested-performances .photo, .more-to-hear .photo, .your-concert-experience .photo {
	width: 100%;
	padding-bottom: 55%;
	background-size: cover;
	background-position: 50%;
}




section.calendar {
    padding: 25px 0 10px !important;
	}

	section.calendar .week .week-header {
    padding: 0 0 10px 0 !important;
}


section.calendar .slick-prev, section.calendar .slick-next {
    top: 5px !important;
}

.calendar .slick-prev {
    left: 36% !important;
}
.calendar .slick-next {
    right: 35% !important;
}



.page-template-page-single-tickets h1 {
	margin-bottom: 30px;
}

.page-template-page-single-tickets .cat-span {
	text-transform: capitalize;
}

.page-template-page-single-tickets label {
	width: 100%;
}

.page-template-page-single-tickets .ticket-links, .single-artists .ticket-links, .single-composers .ticket-links {
	margin: 0px 0px 0px auto;
}

.page-template-page-single-tickets .check-boxes, .single-artists .check-boxes, .single-composers .check-boxes  {
	border-bottom: 1px solid #ccc;
padding: 13px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}

.page-template-page-single-tickets .check-boxes label, .single-artists .check-boxes label, .single-composers .check-boxes label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}


.single-artists .entry-content, .single-composers .entry-content {
	margin-top: 30px;
}

.page-template-page-single-tickets #main-container {
	padding: 40px 0px 80px 0px;
}

.single-artists .present {
	display: none;
}

.single-artists h3 span,.single-composers h3 span {
	color: #282828;
margin-left: 6px;
font-style: italic;
font-size: 18px;
text-transform: none;
}



section.overview .segments .segment {
    width: 100% !important;
    padding: 0px 0px 45px 0px !important;
}

section.overview .segments .segment h4, .segment .composer, .segment .composition {
	display: inline !important;
}

section.overview .segments {
    margin-bottom: 0px !important;
}

.segment .artists {
	margin-bottom: 10px;
}

.segment .composition {
	font-style: italic;
	font-size: 18px !important;
}


.segment .composer h4 {
text-transform: capitalize !important;
font-size: 18px !important;
letter-spacing: .25px !important;
}

.segment .composition:before {
	/* content:" – ";
	display: inline; */
}

section.overview .wrapper article .description {
    padding: 0 0 0px 0 !important;
}

.comp-wrap {
	margin-bottom: 10px;
line-height: 23px !important;
}


.performedby {
	font-size:15px; margin-bottom:8px;
	display: inline-block;
}

.artists .comma:last-of-type {
	display: none;
}

.resize- {
	width: 15% !important;
margin-right: 1% !important;
}

.resize-1 {
	width: 23% !important;
	margin-left: 1%;
	margin-right: 1%;
}


.sub-single-tix {
	margin-top: 60px;
	margin-bottom: 30px;
}

.sub-single-tix a {
	background: #0098A7;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.25em;
	padding: 20px 20px 18px 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	margin-top: 20px;
}


@media screen and (max-width: 770px) {
	.calendar.scms-section {
		/* display:none; */
	}
	section.calendar .week-calendar .day {
    padding: 0 0 25px 0;
    margin: 0px auto;
		width: auto !important;
}

section.calendar .week-calendar {
    width: 100% !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.calendar .slick-prev {
    left: 24% !important;
}
.calendar .slick-next {
    right: 20% !important;
}



}

.itinerary p {
	font-size: 18px;
margin-bottom: 14px;
line-height: 27px;
}

.itinerary strong {
	margin-bottom: 15px;
	font-size: 18px;
	display: block;
	line-height: 25px;
}

.itinerary img {
	width: 100% !important;
display: block;
max-width: 100% !important;
}

.hero.scms-section {
	z-index: 1;
}

.day.empty {
	display: none !important;
}


section.calendar .week-calendar .day + .day:first-of-type {
	border-left: 0px !important;
	background-color: red;
}


section.calendar .week-calendar {
	-webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
						position: relative;
						margin-left: -20px;
}

@media screen and (max-width: 1024px) {
section.calendar .week-calendar {
	margin-left: 0px;
}
}

section.calendar .week-calendar:before {
	height: 100%;
	width: 2px;
	position: absolute;
	left: 0px;
	content:"";
	background-color: #fafafa;
}


.last-quote {
	border-bottom: 1px solid #fff;
}


footer .footer-nav {
    width: 87% !important;
}

footer .footer-nav a {
    font-size: 12px !important;
    letter-spacing: .7px !important;
}

footer .footer-nav a + a {
    margin-left: 0px !important;
		margin-right: 20px !important;
		margin-bottom: 15px !important;
}

footer .footer-nav a:first-of-type {
	margin-right: 20px !important;
}

.social {
	margin-top: -12px;
}

.sponsor-more {
	text-decoration: none !important;
	text-align: center !important;
}

.sponsor-more:after {
	display: none !important;
	margin-left: 0px !important;
}

.disabled p {
	font-weight: bold !important;
}

.main-nav.mobile {
	z-index:5 !important;
}
