/*!
Theme Name: stc
Theme URI: http://underscores.me/
Author: Brad Messenger
Author URI: https://www.integritive.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stc

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

stc is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Vendor Reference

	-webkit-transform: value;
	-moz-transform:    value;
	-ms-transform:     value;
	-o-transform:      value;
	transform:         value;

*/

/*
	Contrast Ratios with White BG (try to get above 4.0)
	#0b76c2 = 4.78 (good)
	#21a2fd (proposed) = 2.74

	per ADA compliance we've updated these values to #0b76c2
*/

/*** GLOBALS ********************************************************************/
html,
body {
	width: 100%;
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	background-color: #FFF;
}

body.admin-bar {
	top: 32px !important;
}

.mobile-only{
	display: none !important;
}

@media (max-width: 990px) {
	body.admin-bar {
		top: 0 !important;
	}
	#wpadminbar {
		display: none;
	}

	.mobile-only{
		display: block !important;
	}
}

.no-top > a {
	display: none !important;
}
@media (max-width: 992px) {
	.no-top {
		display: none !important;
	}
}



h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
.merri {
	font-family: 'Merriweather', serif;
}
a,
a:hover,
a:hover h2,
a:focus h2,
a:focus,
a:after,
a::before,
a:before,
a:hover:after,
a:focus:after,
a:hover:before,
a:focus:before,
a:hover::before,
a:focus::before,
button,
button:hover,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:focus,
select:focus,
select,
.products-grid .item:hover,
.products-grid .item:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    -moz-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    -o-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
a {
	color: #0b76c2;
}
a:hover,
a:focus {
	/* text-decoration: none; */
	text-decoration: underline;
}
a:focus {
	outline: 1px dotted #924568;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	display: block !important;
	margin: 0 auto;
}
.skip-link,
.screen-reader-text {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
	text-indent: -9999px;
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
#content {
	padding-top: 5px;
}
iframe {
	display: block;
	margin: 0 auto;
}
/* Bootstrap Normalizations */
.navbar {
	min-height: 0;
    margin-bottom: 0;
    border: none;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	border: none;
}
.nav > li {
	position: inherit;
}
.btn {
	border-radius: 20px;
	text-transform: uppercase;
	outline: none !important;
}
.btn-default {
	background-color: transparent;
	color: #924568;
	border-color: #924568;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #924568;
	border-color: #924568;
	color: #FFF;
}
.btn-default:before{
	color: #924568;
}
.btn-default:hover::before {
	color: #FFF;
}
.btn-slim {
	font-size: 12px;
	padding: 3px 12px;
}
.btn-icon {
	position: relative;
	padding-left: 28px;
}
.btn-icon:before {
	position: absolute;
	left: 10px;
	font-family: "Font Awesome 5 Free";
}
.btn-icon.btn-dir:before {
	content: "\f3c5";
	font-weight: 900;
}
.btn-icon.btn-listen:before {
	content: "\f025";
	font-weight: 900;
}
.btn-icon.btn-donate {
	padding-left: 32px;
}
.btn-icon.btn-donate:before {
	content: "\f004";
	font-weight: 900;
}
.btn-icon.btn-tix {
	padding-left: 32px;
}
.btn-icon.btn-tix:before {
	content: "\f3ff";
	font-weight: 900;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn-icon.btn-cal:before {
	content: "\f133";
	font-weight: 900;
}
#page.site {
	/* background-image: url('img/logo-mark.png'); */
	background-position: 85% 42%;
	background-repeat: no-repeat;
}
/*** HEADER ********************************************************************/
.site-header {
	min-height: 105px;
	width: 100%;
	background: #FFF;
	border-bottom: 5px solid #000;
	margin-top: 20px;
	position: relative;
	z-index: 1000;
}
.site-header .site-branding {
	max-width: 435px;
	float: left;
}
.site-header .site-branding a {
	display: block;
}
/* Main Nav */
.site-header .main-navigation {
	text-align: right;
	clear: both;
}
.site-header .main-navigation {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.site-header .main-navigation ul.nav {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: right;
	width: 100%;
}
.site-header .main-navigation ul li {
	display: inline-block;
	float: none;
}
.site-header .main-navigation ul.nav > li:last-child > a {
	padding-right: 0px;
}
.site-header .main-navigation ul li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	padding: 5px 15px;
}
.site-header .main-navigation .sub-menu {
	display: none;
}
.site-header .main-navigation ul > li.current_page_item .sub-menu,
.site-header .main-navigation ul > li.current_page_ancestor .sub-menu {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0 0 10px 0;
	position: absolute;
	top: 42px;
	left: 0;
	/* text-align: left; */
	list-style: none;
	border-bottom: 2px solid #D7D7D7;
}
.site-header.festival-header .main-navigation ul > li.current_page_item .sub-menu,
.site-header.festival-header .main-navigation ul > li.current_page_ancestor .sub-menu {
	top: 62px;
}

