/*

	Theme Name: Magazine Pro Theme

	Theme URI: http://my.studiopress.com/themes/magazine/

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.

	Author: StudioPress

	Author URI: http://www.studiopress.com/



	Version: 3.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



	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:#222}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

---------------------------------------------------------------------------------------------------- */

/* Ads

--------------------------------------------- */


.ad-tablet, .ad-tablet-small, .ad-mobile {
	display:none;
}


/* Typographical Elements

--------------------------------------------- */



body {

	background-color: #fff;

	color: #222;

	font-family: 'Roboto', sans-serif;

	font-size: 16px;

	font-weight: 300;

	line-height: 1.625;

}



body.magazine-landing {

	background-color: #222;

}



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: #222;

	color: #fff;

}



::selection {

	background-color: #222;

	color: #fff;

}



a {

	background-color: inherit;

	color: #222;

	font-weight: 400;

	text-decoration: none;

}



a:hover {

	color: #e8554e;

}



p {

	margin: 0 0 24px;

	padding: 0;

}



strong {

	font-weight: 700;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



blockquote,

blockquote::before {

	color: #888;

}



blockquote {

	margin: 40px;

}



blockquote::before {

	content: "\201C";

	display: block;

	font-size: 30px;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}



cite {

	font-style: normal;

}



/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #222;

	font-family: 'Raleway', sans-serif;

	font-weight: 500;

	line-height: 1.2;

	margin: 0 0 16px;

}



h1 {

	font-size: 36px;

}



h2 {

	font-size: 30px;

}



h3 {

	font-size: 24px;

}



h4 {

	font-size: 20px;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}



/* Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video,

.wp-caption {

	max-width: 100%;

}



img {

	height: auto;

}



.featured-content img,

.gallery img {

 	width: auto;

}



/* 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;

}

.category-gallery h4 {
	background-color: #00468e;
	color: white;
	padding: 10px;
}

.category-gallery h4 a {
	color: #fff;
}

.category-gallery h4 a:hover {
	color: #fff;
}


/*

Red Report

------------------------------------------------------------ */

#red-east {
	padding: 7.5px 15px;
	background-color: #3D3A3B;
	color: #ffffff;
}

#red-henderson {
	padding: 7.5px 15px;
	background-color: #E5A430;
	color: #ffffff;
}

#red-north {
	padding: 7.5px 15px;
	background-color: #BC255B;
	color: #ffffff;
}

#red-northwest {
	padding: 7.5px 15px;
	background-color: #407081;
	color: #ffffff;
}

#red-south {
	padding: 7.5px 15px;
	background-color: #67AA9E;
	color: #ffffff;
}

#red-southwest {
	padding: 7.5px 15px;
	background-color: #9DC66B;
	color: #ffffff;
}

#red-washoe {
	padding: 7.5px 15px;
	background-color: #CB262B;
	color: #ffffff;
}

#red-boulder {
	padding: 7.5px 15px;
	background-color: #633082;
	color: #ffffff;
}

#red-other {
	padding: 7.5px 15px;
	background-color: #d3d3d3;
	color: #ffffff;
}

/*----gallery icons---*/

#fancybox-left-ico {
 	background-image: url(http://sparkstrib.com/wp-content/uploads/2015/09/fancybox.png) !important;
 	background-position: -82px -62px !important;
}

#fancybox-right-ico {
    background-image: url(http://sparkstrib.com/wp-content/uploads/2015/09/fancybox.png) !important;
    background-position: -82px -122px !important;
}


#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 55px !important;
    height: 55px !important;
    margin-top: -15px;
    cursor: pointer;
    z-index: 11102;
    display: block;
}

/* Forms

--------------------------------------------- */



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ddd;

	color: #222;

	font-family: 'Raleway', sans-serif;

	font-size: 14px;

	font-weight: 300;

	padding: 16px;

	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: #222;

	font-family: 'Raleway', sans-serif;

	opacity: 1;

}



::-webkit-input-placeholder {

	color: #222;

	font-family: 'Raleway', sans-serif;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button,

.entry-content .button {

	background-color: #222;

	border: none;

	color: #fff;

	cursor: pointer;

	font-family: 'Raleway', 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: #e8554e;

}



.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;

}



/* 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-container {

	background: url(images/background.jpg);

	background-color: #f6f6f6;

	background-position: top;

	background-attachment: scroll;

	background-repeat: no-repeat;

}



.site-inner,

.wrap {

	margin: 0 auto;

	max-width: 1140px;

}



.site-inner {

	clear: both;

	padding: 15px 10px 0;

	margin-bottom: 20px;

	background: rgba(255,255,255, 0.95);
    	
	margin-top: 10px;

}



.home .site-inne

}



.magazine-home .site-inner {

	padding-bottom: 10px;

}



.magazine-landing .site-inner,

.magazine-landing .wrap {

	max-width: 800px;

}



.magazine-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: 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 {

	float: right;

	max-width: 728px;

	width: 66%;

}

.home .content {
	padding: 0 0 0 16px;
}

.single-post .content, .page .content, .archive .content {
	padding: 0 16px;
}



.magazine-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: 540px;

}



.full-width-content .content {

	width: 100%;

	max-width: none;

}



/* Primary Sidebar */



.sidebar-primary {

	float: right;

	max-width: 380px;

	width: 33.36259877085162%;

}


.sidebar-content .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary {

	float: left;

}



/* Secondary Sidebar */



.sidebar-secondary {

	float: left;

	width: 180px;

}



.content-sidebar-sidebar .sidebar-secondary {

	float: right;

}



/* Column Classes

	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

--------------------------------------------- */



.five-sixths,

.four-sixths,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fourths,

.three-sixths,

.two-fourths,

.two-sixths,

.two-thirds {

	float: left;

	margin-left: 2.564102564102564%;

}



.one-half,

.three-sixths,

.two-fourths {

	width: 48.717948717948715%;

}



.one-third,

.two-sixths {

	width: 31.623931623931625%;

}



.four-sixths,

.two-thirds {

	width: 65.81196581196582%;

}



.one-fourth {

	width: 23.076923076923077%;

}



.three-fourths {

	width: 74.35897435897436%;

}



.one-sixth {

	width: 14.52991452991453%;

}



.five-sixths {

	width: 82.90598290598291%;

}



.first {

	clear: both;

	margin-left: 0;

}





/*

Common Classes

---------------------------------------------------------------------------------------------------- */



/* 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 10px 5px 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;

}



/* Genesis

--------------------------------------------- */



.breadcrumb {

	border-bottom: 1px dotted #888;

	margin-bottom: 40px;

	padding-bottom: 10px;

}



.archive-description,

.author-box {

	margin-bottom: 50px;

	padding: 40px;

}



.archive-description,

.author-box {

	background-color: #f5f5f5;

}



.archive-description p:last-child,

.author-box p:last-child,

.search-results .archive-description h1 {

	margin-bottom: 0;

}



.author-box-title {

	color: #222;

	font-family: 'Roboto', 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%;

}



.site-header .search-form {

	float: right;

	margin-top: 24px;

}



.footer-widgets .search-form input {

	border: none;

}



.genesis-nav-menu .search-form input {

	background-color: #222;

	border: 1px solid #222;

	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"],

.widget_search input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* Titles

--------------------------------------------- */



.entry-title {

	font-size: 36px;

	line-height: 1;

}



.entry-title a,

.sidebar .widget-title a {

	color: #222;

	font-weight: 500;

}



.entry-title a:hover {

	color: #e8554e;

}



.widget-title {

	clear: both;

	font-size: 16px;

	margin-bottom: 24px;

	text-transform: uppercase;

}



.magazine-home .content .widget-title,

.sidebar .widget-title {

	background-color: #222;

	color: #fff;

	padding: 10px;

}



.sidebar .enews .widget-title {

	background: none;

	padding: 0;

}



.footer-widgets .widget-title {

	color: #fff;

}



.archive-title {

	font-size: 20px;

	margin-bottom: 24px;

}





/*

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;

}



/* Featured Content

--------------------------------------------- */



/* Home Cover */



#featured-post-38 img {

	

}



#featured-post-38 {

	padding: 8px 0;

	border-top: 1px solid #231f20;

	border-bottom: 1px solid #231f20;

}



#featured-post-38 .entry {

	margin-bottom: 0;

}



#featured-post-38 a.alignleft {

	margin: 0 10px 0px 0;

	max-width: 190px;

	width: 26.0989010989011%;

}



#featured-post-38 a.more-link {

	width: 72.2%;

	float: left;

	margin-top: 9px;

	clear: none;

	padding: 4px 10px 2px;

	background: url(/images/cover-background.jpg);

	background-color: #454f6c;

	color: #f7f7f7;

	font-size: 18px;

	transition: background 0.5s ease;

}



#featured-post-38 a.more-link:hover {

	background: #333;

	color: #f7f7f7;

}



