/*
	Theme Name: Outreach Pro
	Theme URI: http://my.studiopress.com/themes/outreach/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.0
	
	Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	
	Template: genesis
	Template Version: 2.0.0
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 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
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Outreach Pro Blue
		- Outreach Pro Orange
		- Outreach Pro Purple
		- Outreach Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src: url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Icon.eot');
	src: url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Icon.eot?#iefix') format('embedded-opentype'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Icon.woff') format('woff'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Icon.ttf') format('truetype'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Regular.eot');
	src: url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Regular.woff') format('woff'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Regular.ttf') format('truetype'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Regular.svg#Icon') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Light.eot');
	src: url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Light.woff') format('woff'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Light.ttf') format('truetype'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Light.svg#Icon') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Bold.eot');
	src: url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Bold.woff') format('woff'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Bold.ttf') format('truetype'),  url('https://www.rockapella.com/wp-content/themes/outreach-pro/fonts/Montserrat-Bold.svg#Icon') format('svg');
	font-weight: 700;
	font-style: normal;
}
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | 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], template {
	display: none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
a {
	background: transparent
}
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: 700
}
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: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg: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
--------------------------------------------- */

.author-box:before, .clearfix:before, .entry-content:before, .entry:before, .footer-widgets:before, .home-top .widget: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-content:after, .entry:after, .footer-widgets:after, .home-top .widget: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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}
body {
	background-color: #fff;
	color: #404041;
	font-family: 'Montserrat';
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.625;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
	-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: #46b7c7;
	text-decoration: none;
}
a:hover {
	color: #46b7c7;
}
p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
blockquote, blockquote::before {
	color: #999;
}
blockquote {
	margin: 40px;
	margin: 4rem;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
cite {
	font-style: normal;
}
/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}
h1 {
	font-size: 56px;
	font-size: 5.6rem;
	margin-bottom: 25px;
}
h2 {
	font-size: 37px;
	font-size: 3.7rem;
	margin-bottom: 25px
}
h3 {
	font-size: 32px;
	font-size: 3.2rem;
}
h4 {
	font-size: 28px;
	font-size: 2.8rem;
}
h5 {
	font-size: 22px;
	font-size: 2.2rem;
}
h6 {
	font-size: 18px;
	font-size: 1.8rem;
}
/* Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.featured-content img, .gallery img {
	width: auto;
}
/* Forms
--------------------------------------------- */

input, select, textarea {
	background-color: #eeeeee;
	border: none;
	border-top: 1px solid #ddd;
	border-radius: 5px;
	color: #3b3d40;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 13px;
	padding: 1.3rem;
	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: #666;
 opacity: 1;
 font-weight: 400;
}

::-webkit-input-placeholder {
 color: #666;
 font-weight: 400;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color: transparent;
	border: 1px solid #c40b00;
	border-radius: 7px;
	color: #c40b00;
	cursor: pointer;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 12px 20px;
	padding: 1.2rem 2rem;
	text-transform: uppercase;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
/*background-color: #5b9b3c;
	color: #fff;*/
}
.button {
	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;
}
td, th {
	text-align: left;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}
th {
	font-weight: 700;
	text-transform: uppercase;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
.site-inner {
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	overflow: hidden;
	line-height: 2;
}
.outreach-pro-home .site-inner {
	padding: 0;
}
.outreach-pro-landing .wrap {
	max-width: 900px;
}
/* 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: 930px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* Content */

.content {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 40px 0;
	width: 72%;
}
.content-sidebar .content {
	padding: 30px 14% 30px 0;
}
.outreach-pro-home .content {
	margin: 0;
}
.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: 550px;
}
.full-width-content .content {
	width: 100%;
}
/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
}
.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: https://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;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}
.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
}
.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	margin: 0 -4rem 4rem;
	padding: 30px;
	padding: 3rem;
}
.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}
.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;
	margin-top: 1.2rem;
}
.entry-content .search-form, .site-header .search-form {
	width: 50%;
}
.search-form 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;
	font-size: 2rem;
}
.entry-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}
.content .entry-title a {
	color: #333;
}
.content .entry-title a:hover {
	color: #46b7c7;
}
.widget-title {
	color: #333132;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	font-weight: 700;
}
.footer-widgets .widget-title, .site-header .widget-title {
	color: #fff;
}
/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}
a.alignnone {
	display: inline-block;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
img.alignnone, .alignnone {
	display: block;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
	font-weight: 700;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}
.widget li {
	margin-bottom: 7px;
	text-align: left;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 2rem;
	text-indent: -2rem;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	margin: 0 0 0 3rem;
	padding: 0;
}
.widget p:last-child, .widget ol > li:last-child, .widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget_calendar table {
	border-color: #494949;
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}
/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}
.featured-content .entry-comments-link {
	float: none;
}
.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	margin-top: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */

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

.sidebar .enews-widget .widget-title {
	color: #fff;
}
.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
.enews-widget input[type="submit"] {
	border: none;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}
