/*
    Theme Name: Blogcast FM
	Theme URI: http://www.brandsuperpower.com
	Description: Custom designed theme for Blogcast FM
    Author: David Crandall
    Author URI: http://www.BrandSuperPower.com
 
    Version: 1.8
 
    Tags:Blogcast FM
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Oswald);


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #33312b;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.35;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: justify;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

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

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

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

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #f9f9f9;
}


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

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

/* Wrap
------------------------------------------------------------ */

#wrap {
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	width: 960px;
	margin: 0px auto;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0 20px;
	width: 400px;
}

#title {
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #33312b;
	font-size: 67px;
	font-weight: bold;
	line-height: 67px;
	text-decoration: none;
	text-transform: uppercase;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
	color: #fff;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}

/* Digital Subscription */
.digi-sub {
	font-size: 29px;
	line-height: 39px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	height: 40px;
	width: 366px;
	margin: 21px 0;
	color: #fff !important;
	background: #d43434;
	float: right;
}

.digi-sub:hover {
	background: #33312b;
}

.digi-sub a h1 {
	margin-top: 9px;
	margin-right: 10px;
	float: right;
	color: #fff;
}




/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}





/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	background-color: #fff;
	clear: both;
	color: #33312b;
	margin: 0;
	width: 593px;
	font-size: 24px;
	font-weight: 500;
	line-height: 2.6em;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc!important;
	height: 42px;
	display: inline-block;
}

#header .menu {
	border-top: 0px solid #33312b;
	box-sizing: border-box;
}


.menu-primary {
	border-top: 6px solid #33312b;
	border-bottom: 1px solid #e6e6e6;
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}


.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: right;
	width: 100%;
	background: none;
}

.menu-primary li,
.menu-secondary li,
.main-nav-services li,
#header .menu li {
	float: left;
	list-style-type: none;
	width: 16.666%;
	background-color: #fff;
}

.menu-primary a,
.menu-secondary a,
.main-nav-services a,
#header .menu a {
	display: block;
	color: #333;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 6px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #ddd;
	color: #333;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

.main-nav-block {
	width: 367px;
	float: right;
	overflow: hidden;
	margin-top: -49px;
	margin-left: 0;
	border-top: 6px solid #33312b;
	border-bottom: 1px solid #cccccc;
	height: 42px;
	background-color: #33312b;
}

.main-nav-block-store {
	background-color: #ffc042!important;
	float: left;
	display: inline-block;
	width: 130px;
	background-color: #ffc042;
	padding-top: 11px;
}

.main-nav-block-store a,
.main-nav-block-store a:visited,
.main-nav-block-store h1 {
	line-height: 45px;
	font-size: 24px;
	font-weight: 500;
	line-height: 2.6em;
	text-transform: uppercase;
	text-align: center;
	color: #33312b !important;
	clear: both;
}

.main-nav-block-store:hover {
	background-color: #ddd !important;
}

.main-nav-services {
	display: none;
}



/* Featured Sections 
----------------------------------------*/
.featured-block {
	width:960px;
	height:366px;
	background-color:#333b21; 
	display: inline-block;
}

/* Left Featured Sections */
.featured-left-back {
	width: 366px;
	height: 366px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	background-color:#999999; 
	float: left;
	}
.featured-left-transbox {
	width:366px;
	height:366px;
	margin:0;
	background-image: url(images/featured-left-back.png); 
}
.featured-left-transbox:hover {
	background-color:#333333; 
}
.featured-left-transbox h1{
	font-size: 48px;
	line-height: 35px;
	padding: 28px 20px 0 20px !important;
	color: #ffffff;
}
.featured-left-transbox a{
	color: #ffffff;
}
.featured-left-transbox p {
	padding: 5px 20px 20px 20px;
	color: #ffffff;
}


/* Right Featured Sections */
.featured-right-back {
	width: 367px;
	height: 366px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	background-color:#999999;
	float:right;
	}
