﻿/*
Theme Name: OTR version 3 october 5 2015
Description: OTR version 3 by Superfastbusiness Web Development Team.
Author: Superfastbusiness
Author URI: http://www.superfastbusiness.com/ 
Version: 3.0 
Tags: blue, light, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments 
Template: genesis
Template Version: 3.0 
License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#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;
}

/* Font Face
--------------------------------------------- */
	
			@import url(http://fonts.googleapis.com/css?family=Open+Sans);			
			
			

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


.pagelink {
	margin-top: 20px;	
	display: inline-block;
	width: 100%;
}

.pagelink .previous {
	float: left;
}

.pagelink .next {
	float: right;
}

#post-navigation {
	margin-top: 10px;
	width: 100%;
	float: left;
	color: #3498db;
	margin-bottom: 10px;
}

#post-navigation .prev, #post-navigation .next {
	display: inline-block;
	float: left;
}

#post-navigation .next {
	float: right;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

.slicknav_menu {
	display:none;
}

.product-wrapper * {
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #ecf0f1 !important; 
	color: #333;
	  font-family: Open Sans,Arial,sans-serif;
	font-size: 16px ;
	font-weight: 1000;
	line-height: 1.625;	
}



b, strong {
	font-family: Open Sans, Arial, sans-serif;
	font-weight:500;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #3498db;
	color: #fff;
}

::selection {
	background-color: #3498db;
	color: #fff;
}

a {
	color: #669966;
	text-decoration: none;
	
	
}

.site-header a {
	color: #a9a9a9;
}

.compare-button a {
	font-family: Open Sans, Arial, sans-serif; color: #0074a2!important;
}

.quicklinks a {
	color: #0074a2;
	font-family: Open Sans, Arial, sans-serif;
}

.site-footer a {
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 300;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #72b0d9;
}

