/*
	Theme Name: Burnaway
	Theme URI: http://wpsmith.net/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: WP Smith
	Author URI: http://wpsmith.net/

	Version: 1.0.1

	Tags: black, white, one-column, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Text Domain: burnaway
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents
	- 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
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- Magazine Pro Blue
		- Magazine Pro Green
		- Magazine Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#898989}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}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,
.featured-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-content:after,
.entry:after,
.featured-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 {
	background-color: #fff;
	color: #898989;
	font-family: 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

body.landing {
	background-color: #898989;
}

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: #ed1c24;
	color: #fff;
}

::selection {
	background-color: #ed1c24;
	color: #fff;
}

a {
	background-color: inherit;
	color: #ed1c24;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #ed1c24;
}

p {
    font-family: 'Crimson Text', sans-serif;
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
    color: #ed1c24;
    font-style: italic;
}

blockquote {
	margin: 40px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ed1c24;
	font-family: 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
    font-family: 'Crimson Text', sans-serif;
	font-size: 20px;
    font-style: italic;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
 	width: auto;
}

hr.fat {
    margin-bottom: 60px;
    margin-top: 60px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ed1c24;
	color: #ed1c24;
	font-family: 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 6px;
    text-transform: uppercase;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #ed1c24;
	font-family: 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #ed1c24;
	font-family: 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #898989;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #ed1c24;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.mc_embed_signup input,
.widget_search input {
    cursor: pointer !important;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1050px;
}

.site-inner {
	clear: both;
	padding-top: 10px;
}

.home .site-inner {
	padding-bottom: 10px;
}

.landing .site-inner,
.landing .wrap {
	max-width: 800px;
}

.landing .site-inner {
	padding-bottom: 40px;
}


/* 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: 1050px;
}

.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: 690px;
}

.landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.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: 500px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 330px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	padding: 0 30px;
	width: 210px;
}


/* Column Classes
 *
 * Width: 1050px
 * Gutter: 45px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 4.2857142857143%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 47.857142857143%;
}

.one-third,
.two-sixths {
    width: 30.47619047619%;
}

.four-sixths,
.two-thirds {
    width: 65.238095238095%;
}

.one-fourth {
    width: 21.785714285714%;
}

.three-fourths {
    width: 73.928571428571%;
}

.one-fifth {
    width: 16.571428571429%;
}

.two-fifths {
    width: 37.428571428571%;
}

.three-fifths {
    width: 58.285714285714%;
}

.four-fifths {
    width: 79.142857142857%;
}

.one-sixth {
    width: 13.095238095238%;
}

.five-sixths {
    width: 82.619047619048%;
}

.first {
    clear: both;
    margin-left: 0;
}

.last,
article.last,
.entry.last {
    margin-right: 0;
}


/*
Site Home
---------------------------------------------------------------------------------------------------- */

.home-bottom,
.home-bottom-ad,
.home-top-ad,
.home-top-leftright-wrap {
    margin-bottom: 10px;
}

.home-bottom-ad,
.home-top-ad {
    border-bottom: 1px solid #959595;
    padding-bottom: 28px;
}

.home-bottom-ad .widget-title,
.home-top-ad .widget-title {
    border-bottom: 1px solid #7c7c7c;
    margin-bottom: 28px;
    padding-bottom: 20px;
}

.home-top-slider h4.widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 19px;
    text-transform:uppercase;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.home-bottom a.alignleft,
.home-bottom-left a.alignleft,
.home-middle a.alignleft,
.home-middle-left a.alignleft,
.home-top-left a.alignleft {
    margin: 0;
}

p.more-link {
    background-color: #898989;
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 15px 10px;
}

.home p.more-link,
.sidebar p.more-link {
    background-color: #898989;
    margin-bottom: 30px;
    padding: 5px 10px;
}

p.more-link:hover,
p.more-link:hover a {
    background-color: #ed1c24;
    color: #fff;
}

