body {
	background-image:url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
}
#wrapper input[type="submit"], #wrapper .button {
	font-family: 'source_sans_proregular';
	font-size: 13px;
	color: #FFF;
	text-align: center;
	border: 1px solid #000;
	background-image:url(images/button.png);
	width: 90px;
	border-radius: 8px;
	transition: opacity 0.6s;
}
#wrapper input[type="submit"]:hover, #wrapper .button:hover {
	transition: opacity 0.2s;
}
#wrapper input[type="submit"] {
	height: 30px;
	cursor: pointer;
}
#wrapper .button {
	text-decoration: none;
	display: block;
	padding-top: 7px;
	height: 22px;
}
#wrapper {
	background-color: #1d1d1d;
	width: 1000px;
	margin: 0px auto;
	margin-top: 29px;
	box-shadow: 0px 0px 125px rgba(255, 255, 255, 0.15);
	-o-box-shadow: 0px 0px 125px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: 0px 0px 125px rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: 0px 0px 125px rgba(255, 255, 255, 0.15);
}
#header {
	border-top: 4px solid #444;
	height: 209px;
	background-repeat: no-repeat;
	position: relative;
}
#title {
    background-image: url(images/logo.png);
    display: block;
    text-indent: -9999px;
    width: 236px;
    height: 81px;
    position: absolute;
    top: 31px;
    left: 43px;
}
#call-top {
	background-color: #444;
	position: absolute;
	top: 0px;
	right: 17px;
	text-align: right;
	padding:  10px 15px;
	font-family: 'aleolight';
	font-style: italic;
	font-size: 19px;
	color: #EEE;
}
.call-large {
	font-style: normal;
	color: #EEE;
	font-size: 36px;
}
.call-large span {
	font-size: 33px;
	padding-right: 7px;
}
ul#header-slider {
    height: 218px;
    overflow: hidden;
}#nav {
	background-image: url(images/sprites.png);
	background-position: 0px -450px;
	background-repeat: no-repeat;
	width: 1047px;
	height: 53px;
	position: absolute;
	left: -22px;
	top: 166px;
}
#nav ul {
	list-style: none;
	text-align: center;
	position: relative;
	top: 8px;
}
#nav ul li {
	display: inline-block;
	background-image: url(images/side.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 8px;
}
#nav ul li:last-child {
	background-image: none;
}
#nav ul li a {
font-family: 'aleolight';
font-size: 19px;
color: #FFF;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
-o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
text-indent: -1px;
text-decoration: none;
padding: 0px 28px;
line-height: 37px;
transition: padding-top 0.2s ease-out, padding-bottom 0.2s ease-out;
}
#nav ul li a:hover {
	background-image: url(images/hover-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #371735;
	padding: 19px 27px 17px 27px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
}
#nav ul li a:active {
	background-image: url(images/hover-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #371735;
	/*padding: 11px 6px;*/
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
}
#middle, #main {
	padding: 25px;
}
#middle {
	position: relative;
}
#banner {
	width: 593px;
	height: 334px;
	position: relative;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
}
#banner ul {
	list-style: none;
}
#banner img {
	position: absolute;
	z-index: 2;
}
.banner-text {
	width: 549px;
	background: rgba(0, 0, 0, 0.6);
	position: relative;
	z-index: 4;
	top: 154px;
	padding: 22px;
	height: 136px;
}
.banner-text h2 {
	font-family: 'aleolight';
	color: #FFF;
	font-size: 35px;
	font-weight: normal;
}
.banner-text .date {
	font-family: 'source_sans_prosemibold';
	font-size: 13px;
	color: #FFF;
	margin-top: 0;
}
.banner-text .info {
	font-family: 'source_sans_proregular';
	font-size: 12px;
	color: #FFF;
	width: 430px;
	height: 45px;
	overflow: hidden;
	margin-bottom: 0;
}
.banner-text .button {
	position: absolute;
	bottom: 22px;
	right: 22px;
}
#wrapper .banner-text .price {
	font-family: 'aleoregular';
	color: #000;
	font-size: 17px;
	text-shadow: 1px 1px 1px #FFF;
	-o-text-shadow: 1px 1px 1px #FFF;
	-moz-text-shadow: 1px 1px 1px #FFF;
	-webkit-text-shadow: 1px 1px 1px #FFF;
	display: block;
	background-image: url(images/sprites.png);
	background-position: -400px -279px;
	height: 45px;
	width: 185px;
	padding-top: 30px;
	padding-left: 26px;
	position: absolute;
	top: -5px;
	right: -32px;
}