.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}
/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
	-webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
}
.content #genesis-responsive-slider a:hover, .content #genesis-responsive-slider h2 a, .content #genesis-responsive-slider h2, .content #genesis-responsive-slider p {
	color: #fff;
}
.content #genesis-responsive-slider a, .content #genesis-responsive-slider h2 a:hover {
	color: #46b7c7;
}
#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}
.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}
html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px;
	padding: 3rem;
}
.content #genesis-responsive-slider p {
	color: #fff;
}
.widget.genesis_responsive_slider, .content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}
.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	margin-top: -4rem;
}
.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	width: 50px;
}
.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}
.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}
.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}
.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 13px;
	padding: 1.3rem;
}
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;
}
/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}
.site-header .widget {
	margin-bottom: 0;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 15px 0 5px;
}
.header-full-width .title-area {
	width: 100%;
}
.site-title {
	font-size: 43px;
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.site-title a, .site-title a:hover {
	color: #fff;
	display: list-item;
}
.header-image .title-area {
	padding: 0;
}
.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}
.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}
.site-description, .site-title {
	margin-bottom: 0;
}
.header-image .site-description, .header-image .site-title {
	display: block;
	text-indent: -9999px;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
}
.site-header .widget li {
	float: left;
	border-color: #fff;
}
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
.site-header .widget-area button:hover, .site-header .widget-area input:hover[type="button"], .site-header .widget-area input:hover[type="reset"], .site-header .widget-area input:hover[type="submit"], .site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 300;
	width: 100%;
}
.genesis-nav-menu, .genesis-nav-menu a {
	color: #272728;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu a {
	display: block;
	padding: 18px 20px;
	padding: 1.8rem 2rem;
}
.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu a:hover, .genesis-nav-menu li:hover > a {
	background-color: #fff;
	color: #000;
}
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #fff;
	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: 999;
}
.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 20px;
	padding: 1.4rem 2rem;
	position: relative;
	width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .date, .genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
	padding: 1.8rem 2rem;
}
.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}
.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}
.genesis-nav-menu > .search {
	padding: 9px 0 0;
	padding: 0.9rem 0 0;
}
.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}
/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li, .site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #46b7c7;
}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background-color: #111;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
.nav-secondary .genesis-nav-menu > li > a:hover, .nav-secondary .genesis-nav-menu > li:hover > a {
	background: none;
}
.nav-secondary .genesis-nav-menu .current-menu-item > a, .nav-secondary .genesis-nav-menu .sub-menu a:hover, .nav-secondary .genesis-nav-menu a:hover, .nav-secondary .genesis-nav-menu li:hover > a {
	color: #46b7c7;
}
.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #090909;
	border-color: #292929;
	color: #fff;
}
.nav-secondary .sub-menu {
	border-color: #292929;
}
/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}
#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 28px;
	font-size: 2.8rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top .widget {
	margin: 0;
	padding: 0;
}
.home-top .widget.genesis_responsive_slider {
	padding: 0;
}
.outreach-pro-home .content {
	padding: 0;
}
/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.entry-content ol, .entry-content p, .entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}
.entry-content ol, .entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}
.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 Meta
--------------------------------------------- */

p.entry-meta {
	color: #46b7c7;
	font-size: 10px;
	font-size: 1.0rem;
	margin-bottom: 10px;
}
p.entry-meta a {
	color: #999;
}
p.entry-meta a:hover {
	color: #333;
}
.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
	padding-top: 1.2rem;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.entry-categories {
	float: left;
}
.entry-comments-link, .entry-tags {
	float: right;
}
/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 30px;
	padding: 3rem;
	text-align: center;
}
.after-entry p:last-child {
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}
.after-entry .featured-content li {
	text-align: center;
}
/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0 0;
	margin: 4rem 0 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;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}
.archive-pagination li a:hover, .archive-pagination .active a {
	background-color: #46b7c7;
}
/* Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
li.comment, li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment-content {
	clear: both;
}
.comment-list li, .entry-pings li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}
.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}
.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;
	margin-right: 1.2rem;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #6a7884;
	font-size: 10px;
	font-size: 1.0rem;
	padding: 35px 0 10px;
}
.sidebar .widget {
	margin-bottom: 25px;
}
.sidebar .widgettitle {
	color: #6a7884;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.sidebar li a {
	color: #6a7884;
}
.sidebar li a:hover, .sidebar .entry-meta a:hover {
	color: #6a7884;
}
/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background-color: #f2f6e9;
	padding: 60px 0 30px;
	padding: 6rem 0 3rem;
}
.sub-footer-left {
	float: left;
	width: 785px;
}
.sub-footer-right {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	width: 235px;
}
.sub-footer-left .entry-title {
	font-size: 30px;
	font-size: 3rem;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #ccc;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 60px 0 30px;
	padding: 6rem 0 3rem;
}
.footer-widgets input {
	border: 1px solid #333;
}
.footer-widgets .entry-meta a:hover, .footer-widgets a:hover {
	color: #fff;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
	width: 255px;
}
.footer-widgets-1, .footer-widgets-2 {
	margin-right: 40px;
	margin-right: 4rem;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	float: left;
}
.footer-widgets-4 {
	float: right;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #272728;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 50px 0 40px;
	padding: 5rem 0 4rem;
	text-align: center;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #f7f7f7;
}
.site-footer p {
	margin-bottom: 0;
	font-weight: 300;
}
/* Custom CSS
------------------------------------------------------------ */

