/*
	Theme Name: Magazine Pro Theme
	Theme URI: http://my.studiopress.com/themes/magazine/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.0

	Tags: black, white, one-column, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents
	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- Magazine Pro Blue
		- Magazine Pro Green
		- Magazine Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

.clearfix:before,
.entry-content:before,
.entry:before,
.featured-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.featured-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.675;
}

body.magazine-landing {
	background-color: #222;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

a {
	background-color: inherit;
	color: #222;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #C4003A;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong, b {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

blockquote.special, div.special {
	color: #444;
	margin: 24px 0 40px;
	margin: 2.4rem 0 4rem;
	padding: 24px 24px 4px;
	padding: 2.4rem 2.4rem .4rem;
	border: 10px #EEE solid;
}

blockquote.special::before {
	content: normal;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	-webkit-text-stroke: 0.3px;
	-webkit-text-stroke: 0.03rem;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 4px 0 24px;
	margin: .4rem 0 2.4rem;
	color: #903;
}

h1 {
	font-size: 38px;
	font-size: 3.8rem;
}

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

h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

.single-post .content h3 {
	color: #333;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.single-post .content h4, .single-post .content h5, .single-post .content h6 {
	color: #333;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
 	width: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #C4003A;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	text-align: center;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #222;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.magazine-home .site-inner {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.magazine-landing .site-inner,
.magazine-landing .wrap {
	max-width: 800px;
}

.magazine-landing .site-inner {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

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

/* Content */

.content {
	float: right;
	width: 750px;
}

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
	padding: 5rem 6rem 2.4rem;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}

.full-width-content .content {
	width: 100%;
	padding: 0 240px;
	padding: 0 24rem;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	margin-right: 3rem;
	width: 70px;
}

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

.sticky {
}

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

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

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

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

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 22px 0;
	margin: 0 2.4rem 2.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 22px 24px;
	margin: 0 0 2.2rem 2.4rem;
}

.entry-content .wp-caption-text {
	background-color: #FAFAFA;
	font-size: 14px;
	font-size: 1.4rem;
	margin: -14px 0 0;
	margin: -1.4rem 0 0;
	padding-bottom: 2px;
	padding-bottom: .2rem;
	padding-top: 8px;
	padding-top: .8rem;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.breadcrumb {
	border-bottom: 1px solid #CCC;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	font-size: 14px;
	font-size: 1.4rem;
}

.breadcrumb a {
	color: #C4003A;
}

.breadcrumb a:hover {
	color: #222;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	margin-bottom: 5rem;
	padding: 40px;
	padding: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}


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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

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

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

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

/* Titles
--------------------------------------------- */

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

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}

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

.widget-title {
	clear: both;
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	font-variant: small-caps;
}

.magazine-home .content .widget-title,
.sidebar .widget-title {
	background-color: #222;
	color: #fff;
	padding: 10px;
	padding: 1rem;
}

.sidebar .widget-title {
	text-align: center;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

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


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

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget li li {
	border: 0;
	margin: 0;
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}

.widget .genesis-nav-menu li li {
	padding: 0;
}

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

.featured-content {
	clear: both;
	overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
 	margin-bottom: 30px;
 	margin-bottom: 3rem;
}

.home-middle .featured-content .entry,
.home-top .featured-content .entry {
	float: left;
	max-width: 100%;
}

.home-middle .featured-content .entry {
	width: 360px;
}

.home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 30px;
	margin-right: 3rem;
}

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

.sidebar .featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

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

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.js .content .home-middle a .entry-time, 
.js .content .home-top a .entry-time {
	background-color: #C4003A;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	position: absolute;
	right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
	margin: 0 2.4rem 2.4rem 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
	margin: 0 0 2.4rem 2.4rem;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
	margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
	margin-top: 2rem;
	padding: 8px 10px;
	padding: 0.8rem 1rem;
	text-align: center;
}

.home-middle a.more-link:hover,
.home-top a.more-link:hover {
	background-color: #C4003A;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.featured-content li {
	list-style-type: none;
}


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

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

.enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
	padding: 4rem;
	margin-top: 4px;
	margin-top: .4rem;
}