#wrapper #main .ticket_price {
font-family: 'aleoregular';
color: #000;
font-size: 25px;
text-shadow: 1px 1px 1px #FFF;
-o-text-shadow: 1px 1px 1px #FFF;
-moz-text-shadow: 1px 1px 1px #FFF;
-webkit-text-shadow: 1px 1px 1px #FFF;
display: block;
background-image: url(images/sprites.png);
background-position: -400px -303px;
height: 23px;
width: 185px;
padding-top: 9px;
padding-left: 26px;
position: absolute;
right: -32px;
}

.banner-text .price span {
	font-size: 24px;
	position: relative;
	top: 3px;
	left: 3px;
}
.mailinglist input[type="text"] {
	height: 30px;
	width: 194px;
	background-image: url(images/sprites.png);
	background-position: 0px -518px;
	border: none;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	top: 1px;
	background-color: transparent;
}
#midside {
	position: absolute;
	top: 20px;
	right: 23px;
}

.widget-side {
width: 299px;
background: #444444;
margin: 0px 0px 10px;
border-radius: 10px;
padding: 19px 22px;
position: relative;
}


.widget-side h2 {
	font-family: 'aleolight';
	color: #FFF;
	font-size: 21px;
	font-weight: normal;
}
.widget-side .uptodate {
	color: #FFF;
	font-size: 16px;
	font-family: 'aleolightitalic';
	line-height: 19px;
	padding-top: 3px;
}
.widget-side input[type="submit"] {
	position: absolute;
	right: 15px;
	bottom: 20px;
}
#main {
	padding-top: 0px;
	position: relative;
}
.inner #main {
	padding-top: 25px;
}
.home #main-content {
	float: left;
	width: 575px;
}
.inner #main-content {
	float: left;
	width: 575px;
}
.inner #side-content {
	float: right;
	width: 340px;
	padding-left: 17px;
	border-left: 1px dotted #CCC;
	text-shadow: #000 1px 1px 0px;
}
#wrapper #main-content ul {
	margin-left: 10px;
	padding-left: 10px;
}
#wrapper #main-content ul li {
	margin-left: 10px;
}
#main-content .intro {
	font-size: 22px;
	font-family: 'aleolightitalic';
	font-color: #3e3e3e;
	margin-bottom: 10px;
	padding: 0;
}
#home-img {
	float: right;
	width: 315px;
	height: 174px;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	margin-top: 10px;
}
#footer {
	width: 1000px;
	text-align: center;
	color: #414141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	line-height: 12px;
	padding: 40px 0px;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
}
#mapcontact .googleMapCanvas {
	width: 100%;
	border: 1px solid #CCC !important;
	height: 250px !important;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
}
#formcontact .miniSurveyView {
	border-top: 1px dotted #CCC;
	margin-top: 6px;
	padding-top: 10px;
}
#formcontact .question {
	font-size: 14px !important;
	vertical-align: middle;
}
 #formcontact tr:nth-child(5) .question {
 vertical-align: top;
}
#formcontact label {
	text-align: right;
	float: right;
}
#formcontact textarea {
	width: 210px;
	height: 80px;
	position: relative;
	left: 2px;
}
#mc_embed_signup .mc-field-group label {
	color: #FFF;
	font-size: 14px;
	margin-top: 10px;
}
#mc_embed_signup #mce-EMAIL {
border-radius: 10px;
border: 1px solid #ccc;
padding: 6px 15px;
width: 172px;
margin-left: 0px;
}
#mc_embed_signup #mc-embedded-subscribe {
	padding: 0px;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100px;
	margin: 9px auto 0px auto;
}
.temp_hide {
	display:none;
}
#wrapper p {
	margin: 0px;
	padding: 0px 0px 14px 0px;
}
#main, #middle {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


