/*
Theme Name: Cygnet
Author: Manny Fernandes & Dan Cowper
Author URI: https://ambsolutions.com/
Version: 2.0
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * https://necolas.github.com/normalize.css/ and Blueprint
 * https://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	color: #666;
	/*font-family:"museo-sans", "proxima-nova", Verdana, Helvetica, Arial, sans-serif;*/
	font-family:"Montserrat","Muli", Verdana, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
}

body {
	background-color:#fff;
}
#page_bg {
	min-height: 800px;
	position: absolute;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+46,ffffff+59,ffffff+100,ffffff+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(255,255,255,1) 87%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(255,255,255,1) 87%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(255,255,255,1) 87%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.logged-in #page_bg {
	/*top:32px; */
}

a {
	color: #edb61b;
/*	color:#aa1a1e; */
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #7786a5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
    margin: 5px 0px 5px 0px;
    color: #333;
    line-height: 1.5em;
    font-size: 1em;
    border-bottom: 2px solid #aa1a1e;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

h4 {
	margin-top:0;
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 500;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: .6em;
	line-height: .5 !important;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
		transition: all .3s;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	transition: all .3s;	
}



input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #edb61b;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #edb61b;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
	max-width: 300px;
	height:200px;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #edb61b;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	padding: 10px 15px 11px;
	vertical-align: bottom;
	transition: all .3s;	
}
.button-large{
  text-align: center;
  /*width: 42%; */
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #aa1a1e;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}
.button {
	display: inline-block;
	padding: 7px 20px 5px;
	padding: 7px 14px 5px;
}
button[disabled],
input[disabled] {
	opacity: .8;
	cursor: default;
	background-color: #ccc;
}
button[disabled]:hover,
input[disabled]:hover {
	background-color: #ccc;	
}
.search-field {
	width: 100%;
}

.search-submit {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}
.search-submit:hover {
	background-color: transparent;
	color: #edb61b;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;

}
img.size-full {
	width: 100%;
}
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	margin:0 auto;
	max-width: 1260px;
	max-width: 1020px;
	max-width: 1890px;
	max-width: 1905px;
	
	position: relative;
	min-height: 800px;
	background-color:#fff;
}

.main-content {
	width: auto;
	margin-top: 62px;
	margin-left: 255px;
	min-height: 740px;
}
.page-template-modal .main-content {
	min-height: 0;
	margin: 20px 2%;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	max-width: 1260px;
	max-width: 1020px;
	max-width: 1890px;
	max-width: 1905px;	
	position: fixed;
	background-color: #fff;
	width: 100%;
	z-index: 4;
	font-size: 16px;
	font-weight: 300;
	/*background-image: url(images/headerwing_bg.jpg);
	background-repeat: no-repeat;
	background-position:0 0;*/
}

.header-main {
	min-height:62px;
	background-color: #000;	
}
.header-sub {
	background-color: #fff;
}

.site-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	background-image: url(images/cygnet-logo-2023.png);
	background-repeat: no-repeat;
	width:225px;
	height:100px;
	max-height: 100px;
	margin-top: 10px;
	margin-left: 10px;
	transition: all 0.8s ease 0s;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
  	position: absolute;
  	z-index: 999;
  	background-size: contain;
}
.site-title.shrunk {
	height:50px;
}
.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Search in the header */

.search-toggle {
	background-color: #fff;
	cursor: pointer;
	float: right;
	height: 21px;
	margin-right: 0;
	text-align: center;
	width: 20px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #7786a5;
}

.search-toggle:before {
	color: #000;
	content: "\f400";
	font-size: 20px;
	margin-top:0;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	padding:0;
	display: inline-block;
	vertical-align: text-bottom;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	width:141px;
	font-size: 13px;
	color:#000;
	border-radius: 5px;
	padding:7px 12px;
	margin: 0 0 0 10px;
	border:1px solid #aaa;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
}

.site-navigation a:hover {
	color: #7786a5;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	/*font-weight: 900; */
	color: #edb61b;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}


/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


.hentry {
	margin: 0 auto 0;
	font-weight: 300;
}

.site-content .entry-header,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 2.2rem;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
    letter-spacing: .05em;
    margin: 0;
    font-weight: 300;
    line-height: 1;
	font-family: Champion;
	text-transform:uppercase;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #7786a5;
}

.site-content .entry-header {
	min-height:156px;
	min-height:180px;
	min-height: 255px;
	padding: 0;
    background-repeat: no-repeat;
    background-size: 100%;	
}

.site-content .has-post-thumbnail .entry-header {
	background-repeat: no-repeat;
	background-size: 100%;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #7786a5;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #7786a5;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #7786a5;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #7786a5;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens: none;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #fff;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.bio-info a,
.textwidget a{
	text-decoration: underline;
	color:#aa1a1e;
}
.entry-content a.button,
.page-content a.button,
.textwidget a.button{
	text-decoration: none;
}
.addr_directions {
	text-align: right;
    line-height: 1.2em;
    color: #aa1a1e;
    font-size: .875em;
    font-weight: bold;
}
.entry-content h4 a,
.entry-content .addr_directions h4 a{
    line-height: 1.2em;
    color: #aa1a1e;
    font-size: .875em;
    font-weight: bold;
	
}

.textwidget .button {
	color:#fff;
	text-decoration: none;
	margin: 2px 0.5%;
}
.textwidget .button:hover {
	background: #aa1a1e;
	color:#fff;
	text-shadow: 2px 2px 4px #333;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.textwidget a:hover {
	color:#000;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	margin-top: 24px;	
}
.entry-content form table {
	font-size:inherit;
}
.entry-content th,
.comment-content th {
	font-weight: 600;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #7786a5;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #7786a5;
	border: 1px solid #7786a5;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #7786a5;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #edb61b;
}

.paging-navigation a:hover {
	border-top: 5px solid #7786a5;
	color: #2b2b2b;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}

.entry-content {
	width: 61%;
	margin-right: 5%;
	padding-left:1%;
    display: inline-block;
    vertical-align: top;	
}
.page-template-sitemap .entry-content,
.search-results .entry-content{
	width: auto;
	display: block;	
}

.page-template-modal .entry-content {
	width: auto;
	display: block;
}

.error404 .page-content {
	padding-left: 12px;
}
.error404 .search-field {
	max-width: 400px;
}
/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.page-template-full-width .entry-content,
.page-template-artist-bazaar .entry-content,
{
	width: auto !important; 
	display: block;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	width: 32%;
	float: right;
	margin-right: 1%;
	margin-bottom: 24px;
	min-width:343px;
	max-width: 528px;
}
#left_nav{
	float:left;
	margin-left:161px;
	font-size: 16px;
	vertical-align: top;
    height: 100%;
    position: relative;
}
#left_nav ul {
	list-style: none;
	margin:0;
}
#left_nav ul li {
	display:table-cell;
	display: none;
	vertical-align: middle;
	height: 47px;
	line-height: 47px;
	position: relative;
}
#left_nav ul li ul li {
	display: block;	
	
	height:27px;
	height: auto;
	line-height: 1;
	padding:0;	
	
	display:table-cell;	
}


#left_nav ul .current-menu-item,
#left_nav ul .current-page-item,
#left_nav .current-page-ancestor,
#left_nav .current-menu-ancestor {
	display: table-cell;
}

#left_nav .current-menu-item .sub-menu li,
#left_nav .current-page-item .sub-menu li,
#left_nav .current-page-ancestor .sub-menu li,
#left_nav .current-menu-ancestor .sub-menu li{
	display: inline-block;
}
#left_nav ul li a {
	display: block;

    height: auto;
    line-height: 1.2em;
    margin: 0px;
    
    text-align: left;
    text-decoration: none;
    color: #929292;

    padding: 14px 12px 14px;
    overflow: auto;
}


#left_nav ul .menu-item-has-children > a, 
#left_nav ul .page_item_has_children > a {
	padding-right: 26px;
}

#left_nav .current_page_item a,
#left_nav .current-menu-item a,
#left_nav .current-page-ancestor a,
#left_nav .current-menu-ancestor a {
	display: none;
}
#left_nav .sub-menu a,
#left_nav .sub-menu a,
#left_nav .sub-menu a {
	display: block;
}

#left_nav .current-menu-item ul li a {
	display: block;
}

#left_nav ul li ul.current-menu-item a {
	display: block;
}
#left_nav .current-menu-item .sub-menu a {
	display: block;
    color: #929292;

	
}


#left_nav ul li .sub-menu .current-menu-item > a,
#left_nav ul li .sub-menu .current_page_ancestor > a,
#left_nav ul li .sub-menu .current_page_ancestor > a:after  {
	color:#edb61b;
}



#left_nav .sub-menu .sub-menu{
	border: 0;
    top: 0;
    background-color:#fff;
    padding: 0 0 5px 0;
    margin: 0;
    
	padding:0;
	left: -999em;
    margin: -3px 0 0 0;
    position: absolute;
    top: 48px;
    z-index: 99999;
    background-color: #fff;
    border-top:1px solid #000;	    
    
}

#left_nav ul li ul li ul li{
	min-width: 225px;	
	border-bottom: #ccc solid 1px;
	padding: 3px 0;
}

#left_nav ul li ul li ul li:after{
	content: "";
}

#left_nav ul li ul li ul li a {
	padding:3px 5px 3px 14px;	
}

#left_nav ul li ul li:after {
	content: "|";
	color: #000;
	font-size: 14px;
    position: absolute;
    right: -2px;	
    top:16px;
}
#left_nav ul li:last-child:after {
	content:"";
}
#left_nav ul .menu-item-has-children > a:after {
	content: ">";
	position: absolute;
	color:#929292;
	right:7px;
	font-size: .7em;
	font-weight: bold;
	top:5px;
	
    transform: rotate(90deg);
    transition: all 0.3s ease 0s;
    vertical-align: text-bottom;	
	
	-webkit-font-smoothing: antialiased;
	content: "\232A";
	display: inline-block;
		/*font: normal 8px/1 Genericons;*/
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 9px;
	top: 17px;
	vertical-align: text-bottom;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */	
	
}

#left_nav .sub-menu a:hover {
	color: #edb61b; 
}
#left_nav .sub-menu li .sub-menu a:hover {
	color: #545359;
}
#left_nav .sub-menu li .sub-menu > li:hover{
	background-color: #edb61b;
}



