/*
Theme Name: MayeCreate Theme
Theme URI: http://www.mayecreate.com/
Author: Tim Scheman, Tyler Ernst, Creative Director Monica Pitts
Author URI: http://www.mayecreate.com/
Description: Parent Theme built on Bootstrap v3.3.5
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

===
OLD FONTS FROM 2019 REBRAND
font-family: 'Fira Sans', sans-serif;
font-family: 'Fira Sans Condensed', sans-serif;


@font-face {
    font-family: 'BurfordRusticBookLight';
    src: url('fonts/BurfordRusticBookLight.eot');
    src: url('fonts/BurfordRusticBookLight.eot#iefix') format('embedded-opentype'),
         url('fonts/BurfordRusticBookLight.woff') format('woff'),
         url('https://rootsnbluesfestival.com/wp-content/themes/mayecreate-theme/fonts/BurfordRusticBookLight.ttf') format('truetype'),
         url('fonts/BurfordRusticBookLight.svg') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
*/

@font-face {
    font-family: 'MotterCorpusStd-SemiCond';
    src: url('fonts/MotterCorpusStd-SemiCond.woff') format('woff2'),
        url('fonts/MotterCorpusStd-SemiCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--serif-font:'MotterCorpusStd-SemiCond';
	--sans-font:'Montserrat', sans-serif;
	--primary: #2D382A;
	--secondary: #366047;
	--secondary-alt: #639179;
	--secondary-alt-alt: #99D3BC;
	--secondary-light: #EECE6B;
	--secondary-light-alt: #F3B355;
	--accent: #98D8EB;
	--accent-alt: #F3B491;
	--transparent: rgba(45,56,42,.8)
}



html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: var(--sans-font);
	font-size: 18px;
	font-size: 1.8rem; /* 10 ÷ $rembase */
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
}
.container {
	max-width: 1470px; /* CHANGE ME TO MATCH YOUR WEBSITE DESIGN */
	width: 90%;
}

.mobile-hide, div#homefeatured .mobile-hide {
	display: none !important;
}

.mobile-show, div#homefeatured .mobile-show {
	display: block !important;
}

.pagehead {
	display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px!important;
    margin-bottom: 40px;
	position: relative;
}

.pagehead.notitle {
    margin-bottom: 0;
}

.single-lineuppost .pagehead, .page-template-page-of-songbookposts .pagehead {
	margin-bottom: 80px;
}

.padding-left {
	padding-left: 40px;
}

.footeremail {
	padding-top: 25px;
}

.single-lineuppost iframe { 
	max-width:100% !important; 
}

.skip a, #skip a { 
	position:absolute; 
	left:-10000px; 
	top:auto; 		
	width:1px; 
	height:1px; 
	overflow:hidden;
	background: var(--primary);
	color: #fff;
} 
 
.skip a:focus, #skip a:focus { 
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 10px;
    z-index: 99999999999999;
    overflow: visible;
    padding: 20px 30px;
}
.center {
	text-align: center !important;
}
/* PAGEBREAK STYLES
======================================== */
.pagebreak {
	padding: 15px 0;
	position: relative;
	background-position: center center;
}
.pagebreak.dark {
	padding: 30px 0;
}
.pagebreak:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
}
.pagebreak_left, .pagebreak_right {
	padding: 0;  
	width: 90%;
    margin: 10px auto;
}
.pagebreak_inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .75;
	mix-blend-mode: multiply;
}
.pagebreak .container {
	position: relative;
	z-index: 2;
	max-width: 1024px;
	text-align: center;
}
.pagebreak.dark p, .pagebreak.dark h2, .pagebreak.dark h3, .pagebreak.dark h4, .pagebreak.dark h5, .pagebreak.dark h6 {
	color: #fff;
}
.pagebreak.dark a:link, .pagebreak.dark a:visited {
	color: var(--accent);
}
.pagebreak.dark a:hover, .pagebreak.dark a:active {
	color: var(--accent-alt);
}
#fotf_page .pagebreak.dark p, #fotf_page .pagebreak.dark h2, #fotf_page .pagebreak.dark h3, #fotf_page .pagebreak.dark h4, #fotf_page .pagebreak.dark h5, #fotf_page .pagebreak.dark h6 {
	color: #fff;
}
#fotf_page .pagebreak.dark a:link, #fotf_page .pagebreak.dark a:visited {
	color: #f1b355;
}
#fotf_page .pagebreak.dark a:hover, #fotf_page .pagebreak.dark a:active {
	color: #f2b591;
}
.sponsorbox {
	position: absolute;
	bottom: 10%;
    right: 5%;
	z-index: 99;
}

.sponsorbox p {
    font-family: var(--serif-font);
    font-size: 20px;
    color: #fff;
	text-shadow: 0 0 15px var(--primary);
	float: none;
	text-align: right;
	margin: 0;
}
.service_page_wrapper_outer {
	margin-bottom: 20px;
}
.pagebreak_fix {
	padding: 20px 0;
}
.pagebreak_fix:first-child {
	padding-top: 0;
}
.page > .pagebreak_fix:last-child, .page > .pagebreak:last-child {
	
}
.pagebreak_right_content, .pagebreak_left_content {
	text-align: center;
	padding: 25px 0;
}

.pagebreak_left_img {
	border-top: 3px solid var(--accent-alt);
}

.pagebreak_right_img {
	border-top: 3px solid var(--accent);
}

.pagebreak_left h2 {
	color: var(--primary);
}

.pagebreak_right h2 {
	color: var(--primary);
}

.red {
	color: var(--accent-alt);
}

.pagebreak_left_img, .pagebreak_right_img {
	max-height: 200px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.pagebreak_img {
	width: 100%;
	display: block;	
	height: 150px;
	margin-bottom: -100px;
	background-attachment: static !important;
	background-position: bottom !important;
  	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.pagebreak_fullimg { 
    color: #fff !important;
    padding: 50px 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.pagebreak_fullimg h2, .pagebreak_fullimg h3, .pagebreak_fullimg h4, .pagebreak_fullimg h5, .pagebreak_fullimg h6, .pagebreak_fullimg p { 
    color: #fff !important;
	text-shadow: 0 0 10px #7D6962;
}

.pagebreak_fullimg a.btn-mayecreate {
	background: #fff !important;
	display: table;
	margin: 15px auto;
}

a.btn-mayecreate.white {
	background: #fff !important;
}

.pagebreak_mid_content {
	background: var(--primary);
    box-shadow: 0px 0px 5px var(--primary);
	color: #fff;
    padding: 20px 20px;
    width: 90%;
    max-width: 995px;
    margin: 0 auto;
    left: 0;
    right: 0;
	text-align: center;
}
.pagebreak_mid_content h2, .pagebreak_mid_content h3, .pagebreak_mid_content h4, .pagebreak_mid_content h5, .pagebreak_mid_content h6 {
	color: var(--secondary-light) !important;
}
.pagebreak_mid_content p {
	color: #fff;
}
.pagebreak_left_img:after { 
	background: var(--accent-alt);
    content: "";
    display: block;
    height: 15%;
    width: 3px;
    bottom: -92%;
    margin: 0 auto;
    position: relative;
}

.pagebreak_right_img:before { 
	background: var(--accent);
	content: "";
	display: block;
	height: 15%;
    width: 3px;
    bottom: -92%;
    margin: 0 auto;
	position: relative;
}

.mapp-layout {
	border-top: 3px solid var(--accent);
	border-right: 0px solid var(--accent);
	border-left: 0px solid var(--accent);
	border-bottom: 0px solid var(--accent);
	width: 100%;
}

.mapp-layout:after {
	background: var(--accent-alt);
    content: "";
    display: block;
    height: 15%;
    width: 3px;
    bottom: -92%;
    margin: 0 auto;
    position: relative;
	z-index: 9999999;
}

/* .mapp-layout-h2 {
	color: var(--accent-alt);
} */

.page-id-180 .col-lg-4:nth-child(3n+1) {
    clear: none;
}

.page-id-180 .col-md-6:nth-child(2n+1) {
	clear: none;
}

/* PRINT STYLE SHEET
==========================================	*/
@media print {
	a:link:after, a:visited:after {    
		content: ""; 
	}
	#mobile_menu {
		display:none !important;
	}
	h1, h2, h3, h4, h5, h6, p, .page-header {
		margin-bottom: 10px !important;
		color: var(--primary) !important;
	}
} 

/* GLOBAL STUFF
==========================================	*/
.cleared, .clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
form {
	padding:0 !important;
	margin:0 !important;
}

.cardTitle, a .cardTitle, a .blogblock .card .card-content, a:hover .cardTitle, a:active .cardTitle, a:focus .cardTitle, .page-template-page-of-posts a .card-content,.page-template-page-of-posts a:link .card-content, .page-template-page-of-posts a:visited .card-content, .noline{
	text-decoration: none !important;
}

.divider, .wp-block-separator {
	margin: 30px auto;
	border: 0 none;
	border-bottom: 3px solid var(--secondary-light-alt);
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}
#fotf_page .divider, #fotf_page .wp-block-separator {
	border-bottom: 3px solid #232e58;
}
.minidivider {
	margin: 0px auto 20px auto;
	border-bottom: 3px solid var(--secondary-light-alt);
	clear: both;
	display: block;
	float: none;
	max-width: 80%;
}

.bluediv {
	margin: 5px 0 20px 0;
	border-bottom: 3px solid var(--accent);
	clear: both;
	display: block;
	float: none;
	max-width: 90%;
}

.reddiv {
	margin: 5px 0 20px 0;
	border-bottom: 3px solid var(--accent-alt);
	clear: both;
	display: block;
	float: none;
	max-width: 90%;
}

/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/

a, a:link, a:visited {
	color: var(--secondary);
	text-decoration:underline; 
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
a:hover, a:active, a:focus{
	color: var(--secondary-light-alt);
	text-decoration:underline; /* change to none if you don't want links to be underlined wehn hovered */
}

.playlist, .playlist:link, .playlist:visited {
	color: var(--secondary);
	text-decoration:none;
	font-size: 30px;
}

.playlist:hover, .playlist:active, .playlist:focus{
	color: var(--secondary-light-alt);
	text-decoration:none; /* change to none if you don't want links to be underlined wehn hovered */
}

.socialtag {
	font-size: 0;
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	border-color: transparent;
}
h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	line-height: 100%;
	margin: 5px 0 10px 0;
	-webkit-font-smoothing: antialiased;
}
h1, h1.entry-title, .entry-title {
	font-family: var(--serif-font);
	color:var(--primary);
	font-size: 30px;
	font-size: 3.0rem;	
}
#fotf_page h1, #fotf_page h1.entry-title, #fotf_page .entry-title {
	color: #232e58;
}
h1.entry-title, .entry-title { 
	text-align: center;
	margin: auto;
}

