/*
	HearNow
	html/css - Ed Stastny
	estastny@cdbaby.com
	original: 20170530
	updated:  20180507
*/
@charset "utf-8";
@font-face {
	font-family: Marvel;
	src: url("Marvel-Regular.ttf");
	unicode-range: U+0000-005E, U+0060-007A;
}

/* Reset
------------------------------------------------------------------------------*/

	html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption {
		background-color: transparent;
		border-bottom-width: 0;
		border-left-width: 0;
		border-right-width: 0;
		border-top-width: 0;
		font-size: 100%;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		vertical-align: baseline;
	}

	q {
		quotes: none;
	}

	q:before,
	q:after {
		content: none;
	}

	a, ins, del {
		text-decoration: none;
	}

	.nav_list li,
	#comment_form li {
		list-style-type: none;
	}

	#content a.image-link,
	#content a.image-link:hover,
	#sidebar a.image-link,
	#sidebar a.image-link:hover,
	#content a.image-link img,
	#content a.image-link:hover img,
	#sidebar a.image-link img,
	#sidebar a.image-link:hover img {
		background-color:transparent;
		border:none;
	}

	#content ul,
	#content li {
		padding: initial;
		margin: initial;
		list-style-position: inside;
	}

/* Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

	#accessibility_nav,
	.hide {
		height: 1px;
		left: -999rem;
		position: absolute;
		top: -999rem;
		width: 1px;
	}

/* Clearfix
------------------------------------------------------------------------------*/

	.clearfix:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}

	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}

/* Foundation overrides */
	label {
		color: inherit;
	}
	body, p {
		line-height: 1.25;
	}
	input[type="text"] {
		margin: 5px;
	}