html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.sc-media li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.sc-media a {
	display: block;
	width: 35px;
	height: 35px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: transparent;
	text-indent: 10000px;
	transition: none;
}
.sc-media .sc-fb {
	background-image: url(images/sc-fb.png);
}
.sc-media .sc-tw {
	background-image: url(images/sc-tw.png);
}
.sc-media .sc-io {
	background-image: url(images/sc-io.png);
}
.sc-media .sc-yt {
	background-image: url(images/sc-yt.png);
}
.sc-media .sc-am {
	background-image: url(images/sc-am.png);
}
.sc-media .sc-cdb {
	background-image: url(images/sc-cdb.png);
}
.sc-media .sc-sp {
	background-image: url(images/sc-sp.png);
}
.sc-media .sc-fb:hover {
	background-position: 0 -35px;
}
.sc-media .sc-tw:hover {
	background-position: 0 -35px;
}
.sc-media .sc-io:hover {
	background-position: 0 -35px;
}
.sc-media .sc-yt:hover {
	background-position: 0 -35px;
}
.sc-media .sc-am:hover {
	background-position: 0 -35px;
}
.sc-media .sc-cdb:hover {
	background-position: 0 -35px;
}
.sc-media .sc-sp:hover {
	background-position: 0 -35px;
}
.gform_widget .gform_wrapper {
	margin: 0 !important;
	max-width: 100% !important;
}
.gform_widget .gform_wrapper .gform_heading {
	margin-bottom: 0 !important;
}
.gform_widget .gform_wrapper h3.gform_title {
	margin: 0 0 5px !important;
	color: #fff;
	font-size: 22px !important;
	text-transform: uppercase;
	font-weight: 700;
}
.gform_widget .gform_wrapper span.gform_description {
	display: block;
	color: #fff;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 !important;
	width: 100% !important;
}
.gform_widget .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0 !important;
}
.gform_wrapper .subscribe-form label.gfield_label {
	display: none !important;
}
.gform_wrapper .top_label input[type="text"], .gform_wrapper .top_label input[type="tel"], .gform_wrapper .top_label input[type="email"], .gform_wrapper .top_label select, .gform_wrapper .top_label textarea, .gform_wrapper .hidden_label textarea {
	width: 100% !important;
	font-size: 14px !important;
	padding: 13px !important;
	line-height: normal !important;
}
.gform_wrapper .gfield_required {
	display: none !important;
}
.gform_wrapper textarea {
	height: 105px !important;
}
.gform_wrapper .gform_footer {
	text-align: center;
	padding: 10px;
}
.gform_footer input.button {
	padding: 12px 20px;
	width: 100%;
	max-width: 300px;
	line-height: normal !important;
}
.gform_wrapper form.gf_simple_horizontal {
	overflow: hidden;
}
.gform_wrapper .subscribe-form ul li.gfield {
	padding-right: 0 !important;
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer, .gform_wrapper form.gf_simple_horizontal div.gform_body {
	float: left;
	clear: none !important;
}
.subscribe-form .gform_footer input.button {
	margin-right: 0 !important;
}
.subscribe-form .gform_body input, .subscribe-form .gform_footer input.button {
	border-radius: 0;
}
.subscribe-form .gform_body input {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.subscribe-form .gform_footer input.button {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header-top {
	padding: 5px;
	background-color: #272728;
}
.header-sc-media {
	float: left;
	margin-top: 5px;
}
.header-subscribe-form {
	float: right;
	width: 100%;
	max-width: 550px;
}
.header-subscribe-form .widget-title {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	margin: 15px 0 0;
}
.header-subscribe-form .gform_wrapper {
	float: right;
	width: 66%;
}
.header-subscribe-form .gform_footer input.button {
	color: #fff;
	font-weight: 700;
	background-color: #c40b00;
}
.header-subscribe-form form.gf_simple_horizontal div.gform_body {
	max-width: 270px !important;
	width: 100% !important;
}
.site-header .genesis-nav-menu > li > a {
	padding: 30px 22px;
	border-left: 1px solid #c5c6c7;
}
.site-header .genesis-nav-menu > li:last-child > a {
    border-right: 1px solid #c5c6c7;
}
li#menu-item-21.menu-item menu-item-type-post_type menu-item-object-page menu-item-21 {
	border-right: 1px solid #c5c6c7;
}
.home-bottom-1, .before-footer {
	background-color: #c40b00;
	padding: 40px 50px;
}
.red-subscribe-form .gform_wrapper .gform_heading {
	float: left;
	width: 27%;
	margin-right: 5%;
}
.red-subscribe-form .gform_wrapper .gform_body {
	width: 60% !important;
}
.red-subscribe-form .gform_wrapper .gform_footer input.button, .site-footer .subscribe-form_wrapper .gform_footer input.button {
	background-color: #fff;
	color: #c40b00;
	font-size: 24px;
	border: none;
	padding: 17px 10px !important;
	height: 65px !important;
	width: 65px !important;
}
.red-subscribe-form .gform_wrapper .gform_body input, .site-footer .subscribe-form_wrapper .gform_body input {
	background-color: #a40900;
	color: #fff;
	border: none;
	font-size: 17px !important;
	height: 65px !important;
	padding: 22px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
 color: inherit;
}
:-ms-input-placeholder { /* IE 10+ */
 color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
 color: inherit;
}
a.btn, .news-updates.featured-content .more-link, .bit-rsvp a, .bit-bottom a {
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid !important;
	color: #c40b00 !important;
	display: inline-block !important;
	padding: 12px 40px;
	border-radius: 5px;
	font-size: 11px;
	margin: 5px;
}
a.btn.red {
	background-color: #c40b00;
	color: #fff !important; 
}
a.btn:hover, .news-updates.featured-content .more-link:hover, .bit-rsvp a:hover, .bit-bottom a:hover {
	background-color: #c40b00;
	color: #fff !important;	
}
.upcoming-shows {
	margin-bottom: 40px;
	margin-left: 0 !important;
}
.upcoming-shows li {
	overflow: hidden;
	border-bottom: 1px solid #7c868f;
	padding-bottom: 5px;
	margin-bottom: 10px;
	list-style-type: none !important;
}
.upcoming-shows li:last-child {
	border-bottom: 0;
}
.upcoming-shows li .evt-info {
	float: left;
	color: #333132;
	font-size: 14px;
	width: 55%;
	padding: 10px 0 5px;
}
.upcoming-shows li .evt-info .evt-date {
	text-transform: uppercase;
}
.upcoming-shows li .evt-info .evt-venue {
	margin-left: 35px;
}
.upcoming-shows li .evt-cta {
	float: right;
}
.upcoming-shows li .evt-cta a.btn {
	padding: 12px 15px;
	margin: 0;
}
.home-bottom-2 {
	padding: 30px 0;
	position: relative;
}
.home-bottom-2:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: 0;
	right: 50%;
	background-color: #f5f8fa;
}
.home-bottom-2plus {
	padding: 30px 0;
	position: relative;
}
.home-bottom-2plus:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: 0;
	right: 50%;
	background-color: #fff;
}
.upc-show .widget-title {
	text-align: center;
	font-size: 30px;
}
.tw-feeds, .upc-show {
	text-align: center;
	padding: 0 25px;
}
.tw-feeds{
	margin-top: 15px
}
.upc-show {
	padding-top: 15px;
}
.home-bottom-3 .wrap {
	padding: 50px;
}
.feat-videos .widget-title {
	text-align: center;
	margin-bottom: 15px;
}
.news-updates .widget-title {
	text-align: center;
	margin-bottom: 15px;
}
.feat-videos #videos {
	margin-bottom: 35px;
}
.feat-videos a.btn {
	width: 100%;
	max-width: 295px;
}
.home-bottom-4 {
	padding: 50px 0;
}
.news-updates .widget-title {
	clear: both;
	margin-top: 15px
}
.news-updates.featured-content .entry {
	float: left;
	width: 48.717948717948715%;
	margin-left: 2.564102564102564%;
	text-align: center;
	padding: 0 40px;
}
.news-updates.featured-content .entry:nth-child(2) {
	margin-left: 0;
}
.news-updates.featured-content .entry-title {
	margin-bottom: 0;
	font-weight: 400;
}
.news-updates.featured-content .entry-title a {
	color: #c40b00;
	font-size: 22px;
}
.news-updates.featured-content p.entry-meta {
	font-size: 22px;
	color: #272728;
	text-transform: none;
	line-height: 1;
	margin-bottom: 15px;
}
.news-updates.featured-content .entry-content {
	color: #212122;
	font-size: 15px;
	font-weight: 300;
}
.news-updates.featured-content .more-link {
	display: block;
	margin-top: 15px;
}
.site-footer a.aligncenter {
	max-width: 315px;
	margin-bottom: 0;
}
.site-footer ul.menu {
	max-width: 615px;
	margin: 0 auto 25px;
	border-bottom: 1px solid #4d4f53;
}
.site-footer .subscribe-form_wrapper {
	max-width: 590px;
	margin: 0 auto;
}
.site-footer .subscribe-form_wrapper .gform_heading {
	text-align: center;
}
.site-footer .subscribe-form_wrapper h3.gform_title {
	font-size: 22px;
	line-height: 1;
}
.site-footer .subscribe-form_wrapper span.gform_description {
	text-transform: uppercase;
	font-weight: 100 !important;
}/*=mine*/
.site-footer .subscribe-form_wrapper form.gf_simple_horizontal div.gform_body {
	width: 100% !important;
	max-width: 87%;
}
.site-footer .subscribe-form_wrapper .gform_body input {
	background-color: #212122;
	color: #bcbcbc;
}
.site-footer .subscribe-form_wrapper .gform_footer input.button {
	/*background-color: #fff;
    color: #006793;*/
	color: #fff;
	font-weight: 700;
	background-color: #c40b00;/*=mine*/
}
.site-footer .sc-media {
	margin: 35px 0 25px;
}
.content-sidebar .site-inner {
	position: relative;
}
.content-sidebar .site-inner:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: #e5e5e5;
	display: block;
	left: 70%;
	right: 0;
	background-color: #e5e5e5;
}
.custom_archive .archive-title {
	color: #6a7884;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.custom_archive .entry {
	border-bottom: 1px solid #eff3f4;
}
.custom_archive .entry .entry-content {
	background: #f6f8f9;
	padding: 20px;
	line-height: 1.625;
}
.custom_archive .entry .entry-content p {
	font-size: 12px;
	color: #7b8a97;
}
.custom_archive .entry .entry-title {
	font-weight: 400;
	font-size: 24px;
	color: #6a7884;
	margin-bottom: 35px;
}
#the-making {
	padding: 15px 0 25px;
}
#the-making .one-half {
	padding: 0 0 0 100px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#the-making #tm-scope {
	background-image: url(images/icon-globe.png);
}
#the-making #tm-about {
	background-image: url(images/icon-music.png);
}
#the-making #tm-known {
	background-image: url(images/icon-monitor.png);
}
#the-making #tm-saying {
	background-image: url(images/icon-qoute.png);
}
#the-guys {
	padding: 30px 100% 30px;
	margin: 0 -100%;
	background-color: #f4f4f5;
}
#the-guys-slider {
	margin: 0 0 30px;
}
.member-infos {
	padding: 35px 0;
}
.member-infos .member {
	display: none;
}
#the-guys-slider > li img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
#the-guys-slider > li.active-slide img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
}
#the-guys-slider > li {
	padding: 5px;
}
.active-slide img {
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,.5);
}
.page-the-guys .content, .page-the-guys .content .entry {
	padding-bottom: 0;
	margin-bottom: 0;
}
body.contact-page .site-inner .gform_wrapper h3.gform_title {
	text-align: center;
	color: #6a7884;
	font-size: 24px;
}
body.contact-page .site-inner .gform_wrapper .gform_body {
	background-color: #f9f9f9;
	padding: 0 40px 0 50px;
	width: 100% !important;
}
body.contact-page .site-inner .gform_wrapper .gform_footer {
	background-color: #f9f9f9;
	padding: 35px 50px !important;
	margin: 0 !important;
}
body.contact-page .site-inner .gform_wrapper .gform_footer input.button, .interest-booking .gform_wrapper .gform_footer input.button {
	width: 100%;
	max-width: 300px;
}
body.contact-page .site-inner .gform_wrapper ul li.gfield {
	margin-top: 20px;
}
body.music-page .top-five-music-list, body.discography-page .top-five-music-list {
	display: none;
}
.music-menu {
	background-color: #00a3cc;
	padding: 20px 0;
}
.music-menu .menu {
	text-align: center;
}
.music-menu .menu li {
	margin: 5px;
}
.music-menu .menu li a {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 15px 30px;
	border: 1px solid;
	border-radius: 3px;
}
.music-menu .menu li a:hover {
	color: #00a3cc;
}
.music-list, .music-album {
	max-width: 770px;
}
.music-list li {
	margin-bottom: 20px;
}
.music-album li {
	text-align: center;
}
body.music-page .content-sidebar-wrap .content, body.discography-page .content-sidebar-wrap .content {
	padding: 50px 0;
}
body.tour-page .before-footer {
	padding: 100px 0 75px;
	background-color: #ededee;
}
body.tour-page .interest-booking {
	max-width: 745px;
	margin: 0 auto;
}
.interest-booking .gform_wrapper h3.gform_title {
	text-align: center;
	color: #333132;
	font-size: 24px !important;
	margin-bottom: 45px !important;
}
.interest-booking .gform_wrapper .top_label .gfield_label {
	display: none !important;
}
.interest-booking .gform_wrapper .gform_body input, .interest-booking .gform_wrapper .gform_body textarea {
	color: #828283;
	border: 1px solid #828283;
	background-color: transparent;
}
.interest-booking .gform_wrapper .gform_body textarea {
	min-height: 125px;
}
.site-header .site-title img {
	display: none;
}
.site-header .site-title {
	background: url(images/logo.png) 0 0;
	width: 429px;
	height: 50px;
}
.site-header .site-title:hover {
	background-position: 0 -50px;
}
.site-header .genesis-nav-menu li:hover a, .site-header .genesis-nav-menu .sub-menu li:hover a, .site-header .genesis-nav-menu .sub-menu .menu-item-has-children li:hover a, .site-header .genesis-nav-menu .current-menu-item a, .site-header .genesis-nav-menu .current-menu-ancestor .current-menu-item a, .site-header .genesis-nav-menu .sub-menu .menu-item-has-children .current-menu-item a {
	background: #c40b00;
	color: #fff;
}
#footer-menu .genesis-nav-menu li:hover a, #footer-menu .genesis-nav-menu .sub-menu li:hover a, #footer-menu .genesis-nav-menu .sub-menu .menu-item-has-children li:hover a, #footer-menu .genesis-nav-menu .current-menu-item a, #footer-menu .genesis-nav-menu .current-menu-ancestor .current-menu-item a, #footer-menu .genesis-nav-menu .sub-menu .menu-item-has-children .current-menu-item a {
	background: blue;
	background: #3399cc;
	color: #fff;
}
.site-header .genesis-nav-menu .sub-menu li a, .site-header .genesis-nav-menu .sub-menu .menu-item-has-children li a {
	background: #fff;
	color: #272728;
}
#footer-menu .genesis-nav-menu .sub-menu li a, #footer-menu .genesis-nav-menu .sub-menu .menu-item-has-children li a {
	background: #fff;
	color: #272728;
}
.nextend-smartslider-button-container a:hover {
	background: #fff !important;
	color: red !important;
}
#gform_submit_button_1:hover {
	background: #EDEDEE !important;
}
#cust-footer-logo img {
	display: none;
}
#cust-footer-logo {
	background: url(../../uploads/2017/01/logo-footersnazzy.png) no-repeat center;
	background-size: contain;
	width: 315px;
	height: 37px;
}
#cust-footer-logo:hover {
	background: url(images/logo-footersnazzy-hover.png) no-repeat center;
	background-size: contain;
	width: 315px;
	height: 37px;
}
.bit-track-artist-header, .bit-header-narrow, .bit-header {
	display: none !important;
}
.bit-rsvp label {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.bit-concert a {
	color: #333132 !important;
	font-size: 14px !important;
	padding: 3px !important;
	display: block !important;
}
.bit-date a {
	color: #333132 !important;
	font-size: 14px !important;
	font-weight: bold !important;
}
td.bit-date {
	width: auto !important;
}
.bit-rsvp a:hover, .bit-bottom a:hover {
	background: red !important;
	color: #fff !important;
}
.bit-events td {
	height: 50px !important;
}
.bit-rsvp a {
	margin-top: -8px !important;
}
#gform_widget-2 .gform_footer input.button {
	border: none !important;
	padding: 13px 20px !important;
}
.cust-icon-facebook, .cust-icon-music, .cust-icon-cdbaby, .cust-icon-amazon, .cust-icon-itunes, .cust-icon-facebook:hover, .cust-icon-music:hover, .cust-icon-amazon:hover, .cust-icon-itunes:hover {
	display: block;
	width: 274px;
	height: 66px;
	margin: 5px 0;
}
.cust-icon-facebook {
	background: url(../../uploads/2016/09/btn-fb.png) no-repeat center;
}
.cust-icon-music {
	background: url(../../uploads/2016/09/btn-music.png) no-repeat center;
}
.cust-icon-amazon {
	background: url(../../uploads/2016/09/btn-amazon.png) no-repeat center;
}
.cust-icon-cdbaby {
	background: url(../../uploads/2017/01/btn-cdbb.png) no-repeat center;
}
.cust-icon-itunes {
	background: url(../../uploads/2016/09/btn-itunes.png) no-repeat center;
}
/*.cust-icon-facebook:hover {
	background: url(../../uploads/2016/10/btn-fb-hover.png) no-repeat center;
}
.cust-icon-music:hover {
	background: url(../../uploads/2016/10/btn-music-hover.png) no-repeat center;
}
.cust-icon-amazon:hover {
	background: url(../../uploads/2016/10/btn-amazon-hover.png) no-repeat center;
}
.cust-icon-itunes:hover {
	background: url(../../uploads/2016/10/btn-itunes-hover.png) no-repeat center;
}*/
#cdbabyplayer.mini .player .logo img {
	display: none !important;
}
#the-guys-slider .active-slide:after {
	top: 100% !important;
	left: 50% !important;
	border: solid transparent !important;
	content: ' ' !important;
	height: 0 !important;
	width: 0 !important;
	pointer-events: none !important;
	border-color: rgba(221, 221, 221, 0) !important;
	border-top-color: #ddd !important;
	border-width: 15px !important;
	margin-left: -15px !important;
	margin-bottom: -14px !important;
	position: relative !important;
	display: inline-block !important;
}

