/*
Theme Name: Pro Blogg
Theme URI: http://dessign.net/problogg-theme
Author: DessignThemes
Author URI: http://dessign.net
Description: Pro Blogg beautiful and simple blog theme with a blogger in mind. With clean and modern design and aesthetic feel, showcase your content in an contemporary timeless style. Make your images stand out and focus on your content. With clean and elegant lines and fully responsive slider. Pro Blogg give you full power to customize and visually impress your audience. With SEO friendly design and mobile friendly layout, your blog will stand out.
Version: 1.3.1
License: GNU General Public License version v3
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: pro-blogg
Tags: black, gray, dark, white, one-column, two-columns, three-columns, right-sidebar,light,theme-options,responsive-layout, custom-background, custom-menu
*/
/* =WordPress Core
-------------------------------------------------------------- */
/*
Colors:
black: #000000;
Gold: #f2Ad00
blue-grey: #7b8d95;
grey: #5c560;
light-grey: #e6e6e6;
*/

@font-face {
    font-family: ambroiseitalic;
    src: url(css/fonts/AmbroisePro-LightItalic.otf);
}

@font-face {
    font-family: ambroiseregular;
    src: url(css/fonts/AmbroisePro-Light.otf);
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.float-right {
    float: right !important;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
  margin: 0;
}
.bypostauthor {}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.container { width:100%; max-width: 940px; margin: 0 auto;}

.container h4 {
  margin-top: 30px;
}

.clear { clear: both; }
body {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
p {
	color: #000;
  	font-size: 18px;
  	font-family: 'Lato', sans-serif;
  	font-weight: 500;
  	line-height: 24px;
  	margin: 10px 0px;
}
p.body2 {
	color: #000;
  	font-size: 16px;
  	font-family: 'Lato', sans-serif;
  	font-weight: 200;
  	line-height: 20px;
}
p.body3 {
	color: #000;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	line-height: 22px;
}
a {
	border-bottom: 2px solid #f2ad00;
	color: inherit;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}
a:hover {
	color: #f2ad00;
}
img {
	height: auto;
	max-width: 100%;
}
/**HEADER**/
.head-top {
	-moz-box-shadow: 0 0 2px 1px #ccc; -webkit-box-shadow: 0 0 2px 1px #ccc; box-shadow: 0 0 2px 1px #ccc;
	padding: 15px 0 10px;
	position: relative;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 999;
}
.head-nav {
	float: left;
	max-width: 900px;
}
.head-nav ul {
	font-size: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.head-nav ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	position: relative;
}
.head-nav ul li:last-child {
	margin-right: 0;
}
.head-nav ul li a {
	border: 2px solid #fff;
	color: #000;
	display: block;
	font-size:12px;
	letter-spacing: 1px;
	padding: 5px 5px;
	text-decoration: none !important;
	text-transform: uppercase;
}
.head-nav ul li a:hover,
.head-nav ul li.current-menu-item > a,
.head-nav ul li.current_page_item > a {
	border: 2px solid #000;
	font-weight: 600;
	text-decoration: none;
}
.head-nav ul li ul {
	display: none;
	left: 0;
	position: absolute;
	z-index: 100;
}
.head-nav ul li ul li {
	background-color: #fff;
	float: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 180px;
	-moz-box-shadow: 0 0 1px 1px #eee;
	-webkit-box-shadow: 0 0 1px 1px #eee;
	box-shadow: 0 0 1px 1px #eee;
}
.head-nav ul li ul li ul {
	margin-left: 100%;
	top: 0;
}
.head-nav ul li ul li:first-child {
	border-top: none;
}
.head-nav ul li ul li a {
	border: #fff !important;
	display: block;
	font-weight: 400 !important;
	padding: 8px 10px;
}
.head-nav ul li ul li a:hover {
	background-color: rgba(0,0,0,.05);
	border: 2px solid #fff;
	border-bottom: none;
	display: block;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 10px;
	text-decoration: none !important;
	text-transform: uppercase;
}
.slicknav_menu {
	background: #fff;
	display: none;
}
.slicknav_menu ul li a {
	border-bottom: 1px solid #f2ad00;
	color: #333;
}
.slicknav_menu ul li a a {
	border-bottom: 0px;
}
.slicknav_menu ul li:last-of-type a {
	border-bottom: 0px;
}
.slicknav_menu ul li a:hover a,
.slicknav_menu ul li a:hover,
.slicknav_menu ul li ul li a:hover,
.slicknav_nav .slicknav_row:hover {
	background: transparent;
	border-radius: 0;
	color: #000!important;
}
.slicknav_btn {
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 0px;
}
.slicknav_icon-bar {
	box-shadow: 0 2px 0 #000 !important;
	height: 2px;
	margin-top: -4px;
}

.page-template-page-about .content {
  margin-bottom: 60px;
}

.head-socials {
	color:#7b8d95;
	float: right;
	font-size: 12px;
	max-width: 400px;
	padding:6px 0px;
	position: relative;
	text-align: right;
}
.head-socials a {
	border-bottom: 0px !important;
	color:#7b8d95;
	text-decoration: none !important;
}
.head-socials ul {
	font-size: 0;
	list-style: outside none none;
	margin:  0;
	padding: 0;
}
.head-socials ul li {
	display: inline-block;
	margin: 0 5px;
}
.head-socials ul li a:hover {
	border-bottom: 2px solid #333333;
}
.head-socials .search-field {
	border-radius: 0px;
	height: 30px;
	position: relative;
	right: 0px;
	top: 0px;
	width: 170px;
	-webkit-appearance: none;
}
.search-divide {
	display: inline-block;
	margin: 0px 3px;
  padding-right: 26px;
}
.search-page-form .search-form {
	display: block !important;
	position: relative;
}
.search-page-form .button1 {
	clear: both;
	display: block !important;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-top: 20px;
	position: relative !important;
	width: 160px !important;
}
.search-page-form .search-submit-icon {
	display: none;
}
.search-page-form .search-field {
	width: 100% !important;
	max-width: 500px;
}
.searchlinks {
	color: #7B8D95 !important;
}
.search-results .bottom-foot .d-1of12 {
	width: 1%;
}
.search-text {
	color:#000;
	font-size: 11px;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
}
.head-logo {
	box-sizing: border-box;
	padding: 30px 0;
}
.head-logo img {
	height: 215px;
	width: 199px;
}
.page-template-page-contact .head-logo,
.page-template-page-calendar .head-logo {
	height: 20px;
	margin-top: -10px;
	visibility: hidden;
}
.logo a {
	border-bottom: 0px;
}
.whitelogo a {
	border-bottom: 0px;
}
.head-search {
	display: none;
	float: right;
}
#search {
	cursor: pointer;
	height: 17px;
	position: absolute;
	right: 8px;
	top: 10px;
	width: 17px;
}
.search-form {
	display: none;
	position: absolute;
	right:0px;
	top: 3px;
	-webkit-appearance: none;
	z-index: 5;
}
.search-form label {
	position: relative;
}
.search-form input[type="search"] {
	width: 280px;
}
.search-form input[type="image"] {
	height: 17px;
	position: absolute;
	right: 10px;
	top: -2px;
	width: 17px;
}
.search .post_content .search-field[type="text"] {
	background: #ffffff none repeat scroll 0 0;
}
.whitelogo {
	display: none;
}
.home_slider {
	position: relative;
}
.home_slider::after {
	clear: both;
	content:"";
	display: block;
	height: 115px;
	width: 100%;
}
.home_slider .slides {
	list-style: none;
}
.home_slider .slides li {
	display: none;
	height: 330px;
	position: relative;
	width: 480px;
}
.home_slider .slides li a:not(.home_slide_bg) {
	border-bottom: 0px !important;
	bottom: 0;
	box-sizing: border-box;
	color: #ffffff;
	padding: 10px 15px;
	position: absolute;
	top: 340px;
	width: 100%;
}
.home_slider .slides li a:hover {
	text-decoration: underline;
}
.home_slider .slides li a.home_slide_bg {
	background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover;
	background-position: 50% 11%;
	border-bottom: 0px;
	height: 100%;
	opacity:1;
	position: absolute;
	transition:all 0.3s ease-in-out;
	width: 100%;
}
.home_slider .slides li a.home_slide_bg:hover {
	opacity: .95;
}
.home_slider .slides iframe {
	height: 100%;
	width: 100%;
}
.home_slider .flex-direction-nav .flex-prev {
	background: url(images/prev.png) no-repeat;
	border-bottom: 0px !important;
	left: 0;
	top: 130px;
}
.home_slider .flex-direction-nav .flex-next {
	background: url(images/next.png) no-repeat;
	border-bottom: 0px !important;
	right: 0;
	top: 130px;
}
.home_slider .flex-direction-nav a {
	height: 71px;
	opacity: 1;
	text-indent: 999px;
	width: 45px;
}
.home_slider .flex-direction-nav a:before {
	display: none;
}
/**HOME**/
.home_posts .grid_post {
	margin: 0 0 60px;
	width: 365px;
}
.home_posts .grid_post h3 a:hover {
	text-decoration: underline;
}
.home_posts .grid_post .grid_post_img {
	overflow: hidden;
}
.home_posts .grid_post img {
	transition:all 0.3s ease-in-out;
}
.home_posts .grid_post img:hover {
	transform: scale(1.05);
}
.grid_post > iframe {
	height: 215px;
	width: 100%;
}
.content .container {
	overflow: hidden;
}
/**BLOG**/
.post_content .blog_post_box {
	margin: 0 0 45px;
	padding: 0 0 35px;
	text-align: center;
}
.post_content .blog_post_box.sticky {
	background: #f2f2f2;
	padding: 35px 0;
}
.post_content .blog_post_box .blog_box_featured_image {
	margin: 0 0 20px;
	overflow: hidden;
}
.post_content .blog_post_box .blog_box_featured_image img {
	display: block;
	transition:all 0.3s ease-in-out;
}
.blog_box_featured_image > a {
	display: table;
	margin: 0 auto;
}
.post_content .blog_post_box .blog_box_featured_image img:hover {
	transform: scale(1.05);
}
.blog_box_featured_image iframe,
.post_box iframe {
	height: 439px;
  	width: 100%;
}
.post_content .blog_post_box h3 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 140%;
	margin: 0 0 15px;
}
.post_content .blog_post_box h3 a:hover {
	text-decoration: underline;
}
.post_content .blog_post_box .blog_post_date {
	font-size: 20px;
	font-weight: lighter;
}
.post_content .blog_post_box .blog_post_content {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 140%;
	margin: 0 0 35px;
	padding: 0 30px;
	text-align: center;
}
.post_content .blog_post_box .read-more {
	background: #fff;
  	border: 1px solid #000;
	color: #000;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
}
.post_content .blog_post_box .read-more:hover {
	background: #000;
	color: #fff;
}
.post_content .post_tags {
	font-size: 12px;
	font-style: italic;
}
.post_box {
	position: relative;
}
.post_nav {
	position: absolute;
	right: 0;
	top: 0;
}
.post_nav .prev_post {
	float: left;
	margin: 0 10px 0 0;
	width: auto;
}
.post_nav .prev_post a {
	background: url(images/new-prev.png) no-repeat;
	display: block;
	height: 30px;
	width: 30px;
}
.post_nav .next_post {
	float: right;
	width: auto;
}
.post_nav .next_post a {
	background: url(images/new-next.png) no-repeat;
	display: block;
	height: 30px;
	width: 30px;
}
.post_content .archive_title h2 {
	border-left: 30px solid #000000;
	border-right: 30px solid #000000;
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 20px;
	text-transform: uppercase;
}
.link_pages {
	margin: 20px 0;
}
.link_pages > span {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #dddddd;
	padding: 5px 10px;
}
.link_pages a span {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	padding: 5px 10px;
}
/**CONTENT**/
.join-box {
	display: none;
	position: absolute;
	right: 4px;
	top: -6px;
}