#left_nav ul li:hover > a:after {
	color: #edb61b; 
}

#left_nav ul li:hover > .sub-menu {
	left: auto;	
}
#left_nav ul li:hover a,
#left_nav .sub-menu li a:hover:after {
   /* color: #edb61b; */
}




.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}









/* Primary Sidebar */


.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}


#seasonbox {
	/*color: #ffffff;*/
	background-color: white;
	border-color: #CB1414 !important;
	border: 3px;
	border-style: solid;
	width: 40%;
	text-align: center;
	padding: 10px;
	margin-right: 10px;
	margin-top:10px;
	border-radius: 10px;
	float: left;
	line-height: 1em;
}

#seasonbox_wrapper {
	clear: both;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}
.site-footer ul {
	list-style: none;
}
.site-footer {
	background-color: #000;
	font-size: 16px;
	position: relative;
	z-index: 3;
}
.footer_buytix {
	text-align: center;
    font-size: 1.5rem;
    color: #FFF;
    background: #333;
    height: 35px;
    line-height: 32px;
    position: relative;
}
.footer-sidebar {
	padding-top: 48px;
}


.site-info a:hover {
	color: #7786a5;
}




	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}


	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}

	.content-area {
		float: left;
		width: 100%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
	/*	padding-right: 15px;
		padding-left: 15px; */
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

.site-info {
	padding: 15px 30px;
	max-width: 1020px;
	max-width: 1890px;
	max-width: 1905px;	
	margin: 0 auto;
}



	/* Navigation */
.site-navigation .sub-menu a {
	color: #fff;
}
.site-navigation .sub-menu ul a {
	color:#e6e6e6;
}
.site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a,
.site-navigation .sub-menu .current-page-ancestor > a,
.site-navigation .sub-menu .current-menu-ancestor > a,
.site-navigation .current-page-ancestor > a{
	color: #edb61b;
	/*font-weight: normal; */
}

	/* Primary Navigation */
.top-navigation {
	float: right;
}
.primary-navigation {
	margin: 0;
	padding: 0;
	position: absolute;
	left:0;
	top:0;
	background-color:#000;
/*	padding: 12px 20px 0 20px; */
	width:255px;
	overflow: hidden;
	bottom:0;
	padding-top: 155px;
}
.menu-main-nav-container {
	background-color: #000;	
}
.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display:block;
}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

.primary-navigation li {
	border: none;
	display: table-cell;
	display: block;
	/*height: 50px; */
	line-height: 50px;
	position: relative;
	font-size: 18px;
}


.primary-navigation a {
	display:block;
	padding: 0 21px 0 20px;
	white-space: nowrap;
	text-align: left;
	/*letter-spacing:3px;*/
}
.primary-navigation .sub-menu a {
	text-align: left;
}
.primary-navigation ul ul {

	margin: 0;
/*	position: absolute;
	top: 50px;
	left: -999em;
	z-index: 99999; */
	display: none;
	padding: 10px 0;
	background-color: #363636;
}
.primary-navigation .current-page-ancestor > ul,
.primary-navigation .current-menu-ancestor > ul,
.primary-navigation .current_page_ancestor > ul,
.primary-navigation .current-menu-item > ul,
.primary-navigation .current_page_item > ul{
	display: block;
}
/*class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-19 current_page_item menu-item-119" */

/* exception for Volunteer having two parents */
/*.page-id-63 #menu-item-125 a {
	color:#fff; 
}
.page-id-63 #menu-item-125 .sub-menu {
	display: none;
}
.page-id-63 #left_nav .menu-item-125 {
	display: none;
}
*/
.site-main {
	position: relative;	
}
.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1;
	width: 100%;
	background-color: #363636;
	font-size:.8em;	
}

.primary-navigation li li li {
	font-size:.95em; 
}

.primary-navigation ul ul ul {
	padding: 0px 0 5px;
}

.primary-navigation ul ul a {
	padding: 6px 20px 6px 40px;
	white-space: normal;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	/*background-color: #edb61b; 
	color: #000;*/
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	/*background-color: #333; */
	color: #edb61b;
	color: #7786a5;
}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
	/*	left: auto; */
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
	/*	left: 100%; */
	}

.primary-navigation ul ul ul a {
	padding: 6px 20px 6px 50px;

}



	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

.primary-navigation li .menu-item-has-children > a:before,
.primary-navigation li .page_item_has_children > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\232A";
	display: inline-block;
	/*font-family: Georgia,"Times New Roman", Times, serif;
		font: normal 8px/1 Genericons;*/
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 22px;
	top: 17px;
	vertical-align: text-bottom;
/*	-ms-transform: rotate(90deg); /* IE 9 */
/*	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
/*	transform: rotate(90deg);*/
	display: block; 
	transition: all .3s;
	line-height: 1;	
	transition: all 0.3s ease 0s;		
}
.primary-navigation ul .menu-item-has-children > a:before,
.primary-navigation ul .page_item_has_children > a:before {
	left: 12px;
	top: 19px;
}
.primary-navigation ul li ul .menu-item-has-children > a:before,
.primary-navigation ul li ul .page_item_has_children > a:before {
	left: 30px;
	top: 7px;
}


.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {
    /*padding-right: 46px; */
}
	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}


	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
#top_nav-left {
	float: right;	
	padding-top: 12px;
	margin-right:111px;
	color: #fff;
	font-size: 18px;
}
#top_nav-left .fa{ 
	font-size: 1.7em;
}
#top_nav-left .fa-phone,
#top_nav-left .fa-search,
#top_nav-left .fa-envelope-o {
	font-size: 1.4em;
}
#top_nav-left a[href^="tel:"] {
	color: #32b9fb;
}
#top_nav-left a .fa-phone{
	color: #fff;
}

#top_nav-left-mobile {	
	padding-top: 12px;
	padding-bottom: 7px;
	margin-right:52px;
}
#top_nav-left a,
#top_nav-left-mobile a {
	color: #fff;	
	transition: all .3s;
	margin:0 5px;	
}
#top_nav-left a:hover,
#top_nav-left-mobile a:hover {
	color:#edb61b;
}
.phonenumber {
	color: #000;
	padding: 0 10px;
	letter-spacing: 0.1em;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px;
}
.emaillist {
	padding: 0 10px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px;		
}
.fa-phone {
	border-radius: 50%;
	border: 2px solid #fff;	
	padding: 1px 5px;
}
#lower_Nav .fa-phone {
	padding: 1px 3px;
	padding: 0;
	border: 0;
}
.patronlogin a{

    display: block;
    height: 20px;
    background-color: #edb61b;
    font-size: .75em;
    color: #000;
    padding: 0px 45px;
    line-height: 20px;
    clear: right;
    float: right;
    margin: 10px 0;
    border: 0px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#header-sub {
	position: relative;
	text-align: right;	
	padding-right: 120px;
	min-height: 49px;
	
}
#header-sub a {
	color:#000;
}

#socialmedia {
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	padding:5px 8px;
	display: inline-block;
	margin-top:5px;
	margin-right: 17px;
	max-height:24px;
	overflow: hidden;	
	vertical-align: middle;
	right: 0;
	position: absolute;
	top:8px;
	text-align: left;
	transition: all .3s;
	background-color: #f8f8f8;
}


#socialmedia:hover {
	max-height: 100px;	
}
#socialmedia a{
	margin:0 0 5px 0;
	display: inline-table;
	color: #fff;
	
}
#socialmedia a:hover .fa{
	background-color: #edb61b;
}
#socialmedia a i{
	display: table-cell;
}	
#socialmedia .fa {
	transition: all .3s;
	line-height: 1;	
	border-radius: 50%;	
	height:25px;
	width: 25px;	
	text-align: center;	
	vertical-align: middle;
}
#socialmedia-2 a {
	margin:0 0 5px 0;
	display: inline-table;
	color: #fff;
		padding:5px 8px;
}
#socialmedia-2 .fa {
	transition: all .3s;
	line-height: 1;	
	border-radius: 50%;	
	height:25px;
	width: 25px;	
	text-align: center;	
	vertical-align: middle;
	display: table-cell;
}

#seesocial {
	display: inline-block;
	width:12px;
	text-align: center;
	cursor: pointer;	
}
#seesocial:after {
	-webkit-font-smoothing: antialiased;
	content: "\f502";
	display: inline-block;
	font: normal 8px/1 Genericons;
	color: #000;

}
.facebook .fa{
	background-color: #0054a6;
}
.twitter .fa{
	background-color: #00bff3;
}
.flickr .fa{
	background-color: #ccc;
}
.instagram .fa{
	background-color: #8817B9;
}
.googleplus .fa{
	background-color: #b8242a;
}
.youtube .fa{
	background-color: #e22b26;
}
.linkedin .fa{
	background-color: #0473a4;
}
.footer_copyright {
	text-align: center;	
	
}
.footer_buytix {
        text-align:center;
        font-size: 1rem;
        color: #FFF;
        background: #333;
        height: 35px;
        line-height: 32px;
}

.menu-footer-nav-1-cont,.menu-footer-nav-2-cont,.menu-footer-nav-3-cont{
	display: inline-block;
	width:22%;
	margin-left: 2%;
	vertical-align: top;
}	
#logo_cont {
	display: inline-block;
	width:22%;
	margin: 0 auto;
	vertical-align: top;	
}
#footer-logo {
	width: 80%;
	margin: 0 auto;	
	text-align: center;
}
#footer-logo img{
	width: 64%;
	height: auto;
	max-width: 120px;
}	
.menu-footer-nav-1-cont {
	/*width: 26%; */
}
.menu-footer-nav-3-cont { 
	/*margin-left: 7%; */
}
.menu-footer-nav-3-cont .textwidget {
	margin-top: 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    background-color: transparent;
}
.menu-footer-nav-3-cont .textwidget p {
    font-size: 16px;	
	line-height: 1.5;
	padding:0;
	margin-bottom: 24px;
}
#menu-footer-nav-2 {
	margin-left: 0;	
}
.subheader {
	
	padding: 8px 1%;
	width:98%;	
	position: relative;	
	font-size: 16px;
	margin-bottom: 24px;
}
.page-template-threecolumn .subheader {
	width:100%;	
	position: relative;
}
.page-template-threecolumn .addshare {
	position: absolute;
    right: 40px;
}
.page-template-threecolumn #secondary,.page-template-press #secondary,
.page-template-play #secondary,
.page-template-currentseason #secondary,
.post-season-template #secondary,
.category-season #secondary,
.category-2016-2017-season #secondary,
.category-2017-2018-season #secondary{
	/*width: 230px;
	margin-right: 0; */
}
.page-template-threecolumn .breadcrumbbar,
.page-template-play .breadcrumbbar,
.post-season-template .breadcrumbbar{
	padding-left: 0;	
	
}
.page-template-play .site-content .has-post-thumbnail .entry-header,
.post-season-template .site-content .has-post-thumbnail .entry-header{
	min-height: 240px;
	min-height: 336px;	
}