#featured-post-38 h2 {

	margin: 0 0 4px;

	font-size: 32px;

}



#featured-post-38 p {

	line-height: 1.55;

}



/* House Ads */



#text-7 {

	margin-top: 11px;

}



.featured-content {

	clear: both;

	overflow: hidden;

}



.home-middle .featured-content a,

.home-top .featured-content a {

	position: relative;

}



.featured-content .entry {

 	margin-bottom: 15px;

}



.content .home-middle .featured-content .entry,

.content .home-top .featured-content .entry {

	border: none;

	float: left;

	max-width: 100%;

}



.home-middle .featured-content .entry {

	width: 360px;

}



.content .home-bottom .featured-content .entry,

.sidebar .featured-content .entry {

	border-bottom: 2px solid #eee;

}



.sidebar .featured-content .entry:last-child {

	border-bottom: none;

}



.home-middle .featured-content .entry-content p:last-child,

.home-top .featured-content .entry-content p:last-child,

.sidebar .featured-content .entry:last-child {

	margin-bottom: 0;

}



.home-middle .featured-content .entry:nth-of-type(2n+1) {

	clear: left;

	margin-right: 30px;

}



.featured-content .entry-title {

	border: none;

	font-size: 24px;

	line-height: 1.2;

	margin: 0 0 5px;

}



.sidebar .featured-content .entry-title {

	font-size: 18px;

}



.featured-content .entry-title a {

	border: none;

}



.featured-content a.alignnone {

	display: inline-block;

	margin-bottom: 20px;

	max-width: 100%

}



.featured-content .entry-header .entry-meta {

	margin-bottom: 10px;

}



.js .content .home-middle a .entry-time, 

.js .content .home-top a .entry-time {

	background-color: #e8554e;

	bottom: 24px;

	color: #fff;

	font-size: 14px;

	font-weight: 300;

	padding: 5px 10px;

	position: absolute;

	right: 0;

}



.js .home-middle a.alignleft,

.js .home-top a.alignleft {

	margin: 0 0px 5px 0;

}



.js .home-middle a.alignright,

.js .home-top a.alignright {

	margin: 0 0 24px 24px;

}



.js .home-middle a.alignleft img,

.js .home-middle a.alignright img,

.js .home-top a.alignleft img,

.js .home-top a.alignright img {

	margin: 0;

}



.home-middle a.more-link,

.home-top a.more-link {

	clear: both;

	color: #64b5e5;

	font-size: 14px;

	margin-top: 20px;

	padding: 8px 10px;

	text-align: center;

}



.home-middle a.more-link:hover,

.home-top a.more-link:hover {

	background-color: #64b5e5;

	color: #fff;

}



.featured-content ul {

	clear: both;

	margin-bottom: 30px;

}



.featured-content li {

	list-style-type: none;

}


.mag-div {
	width: 100%;
	margin-bottom: 15px;
	float: left;
}


/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget {

	background-color: #222;

	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: #e8554e;

	color: #fff;

	margin: 0;

	width: 100%;

}



.enews-widget input:hover[type="submit"] {

	background-color: #fff;

	color: #222;

}



/* Genesis Latest Tweets

--------------------------------------------- */



.latest-tweets ul li {

	margin-bottom: 16px;

}



/* Genesis Responsive Slider

--------------------------------------------- */



.magazine-home .content #genesis-responsive-slider,

.magazine-home .content .genesis_responsive_slider li {

	border: none;

}



.magazine-home  .genesis_responsive_slider {

	margin-bottom: 40px;

}



.magazine-home .content .genesis_responsive_slider li:before {

	content: "";

	margin: 0;

}



.magazine-home .content .genesis_responsive_slider .slide-excerpt,

.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {

	background: transparent;

	border: none;

	margin: 0;

}



.magazine-home .content .genesis_responsive_slider .slide-excerpt {

	padding: 0;

}



.magazine-home .content #genesis-responsive-slider,

.magazine-home .content .genesis_responsive_slider .slides li,

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li {

	margin: 0;

	padding: 0;

}



.magazine-home .content .genesis_responsive_slider .flex-control-nav {

	line-height: 1;

}



.magazine-home .content .genesis_responsive_slider .flex-control-nav li {

	margin: 0;

	padding: 0 5px;

}



.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {

	-webkit-transition: none;

	-moz-transition:    none;

	-ms-transition:     none;

	-o-transition:      none;

	transition:         none;

}



.magazine-home .content .genesis_responsive_slider .slide-excerpt-border  {

	background: #fff;

	width: 100%;

}



.magazine-home .content .genesis_responsive_slider h2,

.magazine-home .content .genesis_responsive_slider h2 a {

	line-height: 1.2;

	margin: 0;

}



.magazine-home .content .genesis_responsive_slider p {	

	font-size: 14px;

	margin: 10px 0 0;

}



.magazine-home .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;

	outline: none;

	right: -25px;

	-webkit-transition: none;

	-moz-transition:    none;

	-ms-transition:     none;

	-o-transition:      none;

	transition:         none;

	width: 50px;

}



.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {

	background-position: -50px -49px;

}



.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {

	background-position: 0 0;

	bottom: auto;

	left: auto;

	right: 62px;

	top: 30px;

}



.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a.next {

	bottom: auto;

	left: auto;

	right: 10px;

	top: 30px;

}



.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {

	background-position: 0 -49px;

}



/* Jetpack

--------------------------------------------- */



img#wpstats {

	display: none;

}



/* Simple Social Icons

--------------------------------------------- */



.sidebar .simple-social-icons ul li {

	margin: 0 2px 4px !important;

}





/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {

	margin-top: 75px;

	background: #00468e;

	width: 1140px;
    
	float: none;
    
	margin: 75px auto 0px;

}





.primary-nav .site-header {

	padding-top: 64px;

}

#menu-item-62 a:hover {
	color: #e8554e;
}

#menu-item-64 a:hover {
	color: #64b5e5;
}

#menu-item-63 a:hover {
	color: #dd1f26;
}

#menu-item-65 a:hover {
	color: #01a64f;
}

#menu-item-66 a:hover {
	color: #64b5e5;
}


.site-header .wrap {

	padding: 30px 10px;

}



/* Title Area

--------------------------------------------- */



.title-area {

	float: left;

	padding-top: 30px;

	width: 310px;

}



.header-image .title-area {

	padding: 0;

}



.site-title {

	font-family: 'Raleway', sans-serif;

	font-size: 48px;

	line-height: 1;

	margin-bottom: 0;

}



.site-title a,

.site-title a:hover {

	color: #222;

	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: 10px;

}



.header-image .site-title a {

	background-position: left !important;

	background-size: contain !important;

	float: left;

	display: block;

	min-height: 105px;

	text-indent: -9999px;

	width: 100%;

}



/* Widget Area

--------------------------------------------- */



#archives-4 {

	width: 200px;

	float: right;

}



#archives-4 .widget-title {

	display: none;

}

#archives-4 .screen-reader-text {
	display: none;
}


#archives-dropdown-4 {

	padding: 10px 16px;

}



/* Search */

#text-10 {

	width: 345px;

	float: right;
	margin-top: 8px;

}



#text-10 tbody {

	border: none;

	padding: 0 12px 0 0;

	line-height: 0;

}



#text-10 td {

	border: none;

	padding: 0 0 0 0;

	line-height: 0;

}


.gsc-input-box {

	height: 35px !important;

}



.gsc-control-cse {

	padding: 0 1em !important;

}



#gs_tti50 input {

	padding: 7px !important;

}



.gsib_b {

	display:none !important;

}



input.gsc-search-button-v2 {

	display:none !important;

}



.gsc-control-cse {

	border: none !important;

	background: none !important;

}



#simple-social-icons-2 {

	float: right;

	margin-top: 10px;
	width: 130px;

}



#simple-social-icons-2 .simple-social-icons ul li {

	margin: 0 2px 12px !important;

}

.simple-social-icons ul li a {

	padding: 0 14px !important;

}



.simple-social-icons ul li:last-child {

	margin-right: 0 !important;

}





/* Apps */



#text-4 {

	

}





.site-header .widget-area {

	float: right;

	text-align: right;

	width: 728px;

}



.header-image .site-header .title-area,

.header-image .site-header .widget-area {

}



.site-header .widget-area p {

	margin-bottom: 0;

}





/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



/* Departments */



#menu-item-24603 .sub-menu {

	width: 595px;

}



#menu-item-24603 .sub-menu .menu-item {

	float: left;

	border-right: 1px solid #f7f7f7;

}



.genesis-nav-menu {

	clear: both;

	color: #222;

	font-family: 'Raleway', sans-serif;

	font-size: 14px;

	font-weight: 400;

	line-height: 1;

	text-transform: uppercase;

	width: 100%;

	text-align:right;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

	background: url(images/nav_divider.gif);

	background-repeat: no-repeat;

	background-position: right 16px;

}