.home-bottom-1 .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit],
.header-top .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
	font-family: 'Material Icons' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 24px !important;
    line-height: 1 !important;
    letter-spacing: normal;
    text-transform: none !important;
    display: inline-block !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    direction: ltr !important;
    -webkit-font-feature-settings: 'liga' !important;
    -webkit-font-smoothing: antialiased;
}

.header-top #gform_widget-2 .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
    font-size: 20px !important;
    padding: 13px !important;
}

#gform_widget-2 .gform_wrapper .ginput_container_email {
    border: 0 !important;
}

#gform_widget-2 .gform_wrapper input[type=email], #gform_widget-2 .gform_wrapper input[type=email]:focus {
    outline: none;
    border: 0;
    height: 46px;
}
 
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width:640px), screen\0 {
	.header-top .widget-2 .ginput_container_email {
		border: 1px solid transparent !important;	
		border-top-left-radius: 5px !important;
		border-bottom-left-radius: 5px !important;
	}
	.header-top .widget-2 .ginput_container_email:focus {
		outline: none !important;	
	}
}
@media screen and (min-width:640px), screen\9 {
	.header-top .widget-2 .ginput_container_email {
		border: 1px solid transparent !important;	
		border-top-left-radius: 5px !important;
		border-bottom-left-radius: 5px !important;
	}
	.header-top .widget-2 .ginput_container_email:focus {
		outline: none !important;	
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (min-device-pixel-ratio: 1.5) {
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
}

@media only screen and (max-width: 1180px) {
	.wrap {
		max-width: 960px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}
	.sub-footer-left {
		width: 710px;
	}
	/*.content {
			width: 630px;
		}
		
		.sidebar-primary {
			width: 300px;
		}*/
		
	.sidebar-content-sidebar .content,  .sidebar-sidebar-content .content,  .content-sidebar-sidebar .content {
		width: 420px;
	}
	.footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .footer-widgets-4,  .sub-footer-right {
		width: 210px;
	}
	.outreach-pro-home .site-inner .wrap {
		max-width: none;
	}
}

@media only screen and (max-width: 1023px) {
	.wrap {
		max-width: 768px;
	}
	.content,  .content-sidebar-sidebar .content,  .content-sidebar-sidebar .content-sidebar-wrap,  .footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .footer-widgets-4,  .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: 20px 5% 16px;
		padding: 2rem 5% 1.6rem;
	}
	.header-image .site-title a {
		background-position: top !important;
	}
	.genesis-nav-menu li,  .site-header .search-form,  .site-header ul.genesis-nav-menu {
		float: none;
	}
	.genesis-nav-menu,  .nav-primary,  .site-description,  .site-header .search-form,  .site-header .title-area,  .site-header .widget-area,  .site-title {
		text-align: center;
	}
	.site-header .simple-social-icons .alignleft,  .site-header .simple-social-icons .alignright,  .site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	.genesis-nav-menu a,  .genesis-nav-menu > .first > a,  .genesis-nav-menu > .last > a {
		padding: 18px 12px;
		padding: 1.8rem 1.2rem;
	}
	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;
	}
	.genesis-nav-menu li.right {
		display: none;
	}
	.sub-footer-left {
		width: 520px;
	}
	.footer-widgets-1,  .footer-widgets-2 {
		margin-right: 0;
	}
	.header-top {
		text-align: center;
		padding: 20px 0;
	}
	.header-sc-media,  .header-subscribe-form,  .header-subscribe-form .widget-title,  .header-subscribe-form .gform_wrapper {
		float: none;
	}
	.header-subscribe-form {
		max-width: none;
		margin: 25px 0 0;
	}
	.header-subscribe-form .gform_wrapper {
		width: 250px;
		margin: 10px auto !important;
	}
	.header-subscribe-form .gform_wrapper form.gf_simple_horizontal div.gform_body {
		width: auto !important;
	}
	.site-header .genesis-nav-menu > li > a {
		padding: 10px 20px;
		border-left: none;
	}
	.red-subscribe-form .gform_wrapper .gform_heading {
		width: 100% !important;
		float: none;
	}
	.red-subscribe-form .gform_wrapper .gform_heading {
		margin-bottom: 15px !important;
	}
	.home-bottom-1, .before-footer {
		padding: 30px 0;
	}
	.red-subscribe-form .gform_wrapper .gform_body {
		width: 70% !important;
	}
	.content-sidebar .site-inner:after {
		display: none;
	}
	.content-sidebar .content {
		padding: 30px 0;
	}
	.upcoming-shows li .evt-info,  .upcoming-shows li .evt-cta {
		width: 100%;
		float: none;
	}
	.upcoming-shows li .evt-info .evt-venue {
		display: block;
		margin-left: 0;
	}
}