.breadcrumbbar {
	/*font-size: .75rem; */
	display: inline-block;
	vertical-align: top;
	width: 70%;
}
.breadcrumbbar a{
	color: #888;
}
.addshare {
	position: absolute;
    right: 40px;
	top:8px;
}	
.page-template-threecolumn .entry-content,.page-template-press .entry-content,.page-template-play .entry-content,
.page-template-currentseason .entry-content,
.post-season-template .entry-content,
.category-season .entry-content,
.category-2016-2017-season .entry-content,
.category-2017-2018-season .entry-content{
   /* width:66%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding-left: 0; */
}
.addthis_toolbox {
	float: right;
}
.category_box {
    display:inline-block;
    vertical-align: top;
    height:auto;
   /* max-height: 150px; */
    margin:0 2% 10px 0;
  /*  overflow: hidden; */
    position: relative;
    width: 30%;
  
  /*  max-width: 205px; */
}
.category_box p{
	margin:0;
}
.category_box a{
	text-decoration: none;
}
.category_label {
    color: #aa1a1e;
    font-size: 0.875em;
   /* height: 20px; */
    line-height: 20px;
    padding: 5px 0;
}
.category_label a:hover {
	color:#edb61b;
}
.landing_sidebar_title {
    background-color: #aa1a1e;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    margin:7px 0 0 0;
    padding:10px 10px 10px;

}
.home .landing_sidebar_title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
.parent-pageid-97 .landing_sidebar_title,.page-template-threecolumn .landing_sidebar_title {
        font-size: 1.05rem;
}

#primary-sidebar-support{
	color: #666;
    line-height: 1.2em;
    font-size: .75em;
}
#primary-sidebar-support .widget_cont{

}
#primary-sidebar-support .grey,
#primary-sidebar-contact .grey {
	padding: 15px 10px 10px 10px;
	background-color: #f2f2f2;	
}
#primary-sidebar-press {
	background-color: #f2f2f2;	
}
#primary-sidebar-support .quote{
	margin-top:45px;
}
#primary-sidebar-support .textwidget,
#primary-sidebar-contact .textwidget {
	margin-top: 0;
}
#primary-sidebar-support .button{
	padding: 10px 15px;
    color: #000;
    text-shadow: none;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto 15px;
    text-decoration: none;
    display: block;
    max-width: 150px; 
}
.page-template-threecolumn #primary-sidebar .button{
	font-size: 0.8em;
	padding: 7px 8px 5px;    
}
#primary-sidebar-contact .button{
	margin-top: 15px;
	margin-bottom: 30px;
}
#primary-sidebar-about .button,
#primary-sidebar-media .button {
    padding: 10px 15px;
    color: #000;
    text-shadow: none;
    text-align: center;
    font-size: 1.2rem;
    margin: 15px auto 45px;
    text-decoration: none;
    display: block;
    max-width: 150px;
}
.rounded5 {
    border-radius: 5px;
     white-space: nowrap; 
}
.blue {
	background-color: #7786a5;
	/*float: right; */
}
.entry-content a.blue {
	color:#fff;
}
.textwidget {
	margin-top: 0;
	color: #666;
    line-height: 1.5em;
    font-size: 1em;	
    font-size: .85em;	
	background-color: #e6e6e6;
	padding: 15px;	
    word-wrap: break-word;
}
.textwidget p{
 /*   line-height: 1.2em;
    font-size: .825em;
	padding:15px; */
	margin-bottom: 0;
}
.testimonial_pic {
	float:left;
	margin-right: 10px;
	max-width: 130px;
}
.testimonial_cont {
	padding: 12px 0;	
}
.credit {
    color: #333;
    font-size: 0.825rem;
}
.quote {
	color: #888;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 12px;
}
.leftquote {
	float: left;
    margin-right: 2px;
    margin-top:-2px;
}
.rightquote{
	margin-left: -2px;
	margin-top: -7px;	
}
.entry-content h2 {
	color: #aa1a1e;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.home .entry-content h2 {
	margin-top:10px;
	line-height: 1.5;
	text-transform: none;
	padding: 0 1%;	
	border-bottom: 2px solid #aa1a1e;
}
.home .entry-content h3 {
	margin: 10px 0 12px;
	color: #aa1a1e;
	font-size: 1.2em;
	font-weight: 600;
	border: none;
	display: block;
	line-height: 1.5;
	text-transform: none;
	padding: 0 1%;	
}
.small {
	font-size: 90%;
}
.widget_cont {
	margin-bottom:15px;

}
#primary-sidebar-support {
	
}
.topmargin10 {
	margin-top:10px;
}
#lefttwo{	
	display: inline-block;
	/*width: 66%; */
    min-width: 790px;
    padding-left: 15px;
}
.page-template-sidebar-right-no-menu .entry-content,.page-template-contact .entry-content {
  /*  display: inline-block;
    vertical-align: top;
    max-width:670px;	padding-right:0;
	min-width: 670px;
	width: 82%;	 */

}
.inset_box {
	/*background-color: #edb61b;
    max-width: 186px;
    height: 140px; */
    margin: 10px .3% 10px 0;
   /* float: left; */
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width:24.77%;
    text-align: center;
}
.home .inset_box {
	margin-top: 0;
}
#hb_cont {
	margin-bottom: 45px;
	margin-top:2px;
}
.home #hb_cont {
	margin-bottom:0;
}
.home #hb_cont .non-mobile{
	display: inline-block;
}

#hb_cont #fs-2,
#hb_cont #fsp-3,
#hb_cont .inset_box:last-child {
		margin-right: 0;
}


.textHeader {
 	display:block;
    margin: 10px 0.3% 10px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 24.77%;
}
#hb_cont2 {
	margin: 0 1%;
}

#hb_cont2 .entry-content {
	padding-left: 0;
	padding-right: 0;

	width: 100%;

}
.button_cont_2{
	margin-top:12px;
	margin-bottom: 48px;
	text-align: center;
}
.button_cont_2 .button {
    border-radius: 5px;
    text-decoration: none;
    color:#fff;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin-right: 1%;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
}
.button_cont_2 .button:last-child {
	margin-right: 0;	
}
.button_cont_2 .button:hover {
	color:#fff;
}
.news_body {
	float:right;
	padding-right: 0;
	width: 59%;
}
.home .entry-content .news_body h2 {
	border: 0;
	margin: 4px 0 0 0;
	padding:0;
}

.home .entry-content .news_body a {
	text-decoration: none;
}

.home .entry-content .redbutton {
	background-color: #aa1a1e;
	color: #fff;
	padding: 0 1%;
	border-bottom: none;
	display: inline-block;
}
.news_body p{

	margin-bottom: 12px;
}
.button_cont {
	text-align: right;
}
.bio_box { 
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin: 10px 12px 0 0;
	cursor: pointer;    
	max-width: 140px;	
}
.page-template-administrative .bio_box {
	max-width:none;
	width: 30%;
}
.page-template-board .bio_box{
	max-width:none;
	width: 24%;	
	width: 30%;	
}
.page-template-board .title_underline {
	display: block;
}
.page-template-administrative #section-1 {
	margin-bottom: 0;
}

.bmt {
	text-align: left;
	color: #fff;
	/*border-top: #000 solid 1px; */
	margin-top:0px;
	padding-top: 5px;
	font-weight: normal;	
	font-size: .85em;
}

.actor_name .bmt {
	font-size: .95em;	
}
.page-template-artists .bio_box,
.page-template-artistbazaar .bio_box {
	max-width:none;
	width: 23%;
	width: 30%;
}
.page-template-artists .bio_box img,
.page-template-administrative .bio_box img,
.page-template-artistbazaar .bio_box img,{
	width: 100%;
}
.bio_box:hover .inset_label {
	background-color: #edb61b;
	color: #000;

}
.bio_box img{
	margin-bottom: 0;

}
.bio_box .inset_label { 
	position: relative;
	margin-bottom: 10px;
	font-weight: 600;	
}
.page-template-administrative .bio_box .inset_label,
.page-template-board .bio_box .inset_label{
	min-height: 75px;
}

#hb_cont a:last-child .inset_box {
	border-right: 0;
	margin-right: 0;
	text-align: right;
}
.inset_label {
    /*position: absolute;
	left:0;
	right:0;
    bottom: 0px;
  /*  height: 20px; */
    background-color: #aa1a1e;
    display: block;
    color: #FFF;
    line-height: 20px;
    font-size: .75em;
    padding: 5px 10px;
}
.bc_active .inset_label {

}
.bc_active .inset_label{
	background-color: #edb61b;
	color:#000;
}

.home .inset_label {
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	min-height: 40px;
	position: relative;
}
.home .inset_label_show {
	color:#aa1a1e;
	text-align: center;
	font-size: 19px;
	min-height: 35px;
	position: relative;	
}
.home .inset_label_show .text,
.home .inset_label .text{
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.lowerbutton {
	text-align: center;
	border-radius: 5px;	
	margin-top: 7px;
	background-color: #7786a5;
	margin-bottom:10px;	
	line-height: 1.4;	
}
.buyTick {
	vertical-align: top;
	text-align: center;
	border-radius: 5px;	
	margin-top: 7px; 
	font-size: 16px;
    padding: 3px 14px;
    margin-bottom:10px;    	
	/*text-transform: uppercase; */
	font-weight: normal;
	font-size: 16px;
	font-size: 24px;
    padding: 10px 14px;	
    padding: 5px;
	font-weight: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4;
	cursor: pointer;
	
 /*transform: scale(1, 1.5);
 /* -webkit-transform: scale(1, 1.5); /* Safari and Chrome */
 /* -moz-transform: scale(1, 1.5); /* Firefox */
 /* -ms-transform: scale(1, 1.5); /* IE 9+ */
 /* -o-transform: scale(1, 1.5); /* Opera */	
}
#hs2 {
	position: relative;	
}
#blogo {
	z-index: 2;
	left:37px;
	top:12px;
	position: absolute;	
	width:93px;
}
.inset_box:hover .inset_label {
	/*background-color: #edb61b;
	color: #000; */
}
#hb_cont a:last-child .inset_label{
	/*background-color: #edb61b;
	color:#333; */
}
#hb_cont a:last-child:hover .inset_label{
	background-color: #aa1a1e;
	color:#fff;
}
.inset_box img {
	margin: 0;
   /* border: 1px solid #000;	*/
    width: 100%;
}
.entry-content2 {
	width: 61%;
	margin-right: 5%;
	padding-left:1%;
    display: inline-block;
    vertical-align: top;	    
    
}