.site-header .main-navigation .sub-menu > li {
	display: inline-block;
	float: none;
}
.site-header .main-navigation .sub-menu > li > a {
	font-weight: 400;
}
.site-header .main-navigation .sub-menu > li:first-child > a {
	padding-left: 0 !important;
}
.site-header .main-navigation ul li a:hover,
.site-header .main-navigation ul li a:focus,
.site-header .main-navigation li.current_page_item > a,
.site-header .main-navigation li.current-page-ancestor > a {
	color: #0b76c2;
}
.site-header .main-navigation #top-menu {
	display: none;
}
/* Top Nav */
.site-header .top-navigation {
	float: right;
}
.site-header .top-navigation ul {
	list-style: none;
	padding: 0;
}
.site-header .top-navigation ul li {
	display: inline-block;
}


.site-header .top-navigation ul li.button a,
.site-header .main-navigation ul li.cal a,
.site-header .main-navigation ul li.donate a,
.site-header .main-navigation ul li.tix a {
	position: relative;
	color: #924568;
	margin-right: 15px;
	padding: 2px 15px 2px 30px;
	border: 1px solid #924568;
	border-radius: 20px;
	line-height: 1em;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}


.site-header .top-navigation ul li.button a{
	padding: 2px 15px;
}

.site-header .top-navigation ul li.cal a:hover,
.site-header .top-navigation ul li.cal a:focus,
.site-header .top-navigation ul li.donate a:hover,
.site-header .top-navigation ul li.donate a:focus,
.site-header .top-navigation ul li.tix a:hover,
.site-header .top-navigation ul li.tix a:focus,
.site-header .top-navigation ul li.stream a:hover,
.site-header .top-navigation ul li.stream a:focus {
	background-color: #924568;
	border-color: #924568;
	color: #FFF;
}
.site-header .top-navigation ul li.search a {
	text-indent: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	white-space: nowrap;
	width: 35px;
	color: #924568;
}
.site-header .top-navigation ul li.cal a::before,
/*.site-header .top-navigation ul li.donate a::before,
.site-header .top-navigation ul li.tix a::before,*/
.site-header .top-navigation ul li.search a::before,
.site-header .top-navigation ul li.stream a::before,
.site-header .main-navigation ul li.cal a::before,
.site-header .main-navigation ul li.donate a::before,
.site-header .main-navigation ul li.tix a::before {
	position: absolute;
	left: 10px;
	top: 5px;
	color: #924568;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /* overflow: hidden; */

}

.site-header .top-navigation ul li.tix a::before,
.site-header .top-navigation ul li.donate a::before{
    color: #924568;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    position: relative;
    top: 1px;
    right: 5px;

}

.site-header .top-navigation ul li.cal a:hover::before,
.site-header .top-navigation ul li.tix a:hover::before,
.site-header .top-navigation ul li.donate a:hover::before,
.site-header .top-navigation ul li.stream a:hover::before {
	color: #FFF;
}
.site-header .top-navigation ul li.cal a::before,
.site-header .main-navigation ul li.cal a::before {
	content: "\f133";
	font-weight: 400;
}
.site-header .top-navigation ul li.donate a::before,
.site-header .main-navigation ul li.donate a::before {
	content: "\f004";
	font-weight: 900;
}
.site-header .top-navigation ul li.tix a::before,
.site-header .main-navigation ul li.tix a::before {
	content: "\f3ff";
	font-weight: 900;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.site-header .top-navigation ul li.stream a::before,
.site-header .main-navigation ul li.stream a::before {
	content: "\f144";
	font-weight: 900;
}
.site-header .top-navigation ul li.search a::before {
	content: "\f002";
	color: #924568;
	font-weight: 900;
	text-indent: 0;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 3px;
	display: block;
}
.site-header .top-navigation ul li.search.open a::before {
	content: "\f057";
}
.site-header .main-navigation #top-menu {
	padding: 10px 0;
	text-align: center;
}
.site-header .main-navigation #top-menu li {
	display: inline-block;
	margin: 5px 0;
}
.site-header .main-navigation #top-menu li.search {
	display: none;
}

/* Dancing HamburgerTacoHotDog */
#nav-icon {
	width: 25px;
	height: 25px;
	position: relative;
	float: right;
	margin: 0;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #333;
	border-radius: 0;
	opacity: 1;
	left: 0;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
 	top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
 	top: 8px;
}
#nav-icon span:nth-child(4) {
 	top: 16px;
}
#nav-icon.active span:nth-child(1) {
	top: 16px;
	width: 0%;
	left: 50%;
}
#nav-icon.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
 #nav-icon.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.active span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#search-pop {
	display: none;
	position: absolute;
	right: 50px;
    top: 1px;
    width: 403px;
    white-space: nowrap;
    border-radius: 20px;
}
#search-pop > form > label {
	float: left;
	height: 27px;
}
#search-pop input[type="search"] {
	border: 1px solid #924568;
	color: #924568;
	font-weight: 400;
	padding-left: 10px;
	height: 22px;
	width: 240px;
	border-radius: 20px;
}
#search-pop input[type="submit"] {
	background-color: #924568;
	color: #FFF;
	border: none;
	display: inline-block;
	height: 22px;
	width: 140px;
	margin-left: 19px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
	padding-right: 10px;
	border-radius: 20px;
}
.ls-bottom-slidebuttons a:focus {
	background-color:  #924568;
}
/*** ACF Template Parts ********************************************************************/