.genesis-nav-menu .menu-item:last-child {

	background: none;

}



.genesis-nav-menu a {

	border: none;

	color: #f7f7f7;

	display: block;

	padding: 18px 10px;

	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: #e8554e;

}



.genesis-nav-menu .sub-menu {

	left: -9999px;

	opacity: 0;

	position: absolute;

	-webkit-transition: opacity .4s ease-in-out;

	-moz-transition:    opacity .4s ease-in-out;

	-ms-transition:     opacity .4s ease-in-out;

	-o-transition:      opacity .4s ease-in-out;

	transition:         opacity .4s ease-in-out;

	width: 190px;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

	background-color: #102543;

	border-bottom: 1px solid #f7f7f7;

	border-top: none;

	font-size: 12px;

	padding: 10px;

	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 {

	position: static;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}



.genesis-nav-menu > .first > a {

	padding-left: 0;

}



.genesis-nav-menu > .last > a {

	padding-right: 0;

}



.genesis-nav-menu > .right {

	color: #fff;

	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 #222;

}



.site-header .sub-menu .sub-menu {

	margin-top: -54px;

}



/* Primary Navigation

--------------------------------------------- */



.nav-primary {

	background-color: #222;

	color: #fff;

	left: 0;

	position: fixed;

	top: 0;

	width: 100%;

	z-index: 999;

}



.admin-bar .nav-primary {

	top: 32px;

}



.nav-primary a {

	color: #fff;

}



.nav-primary a:hover,

.nav-primary .sub-menu a:hover,

.nav-primary .genesis-nav-menu .current-menu-item > a {

	color: #e8554e;

}



.nav-primary .genesis-nav-menu .sub-menu a {

	background-color: #222;

	border: 1px solid #fff;

	border-top: none;

}



/* Secondary Navigation

--------------------------------------------- */



.nav-secondary .wrap {

	border-bottom: 1px solid #222;

}



/* Responsive Menu

--------------------------------------------- */



.responsive-menu-icon {

	cursor: pointer;

	display: none;

	margin-bottom: -1px;

	text-align: center;

	background: #102543;

	color: #f7f7f7;

}



.responsive-menu-icon::before {

	content: "\f333";

	display: inline-block;

	font: normal 30px/1 'dashicons';

	margin: 0 auto;

	padding: 10px;

}



.site-header .responsive-menu-icon::before {

	padding: 0;

}





/*

Content Area

---------------------------------------------------------------------------------------------------- */



/* Home Content

--------------------------------------------- */



.home-content-intro {

	float: left;

	width: 100%;

}



.home-content-intro h2 {

	color: #f7f7f7;

	margin-bottom: 0;

	padding: 5px 0px 5px 16px;

}



.home-content-1, .home-content-2, .home-content-3 {

	padding: 0 0 0 16px;

	width: 100%;

	box-sizing: border-box;

	margin-bottom: 12px;

}



.home-content-1, .home-content-2 {

	float: left

}



.home-content-3 {

	float: right;

}



.home-content-1 .featured-content, .home-content-2 .featured-content, .home-content-3 .featured-content, #text-10 {

	margin-bottom: 8px;
	clear: none

}

/*News*/

#text-4 {
	margin: 0;
}

#text-4 .widget-title {
    width: 90px;
    text-transform: none;
    background-color: #64b5e5;
    font-size: 26px;
	padding: 5px 10px;
	margin: 0 0 10px;
}

#text-4 .widget-title a, #text-5 .widget-title a, #text-3 .widget-title a {
	color: #fff;
}

#text-4 .widget-title a:hover, #text-5 .widget-title a:hover, #text-3 .widget-title a:hover {
	color: #fff;
}

#featured-post-2 .widget-title, #featured-post-3 .widget-title, #wpp-3 .widget-title {
background: none;
    padding: 0;
    margin: 0 0 5px;
    color: #64b5e5;
	text-transform:none;
}

#featured-post-2 .entry-title {
	clear: both;
}

#featured-post-2 .entry-title a:hover {
	color: #64b5e5;
}

#featured-post-2 img {
	max-width: 712px !important;
}

#featured-post-3 {
	margin-top: 73px;
	margin-bottom: 15px;
}

#featured-post-3 .entry-title a:hover {
	color: #64b5e5;
}	

#featured-post-3 img {
	max-width: 60px !important;
}

/*Sports*/

#text-5 .widget-title {
    width: 100px;
    text-transform: none;
    background-color: #dd1f26;
    font-size: 26px;
	padding: 5px 10px;
	margin: 0 0 10px;
	color: #fff;
}

#featured-post-4 {
	max-width: 712px;
    	width: 66%;
	float: left;
	box-sizing: border-box;
}

#featured-post-4 .alignleft {
	margin: 0px 15px 5px 0px;
}

#featured-post-4 .entry {
	border: none;
}

#featured-post-4 .entry-title {
	font-size: 24px;
	clear: none;
}

#featured-post-4 .entry-content p {
	margin-bottom: 0;
}

#featured-post-4 a.more-link {
    clear: both;
    color: #dd1f26;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 10px;
    text-align: center;
}

#featured-post-4 a.more-link:hover {
	color: #fff;
	background-color: #dd1f26
}

#featured-post-4 img {
	max-width: 336px !important;
}

#featured-post-4 .widget-title, #featured-post-5 .widget-title, #wpp-4 .widget-title {
	background: none;
    padding: 0;
    margin: 0 0 5px;
    color: #dd1f26;
	text-transform:none;
	font-size: 16px;
}

#featured-post-5 {
	max-width: 380px;
    	width: 33.36259877085162%;
	float: right;
	box-sizing: border-box;
	margin: 21px 0 0;
}

#featured-post-5 .entry-title a:hover {
	color: #dd1f26;
}

#featured-post-5 img {
	max-width: 60px !important;
}

#wpp-4 {
	max-width: 380px;
    	width: 33.36259877085162%;
	float: right;
	box-sizing: border-box;
}

/*Interact*/

.home-content-2 .widget {
	padding: 0 10px;
	float: left;
    width: 33.33333333%;
}

.home-content-2 .widget-title {
    padding: 0;
    margin: 0 0 5px;
    color: #f89520;
    font-size: 16px !important;
}

#featured-post-8 {
	width: 100%;
}

#featured-post-8 .entry {
	width: 20%;
	float: left;
	border-bottom: none;
}

#featured-post-8 .widget-title a, #featured-post-8 .widget-title a:hover {
	color: #f89520;
	font-weight: 500;
}

.home-content-1 .featured-content .entry, .home-content-2 .featured-content .entry, .home-content-3 .featured-content .entry {

	margin-bottom: 15px; 
	border-bottom: 2px solid #eee;

}

#text-6 {
	width: 100%;
	padding: 0;
}

#text-6 .widget-title {
    width: 115px;
    text-transform: none;
    background-color: #f89520;
    font-size: 26px !important;
    padding: 5px 10px;
    margin: 0 0 10px;
    color: #fff;
}

#youtubechannelgallery_widget-2 a:hover {
	color: #f89520;
}

/*Opinion*/

#text-3 .widget-title {
    width: 115px;
    text-transform: none;
    background-color: #01a64f;
    font-size: 26px !important;
    padding: 5px 10px;
    margin: 0 0 10px;
    color: #fff;
}

#featured-post-6 {
	float: left;
	width: 75%;
}

#featured-post-6 .entry {
	float: left;
	width: 25%;
	padding: 0px 10px 10px;
	max-width: 132px;
	border-bottom: none;
	margin-right: 50px;
}

#featured-post-6 .entry-title {
	font-size: 14px;
}

#featured-post-6 .entry-title a:hover, #featured-post-7 .entry-title a:hover {
	color: #01a64f;
}

#featured-post-7 {
	float: right;
	width: 25%;
}

#featured-post-7 a.more-link {
    clear: both;
    color: #01a65f;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 10px;
    text-align: center;
}

#featured-post-7 a.more-link:hover {
	color: #fff;
	background-color: #01a65f;
}

.home-content-3 .widget-title {
    padding: 0;
    margin: 0 0 5px;
    color: #01a64f;
    font-size: 16px !important;
}



.home-content-1 .widget-title, .home-content-2 .widget-title, .home-content-3 .widget-title {

	margin-bottom: 5px;

	font-size: 22px;

	text-transform: none;

}



.home-content-1 .entry-title, .home-content-2 .entry-title, .home-content-3 .entry-title {

font-size: 18px;
    line-height: 1.2;
    margin: 0 0 5px;
	word-wrap: break-word;
}

.home-content-2 .entry-title {
	clear:both;
}



/* Real Estate */