.join-target {
  font-size: 22px;
  background-position: 100% 20%;
  padding-right: 42px;
  padding-bottom: 11px;
}

.join-box input {
	border-radius: 0px;
	-webkit-appearance: none;
}
.relative {
	position: relative;
}
.mailing-list {
	position: absolute;
	right: 0px;
	text-align: right;
}
.join-target {
	background-image: url(./images/join.svg);
  font-family: 'ambroiseitalic', serif;
  color: #000;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	height: 28px;
	width: 234px;
  /*padding-right: 45px;
  box-sizing: border-box;
  font-size: 22px;*/
}
.content {
	margin: 0 0 0px;
	overflow: hidden;
}
.event-content {
	margin-top: 15px;
}
.home .content {
	margin-top: 0px;
}
article.post_box,
.blog_posts {
	width: 760px;
}
.sidebar {
	box-sizing: border-box;
	float: right;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding: 20px 10px;
	width: 350px;
}
.post_content {
	box-sizing: border-box;
	color: #333;
	float: left;
	padding: 20px 10px 30px;
	width: 790px;
}
.post_content > article {
	overflow: hidden;
}
h1 {
	color:#000;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	margin:0px 0px 20px;
	text-transform: uppercase;
}
h2 {
	color:#7b8d95;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin:0px 0px 20px;
	text-transform: uppercase;
}
h3 {
	color:#000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin:35px 0px 5px;
	text-transform: uppercase;
}
h4 {
	color:#000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin:0px;
}
.faux-h3 {
	color:#000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin:0px 0px 5px;
	min-height: 20px;
	text-transform: uppercase;
}
.grey-box-h4 {
	margin-bottom: 7px;
	margin-top: 20px;
}



.quote {
	color: #F2AD00;
	font-family: 'ambroiseitalic', serif;
	font-size: 32px;
	letter-spacing: .04em;
	line-height: 40px;
	padding-bottom: 15px;
}
.event-info-container .quote:first-letter,
.quote-image-block .quote:first-letter,
.quote.hanging-quote:first-letter {
 	margin-left: -10px;
}
.caption {
	font-size: 14px;
	line-height: 16px;
}
.event-image-shape-vertical .quote-col .quote {
	 margin-top:27px;
}
.location-info {
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
}
.wpcf7-form {
	margin-bottom: 120px;
}
.wpcf7-form label {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 13px;
	text-transform: uppercase;
}

