/*** For new Wordpress setup on mbopera.mcgdevel.com ***/

body {
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	min-height: 100%;
}
body b {font-weight: 500;}
p {font-size: 14px;}
#black-font p {color: #000;}
#side-bar h3{}
#side-bar .button {
    border-width: 1px;
    border-style: solid;
}

img {max-width: 100%;}
a {color: #000;}
a:hover {color: #000;}
a, button:focus {outline: none;}

/*** Quotes ***/
.quote blockquote {
	position: relative;
	margin: 0 auto;
	background-color: #7f0005;
}
.quote blockquote p {margin-bottom: 0;}
.quote blockquote span.header {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 2rem;
	background: none;
	text-align: left;
	margin-bottom: 15px;
}
.quote blockquote span.header::before {
	content: "\201c";
	position: absolute;
	top: 110px;
	left: -5px;
	font-family: 'Noto Serif', serif;
	font-size: 20rem;
	color: rgba(255, 255, 255, 0.3);
}
.quote blockquote span.header::after {

	color: rgba(255, 255, 255, 0.3);
	font-size:144px;
	position: absolute;
	top: 285px;
	left: 300px;
	font-family: 'Noto Serif', serif;
}
.quote blockquote span.footer {
	display: block;
	font-size: 1.125rem;
	color: #fff;
}
	.quote blockquote span.footer em {font-family: 'Noto Serif', serif;}

.quote blockquote.small {
	padding-left: 45px;
	padding-right: 40px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}
.quote blockquote.small::before {display: none;}
.quote blockquote.small span.header {
	font-size: 18px;
	line-height: 1.5rem;
	padding-top: 70px;
	padding-bottom: 10px;
	box-shadow: none;
	letter-spacing:.5px;
	font-weight: 300;
}
.quote blockquote.small span.footer {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-bottom: 50px;
}


.quote blockquote.xsmall {
	padding-left: 40px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.quote blockquote.xsmall span.header {
	font-size: 1rem;
	line-height: 1.5rem;
}
.quote blockquote.xsmall span.footer {
	display: block;
	font-size: 0.875rem;
	color: #fff;
}
.quote blockquote.xsmall span.header::before {
	content: "\201c";
	position: absolute;
	left: -5px;
	top: 15px;
	font-family: 'Noto Serif', serif;
	font-size: 5rem;
	color: #9B9B9B;
}

.page-content blockquote {
	width: 100%;
	padding: 70px 45px 20px 40px;
	position: relative;
	margin: 0 auto;
	background-color: #7f0005;
	color: #fff;
	margin-bottom: 30px;
}
.page-content blockquote::before {
	content: "\201c";
	position: absolute;
	top: -68px;
	left: -5px;
	font-family: 'Noto Serif', serif;
	font-size: 20rem;
	color: rgba(255, 255, 255, 0.3);
	line-height: initial;
}

.page-content blockquote p {
	font-size: 18px !important;
	line-height: 1.5rem;
	letter-spacing: .5px;
	padding: 0;
}

/*** End Quotes ***/

/*** Header ***/
.header {background: #fff;

box-shadow: 2px 0px 50px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 2px 0px 50px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0px 50px rgba(0, 0, 0, 0.3);

}
	.navbar-toggler {
		position: absolute;
		top: -57px;
		right: 0;
		cursor: pointer;
	}
	.navbar-dark .navbar-toggler {border: none;}
	.header .navbar-brand {margin-right:230px;}
	.header .navbar-brand img {width: 314px;}
	.navbar {
		padding-bottom: 15px;
		padding-top: 35px;

	}
	#main-menu.navbar-nav {
		font-size: 0.6875rem;
		text-transform: uppercase;
	}
	.navbar-dark .navbar-nav>li>.nav-link {
		color: #000;
		letter-spacing: 0.25rem;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
		.navbar-dark .navbar-nav>li:first-child>.nav-link {padding-left: 8px;}
	.navbar-dark .navbar-nav .nav-link:focus,
	.navbar-dark .navbar-nav .nav-link:hover,
	.navbar-dark .navbar-nav li.current-menu-parent .nav-link,
	.navbar-dark .navbar-nav li.current-menu-item .nav-link,
	.season-template-default .navbar-dark .navbar-nav li:first-child .nav-link {color: #7f0005;}


.top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

	.header .sponsor {
		display: inline-block;
		margin-left: 230px;
	}
	.header .sponsor span {
		display: inline-block;
		color: #000;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.875rem;
		margin-top: 15px;
		margin-right: 22px;
		float: left;
	}
	.header .sponsor img {
		width: 130px;
		height: auto;
		margin-top: -5px;
	}
	.navbar-expand-md .navbar-collapse {align-items: start;}
	.support {
		display: inline-block;
		margin-left: 30px;
		margin-bottom: 0;
		z-index: 10;
		font-size: 0.6875rem;
		font-weight: 400;
		color: #fff;
		border: 1px solid #000;
		background-color: #000;
		padding: 4px 20px;
		text-transform: uppercase;
		letter-spacing: 0.25rem;
	}
		.support:hover {
			color: rgba(255,255,255,.75);
			text-decoration: none;
		}

		.support2 {
			display: inline-block;
			position: absolute;
			right: 0;
			z-index: 10;
			font-size: 0.6875rem;
			font-weight: 400;
			color: #fff;
			border: 1px solid #DD1C24;
			background-color: #DD1C24;
			padding: 4px 20px;
			text-transform: uppercase;
			letter-spacing: 0.25rem;
		}
		.support2:hover {
			color: rgba(255,255,255,.75);
			text-decoration: none;
		}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 10rem;
		padding: .5rem 0 .5rem 1px;
		/* margin: 15px 0 0; */
		font-size: 0.6875rem;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 0px solid rgba(0,0,0,.15);
		border-top: 0;
		border-radius: 0;
	}
		.navbar-dark .navbar-nav .dropdown-menu .nav-link {
			display: block;
			width: 100%;
			padding: .25rem 1rem;
			clear: both;
			font-weight: 400;
			color: #212529!important;
			text-align: inherit;
			white-space: nowrap;
			background: 0 0;
			border: 0;
		}
			.navbar-dark .navbar-nav .dropdown-menu li.current-menu-item .nav-link {background-color: #e4e5e6;}

	.navbar-dark .navbar-nav .current-menu-parent a {color: rgba(255,255,255,.75);}
	.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
		background: none;
		color: #212529!important;
	}

	#bright-red-nav a:hover{color: #DD1C24;}
	.fixed-top {
	    position: fixed;
    	width: 100%;
    	z-index: 10000;
	}
/*** End Header ***/

/*** Productions ***/
	.production {
		position: relative;
		margin: 0 auto;
	}
		.production-banner {
			display: block;
			position: relative;
			z-index: 0;
		}
		#post-12 .production-buttons {
		    position: absolute;
		    z-index: 1000;
		    top: 86%;
		    left: 20%;
		}
		.production-buttons {
		    position: absolute;
		    z-index: 1000;
		    top: 86%;
		    left: 20%;
		}
			#post-22 .production-buttons {
		    	position: absolute;
		    	z-index: 1000;
		    	top: 83%;
		    	left: 60%;
			}
		.production-tickets {
			/*	display: inline-block;
			position: absolute;  */
			z-index: 10;
			font-size: 0.875rem;
			font-weight: 500;
			color: #fff;
			border: 1px solid #fff;
			padding: 4px 30px;
			text-transform: uppercase;
			letter-spacing: 0.125rem;
			margin: 10px;
		}

			.home-production-tickets {
			display: inline-block;
			position: absolute;
			z-index: 10;
			font-size: 0.875rem;
			font-weight: 500;
			width: 176px;
			border: 1px solid #dd1c24;
			padding: 4px 30px;
			text-transform: uppercase;
			letter-spacing: 0.125rem;
		}

			.learn-more {
		/*	display: inline-block;
			position: absolute; */
			z-index: 10;
			font-size: 0.875rem;
			font-weight: 500;
			color: #fff;
			border: 1px solid #fff;
			padding: 4px 30px;
			text-transform: uppercase;
			letter-spacing: 0.125rem;
			margin: 10px;
		}

		.learn-more a:hover {color: #fff;}

		#post-22 .production-tickets {
			top: 82%;
			right: 23%;
			color: #fff;
			border: 1px solid #fff;
		}



		#post-12 .production-tickets {
		/*	top: 86%;
			left: 22%; */
			color: #4a4a4a;
			border: 1px solid #dd1c24;
			display: block;
			float: left;
		}

			#post-12 .learn-more {
			/*	top: 86%;
			left: 22%; */
			color: #4a4a4a;
			border: 1px solid #dd1c24;
			display: block;
			float: left;
		}

		img.production-banner-image-sm {width: 100%;}
