/*
Theme Name: Harburger Theater
Version: 1.0

/***********************************************************************************/
/*                                  Reset Browser                                  */
/***********************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1{	font-size: 36px;}
h2{	font-size: 30px;}
h3{	font-size: 24px;}
h4{	font-size: 18px;}
h5{	font-size: 14px;}
h6{	font-size: 12px;}
h1, h2, h3 { margin-top: 20px; margin-bottom: 15px;}
h4, h5, h6 { margin-top: 10px; margin-bottom: 10px;}

.clearfix:after,
.form-row:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix ,
.form-row{
	zoom: 1;
}

/***********************************************************************************/
/*                                      Fonts                                      */
/***********************************************************************************/
@font-face {
    font-family: 'interstate';
    src: url('fonts/interstate/interstateboldcondensed-webfont.eot');
    src: url('fonts/interstate/interstateboldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/interstate/interstateboldcondensed-webfont.woff2') format('woff2'),
         url('fonts/interstate/interstateboldcondensed-webfont.woff') format('woff'),
         url('fonts/interstate/interstateboldcondensed-webfont.ttf') format('truetype'),
         url('fonts/interstate/interstateboldcondensed-webfont.svg#interstatebold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'interstate';
    src: url('fonts/interstate/interstatelightcondensed-webfont.eot');
    src: url('fonts/interstate/interstatelightcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/interstate/interstatelightcondensed-webfont.woff2') format('woff2'),
         url('fonts/interstate/interstatelightcondensed-webfont.woff') format('woff'),
         url('fonts/interstate/interstatelightcondensed-webfont.ttf') format('truetype'),
         url('fonts/interstate/interstatelightcondensed-webfont.svg#interstate-lightcondensnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
body{
}
a{
	color: #2094c4;
	text-decoration: none;
	outline:none;   /* Remove dashed frame for IE8,FF  */
}
img{
	width: inherit;
	width: auto;
	max-width: 100%;
	display: block;
	height: auto;
}
p{
	padding: 0 0 21px;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.02em;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px 'Courier 10 Pitch', Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
sup{
	font-size: .6em;
	vertical-align: baseline;
	position: relative;
	top: -.4em;
}
::-webkit-input-placeholder { color: black; font-style: italic;}
:-moz-placeholder           { color: black; font-style: italic;}
::-moz-placeholder          { color: black; font-style: italic;}
:-ms-input-placeholder      { color: black; font-style: italic;}
:placeholder                { color: black; font-style: italic;}



/***********************************************************************************/
/*                               Layout & Composition                              */
/***********************************************************************************/
body{
	color: #000;
	font: normal 12px/1.2 Candara, Arial,sans-serif;
	width: 100%;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 3px #CCC;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 0px 5px 3px #CCC;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 0px 5px 3px #CCC;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.container{
	padding:0 4%;
	max-width:1280px;
	margin: 0 auto;
}
.relative {
	position: relative;
}
.row {
	margin-left: -1% !important;
	margin-right: -1% !important;
}
.col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-5-5 {
	padding: 0 1%;
	float: left;
}
.col-1-5 {width:20% !important;}
.col-2-5 {width:40% !important;}
.col-3-5 {width:60% !important;}
.col-4-5 {width:80% !important;}
.col-5-5 {width:100% !important;}
.col-1-4, .col-2-4, .col-3-4, .col-4-4 {
	padding: 0 1%;
	float: left;
}
.col-1-4 {width:25% !important;}
.col-2-4 {width:50% !important;}
.col-3-4 {width:75% !important;}
.col-4-4 {width:100% !important;}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/***********************************************************************************/
/*                                  Content Area                                   */
/***********************************************************************************/
.content-area ul, ol {
	margin: 0 0 1.625em 2.5em;
}
.content-area ul {
	list-style: square;
}
.content-area ol {
	list-style-type: decimal;
}
.content-area ol ol {
	list-style: upper-alpha;
}
.content-area ol ol ol {
	list-style: lower-roman;
}
.content-area ol ol ol ol {
	list-style: lower-alpha;
}
.content-area ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.content-area img{
	max-width: 100%;
}
.content-area .wp-caption{
	max-width: 100%;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/***********************************************************************************/
/*                                      Style                                      */
/***********************************************************************************/

.ht-404 { line-height: 10; margin-top: 50px; text-align: center; color: white; }


/*flexslider*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;position: relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;/*ydo*/}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider { }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Direction Nav */
.flex-direction-nav {height: 0;display: none;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url('images/bg_direction_nav.png') no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: right;z-index: 4;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 13px; height: 13px; display: block; background: #ddd; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: 20px;overflow: hidden;}
.flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.9); }
.flex-control-paging li a.flex-active { background: #fff; background: rgba(255,255,255,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/*global*/
*{
	box-sizing: border-box;
}
body{	
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: black;
}
a {
	font-style: italic;
	font-weight: bold;
}
a:hover{
	color: #ccc;
}
h1, h2, h3, h4, h5, h6 {
    font-style: italic;
    font-weight: bold;
}
h2 a{
	line-height: 1em;
}
blockquote{
	margin: 30px 0;
}
blockquote:before{
	content: ">>";
	font-size: 12px;
	float:left;
}
blockquote cite{
	font-size: 12px;
	text-transform: uppercase;
	color: black;
}
blockquote cite:before{
	content: "<<";
	font-size: 12px;
	margin-right: 5px;
}
.section-wrap{
	position: relative;
	z-index: 1;
}
.section{
	width: 100%;
}
.input-text,
.gform_wrapper input[type=text]{
	background: none repeat scroll 0% 0% #DDD;
	border: none;
	padding: 10px 7px 5px !important;
	color: #000;
	display: block;
	margin: 0px;
	font-size: 14px !important;
	border-radius: 0px;
	line-height: 18px;
	-webkit-appearance: none;
}
.gform_wrapper textarea{
	font-size: 13px !important;
	width: 97.2% !important;
}
.button {
	cursor: pointer;
	background: #086C26;
	color: white;
	font-size: 18px;
	border: none;
	font-family: "adobe-caslon-pro",serif;
	padding: 7px 5px 0px;
	line-height: 22px;
}





/*gend*/
/*header*/
.section-header {
	z-index: 2;
	color: white;
}
.section-top{
	height: 90px;
	padding: 20px 0 0;
	background-color: #086c26;
	color: white;
}
.section-top .logo{
	float: left;
}
.section-top .logo a{
	display: inline-block;
}
.section-top .info{
	float: left;
	margin-left: 57px;
	margin-top: 7px;
}
.section-top .info h2{
	font-family: 'interstate';
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	font-style: normal;
	font-weight: 300;
}
.section-top .info h3{
	font-family: 'interstate';
	font-size: 17px;
	margin: 0;
	font-style: normal;
	font-weight: 300;
}
.section-top .cart {
	display: none;
	position: absolute;
	top: 15px;
	right: 0;
}
.section-top .cart span {
	background-color: #77AE88;
}

/* Circle */
.save-circle-container {
	position: relative;
	z-index: 999;
}
.save-circle {
	position: absolute;
	right: 0;
	top: 0;
	width: 190px;
	height: 173px;
}
.save-circle .save-circle-overflow {
	width: 200%;
	height: 200%;
	margin-top: -50px;
	overflow: hidden;
}
.save-circle .save-circle-inner {
	width: 173px;
	height: 173px;
	margin-top: 50px;
}
.save-circle .save-circle-bg {
	width: 200%;
	height: 200%;
	margin-top: -100%;
	background: #086C26;
	border: 4px solid white;
	border-radius: 100%;
}
.save-circle .save-content {
	text-align: right;
    font-size: 24px;
    font-family: "interstate";
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
}
.save-circle .save-content a {
	color: white;
	font-style: normal;
	font-weight: normal;
}
.save-circle .save-content h1,
.save-circle .save-content h1 a {
	margin: 0;
	font-style: normal;
	font-size: 54px;
	line-height: 50px;
	font-weight: bold;
}
.save-circle .save-content h2,
.save-circle .save-content h2 a {
	margin: 0;
	font-style: normal;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

/* Cart */
.cart{
	display: block;
	width: 19px;
	height: 19px;
	position: relative;
	font-size: 22px;
	color: white;
}
.cart span{
	display: block;
	position: absolute;
	z-index: 10;
	color: #fff;
	width: 16px;
	height: 16px;
	font-size: 12px;
	border-radius: 50%;
	background: #086c26;
	top: 0px;
	right: -10px;
	text-align: center;
	line-height: 16px;
	font-style: normal;
	padding: 1px;
}

/* Menu */
.section-menu{
	background-color: #77AE88;
	height: 40px;
}
.nav-bar{
	position: relative;
}
.nav{
	float: left;
}
.nav li{
	float: left;
	position: relative;
	margin-right: 30px;
}
.nav span {
	position: absolute;
}
.nav span.bold {
	visibility: hidden;
	position: static;
}
.nav li ul{
	position: absolute;
	top: 40px;
	left: -10px;
	width: 160px;
	display: none;
}
.nav li ul li{
	float: none;
	margin-right: 0;
}
.nav li ul li a{    
	display: block;
    padding: 15px 0px 15px 13px;
    height: auto;
    line-height: 1;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    font-family: "interstate";
    font-style: normal;
}
.nav .current > ul > li > a{
	color: #fff;
	background: #77AE88;
	background: rgba(119, 174, 136, 0.8);
}
.nav > ul > li > a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	font-family: 'interstate';
	font-style: normal;
}
.nav .current-page-ancestor > a span,
.nav .current_page_item > a span,
.nav ul > li:hover > a span {
	visibility: hidden;
}
.nav .current-page-ancestor > a span.bold,
.nav .current_page_item > a span.bold,
.nav ul > li:hover > a span.bold {
	visibility: visible;
}

.nav-bar .cart{
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}
.nav-bar .facebook, .nav-bar .instagram {
	position: absolute;
	display: block;
	margin-top: 10px;
	font-size: 16px;
	width: 19px;
	height: 19px;
	background: none repeat scroll 0% 0% white;
	border-radius: 4px;
	padding: 3px;
	text-align: center;
}
.nav-bar .instagram {
        right: 205px;
}
.nav-bar .facebook{
        right: 235px;
}
.nav-bar .facebook i, .nav-bar .instagram {
	color: rgb(137, 174, 130);
}


/*hend*/
/*slide*/
.section-slide{
	color: white;
	overflow: hidden;
}
.flexslider {
	overflow: hidden;
	max-height: 500px;
}
.flexslider .slides > li {
	max-height: 500px;
}
.flex-control-nav{
	bottom: 30px;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	left: 50%;
	margin-left: -200px;
}
.flex-control-paging li a{
	border-radius: 50%;
	background: #3c3c3b;
	background: rgba(60,60,60,.9);
}
.flex-control-paging li a.flex-active{
	background: #fff;
	background: rgba(255,255,255,.75);
}
.flex-direction-nav{
	display: block;
	top: 0;
	left: 0;
	padding: 0 4% 50px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.flex-direction-nav li{
	position: relative;
	height: 100%;
	width: 50%;
	float: left;
}
.flex-direction-nav a{
	top: 50%;
	width: 45px;
	height: 117px;
	margin-top: -58px;
	position: absolute;
	opacity: .8 !important;
}
.flex-direction-nav a:hover{
	opacity: 1 !important;
}
.flex-direction-nav .flex-prev{
	left: 0;
	background: url(images/slide/slide-prev.png) no-repeat center left;
}
.flex-direction-nav .flex-next{
	right: 0;
	background: url(images/slide/slide-next.png) no-repeat center right;
}
.top-slide .slide-content{
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 3;
	background: #086C26;
	background: rgba(8, 108, 38, 0.8);
}
.top-slide .slide-content .title{
	line-height: 60px;
	margin: 0;
}
.top-slide .slide-content h4.title{
	font-size: 15px;
}
.top-slide .slide-content .desc{
	line-height: 50px;
	height: 50px;
	display: block;
	font-size: 15px;
    text-transform: uppercase;
    font-family: "interstate";
}
.top-slide .slide-content .desc strong{
	font-style: normal;
	font-weight: bold;
}
.top-slide .slide-content .link{    
	line-height: 55px;
    font-size: 15px;
    color: white;
    text-decoration: underline;
}

.section-slide #map { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	z-index: 101; 
}
.section-slide .map-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: rgba(8, 108, 38, 0.8);
	z-index: 999;
	font-size: 15px;
	line-height: 60px;
	font-style: italic;
    font-weight: bold;
}

/*hend*/
/*body*/
.section-main{
	padding: 50px 0;
}

.section-main a,
.section-main h1,
.section-main h2,
.section-main h3,
.section-main h4,
.section-main h5,
.section-main h6,
.section-main blockquote,
.section-main blockquote cite:before
{
	color: #086C26;
}
.section-main strong {
	font-style: italic;
}
.section-main .save-circle {
	margin-top: -50px;
}
.main-wrap{
}
.content-header {
	margin-bottom: 40px;
}
.page-title{
	margin-top: 0;
	margin-bottom: 5px;
}
.page-subtitle{
	font-style: italic;
}
.page-excerpt p{
	padding-bottom: 0;
}
.post-thumb {
	margin-bottom: 30px;
}

.main-body{
	width: 61.3%;
	padding-right: 2.11%;
	float: left;
}

.share {   
	margin-top: 60px;
	clear: both;
}
.share h2{
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.share a{
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	background: #086C26;
	border-radius: 3px;
	color: white !important;
	text-align: center;
	opacity: 0.5;
}
.share a:hover{
	opacity: 1;
}
.share a i{
	line-height: 25px;
}

.content-area { 
	line-height: 1.3em;
}
.content-area ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	margin-bottom: 30px;
}
.content-area h2:first-child {
	margin-top: 0;
}

.tab-justified {
	width: 100%;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom:60px;
}
.tab-justified .tab {
	display: table-cell;
	width: 1%;
	position: relative;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.tab-justified .tab a {
	cursor: pointer;
}
.tab-justified .tab i {
	display: block;
	padding: 5px 0;
	font-size: 19px;
}
.tab-justified .tab .arrow {
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -70px;
	display: none;
}
.tab-justified .tab .arrow:after {
	content: "";
	position: absolute;
	left: 10px;
	top: -30px;
	width: 50px;
	height: 50px;
	border: 1px solid black;
	background-color: white;
	transform: rotate(45deg);
}
.tab-justified .tab.active .arrow {
	display: block;
}



.jwplayer .jwlogo, .jwplayer .jwclick { display: none !important; }
.flex-disabled{	display: none !important; }

/*bend*/
/*sidebar*/
.sidebar{    
	width: 38.7%;
    padding-left: 2.11%;
	float: right;

	border-left: 1px solid black;
}
.sidebar.no-border {
	border: none;
}
.sidebar .sidebar-title{
	color: #086C26;
	font-style: italic;
	font-weight: bold;
}

.widget {
	margin-bottom: 50px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget .widget-title {
	margin-bottom: 20px;
}
.widget:first-child .widget-title {
	margin-top: 0;
}

.widget_upcoming_events li:after {
	display: block;
	content: '';
	clear: both;
}
.widget_upcoming_events .date-week {
	width: 40px;
	display: inline-block;
}
.widget_upcoming_events .date-all {
	width: 80px;
	display: inline-block;
}
.widget_upcoming_events .time {
	float: right;
}

.gform_wrapper.newsletter-widget_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper .newsletter-widget:after {
	content: '';
	display: block;
	clear: both;
}
.gform_wrapper .newsletter-widget label.gfield_label {
	display: none;
}
.gform_wrapper .newsletter-widget label.gfield_label + div.ginput_container {
	margin-top: 0;
}
.gform_wrapper .newsletter-widget .gform_body {
	float: left;
	width: 68%;
	padding: 0;
}
.gform_wrapper .newsletter-widget .gform_footer {
	float: right;
	width: 25%;
	padding: 0;
	margin: 0;
	clear: none;
}
.gform_wrapper .newsletter-widget input {
	padding: 8px 10px 4px;
	outline: none;
	border: none;
	box-shadow: none;
	background: none repeat scroll 0% 0% rgb(221, 221, 221);
	font-family: "adobe-caslon-pro",serif;
	font-size: 16px;
	line-height: 18px;
	height: 30px;
	width: 100%;
}
.gform_wrapper .newsletter-widget input[type="text"] {
	margin-right: 20px;
	font-style: italic;
	width: 100% !important;
}
.gform_wrapper .newsletter-widget input.button {
	background-color: #086C26;
	font-weight: bold;
	color: white;
	cursor: pointer;
	font-size: 16px !important;
}
.gform_wrapper .newsletter-widget li.gfield.gfield_error.gfield_contains_required {
	margin: 0 !important;
	background: none;
	border: none;
}
.gform_wrapper .newsletter-widget li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0;
	margin-left: 0;
}
.gform_wrapper .newsletter-widget div.validation_error {
	font-size: 16px;
}

.widget_news .news-one {
	margin-bottom: 50px;
	position: relative;
}
.widget_news .news-one:last-child {
	margin-bottom: 0;
}
.widget_news img {
	width: 100%;
}
.widget_news .news-one .news-title-container {
	position: absolute;
	bottom: 0px;
	height: 35px;
	width: 100%;
	padding: 10px 15px;
	background-color: #086C26;
	background-color: rgba(8, 108, 38, 0.8);
}
.widget_news .news-one .news-title-container h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.widget_news .news-one .news-title {
	color: white;
	font-weight: normal;
	cursor: pointer;
}

/*bend*/
/*footer*/
.footer {
	border-top: 1px solid black;
	padding: 25px 0 20px;
	font-size: 12px;
	text-align: center;
}
.footer a {
	color: black;
	font-weight: normal;
	font-style: normal;
}

/*fend*/
/*home*/



/*ehome*/
/*programm*/
.events-genre {
	margin-bottom: 50px;
}
.event-item {
	margin-bottom: 30px;
}
.event-image-container {
	float: left;
	width: 216px;
	margin-right: 25px;
}
.event-desc-container {
	margin-left: 240px;
}
.event-desc-container .event-title {
	margin-top: 2px;
	margin-bottom: 5px;
}
.event-desc-container .event-subtitle {
	font-style: italic;
	font-size: 18px;
}
.event-desc-container .event-date {
	text-transform: uppercase;
	font-family: 'interstate';
	font-size: 15px;
	margin-top: 18px;
}
.event-desc-container .event-date .end {
	margin-left: 10px;
}


/*ehome*/
/*single event*/
.section-main .play-tabs li a {
	color: black;
}
.section-main .play-tabs li a.active {
	color: #086C26;
}

.save-circle .event-date span {
	display: block;
}
.save-circle .event-date span.start {
	font-size: 28px;
}
.save-circle .event-date span.end {
	font-size: 21.5px;
	padding-left: 50px;
	line-height: 22px;
	margin-top: 10px;
}

.staff > div {
	margin-bottom: 4px;
	min-height: 20px;
}
.staff .half {
	float: left;
	width: 45%;
	margin-right: 10%;
}
.staff .half.last{
	margin-right: 0;
}


#downloads .gform_wrapper .gform_heading {
	margin-bottom: 0;
}
#downloads .gform_wrapper h3.gform_title {
	font-size: 18px;
}
#downloads .gform_wrapper .gfield_label {
	display: none;
}
#downloads .gform_wrapper .gform_footer {
	margin-top: 10px;
	padding-top: 0;
}
#downloads .gform_wrapper .gform_footer input.button {
	font-size: 18px;
}


