/*
	Theme Name: Genesis - Mobile First
	Theme URI: http://www.mightyminnow.com/2013/08/our-new-mobile-first-child-theme-for-genesis-2-0/
	Template: genesis
	Description: This is a "Mobile First" child theme based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>. Further modified by Equity Marketing Solutions.
	Author: MIGHTYminnow
	Author URI: http://www.mightyminnow.com/
	Version: 1.4
*/
/* Table of Contents
	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
        - Blog Masonry Layout
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Constant Contact
        - Fancybox
        - RoyalSlider
        - wpDataTables
		- Jetpack
		- Elementor
		- WooCommerce
	- Site Header
		- Widget Area
	- Site Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Entries
        - Taxonomy Archive Pages
		- Pagination
		- Comments
        - Back to Top Link
	- Sidebars
	- Site Footer
	- Media Queries
		- min-width: 600px
        - min-width: 1024px
		- min-width: 1260px

*/ /*
Imports
---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Icon';
    src: url('fonts/Icon.eot');
    src: url('fonts/Icon.eot?#iefix') format('embedded-opentype'), url('fonts/Icon.woff') format('woff'), url('fonts/Icon.ttf') format('truetype'), url('fonts/Icon.svg#Icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*

HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize

normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
audio, canvas, video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-family: "franklin-gothic-urw-cond", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
a:focus {
    outline: thin dotted
}
a:active, a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}
pre {
    white-space: pre-wrap
}
q {
    quotes: "\201C""\201D""\2018""\2019"
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
vg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}
button, input {
    line-height: normal
}
button, select {
    text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* Box Sizing
--------------------------------------------- */
*, input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */
.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
    content: " ";
    display: table;
}
.archive-pagination:after, .clearfix:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
    font-size: 62.5%; /* 10px browser default */
}
body {
    background-color: #fff;
    color: #635e59;
    font-family: 'franklin-gothic-urw-cond', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
}
::-moz-selection {
    background-color: #ffff00;
    color: #c12d00;
}
::selection {
    background-color: #ffff00;
    color: #c12d00;
}
a {
    color: #d11f43;
    text-decoration: none;
}
a img {
    margin-bottom: -4px;
    margin-bottom: -0.4rem;
}
a:hover {
    color: #48ffba;
}
p {
    margin: 0 0 18px;
    margin: 0 0 1.8rem;
    padding: 0;
}
strong {
    font-weight: 700;
}
ol, ul {
    margin: 0;
    padding: 0;
}
blockquote::before {
    color: #888;
}
blockquote {
    margin: 40px 40px 24px;
    margin: 4rem 4rem 2.4rem;
}
blockquote::before {
    content: "\201C";
    display: block;
    font-size: 80px;
    font-size: 8rem;
    height: 0;
    left: -40px;
    position: relative;
    top: -40px;
}
.entry-content code {
    background-color: #333;
    color: #ddd;
}
cite {
    font-style: normal;
}
/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #95918d;
    font-family: 'franklin-gothic-urw-cond', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.325;
    margin: 0 0 4px;
    margin: 0 0 .4rem;
}
h1 {
    font-size: 36px;
    font-size: 3.6rem;
}
h2 {
    font-size: 30px;
    font-size: 3rem;
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
}
h4 {
    font-size: 20px;
    font-size: 2rem;
}
h5 {
    font-size: 18px;
    font-size: 1.8rem;
}
h6 {
    font-size: 16px;
    font-size: 1.6rem;
}
/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
    max-width: 100%;
}
img {
    height: auto;
    width: auto; /* IE8 */
}
.mobile-hide {
    display: none;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.hide-main-image #main-image-container {
    display: none;
}
/* Forms
--------------------------------------------- */
input, select, textarea {
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #33312F;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px;
    padding: 1.6rem;
    width: 100%;
}
input:focus, textarea:focus, select:focus {
    border: 1px solid #888;
    outline: none;
}
::-moz-placeholder {
    color: #888;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #888;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
    background-color: #D11F43;
    border: 1px solid #D11F43;
    box-shadow: none;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    padding: 1.6rem 2.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: auto;
    border-radius: 4px;
}
button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus, .entry-content .button:focus {
    border: 1px solid #fff000;
    outline: none;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
    background-color: #48ffba;
    border: 1px solid #48ffba;
    color: #000000;
}
.button {
    border-radius: 3px;
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
    display: none;
}
/* Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    width: 100%;
}
tbody {
    border-bottom: 1px solid #ddd;
}
th, td {
    text-align: left;
}
th {
    font-weight: 700;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    padding: 0.6rem 0;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.nav-primary, .site-header, .site-inner, .site-footer {
    margin: 0 auto;
    width: 100%;
}
.site-inner .wrap {
    clear: both;
    padding-top: 10px;
    padding-top: 1rem;
}
.nav-primary .wrap, .header-area {
    position: relative;
    margin: 0 auto;
    width: 95%;
    z-index: 1000;
}
/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-wrap {
    margin: 0 auto;
    width: 95%;
}
.home .content-sidebar-wrap {
    margin: 0 auto;
    width: 100%;
}
.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}
/* Content */
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
    float: left;
}
.content {
    float: right;
    width: 100%;
}
.home .content {
    float: none;
}
/* Primary Sidebar */
.sidebar-primary {
    float: right;
    width: 100%;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
    float: left;
}
/* Secondary Sidebar */
.sidebar-secondary {
    float: left;
    width: 100%;
}
.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
/* Column Classes

Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css--------------------------------------------- */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    float: left;
    margin: 0;
    width: 100%;
}
/* Blog Masonry Layout
--------------------------------------------- */
body.blog main.content, body.archive main.content, body.search main.content {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 4rem;
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
}
body.blog .breadcrumb, body.archive .breadcrumb, body.search .breadcrumb, body.blog .archive-pagination, body.archive .archive-pagination, body.search .archive-pagination, body.blog h1.archive-title, body.archive h1.archive-title, body.search h1.archive-title {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}
body.blog article, body.archive article, body.search article {
    display: inline-block;
    margin: 0 0 4rem 0;
    padding: 4rem 4rem 0 4rem;
    width: 100%;
    border: 1px solid #d9d9e3;
}
body.performances-tax-archive article, body.artists-tax-archive article, body.composers-tax-archive article {
    padding: 0;
    border: none;
}
body.blog main.content .entry-title, body.archive main.content .entry-title, body.search main.content .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0;
}
body.blog .entry-header .entry-meta, body.archive .entry-header .entry-meta, body.search .entry-header .entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0;
    margin: 0.5rem 0;
}
body.blog h1.archive-title, body.archive h1.archive-title, body.search h1.archive-title {
    font-size: 30px;
    font-size: 3rem;
}
body.search .archive-description .archive-title {
    display: none;
}
body.blog main.content .archive-description, body.archive main.content .archive-description, body.search main.content .archive-description {
    margin-bottom: 0;
}
body.blog h1, body.blog h2, body.blog h3, body.blog h4, body.blog h5, body.blog h6, body.archive h1, body.archive h2, body.archive h3, body.archive h4, body.archive h5, body.archive h6, body.search h1, body.search h2, body.search h3, body.search h4, body.search h5, body.search h6 {
    font-size: 24px;
    font-size: 2.4rem;
}
body.blog .entry-content, body.archive .entry-content, body.search .entry-content {
    font-size: 18px;
    font-size: 1.8rem;
}
body.blog .entry-content .alignleft, body.archive .entry-content .alignleft, body.search .entry-content .alignleft, body.blog .entry-content .alignright, body.archive .entry-content .alignright, body.search .entry-content .alignright {
    float: none;
}
body.blog .entry-comments-link, body.archive .entry-comments-link, body.search .entry-comments-link, body.blog .entry-footer .entry-meta, body.archive .entry-footer .entry-meta, body.search .entry-footer .entry-meta, body.blog .post-author-gravatar, body.archive .post-author-gravatar, body.search .post-author-gravatar {
    display: none;
}
.archive-pagination {
    clear: left;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
    float: left;
    line-height: 0;
    border: 1px solid #808080;
}
.alignleft .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}
.alignright .avatar {
    margin-left: 24px;
    margin-left: 2.4rem;
}
.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sticky {}
img.centered, .aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 2.4rem;
}
img.alignnone {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}
.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
img.alignleft, .wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
}
img.alignright, .wp-caption.alignright {
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
.gallery-caption {}
.widget_calendar table {
    width: 100%;
}
.widget_calendar td, .widget_calendar th {
    text-align: center;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.archive-description, .author-box {
    background-color: #fff;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}
.archive-description {
    color: #95918d;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0;
    padding: 0;
}
.archive-description img {
    display: block;
}
.author-box {
    padding: 32px;
    padding: 3.2rem;
    border: 1px solid #ddd;
    min-height: 210px;
}
.author-box-title {
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
}
.author-box a {
    border-bottom: 1px solid #ddd;
}
.author-box p {
    margin-bottom: 0;
}
.author-box .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}
/* Titles
--------------------------------------------- */
.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}
.entry-title a, .sidebar .widget-title a {
    color: #d11f43;
}
.entry-title a:hover {
    color: #48ffba;
}
.widget-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}
.sidebar .widget-title a {
    border: none;
}
.archive-title {
    color: #95918d;
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 0 4px;
    margin: 0 0 .4rem;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 0 0 24px;
    padding: 0 0 2.4rem;
}
.featured-content .entry-title {
    border: none;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.325;
}
.featured-content .entry-title a {
    border: none;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
    color: #888;
}
.sidebar .widget.enews-widget {
    background-color: #333;
}
.sidebar .enews-widget {
    padding: 40px;
    padding: 4rem;
}
.enews-widget .widget-title {
    color: #fff;
}
.enews-widget input {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
.enews-widget input:focus {
    border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
    background-color: #d11f43;
    color: #fff;
    margin: 0;
    width: 100%;
}
.enews-widget input:hover[type="submit"] {
    background-color: #48ffba;
    color: #fff;
}
/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper select, div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px;
    padding: 1.6rem;
}
div.gform_wrapper .ginput_complex label {
    padding: 0;
}
div.gform_wrapper li, div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
}
div.gform_wrapper h2.gsection_title, div.gform_wrapper h3.gform_title {
    margin-top: 40px !important;
    margin-top: 4rem !important;
}
div.gform_wrapper .ginput_complex label, div.gform_wrapper .gfield_time_hour label, div.gform_wrapper .gfield_time_minute label, div.gform_wrapper .gfield_date_month label, div.gform_wrapper .gfield_date_day label, div.gform_wrapper .gfield_date_year label, div.gform_wrapper .instruction {
    font-size: 14px;
    font-size: 1.4rem;
}
div.gform_wrapper .top_label li.gfield.gf_left_half {
    float: none;
    width: 97%;
}
div.gform_wrapper .top_label li.gfield.gf_right_half {
    float: none;
    width: 97%;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
    width: 97%;
}
div.gform_wrapper .ginput_complex .ginput_left, div.gform_wrapper .ginput_complex .ginput_right {
    float: none;
    width: 97%;
}
/* --- OPTIONAL --- Uncomment to hide form labels and place them instead inside fields on homepage forms. Default values are entered by editing the form and clicking on the Advanced tab, then entering a value inside the Default Value field.

Read the following webpage to use javascript to clear the field's default value when clicked on.

http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/ */
/*
div.gform_wrapper .top_label .gfield_label {
  display: none;
}
*/
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
}
div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, div.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, div.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, div.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-size: 14px;
    font-size: 1.4rem;
}
div.gform_wrapper .description, div.gform_wrapper .gfield_description, div.gform_wrapper .gsection_description, div.gform_wrapper .instruction {
    font-size: 14px;
    font-size: 1.4rem;
}
.gform_wrapper label.gfield_label {
    color: #d11f43;
}
div.gform_wrapper .description, div.gform_wrapper .gfield_description, div.gform_wrapper .gsection_description, div.gform_wrapper .instruction {
    font-size: 16px;
    font-size: 1.6rem;
}
div.gform_wrapper select option {
    color: #900;
}
/* Constant Contact
--------------------------------------------- */
/* Fancybox
--------------------------------------------- */
div#fancy_outer {
    padding: 0;
}
/* RoyalSlider
--------------------------------------------- */
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: #fff !important;
}
div.rsUni .rsGCaption {
    font-size: 16px;
    bottom: 12px;
}
/* wpDataTables
--------------------------------------------- */
.wpDataTablesWrapper table {
    line-height: 1.25;
}
/* Jetpack
--------------------------------------------- */
img#wpstats {
    display: none;
}
/* Elementor
--------------------------------------------- */
/*Override Elementor CSS on Search Results page*/
body.search-results .sm a {
    color: #95918d !important;
}
body.search-results .sm a:hover {
    color: #d11f43 !important;
}
body.search-results .footer-widgets a {
    color: #635E59 !important;
}
body.search-results .footer-widgets a:hover {
    color: #d11f43 !important;
}
body.search-results .credits-wrap a {
    color: #635E59 !important;
}
body.search-results .credits-wrap a:hover {
    color: #d11f43 !important;
}
body.search-results {
    font-size: 18px;
    letter-spacing: 0 !important;
}
body.search-results h1, body.search-results h2, body.search-results h3, body.search-results h4, body.search-results h5, body.search-results h6 {
    color: #95918d;
    font-family: 'franklin-gothic-urw-cond', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.325;
    margin: 0 0 4px;
    margin: 0 0 .4rem;
    letter-spacing: 0 !important;
}
body.search-results .footer-widgets-2 h4 {
    font-weight: 700;
    margin: 10px 0 0;
    margin: 1rem 0 0;
    color: #635e59;
}
body.search-results .footer-widgets-3 h4 {
    margin: 0 0 18px 0;
    margin: 0 0 1.8rem 0;
    color: #635e59;
}
body.search-results a:hover {
    color: #48ffba !important;
}
body.search-results .footer-button a, body.search-results .footer-contact-button a {
    color: #fff !important;
}
body.search-results .footer-button a:hover, body.search-results .footer-contact-button a:hover {
    color: #000 !important;
}
/* WooCommerce
--------------------------------------------- */
/* Edit styles inside Elementor > Templates for WooCommerce-related Pages, Posts, and Archives */
/* Site Header
---------------------------------------------------------------------------------------------------- */
.above-header-area {
    background: #f6f3ee;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}
.above-header-area .social-links-phone {
    float: none;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 0 6px 26px;
    padding: 0.6rem 0 0.6rem 2.6rem;
    margin: 10px auto;
    margin: 1rem auto;
    width: 100%;
}
.above-header-area .head-phone {
    float: left;
}
.light-gray {
    color: #95918d;
}
.above-header-area .social-links {
    float: none;
    margin: 0 auto;
}
.above-header-area .head-facebook {
    margin-left: 20px;
    margin-left: 2rem;
    float: right;
    width: 22px;
    height: 22px;
    background: url(images/head-facebook.png) left top no-repeat;
}
.above-header-area .head-facebook a:link, .above-header-area .head-facebook a:visited {
    display: block;
    width: 22px;
    height: 22px;
    text-decoration: none;
    background: url(images/head-facebook.png) left top no-repeat;
}
.above-header-area .head-facebook a:hover, .above-header-area .head-facebook a:active {
    background: url(images/head-facebook.png) right top no-repeat;
}
.above-header-area .head-twitter {
    margin-left: 20px;
    margin-left: 2rem;
    float: right;
    width: 22px;
    height: 22px;
    background: url(images/head-twitter.png) left top no-repeat;
}
.above-header-area .head-twitter a:link, .above-header-area .head-twitter a:visited {
    display: block;
    width: 22px;
    height: 22px;
    text-decoration: none;
    background: url(images/head-twitter.png) left top no-repeat;
}
.above-header-area .head-twitter a:hover, .above-header-area .head-twitter a:active {
    background: url(images/head-twitter.png) right top no-repeat;
}
.above-header-area .head-instagram {
    margin-left: 20px;
    margin-left: 2rem;
    float: right;
    width: 22px;
    height: 22px;
    background: url(images/head-instagram.png) left top no-repeat;
}
.above-header-area .head-instagram a:link, .above-header-area .head-instagram a:visited {
    display: block;
    width: 22px;
    height: 22px;
    text-decoration: none;
    background: url(images/head-instagram.png) left top no-repeat;
}
.above-header-area .head-instagram a:hover, .above-header-area .head-instagram a:active {
    background: url(images/head-instagram.png) right top no-repeat;
}
.above-header-area .head-youtube {
    margin-left: 20px;
    margin-left: 2rem;
    float: right;
    width: 22px;
    height: 22px;
    background: url(images/head-youtube.png) left top no-repeat;
}
.above-header-area .head-youtube a:link, .above-header-area .head-youtube a:visited {
    display: block;
    width: 22px;
    height: 22px;
    text-decoration: none;
    background: url(images/head-youtube.png) left top no-repeat;
}
.above-header-area .head-youtube a:hover, .above-header-area .head-youtube a:active {
    background: url(images/head-youtube.png) right top no-repeat;
}
.above-header-area .head-pinterest {
    margin-left: 20px;
    margin-left: 2rem;
    float: right;
    width: 22px;
    height: 22px;
    background: url(images/head-pinterest.png) left top no-repeat;
}
.above-header-area .head-pinterest a:link, .above-header-area .head-pinterest a:visited {
    display: block;
    width: 22px;
    height: 22px;
    text-decoration: none;
    background: url(images/head-pinterest.png) left top no-repeat;
}
.above-header-area .head-pinterest a:hover, .above-header-area .head-pinterest a:active {
    background: url(images/head-pinterest.png) right top no-repeat;
}
.above-header-area input, .above-header-area select, .above-header-area textarea {
    width: 100%;
    text-transform: uppercase;
    margin: 15px 0;
    margin: 1.5rem 0;
    float: none;
    padding: 3px;
    padding: .3rem;
    color: #95918d;
    background-color: #fff;
}
/* Custom header */
.site-header {
    margin: 0 auto;
    width: 95%;
}
.header-image .title-area {
    background: url(images/logo-mobile.png) top left no-repeat;
    background-size: contain;
    display: block;
    float: none;
    width: 250px;
    height: 115px;
    padding: 0;
    margin: 15px auto;
    margin: 1.5rem auto;
}
.header-image .site-title a {
    margin: 0 auto;
    height: 115px;
    display: block;
    text-indent: -9999px;
    max-width: 250px;
}
.site-header .widget-area {
    float: none;
    width: 150px;
    margin: 0 auto;
}
#main-image-container {
    width: 100%;
    text-align: center;
}
/* Round button for short text
--------------------------------------------- */
.header-widget-area .round-button {
    background: url(images/circle-bg.png) top center no-repeat;
    background-size: contain;
    color: #ffffff;
    display: inline-block;
    font-size: 2.4rem;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    padding: 22px;
    padding: 2.2rem;
    text-transform: uppercase;
    margin-top: 5px;
    margin-top: .5rem;
}
.header-widget-area .round-button a {
    color: #ffffff;
    text-decoration: none;
}
.header-widget-area .round-button a:hover {
    color: #48ffba;
    text-decoration: none;
}
.header-widget-area .round-button .link-1 {
    width: 100%;
    text-align: center;
    padding: 0 8px 10px;
    padding: 0 .8rem 1rem;
    border-bottom: 1px solid #FFFFFF;
}
.header-widget-area .round-button .link-2 {
    width: 100%;
    text-align: center;
    padding: 10px 0 4px;
    padding: 1rem 0 .4rem;
}
/* Round button for longer text, add a 2 to the end of the divs
--------------------------------------------- */
.header-widget-area .round-button-2 {
    background: url(images/circle-bg.png) top left no-repeat;
    background-size: contain;
    color: #ffffff;
    display: inline-block;
    font-size: 1.7rem;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
    line-height: 90%;
    padding: 28px;
    padding: 2.8rem;
    text-transform: uppercase;
    margin-top: 5px;
    margin-top: .5rem;
}
.header-widget-area .round-button-2 a {
    color: #ffffff;
    text-decoration: none;
}
.header-widget-area .round-button-2 a:hover {
    color: #48ffba;
    text-decoration: none;
}
.header-widget-area .round-button-2 .link-1 {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    padding: 1rem 0;
    border-bottom: 1px solid #FFFFFF;
}
.header-widget-area .round-button-2 .link-2 {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    padding: 1rem 0;
}
/* Round button for one-item, two-line text
--------------------------------------------- */
.header-widget-area .round-button-3 {
    background: url(images/circle-bg.png) top left no-repeat;
    background-size: contain;
    color: #ffffff;
    display: inline-block;
    font-size: 1.9rem;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
    line-height: 120%;
    padding: 40px 0;
    padding: 4rem 0;
    text-transform: uppercase;
    margin-top: 5px;
    margin-top: .5rem;
    text-align: center;
}
.header-widget-area .round-button-3 a {
    color: #ffffff;
    text-decoration: none;
}
.header-widget-area .round-button-3 a:hover {
    color: #48ffba;
    text-decoration: none;
}
.header-widget-area .round-button-3 .link {
    width: 100%;
    text-align: center;
    padding: 10px;
    padding: 1rem;
}
/*--------------------------------------------- */
.header-widget-area .round-button-4 {
    background: url(images/circle-bg.png) top left no-repeat;
    background-size: contain;
    color: #ffffff;
    display: inline-block;
    font-size: 2rem;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
    line-height: 120%;
    padding: 32px 24px;
    text-transform: uppercase;
    margin-top: 5px;
}
.header-widget-area .round-button-4 a {
    color: #ffffff;
    text-decoration: none;
}
.header-widget-area .round-button-4 a:hover {
    color: #48ffba;
    text-decoration: none;
}
.header-widget-area .round-button-4 .link {
    width: 100%;
    text-align: center;
    padding: 8px;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
/* Responsive Menu
--------------------------------------------- */
#menu-button-container {
    margin: 20px auto;
    margin: 2rem auto;
    text-align: center;
}
#menu-button {
    display: inline-block;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto;
    speak: none;
    text-transform: none;
}
#menu-button:before {
    -webkit-font-smoothing: antialiased;
    color: #333;
    content: "\e00e  ";
    font-family: 'Icon', serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto;
    speak: none;
    text-transform: none;
}
#menu-main-menu.collapsed {
    display: none;
}
.menu-primary {
    font-family: 'franklin-gothic-urw-cond', Arial, sans-serif;
}
/* SmartMenus Core (do NOT edit this core section)
--------------------------------------------- */
.sm, .sm ul, .sm li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr;
}
ul.sm li {
    position: relative;
}
ul.sm a {
    position: relative;
    display: block;
}
ul.sm a.disabled {
    cursor: default;
}
ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px;
}
ul.sm li {
    float: left;
}
ul.sm-rtl {
    direction: rtl;
}
ul.sm-rtl li {
    float: right;
}
ul.sm ul li, ul.sm-vertical li {
    float: none;
}
ul.sm a {
    white-space: nowrap;
}
ul.sm ul a, ul.sm-vertical a {
    white-space: normal;
}
* html ul.sm-vertical li {
    float: left;
    width: 100%;
}
* html ul.sm-vertical ul li {
    float: none;
    width: auto;
}
*:first-child + html ul.sm-vertical > li {
    float: left;
    width: 100%;
}
ul.sm ul.sm-nowrap > li > a {
    white-space: nowrap;
}
ul.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
* html ul.sm {
    height: 1px;
}
*:first-child + html ul.sm {
    min-height: 1px;
}
ul.sm li *, ul.sm li *:before, ul.sm li *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
ul.sm {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* END SmartMenus Core
--------------------------------------------- */
/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Homepage
--------------------------------------------- */
.container-wrap {
    margin: 0 auto;
    width: 95%;
    line-height: 1.325;
}
.home .content {
    margin: 30px auto 0 auto;
    margin: 3rem auto 0 auto;
}
.home.full-width-content .content {
    width: 95%;
}
.home .entry {
    margin-bottom: 0;
}
#homepage-section-1 .container {
    float: left;
    margin: 16px 0 0 0;
    margin: 1.6rem 0 0 0;
    position: relative;
    width: 100%;
}
#homepage-section-1 .five-boxes-first, #homepage-section-1 .five-boxes-second, #homepage-section-1 .five-boxes-third, #homepage-section-1 .five-boxes-fourth, #homepage-section-1 .five-boxes-fifth {
    display: none;
}
#homepage-section-1 .five-boxes-first-mobile {
    background: url(images/5-boxes-first-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-1 .five-boxes-first-mobile a:link, #homepage-section-1 .five-boxes-first-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/5-boxes-first-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-1 .five-boxes-second-mobile {
    background: url(images/5-boxes-second-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-1 .five-boxes-second-mobile a:link, #homepage-section-1 .five-boxes-second-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/5-boxes-second-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-1 .five-boxes-third-mobile {
    background: url(images/5-boxes-third-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-1 .five-boxes-third-mobile a:link, #homepage-section-1 .five-boxes-third-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/5-boxes-third-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-1 .five-boxes-fourth-mobile {
    background: url(images/5-boxes-fourth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-1 .five-boxes-fourth-mobile a:link, #homepage-section-1 .five-boxes-fourth-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/5-boxes-fourth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-1 .five-boxes-fifth-mobile {
    background: url(images/5-boxes-fifth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-1 .five-boxes-fifth-mobile a:link, #homepage-section-1 .five-boxes-fifth-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/5-boxes-fifth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .container {
    float: left;
    margin: 16px 0 0 0;
    margin: 1.6rem 0 0 0;
    position: relative;
    width: 100%;
}
#homepage-section-2 .six-boxes-first, #homepage-section-2 .six-boxes-second, #homepage-section-2 .six-boxes-third, #homepage-section-2 .six-boxes-fourth, #homepage-section-2 .six-boxes-fifth, #homepage-section-2 .six-boxes-sixth {
    display: none;
}
#homepage-section-2 .six-boxes-first-mobile {
    background: url(images/6-boxes-first-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-first-mobile a:link, #homepage-section-2 .six-boxes-first-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/6-boxes-first-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-second-mobile {
    background: url(images/6-boxes-second-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-second-mobile a:link, #homepage-section-2 .six-boxes-second-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/6-boxes-second-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-third-mobile {
    background: url(images/6-boxes-third-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-third-mobile a:link, #homepage-section-2 .six-boxes-third-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/6-boxes-third-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-fourth-mobile {
    background: url(images/6-boxes-fourth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-fourth-mobile a:link, #homepage-section-2 .six-boxes-fourth-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/6-boxes-fourth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-fifth-mobile {
    background: url(images/6-boxes-fifth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-fifth-mobile a:link, #homepage-section-2 .six-boxes-fifth-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/6-boxes-fifth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-sixth-mobile {
    background: url(images/6-boxes-sixth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-2 .six-boxes-sixth-mobile a:link, #homepage-section-2 .six-boxes-sixth-mobile a:visited {
    display: block;
    text-decoration: none;
    background: url(images/6-boxes-sixth-mobile.png) left top no-repeat;
    background-size: contain;
}
#homepage-section-3 .homepage-donor-links {
    background: url(images/home-donate-now-header.jpg) top left no-repeat;
    float: none;
    margin: 36px 0 0 0;
    margin: 3.6rem 0 0 0;
    width: 100%;
    border: 1px solid #919191;
    padding: 115px 30px 15px;
    padding: 11.5rem 3rem 1.5rem;
    height: auto;
    clear: both;
}
#homepage-section-3 .homepage-donor-links .donor-link {
    height: 75px;
    width: 100%;
    float: none;
}
#homepage-section-3 .homepage-donor-links p {
    line-height: 90%;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding-top: 24px;
    padding-top: 2.4rem;
}
#homepage-section-3 .homepage-donor-links a {
    color: #635E59;
}
#homepage-section-3 .homepage-donor-links a:hover {
    color: #d11f43;
}
#homepage-section-3 .homepage-event-calendar {
    background: url(images/home-calendar-header.jpg) top left no-repeat;
    float: none;
    margin: 36px 0 0 0;
    margin: 3.6rem 0 0 0;
    width: 100%;
    border: 1px solid #919191;
    padding: 115px 15px 15px;
    padding: 11.5rem 1.5rem 1.5rem;
}
#homepage-section-3 .homepage-blog-teaser {
    background: url(images/home-blog-header.jpg) top left no-repeat;
    float: none;
    width: 100%;
    margin: 36px 0 0 0;
    margin: 3.6rem 0 0 0;
    border: 1px solid #919191;
    padding: 115px 30px 15px;
    padding: 11.5rem 3rem 1.5rem;
}
#homepage-section-3 .homepage-blog-teaser a {
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    font-size: 2rem;
    color: #33312f;
}
#homepage-section-3 .homepage-blog-teaser a:hover {
    color: #d11f43;
}
#homepage-section-3 .homepage-blog-teaser p {
    font-size: 1.8rem;
    font-size: 18px;
    padding: 10px 0;
    padding: 1rem 0;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