table.seating tr td {
background-color: #6d3d6b;
display: inline-block;
padding: 4px 0px;
margin: 1px 2px;
width: 30px;
text-align: center;
border-radius: 50%;
cursor: pointer;
transition: all 0.2s;
}
table.seating.wheelchair tr td {
	background-color: transparent;
	cursor:default;
}
table.seating.wheelchair tr td:hover {
	background-color: transparent;
}
table.seating.wheelchair tr td > img {
	height: 20px;
	width: auto;position: relative;
top: -8px;
}
table.seating tr td.booked {
	cursor: default;
	background-color: #444;
	color:#777;;
}
table.seating tr td.booked:hover {
	background-color: #444;
}
table.seating tr td:hover, table.seating tr td.selected, table.seating tr td.sel{
	background-color:#cb8ec8;
}
table.seating  {
margin: 0px auto;
}
.stage_block {
width: 300px;
margin: -9px auto 0px auto;
padding: 0px 0px;
text-align: center;
}
table.legend td.seat {
	background-color: #6d3d6b;
display: inline-block;
padding: 0px 0px;
margin: 1px 2px;
width: 20px;
text-align: center;
border-radius: 50%;
}
#wrapper #main #main-content .bigButton {
	background: #cb8ec8; /* Old browsers */
background: -moz-linear-gradient(top,  #cb8ec8 0%, #6d3d6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb8ec8), color-stop(100%,#6d3d6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb8ec8 0%,#6d3d6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb8ec8 0%,#6d3d6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb8ec8 0%,#6d3d6b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb8ec8 0%,#6d3d6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb8ec8', endColorstr='#6d3d6b',GradientType=0 ); /* IE6-9 */
border-radius: 8px;
padding: 9px 15px;
color: #fff;
font-size: 20px;
width: auto;
height: auto;
text-shadow: 1px 1px 0px #6d3d6b;
font-weight: normal;
float:right;
font-family: 'aleolight';
text-decoration: none;
}

.widget-side iframe {
	width: 100%;
	height: 183px;
}

#wrapper #main #main-content .bigButton:hover {
	background: #dea4db; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlYTRkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMTRiYWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #dea4db 0%, #b14bae 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dea4db), color-stop(100%,#b14bae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dea4db 0%,#b14bae 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dea4db 0%,#b14bae 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dea4db 0%,#b14bae 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dea4db 0%,#b14bae 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dea4db', endColorstr='#b14bae',GradientType=0 ); /* IE6-8 */

}

#main input[type=text], #main input[type=tel], #main input[type=email] {
	border-radius: 7px;
border: 1px solid #ccc;
padding: 5px 8px;
background-color:#ddd;
width: 150px;
}

.ordertable td.mr input {
	margin-right: 20px;
}
.ordertable td { padding-right: 10px; }

a, #wrapper a {
color: #c6c;
text-decoration: none;
}
a:hover, #wrapper a:hover {
	color:#fff;

}
table.events_list td {
	vertical-align:top;
}
.small {
	font-size: 13px; }

	#wrapper .events_list p.event_date {
color: #f6f6f6;
padding-bottom: 0px;
}
#wrapper .events_list .button {
float: right;}

.events_list tr td {
padding: 13px 0px;
border-bottom: 1px dotted #ccc;
}
.events_list tr td img {
border: 1px solid #777;
box-shadow: 2px 2px 3px #000;
}

#flashMessage {
	background-color: #ff9;
padding: 10px 16px;
border-radius: 10px;
margin: 0px 0px 20px 0px;
font-weight: bold;
font-size: 18px;
color: #f00;
}