p.more-link a,
p.more-link a:hover {
    color: #fff
}

p.more-link a,
p.more-link:hover a {
    background-color: transparent;
}

.elsewhere p.more-link a,
.home-middle-right p.more-link,
.home-middle-right p.more-link a,
.home-bottom-right p.more-link,
.home-bottom-right p.more-link a{
    background: transparent;
    color: #ed1c24
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
}

.archives,
.archive-description p:first-child {
    color: #ed1c24;
    font-style: italic;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #898989;
	font-family: 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: #898989;
	border: 1px solid #898989;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}


.genesis-nav-menu .search input[type="submit"] {
    clip: rect(0, 0, 0, 0);
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="submit"] {
    font-family: FontAwesome;
}

/* Titles
--------------------------------------------- */

.entry-title,
.widget-title{
    color: #ed1c24;
    font-size: 22px;
    font-weight: 700;
	line-height: 1;
}

.subtitle {
    margin-bottom: 0;
}

.page h1.entry-title {
    font-family: 'Crimson Text', sans-serif;
    font-style: italic;
    font-weight: 400;
}

.single h1.entry-title {
    color: #666666;
}

.single .subtitle {
    font-family: 'Crimson Text', sans-serif;
}

.post-type-archive-events .content .entry-title,
.home-bottom .entry-title,
.home-bottom-left .entry-title,
.home-middle .entry-title,
.home-middle-left .entry-title,
.home-top-left .entry-title,
.ba-membership h4.widget-title {
    bottom: 12px;
    padding: 0 16px 0;
    position: absolute;
    max-width: 94%;
}

.post-type-archive-events .content .entry-title,
.post-type-archive-events .content .entry-title a{
    color: #fff;
font-size: 18px;
}

.post-type-archive-events .content .entry-header .entry-meta.entry-meta-top {
	z-index: 9;
}

.post-type-archive-events .entry-meta .event-date .event-day {
	position: absolute;
	right: 6px;
	top: 1px;
}

.post-type-archive-events .entry-meta .event-date .event-month{
	position: absolute;
	top: 45px;
	right: 6px;
}

body.search .event img{
	border: none;
	padding: 0;
}

.entry-title a:hover {
	color: #898989;
}


.archive .entry-title a {
    color: #898989;
}

.sidebar.sidebar-primary .ba-featured-content .entry-title a,
.home-bottom .entry-title a,
.home-bottom-left .entry-title a,
.home-middle .entry-title a,
.home-middle-left .entry-title a,
.home-top-left .entry-title a,
.home-top-right .entry-title a,
.ba-membership h4.widget-title a,
section.popular-posts ul.wpp-list li a {
 color: #fff;
 margin: 0;

}

section.popular-posts ul.wpp-list li {
	line-height: 1.4;
}

.sidebar.sidebar-primary .featured-content .elsewhere .entry-title a {
    color: #ed1c24;
    margin: 0;
}

.widget-title {
	clear: both;
    margin-bottom: 18px;
    margin-top: 12px;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

.archive-title {
    color: #ed1c24;
	font-size: 22px;
    font-weight: 700;
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.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-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

.archive .ad-widget-area {
    margin-bottom: 60px;
}

/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.featured-content .entry {
 	margin-bottom: 30px;
}

.featured-content a {
	position: relative;
}

.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .elsewhere .entry {
    border-bottom: 0;
}

.sidebar.sidebar-primary .featured-content .entry,
.home-top-right .featured-content .entry,
section.popular-posts ul.wpp-list li {
    background: #ed1c24;
    height: 64px;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 10px 15px 10px 10px;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.sidebar.sidebar-primary .ba-featured-content .entry-title,
.featured-content .entry-title,
.ba-membership h4.widget-title {
	border: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%
}

.post-type-archive-events .content .entry-header .entry-meta,
.featured-content .entry-header .entry-meta {
    color: #fff;
    margin-bottom: 10px;
    padding-left: 16px;
	position: absolute;
	top: 13px;
	width: 100%;
    z-index: 999;
max-width: 330px;
}

.featured-content .entry-header .entry-meta a {
	color: #fff;
	font-family: 'Crimson Text', sans-serif;
	font-size: 18px;
	font-style: italic;
}

.featured-content .entry-header .entry-meta a:hover {
    color: #ed1c24;
}

.sidebar.sidebar-primary .featured-content .elsewhere .entry-header .entry-meta,
.sidebar.sidebar-primary .featured-content .elsewhere .entry-header .entry-meta a,
.sidebar.sidebar-primary .featured-content .elsewhere .entry-header .entry-meta a:hover{
    color: #ed1c24;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #898989;
	color: #aaa;
	padding: 40px;
}

.enews form + p {
	margin-top: 24px;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #ed1c24;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #898989;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/*
Jetpack Sharing
---------------------------------------------- */

div.sharedaddy h3.sd-title {
    font-family: 'Crimson Text', sans-serif;;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
}

div.sharedaddy div.sd-content ul li.share-end,
div.sharedaddy span.sharing-screen-reader-text {
    display: none;
}

div.sharedaddy div.sd-content ul {
    max-width: 90px;
    text-align: center;
}

div.sharedaddy div.sd-content ul li {
    background-color: #5d5d5d;
    border: 1px solid #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 30px;
}

div.sharedaddy div.sd-content ul li,
div.sharedaddy div.sd-content ul li a {
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

div.sharedaddy div.sd-content ul li a {
    background: transparent;
    color: #ffffff;
    display: inline;
    position: relative;
    top: 0;
    width: 100%;
}

div.sharedaddy div.sd-content ul li:hover {
    background-color: #ed1c24;
}

/* Facebook */
div.sharedaddy li.share-facebook a.share-facebook span:before {
    content: "\f09a";
}

div.sharedaddy li.share-facebook:hover {
    background-color: #3b5997;
}

/* Twitter */
div.sharedaddy li.share-twitter a.share-twitter span:before {
    content: "\f099";
}

div.sharedaddy li.share-twitter:hover {
    background-color: #00aced;
}

/* Instagram */
div.sharedaddy li.share-instagram a.share-instagram span:before {
    content: "\f16d";
}

div.sharedaddy li.share-instagram:hover {
    background-color: #786157;
}

/* Pinterest */
div.sharedaddy li.share-pinterest a.share-pinterest span:before {
    content: "\f0d2";
}

div.sharedaddy li.share-pinterest:hover {
    background-color: #cc2127;
}

/* Reddit */
div.sharedaddy li.share-reddit a.share-reddit span:before {
    content: "\f1a1";
}

div.sharedaddy li.share-reddit:hover {
    background-color: #5f99cf;
}

/* StumbleUpon */
div.sharedaddy li.share-stumbleupon a.share-stumbleupon span:before {
    content: "\f1a4";
}

div.sharedaddy li.share-stumbleupon:hover {
    background-color: #eb4924;
}

/* Google+ */
div.sharedaddy li.share-google-plus-1 a.share-google-plus-1 span:before {
    content: "\f0d5";
}

 div.sharedaddy li.share-google-plus-1:hover {
     background-color: #dd4b39;
 }

/* Tumblr */
div.sharedaddy li.share-tumblr a.share-tumblr span:before {
    content: "\f173";
}

div.sharedaddy li.share-tumblr:hover {
    background-color: #36658c;
}

/* Share */
div.sharedaddy li a.share-more span:before {
    content: "\f1e0";
}

/* Pocket */
div.sharedaddy li.share-pocket a.share-pocket span {
    color: #fff;
}

div.sharedaddy li.share-pocket a.share-pocket span:before {
    content: "\f078";
}

div.sharedaddy li.share-pocket:hover {
    background-color: #478f8f;
}

/* Email */
div.sharedaddy li.share-email a.share-email span:before {
    content: "\f0e0";
}

/* Print */
div.sharedaddy li.share-print a.share-print span:before {
    content: "\f02f";
}

/* LinkedIn */
div.sharedaddy li.share-linkedin:hover {
    background-color: #069;
}

div.sharedaddy li.share-linkedin a.share-linkedin span:before {
    content: "\f0e1";
}

/* RSS */
div.sharedaddy li.share-rss:hover {
    background-color: #f60;
}

div.sharedaddy li:nth-child(3n+1),
div.sharedaddy li:nth-child(3n+2),
div.sharedaddy li:nth-child(3n){
    margin-bottom: -3px;
}

div.sharedaddy li:nth-child(3n+4),
div.sharedaddy li:nth-child(3n+5),
div.sharedaddy li:nth-child(3n+6){
    margin-top: -5px;
}

.site-footer div.sharedaddy li:nth-child(3n+4),
.site-footer div.sharedaddy li:nth-child(3n+5),
.site-footer div.sharedaddy li:nth-child(3n+6){
    margin-top: -3px;
}


/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}


/* Burnaway Custom
--------------------------------------------- */

.ba-membership {
    background-color: #8700a5;
    min-height: 200px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}


/* WP Job Manager
--------------------------------------------- */

.job_filters .job_types li {
    list-style: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.primary-nav .site-header {
	padding-top: 64px;
}
/*webkit-text-size-adjust*/
.site-header .wrap {
	padding: 30px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
	width: 330px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Crimson Text', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #898989;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: left center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 90px;
	text-indent: -9999px;
	width: 100%;
}


/* Newsletter
--------------------------------------------- */

.widget_newsletter .email {
    float: right;
}

.site-header .widget_newsletter input[name="subscribe"] {
    display: none;
}


/* Header Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 450px;
}

.header-image .site-header .title-area {
	padding: 10px 0;
}

.header-image .site-header .widget-area {
    padding: 25px 0 20px;
}

.site-header .widget-area p {
	margin-bottom: 0;
}

.site-header .widget-area input {
    text-align: right;
    width: 330px;
}

.site-header .widget.widget_newsletter,
.site-header .widget.widget_search {
    float: right;
}

.site-header .widget.widget_search {
    margin-top: -1px;
}

.site-header .search-form {
    margin-top: 0;
    position: relative;
}

.site-header .search-form input[type="submit"] {
    background: transparent;
    border-top: 0;
    color: #ed1c24;
    content: "&#xf002";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    z-index: 999;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #898989;
	font-family: 'Crimson Text', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #ed1c24;
	display: block;
	padding: 25px 11px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ed1c24;
}

.genesis-nav-menu .sub-menu {
	background-color: transparent;
	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: 190px;
	z-index: 9999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
	border-top: none;
	color: #fff;
	font-size: 18px !important;
	font-weight: 700;
	padding: 15px;
	position: relative;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	background-color: #fff;
	color: #ed1c24;
	position: static;
}

.genesis-nav-menu .current-menu-item {
	background-color: #ed1c24;
	color: #fff;
	position: static;
}

.genesis-nav-menu .menu-item:hover a {
	color: #fff;
}

.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;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 7px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #898989;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	color: #ed1c24;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	font-family: 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-primary a {
	color: #ed1c24;
	display: inline-block;
}

.nav-primary .genesis-nav-menu .menu-item:hover {
    background-color: #ed1c24;
    color: #fff;
}

.nav-primary a:hover,
.nav-primary .genesis-nav-menu .sub-menu a,
.nav-primary .genesis-nav-menu .menu-item:hover a,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    background-color: transparent;
    color: #fff;
    z-index: 9999;
}

.nav-primary .menu-item {
	margin-left: -7px;
}

.nav-primary .genesis-nav-menu .sub-menu .menu-item {
    background: #ed1c24;
    border: 1px solid #ed1c24;
	border-top: 1px solid #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    font-family: 'Crimson Text', 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
	color: #ed1c24;
}

.nav-primary .genesis-nav-menu .sub-menu .menu-item:hover {
    border: 1px solid #ed1c24;
    border-top: 1px solid #ed1c24;
    background: #fff;
    z-index: 9999;
}

.nav-primary .sub-menu .menu-item {
	margin-left: 0;
    z-index: 9999;
}

.nav-primary .genesis-nav-menu li:last-child:after,
.nav-primary .genesis-nav-menu li:before {
	color: #ed1c24;
	content: '|';
	display: inline;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child:after,
.nav-primary .genesis-nav-menu .sub-menu li:before {
	content: '';
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	border-bottom: 1px solid #898989;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #f58d90;
	content: "\f0c9";
	display: inline-block;
	float: left;
	font: normal 30px/1 'FontAwesome';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
    position: relative;
}

.home-bottom-left .entry,
.home-bottom .entry,
.home-middle .entry,
.home-middle-left .entry,
.home-top-left .entry {
    float: left;
    height: 200px;
    position: relative;
}

.sidebar.sidebar-primary .featured-content .elsewhere p.more-link,
.home-middle-right p.more-link,
.home-bottom-right p.more-link,
.sidebar.sidebar-primary .featured-content .elsewhere .entry,
.home-bottom-right .entry,
.home-middle-right .entry {
    background: transparent;
    border-top: 1px solid #7c7c7c;
    height: auto;
    margin-bottom: 10px;
    padding: 10px 15px 10px;
    position: relative;
}

.sidebar.sidebar-primary .featured-content .elsewhere p.more-link,
.home-middle-right p.more-link,
.home-bottom-right p.more-link {
    border-bottom: 1px solid #7c7c7c;
}

.post-type-archive-events .content .entry-content,
.home-bottom .entry-content,
.home-bottom-left .entry-content,
.home-middle .entry-content,
.home-middle-left .entry-content,
.home-top-left .entry-content {
    float: left;
    font-size: 15px;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.entry-content a {
	color: #ed1c24;
}

.entry-content a:hover {
	color: #898989;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	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;
}

.sidebar.sidebar-primary .featured-content .elsewhere .entry-content p,
.home-bottom-right .entry-content p,
.home-middle-right .entry-content p {
    font-style: italic;
    line-height: 1.2;
    margin: 0;
}

.entry-header {
    position: relative;
}

.home .entry-header,
.post-type-archive-events .entry-header {
    position: static;
}

.home .entry-header a,
.archive .entry-header a {
    display: inline-block;
}

.archive .entry-title {
    clear: both;
}

.sidebar.sidebar-primary .ba-featured-content:first-of-type .entry-header,
.home-top-right .ba-featured-content:first-of-type .entry-header,
.sidebar.sidebar-primary .featured-content .elsewhere .ba-featured-content:first-of-type .entry-header,
.home-middle-right .ba-featured-content:first-of-type .entry-header,
.home-bottom-right .ba-featured-content:first-of-type .entry-header {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sidebar.sidebar-primary .ba-featured-content:first-of-type .entry-title,
.home-top-right .ba-featured-content:first-of-type .entry-title,
.sidebar.sidebar-primary .featured-content .elsewhere .ba-featured-content:first-of-type .entry-title,
.home-middle-right .ba-featured-content:first-of-type .entry-title,
.home-bottom-right .ba-featured-content:first-of-type .entry-title {
    float: left;
    width: 75%;
}

.entry-meta {
	font-size: 14px;
}

.single .entry-meta,
.archive .entry-meta {
    font-style: italic;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

.sidebar.sidebar-primary .featured-content .entry-header .entry-meta,
.home-top-right .featured-content .entry-header .entry-meta,
.sidebar.sidebar-primary .featured-content .featured-content .elsewhere .entry-header .entry-meta,
.home-middle-right .featured-content .entry-header .entry-meta,
.home-bottom-right .featured-content .entry-header .entry-meta {
    float: right;
    line-height: 0.45;
    padding: 10px 0 0 0;
    position: relative;
    top: 0;
    width: 25%;
}

.sidebar.sidebar-primary .featured-content .featured-content .elsewhere .entry-header .entry-meta,
.home-middle-right .featured-content .entry-header .entry-meta,
.home-bottom-right .featured-content .entry-header .entry-meta {
    color: #ed1c24;
}

.entry-meta .event-date {
    display: inline-block;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    text-align: right;
    width: 100%;
}

.event-day,
.event-month {
    display: inline-block;
}

.event-day {
    max-width: 50px;
}

.event-month {
    font-size: 14px;
    font-weight: 400;
}

.archive .entry-header .entry-terms {
    color: #ed1c24;
    font-style: italic;
}

.post-type-archive-events .entry-header .entry-terms {
    color: #fff;
    font-style: italic;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.page-id-34606 .fc-header-right {
    float: left;
    width: auto;
}

.page-id-34606 .fc-header-left {
    float: left;
    width: auto;
}

.page-id-34606 .fc-header-center .fc-header-title {
    margin: -60px auto 0;
    text-align: left;
}



/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #898989;
	border-top: 2px solid #898989;
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    clear: both;
    color: #ed1c24;
    font-size: 22px;
    font-weight: 700;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ffffff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ed1c24;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.archive-pagination .pagination-prevnext {
    display: inline-block;
    padding-left: 50px;
}

.archive-pagination .pagination-next {
    padding-right: 3px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar ul.default {
    margin-left: 20px;
}

.sidebar ul.default li {
    border-bottom: 0;
    font-size: 14px;
    list-style-type: disc;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #898989;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
    background-color: #ed1c24;
    color: #fff;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: 'Helvetica Neue', 'helveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 10px;
    height: 60px;
    margin-top: 40px;
	text-align: center;
}

.site-footer .wrap {
	background-color: #ed1c24;
	height: 60px;
	padding: 0;
	padding-left: 15px;
}

.site-footer .wrap div:nth-of-type(1),
.site-footer .wrap div:nth-of-type(2) {
	padding-top: 35px;
}

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}


/* ----General Code
---------------------------------------------------------------------------------------------------- */

ul.ticker-list {
    display: inline-block;
    float: left;
    height: 48px;
    overflow: hidden;
    width: 100% !important;
}

.search-form input{
-webkit-appearance: none;
}

.search-form input:focus::-webkit-input-placeholder, #responsiveSearch input:focus::-webkit-input-placeholder, #responsiveSearch input:focus:-moz-placeholder, .search-form input:focus:-moz-placeholder, .search-form input:focus:-ms-input-placeholder, #responsiveSearch input:focus:-ms-input-placeholder{
    opacity: 0 !important;
text-align: right !important; 
}

.site-header .search-form input[type="submit"] {
    z-index: 1;
}

ul.ticker-list li {
padding: 0 10px;
}

.ticker-header {
    width: 22% !important;
}

ul.ticker-list {
width: 78% !important;
}

#text-43 {
    display:none;
}

#text-40 {
    background: #f1f1f1;
}

#text-40 a {
font-size: 14px;
    font-weight: 700;
    padding: 3px;
    text-transform: uppercase;
width: 100%;
display: block;
}

#text-40 a:hover {
background: #ed1c24;
color: #fff;
}

#text-40 {
    border-right: 1px solid #ed1c24;
border-top: 1px solid #ed1c24;
border-left: 1px solid #ed1c24;
    float: right;
    width: 330px;
}