.wpcf7-form-control-wrap input[type="url"] {
  height: 40px;
  margin-bottom: 5px;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	box-sizing: border-box;
	font-family: 'lato', sans-serif;
	font-size: 16px;
	margin-top: 5px;
	width: 100%;
}
.wpcf7-form-control-wrap input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
}
.wpcf7-form-control-wrap textarea {
	border: 1px solid #7B8D95;
	padding: 8px;
}
.wpcf7-form-control-wrap input[type="radio"] {
	float: left;
}

.your-subject {
  height: 50px;
display: block;
position: relative;
z-index: 5;
}

.your-subject input {
	background-image: url(./images/Yellow_Triangle_Down.svg);
	background-position: 98% !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	border: 2px solid #f2ad00;
	color : transparent;
	cursor: pointer;
	font-size: 16px;
	text-shadow : 0 0 0 #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.toggle-arrow {
	background-image: url(./images/Yellow_Triangle_Up.svg) !important;
}
.radio-box {
	background-color: #EEE;
  border: 1px #7B8D95 solid;
  box-sizing: border-box;
	height: 0px;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0px 10px;
	transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
	-webkit-transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
    width: 100%;
}
.toggled {
	height: 270px;
    padding: 30px 10px;
}
.radio-box .wpcf7-list-item-label {
	display: inline-block;
	font-size: 16px;
	margin-top: -10px;
  cursor: pointer;
}
span.wpcf7-list-item {
	color: #000;
	cursor: pointer;
    display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
    margin: 0 0 0 1em;
	margin-bottom: 20px;
	opacity: .85;
	text-transform: uppercase;
    width: 45%;
}
span.wpcf7-list-item input {
	visibility: hidden;
}
.wpcf7-list-item-label::before {
  border: 2px solid #7B8D95;
	display: inline-block;
	height: 15px;
	margin-bottom: -2px;
	margin-right: 10px;
	width: 15px;
}
.checkboxed::before {
	background-color: #f2ad00;
}
.subheader1 {
	color:#7B8D95;
	font-family: 'ambroiseitalic', sans-serif;
	font-size: 32px;
	font-weight: 200;
	line-height: 32px;
}
.subheader2 {
	color:#000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 200;
	text-transform: capitalize;
}
.venue {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 13px;
	text-transform: uppercase;
}
.caption {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.notes {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	line-height: 16px;
}
.program-container {
	margin: 90px 0px 0px;
}
.post_content img {
	max-width: 100%;
}
.post_content input[type="text"],
.post_content input[type="email"],
.post_content input[type="password"],
.post_content input[type="search"],
.post_content input[type="phone"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #f5f5f5;
	border: 2px solid #ddd;
	box-sizing: border-box;
	height: 40px;
	margin: 0 0 5px;
	padding: 5px 10px;
  	width: 300px;
 }
button {
	background: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	margin: 0 0 5px;
	padding: 10px 15px;
	text-transform: uppercase;
}
.post_content textarea {
	background: #f5f5f5;
  	border: 2px solid #ddd;
}
.load_more_text {
	display: block;
	text-align: center;
}
.load_more_text a {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 15px;
	width: 240px;
}
.unit-seperator {
	display: block;
	font-size: 30px;
	margin-bottom: 50px;
	margin-top: 10px;
	width: 100%;
}
/**COMMENTS**/
.home_blog_box {
	margin: 30px 0;
  	padding: 30px 0 10px;
}
#commentform label {
	display: block;
}
.commentlist {
	background: #f2f2f2 none repeat scroll 0 0;
	list-style: none;
	padding: 15px;
}
.commentlist ol.children {
	list-style: none;
}
.comment.even {
	background: #ffffff none repeat scroll 0 0;
	padding: 10px;
}
.comment.odd {
	background: #eee;
	padding: 10px;
}
#comments .comment-reply-link {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 12px;
  	padding: 5px 10px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="phone"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #7B8D95;
	border-radius: 0px;
	box-sizing: border-box;
	font-size: 16px;
	height: 40px;
	margin: 0 0 5px;
	padding: 5px 10px;
	width: 300px;
}
 button {
	 background: #000;
	 border: none;
	 color: #fff;
	 cursor: pointer;
	 margin: 0 0 5px;
	 padding: 5px 10px;
	 text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
	margin-top: -4px;
	position: absolute;
	z-index: -1;
}
/**WIDGETS**/
.widget_box:not(.footer_box) {
	margin: 0 0 25px;
}
.widget_box:not(.footer_box) h3 {
	background: #fafafa none repeat scroll 0 0;
	color: #000;
	font-size: 14px;
	margin: 0 0 15px;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
}
.widget_box ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.widget_box ul.children {
	margin: 10px 0 0;
	padding-left: 20px;
}
.widget_box ul li {
	border-bottom: 1px dotted #dddddd;
	margin: 0 0 10px;
}
.widget_box ul.children li {
	border-bottom: 1px dotted #dddddd;
}
.widget_box ul.children li:last-child {
	border-bottom: none;
}
.widget_box ul.children li:before {
	content: '-';
}
.widget_box ul li a {
	color: #000;
	display: inline-block;
	margin: 0 0 10px;
}
.widget_box .textwidget a:hover,
.widget_box ul li a:hover {
	text-decoration: underline;
}
.widget_box .search-form input[type="text"] {
	width: 100%;
}
.widget_box select {
	border: 2px solid #dddddd;
	height: 40px;
	max-width: 100%;
	padding: 5px 10px;
}
.widget_box .search-form input[type="image"] {
	left: auto;
	right: 10px;
}
.tagcloud a {
	border: 1px solid #eee;
	color: #333;
	display: inline-block;
	font-size: 14px !important;
	margin: 2px 0;
	padding: 10px 15px;
}
.tagcloud a:hover {
	background: #333;
	color: #fff;
}
.widget_box.widget_nav_menu ul li {
	border-bottom: medium none;
}
.widget_box.widget_nav_menu ul li a {
	background: #fafafa none repeat scroll 0 0;
	display: block;
	padding: 5px;
}
.widget_box.widget_nav_menu ul li.menu-item-has-children a {
	margin: 0;
}
.widget_box.widget_nav_menu ul li .sub-menu {
	padding-left: 20px;
}
.widget_box.widget_nav_menu ul li .sub-menu li, .widget_box.widget_nav_menu ul li .sub-menu li a {
	margin: 0;
}
.widget_box .side_title .rsswidget {
	color: #333333;
}
.widget_box.widget_rss ul li {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.widget_box ul li a.rsswidget {
	background: #fafafa none repeat scroll 0 0;
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 5px 0;
	text-align: center;
}
.widget_box .rss-date {
	display: block;
	font-weight: bold;
	text-align: center;
}
.widget_box.widget_rss cite {
	display: block;
	text-align: right;
}
.widget_box.widget_calendar caption {
	background: #dddddd none repeat scroll 0 0;
	color: #333333;
	font-weight: bold;
	padding: 5px 0;
	text-transform: uppercase;
}
.widget_box.widget_calendar tfoot a {
	background: #eeeeee none repeat scroll 0 0;
	color: #333333;
	display: block;
	font-weight: bold;
	text-align: center;
}
.widget_box.widget_calendar tbody td {
	text-align: center;
}
.widget_box.widget_calendar tbody td a {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
}
.widget_box.widget_calendar table {
	background: #fafafa none repeat scroll 0 0;
	margin: 0 auto;
	padding: 10px;
	width: 200px;
}
.event-detail-z {
	position: relative;
	z-index: 5;
}
.desktop-60 {
	margin-bottom: 60px;
}
.repeating-item{
	margin-bottom: 30px;
	padding-right: 30px;
	position: relative;
}
.repeating-item h4 {
	cursor: pointer;
	display: block;
	width: 100%;
  padding-right: 25px;
  box-sizing: border-box;
}
.repeating-item::after {
	background-image: url(./images/Yellow_Triangle_Down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 30px;
	top: 5px;
	width: 15px;
	z-index: -1;
}
.repeating-list-text {
	display: none;
}
.repeating-item:first-of-type .repeating-list-text {
	display: block;
}
.repeating-list-text .body2 {
	line-height: 24px;
}
.program-open::after {
	background-image: url(./images/Yellow_Triangle_Up.svg) !important;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 30px;
	top: 5px;
	width: 15px;
	z-index: -1;
}
.repeater-no-content,
.repeater-no-content h4 {
	cursor: default !important;
}
.repeater-no-content::after {
	background-image: url(./images/Yellow_Triangle_Upx.svg) !important;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 0px;
	top: 5px;
	width: 15px;
}

.content .mobile-padding ul {
  padding-left: 30px;
}

.content .mobile-padding li {
	list-style: none;
	margin-bottom: 10px;
  	font-size: 16px;
  	font-family: 'Lato', sans-serif;
  	font-weight: 200;
}

.content .mobile-padding li:before {
	background-image: url('./images/bullet-point.svg');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 9px;
	margin-left: -30px;
	margin-right: 7px;
	width: 21px;
}
.season-list {
	list-style: none;
	margin-bottom: 40px;
}
.season-list li {
	font-size:16px;
	line-height: 20px;
  font-weight: 200;
	margin-bottom: 20px;
}
.season-list li:before {
	background-image: url('./images/bullet-point.svg');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 9px;
	margin-left: -30px;
	margin-right: 7px;
	width: 21px;
}
/**FOOTER**/
.main-foot {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	padding: 35px 0;
}
.foot-col {
	box-sizing: border-box;
	float: left;
	padding: 0 15px 0;
	width: 33%;
}
.foot-col:first-child {
	padding: 0 30px 0 0;
}
.foot-col:last-child {
	padding: 0 0 0 30px;
}
.footer_box h3 {
	text-transform: uppercase;
}
.footer_title a {
	color: #000000;
}
.bottom-foot {
	padding: 30px 0 0px;
	text-align: center;
  border-top: 1px solid #e6e6e6;
}
.bottom-foot p {
	margin: 0;
}
.bottom-foot a {
	border-bottom: 0;
}
.footer-flex {
	display: flex;
	justify-content: space-between;
}
.footercol1 {
	width: 500px;
	text-align: left;
}
.footercol2 {
	width: 330px;
	text-align: left;
}
.footercol3 {
	width: 200px;
	text-align: left;
}
.footer-name {
	font-family: 'Lato', sans-serif;
  	font-size: 16px;
  	font-weight: 800;
  	text-transform: uppercase;
}

.footer-menu-wrap ul {
  padding: 0px;
}

.footer-menu-wrap ul li {
  list-style: none;
}

.footer-links {
	list-style: none;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
.footer-links a {
	border-bottom: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

.footer-links li::before {
  display: none !important;
}

.footer-links > li {
	margin-bottom: 5px;
}
.footer-social {
	font-size: 12px;
	margin-top: 5px;
	padding: 5px 0px;
	text-transform: uppercase;
}
.footer-lines {
	border-bottom: 1px solid #e6e6e6 !important;
	border-top: 1px solid #e6e6e6;
	display: block;
	padding: 5px 0px;
}
.footer-social a {
	display: inline-block;
	fill: #7B8D95;
	height: 8px;
	margin-top: -2px;
	padding: 0px 3px;
	vertical-align: text-top;
	width: 16px;
}
.footer-links a:hover {
	fill: #F2AD00;
}

.social-menu-wrap {
  display: inline-block;
}

#menu-social-menu {
  padding: 0px;
}

#menu-social-menu li {
  display: inline-block;
fill: #7B8D95;
height: 8px;
margin-top: 2px;
padding: 0px 3px;
vertical-align: text-top;
width: 16px;
list-style: none;
}

.social-text {
  border-bottom: 0px;
font-size: 12px;
text-transform: uppercase;
}

.footer-sponsor a {
	fill: #7B8D95;
}

.footer-sponsor a:hover {
	fill: #F2AD00;
}

.footer-sponsor {
	text-align: right;
	margin-top: 30px;
}

.youtube-social {
  width: 19px !important;
  height: 19px !important;
  margin-top: 2px !important;
}


.copyright {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
.button1 {
	background: #fff;
	border: 2px solid #F2AD00;
	border-radius: 0px;
	color: #F2AD00;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	letter-spacing: .02em;
	line-height: normal;
	padding: 15px 30px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.button1:hover {
	background: #f2ad00;
	color: #fff;
}
.button2 {
	background: transparent;
	border: 2px solid #000000 !important;
	border-radius: 0px;
  	color: #000000;
	cursor: pointer;
  	display: inline-block;
	font-size: 16px;
  	line-height: normal;
	letter-spacing: .02em;
  	padding: 15px 30px;
  	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.button2:hover {
	background: #000000;
	color: #fff;
}
.button3 {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0px;
  	color: #fff;
	cursor: pointer;
  	display: inline-block;
	font-size: 16px;
  	line-height: normal;
	letter-spacing: .02em;
  	padding: 15px 30px;
  	text-transform: uppercase;
	-webkit-appearance: none ;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.button3:hover {
	background: #fff;
	color: #7B8D95 !important;
}
.event-spotlight {
	margin-bottom: 120px;
	padding-top: 200px;
  	position: relative;
}

.home .event-spotlight {
  margin-top: 30px;
}

.event-column {
  position: relative;
  z-index: 2;
}

.event-info  p {
  padding-right: 70px;
  margin: 15px 0px;
}

.event-info  h3 {
  padding-right: 70px;
}

.quote-col {
	padding-top: 55px;
	position: relative;
	z-index: 2;
}
.spotlight-image {
	background-position: -1px 101%, 0%;
	background-repeat: no-repeat, no-repeat;
  	background-size: 85px, cover;
  	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.upper-left-triangle {
  background-position: 100% -1px, 0%;
}

.lower-right-triangle {
    background-position: 101% 101%, 0%;
    float: left !important;
}

.sp-image {
  float: right;
}

.col-margin1 {
  margin-left: 20%;
}

.col-padding1 {
  margin-left:  20%;
}

.margin-top-20p {
  margin-top: 20%;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.sp-img image {
  visibility: hidden;
height: initial;
width: initial;
max-width: initial;
}

.event-shape-vertical {
	max-width: 400px;
}
.spotlight-image img {
	visibility: hidden;
}
.performance-container {
	padding: 0px 0px;
	position: relative;
	margin-top: 40px;
}
.page-template-page-calendar .performance-container {
	position: absolute;
	top: 17%;
	width: 100%;
	z-index: 5;
}

#calendar {
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
  	-webkit-transition: all 500ms ease-in-out;
}
.cal-opacity {
	opacity: .07;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.overlay-container {
	max-width: 784px;
	position: relative;
}
.overlay {
	background: rgba(255,255,255,0.97);
	display: none;
	height:100%;
	position:absolute;
	width:100%;
}
.page-template-page-calendar .overlay {
  	background: rgba(255,255,255,0.4)
}
.staff-overlay {
	background: #7B8D95;
	display: none;
	height:100%;
	margin-left: -5px;
	position:absolute;
	width:100%;
	z-index: 5;
}
.overlay h3 {
 	margin-top: 0px;
}
.overlay-date {
	padding-right: 50px;
}
.time-venue {
	padding-right: 50px;
}
.overlay .subheader1 {
	padding-right: 20px;
}
.overlay-performer {
	margin-top: 30px !important;
	padding-right: 20px;
}
.overlay .button1 {
  	margin-top: 30px;
}
.gridwrap {
	float: left;
	width: 200px;
}
.contact_block {
	margin: 60px auto;
	position: relative;
}
.text-image-container {
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 250px;
}
.additional_media iframe {
  	width: 100% !important;
}

.add-event {
  margin-top:15px;
  margin-bottom: 60px;
}



.grey-bg {
	background-color: #e6e6e6;
	padding: 60px 0px;
}
.grey-bg .body2 {
	margin: 0px;
}
.grey-bg .button2 {
	margin-top: 25px;
}
.grey-bg a {
 	border-bottom: 2px solid #f2ad00;
	color: inherit;
	text-decoration: none;
}
.grey-cols {
	columns: 260px 3;
	-moz-columns: 260px 3;
  	-webkit-columns: 260px 3;
    margin-top: 30px;
}
.grey-cols .body2 {
	color: #000 !important;
}
.grey-cols > p {
	margin-bottom: 10px !important;
	margin-top: 0px;
}
.grey-with-float p {
	margin: 0px;
	padding: 0px 0px 2px;
}
.grey-cols > h4 {
	margin-top: 0px;
}
.grey-cols h3 {
	margin-top: 0px;
}
.location-flex {
  	display: flex;
  	justify-content: space-between;
}
.location {
	overflow: hidden;
  	width: 24%;
}
.location a {
  	border-bottom: 0px;
  	position: relative;
}
.location-text .caption {
  	margin-top: -10px;
}
.gmaps {
	background-color: rgba(255,255,255,.9);
    font-family: 'ambroiseitalic', sans-serif;
    color:#000;
    text-align: right;
	background-position: 90% 32%;
	background-repeat: no-repeat;
	background-size: 94%;
	border-top: 4px solid #f2ad00;
	bottom: 3px;
  	display: block;
	height: 0px;
	margin-left: auto;
  	margin-right: auto;
    vertical-align: top;
	opacity: 0;
	position: absolute;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	width: 100%;
  box-sizing: border-box;
}

.loc-arrow {
  width: 27px !important;
  margin-right: 3px;
  margin-left: 3px;
  vertical-align: top;
  display: inline;
}

.location a:hover .gmaps {
  	height: 30px;
  	opacity: 1;
}
.location img {
  width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
  	-ms-transition: all 300ms ease-in-out;
  	-o-transition: all 300ms ease-in-out;
  	-webkit-transition: all 300ms ease-in-out;
}
.location:hover img {
}
.event-loc.location img {
  	border: 5px solid #F2AD00;
}
.flush-image {
	max-width: 350px;
	position: absolute;
	width: 60%;
}
.quote-image-block {
  	position: relative;
}
.quote-image-block .quote-contain {
	min-height:120px;
	position: relative;
	z-index: 3;
}
.quote-image-block .quote-contain .quote {
  	margin-bottom: -50px;
    margin-top: -10px;
}

.quote-padding {
  padding-left: 50px;
}

.close-animatedModal {
	background-color: orange;
	height: 500px;
}
.past_season_entries h4 {
	font-size: 18px;
}
.past_season_entries .container h2 {
  margin-top: 35px;
margin-bottom: -5px;
}

.image-container{
  line-height: 0px;
}

.image-container-1 {
	align-items:flex-end;
	display:flex;
	justify-content:flex-start;
}
.image-container-2 {
	align-items:flex-start;
	display:flex;
	justify-content:flex-start;
	margin-top: 8px;
	padding-bottom: 10px;
  margin-bottom: 60px;
}
.image-container-2 div,
.image-container-1 div {
	margin-right: 1%;
}
.image-container-2 div:last-of-type,
.image-container-1 div:last-of-type {
	margin-right: 0px;
}
.image-container div {
	cursor: pointer;
	display: inline-block;
	width: 16.5%;
}
.image-container div img {
	height: auto;
  	width: 100%;
}
.image-container .horizontal {
	width: 30%;
}

.image-container .btn-pop-toggle {
  background-color: #f2Ad00;
  position: relative;
}

.image-container .btn-pop-toggle::after {
  font-family: 'ambroiseitalic', sans-serif;
  font-size: 18px;
  opacity: 0;
  content: "Learn More";
  letter-spacing: .5px;
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  color: white;
  display: block;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
  	-ms-transition: all 300ms ease-in-out;
  	-o-transition: all 300ms ease-in-out;
  	-webkit-transition: all 300ms ease-in-out;
}

.image-container .btn-pop-toggle:hover:after {
  opacity: 1;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
  	-ms-transition: all 300ms ease-in-out;
  	-o-transition: all 300ms ease-in-out;
  	-webkit-transition: all 300ms ease-in-out;
}

.page-template-page-concerts-tickets .overlay {
  z-index: 2;
}

.image-container .btn-pop-toggle:hover img {
  opacity: .3;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
  	-ms-transition: all 300ms ease-in-out;
  	-o-transition: all 300ms ease-in-out;
  	-webkit-transition: all 300ms ease-in-out;
}

.closer {
	background-image: url(./images/X-Close_Grey.svg);
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 0px;
	width: 20px;
}
.page-template-page-calendar .closer {
	right:30px;
}
.expanded-closer {
	background-image: url(./images/X-Close_White.svg);
	background-size: cover;
	cursor: pointer;
	display: none;
	height: 17px;
	position: absolute;
	right: -5px;
	top: 0px;
	width: 18px;
	z-index: 7;
}
.event-closer {
	background-image: url(./images/X-Close_White.svg);
	background-size: cover;
	cursor: pointer;
	height: 23px;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 23px;
	z-index: 7;
}
.board-and-staff-col {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.staff-interaction-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px auto;
	position: relative;
}
.board-member {
	margin-bottom: 35px;
	position: relative;
	width: 50%;
}
.board-member .quote {
  	cursor: pointer;
}
.board-pop {
	color: #fff;
	position: relative;
	z-index: 6;
}
.expanded-board {
	display: none;
	position: relative;
	z-index: 6;
}

.page-template-page-support .expanded-board p {
  margin-top: -20px;
}

.expanded-board .button3 {
  margin-top: 15px;
}

.support .quote {
  	padding-bottom: 45px;
}
.concerts-sub-sections {
  	margin: 60px auto 120px;
}

.concerts-sub-sections p {
  color: #000;
  	font-size: 16px;
  	font-family: 'Lato', sans-serif;
  	font-weight: 200;
  	line-height: 20px;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #7B8D95;
}

div.wpcf7-validation-errors {
    border: 1px solid #f00;
}

.greycontent {
	background-color: #7B8D95 !important;
  color: #fff !important;
  margin-bottom: 0px !important;
}
.greycontent h3,
.greycontent h1,
.greycontent .grey-cols .body2,
.greycontent p {
	color: #fff !important;
}

.greycontent .concerts-sub-sections {
  visibility: hidden;
}

.greycontent .mobile-padding li:before {
    background-image: url(./images/bullet-point-white.svg);
  }

.greycontent .join-target {
    background-image: url(./images/join-white.svg);
    color: #fff;
  }

.greycontent .button1 {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
    color: #fff;
}

.grey-bg .grey-cols .body2 {
    color: #000 !important;
}

.key {
	border: 1px solid;
	float: right;
	margin-top: 184px;
	padding: 10px;
}
.key h4 {
  margin-top: 0px;
}

.key .caption {
  	margin-bottom: 5px;
}
.key .caption::before {
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}

.key-box-mobile {
  display: none;
}

.key-box-mobile .key {
  display: none;
}

.key-toggle {
  display: none;
}

.emc::before {
    background-color: #F2ad00;
}
.oem::before {
	background-color: #7B8D95;
}
.oe::before {
	background-color: #000;
}
.fc-day-grid {
	border-left: 1px solid;
}
.fc-day-header {
  	display: none;
}
.fc-day-number {
    font-family: 'ambroiseregular', sans-serif;
	font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
    font-size: 50px;
	font-variant-numeric: lining-nums;
	margin-top: 5px;
    padding: 2px 8px !important;
}
.fc-state-default {
	background-color: transparent !important;
	background-image: none !important;
	border: 0px !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px !important;
}
.fc-next-button {
	background-image: url(./images/arrow.svg) !important;
	background-position: 27% !important;
	background-size: 27px !important;
	margin-top: -11px !important;
	vertical-align: middle !important;
}
.fc-prev-button {
	background-image: url(./images/arrow-back.svg) !important;
	background-position: 27% !important;
	background-size: 27px !important;
	margin-top: -11px !important;
	vertical-align: middle !important;
}
.fc-list-view {
	border: 0px !important;
}
.fc-list-table td{
  	border: 0px !important;
  	padding: 3px 2px !important;
}
.fc-list-item-title {
  	padding: 0px 14px 0px 5px !important;
}
.fc-list-heading td {
  	background: transparent !important;
}
.fc-list-heading::after {
	background-color: #7b8d95;
	content: "";
	display: block;
	height: 1px;
	left: 0px;
	position: absolute;
  	width: 100%;
}
.fc-list-table {
  	border-bottom:1px solid #7b8d95;
  	display: inline-block;
}
.fc-list-item-time {
	padding: 0px 0px 0px 14px !important;
	text-align: right !important;
}
.fc-widget-header {
 	vertical-align: middle !important;
  	width: 75px;
}
.fc-list-spacer-row {
  	height: 21px;
}
.fc-list-item {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}
.fc-list-item td {
	border-right: 0px !important;
	vertical-align: top !important;
}
.fc-list-item a {
	border-bottom: 0px !important;
}
.fc-list-item-title a[href]:hover {
    text-decoration: none !important;
}
.fc-list-item:hover td {
	background-color: transparent !important;
}
.notems {
	color: #7b8d95 !important;
}
.isems {
	color: #f2Ad00 !important;
}
.fc-button-group button {
	padding: 7px 30px !important;
}
.fc-button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
  	display: inline-block;
}
.fc-button .fc-icon {
  	display: none;
}
.fc-left h2 {
	display: inline-block;
    font-family: 'ambroiseitalic', sans-serif;
	font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
    font-size: 32px;
    font-weight: 300;
	font-variant-numeric: lining-nums;
    margin: 0 25px !important;
    text-transform: capitalize;
}
.fc td {
  	border-top:0px !important;
}
.fc-unthemed thead, .fc-unthemed td {
  	border-top:0px !important;
}
.fc-head {
	display: none !important;
}
.fc-head-container {
	visibility: hidden !important;
}
.fc-widget-content {
	border:0px !important;
}
.fc-day {
	border-bottom: 0px !important;
	border-right:1px solid !important;
	border-top: 0px !important;
}
.fc-month-button {
  	color: #f2Ad00 !important;
}
.fc-listMonth-button {
  	color: #f2Ad00 !important;
}
.fc-list-heading-main {
	color: #7b8d95;
  	font-family: 'ambroiseregular', serif;
	font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-size: 63px;
	font-variant-numeric: lining-nums;
	font-weight: 100;
	height: 80px;
	line-height:65px;
}
.gold-text {
  	color: #f2Ad00 !important;
}
.fc-scroller {
  	height: auto !important;
}
.fc-state-active {
	background-color: #f2Ad00 !important;
	background-image: none !important;
	box-shadow: 0px 0px 0px 0px !important;
	color: #fff !important;
	text-shadow: 0 0px 0px rgba(255,255,255,.0) !important;
}
.fc-right {
	position: absolute;
}
.fc-left {
	margin-top: 90px;
}
.event-form-area {
	background-color: #7B8D95;
	box-sizing: border-box;
	color: #fff !important;
	height: 0px;
	margin-top: 60px;
	overflow: hidden;
	transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
	-webkit-transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
	width: 100%;
}
.event-form-area h1,
.event-form-area p,
.event-form-area input,
.event-form-area textarea,
.event-form-area label {
  	color: #fff !important;
}

.event-form-area input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
  font-weight: 200;
}
.event-form-area input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-weight: 200;
}
.event-form-area input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
  font-weight: 200;
}
.event-form-area input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
  font-weight: 200;
}


.event-form-area textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
  font-weight: 200;
}
.event-form-area textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-weight: 200;
}
.event-form-area textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
  font-weight: 200;
}
.event-form-area textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
  font-weight: 200;
}

