/* 

    Theme Name: High Sierra Music Festival
    Description: A lovely custom theme for the High Sierra Music Festival based on the Genesis framework
    Author: Arwyn Todd
    Author URI: http://www.arwyntodd.com

    Template: genesis 
	Template Version: 2.1.2 
	
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/

/* Notes 



*/

/* # Table of Contents
- Variables
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Accordion Shortcodes
- Site Header
	- Title Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- HSMF Footer Widgets
- HSMF Pages
    - HSMF Home Page
	- HSMF Interior Left Indented Page Style
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

/* # Imports
--------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/fontello.eot?1141576');
  src: url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/fontello.eot?1141576#iefix') format('embedded-opentype'),
       url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/fontello.woff2?1141576') format('woff2'),
       url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/fontello.woff?1141576') format('woff'),
       url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/fontello.ttf?1141576') format('truetype'),
       url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/fontello.svg?1141576#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'ge-body';
	src: url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/GeBody.eot?#iefix') format('embedded-opentype'),  
		 url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/GeBody.woff') format('woff'), 
		 url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/GeBody.ttf') format('truetype'), 
		 url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/GeBody.svg#GeBody') format('svg');
    /* src: url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/gebody-x0zj-webfont.woff2') format('woff2'),
         url('http://highsierramusic.com/wp-content/themes/hsmf/fonts/gebody-x0zj-webfont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;

}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?1141576#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-spotify:before { content: '\f1bc'; } /* '' */


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	color: #F1E4B2;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden; /* for h1 extending background */
}

.site-container
{

}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #C5C12F;
	text-decoration: none;
}