.tagline {
	position: absolute;
top: 135px;
left: 127px;
}
div#inner-header .tagline {
	display: none;
}
.upcoming_shows td {
font-size: 13px;
border-bottom: 1px solid #777;
cursor:pointer;
padding: 3px 0px;
}
.upcoming_date {text-align: right; }
.upcoming_shows tr:hover td {
	background-color:#333;

}
.upcoming_shows {
border-collapse: collapse;
margin-top: 10px;
width: 100%;
}
#wrapper .upcoming_shows a {
	color:#ddd;
}
#wrapper #main-content .question {
font-size: 22px;
padding-bottom: 0px;
}

div.banner-text h2 {
width: 400px;
font-size: 27px;
}
#banner_wrapper {
	width: 593px;
}

#pager{ padding: 10px 0px 0px 0px;
       text-align: center;
     }
    #pager a {
        display: inline-block;
color: #FFF;
background-color: #70356b;
border-radius: 13px;
text-decoration: none;
margin-right: 4px;
padding: 1px 6px !important;
border: 1px solid #c7c;
margin: 0px 2px;
font-size: 11px;}
    #pager a.activeSlide { background: #c7c; color:#fff; }
    #pager a:focus { outline: none;
     -moz-box-shadow: 5px 5px 2px #fff;
    -webkit-box-shadow: 5px 5px 2px #fff;
    box-shadow: 5px 5px 2px #fff;}

    #pager .activeSlide{
        background-color: #465c71;
        color: #930;
    }
    #banner_wrapper {
        clear: left;
    }

	.home #main {
width: 585px;
}
table.upcoming_shows td.upcoming_date {
	min-width:80px;
}
.widget-side a.past-events {
	float: right;
	font-size: 12px;
	margin-top: 6px;
	transition-duration: 0.1s;
}
* {
	transition-property:color, background-color;
	transition-duration:0.15s;
}

#inner-header {
	position: relative;
	z-index: 200;
}

#header-slider {
	list-style: none;
	position: relative;
	z-index: 100;
}

#mhead {
display: none;
}


/* Blog */

#primary {
width: 575px !important;
border-right: 1px dotted #FFF !important;
padding-right: 20px !important;

}

#secondary {
float: right;
width: 333px !important;
}

.blog #middle { padding-top: 0px !important; }

.entry-thumb {
float: left;
}

.entry-thumb img {
width: 150px;
margin-right: 10px;
box-shadow: 3px 3px 4px rgba(0,0,0,0.4) !important;
height: auto;
}

.widget {
width: 292px;
background: #444444;
margin: 5px 0;
border-radius: 10px;
padding: 19px 22px;
margin-bottom: 4px !important;
position: relative;
}

.widget-title {
font-family: 'aleolight';
color: #FFF;
font-size: 21px;
line-height: 22px !important;
margin-bottom: 7px !important;
font-weight: normal;
text-transform: none !important;
}

.topheading {
margin-bottom: 20px !important;
}

.post {
border-bottom: 1px dotted #CCC !important;
padding-bottom: 7px !important;
}

.entry-title {
border-bottom: none !important;
font-size: 27px !important;
}

.entry-header {
margin-bottom: 7px !important;
}

.entry-posted-by {
padding-left: 30px !important;
background-image: url(images/pb.png);
background-repeat: no-repeat;
background-position: 8px 8px;
background-color: #111;
padding-top: 7px !important;
padding-bottom: 6px !Important;
padding-right: 10px !important;
min-width: 240px;
border-radius: 3px;
}

.entry-posted-by strong {
font-family: 'source_sans_prosemibold';
font-weight: normal;
}

.post footer.entry-meta {
padding-left: 17px;
background-image: url(images/tg.png);
background-repeat: no-repeat;
background-position: 0px 5px;
margin-top: 14px !important;
}

.post {
margin-bottom: 26px !important;
}

.blog .required {
color: #1d1d1d !important;
}

.blog #mc_embed_signup #mce-EMAIL {
border-radius: 10px;
border: 1px solid #ccc;
padding: 6px 14px !important;
width: 153px !important;
margin-left: 0px;
}

.more-link {
font-family: 'source_sans_proregular';
font-size: 13px !important;
color: #FFF !important;
padding: 6px 11px;
text-align: center !important;
border: 1px solid #000 !important;
background-image: url(images/button.png);
width: 90px !important;
border-radius: 8px !important;
transition: opacity 0.6s;
text-decoration: none;
}