.event-form-area h1 {
  padding-right: 60px;
}

.event-form-area input,
.event-form-area textarea {
	background-color: #7B8D95;
	border: 1px solid #fff;
}
.event-form-area .wpcf7-submit {
	border: 2px solid #fff;
  margin-top: 25px;
}
.event-form-area .approval {
	color:#fff;
	content:"This form will go through an approval provess. Your will be notified once approved.";
	display: block;
	font-size: 12px;
	font-style: italic;
}
.event-form-area .container {
  	box-sizing: border-box;
}

.add-event-form .wpcf7-form {
  margin-bottom: 65px !important;
}

.event-toggled {
	height: auto;
	padding: 60px 0px 0px;
}
.event-control.event-next {
	background-image: url(./images/arrow.svg) !important;
	background-position: 27% !important;
	background-repeat: no-repeat;
	background-size: 27px !important;
	text-indent: -5000px;
	width: 52px;
}
.event-control.event-prev {
	background-image: url(./images/arrow-back.svg) !important;
	background-position: 27% !important;
	background-repeat: no-repeat;
	background-size: 27px !important;
	text-indent: -5000px;
	width: 36px;
}


/*** Board Portal ***/

.months {
  padding-bottom: 70px;
  border-bottom: 1px solid #e4e4e5;
  margin-bottom: 25px;
}