.home .entry-content2 {
	padding-left:0;
	width: 64%;
	margin-right: 3%;
}
.rounded10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.subscribe {
    display: block;
    width: 305px;
    height: 95px;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: #7786a5;
    padding-right: 0;
    padding-left:0;
}
.subscribe:hover {
	background-color: #aa1a1e;
}
.black {
	background-color: #000;
	color:#fff;
	margin:10px 0;
	padding: 2px 0;
}
.idcol {
	width:13%;
	text-align: left;
	display: inline-block;
	padding-left:2%;
	vertical-align: top;
	color: #aa1a1e;
}
.idtitle {
	width:79%;
	display: inline-block;
	padding-left: 4%;
	vertical-align: top;
}

.black .idcol {
	width:15%;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}
.black .idtitle {
	width:81%;
	display: inline-block;
	text-transform: uppercase;
	padding-left: 2%;
}
.pr_row {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.pr_photo_caption p{
	margin-bottom:5px;
}
.stafftitle {
    font-size: 1.2em;
    color: #aa1a1e;
    font-weight: bold;
}
.staff_cont {
	width: 50%;
   	display: inline-block;
   	vertical-align: top;
    margin: 15px 0px;
    line-height: 1.2em;
    color: #333;
    font-size: .875em;
}


.theatre_block_3 {
	width: 32%;
    display:inline-block;
    vertical-align: top;
    margin: 15px 0px 15px 0px;
    line-height: 1.2em;
    color: #333;
    font-size: .875em;
}
.contact_office {
    font-size: 1.2em;
    font-weight: 600;
}
.contact_office_phone {
    font-size: 1.4em;
    color: #aa1a1e;
    line-height: 1.4em;
}
.contact_office_address {
    font-weight: bold;
    font-size: .875em;
}
.text-resize {
    float: right;
    margin-right: 80px;
   /* font-size: .75rem; */
    color: #888;
}

#accessibility {
    text-align: center;
    display: inline;
    margin:0 20px 0 0;
}
#accessibility li {
    line-height: 10px;
    display: inline;
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

#small {
    font-size: 12px;
}
#large {
    font-size: 14px;
}
#xlarge {
    font-size: 16px;
}
.subpage_text {
    color: #666;
    line-height: 1.5em;
    font-size: 1em;
    padding: 0px 75px 15px 15px;
}
.subpage_text_small {
    color: #666;
    line-height: 1.2em;
    font-size: .875em;
}
.nopadding {
    padding: 0px;
    margin: 0;
}

.red {
    color: #aa1a1e;
}

.ltgrey {
    color: #CCC;
}
.showtabs,
.entry-content .showtabs{
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    background: #aa1a1e;
    padding: 0;
}
.showtabs li,
.entry-content .showtabs li{
	list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
    
    padding: 7px 12px;
    display: inline-block;
    background: #aa1a1e;
    color: #fff;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    border-color: #fff;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
  /*  font-size: 1rem; */
    cursor:pointer;  
}
.entry-content .showtabs li:before,
.entry-content .actortabs li:before,
.entry-content .teamtabs li:before{
	content:"";
}

.showtabs .active {
    background: #edb61b;
    color: #fff;
    background-image: url(images/tab_select_grey.png);
    background-position: center bottom;
    background-repeat: no-repeat; 
}
.showtabs li:hover{ 
    background: #edb61b;
    color: #fff;
}
.showtab-box {
    max-width: 100%;
    background-color: #eee;
    padding: 20px 10px;
    border-color: #fff;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    color: #666;
    line-height: 1.5em;
    font-size: 1em;
    font-size: 16px;
}
.show_dates {
	font-size: .75em;
    line-height: normal;
    margin-top: 10px;
}
.smallbutton {
	display: block;
}
.smallbutton a {
	padding: 4px 5px;
    font-size: .875em;
    min-width: 25px;
    line-height: 1em;
	margin-right: 10px;
    margin-top: 10px;
    font-family: 'Montserrat', 'Muli', Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    color: #333;
    background-color: #edb61b;
    text-align: center;    
}
.smallbutton a:hover {
	background-color: #aa1a1e;
	color:#fff;
}
.show_posters,
.entry-content .show_posters {
	padding: 0;
	list-style: none;
	margin-left: 0;
}
.show_posters li,
.entry-content .show_posters li{
	display: inline-block;
	width: 13%;
	margin-left: 1%;
	font-size: 1em;
	padding: 0;
}
.entry-content .show_posters li:before{
	content: "";
}

.show_posters li img{
	transition: all .3s;
	border-bottom: 20px solid #aa1a1e;	
}
.page-template-pastseasons .season_bar_box_label2,
.page-template-press_photos .season_bar_box_label2{
	margin-right: 0;
}

.page-template-pastseasons .show_posters li img,
.page-template-subscribe .show_posters li img,
.category .show_posters li img,
.page-template-press_photos .show_posters li img{
	width: 100%;	
}
.show_posters li:hover img{
	border-bottom: 20px solid #edb61b;
}

.show_posters li:last-child {
	margin-right: 0;
}
.show_posters li img{
	width:100%;
	height: auto;
	border-bottom: 20px solid #aa1a1e;	
}
.page-template-pastseasons .show_posters li,
.page-template-press_photos .show_posters li{ 
	border-bottom: none;
	vertical-align: top;
	width:20%;
}
.page-template-pastseasons .show_posters li,
.page-template-press_photos .show_posters li{ 
	border-bottom: none;
	vertical-align: top;
	width:20%;
}
.page-template-pastseasons .show_posters li img,
.page-template-press_photos .show_posters li img{ 
	border-bottom: none;
}

.season_bar_box_label2 {
    background-color: #aa1a1e;
    color: #fff;
    display: block;
    font-size: 0.675em;
    line-height: 1.2em;
    padding: 10px 5px;
	margin-right: 1px;
	transition: all .3s;
}
.page-template-pastseasons .show_posters li:hover .season_bar_box_label2,
.page-template-press_photos .show_posters li:hover .season_bar_box_label2{
	background-color:#edb61b;	
}
.pastshow a,
.page-template-press_photos .show_posters a{
	text-decoration: none;
}


.show_image {
    width: 150px;
    display: inline-block;
    margin-right: 15px;
	vertical-align: top;
}
.show_information {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    color:#000;
}
.category .show_information { 
	width: 75%;
}
.entry-content .nowplaying {
	border-top: 1px solid #aa1a1e;
    color: #aa1a1e;
    padding: 10px 10px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 1.2em;
}
.listing {
	padding-bottom:15px;
	padding-top: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 1em;
}
.future_cont .listing:last-child,.past_cont .listing:last-child {
	border: 0;
}
.entry-content .more_info {
	padding: 5px 8px;
    font-size: .75em;
    min-width: 30px;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background-color: #aa1a1e;
    text-align: center;
    margin:10px 5px;
    font-family: 'Montserrat', 'Muli', Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 1px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;    
    transition: all .3s;
    cursor: pointer; 
    font-weight: 400;  
}
.entry-content .more_info:hover {
    background-color: #edb61b;
    color: #000;
}
.entry-content .buy_tix {
	padding: 5px 8px;
    font-size: .75em;
    min-width: 30px;
    display: inline-block;
    text-decoration: none;
    background-color: #edb61b;
    color: #fff;
    text-align: center;
    margin:10px 5px;
    font-family: 'Montserrat', 'Muli', Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 1px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;           
    transition: all .3s;
    font-weight: 400;
}
.entry-content .buy_tix:hover {
    color: #FFF;
    background-color: #aa1a1e;
}
.show_title{
    font-size: 1.4em;
    padding: 0px 0px 5px 0px;
    font-weight: normal;
    color: #aa1a1e;
    margin-bottom:0;
    text-transform: uppercase;
}
.show_creators {
    font-size: .75em;
    line-height: normal;
}
.show_dates_preview {
    font-size: .625em;
    line-height: normal
}
.show_description {
	line-height: 1.2em;
	margin-top: 10px;
    font-size: .75em;
}
.pressinfo_img {
    width: 120px;
    height: 150px;
	display:inline-block;
    margin-right: 15px;	
}
.sg_info {
	display:inline-block;
	max-width: 365px;
}
.yellow,.site-info .yellow{
	color: #edb61b;
}
.pastshow {
	opacity: .5;
	filter: alpha(opacity=50);
}
.page-template-pastseasons .pastshow {
	opacity: 1;
	filter: alpha(opacity=100);	
}
.slide_content {
	z-index: 9;
	position: absolute;
	top:76.3%;
	left:35%;
}
.meteor-slides .buy_tix:link, .meteor-slides .buy_tix:visited {
	background-color: #edb61b;
    color: #fff;
    font-size: 1.1em;
    font-size: 24px;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
	box-shadow: 4px 4px 5px #333;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	cursor: pointer;
	font-weight: 400;
}
.meteor-slides .buy_tix:hover {
	color:#fff;
	background-color: #aa1a1e;	
}

.meteor-slides .more_info:link, .meteor-slides.more_info:visited {
    background-color: #aa1a1e;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
	box-shadow: 4px 4px 5px #333;    
		cursor: pointer;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	font-weight: 400;
	
}
.meteor-slides .more_info:hover {
	color:#333;
	background-color: #edb61b;	
}
.inset_box .more_info {
	background-color: #aa1a1e;
    font-size: 1.1em;
    
    cursor: pointer;
    
    margin-right:0;
    margin-left: 10px;
    margin-top: 7px;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
   /* padding: 15px 20px; */
    border-radius: 5px;
   /* text-transform: uppercase; */
    margin-bottom:10px;
	vertical-align: top;
	/*margin-top: 14px;*/
	font-size: 16px;
	font-size: 24px;
    padding: 10px 14px;	
    padding: 5px;
	font-weight: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;	
/*	 transform: scale(1, 1.5);
/*  -webkit-transform: scale(1, 1.5); /* Safari and Chrome */
/*  -moz-transform: scale(1, 1.5); /* Firefox */
/*  -ms-transform: scale(1, 1.5); /* IE 9+ */
/*  -o-transform: scale(1, 1.5); /* Opera */	    
}
.inset_box .more_info:hover {
	background-color: #edb61b;
}