.post-type-archive-ba_interview .entry-pagination{
display: none;
}

.btn.headerdonate a {
    color: #fff;
    display: block;
line-height: 22px;
    padding: 8px 10px;
}

.btn.headerdonate {
	display: none;
    background: #008900;
}

.btn.headerdonate:hover {
    background: #00a200;
}

#text-41 .textwidget {
    text-align: center;
    vertical-align: middle;
}

#text-41 {
    float: left;
    margin-right: 15px;
}

#ba-social-icons-3 ul.social-profiles li {
border: 1px solid #ffffff !important;
}

#ba-featured-post-14 .entry-title, #ba-featured-post-15 .entry-title,  #ba-featured-post-16 .entry-title, #ba-featured-post-17 .entry-title, #ba-featured-post-18 .entry-title, #ba-featured-post-19 .entry-title, #ba-featured-post-24 .entry-title{
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
 max-width: 330px;
}

.post-type-archive-events .entry-title, .post-type-archive-events .entry-meta .event-date .event-day, .post-type-archive-events .entry-meta .event-date .event-month{
    /*background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;*/
text-shadow: 3px 3px 3px #000;
max-width: 330px !important;
}

.single-ba_program .content .entry-meta{
display: none;
}

.plist i {
    font-size: 12px;
    top: 7px !important;
}