.page-header {
	background: #fff;
    box-shadow: 0px 0px 5px var(--primary);
    bottom: 0px;
    padding: 15px 10px;
    width: 85%;
    max-width: 1360px;
    margin: auto;
    left: 0;
    right: 0;
	bottom: -20px;
	position: absolute;
}
#fotf_page .page-header {
	background: #fff;
}
.lineuppage_title {
	text-align: center !important;
}
h2, .h2, .question, .lineuppage_title {
	font-family: var(--serif-font);
	color: var(--primary);
	font-size: 30px;
	font-size: 3.0rem;	
}

.rad-o {
    background: linear-gradient(
90deg, #DE6F5B 0%, #C07062 50%, #DB7F4E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rad-o-m {
    background: linear-gradient(
90deg, #EC7C42 0%, #E76E42 50%, #EE6C3C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rad-o-l {
    background: linear-gradient(
90deg, #EE6C3C 0%, #EB8842 50%, #CC7659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#fotf_page h2, #fotf_page .h2, #fotf_page .question, #fotf_page .lineuppage_title {
	color: #404140;
}
.red {
	color: var(--secondary)!important;
}

.redtext {
	color: var(--secondary) !important;
}

.teal {
	color: var(--secondary) !important;	
}

.tealtext {
	color: var(--secondary) !important;	
}

.blue { 
	color: var(--secondary) !important;
	}

.bluetext { 
	color: var(--secondary) !important;
	}
#fotf_page .red, #fotf_page .redtext, #fotf_page .teal, #fotf_page .tealtext, #fotf_page .blue, #fotf_page .bluetext {
	color: #232e58 !important;
}
.sizeup {
	font-size: 25px;
}

h3, .h3 {
	font-family: var(--sans-font);
	color: var(--primary);
	font-size: 30px;
	font-size: 3.0rem;
}
#fotf_page h3, #fotf_page .h3 {
	color: #404140;
}
h4, .h4 {
	font-family: var(--serif-font);
	color: var(--secondary);
	font-size: 30px;
	font-size: 3.0rem;
}
#fotf_page h4, #fotf_page .h4 {
	color: #232e58;
}
h5, .h5 {
	font-family: var(--sans-font);
	color: var(--secondary);
	font-size: 25px;
	font-size: 2.5rem;
}
#fotf_page h5, #fotf_page .h5 {
	color: #232e58;
}
h6, .h6 {
	font-family: var(--serif-font);
	color: var(--secondary);
	font-size: 30px;
	font-size: 3.0rem;
}
#fotf_page h6, #fotf_page .h6 {
	color: #232e58;
}

.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	font-size: 20px ;
	font-size: 2rem ;
}

.bigblue {
	margin: auto !important;
}

.sfsi_widget {
	
} 

#sfsi_floater {
	display: none;
}

.pagebreak_mid_content .btn-mayecreate {
    display: inline-block !important;
    margin: 15px 0 !important;
    padding: 15px 30px !important;
	font-size: 25px !important;
	font-size: 2.5rem !important;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p {
	font-size: 15px;
	font-size: 1.5rem; /* 10 ÷ $rembase */
	margin:0 0 20px 0;
	color:#3D3D3D;
}
#fotf_page p {
	color: #404140;
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin:20px 0 20px 40px;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
ol {
	list-style-position:outside; 
}

ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
}

ol li:before {
  color: var(--secondary);
  content: counter(list) ".";
  left:-32px;
  position: absolute;
  text-align: right;
  width: 26px;
}

li ol, li ul {
	margin:10px 0 10px 30px;
	padding:0;
}
li {
	margin:10px 0;
	padding:0;
	text-align: left;
}
ul li {
	list-style-image:url("img/Bullet.png");
}

ul li .menu-item{
	list-style: none !important;
}

/* PAGEBREAK COLORS
=========================================  */
.pagebreak h1, .pagebreak h2, .pagebreak h3, .pagebreak h4, .pagebreak h5, .pagebreak h6, .pagebreak p, .pagebreak li, .pagebreak a:link, .pagebreak a:visited {
}
.pagebreak a:hover, .pagebreak a:active {}


/* HEADER
==========================================  */
#branding-container {
	margin: 0;
	margin-left: 4%;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 70%;
	max-width: 200px;
}
#fotf_page #branding-container {
	padding-top: 0;
	max-width: 110px;
	margin-bottom: -250px;
}
#branding-container a.brand{
	text-transform: uppercase;
	font-size: 20px;
	color: var(--primary);
}
#branding-container a.brand img.site-logo{
	display: block;
	margin:0;
	padding: 0;
	width: 100%;
	height: auto;
	max-width: 200px;
}
#aboveNav{
	position: relative;
}
#aboveNav #branding-container{
	position:fixed;
	left: 40px;
	width: 90px;
	top: -20px;
	margin: auto;
	z-index: 1100;
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
	display: none;
	position: relative;
}

div#homefeatured:after {
	display: block;
	position: absolute;
	background: transparent;
	width: 100%;
	height: 95vh;
	z-index: 1;
	content: '';
	top: 0;
}
div#homefeatured {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div#homefeatured #myCarousel{
	box-shadow: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
	height: 95vh;
}
div#homefeatured #myCarousel:hover{
	box-shadow: none;
}
div#homefeatured .carousel{
	width: 100%;
}
div#homefeatured .carousel-inner>.item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img{
	width: 100%;
}
div#homefeatured .slideDesc {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 5%;
	margin: auto;
	width: 100%;
	text-align: center;
	height: 175px;
}
div#homefeatured .slideDesc .slideTitle {
	font-family: var(--serif-font);
	text-shadow: 0 0 15px var(--primary);
	display: block;
	font-size: 33px;
	font-size: 3.3rem;
	color: #ffffff;
}
div#homefeatured .slideDesc .slideText {
	font-family: var(--sans-font);
	font-weight: 500;
	display: block;
	font-size: 23px;
	font-size: 2.3rem;
	color: #ffffff;
	text-shadow: 0 0 15px var(--primary);
}			
div#homefeatured .slideDesc .btn.btn-mayecreate {
	margin-top: 5vh;
	width: 200px;
	color: #fff;
}
div#homefeatured .carousel-control {
	display: block;
	height: 75px;
	width: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: none;
}
div#homefeatured .carousel-control.left {
	background: url(img/left.png) no-repeat;
	background-size: contain;
	left: 3%;
}
div#homefeatured .carousel-control.right {
	background: url(img/right.png) no-repeat;
	background-size: contain;
	right: 3%;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}


/* NAVIGATION
==========================================  */
#navbarTop {
	display: none;
}
#navbarBottom { /* Main Navbar */
	display: block;
	background: var(--secondary-light);
    border-bottom: 1px solid var(--secondary-light-alt);
	/* position: static; */
}

#fotf_page #navbarBottom {
    border-bottom: 1px solid #f2b591;
	background: #fff;
}
#main_nav{
	display: none;
	padding-top: 15px;
}

/* NAVIGATION:: Slide Out Drawer
==========================================  */
#mobile_menu {
    display: block;
    position: absolute;
    float: right;
    height: 87.7px;
    right: 4%;
    top: 0;
	bottom: 0;
	margin: auto;
}
#mobile_menu a{
/* use this rule to add a border around the menu togle button */
	    text-decoration: none !important;
}

#mobile_menu a p{
	display: block;
	font-size: 23px;
	font-size: 2.3rem;
	color: var(--secondary);
	margin-right: 30px;
	content: "";
    text-align: right;
}

#mobile_menu a p:active, #mobile_menu a:active p, .nav-button:active p, #mobile_menu .mm-opened a:active p, #mobile_menu .mm-opened a:focus p  {
	color: var(--accent);
}

#mobile_menu select {
	width:85%;
	display:block;
	margin: 10px auto;
}
.navbar-header{
}
.nav-button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 125px;
	height: 34px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav-button:focus {
	outline: none;
}
.nav-button span {
	display: block;
    position: absolute;
    top: 16px;
    right: 0;
    height: 2px;
    width: 20px;
    background: var(--secondary);
}

.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--secondary);
	content: "";
}