/*Calendar Styles*/
table.em-calendar { width:100%; }
table.fullcalendar td{ width:14.28%; }
.month_name {
	text-align:center !important; 
}
.giveback_button {
	margin:40px auto;	
	text-align: center;
}
.giveback_button .button {
	font-size: 1.2em;
	color:#000;	
}
.giveback_button .button:hover {
	color: #fff;
}
ul.actortabs, 
ul.residenttabs,
ul.teamtabs,
.entry-content ul.actortabs, 
.entry-content ul.teamtabs,
.entry-content ul.residenttabs {
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    list-style: none;
}
.play-warnings a{
	list-style-type: none !important;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
    margin-top: 0px;
    padding: 0px;
	text-decoration: none;
}
.actortabs li,
.entry-content .actortabs li  {
	font-size: 1em;
   /* max-width: 160px; */
    width:31%;
    margin: 10px 1% 0 0;
	display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0;
   /* overflow: hidden; */   
}
.teamtabs li,
.entry-content .teamtabs li  {
	font-size: 1em;
   /* max-width: 160px; */
    width:100%;
    margin: 10px 1% 0 0;
	display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0;
   /* overflow: hidden; */   
}
#box-artists h3 {
	margin-top:24px;	
}
#box-artists h3:first-child {
	margin-top:0;
}
.actortabs li a {
    color: #fff;
    text-decoration: none;
}
.play-warnings li a {
    color: ##aa1a1e;
    text-decoration: none;
}
.teamtabs li a {
    color: #000;
    text-decoration: none;
}
.actortabs li .abio a {
	color:#aa1a1e;
	text-decoration: underline;
}

.actortabs li img {
	width: 100%;
	height:auto;
}
.active-actor,
.actortabs li:hover .actor_name,
.teamtabs li:hover .actor_name {
	background-color: #edb61b;
}
.actor_name {
    background-color: transparent;
    background-color: #aa1a1e;    
    position: relative;
    bottom: 0px;
    /*height: 20px; */
    /*min-height: 55px;*/
    display: block;
    line-height: 20px;
    font-size: .8em;
    padding: 5px 5px;
}
.team_name {
    position: relative;
    bottom: 0px;
    /*height: 20px; */
    /*min-height: 55px;*/
    display: block;
    line-height: 20px;
    font-size: .8em;
    padding: 5px 5px;
}
.actorbio h4 {
	margin-top:12px;
	margin-bottom: 0;
}

.bottom_clear {
	clear:both;
	height:20px;
	background-color:#fff;
}

.no-height {
	height: 0px;
}

.no_margin {
	margin:0px;
}
#menu-item-121 ul li:hover ul {
	left:-100%;
}
.home .new_cont {
	padding-bottom: 24px;
	/*border-bottom: 2px solid #000;*/
	margin:8px 1% 24px;
}
.home #ne-1 {
	border-bottom: 2px solid #000;
}
.home #news-1 {
	border-bottom: 2px solid #000;	
}
.new_cont img {
	width:38%;	
}

#selectlevel {
    margin-left: 5px;
}
.levellist {
    float: left;
    width: 190px;
    
}
.levellist h1 {
    color: #edb61b;
    margin: 6px 0 10px;
    font-size: 1.2rem;
}
.benefitlist {
	max-width: 815px;
    float: left;
    width: 80%;
}
.levellist p {
	display: none;
}
.benefitlist p {
	display: inline-block;
	margin: 0;
	float: right;
}
.benefitlist #donate-2 {
	float: none;
	margin: 0;
}

.benefitlist h1 {
    color: #7786a5;
    font-size: 1.2rem;
    margin: 0 0 10px;
    display: block;
    float: left;
    max-width: 400px;
}
#selectlevel {
    display: block;
    background-image: url(images/redcheckbox_blank.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 25px;
    margin-bottom: 5px;
}
#selectlevel.selectedlvl {
    background-image: url(images/redcheckbox.png);
}
#selectlevel .levelamount {
    display: inline-block;
    text-align: center;
    width: 115px;
    padding: 4px 5px;
    font-size: 1.1rem;
    background-color: #7786a5;
    color: #fff;
    margin-left: 2px;
}
#selectlevel.selectedlvl .levelamount, #selectlevel.subselectedlvl .levelamount {
    background-image: url(images/benefitlevel_redbar.jpg);
    background-repeat: repeat-y;
    background-color: transparent;
}
.benefitblock {
    background-color: #7786a5;
    border: 1px solid #ccc;
    margin-bottom: 2px;
    min-height: 65px;
    overflow: inherit;
  /*  width: 570px; */
}
.benefitblock.selectedlvl {
    background-color: transparent;
    background-image: url("images/benefit_redbar.jpg");
    background-repeat: repeat-x;
    border: 1px solid #666;
    background-size: contain;
}

.benefitblock.selectedlvl .benefittext {
    color: #666;
}
.benefittext {
    background-color: #fff;
    color: #c0c0c0;
   /* display: inline-block;
    vertical-align: top; */
	margin-left:50px;
  /*  font-size: 0.75em; */
    min-height: 60px;
    padding: 5px;
  /*  width: 510px;
    width:100%;
    max-width: 754px;
   /* border-right: 1px solid #666; */
}
.entry-content .benefittext li {
	padding-left: 0;
}
.benefitlist a.buy_tix {
    color: #fff;
    margin-top: -8px;
    width: 120px;
    float:right;
}

.benefittext ul {
    margin-left: 20px;
    margin-bottom: 0;
}
.benefittext li {
    list-style: outside none disc;
    margin-bottom: 5px;
    line-height: 1;
}
.entry-content .benefittext li:before {
	content: "";
}

.benefittext li:last-child {
	margin-bottom: 0;
}
.benefitblock.selectedlvl .benefittext {
    color: #666;
}
.clear {
    clear: both;
}

#thankyou {
	padding-top: 10px;	
	padding-left: 40px;	
}
.tu_cont {
	padding: 20px 47px;
	text-align: center;
}
.sbutton_cont {
	position: absolute;
	bottom:10%;
	right:10px;
	max-width: 50%;
	text-align: right;
}
.meteor-slides .mslide .sbutton_cont .button{
	border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 5px 12px;
    text-align: center;
	letter-spacing: 1px;

   /* transform: scale(1, 1.5); */
    vertical-align: middle;

	background-color: #edb61b;
    border: 0 none;
	cursor: pointer;
    color: #fff;  
    display:inline-block;
    line-height: 1;  
   	line-height: 1.4; 
    min-width: 152px;
	max-width: 152px;
    
}
.meteor-slides .mslide .sbutton_cont .button.red{
	background-color: #aa1a1e;
}
.meteor-slides .mslide .sbutton_cont .button:hover{
		background-color: #aa1a1e;
}
.meteor-slides .mslide .sbutton_cont .button.red:hover{ 
	background-color: #edb61b;	
}

.cygnettoptabber {
	margin: 24px 0;
	
}
.cygnettoptabber .tabs {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cygnettoptabber .tabs li {
	display: inline-block;
	background-color: #aa1a1e;
	color: #fff;
	width:20.5%;
    margin: 0;
    padding: 5px 2% 10px;
    cursor: pointer;
    text-align: center;
    line-height: 1.3;
}
.cygnettoptabber .tabs .active {
	background-color:#edb61b;
	position: relative;	
}

.cygnettoptabber .tabs .active:after {
   border-left: 17px solid transparent;
    border-bottom: 12px solid #eee;
    border-right: 17px solid transparent;
    content: "";
  /*    display: inline-block;
  height: 38px;*/
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
}
.cygnettoptabber .tabs li:hover {
	background-color:#edb61b;
}
.cygnettoptabber .tabs-box {
	display: none;
	background-color:#eee;
	padding: 15px 10px;
}
.cygnettoptabber #tab-content-1 {
	display: block;
}
.tab_left {
	display: inline-block;
	vertical-align: top;
    max-width: 160px;
    width: 20%;
    margin-right: 2%;
}
.tab_right {
	display: inline-block;
	vertical-align: top;
	width: 77%;
}
.tab_name {
	font-size: 0.7em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0;
}
.tab_details {
		font-size: 0.6em;
}

.cygnetlefttabber {
	margin: 24px 0;
}
.tab_top img {
	margin:0;
}
.cygnetlefttabber .tabs {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width:20%;
}
.cygnetlefttabber .tabs li {
	display: block;
	background-color: #aa1a1e;
	color: #fff;
	/*width:20.5%; */
    margin: 0;
    padding: 5px 2% 5px;
    cursor: pointer;
    text-align: center;
    line-height: 1.3;
    border-bottom: 5px solid #fff;
    min-height: 50px;
    font-size: 1em;
}
.cygnetlefttabber .tabs li:before {
	content: "";
}
.cygnetlefttabber .tabs .active {
	background-color:#edb61b;
	position: relative;	
}