#featured-post-43 .widget-title, #text-9 .widget-title, #text-11 .widget-title {

	background: #58595b;

	color: #f7f7f7;

	padding: 5px !important;

	margin-bottom: 8px !important;

	text-transform: uppercase !important;

	font-size: 20px !important;

}



#featured-post-43 .entry {

	margin-bottom: 6px;

}



#featured-post-43 a.alignnone {

	margin-bottom: 0;

}



#text-17 {

	text-align: center

}



/* Face to Face */



#featured-post-50 {

	background: #414042;

	padding: 7px 5px;

	margin-bottom: 0;
	margin-top: 11px;

}



#featured-post-50 .widget-title, #featured-post-50 .widget-title a {

	color: #f7f7f7;

	text-align: center;

}



#featured-post-50 .widget-title a:hover {

	color: #e8554e;

}



#featured-post-50 .entry {

	width: 33.3333333333%;

	float: left;

	text-align: center;

	padding: 1%;

}



#featured-post-50 a.alignnone {

	margin-bottom: 0;

}



#featured-post-50 .entry-title {

	text-align:center;

}



#featured-post-50 .entry-title a {

	color:#f7f7f7;

}



#featured-post-50 .entry-title a:hover {

	color: #e8554e;

}



/* Commentary */



#text-16 {

	text-align: center;

	margin-bottom: 40px;
	float: left;

}



/* BCP Content

--------------------------------------------- */



.home-bcp-intro {

	float: left;

	width: 100%;

	background: #102543;

	margin-bottom: 10px;

}



.home-bcp-intro h2 {

	color: #f7f7f7;

	margin-bottom: 0;

	padding: 5px 0px 5px 16px;

}



.home-bcp-content {

	background: #214783;

	float: left;

	padding: 15px 0;

} 



#text-15, #gce_widget-3 {

	padding: 0 10px;

	width: 33.3333333333%;

	box-sizing: border-box;

}



#text-15, #gce_widget-3 {

	float: left;

}



#gce_widget-3 {

	border-right: 1px solid #9d9fa2;

}



#text-14 {

	float: left;

	margin-bottom: 40px;

}



#gce_widget-3 .widget-title, #text-14 .widget-title, #text-15 .widget-title {

	font-size: 22px;

	color: #f7f7f7;

	margin-bottom: 5px;

	text-align: center;

}



/* Log In Sign Up */



#bcp-buttons {

	width: 100%;

	text-align: center;

	margin-top: 13px;

}



.login, .signup {

	padding: 10px 15%;

}



.login:hover, .signup:hover {

	color:#222;

}



.login {

	background: #7db1e0;

	text-align: center;

	text-transform: uppercase;

	color: #f7f7f7;

}



.signup {

	background: #fcba65;

	text-align: center;

	text-transform: uppercase;

	color: #f7f7f7;

}



#bcp-ad {

	margin-top: 15px;

	width: 100%;

	float: left;

	text-align: center;

}



/* Calendar */



.submit-event {

	text-align: center;

	text-transform: uppercase;

	font-size: 15px;

	padding: 20px 0;

	display: none;

}



.gce-event-day:nth-child(3) .submit-event {

	display: block;

}

	

.gce-list {

	background: #fff;

	padding: 16px 5px 8px;

}



.gce-event-day {

}



.gce-list-event {

	font-size: 14px;

}



.gce-widget-list {

	font-size: 12px;

}



/* Directory */



#text-14 .textwidget {

	background: #fff;

}



#text-14 h3 {

	background: #214783;

	margin-bottom: 0;

	color: #f7f7f7;

	text-transform: uppercase;

	font-size: 14px;

	text-align: center;

	padding: 0 0 5px 0;

}



.bcp-logo {

	float: none;

	border-bottom: 1px dashed #95979a;

	text-align: center;

	padding: 5px 0 0;

}



.bcp-logo-last {

	text-align: center;

	float: none;

	padding: 5px 0 0;

}



.find-business {

	text-align: center;

	text-transform: uppercase;

	font-size: 15px;

	padding: 3px 0;

	display: block;

	background: #fff;

	border-top: 5px solid #214783;

}



.submit-business {

	text-align: center;

	text-transform: uppercase;

	font-size: 15px;

	padding: 0;

	display: block;

	background: #fff;

	border-top: 5px solid #214783;

}



/* Page Content 

--------------------------------------------- */



/* Defaults */

.before-entry {
	float: left;
	margin-bottom: 20px;
}



.even-section {

	background-color: #fff;

	padding: 10px;

	border-bottom: 2px solid #ccc;

}



.odd-section {

	background-color: #f7f7f7;

	padding: 10px;

	border-bottom: 2px solid #ccc;

	margin-bottom: 15px;

}



.above-content {

	text-align: center;

	padding: 12px 0 5px;

	margin-bottom: 15px;

}

#text-12 {
	display: none;
}

.gal-container {
	margin-bottom: 0;
}



/* Departments */



.dep-column {

	width: 33.33333333333333%;

	float: left;

	padding: 0 1%;

}



/* Archive Pages */



.category-red-report img.alignleft, .category-business-indicators img.alignleft, .category-commentary img.alignleft  {

	display:none;

}

.archive .before-entry {
	display: none;
}



/* A Matter of Opinion */



.opinion-odd {

	background-color: #f7f7f7;

	padding: 10px;

	border-bottom: 2px solid #ccc;

}



.opinion-even {

	background-color: #fff;

	padding: 10px;

	border-bottom: 2px solid #ccc;

}



.post-22152 .button {

	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;

	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;

	box-shadow:inset 0px 1px 0px 0px #97c4fe;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );

	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');

	background-color:#3d94f6;

	-webkit-border-top-left-radius:0px;

	-moz-border-radius-topleft:0px;

	border-top-left-radius:0px;

	-webkit-border-top-right-radius:0px;

	-moz-border-radius-topright:0px;

	border-top-right-radius:0px;

	-webkit-border-bottom-right-radius:0px;

	-moz-border-radius-bottomright:0px;

	border-bottom-right-radius:0px;

	-webkit-border-bottom-left-radius:0px;

	-moz-border-radius-bottomleft:0px;

	border-bottom-left-radius:0px;

	text-indent:0;

	border:1px solid #337fed;

	display:inline-block;

	color:#ffffff;

	font-family:Arial;

	font-size:15px;

	font-weight:bold;

	font-style:normal;

	line-height:25px;

	text-decoration:none;

	text-align:center;

	text-shadow:1px 1px 0px #1570cd;

}



.post-22152 .button:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );

	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');

	background-color:#1e62d0;

	}



.post-22152 .button:active {

	position:relative;

	top:1px;

}



/* Ad Staff */



.ad-staff-left {

	width: 48%;

	float: left;

	text-align:left;

	margin-bottom: 15px;

	border-bottom: 2px solid #ccc;

}



.ad-staff-right {

	width: 48%;

	float: right;

	text-align:left;

	margin-bottom: 15px;

	border-bottom: 2px solid #ccc;

}



.ad-staff-left img, .ad-staff-right img {

	float: left;

	margin-bottom: 15px;

}



.ad-staff-text {

	float: right;

	text-align: right;

	margin-right: 15px;

}



/* BCP Info & Sign Up Page */





.post-1928 .login {

	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;

	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;

	box-shadow:inset 0px 1px 0px 0px #fce2c1;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );

	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');

	background-color:#ffc477;

	-moz-border-radius:6px;

	-webkit-border-radius:6px;

	border-radius:6px;

	border:1px solid #eeb44f;

	display:inline-block;

	color:#ffffff !important;

	font-family:arial;

	font-size:15px;

	font-weight:normal;

	padding:6px 24px;

	text-decoration:none !important;

	text-shadow:1px 1px 0px #cc9f52;

}



.post-1928 .login:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );

	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');

	background-color:#fb9e25;

}



.post-1928 .login:active {

	position:relative;

	top:1px;

}



/*



Sign Up



------------------------------------------------------------ */



.post-1928 .mmbs-signup {

	-moz-box-shadow:inset 0px 1px 0px 0px #6782b1;

	-webkit-box-shadow:inset 0px 1px 0px 0px #6782b1;

	box-shadow:inset 0px 1px 0px 0px #6782b1;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #456397), color-stop(1, #2c4c82) );

	background:-moz-linear-gradient( center top, #456397 5%, #2c4c82 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#456397', endColorstr='#2c4c82');

	background-color:#456397;

	-moz-border-radius:6px;

	-webkit-border-radius:6px;

	border-radius:6px;

	border:1px solid #014785;

	display:inline-block;

	color:#ffffff !important;

	font-family:arial;

	font-size:15px;

	font-weight:normal;

	padding:6px 24px;

	text-decoration:none !important;

	text-shadow:1px 1px 0px #231f20;

}



.post-1928 .mmbs-signup:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2c4c82), color-stop(1, #456397) );

	background:-moz-linear-gradient( center top, #2c4c82 5%, #456397 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#456397');

	background-color:#2c4c82;

}



.post-1928 .mmbs-signup:active {

	position:relative;

	top:1px;

}

	



.post-1928 .signup {

	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;

	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;

	box-shadow:inset 0px 1px 0px 0px #cae3fc;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );

	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');

	background-color:#79bbff;

	-moz-border-radius:6px;

	-webkit-border-radius:6px;

	border-radius:6px;

	border:1px solid #469df5;

	display:inline-block;

	color:#ffffff !important;

	font-family:arial;

	font-size:15px;

	font-weight:normal;

	padding:6px 24px;

	text-decoration:none !important;

	text-shadow:1px 1px 0px #287ace;

	margin-right: 1%;

}



.post-1928 .signup:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );

	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');

	background-color:#4197ee;

}