/* sidebar */
.sidebar-termine {
	margin-top: 110px;
}
.sidebar-termine .left {
	float: left;
	width: 45%;
	margin-right: 10%;
}
.sidebar-termine .left.last {
	margin-right: 0;
}
.sidebar-termine .termine-item{
	margin-bottom: 4px;
	font-size: 18px;
}
.section-main .sidebar-termine .termine-item a{
	color: #086C26;
	font-style: italic;
	font-weight: normal;
}
.sidebar-termine .termine-item a:hover{
	color: #CCC !important;
}
.sidebar-termine .termine-item .date-week{
	width: 25%;
	display: inline-block;
}
.sidebar-termine .termine-item .date-day{
	width: 40%;
	display: inline-block;
}
.sidebar-termine .termine-item .date-time{
	width: 25%;
	display: inline-block;
}



/* Popup Window */
.overlay{
	background: url(images/overlay.png);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}
.overlay .section{
	max-width: 1027px;
	width: 96%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 425px;
	position: absolute;
	z-index: 101;
}
.overlay iframe{
	height: 400px;
	width: 100%;
}
.overlay-header{
	height: 25px;
	position: relative;
}
.overlay-header h1{
	background: #3c3c3b;
	background: rgba(60,60,60,.9);
	margin-right: 25px;
	font-size: 16px;
	padding-right: 10px;
	text-align: right;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}