.site-header a:hover {
	color: #ccc;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
	font-weight: 300;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.site-inner ul, .site-inner ol {
	margin: initial;
  	padding: 10px 0 0 40px;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.CTAWebsites a, .CTAbox a, .red-button a {
	background: #04c953;
	color: #fff;
	padding: 10px 20px;	
	font-size: 28px;
	line-height: 28px;
	font-family: Helvetica, Arial, sans-serif;
	display: inline-block;
	text-align: center;
}

.CTAWebsites a:hover, .CTAbox a:hover, .red-button a:hover {
	opacity: 0.8;
}

.CTAbox a {
	font-size: 22px;
	line-height: 24px;
}

.powerpress_links a[title="Subscribe on iTunes"] {
	background: #661b84;
	padding: 5px 10px;
	color: #fff;
}

.powerpress_links a[title="Subscribe on Android"] {
	background:#0C0;
	padding:5px 10px;
	color:#fff}

.powerpress_links a[title="Subscribe via RSS"] {
	background: #f39c12;
	padding: 5px 10px;
	color: #fff;
}

.cross {
	position: relative;
	display: inline-block;
}

.cross:before {
	border-bottom: 5px solid #CC0404;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	content:"";
	position:absolute;
	width: 100%;
	height: 100%;
	bottom: 50%;
	left: 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
  	color: #999;	
	margin: 0px;
}


.single .entry-meta {
	font-size: 12px !important;
	font-family: Open Sans, Arial, sans-serif !important;
}

.single .entry-meta a {
	font-weight: normal;
	color: #999;
}


.single .entry-comments-link a {
	font-family: Open Sans, Arial, sans-serif;
}


.entry-header {
	padding-bottom: 15px;
	border-bottom: 1px solid #04C963;
	margin-bottom: 20px;
}
	

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.socialmedia {
	margin-top: 0px !important;
}


/* Sidbar Style and Objects
--------------------------------------------- */

.sidebar .product-wrapper, .sidebar .product {
	height: 160px;
	position: relative;
	font-family: Montserrat, Arial, sans-serif;
	font-weight:bold;
}

.sidebar .product-wrapper a {
	color: #fff;
}

.sidebar .product:before {	
	background: rgba(255, 255, 255, 0);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
}

.sidebar .product:hover:before {
	background: rgba(255, 255, 255, 0.2);
}

.sidebar .product .fa {
	font-size: 60px;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
}

.sidebar .product .selected {
	font-size: 70px;
}

.sidebar .product p {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin-bottom: 30px !important;
	font-family: Montserrat, Arial, sans-serif;
	font-weight:bold;
}



.sidebar .featuredpost .post .entry-header {
	border-bottom: 0px;
}

.sidebar .featuredpost .post {
	background: none !important;
	border: none;
	padding: 0;	
	margin-bottom: 15px !important;
	border-bottom: 1px solid #ccc;
 	padding-bottom: 10px;
 	
}

.sidebar .featuredpost h4 {
	margin-bottom: 20px;
}

.sidebar .featuredpost h2 {	
	font-size: 14px;
	line-height: 18px;	
}

.sidebar .featuredpost {
	border: none;
	margin: 0;
	padding: 0;
}

.sidebar .featuredpost h2  a {
	color: #333;
}

.sidebar .featuredpost .alignleft {
	margin-right:10px;
	margin-bottom:2px;
}

.podcast-wrapper {
	text-align: center;
	color: #fff;
	background-size: 100% auto !important;
	background: url(images/podcast-sidebar.jpg) no-repeat left center;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.podcast-wrapper:hover {
	background-size: 103% auto !important;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.podcast-wrapper .podcast:hover {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.podcast-wrapper .podcast {
	width: 100%;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5) !important;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;	
}

.podcast-wrapper .podcast p {
	font-size: 32px;
	line-height: 38px;  
	margin-bottom: 0;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	padding: 50px 30px;
	text-align: left;
}

.podcast-wrapper .fa {
	font-size: 38px;
	margin-top: 25px;
}

.podcast-wrapper .podcast a {
	background: #f39c12;
	color: #fff;
	padding: 10px 20px;
	float: left;
	width: 50%;
}

.podcast-wrapper .podcast a:focus, .podcast-wrapper .podcast a:hover {
	opacity: 0.8;
}

.stick {
	position: fixed;
	top: 0px;
}

/*
Smart Posts
---------------------------------------------------------------------------------------------------- */

.feat-post .featuredpost .post {
	padding: 0;
	position: relative;
	display: inline-block;
	border: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 350px;
	height: 190px;
	overflow: hidden;	
}

.feat-post {	
}

.feat-post .entry-header {
	  border-bottom: 0px solid #333;
}

.feat-post h4 {
	text-transform: uppercase;
	background: #fff;
	display:inline-block;
	float:left;
	margin-bottom: 0;
	position: absolute;
	line-height: 40px;
	padding-right: 10px;	
}

.feat-post .title-area {
	width: 100%;
	position: relative;
	display: inline-block;
	height: 40px;
}

.feat-post .title-area:before {
	background:#04C963;
	height: 1px;
	width: 100%;
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
}

.feat-post .featuredpost .post a {
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.feat-post .featuredpost .post img {
	margin-bottom: -8px !important;
	width: 100%;
}

.feat-post .featuredpost .post h2 {
	margin-bottom: 0px;
	height:100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.feat-post .featuredpost .post h2 a {
	color: #fff;
	margin-bottom: 0px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding: 80px 20px 20px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;
}


.feat-post .featuredpost .post h2 a:hover {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.feat-post .newhover {
	width: 103% !important;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-inner {
	clear: both;
	overflow: hidden;	
}

/* --- 1152px CSS Grid ----------- */

.site-inner {
	width: 1152px;
	margin: 0 auto;
	padding: 40px 0;	
}

.content-sidebar-wrap main {		
	float: left;
	width: 70%;	
}

.content-sidebar-wrap article {
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
}

.content-sidebar-wrap .sidebar {
	float: right;
	width:25%;
}

/* --- Header ----------- */

.site-header {
	background:#fff;
	min-height: 50px;
	overflow: hidden;
}

.site-header .wrap {
	width: 1152px;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height:50px;
}

.site-header .title-area {
	display:inline-block;
	float:left;
}

.site-header .site-title {
	margin-bottom: 0px;
}

.site-header .site-title a {
	background: url(images/logo.png) no-repeat left;		
	background-size: 188px 50px;
	height: 50px;
	width: 188px;
  	display: inline-block;
  	text-indent: -9999px;
}

.site-header .wrap .site-description {
	display: none;
}

.header-widget-area {
	display: inline-block;
	float: right;
}

.site-header .widget_nav_menu {
	float: left;
	height:50px;
	font-family: 'Montserrat', Arial, sans-serif;
	margin-right:60px;
	font-weight: 400;
}

.genesis-nav-menu a {
	line-height: 16px;
	padding: 17px 8px !important;

}

.site-header .widget_search {
	float: right;
	height: 50px;
}

.search-form input {
	background-color: #fff;
	border:0px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: 0 0 0 #ddd inset;
	padding: 17px;
	width: 233px;
	height: 50px;
	float: left;
	font-family: 'Montserrat', Arial, sans-serif;
	color:#ddd !important;
	font-weight: 400;
	outline: none;
}

.search-form input[type="submit"] {
	background: #fff;	
	border-radius: 0;
	width: 57px !important;
  	float: left;
  	margin: 0;
  	position: relative !important;
  	height: 50px !important;
  	margin: 0px !important;
	border: 0px;
	background: url(images/search-button.png) no-repeat top left;
	text-indent: -9999px;
}
	
.search-form input[type="submit"]:hover {
	background: #fff url(images/search-button.png) no-repeat top left;
	opacity: 0.5;
}

.search .archive-title {
	font-size: 16px;
	color: #a9a9a9;
	text-shadow: 0 1px #fff;
}

.search .content-sidebar-wrap article {
	margin-bottom: 15px;
}

.search .post .entry-header {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.search .post .entry-header .entry-title {
	margin-bottom: 0;
}

.search .post .entry-header .entry-title a {
	color: #333;
}

.search .post .entry-content p {
	margin-bottom: 0;
}

.search .post .post-image {
	display: none;
}

.search .post .entry-footer {
	display: none;
}	

.header-image #title {
	margin: 0;
}

#description {
	line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
	width: 50%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* --- Opt-In Area -----------------*/

.optin-wrap {
	width: 1152px;
	margin: 0 auto;
	padding: 18px 0px;
	overflow: hidden;
	color:#fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	text-align:center;
	
}

.optin-wrap p {
	margin:0px !important;	
	padding:13px;
	display: inline-block;	
}

.optin-wrap .optinbutton {
	display: inline-block;
	margin-left: 20px;	
}


.optin-wrap .optinbutton a {
	background: #FF005A;
	color: #fff;
	padding: 13px 35px;
	font-size: 18px;
	font-family: 'Montserrat', Arial, sans-serif;	
	display: inline-block;
	position: relative;
	font-weight: normal;
}

.optin-wrap .optinbutton a:before {
	background: rgba(255, 255, 255, 0);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
}	

.optin-wrap .optinbutton a:hover:before {
	background: rgba(255, 255, 255, 0.2);
}

/*  - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Home Page Query
----------------------------------------------- */
.home {
	overflow: hidden;
}


.home .site-container {
	position: relative;
}

.home-first-page {	
	top: 0;
	width: 100%;
	background: rgba(52, 152, 219, 0.95);
	height: 100%;
	left: 0;	
	position: absolute;
	z-index: 10;
}

.home-first-wrap {
	margin:0 auto;
	width: 100%;
	text-align: center;
	height:100%;
	position:fixed;
	padding: 40px 0;
}

.home-first-wrap h2 {
	font-size: 62px;
	color: #fff;
	margin: 0;
	margin-top: 80px;
	width: 100%;
}

.home-first-wrap .join-com {	
	color: #fff;
	padding: 13px 35px;
	font-size: 18px;
	font-family: 'Montserrat' !important;
	display: inline-block;
	text-transform: uppercase;
	margin: 80px 10px;
	width: 280px;
	background: #FF005A;
	transition: all 0.3s ease 0s;
	position:relative;
}
.home-first-wrap .join-com:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
	position:absolute;
	content:"";
	transition: all 0.3s;
	font-family: FontAwesome;
}

.home-first-wrap .join-com:hover, 
.home-first-wrap .join-com:active {
	color: #fff;
}

.home-first-wrap .join-com:hover:after,
.home-first-wrap .join-com:active:after {
	height: 100%;	
}

.home-first-page .close-div {
	font-size: 24px;
	cursor: pointer;
	color: #fff;	
	padding: 13px 35px;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
	transition: all 0.3s ease 0s;
	position:relative;
}

.home-first-page .close-div:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;	
	position:absolute;
	content:"";
	transition: all 0.3s;
	font-family: FontAwesome;
}

.home-first-page .close-div:hover
.home-first-page .close-div:active {
	color: #fff;
}

.home-first-page .close-div:hover:after,
.home-first-page .close-div:active:after {
	height: 100%;
}

.home .content article .foreground .comments {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px 0;
	color: #fff;
	font-size: 10px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;	
}

.home .content article .foreground .date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px 0;
	color: #fff;
	font-size: 10px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;	
}




.home .content-sidebar-wrap .content article {
	background: transparent;
	border: none;
	overflow: hidden;
	padding: 10px 15px 10px 0;	
	margin-bottom: 0;
}

.home .category-name {
	color: #fff;
	background: #3498db;
	font-size:12px;
	line-height: 16px;
	display: inline-block;
	padding: 7px 10px;
	font-family: 'Montserrat';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.home .site-inner {
	padding: 20px 0;
}

.home .content-sidebar-wrap main {
	margin-top: -10px;
}

.home .content article h2 a {
	color: #333;
	font-size: 21px;
}

.home .content article figure {
	background: #000;
	width:550px;
	display: inline-block;
}

.home .content article .feat-image {	
	background-size: cover !important;
	max-width: none;
	height: 300px;
	width: auto;	
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative;	
}

.home .content article .feat-image:before {
	background: rgba(0, 0, 0, 0.8);
	position:absolute;
	content: "";
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.home .content article .feat-image:hover:before {	
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.home .content article .foreground h2 {
	color: #fff;
	text-shadow: 0 1px #333;	
	width: 100%;
	padding: 150px 20px 0;
	margin-bottom: 0px;
	position:relative;
}



.home .content article .post-description {
	font-size: 14px;	
	line-height: 18px;
	color: #888;
}

.home article .homethumb-image .date {
	padding: 5px 10px;
}

.home article .homethumb-image .comments {
	padding: 5px 10px;
}

.home .content article .foreground .more-link p {
	border-top: 1px solid #fff;
	margin-bottom: 0;
	padding: 5px;
	margin: 0 20px;
}

.home .content article .foreground .more-link {
	text-align: right;	
	color: #fff !important;
	text-shadow: 0 1px #333;
	position: absolute;
	width:100%;
	bottom: 0;
	right: 0;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.home article .homethumb-image .more-link p {
	margin: 0;
	padding: 0 10px;
}

.home .content article .comments .fa {
	margin-right: 5px;
}

#pbd-alp-load-posts {
	margin-top: 5px;	
	text-align: left;
}

#pbd-alp-load-posts a {
	background: #3498db;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	margin-top: -1px;
}


/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.entry-comments-link {
	margin-left: 15px;
	padding-left: 20px;
	position: relative;
}

.entry-comments-link:before {
	font-family: FontAwesome;
	content: "\f086";
	position: absolute;
	line-height: 18px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-comments-link a {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #999;
}

.categories,
.tags {
	display: block;
}

/* 04f - 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-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 1px solid #ccc;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
	position: relative;
	font-weight:bold !important;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #333;
	border-top: 1px solid #ccc;
	border-top: none;
	padding: 5px 20px !important;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li li:first-child {
	background:#333;
	padding-top:10px;
}

.genesis-nav-menu li li:last-child {
	background:#333;
	padding-bottom:10px;
}
.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 320px;
	z-index: 99;
	font-size: 12px;
}

.genesis-nav-menu li ul ul {
	margin: -36px 0 0 170px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ff2a00;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
/* SFB UPDATE */
width:100%;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}

#respond {
	float: left;	
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
}

#respond input, #respond textarea {
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #888;
	outline: none;
	font-size:14px;
}

#respond input {
	padding: 5px;
width:100%;
}

#respond label {
	margin-left: 0;
	width: 100%;
	display: inline-block;
}

#respond p {
	margin-bottom: 10px;
}

.comment-form-comment label {
	margin: 0;
}

.logged-in-as {
	margin-bottom: 5px;
	font-size: 14px;
	color: #888;
}

.form-allowed-tags, .comment-notes {
	font-size: 14px;
	color: #888;
}

.form-allowed-tags code {
	font-weight: 100;
}

.form-submit input {
	color: #fff !important;
	font-family: 'Montserrat';
	border-radius: 0;
	background: #04C963;
	border: 0 !important;
	padding: 10px 20px !important;
	font-size: 16px !important;
	margin-top: 20px;
}

.form-submit input:hover {
	background: #8ac0e4;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {	
	margin: 20px 0;
	margin: 2rem 0;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.otrauthor-box {
  	background-repeat: no-repeat;
  	background-position: center center;
	background-size: 101% auto !important;
	height: 235px;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;	
}

.otrauthor-box:hover {
	background-size: 105% auto !important;
	 -webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

	

.otrauthor-box:before {
	position:absolute;
	width:100%;
	content: "";
	top: 0;
	left:0;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.otrauthor-box:hover:before {
	background: rgba(0,0,0, 0);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.otrauthor-box .author-wrap {	
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #fff !important;
	padding: 0;	
	position: relative;
	
}

.otrauthor-box .author-wrap:hover {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: 1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
	-ms-transition: .1s linear;
	transition: .1s linear;
}

.otrauthor-box .author-details {
	position: absolute;
	bottom: 0;
	padding: 15px;
		
}

.otrauthor-box .author-wrap .pjoin {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 32px;
	margin-bottom: 0;
	line-height: 38px !important;
	text-transform: uppercase;
}

.otrauthor-box .author-wrap p {
	line-height: 20px;

}

.author-info {
	font-size: 12px;
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 18px;
	margin-top: 10px;  	
}




/* -- Footer ---------------------------------------------------------------------------------------------------- */

.site-footer {
	clear: both;
}

.site-footer .wrap {
	border-top: 1px solid #ddd;
	margin:0 auto;
	width:1152px;	
	padding: 48px 0;
	padding: 3rem 0;
	font-size: 14px;
	color:#a9a9a9;
}

.site-footer a {
	color: #a9a9a9;
}

.site-footer .footer-text {
	float: left;
	width: 50%;
}

.site-footer .trustwave {
	float: right;
}
.site-footer p {
	margin-bottom: 0px;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #1e1e1e;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #ff2a00;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}


/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Added mod for screen resizing ----------- */ 

@media only screen and (max-width: 1151px) {

	.site-header .wrap, .site-inner, .optin-wrap, .site-footer .wrap {
		max-width: 98%;		
	}
	
	.site-inner, .optin-wrap {
		padding-top: 10px;
		padding-bottom: 10px;		
	}
	
	.home .site-inner {
		padding: 20px 25px;
	}
}



/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1059px) {
	
	.optin-wrap p, .optin-wrap .optinbutton a {
		float: center;

	}

	.search-form input {
		width: 120px;
	}
	
	.content-sidebar-wrap .sidebar {
		width: 28%;
	}
	
	.optinbutton {
		margin-bottom: 20px;
	}
	
	.james-schramko {
		background-size: cover !important;
	}
	
	.james-schramko:hover {
		background-size: cover !important;
	}
	
	.podcast-wrapper {
		background-size: cover !important;
	
	}
	
	.podcast-wrapper:hover {
		background-size: cover !important;	
	}
	
}

/* Added mod for screen resizing ----------- */ 

@media only screen and (max-width: 974px) {

	.site-header .widget_nav_menu {
		margin-right: 30px;
	}

	.genesis-nav-menu a {
		padding: 17px 6px !important;
	}
	
	.search-form input {
		width: 160px;
	}
}

/* Added mod for screen resizing ----------- */

@media only screen and (max-width: 852px) {

	.site-header .wrap {
		text-align: center;
		height: auto !important;
		max-width: 100%;	
	}
	
	.header-widget-area {
		display: block;
		width: 100%;
		border-top: 1px solid #ccc;
		padding-left: 10px;
	}
}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {	
	
	
	.sidebar .product p {
		line-height: 18px;
		margin-bottom: 25px;
	}
	
	.optin-wrap p {
		font-size: 18px;
		line-height: 21px;
	}

	.sidebar .product .fa {
		font-size: 40px;
		bottom: 70px;
	}
	
	.sidebar .featuredpost h2 {
		width: inherit;
	}
	
	.home .content article h2 a {
		font-size: 18px;
		margin-top: 15px;	
	}
	
	h2, .post-description, .date {
		width: 350px;
		float:left;
	}
	
	.home .content article h2 {
		line-height: 21px;
		margin-top: 10px;
	}
	
	.content-sidebar-wrap main {
		width: 65%;
	}
	
	.content-sidebar-wrap .sidebar {
		width:32%;
	}
	
	.sidebar .entry-title {
		width: 100%;
		float: left;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}
	

	#title {
		margin: 16px 0;
		margin: 1rem 0;
	}

	#header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	#footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}

}

@media only screen and (max-width: 736px) {
	.single .content h1 {
		font-size: 28px;
	}
	.podcast-wrapper .podcast p {
		padding: 50px 20px;
	}
	
	
	.home-first-wrap h2 {
	font-size: 22px;
	}

	.home-first-page {
		position: absolute;
	}

	.home-first-wrap .join-com {
		margin-top: 10px;
		margin-bottom: 10px;	
		width: 222px;
		padding: 5px 10px;
		font-size: 16px;
	}

	.home-first-page .close-div {
		font-size: 18px;
	}	
	
	.optin-wrap p, .optin-wrap .optinbutton a {
		float: none;
	}
}
/* Android Nexus (landscape) ----------- */

@media only screen and (max-width: 670px) {	

	.header-widget-area {
		font-size: 14px;
	}

	.site-header .widget_nav_menu {
		margin-right: 20px;
	}
	
	.search-form input {
		width: 0;
		padding: 0;
		border-left: 0;
		-webkit-appearance: none;
	}
	
	.optin-wrap p {
		font-size: 16px;
		line-height: 18px;
	}
	
	.home .content-sidebar-wrap .content article {
		padding-right: 0px;
	}

	.home .content article .product-image {
		margin-right: 0px;
	}
	.podcast-wrapper .podcast p {
		  padding: 50px 10px;
	}
	
	.sidebar .featuredpost h2 {
		width: 100%;
	}
	
	.optinbutton {
		margin-bottom: 20px;
	}
	
	.home-first-wrap {
		padding: 15px 0;
		position: relative;
	}
	
	.home-first-wrap h2 {
		font-size: 22px;
		margin-top: 10px;
		line-height: 32px;
		width: 100%;
	}
	
	.home-first-wrap .join-com {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	
	
}

/* Android Nexus (landscape) ----------- */

@media only screen and (max-width:600px) {

	.site-header .title-area {
		float: center;
	}

	.header-widget-area {
		padding-left: 0;
	}
	
	.content-sidebar-wrap main {
		width: 65%;
	}
		
	.content-sidebar-wrap .sidebar {
		width: 32%;
	}
	.single .content .feat-post .featuredpost article .entry-header h2 {
		max-width: 100%;
	}	
	.single .content .feat-post .featuredpost article .entry-header h2 a {
		padding: 60px 20px 20px;
	}
	.podcast-wrapper .podcast p {
		font-size: 28px;
		line-height: 34px;
	}
	
	.feat-post .featuredpost .post {
		width: 100%;
		height: 170px;	
	}
	
	
	.home-first-wrap h2 {
		margin-top: 0;
	}
}


/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {
	
	.home .content-sidebar-wrap main {
		width: 100%;
		padding: 0;	
	}
	
	.home .content-sidebar-wrap .sidebar {
		width: 100%;
		float: left;
	}
	
	.site-header .widget_nav_menu {
		margin-right: 0;
		float: center;
		border-bottom: 1px solid #ccc;
	}
	
	
	.search-form input {
		width: 220px;
	}
	
	h2, .post-description, .date {
		width: 100%;
	}

}

/* iPhones (portrait) ----------- */

@media only screen and (max-width: 414px) {

	.site-header .widget_nav_menu {
		font-size: 12px;
	}

	.genesis-nav-menu a {
		padding: 17px 4px !important;
	}
	
	.search-form input {
		width: 270px;
	}
	
	.home-first-wrap h2 {
		font-size: 28px;
		margin-top: 10px;
		line-height: 32px;
	}
	
	.home-first-wrap .join-com {
		  margin: 10px 10px;
	}
	.content-sidebar-wrap main, .content-sidebar-wrap .sidebar {
		width: 100%;
	}	
	#comments {
		width: 100%;
	}
	
	.content-sidebar-wrap main .entry-title {
		font-size: 22px;
	}
	
	.feat-post .featuredpost .post h2 a {
		padding-top: 40px;
	}
	
	#disqus_thread {
		padding: 0 10px;
	}
	
	.single .sidebar {
		padding: 0 20px;
	}
	
	.sidebar .featuredpost h2 {
		width: auto;
	}
}	


/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 320px) {
	
	.home .content article .product-image:hover:after {
		width: 0;
	}
	
	.site-header .widget_nav_menu {
		font-size: 10px;
	}

	.genesis-nav-menu a {
  		padding: 17px 3px !important;
	}
	
	
	.search-form input {
		width: 200px;
	}
	
	.home-first-wrap {
		padding: 20px 0;
	}
	
	.feat-post .featuredpost .post h2 a {
		font-size: 20px;
		padding-top: 20px;
	}
	
	.feat-post .featuredpost .post {
		width: 100%;
		height: 140px;	
	}
}





.video-wrap, .right-text {
  width: 50% !important;
  float: left;
  display: inline-block !important;

}




.right-small li{list-style:none;}
.right-text {
  padding: 0 0 0 20px;
  text-align: left;
}


.widget_mb_testimonial .testimonial-container {
  text-align: left !important;
}


.genesis-nav-menu li li a, .genesis-nav-menu li li a:link, .genesis-nav-menu li li a:visited{
padding:5px 10px !important;

}
@media screen and (max-width:790px){

.video-wrap, .right-text {
  width: 100% !important;
  margin:10px 0;
  display: block !important;

}





.right-text {
  padding: 0;
  text-align: left;
}


}


.home  .pagination ul li{
list-style:none; display:inline-block;
margin-left:5px;
}


.single-post .content, .page .content{
font-size:14px ;
}



#respond{
width:100%;
}




/*update sep 7 */
.archive-pagination.pagination li {
    list-style: outside none none;
    display: inline-block;
    margin-right: 10px;
}

.archive-pagination.pagination ul {
    padding: 0px;
}


.entry-content, .entry-content p{
font-weight:400 !important;
}

.cta-button {
color: rgb(255, 255, 255); 
text-decoration: none; 
font-family: Helvetica, Arial, sans-serif; 
font-weight: bold; 
font-size: 16px; 
line-height: 20px; 
padding: 10px; 
display: 
inline-block; 
max-width: 300px; 
background: rgb(4, 201, 83);
} 