.post-1928 .signup:active {

	position:relative;

	top:1px;

}



.post-1928 .free-listing {

	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;

	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;

	box-shadow:inset 0px 1px 0px 0px #cae3fc;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );

	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');

	background-color:#79bbff;

	-moz-border-radius:6px;

	-webkit-border-radius:6px;

	border-radius:6px;

	border:1px solid #469df5;

	display:inline-block;

	color:#ffffff !important;

	font-family:arial;

	font-size:15px;

	font-weight:normal;

	padding:6px 24px;

	text-decoration:none !important;

	text-shadow:1px 1px 0px #287ace;

}



.post-1928 .freelisting:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );

	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');

	background-color:#4197ee;

}



.post-1928 .free-listing:active {

	position:relative;

	top:1px;

}



#amplify-wrap {

	float: left;

	border: solid 1px #b6b6b6;

	margin-bottom: 20px;

	width: 100%;

	background-color: #f2f2f2;

}



#amplify-image {

	width: 23%;

	float: left;

}



#amplify-image img {

	box-shadow:none;

	margin: 0;

}



#amplify-description {

	width: 74%;

	position: relative;

	float:left;

	padding: 10px;

	margin: auto 0;

	max-height: 999999px;

}



#amplify-description h2 {

	font-size: 24px;

}



#amplify-description p {

	font-size: 17px;

	line-height: 30px;

}



#amplify-sign-up {

	float: left;

	border: solid 1px #b6b6b6;

	margin-bottom: 20px;

	width: 100%;

	background-color: #f2f2f2;

	margin-top: 20px;

}



#amplify-sign-up p {

	margin-left: 10px;

}



/* BCP Pages 

---------------------------------------------- */



/* pr wire */

ul.wpuf-form li .wpuf-fields a.file-selector {
	line-height: 22px !important;
}

ul.wpuf-form li {
	list-style-type: none !important;
}

a.wpuf-button {

	color: #333 !important;

}



/* business directory */

.wpbdp-listing-single .main-image img {
	border: none !important;
}



ul.wpbdp-categories>li {

	width: 100% !important;

}



.wpbdp-main-links {

	width: 100%;

}



#wpbdp-bar-submit-listing-button, #wpbdp-bar-view-listings-button, #wpbdp-bar-show-directory-button {

	margin-right: 1%;

}



#wpbdp-view-listings-page input[type="button"] {

	margin-right: 1%;

}



/* NBMobi Page */



.signup-nbmobi {

	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;

	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;

	box-shadow:inset 0px 1px 0px 0px #c1ed9c;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a0c36c), color-stop(1, #8cb82b) );

	background:-moz-linear-gradient( center top, #a0c36c 5%, #8cb82b 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0c36c', endColorstr='#8cb82b');

	background-color:#a0c36c;

	-webkit-border-top-left-radius:6px;

	-moz-border-radius-topleft:6px;

	border-top-left-radius:6px;

	-webkit-border-top-right-radius:6px;

	-moz-border-radius-topright:6px;

	border-top-right-radius:6px;

	-webkit-border-bottom-right-radius:6px;

	-moz-border-radius-bottomright:6px;

	border-bottom-right-radius:6px;

	-webkit-border-bottom-left-radius:6px;

	-moz-border-radius-bottomleft:6px;

	border-bottom-left-radius:6px;

	text-indent:0;

	border:1px solid #83c41a;

	display:inline-block;

	color:#ffffff !important;

	height:35px;

	line-height:35px;

	text-decoration:none !important;

	text-align:center;

	text-shadow:1px 1px 0px #689324;

	padding: 0 10px;

	margin-top: 5px;

}

.signup-nbmobi:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );

	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');

	background-color:#8cb82b;

	text-decoration: none !important;

}



.signup-nbmobi:active {

	position:relative;

	top:1px;

}



/* Event Pages



------------------------------------------------------------ */



.events-fob {

	background-color: #fff;

	padding: 10px;

	border-bottom: 2px solid #ccc;

}



.events-hch {

	background-color: #f7f7f7;

	padding: 10px;

	border-bottom: 2px solid #ccc;

}



.events-breakfast {

	background-color: #f7f7f7;

	padding: 10px;

	border-bottom: 2px solid #ccc;

}



/*breakfast*/



.post-22675 .entry-title, .post-25885 .entry-title {

	height: 102px;

	background: url(/wp-content/uploads/2015/02/Business-FIrst-Header.jpg);

	background-repeat: no-repeat;

	font-size: 0.1px !important;
	background-size: 100%;

	}



.post-20165 .entry-title {

	height: 102px;

	background: url(/wp-content/uploads/2015/02/Business-FIrst-Header.jpg);

	background-repeat: no-repeat;

	font-size: 0.1px !important;
	background-size: 100%;

	}



/* family owned */



.post-24055 .entry-title {

	text-align:center;

	}



.fob-button {

	-moz-box-shadow:inset 0px 1px 0px 0px #96cc66;

	-webkit-box-shadow:inset 0px 1px 0px 0px #96cc66;

	box-shadow:inset 0px 1px 0px 0px #96cc66;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ea83b), color-stop(1, #326405) );

	background:-moz-linear-gradient( center top, #6ea83b 5%, #326405 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ea83b', endColorstr='#326405');

	background-color:#6ea83b;

	-webkit-border-top-left-radius:0px;

	-moz-border-radius-topleft:0px;

	border-top-left-radius:0px;

	-webkit-border-top-right-radius:0px;

	-moz-border-radius-topright:0px;

	border-top-right-radius:0px;

	-webkit-border-bottom-right-radius:0px;

	-moz-border-radius-bottomright:0px;

	border-bottom-right-radius:0px;

	-webkit-border-bottom-left-radius:0px;

	-moz-border-radius-bottomleft:0px;

	border-bottom-left-radius:0px;

	text-indent:0;

	border:1px solid #528b1f;

	display:inline-block;

	color:#ffffff !important;

	font-family:Arial;

	font-size:15px;

	font-weight:bold;

	font-style:normal;

	height:40px;

	line-height:40px;

	width:240px;

	text-decoration:none;

	text-align:center;

	text-shadow:1px 1px 0px #528b1f;

}



.fob-button:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #528b1f), color-stop(1, #6ea83b) );

	background:-moz-linear-gradient( center top, #326405 5%, #6ea83b 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#6ea83b');

	background-color:#326405;

	text-decoration:none;

	color: #ffffff !important;

	}



.fob-button:active {

	position:relative;

	top:1px;

}



.fob-button:visited {

	color: #ffffff;

}



.fob-payment {

	width: 50%;

	float:left;

}

/* HCH */

.hch-button {

	-moz-box-shadow:inset 0px 1px 0px 0px #5794ca;

	-webkit-box-shadow:inset 0px 1px 0px 0px #5794ca;

	box-shadow:inset 0px 1px 0px 0px #5794ca;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3776ae), color-stop(1, #7db1e0) );

	background:-moz-linear-gradient( center top, #3776ae 5%, #04adcc 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ea83b', endColorstr='#7db1e0');

	background-color:#3776ae;

	-webkit-border-top-left-radius:0px;

	-moz-border-radius-topleft:0px;

	border-top-left-radius:0px;

	-webkit-border-top-right-radius:0px;

	-moz-border-radius-topright:0px;

	border-top-right-radius:0px;

	-webkit-border-bottom-right-radius:0px;

	-moz-border-radius-bottomright:0px;

	border-bottom-right-radius:0px;

	-webkit-border-bottom-left-radius:0px;

	-moz-border-radius-bottomleft:0px;

	border-bottom-left-radius:0px;

	text-indent:0;

	border:1px solid #3776ae;

	display:inline-block;

	color:#ffffff !important;

	font-family:Arial;

	font-size:15px;

	font-weight:bold;

	font-style:normal;

	height:40px;

	line-height:40px;

	width:240px;

	text-decoration:none;

	text-align:center;

	text-shadow:1px 1px 0px #3776ae;

}



.hch-button:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5794ca), color-stop(1, #3776ae) );

	background:-moz-linear-gradient( center top, #326405 5%, #3776ae 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3776ae');

	background-color:#7db1e0;

	text-decoration:none;

	color: #ffffff !important;

	}



.hch-button:active {

	position:relative;

	top:1px;

}



.hch-button:visited {

	color: #ffffff;

}

#wpcf7-f18879-p18880-o1 .wpcf7-checkbox .wpcf7-list-item {
	display: block;

}


/* Entries

--------------------------------------------- */



.entry {

	margin-bottom: 60px;

}

.single-post .entry {
	margin-bottom: 0px;
}


.archive .content .entry,

.home .content .entry,

.page-template-page_blog-php .content .entry {

	border-bottom: 2px solid #eee;

}


.archive .category-top-story, .archive .category-top-sports-story, .archive .category-our-view  {
    background-color: #f7f7f7;
    padding: 10px 10px 0px;
    border: solid 1px #ccc;
	border-bottom: solid 1px #ccc !important;
}

.entry-content a {

	color: #e8554e;

}



.entry-content a:hover {

	color: #222;

}



.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;

}