.nav-button span::before {
	top: -7px;
}
.nav-button span::after {
	bottom: -7px;
}

.nav-button-x{
	background-color: transparent;
}
.nav-button-x span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.nav-button-x span::before,
.nav-button-x span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-moz-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.nav-button-x span::before {
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
}
.nav-button-x span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	-moz-transition-property: bottom, -moz-transform;
	-o-transition-property: bottom, -o-transform;
	transition-property: bottom, transform;
}

/* NAVIGATION:: Slide Out Drawer (Open)
==========================================*/
.mm-opened .nav-button-x {
	background-color: transparent;
}
.mm-opened .nav-button-x span {
	background: none;
}
.mm-opened .nav-button-x span::before {
	background: var(--accent);
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-opened .nav-button-x span::after {
	background: var(--accent);
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-opened .nav-button-x span::before,
.mm-opened .nav-button-x span::after {
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.mm-menu {
 	background: #ffffff;
 	color: var(--secondary);
	font-family: 'Open Sans', sans-serif;
}
.mm-listview > li > a, .mm-listview > li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    white-space: normal;
}
.mm-listview > li.active{
	background: var(--accent);
}
.mm-listview > li.active > a{
	color: #ffffff;
}
.mm-menu .mm-header > a {
 	color: #cb0032;
	text-transform: uppercase;
}

/* NAVIGATION:: Slide Out Drawer Searcch Box
==========================================  */
.mm-menu > .mm-panel {
    /*You can add padding-top here to make space 
    for the search box at the top of the dawer menu */
}
#drawer-menu .form-group {
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 10px 10px 10px 20px;
}

#drawer-menu .form-group .form-control {
    width: 80%;
    float: left;
    margin-right: 1%;
}

/* NAVIGATION: SCROLL STICK 
==========================================  */
@keyframes affixFadeIn{
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

#navigation.affix-top{
	z-index: 100;
	position: absolute;
	width: 100%;
}

.home #navigation.affix-top .navbar-fixed-top {
	top: 0;
	bottom: inherit;
}
.home #navigation.affix-top .navbar-fixed-top #branding-container {
	display: none;
}
.home #navigation.affix .navbar-fixed-top{
	top: 0;
}
#navigation.affix{
	animation: affixFadeIn 1s  ease-in;
	-webkit-animation: affixFadeIn 1s;
	z-index: 100;
	width: 100%;
}

/* NAVIGATION: BREADCRUMB
==========================================  */
.breadcrumb {
	display: none;
}

/* Partners
==========================================  */


.partner_page_wrapper {
	background: #fff;
	box-shadow: 0 0 15px #717171;
	margin: 15px auto;
}

.partner_page_wrapper:hover {
	box-shadow: 0 0 15px var(--accent);
}

.partner_page_wrapper .hover_wrapper img {
	margin: 0 3%;
}

.page-template-page-of-partners .col-lg-4:nth-child(3n+1), .page-template-page-of-partners .col-md-4:nth-child(3n+1){
    clear: left;
}

/* Things To Know
==========================================  */
.question .collapseomatic {
	display:block;
	text-decoration: none;
	background: url(img/faq-closed-smaller.png) top left no-repeat !important;
	margin: 10px;
	font-size: 22px;
	font-size: 2.2rem;
    padding: 0px 0 35px 35px;
	position:relative;
	text-align: left !important;
	border-bottom: none !important;
}

.question .collapseomatic:before, .question .collapseomatic:after {
	display: none !important;
}

.question .colomat-hover {
	background: url(img/faq-hover-smaller.png) top left no-repeat !important;
	color: var(--secondary) !important;
	text-decoration: none;
}

.question  .colomat-hover:before, .question  .colomat-visited:before {
	display: none !important;
}

.question  .colomat-hover:after, .question  .colomat-visited:after {
	display: none !important;
}

.question .colomat-close {
	color: var(--secondary) !important;
	text-decoration: none;
	background: url(img/faq-open-smaller.png) top left no-repeat !important;
}

.question .collapseomatic_excerpt, .question .collapseomatic_content {
	padding: 10px 35px 0 35px;
	margin-top:-10px;
	margin-left: 0 !important;
	-webkit-font-smoothing: antialiased;
	background: none !important;
}


/* CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap{
	min-height: 500px;
	padding-top: 0 !important;
}
#contentWrap, #page{
	padding-top: 30px;
	padding-bottom: 0px;
}
#homeContentWrap.scroll, #contentwrap.scroll{
	padding-top:240px;
}
#contentwrap .child{
	outline: 1px solid yellow;
	min-height: 25vh; /* this will come in handy if you want the child page sections to be full screen height */
	padding-top: 25px;
	padding-bottom: 25px;
}

/* CALLOUTS
==========================================  */
#callouts{

}
#callouts a[role="button"]{
    position: relative;
    display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#callouts a[role="button"]:hover{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .5);
}
#callouts a[role="button"] h2{
    position: absolute;
    color: blue;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	bottom: 0;
    left: 5%;
    right: 5%;
    color: #ffffff;
}
#callouts a[role="button"]:hover h2{
	color: var(--primary);
}
#callouts a[role="button"] p{
	/* Style the callout body text here */
}
#callouts a[role="button"]:hover p{
	/* Style the hover state of the callout body text here */
}
#callouts a[role="button"] img{
	position: relative;
	width: 100%;
	padding: 0;
}


/* SONGBOOK
==========================================  */

.songbookbox {
	/*border-top: 12px solid #2D8DBC;
	border-bottom: 24px solid #2D8DBC;*/
	height: 100%;
	padding-right: 0px !important;
    padding-left: 0px !important;
}

.songbookbox:hover .cardTitle {
	/*border-top: 12px solid var(--accent-alt);
	border-bottom: 24px solid var(--accent-alt);
	color:var(--accent-alt);*/
}

.songbook-image {
	max-height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.songbook-image {
	float: none;
	width: 100%;
}

.songbook_content {
	float: none;
	width: 100%;
	text-align: left;
	padding: 20px 20px;
}


/* BLOG
==========================================  */
.card {
	display: block;
	padding:  0;
	margin-bottom: 35px;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.blogblock {
	margin-top: 30px;
}

.blogblock:hover .cardTitle{
	/* color:#F5D036; */
}

.card-image {
	border-bottom: 12px solid var(--accent);
}

.card-content {
	border-bottom: 24px solid var(--accent);
}

.card:hover .card-image {
	border-bottom: 12px solid var(--accent-alt);
}

.card:hover .card-content {
	border-bottom: 24px solid var(--accent-alt);
}

.card-image .hover_content {
    text-shadow: 0 0 25px var(--primary);
	font-family: var(--serif-font);
    position: absolute;
    width: 95%;
    max-width: 400px;
    height: auto;
       top: 30%;
    left: 0;
    font-size: 20px;
    font-size: 2rem;
    right: 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}

.card-image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(img/Linup-Hover.jpg) center center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}

 .blogblock:hover .card-image .hover_content {
    opacity: 1;
}

.blogblock:hover .card-image:after {
	opacity: .6;
}

.postdata {
	margin: auto;
	width: 75%;
}


.read-more{
        color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-size: 6rem;
    display: block;
	font-weight: 500;
    padding: 17px 0px 17px 15px;
    position: relative;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    max-width: 400px;
}

.card:hover, .card:focus {
	background: rgba(226,226,226,.1); 
}
.card-image {
	padding:  0;
	position: relative;
	width: 100%;
}
.card-image img{
	width: 100%;
	height: auto;
}
.cardTitle{
	font-family: var(--sans-font);
	/* color: var(--accent); */
	text-align: left;
	font-size: 20px;
	font-size: 2rem;
}

.card:hover .cardTitle{
	/* color: var(--accent-alt); */
	text-align: left;
}

.cardTitle a{
	
}
.card-content{	
	padding: 5%;
	text-align: left;
}
.card-image .postDate{
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat{
	position: absolute;
	bottom: 3%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat a{
	color: #ffffff;
	font-weight: 300;
}


/* SIDEBARS
==========================================  */
.sidebarSection{
	display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sidebarSection .sidebarTitle{
	margin: 0;
	padding:  5%;
	background: #6d9e42;
	color: #fff;
}
ul.categoryList, 
ul.archiveYearList, 
ul.archiveYearList .archive-sub-menu{
	margin: 0;
}

ul.categoryList li,
ul.archiveYearList li, 
ul.archiveYearList .archive-sub-menu li{
	padding: 0;
	margin: 0;
}
ul.categoryList li a,
ul.archiveYearList li a, 
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5%;
	border-bottom: 1px solid #efefef;
}
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5% 8%;
	border-bottom: 1px solid #efefef;
}

/* FOOTER
==========================================  */
footer.site-footer {
	background-color: var(--primary) !important;
	padding-top: 30px;
	padding-bottom: 30px;
}
#fotf_page footer.site-footer {
	background-color: #2F2F2F !important;
}
footer.site-footer .aside{
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer_nav {
	display: table;
}
#footer_nav ul {
	list-style:none;
	display:inline;
}
#footer_nav ul li {
	background:none;
	list-style: none;
}

#footer_nav a:link, #footer_nav a:visited {
	display:inline-block;
	margin:0;
	text-decoration:none;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	/* if you have different color for Nav links, change it here */
}
#footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus, #footer_nav > ul > li.active > a {
	text-decoration:none;
	color: #77D59C;
	/* if you have different color for Nav link hover state, change it here */
}