.su-list.plist ul li {
    padding: 4px 0 4px 1.5em !important;
}

.su-list.su-list-style-.plist {
    margin: 20px 10px;
}

.search-results .entry-meta {
    display: initial !important;
}

#soliloquy-3.widget.soliloquy {
    margin-bottom: 100px;
}

.site-header div.printfriendly {
    display: none;
}

.select2-container {
    width: 100% !important;
}







/*
Colors
---------------------------------------------------------------------------------------------------- */

.red {
	color: #ed1c24;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1140px) {

.site-header .widget-area {
	/*width: 610px;*/
	width: 440px;
}

#ba-social-icons-3 {
    float: left;
    /*margin-left: 20px;*/
}

.headerauction {
	float:left;
}

}



@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.title-area {
		width: 380px;
	}

	.site-header .widget-area {
		width: 570px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 630px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}

}

@media only screen and (max-width: 1023px) {

    .footer-widgets,
	.nav-secondary,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.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%;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.nav-primary {
		position: static;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.header-image .site-header .title-area {
		padding-bottom: 0;
	}

	.genesis-nav-menu > .right {
		display: none;
	}

#text-40 .textwidget{
text-align: right;
}

}


@media (min-width: 801px) and (max-width: 1139px){

.nav-primary {
    padding-top: 10px;
}

.genesis-nav-menu a {
    padding: 14px 12px;
}

#text-40 {
    width: 45% !important;
}