@media only screen and (max-width: 860px) {
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.outreach-pro-home .site-inner .wrap {
		padding: 0;
	}
	.archive-description,  .author-box,  .comment-respond,  .entry,  .entry-comments,  .entry-pings,  .sidebar .widget {
		box-shadow: none;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
		margin-bottom: 0.4rem;
	}
	.five-sixths,  .four-sixths,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .sub-footer-left,  .sub-footer-right,  .three-fourths,  .three-sixths,  .two-fourths,  .two-sixths,  .two-thirds {
		margin: 0 0 25px;
		width: 100%;
	}
	.content #genesis-responsive-slider .flex-direction-nav li .next,  .content #genesis-responsive-slider .flex-direction-nav li .prev,  .content .slide-excerpt {
		display: none;
	}
	.gform_wrapper .subscribe-form .gform_footer,  body .gform_wrapper .subscribe-form ul li.gfield {
		padding: 0 !important;
		margin: 0 0 !important;
	}
	.home-bottom-2:before {
		display: none;
	}
	.home-bottom-2plus:before {
		display: none;
	}
	.tw-feeds, .upc-show {
		text-align: center;
		padding: 25px 0;
	}
	.tw-feeds{
		margin-top: 25px
	}
	.news-updates.featured-content .entry {
		width: 100%;
		float: none;
	}
	.news-updates.featured-content .entry {
		margin-left: 0;
	}
	body .site-footer .gform_wrapper .top_label div.ginput_container {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.genesis-nav-menu a,  .genesis-nav-menu > .first > a,  .genesis-nav-menu > .last > a {
		padding: 4px 12px;
		padding: 0.4rem 1.2rem;
	}
	.nav-primary {
		padding: 14px 0;
		padding: 1.4rem 0;
	}
	.responsive-menu {
		display: none;
	}
	#responsive-menu-icon {
		display: block;
	}
	.entry-categories,  .entry-comments-link,  .entry-tags {
		display: block;
		float: none;
	}
	.site-header .genesis-nav-menu li {
		display: block;
	}
	.site-footer .subscribe-form_wrapper form.gf_simple_horizontal div.gform_body {
		max-width: 70%;
	}
	#the-making .one-half {
		padding: 0 0 0 60px;
		background-size: 40px;
		background-position: left 10px;
	}
}