.single #footer_nav > ul > li.active > a:link, .single #footer_nav > ul > li.active > a:visited, .archive #footer_nav > ul > li.active > a:link, .archive #footer_nav > ul > li.active > a:visited {
	color: #fff !important;
}

#credits {
	margin-top: 30px;
}

#credits span {
	display:block;
	height:0;
	overflow:hidden;
}

#credits p, #credits a {
	color: #ffffff;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
}

#credits a:hover {
	color: #99D3BC;
	text-decoration: none;
}

#footer_nav{
	display: block;
} 

.mobile-hide .footerlogo p{
	font-family: var(--serif-font);
	font-size: 47px;
	color: var(--secondary-light);
}
#fotf_page .mobile-hide .footerlogo p{
	color: #f1b355;
}
.mobile-show .footerlogo p{
	font-family: var(--serif-font);
	font-size: 19px;
	color: #ffffff;
}

/* IMAGES
==========================================	*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	max-width:100%;
	height: auto;
	float:none;
	display:block;
	margin: 10px auto 16px auto;
}
img {
	max-width: 100%;
	height: auto;
}

/* Lineup
============================================*/

.linup_title {
	background: rgba(63,64,64,.82);
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 15px 15px;
	width: calc(100% - 30px);;
	position: absolute;
	bottom: 0;
	display: block;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 300;
	font-family: var(--serif-font);
}

.lineup_page_wrapper {
}


/*.lineupbox .col-sm-12, .lineupbox .col-md-6, .lineupbox .col-lg-4 {
	padding-right: 15px;
    padding-left: 15px;
}*/
.lineup_page_wrapper:hover .linup_title, .service_page_wrapper:hover .linup_title {
    display: none;
}

.hover_wrapper:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 30px);
	height: 100%;
	padding-right: 15px;
    padding-left: 15px;
	/* background: url(img/Linup-Hover.jpg) left center no-repeat; */
	opacity: 0;
	transition: all 0.14s ease-in-out;
	background: var(--secondary-light); /* Old browsers */
	background: -moz-linear-gradient(top,  var(--secondary-light) 0%, var(--secondary-light-alt) 33%, var(--accent-alt) 66%, var(--accent)  100%);
	background: -webkit-linear-gradient(top,  var(--secondary-light) 0%,var(--secondary-light-alt) 33%,var(--accent-alt)  66%,var(--accent) 100%);
	background: linear-gradient(to bottom,  var(--secondary-light) 0%,var(--secondary-light-alt) 33%,var(--accent-alt)  66%,var(--accent) 100%);

}

.service_page_wrapper .hover_wrapper:after {
	position: absolute; 
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 30px);
	height: 100%;
	padding-right: 15px;
    padding-left: 15px;
	background: url(img/Linup-Hover.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}

.hover_wrapper .hover_content{
    position: absolute;
    width: 90%;
	padding: 30px;
    max-width: 600px;
    height: auto;
	top: 25%;
    right: 0;
	left:0;
	text-align: center;
    margin: auto;
    z-index: 2;
    opacity: 0;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 0 16px var(--primary);
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}

.hover_title {
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	font-family: var(--serif-font);
}

.viewmore {
	font-size: 40px;
	font-size: 4.0rem;
	text-align: center;
	font-family: var(--serif-font);
}

.hover_content {
	text-shadow: 0 0 15px #fff;
}

.lineup_page_wrapper:hover, .lineup_page_wrapper:hover .hover_wrapper:after, .lineup_page_wrapper:hover .hover_content, .lineup_page_wrapper:hover .hover_title, .lineup_page_wrapper:hover .viewmore, .service_page_wrapper:hover, .service_page_wrapper:hover .hover_content, .service_page_wrapper:hover .hover_title  {
    opacity: 1;
}

.lineup_page_wrapper:hover, .lineup_page_wrapper:hover .hover_wrapper:after, .service_page_wrapper:hover .hover_wrapper:after {
    opacity: .66;
}

.lineupbox {
	margin-bottom: 30px;
}


.past_lineup_wrapper h2 {
	color: var(--primary);
}

/* NAVIGATION: SUBNAV
==========================================  */

#sub_nav ul li {
	list-style: none !important;
	display: inline-table;
	background: none;
	padding: 10px 10px;
	text-align: center;
	vertical-align: middle;
}

#sub_nav ul {
    margin: 0;
    padding: 0;
}

#sub_nav ul li a:hover, #sub_nav ul li a:active, #sub_nav ul li a:focus, #sub_nav ul li.active > a {
    color: #F3B355;
}



#sub_nav a {
	text-decoration: none !important;
	color: #3F4040;
	text-transform: uppercase;
}

.page_sub_menu .container{
	width: 100%;
}
.page_sub_menu {
	display: block;
	text-align: center;
	vertical-align: middle;
	
}
.menu-portfolio-container{
	border-bottom: 1px solid #99D3BC;
	
}

/* Service Page
==========================================  */

.servicebox:last-child {
	width: 100%;
}

.servicebox {
	margin-bottom: 30px;
}

/* CONTACT TEAM MEMBERS
==========================================  */
.team_outer_wrapper {
    text-align: center;
}

.team_wrapper img {
    margin: 0 auto;
    display: block;
}

.circle, .circle-single {
    max-width: 223px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    overflow: hidden;
	position: relative;
}

.team_wrapper .team-members {
    text-align: center;
}

.col-md-3 .team_wrapper {
    float: none;
    display: inline-block;
    width: calc(100% / 4 - 5px);
    padding: 35px;
}

.team_wrapper .team-name, .team-name {
    color: #2F6A70;
	font-family: var(--serif-font);
    position: relative;
    font-size: 40px;
    font-size: 4rem;
    padding: 0 30px;
	font-weight: 500;
}

.team_wrapper .team-title {
    color: #3F4040;
    position: relative;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 8px;
	font-weight: 400;
}

.teamtitle {
	color: #3F4040;
	font-size: 30px;
    font-size: 3rem;
	font-family: var(--sans-font);
}

.email {
	text-align: center !important;
	padding-top: 10px;
}

/* 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: 1.4rem;
	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. */
}

/* BUTTONS: From Shortcodes
==========================================  */
.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	background: transparent;
	border-radius: 0;
	border: 3px solid var(--secondary);
	display: table;
	padding: 15px 25px;
	font-size: 25px;
	font-size: 2.5rem;
	color: var(--secondary);
	margin:0 auto 20px auto;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
}
.wp-block-button.aligncenter {
	display: table;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button a:hover, .wp-block-button a:active, .btn-mayecreate:hover {
	border: 3px solid var(--secondary-light-alt);
	color: var(--secondary-light-alt);
}

.btn-mayecreate.redbtn, a.btn-mayecreate.redbtn:link, a.btn-mayecreate.redbtn:visited, .wp-block-button.redbtn a:link, .wp-block-button.redbtn a:visited {
	background: transparent;
	border: 3px solid var(--secondary);
	color: var(--secondary);
}
a.btn-mayecreate.redbtn:hover, a.btn-mayecreate.redbtn:active, a.btn-mayecreate.redbtn:focus, .wp-block-button.redbtn a:hover, .wp-block-button.redbtn a:active, .btn-mayecreate.redbtn:hover {
	border: 3px solid var(--accent-alt);
	color: var(--accent-alt);
}

.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	display: block;
	border: 3px solid var(--secondary);
	color: var(--secondary);
	font-size: 25px;
	font-size: 2.5rem;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus, .wp-block-button.large a:hover, .wp-block-button.large a:active {
	border: 3px solid var(--secondary-light-alt);
	color:  var(--secondary-light-alt);
}
.pagebreak_mid_content .btn-mayecreate:link, .pagebreak_mid_content .btn-mayecreate:visited, .pagebreak_mid_content .btn-mayecreate.large:link, .pagebreak_mid_content .btn-mayecreate.large:visited {
	color:var(--secondary-light);
	border-color: var(--secondary-light);
}
.pagebreak_mid_content .btn-mayecreate:hover, .pagebreak_mid_content .btn-mayecreate:active, .pagebreak_mid_content .btn-mayecreate.large:hover, .pagebreak_mid_content .btn-mayecreate.large:active {
	color:var(--accent);
	border-color: var(--accent);
}
/* Social Media Icon Links
============================================*/
ul.social{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	display: block;
	text-align: center;
}
ul.social li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
	margin: 0;
}
ul.social li a:link, ul.social li a:visited {
    font-size: 30px; 
	font-size: 3.0rem;
    color: #fff;
	display: block;
	margin: 0;
}
ul.social li a:hover, ul.social li a:active {
    color: var(--secondary-alt-alt);
}
#fotf_page ul.social li a:hover, #fotf_page ul.social li a:active {
    color: #f2b591;
}

/* Collapsing Content
==========================================  */
.collapsingContent h2{
	position:relative; 
	padding-left: 30px;
}
.collapsingContent h2::before{
	position:absolute; 
	width: 100px; 
	height: 100%; 
	content: '\f056'; 
	font-family: FontAwesome; 
	left: 0; 
	color: #6c9e41;
}
.collapsingContent h2.collapsed::before{
	position:absolute; 
	content: '\f055'; 
	font-family: FontAwesome; 
	color: #6c9e41;
}

/* COLLAPSEOMATIC
==========================================  */
.collapseomatic {
	background: none;
	font-family: var(--serif-font);
	display:block;
	font-size: 30px;
	font-size: 3.0rem;
	padding: 10px 10px 10px 0;
	margin:0 auto 20px auto;
	position:relative;
}
.colomat-hover {
	color: var(--accent-alt);
	text-decoration:none;
}