#text-41 {
    margin-right: 14px;
}

.site-header .widget.widget_newsletter, .site-header .widget.widget_search {
    width: 45% !important;
}

.header-image .site-header .widget-area {
    width: 68% !important;
}

.headerauction {
	padding-left: 8%;
    float: left;
}

#ba-social-icons-3 {
	padding-left: 36%;
}

.header-image .site-header .title-area {
    width: 28% !important;
}

.site-header .widget-area input {
    max-width: 330px !important;
/*width: 100% !important;*/
width: inherit;
}

.site-header .search-form {
    width: 100% !important;
}

.site-header .search-form input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border-top: 0 none;
    color: #ed1c24;
    content: "&#xf002";
    height: 30px;
    left: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    vertical-align: middle;
    width: 30px;
    z-index: 999;
}

}




@media only screen and (max-width: 800px) {

    .footer-widgets,
    .nav-secondary,
    .site-header,
    .site-inner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .home-top-right #ba-featured-post-3.featured-content {
        margin-bottom: 30px;
    }

    .genesis-nav-menu > .first > a {
        padding-left: 20px;
    }

    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    .genesis-nav-menu.responsive-menu,
    .header-widget-area {
        /*display: none;*/
    }

    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        border-bottom: 1px solid #fff;
        margin: 0;
    }

    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }

    .genesis-nav-menu a {
        font-size: 18px;
        line-height: 1;
        padding: 18px 20px;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 60px;
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f0c9";
        float: right;
        font: bold 20px/1 'FontAwesome';
        height: 20px;
        padding: 16px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }

    .nav-primary {
        background: #ed1c24;
        color: #fff;
    }

    .nav-primary a {
        color: #fff;
    }

    .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        color: #fff;
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        background-color: #fff;
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        background-color: transparent;
        margin: 0;
        padding-left: 25px;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a {
        background: none;
        border: none;
        color: #ed1c24 !important;
        font-family: 'Crimson Text', sans-serif;
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
        padding: 14px 20px;
        position: relative;
        text-transform: none;
        width: 100%;
    }

    .nav-primary .genesis-nav-menu.responsive-menu a:hover,
    .nav-primary .genesis-nav-menu.responsive-menu .sub-menu a:hover,
    .nav-primary .genesis-nav-menu.responsive-menu .menu-item:hover,
    .nav-primary .genesis-nav-menu.responsive-menu .menu-item:hover a,
    .nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a {
        background-color: transparent;
    }
}