/* Body Styling
------------------------------------------------------------------------------*/
	body {
		font-family: "Marvel", Helvetica, sans-serif;
		background-color: #222222;
		color: #ffffff;
	}
	body a {
		color: #008cba;
	}
	p {
		margin: 0.5em 0;
	}
	h1, h2, h3, h4, h5, h6 {
		line-height: 1;
		margin-bottom: 0.5em;
	}
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	.page_title {
		text-transform: uppercase;
		margin-bottom: 1rem;
	}
	.hband {
		width: 100%;
		padding: 0;
		margin: 0;
		background-color: #222222;
		color: #ffffff;
	}
	input[type="submit"] {
		padding: 0.5rem 1rem;
		margin: 0.25rem 0 0.5rem 0;
		border-radius: 2rem;
		background-color: #222222;
		color: #ffffff;
		border: 1px solid #ffffff;
		cursor: pointer;
		font-family: inherit;
		font-size: 1rem;
	}
	input[type="submit"]:hover {
		background-color: #ffffff;
		color: #222222;
	}
	.loading_overlay {
		background-color: rgba(255,255,255,0.9);
		position: absolute;
		width: 100%;
		height: 100%;
		padding: 30px;
		color: black;
		z-index: 300;
		font-weight: bold;
		opacity: 0;
		transition: opacity 0.5s;
		top: -5000px;
	}
	.loading_overlay .spinner_img {
		width: 60px;
		height: 60px;
		background-image: url('../images/spinner_filter.gif');
		background-size: cover;
		background-position: center;
		margin: auto;
	}
	.loading_overlay .overlay_message {
		padding: 20px;
		color: black;
		text-align: center;
		font-size: 1.5rem;
	}
	.loading_overlay.show_overlay {
		opacity: .8;
		top: 0;
	}
	#titleband {
		background-color: #008cba;
		background-size: cover;
		background-position: center center;
		background-image: url('../../../img/hb_banner_filtered/42_1514322841.jpg');
		position: relative;
		text-align: center;
	}
	.jp-playlist-item {
		z-index: auto !important; // negotiating heights with nav and editor
	}
	#site_title_small {
		display: none;
	}
	#bannerwrapper {
		background-color: #222222;
		outline: 15px solid rgba(0,0,0,0.65);
		display: inline-block;
		padding: 0;
		margin: 22px 0;
		text-align: center;
	}
	#bannersquare {
		display: inline-block;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url('../../../img/1003402_836585666357624_1537362419232698305_n_-_Copy1.jpg');
		background-position: center;
		width: 370px;
	}
	#bannersquare>img {
		width: 100%;
	}
	#navigation {
		background-color: #ffffff;
	}
	#responsive_nav {
		max-height: 0;
		overflow: hidden;
		background-color: #ffffff;
	}
	#navigation li,
	#responsive_nav li {
		display: inline-block;
		text-transform: uppercase;
		font-size: 1.55rem;
		padding: 0.25rem 1rem;
		margin: 0;
		position: relative;
		color: #222222;
		text-align: left;
		overflow: visible;
	}
	#navigation li:hover,
	#navigation li.focus,
	#navigation li.current,
	#responsive_nav li.current {
		background-color: #444444;
		color: #ffffff;
	}
	#navigation li a,
	#responsive_nav li a {
		white-space: nowrap;
		color: inherit;
		width: 100%;
		display: inline-block;
	}
	#navigation li ul {
		display: none;
		position: absolute;
		background-color: #ffffff;
		z-index: 10;
		margin: 4px -1rem;
		padding: 0;
		width: auto;
	}
	#responsive_nav li ul {
		background-color: #ffffff;
		margin: 0;
		padding-left: 1rem;
	}
	#navigation li:hover ul,
	#navigation li.open ul {
		display: block;
	}
	#navigation li ul li {
		padding: 0;
		margin: 0;
		display: block;
	}
	#navigation li ul a {
		padding: 0 1rem;
		width: 100%;
		display: inline-block;
	}
	#nav_toggle {
		display: none;
		text-align: left;
		width: 42px;
		height: 42px;
		font-size: 1.5rem;
		background-color: #ffffff;
		color: #222222;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1010;
		border-radius: 0 0 0 10px;
	}
	#nav_toggle.active {
		background-color: #222222;
	}
	#nav_toggle .icon>div {
		width: 100%;
		height: 4px;
		padding: 0;
		margin: 3px 0;
		border: 1px solid #222222;
		background-color: #222222;
		border-radius: 15px;
	}
	#nav_toggle.active .icon>div {
		border-color: #ffffff;
		background-color: #ffffff;
	}
	#nav_toggle .icon {
		display: inline-block;
		width: 100%;
		padding: 10px 8px 0 8px;
		box-sizing: border-box;
	}
	#responsive_nav li {
		width: 100%;
		font-size: 1.5rem;
		padding: 0;
	}
	#responsive_nav li a {
		padding: 0 0 0 15px;
	}
	#left_sidebar {
		padding-right: 2rem;
	}
	#site_title {
		text-align: right;
		display: block;
		overflow: hidden;
		margin-bottom: 1rem;
		border-bottom: 1px solid #ffffff;
		font-family: Impact,Charcoal,Sans-Serif;
		font-size: 3.7em;
		padding-bottom: 1rem;
		line-height: 1em;
	}
	#site_title a {
		color: #ffffff;
	}
	#content_sb_row {
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
	#footerband {
		text-align: center;
		padding: 2rem;
		background-color: #444444;
	}

	/* widgets */
	.widget_container {
		margin-bottom: 2rem;
		text-align: right;
	}
	#footer_widgets .widget_container {
		width: 26%;
	}
	.widget_container h1,
	.widget_container h2,
	.widget_container h3 {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.widget_audio .jp-audio {
		margin: 0;
		display: inline-block;
	}
	.widget_audio div.jp-header {
		height: auto;
	}
	.widget_calendar .tour_date {
		font-weight: bold;
		font-size: 1.25rem;
	}
	.widget_calendar .widget_content>ul>li {
		margin-bottom: 1rem;
		list-style: none;
	}
	.social_media_svg {
		fill: #ffffff;
	}
	.widget_social .social_media_link {
		width: 2rem;
		height: 2rem;
		display: inline-block;
		margin: 0 0 0 0.2rem;
	}

	/* pages: general */
	#content .entry {
		margin-bottom: 1rem;
	}

	/* pages: photo */
	.photo_gallery li {
		display: inline-block;
		margin: 0.5rem;
	}

	/* pages: products */
	.products .entry_title,
	.products .entry_content img {
		display: inline-block;
		margin-bottom: 0.75rem;
	}

	/* pages: blog */
	.blog .entry_author,
	.blog .entry_comments {
		display: inline-block;
	}
	#content .entry_meta {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #ffffff;
	}

	/* pages: calendar */
	.date_collection>h2 {
		border-bottom: 1px solid #ffffff;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.date_collection>.calendar_post {
		margin-left: 1rem;
	}
	.calendar_post .cal_left_wrapper,
	.calendar_post .cal_right_wrapper {
		display: inline-block;
		vertical-align: top;
		height: 100%;
		margin: 0;
	}
	.calendar_post .cal_left_wrapper {
		width: 36%;
		padding-right: 1rem;
		box-sizing: border-box;
		border-right: 1px solid #ffffff;
		text-align: right;
	}
	.calendar_post .cal_right_wrapper {
		width: 60%;
		padding-left: 1rem;
		border-left: 1px solid #ffffff;
		margin-left: -1px;
	}
	.calendar_post .event_title {
		text-transform: uppercase;
		padding-bottom: 0.5rem;
		font-size: 1.25rem;
	}
	.calendar_post .price,
	.calendar_post .notes {
		padding-top: 0.5rem;
	}
	.calendar_post address {
		font-style: initial;
	}
	.calendar_post .venue a {
		text-decoration: underline;
	}

	/* pages: contact */
	.contact .act {
		display: block;
	}
	.contact .entry>h2 {
		display: inline-block;
	}
	.contact .entry>h2:after {
		content: " — ";
	}
	.contact .entry>.name,
	.contact .entry>h2 {
		font-size: 2rem;
	}

	/* pages: guestbook */
	.guestbook_post {
		margin: 1rem;
	}
	.guestbook_post .comment_body {
		margin-left: 1rem;
	}
	.guestbook #comment_errors {
		padding: 1rem;
		border: 1px solid #ffffff;
	}
	.contact #content_inner_wrapper li,
	.guestbook #comment_form li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	/* pages: video */
	.vid_thumbnail {
		background-color: transparent;
		background-size: cover;
	}
	.vid_element {
		width: 46%;
	}

	/* pages: audio */
	.album-wrapper #album-meta h2 a {
		line-height: 1.1em;
	}
	.audio #album-meta .album-purchase {
		float: left;
		margin: 0.5em 0 0.5em 0;
	}
	.audio #album-meta .album-purchase,
	.audio #album-meta .album-purchase ul {
		border-radius: 18px;
	}
	.audio #album-meta .album-purchase:hover {
		border-radius: 18px 18px 0 0;
	}
	.audio #album-meta .album-purchase:hover ul {
		border-radius: 0 0 18px 18px;
	}
	.album-label.responsive_hide {
		display: none;
	}
	.album-label.responsive_show {
		display: block;
	}
	.audio #album-meta .album-meta-text h1,
	.audio #album-meta .album-meta-text h2,
	.audio #album-meta .album-meta-text h3,
	.audio #album-meta .album-meta-text h4,
	.audio #album-meta .album-meta-text h5,
	.audio #album-meta .album-meta-text h6,
	.audio #album-meta .album-meta-text span {
		margin-bottom: 2px;
	}
	.audio #album-meta .album-purchase,
	.audio #album-meta .album-purchase ul {
		background-color: #ffffff;
		color: #222222;
	}