.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.enews-widget .widget-title {
	color: #fff;
	margin: -26px auto 10px;
	margin: -2.6rem auto 1rem;
}

.enews-widget .privacy {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 2px auto -22px;
	margin: .2rem auto -2.2rem;
}

.enews-widget .privacy a {
	color: #AAA;
	text-decoration: underline;
}

.enews-widget .privacy a:hover {
	color: #FFF;
	text-decoration: none;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	width: 100% !important;
}

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

.enews-widget input[type="submit"] {
	background-color: #0099FF;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	width: 100%;
}

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

/* 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;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
	margin: 0 0.2rem 0.4rem !important;
}

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

.site-header {
	padding-top: 12px;
	padding-top: 1.2rem;
	border-top: #222 solid 38px;
}

.site-header .wrap {
	border-bottom: 2px solid #444;
	padding: 30px 0;
	padding: 3rem 0;
}

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

.title-area {
	float: left;
	padding-top: 12px;
	padding-top: 1.2rem;
	width: 320px;
}

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

.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 83px;
	text-indent: -9999px;
	width: 100%;
}

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

.site-header .widget-area {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	float: right;
    font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: right;
	color: #990033;
	vertical-align: bottom;
	width: 728px;
	margin: 40px 0 0;
	margin: 4rem 0 0;
}

.header-image .site-header .title-area {
	padding: 20px 0 36px;
	padding: 2rem 0 3.6rem;
}

.header-image .site-header .widget-area {
	padding: 14px 0 12px;
	padding: 1.4rem 0 1.2rem;
}

.site-header .widget-area p {
	margin-bottom: 0;
}

.site-header .widget-area span {
	font-style: italic;
}


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

.genesis-nav-menu {
	clear: both;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	-webkit-text-stroke: 0.2px;
	-webkit-text-stroke: 0.02rem;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #222;
	display: block;
	padding: 25px 20px;
	padding: 2.5rem 2rem;
	position: relative;
}

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

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 15px 20px 20px;
	padding: 2rem 1.5rem 2rem 2rem;
	position: relative;
	line-height: 1.2;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	padding: 2.5rem 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	padding: 7px 0 0;
	padding: 0.7rem 0 0;
}

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

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

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

.nav-primary {
	background-color: #222;
	position: fixed;
	width: 100%;
	z-index: 999;
}

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

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #D5114B;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	border-bottom: 1px solid #222;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 10px 0;
	padding: 1rem 0;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 1.6rem;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-align: center;
	text-transform: none;
}


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive .content .entry, 
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}

.entry-content a {
	color: #C4003A;
}

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

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	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 {
	margin-bottom: 0;
}

.entry-meta, .post-info {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-header .entry-meta, .post-info {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

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

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

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #C4003A;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.comment-content {
	clear: both;
}

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

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	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-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

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


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

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

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #C4003A;
	color: #fff;
}


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

.footer-widgets {
	background-color: #222;
	color: #aaa;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 60px 0 20px;
	padding: 6rem 0 2rem;
}

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

.footer-widgets-1 {
	margin-right: 30px;
	margin-right: 3rem;
}

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

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

.footer-widgets a {
	color: #fff;
	font-weight: 300;
}

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

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	word-wrap: break-word;
}


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

.site-footer {
	background-color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	line-hehhgt: 3rem;
	text-align: center;
}

.site-footer .wrap {
	border-top: 1px solid #444;
	padding: 60px 0 28px;
	padding: 6rem 0 2.8rem;
}

.site-footer,
.site-footer a {
	color: #aaa;
}

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

.site-footer p {
	margin-bottom: 0;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.magazine-pro-blue a.more-link:hover,
.magazine-pro-blue .home-middle a.more-link,
.magazine-pro-blue .home-top a.more-link,
.magazine-pro-blue .site-title a:hover,
.magazine-pro-green a.more-link:hover,
.magazine-pro-green .home-middle a.more-link,
.magazine-pro-green .home-top a.more-link,
.magazine-pro-green .site-title a:hover,
.magazine-pro-orange a.more-link:hover,
.magazine-pro-orange .home-middle a.more-link,
.magazine-pro-orange .home-top a.more-link,
.magazine-pro-orange .site-title a:hover {
	color: #222;
}

.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .footer-widgets a:hover,
.magazine-pro-blue .home-middle a.more-link:hover,
.magazine-pro-blue .home-top a.more-link:hover,
.magazine-pro-blue .site-footer a:hover,
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .footer-widgets a:hover,
.magazine-pro-green .home-middle a.more-link:hover,
.magazine-pro-green .home-top a.more-link:hover,
.magazine-pro-green .site-footer a:hover,
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .footer-widgets a:hover,
.magazine-pro-orange .home-middle a.more-link:hover,
.magazine-pro-orange .home-top a.more-link:hover,
.magazine-pro-orange .site-footer a:hover {
	color: #fff;
}

.magazine-pro-blue .enews-widget input:hover[type="submit"],
.magazine-pro-green .enews-widget input:hover[type="submit"],
.magazine-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.magazine-pro-blue .footer-widgets a:hover,
.magazine-pro-green .footer-widgets a:hover,
.magazine-pro-orange .footer-widgets a:hover {
	color: #ccc;
}

/* Magazine Pro Blue
--------------------------------------------- */