@media only screen and (max-width: 800px) {
	.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%;
	}

.genesis-nav-menu {
    display: none;
}

body #responsive-menu #responsive-menu-title {
    padding: 20px 0 5px 5% !important;
}

#responsive-menu {
    top: 0 !important;
}

#responsive-menu .responsive-menu li a {
    font-weight: 600;
}

body #responsive-menu .responsive-menu li a {
    height: auto !important;
    white-space: normal !important;
}

#click-menu {
    background: #ed1c24;
    height: 47px;
    line-height: 47px;
    padding: 10px 5px !important;
    right: 0 !important;
    top: 0 !important;
    width: 100%;
}

.primary-nav .site-header, .title-area {
    padding-top: 60px;
}

ul.ticker-list li {
width: 100%;
height: 47px !important;
margin: 12px 10px 0 0 !important;
}

ul.ticker-list li a {
word-wrap: normal;
white-space: normal;
width: 100%;
font-size: 14px;
}

section#ba-ticker-4 {
    display: none;
}

#text-41 {
    display: none;
}


}


@media (min-width: 801px){

#text-42 {
    display: none;
}

}


@media (min-width: 801px) and (max-width: 875px) {

ul.ticker-list li a {
font-size: 16px;
}

ul.ticker-list li {
margin: 12px 10px 0 0 !important;
}

}