/* Other page content
--------------------------------------------- */
.link-button {
    text-align: center;
    width: 185px;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
}
.link-button a {
    background-color: #D11F43;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    padding: 4px 12px;
    padding: 0.4rem 1.2rem;
    text-transform: uppercase;
}
.link-button a:hover {
    background-color: #48ffba;
    color: #000000;
}
body.search-results {
    background-color: #fff;
}
/* Other page content
--------------------------------------------- */
.orchestra-players {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
}
#orchestra-player-details p {
    margin: 1.8rem 0 0;
    padding: 0;
    line-height: 1.3;
}
/* Entries
--------------------------------------------- */
.entry {
    background-color: #fff;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}
.single-performance .entry-content, .single-composer .entry-content, .single-guestartist .entry-content {
    margin-top: 20px;
    margin-top: 2rem;
}
.entry-content a {
    color: #d11f43;
}
.entry-content a:hover {
    color: #48ffba;
}
.entry-content .attachment a, .entry-content .gallery a {
    border: none;
}
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}
.entry-content ol ul, .entry-content ul ol {
    margin-bottom: 0;
}
.entry-content ol, .entry-content ul {
    margin-left: 40px;
    margin-left: 4rem;
}
.entry-content ol li, .entry-content ul li ol li {
    list-style-type: decimal;
}
.entry-content ul li {
    list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
    margin-bottom: 0;
}
.entry-content .search-form {
    width: 50%;
}
.entry-meta {
    color: #888;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-header .entry-meta {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}
.single-performance .entry-header .entry-meta, .single-composer .entry-header .entry-meta, .single-guestartist .entry-header .entry-meta, .single-orchestraplayer .entry-header .entry-meta {
    display: none;
}
.single-performance .entry-footer .entry-meta, .single-composer .entry-footer .entry-meta, .single-guestartist .entry-footer .entry-meta, .single-orchestraplayer .entry-footer .entry-meta {
    clear: both;
}
.entry-footer .entry-meta {
    border-top: 1px solid #ddd;
    padding-top: 12px;
    padding-top: 1.2rem;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
    margin: 0 0.6rem 0 0.2rem;
}
.entry-categories, .entry-tags {
    display: block;
}
.post-author-gravatar img {
    margin: 0 16px 0 0;
    margin: 0 1.6rem 0 0;
}
.perf-quote {
    line-height: 1.325;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
.perf-quote-source {
    font-style: italic;
}
.order-tickets-columns {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: center;
}
.order-tickets-columns .one-half, .order-tickets-columns .one-third, .order-tickets-columns .one-fourth, .order-tickets-columns .one-sixth {
    margin-top: 30px;
    margin-top: 3rem;
}
.directions-columns {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: left;
}
.directions-columns .one-half, .directions-columns .one-third, .directions-columns .one-fourth, .directions-columns .one-sixth {
    margin-top: 30px;
    margin-top: 3rem;
}
.hotel-logo {
    padding: 10px 0 0 0;
}
/* Taxonomy Archive Pages
--------------------------------------------- */
.performances-tax-archive-content, .composers-tax-archive-content, .artists-tax-archive-content {
    line-height: 1.325;
}
.tax-archive-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.1;
}
.tax-archive-thumbnail, .tax-archive-title, .tax-archive-instruments, .tax-archive-performance, .tax-archive-work, .tax-archive-date-time, .tax-archive-location, .tax-archive-excerpt {
    margin-bottom: 5px;
    margin-bottom: .5rem;
}
.sponsor-logo {
    text-align: center;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
}
/* Pagination
--------------------------------------------- */
.archive-pagination, .entry-pagination {
    clear: left;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    margin: 40px 0;
    margin: 4rem 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.archive-pagination li {
    display: inline-block;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.archive-pagination li a {
    background-color: #d11f43;
    border: 1px solid #d11f43;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    padding: 0.8rem 1.2rem;
    line-height: 1.2;
}
.archive-pagination li a:focus {
    border: 1px solid #fff000;
    outline: none;
}
.archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #48ffba;
    border: 1px solid #48ffba;
    color: #fff;
}
.entry-pagination a {
    border-bottom: 1px solid #d11f43;
}
/* Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
    clear: both;
    background-color: #fff;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}
.comment-content {
    clear: both;
}
.entry-comments .comment-author {
    margin-bottom: 0;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 100%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
    margin-right: 1.2rem;
}
.comment-list li, .ping-list li {
    list-style-type: none;
}
.comment-list li {
    margin-top: 24px;
    margin-top: 2.4rem;
    padding: 32px;
    padding: 3.2rem;
}
.comment-list li li {
    margin-right: -32px;
    margin-right: -3.2rem;
}
li.comment {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}
li li.comment {
    border-right: none;
}
.comment .avatar {
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 24px;
    padding: 2.4rem;
}
/* Back to Top Link
--------------------------------------------- */
.back-to-top {
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px auto;
    margin: 2rem auto;
    width: 95%;
}
/* Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
    margin-top: 40px;
    margin-top: 4rem;
}
.sidebar p:last-child {
    margin-bottom: 0;
}
.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}
#menu-archives .sub-menu {
    padding-left: 20px;
}
/* Site Footer
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
    background-color: #f6f3ee;
    color: #635e59;
    clear: both;
    width: 100%;
    margin: 36px auto 16px;
    margin: 3.6rem auto 1.6rem;
}
.footer-widgets a {
    color: #635E59;
}
.footer-widgets a:hover {
    color: #d11f43;
}
.footer-widgets .wrap {
    margin: 20px;
    margin: 2rem;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}
.footer-widgets-1 p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 110%;
    margin: 8px 0;
    margin: .8rem 0;
}
.footer-widgets-1 .footer-phone {
    font-size: 24px;
    font-size: 2.4rem;
    color: #33312f;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
}
.footer-widgets-2 h4 {
    font-weight: 700;
    margin: 10px 0 0;
    margin: 1rem 0 0;
    color: #635e59;
}
.footer-widgets-2 ol, .footer-widgets-2 ul {
    list-style: none outside none;
    padding: 0 15px;
    padding: 0 1.5rem;
}
.footer-widgets-2 li {
    line-height: 135%;
}
.footer-widgets-3 .widget-title {
    margin: 10px 0 0;
    margin: 1rem 0 0;
    color: #635e59;
}
.footer-widgets-3 .foot-connect {
    width: 200px;
    margin: 20px auto;
    margin: 2rem auto;
}
.footer-widgets-3 h4 {
    margin: 0 0 18px 0;
    margin: 0 0 1.8rem 0;
    color: #635e59;
    font-size: 1.6rem;
    font-size: 16px;
    text-transform: uppercase;
}
.footer-widgets-3 p {
    text-align: left;
    padding: 6px 0 0 46px;
    padding: .6rem 0 0 4.6rem;
}
.footer-widgets-3 .foot-facebook {
    float: left;
    width: 34px;
    height: 34px;
    background: url(images/foot-facebook.png) left top no-repeat;
}
.footer-widgets-3 .foot-facebook a:link, .footer-widgets-3 .foot-facebook a:visited {
    display: block;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background: url(images/foot-facebook.png) left top no-repeat;
}
.footer-widgets-3 .foot-facebook a:hover, .footer-widgets-3 .foot-facebook a:active {
    background: url(images/foot-facebook.png) right top no-repeat;
}
.footer-widgets-3 .foot-twitter {
    float: left;
    width: 34px;
    height: 34px;
    background: url(images/foot-twitter.png) left top no-repeat;
}
.footer-widgets-3 .foot-twitter a:link, .footer-widgets-3 .foot-twitter a:visited {
    display: block;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background: url(images/foot-twitter.png) left top no-repeat;
}
.footer-widgets-3 .foot-twitter a:hover, .footer-widgets-3 .foot-twitter a:active {
    background: url(images/foot-twitter.png) right top no-repeat;
}
.footer-widgets-3 .foot-instagram {
    float: left;
    width: 34px;
    height: 34px;
    background: url(images/foot-instagram.png) left top no-repeat;
}
.footer-widgets-3 .foot-instagram a:link, .footer-widgets-3 .foot-instagram a:visited {
    display: block;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background: url(images/foot-instagram.png) left top no-repeat;
}
.footer-widgets-3 .foot-instagram a:hover, .footer-widgets-3 .foot-instagram a:active {
    background: url(images/foot-instagram.png) right top no-repeat;
}
.footer-widgets-3 .foot-youtube {
    float: left;
    width: 34px;
    height: 34px;
    background: url(images/foot-youtube.png) left top no-repeat;
}
.footer-widgets-3 .foot-youtube a:link, .footer-widgets-3 .foot-youtube a:visited {
    display: block;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background: url(images/foot-youtube.png) left top no-repeat;
}
.footer-widgets-3 .foot-youtube a:hover, .footer-widgets-3 .foot-youtube a:active {
    background: url(images/foot-youtube.png) right top no-repeat;
}
.footer-widgets-3 .foot-pinterest {
    float: left;
    width: 34px;
    height: 34px;
    background: url(images/foot-pinterest.png) left top no-repeat;
}
.footer-widgets-3 .foot-pinterest a:link, .footer-widgets-3 .foot-pinterest a:visited {
    display: block;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background: url(images/foot-pinterest.png) left top no-repeat;
}
.footer-widgets-3 .foot-pinterest a:hover, .footer-widgets-3 .foot-pinterest a:active {
    background: url(images/foot-pinterest.png) right top no-repeat;
}
.footer-button {
    text-align: center;
    margin: 30px auto;
    margin: 3rem auto;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    width: 300px;
}
.footer-button a {
    background-color: #D11F43;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    padding: 4px 12px;
    padding: .4rem 1.2rem;
    text-transform: uppercase;
}
.footer-button a:hover {
    background-color: #48ffba;
    color: #000000;
}
.footer-contact-button {
    text-align: center;
    margin: 30px auto;
    margin: 3rem auto;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    width: 200px;
}
.footer-contact-button a {
    background-color: #D11F43;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    padding: 4px 12px;
    padding: .4rem 1.2rem;
    text-transform: uppercase;
}
.footer-contact-button a:hover {
    background-color: #48ffba;
    color: #000000;
}
.credits-area {
    width: 100%;
}
.credits-wrap {
    margin: 0 auto;
    width: 95%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}
.credits-wrap .links {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.credits-wrap .info {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.credits-wrap a {
    color: #635E59;
}
.credits-wrap a:hover {
    color: #d11f43;
}
/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
    /* SmartMenus on Mobile
--------------------------------------------- */
    /* --- OPTIONAL --- UNCOMMENT ONLY IF YOU ALSO UNCOMMENTED THE SAME SELECTOR IN THE DESKTOP MEDIA QUERY BELOW.

ul.sm {
  float: none;
}
*/
    .sm a {
        display: inline-block;
        padding: 13px 11px 13px 20px;
        padding: 1.3rem 1.1rem 1.3rem 2rem;
        font-family: 'franklin-gothic-urw-cond', Arial, sans-serif;
        font-weight: 400;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.2;
        text-decoration: none;
    }
    .sm ul a {
        font-size: 18px;
        font-size: 1.8rem;
    }
    /* The following will make the sub menus collapsible for small screen devices (do NOT edit this section) */
    ul.sm {
        width: auto !important;
    }
    ul.sm ul {
        display: none;
        position: static !important;
        top: auto !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }
    ul.sm > li {
        float: none;
    }
    ul.sm > li > a, ul.sm ul.sm-nowrap > li > a {
        white-space: normal;
    }
    ul.sm iframe {
        display: none;
    }
    .sm {
        background: #fff;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .sm li {
        border-top: 1px solid #ccc;
    }
    .sm li:first-child {
        border-bottom: none;
    }
    .sm a {
        color: #333;
        background: #fff;
    }
    .sm a:hover, .sm a:focus, .sm a:active, .sm a.highlighted {
        color: #333;
    }
    /* current items - add the class manually to some item or check the "markCurrentItem" script option */
    .sm a.current, .sm a.current:hover, .sm a.current:focus, .sm a.current:active {
        color: #333;
    }
    /* Sub menu indicators
===================*/
    .sm a span.sub-arrow, .sm ul a span.sub-arrow {
        position: absolute;
        top: 40%;
        right: 10px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #888;
    }
    .sm-vertical a span.sub-arrow {
        right: auto;
        margin-left: -14px;
        margin-left: -1.4rem;
    }
    /* Hide sub indicator when item is expanded - we enable the item link when it's expanded ********************/
    .sm a.highlighted span.sub-arrow {
        display: none !important;
    }
    .sm a.has-submenu {
        padding-right: 23px;
        padding-right: 2.3rem;
    }
    .sm ul a.has-submenu, .sm-vertical a.has-submenu {
        padding-right: 23px;
        padding-right: 2.3rem;
    }
    /* add some text indentation for the 2+ level sub menu items */
    .sm ul a {
        border-left: 12px solid transparent;
        background: rgba(100, 100, 100, 0.1);
    }
    .sm ul ul a {
        border-left: 24px solid transparent;
        background: rgba(100, 100, 100, 0.2);
    }
    .sm ul ul ul a {
        border-left: 36px solid transparent;
        background: rgba(100, 100, 100, 0.3);
    }
    .sm ul ul ul ul a {
        border-left: 48px solid transparent;
        background: rgba(100, 100, 100, 0.4);
    }
    .sm ul ul ul ul ul a {
        border-left: 60px solid transparent;
        background: rgba(100, 100, 100, 0.5);
    }
    /* END SmartMenus on Mobile
--------------------------------------------- */
}
@media only screen and (min-width: 600px) {
    .header-image .title-area {
        width: 467px;
        height: auto;
    }
    .header-image .site-title a {
        height: 215px;
        max-width: 467px;
    }
    #homepage-section-1 .container {
        float: left;
        margin: 26px 0 0 2.4%;
        margin: 2.6rem 0 0 2.4%;
        position: relative;
        width: 18%;
    }
    #homepage-section-1 .container:first-child {
        margin: 26px 0 0 0;
        margin: 2.6rem 0 0 0;
    }
    #homepage-section-1 .five-boxes-first-mobile, #homepage-section-1 .five-boxes-second-mobile, #homepage-section-1 .five-boxes-third-mobile, #homepage-section-1 .five-boxes-fourth-mobile, #homepage-section-1 .five-boxes-fifth-mobile {
        display: none;
    }
    #homepage-section-1 .five-boxes-first, #homepage-section-1 .five-boxes-second, #homepage-section-1 .five-boxes-third, #homepage-section-1 .five-boxes-fourth, #homepage-section-1 .five-boxes-fifth {
        display: block;
    }
    #homepage-section-1 .five-boxes-first {
        background: url(images/5-boxes-first.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-first a:link, #homepage-section-1 .five-boxes-first a:visited {
        display: block;
        text-decoration: none;
        background: url(images/5-boxes-first.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-first a:hover, #homepage-section-1 .five-boxes-first a:active {
        background: url(images/5-boxes-first-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-second {
        background: url(images/5-boxes-second.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-second a:link, #homepage-section-1 .five-boxes-second a:visited {
        display: block;
        text-decoration: none;
        background: url(images/5-boxes-second.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-second a:hover, #homepage-section-1 .five-boxes-second a:active {
        background: url(images/5-boxes-second-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-third {
        background: url(images/5-boxes-third.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-third a:link, #homepage-section-1 .five-boxes-third a:visited {
        display: block;
        text-decoration: none;
        background: url(images/5-boxes-third.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-third a:hover, #homepage-section-1 .five-boxes-third a:active {
        background: url(images/5-boxes-third-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-fourth {
        background: url(images/5-boxes-fourth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-fourth a:link, #homepage-section-1 .five-boxes-fourth a:visited {
        display: block;
        text-decoration: none;
        background: url(images/5-boxes-fourth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-fourth a:hover, #homepage-section-1 .five-boxes-fourth a:active {
        background: url(images/5-boxes-fourth-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-fifth {
        background: url(images/5-boxes-fifth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-fifth a:link, #homepage-section-1 .five-boxes-fifth a:visited {
        display: block;
        text-decoration: none;
        background: url(images/5-boxes-fifth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-1 .five-boxes-fifth a:hover, #homepage-section-1 .five-boxes-fifth a:active {
        background: url(images/5-boxes-fifth-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .container {
        float: left;
        margin: 16px 0 0 1.9%;
        margin: 1.6rem 0 0 1.9%;
        position: relative;
        width: 15%;
    }
    #homepage-section-2 .container:first-child {
        margin: 16px 0 0 0;
        margin: 1.6rem 0 0 0;
    }
    #homepage-section-2 .six-boxes-first-mobile, #homepage-section-2 .six-boxes-second-mobile, #homepage-section-2 .six-boxes-third-mobile, #homepage-section-2 .six-boxes-fourth-mobile, #homepage-section-2 .six-boxes-fifth-mobile, #homepage-section-2 .six-boxes-sixth-mobile {
        display: none;
    }
    #homepage-section-2 .six-boxes-first, #homepage-section-2 .six-boxes-second, #homepage-section-2 .six-boxes-third, #homepage-section-2 .six-boxes-fourth, #homepage-section-2 .six-boxes-fifth, #homepage-section-2 .six-boxes-sixth {
        display: block;
    }
    #homepage-section-2 .six-boxes-first {
        background: url(images/6-boxes-first.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-first a:link, #homepage-section-2 .six-boxes-first a:visited {
        display: block;
        text-decoration: none;
        background: url(images/6-boxes-first.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-first a:hover, #homepage-section-2 .six-boxes-first a:active {
        background: url(images/6-boxes-first-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-second {
        background: url(images/6-boxes-second.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-second a:link, #homepage-section-2 .six-boxes-second a:visited {
        display: block;
        text-decoration: none;
        background: url(images/6-boxes-second.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-second a:hover, #homepage-section-2 .six-boxes-second a:active {
        background: url(images/6-boxes-second-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-third {
        background: url(images/6-boxes-third.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-third a:link, #homepage-section-2 .six-boxes-third a:visited {
        display: block;
        text-decoration: none;
        background: url(images/6-boxes-third.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-third a:hover, #homepage-section-2 .six-boxes-third a:active {
        background: url(images/6-boxes-third-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-fourth {
        background: url(images/6-boxes-fourth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-fourth a:link, #homepage-section-2 .six-boxes-fourth a:visited {
        display: block;
        text-decoration: none;
        background: url(images/6-boxes-fourth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-fourth a:hover, #homepage-section-2 .six-boxes-fourth a:active {
        background: url(images/6-boxes-fourth-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-fifth {
        background: url(images/6-boxes-fifth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-fifth a:link, #homepage-section-2 .six-boxes-fifth a:visited {
        display: block;
        text-decoration: none;
        background: url(images/6-boxes-fifth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-fifth a:hover, #homepage-section-2 .six-boxes-fifth a:active {
        background: url(images/6-boxes-fifth-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-sixth {
        background: url(images/6-boxes-sixth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-sixth a:link, #homepage-section-2 .six-boxes-sixth a:visited {
        display: block;
        text-decoration: none;
        background: url(images/6-boxes-sixth.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-2 .six-boxes-sixth a:hover, #homepage-section-2 .six-boxes-sixth a:active {
        background: url(images/6-boxes-sixth-hover.png) left top no-repeat;
        background-size: contain;
    }
    #homepage-section-3 .homepage-donor-links {
        min-height: 300px;
    }
    #homepage-section-3 .homepage-donor-links .donor-link {
        height: 75px;
        float: left;
    }
    #homepage-section-3 .homepage-donor-links .donor-link {
        width: 245px;
    }
    .orchestra-players {
        float: left;
        margin: 0 30px 30px 0;
        width: 26%;
    }
    div.gform_wrapper .top_label li.gfield.gf_left_half {
        float: left;
        width: 49%;
    }
    div.gform_wrapper .top_label li.gfield.gf_right_half {
        float: right;
        width: 49%;
    }
    div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
        width: 47%;
    }
    div.gform_wrapper .ginput_complex .ginput_left {
        float: left;
        width: 50%;
    }
    div.gform_wrapper .ginput_complex .ginput_right {
        float: right;
        width: 50%;
    }
}
@media only screen and (min-width: 900px) {
    #homepage-section-1 .container {
        margin: 36px 0 0 2.4%;
        margin: 3.6rem 0 0 2.4%;
    }
    #homepage-section-1 .container:first-child {
        margin: 36px 0 0 0;
        margin: 3.6rem 0 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    body.blog main.content, body.archive main.content, body.search main.content {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    body.performances-tax-archive main.content, body.artists-tax-archive main.content, body.composers-tax-archive main.content {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .above-header-area {
        width: 95%;
    }
    .above-header-area .social-links-phone {
        width: 70%;
        float: left;
        text-align: right;
        margin: 0 auto;
    }
    .above-header-area .head-facebook {
        margin-left: 8px;
        margin-left: .8rem;
    }
    .above-header-area .head-twitter {
        margin-left: 8px;
        margin-left: .8rem;
    }
    .above-header-area .head-instagram {
        margin-left: 8px;
        margin-left: .8rem;
    }
    .above-header-area .head-youtube {
        margin-left: 8px;
        margin-left: .8rem;
    }
    .above-header-area .head-pinterest {
        margin-left: 8px;
        margin-left: .8rem;
    }
    .above-header-area input, .above-header-area select, .above-header-area textarea {
        float: none;
        width: 25%;
        margin: 3px 8px;
        margin: .3rem .8rem;
    }
    .header-image .title-area {
        background: url(images/logo-large.png) top left no-repeat;
        float: left;
        width: 803px;
        margin: 0 auto;
    }
    .header-image .site-title a {
        height: 157px;
        max-width: 803px;
    }
    .site-header .widget-area {
        float: right;
        width: 150px;
    }
    .mobile-hide {
        display: block;
    }
    #menu-button-container {
        margin: 0 auto;
    }
    #menu-button {
        display: none;
    }
    #menu-main-menu.collapsed {
        display: inline;
    }
    /* SmartMenus on Desktop
--------------------------------------------- */
    .sm a {
        padding: 13px 46px;
        padding: 1.3rem 4.6rem;
        font-family: 'franklin-gothic-urw-cond', Arial, sans-serif;
        font-weight: 400;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.2;
        text-decoration: none;
        background: transparent;
        color: #95918d;
        text-transform: uppercase;
    }
    /* This controls the dropdown menu background color */
    .sm ul {
        background: #fff;
    }
    /* --- OPTIONAL --- UNCOMMENT TO ALIGN MENU TO THE RIGHT. BE SURE TO UNCOMMENT THE SAME SELECTOR IN THE MOBILE MEDIA QUERY ABOVE.

ul.sm {
  float: right;
}
*/
    .sm ul a {
        color: #333;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .sm a:hover, .sm a:focus, .sm a:active, .sm a.highlighted {
        background: transparent;
        color: #d11f43;
    }
    /* This controls the dropdown menu hover background and font color */
    .sm ul a:hover, .sm ul a:focus, .sm ul a:active, .sm ul a.highlighted {
        background: #eee;
        color: #333;
    }
    /* current items - add the class manually to some item or check the "markCurrentItem" script option */
    .sm a.current, .sm a.current:hover, .sm a.current:focus, .sm a.current:active {
        background: transparent;
        color: #ccc;
    }
    .sm .has-submenu li {
        color: #333;
        background: #fff;
    }
    .sm a.has-submenu {
        padding-right: 23px;
        padding-right: 2.3rem;
    }
    .sm ul a.has-submenu, .sm-vertical a.has-submenu {
        padding-right: 23px;
        padding-right: 2.3rem;
    }
    /* Sub menu indicators
===================*/
    .sm ul a span.sub-arrow {
        position: absolute;
        top: 40%;
        right: 10px;
        width: 0;
        height: 0;
        border-left: 6px solid #888;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
    .sm-vertical a span.sub-arrow {
        right: auto;
        margin-left: -10px;
    }
    /* Items separators
===================*/
    .sm ul li, .sm-vertical li {
        border-bottom: 1px solid #ccc;
    }
    /* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
==================*/
    .sm span.scroll-up, .sm span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        border: solid #bbb;
        border-width: 1px 0;
        background: #fff;
        height: 20px; /* width and position will be automatically set by the script */
    }
    .sm span.scroll-up-arrow, .sm span.scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px; /* tweak size of the arrow */
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #555 transparent;
    }
    .sm span.scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #555 transparent transparent transparent;
    }
    /* END SmartMenus on Desktop
--------------------------------------------- */
    .content {
        width: 61.666666666666667%; /* Calculate this percentage by dividing the desktop resolution main column width in pixels by the desktop resolution main column + gap + sidebar widths in pixels, then multiply by 100. Keep up to 15 decimal places */
    }
    .full-width-content .content {
        width: 100%;
    }
    .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
        width: 400px;
    }
    .sidebar-primary {
        width: 30%; /* Calculate this percentage by dividing the desktop resolution sidebar width in pixels by the desktop resolution main column + gap + sidebar widths in pixels, then multiply by 100. Keep up to 15 decimal places */
    }
    .sidebar-secondary {
        width: 180px;
    }
    #homepage-section-2 .container {
        margin: 36px 0 0 1.9%;
        margin: 3.6rem 0 0 1.9%;
    }
    #homepage-section-2 .container:first-child {
        margin: 36px 0 0 0;
        margin: 3.6rem 0 0 0;
    }
    #homepage-section-3 .homepage-donor-links {
        float: left;
        margin: 36px 30px 0 0;
        margin: 3.6rem 3rem 0 0;
        width: 31%;
        min-height: 445px;
        padding: 115px 30px 15px;
        padding: 11.5rem 3rem 1.5rem;
    }
    #homepage-section-3 .homepage-donor-links .donor-link {
        height: 75px;
    }
    #homepage-section-3 .homepage-donor-links p {
        line-height: 90%;
        font-family: 'franklin-gothic-urw', Arial, sans-serif;
        font-weight: 900;
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: uppercase;
        padding-top: 24px;
        padding-top: 2.4rem;
    }
    #homepage-section-3 .homepage-donor-links a {
        color: #635E59;
    }
    #homepage-section-3 .homepage-donor-links a:hover {
        color: #d11f43;
    }
    #homepage-section-3 .homepage-event-calendar {
        float: left;
        margin: 36px 30px 0 0;
        margin: 3.6rem 3rem 0 0;
        width: 31%;
        min-height: 445px;
        padding: 145px 15px 15px;
        padding: 14.5rem 1.5rem 1.5rem;
    }
    #homepage-section-3 .homepage-blog-teaser {
        float: left;
        width: 31%;
        margin: 36px 0 0 0;
        margin: 3.6rem 0 0 0;
        min-height: 445px;
        padding: 115px 30px 15px;
        padding: 11.5rem 3rem 1.5rem;
    }
    #homepage-section-3 .homepage-blog-teaser a {
        font-family: 'franklin-gothic-urw', Arial, sans-serif;
        font-weight: 900;
        font-size: 20px;
        font-size: 2rem;
        color: #33312f;
    }
    #homepage-section-3 .homepage-blog-teaser a:hover {
        color: #d11f43;
    }
    #homepage-section-3 .homepage-blog-teaser p {
        font-size: 1.8rem;
        font-size: 18px;
        padding: 10px 0;
        padding: 1rem 0;
    }
    .performances-tax-archive .entry:before, .composers-tax-archive .entry:before, .artists-tax-archive .entry:before {
        content: normal;
        display: block;
    }
    .performances-tax-archive .entry:after, .composers-tax-archive .entry:after, .artists-tax-archive .entry:after {
        clear: none;
        content: normal;
        display: block;
    }
    .performances-tax-archive .performance, .composers-tax-archive .composer, .artists-tax-archive .guestartist {
        float: left;
        width: 30%;
        margin-right: 3%;
    }
    .performances-tax-archive .performance:nth-child(3n+2), .composers-tax-archive .composer:nth-child(3n+2), .artists-tax-archive .guestartist:nth-child(3n+2) {
        clear: left;
    }
    .footer-widgets {
        width: 95%;
    }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        float: left;
        text-align: left;
    }
    .footer-widgets-1 {
        width: 35%;
    }
    .footer-widgets-2 {
        width: 26%;
        margin-left: 36px;
        margin-left: 3.6rem;
    }
    .footer-widgets-2 .foot-connect {
        padding-top: 36px;
        padding-top: 3.6rem;
        border-top: 1px solid #CEC9C4;
        margin-top: 36px;
        margin-top: 3.6rem;
        width: 80%;
    }
    .footer-widgets-3 {
        width: 26%;
        padding-left: 36px;
        padding-left: 3.6rem;
        border-left: 1px solid #CEC9C4;
    }
    .footer-widgets-3 .foot-connect {
        padding-top: 36px;
        padding-top: 3.6rem;
        border-top: 1px solid #CEC9C4;
        margin: 0;
        width: auto;
    }
    .archive-description {
        padding: 0 0 10px 0;
        padding: 0 0 1rem 0;
    }
    .footer-contact-button {
        margin: 25px 0;
        margin: 2.5rem 0;
    }
    .footer-button {
        margin: 15px 0 40px;
        margin: 1.5rem 0 4rem;
        width: auto;
    }
    .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
        margin-left: 2.564102564102564%;
    }
    .one-half, .three-sixths, .two-fourths {
        width: 48.717948717948715%;
    }
    .one-third, .two-sixths {
        width: 31.623931623931625%;
    }
    .four-sixths, .two-thirds {
        width: 65.81196581196582%;
    }
    .one-fourth {
        width: 23.076923076923077%;
    }
    .three-fourths {
        width: 74.35897435897436%;
    }
    .one-sixth {
        width: 14.52991452991453%;
    }
    .five-sixths {
        width: 82.90598290598291%;
    }
    .first {
        clear: both;
        margin-left: 0;
    }
}
@media only screen and (min-width: 1260px) {
    body.blog main.content, body.archive main.content, body.search main.content {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    body.performances-tax-archive main.content, body.artists-tax-archive main.content, body.composers-tax-archive main.content {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    body.blog h1.archive-title, body.archive h1.archive-title, body.search h1.archive-title {
        font-size: 42px;
        font-size: 4.2rem;
    }
    .above-header-area {
        width: 1150px;
    }
    .site-header {
        margin: 20px auto 0;
        width: 1150px;
    }
    .nav-primary .wrap, .header-area {
        margin: 0 auto;
        max-width: 1150px;
    }
    .content-sidebar-wrap {
        margin: 0 auto;
        width: 1150px;
    }
    .home .content-sidebar-wrap {
        width: 1150px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
        width: 1150px;
    }
    .content {
        float: right;
        width: 740px;
    }
    .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
        width: 540px;
    }
    .container-wrap {
        margin: 0 auto;
        width: 1150px;
    }
    .home .content {
        width: 1150px;
    }
    .home.full-width-content .content {
        width: 100%;
    }
    #homepage-section-1 .container {
        margin: 36px 0 0 18px;
        margin: 3.6rem 0 0 1.8rem;
        min-height: 340px;
        width: 215px;
    }
    #homepage-section-1 .container:first-child {
        margin: 36px 0 0 0;
        margin: 3.6rem 0 0 0;
    }
    #homepage-section-2 .container {
        margin: 36px 0 0 14px;
        margin: 3.6rem 0 0 1.4rem;
        min-height: 215px;
        width: 180px;
    }
    #homepage-section-2 .container:first-child {
        margin: 36px 0 0 0;
        margin: 3.6rem 0 0 0;
    }
    #homepage-section-3 .homepage-donor-links {
        width: 363px;
    }
    #homepage-section-3 .homepage-event-calendar {
        width: 363px;
    }
    #homepage-section-3 .homepage-blog-teaser {
        width: 364px;
    }
    #main-image-container .main-image {
        width: 1150px;
        margin: 0 auto 25px;
        margin: 0 auto 2.5rem;
    }
    .perform-left {
        width: 48%;
        float: left;
    }
    .perform-right {
        width: 45%;
        float: right;
    }
    .footer-widgets {
        width: 1150px;
    }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        float: left;
        text-align: left;
    }
    .footer-widgets-1 {
        width: 363px;
    }
    .footer-widgets-2 {
        width: 335px;
        margin-left: 56px;
        margin-left: 5.6rem;
    }
    .footer-widgets-3 {
        width: 300px;
    }
    .back-to-top {
        width: 1150px;
    }
    .sidebar {
        margin-top: 20px;
        margin-top: 2rem;
    }
    .sidebar-primary {
        width: 360px;
    }
    .credits-wrap {
        margin: 0 auto;
        width: 1150px;
    }
    .credits-wrap .links {
        float: left;
        width: 40%;
        text-align: left;
    }
    .credits-wrap .info {
        float: right;
        width: 60%;
        text-align: right;
    }
}