@media only screen and (max-width: 480px) {
	.content {
		padding: 30px;
		padding: 3rem;
	}
	.content #genesis-responsive-slider .flex-control-nav {
		display: none;
	}
	.header-image .site-title a {
		background-size: contain !important;
	}
}

@media(min-width: 1024px){

	.header-subscribe-form h4.widget-title.widgettitle {
    		float: right;
    		margin-bottom: 10px;
    		margin-right: 80px;
	}
	.header-top .wrap {
		margin-bottom: 15px;
	}
	.header-top ul.sc-media {
 		margin-top: 25px;
	}
	aside.sidebar.sidebar-primary.widget-area {
		position: absolute;
    		right: 15px;
	}
	.cust-icon-facebook, .cust-icon-music, .cust-icon-cdbaby, .cust-icon-amazon, .cust-icon-itunes {
    		margin-left: -35px !important;
	}
	.page-id-13 .sidebar .textwidget a {
    		margin-left: 0px !important;
    		margin: 0 auto !important;
    		margin-bottom: 10px !important;
	}
}
@media(max-width: 1023px){
	.textwidget a {
    		margin: 0 auto !important;
    		margin-bottom: 20px !important;
	}
	aside.sidebar.sidebar-primary.widget-area {
    		background: #fafafa;
    		margin-bottom: 30px;
    		padding-bottom: 0;
	}
	.page-template main.content div, .page-template main.content p {
    		margin: 0 auto;
    		text-align: center;
	}	
	.header-subscribe-form form.gf_simple_horizontal div.gform_body{
		max-width: 150px !important;
	}
	.header-top form#gform_1 {
    		display: inline-block;
	}
}