.cygnetlefttabber .tabs .active:after {
   border-top: 17px solid transparent;
    border-right: 12px solid #eee;
    border-bottom: 17px solid transparent;
    content: "";
   /* display: inline-block;
    height: 38px;
    left: 0;*/
    margin: 0 auto;
    position: absolute;
    height: 0;
    top:25%;
    right: 0;
    bottom: 0;
    width: 0;
}
.cygnetlefttabber .tabs li:hover {
	background-color:#edb61b;
}
.cygnetlefttabber .cygnetrighttabber_cont {
	display: inline-block;
	background-color:#eee;
	padding: 15px 10px;	
	vertical-align: top;
	width: 75%;	
	margin-left: -6px;
}
.cygnetlefttabber .tabs-box {
	display: none;
	font-size: 0.875em;
}
.cygnetlefttabber #tab-content-1 {
	display: block;
}
.cygnetlefttabber .label {
	color: #276989;
	margin: 12px 0;
}
a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}
#modal_cover {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color: #000;
	opacity: 0;

	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	z-index: -1;	
}
#modal_cover.active {
	opacity: .8;
	z-index: 4;	
}
#contact_cont_mobile {
	background-color: #fff;	
	position: relative;
}
#contact_cont_mobile .phonenumber, 
#contact_cont_mobile .emaillist {
    font-size: 12px;
    margin-top: 15px;
    padding: 0 5px;
}
#contact_cont_mobile #socialmedia .fa {
	font-size: 12px;
}
.bio-info {
	display: none;	
}
.bio-section {
	margin-bottom: 24px;	
}
.title_underline {
    margin: 20px 0px 5px 0px;
    color: #333;
    line-height: 1.5em;
    font-size: 1em;
    border-bottom: 2px solid #aa1a1e;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.title_underline h3 {
	border: 0;	
}
.inlinebutton {
	display: inline-block;
	background-color: #edb61b;
	color: #000;
	padding: 4px 5px;
	float: none;
	font-size: .875em;
	line-height: 1em;
	text-decoration: none;
	margin-left: 10px;
}
.inlinebutton:hover {

	background-color: #aa1a1e;
}
.inlinebutton:hover a {
		color: #fff;
}

.inlinebutton a{
	text-decoration: none;	
	color: #000;
}
.standard_list {
	list-style: none;
}
.redarrow,
.standard_list li,
.entry-content li {
	position: relative;
	padding-left: 20px;
	font-size: .9em;
}
.entry-content ul {
	list-style: none;
}
.redarrow:before {
	position: absolute;
	left:0;
	content:"\f0a9";
	font-family: 'FontAwesome';
	color: #aa1a1e;

}
.reddot:before,
.entry-content ul > li:before {
	font-size:12px;
	position: absolute;
	left:0;
	content:"\f111";
	font-family: 'FontAwesome';
	color: #aa1a1e;
	top:7px;
}
.entry-content .fm-form ul > li:before {
	content: "";	
}

.entry-content .nf-form-content ul > li:before {
	content: "";	
}

.season #menu-item-132 .sub-menu,
.season1 #menu-item-132 .sub-menu {
	display:block;
}
.season #menu-item-132 .sub-menu .sub-menu,
.season1 #menu-item-132 .sub-menu .sub-menu {
	display:none;
}
.season #menu-item-132 #menu-item-9615 .sub-menu,
.season1 #menu-item-132 #menu-item-9615 .sub-menu{
	display:block;		
}
.season #menu-item-9615 > a,
.season1 #menu-item-9615 > a,
.season #menu-item-926 > a,
.season1 #menu-item-9529 > a{
	color:#edb61b;
}
.meteor-slides .mslide .sbutton_cont .blue {
	background-color: #7786a5;
}
.widget_cont:first-child .landing_sidebar_title {
	margin-top:0;
}
.page-id-77 .entry-content .alignleft {
	max-width:29%;
	clear:none;
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.primary-navigation #menu-item-135 a {
	font-weight:600;
}
.divi50 {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-right: 1%;
}
.addressleft {
	width: 30%;
	/*max-width: 100px;*/
	display: inline-block;
	vertical-align: top;	
}
.addressright {
	width: 66%;
	margin-left:1%;
	display: inline-block;
	vertical-align: top;	
}
.column_list {
	list-style: none;
	padding: 0 40px;
}
.column_list li:before {
  content: "• ";
  color:#aa1a1e; /* or whatever color you prefer */
  font-size: 80px;
  position: absolute;
  left: -30px;
  line-height: 18px;
  top: 0;
}
.reddot2 {
	position: relative;
}
.entry-content ul {
	padding:0 2%;
}
.entry-content .fm-form ul {
	padding: 0;
	margin: 12px 0;
}
.entry-content .fm-form li {
	padding-left: 0;
}

.entry-content ul li {
	margin-bottom: 12px;
}
a[href^="tel:"]{
    text-decoration: none;
    border-bottom: none;
    cursor: default;
}
.primary-navigation #lower_Nav li {
	font-size: 14px;
	line-height: 2;	
}
#menu-item-3912 > a:before {
	position: absolute;
	left:18px;
	top:2px;
	font-size: 11px;
	content:"\f030";
	font-family: 'FontAwesome';
}

.primary-navigation .menu-media-container #menu-media{
	margin-top:6px;
}
.primary-navigation .menu-media-container li a{
		position: relative;
		padding-left: 33px;
}
.primary-navigation .menu-media-container li {
	font-size: 14px;
	line-height: 1.2;

}
.primary-navigation .menu-media-container ul ul {
	padding: 6px 0;
	margin: 6px 0;
}
.primary-navigation .menu-media-container ul ul a {
	padding: 6px 20px 6px 44px;
}



#lower_Nav {
	margin-top: 40px;
}
#lower_Nav a {
	/*display: inline-block;
	width: 18%;
	margin-right:1%;
	text-align: center;
	padding: 0 2%;	*/
}
.fLeft {
	/*float:left;	*/
		display: inline-block;	
		vertical-align:middle;
}
.fRight {
	display: inline-block;	
}
#fm-form-3 .fLeft,
#fm-form-5 .fLeft {
	width:25%;	
}
#fm-form-2 label,
#fm-form-3 label {
	font-weight: 600;
}
#fm-item-custom_list-59dc26b545c05 .fLeft {
	vertical-align: top;	
}
#fm-form-2 input.submit,
#fm-form-3 input.submit,
#fm-form-5 input.submit {
	float: none;
	
}
#fm-item-other-volunteering-interest {
	display: none;	
}
#fm-form-3 #fm-item-custom_list-59dc2beed855a .fLeft,
#fm-form-3 #fm-item-volunteer-interests .fLeft{
	vertical-align: top;
	margin-bottom: 40px;
	font-size: 85%;
}
#fm-form-3 #fm-item-custom_list-59dc2cd309af4 .fLeft,
#fm-form-3 #fm-item-textarea-59dc2d05454eb .fLeft{
	display: block;
	font-size: 85%;
	width: auto;
	margin-bottom: 20px;	
}
#fm-form-9 label {
	min-width: 90px;
	text-align: right;
}
#fm-form-9 #fm-item-text-5a29c19b29128 label,
#fm-form-9 #fm-item-text-5a29c1c591d44 label{
	min-width: 0;
}
#fm-form-9 #fm-item-text-5a29c1c319afa label {
	min-width: 70px;
}
#fm-form-9 #fm-item-text-5a29c18fbf05f {
	display: inline-block;
	width: 56%;
	margin-right: 2%;
}
#fm-form-9 #fm-item-text-5a29c19b29128 {
	display: inline-block;
	width: 40%;
}
#fm-form-9 #fm-item-text-5a29c1c0eb1c0 {
	display: inline-block;
	width: 45%;	
}
#fm-form-9 #fm-item-text-5a29c1c319afa {
	display: inline-block;
	width: 25%;
}
#fm-form-9 #fm-item-text-5a29c1c591d44 {
	display: inline-block;
	width: 25%;	
}
#fm-form-9 #fm-item-custom_list-5a29c2191c131 td:first-child,
#fm-form-9 #fm-item-custom_list-5a29c24de0d0f td:first-child,
#fm-form-9 #fm-item-custom_list-5a29c281b0f63 td:first-child{
	display: none;
}
#fm-form-9 #fm-item-custom_list-5a29c2191c131,
#fm-form-9 #fm-item-custom_list-5a29c24de0d0f {
	display: inline-block;
	width: 14%;
	margin-right: 1%;
}
#fm-form-9 #fm-item-custom_list-5a29c281b0f63{
	display: inline-block;
	width: 67%;
}

.submit_cont {
	text-align: left;	
	margin: 12px 0 12px 60px;	
}
#donate-2 {
	display: inline-block;	
}
.purple {
	border:15px solid purple;
	padding: 5px;
	background-color: yellow;
}

.search .entry-title {
	/*position: relative; */
	
}
.search .hentry {
	/*border-top: 1px dashed #aa1a1e; */
	border-bottom: 1px dashed #aa1a1e;
	margin:0;
	padding: 12px 0 24px;
	min-height: 80px;
}
.fm-form h3 {
	text-align: left;
}
#cygnet-sitemap{
	list-style: none;
}
.entry-content #cygnet-sitemap {
	padding: 0;
	margin: 0;
}
.entry-content #cygnet-sitemap li {
	padding: 0;
}
.entry-content #cygnet-sitemap li:before {
	content:"";
}
#cygnet-sitemap a{
	text-decoration: none;	
}
#cygnet-sitemap > li {
	text-transform: uppercase;
	font-weight:700;
	font-size: 22px;
	display: inline-block;
	width: 18%;
	margin-right: 1%;
	vertical-align: top;
}

#cygnet-sitemap .children >  li a{
	color:#888;	
}
#cygnet-sitemap .children > li {
	text-transform:none;
	font-weight: 600;
	font-size: .8em;
	margin-bottom: 0;
	display: block;
	width: auto;
}
#cygnet-sitemap .page-item-3260,
#cygnet-sitemap .page-item-103 {
	display: none;
}


#cygnet-sitemap .children {
	padding: 0;
	margin: 0;
}
#cygnet-sitemap .children .children {
	margin:0 20px;
}
#cygnet-sitemap .children .children > li {
	font-weight: normal;
}

#cygnet-sitemap .page-item-5 {
	display: block;
	width: auto;
}
#cygnet-sitemap .page-item-7 {

}

.season_bar_box {
	width:32%;
	margin-right:1%;
	float:left;
	margin-bottom:20px;
}
.home .button_cont_2 .button {
	min-height: 61px;
}
.restaurant_left {
	display:inline-block;
	vertical-align:top;
	width:33%;
	padding-right: 2%;
	padding-top:40px;
}
.restaurant_right {
	display:inline-block;
	vertical-align:top;
	width:65%;
}
.restaurant_left img{
	width: 100%;
}
.abio {
	display: none;	
}
.abio h4 {
	margin:3px 0 0 0;	
}
.actorrole {
	font-style: italic;
	margin-bottom: 12px;	
}
.page-template-testimonials .news_cont {
	clear: both;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #000;
}
.page-template-testimonials .article_title {
	color:#edb61b;
}