.entry-meta {

	font-size: 14px;

}



.entry-header .entry-meta {

	margin-bottom: 30px;

}



.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

}



.entry-categories,

.entry-tags {

	display: block;

}



/* After Entry

--------------------------------------------- */



.after-entry {

	border-bottom: 1px solid #222;

	border-top: 2px solid #222;

	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 {

	font-size: 14px;

	margin: 40px 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background-color: #222;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	padding: 8px 12px;

}



.archive-pagination li a:hover,

.archive-pagination li.active a {

	background-color: #e8554e;

}



.entry-pagination a {

	border-bottom: 1px solid #ddd;

}



/* Comments

--------------------------------------------- */



.comment-respond,

.entry-comments,

.entry-pings {

	background-color: #fff;

	margin-bottom: 50px;

}



.comment-content {

	clear: both;

}



.entry-comments .comment-author {

	margin-bottom: 0;

}

#wpcomm .wc-field-comment .wc-field-textarea {
	margin-left: 0 !important;
}



.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

---------------------------------------------------------------------------------------------------- */



/*----------- Home Features -------------*/



/* Feature Story */



#featured-post-39 {

	background: url(/images/feature-background.jpg);

	background-color: #bd1f43;

	margin-bottom:8px;

	transition: background 0.5s ease;

}



#featured-post-39:hover {

	background:#222;

}



#featured-post-39 .entry-title {

	padding: 5px 0 0 5px;

	height: 55px;

	margin: 0

}



#featured-post-39 .entry-title a {

	color: #f7f7f7;

	width: 100%;

	height: 50px;

	float: left;

}



#featured-post-39 .entry-title a:hover {

}



/* Industry Focus */



#featured-post-40 {

	background: url(/images/if-background.jpg);

	background-color: #0b4775;

	margin-bottom:8px;

	transition: background 0.5s ease;

}



#featured-post-40:hover {

	background: #222;

}



#featured-post-40 .entry-title {

	padding: 5px 0 0 5px;

	height: 55px;

	margin:0;

}



#featured-post-40 .entry-title a {

	color: #f7f7f7;

	width: 100%;

	height: 50px;

	float: left;

}



#featured-post-40 .entry-title a:hover {

}



/* Building Nevada */



#featured-post-41 {

	background: url(/images/bn-background.jpg);

	background-color: #a6d198;

	margin-bottom:8px;

	transition: background 0.5s ease;

}



#featured-post-41:hover {

	background: #222;

}



#featured-post-41 .entry-title {

	padding: 5px 0 0 5px;

	height: 55px;

	margin: 0;

}



#featured-post-41 .entry-title a {

	color: #f7f7f7;

	width: 100%;

	height: 50px;

	float: left;

}



#featured-post-41 .entry-title a:hover {

}



/* Special Report */



#featured-post-42 {

	background: url(/images/sr-background.jpg);

	background-color: #d31145;

	margin-bottom:8px;

	transition: background 0.5s ease;

}



#featured-post-42:hover {

	background: #222;

}



#featured-post-42 .entry-title {

	padding: 5px 0 0 5px;

	height: 55px;

	margin: 0;

}



#featured-post-42 .entry-title a {

	color: #f7f7f7;

	width: 100%;

	height: 50px;

	float: left;

}



#featured-post-42 .entry-title a:hover {

}



/* PR Wire */



#sg_jquery_scroller_widget-3 {

	background: #214783;

	height: 193.3px;

	margin-bottom: 0;

}



#sg_jquery_scroller_widget-3 .widget-title {

	margin-bottom: 0;

	background: #214783;

	padding: 10px 10px 0 10px;

	font-size: 20px;

}



#sg_jquery_scroller_widget-3 > div > div {

	float:none;

	padding: 8px;

	margin: 2px auto 0;

	background-color: #fff;

	width: 95%;

}


/* Article Pages */

.category-news #menu-item-64 > a {
	color: #64b5e5;
}

.category-sports #menu-item-63 > a {
	color: #dd1f26;
}

.category-opinion #menu-item-65 > a {
	color: #01a64f;
}

.category-e-edition #menu-item-66 > a {
	color: #64b5e5;
}

.category-news a.more-link, .category-e-edition a.more-link {
clear: both;
    color: #64b5e5;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 10px;
    text-align: center;
}

.category-news a.more-link:hover, .category-e-edition a.more-link:hover {
	color: #fff;
	background-color: #64b5e5;
}

.category-news a:hover, .category-e-edition a:hover {
	color: #64b5e5;
}

.category-sports a.more-link {
clear: both;
    color: #dd1f26;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 10px;
    text-align: center;
}

.category-sports a.more-link:hover {
	color: #fff;
	background-color: #dd1f26;
}

.category-sports a:hover {
	color: #dd1f26;
}

.category-opinion a.more-link {
clear: both;
    color: #01a64f;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 10px;
    text-align: center;
}

.category-opinion a.more-link:hover {
	color: #fff;
	background-color: #01a64f;
}

.category-opinion a:hover {
	color: #01a64f;
}














#gce_widget-4, #sg_jquery_scroller_widget-4 {

	background: #214783;

	margin-bottom: 0;

}



#text-23 .widget-title, #gce_widget-4 .widget-title, #sg_jquery_scroller_widget-4 .widget-title {

	background: none;

	text-align:center;

	text-transform: uppercase;

	font-size: 22px;

	padding: 15px 10px 0 10px;

	margin-bottom: 8px;

}



#text-23 {

	min-height: 90px;

}



#text-23 .widget-title {

	font-size: 28px;

	margin-bottom: 10px;

	padding: 10px 10px 0;

}



#gce_widget-4 {

	padding: 0 10px;

}



#sg_jquery_scroller_widget-4 {

	background: #214783;

	height: 347px;

	margin-bottom: 0;

}



#sg_jquery_scroller_widget-4 .widget-title {

	margin-bottom: 0;

	background: #214783;

	padding: 15px 10px 0 10px;

}



#sg_jquery_scroller_widget-4 > div > div {

	float:none;

	padding: 8px;

	margin: 10px auto 0;

	background-color: #fff;

	width: 95%;

}



.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 .widget {

	margin-bottom: 40px;

}



.sidebar .tagcloud a,

.sidebar .tagcloud a:visited {

	background-color: #eee;

	color: #222;

	cursor: pointer;

	display: inline-block;

	margin: 0 5px 5px 0;

	padding: 5px 10px;

}



.sidebar .tagcloud a:hover {

	background-color: #e8554e;

	color: #fff;

}





/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {

	background-color: #222;

	color: #aaa;

	clear: both;

	font-size: 14px;

	padding: 15px 0;

}



.footer-widgets-1 {

	width: 100%;

	text-align:center;

}



.footer-widgets-2 {

}



.footer-widgets-1 {

	margin-right: 15px;

}



.footer-widgets-1,

.footer-widgets-2 {

	float: left;

}



.footer-widgets-3 {

	float: right;

}



.footer-widgets a {

	color: #fff;

	font-weight: 300;

}



.footer-widgets a:hover {

	color: #ccc;

}



.footer-widgets p:last-child {

	margin-bottom: 0;

}



.footer-widgets .widget {

	margin-bottom: 0;

}



.footer-widgets li {

	margin-bottom: 20px;

}



.footer-widgets .enews-widget {

	padding: 0;

}



.footer-widgets button,

.footer-widgets input[type="button"],

.footer-widgets input[type="reset"],

.footer-widgets input[type="submit"],

.footer-widgets .button {

	background-color: #eee;

	color: #222;

}



.footer-widgets button:hover,

.footer-widgets input[type="button"]:hover,

.footer-widgets input[type="reset"]:hover,

.footer-widgets input[type="submit"]:hover,

.footer-widgets .button:hover {

	background-color: #fff;

	color: #222;

}