/* Media queries 
------------------------------------------------------------------------------*/
@media only screen and (min-width: 551px) {
	.album-purchase .buy_album_button {
		text-align: center;
	}
	#album-meta .album-purchase ul li,
	.audio #album-meta .album-meta-text span {
		padding-right: 16px;
		display: block;
		width: 100%;
	}
	#album-meta .album-purchase ul li {
		padding-right: 30px;
		padding-left: 0;
	}
	.album-purchase ul li a {
		padding: 0;
	}
}
@media only screen and (max-height: 64em) {
	#site_title {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 550px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	#bannerwrapper {
		margin: 0;
		outline: none;
		width: 100%;
	}
	#bannersquare {
		width: 100%;
		box-sizing: border-box;
	}
	#titleband {
		background: none;
	}
	#content_sb_row {
		margin: 0;
	}
	#navigation {
		min-height: 0;
		padding: 0;
	}
	.nav_list {
		display: none;
	}
	#nav_toggle {
		display: inline-block;
	}
	#nav_wrapper {
		margin: 0;
	}
	.stretch_bar_left,
	.stretch_bar_bottom {
		display: none;
	}
	#jplayer_container {
		margin: 0;
	}
	.widget_container,
	#footer_widgets .widget_container {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.widget_container input {
		margin: 5px;
	}
	#banner_slider {
		margin: auto;
	}
	#content_inner_wrapper,
	#left_sidebar {
		padding: 1rem;
	}
	#left_sidebar {
		display: none;
	}
	#site_title {
		display: none;
	}
	#site_title_small {
		display: block;
		font-size: 3rem;
		padding: 1rem 2rem;
	}
	#site_title_small a {
		color: #ffffff;
	}
	.calendar_post .cal_left_wrapper,
	.calendar_post .cal_right_wrapper {
		border: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.date_collection>h2 {
		padding: 0.5rem 0;
		text-align: center;
		text-transform: uppercase;
		border-top: 1px solid #ffffff;
	}
	.date_collection>.calendar_post {
		margin: 0.5rem;
		border-bottom: 1px solid #ffffff;
		padding-bottom: 0.5rem;
	}
	.date_collection>.calendar_post:last-of-type {
		border: none;
	}
	.calendar_post .event_title {
		padding: 0.5rem 0;
	}
	.audio #album-meta .album-purchase,
	.audio #album-meta .album-purchase ul,
	.audio #album-meta .album-purchase:hover,
	.audio #album-meta .album-purchase:hover ul {
		border-radius: 0;
	}
	.audio #album-meta .album-purchase {
		padding-bottom: 10px;
		background-color: transparent;
	}
	#album-meta .album-purchase ul li {
		height: 2em;
	}
}
/* Contact Form */