.month-clicker {
  display: inline-block;
  margin: 0px 5px;
  color: #F2AD00;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0px;
  padding: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.board-portal-item, .board-event {
  margin: 10px 0px 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  min-height: 30px;
}

#selected-month,#selected-year {
  display: inline;
  color: #000 !important;
}


.board-item-container, .board-event-container {
  min-height: 140px;
}

.board-item-container::before {
  content: "No Meetings This Month.";
  position:absolute;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 24px;
  color: #bbb;
  margin-top: 0px;
}

.board-event-container::before {
  content: "No Events This Month.";
  position:absolute;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 24px;
  color: #bbb;
  margin-top: 0px;
}

.page-template-page-portal h2 {
  margin-top: 20px;
  font-size: 24px;
}

.board-event-container a, .board-item-container a, .page-template-page-portal .grey-bg a {
  font-family: 'ambroiseitalic', serif;
  color: #000;
  text-decoration: underline;
  border-bottom: 0px solid #666;
  font-size: 19px;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.page-template-page-portal .grey-bg a {
  width: 33%;
  display: inline-block;
}

.portal-line::before {
  border-top: 1px solid #e4e4e5;
  content: "";
  display: block;
}

.clicked-month {
  background-color: #F2AD00;
  color: #fff;
}

.year-toggle {
  height: 65px;
}

.year-toggle button, .year-box {
  display: inline-block;
  font-variant-numeric: lining-nums;
}

.year-toggle button {
  background-color: none;
  background: transparent;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: 50%;
  vertical-align: middle;
  margin-top: -2px;
}

.year-down {
  background-image: url(./images/arrow-back.svg) !important;
}

.year-up {
  background-image: url(./images/arrow.svg) !important;
}

.item-line, .event-line {
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}


.item-line-arrow {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-left: 20px;
}

.rotated {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.file-box {
  display: none;
  padding-bottom: 30px;
}

.item-desc {
  margin: 10px 0px;
  color: #000;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  line-height: 24px;

}

.portal-border-top {
  border-top: 1px solid #e4e4e5;
  padding-top: 40px;
}



.line-construct hr {
  color: #e4e4e5;
  height: 1px;
  opacity: .27;
}

/**RESPONSIVE**/
@media only screen and (max-width: 1200px){
	article.post_box,
	.blog_posts {
		width: 640px;
	}
  	.post_content {
		width: 674px;
	}
  	.sidebar {
		width: 234px;
	}
  	.home_posts .grid_post {
		width: 305px;
	}
  	.blog_box_featured_image iframe,
  	.post_box iframe {
		height: 389px;
	}
}
@media only screen and (max-width: 940px){
	.mobile-padding {
    	padding-left: 15px;
    	padding-right: 15px;
  	}
  	.head-nav {
		display: none;
	}
  	.head-search {
		display: block;
    	float: right;
    	margin-right: 60px;
  	}
  	.logo {
		padding: 0px 10px;
	}
	#search {
		position: relative;
        right: 0px;
		top: 4px;
    }
  	.slicknav_menu {
    	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    	display: block;
		padding: 0;
    	position: absolute;
    	right: 0;
    	width: 100%;
  	}
  	.slicknav_nav {
    	background: #ffffff none repeat scroll 0 0;
    	box-shadow: 0 2px 1px 0 #cccccc;
    	width: 100%;
  	}
	.search-form {
		right:inherit;
	}
	.performance-container {
  		padding: 0px 10px;
	}
	.event-spotlight {
		margin-bottom: 40px;
    	padding-top: 0px;
    }
	.event-column {
    	margin-top: 15px;
  	}

 .page-template-page-calendar .performance-container{
  		padding: 0px;
	}

 .page-template-page-calendar .overlay-container {
   /*padding: 0px;
   margin-top: 15%;*/
   position: fixed;
    top: 28%;
    padding: 15px;
    width: auto;
    left: 10px;
    background-color: #Fff;
    right: 10px;
    z-index: 10;
    border: 2px solid #7B8D95;
    -webkit-box-shadow: 0 0 100px 100px #FFFFFF;
    box-shadow: 0 0 100px 100px #FFFFFF;
 }

.page-template-page-calendar .closer {
  height: 21px;
width: 22px;
top: 10px;
right: 11px !important;
}

.page-template-page-calendar .container {
  overflow: visible;
}

.page-template-page-basic-text .quote {
  margin-bottom: 20px;
}

.page-template-page-about .quote {
  margin-top: 40px;
}

	.spotlight-image {
		float: right;
		position: relative;
		/*width: 80%;*/
	}
	.event-shape-vertical {
    	width:230px;
 	}

  .col-margin1 {
    margin-left: 15px;
  }

  .col-padding1 {
    margin-left:  15px;
  }

  .margin-top-20p {
    margin-top: 0%;
  }

  .margin-bottom-60 {
    margin-bottom: 30px;
  }

	.mobile-full {
    	float: none !important;
  	}
	.quote-col {
		padding-left: 25px !important;
    	padding-top: 15px;
 	}
	.quote-col .quote {
    	font-size: 26px;
    	line-height: 28px;
  	}
	.program-container {
    	margin:40px 0px 0px;
  	}
	.contact_block {
    	margin: 30px auto;
  	}
	.image-container-2 {
  		margin-top: 5px;
	}
  	.quote-image-block {
		margin-bottom: 60px;
    	margin-top: 30px;
  	}
	.quote-image-block .quote-contain {
  		min-height: 0px;
	}
  	.quote-image-block .quote-contain .quote {
    	margin-bottom: 30px;
  	}
	.contact_block .quote {
    	font-size: 26px;
    	line-height: 28px;
  	}
	.mobile-full-width {
    	width: 100%;
	}
  	.blog_posts {
		width: auto;
	}
  	article.post_box {
		width: 100%;
	}
  	.head-socials {
		float: left;
		padding-left: 15px;
		text-align: left;
	}
  	.post_content {
		width: 514px;
	}
  	.sidebar {
		width: 194px;
	}
  	.home_posts .grid_post {
		width: 230px;
	}
  	.grid_post > iframe {
		height: 146px;
	}
  	.blog_box_featured_image iframe,
  	.post_box iframe {
		height: 315px;
	}

  	.cblock-image {
    	background-position: -1px 102%, 0%;
		background-size: 40px, cover;
		width: 100%;
  	}
	.overlay-container {
    	max-width: 100%;
    	padding: 0px 5px;
  	}
	.text-image-container {
  		background-image: none !important;
	}

  .add-event-form {
    width: 100% !important;
    padding: 0px 15px;
    float: none !important;
    box-sizing: border-box;
  }

  .key-toggle {
    display: block;
    padding: 5px 10px;
    width: 30px;
    position: absolute;
    right: 5px;
  }

  .key {
    display: none;
  }

  .key-box-mobile {
      display: none;
      height: 125px;
  }

	.key-box-mobile .key {
      margin-left: 0px !important;
      margin-top: 0px !important;
      margin-bottom: 20px;
      float: none !important;
      width: 185px;
      display: block;
  }

  .event-closer {
  	background-image: url(./images/X-Close_White.svg);
  	background-size: cover;
  	cursor: pointer;
  	height: 23px;
  	position: absolute;
  	right: 15px;
  	top: 5px;
  	width: 23px;
  	z-index: 7;
  }

	.footer-link-section {
		clear:both;
	}
	.footer-lines {
		margin: 10px 0px;
	}
	.desktop-60 {
  		margin-bottom: 0px;
	}
	.footer-links {
    	margin: 50px 0px;
  	}
	.footer-links > li {
    	margin-bottom: 0px;
  	}
  	.footer-sponsor {
		clear: both;
		float: left !important;
		margin-top: 0px;
  	}
	.social-text {
  		display: block;
	}

#menu-social-menu li {
  height: 25px;
  margin-right: 10px;
  margin-top: 5px;
  width: 30px;
}

#menu-social-menu li:first-of-type {
    margin-left: -10px;
}

	.footer-social a {
		height: 25px;
		margin-right: 10px;
		margin-top: 5px;
		width: 30px;
	}
	.footer-social a:first-of-type {
  		margin-left: -10px;
	}

  .youtube-social {
    height: 40px !important;
    margin-right: 10px !important;
    margin-top: 0px !important;
    width: 37px !important;
  }

  .fc-list-item td {
  	border-right: 0px !important;
  	vertical-align: top !important;
  }


}