.more-link:hover {
text-decoration: underline;
}

.widget ul li {
font-size: 13px !important;
border-bottom: 1px solid #777;
cursor: pointer;
padding: 3px 0px !important;
}

.widget_recent_entries ul li a:before {
width: 25px;
display: block;
float: left;
text-align: center;
background-color: #c6c;
border-radius: 20px;
margin-right: 8px;
color: #FFF;
transition: all 0.2s;
}

.widget_recent_entries ul li a:hover:before {
color: #1d1d1d;
background-color: #FFF;
transition: all 0.2s;
}


.widget_recent_entries ul li:nth-of-type(1) a:before {
	content: "1";
}

.widget_recent_entries ul li:nth-of-type(2) a:before {
	content: "2";
}

.widget_recent_entries ul li:nth-of-type(3) a:before {
	content: "3";
}

.widget_recent_entries ul li:nth-of-type(4) a:before {
	content: "4";
}

.widget_recent_entries ul li:nth-of-type(5) a:before {
	content: "5";
}

.hall-slider { margin-top: 15px; }
.hall-slider ul { list-style: none; margin: 0px !important;  padding: 0px !important;  }
.hall-slider ul li { margin: 0px !important; padding: 0px !important; border: 1px solid #555; box-shadow: 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 10px rgba(0,0,0,0.4) inset; }

#email-side td {
	display: block;
}

#email-side table, #email-side tbody, #email-side tr {
	display: block;
	width: 100%;
}

#email-side input[type="text"], #email-side input[type="email"], #email-side input[type="tel"], #email-side textarea {
	display: block;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100% !important;
}

#email-side textarea {
	border-radius: 7px;
	border: 1px solid #ccc;
	padding: 5px 8px;
	background-color: #ddd;
}

#email-side label {
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	display: block;
}

#email-side h3 {
	font-weight: normal;
	font-family: 'aleolight';font-size: 21px;
}

#email-side p {
margin-top: 10px;
margin-bottom: -19px !important;
}

#pager span {
display: inline-block;
font-size: 40px;
padding: 0px 2px;
line-height: 19px;
cursor: pointer;
transition: all 0.2s;
}

#pager span.cycle-pager-active {
	color:#c7c;
}

#pager span:hover {
	color:#c7c;
}

#wrapper .widget-side a.past-events {
font-size: 20px;
text-align: center;
float: none;
width: 100%;
display: block;
background-image: url(images/sprites.png);
background-position: -33px -450px;
background-repeat: no-repeat;
color: #fff;
border-radius: 13px;
border-right: 1px solid #303;
border-left: 1px solid #303;
padding: 13px 0px 14px;
}

#wrapper .widget-side a.past-events:hover {
	color:#c873c3;
}

#wrapper #main #main-content .bigButton {
	top: 0px !important; }


#inner-header {
	position: relative;
}

#inner-header .es {
    background-color: #444444;
    background-image: url(images/spand.png);
    display: inline-block;
    position: absolute;
    top: 90px;
    right: 17px;
    padding: 8px 20px 8px 50px;
    background-repeat: no-repeat;
    background-position: 11px center;
}
#inner-header .es p {
	padding-bottom: 0px;
	font-family: 'aleoregular';
}

.es-m { display: none; }

.gallery:after {
    clear: both;
    content: "";
    display: block;
}

.gallery a {
    display: block;
    overflow: hidden;
    height: 120px;
    width: 120px;
    float: left;
    margin: 0px 7px 3px 0px;
    background-color: #90508c;
    position: relative;
}
.gallery a img {
    width: 222px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
    position: absolute;
    top: -20px;
    bottom: 0px;
    left: -30%;
}

.gallery a:hover img, .gallery a:focus img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.3;
}

#swipebox-bottom-bar {
    bottom: 0px !important;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

#wrapper #main-content .bx-wrapper ul li {
	margin-left: 0;
}

#wrapper #main-content .bx-wrapper ul {
	margin-left: 0;
	padding-left: 0;
}

