/*
	Theme Name: Entrepreneur On Fire 2015
	Description: This is a custom theme for Entrepreneur on Fire. Let's Ignite!
	Author: Zach Swinehart
	Author URI: http://zachswinehart.com
	Version: 2.0.0
 
	Tags: black, orange, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments,
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Entry Navigation
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

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:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-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;
}

.site-container {
	overflow-x: hidden;
}

/* Float Clearing
--------------------------------------------- */

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}

.featured .arrowtip {
	display: none;
	webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #e2e2e2;
	color: #333;
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-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: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

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

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #f74f04;
}
a.more-link {
	display: block;
	margin: 20px 0;
	margin: 2rem 0;
}

p {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'proxima-nova', sans-serif;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
	font-weight: 100;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3, h4, h5, h6 {
	font-size: 21px;
	font-size: 2.1rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #f15123;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

.site-inner {
	clear: both;
	padding-top: 20px;
	padding-top: 2rem;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}
.site-inner,
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
	.site-inner, .wrap {
		max-width: 960px;
	}
}

/* Content */

.content-sidebar-wrap{
	//background-color: #e2e2e2;
	//border-bottom: 10px solid #f74f04;
}

.content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	margin-top: 30px;
	margin-top: 3.0rem;
}

.sidebar-primary .widgettitle{
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
	//text-align: center;
}