.featured-right-transbox {
	width:367px;
	height:366px;
	margin:0;
	background-image: url(images/featured-right-back.png); 
}
.featured-right-transbox:hover {
	background-color:#333333; 
}
.featured-right-transbox h1{
	font-size: 48px;
	line-height: 35px;
	padding: 28px 20px 0 20px !important;
	color: #ffffff;
}
.featured-right-transbox a{
	color: #ffffff;
}
.featured-right-transbox p {
	padding: 5px 20px 20px 20px;
	color: #ffffff;
}


/* Center TOP Featured Sections */
.featured-center-back {
	width: 227px;
	height: 227px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	background-color:#999999;
	float:right;
	}
.featured-center-transbox {
	width:227px;
	height:227px;
	margin:0;
	background-image: url(images/featured-center-back.png); 
}
.featured-center-transbox:hover {
	background-color:#333333; 
}
.featured-center-transbox h1{
	font-size: 28px;
	line-height: 32px;
	padding: 28px 20px 0 20px !important;
	color: #ffffff;
}
.featured-center-transbox a{
	color: #ffffff;
}
.featured-center-transbox p {
	padding: 5px 20px 20px 20px;
	color: #ffffff;
}



/* Center BOTTOM Featured Sections */
.featured-centerb-back {
	width: 227px;
	height: 139px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	background-color: #33312b;
	float:right;
	}
.featured-centerb-back:hover {
	background-color: #d43434;
}
	
.featured-centerb-transbox {
	width:227px;
	height:139px;
	margin:0;
}
.featured-centerb-transbox h1{
	font-size: 28px;
	line-height: 32px;
	padding: 20px 20px 0 20px !important;
	color: #ffffff;
}
.featured-centerb-transbox a{
	color: #ffffff;
}
.featured-centerb-transbox p {
	padding: 5px 20px 20px 20px;
	color: #ffffff;
}


/* Dividers 
---------------------------------*/

#divider-frame {
	font-size: 26px;
	height: 52px;
	width: 100%;
	background: #ebebeb;
	clear:both;
	display: inline-block;
}

#divider-text,
#divider-text h1 {
	text-transform: uppercase;
	line-height: 78px  !important;
	margin: 0;
	padding: 15px 0 0 15px;
	height: 37px;
	width: 252px;
	color: #fff;
	background: #33312b;
	float:left;
}

#divider-title {
	font-size: 29px;
	line-height: 36px  !important;
	padding-left: 10px;
	padding-top: 15px;
	float:left;
}

#divider-title h2 {
	font-size: 26px;
}

#divider-triangle {
	width: 0;
	height: 0;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 26px solid #33312b;
	float:left;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

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




/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 10px 20px;
	width: 410px;
}

#content .entry-title {
	font-size: 48px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 553px;
	margin-left: -20px;
}

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

.full-width-content #content {
	width: 880px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

.entry-content h1 {
	border-bottom: 1px #33312b solid;
	margin: 20px 0 0;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}



/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', arial, serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Oswald', arial, serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	padding: 9px 15px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}




/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */


.post-info {
	font-size: 14px;
	visibility: hidden;
	margin: -5px 0 15px;

}

.author, .fn, .vcard {
	visibility: visible;
	margin-left: -6px;
}

.post-comments {
	visibility: visible;
}



/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 10px 0 15px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	border-radius: 5px;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

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

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 367px;
	margin-right: -20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

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

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border-left: 1px solid #ddd;
	margin: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 15px 0;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	margin: 0 15px 0;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 6px 7px 4px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


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

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 8px 0 0 15px;
}

.s {
	margin-top: 3px;
	margin-left: 8px;
	width: 152px;
	height: 27px;
}

#nav .s {
	background-color: #fff;
	margin: 10px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}




/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget {
    background-color: #e7e7e7;
    border: 10px solid #ddd;
    margin: 0 50px;
}

.enews-widget .widget-wrap {
    border: 1px solid #fff;
}