/* Globals */
.block  {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}
.site-main .block:first-child {
	margin-top: 0;
}
.white-space {
	display: block;
	width: 100%;
}
h2.block-title {
	margin: 20px auto;
}
/* Whitespace */
.whitespace.block {margin: 0;}
.hFive { height: 5px; }
.hTen { height: 10px; }
.hTwenty { height: 20px; }
.hthirty { height: 30px; }
.hForty { height: 40px; }
.hFifty { height: 50px; }
.hHundo { height: 100px; }

/* Hero - Slideshow */
.hero.block {
	margin-top: 0;
}
/* #15563 - fix mobile sliders */
@media (max-width: 767px) {
	.hero .ls-bottom-nav-wrapper {
		display: none;
	}
}

/* Content */
.block-content {
	display: block;
	max-width: 960px;
	margin: 0 auto;
}
.block-content .img-responsive {
	display: inline-block;
}

/* Content (slim) */
.slim-content {
	display: block;
	max-width: 780px;
	margin: 0 auto;
}
/* Full Width Image Block */
.fwi img {
	width: 100%;
	height: auto;
}

/* 2 Column / 3 Column Layouts */
.two-cols {
	position: relative;
}
.two-cols .col-content {
	/* display: inline-block;
	position: absolute; */
	padding: 20px;
	/* top: 50%;
	transform: translateY(-50%); */
}
h2.block-title {
	text-align: center;
	margin-bottom: 20px;
}
.featured-col {
	margin-bottom: 20px;
}
.featured-col,
.mixed-col {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	box-shadow: 0 2px 4px rgba(0,0,0,.5);
	background-color: #F4F3F1;
}
.mixed-col {
	position: relative;
	/* padding-bottom: 45px; */
	margin-bottom: 20px;
}
.featured-col:hover,
.mixed-col:hover {
	/*cursor: pointer;*/
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.8);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.8);
	box-shadow: 0 2px 4px rgba(0,0,0,.8);
	background-color: #fff;
}
.featured-col a,
.mixed-col a {
	color: #333;
	display: block;
}
.featured-col a:hover,
.mixed-col a:hover {
	text-decoration: none;
}
.featured-col a.btn,
.mixed-col a.btn {
	color: #924568;
}
.featured-col a.btn:hover,
.mixed-col a.btn:hover {
	color: #FFF;
}
.featured-col .featured-cat span,
.mixed-col .mixed-cat span,
.search-results article .featured-cat span {
	display: inline-block;
	background-color: #E7C505;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.featured-col .featured-main {
	position: relative;
	padding: 20px;
}
.mixed-col .mixed-main {
	padding: 20px;
}
.featured-col .featured-main h2,
.mixed-col .mixed-main h3 {
	margin-top: 0;
}
.mixed-col .mixed-main h3 {
	margin-bottom: 5px;
}
.mixed-col .post-thumbnail {
	max-height: 250px;
	overflow: hidden;
}
.mixed-col .post-thumbnail img {
	width: 100%;
	height: auto;
}
.mixed-col .post-thumbnail img.filler {
	width: 250px;
	margin: 20px auto;
	display: block;
}
.featured-col .featured-main .featured-date {
	font-family: 'Merriweather', serif;
	margin-bottom: 10px;
}
.mixed-col .mixed-cat .mixed-date {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 5px 0;
	float: right;
	background: transparent;
}
.mixed-columns .content-widget {
	text-align: right;
}
.mixed-columns .content-widget .widget_categories ul li {
	display: inline-block;
}