.close-it{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: url(images/close-it.png);
}
.overlay-body{
	background: #fff;
	padding: 15px;
}

/* Lightbox */
.lb-outerContainer {
	background:none;
	border-radius: 0;
}
.lb-container {
	padding: 0;
	background: white;
}
.lightbox .lb-image {
	border-radius: 0;
}
.lb-data .lb-details {
	display: none;
}
.lb-closeContainer {
	position: relative;
}
.lb-data .lb-close {
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 999;
}
.lb-nav a.lb-prev {
	background-image: url("images/slide/slide-prev.png");
	background-position: left 50px center;
}
.lb-nav a.lb-next {
	background-image: url("images/slide/slide-next.png");
	background-position: right 50px center;
}



/*ehome*/
/*spielplan*/

.event-category-tabs .tab:first-child {
	width: auto;
	float: left;
	margin-right: 30px;
}

.termine-list h2{
	color: black;
}
.termine-list .termine-table{
	margin-bottom: 45px;
}
.termine-list .termine-item{
	padding: 5px 0;
	position: relative;
}
.termine-list .termine-item .date-week{
	float: left;
	text-transform: lowercase;
	width: 50px;
	border-left: 4px solid #086C26;
	padding-left: 10px;
}
.termine-list .termine-item .date-all{
	float: left;
	width: 100px;
}
.termine-list .termine-item .date-title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	display: block;
	margin-left: 150px;
}
.termine-list .termine-item .date-time{
	display: inline-block;
	width: 20%;
}
.termine-list .termine-item .date-link1{
	display: inline-block;
	width: 40%;
}
.termine-list .termine-item .date-link2{
	display: inline-block;
}
.termine-list .termine-item .date-link1 a,
.termine-list .termine-item .date-link2 a{
	font-weight: normal;
}
.termine-list .termine-item:after {
	content: '';
	display: block;
	clear: both;
}
.sidebar-schedule{
	margin-top:20px;
}
.sidebar-schedule .year{
	color: black;
}
.sidebar-schedule ul{
	margin-bottom: 30px;
}
.sidebar-schedule ul > li{
	padding-bottom: 5px;
}
.sidebar-schedule .month a{
	font-style: normal;
	font-weight: normal;
	color: black;
}