/*** End Productions ***/


/*** Home ***/
	.home-gallery-image {
		padding-left: 0;
		padding-right: 0;
		background: url("../img/fashion-friday.jpg") no-repeat center top;
		background-size: cover;
		min-height: 462px;
	}
	.home-gallery-text {
		padding: 60px 42px 63px 75px;
		background: #000;
	}
		.home-gallery-text blockquote {max-width: 400px;}
		.home-gallery-text blockquote span.header {
			font-family: 'Noto Serif', serif;
			color: #fff;
			font-size: 3rem;
			line-height: 4.063rem;
			background: none;
		}
			.home-gallery-text blockquote span.header::before {
				content: "\201c";
				position: absolute;
				position: absolute;
				left: 15px;
				top: 73px;
				font-family: 'Noto Serif', serif;
				font-size: 8.125rem;
				color: #9B9B9B;
			}
			.home-gallery-text blockquote span.header::after {color: #9B9B9B;}
		.home-gallery-text blockquote span.footer {
			font-size: 0.875rem;
			color: #9B9B9B;
		}
		.home-gallery-text p {
			color: #fff;
			margin: 30px 0 30px 0;
		}
		.home-gallery-text a {
			display: inline-block;
			z-index: 10;
			font-size: 0.875rem;
			font-weight: 500;
			color: #fff;
			border: 1px solid #fff;
			padding: 4px 28px;
			text-transform: uppercase;
			letter-spacing: 0.125rem;
		}

		.home-callout-image {
			padding-left: 0;
			padding-right: 0;
			height: 700px;
			text-align: center;
			background-position: top;
			background-color: #000;
			background-size: cover;
		}
			.home-callout-image .home-callout-image-content {
				position: absolute;
				left: 0;
				right: 0;
				margin: 0 auto;
				top: 30%;
			}
				.home-callout-image blockquote {
					position: relative;
					max-width: 665px;
					margin: 0 auto;
				}
				.home-callout-image blockquote span.header {
					display: block;
					font-family: 'Noto Serif', serif;
					color: #fff;
					font-size: 3rem;
					line-height: 4.063rem;
					background: none;
					text-align: center;
					margin-bottom: 15px;
				}
				.home-callout-image blockquote span.header::before {
					content: "\201c";
					position: absolute;
					position: absolute;
					left: -55px;
					top: 15px;
					font-family: 'Noto Serif', serif;
					font-size: 12.5rem;
					color: #9B9B9B;
				}
				.home-callout-image blockquote span.header::after {color: #9B9B9B;}
				.home-callout-image blockquote span.footer {
					display: block;
					font-size: 1.125rem;
					color: #fff;
					margin-bottom: 30px;
				}
					.home-callout-image blockquote span.footer em {font-family: 'Noto Serif', serif;}

				.home-callout-image .home-callout-image-content h3 {
					font-size: 64px;
					font-weight: 300;
					color: #fff;
					text-transform: uppercase;
					margin-bottom: 20px;
				}

				.home-callout-image .home-callout-image-content h5 {
					font-weight: 500;
					text-transform: uppercase;
					letter-spacing: 2px;
				}

				.home-callout-image .home-callout-image-content h4 {
					display: block;
					position: relative;
					margin-bottom: 50px;
					margin-left: -160px;
				}
					.home-callout-image .home-callout-image-content h4 em {
						font-weight: 400;
						border-top: 1px solid #fff;
						border-bottom: 1px solid #fff;
						font-size: 2.5rem;
						color: #fff;
						font-family: 'Noto Serif', serif;
						text-transform: uppercase;
						padding-top: 5px;
						padding-bottom: 5px;
						padding-left: 20px;
						padding-right: 20px;
						margin-right: 30px;
					}
					.home-callout-image .home-callout-image-content h4 span {
						font-weight: 400;
						position: absolute;
						font-size: 9rem;
						color: #fff;
						font-family: 'Montserrat', sans-serif;
						margin-top: -51px;
					}
						.home-callout-image .home-callout-image-content h4 span::before {
							content: "$";
							position: absolute;
							font-size: 3rem;
							top: 23px;
							left: -16px;
						}
				.home-callout-image .home-callout-image-content a {
					display: inline-block;
					font-family: 'Montserrat', sans-serif;
					display: inline-block;
					font-size: 0.875rem;
					color: #4A4A4A;
					padding: 8px 28px;
					background: #fff;
					text-transform: uppercase;
					letter-spacing: 0.125rem;
				}
		.home-more-info {
			padding-top: 150px;
			padding-bottom: 150px;
		}
		.home-more-info-content h3 {
			font-family: 'Noto Serif', serif;
			font-size: 2.125rem;
			color: #4A4A4A;
			margin-bottom: 20px;
		}
		.home-more-info-content p {
			font-size: 0.875rem;
			color: #000;
			margin-bottom: 20px;
		}
		.home-more-info-content fieldset p:last-child {margin-bottom: 0;}
		.home-more-info-content button,
		.home-more-info-content .home-btn {
			display: inline-block;
			font-family: 'Montserrat', sans-serif;
			display: inline-block;
			font-size: 0.75rem;
			color: #fff;
			padding: 8px 20px;
			background: #4A4A4A;
			text-transform: uppercase;
			border: none;
			letter-spacing: 0.1875rem;
		}
		.home-more-info-content input[type="text"] {
			width: 100%;
			padding: 5px;
			border-radius: 4px;
			border: 1px solid #a0a0a0;
		}
		.home-more-info-ad a {
			display: block;
			border: 1px solid #4A4A4A;
			text-align: center;
		}
		.first-block {
			border-right: 1px solid #979797;
			padding-right: 40px;
		}
		.second-block {
			padding-left: 40px;
			padding-right: 70px;
		}
/*** End Home ***/

/*** Search ***/

.search-me {padding-bottom: 50px;}
.search-submit {
    background-color: #fff;
    border-width: 2px;
    border-color: #dd1c24;
    padding: 5px 30px;
    text-transform: uppercase;
    margin-left: -15px;
	display:none;
}

.search-submit:hover {
    background-color: #DD1C24;
    color: #fff;
	border-color:#DD1C24;
	text-decoration: none;
	transition-duration: .5s;
}

.search-field {
    text-transform: uppercase;
    padding: 5px 20px;
    border-style: solid;
    border-color: #bbb;
    margin: 0 10px;
}

.search-field:focus {outline-width: 0;}
.search-excerpt a {margin-bottom: 50px;}
.search-form {
	display: flex;
	text-transform: uppercase;
}
.search-form svg {
    vertical-align: middle;
    width: 25px;
}

.search-form span {display: none;}
.search-re {
    color: #7f0005;
    text-transform: uppercase;
}
.btn-secondary {
	background-color: #fff;
	color:#000;
	border-radius: 0;
	text-transform: uppercase;
	border-color: #dd1c24;
}
.btn-secondary:hover {
	background-color: #DD1C24;
	color: #fff;
	border-color:#DD1C24;
	text-decoration: none;
	transition-duration: .5s;
}
.search-results2 {margin-top: 50px;}
.search-results2 h2 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #bbb;
  padding-bottom: 15px;
  color: #7F0004;
  font-family: 'Noto Serif', serif;
}
.search-results2 h3 {
    margin-top: 35px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}
.search-results2 h4 {
    font-size: 35px;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    color: #000;
    line-height: 45px;
    margin-bottom: 35px;

}

.search-results2 h2:hover {color: #000;}
.search-results2 a:hover {
    color: #000;
	text-decoration: none;
}
.tribe-events-back {display: none;}

/*** Production ***/
	.top-wrapper {
		padding-top: 164px;
		padding-bottom: 75px;
		background-position: center 133px !important;
	}
		.home .top-wrapper {padding-bottom: 0;}
	.production-banner-image {
		margin-top: 45px;
		margin-bottom: 35px;
	}

	.headline {
	background-color:#7f0005;
	color: #fff;
	text-align: center;
	padding: 50px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-bottom: 0;
	}

.headline span {
  display: inline-block;
  position: relative;
}
.headline span:before,
.headline span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid white;
  top: 13px;
  width: 20vw;
}
.headline span:before {
  right: 100%;
  margin-right: 15px;
}
.headline span:after {
  left: 100%;
  margin-left: 15px;
}


#callout p {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
    font-family:'Noto Serif', serif;
}