/* Pagination Links */
.pagination {
	display: block;
	margin: 20px auto;
	text-align: center;
}
.pagination a {
	color: #333;
}
.pagination a:hover {
	background: #d7d7d7;
}
.pagination .page-numbers {
	border: 1px solid #D7D7D7;
	background: #FFF;
	padding: 2px 5px;
	margin: 0 2px;
}
.pagination .page-numbers.current {
	background-color: #E7C505;
}
.pagination .prev,
.pagination .next {
	border: none;
}
.pagination a.prev:hover,
.pagination a.next:hover {
	background: none;
	text-decoration: underline;
}
/* Media Player */
.audio-player {
	display: none;
	position: absolute !important;
	right: 20px;
	bottom: 15px;
}
h3.mixed-title a:hover,
h3.mixed-title a:focus,
.mixed-cat a:hover,
.mixed-cat a:focus {
	color: #0b76c2;
}
.mixed-audio {
	margin-top: 10px;
}
.mixed-audio .open {
	/* position: absolute;
	bottom: 15px;
	left: 20px; */
	font-size: 14px;
}
.mixed-audio .shut {
	display: none;
	position: absolute;
    right: 20px;
    bottom: 60px;
    width: 22px;
    height: 22px;
    padding: 0;
    color: #924568;
}
.mixed-col .more {
	/* position: absolute;
	bottom: 15px;
	right: 20px; */
	font-size: 14px;
	float: right;
}
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
	background: #924568 !important;
	border-radius: 20px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #E7C505 !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #FFF !important;
}
.mejs-horizontal-volume-slider,
.mejs-horizontal-volume-total {
	width: 40px !important;
}
/* Timeline / Storyteller Sliders */
.slider-wrapper {
	padding-bottom: 50px;
}
.slider-wrapper .h1 {
	margin-bottom: 30px;
}
.pager-slideshow-wrapper {
	position: relative;
	height: 100px;
	margin-bottom: 30px;
}
.pager-slideshow-wrapper .slider-nav {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
.pager-slideshow-wrapper .pager-slide {
	background: url('img/hr-bg.jpg') repeat-x center center scroll transparent;
}
.pager-slideshow-wrapper .pager-slide:first-child {
	background: url('img/hr-half.jpg') no-repeat right center scroll transparent;
}
.pager-slideshow-wrapper .pager-slide:last-child {
	background: url('img/hr-half.jpg') no-repeat left center scroll transparent;
}
.pager-slideshow-wrapper .pager-slide:hover {
	cursor: pointer;
}
.pager-slideshow-wrapper .pager-slide .pager-active {
	border: 2px solid transparent;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
.pager-slideshow-wrapper .pager-slide.cycle-slide-active .pager-active {
	border-color: #924568;
	background: #FFF;
}
.pager-slideshow-wrapper .pager-circ {
	width: 90px;
    height: 90px;
	border: 2px solid #E8E4E4;
	border-radius: 50%;
	background: #FFF;
	margin: 3px auto 0;
	position: relative;
}
.pager-slideshow-wrapper .pager-circ span {
	position: absolute;
	display: block;
	height: 30px;
	top: 40%;
	left: 0;
	right: 0;
}
.pager-slideshow-wrapper .pager-circ img {
	position: absolute;
	display: block;
	width: 100%;
    height: 100%;
	border-radius: 50%;
}
#stc-slideshow .slideshow-content {
	width: 80%;
	margin: 0 auto;
}
.pager-slideshow-wrapper .stc-prev,
.pager-slideshow-wrapper .stc-next {
	position: absolute;
	top: 24px;
	font-size: 32px;
}
.pager-slideshow-wrapper .stc-prev {
	left: 30px;
}
.pager-slideshow-wrapper .stc-next {
	right: 30px;
}
.pager-slideshow-wrapper .stc-prev:hover,
.pager-slideshow-wrapper .stc-next:hover {
	cursor: pointer;
}
/* BG Image + Floating Content */
.floater-wrapper {
	position: relative;
	margin: 40px 0;
}
.floater-wrapper .container {
	position: relative;
}
.floater-wrapper img {
	width: 100%;
}
.floater-wrapper .floater-content {
	position: absolute;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 480px;
	padding: 20px;
	background-color: #FFF;
}
/* Events / Teller Feeds */
.event-card,
.teller-card {
	background-color: #F4F3F1;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	box-shadow: 0 2px 4px rgba(0,0,0,.5);
	margin-bottom: 20px;
}
.teller-card:hover {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.8);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.8);
	box-shadow: 0 2px 4px rgba(0,0,0,.8);
}
.events .event-date,
.events .event-recurring {
	margin-bottom: 5px;
}
.events h4.event-title,
.events .event-venue,
.teller-title {
	margin-bottom: 10px;
}
.events .event-info,
.teller-info {
	padding: 0 10px 10px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
}
.events .col-xs-12 .event-info,
#tellers .col-xs-12 .teller-info {
	padding-left: 15px;
}
#tellers {
	margin-bottom: 40px;
}
.teller-card a {
	color: #333;
}
.teller-search {
	margin: 20px 0;
}
.teller-search .search-box {
	float: right;
	background-color: #232323;
	padding: 5px;
	color: #FFF;
}
.teller-search .search-box label {
	font-size: 12px;
	text-transform: uppercase;
}
.teller-search .search-box input[type="text"] {
	color: #333;
}
.teller-single,
.story-single {
	display: block;
	max-width: 800px;
	margin: 40px auto;
}
.story-single .mixed-audio {
	position: relative;
	height: 40px;
	margin: 5px 0;
}
.story-single .mixed-audio .open {
	bottom: auto;
	left: auto;
}
.story-single .mixed-audio .shut {
	left: 0;
	top: 5px;
	border: none;
	color: #924568;
}
.story-single .mixed-audio .audio-player {
	right: auto;
	bottom: auto;
	left: 20px;
	width: 330px;
}
/* Events Category Filter */
.event-cat-select {
	text-align: right;
	padding: 10px;
}
.event-cat-select h4 {
	display: inline-block;
}
/* Call to Action Block */
.cta-content {
	padding: 20px;
}
.cta-content .btn,
.cta-content .btn-default {
	color: #FFF;
	border-color: #FFF;
}
/* Venue Rental - Bookings */
.wpbs-container {
	width: 100%;
}