.enews {
    background: url(images/enews-ribbon-bfmred.png) no-repeat top left;
    margin: -17px -18px;
    overflow: hidden;
    padding: 45px 50px 40px;
    text-align: center;
    text-shadow: 1px 1px #fff;
}

.enews #subbox {
    -moz-box-shadow: 0 0 3px #bbb;
    -webkit-box-shadow: 0 0 3px #bbb;
    background: #fff url(images/enews-subbox.png) no-repeat center left;
    box-shadow: 0 0 3px #bbb;
    color: #999;
    margin: 10px -7px 10px 0;
    padding: 13px 0 13px 37px;
    width: 250px;
}

.enews #subbutton {
    background-color: #666;
    color: #fff;
    padding: 13px 12px;
}

.enews #subbutton:hover {
    background-color: #555;
}


/* Newsletter
------------------------------------------------------------ */

#newsletter {
    background-color: #f5f5f5;
    border: 10px solid #ddd;
    margin: 15px 1px 0 0;
}

#newsletter .white-border {
    border: 1px solid #fff;
}

.newsletter-wrap {
    background: url(images/enews-ribbon-bfmred.png) no-repeat top left;
    margin: -17px -18px;
    overflow: hidden;
    padding: 45px 10px 40px;
    text-align: center;
    text-shadow: 1px 1px #fff;
}

.newsletter-wrap p {
    margin: 0 50px 20px;
    text-align: center;
}

.newsletter-wrap h4 {
    text-align: center;
    text-transform: uppercase;
}

.newsletter-wrap input[type="email"] {    
    -moz-box-shadow: 0 0 5px #ccc inset;
    -webkit-box-shadow: 0 0 5px #ccc inset;
    background: #fff url(images/newsletter-box.png) no-repeat center left;
    box-shadow: 0 0 5px #ccc inset;
    font-family: 'Open Sans', sans-serif;
    margin: 0 10px 10px 0;
    padding: 13px 0 13px 37px;
    width: 55%;
}

.newsletter-text {
    margin: -17px -18px;
    overflow: hidden;
    padding: 45px 10px 40px;
    text-align: center;
    text-shadow: 1px 1px #fff;
}

.newsletter-text p {
    margin: 0 50px 20px;
    text-align: center;
}

.newsletter-text h4 {
    text-align: center;
    text-transform: uppercase;
}


/* Section Headers
------------------------------------------------------- */
#sectionheader {
    background-color: #ddd;
    border: 0px solid #ddd;
    /* margin: 3px 1px 0 1px; */
}

#sectionheader .white-border {
    border: 0px solid #fff;
}