.big-call {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    background-color: #7F0006;
    color: #fff;
    padding: 15px;
    margin-top: 70px;
}

.subscribe h3 {
font-size: 36px;
}

.three-ways {
    font-family: 'Noto Serif', serif;
font-size: 30px;
color: #aaa;
text-align: center;
margin-top: 50px;

}

#hours h2 {color: #7f0005;}
#hours {
	color: #000;
    padding: 60px;
}

#way-to{
    text-align:center;
    font-size: 24px;
    margin-top: 60px;
}
#way-to span{
    color:#7F0006;
    font-weight: 500;
}
#benefits {
    background-color:#eee;
    padding: 0;
    margin-top: 40px;
    padding-bottom: 40px;
}

#benefits h4 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin-top: 35px;
    font-size: 18px;
    padding-left:50px;
    padding-right: 50px;
}

#benefits p {
    padding-left:50px;
    padding-right: 50px;
}

#benefits h3 {
    background-color: #7F0006;
    color: #fff;
    font-family:'Noto Serif', serif;
    padding: 15px 50px;
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 40px;
}
.header-image {width: 100%;}
.header-image p {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: 400;
    padding-top: 150px;
}
.header-image h2 {

    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 72px;
    padding-top: 210px;
    padding-bottom: 210px;
    font-weight: 300;
    line-height: 90px;
    text-shadow: 2px 10px 100px #000000;
}
.header-image h4 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 42px;
    padding-bottom: 210px;
    font-weight: 300;
    line-height: 90px;
    text-shadow: 2px 10px 100px #000000;
}
.header-image h2 span {
 	font-style: italic;
    font-family:'Noto Serif', serif;
}