/* SLick Sliders - Simple Carousel */
.slick-slide img {
	margin: 10px auto;
	max-width: 85%;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev {
    left: -20px;
}
.slick-next {
    right: -10px;
}
.slick-prev:before,
.slick-next:before {
	position: absolute;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    width: 20px;
    height: 20px;
    font-size: 28px;
    color: #000;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}
.gallery-slideshow {
	background-color: #000;
	max-height: 300px;
}
.gallery-slideshow .slick-slide img {
	max-width: 100%;
	max-height: 300px;
	margin: 0;
}
.gallery-slideshow .slick-slide:not(.slick-center) img {
    opacity: .35;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.gallery-slideshow .slick-prev,
.gallery-slideshow .slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    height: 100%;
    width: 50px;
    padding: 0;
    margin-top: -10px\9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    z-index: 1;
}
.gallery-slideshow .slick-next {
	right: 10px;
}
.gallery-slideshow .slick-prev {
	left: 10px;
}
.gallery-slideshow .slick-prev:before,
.gallery-slideshow .slick-next:before {
	font-family: slick;
    font-size: 50px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gallery-slideshow .slick-next:after,
.gallery-slideshow .slick-next:before {
    content: "";
    position: absolute;
    height: 5%;
    width: 5%;
    background: #fff;
}
.gallery-slideshow .slick-next:before {
    top: 45%;
    -webkit-transform: skew(45deg,0deg);
    transform: skew(45deg,0deg);
}
.gallery-slideshow .slick-next:after {
    top: 50%;
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}
.gallery-slideshow .slick-prev:after,
.gallery-slideshow .slick-prev:before {
    content: "";
    position: absolute;
    height: 5%;
    width: 5%;
    background: #fff;
}
.gallery-slideshow .slick-prev:before {
    top: 45%;
    -webkit-transform: skew(135deg,0deg);
    transform: skew(135deg,0deg);
}
.gallery-slideshow .slick-prev:after {
    top: 50%;
    -webkit-transform: skew(-135deg,0deg);
    transform: skew(-135deg,0deg);
}
.gallery-slideshow .slick-slide .img-credit {
	display: none;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.gallery-slideshow .slick-slide.slick-current .img-credit {
	display: block;
}
/* .gallery-slideshow .slick-prev:before,
.gallery-slideshow .slick-next:before {
	position: absolute;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    width: 20px;
    height: 40px;
    font-size: 42px;
    color: #FFF;
}
.gallery-slideshow .slick-prev {
    left: 0;
}
.gallery-slideshow .slick-next {
    right: 20px;
} */
/*** StoryValalt / Blog / Feeds ************************************************/
.storyvault .entry-content {
	margin-top: 50px;
}
#storyvault {
	margin: 50px 0;
}


/* Submit Your Story */
.h5p-iframe-wrapper {
	border: 1px solid #eee;
	margin-bottom: 50px;
}
/*** FESTIVAL ********************************************************************/
.festival-header {
	background-image: url('img/sunburst.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.festival-header .site-branding {
	max-width: 315px;
	padding-left: 20px;
}
.festival-header .festival-branding {
	display: inline-block;
	margin: -25px auto 0;
}
.festival-header .main-navigation ul.nav {
	text-align: center;
}
.festival-header #menu-festival-menu > li > a {
	padding-top: 25px;
}
.festival-header #menu-festival-menu > li.current_page_item > a,
.festival-header #menu-festival-menu > li.current-page-ancestor > a {
	background: url('img/tent-icon.png') no-repeat center top scroll transparent;
}
/* Schedule / Events */
.event-days {
	margin: 20px 0 50px;
}
.event-days .nav-tabs {
	text-align: center;
	border-bottom: 6px solid #0b76c2;
	padding-bottom: 1px;
}
.event-days .nav-tabs li {
	float: none;
	display: inline-block;
}
.event-days .nav-tabs > li > a {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	border: none !important;
}
.event-days .nav-tabs > li > a:hover,
.event-days .nav-tabs > li > a:focus {
	border: none !important;
	border-radius: 0 !important;
}
.event-days .nav-tabs > li.active > a,
.event-days .nav-tabs > li.active > a:hover,
.event-days .nav-tabs > li.active > a:focus {
	border: none !important;
	border-radius: 0;
	color: #FFF;
	background-color: #0b76c2;
}
.event-days .festival-event:nth-child(odd) {
	background-color: #F4F3F1;
}
.schedule-th {
	border-bottom: 3px solid #333;
	margin-bottom: 5px;
}
.schedule-th span {
	font-weight: bold;
	padding: 5px 15px;
}
.event-th {
	display: none;
}
.festival-event {
	position: relative;
}
.festival-event a {
	color: #333;
}
.festival-event .event-details {
	display: none;
	padding: 0 15px;
}
.festival-event .event-details a {
	color: #0b76c2;
}
.festival-event .event-intro,
.festival-event .event-details h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.festival-event .event-details .event-description {
	padding: 15px 0;
}
.festival-event .intro-cell {
	padding: 10px 15px;
}
.festival-event .venue-icon {
	display: inline-block;
	margin-right: 5px;
}
.festival-event .intro-expand img {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-moz-transition: -moz-transition .2s ease-in-out;
	-o-transform: -o-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.festival-event.expanded .intro-expand img {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.festival-event .intro-expand.mb {
	display: none;
}
.event-none {
	margin: 15px;
}
.events-filter {
	text-align: right;
	padding: 10px 0;
}
.events-filter label {
	padding-right: 10px;
}
.filter-select {
	width: 160px;
}
.filter-select select {
	width: 100%;
	-webkit-appearance: none;
	background-image: url('img/dropdown-arrows.png');
	background-color: #F4F3F1;
	background-position: 140px center;
	background-size: 8px 13px;
	background-repeat: no-repeat;
	border: 1px solid #D7D7D7;
	border-radius: 0;
	padding: 0 10px;
}
.filter-select,
.filter-radio {
	display: inline-block;
}
#venue-select {
	display: none;
}
.tribe-events-single .post-thumbnail,
.teller-single .post-thumbnail {
	display: inline-block;
}
.entry-content figcaption,
.tribe-events-single .post-thumbnail figcaption,
.teller-single .post-thumbnail figcaption,
.entry-content span.caption,
.tribe-events-single .post-thumbnail span.caption,
.teller-single .post-thumbnail span.caption {
	max-width: 100%;
	font-size: 12px;
	font-style: italic;
	display: block;
}
.tribe-events-single .tribe-events-event-image {
	max-width: 300px;
	margin-bottom: 0;
}
.single-tribe_events .tribe-events-content {
	margin-top: 15px;
}
h3.event-teller {
	padding-left: 15px;
}
.event-nav.pagination .nav-previous a,
.event-nav.pagination .nav-next a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
	font-size: 16px;
    padding: 3px 12px;
    line-height: 1.42857143;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border-color: #924568;
    text-transform: uppercase;
    outline: none !important;
    color: #924568;
}
.event-nav.pagination .nav-previous a:hover,
.event-nav.pagination .nav-previous a:focus,
.event-nav.pagination .nav-next a:hover,
.event-nav.pagination .nav-next a:focus {
	background-color: #924568;
    border-color: #924568;
    color: #FFF;
}
.event-nav.pagination .nav-previous {
	float: right;
}
.event-nav.pagination .nav-next {
	float: left;
}
/*** BLOG ********************************************************************/
.single-post h1 {
	margin: 40px 0 10px;
}
.single-post .entry-meta {
	margin: 10px 0;
	font-weight: 400;
}
.nav-links {
	height: 30px;
	margin: 20px 0;
}
.nav-links .nav-next {
	float: right;
}
.nav-links .nav-previous {
	float: left;
}

/*** SEARCH ********************************************************************/
.search-results article {
	position: relative;
	background-color: #F4F3F1;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
.search-results article .featured-cat {
	position: absolute;
	right: 0;
	top: 0;
}
.search-results .entry-title {
	margin-top: 0;
}
.search-results .entry-title a {
	color: #333;
}

/*** FOOTER ********************************************************************/
.site-footer {
	background-color: #E3E1DE;
}
.site-footer .colorbar {
	height: 10px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#042581+0,439ca3+50,c73aa1+100 */
	background: #042581; /* Old browsers */
	background: -moz-linear-gradient(left,  #042581 0%, #439ca3 50%, #c73aa1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #042581 0%,#439ca3 50%,#c73aa1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #042581 0%,#439ca3 50%,#c73aa1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042581', endColorstr='#c73aa1',GradientType=1 ); /* IE6-9 */

}
.site-footer .footer-main {
	padding: 15px 0;
	text-align: center;
}
.site-footer .footer-main .col-sm-4:first-child,
.site-footer .footer-main .col-sm-4:nth-child(2) {
	border-right: 2px solid #D2D2D2;
	height: 100%;
}
.site-footer .footer-main .widget-area {
	padding: 15px 0;
}
.site-footer .footer-main .footer-brand img {
	display: inline-block;
}
.site-footer .footer-main  #menu-footer-menu {
	padding: 0;
	list-style: none;
}
.site-footer .footer-main  #menu-footer-menu li a {
	display: inline-block;
	padding: 8px;
	color: #333;
	font-size: 18px;
}
.site-footer .footer-main  #menu-footer-menu li a:hover,
.site-footer .footer-main  #menu-footer-menu li a:focus,
.site-footer .footer-main  #menu-footer-menu li.current_page_item a {
	color: #924568;
}
.site-footer .footer-main #custom_html-3.widget {
	margin-bottom: 25px;
}
.site-footer .footer-main h2 {
	margin-top: 10px;
}
/* Newsletter Signup GF */
.gform_wrapper form {
	position: relative;
}
#gform_wrapper_1 .gfield_label {
	display: none;
}
#gform_wrapper_1 ul.gform_fields li.gfield {
	padding: 0;
}
#gform_wrapper_1 .top_label input.medium {
	display: block;
	width: 70%;
	margin: 0 auto;
	border: none;
}
#gform_wrapper_1 .gform_footer {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 16%;
	top: 0;
	width: auto;
	overflow: hidden;
}
#gform_wrapper_1 .gform_footer input[type=submit] {
	text-indent: -99999px;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url('img/fa-angle-right.png');
	background-size: 8px 14px;
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
}
/* Social Menu */
.menu-social-menu-container > ul {
    padding: 0;
    margin: 20px auto 0;
    text-align: center;
}
.menu-social-menu-container > ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.menu-social-menu-container > ul li a {
	text-indent: 100%;
    font-size: 28px;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    white-space: nowrap;
}
.menu-social-menu-container > ul li.yt a::before,
.menu-social-menu-container > ul li.tw a::before,
.menu-social-menu-container > ul li.fb a::before,
.menu-social-menu-container > ul li.ig a::before {
	display: block;
    text-indent: 0;
}
.menu-social-menu-container > ul li.yt a::before {
    text-align: center;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f167";
    color: #BA0000;
}
.menu-social-menu-container > ul li.tw a::before {
    text-align: center;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f099";
    color: #01ACEE;
}
.menu-social-menu-container > ul li.fb a::before {
	text-align: center;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f39e";
    color: #4165B0;
}
.menu-social-menu-container > ul li.ig a::before {
    text-align: center;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f16d";
    color: #FA7E1D;
}
.site-info,
.site-info a {
	color: #8f8c8c;
	font-size: 12px;
	padding: 5px 0;
}
.site-info a:hover,
.site-info a:focus {
	color: #0b76c2;
}
.site-footer .widget_gtranslate h2 {
	font-size: 14px;
}
.site-footer .widget_gtranslate {
	text-align: center;
	margin-top: 20px;
}
.site-footer .widget_gtranslate .switcher {
	margin: 0 auto;
}
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*** MOBILE ********************************************************************/
@media (max-width: 1199px) {
	.pager-slideshow-wrapper,
	.stc-slideshow-wrapper {
		width: 880px;
		margin: 0 auto 30px;
	}
	.pager-slideshow-wrapper .stc-prev {
	    left: -30px;
	}
	.pager-slideshow-wrapper .stc-next {
	    right: -30px;
	}

	/* Festival */
	.festival-header .main-navigation {
		text-align: center;
	}
	.festival-header .main-navigation ul.nav {
		width: 75%;
		margin: 0 auto;
		float: none;
	}
	.festival-header #menu-festival-menu > li > a {
		padding-top: 10px;
	}
	.festival-header #menu-festival-menu > li.current-page-ancestor > a,
	.festival-header #menu-festival-menu > li.current-menu-item > a {
		background: none;
	}
	.festival-header #menu-festival-menu > li.current-menu-item.menu-item-has-children > a {
		background-image: url(img/angle-down.png);
		background-position: 94% center;
		background-size: 12px 7px;
		background-repeat: no-repeat;
	}
}