@media only screen and (max-width: 940px){
  .line-construct {
    width: 95.65% !important;
  }
}



@media only screen and (max-width: 767px){
	.head-search {
		display: none;
		float: none;
		text-align: center;
	}
  	.head-socials {
		float: none;
		width: auto;
	}
  	.head-socials ul li {
		margin: 0 2px;
	}
  	.post_content {
		float: none;
		width: auto;
	}
  	.sidebar {
		float: none;
		width: auto;
	}
  	.post_nav {
		float: right;
		position: static;
	}
  	.grid_post > iframe {
		height: 178px;
	}
  	.blog_box_featured_image iframe,
  	.post_box iframe {
		height: 178px;
	}

  .location-flex {
    flex-wrap: wrap;
      justify-content: space-around;
    }
  .location {
      width: 46%;
    }

  	.foot-col {
		float: none;
		padding: 0 !important;
		width: auto;
	}
  	.home_slider .slides li a.home_slide_bg {
		background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover;
		background-position: 50% 22%;
		border-bottom: 0px;
		height: 100%;
		opacity:1;
		position: absolute;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.toggled {
  		height:auto;
	}
	span.wpcf7-list-item {
		width: 100%;
	}
	.board-member {
		width: 100%;
	}
	.join-target {
		height: 28px;
		width: 206px;
    font-size: 15px;
padding-right: 34px;
padding-bottom: 22px;
background-position: 100% 10%;
	}
	.sia-container .d-1of12 {
 		display: none;
	}
	.staff-interaction-area {
  		padding-left: 0px;
	}
	.board-and-staff-col {
  		display: inline-block;
  		vertical-align: top;
		width: 100%;
	}
	.closer {
  		height: 26px;
  		right: 35px;
		width:26px;
	}
	.expanded-closer {
		height: 23px;
		right: -5px;
  		top: 10px;
  		width: 23px;
	}
	.fc-day-number {
    	font-size: 30px;
  	}
	.fc-list-heading .fc-widget-header {
		display: block !important;
	}
	.fc-list-spacer-row {
		height: 5px;
	}

.page-template-page-concerts-tickets .overlay-container {
  position: fixed;
  top: 33%;
  padding: 15px;
  width: auto;
  left: 10px;
  background-color: #Fff;
  right: 10px;
  z-index: 10;
  border: 2px solid #7B8D95;
  -webkit-box-shadow: 0 0 100px 100px #FFFFFF;
  box-shadow: 0 0 100px 100px #FFFFFF;
}


.page-template-page-concerts-tickets .overlay-container .closer {
  height: 26px;
  right: 14px;
  width: 26px;
  top:12px;
}

.page-template-page-portal .grey-bg a {
  width: 100%;
  display: block;
  margin-top:20px;
}


.search-divide {
	display: inline-block;
	margin: 0px 3px;
  padding-right: 0px;
}

}
@media only screen and (max-width: 500px){
	.join-target {
    	height: 28px;
    	width: 180px;
  	}
	.join-box .email {
    	width: 174px !important;
  	}
	.join-box .button1 {
		font-size: 14px;
    	padding: 6px 11px;
    	text-transform: uppercase;
  	}

    .image-container {
      flex-wrap: wrap;
    }

    .image-container-1 div, .image-container-2 div {
      margin-right: 0px !important;
    }

    .image-container .square {
      width: 100%;
    }

    .image-container .vertical {
      width: 100%;
    }

    .image-container .vertical {
      height: 320px;
      overflow: hidden;
      margin-bottom: 6px;
    }

    .image-container .horizontal {
      width: 100%;
    }
    
    .btn-pop-toggle {
      margin: 5px 0px;
    }
   
    .image-container-2 {
      margin-top: 0px;
    }
      
    .image-container .btn-pop-toggle:first-of-type {
      width: 100%;
    }

    .image-container .btn-pop-toggle:last-of-type {
      width: 100%;
    }
    

}
.cf {
	zoom: 1;
}
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
.clear-footer {
	clear: both;
	display: block;
	margin-bottom: 90px;
	width: 100%;
}
.d-1of12 {
	float: left;
	width: 8.33%;
}
.d-2of12 {
  	float: left;
	padding-right: 0.75em;
	width: 16.66%;
}
.d-3of12 {
  	float: left;
	padding-right: 0.75em;
  	width: 24.99%;
}
.d-4of12 {
  	float: left;
	padding-right: 0.75em;
  	width: 33.32%;
}
.d-5of12 {
  	float: left;
  	width: 41.65%;
}
.d-6of12 {
  	float: left;
	padding-right: 0.75em;
  	width: 50%;
}
.d-7of12 {
  	float: left;
	padding-right: 0.75em;
  	width: 58.33%;
}
.d-8of12 {
  	float: left;
	padding-right: 0.75em;
  	width: 64.66%;
}
.d-9of12 {
  	float: left;
	padding-right: 0.75em;
  	width: 72.99%;
}
.d-10of12 {
  	float: left;
	padding-right: 0.75em;
  	width: 81.32%;
}
.d-11of12 {
  	float: left;
	padding-right: 0.75em;
  	width: 89.65%;
}
.d-12of12 {
  	float: left;
	padding-right: 0.75em;
  	width: 100%;
}
.last-col {
  	padding-right: 0px !important;
}
/* Portrait tablet to landscape */
@media (max-width: 940px) {
	.t-none {
    	display: none;
  	}
  	.t-all {
    	width: auto;
  	}
  	.t-1of2 {
    	width: 50%;
  	}
  	.t-1of3 {
    	width: 33.33%;
  	}
  	.t-2of3 {
    	width: 66.66%;
  	}
  	.t-1of4 {
    	width: 25%;
  	}
  	.t-3of4 {
    	width: 75%;
  	}
 	.t-1of5 {
    	width: 20%;
  	}
  	.t-2of5 {
    	width: 40%;
  	}
	.t-3of5 {
    	width: 60%;
  	}
	.t-4of5 {
    	width: 80%;
  	}
  	.t-5of5 {
    	width: 100%;
  	}
}