.magazine-pro-blue a:hover,
.magazine-pro-blue .entry-content a,
.magazine-pro-blue .entry-title a:hover,
.magazine-pro-blue .genesis-nav-menu a:hover,
.magazine-pro-blue .genesis-nav-menu .current-menu-item > a,
.magazine-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-blue .nav-primary a:hover,
.magazine-pro-blue .nav-primary .sub-menu a:hover,
.magazine-pro-blue .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #469bd1;
}

.js.magazine-pro-blue .content .home-middle a .entry-time,
.js.magazine-pro-blue .content .home-top a .entry-time,
.magazine-pro-blue button:hover,
.magazine-pro-blue input:hover[type="button"],
.magazine-pro-blue input:hover[type="reset"],
.magazine-pro-blue input:hover[type="submit"],
.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .archive-pagination li.active a,
.magazine-pro-blue .button:hover,
.magazine-pro-blue .enews-widget input[type="submit"],
.magazine-pro-blue .entry-content .button:hover,
.magazine-pro-blue .home-middle a.more-link:hover,
.magazine-pro-blue .home-top a.more-link:hover,
.magazine-pro-blue .sidebar .tagcloud a:hover {
	background-color: #469bd1;
}

/* Magazine Pro Green
--------------------------------------------- */

.magazine-pro-green a:hover,
.magazine-pro-green .entry-content a,
.magazine-pro-green .entry-title a:hover,
.magazine-pro-green .genesis-nav-menu a:hover,
.magazine-pro-green .genesis-nav-menu .current-menu-item > a,
.magazine-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-green .nav-primary a:hover,
.magazine-pro-green .nav-primary .sub-menu a:hover,
.magazine-pro-green .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #3fbd85;
}

.js.magazine-pro-green .content .home-middle a .entry-time,
.js.magazine-pro-green .content .home-top a .entry-time,
.magazine-pro-green button:hover,
.magazine-pro-green input:hover[type="button"],
.magazine-pro-green input:hover[type="reset"],
.magazine-pro-green input:hover[type="submit"],
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .archive-pagination li.active a,
.magazine-pro-green .button:hover,
.magazine-pro-green .enews-widget input[type="submit"],
.magazine-pro-green .entry-content .button:hover,
.magazine-pro-green .home-middle a.more-link:hover,
.magazine-pro-green .home-top a.more-link:hover,
.magazine-pro-green .sidebar .tagcloud a:hover {
	background-color: #3fbd85;
}

/* Magazine Pro Orange
--------------------------------------------- */

.magazine-pro-orange a:hover,
.magazine-pro-orange .entry-content a,
.magazine-pro-orange .entry-title a:hover,
.magazine-pro-orange .genesis-nav-menu a:hover,
.magazine-pro-orange .genesis-nav-menu .current-menu-item > a,
.magazine-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.magazine-pro-orange .nav-primary a:hover,
.magazine-pro-orange .nav-primary .sub-menu a:hover,
.magazine-pro-orange .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #f2a561;
}