.float_left
{
	float: left;
}

/* Only in Builder */
.add_field_div
{
	margin-top: 2px;
}

.add_field
{
	cursor: pointer;
	color: #317598;
	font-size: 14px;
}

.add_field_desc
{
	color: #666666;
	font-size: 11px;
	margin-left: 12px;
}

.builder_td
{
	padding: 0;
	width: 250px;
}

.builder_fieldset {
	background-color: #FFFFFF;
	border: 2px solid #68B0B9;
	height: 100%;
	padding: 10px;
	text-align: left;
	width: 220px;
}

#recipient_email_address,
#instructions,
#text_label,
#textarea_label,
#textarea_default_text,
#dropdown_label,
#dropdown_choices,
#checkbox_label,
#checkbox_choices,
#radiobutton_label,
#radiobutton_choices
{
	width: 210px;
}

#instructions,
#textarea_default_text,
#dropdown_choices,
#checkbox_choices,
#radiobutton_choices
{
	height: 70px;
}

#instructions {
	resize: vertical;
}

#contact_form_builder_target
{
	width: 430px;
	text-align: left;
}

#contact_form_builder_modal
{
	background-color: #ffffff;
}

.contact_form_container
{
	width: 375px;
	margin-bottom: 20px;
}


#content #contacts input,	#content #contacts	textarea,
.contact_form_textbox,	.contact_form_textbox	input,
.contact_form_dropdown,	.contact_form_dropdown	select,
.contact_form_textarea,	.contact_form_textarea	textarea,
.contact_form_multi,	.contact_form_multi		input		/* for checkboxes and radiobuttons */
{
	display: -moz-inline-stack !important;
	display: inline-block !important;
	margin: 0 !important;
	text-align: left;
	resize: none;
}

/*
 * this stylesheet is used both dashboard and public side.
 * limit cursor-help for form building to dashboard side.
 * possible bug: if a person names their page "website"... yep
 */
#website
{
	#content #contacts input,	#content #contacts	textarea,
	.contact_form_textbox,	.contact_form_textbox	input,
	.contact_form_dropdown,	.contact_form_dropdown	select,
	.contact_form_textarea,	.contact_form_textarea	textarea,
	.contact_form_multi,	.contact_form_multi		input		/* for checkboxes and radiobuttons */
	{
		cursor: move;
	}
}

/*
#content #contacts input, #content #contacts textarea
{
	width: 300px !important;
}
*/

.contact_form_textbox,	.contact_form_textbox	input,
.contact_form_dropdown,	.contact_form_dropdown	select,
.contact_form_textarea,	.contact_form_textarea	textarea
{
	border-style: dotted;
	border-width: 1px;
	border-color: #444444;
	width: 100% !important;
}

.contact_form_textarea, .contact_form_textarea	textarea
{
	height: 100px !important;
}

#content #contacts input:focus, #content #contacts textarea:focus, #content #contacts select:focus
{
/*	background-color:#ffffe3; */
	border:1px solid #5D88D5;
}

/* Blarm */

.contact_form_row						/* used only in builder */
{
	margin-bottom: 6px;
}

.contact_form_builder_instructions		/* used only in builder */
{
	margin: 10px 7px 0 40px;
}

.contact_form_instructions				/* used only in published page */
{
	width: 375px;
	margin: 10px 0 10px 0;
}

.contact-form-builder-warning
{
	color: red;
	background-color: #fff;
	border: 0 solid red;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.x_delete,				/* used only in builder */
.spacer_20px,			/* used in both builder and published page */
.contact_form_label,	/* used in both builder and published page */
.contact_form_element,	/* used in both builder and published page */
.target_fieldset,		/* used only in builder */
.contact_form_submit	/* used only in published page */
{
	display: -moz-inline-stack !important;
	display: inline-block !important;
}

.contact_form_submit	/* used only in published page */
{
	text-align: center !important;
	width: 85px !important;
}

.x_delete				/* used only in builder */
{
	width: 20px;
	vertical-align: top;
	cursor: pointer;
}

.spacer_20px			/* used in both builder and published page */
{
	width: 20px;
}

.contact_form_label		/* used in both builder and published page */
{
	text-align: left;
	width: 100px;
	vertical-align: top;
	margin: 0 0 6px 0;
}

.contact_form_element	/* used in both builder and published page */
{
	text-align: left;
	width: 225px;
	margin: 0 0 6px 0;
}

.target_fieldset		/* used only in builder */
{
	width: 425px;
	min-height: 375px;
	background: #fff;
	border:2px solid #68B0B9;
}

#contacts #gbimage		/* used only in published page */
{
	border: none;
	background: #000000;
	padding: 0;
}

table.borderless form 
{
margin-top: 0;
}

label.contact_form_instruction
{
background-color: #FFFFFF;
}