#cygnet-sitemap .children .page-item-909,
#cygnet-sitemap .children .page-item-910,
#cygnet-sitemap .children .page-item-908 {
	display: none;
}
.non-mobile {
	display: block;
}
.mobile {
	display: none;
}
.page-template-press_photos .show_posters li{
	width: 20%;
}

.pixel_img {
	height:1px;
}


@media screen and (max-width:1830px){
	.benefitlist {
    	width: 75%;
	}
}
@media screen and (max-width:1650px){
	.home .button_cont_2 .button {
		width: 20%;
	}
	
}
@media screen and (max-width:1550px){
	.new_cont img {
		width: 30%;
	}
	.news_body {
		width: 66%;
	}
	.inset_box .more_info,
	.buyTick,
	.lowerbutton {
		font-size: 20px;
	}
	.benefitlist {
    	width: 70%;
	}	
}
@media screen and (max-width:1440px){
	.inset_box .more_info,
	.buyTick,
	.lowerbutton {
		font-size: 18px;
	}	
	#left_nav {
		font-size: 13px;
		/*margin-left: 135px; */
	}
	.primary-navigation {
		/*padding-left:130px; */
	}
	.primary-navigation a {
		padding: 0 14px;
	}
	.primary-navigation .menu-media-container li a {
		padding-left: 27px;
	}
	

	#menu-item-3912 > a:before {
		left:12px;
	}


	#contact_cont {
		font-size: 13px;
	}
	.phonenumber,
	.emaillist {
		padding: 0 5px;
		font-size: 12px;
		margin-top:15px;
	}
	.emaillist {
		padding: 0;
		font-size: 11px;
	}	
	#socialmedia {
		margin-right: 5px;
	}
	#header-sub {
		padding-right: 100px;
	}
	.home .news_body,
	.tu_cont {
		font-size: 18px;
	}
	.entry-content .more_info,
	.entry-content .buy_tix {
		padding: 5px;
		font-size: .7em;
	}
}

@media screen and (max-width:1387px){ 
	.button_cont_2 .button {
		width: 20%;
	}
	.home .button_cont_2 .button {
		width: 19%;
		font-size: 18px;
		min-height: 50px;
	}
	.meteor-slides .mslide .sbutton_cont .button {
		font-size: 16px;
		min-width: 152px;
		max-width: 90%;
	}
	.benefittext {
		margin-left: 25px;
	}
	.entry-content .benefittext ul {
		padding: 0 2px;
		margin-left: 10px;
	}
}
@media screen and (max-width:1366px){ 
	.sbutton_cont {
		max-width: 150px;
	}
	.meteor-slides .mslide .sbutton_cont .button {
		width:126px;
		max-width: none;
		min-width: 0;
	}
	.tu_cont {
		padding:20px 35px;
	}
	body, button, input, select, textarea {
		font-size: 20px;
	}
	.subheader {
		font-size: 14px;
	}
	.benefitlist {
		width: 65%;
	}
}
@media screen and (max-width:1345px){ 
	.home .entry-content2 {
		width: 60%;
	}
	.entry-content {
		width: 60%;
		margin-right: 2%;
	}
}
@media screen and (max-width:1345px){ 
	.home .entry-content2 {
		width: 57%;
	}
	.home .button_cont_2 .button {
		width: 18%;
	}
}
@media screen and (max-width:1290px){ 
	.home .new_cont img {
		width: 30%;
	}
	.home .news_body {
		width: 65%;
	}
	.entry-title {
		font-size: 2rem;
	}
	.menu-footer-nav-3-cont {
		width: 26%;		
	}
	.menu-footer-nav-2-cont {
		width: 27%;
	}
	.menu-footer-nav-1-cont {
		width: 17%;
	}
}
@media screen and (max-width:1266px){ 
	.inset_box .more_info,
	.buyTick,
	.lowerbutton {
		font-size: 16px;
	}
	.textwidget .button {
		font-size: 16px;
	}
	.entry-content .more_info,
	.entry-content .buy_tix {
		font-size: .65em;
		
	}
	.entry-content .more_info {
		margin-left: 0;
	}
	.entry-content .buy_tix {
		margin-right: 0;
	}
}
@media screen and (max-width:1230px){
	.textwidget .button {
		padding: 7px 6px 5px;
	}
	.home .button_cont_2 .button {
		font-size: 16px;
	}
	.entry-content .benefittext li{
		font-size: 15px;
	}
	.levellist {
		width:185px;
	}
	.levellist .subpage_text_small {
		font-size: 14px;
	}
	#selectlevel .levelamount {
		padding: 3px 2px;
		width: 80px;
	}
	.entry-content {
		width: 58%;
		margin-right: 1%;
	}
}
@media screen and (max-width:1220px){
	.textwidget .button {
		padding: 7px 6px 5px;
	}
	.home .button_cont_2 .button {
		font-size: 16px;
	}
}

@media screen and (max-width:1185px){
	.inset_box .more_info, .buyTick, .lowerbutton {
		font-size: 14px;
	}
	.home .inset_label_show {
		font-size: 17px;
	}
	.meteor-slides .buy_tix:link, 
	.meteor-slides .buy_tix:visited,
	.meteor-slides .more_info:link, 
	.meteor-slides.more_info:visited {
		font-size: 18px;
	}
	.home .news_body, .tu_cont {
		font-size: 16px;
	}
	.benefitlist {
		width: 60%;
	}
	.entry-content .more_info,
	.entry-content .buy_tix {
		font-size: .6em;
		
	}
}
@media screen and (max-width:1155px){ 
	.home .entry-content2 {
		width: 55%;
	}
	.home .news_body {
		width: 64%;
	}
	.entry-content {
		width: 55%;
	}
	.benefitlist {
		width: 58%;
	}
	body, button, input, select, textarea {
		font-size: 18px;
	}	
}
@media screen and (max-width:1120px){
	.textwidget .button {
		font-size: 15px;
	}
	.textwidget {
		font-size: 17px;
	}
	.home .button_cont_2 .button {
		font-size: 14px;
		line-height: 1.3;
		width: 17%;
	}
	.season_bar_box {
		width: 49%;
	}
	.entry-content .more_info,
	.entry-content .buy_tix {
		font-size: .75em;
	}
}
@media screen and (max-width:1110px){ 
	.home .entry-content2 {
		width: 52%;
	}
	.entry-content {
		width: 52%;
	}
	.levellist {
    	width: 174px;
	}
}
@media screen and (max-width:1080px){
	.primary-navigation li {
		font-size: 17px;
	}
	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 35px;
	}
	#top_nav-left .fa-phone,
	#top_nav-left .fa-map-marker,
	#top_nav-left .fa-user,
	.search-submit .fa-search,
	#top_nav-left-mobile .fa-phone,
	#top_nav-left-mobile .fa-map-marker,
	#top_nav-left-mobile .fa-user{
		font-size: 1.5em;
	}
	.search-box .search-field {
		padding-top:3px;
		padding-bottom: 3px;
	}
	#top_nav-left,
	#top_nav-left-mobile {
		padding-top: 17px;
	}
	.inset_box .more_info, .buyTick, .lowerbutton {
		font-size: 13px;
		padding: 3px;
		letter-spacing: normal;
	}	
	.inset_box .more_info {
		margin-left: 3px;
	}
	body, button, input, select, textarea {
		font-size: 18px;
	}
	.entry-content {
		width: auto;
		display: block;
	}
	#secondary {
		display: block;
		float: none;
		margin:12px auto;
		width: auto;
	}
	.home .entry-content2 {
		width: auto;
		display: block;		
	}
	.entry-content .more_info,
	.entry-content .buy_tix {
		font-size: 1em;
	}
}
@media screen and (max-width:1064px){
	.button_cont_2 .button {
		width: 19%;
	}	
	.entry-title {
		bottom:25px;
		font-size: 1.8rem;
	}
	.primary-navigation li {
		line-height: 46px;
	}
	.primary-navigation ul ul {
		padding: 5px 0;
	}
	.entry-content {
		/*width:63%; */
		margin-right: 2%;
		padding-left: 2%;
	}
	.home .button_cont_2 .button {
		font-size: 15.5px;
	}
}
@media screen and (max-width:1055px){ 
	.home .news_body {
		/*width: auto;
		float: none; */
	}
	.home .new_cont img {
		float: none;
		width: auto;
		max-width: 30%;
	}
	.home .button_cont_2 .button {
		font-size: 14px;
		width: 20%;
		padding: 7px 6px 5px;
	}
	
}
@media screen and (max-width:1023px){
	.entry-title {
		bottom:8px;
	}
	.bmt {
		font-size: .95em;
	}
	#primary-navigation {
		display: none;	
	}
	.home .new_cont img {
		width: auto;
		width: 100%;
		float: none;
	}
	.home .news_body {
		width: 65%;
		float: none;
		width: auto;
	}	
	.main-content {
		margin-left: 0;
	}
	.header-main {
		padding-right: 56px;
	}
	#socialmedia {
		right:56px;
	}
	.home .news_body {
		width: auto;
		float: none;
	}
	.home .news_body .button_cont {
		text-align: center;
	}
}
@media screen and (max-width:880px){
	#top_nav-left {
		font-size: 14px;
		margin-right: 78px;
	}
	#top_nav-left .search-submit {
		font-size: 14px;
	}
	.fa-phone {
		padding: 1px 3px;
	}
	#socialmedia {
		max-height: 12px;
		top:12px;
		border-radius: 5px;
		/*padding: 3px 5px;*/
	}
	#socialmedia .fa {
		height: 18px;
		width: 18px;
		font-size: 14px;
	}
	#socialmedia a {
		vertical-align: top;
		margin-top: -3px;
	}
	#seesocial {
		width: 7px;
	}
	#seesocial:after {
		position: absolute;
		top: 10px;
	}
}