.sectionheader-wrap {
    background: #eee url(images/microphone.png) no-repeat 97% 50%; 
    background-size: contain;
/*     border: 2px #ddd solid; */
    margin: 0;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.sectionheader-wrap p {
    margin: 0 50px 20px;
    padding-right: 180px;
    text-align: justify;
    color: #33312b !important;
}

.sectionheader-wrap h4 {
    text-align: left;
    text-transform: uppercase;
    font-size: 36pt;
    text-shadow: 1px 1px #33312b;
}

/* Magazine Header
---------------------------------- */
.magazineheader-wrap{
    background: #eee;
    margin: 0;
    padding: 15px;
    text-align: center;
    display: inline-block;
}

.magazineheader-wrap p {
    margin-left: 50px;
    text-align: justify;
    color: #33312b !important;
}

.magazineheader-wrap p a {
    	line-height: 75px;
    	text-align: left !important;
    	color: #d43434 !important;
}

.magazineheader-wrap h4 {
    text-align: left;
    text-transform: uppercase;
    font-size: 36pt;
    text-shadow: 1px 1px #33312b;
}

.magthumb {
	float: right;
	width: 352px;
	display: inline-block;
	margin-left: 20px;
}


/* Mini Posts */
.mini-posts-five {
	display: inline-block;
	border-bottom: 1px #ddd solid;
	overflow: hidden;
}

.mini-posts {
	width: 152px;
	margin: 20px 20px 0;
	float: left;
}

.mini-posts-pic {
	width: 146px;
	height: 146px;
	background-size: cover; 
	background-repeat:no-repeat; 
	background-position: center;
}

.mini-posts-store {
	width: 146px;
	height: 146px;
	background-size: contain; 
	background-repeat:no-repeat; 
	background-position: center;
}
.mini-posts h1{
	font-size: 24px;
	line-height: 18px;
	padding: 20px 0 0 0;
	color: #33312b;
}
.mini-posts p a{
	color: #33312b;
	font-size: 14px;
	line-height: 18px;
}

.mini-posts-2 {
	width: 152px;
	height: 120px;
	padding: 20px 20px 0;
	float:left;
}
.mini-posts-2 h1{
	font-size: 24px;
	line-height: 18px;
}
.mini-posts-2 p a{
	font-size: 14px;
	line-height: 18px;
}


/* Genesis Social Profiles Menu Plugin: Custom Styles
------------------------------------------------------------ */

/* Background Color + Border Radius etc. */
.gspm-sp {
    background: #d43434 !important;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

/* Hover Color/ Effects */
.gspm-sp:hover {
    background: #33312b !important;
}


/* Social Media Icons
------------------------------------------------------------ */

#social-media-icons {
	display: block;
	height: 30px;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

.facebook-button {
	float: left;
	width: 90px;
}

.twitter-button {
	float: left;
}

.gplus-button {
	float: left;
}

.pinterest-button {
	float: left;
	width: 70px;
}

.stumbleupon-button {
	float: left;
	width: 95px;
}

.linkedin-button {
	float: left;
}



/* Responsive Design
------------------------------------------------------------ */

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

	body {
		width: 95%;
		background-color: #fff;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop {
		float: left;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
		width: auto;
		float: left;
		text-align: center;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	.sidebar  {
		margin-right: 0;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	.featured-block {
	display: none !important;
	}

	.menu-primary {
		width: 100%;
	}
	
	.menu-primary li,
	.menu-secondary li,
	#header .menu li {
		float: left;
		list-style-type: none;
		width: 14.28%;
		background-color: #fff;
	}
	
	
	.main-nav-block {
		display: none;
	}
	
	.main-nav-block-store {
		display: none;
	}
	
	.main-nav-services {
		display: inline;
		background-color: #ffc042 !important;
	}

	.content-sidebar #content, .sidebar-content #content {
		width: auto;
		margin-left: 0;
	}

	#divider-frame {
		display: none;
	}
	
	
	.mini-posts-five {
		display: none;
	}
	
}


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

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

	.featured-block {
	display: none !important;
	}

	.menu-primary li,
	.menu-secondary li,
	#header .menu li {
		display: inline-block;
	}

	.menu-primary,
	.menu-secondary,
	#header .menu {
		height: auto;
		margin: 0px auto;
	}

	#title-area,
	#title-area h1 {
		padding: 10px 0;
		width: no;
		float: none;
		text-align: center;
		margin: 0 auto -20px;
		
	}
	
	.menu-primary li,
	.menu-secondary li,
	#header .menu li {
		float: left;
		list-style-type: none;
		width: 50%;
		background-color: #fff;
		display: inline-block;
	}
	
	
	.main-nav-block {
		display: none;
	}
	
	.main-nav-block-store {
		display: none;
	}
	
	.main-nav-services {
		display: inline;
		background-color: #ffc042 !important;
		width: 100% !important;
	}

	.digi-sub,
	.digi-sub h1 {
		font-size: 24px;
		width: 100%;
		text-align: center;
		margin-right: 0 !important;
		margin-bottom: -2px;
	}
	
	.sectionheader-wrap {
    		background: #eee;
    		background-image: none !important;
    	}
	
	.sectionheader-wrap p {
    		padding-right: 0px !important;
    		margin: 0px;
	}
	
	.sectionheader-wrap h4 {
    		text-align: center;
	}
	
	.newsletter-wrap h4 {
    		visibility: hidden;
	}

	.postshare {
		display: none;
	}
}