/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
a{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;
text-decoration: none;
    color: #222; font-weight: 300;}
.linker{background: #fff; padding: 0 2px;}
.linker:hover{background: #222; color: #fff;}
a:hover{color: #999;}
a img{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;}
.smoothie{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;}
h1,h2,h3,h4,h5,h6{margin: 0 0 10px 0; color: #222;}
p{margin: 0 0 10px 0;}
strong{ color:#222 ;}
blockquote{ color:#222; font-weight: 900; padding: 0;}
body{font-family: 'Poppins', sans-serif; background: rgba(135,206,250,0.3); background-attachment: fixed; font-weight: 300;}
/*background: url(../img/doublesheet.png) center center no-repeat; background-size: cover; background-attachment: fixed; }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.header{width: 100%; height: auto; background: #fff; text-align: center; text-transform: uppercase;}


.logo{line-height: 24px; padding: 20px 20px 10px; border-bottom: 1px solid #ebebeb; width: 100%; background: #fff; text-align: center; text-transform: uppercase;}
.logo h1{color: #222; margin: 0; font-size: 2rem}
.logo h4{color: #999; margin: 0; font-weight: 300; letter-spacing: 0.1px; font-size: 1rem}
.navigation{width: 100%; text-align: center; background: #fff; position: relative; z-index: 5000; border-bottom: 0px solid rgba(135,206,250,0.5); border-top: 0px solid rgba(135,206,250,0.5);} 
.navlink{margin: 10px; display: inline-block; color: #999; font-size: 0.8rem; font-weight: 500;}
.navlink:hover{color: #222;}
.navlink.current{color: #222;}
.navlink.current:hover{color: #999;}
.content{width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px 0; font-size: 0.8rem;}
.homecontent{border:8px solid #fbfbfb; padding: 20px; background: #ebebeb; background: rgba(255,255,255,0.3); position: relative; padding-bottom: 40px;}

.wrapReady {float: left; width: auto; margin: 10px 40px 10px 0; width: 240px;  border: 4px solid #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;  
-webkit-shape-outside: circle();
shape-outside: circle(); filter: grayscale(10%); }
.wrapReady:hover{ filter: grayscale(100%); }
.audioplayer{padding:20px;margin-bottom: 20px; background: #fff; position: relative; z-index: 10000;}
audio{background-color:#fff;width:100%;}
.playlist{background:#e9e9e9;width:100%;padding:0px; margin-top: 0px; border-radius: 0; }

.playlist li.showbg:hover{background: rgba(255,255,255,0.5);}
.playlist li{list-style: none; padding: 10px 20px; border-bottom: 1px solid #ccc;}
.playlist li.nobottom{border-bottom:0px;}
.playlist li.notop{border-top:0px;}
.playlist .active {background: #fff;}
.playlist li a{color:#222; font-weight: 300;}
.playlist li a p{margin: 0;}
.playlist li a:hover{text-decoration:none;} 
.nowplaying{padding: 10px 20px 0; background: #fff; font-weight: 900;}
.nowplaying span{font-weight: 300;}

.eventextra span{font-weight: bold;}
.events{display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 20px;}
.eachevent{width: 100%; border-bottom:1px solid #ccc; padding: 20px 0;}
.eachevent:last-child{border-bottom: 0px solid #ccc;}
.eachevent p{margin: 0;}
.eachevent a{
   font-size: 0.7rem;
    /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;}
.plinker{padding-top:7px; font-size:0.7rem;}
.links{width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap;margin-bottom: 20px;}
.links a{margin: 0 10px 10px 0; padding: 5px 10px; background: #fff;}
.links a:hover{background: #222; color: #fff;}
.theform{width:100%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0; margin-bottom: 20px;}
.halfinput{width:  50%;}
.fullinput{width: 100%;}
.textinput{width: 100%; border-top: 1px solid #d9d9d9; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; padding: 15px;}
.textinput:focus{background: #d9d9d9;}
.submitbutton{width: 100%; border: 1px solid #d9d9d9; background: #222; color: #fff; padding: 15px; transition: 0.4s; font-weight: 900; text-transform: uppercase;}
.submitbutton:hover{background: #666;}
.submitbutton:active{background: #999;}
.footer{background: #ebebeb; padding: 7px 20px; font-size: 0.6rem; position: absolute; bottom: 0; left: 0; font-weight: 300; width: 100%; color: #666; display: flex; justify-content: space-between; flex-wrap: wrap;}
.footer a{font-weight: 300; color: #666;}
.footer a:hover{color:#222;}
.permissions{width: 100%; text-align: center; font-size: 0.6rem; font-style: italic;}
.eachwork{padding: 15px 0; border-bottom: 1px solid #ebebeb;}
.eachwork:last-child{border-bottom: 0px solid #ebebeb;}
.sounder{padding: 0px 5px; margin-left: 5px;}
.noevents{background: #fff; padding: 10px;}


.holdcontent{border:8px solid rgba(135,206,250,0.5); border-bottom:24px solid rgba(135,206,250,0.5); border: 8px solid #fff; border-bottom:24px solid #fff; padding: 0; background: #ebebeb; background: rgba(255,255,255,0.3); position: relative;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.thecontent{padding: 20px 20px 0;}
.thecontent1{padding-bottom: 40px; background: #efefef; background: rgba(235,235,235,0.6);}
/*hr { background-color: rgba(135,206,250,0.5); height: 1px; border: 0; }



.logo{background: #222;}
.logo h1{color: #fff; margin: 0; font-size: 2rem}
.logo h4{color: #999; margin: 0; font-weight: 300; letter-spacing: 0.1px; font-size: 1rem}
.holdcontent{border:8px solid #222; border-bottom:24px solid #222;}
.navigation{background: #222;}
.navlink{text-transform: uppercase;}
.navlink.current{color: #fff;}
.wrapReady{border: 5px solid #222;}
.audioplayer{z-index: 100;}
/*
.logo1{text-align: center;}
.logo1 h1{color: #222; margin: 0; font-size: 2rem}
.logo1{line-height: 24px; padding: 20px 20px 10px; border-bottom: 1px solid #ebebeb; width: 100%; background: #fff; text-align: center; text-transform: uppercase;}
.logo1 h4{color: #999; margin: 0; font-weight: 300; letter-spacing: 0.1px; font-size: 1rem}
.navigation1{width: 100%; text-align: center; background: #fff; position: relative; z-index: 5000; border-bottom: 1px solid #ebebeb; padding: 0 20px}
.navlink1{margin: 10px 10px 10px 0; display: inline-block; color: #999; font-size: 0.8rem; font-weight: 500;}
.navlink1:hover{color: #222;}
.navlink1.current{color: #222;}
.navlink1.current:hover{color: #999;}
.leadcontent{text-align: left;}

.content2{width: 100%; border:8px solid #fff; padding: 0; font-size: 0.8rem;}
.holdcontent2{padding: 0; width: 100%; position: relative; padding-bottom: 40px;}
.logo2{text-align: left;}
.logo2 h1{color: #222; margin: 0; font-size: 2rem}
.logo2{line-height: 24px; padding: 20px 20px 10px; border-bottom: 1px solid #ebebeb; width: 100%; background: #fff; text-align: left; text-transform: uppercase;}
.logo2 h4{color: #999; margin: 0; font-weight: 300; letter-spacing: 0.1px; font-size: 1rem}

.thecontent2{padding: 20px; width: 100%; max-width: 700px;}
.navigation2{width: 100%; text-align: left; background: #fff; position: relative; z-index: 5000; border-bottom: 1px solid #ebebeb; padding: 0 20px}
.sym{background: url(../img/symphony.png); background-attachment: fixed;}
body{background: rgba(255,255,255,0.6)}

.innerheader{width: 100%; max-width: 1000px; margin: 0 auto; text-align: left;}
.navigation{text-align: left;}
.navlink{margin: 10px 10px 10px 0;}
*/
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 700px) {
    .eachevent{width: 100%; border-bottom:1px solid #ccc; border-top:0px;border-right: 0px; border-left:0px; padding: 20px 0;}
}
@media only screen and (max-width: 500px) {
    /* Style adjustments for viewports that meet the condition */
    .wrapReady {width: 150px; }
    .halfinput{width:100%;}
}
/* ==========================================================================
   TABS
   ========================================================================== */
.firstperformance{font-size: 12px;}
.eachtab{display: flex; justify-content: space-between; padding: 20px; width: 100%;}
.eachtabtext{width: 100%; min-height: 400px;}
.eachtabimage{width: 48%; min-height: 500px;}

.r-tabs-nav {width: 100%;
    margin: 0;
    padding: 0;text-align: center; display: flex; justify-content: space-between; flex-wrap: wrap;
}

.r-tabs .r-tabs-tab {
    flex: 1;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 1100px) {
    .eachtabtext{width: 100%; min-height: 100px;}
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}



/* Tabs container */
.r-tabs {
	position: relative;

	background-color: #ebebeb;


}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #ebebeb;
    text-transform: uppercase;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;

	text-decoration: none;
	
	font-size: 0.8rem; font-weight: 600;

	color: #222;
    width: 100%;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #222;
	text-shadow: none;

	background-color: white;

}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
font-size: 0.8rem; font-weight: 600;

	background-color: #ebebeb;
	color: #222;
	font-weight: bold;
	text-decoration: none;

}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
    content: '\02795';
    font-size: 13px;
    color:#222;
    float: right;
    margin-left: 5px;
    transition: 0.4s;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
    content: "\2796";
    color: #222;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #222;
	text-shadow: none;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
	background-color: #fff;
	color: #222;

}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