#wrapper .event_date {
    padding: 0;
    margin: 0 0 8px;
}

#wrapper .event_date span, #wrapper .event_location span {
    background: #942F94;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
}

#wrapper .event_date span.fa-clock-o {
    margin-left: 16px;
}



#wrapper .event_location em, #wrapper .event_date em {
    color: #AAA;
    font-style: normal;
}

#wrapper .event_location em span {
    color: #FFF;
}

#wrapper .event_location a {
    background: #cb8ec8;
    background: -moz-linear-gradient(top, #cb8ec8 0%, #6d3d6b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb8ec8), color-stop(100%, #6d3d6b));
    background: -webkit-linear-gradient(top, #cb8ec8 0%, #6d3d6b 100%);
    background: -o-linear-gradient(top, #cb8ec8 0%, #6d3d6b 100%);
    background: -ms-linear-gradient(top, #cb8ec8 0%, #6d3d6b 100%);
    background: linear-gradient(to bottom, #cb8ec8 0%, #6d3d6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb8ec8', endColorstr='#6d3d6b', GradientType=0);
    border-radius: 8px;
    padding: 9px 15px;
    color: #fff;
    font-size: 14px;
    display: block;
    max-width: 164px;
    text-align:center;
    width: auto;
    height: auto;
    text-shadow: 1px 1px 0px #6d3d6b;
    font-weight: normal;
    font-family: 'aleolight';
    text-decoration: none;
    transition: all 0.2s;
    margin: 6px 0 0 0;
}

#wrapper .event_location a:hover {
    opacity: 0.4;
    transition: all 0.2s;
    text-decoration: none;
}

#wrapper .event_location em {
    display: block;
}

#newformcontact fieldset {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    border: 0;
    margin: 20px 0;
}

#newformcontact fieldset .mb-3 {
    grid-column: span 1;
}

#newformcontact fieldset .mb-3 input, #newformcontact fieldset .mb-3 textarea {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #ddd;
    border-radius: 8px;
    color: #000;
		box-sizing: border-box; /* add this */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
}

#newformcontact fieldset .mb-3 label {
    margin: 0 0 5px;
    display: block;
}

#newformcontact fieldset .mb-3 .text-muted.small {
    display: none;
}

#newformcontact fieldset .mb-3:last-of-type {
    grid-column: span 2;
}

#newformcontact .form-actions button {
  font-family: 'source_sans_proregular';
  font-size: 13px;
  color: #FFF;
  text-align: center;
  border: 1px solid #000;
  background-image: url(images/button.png);
  width: 90px;
  border-radius: 10px;
  transition: opacity 0.6s;
	height: 30px;
	cursor: pointer;
}

#mc_embed_signup #mce-EMAIL {
    width: 100%;
		box-sizing: border-box; /* add this */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
}

#mc_embed_signup #mc-embedded-subscribe {
    margin: 9px 0 0 auto;
}

.icon-clock, .icon-calendar, .icon-location {
	width: 20px !important;
	height: 20px !important;
	display: inline-block !important;
	background-size: 15px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;
  top: 4px;
}

.icon-clock {
	background-image: url(images/icons/icon-clock.svg) !important;
}

.icon-calendar {
	background-image: url(images/icons/icon-calendar.svg) !important;
}

.icon-location {
	background-image: url(images/icons/icon-location.svg) !important;
}

.he-cards a {
    display: block;
		position: relative;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		overflow: hidden;
		height: 400px;
}

.he-cards a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: #c7c;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.he-cards a img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 !important;
}

.home-slider {
    margin: 0 0 30px;
}

.home-events {
    margin: 20px 0 0;
}

.he-cards a:hover:after,
.he-cards a:focus:after {
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.he-cards a:hover img,
.he-cards a:focus img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

ul.slick-dots {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 !important;
}

ul.slick-dots li button {
    font-size: 0px;
    display: block;
    width: 10px !important;
    height: 10px !important;
    border: none;
    margin: 3px;
    border-radius: 100%;
}

ul.slick-dots li.slick-active button {
    background-color: #c7c;
}