@media(max-width: 1180px) and (min-width: 1024px){
	.site-header .site-title {
    		background: url(https://72.52.245.18/~rockapella/wp-content/uploads/2016/10/logo-red.png) 0 0 no-repeat;
    		width: 303px !important;
    		height: 45px !important;
    		background-size: 303px 90px !important;
	}
}

@media(max-width: 1023px ) and (min-width: 601px){
	.site-header .site-title{
		margin: 0 auto !important;
	}
}


@media(max-width: 600px){
	h1.site-title {
	  	display: inline-block;
	}
	.title-area {
		width: auto !important;
    		display: inline-block;
	}
	div#responsive-menu-icon {
	        display: inline-block !important;
	        width: auto !important;
    		position: absolute;
    		right: 55px;
	    	top: 238px;
	}
	.logged-in div#responsive-menu-icon {
	    	top: 285px;
	}
	.site-header .site-title {
    		height: 36px !important;
    		background-size: 252px 72px !important;
   		width: 252px !important;
	}
	.title-area {
    		width: 252px !important;
	}
	.header-top {
    		padding-bottom: 0;
	}
}


input#gform_submit_button_1 {
	height: 40px;
}
.site-header .genesis-nav-menu > li:last-child > a {
    border-right: none !important;
}
.gform_footer.top_label {
    width: 45px !important;
}