.js.magazine-pro-orange .content .home-middle a .entry-time,
.js.magazine-pro-orange .content .home-top a .entry-time,
.magazine-pro-orange button:hover,
.magazine-pro-orange input:hover[type="button"],
.magazine-pro-orange input:hover[type="reset"],
.magazine-pro-orange input:hover[type="submit"],
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .archive-pagination li.active a,
.magazine-pro-orange .button:hover,
.magazine-pro-orange .enews-widget input[type="submit"],
.magazine-pro-orange .entry-content .button:hover,
.magazine-pro-orange .home-middle a.more-link:hover,
.magazine-pro-orange .home-top a.more-link:hover,
.magazine-pro-orange .sidebar .tagcloud a:hover {
	background-color: #f2a561;
}


/*
CUSTOM STYLING by Brian Brolin
------------------------------------------------------------ */

/***** GENERAL Styling ********************/

strong.color {
	color: #98002D;
}

strong.light {
	font-weight:500;
}

.nobr {
	white-space: nowrap;
}

.text-center {
	text-align: center;
}

.title-center h1.entry-title {
	text-align: center;
}

hr {
	border: 0;
	height: 0;
	border-top: 5px solid rgba(0, 0, 0, 0.1);
	border-bottom: 5px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.wide-bullets li, .wide li {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

ul.checks-green, ul.checks-round {
	margin-left: 14px !important;
	margin-left: -2.6rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

ul.checks-green li {
	padding: 0 0 15px 38px !important;
	background: url('/images/checkmark-bullet-green.png') no-repeat 0 -2px !important;
	list-style: none !important;
}

ul.checks-round li {
	padding: 0 0 15px 40px !important;
	background: url('/images/checkmark-bullet-round.png') no-repeat 1px 2px !important;
	list-style: none !important;
}

.ol-round {
	position: relative;
	padding-left: 20px;
	margin-left: 10px !important;
}

.ol-round li {
	counter-increment: step-counter;
	padding: 0 0 15px 28px !important;
	list-style: none !important;
}

.ol-round li:last-child {
	margin-bottom: 0;
}

.ol-round li::before {
	content: counter(step-counter);
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px !important;
	left: 0;
	padding-top: 1px;
	text-align: center;
	font-size: 0.9em;
	color: white;
	font-weight: bold;
	background-color: #990033;
	border-radius: 50px;
	width: 28px !important;
}

h2.padded {
	margin-top: 40px;
	margin-top: 4rem;
}

span.xreq {
	color: #C00;
	font-size: 12px;
	font-size: 1.2rem;
}

.xbutton, .xbutton-big {
	font-weight: 500;
	margin: 24px auto 16px;
	margin: 2.4rem auto 1.6rem;
	display: block;
	line-height: 1.4;
}

.xbutton {
	font-size: 115%;
}

.xbutton-big {
	font-size: 130%;
}

.speaking-1, .speaking-2 {
	width: 40%;
	display: inline-block !important;
	text-align: center;
}

.speaking-1 {
	margin: 0 12px 40px 24px;
	margin: 0 1.2rem 4rem 2.4rem;
}

.speaking-2 {
	margin: 0 24px 40px 12px;
	margin: 0 2.4rem 4rem 1.2rem;
}

.home-middle {
	margin-bottom: 38px;
	margin-bottom: 3.8rem;
}

.home-middle a {
	color: #C4003A;
}

.home-middle a:hover {
	color: #222;
}

.home-middle .amy-home {
	margin: 0 0 -3px 20px;
	margin: 0 0 -.3rem 2rem;
}

.form-allowed-tags {
	display: none;
}

#commentform .comment-subscription-form {
	margin: 2px 0 0 -3px;
	margin: .2rem 0 0 -.3rem;
}

#commentform .form-submit {
	margin: 20px 0 0 -3px;
	margin: 2rem 0 0 -.3rem;
}

.sidebar .featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-image, img.frame {
	padding: 1px;
	padding: .1rem;
	border: #EEE solid 9px;
}

.sidebar .featured-content .entry-image {
	border: #EEE solid 2px;
	margin-bottom: 10px !important;
	margin-bottom: 1rem !important;
}

.amy-inside h2 {
	color: #444;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}

.amy-inside img {
	float: left;
	margin: -7px 24px 5px 0;
	margin: -.7rem 2.4rem .5rem 0;
	padding: 1px;
	padding: .1rem;
	border: #EEE solid 6px;
}

#simple-social-icons-2 a {
	-webkit-text-stroke: 0;
}

.no-secondary .nav-secondary {
	display: none;
}

.toppadding {
	margin-top: 50px;
	margin-top: 5rem;
}

h2.special-header {
	background: #903;
	color: #FFF;
	padding: 20px;
	margin: -20px -20px 30px -20px;
	text-align: center;
}


/***** IMAGE BORDER Styling ********************/

.alignleftborderwide, .alignleftborder {
	float: left;
	margin: 4px 24px 22px 0;
	margin: .4rem 2.4rem 2.2rem 0;
}

.alignrightborderwide, .alignrightborder {
	float: right;
	margin: 4px 0 22px 24px;
	margin: .4rem 0 2.2rem 2.4rem;
}

.alignleftborderwide, .alignrightborderwide {
	padding: 9px;
	padding: .9rem;
	border: #DDD solid 1px;
	background-color: #EEE;
	display: inline;
}

.alignrightborderwide img, .alignleftborderwide img {
	border: 1px #FFF solid;
	margin: 0 0 -7px 0 !important;
}

.alignleftborder, .alignrightborder {
	display: inline;
}

.alignleftborder, .alignrightborder, .frame {
	padding: 1px;
	padding: .1rem;
	border: #EEE solid 9px;
}

.aligncenterborder {
	padding: 1px;
	padding: .1rem;
	display: block;
	margin: 0 auto 22px;
	margin: 0 auto 2.2rem;
	border: #EEE solid 9px;
}

/***** GENESIS SLIDER Styling ********************/

#genesis-responsive-slider {
	border-width: 0 !important;
	padding: 0 !important;
}