@media (max-width: 991px) {
	#content {
		padding-top: 74px;
	}
	.container-fluid {
		margin-right: auto;
	    margin-left: auto;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.container-fluid.fixed {
		padding: 0;
	}
	.site-header {
		position: fixed;
		min-height: 0;
		margin-top: 0;
		padding-top: 10px;
	}
	.site-header .site-branding {
		max-width: 321px;
		padding-left: 10px;
	}
	.site-header .top-navigation,
	.site-header .navbar-header {
		position: absolute;
		top: 20px;
	}
	.site-header .top-navigation {
		right: 45px;
	}
	.site-header .navbar-header {
		right: 20px;
	}
	.site-header .top-navigation ul li.stream,
	.site-header .top-navigation ul li.cal,
	.site-header .top-navigation ul li.button
/*	.site-header .top-navigation ul li.donate,
	.site-header .top-navigation ul li.tix*/ {
		display: none;
	}
	.site-header .main-navigation {
		background-color: #F4F3F1;
	}
	.site-header .main-navigation ul.nav,
	.site-header .main-navigation .sub-menu {
		text-align: left;
		position: relative;
	}
	.site-header .main-navigation .sub-menu,
	.site-header .main-navigation ul > li.current_page_item .sub-menu,
	.site-header .main-navigation ul > li.current_page_ancestor .sub-menu {
		display: none;
		position: relative;
		float: none;
		top: auto;
		left: auto;
		padding-left: 15px;
		padding-bottom: 10px;
		height: auto;
	}
	.site-header .main-navigation ul li,
	.site-header .main-navigation .sub-menu > li {
		display: block;
		float: none;
	}
	.site-header .main-navigation ul.nav > li {
		border-bottom: 2px solid #D8D8D8;
	}
	.site-header .main-navigation ul.nav > li > a {
		padding: 10px 15px;
	}
	.site-header .main-navigation .sub-menu > li > a,
	.site-header .main-navigation .sub-menu > li:first-child > a {
	    padding-left: 5px !important;
	    text-transform: none;
	    padding: 3px 15px;
	    display: block;
	}
	.site-header .main-navigation ul.nav li.menu-item-has-children > a {
		background-image: url(img/angle-down.png);
	    background-position: 94% center;
	    background-size: 12px 7px;
	    background-repeat: no-repeat;
	}

	/* Search */
	.site-header .top-navigation ul li.search a {
		margin-right: 5px;
		text-align: left;
	}
	.site-header .top-navigation ul li.search a::before {
		top: 0;
		font-size: 18px;
		line-height: 1em;
		padding-right: 5px;
	}
	#search-pop {
		position: relative;
		clear: both;
		top: auto;
		right: auto;
		margin: 0 auto;
		width: 100%;
		background-color: #F4F3F1;
		padding: 10px 10px 5px 10px;
		text-align: center;
		border-top: 2px solid #D8D8D8;
		border-radius: 0px;
	}
	#search-pop > form > label {
		float: none;
	}

	/* ACF - Template Parts */
	.hero,
	.featured-columns  {
		display: block;
	}

	.hero {
		margin-bottom: 0;
	}
	.featured-columns .featured-col {
		margin-bottom: 20px
	}
	.pager-slideshow-wrapper,
	.stc-slideshow-wrapper {
		width: 660px;
	}
	.floater-wrapper .floater-content {
		margin: 20px;
	}
	.two-cols .col-content {
		position: relative;
		padding: 20px 0;
		top: auto;
		transform: none;
	}
	.two-cols .col-img img {
		width: 100%;
		height: auto;
	}

	/* Festival */
	.festival-header .festival-branding {
		/*display: none;*/
		margin: 0 auto;
	}
	.festival-header .main-navigation ul.nav {
		width: 100%;
	}
	#content.festival-site {
		padding-top: 176px;
	}
	.event-days .nav-tabs li {
		display: block;
	}
	.festival-event .intro-cell {
		padding: 2px 15px;
	}
	.schedule-th {
		display: none;
	}
	.event-th {
		display: inline-block;
		width: 50px;
		padding-right: 5px;
	}
	.events-filter {
		text-align: center;
		border-bottom: 3px solid #333;
	}
	.festival-event {
		padding: 10px 0;
	}
	.festival-event .intro-expand.dt {
		display: none;
	}
	.festival-event .intro-expand.mb {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.slick-prev {
	    left: 0px;
	}
	.slick-next {
	    right: 0px;
	}
	.site-header.festival-header .main-navigation ul > li.current_page_item .sub-menu,
	.site-header.festival-header .main-navigation ul > li.current_page_ancestor .sub-menu {
		top: auto;
	}
}