/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	background-color: #222;

	font-family: 'Raleway', sans-serif;

	font-size: 14px;

	text-align: center;

}



.site-footer .wrap {

	border-top: 1px solid #444;

	padding: 20px 0;

}



.site-footer,

.site-footer a {

	color: #aaa;

}



.site-footer a:hover {

	color: #fff;

}



.site-footer p {

	margin-bottom: 0;

}





/*

Color Styles

---------------------------------------------------------------------------------------------------- */



.magazine-pro-blue a.more-link:hover,

.magazine-pro-blue .home-middle a.more-link,

.magazine-pro-blue .home-top a.more-link,

.magazine-pro-blue .site-title a:hover,

.magazine-pro-green a.more-link:hover,

.magazine-pro-green .home-middle a.more-link,

.magazine-pro-green .home-top a.more-link,

.magazine-pro-green .site-title a:hover,

.magazine-pro-orange a.more-link:hover,

.magazine-pro-orange .home-middle a.more-link,

.magazine-pro-orange .home-top a.more-link,

.magazine-pro-orange .site-title a:hover {

	color: #222;

}



.magazine-pro-blue .archive-pagination li a:hover,

.magazine-pro-blue .footer-widgets a:hover,

.magazine-pro-blue .home-middle a.more-link:hover,

.magazine-pro-blue .home-top a.more-link:hover,

.magazine-pro-blue .site-footer a:hover,

.magazine-pro-green .archive-pagination li a:hover,

.magazine-pro-green .footer-widgets a:hover,

.magazine-pro-green .home-middle a.more-link:hover,

.magazine-pro-green .home-top a.more-link:hover,

.magazine-pro-green .site-footer a:hover,

.magazine-pro-orange .archive-pagination li a:hover,

.magazine-pro-orange .footer-widgets a:hover,

.magazine-pro-orange .home-middle a.more-link:hover,

.magazine-pro-orange .home-top a.more-link:hover,

.magazine-pro-orange .site-footer a:hover {

	color: #fff;

}



.magazine-pro-blue .enews-widget input:hover[type="submit"],

.magazine-pro-green .enews-widget input:hover[type="submit"],

.magazine-pro-orange .enews-widget input:hover[type="submit"] {

	background-color: #fff;

}



.magazine-pro-blue .footer-widgets a:hover,

.magazine-pro-green .footer-widgets a:hover,

.magazine-pro-orange .footer-widgets a:hover {

	color: #ccc;

}



/* Magazine Pro Blue

--------------------------------------------- */



.magazine-pro-blue a:hover,

.magazine-pro-blue .entry-content a,

.magazine-pro-blue .entry-title a:hover,

.magazine-pro-blue .genesis-nav-menu a:hover,

.magazine-pro-blue .genesis-nav-menu .current-menu-item > a,

.magazine-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.magazine-pro-blue .nav-primary a:hover,

.magazine-pro-blue .nav-primary .sub-menu a:hover,

.magazine-pro-blue .nav-primary .genesis-nav-menu .current-menu-item > a {

	color: #469bd1;

}



.js.magazine-pro-blue .content .home-middle a .entry-time,

.js.magazine-pro-blue .content .home-top a .entry-time,

.magazine-pro-blue button:hover,

.magazine-pro-blue input:hover[type="button"],

.magazine-pro-blue input:hover[type="reset"],

.magazine-pro-blue input:hover[type="submit"],

.magazine-pro-blue .archive-pagination li a:hover,

.magazine-pro-blue .archive-pagination li.active a,

.magazine-pro-blue .button:hover,

.magazine-pro-blue .enews-widget input[type="submit"],

.magazine-pro-blue .entry-content .button:hover,

.magazine-pro-blue .home-middle a.more-link:hover,

.magazine-pro-blue .home-top a.more-link:hover,

.magazine-pro-blue .sidebar .tagcloud a:hover {

	background-color: #469bd1;

}



.magazine-pro-blue .button:hover {

	color: #fff;

}



/* Magazine Pro Green

--------------------------------------------- */



.magazine-pro-green a:hover,

.magazine-pro-green .entry-content a,

.magazine-pro-green .entry-title a:hover,

.magazine-pro-green .genesis-nav-menu a:hover,

.magazine-pro-green .genesis-nav-menu .current-menu-item > a,

.magazine-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.magazine-pro-green .nav-primary a:hover,

.magazine-pro-green .nav-primary .sub-menu a:hover,

.magazine-pro-green .nav-primary .genesis-nav-menu .current-menu-item > a {

	color: #3fbd85;

}



.js.magazine-pro-green .content .home-middle a .entry-time,

.js.magazine-pro-green .content .home-top a .entry-time,

.magazine-pro-green button:hover,

.magazine-pro-green input:hover[type="button"],

.magazine-pro-green input:hover[type="reset"],

.magazine-pro-green input:hover[type="submit"],

.magazine-pro-green .archive-pagination li a:hover,

.magazine-pro-green .archive-pagination li.active a,

.magazine-pro-green .button:hover,

.magazine-pro-green .enews-widget input[type="submit"],

.magazine-pro-green .entry-content .button:hover,

.magazine-pro-green .home-middle a.more-link:hover,

.magazine-pro-green .home-top a.more-link:hover,

.magazine-pro-green .sidebar .tagcloud a:hover {

	background-color: #3fbd85;

}



.magazine-pro-green .button:hover {

	color: #fff;

}



/* Magazine Pro Orange

--------------------------------------------- */



.magazine-pro-orange a:hover,

.magazine-pro-orange .entry-content a,

.magazine-pro-orange .entry-title a:hover,

.magazine-pro-orange .genesis-nav-menu a:hover,

.magazine-pro-orange .genesis-nav-menu .current-menu-item > a,

.magazine-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.magazine-pro-orange .nav-primary a:hover,

.magazine-pro-orange .nav-primary .sub-menu a:hover,

.magazine-pro-orange .nav-primary .genesis-nav-menu .current-menu-item > a {

	color: #f2a561;

}



.js.magazine-pro-orange .content .home-middle a .entry-time,

.js.magazine-pro-orange .content .home-top a .entry-time,

.magazine-pro-orange button:hover,

.magazine-pro-orange input:hover[type="button"],

.magazine-pro-orange input:hover[type="reset"],

.magazine-pro-orange input:hover[type="submit"],

.magazine-pro-orange .archive-pagination li a:hover,

.magazine-pro-orange .archive-pagination li.active a,

.magazine-pro-orange .button:hover,

.magazine-pro-orange .enews-widget input[type="submit"],

.magazine-pro-orange .entry-content .button:hover,

.magazine-pro-orange .home-middle a.more-link:hover,

.magazine-pro-orange .home-top a.more-link:hover,

.magazine-pro-orange .sidebar .tagcloud a:hover {

	background-color: #f2a561;

}



.magazine-pro-orange .button:hover {

	color: #fff;

}





/*

Media Queries

---------------------------------------------------------------------------------------------------- */



@media only screen and (max-width: 1139px) {

	.site-header {
		width: 100%;
	}



	.site-inner,

	.wrap {

		max-width: 1139px;

	}



	.title-area {

		

	}



	.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 {

		

	}



	.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 {

		

	}



	.sidebar-secondary {

		width: 150px;

	}



}



@media only screen and (max-width: 1023px) {

/* Ads

--------------------------------------------- */

.ad-desktop  {
	display: none;
}


.ad-tablet {
	display:inherit;
}



/* Page Content */



.above-content {

	padding: 0;

	background: none;

}



/* Header Left */



	.title-area {

		width: 270px;

	}

	.header-image .site-header .title-area, .header-image .site-header .widget-area {
		padding: 0 0 15px 0;
	}



/* Header Right */

	#text-10 {
		width: 300px;
	}



	.site-header .widget-area {

		width: 435px;

	}



	#text-3 {

		width: 235px;

	}



	.site-inner,

	.wrap {

		width: 751px;

	}



	#text-4 img {

		height: 30px !important;

	}



	.simple-social-icons ul li a, .simple-social-icons ul li a:hover {

		

		

	}



/* Nav Menu */

	.genesis-nav-menu {

		font-size: 13px;
		text-align: right;

	}



	.genesis-nav-menu a {

		padding: 18px 10px;

	}



	#menu-item-77 .sub-menu {

		width: 570px;

	}



/* Home Cover */



	.content {

		width: 100%;

	}



	#featured-post-38 p {

		line-height: 1.44;

	}

	.home .content {
		padding: 0;
	}



/* Home Features */



	.home .sidebar-primary {

		width: 100%;

		max-width: 100%;

		float: left;

	}

	#featured-post-3 {
		margin: 0 0 40px;
	}


	#featured-post-39, #featured-post-40, #featured-post-41, #featured-post-42 {

		width: 49%;

		float: left;

	}



	#sg_jquery_scroller_widget-3 {

		width: 49%;

		position: relative;

		float: right;

		top: -188px;

	}