/***** CUSTOM AUTHOR BOX Styling ********************/

.author-box {
	margin: 0;
	padding-top: 35px;
	padding-top: 3.5rem;
}

.author-box .avatar {
	background: #FFFFFF;
	float: left;
	margin: 5px 16px 0 0;
	margin: .5rem 1.6rem 0 0;
	padding: 3px;
	padding: .3rem;
}

.author-box div.social {
	color: #888;
	background: #FCFCFC;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding: 4px 12px 6px;
	padding: .4rem 1.2rem .6rem;
	text-align: center;
}

.author-box div.social a {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 5px;
	margin: 0 .5rem;
}

.author-box div.social strong {
	font-weight: 500;
	font-size: 14px;
	font-size: 1.4rem;
}

.author-box div.social a.twitter {
	padding-left: 20px;
	padding-left: 2rem;
	background: url(/images/twitter.png) no-repeat 0 1px;
}

.author-box div.social a.facebook {
	padding-left: 20px;
	padding-left: 2rem;
	background: url(/images/facebook.png) no-repeat 0 1px;
}

.author-box div.social a.linkedin {
	padding-left: 20px;
	padding-left: 2rem;
	background: url(/images/linkedin.png) no-repeat 0 1px;
}

.author-box div.social a.youtube {
	padding-left: 20px;
	padding-left: 2rem;
	background: url(/images/youtube.png) no-repeat 0 1px;
}

.author-box div.social a.rss {
	padding-left: 20px;
	padding-left: 2rem;
	background: url(/images/rss.png) no-repeat 0 1px;
}

.comment-respond-off .comment-respond {
	display: none;
}


/***** TESTIMONIAL BASICS Styling ********************/

.katb_display_paginate, .katb_display_paginate_summary {
	border-style: none !important;
}

.katb_test_box_basic, p.testimonials {
	background-color: #f5f5f5;
	margin: 0 0 25px !important;
	margin: 0 0 2.5rem !important;
	padding: 16px 44px 24px 46px !important;
	padding: 1.6rem 4.4rem 2.4rem 4.6rem !important;
}