@media (min-width: 1023px) and (max-width: 1139px) {

.genesis-nav-menu a {
    padding: 25px 9px;
}

.site-header .widget-area {
    width: 450px;
}



}


/*@media (min-width: 800px) and (max-width: 1023px) {

.header-image .site-header .title-area {
    width: 32%;
}

.header-image .site-header .widget-area {
width: 450px;
}

}*/


@media (min-width: 480px) and (max-width: 799px) {

.site-header .widget.ba-social-icons{
display: none;
}

.site-header .widget.widget_search {
    width: 100%;
}

.site-header .widget-area input {
    width: 100%;
}

.header-image .site-header .widget-area {
    width: 55%;
}

.header-image .site-header .title-area {
    width: 40%;
}

.site-header #text-40 a {
    width: 100% !important;
}

.site-header #text-40 {
    width: 100%;
}

}


@media only screen and (max-width: 479px) {

#popup-box-sxzw-1 .popupally-outer-plsbvs-1 {
display: none;
}

.site-header .widget.ba-social-icons {
    display: none;
}

.site-header #text-40 a {
    width: 100% !important;
}

.site-header #text-40 {
    width: 100%;
}

.site-header .widget.widget_search {
    width: 100%;
}

.site-header .widget-area input {
    width: 100%;
}

.title-area .site-title a {
background-position: center !important;
}

}


@media only screen and (max-width: 320px) {

	.home-bottom .entry-title,
	.home-bottom-left .entry-title,
	.home-middle .entry-title,
	.home-middle-left .entry-title,
	.home-top-left .entry-title,
	.ba-membership h4.widget-title {
		font-size: 16px;
		max-width: 90%;
	}

}