a:hover {
	color: #80993C;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.orange-button
{
	font-family: 'ge-body', Impact, sans-serif;
	background: #224f2b;
	padding: 0 10px;
	color: #FDD53F;
	font-size: 38px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	-moz-box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
}

.orange-button:hover
{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #FCB040;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ge-body', Impact, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	display: block;
	text-align: center;
	color: #F1E4B2;
	background: rgb(197,193,47);
	background: linear-gradient(0deg, rgba(197,193,47,1) 0%, rgba(128,153,60,1) 20%, rgba(128,153,60,1) 100%);
	font-size: 64px;
	margin-bottom: 20px;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
    padding: 0;
	line-height: 1;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}

h2 {
	color: #C5C12F;
	font-size: 57px;
}

h3 {
	color: #F1E4B2;
	font-size: 51px;
}

h4 {
	color: #FBAE43;
	font-size: 43px;
}

h5 {
	color: #00A99D;
	font-size: 33px;
}

h6 {
	color: #F1E4B2;
	font-size: 27px;
}

h7
{
	color: #F1E4B2;
	font-size: 16px;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	border: 6px solid #F1E4B2; 
	border-radius: 0;
}

.featured-content img,
.gallery img {
	width: auto;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: transparent;
	border: 3px solid #dc6943;
	color: #dc6943;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 14px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #dc6943;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

input.large-button
{
	color: #458b89;
	border-color: #458b89;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 33px;
	font-weight: 400;
}

input.large-button:hover
{
	background: #458b89;
	color: #fff;
}


/* ## Tables
--------------------------------------------- */

table {
	background: #fff;
	color: #224f2b;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

thead, tbody {
	border: 1px solid #224f2b;
}

td, th {
	text-align: left;
}

td span, th span
{
	display: block;
	font-size: 14px;
	margin-top: -10px;
	margin-bottom: 14px;
}

td {
	border-top: 1px solid #224f2b;
	padding: 6px 20px;
}

th {
	background: #3c6a43;
	color: #FAEBBD;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 30px;
	font-weight: normal;
    	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 20px;
}

.alternate-column, .alternating-table td:nth-of-type(even)
{
	background: #F7F4ED;
}

.empty-table
{
	border: none;
	background: transparent;
}

.empty-table tbody, .empty-table td
{
	border: none;
}

.empty-table td img
{
	display: block;
	margin: 0 auto;
}

hr
{
	margin-bottom: 30px;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner .content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	background: linear-gradient(0deg, rgba(66,62,89,1) 0%, rgba(0,127,118,1) 67%);
}

.content-sidebar-wrap .content
{
	background: url('http://highsierramusic.com/wp-content/themes/hsmf/images/main-bg.png') center top repeat-y;
	background-size: contain;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}


/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}


/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.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-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;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	/* font-size: 36px; */
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* ## Accordion Shortcodes
--------------------------------------------- */

.accordion-title
{
	font-size: 30px;
}

.accordion-title:hover
{
	cursor: pointer;
}

.page-faq h2
{
	font-size: 50px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: url('http://highsierramusic.com/wp-content/uploads/2021/04/header-bg-2022.png') no-repeat scroll bottom #423e59;
	background-size: cover;
	min-height: 560px;
}

.site-header .wrap {
	max-width: 1350px;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
}

.title-area a
{
	display: block;
	width: 100%; 
	height: 360px;
	overflow: hidden;
    text-indent: 120%; /* had to go past 100% for Chrome to keep text hidden */
    white-space: nowrap;
}

.title-area a:hover
{
	background-color: transparent;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-social-media, .header-radio, .header-signup
{
	float: left;
	width: 33%;
	margin: 10px 0 10px;
	font-family: 'ge-body', Impact, sans-serif;
}

.header-social-media
{
	padding: 0 0 0 10px;
}

.header-radio
{
	text-align: center;
	line-height: 1;
}

.header-radio p
{
	margin: 0; /* to combat WP adding p tags around everything */
}

.header-radio a
{
	color: #F1E4B2;
	font-size: 32px;
}

.header-signup
{
	margin-top: 20px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 20px 15px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu:before, .genesis-nav-menu .sub-menu:after
{
	content: '';
	display: block;
	position: absolute;
}

.genesis-nav-menu .sub-menu:before
{
	height: 20px;
	width: 20px;
	top: -10px;
	left: 85px;
	border: 1px solid #c5c12f;
	background: #c5c12f;
	transform: rotate(45deg);
	border-radius: 4px;
}

.genesis-nav-menu .sub-menu li
{
	border-bottom: 6px solid transparent;
}

.genesis-nav-menu .sub-menu a {
	background-color: #c5c12f;
	border: 1px solid transparent;
	border-top: none;
	font-size: 28px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	margin-top: -74px;
	text-align: center;
	background: transparent;
}

.element-is-sticky
{
	background: linear-gradient(0deg, rgba(197,193,47,1) 0%, rgba(128,153,60,1) 20%, rgba(128,153,60,1) 100%);
	box-shadow: none;
	border: none;
}

.nav-primary .genesis-nav-menu a {
	color: #F1E4B2;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #F1E4B2;
	font-size: 25px;
	padding: 4px 10px 0;
	letter-spacing: 0;
}

.nav-primary .genesis-nav-menu .sub-menu li:first-of-type a {
	/* background: url('http://highsierramusic.com/wp-content/uploads/2017/03/submenu.png') no-repeat center bottom; */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-of-type a {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #C5C12F;
	background-color: transparent;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #C5C12F;
	color: #00A99D;
}

#menu-item-11338 a /* ticket menu item */
{
	color: transparent;
	background: url('http://highsierramusic.com/wp-content/themes/hsmf/images/ticket.png') center center no-repeat;
   	width: 149px;
}

#menu-item-11338 .sub-menu a, #menu-item-11338 .sub-menu .sub-menu a
{
	background-image: none;
	background-color: #C5C12F;
	color: #f1e4b2;
	font-size: 28px;
	padding: 4px 10px 0;
	letter-spacing: 0;
	width: 200px;
} 

#menu-item-11338 a:hover
{
	color: transparent;
}

#menu-item-11338 .sub-menu a:hover, #menu-item-11338 .sub-menu .sub-menu a:hover
{
	color: #00A99D;
}


/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	color: #f1e4b2;
	line-height: 1.1;
	margin-bottom: 40px;
	padding: 20px 100px 50px;
}

.content .entry, .blog .content {
	/* background: rgba(255, 255, 255, 0.2); */
}

.blog .content .entry {
	background: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content 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 code {
	background-color: #333;
	color: #ddd;
}

.entry-content p {
	margin-bottom: 16px;
}

.blog .content
{
	padding: 40px 60px;
}

.blog article
{
	display: inline-block;
	max-width: 48%;
	padding: 0 20px 0 0;
	vertical-align: top;
}

.blog article img
{
	width: 220px;
	height: 220px;	
	-webkit-box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	-moz-box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	margin-bottom: 55px;
}

/* this is a bandaid - can't get genesis to turn off the interior blog image */
.blog .entry-content .entry-image-link
{
	display: none;
}

.blog .entry-title
{
	margin: 0 0 10px;
	line-height: .2;
}

.blog .entry-content p
{
	color: #F1E4B2;
	font-size: 18px;
}

.blog .more-link
{
	display: inline-block;
	background: #C5C12F;
	color: #423E59;
	padding: 4px 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	-moz-box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}

.blog .more-link:hover
{
	background: #80993C;
	color: #224f2b;
	box-shadow: none;
}

.single-post .entry
{
	padding: 50px 50px 0;
}

.single-post .entry-content
{
	padding: 0 150px;
}

.single-post .entry-title, .blog .entry-title a
{
	color: #F1E4B2;
	background: none;
	margin: 0;
	box-shadow: none;
	line-height: 1;
	font-size: 38px;
	font-family: 'ge-body', Impact, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

.blog .entry-title a
{
	font-size: 26px;
}

.single-post .wp-post-image
{
	display: block;
	margin: 0 auto 20px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	-moz-box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	box-shadow: 2px 2px 6px 0px rgba(94,92,94,1);
	border-width: 12px;
}

.single-post .prev-next-navigation
{
	position: relative;
	top: -200px;
}

/* 
.single-post .prev-next-navigation a
{
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 24px;
	color: #FAEBBD;
	text-transform: uppercase;
	background: brown;
}
*/

.single-post .prev-next-navigation img
{
	border: none;
}

.single-post .previous
{
	float: left;
}

.single-post .next
{
	float: right;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #F1E4B2;
	font-size: 20px;
	font-family: 'ge-body', Impact, sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}

.blog p.entry-meta
{
	text-align: left;
}

.entry-header .entry-meta {
	margin-bottom: 14px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333048;
	color: #FAEBBD;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 22px;
	line-height: 2;
	letter-spacing: 1px;
	padding: 0 0 40px;
	text-align: center;
}

.site-footer .copyright
{
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 2;	
	text-transform: uppercase;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #FAEBBD;
	text-transform: uppercase;
}

.site-footer a:hover {
	background-color: transparent;
}

.site-footer .katie
{
	vertical-align: middle;
	max-width: 117px;
	border: none;
	border-radius: 0;
}


/* # HSMF Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-signup
{
	background: rgb(197,193,47);
	background: linear-gradient(0deg, rgba(197,193,47,1) 0%, rgba(128,153,60,1) 20%, rgba(128,153,60,1) 100%);
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 24px;
	color: #FAEBBD;
	text-transform: uppercase;
}

.footer-signup .wrap
{	
	padding: 10px 0;
	position: relative;
	z-index: 1;
}

.footer-signup .signup-content
{
	float: left;
	padding: 6px 0 10px 30px;
	width: 42%;
	height: 50px;
}

.header-signup #mce-EMAIL, .footer-signup #mce-EMAIL
{
	float: left;
	padding: 0 10px;
	color: #999;
	background-color: #F1E4B2;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width: 80%;
	height: 35px;
	border: 3px solid #F1E4B2;
	border-right: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.footer-signup #mce-EMAIL
{
	padding: 12px 30px;
	width: 50%;
	height: 50px;
	border-color: #F1E4B2;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.footer-signup #mce-EMAIL::-webkit-input-placeholder {
   color: #999;
}

.footer-signup #mce-EMAIL:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

.footer-signup #mce-EMAIL::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

.footer-signup #mce-EMAIL:-ms-input-placeholder {  
   color: #999;  
}

.header-signup #mc-embedded-subscribe, .footer-signup #mc-embedded-subscribe
{
	float: left;
	color: #423E59;
	background-color: #FBAE43;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	width: 20%;
	height: 35px;
	border: 3px solid #F1E4B2;
	border-radius: 10px;
	margin-left: -10px;
}

.footer-signup #mc-embedded-subscribe
{
	font-size: 22px;
	text-transform: uppercase;
	padding: 2px 20px;
	width: 8%;
	height: 50px;
	border-color: #FAEBBD;
	border-radius: 15px;
}

.footer-buckets, .footer-news
{
	display: none;
}

.header-social-media [class^="icon-"]:before, .header-social-media [class*=" icon-"]:before,
.header-radio [class^="icon-"]:before, .header-radio [class*=" icon-"]:before,
.footer-social-media [class^="icon-"]:before, .footer-social-media [class*=" icon-"]:before
{
	color: #F1E4B2;
	border: 3px solid #F1E4B2;
	border-radius: 50%;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}

.header-social-media [class^="icon-"]:before, .header-social-media [class*=" icon-"]:before,
.header-radio [class^="icon-"]:before, .header-radio [class*=" icon-"]:before
{
	background-color: #006A7F;
	background-image: radial-gradient(#00a99d 10%, #007f76);
	padding: 6px;
	font-size: 32px;
}

.footer-social-media [class^="icon-"]:before, .footer-social-media [class*=" icon-"]:before
{
	background: rgb(112,115,131);
	background: radial-gradient(circle, rgba(112,115,131,1) 32%, rgba(74,71,99,1) 60%);
}

.footer-social-media [class^="icon-"]:before, .footer-social-media [class*=" icon-"]:before
{
	padding: 10px;
	font-size: 40px;
}

.footer-social-media
{
	background: #433f5a;
	text-align: center;
}

.footer-instagram
{
	background: url('http://highsierramusic.com/wp-content/themes/hsmf/images/no-star-footer-bg.png') center top no-repeat, linear-gradient(0deg, rgba(66,62,89,1) 0%, rgba(0,127,118,1) 67%);
	background-size: cover;
	min-height: 610px;
}

.footer-instagram h1, .footer-instagram .sbi
{
	display: none;
}

.drbutton 
{
    margin-left: 20px;
    vertical-align: middle;
}

.footer-menu
{
	padding: 0;
	color: #f1e4b2;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

.footer-menu a
{
	color: #F1E4B2;
	padding: 0 20px;
}

.footer-menu .menu-item
{
	float: left;
	padding: 0;
	text-align: left;
	font-size: 30px;
	width: 16%;
	letter-spacing: 2px;
}

.footer-menu .sub-menu .menu-item
{
	width: 100%;
	max-width: 200px;
	float: none;
	margin-bottom: 16px;
	text-transform: none;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1;
}

.footer-menu .sub-menu li
{
	margin: 0 0 0 20px;
	text-indent: -20px; /* aligns wrap-around menus */
}

.footer-menu ul li:nth-child(1)
{
	width: 14%;
}

.footer-menu ul li:nth-child(3)
{
	width: 11%;
}

.footer-menu ul li:nth-child(4)
{
	width: 21%;
}

.footer-menu ul li:nth-child(5)
{
	width: 20%;
}

.footer-menu ul li:nth-child(6)
{
	width: 17%;
}

.footer-mini-menu 
{
	clear: both;
	padding-top: 32px;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 28px;
	letter-spacing: 2px;
}

.footer-mini-menu a:first-of-type
{
	padding-left: 0;
}

.footer-mini-menu a:last-of-type
{
	padding-right: 0;
}


/* # HSMF Pages
---------------------------------------------------------------------------------------------------- */

/* ## HSMF Home Page
--------------------------------------------- */

.home .nav-primary
{
	box-shadow: 0 2px 4px -2px rgba(94,92,94,1);
	border-bottom: 6px solid #C5C12F;
}

.home .site-inner
{
    position: relative;
    z-index: 2;
}

.home .content .entry
{
	background: transparent;
	margin-top: 0;
	padding-top: 0;
}

.home .content .entry p
{
	color: #224f2b;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 40px;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
}

/* to deal with a WordPress bug that's inserting empty p tags */
.home .site-inner .entry-content p 
{
	margin: 0;
	padding: 0;
}

.hsmf-slider
{
	display: none;
	
	background: #000;
	-webkit-box-shadow: 0px 0px 27px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 27px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 27px -5px rgba(0,0,0,0.75);
}

.hsmf-slider .ls-link:hover
{
	background: transparent;
}

.hsmf-slider img
{
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 0;
}

.large-slider-button
{
	display: block;
	margin: 70px auto 50px;
	width: 482px;
}

.slider-buttons-row-two
{
	display: block;
	margin: 0 auto;
	width: 820px;
}

.home .page, .home .entry
{
	padding-bottom: 0;
	margin-bottom: 0;
}

.sub-lineup
{
	font-size: 15px;
	vertical-align: middle;
}

.lineup-dot
{
	color: #3c6a43;
}

.lineup-buttons
{
	margin: 50px 0 30px;
	text-align: center;
}

.home .footer-buckets, .home .footer-news, .home .footer-instagram,
.home .footer-instagram h1, .home .footer-instagram .sbi
{
	display: block;
}

.home .footer-instagram, .home .footer-social-media, .footer-menu
{
	background-color: #433f5a;
	padding: 15px;
	text-align: center;
}

.footer-menu
{
	background: rgb(51,48,72);
	background: linear-gradient(0deg, rgba(51,48,72,1) 0%, rgba(67,63,90,1) 100%);
}

.home .footer-buckets
{
	background: url('http://highsierramusic.com/wp-content/themes/hsmf/images/bucket-bg.png') center top no-repeat #423e59;
	background-size: contain;
	padding: 30px 0; 
	max-height: 289px;
}

.home .footer-buckets .wrap
{
	padding: 0 10%;
}

.home .footer-buckets .bucket-content
{
	/* width: 30%; */
	height: 225px;
	text-align: center;
	display: inline-block;
}

.home .footer-buckets .bucket-text
{
	color: #FAEBBD;
	position: relative;
	top: -140px;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 30px;
	line-height: 1;
}

.home .footer-buckets .last .bucket-text
{
	top: -150px;
}

.home .footer-buckets img
{
	/* filter: brightness(50%); */
	border: 3px solid #f1e4b2;
	width: 225px;
	height: 225px;
}

.home .footer-buckets img:hover
{
	/* filter: brightness(100%); */
}

.home .footer-news
{
	display: none; /* turned off for the off season */
	padding-bottom: 40px;
	color: #010000;
	font-family: 'ge-body', Impact, sans-serif;
	font-size: 18px;
	line-height: 1.1;
}

.home .footer-news .entry-title, .home .footer-news h2 a
{
	color: #010000;
	font-size: 24px;
	margin: 0 0 4px;
}

.home .footer-news h2 a:hover
{
	color: #010000;
}

.home .footer-news article
{
	display: inline-block;
	max-width: 20%;	
	margin-right: 5%;
	text-align: center;
	border: 6px solid #010000;
	border-radius: 30px;
	background: rgba(252,176,64, 0.5);
	padding: 0;
	vertical-align: top;
	height: 440px;
}

.home .footer-news article:hover
{
	background: rgba(252,176,64, 1);
}

.home .footer-news article a
{
	margin: 0 0 4px;
}

.home .footer-news article img
{
	border: none;
	border-bottom: 6px solid #010000;
	border-radius: 0;
	width: 100%;
	height: 240px !important;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.home .footer-news article p
{
	margin: 0;
}

.home .footer-news article .more-link
{
	display: block;
	color: #010000;
	margin-top: 10px;
}

.home .footer-instagram
{
	padding: 0;
	background: url('http://highsierramusic.com/wp-content/themes/hsmf/images/footer-bg.png') center bottom no-repeat, linear-gradient(0deg, rgba(66,62,89,1) 0%, rgba(0,127,118,1) 67%);
	background-size: cover;
	min-height: 933px;
}

.home .footer-instagram #sb_instagram
{
	margin-top: 40px;
}

.home .footer-instagram .sbi_photo_wrap, .home .footer-instagram .sbi_photo
{
	display: block;
	margin: 0 auto;
	width: 225px;
	height: 225px !important; 
}

.home .footer-instagram .sbi_photo
{
    border: 3px solid #f1e4b2;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}

.home .footer-instagram .radio-link
{
	display: inline-block;
	height: 80px;
	width: 200px;
	margin-left: 650px;
	margin-top: 183px;
	color: transparent;
}

.home .mobile-tickets
{
	display: none;
}


/* ## HSMF Partners Page
--------------------------------------------- */

.page-partners img
{
	border: none;
	border-radius: 0;
}

.page-partners table
{
	background: #fff;
}


/* ## HSMF Voting Page
--------------------------------------------- */

.page-finalists .mobile-voting
{
	display: none;
}

/* ## HSMF Interior Left Indented Page Style
--------------------------------------------- */

/*

.left-indented-content h1,
.left-indented-content h2, 
.left-indented-content h3, 
.left-indented-content h4,
.left-indented-content h5,
.left-indented-content h6,
.left-indented-content p,
.left-indented-content table
{
	margin-left: 280px;
}

.left-indented-content div h1
{
  margin-left: 0;
}

.left-indented-content ul
{	
	margin-left: 296px;
}

.left-indented-content table
{
	width: auto;
}

*/


/* ## HSMF Voting Page
--------------------------------------------- */

.page-lineup-test img
{
	border: none;
	border-radius: 0;
}

.page-lineup-test .wp-block-image
{
	margin-left: 0;
	margin-right: 0;
}

.page-lineup-test .wp-block-columns .wp-block-image
{
	margin: 0;
	padding: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		/* max-width: 960px; */
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		/* width: 620px; */
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	
	.site-header {
		min-height: 450px;
	}
	
	.title-area a
	{
		height: 300px;
	}
	
	.header-social-media [class^="icon-"]::before, 
	.header-social-media [class*=" icon-"]::before, 
	.nav-primary .genesis-nav-menu a
	{
		font-size: 25px;
	}
	
	h1
	{
		font-size: 60px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		/* max-width: 800px; */
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 0 5% 20px;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 12px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.footer-signup .signup-content
	{
		width: 60%;
	}

	.footer-signup #mce-EMAIL
	{
		width: 32%;
	}

	.footer-signup #mc-embedded-subscribe
	{
		padding: 2px 12px;
	}
	
	.left-indented-content h1, 
	.left-indented-content h2, 
	.left-indented-content h3, 
	.left-indented-content h4,
	.left-indented-content h5,
	.left-indented-content h6,
	.left-indented-content p,
	.left-indented-content ul
	{
		margin-left: 0;
	}
	
	.single-post .prev-next-navigation
	{
		position: initial;
	}
	
	.site-header {
		min-height: 384px;
	}
	
	.site-header .wrap, .nav-primary .wrap
	{
		/* max-width: 850px; */
	}
	
	.title-area a
	{
		height: 200px;
	}
	
	.nav-primary
	{
		margin-top: -65px;
	}
	
	.footer-signup
	{
		font-size: 18px;
	}
	
	.footer-signup .signup-content
	{
		padding: 10px 0 10px 30px;
	}
	
	.footer-signup #mc-embedded-subscribe
	{
		font-size: 22px;
	}
	
	.footer-menu .menu-item
	{
		font-size: 20px;
	}
	
	.footer-menu .sub-menu .menu-item
	{
		font-size: 17px;
	}
	
	.footer-social-media [class^="icon-"]::before, .footer-social-media [class*=" icon-"]::before
	{
		font-size: 30px;
	}
	
}

@media only screen and (max-width: 800px) {

	body {
		font-size: 16px;
	}

	.site-header
	{
		min-height: 320px;
	}

	.title-area a
	{
		height: 197px;
	}
	
	.nav-primary .genesis-nav-menu a
	{
		font-size: 18px;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 4px;
	}
	
	.site-inner
	{
		/* padding-top: 5%; */
	}

	.site-inner,
	.wrap {
		/* padding-left: 5%;
		padding-right: 5%; */
	}
	
	.content .entry, .single-post .entry-content
	{
		padding: 5%;
		padding-top: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget .enews-widget {
		padding: 40px;
	}

	.header-radio, .home .footer-instagram, .footer-instagram, .footer-menu
	{
		display: none;
	}

	.header-social-media, .header-signup
	{
		width: 50%;
	}

	.header-signup
	{
		text-align: right;
	}

	.orange-button
	{
		display: block;
		margin: 10px 0;
		font-size: 30px;
	}
	
	.slider-buttons-row-two
	{
		width: 800px;
	}
	
	.slider-buttons-row-two img, .slider-buttons-row-two a
	{
		width: 300px;
	}
	
	.home .site-inner
	{
		/* margin-top: -60px; */
		position: relative;
		z-index: 2;
	}
	
	.home .content .entry p
	{
		font-size: 30px;
	}

	.sub-lineup
	{
		display: block;
	}

	.home .footer-news article
	{
		display: block;
		max-width: 70%;
		margin: 0 auto 20px;
		height: auto;
	}
	
	.home .footer-news article img
	{
		height: auto !important;
	}
	
	.home .footer-signup
	{
		margin-top: 0;
		padding-top: 0;
	}
	
	.blog article
	{
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.footer-signup .wrap
	{
		background: none;
		padding: 5%;
	}
	
	.footer-signup .signup-content, .footer-signup #mce-EMAIL, .footer-signup #mc-embedded-subscribe
	{
		float: none;
		width: 100%;
		border: none;
		margin-bottom: 6px;
		text-align: center;
		border-radius: 15px;
		margin-left: 0;
	}
	
	.footer-signup .signup-content
	{
		height: 100%;
		padding: 0;
		line-height: 1.2;
		font-size: 30px;
	}
	
	.footer-signup #mc-embedded-subscribe:hover
	{
		background: #dc6943;
		color: #202d3f;
	}
	
	.home .footer-buckets
	{
		background-repeat: repeat-y;
		max-height: none;
	}

	.home .footer-buckets .bucket-content
	{
		float: none;
		display: block;
		width: 60%;
		height: auto;
		margin: 0 auto;
	}

	.home .footer-buckets img
	{
		width: 325px;
		height: 325px;
	}

	.home .footer-buckets .bucket-text,
	.home .footer-buckets .last .bucket-text
	{
		top: -190px;
	}

	.home .footer-social-media,
	.footer-social-media
	{
		background-color: #333048;
		border-top: 6px solid #C5C12F;
		padding: 5%;
	}
	
	.footer-social-media .wrap
	{
		width: 100%;
		padding: 0;
	}

	.footer-social-media [class^="icon-"]::before, .footer-social-media [class*=" icon-"]::before 
	{
		font-size: 30px;
	}

	.site-footer .copyright
	{
		font-size: 20px;
	}

	.site-footer
	{
		font-size: 18px;
	}

	.page-finalists td h2
	{
		display: none; 
	}

	.page-finalists td h5
	{
		font-size: 20px;
	}
}

@media only screen and (max-width: 600px) {
	
	.site-header
	{
		background-size: cover;
		min-height: 265px;
	}

	.title-area a
	{
		height: 135px;
	}
	
	h1
	{
		font-size: 40px;
	}
	
	h2
	{
		font-size: 35px;
	}
	
	h3
	{
		font-size: 30px;
	}
	
	h4
	{
		font-size: 25px;
	}
	
	h5
	{
		font-size: 20px;
	}

}

@media only screen and (max-width: 500px) {

	.site-header
	{
		min-height: 160px;
	}

	.title-area a
	{
		height: 130px;
	}
	
	.header-social-media, .header-radio, .header-signup, .home .footer-instagram, .footer-menu
	{
		display: none;
	}
	
	html body div.wprm-wrapper
	{
		height: 0;
	}
	
	.hsmf-slider
	{
		margin: 0;
	}
	
	.large-slider-button
	{
		margin: -26px auto;
	}
	
	.slider-buttons-row-two
	{
		display: none;
	}
	
	.alignright, .alignleft, img.alignright, img.alignleft
	{
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.band-name
	{
		display: block;
	}
	
	.home .entry-content br
	{
		display: none;
	}
	
	.lineup-dot
	{
		display: none;
	}

	.home .footer-news article
	{
		max-width: 90%;
	}

	.home .footer-buckets .bucket-content
	{
		width: 90%;
	}

	.home .footer-buckets .bucket-text
	{
		top: -170px;
	}

	.home .footer-buckets img
	{
		width: 275px;
		height: 275px;
	}
	
	.home .site-inner
	{
		padding-top: 0;
	}
	
	.home .mobile-tickets
	{
		display: block;
		margin: 0 auto 35px;
		text-align: center;
	}
	
	.home .mobile-tickets .orange-button
	{
		font-size: 56px;
	}

	.blog .content
	{
		padding: 10px;
	}

	.blog article img
	{
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.blog .entry-title, .blog p.entry-meta
	{
		text-align: center;
	}

	.blog p.entry-meta
	{
		margin-bottom: 4px;
	}

	.blog .more-link
	{
		width: 100%;
	}

	.single-post .prev-next-navigation img 
	{
	    max-width: 100px;
	}

	.page-finalists .standard-voting
	{
		display: none;
	}

	.page-finalists .mobile-voting
	{
		display: block;
	}

	.page-finalists .mobile-voting td h2
	{
		display: block;
		font-size: 26px;
		text-align: center; 
	}

	.page-finalists .mobile-voting td h5
	{
		font-size: 24px;
	}
}

@media only screen and (max-width: 375px) {
	
	.site-header
	{
		background-size: 375px;
	}
	
	.title-area a
	{
		height: 92px;
	}
	
}