.section-menu-sm {
	position: absolute;
	z-index: 9999;
	display: none;
	border: 4px solid #FFF;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	left: -30px;
	top: -20px;
	background-color: #086C26;
	font-size: 60px;
	color: #FFF;
	text-align: center;
	line-height: 130px;
	cursor: pointer;
}

.section-menu-container {
	position: absolute;
	top: 90px;
	font-size: 24px;
	display: none;
}
.section-menu-container ul {
	background: none repeat scroll 0px 0px rgba(77, 77, 77, 0.9);
}
.section-menu-container ul li {
	padding: 13px 10px 7px;
	width: 200px;
	position: relative;
}
.section-menu-container ul li a {
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
	font-style: normal;
	height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "interstate";
}
.section-menu-container ul ul {
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
}
.section-menu-container ul ul li {
	width: 200px;
}
.section-menu-container ul li:hover {
	background-color: #000;
}
.section-menu-container ul li:hover > a {
	color: #FFF;
}
.section-menu-container ul li:hover ul {
	display: block;
}


/***********************************************************************************/
/*                                    Media Query                                  */
/***********************************************************************************/


@media screen and (max-width: 645px) {
	.event-image-container {
		width: 115%;
		margin-left: -26px;
		margin-bottom: 10px;
	}
	.event-image-container a img {
		width: 100%;
	}
	.event-desc-container {
		margin-left: 0;
	}
}

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