@media (min-width: 768px) {
	.featured-columns .col-sm-4:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (max-width: 768px) {
	.featured-col,
	.mixed-col,
	.events,
	#tellers {
		display: block;
		max-width: 400px;
	    margin: 20px auto;
	}
	.featured-col .featured-img img,
	.mixed-col .post-thumbnail img {
		width: 100%;
	}
	.site-footer .footer-main .col-sm-4:first-child,
	.site-footer .footer-main .col-sm-4:nth-child(2) {
		border-right: none;
		border-bottom: 2px solid #D2D2D2;
	}
	.pager-slideshow-wrapper,
	.stc-slideshow-wrapper {
		width: 70%;
	}
	.floater-wrapper img {
	    display: block;
	    max-width: 100%;
	    height: auto;
	}
	.floater-wrapper .floater-content {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		max-width: 100%;
		margin: 20px 0;
		transform: none;
	}
	.teller-search .search-box,
	.teller-search .search-box input[type="text"] {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.site-header .site-branding {
		max-width: 280px;
		padding-left: 20px;
	}
}
@media (max-width: 429px) {
	.cta-content a.btn {
		display: block;
		width: 120px;
		margin: 0 auto;
	}
}

/*= Content Accordion
==============================================================================*/
.content-accordion {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 22px;
}
.accordion {
	border-bottom: 2px solid #000;
}
.accordion-toggle {
	cursor: pointer;
	margin: 0;
	padding: 10px 20px 10px 0;
	position: relative;
}
.accordion-toggle i,
.accordion-toggle svg {
	color: #000;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 10px;
	right: 0;

	-webkit-transition: transform 0.1s ease;
	transition: transform 0.1s ease;
}
.closed .accordion-toggle i,
.closed .accordion-toggle svg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-content {
	color: #000;
	display: none;
}