.sidebar-primary .button{
	border: 1px solid #017c10;
	background-color: #03c01a;
	color: #fff;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin: 10px auto 0;
	padding: 8px 12px 10px;
	padding: .8rem 1.2rem 1rem;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar-primary .button:hover{
	background-color: #01a715;
}

.sidebar-primary .stars{
	background: url(images/five-stars.png) no-repeat top center;
	background-color: transparent;
	border:0; 
	color: transparent; 
	display: block;
	font: 0/0 a; 
	text-shadow: none; 
	margin: 12px auto 0;
	margin: 1.2rem auto 0;
	height: 43px;
	width:235px;
}

.sidebar-primary blockquote{
	color: #fff;
	padding: 18px 0;
	font-family: "Bree Serif", serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

.sidebar-primary blockquote p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.sidebar-primary blockquote p.author{
	color: #ffe82c;
	font-size: 24px;
	font-size: 2.4rem;
}

.full-widget-button{
	border: none !important;
	background:#f74f04;
	color: #fff;
	display: block;
	font-family: "Bree Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
	margin: -10px;
	margin: -1rem;
	padding: 20px 20px 28px 20px;
	padding: 2rem 2rem 2.8rem 2rem;
	text-align: center;
}

.full-widget-button:hover{
	color: #3f3f3f;
}

.full-widget-button span{
	display: block;
	font-size: 52px;
	font-size: 5.2rem;
	line-height: 52px;
	line-height: 5.2rem;	
}

.full-widget-button-gray{
	border: none !important;
	background: url(images/bg.png) repeat top left;
	color: #ffe82c;
	display: block;
	font-family: "Bree Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
	margin: 0rem;	/* was -1rem */ 
    padding: 1rem 1rem 1.8rem; /* was 2rem 2rem 2.8rem */ 
	text-align: center;
}

.full-widget-button-gray:hover{
	color: #fff;
}

.full-widget-button-gray span{
	display: block;
	font-size: 52px;
	font-size: 5.2rem;
	line-height: 52px;
	line-height: 5.2rem;	
}



/* 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;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 16px;
	margin: 0 auto 1.6rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 16px 16px 0;
	margin: 0 1.6rem 1.6rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 16px 16px;
	margin: 0 0 1.6rem 1.6rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {

}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	border: 4px solid #f74f04;
	margin-right: 24px;
	margin-right: 2.4rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1;
	text-align: left;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #f74f04;
}

.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */
.sidebar .widget img {
	max-width: 100%;
}

.sidebar .textwidget a {
	-webkit-transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;
    transition: opacity ease-in-out 0.25s;
	display:block;
}

.sidebar a img {
	margin-bottom: 0px;
	margin-bottom: 0rem;
	display:block;
}
.sidebar .textwidget a:hover {
	opacity: 0.75;
}

.textwidget .row {
	margin:10px 0;
}

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

.featured{
	color: #fff;
	margin: 0 auto;
	width: 95%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 8px 0 14px;
}

/*.income-report,
.home-gift{
	color: #fff;
	margin: 0 auto;
	width: 95%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 8px 0 14px;
	position: relative;
	z-index: 1999;
}

.featured .earnings,
.income-report .earnings,
.home-gift .gift{
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.home-gift .gift{
	text-transform: none;
}

.featured .earnings p,
.income-report .earnings p,
.home-gift .gift p{
	text-align: center;
	width: 100%;
}

.featured .earnings p span.money,
.income-report .earnings p span.money{
	font-size: 28px;
}

.featured .earnings p span.money .fire,
.income-report .earnings p span.money .fire{
	color: #333;
	background: url(images/flame.png) top center no-repeat;
	display: inline-block;
	font-style: normal;
	font-size: 21px;
	padding-top: 8px;
	height: 39px;
	width: 28px;
}

.featured .earnings .button,
.income-report .earnings .button,
.home-gift .gift .button{
	border: 2px solid #fff;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	line-height: 1;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	width: 280px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(255, 233, 52);
	background: -moz-linear-gradient(90deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
	background: linear-gradient(0deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
}

.featured .earnings .button:hover,
.income-report .earnings .button:hover,
.home-gift .gift .button:hover{
	color: #fff;
	background: rgb(243, 89, 9);
	background: -moz-linear-gradient(90deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
	background: -webkit-linear-gradient(90deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
	background: -o-linear-gradient(90deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
	background: -ms-linear-gradient(90deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
	background: linear-gradient(0deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
}*/

.income-report .earnings2{
	margin-bottom: 0;
}

.income-report .earnings p{
	margin-bottom: 0;
}

.featured .home-video{
	border: 5px solid #f74f04;
	margin-bottom: 25px;
}

.featured .home-book{
	border: 5px solid #f74f04;
	margin: 15px auto 15px;
	width: 100%;
	overflow: hidden;
	padding: 15px;
}

.featured .home-book img{
	display: none;
}

.featured .home-book-text{
	float: right;
	padding: 30px 0;
	width: 100%;
}

.featured .home-book h5,
.featured .home-book h6{
	color: #fff;
	float: none;
	margin: 0;
	padding: 0 !important;
	text-align: center;
	width: 100%;
}

.featured .home-book h6{
	font-size: 22px;
	margin-bottom: 15px;
}

.featured .home-book .button{
	border: 2px solid #fff;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	width: 80%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(255, 233, 52);
	background: -moz-linear-gradient(90deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
	background: linear-gradient(0deg, rgb(255, 233, 52) 0%, rgb(255, 242, 138) 100%);
}

.featured .home-book .button:hover{
	color: #fff;
	background: rgb(243, 89, 9);
	background: -moz-linear-gradient(90deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
	background: -webkit-linear-gradient(90deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
	background: -o-linear-gradient(90deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
	background: -ms-linear-gradient(90deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
	background: linear-gradient(0deg, rgb(243, 89, 9) 0%, rgb(246, 126, 67) 100%);
}

.featured .home-seen{
	width: 280px;
	margin: 0 auto;
}

.featured .home-seen h5,
.featured .home-seen h6{
	color: #fff;
	float: none;
	text-align: center;
}

.featured .home-seen h5{
	font-size: 36px;
	margin: 0;
	padding: 0px !important;
	width: 100%;
}

.featured .home-seen h6{
	font-size: 24px;
	margin: 0 0 10px 0;
}

.featured img{
	display: block;
	margin: 0 auto;
}

.featured .textwidget p,
.featured .textwidget h5{
	padding: 0px 8px;
}

.featured .widgettitle {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	text-align: center;
	text-transform: none;

}

.featured h5 {
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
	text-align: center;
}

.featured .arrow{
	background-color: #f74f04;
	color: #fff;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: normal;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}

.featured input[type=text]{
	border: 1px solid #f74f04;
	color: #f74f04;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px auto 0;
	padding: 8px 12px;
	padding: .8rem 1.2rem;
	text-align: center;
	width: 90%;
}

.featured input[type=submit]{
	border: 1px solid #017c10;
	background-color: #03c01a;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	margin: 10px auto 0;
	padding: 8px 12px 10px;
	padding: .8rem 1.2rem 1rem;
}

.social-bar{
	background-color: #f35000;
	margin-top: 20px;
	padding: 12px 0 16px;
	text-align: center;
	width: 100%;
}

.social-bar h5{
	font-size: 34px;
	font-size: 3.4rem;
	margin: 0;
}

.social-bar h5 a{
	color: #fff;
}

.social-bar h5 a:hover{
	color: #3f3f3f;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Subscribe and Follow
--------------------------------------------- */

.entry-content div.saf-container a{
	color: #333;
	border: none;
}

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

.enews-widget {
	color: #999;
}

.enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/*
Site Body
---------------------------------------------------------------------------------------------------- */
body{
	//background: url(images/bg.png) repeat top left;
}

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

.site-header{
	/*width: 143px;*/
	//margin: 4px auto 0px;
	background-color: #000;
	background-color: rgba(0,0,0,.93);
	border-bottom: 2px solid #e76d2a;
}

.site-header .wrap {
	
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Bree Serif', sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 360px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	/*width: 100%;*/
	background: url(images/logo-horiz.png) no-repeat left 4px;
	/*background: url(/wp-content/themes/entrepreneuronfire/2015_theme_assets/img/logo.png) no-repeat left 4px;*/
	background-size:contain;
	padding: 0;
	width: 256px;
	height: 50px;
	margin: 0 auto;
}

.header-image .site-description,
.header-image .site-title a {
	background-color: transparent;
	border:0; 
	color: transparent; 
	display: block;
	font: 0/0 a; 
	text-shadow: none; 
}

/* Logo, hide text */

.header-image .site-header .wrap {
	
}

.header-image .site-title a {
	float: left;
	min-height: 37px;
	width: 100%;
	height: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'proxima-nova', sans-serif;
	font-size: 13px;
	font-weight: 400;
	/*line-height: 1.5;*/
	line-height: 2.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	margin: 10px 0;
	margin: 1rem 0;
	padding: 0;
	text-align: center;
	width: 100%
}

.genesis-nav-menu a {
	border: none;
	color: #c4c4c4;
	text-transform: uppercase;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}
@media screen and (min-width: 720px) {
	.genesis-nav-menu a {
		background: url(2015_theme_assets/img/nav_item_bg.png) top center no-repeat;
		transition: background-position .25s ease-in-out;
		-moz-transition: background-position .25s ease-in-out;
		-webkit-transition: background-position .25s ease-in-out;
		-o-transition: background-position .25s ease-in-out;
	}
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-position: center bottom;
	color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	
}

.nav-primary a:hover{
	color: #fff;
}
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #ffe82c;
}

.nav-primary .menu .nav-anchor{
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute !important;
	top: 0;
	right: 5px;
	margin-top: 0;
	width: 60px !important;
}

.nav-primary .menu .nav-anchor a{
	padding: 10px 0 12px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.nav-secondary {
	
}

.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

.nav-primary .elite a{
	color: #ffe82c;
}

.nav-primary .elite a:hover{
	color: #fff;
}

.single-nav{
	text-align: center;
	padding-top: 20px;
	padding-top: 2rem;
}

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

/* Entries
--------------------------------------------- */

.entry-header-wrapper {
	//max-height: 287px;
	background: url(images/background-heading.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.entry-header-wrapper .gradient {
	height: 100%;
	width: 100%;
	background: rgba(247,78,16,0.62);
	background: -moz-linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,78,16,0.62)), color-stop(10%, rgba(247,78,16,0.62)), color-stop(82%, rgba(251,176,36,0.62)), color-stop(100%, rgba(251,176,36,0.62)));
	background: -webkit-linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	background: -o-linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	background: -ms-linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	background: linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74e10', endColorstr='#fbb024', GradientType=1 );
	
}

.entry-header-wrapper.blog {
	background-image:url(images/blog_header.jpg);
}

.gradient .entry-title {
	color: #fff;
	font-size: 72px;
	margin: 6rem 0;
}

.entry {
	padding: 40px;
	padding: 4rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	background-color: #fff;
	margin-top: 30px;
	border-bottom: 6px solid #d5d5d5;
	position: relative;
}

/*.single .entry{
	padding-top: 20px;
	padding-top: 2rem;	
}*/

.single img.hide{
	display:none;
}

.entry-content a {
	//border-bottom: 1px solid #ddd;
	color: #f15123;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content img.size-thumbnail{
	border: 4px solid #f74f04;
	display: block;
	max-width: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.entry-content .wp-audio-shortcode{
	margin: 0 0 18px;
	margin: 0 0 1.8rem;
	max-width: 100%;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.entry-meta a {
	/*border-bottom: 1px solid #ddd;*/
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer{
	border-top: 1px solid #e0e0e0;
}

.entry-footer .entry-meta {
	/*margin: 0 -40px;
	margin: 0 -4rem;
	padding: 12px 40px 8px;
	padding: 1.2rem 4rem 0.8rem;*/
	padding:12px 0 0 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* smart-track-player */
.spp .entry {
	position: relative;
}
/*html body.spp .smart-track-player {
	position: absolute;
	margin: 0;
}
.entry-content .smart-track-player {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
}
body .entry-content .smart-track-player .spp-track {
	width: 100% !important;
}
body.single.spp .entry-header,
body.archive.spp .entry-header,
body.page-template-page_blog .entry-header {
	margin-top: 70px;
}*/

.top-player-bar {
	height:79px;
	margin-top:30px;
	position:relative;
}

.top-player-bar + .entry {
	margin-top:0;
}

.top-player-bar .guest-image {
	position: absolute;
	top: 0;
	z-index: 99;
	left: 0;
}

body.spp .top-player-bar .smart-track-player {
	padding-left:80px;
	margin:0;
	height:80px;
	display:block;
}

body.spp .top-player-bar .smart-track-player .spp-track {
	height:80px;
}




/* Guest Image */
/*.guest-image {
	display: none;
}*/

@media screen and (min-width: 769px) {
	/*.guest-image {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	html body.spp .smart-track-player {
		padding-left: 79px;
	}	
	.spp .entry .smart-track-player img.alignright,
	.spp .podcast.entry img.alignright{
		display: none;
	}*/
}


/*no blog!
.post-type-archive-podcast
.entry img 
archive */


/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #3b3a39;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.navigation li a:hover,
.navigation li.active a {
	background: #f15123;
}

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

.entry-comments,
#respond {
	background: #fff;
	padding: 40px;
	padding: 4rem;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments a,
#respond a {
	border-bottom: 1px solid #ddd;
}

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	/*border-bottom: 1px solid #ddd;*/
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 20;
	margin-bottom: 2.0rem;
	padding: 0;
	word-wrap: break-word;
	line-height:1.3;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	/*background: url(images/bg.png) repeat top left;
	border: 5px solid #f74f04;*/
	margin: 0 auto 20px;
	padding: 40px;
	padding: 4.0rem;
	background-color: #fff;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	//width: 95%;
	border-bottom: 6px solid #d5d5d5;
}
.sidebar .widget.no-background {
	background-color: transparent;
	border: none;
	padding: 0;
}
.sidebar .widget .widget-title {
	font-weight: 900;
	color: #fff;
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.13);
	text-transform: uppercase;
	margin: -40px -40px 20px -40px;
	padding: 20px 40px;
	text-align: left;
	background: rgba(247,91,18,1);
	background: -moz-linear-gradient(left, rgba(247,91,18,1) 0%, rgba(251,164,34,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,91,18,1)), color-stop(100%, rgba(251,164,34,1)));
	background: -webkit-linear-gradient(left, rgba(247,91,18,1) 0%, rgba(251,164,34,1) 100%);
	background: -o-linear-gradient(left, rgba(247,91,18,1) 0%, rgba(251,164,34,1) 100%);
	background: -ms-linear-gradient(left, rgba(247,91,18,1) 0%, rgba(251,164,34,1) 100%);
	background: linear-gradient(to right, rgba(247,91,18,1) 0%, rgba(251,164,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75b12', endColorstr='#fba422', GradientType=1 );
}

.sidebar .widget .our-podcasts {
	text-align: center;
}
.sidebar .widget .our-podcasts .gradient {
	padding: 30px 10px;
	height: 100%;
	width: 100%;
	background: rgba(247,91,18,0.5);
	background: -moz-linear-gradient(45deg, rgba(247,91,18,0.5) 0%, rgba(251,164,34,0.5) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,91,18,0.5)), color-stop(100%, rgba(251,164,34,0.5)));
	background: -webkit-linear-gradient(45deg, rgba(247,91,18,0.5) 0%, rgba(251,164,34,0.5) 100%);
	background: -o-linear-gradient(45deg, rgba(247,91,18,0.5) 0%, rgba(251,164,34,0.5) 100%);
	background: -ms-linear-gradient(45deg, rgba(247,91,18,0.5) 0%, rgba(251,164,34,0.5) 100%);
	background: linear-gradient(45deg, rgba(247,91,18,0.5) 0%, rgba(251,164,34,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75b12', endColorstr='#fba422', GradientType=1 );
}
/*.sidebar .widget .our-podcasts .gradient:hover {
	background: rgba(247,91,18,0.7);
	background: -moz-linear-gradient(45deg, rgba(247,91,18,0.7) 0%, rgba(251,164,34,0.7) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,91,18,0.7)), color-stop(100%, rgba(251,164,34,0.7)));
	background: -webkit-linear-gradient(45deg, rgba(247,91,18,0.7) 0%, rgba(251,164,34,0.7) 100%);
	background: -o-linear-gradient(45deg, rgba(247,91,18,0.7) 0%, rgba(251,164,34,0.7) 100%);
	background: -ms-linear-gradient(45deg, rgba(247,91,18,0.7) 0%, rgba(251,164,34,0.7) 100%);
	background: linear-gradient(45deg, rgba(247,91,18,0.7) 0%, rgba(251,164,34,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75b12', endColorstr='#fba422', GradientType=1 );
}*/
.sidebar .widget .our-podcasts h5 {
	font-size: 60px;
	font-size: 6.0rem;
	line-height: 6rem;
	margin-bottom: 10px;
	margin-top: 25px;
	margin-top:46px;
	color: #fff;
}
.sidebar .widget .our-podcasts p,
.sidebar .widget .our-podcasts a {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #333;
}

.after-post {
	background: url(images/background-heading.jpg) no-repeat center center;
	margin: 20px auto 25px;
	margin: 2.0rem auto 2.5rem;
	width: 100%;
	background-size:cover;
}

.after-post .widgettitle{
	color: #ffe82c;
	color:#fff;
	font-size: 40px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
	text-align: center;
	font-weight: 300;
}

.after-post h5{
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
	text-align: center;
	font-weight: 300;
}

.after-post p {
	color: #fff;
	font-weight:400;
	line-height:1.3;
}

.after-post .button,
.after-post input[type=submit]{
	border: 1px solid #017c10;
	background-color: #03c01a;
	color: #fff;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin: 10px auto 0;
	padding: 8px 12px 10px;
	padding: .8rem 1.2rem 1rem;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.after-post .arrow{
	background-color: #f74f04;
	color: #fff;
	display: block;
	font-family: 'Bree Serif',serif;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400;
	margin-left: -10px;
	padding: 8px 10px;
	text-align: center;
	width: 100%;
	webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.after-post input[type=text] {
	border: 1px solid #f74f04;
	color: #f74f04;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 8px 12px;
	padding: .8rem 1.2rem;
	text-align: center;
	width: 90%;
}

.after-post .wrap {
	background: rgba(247,78,16,0.62);
	background: -moz-linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,78,16,0.62)), color-stop(10%, rgba(247,78,16,0.62)), color-stop(82%, rgba(251,176,36,0.62)), color-stop(100%, rgba(251,176,36,0.62)));
	background: -webkit-linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	background: -o-linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	background: -ms-linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	background: linear-gradient(45deg, rgba(247,78,16,0.62) 0%, rgba(247,78,16,0.62) 10%, rgba(251,176,36,0.62) 82%, rgba(251,176,36,0.62) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74e10', endColorstr='#fbb024', GradientType=1 );
	width: 100%;
}

.after-post .wrap > section {
	padding: 20px;
}



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

.footer-widgets {
	background: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #333;
	color: #fff;
	font-size: 13px;
	padding: 20px 0;
	text-align: center;
}

.site-footer a {
	color: #999;
	text-decoration: none;
	transition:color .25s ease-in-out;
	-moz-transition:color .25s ease-in-out;
	-o-transition:color .25s ease-in-out;
	-webkit-transition:color .25s ease-in-out;
}

.site-footer a:hover {
	color:#fff;
}

.site-footer p {
	margin: 0;
	font-size:13px;
}



/*
Social Icons
---------------------------------------------------------------------------------------------------- */
.essb-fans.metro.threecols li {
	width: 33%!important;
}





/*
Earnings box
---------------------------------------------------------------------------------------------------- */
.earnings {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
}

.earnings > p {
	background: rgba(216, 98, 33, 0.85);
	display: inline-block;
	padding: 0;
	font-size:14px;
	border-bottom: 3px solid #000;
	text-align: center;
	margin-top:0;
	background:url(2015_theme_assets/img/nav_item_bg.png) top center no-repeat rgba(216, 98, 33, 0.85);
	transition: background-position .25s ease-in-out;
	-moz-transition: background-position .25s ease-in-out;
	-webkit-transition: background-position .25s ease-in-out;
	-o-transition: background-position .25s ease-in-out;
}

.earnings > p:hover {
	background-position: center bottom;
	color:#fff;
}

.earnings a {
	color:#fff;
	padding: 8px 17px;
	display:block;
}

.earnings a:focus {
	text-decoration:none;
}

.earnings .small-text {
	color: #FFA500;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	clear: both;
	display: block;
}

.earnings-top {
	position:relative;
}

.earnings-top > .row {
	position:absolute;
	width:100%;
}

.income-report .wrap {
	position:relative;
}

.income-report .widget {
	position: absolute;
	right: 0;
	z-index: 999;
}



/*
Welcome Gate
---------------------------------------------------------------------------------------------------- */
.modal.fullscreen-modal {
	width:100%;
	height:100%;
	background:url(http://www.entrepreneuronfire.com/wp-content/uploads/2015/02/welcome_gate_bg_1.jpg) top center no-repeat;
	background-size:cover;
	z-index:9999;
}

.fullscreen-modal .modal-backdrop {
	background-image: -moz-linear-gradient( 63deg, rgb(247,77,16) 0%, rgb(251,175,36) 100%);
	background-image: -webkit-linear-gradient( 63deg, rgb(247,77,16) 0%, rgb(251,175,36) 100%);
	background-image: -ms-linear-gradient( 63deg, rgb(247,77,16) 0%, rgb(251,175,36) 100%);
}

.fullscreen-modal .modal-backdrop.in {
	filter: alpha(opacity=75);
	opacity: .75;
}

.fullscreen-modal .modal-content {
	position: relative;
	background-color: transparent;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.fullscreen-modal .close {
	float: left;
	font-size: 70px;
	font-weight: 100;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=50);
	opacity: .5;
	margin-left: 20px;
}

.fullscreen-modal .email-signup-box {
	border: 1px solid #fff;
	max-width: 100%;
	padding: 40px;
	border-top:0;
}

.fullscreen-modal .email-signup-box:before, .fullscreen-modal .email-signup-box:after {
	background-color:#fff;
	width:45%;
	top:0;
}

.fullscreen-modal .email-signup-box:before {
	left:0;
}
	
.fullscreen-modal .email-signup-box:after {
	right:0;
}

.fullscreen-modal h1 {
	color:#fff;
	font-size:72px;
	font-weight:800;
}

.fullscreen-modal .infusion-field {
	width: 65%;
	float: left;
}

.fullscreen-modal .infusion-field-input-container {
	height: 65px;
	border: 0;
	border-radius: 0;
}

.fullscreen-modal .infusion-submit {
	width: 35%;
	float: left;
}

.fullscreen-modal .infusion-submit input {
	width: 100%;
	border-radius: 0;
	height: 65px;
	font-weight:700;
	background-color: rgb(187, 50, 1);
	box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.27);
	-o-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.27);
}

.fullscreen-modal .infusion-submit input:hover, .fullscreen-modal .infusion-submit input:active {
	background-color:#992800;
}

.fullscreen-modal .btn-black {
	font-weight: 700;
	background-color: #2b2b2b;
	box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.27);
	-o-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.27);
}

.fullscreen-modal .btn-black:hover, .fullscreen-modal .btn-black:active {
	background-color:#1b1b1b;
	outline:none;
}

@media (min-width: 768px) {
	.fullscreen-modal .modal-dialog {
		width: auto;
		max-width:1000px;
		margin: 30px auto;
	}
}

@media (max-width: 767px) {
	.fullscreen-modal h1 {
		font-size:48px;
	}
	
	.fullscreen-modal .infusion-field,
	.fullscreen-modal .infusion-submit {
		width: 100%;
		float:none;
		margin:10px 0;
	}
	
	.fullscreen-modal .col-sm-6 {
		margin:10px 0;
	}
}

@media (max-width: 480px) {
	.fullscreen-modal h1 {
		font-size:32px;
	}
	
	.fullscreen-modal .email-signup-box {
		padding:0;
		border:none;
	}
}


.optin-monster-powered-by { display:none!important; }


/*
Top 5 posts
---------------------------------------------------------------------------------------------------- */
.sidebar .widget_wmp_widget li {
	list-style:decimal inside;
}

.widget_wmp_widget li a {
  width: 100%;
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



/*
Social icons
---------------------------------------------------------------------------------------------------- */
body .saf-container a:before, body .saf-container a span, body .saf-container a:visited:before, body .saf-container a:visited span {
	border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
}

body .saf-container a:before {
	font-size: 16px;
	width: auto;
	height: auto;
	padding: 14px;
	margin-bottom:3px;
}


.widget.no-margin {
	margin:-20px auto 0 auto!important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 519px){

	.sidebar-primary .widgettitle{
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0px;
		margin-bottom: 18px;
		margin-bottom: 1.8rem;
	}

	.sidebar-primary .button{
		border: 1px solid #017c10;
		background-color: #03c01a;
		color: #fff;
		display: block;
		font-family: "proxima-nova",sans-serif;
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 36px;
		line-height: 3.6rem;
		margin: 10px auto 0;
		padding: 8px 12px 10px;
		padding: .8rem 1.2rem 1rem;
		text-align: center;
		width: 90%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.sidebar-primary .stars{
		background: url(images/five-stars.png) no-repeat top center;
		background-color: transparent;
		border:0; 
		color: transparent; 
		display: block;
		font: 0/0 a; 
		text-shadow: none; 
		margin: 12px auto 0;
		margin: 1.2rem auto 0;
		height: 43px;
		width:235px;
	}

	.sidebar-primary blockquote{
		color: #fff;
		padding: 18px 0;
		font-family: "Bree Serif", serif;
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}

	.sidebar-primary blockquote p{
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 21px;
		line-height: 2.1rem;
		margin-bottom: 8px;
		margin-bottom: 0.8rem;
	}

	.sidebar-primary blockquote p.author{
		color: #ffe82c;
		font-size: 32px;
		font-size: 3.2rem;
	}

	.genesis-nav-menu .menu-item{
		width: 45%;
	}

	.genesis-nav-menu .menu-item a{
		padding: 21px 18px;
		padding: 2.1rem 1.8rem;
	}

	.menu-primary li:nth-child(odd) {
		float: left;
		margin-left: 2.5%;
	}

	.menu-primary li:nth-child(even) {
		float: right;
		margin-right: 2.5%;
	}

	.featured .home-book img{
		display: block;
		margin: 0 auto;
	}

	.featured .home-book .button{
		width: 280px;
	}

}

@media only screen and (min-width: 560px){
	.featured .widgettitle {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.featured h5 {
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 1.05;
	}

	.featured .arrow {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.featured .input-container,
	.after-post .input-container{
		text-align: center;
	}

	.featured input[type=text],
	.after-post input[type=text] {
		display: inline-block;
		width: 45%;
	}

	.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1;
	}

	.entry-meta {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
	}
}

@media only screen and (min-width: 640px){
	p {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 18px;
	margin: 0 0 1.8rem;
	padding: 0;
	}
}

@media only screen and (min-width: 720px){
	.nav-primary {
		background-color: rgba(0,0,0,.85);
		//position: absolute;
		//top: 17rem;
		//left: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.genesis-nav-menu{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.genesis-nav-menu .menu-item{
		display: inline-block;
		margin: 0;
		width: auto;
	}

	.genesis-nav-menu .menu-item a{
		padding: 9px 12px;
		padding: 0.9rem 1.2rem;
	}
	
	.genesis-nav-menu .menu-item a:focus, .genesis-nav-menu .menu-item a:hover {
		color:#fff;
		text-decoration:none;
		outline:none;
	}

	.nav-primary .menu-primary .menu-item {
		float: none;
		margin: 0;
		font-size: 13px;
		font-weight: 400;
	}

	#menu-primary .nav-anchor{
		display: none;
	}

	.site-inner{
		//margin-top: 5rem;
	}

	.featured{
		
	}

	.featured .widgettitle {
		color: #fff;
		clear: both;
		text-align: center;
		padding: 12px;
		margin-top: -35px;
	}

	.featured h5 {
		float: right;
		padding: 12px;
		text-align: left;
		width: 52%;
	}

	.featured img {
		margin: 0;
	}

	.featured p{
		text-align: left;
		padding: 12px;	
	}

}

@media only screen and (max-width: 859px){
	.earnings > p {
		width:100%;
	}
	
	.income-report .widget {
		position:static;
	}
	
	
}

@media only screen and (min-width: 860px){
	
	.featured{
		
	}

	.nav-primary {
		top: 17rem;
	}

	/*.featured .earnings .button,
	.income-report .earnings .button,
	.home-gift .gift .button{
		display: inline-block;
		height: 32px;
		margin: 0 0 0 15px;
	}
	.income-report .earnings{
		margin-top: 0;
		margin-bottom: 0;
	}*/

	.featured h5 {
		text-align: left;
		padding: 12px;
		width: 60%;
	}

	.featured p{
		width: 68%;
	}

	.featured .arrow{
		background: url(images/feat-arrow.png) top left no-repeat;
		color: #f74f04;
		font-size: 18px;
		font-size: 1.8rem;
		width: 28%;
	}

	.featured .arrowtip {
		display: block;
		width: 0; 
		height: 0; 
		border-top: 23px solid transparent;
		border-bottom: 22px solid transparent;
		
		border-left: 30px solid #f74f04;
		margin-left: 24%;
		margin-top: -43px;
	}

	.featured .input-container{
		margin-top: -52px;
		margin-top: -5.2rem;
		margin-left: 26%;
		width: 50%;
	}

	.featured input[type=submit] {
		display: block;
		margin-top: -44px;
		margin-top: -4.4rem;
		margin-left: 76%;
		width: 22%;
	}

	.content-sidebar-wrap{
		//padding: 0 10%;
	}

	.content-sidebar .content{
		width: 60%;
		float: left;
	}

	/*.content .entry{
		padding-left: 0;
		padding-right: 0;
	}*/

	.sidebar-primary{
		width: 35%;
		float: right;
	}

	.featured .home-book img{
		display: block;
		float: left;
		margin: 0 auto;
	}

	.featured .home-book-text {
		float: right;
		padding: 30px 0;
		width: 70%;
	}



}



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

	.site-header {
		position: relative;
		width: 100%;
		z-index: 9999; 
		min-height: 50px;
		overflow: visible;
		margin-top: 0px;
		position: fixed;
		top: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	body {
		padding-top:50px;
	}

	.site-header .wrap{
		/*width: 960px;*/
		margin: 0 auto;
		max-width: 1200px;
	}

	.site-header .title-area{
		float: left;
		//margin: -52px 0 0;
	}

	.nav-primary {
		background-color: transparent; 
		position: relative;
		z-index: 1; 
		top: 0;
		height: 50px;
		float: right;
		margin: -50px 0 0 0;
		text-align: right;
		width: 75%;
	}

	.nav-primary .wrap{
		
	}

	.site-inner .featured,
	.site-container .income-report,
	.site-container .home-gift{
		margin:  0 auto;
		max-width: 1200px;
	}

	.site-container .income-report,
	.site-container .home-gift{
		margin:  0 auto;
	}

	.home .site-container .income-report{
		margin:  0 auto;
	}

	.entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 1;
	}

	.entry-meta{
		text-align: left;
	}

	.featured{
		position: relative;
		z-index: 1999;
	}

	.featured .earnings,
	.income-report .earnings,
	.home-gift .gift{
		float: right;
		margin-top: -70px;
		text-align: right;
		width: 700px;
	}

	.home-gift .gift{
		width: 900px;
	}

	.home .income-report .earnings{
		float: none;
		margin: 0 auto;
	}

	.income-report .earnings,
	.home-gift .gift{
		margin-top: 0;
		margin-bottom: 0;
	}

	.featured .home-book{
		width: 640px;
	}

	.featured .home-book-text {
		float: right;
		padding: 30px 0;
		width: 400px;
	}

	.featured .home-seen {
		width: 280px;
		margin: 0;
		float: right;
	}


}

@media only screen and (max-width: 1200px) {
	.gradient .entry-title {
		font-size:64px;
	}
}

@media only screen and (max-width: 959px) {
	.gradient .entry-title {
		margin: 6rem 20px;
	}
	
	.content {
		padding: 0 20px;
	}
	
	.gradient .entry-title {
		font-size:48px;
	}
}

@media only screen and (max-width: 859px) {
	.sticky-wrapper {
		display:none;
	}
}

@media only screen and (max-width: 768px) {
	body.spp .top-player-bar .smart-track-player,
	body.spp .top-player-bar .smart-track-player .spp-track,
	.top-player-bar {
		height:auto;
	}
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
	.hidden-ssm {
		display:none;
	}
}

@media only screen and (max-width: 760px) {
	body #hellobar-wrapper,
	body #hellobar-pusher {
		display: none !important;
	}
	
	iframe {
		height: 270px;
	}
}

@media only screen and (max-width: 719px) {
	body .menu-toggle, body .sub-menu-toggle {
		padding:10px;
	}
}

@media only screen and (max-width: 480px) {
	.fullscreen-modal .email-signup-box:before, .fullscreen-modal .email-signup-box:after {
		display:none;
	}
	
	.guest-image {
		display:none;
	}
	
	body.spp .top-player-bar .smart-track-player {
		padding-left:0;
	}
	
	body .menu-toggle, body .sub-menu-toggle {
		position:static;
	}
	
	.home .site-header+.income-report {
		display:none;
	}
	
	.no-images-mobile img {
		display:none!important;
	}
	
	iframe {
		height: 180px;
	}
	
	.income-report {
		display:none;
	}
}


@media only screen and (max-width: 380px) {
	body .saf-container a:before {
		padding: 10px;
		text-indent: 0;
	}
	
	.saf-container a, .saf-container a:visited {
		width: 36px;
		text-indent: 100%;
		overflow: hidden;
		height: 36px;
	}
}

@media only screen and (max-width: 32.5em) {
	html body {
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-ms-box-shadow:none;
		-o-box-shadow:none;	
	}
}

@media (max-width: 320px){
	.flare-horizontal {
		display:none!important;
	}
	
	iframe {
		height: 140px;
	}
	
	.content {
		padding: 0;
	}
	
	.entry {
		margin-top:0;
	}
	
	.site-inner {
		padding-top:0;
	}
	
	h1 {
		font-size:22px;
	}
	
	h2 {
		font-size:20px;
	}
	
	h3 {
		font-size:18px;
	}
}



/*
Random css
---------------------------------------------------------------------------------------------------- */

.white-popup {
	border: 4px solid #f35000;
	position: relative;
	background: #fff;
	width: auto;
	padding-bottom: 20px;
	max-width: 500px;
	margin: 20px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.white-popup h2{
	background-color: #f35000;
	color: #fff;
	font-size: 42px;
	padding: 5px 0;
	text-align: center;
}

.white-popup p{
	padding: 0 20px;
}

.white-popup form{
	text-align: center;
}

.white-popup input[type=text]{
	border: 1px solid #f35000;
	width: 35%;
	display: inline-block;
	padding: 6px 10px;
	text-align: left;
}

.white-popup input[type=submit]{
	width: 25%;
	padding: 6px 10px;
	display: inline-block;
	border: 1px solid #017c10;
	background-color: #03c01a;
	font-family: "proxima-nova",sans-serif;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00CC00),
 to(#00AA00));
	background: -webkit-linear-gradient(top, #00CC00, #00AA00);
	background: -moz-linear-gradient(top, #00CC00, #00AA00);
	background: -ms-linear-gradient(top, #00CC00, #00AA00);
	background: -o-linear-gradient(top, #00CC00, #00AA00);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .4);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
  
  

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/** wp curve update styles for flare plugin **/
.flare-button-count { margin-top:10px!important; }

.widget_advanced-search-widget .button{
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 10px;
	padding: 0 1rem;
	width: 120px;
}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
 
/* Standard Navigation
--------------------------------------------- */
 
nav {
	clear: both;
}
 
/* Navigation toggles
--------------------------------------------- */
 
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}
 
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
 
@media only screen and (min-width: 720px) {
 
	nav {
		display: block !important;
	}
}
 
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
 
@media only screen and (max-width: 719px) {

	.genesis-nav-menu .menu-item a {
		background-color: #f35000;
		color: #fff;
		padding: 11px 18px;
 		padding: 1.1rem 1.8rem; 
	}
 
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding: 16px;
		padding: 1.6rem;
		text-align: center;
		visibility: visible;
		position: absolute;
		right: 0;
		top: 0;
	}
 	.header-image .site-header .wrap {
 		padding-bottom: 3px;
 	}
	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: #f35000;
		color: #fff;
		width: 100px;
	}
	
	button.menu-toggle .small-text {
		font-size:14px;
		text-transform:uppercase;
		display:inline;
	}

	button.menu-toggle:focus,
	button.sub-menu-toggle:focus {
		border: none;
		outline: 0;
	}
 
	.sub-menu-toggle {
		padding: 14px;
		padding: 1.4rem;
		position: absolute;
		right: 0;
		top: 0;
	}
 
	.menu-toggle:before {
		content: "\2261";
	}
 
	.menu-toggle.activated:before {
		content: "\2191";
	}
 
	.sub-menu-toggle:before {
		content: "+";
	}
 
	.sub-menu-toggle.activated:before {
		content: "-";
	}
 
	nav {
		display: none;
		position: relative;
	}
 
	.genesis-nav-menu .menu-item {
		background-color: #f5f5f5;
		display: block;
		position: relative;
		
	}
 
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
 
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}
 
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}
 
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}
 
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0s 0s ease; 
  opacity: 0;
}

/* Waypoint stuff */
@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
opacity: 0;
animation: fadeout 0.6s;
-moz-animation: fadeout 0.6s;
-webkit-animation: fadeout 0.6s;
-o-animation: fadeout 0.6s;}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
opacity : 1;
animation: fadein 1s;
-moz-animation: fadein 1s;
-webkit-animation: fadein 1s;
-o-animation: fadein 1s;}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@media screen and (min-width: 860px) {
	#magic-widget.stuck {
	  position:fixed;
	  max-width: 420px;
	  top:50px;
	  -webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}