/* Home Content */

	.home-content-1, .home-content-2, .home-content-3 {
	
		padding: 0;
	
	}

	.home-content-1, .home-content-2 {

		width: 100%;

	}

	#featured-post-4, #featured-post-5, #wpp-4 {
		
		width: 100%;
		max-width: 100%;
		margin: 0;

	}

	.home-content-2 .widget {
		padding: 0;
	}

	#youtubechannelgallery_widget-2 {
		width: 100%;
	}

	#mc_mm_widget-2 {
		width: 49%;
		float: left;
	}

	#text-2 {
		width: 49%;
		float: right;
		margin-bottom: 30px;
	}

	.home-content-3 {

		width: 100%;

	}

	#featured-post-6 {
		width: 50%;
	}

#featured-post-6 .entry {
    float: left;
    width: 100%;
    max-width: 100%;
    border-bottom: none;
    padding: 0px;

}

#featured-post-6 .entry img {
	width: 50px;
}

	#featured-post-7 {
		width: 50%;
		padding-left: 10px;
	}

	.home-content-2 {

		border: none;

	}



	#featured-post-50 {

		padding: 1px 5px;

	}

	#text-17 {
		margin-top: 23px;
	}



/* Home BCP */



	#gce_widget-3, #text-15 {

		width: 50%;

	}



	#text-14 {

		width: 100%;

		margin-top: 15px;

	}



/* Article Sidebar */



	.single .sidebar-primary, .sidebar-primary {

		width: 100%;

		max-width: 100%;

	}



/* Archive Sidebar */

	.archive .sidebar-primary {

		width: 100%;

		max-width: 100%;

	}

		



	.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,

	{

		width: 100%;

	}



	.site-header .title-area,

	.site-header .widget-area,

	.site-title {

		text-align: center;

	}



	.nav-primary {

		position: static;

	}

	.site-header .widget-area {
		text-align: right;
	}



	.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;

	}



}



@media only screen and (max-width: 768px) {

.site-header {
	margin-top: 0;
	margin: 0 auto 0;
}

#responsive-menu-button {
	position: absolute !important;
}

#featured-post-4 .entry-title {
	clear: both;
}

/* Ads

--------------------------------------------- */

.ad-desktop, .ad-tablet {
	display: none;
}


.ad-tablet-small {
	display:inherit;
}

#featured-post-8 .entry-title {
	font-size: 14px;
}

#text-10 {
	display: none;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	padding: 0 !important;
}

#twitter-widget-0 {
	width: 520px;
}

#mc_mm_widget-2, #text-2, #featured-post-6, #featured-post-7 {
    width: 100%;
}

#featured-post-7 {
	padding: 0;
}

#featured-post-6 .entry {
    float: left;
    width: 100%;
    max-width: 100%;
    border-bottom: none;
    padding: 0px;

}

/* menu */


#nav_menu-2 {
	display: none;
}


/* ad staff */



#ad-staff-left, #ad-staff-right {

	width: 100%;

	margin-bottom: 15px;

}



/* family owned */



.fob-rsvp-box {

	width: 100% !important;

	border-right: none !important;

}



.fob-payment {

	width: 100%;

	float:left;

	margin-bottom: 15px;

}

	



/* bcp info */



	#amplify-image {

		display: none;

	}



	#amplify-description {

		width: 100%;

	}



	.post-1928 .login, .post-1928 .signup {

		margin-top: 1%;

	}



/* business directory */



	.wpbdp-main-links {

		text-align: center;

	}



	#wpbdp-bar-submit-listing-button, #wpbdp-bar-view-listings-button, #wpbdp-bar-show-directory-button {

		margin-top: 1%;

	}



	#wpbdp-view-listings-page input[type="button"] {

		margin-top: 1%;

	}



	.listing-actions input {

		margin-top: 1% !important;

		margin-right: 1% !important;

	}



	.listing-actions input.delete-listing {

		margin: 1% 0 0;

		margin-left: 0 !important;

		margin-right: 0 !important;

	}



	.wpbdp-listing-excerpt .listing-actions {

		text-align: center;

	}



.site-inner, .wrap {

	width: 100%;

	}

.single-post .content, .page .content {
	padding: 0 8px;
}



/* Header Left */



	.title-area {

		width: 70%;

	}



/* Header Right */



	.site-header .widget-area {

		width: 30%;

	}



	.header-image .site-title a {

		

	}



	#archives-4 {

		width: 35%;

	}



	#text-3 {

		width: 65%;

	}



/* Cover */



	#featured-post-38 a.more-link {

		width: 100%;

	}



	#featured-post-38 a.alignleft {

		min-width: 160px;

	}



/* Featured */



	#featured-post-39, #featured-post-40, #featured-post-41, #featured-post-42 {

		width: 100%;

	}



	.home .sidebar-primary {

		height: auto;

	}



	#sg_jquery_scroller_widget-3 {

		width: 100%;

		top: 0;

	}


	#featured-post-39 .entry-title, #featured-post-40 .entry-title, #featured-post-41 .entry-title, #featured-post-42 .entry-title {

		text-align: center;

	}



	#featured-post-39 .entry-title a, #featured-post-40 .entry-title a, #featured-post-41 .entry-title a, #featured-post-42 .entry-title a {

		width: auto;

		float: none;

	}



/* Home Content */



	.home-content-intro h2 {

		text-align: center;

	}



	.home-content-1, .home-content-2 {

		width: 100%;

		border: none;

	}

	#text-17, #text-16 {
		margin-top: 0;
	}



/* Home BCP */



	.home-bcp-intro h2 {

		text-align: center;

	}



	#gce_widget-3, #text-15 {

		width: 100%;

	}

	#gce_widget-3 {
		margin-bottom: 15px;
	}



#featured-post-43 .entry {

		text-align: center;

		background: #000;

	}



	.footer-widgets,

	.nav-secondary,

	.site-footer,

	.site-header,

	.site-inner {

		

	}



	.genesis-nav-menu > .first > a {

		padding-left: 20px;

	}



	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,

	.genesis-nav-menu.responsive-menu {

		display: none;

	}



	.genesis-nav-menu.responsive-menu .menu-item,

	.responsive-menu-icon {

		display: block;

	}

	

	.genesis-nav-menu.responsive-menu .menu-item {

		margin: 0;

	}



	.genesis-nav-menu.responsive-menu .menu-item:hover {

		position: static;

	}

	

	.genesis-nav-menu a {

		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: "\f347";

		float: right;

		font: normal 16px/1 'dashicons';

		height: 16px;

		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 .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {

		color: #fff;

	}



	.genesis-nav-menu.responsive-menu .sub-menu {

		background-color: rgba(0, 0, 0, 0.05);

		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,

	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {

		background: none;

		border: none;

		padding: 14px 20px;

		position: relative;

		width: 100%;

	}



	.home-bottom .featured-content .entry,

	.home-middle .featured-content .entry {

		padding-bottom: 20px;

	}



	.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%;

	}



	.magazine-home .content .genesis_responsive_slider h2,

	.magazine-home .content .genesis_responsive_slider h2 a {

		font-size: 20px;

		line-height: 1.2;

	}

	

	.magazine-home .content .genesis_responsive_slider .slide-excerpt-border p {

		display: none;

	}



}



@media only screen and (max-width: 480px) {

/* Ads

--------------------------------------------- */

.ad-desktop, .ad-tablet, .ad-tablet-small {
	display: none;
}

.ad-mobile {
	display:inherit;
}


#featured-post-6 .entry {
    float: left;
    width: 100%;
    max-width: 100%;
    border-bottom: none;
    padding: 0px;

}

#featured-post-6 .entry img {
	width: 50px;
}

#featured-post-8 .entry-title {
    font-size: 10px;

/* content */

	.single-post .content img.alignright {
		max-width: 50%;
		margin: 0 0 5% 5%;
	}

.single-post .content img.alignleft {
		max-width: 50%;
		margin: 0 5% 5% 0;
	}

	#text-19 img.alignright, #text-19 img.alignleft {
		max-width: 100%;
	}



/* departments */



.dep-column {

	width: 100%;

}



/* Header */



	



/* Header Right */



	#text-3 {

		width: 100%;

		margin: 10px 0;

	}



	#archives-4  {

		width: 100%;

	}



	#text-4 {

		float: left;

		width: 100%;

		text-align:center;

		margin: 0;

	}



	#simple-social-icons-2 {

		float: left;

		width: 100%;

	}



	.magazine-home .content .genesis_responsive_slider .flex-direction-nav {

		display: none;

	}



	.magazine-home .content .genesis_responsive_slider .slide-excerpt {

		width: 100%;

	}



/* Home BCP */



	.login, .signup {

	padding: 10px 9%;

}

	

}