@media screen and (max-width:850px){
	.textwidget .button {
		font-size: 14px;
	}
	.landing_sidebar_title {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:768px){
	.meteor-slides .mslide .sbutton_cont .button {
		font-size: 14px;
		max-width: none;
		width: auto;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.tu_cont {
		font-size: 14px;
		padding: 20px 12px;
	}
	.sbutton_cont {
		max-width: none;
	}
	.site-footer,
	.menu-footer-nav-3-cont .textwidget p {
		font-size: 14px;
	}
	.menu-footer-nav-3-cont .textwidget {
		padding-top: 0;
	}
	#socialmedia-2 a {
		padding:1px;
	}
}
@media screen and (max-width:767px){
	.home .new_cont img {
	max-width:100%;
	}
	.entry-content .fm-form li {
		
		margin:12px 0;
	}
	.entry-content .buy_tix,
	.entry-content .more_info{
	font-size: 1em;
		min-width: 25%;
	}
	.sbutton_cont{
		left: 0;
		right: 0;
	}
	#thankyou{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.home .buyTick, .home .inset_box .more_info, .home .lowerbutton, .home .entry-content .more_info, .home .entry-content .buy_tix {
		font-weight: normal;
		padding-left: 5%;
		padding-right: 5%;
}


	#top_nav-left .fa-envelope-o {
		font-size: 2em;
	}
	#cygnet-sitemap > li {
		display: block;
		width: auto;
	}
	.home .inset_box{
		margin-right: 0;
	}
	.main-content {
		margin-top: 61px;
	}
	.home #hb_cont{
		margin-top: 0;
	}
	#top_nav-left .fa-map-marker {
		font-size: 2em;
	}
	#top_nav-left .fa-user {
		font-size: 2em;
	}
	#top_nav-left .search-submit {
		font-size: 18px;
	}
	#top_nav-left .mobile a {
		margin-bottom: 2px;
	}
	#top_nav-left {
		padding-top: 4px;
	}
	body, button, input, select, textarea,.hentry {
		font-weight: normal;
	}
	.page-template-administrative .bio_box .inset_label,
	.page-template-board .bio_box .inset_label {
		min-height: inherit;
	}	
	.show_posters .pastshow {
		display: none;
	}
	#wprmenu_menu.wprmenu_levels .current-page-ancestor > a.wprmenu_parent_item,
	#wprmenu_menu.wprmenu_levels .current-menu-ancestor > a.wprmenu_parent_item, 
	#wprmenu_menu.wprmenu_levels .current_page_ancestor > a.wprmenu_parent_item,
	#wprmenu_menu.wprmenu_levels .current-menu-item > a,
	#wprmenu_menu.wprmenu_levels .current_page_item > a{
		color:#edb61b;
	}
	.actor_name {
		height: auto;
	}
	.site-info {
    	padding: 10px 15px;
    }
	.menu-footer-nav-3-cont .textwidget {
		padding: 0;
	}
	.entry-content {
		display: block;
		width: auto;
	}
	#secondary {
		/*width: auto;
		margin: 0 0 24px; */
		padding: 0 5px;
		display: block;
		float: none;
	}
	.addshare {
		right: 20px;
	}
	.breadcrumbbar {
		width: 65%;
	}
	.textwidget .button {
		font-size: 1rem;
		padding: 7px 14px 5px;
	}
	.textwidget .blue {
		float: none;
		margin-left: 2%;
		max-width:50%;
		display: inline-block
	}
	.page-template-buytickets .textwidget .blue {
		max-width:50%;
		display: block;
		text-align: center;
		margin: 12px auto 0;
	}
	#meteor-slideshowhome {
		display: none;
	}
	.meteor-slides {
		display: none;
	}
	.home .inset_box {
		width: auto;
		display: block;
	}
	.home .buyTick,
	.home .inset_box .more_info,
	.home .lowerbutton,
	.home .entry-content .more_info,
	.home .entry-content .buy_tix{
		font-size: 18px;
	}
	.home .button_cont {
		text-align: center;
	}
	.home .inset_box .more_info {
		margin-left: 5%;
	}
	.site-title {
		height: 70px;
		width: 100px;
		margin-top: 5px;
		margin-left: 2px;
	}
	#socialmedia {
		display: none;
	}
	#top_nav-left {
		margin-right: 0;
		margin-left: 120px;
		float: none;
		padding-top: 6px;
	}
	.search-box .search-field {
		display: none;
		position: absolute;
		right: 112px;
		top: 7px;
	}
	
	.home .entry-content2 {
		width: auto;
		margin-right: 0;
	}
	.home .button_cont_2 .button {
		display: block;
		width: 80%;
		min-height: 0;
		margin: 0 auto 6px;
		font-size: 18px;
		
	}
	.site-header {
		max-height: 61px;
		overflow: hidden;
	}
	.entry-title {
		text-shadow: none;
		color: #000;
	}
	.entry-header .entry-title{
		display: none;
	}
	.main-content {
		padding: 0 12px;
	}
	.home .main-content {
		padding: 0;		
	}
	#logo_cont {
		display: block;
		width: auto;
	}
	.menu-footer-nav-1-cont,
	.menu-footer-nav-2-cont,
	.menu-footer-nav-3-cont {
		display: block;
		width: auto;		
	}
	.site-footer ul {
		margin-left: 0;
	}
	.footer_buytix {
		display: none;	
	}
	.entry-title.mobile{
		position: relative;
		bottom: auto;
		right: auto;
		padding: 5px 6px 0;
	}

	.non-mobile,
	.home .non-mobile,
	.home #hb_cont .non-mobile{
		display: none;
	}
	.mobile {
		display: block;
	}
		
	#top_nav-left .mobile a {
		width: 20%;
		display: inline-block;		
		margin-bottom: 8px;
	}
	#top_nav-left .mobile .iline{
		display: inline;
	}
	.subheader {
		font-size: 12px;
	}
	.season_bar_box {
		width:auto;
		margin:0;
		float:none;
		margin-bottom:20px;
		text-align: center;
	}
	.main-content {
		padding: 0;
	}
	.category_box{
		display: block;
		margin: 0 0 12px;
		width: auto;
	}
	.category_label {
		font-size: 1em;
	}
	.breadcrumbbar {
		width: auto;
		display: block;
		margin-right: 69px;
		margin-bottom: 12px;
	}
	.text-resize {
		float: none;
		margin: 0;
	}
	.bio_box,
	.page-template-administrative .bio_box,
	.page-template-artists .bio_box,
	.page-template-artistbazaar .bio_box,
	.page-template-board .bio_box {
		display: block;
		width: auto;
		margin-right: 0;
	}
	.show_posters li,
	.entry-content .show_posters li {
		display: block;
		width: auto;
		margin: 0 0 12px 0;
	}
	.reddot:before,
	.entry-content ul > li:before {
		font-size:10px;
		top:5px;
	}	
	.sbutton_cont {
		bottom:20%;
		text-align: center;
		/*right: 10%;*/
	}
	.meteor-slides .mslide .sbutton_cont .button {
		display: inline-block;
		min-width: 152px;
		font-size: 18px;
		width: 50%;
	}
	.home .new_cont img {
		margin-right: 0;
		width: auto;
	}
	.restaurant_right,
	.restaurant_left {
		display: block;
		width: auto;
		text-align: center;	
	}
	.restaurant_left {
		padding-top: 5px; 
	}
	.benefitlist #donate-2{
		margin-bottom: 5px;	
	}
}
@media screen and (max-width:600px){
	#seasonbox {
		width:90%;
	}
	.category_box {
		text-align: center;
	}
	.quote {
		padding-left:12px;
		padding-right: 6px;
	}
	.theatre_block_3 {
		width: auto;
		display: block;	
	}
	.staff_cont {
		width: auto;
		display: block;
		padding: 0 2%;
	}
	.cygnetlefttabber .tabs li {
		font-size: 15px;
	}
	.entry-title {
		font-size: 1.3em;
	}
	.submit_cont {
		margin: 6px  auto 12px;
	}
	.fm-form input.submit {
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width:525px){
	.cygnetlefttabber .tabs li {
		font-size: 14px;
	}	
}
@media screen and (max-width:500px){
	.cygnetlefttabber .tabs li {
		font-size: 13px;
	}
	.actortabs li, .entry-content .actortabs li, .play-warnings {
		width:auto;
		display: block;
	}
	#meteor-slideshowhome-2 {
		/*max-width: 500px;	 */
	}
	.divi50 {
		width: auto;
		display: block;
		margin-bottom: 12px;
		
	}
	.fullcal_day {
		padding:5px 1px;
	}
}
@media screen and (max-width:460px){
	.cygnetlefttabber .tabs li {
		font-size: 12px;
	}
	.levellist {
		width: 150px;
	}
	.levellist h1,
	.benefitlist h1 {
		margin-top: 0;
		font-size: 1.1rem;
	}
	.fLeft {
		display: block;
		margin:12px 2% 0;
	}
	.fRight {
		display: block;
		margin: 0 2% 30px;	
	}
	textarea {
		max-width: none;
	}
	#fm-form-3 .fLeft, #fm-form-5 .fLeft {
		width: auto;
	}
	.fm-checkbox-list {
		font-size: 16px;
	}
	#fm-form-3 #fm-item-custom_list-59dc2beed855a .fLeft, #fm-form-3 #fm-item-volunteer-interests .fLeft {
		margin-bottom: 6px;
	}
	
	
}
@media screen and (max-width:435px){
	
	
}
@media screen and (max-width:420px){
	.cygnetlefttabber .tabs li {
		font-size: 11px;
	}
	.cygnetlefttabber .cygnetrighttabber_cont {
		padding: 15px 1% 15px 2%;
		/*width: 72%; */
	}
	.entry-content .benefittext li {
		font-size: 14px;
	}
	#top_nav-left .mobile a { 
		width: 15%;
	}
}
@media screen and (max-width:390px){
	.cygnetlefttabber .cygnetrighttabber_cont {
		width: 72%;	
	}
	.cygnetlefttabber .tabs {
		width:24%;
	}
	#secondary {
		padding: 0;
		min-width: inherit;
	}
	.levellist {
		width:40%;
	}
	.benefittext {
		margin-left: 5px;
	}
	.entry-content .benefittext ul {
		margin-left: 5px
	}
	.entry-content .benefittext li {
		font-size: 13px;
	}

}
@media screen and (max-width:360px){
	.showtabs li,
	.entry-content .showtabs li {
		padding: 7px 5px;
		font-size: 14px;
	}
	.textwidget a.button {
		max-width: 40%;
		font-size: .85em;
	}
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}






/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;

	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}



	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {

	.primary-navigation a {
		font-weight: bold;
	} 
}}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
	@media {
		.primary-navigation a {
			font-weight: bold;
		} 
	}
}
_::-webkit-full-page-media, _:future, :root {
	.primary-navigation a {
		font-weight: bold;
	} 
}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

    .safari_only { 

        color:#0000FF; 
        background-color:#CCCCCC; 

    }
}}