@media screen and (min-width: 992px) {
	.section-menu-sm {
		display: none;
	}
	.section-menu-container {
		display: none !important;
	}
}

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

	.section-top .info,
	.section-top .save-circle-container,
	.section-menu {
		display: none;
	}

	.section-menu-sm {
		display: block;
	}

	.section-menu-container {
		display: none;
	}

	.section-top {
	}	
	.section-top .logo {
		float: none;
		text-align: center;
	}
	.section-top .cart {
		display: block;
	}

	.main-body, .sidebar {
		width: 100%;
		float: none;
		padding: 0;
		border: 0;
	}
	.sidebar {
		margin-top: 100px;
	}



	.tab-justified {
		border: none;
		height: 30px;
		overflow: hidden;
	}
	.tab-justified.opened {
		overflow: visible;
	}
	.tab-justified.opened .tab {
		display: block;
	}
	.tab-justified.opened .tab.active {
		display: block;
		border-left: 1px solid black;
		border-right: 1px solid black;
		padding-bottom: 0;
		border-top: 0;
		margin-bottom: 0;
	}
	.tab-justified .tab {
		width: auto !important;
		text-align: left;
		margin-left: 120px;
		border-left: 1px solid black;
		border-right: 1px solid black;
		padding-left: 10px;
		padding-right: 5px;
		background: white;
		display: none;
	}
	.tab-justified.opened #tab-all {
		display: block;
		border-left: 0;
		border-right: 0;
		padding-bottom: 1px;
		border-top: 1px solid black;
		margin-bottom: -1px;
	}
	.tab-justified .tab.active {
		display: block;
		border-left: 0;
		border-right: 0;
		padding-bottom: 1px;
		border-top: 1px solid black;
		margin-bottom: -1px;
	}
	.tab-justified .tab .arrow {
		display: none !important;
	}
	.tab-justified .tab i {
		display: inline-block;
		width: 25px;
	}
	.tab-justified .tab:first-child {
		position: absolute;
		margin-left: 0px;
		width: 100% !important;
		left: 0;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		border-left: 0;
		border-right: 0;
		padding-left: 0;
		display: block !important;
	}
	.tab-justified .tab:last-child {
	    border-bottom: 1px solid black;
	}
	.schedule-list {
		width: 100% !important;
	}
	.sidebar-schedule {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.flex-direction-nav a {
		background-size: 60% !important;
	}

	.termine-list .termine-item {
		margin-bottom: 20px;
	}
	.termine-list .termine-item .col-2-4 {
		width: 100% !important;
	}
	.color-for-abo.termine-item .date-week,
	.termine-list .termine-item .date-all {
		float: none;
		display: inline-block;
	}
	.termine-list .termine-item .date-title {
		display: block;
		margin-top: 5px;
		margin-left: 0;
		margin-right: 100px;
	}
	.termine-list .termine-item .date-time {
		position: absolute;
		top: 33px;
		right: 0;
	}
	.termine-list .termine-item .date-link1 {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.section-menu-sm {
		width: 80px;
		height: 80px;
		font-size: 40px;
		line-height: 90px;
	}
	.section-menu-container {
		top: 50px;
		font-size: 20px;
	}
	.section-menu-container ul li {
		width: 130px;
	}
	.section-menu-container ul ul {
		left: 130px;
	}
	.col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-5-5 {
		padding: 0 1%;
		float: none;
		width: 100% !important;
	}
	.col-1-4, .col-2-4, .col-3-4, .col-4-4 {
		padding: 0 1%;
		float: none;
		width: 100% !important;
	}
	.section-top {
		height: 50px;
		padding-top: 10px;
	}
	.section-top .logo img {
		height: 30px;
	}
	.section-top .cart {
		top: 5px;
	}
	.flex-direction-nav a {
		background-size: 40% !important;
	}
	.flexslider .slides > li {
		margin-bottom: 40px
	}
	.top-slide .slide-content {
		bottom: -40px;
		background-color: rgb(8, 108, 38);
		height: 40px;
	}
	.top-slide .slide-content .row {
		position: relative;
	}
	.top-slide .slide-content .title {
	    margin: 6px 0px 4px;
	    font-size: 15px;
	    line-height: 15px;
	}
	.top-slide .slide-content h4.title {
		margin-top: 15px;
	}
	.top-slide .slide-content .desc {
		font-size: 11px;
		height: 11px;
		line-height: 11px;
	}
	.top-slide .slide-content .link {
		position: absolute;
		right: 0px;
		bottom: 0;
		line-height: 11px;
		font-size: 11px;
	}
	.section-slide .map-title {
		background-color: rgb(8, 108, 38);
		height: 40px;
		line-height: 50px;
	}
	.section-main .save-circle {
		height: 85px;
		width: 95px;
	}
	.section-main .save-circle .save-circle-overflow {
		height: 100%;
		margin-top: 0;
	}
	.section-main .save-circle .save-circle-inner {
		margin-top: 0;
		width: 85px;
		height: 85px;
	}
	.section-main .save-circle .event-date span.start {
		font-size: 14px;
	}
	.section-main .save-circle .event-date span.end {
		font-size: 11px;
		line-height: 11px;
	}

	.widget_news .news-one {
		margin: 0 -5% 25px;
	}
	.widget_news .news-one .news-title-container {
		height: 25px;
		padding-top: 5px;
	}
	.widget_news .news-one .news-title-container h4 {
		font-size: 16px;
	}

	.staff > div {
		margin-bottom: 20px;
	}
	.staff .half {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#downloads .gform_wrapper input[type="text"],
	#downloads .gform_wrapper input[type="email"] {
		width: 100%;
	}
	.sidebar-termine .left {
		width: 80%;
	}
}

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

	.gform_wrapper .newsletter-widget .gform_body {
		width: 100%;
		float: none;
	}
	.gform_wrapper .newsletter-widget .gform_footer {
		float: none;
		width: 90px;
		margin-top: 10px;
	}
}


/* Extra */

.event-category-tabs #tab-all {
		width: 5%;
}
.event-category-tabs #tab-abo {
		width: 3%;
}
.event-category-tabs #tab-comedy-kabarett {
		width: 3%;
}
.event-category-tabs #tab-familienmusical {
		width: 3%;
}
.event-category-tabs #tab-kinderstucke {
		width: 3%;
}
.event-category-tabs #tab-stars-bautnab {
		width: 3%;
}
.event-category-tabs #tab-freier-verkauf {
		width: 3%;
}