.katb_test_box_basic p {
	line-height: 1.675 !important;
}

.katb_meta_bottom {
	font-size: 1em !important;
}

.katb_test_box_basic::before, p.testimonials::before {
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #AAA;
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	content: "“";
	display: block;
	height: 0;
	position: relative;
	left: -26px;
	left: -2.6rem;
	top: -2px;
	top: -.2rem;
}

p.testimonials::before {
	top: -13px;
	top: -1.3rem;
}

.katb_author, p.testimonials strong {
	font-weight: 400 !important;
}

p.testimonials {
	padding-top: 27px !important;
	padding-top: 2.7rem !important;
	margin-bottom: 30px !important;
	margin-bottom: 3rem !important;
}

p.testimonials span {
	display: block;
	margin-top: 10px;
	margin-top: 1rem;
}

/***** SHARE DADDY Styling ********************/

div.sharedaddy h3, #content div.sharedaddy h3, #main div.sharedaddy h3, #primary div.sharedaddy h3 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-family: 'Roboto', sans-serif !important;
	color: #444 !important;
	margin: 9px 0 3px !important;
	margin: .9rem 0 .3rem !important;
	width: 10.625% !important;
	min-width: 74px;
	min-width: 7.4rem;
}

div.sharedaddy .sd-content {
	margin: 6px 0 0 !important;
	margin: .6rem 0 0 !important;
	width: 87.125% !important;
}

.page-id-2355 div.sharedaddy {
	display: none;
}

/***** BY LINE Styling ********************/