.colomat-close {
	color: var(--accent-alt);
	text-decoration:none;
}
.collapseomatic_excerpt, .collapseomatic_content {
	font-family: 'Hind', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	color: #1D1D1D;
	padding:15px 0;
	margin:0 0 35px 0;
}


/* Responsive Videos
============================================*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-item{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9{
	padding-bottom: 56.25%;
	position: relative;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
    position: relative;
}

/* FEATURE POSTS
==========================================  */
#featuredPosts{
	/* Place to customize the home page featured posts */
}

/* HOME PAGE: FEATURE BOXES
==========================================  */
#callouts{
	/* Place to customize the home page callouts */
}

 
/* PAGE OF PAGES: NAVIGATION
==========================================  */
#childpageNav {
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 175px;
	width: 50px;
	outline: 1px solid var(--primary);
	background: #ffffff;
}
#childpageNav li a {
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 2px solid #6c9d30;
}
#childpageNav li a:hover {
	text-decoration: none;
	border: 2px solid var(--primary);
	background: var(--primary);
}
#childpageNav li a:active, #childpageNav li a:focus {
	text-decoration: none;
	background: #6c9d30;
}

/* Featured Image Slider
==========================================	*/
#featuredPostsSlider {
	margin-top: 5vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#featuredPostsSlider h2 {
	padding-bottom: 2vh;
}

#featuredPostsSlider #lightSlider li {
	height: auto;
}

.lSSlideWrapper.usingCss {
	position: relative;
}

.lightSlider.lsGrab.lSSlide li {
	padding: 0;
}

.lSAction .lSPrev {
	background: url(img/left.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    left: 1%;
    bottom: 0;
    margin: auto;
}
.lSAction .lSNext {
	background: url(img/right.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    right: 1%;
    bottom: 0;
    margin: auto;
}

/* PROJECTS
====================================  */
/*-=-=-=OPTION ONE=-=-=-*/
.post_link_wrapper {
	display: block;
	margin-bottom: 30px;
}
.post_link_wrapper.wide {
	margin-bottom: 50px;
}
.post_link_wrapper p {
	color: #108FBF;
}
.post_link_wrapper h3 + p {
	color: var(--primary);
}
.post_link_wrapper:hover p {
	color: #F5CC2A;
}
.post_link_wrapper:hover h3 + p {
	color: var(--primary);
}
.img_wrapper {
	display: block;
	position: relative;
	margin: 0 auto 15px auto;
}
.img_wrapper img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.img_wrapper:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(108,157,48,.6);
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.post_link_wrapper:hover .img_wrapper:after {
	opacity: 1;
}
.post_link_wrapper.wide p {
	margin-bottom: 39px;
}
.post_link_wrapper:hover h3 {
	text-decoration: underline;
}

/* PAGE ITEMS
====================================  */
.frm_forms .frm_fields_container > br, .frm_forms .frm_fields_container .form-field > br, .frm_forms .frm_fields_container .form-field label > br, .frm_forms .frm_fields_container > p > br {
	display: none;
}
.frm_forms .frm_fields_container .form-field > p, .frm_forms .frm_fields_container > p {
	margin: 0;
}
.frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%;
}
.emailform .frm_style_footer-news-signup.with_frm_style .frm_submit button {
	border-radius: 0 !important;
	border: 0 none !important;
	outline: none !important;
	box-shadow: none !important;
}
.footeremail #frm_field_172_container, .footeremail .with_frm_style .frm_submit {
	display: inline-block;
	width: 49%;
	max-width: 500px
}
.footeremail .with_frm_style .frm_submit {
	max-width: 400px;
}
.footeremail .frm_fields_container {
	text-align: center;
}
#insta_feed_wrapper {
	position: relative;
}
.footer_social_wrapper {
	position: absolute;
	background: var(--transparent);
	padding: 35px;
	width: 85%;
	max-width: 1685px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	z-index: 99;
}
#fotf_page .footer_social_wrapper {
	background: rgba(35,45,88,.8);
}
#footer_social {
	display: none;
}
#bot-footer_social {
	text-indent: -999em;
	z-index: 9999;
	color: #fff;
	text-decoration: none;
	background: url("img/social_x.png") center center no-repeat;
	width: 22px;
	height: 36px;
	position: absolute;
	top: 10px;
	right: 20px; 
}
.footer_social_wrapper h2 {
	color: var(--secondary-light);
	margin: 0;
}
#fotf_page .footer_social_wrapper h2 {
	color:#fff;
}
.footer_social_wrapper a {
	color: #fff;
}
.footer_social_wrapper a:hover {
    color: var(--secondary-light);
	text-decoration: none;
}
.social_tag {
	text-align: center;
	font-weight: 400px;
	color: #fff;
}
.current_tax_wrapper {
	display: none;
}
.short_divider {
	border-bottom: 3px solid var(--secondary-alt-alt);
	display: block;
	clear: both;
	max-width: 800px;
}
#fotf_page .short_divider {
	border-bottom: 3px solid #f2b591;
}
.tax_wrapper:nth-child(1) .short_divider {
	display: none;
}