.header-top .textwidget a {
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}
@media(max-width:350px){
	.sidebar .textwidget a {
	    	max-width: 230px;
    		background-size: 90%;
	}
}

@media(max-width:450px){
	a.bit-rsvp {
    		width: 30px !important;
    		margin: 0 !important;
    		text-align: center !important;
    		height: 20px !important;
    		padding: 0 !important;
    		padding-top: 1px !important;
	}
	#bit-events a, #bit-events th {
    		font-size: 8px !important;
	}
}

html, body {
    overflow-x: hidden !important;
    width: 100% !important;
}

@media(max-width: 1180px){
	div#the-guys .bx-prev {
    		margin-left: -10px !important;
    		background-size: 60%;
	}
	div#the-guys .bx-next{
		margin-right: -30px !important;
		background-size: 60%;
	}
}

@media(max-width: 400px){
 	.site-header .site-title {
    		background: url(https://72.52.245.18/~rockapella/wp-content/uploads/2016/10/logo-red.png) 0 0 no-repeat;
    		width: 100% !important;
    		max-width: 252px !important;
    		margin: 0 auto !important;
	}
 	.site-header .site-title {
    		height: 36px !important;
    		background-size: 252px 72px !important;
	}
	header div#responsive-menu-icon {
    		display: inline-block !important;
    		width: auto4 !important;
    		position: absolute;
    		right: 45%;
    		top: 285px;
	}
 	.logged-in div#responsive-menu-icon{
		top: 335px;
	}
	header.site-header {
    		margin-bottom: 0px;
	}
	header .title-area {
    		width: 100% !important;
	}
	header .widget-area.header-widget-area {
    		margin-top: 60px;
	}
}