.header-image h2 b {
	display: inline-block;
	position: relative;
}
.header-image h2 b:before,
.header-image h2 b:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 3px solid white;
  top: 40px;
  width: 5vw;
}
.header-image h2 b:before {
  	right: 100%;
  	margin-right: 15px;
}
.header-image h2 b:after {
	left: 100%;
	margin-left: 15px;
}

.header-image h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 300px;
    text-align: center;
    font-weight: 300;
    margin-top: -50px;
    padding-bottom: 100px;
	text-shadow: 2px 10px 100px #000000;
    margin-left: 120px;
    font-family:'Noto Serif', serif;
    font-style: italic;
}

.header-image h3 sub {
    font-size: 130px;
    position: relative;
    top: -120px;
    font-family:'Noto Serif', serif;
    font-style: italic;
    margin-left: 40px;
}

.header-image h3 b {letter-spacing: -40px;}
.header-image h3 span {
    font-size: 36px;
    letter-spacing: 10px;
    font-weight: 400;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 10px;
    position: relative;
    left: -160px;
    top: -30px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

/** Main Content **/
.page-content img {height: auto;}
.post-image {margin-bottom: 15px;}
.social-footer {margin-bottom: 10px;}
.social-footer social {margin-right: 5px;}
.page-content .alignleft {
	float: left;
	margin: 20px 20px 15px 0;
}
.page-content .alignright {
	float: right;
	margin: 20px 0 15px 20px;
}
.page-content .aligncenter {
	display: block;
	margin: 20px auto 15px auto;
}
/** End Main Content **/

/** Right Sidebar **/
.page-content.right-sidebar a {
	color: #7F0006;
	font-weight: 700;
	text-decoration: underline;
}
.page-content.right-sidebar img {height: auto;}

.page-content.blog-sidebar .recent-news {margin-bottom: 30px;}
/** End Right Sidebar **/

/*** Stories ***/
.stories-container {padding-top: 50px;}
.stories-archive-block {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.stories-archive-block:hover .title-block {top: -20px;}

.story-image img {height: auto;}
.title-block {
	position: relative;
	background-color: #7f0005;
	padding: 20px;
	text-align: center;
	min-height: 180px;
	transition: all 0.5s;
	top: 0;
}

.title-block h4 a {
	color: #fff !important;
	font-size: 1.25rem !important;
}
.title-block p {color: #fff;}
.page-content.stories-content {padding-top: 40px;}
.page-content.stories-sidebar .recent-news {margin-bottom: 30px;}
.page-content.stories-sidebar article {padding-top: 69px;}
.page-content article h4.stories-date {margin-bottom: 15px;}
.title-block .btn {display: none;}

.page-content article.single-recent p {padding-right: 0;}
.page-content article.single-recent h4 {
	line-height: 1.1;
	margin-bottom: .5rem;
}
.page-content article.single-recent .stories-archive-block {
	padding: 20px 15px;
	margin-bottom: 0 !important;
}
/*** End Stories ***/

.land-acknowledgement {
	border-bottom: 1px solid #a10f24;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
.land-acknowledgement .wp-block-columns {
	margin-bottom: 0;
}
.land-acknowledgement p {font-size: 12px;}

@media only screen and (max-width: 1000px) {
    .header-image h3 {
        font-size: 150px;
        margin-top: -25px;
        margin-left: 0;
    }
    .header-image h3 sub {
        font-size: 65px;
        top: -60px;
    }
    .header-image h3 span {
    	font-size: 18px;
        left: -60px;
        top: -15px;
        padding-top: 10px;
    	padding-bottom: 10px;
    }
    .header-image p {font-size: 18px;}
    .header-image h4 {
        font-size: 26px;
        padding-bottom: 60px;
    }
   #hours {padding:20px;}

   .headline span:before,
   .headline span:after {display:none;}
}

	.production-banner-image-xs {display: none;}
	.page-content article {
		background: none;
		padding: 25px;
		width: 100%;

	}
		.page-content.map-image {margin-bottom: 0;}
		.page-content.map-image article {
			padding: 0;
			background: none;
		}
		.map {
			margin: 0;
			padding: 0;
			border: 0;
			width: 100%;
			height: 550px;
		}
	.page-content article h2 {
		font-size: 35px;
		font-family: 'Noto Serif', serif;
		font-weight: 500;
		color: #000;
		line-height: 45px;
		/* margin-bottom: 35px; */
	}
		.page-content article h2 .gray {
			display: block;
			color: #7f0006;
		}
		.page-content article h3 {
			font-family: 'Montserrat', serif;
			font-size: 1.25rem;
			color: #7F0006;
		/*	margin-bottom: 15px; */
			line-height: 1.625rem;
			font-weight: 500;
		}
			.page-content article h2.title-block {margin: 0;}
			.page-content article h3.title-block {margin: 0;}
		.page-content article h4 {
			font-family: 'Montserrat', serif;
			font-size: 0.9375rem;
			margin-bottom: 5px;
			line-height: 1.125rem;
		}
		.page-content article p {font-size: 0.875rem;}
			.page-content article p.gray {}
			.page-content article p.alt {font-family: 'Noto Serif', serif;}
			.page-content article p.buy-tickets span {
				display: inline-block;
				font-size: 1.25rem;
				margin-top: 12px;
				margin-left: 15px;
			}
			.page-content article .buy-tickets-container {
				float: left;
				margin: 30px 0 30px 0;
			}
			.page-content article p.buy-tickets {
				display: block;
				width: 100%;
				float: left;
				letter-spacing: 0.125rem;
				padding: 10px 0;
			}

			.page-content article p.buy-tickets a:hover {
			    background-color: #7F0006;
			    color: #fff;
			    text-decoration: none;
			    transition-duration: 1s;
			}

			.page-content article p.buy-tickets a {
				display: inline-block;
				border: 1px solid #7F0006;
				padding: 10px 30px ;
				color: #000;
				float: left;
				margin-right: 10px;
				text-transform: uppercase;
				font-size: 20px;
			}
	.page-content article a {color: #fff;}
	.page-content p {padding-right: 40px;}
		.sidebar article {
			background: rgba(0,0,0,0.75);
			padding: 35px;
			height: 100%;
		}
		.sidebar article h3 {
			color: #fff;
			font-weight: 500;
			font-size: 1rem;
		}
		.sidebar article h4 {
			color: #fff;
			font-weight: 500;
			font-size: 0.875rem;
		}
			.sidebar article p.buy-tickets {
				display: block;
				width: 100%;
				float: left;
				letter-spacing: 0.125rem;
				padding: 10px 0;
		}
			.sidebar article p {
				color: #B6B6B6;
				font-size: 0.875rem;
			}
				.sidebar article p a {color: #B6B6B6;}

	.production-cast {
		margin-top: 40px;
		margin-bottom: 25px;
	}
	.production-cast .cast-members {margin-bottom: 25px;}
		.production-cast .cast-members article {
			background: #7F0006;
			height: 100%;
		}
			.production-cast .cast-members:first-child article {margin-left: 0;}
			.production-cast .cast-members:last-child article {margin-right: 0;}
			.production-cast .cast-members p {
				padding: 15px;
				margin-bottom: 0;
				background-color:#7F0006;
			}
			.production-cast .cast-members img {
				-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    			filter: grayscale(100%);
			}
			.production-cast .cast-members .character {
				display: block;
				color: #fff;
				font-family: 'Noto Serif', serif;
			}
			.production-cast .cast-members .actor {
				display: block;
				color: #fff;
				font-size: 1rem;
			}
			.cast-members .name {display: block;}
			.cast-members .board-title {display: block;}
			.cast-members .board-position {
				display: block;
				font-family: 'Noto Serif', serif;
				font-style: italic;
				font-size: 0.75rem;
			}
/*** End Production ***/

.past h2 {
    font-family: 'Noto Serif', serif;
    font-size: 35px;
    color: #7f0006;
    line-height: 45px;
}
.past h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Montserrat', serif;
    font-size: 1.25rem;
    color: #7F0006;
    margin-bottom: 15px;
    line-height: 1.625rem;
    font-weight: 500;
}
#past-roles p {
    margin: 20px;
    color: #fff;
    background-color: #7F0006;
    width: 15%;
}
#past-roles p img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {}

@media (max-width: 1000px) {
	 .header-image h2 {
	     font-size: 45px;
	     padding-top: 75px;
	     padding-bottom: 75px;
	     line-height: 50px;
	 }

	 #past-roles p {width: 25%;}

	 .headline {font-size: 18px;}
	 .big-call {font-size: 28px;}
	 .header-image h2 b:after {display: none;}
	 .header-image h2 b:before {display: none;}
 }

@media (max-width: 700px) {
 	#past-roles p {width: 33%;}
}

@media (max-width: 400px) {
	#past-roles p {width: 100%;}
}

/*** Page Content ***/
.trivia p{margin-top:10px; margin-bottom:30px;}
.parent-box-office .top-wrapper {
	background: #fff;
	background-size: cover;
    background-attachment: fixed;
	background-position: top !important;
}
.parent-discover .top-wrapper {
	background: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-position: center 133px !important;
}
.parent-about .top-wrapper,
.blog .top-wrapper,
.archive .top-wrapper,
.single-post .top-wrapper {
	background: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom 133px !important;
}
.parent-schools .top-wrapper {
	background: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-position: center 133px !important;
}

.post-type-archive-season .top-wrapper {padding-bottom: 0;}

.page .page-content,
.blog .page-content,
.archive .page-content,
.single-post .page-content,
.error404 .page-content {margin-top: 40px;}
	.blog .page-content-sub,
	.page .page-content-sub,
	.single-post .page-content-sub,
	.archive .page-content-sub {margin-top: 15px;}
	.page .sidebar {margin-top: 45px;}
	.page-content article.sub-contact {

	}
		.page-content article.sub-contact a {
			display: inline-block;
			font-family: 'Montserrat', sans-serif;
			display: inline-block;
			font-size: 0.875rem;
			color: #fff;
			padding: 8px 20px;
			background: #bbb;
			margin: 15px 0 15px 0;
		}
		.page-content article.sub-contact p:last-child {margin-bottom: 0;}

	.page-content article ul {
		margin-left: 0;
		padding-left: 15px;
	}
	.page-content article li {
		font-size: 0.875rem;
		margin-bottom: 10px;
		margin-left: 0;
	}
	.page-content article a {color: #7F0004;}
	.page-content article a.button {
		display: inline-block;
		font-family: 'Montserrat', sans-serif;
		display: inline-block;
		font-size: 0.875rem;
		color: #7f0005;
		padding: 8px 0;
		text-transform: uppercase;
		margin: 10px 0 0 0;
		text-align: center;
	}
	.pagination {margin-top: 25px;}
	.page-item.active .page-link {
		z-index: 2;
		color: #4A4A4A;
		background: none;
		border: 1px solid #ddd;
		font-family: 'Montserrat', sans-serif;
	}
	.page-link {
		color: #4A4A4A;
		background-color: #fff;
		border: 1px solid #ddd;
	}
		.page-link a {color: #4A4A4A;}
			.page-link:hover {color: #4A4A4A;}
	.image-content-container {margin-top: 40px;}
	.image-content-container.alt {margin-top: 0;}
		.image-content {background: rgba(0,0,0,0.75);}
		.image-content p {
			padding: 10px 15px;
			font-size: 0.875rem;
			font-family: 'Noto Serif', serif;
			color: #fff;
			margin: 0;
		}

	.page-content article.block-height {height: auto;}
	.fill-row {height: 100%;}

	.top-image {
		display: block;
		float: left;
		padding-bottom: 35px;
		width: 100%;
	}
	.page-content article a.title-link {}

	.glossary strong {font-family: 'Noto Serif', serif; color: #7f0006;}
	.glossary-divider {
		width: 100%;
		height: 1px;
		border-bottom: 1px solid #333;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.alignleft {margin-bottom: 0.9375rem;}
	.aligncenter {}

.seating {
	display: block;
	margin: 0 auto;
}
/*** End Page Content ***/

/*** Board ***/
.board-members {margin-bottom: 25px;}
	.board-members article {
		height: 100%;
		padding: 0;
	}
		.board-members:first-child article {margin-left: 0;}
		.board-members:last-child article {margin-right: 0;}
		.board-members p {
			padding: 15px;
			margin-bottom: 0;
		}
		.board-members .name {
			display: block;
			font-family: 'Noto Serif', serif;
			font-size: 24px;

		}
		.board-members .board-title {
			display: block;
			color: #000;
			font-size: 0.9375rem;
		}
		.board-members .board-position {
			display: block;
			font-family: 'Noto Serif', serif;
			font-style: italic;
			font-size: 0.75rem;
			color: #000;
		}

		.board-members img {
		    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    		filter: grayscale(100%);
		}

		.divider-container {
			height: 1px;
			margin-bottom: 25px;
			clear: both;
		}
			.divider-container .divider {
				width: 100%;
				height: 1px;
				background: #333;
			}
/*** End Board ***/

/*** Annual Reports ***/
.annual-report {margin-bottom: 50px; margin-top: 50px;}
	.annual-report article {
        color: #000;
		height: 100%;
		padding: 0 0 5px 0;
	}
		.annual-report:first-child article {margin-left: 0;}
		.annual-report:last-child article {margin-right: 0;}
		.annual-report img {
			display: block;
			margin: 0 auto 15px auto;
		}
		.annual-report p {
			padding: 0 15px 10px 15px;
			margin-bottom: 0;
		}
		.annual-report .name {
			display: block;
			font-family: 'Noto Serif', serif;
			font-size: 24px;
			text-align: center;
		}
		.annual-report .statement {
			display: block;
			font-size: 0.875rem;
			text-align: center;
		}
			.page-content article .annual-report a {color: #000;}
		.annual-report .board-title {
			display: block;
			color: #B6B6B6;
			font-size: 0.9375rem;
		}
		.annual-report .board-position {
			display: block;
			font-family: 'Noto Serif', serif;
			font-style: italic;
			font-size: 0.75rem;
			color: #B6B6B6;
		}
/*** End Annual Reports ***/


/*** Footer ***/
#wrapper-footer {
	background: #fff; box-shadow:2px 0px 50px #ddd;
	padding-top:100px;
	padding-bottom: 50px;
}
	.site-info {
		color: #9B9B9B;
		font-size: 0.625rem;
	}
		.site-info a {
			color: #9B9B9B;
			text-decoration: underline;
		}
	.site-address .manitoba-opera {
		width: 314px;
		margin-bottom: 41px;
	}
		.site-address .address {
			color: #9B9B9B;
			font-size: 0.8125rem;
			margin-bottom: 36px;
		}
			.site-address .address a {color: #fff;}
	.site-address .social {margin-bottom: 20px;}
		.site-address .social a {
			display: inline-block;
			width: 25px;
			height: 25px;
			background: #808080;
			color: #fff;
			text-align: center;
			border-radius: 13px;
			padding: 1px 0 0 0;
			margin-right: 12px;
		}
		.logos {margin-bottom: 45px;}
		.logos a.operaca img {
			width: 200px;
			height: auto;
		}
		.logos.bottom {display: none;}
		.logos a.noca img {width: 216px;}

		ul.footer-nav {
			margin: 0;
			padding: 0;
		}
		ul.footer-nav>li {
			margin: 0 0 18px 0;
			padding: 0;
			font-size: 0.8125rem;
			list-style: none;
		}
			ul.footer-nav>li>a {
				font-weight: 500;
				color: #000;
			}
			ul.footer-nav>li ul.sub-menu {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			ul.footer-nav>li ul.sub-menu li a {
				color: #9B9B9B;
				font-size: 0.8125rem;
			}
	/*

		.footer-nav li {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			.footer-nav li:first-child a {
				font-weight: 500;
				color: #fff;
			}
			.footer-nav li a {
				color: #9B9B9B;
				font-size: 0.8125rem;
			}
	*/
/*** End Footer ***/
@media (max-width: 1299px) {
	.production-cast .cast-members article {min-height: 249px;}
}

@media (max-width: 1100px) {
   #post-12 .production-buttons {left: 15%;}
   #post-22 .production-buttons {left: 50%;}

}

@media (max-width: 991px) {
	.sidebar {margin-top: 15px;}
	.page .sidebar {
		margin-top: 15px;
		margin-bottom: 45px;
	}
	.site-address .manitoba-opera {width: 230px;}
	.page .page-content,
	.page .image-content-container {margin-bottom: 0;}
	.production-cast .cast-members article {}

	.navbar-dark .navbar-nav>li>.nav-link {
		color: #000;
		letter-spacing: 0.19rem;
	}
	.second-block {
		padding-left: 40px;
		padding-right: 30px;
	}
	.header-image {height: 300px;}
	.page-content.stories-sidebar article {padding-top: 30px;}
	.page-content.stories-content article p {padding-right: 0;}
}

@media (max-width: 1172px) {
    .header {overflow: hidden;}
	.header .navbar-brand img {width: 220px;}
	.header .navbar-brand {margin-top: 10px;}
	.fixed-top {position: relative; z-index: 1000;}
	.navbar {
		padding-bottom: 3px;
		padding-left: 1rem;
		padding-top: 8px
	}
	.header .sponsor img {
    	width: 90px;
    	margin-top: 0;
	}
		.header .navbar-brand {
			display: flex;
  			align-items: center;
  			justify-content: center;
  			margin-right: 0;
		}
		.top-header {display: block;
  			align-items: center;
  			justify-content: center
		}
		#navbarNavDropdown {
			padding-top: 15px;
    		padding-bottom: 0px;
		}
	.navbar::before {
		content: "";
		position: absolute;
		display: block;
		width: 500%;
		top: 11px;
		left: -50%;
		height: 1px;
		border-bottom: 1px solid #979797;
	}
	.navbar-dark .navbar-nav>li:first-child>.nav-link {padding-left: 1.25rem;}
	.search-field {margin: 0 1.25rem;}
	#main-menu.navbar-nav {font-size: 0.75rem;}
	.menu-main-nav-container {margin-bottom: 13px;}

	.page-content .alignleft {
		display: block;
		float: none;
		margin: 20px auto 15px auto;
	}
	.page-content .alignright {
		display: block;
		float: none;
		margin: 20px auto 15px auto;
	}
	.page-content .aligncenter {
		display: block;
		margin: 20px auto 15px auto;
	}
	.top-header {padding-top: 0;}
	.top-wrapper {padding-top: 0;}
	.header .sponsor {
		position: relative;
		top: 0;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
		.header .sponsor span {
			display: block;
			float: none;
			margin-top: 0;
			margin-bottom: 0;
			margin-right: 5px;
		}
		.header .sponsor span p {margin-bottom: 0;}

	.parent-box-office .top-wrapper {background-position: center 61px !important;}
	.parent-discover .top-wrapper {background-position: center 61px !important;}
	.parent-about .top-wrapper,
	.blog .top-wrapper,
	.archive .top-wrapper,
	.single-post .top-wrapper {background-position: center 61px !important;}
	.parent-schools .top-wrapper {background-position: center 61px !important;}

	.navbar-dark .navbar-nav>li>.nav-link {
		color: #000;
		letter-spacing: 0.25rem;
	}
	.support {
		position: relative;
		margin: 0 1.25rem 20px 1.25rem;
	}
	.dropdown-menu {
		background: none;
		margin: 0 0 0 10px;
		padding: 0;
		border: none;
	}
	.dropdown-menu li {margin-bottom: 5px;}
		.dropdown-menu li:last-child {margin-bottom: 15px;}
	.navbar-dark .navbar-nav .dropdown-menu .nav-link {
		color: #000 !important;
		font-size: 0.75rem;
		background: 0 0;
		border: 0;
		padding: 0;
	}
		.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover,
		.navbar-dark .navbar-nav .dropdown-menu .nav-link:active,
		.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
			background: none;
			color: #000 !important;
		}
		.navbar-dark .navbar-nav .dropdown-menu .current-menu-item .nav-link {color: #fff !important;}

	.logos {
		display: none;
		margin-top: 25px;
		margin-bottom: 45px;
	}

	.logos.bottom {display: block;}

	#wrapper-footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {

	.header .navbar-brand {
    	justify-content: start;
    	margin-left: 0.75rem;
	}
	.header .sponsor {
    	margin-left: 0.75rem;
    	justify-content: start;
	}

	#post-12 .production-buttons {left: 10%;}
	#post-22 .production-buttons {
       left: 30%;
       top: 90%;
   }
	.top-wrapper {
		padding-top: 0;
		background-position: center 61px !important;
	}

	.home-gallery-image {
		margin-top: 25px;
		padding-left: 0;
		padding-right: 0;
	}
	.home-gallery-text {padding: 30px 42px 30px 53px;}
	.home-gallery-text blockquote span.header {
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
	.home-gallery-text blockquote span.header::before {
	    content: "\201c";
	    position: absolute;
	    left: 15px;
	    top: 35px;
	    font-family: 'Noto Serif', serif;
	    font-size: 4.5rem;
	    color: #9B9B9B;
	}
	.home-callout-image {height: 476px;}
	.home-callout-image .home-callout-image-content {
		top: 20%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-callout-image .home-callout-image-content h3 {
		font-size: 2.75rem;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 40px;
	}
	.home-callout-image .home-callout-image-content h4 {
		display: block;
		position: relative;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.home-callout-image .home-callout-image-content h4 em {
		font-weight: 400;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		font-size: 2rem;
		color: #fff;
		font-family: 'Noto Serif', serif;
		text-transform: uppercase;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 0;
	}
	.home-callout-image .home-callout-image-content h4 span {
		display: block;
		font-weight: 400;
		position: relative;
		font-size: 4.063rem;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		margin-top: 15px;
	}
	.home-callout-image .home-callout-image-content h4 span::before {
		content: "$";
		position: relative;
		font-size: 2rem;
		top: -20px;
		left: -3px;
	}

	.students .home-callout-image .home-callout-image-content {top: 20%;}
	.students .home-callout-image blockquote span.header {
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
		.home-callout-image blockquote span.header::before {
			content: "\201c";
			position: absolute;
			left: 3px;
			top: -13px;
			font-family: 'Noto Serif', serif;
			font-size: 7.5rem;
			color: #9B9B9B;
		}
		.home-callout-image blockquote span.footer {font-size: 1rem;}
			.home-callout-image blockquote span.footer em {font-size: 0.875rem;}

	.first-block {
		padding-left: 15px;
		padding-right: 15px;
		border-right: none;
		border-bottom: 1px solid #979797;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.second-block {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-content article h2 {font-size: 1.875rem;}
	.page-content article p {font-size: 0.8125rem;}
	.page-content article p.buy-tickets span {
		font-size: 1.125rem;
		margin-bottom: 5px;
	}

	.production-banner-image {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.production-banner-image-sm {display: none;}
	.production-banner-image-xs {display: block; width: 100%;}
	.production-cast {margin-top: 15px;}

	.page .page-content,
	.page .image-content-container {
		margin-top: 20px;
		margin-bottom: 0;
	}
		.page .image-content-container.alt {margin-top: 0;}
		.page .sidebar {margin-top: 15px;}

	#post-22 .production-tickets {
	    top: 89%;
	    margin: 0 auto;
	    right: 0;
	    left: 0;
	}
	#post-12 .production-tickets {
	    top: 87%;
	    right: 0;
	    left: 0;
	}
		#post-12 .learn-more {
	    	top: 87%;
	    	right: 0;
	    	left: 0;
		}
	.production-buttons {
	    left: 10%;
	    transform: scale(0.9);
	}
	.page-content article.sub-contact a {font-size: 0.75rem;}
	.quote blockquote {padding-left: 30px;}
	.quote blockquote p {margin-bottom: 0;}
	.quote blockquote span.header {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.quote blockquote span.header::before {font-size: 5rem; box-shadow: none;}
	.quote blockquote span.footer {font-size: 1rem;}

	.quote blockquote.small span.header {
		font-size: 1.25rem;
		line-height: 1.75rem;
		box-shadow: none;
	}
	.quote blockquote.small span.footer {font-size: 0.75rem;}
	.quote blockquote.small {padding-left: 30px;}

	.sub-contact .right {margin-top: 25px;}
	.glossary-divider {display: none;}
	.news-image {
		width: 100%;
		text-align: center;
	}
	.alignleft {
		float: none;
		clear: both;
		margin: 0 auto 0.9375rem auto;
	}
	#wrapper-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 500px) {
    .extend {padding-bottom: 50px;}
    #post-22 .production-buttons {top: 94%;}
}