/* STAGE SCHEDULE
====================================== */
.find_me {
    margin-top: -200px;
    padding-top: 200px;
}
.schedule_nav ul {
    display: block;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
}
.schedule_nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
.schedule_nav ul li a:link, .schedule_nav ul li a:visited {
    color: #2F6A70;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--serif-font);
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0 20px 0 15px;
    border-right: 5px solid #2F6A70;
}
.schedule_nav ul li a:hover, .schedule_nav ul li a:active {
    color:var(--accent-alt);
}
.schedule_nav ul li:last-child a {
    border: 0 none;
    padding-right: 0;
}
.schedule_nav ul li:first-child a {
    padding-left: 0;
}
.mo-lot-colomat.collapseomatic, .great-south-colomat.collapseomatic {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 5px 45px 0 0;
    display: table;
    text-align: left;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.mo-lot-colomat.collapseomatic {
    color: #2F6A70;
    background: url("img/colomat-mo.png") right center no-repeat;
    background-size: auto 25px;
}
.mo-lot-colomat.colomat-hover {
    color: var(--accent-alt);
    background: url("img/colomat-great-hover.png") right center no-repeat;
    background-size: auto 25px;
}
.mo-lot-colomat.colomat-close {
    color: #2F6A70;
    background: url("img/colomat-mo-hover.png") right center no-repeat;
    background-size: auto 25px;
}
.great-south-colomat.collapseomatic {
    color: var(--accent-alt);
    background: url("img/colomat-great.png") right center no-repeat;
    background-size: auto 25px;
}
.great-south-colomat.colomat-hover {
    color: #2F6A70;
    background: url("img/colomat-mo-hover.png") right center no-repeat;
    background-size: auto 25px;
}
.great-south-colomat.colomat-close {
    color: var(--accent-alt);
    background: url("img/colomat-great-hover.png") right center no-repeat;
    background-size: auto 25px;
}
h2 span {
    color: #2D8DBC;
    font-family: 'Hind', sans-serif;
    font-size: .5em;
    font-weight: 400;
    vertical-align: middle;
}
.stage_schedule_inner {
    text-align: center;
    margin-bottom: 20px;
}
.stage_schedule_inner .stage_time {
    font-weight: 600;
}
.stage_schedule_inner p {
    margin-bottom: 5px;
}
.stage_break {
    display: none;   
	max-height: 130px;
}
.stage_schedule_inner a {
	display: block;
}
@media (max-width: 991px) {
    .stage_schedule_inner {
        height: auto !important;
    }
}
/* WOOCOMMERCE
gold: #f1b355
blue: #232e58
pink: #f2b591
grey: #404140
==================================  */
.woocommerce ul.products li.product .price {
	color: #232e58;
}
.woocommerce ul.products li.product br, .woocommerce-page ul.products li.product br {
	display: none;
}
.woocommerce ul.products li.product > a > p {
	display: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: #2f2f2f;
	background: #f1b355;
	border-radius: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	color: #2f2f2f;
	background: #f1b355;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	color: #f2b591;
	background: #232e58;
}
.woocommerce-breadcrumb {
	display: none;
}
.woocommerce div.product form.cart div.quantity {
	float: none;
	margin-bottom: 15px;
}

		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {

		    /* Global
			==========================================  */
			
			#aboveNav #branding-container{
				position:fixed;
				top: 0;
				left: 40px;
				width: 130px;
				margin: auto;
				z-index: 1100;
			}
			#branding-container {
				max-width: 135px;
			} 
			#fotf_page #branding-container {
				max-width: 135px;
			}
			#main_nav{
				padding-top: 9px;
			}
			
			.page-id-180 .col-md-6:nth-child(2n+1) {
				clear: left;
			}
			
			/* PAGEBREAKS
			=========================================== */
			.pagebreak_left_img, .pagebreak_right_img {
				min-height: 350px;
			}
			
			.pagebreak_mid_content {
				width: 75%;
			}
			
			/* TYPOGRAPHY: PARAGRAPHS
			==========================================  */
			/* TYPOGRAPHY: LIST ITEMS
			==========================================  */
			/* TYPOGRAPHY
			===========================================  */
			
			div#homefeatured .slideDesc .slideTitle {
				font-size: 45px;
				font-size: 4.5rem;
			}
			div#homefeatured .slideDesc .slideText {
				font-size: 30px;
				font-size: 3rem;
			}
			
			body {	
				font-size: 18px;
				font-size: 1.8rem;
			}
			h1, h1.entry-title, .entry-title {
				font-size: 40px;
				font-size: 4rem;
			}
			h2, .h2, .question, .lineuppage_title {
				font-size: 45px;
				font-size: 4.5rem;
			}

			.red, .teal, .pagebreak_left h2, .pagebreak_right h2, .mapp-layout-h2 {
				font-size: 40px;
				font-size: 4.0rem;
			}

			.blue, .schedule_nav ul li a:link, .schedule_nav ul li a:visited, .mo-lot-colomat.collapseomatic, .great-south-colomat.collapseomatic {
				font-size: 45px;
				font-size: 4.5rem;	
			}
			h3, .h3 {
				font-size: 40px;
				font-size: 4.0rem;
			}
			h4, .h4 {
				font-size: 35px;
				font-size: 3.5rem;
			}
			h5, .h5 {
				font-size: 30px;
				font-size: 3.0rem;
			}
			h6, .h6 { 
				font-size: 30px;
				font-size: 3.0rem;
			}
			p {
			    font-size: 18px;
				font-size: 1.8rem;
			}
			
			/* HEADER
		    ==========================================  */
		  	#branding-container {
				margin:0;
				padding-top: 15px;
				padding-bottom: 15px;
				width: auto;
				/* max-width: 300px; */
			}
			#branding-container a.brand {
				font-size: 30px;
				color: var(--primary);
			}
			
			.pagehead {
					display: block;
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center center;
				height: 350px!important;
				margin-bottom: 50px;
			}
			
			.single-lineuppost .pagehead, .page-template-page-of-songbookposts .pagehead {
				margin-bottom: 120px;
			}
			
			.page-header {
				padding: 30px 100px;
				bottom: -50px;
			}
			
			.hover_title {
						font-size: 30px;
						font-size: 3.0rem;
						text-align: center;
						font-family: var(--serif-font);
					}
			
			/* HOME SLIDER
			==========================================  */
			
			.btn-mayecreate.biggerbtn {
				width: 50%!important;
				font-size: 30px !important;
				font-size: 3rem !important;
				
			}
			
		  	/* NAVIGATION
			==========================================  */
			#mobile_menu {
				height: 68px;
			}
			
			/* SCROLL STICK NAVIGATION
			==========================================  */
			#navigation {
				margin-top:0;
				margin-bottom:35px;
			}
			#navigation.affix {
				margin-top:0;
				width: 100%;
			}
			#navigation.affix #branding-container {
				max-width: 100px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			#navigation .navbar {
				margin-bottom: 0;
			}			
			#navigation.affix .navbar-default {
				background-color: var(--secondary-light);
				border-color: var(--secondary-light-alt);
			}
			#fotf_page #navigation.affix .navbar-default {
				border-color: #f2b591;
			}
			#navigation.affix #main_nav {
				padding-top: 0;
			}
			#navigation.affix #main_nav a {
		    	font-size: 17px;
		    	padding: 15px 15px;
		    }
			/* BREADCRUMB NAVIGATION
			==========================================  */
			.breadcrumb {
				display: block;
				margin-left: 0;
			}

			/* IMAGES
			==========================================	*/

			img.alignleft{
				float:left;
				display:block;
				margin: 15px 15px 15px 0;
			}
			.wp-caption.alignleft{
				float:left;
				display:block;
				margin: 5px 15px 15px 0;
			}
			img.alignright {
				float:right;
				display:block;
				margin:15px 0 15px 15px;
			}
			.wp-caption.alignright{
				float:right;
				display:block;
				margin: 5px 0 15px 15px;
			}
			img.aligncenter, .wp-caption.aligncenter{
				float:none;
				display:block;
				margin: 15px auto 15px auto;
			}
			
			
			/* PAGE ITEMS
			====================================  */
				
			.padding-left {
				padding-left: 100px;
			}

		}


				/* Medium devices (desktops, 992px and up) */
				@media (min-width: 992px) {
					
					/* SONGBOOK
					==========================================  */
					.songbook-image {
					max-height: 100%;
						float: left;
					width: 30%;
					}

					.songbook_content {
					float: left;
					width: 70%;
					text-align: left;
					padding: 50px 0;
					padding-left: 30px;
					}
					
					/*-------*/
					
					footer.site-footer {
						padding-top: 30px;
						padding-bottom: 30px;
					}
					
					#fotf_page footer.site-footer {
						background-color: #2F2F2F !important;
					}
					
					div#homefeatured .slideDesc {
						position: absolute;
						z-index: 9;
						top: 0;
						bottom: 0;
						margin: auto;
						width: 100%;
						text-align: center;
						height: 175px;
					}
					
					.linup_title {
						background: var(--transparent);
						padding: 20px 30px;
						width: calc(100% - 30px);;
						position: absolute;
						bottom: 0;
						display: block;
						font-size: 40px;
						font-size: 4rem;
					}
					
					
					
					.pagebreak_img {
						width: 100%;
						display: block;	
						height: 150px;
						margin-bottom: -100px;
						background-attachment: fixed !important;
						background-position: center !important;
						background-repeat: no-repeat !important;
						background-size: cover !important;
					}
					
					.sponsorbox p {
						font-family: var(--serif-font);
						font-size: 35px;
						color: #fff;
						text-shadow: 0 0 15px var(--primary);
						float: left;
						margin: 0;
					}
					
					.sponsorbox img{
						
					}
					
					ul.social li a:link, ul.social li a:visited {
						font-size: 60px; 
						font-size: 6.0rem;
					}
					
					div#homefeatured .slideDesc .slideTitle {
						font-size: 60px;
						font-size: 6.0rem;
					}
					div#homefeatured .slideDesc .slideText {
						font-size: 30px;
						font-size: 3rem;
					}
					
					/* Things To Know
					========================  */
					.question .collapseomatic {
						display:block;
						text-decoration: none;
						background: url(img/faq-closed-small.png) top left no-repeat !important;
						margin: 10px;
						font-size: 40px;
						font-size: 4rem;
						padding: 6px 0 35px 65px;
						position:relative;
						text-align: left !important;
						border-bottom: none !important;
					}

					.question .colomat-hover {
						background: url(img/faq-hover-small.png) top left no-repeat !important;
						text-decoration: none;
					}

					.question .colomat-close {
						text-decoration: none;
						background: url(img/faq-open-small.png) top left no-repeat !important;
					}
					
					.cardTitle{
						font-family: var(--sans-font);
						/* color: var(--accent); */
						text-decoration: none !important;
						text-align: left;
						font-size: 30px;
						font-size: 3rem;
					}
					
					
					
					/* PAGEBREAKS
					=========================================== */
					
					
					
					
					
					.pagebreak_left_img, .pagebreak_right_img {
						max-height: 100%;
					}
					
					.pagebreak_left_content, .pagebreak_left_img {
						float: left;
						width: 50%;
					}
					.pagebreak_right_content, .pagebreak_right_img {
						float: right;
						width: 50%;
					}
					
					.pagebreak_right_content, .pagebreak_left_content {
						text-align: left;
						padding: 50px 0;
					}
					
					.pagebreak_right_content {
						padding-right: 30px;
					} 
					
					.pagebreak_left_content {
						padding-left: 30px;
					}
					
					.pagebreak_left_img:after { 
						background: var(--accent-alt);
						content: "";
						display: block;
						width: 12%;
						height: 3px;
						right: -94%;
						top: 50%;
						bottom: 50%;
						margin: 0;
						position: relative;
					}

					.pagebreak_right_img:before { 
						background: var(--accent);
						content: "";
						display: block;
						width: 12%;
						height: 3px;
						left: -6%;
						top: 50%;
						bottom: 50%;
						margin: 0;
						position: relative;
					}
					
					.pagebreak_fix {
						padding: 30px 0;
					}

					.pagebreak_mid_content {
						padding: 30px 55px;
					}

					.pagebreak_mid_content .btn-mayecreate {
						padding: 15px 60px !important;	
					}
				    
					.btn-mayecreate.biggerbtn {
				width: 50%!important;
				font-size: 30px !important;
				font-size: 3rem !important;
				
			}
					/* TYPOGRAPHY
					===========================================  */
					body {
						font-size: 19px;
						font-size: 1.9rem;
					}
					h1, h1.entry-title, .entry-title {
						font-size: 60px;
						font-size: 6rem;
					}
					h2, .h2, .question, .lineuppage_title {
						font-size: 50px;
						font-size: 5.0rem;
					}

					.red, .teal, .pagebreak_left h2, .pagebreak_right h2, .mapp-layout-h2 {
						font-size: 40px;
						font-size: 4.0rem;
					}

					.blue, .schedule_nav ul li a:link, .schedule_nav ul li a:visited, .mo-lot-colomat.collapseomatic, .great-south-colomat.collapseomatic {
						font-size: 45px;
						font-size: 4.5rem;	
					}
					h3, .h3 {
						font-size: 40px;
						font-size: 4.0rem;
					}
					h4, .h4 {
						font-size: 35px;
						font-size: 3.5rem;
					}
					h5, .h5 {
						font-size: 30px;
						font-size: 3.0rem;
					}
					h6, .h6 { 
						font-size: 30px;
						font-size: 3.0rem;
					}
					p {
						font-size: 19px;
						font-size: 1.9rem;
					}
					.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
						font-size: 30px;
						font-size: 3rem;
					}
					.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
					}
					
					
					
					#credits p, #credits a {
						color: var(--secondary-light);
						font-size: 23px;
						font-size: 2.3rem;
					}
					#fotf_page #credits p, #fotf_page #credits a {
						color: #f1b355;
					}

					#credits a:hover {
						color: var(--secondary-alt-alt);
					}
					#fotf_page #credits a:hover {
						color: #f2b591;
					}

					/* HEADER
				    ==========================================  */
				    /* #branding-container {
				    	max-width: 345px;
				    } */
				    #branding-container a.brand {
				    	text-transform: uppercase;
				    	font-size: 30px;
				    	color: var(--primary);
				    }
					/* HOME SLIDER
					==========================================  */
					div#homefeatured .carousel-control {
				    	height: 100px;
						width: 30px;
					}
					div#homefeatured .carousel-control.left {
						left: 7%;
					}
					div#homefeatured .carousel-control.right {
						right: 7%;
					}
				    

				    /* TOP NAVIGATION
				    ==========================================  */
				    #navbarTop, #navbarBottom, #footer_nav {
				    	display: block;
				    }
					#navbarTop.navbar, #navbarBottom.navbar {
				    	border-radius: 0px;
					}
				    #navbarTop.navbar .container, #navbarBottom.navbar .container {
				    	position: relative;
						/* padding-top: 15px; */
				    }					
					#top_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #top_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
				    #top_nav a:link, #top_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 17px;
				    	font-size: 1.7rem;
				    	padding: 15px 10px;
				    	text-transform: uppercase;
				    	color: #666;
				    	font-weight: 400;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #top_nav a:hover, #top_nav a:active, #top_nav a:focus, #top_nav > ul > li.active > a {
				    	color: var(--primary);
				    	text-decoration:none;
				    	/* if you have different color for Nav link hover state, change it here */
				    }  


				    /* MAIN NAVIGATION
				    ==========================================  */
					
					.home #navigation.affix .navbar-fixed-top #main_nav{
						float: right;
					}
					
					.home #navigation.affix-top .navbar-fixed-top #main_nav {
						float: none !important;
					}
					
				    #main_nav {
				    	display: block;
				    }
					
					.page #navigation.affix .navbar-fixed-top #main_nav, .blog #navigation.affix .navbar-fixed-top #main_nav {
						float: right;
				    	display: block;
				    }
					
					.page #navigation.affix-top .navbar-fixed-top #main_nav, .blog #navigation.affix-top .navbar-fixed-top #main_nav {
						float: right;
					}
				    
				    #main_nav ul {
				    	margin: auto auto;
						padding: 0;
						display: table;
						list-style: none;
						float: none !important;
				    }
				    #main_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0;
				    	background:none;
				    	display: block;
				    	position: relative;
				    }
					
					.home #navigation.affix-top .navbar-fixed-top #main_nav ul li:hover ul {
						display: none;
					}

					.home #navigation.affix .navbar-fixed-top #main_nav ul li:hover ul{
						display: list-item;
					}
					
					#main_nav ul ul {
				    	display: none;
				    	position: absolute;
				    	z-index: 9000;
				    	background: var(--secondary-light);
				    	margin: 0;
				    	padding: 0; 
				    	width: 320px;
				    	min-width: 250px;
				    	max-width: 320px;
				    	border: None;
				    	border-top: none;
				    }
					#main_nav ul li:hover ul {
				    	list-style: none;
				    	position: absolute;
				    	display: list-item;
					}
					#main_nav ul ul li {
				    	float: none;
				    }
				    #main_nav a:link, #main_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 17px;
				    	padding: 20px 7px;
				    	text-transform: uppercase;
				    	color: #3F4040;
				    	font-weight: 400;
					}
					#main_nav ul ul a:link, #main_nav ul ul a:visited {
						padding: 10px 15px;
					}
					.single #main_nav ul li.active a:link, .single #main_nav ul li.active a:visited, .archive #main_nav ul li.active a:link, .archive #main_nav ul li.active a:visited {
						color: #3F4040 !important;
					}
					.single #main_nav ul li.active a:hover, .single #main_nav ul li.active a:active, .archive #main_nav ul li.active a:hover, .archive #main_nav ul li.active a:active {
				    	color: #3F4040 !important;
					}
					
					.single #footer_nav > ul > li.active > a:link, .single #footer_nav > ul > li.active > a:visited, .archive #footer_nav > ul > li.active > a:link, .archive #footer_nav > ul > li.active > a:visited {
						color: var(--secondary-alt-alt) !important;
					}
					
					#fotf_page.single #footer_nav > ul > li.active > a:link, #fotf_page.single #footer_nav > ul > li.active > a:visited, #fotf_page.archive #footer_nav > ul > li.active > a:link, #fotf_page.archive #footer_nav > ul > li.active > a:visited {
						color: #f2b591 !important;
					}
					
					#main_nav > ul > li.active > a {
						color: var(--secondary) !important;
					}
					
					/* #navigation.affix #main_nav a {
						font-size: 17px;
						padding: 20px 15px;
					} */
					
					#main_nav a:hover, #main_nav a:active, #main_nav a:focus, #main_nav > ul > li.active > a {
				    	/* if you have different color for Nav link hover state, change it here */
				    	color: var(--secondary);
				    	text-decoration:none;
				    }
					#fotf_page #main_nav a:hover, #fotf_page #main_nav a:active, #fotf_page #main_nav a:focus, #fotf_page #main_nav > ul > li.active > a {
						color: #232e58 !important;
					}
				    #main_nav ul ul li a {
				    	padding: 10px 15px 10px 15px;
				    	width: 100%;
				    } 
					#mobile_menu {
				    	display: none;
				    }

				    /* FOOTER NAVIGATION
				    ==========================================  */
					#credits span {
						display:inline;
						height:auto;
						overflow:hidden;
					}
				    #footer_nav {
				    	display: table;
				    }
				    #footer_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #footer_nav ul li {
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
					
					#footer_nav ul li li {
				    	margin:0 0 0 30px;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
					
					#footer_nav a:link, #footer_nav a:visited {
				    	display:inline-block;
				    	margin:0;
				    	text-decoration:none;
				    	font-size: 25px;
				    	font-size: 2.5rem;
				    	padding: 10px 10px;
						color: var(--secondary-alt-alt);
				    	/* if you have different color for Nav links, change it here */
				    }
					#fotf_page #footer_nav a:link, #fotf_page #footer_nav a:visited {
						color: #f2b591;
				    }
				    #footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus, #footer_nav > ul > li.active > a, #footer_nav > ul > li > ul > li.active > a {
				    	text-decoration:none;
						color: var(--secondary-light);
				    	/* if you have different color for Nav link hover state, change it here */
				    }
					#fotf_page #footer_nav a:hover, #fotf_page #footer_nav a:active, #fotf_page #footer_nav a:focus, #fotf_page #footer_nav > ul > li.active > a, #fotf_page #footer_nav > ul > li > ul > li.active > a {
						color: #f1b355;
				    }

					/* BUTTONS
				    ==========================================  */
				    a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button, .wp-block-button.large {
				    	display: table;
						margin: 0 15px 20px 0;
				    }
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-4 a.btn-mayecreate:link, .col-md-4 a.btn-mayecreate:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate:link, .col-md-3 a.btn-mayecreate:visited, .col-md-4 .wp-block-button, .col-md-3 .wp-block-button  {
						margin: 0 auto 20px auto;
				    }
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 .wp-block-button.large, .col-md-4 .wp-block-button.large {
						display: block;
						font-size: 40px;
						font-size: 4rem;
				    }
					
				
					a.btn-mayecreate.block:link, a.btn-mayecreate.block:visited {
						display: block !important;
					}
					a.btn-mayecreate.center:link, a.btn-mayecreate.center:visited {
						margin: 0 auto 20px auto !important;
					}

					
					/* STAGE SCHEDULE
					====================================  */
                    .mo-lot-colomat.collapseomatic, .great-south-colomat.collapseomatic {
                        background-size: auto !important;
                    }
                    .stage_schedule_wrapper {
                        background: #FEFAF0;
                    }
                    .stage_schedule_wrapper .stage_schedule_inner {
                        text-align: left;
                        padding: 10px 20px;
                        margin-bottom: 0;
						min-height: 105px;
                    }
                    .stage_schedule_wrapper .stage_schedule_inner p:last-child {
                        margin-bottom: 0;
                    }
                    .stage_schedule_wrapper.mo_stage_wrapper .stage_schedule_inner {
                        background: #E5F5FA;
                    }
                    .stage_schedule_wrapper.great_stage_wrapper .stage_schedule_inner {
                        background: #FCEEED;
                    }
                    .stage_break {
                        padding: 16px 20px;
                        height: 60px;
                        display: block;
                    }
                    .stage_schedule_individual_outer:last-child .stage_break {
                        display: none;   
                    }
				}

						/* Large devices (large desktops, 1025px and up) */
						@media (min-width: 1025px) { 
							
							.border-right {
								border-right: 3px solid var(--accent);
								padding-right: 40px;
							}
							
							.padding-left {
								padding-left: 0;
							}
							
							.hover_title {
								font-size: 40px;
								font-size: 4.0rem;
								text-align: center;
								font-family: var(--serif-font);
							}
							.btn-mayecreate.biggerbtn {
				width: 50%!important;
				font-size: 30px !important;
				font-size: 3rem !important;
				
			}
							
							.partnerbox:nth-child(3n+1) {
								clear: left;
							}
							
							

						}


								/* Large devices (large desktops, 1200px and up) */
								@media (min-width: 1200px) { 

									.home #navigation.affix-top .navbar-fixed-top {
										bottom: 0 !important;
										top: 90vh !important;
									}
									
									.mobile-hide, div#homefeatured .mobile-hide {
										display: block !important;
									}

									.mobile-show, div#homefeatured .mobile-show {
										display: none !important;
									}

									.home #navigation.affix .navbar-fixed-top{
										top: 0 !important;
									}

									/* #navigation.affix #main_nav a {
										font-size: 20px;
										padding: 20px 23px;
									} */
									
									.question .collapseomatic {
										display:block;
										text-decoration: none;
										background: url(img/faq-closed.png) top left no-repeat !important;
										margin: 10px;
										font-size: 50px;
										font-size: 5rem;
										padding: 6px 0 35px 95px;
										position:relative;
										text-align: left !important;
										border-bottom: none !important;
									}
									
									.question .colomat-hover {
										background: url(img/faq-hover.png) top left no-repeat !important;
										text-decoration: none;
									}

									.question .colomat-close {
										text-decoration: none;
										background: url(img/faq-open.png) top left no-repeat !important;
									}
									
									.linup_title {
										padding: 30px 30px;
										width: calc(100% - 30px);;
										position: absolute;
										bottom: 0;
										display: block;
										font-size: 40px;
										font-size: 4rem;
									}
									
									.page-id-180 .col-lg-4:nth-child(3n+1) {
										clear: left;
									}

									.page-id-180 .col-md-6:nth-child(2n+1) {
										clear: none;
									}

									.pagehead {
										display: block;
										background-repeat: no-repeat;
										background-size: cover;
										background-position: center center;
										height: 525px!important;
										margin-bottom: 100px;
									}
									
									.single-lineuppost .pagehead, .page-template-page-of-songbookposts .pagehead {
										margin-bottom: 150px;
									}

									.page-header {
										padding: 30px 100px;
										width: 85%;
										max-width: 1360px;
										bottom: -100px;
									}
									
									div#homefeatured .slideDesc {
										bottom: 30%;
									}

									/* PAGEBREAKS
									=========================================== */
									.pagebreak {
										padding: 30px 0;
									}
									.pagebreak.dark {
										padding: 60px 0;
									}
									.pagebreak_left_content, .pagebreak_right_content {
										width: 50%;
									}
									.pagebreak_left_img, .pagebreak_right_img {
										width: 50%;
									}
									.pagebreak_left_content {
										padding-left: 30px;
									}
									.pagebreak_right_content {
										padding-right: 30px;
									}
									
									/* SONGBOOK
										==========================================  */
										.songbook-image {
										max-height: 100%;
											width: 30%;
										}

										.songbook_content {
										float: left;
										width: 70%;
										text-align: left;
										padding: 50px 0;
										padding-left: 30px;
										}

									/* TYPOGRAPHY
									===========================================  */
									#main_nav {
										padding-top: 15px;
									}

									#main_nav a:link, #main_nav a:visited {
										font-size: 20px;
										padding: 20px 8px;
									}

									div#homefeatured .slideDesc .slideTitle {
										font-size: 95px;
										font-size: 9.5rem;
									}
									div#homefeatured .slideDesc .slideText {
										font-size: 35px;
										font-size: 3.5rem;
									}

									body {
										font-size: 20px;
										font-size: 2.0rem;
									}
									h1, h1.entry-title, .entry-title {
										font-size: 80px;
										font-size: 8rem;
									}
									h2, .h2, .question, .lineuppage_title {
										font-size: 55px;
										font-size: 5.5rem;
									}

									.red, .teal, .pagebreak_left h2, .pagebreak_right h2, .mapp-layout-h2 {
										font-size: 45px;
										font-size: 4.5rem;
									}

									.blue {
										font-size: 50px;
										font-size: 5.0rem;	
									}
									h3, .h3 {
										font-size: 45px;
										font-size: 4.5rem;
									}
									h4, .h4 {
										font-size: 40px;
										font-size: 4rem;
									}
									h5, .h5 {
										font-size: 30px;
										font-size: 3.0rem;
									}
									h6, .h6 { 
										font-size: 30px;
										font-size: 3.0rem;
									}
									p {
										font-size: 20px;
										font-size: 2.0rem;
									}
									.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
									}
									.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
									}

									/* HEADER
									==========================================  */
									#branding-container {
									  max-width: 400px;
									}
									#fotf_page #branding-container {
										max-width: 400px;
									}
									#branding-container a.brand{
									  font-size: 38px;
									}
									
									.btn-mayecreate.biggerbtn {
				width: 50%!important;
				font-size: 30px !important;
				font-size: 3rem !important;
				
			}

									/* HOME SLIDER
									==========================================  */
									div#homefeatured .carousel-control {
										height: 125px;
										width: 35px;
									}
									div#homefeatured .carousel-control.left {
										left: 10%;
									}
									div#homefeatured .carousel-control.right {
										right: 10%;
									}


									/* PAGE ITEMS
									====================================  */
									.padding-left {
										padding-left: 25px;
									}
									
									.partnerbox:nth-child(3n+1) {
										clear: left;
									}

								}
									@media (min-width: 1366px) {
										/* TYPOGRAPHY
										===========================================  */
										
										.hover_title {
											font-size: 40px;
											font-size: 4.0rem;
											text-align: center;
											font-family: var(--serif-font);
										}
										
										body {
											font-size: 20px;
											font-size: 2.0rem;
										}
										h1, h1.entry-title, .entry-title {
											font-size: 90px;
											font-size: 9rem;
										}
										h2, .h2, .question, .lineuppage_title {
											font-size: 60px;
											font-size: 6rem;
										}

										.red, .teal {
											font-size: 50px;
											font-size: 5rem;
										}

										.blue, .schedule_nav ul li a:link, .schedule_nav ul li a:visited, .mo-lot-colomat.collapseomatic, .great-south-colomat.collapseomatic {
											font-size: 50px;
											font-size: 5.0rem;	
										}
										h3, .h3 {
											font-size: 45px;
											font-size: 4.5rem;
										}
										h4, .h4 {
											font-size: 40px;
											font-size: 4rem;
										}
										h5, .h5 {
											font-size: 30px;
											font-size: 3.0rem;
										}
										h6, .h6 { 
											font-size: 30px;
											font-size: 3.0rem;
										}
										p {
											font-size: 21px;
											font-size: 2.1rem;
										}
										.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
										}
										.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
										}

										.padding-left {
											padding-left: 50px;
										}
										
										.pagehead {
										display: block;
										background-repeat: no-repeat;
										background-size: cover;
										background-position: center center;
										height: 525px!important;
										margin-bottom: 80px;
									}

									}

										@media (min-width: 1550px) {

											/* Place to add stylesheets if you want to target monitors 
											bigger than a desktop. */

											.page-header {
												bottom: -70px;
											}

											#main_nav a:link, #main_nav a:visited {
												font-size: 23px;
												padding: 20px 23px;
											}
											
											.btn-mayecreate.biggerbtn {
												width: 50%!important;
												font-size: 30px !important;
												font-size: 3rem !important;

											}
											
											.pagehead {
												display: block;
												background-repeat: no-repeat;
												background-size: cover;
												background-position: center center;
												height: 525px!important;
												margin-bottom: 60px;
											}
											
											.hover_title {
												font-size: 40px;
												font-size: 4.0rem;
												text-align: center;
												font-family: var(--serif-font);
											}

												/* body {
													font-size: 21px;
													font-size: 2.1rem;
												}
												h1, h1.entry-title, .entry-title {
													font-size: 100px;
													font-size: 10rem;
												}
												h2, .h2 {
													font-size: 70px;
													font-size: 7rem;
												}

												.red, .teal {
													font-size: 50px;
													font-size: 5rem;
												}

												.blue {
													font-size: 55px;
													font-size: 5.5rem;	
												}
												h3, .h3 {
													font-size: 45px;
													font-size: 4.5rem;
												}
												h4, .h4 {
													font-size: 40px;
													font-size: 4rem;
												}
												h5, .h5 {
													font-size: 35px;
													font-size: 3.5rem;
												}
												h6, .h6 { 
													font-size: 35px;
													font-size: 3.5rem;
												}
												p {
													font-size: 23px;
													font-size: 2.3rem;
												}
												.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
												}
												.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
												} */
											
												.mapp-layout {
													margin-left: 0px;
												}
												.pagebreak.dark {
													padding: 80px 0;
												}

												}

											@media (min-width: 1700px) {

												div#homefeatured .slideDesc .slideTitle {
													font-size: 130px;
													font-size: 13rem;
												}
												div#homefeatured .slideDesc .slideText {
													font-size: 35px;
													font-size: 3.5rem;
												}	

												.pagebreak_left h2, .pagebreak_right h2 {
													font-size: 50px;
													font-size: 5rem;
												}
												
												/* h1, h1.entry-title, .entry-title {
													font-size: 110px;
													font-size: 11rem;
												} */
												
												.mapp-layout {
													margin-left: -90px;
												}

												/* Place to add stylesheets if you want to target monitors 
												bigger than a desktop. */
											}


@media (max-width:600px){
	#navbarBottom{
		height:70px!important;
	}
	#branding-container a.brand img.site-logo {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		max-width: 60px;

	}
}