.by-line {
	background-color: #000;
	color: #888;
	text-align: center;
	padding: 10px 0;
	padding: 1rem 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.by-line a {
	color: #AAA !important;
	margin-left: 2px;
	margin-left: .2rem;
}

.by-line a:hover {
	color: #FFF !important;
}

/***** YOUTUBE EMBED Styling ********************/

.video-container {
    position: relative;
	padding-bottom: 54.75%;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    margin-top: 10px;
    margin-top: 1rem;
	border: 10px #DDD solid;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 1px #FFF solid;
}

/***** STORE Styling ********************/

.store-entry {
	margin: 24px 0;
	margin: 2.4rem 0;
	min-height: 450px;
	min-height: 45rem;
}

.ebook-entry {
	margin: 24px 0;
	margin: 2.4rem 0;
	min-height: 410px;
	min-height: 41rem;
}

.store-entry h3 {
	margin-top: -16px;
	margin-top: -1.6rem;
	font-style: italic;
}

store-entry ul, .ebook-entry ul {
	overflow: hidden;
}

.store-entry ul li, .ebook-entry ul li {
	list-style-position: inside
}

.store-entry .store-img, .ebook-entry .store-img {
	float: left;
	margin: 4px 24px 22px 0;
	margin: .4rem 2.4rem 2.2rem 0;
}

.store-entry .store-details {
	padding-top: 24px;
	padding-top: 2.4rem;
}

.store-entry .store-details .button {
	font-weight: 500;
}

.store-entry .store-link {
	margin: 0 0 30px;
	margin: 0 0 3rem;
	font-size: 20px;
	font-size: 2rem;
}

.store-entry .price {
	font-size: 28px;
	font-size: 2.8rem;
	display: inline-block;
	float: left;
	margin: 4px 24px 22px 0;
	margin: .4rem 2.4rem 2.2rem 0;
}

.ebook-entry .ebook-author {
	color: #888;
}


/*
2018 Site Overhaul Styling
Media Queries - Responsive Design
---------------------------------------------------------------------------------------------------- */

a.button-blue {
	background-color: #25AAE1;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}

.home .sidebar {
	display: none;
}

.home .content {
	width: 100%;
}

.home h4.widget-title {
	text-align: center;
}

.home .home-block .visual-col {
	float: left;
    width: 50%;
	padding: 0 12px 0;
	text-align: center;
	margin-bottom: -12px;
}

.home .home-block .text-col {
	float: left;
    width: 50%;
	margin-top: 40px;
}

.home .home-block .text-col p, .home .home-block .text-col li {
	font-size: 115%;
}

.home .home-block .text-col li {
	color: #BB2255;
	font-weight: 500;
}

/* Clear floats after the columns */
.home .home-block:after {
    content: "";
    display: table;
    clear: both;
}


/*
Media Queries - Responsive Design
---------------------------------------------------------------------------------------------------- */

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

	.full-width-content .content {
		padding: 0 200px;
		padding: 0 20rem;
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.title-area {
		width: 320px;
	}

	.site-header .widget-area {
		width: 628px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 630px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}

	.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
		margin: 4px;
		margin: .4rem;
	}

	.home .home-block .text-col {
		float: left;
		width: 50%;
		margin-top: 30px;
	}

	.home .home-block .text-col p, .home .home-block .text-col li {
		font-size: 105%;
	}

}

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

	.full-width-content .content {
		padding: 0 100px;
		padding: 0 10rem;
	}

	.site-inner,
	.wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		border-bottom: 1px solid #222;
	}

	.header-image .site-header .title-area {
		padding: 28px 0;
		padding: 2.8rem 0;
	}

	.header-image .site-header .widget-area {
		padding: 8px 0 12px;
		padding: .8rem 0 1.2rem;
	}

	.site-header .widget-area {
    	font-size: 24px;
		font-size: 2.4rem;
    	line-height: 24px;
		line-height: 2.4rem;
		margin: 12px 0;
		margin: 1.2rem 0;
		text-shadow: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.nav-primary {
		position: relative;
	}

	.genesis-nav-menu {
		padding: 15px 0;
		padding: 1.5rem 0;
	}

	.genesis-nav-menu a {
		padding: 12px 20px;
		padding: 1.2rem 2rem;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

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

	.genesis-nav-menu > .right {
		display: none;
	}
	
	.widget-title {
		text-align: center;
	}

	.home .home-block .visual-col {
		float: none;
    	width: 100%;
		margin-bottom: 30px;
		border-bottom: #CCC solid 10px;
	}

	.home .home-block .visual-col img {
		margin-bottom: -8px;
	}

	.home .home-block .text-col {
		float: none;
		width: 100%;
		margin-top: 0px;
		text-align: center;
	}

	.home .home-block .text-col p, .home .home-block .text-col li {
		font-size: 100%;
	}
	
	.home .home-block .text-col ul.checks-round {
		margin-left: 0 !important;
	}

	.home .home-block .text-col ul.checks-round li {
		background-image: none !important;
		padding-left: 0 !important;
	}
	
	a.button-blue {
		margin: 0 auto 40px !important;
	}

}

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

	.site-description {
		display: none !important;
	}
	
	.full-width-content .content {
		padding: 0;
	}

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
		padding-left: 2rem;
	}

	.nav-primary .responsive-menu {
		display: none;
	}

	.nav-primary #responsive-menu-icon {
		display: block;
		text-align: center;
	}

	.home-middle .amy-home {
		float: none;
		display: block;
		margin: 0 auto 24px;
		margin: 0 auto 2.4rem;
	}

	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
		margin-bottom: 0.4rem;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.alignleftborderwide, .alignrightborderwide, .alignleftborder, .alignrightborder, img.alignleft, img.alignright, .store-entry .store-img, .amy-inside img {
		float: none;
		display: block;
		margin: 0 auto 24px;
		margin: 0 auto 2.4rem;
	}
	
	.first {
		margin-bottom: -12px;
	}

}

@media only screen and (max-width: 520px) {
	
	.content p, .content ol, .content ul, .content blockquote {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.content h1 {
		font-size: 34px;
		font-size: 3.4rem;
	}

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

	.content h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.content h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.content h5 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.content h6 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.breadcrumb {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.store-entry .store-img {
		margin-bottom: -24px;
		margin-bottom: -2.4rem;
	}

	.alignleftborderwide, .alignrightborderwide {
		text-align: center;
	}
	
	.entry .alignleft, .entry .alignright {
		display: none;
	}

	.speaking-1, .speaking-2 {
		width: auto !important;
		display: block !important;
		margin: 0 0 40px !important;
		margin: 0 0 4rem !important;
	}

}