/*
	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, Gary Jones
	Author URI: http://www.studiopress.com/

	Version: 3.0.3

	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
		- Social Warfare
	- Site Header
		- Title Area
		- Widget Area
		- Subscribe Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- print

*/


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

/* @license
 * MyFonts Webfont Build ID 2681755, 2013-11-05T11:45:10-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Anivers Regular by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/anivers/regular/
 * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: Unlimited
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2681755
 *
 * © 2013 MyFonts Inc
*/

/*
@font-face {
	font-family: 'Anivers-Regular';
	src: url('fonts/28EB9B_0_0.eot');
	src: url('fonts/28EB9B_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/28EB9B_0_0.woff') format('woff'),
		 url('fonts/28EB9B_0_0.ttf') format('truetype');
	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 {
	/*background-color: #ddd;*/
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed;
	color: #222;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

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

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

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

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

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

a:hover {
	color: #000;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #888;
	font-weight: 300;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	/*font-family: 'Anivers-Regular', sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
	/*margin: 0 0 1.6rem;*/
}

h1 {
	font-size: 36px;
	/*font-size: 3.6rem;*/
}

h2 {
	font-size: 24px;
	/*font-size: 2.4rem;*/
}

h3 {
	font-size: 24px;
	/*font-size: 2.4rem;*/
}

h4 {
	font-size: 20px;
	/*font-size: 2rem;*/
}

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

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

/* 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: #222;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	padding: 16px 24px;
	/*padding: 1.6rem 2.4rem;*/
	text-transform: uppercase;
	width: auto;
}

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

.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 {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
	/*padding-top: 4rem;*/
	padding-left: 20px;
	/*padding-left: 2rem;*/
	padding-right: 20px;
	/*padding-right: 2rem;*/
	border-top: 1px solid #f5f5f5;
}

.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%;
}

/* Primary Sidebar */

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

.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 20px 20px 0;
	/*margin: 0 2rem 2rem 0;*/
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
	/*margin: 0 0 2rem 2rem;*/
}

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

/* Editorial Board Styles */
.editorial-board .wp-caption.alignleft {
	float: none;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	/*border-bottom: 1px dotted #888;*/
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	/*margin-bottom: 2rem;*/
	padding-bottom: 10px;
	/*padding-bottom: 1rem;*/
}

.breadcrumb .sep {
	color: #ddd;
	font-size: 27px;
	line-height: 1;
	vertical-align: middle;
	padding: 0 7px;
}

.archive-description,
.author-box {
	margin-bottom: 10px;
	/*margin-bottom: 1rem;*/
	padding: 20px;
	/*padding: 2rem;*/
}

.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: 'Lato', sans-serif;
	font-size: 16px;
	/*font-size: 1.6rem;*/
	font-weight: 700;
	margin-bottom: 4px;
	/*margin-bottom: 0.4rem;*/
}

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

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

.search-form {
	background: #fff;
	position: relative;
	border: 1px solid #222;
	overflow: hidden;
}

.search-form input[type="search"] {
	background: none;
	border: none;
	outline: none;
	/*padding: 7px 13px 7px 5px;*/
	width: 100%;
}

.search-form input[type="submit"] {
	/*background: url(images/search.png) no-repeat;*/
	border: none;
	/*cursor: pointer;*/
	/*width: 16px;*/
	width: 1px;
	/*height: 19px;*/
	height: 1px;
	position: absolute;
	/*top: 5px;*/
	/*right: -25px;*/
	/*text-indent: -999px;*/
	margin: -1px;
	clip: rect(0, 0, 0, 0);
}

.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;
}

/* Google Search Template
--------------------------------------------- */
/* These styles are a painful override of Google's Custom Search Engine results styles. */

.gsc-control-cse {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #222 !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px;
	/*font-size: 1.6rem;*/
	font-weight: 300;
	line-height: 1.625 !important;
}

.cse .gs-result .gs-snippet, .gs-result .gs-snippet, .cse .gs-spelling-original, .gs-spelling-original {
	font-family: "Lato",sans-serif;
	font-size: 17px !important;
	font-weight: 400;
	line-height: 1.625 !important;
	margin-left: 0.9em;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-family: 'Raleway',sans-serif;
	font-size: 26px !important;
    font-weight: 700;
	line-height: 1.25 !important;
	height: auto;
	text-decoration: none;
}

.gsc-result-info {
	padding-left: 0 !important;
}

.gsc-control-cse .gsc-table-result {
	font-family: 'Lato', sans-serif !important;
}

.gsc-above-wrapper-area,
.gsc-control-cse tbody,
.gsc-control-cse td,
.gs-result img.gs-image, .gs-result img.gs-promotion-image {
	border: 0 !important;
	padding: 0;
}

.gsc-control-cse table {
	margin: 0;
}

div.gsc-selected-option-container {
	width: auto !important;
}

.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
	max-width: 100px !important;
	max-height: 100px !important;
}

.gsc-thumbnail-inside {
	padding-left: 0 !important;
}

.gs-web-image-box, .gs-promotion-image-box {
	width: 100px !important;
	height: 100px !important;
}

.gsc-results .gsc-cursor {
    display: flex !important;
    flex-wrap: wrap;
	justify-content: center;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: initial !important;
}

.gsc-cursor-box {
    text-align: center !important;
    font-size: 18px;
    padding: 8px;
}

.gsc-cursor-page {
	padding: 6px 12px !important;
}

.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    text-shadow: none;
}

.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: #f41d00 !important;
    color: #fff !important;
    font-weight: bold !important;
	text-decoration: none;
}

.cse .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link, .cse .gs-webResult.gs-result a.gs-title:link b, .gs-webResult.gs-result a.gs-title:link b, .cse .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited, .cse .gs-webResult.gs-result a.gs-title:visited b, .gs-webResult.gs-result a.gs-title:visited b, .cse .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover, .cse .gs-webResult.gs-result a.gs-title:hover b, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b, .cse .gsc-cursor-page, .gsc-cursor-page, .cse .gsc-trailing-more-results:link, .gsc-trailing-more-results:link, .cse .gs-spelling a, .gs-spelling a {
	color: #f41d00 !important;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-classic, .gsc-imageResult-column {
	padding-left: 0 !important;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-webResult.gsc-result.gsc-promotion, .gsc-results .gsc-imageResult-classic, .gsc-results .gsc-imageResult-column,
.cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result.gsc-promotion:hover, .gsc-results .gsc-imageResult-classic:hover, .gsc-results .gsc-imageResult-column:hover {
	border: 0 !important;
}

.gcsc-branding,
.gsc-result-info-container,
.gsc-url-top {
    display: none !important;
}

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

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

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

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

.widget-title {
	clear: both;
	/*font-size: 16px;
	font-size: 1.6rem;*/
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.widget-title > a,
.widget-title > a:hover {
	background: url(images/link.png) right center no-repeat;
	padding-right: 20px;
	color:#fff;
}

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

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

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


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


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

.simple-social-icons .social-email {
	float: right;
}

.simple-social-icons ul.alignright {
	float: none;
	margin: 0 auto;
}

.simple-social-icons ul.alignright li a,
.simple-social-icons ul.alignright li a:hover {
	padding: 3px;
}

.simple-social-icons ul.alignright li {
	margin-right: 2px !important;
	margin-left: 2px !important;
}

@media only screen and (min-width: 320px) {
	.simple-social-icons ul.alignright {
		width: 320px;
	}

	.simple-social-icons ul.alignright li a,
	.simple-social-icons ul.alignright li a:hover {
		padding: 11px;
	}
}

@media only screen and (min-width: 400px) {
	.simple-social-icons ul.alignright {
		width: 400px;
		margin: 0 auto;
	}

	.simple-social-icons ul.alignright li a ,
	.simple-social-icons ul.alignright li a:hover {
		padding: 19px;
	}
}

@media only screen and (min-width: 768px) {
	.simple-social-icons ul.alignright {
		width: 450px;
	}

	.simple-social-icons ul.alignright li {
		margin-right: 6px !important;
		margin-left: 6px !important;
	}
}

@media only screen and (min-width: 1024px) {
	.simple-social-icons ul.alignright {
		float: right;
	}
}

/* Social Warfare
--------------------------------------------- */

.sw-click-to-tweet {
    background-color: #F5F5F5;
    border-left: 10px solid #f41d00;
    border-radius: 0;
    transition: all .25s linear;
}

.sw-click-to-tweet:hover {
    border-left: 10px solid #f41d00;
    transition: all .25s linear;
    background-color: #DEDEDE;
}

a .sw-click-to-tweet .sw-ctt-text,
.sw-click-to-tweet .sw-ctt-btn {
    text-decoration: none;
    color: #222;
}


/* Hot Topics on home page
--------------------------------------------- */

.hot-topics {
	margin-top: 0;
	margin-bottom: 23px;
	/*margin: 0 -2rem 2.4em;*/
	/*padding: 2rem;*/
	/*background-color: #bbb;*/
	/*box-shadow: 1px 1px 5px #444, -1px -1px 5px #444;*/
}

.hot-topics .widget-title {
	background-color: #222;
	color: #fff;
	/*padding: 10px;
	padding: 1rem;*/
	padding: 7px;
	font-size: 12px;
}

.hot-topic {
	width: 330px;
	height: 200px;
	margin: 0 55px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}


.hot-topic:first-of-type,
.hot-topic:last-of-type {
	margin: 0;
}

.hot-topic-title {
	position: absolute;
	bottom: 30px;
	font-size: 2em;
	line-height: 1.3;
	padding-bottom: 0.4em;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
	/*left: 5px;*/
	left: 0;
	max-width: 92%;
	z-index: 2;
	word-break: break-word;
}

.hot-topic-title span {
	/*background-color: #f41d00;*/
	/*box-shadow: -3px 0 0 2px #f41d00, 3px 0 0 2px #f41d00;*/
	/*box-shadow: -3px 0 0 2px #fff, 3px 0 0 2px #fff;*/
	background-color: #fff;
	padding: 3px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	transition:         all .25s ease-in-out;
	background-color: #f41d00;
	color: #fff;
}

/*.hot-topic-link:after {
	background-color: rgba(229,29,0,0.4);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition:    opacity .25s ease-in-out;
	transition:         opacity .25s ease-in-out;
}

.hot-topic-link:hover:after {
	opacity: 1;
}*/

.hot-topic-link {
	/*display: inline-block;*/
	height: 100%;
}

.hot-topic-link:hover .hot-topic-title span {
	background-color: #fff;
	color: #222;
	/*box-shadow: -3px 0 0 2px #f41d00, 3px 0 0 2px #f41d00;*/
}

.hot-topic-link:hover > .hot-topic-default + .hot-topic-title span {
	box-shadow: 1px 1px 3px #444, 1px -1px 3px #444;
}

/* Custom styles by Sridhar of http://GenesisCustomizations.com/ */

p.entry-meta {
	font-style: italic;
}

.se-twitter {
	margin-left: 10px;
}

.se-twitter:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	vertical-align: bottom;
	color: #00abf0;
	/*padding-left: 0.75em;*/
}

@media screen and (max-width: 1139px) and (min-width: 1024px) {
	.hot-topics {
		padding-bottom: 23px;
	}
}

@media only screen and (min-width: 769px) {
	.home-middle .entry-meta {
	   clear: both;
	}

}


/* Columns on Display Posts Shortcode
--------------------------------------------- */

.display-posts-listing {
	overflow: hidden;
}

.listing-item {
	border-radius: 0;
	/*width: 19.4666666667%;*/ /* 146px via http://cl.ly/image/3g2V100s3Q3d */
	width: 19.6363636364%;
	/*width: 146px;*/
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 5px;
	float: left;
	margin-left: 0.4545454545%;
}

.listing-item:nth-of-type(5n+1) {
	margin-left: 0;
	clear: left;
}

.listing-item figure.lark {
	width: 100%;
}

.listing-item .lark img {
	margin-bottom:  10px !important;
}

.listing-item a img {
	vertical-align: top;
	width: 100%;
}

.listing-item a.title {
	display: block;
	padding: 10px;
	color: #000;
	line-height: 1.3;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	word-wrap: break-word;
}

.listing-item a.title:hover {
	color: #f41d00;
}

.listing-item .author {
	padding: 10px;
	font-style: italic;
	font-size: 15px;
	line-height: 1.3;
	display: inline-block;
	font-family: 'Lato', sans-serif;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/*.podcast-container {
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}

.podcast-container iframe, .podcast-container object, .podcast-container embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}*/

.podcast-container img {
	vertical-align: top;
}

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

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #f5f5f5;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f41d00;
	border: 1px solid #e9b3b3;
	color: #fff;
}

.entry-content .content-box-red a {
	color: #fff;
}
.entry-content .content-box-red a:hover {
	color: #ddd;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

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

.entry-content a.button-blue,
.entry-content a.button-gray,
.entry-content a.button-green,
.entry-content a.button-purple,
.entry-content a.button-red,
.entry-content a.button-yellow {
	color: #fff;
	padding: 8px 10px;
	border-bottom: 1px dotted #0274be;
	font-weight: normal;
}

.entry-content a.button-blue:hover,
.entry-content a.button-gray:hover,
.entry-content a.button-green:hover,
.entry-content a.button-purple:hover,
.entry-content a.button-red:hover,
.entry-content a.button-yellow:hover {
	text-decoration: none;
}

.entry-content a.button-blue {
	background-color: #afcde3;
	border: 1px solid #afcde3;
}

.entry-content a.button-blue:hover {
	background-color: #83a2be;
	border: 1px solid #83a2be;
}

.entry-content a.button-gray {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #222;
}

.entry-content a.button-gray:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}

.entry-content a.button-green {
	background-color: #b2ce96;
	border: 1px solid #b2ce96;
}

.entry-content a.button-green:hover {
	background-color: #86a36e;
	border: 1px solid #86a36e;
}

.entry-content a.button-purple {
	background-color: #bebde9;
	border: 1px solid #bebde9;
}

.entry-content a.button-purple:hover {
	background-color: #9291c7;
	border: 1px solid #9291c7;
}

.entry-content a.button-red {
	background-color: #f41d00;
	border: 1px solid #f41d00;
}

.entry-content a.button-red:hover {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
}

.entry-content a.button-yellow {
	background-color: #fadf98;
	border: 1px solid #fadf98;
}

.entry-content a.button-yellow:hover {
	background-color: #ecb870;
	border: 1px solid #ecb870;
}

.widget_monarchwidget h3.widget-title {
	font-size: 2.4rem;
	font-size: 24px;
	text-transform: none;
}

.single-post .entry-header {
	overflow: hidden;
}

.single-post .entry-header .entry-meta {
	float: left;
}

/* Default post styles */

body.post-template-default aside.sidebar.sidebar-primary.widget-area {margin-top: 30px;}
body.post-template-default .entry-header .entry-meta {margin-top: 15px;}


/* Custom styles by Sridhar of http://GenesisCustomizations.com/ - End */

@media only screen and (max-width: 1139px) {
	.hot-topic {
		width: 285px;
		height: 151px;
		margin: 0 31px;
	}

	.hot-topic-link:after {
		height: 173px;
	}
	.home-middle .entry-meta {clear: none;}
}

@media only screen and (max-width: 1024px) {
	.listing-item {
		width: 24.375%;
	}
}

@media only screen and (max-width: 1023px) {
	.hot-topic {
		width: 32%;
		height: auto;
		margin: 0 1.8%;
	}
	.hot-topic-link:after {
		display: none;
	}
	.hot-topic-title {
		position: static;
		bottom: auto;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.listing-item {
		width: 19.4366197183%;
	}
}

@media only screen and (max-width: 568px) {
	.listing-item {
		width: 24.2661448141%;
	}
}

/* Custom styles by Sridhar */
@media only screen and (max-width: 500px) {

	.single .wp-caption.alignleft {
		float: none;
		margin-right: 0;
	}

	.hot-topic-title span {
		line-height: 1.4;
	}
}

/* Custom styles by Sridhar */

@media only screen and (max-width: 480px) {
	.listing-item {
		width: 32.5617283951%;
	}
}

@media only screen and (max-width: 320px) {
	.listing-item {
		width: 49.1319444444%;
	}
}


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

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

.home-bottom .entry-content,
.home-bottom .entry-header,
.home-top .entry-content,
.home-top .entry-header {
	margin-left: 220px;
	/*margin-left: 22rem;*/
}

.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;
}

.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: 30px;
	/*font-size: 3rem;*/
	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%
}

.home-middle .entry-title {
	margin-left: 170px;
}

.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: #f41d00;
	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;
}*/

/*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: #f41d00;
	color: #fff;
}*/

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

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


@media screen and (max-width: 480px) {
	.home-top .featured-content.featuredpost a.alignleft img {
		margin: 0;
	}
}

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

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

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

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

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

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

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

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

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

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

.latest-tweets ul li {
	margin-bottom: 16px;
	/*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;
}


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

.site-header {
	/*padding-top: 64px;
	padding-top: 6.4rem;*/
	background-color: #f41d00;
}

.site-header > .wrap {
	/*background-color: #f41d00;*/
	/*border-bottom: 1px solid #222;*/
	padding: 30px 0;
	/*padding: 3rem 0;*/
}

.after-header {
	background-color: #222;
}

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

.title-area {
	float: left;
	padding-top: 30px;
	/*padding-top: 3rem;*/
	width: 317px;
	margin-left: 41px;
	/*margin-left: 4.1rem;*/
}

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

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

.site-title > a {
	color: #fff;
	background-color: #f41d00;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 1.8;
	width: 317px;
	height: 90px;
}

.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: 90px;
	width: 100%;
}

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

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

/*.header-image .site-header .title-area,
.header-image .header-widget-area {
	padding: 20px 0;
	padding: 2rem 0;
}*/

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


/* Subscribe Widget Area */

.after-header.widget-area {
	clear: both;
}

.after-header .enews-widget {
	overflow: hidden;
	padding: 1em 5%;
}

.after-header .enews-widget p {
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.after-header .enews-widget {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.after-header .enews-widget p {
		width: 45%;
		float: left;
		margin: 0;
		line-height: 34px;
	}

	.after-header .enews-widget form {
		width: 50%;
		float: right;
	}

	.after-header .enews-widget input {
		padding: 0.5em;
		margin: 0;
	}

	.after-header .enews-widget input[type="email"] {
		margin-bottom: 3px;
	}

	.after-header .enews-widget input[type="submit"] {
		min-height: 33px;
	}
}

@media only screen and (min-width: 1024px) {
	/*.header-widget-area > .widget {
		height: 90px;
		line-height: 130px;
	}*/

	.after-header .enews-widget p {
		width: 55%;
		line-height: 33px;
	}

	.after-header .enews-widget form {
		width: 45%;
	}

	.after-header .enews-widget input[type="email"] {
		width: 290px;
		margin-bottom: 0;
	}

	.after-header .enews-widget input[type="submit"] {
		width: auto;
		min-width: 120px;
	}
}

@media only screen and (min-width: 1140px) {
	.after-header .enews-widget p,
	.after-header .enews-widget form {
		width: 50%;
	}
	.after-header .enews-widget input[type="email"] {
		width: 406px;
	}
}


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

.genesis-nav-menu {
	clear: both;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	/*font-size: 1.4rem;*/
	font-weight: 300;
	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 17px;
	/*padding: 2.5rem 1.7rem;*/
	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: #f41d00;
}

.menu-item-has-children > a:after {
	content: "\25BC";
	color: #ddd;
}

.menu-item-has-children > a:hover:after {
	color: #888;
}

.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: 172px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	/*border: 1px solid #222;*/
	border: 1px solid #ddd;
	border-top: none;
	font-size: 12px;
	/*font-size: 1.2rem;*/
	padding: 20px;
	/*padding: 2rem;*/
	position: relative;
	text-transform: none;
	width: 172px;
}

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

.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-form {
	margin: -1rem 0;
}


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

.nav-primary {
	/*background-color: #222;*/
	/*position: fixed;
	width: 100%;
	z-index: 999;*/
	/*border: 1px solid #222;*/
	/*border: 1px solid #ddd;*/
	border-width: 1px 0;
	clear: both;
}

.nav-primary .wrap {
	background-color: transparent;
}

/*
.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: #f41d00;
}

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

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

.menu-secondary {
	border: 1px solid #222;
	border-width: 1px 0;
	background-color: #fff;
}

.responsive-menu-button + .menu-secondary {
	border-top: 0;
}

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

.responsive-menu-button {
	cursor: pointer;
	display: none;
	padding: 10px 0;
	/*padding: 1rem 0;*/
	text-align: center;
	color: #000;
}

.responsive-menu-button::before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	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-right: 3px;
	speak: none;
	text-align: center;
	text-transform: none;
}

.nav-secondary .responsive-menu-button {
	border-bottom: 1px solid #222;
}

.nav-secondary .responsive-menu-button,
.nav-secondary .responsive-menu-button::before {
	background: #fff;
	color: #222;
}


/* Other Menus
--------------------------------------------- */

.feed {
	background: transparent url(images/feed.png) left center no-repeat;
}

.feed > a {
	margin-left: 18px;
}



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

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

.entry {
	margin-top: 20px;
	/*margin-top: 2rem;*/
	padding-bottom: 10px;
	/*padding-bottom: 1rem;*/
}

.single .entry {
	margin-bottom: 0;
}

.archive .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 0;
}

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

.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 {
	font-size: 14px;
	/*font-size: 1.4rem;*/
}

.entry-header .entry-meta {
	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;
}

/* Images on category archives */
figure.lark {
	float: left;
}

figure.lark img {
	float: none;
}



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

.after-entry {
	/*border-bottom: 1px solid #222;*/
	/*border-bottom: 1px solid #ddd;*/
	/*border-top: 2px solid #222;*/
	margin-top: 40px;
	/*margin-top: 4rem;*/
	padding: 30px 0;
	/*padding: 3rem 0;*/
}

.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;*/
	clear: both;
}

.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: #f41d00;
}

.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 .textwidget p {
	margin: 0 !important;
	padding: 0;
}

body.gppro-custom .sidebar .widget {
	padding: 24px 10px 15px 10px !important;
}

.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: #f41d00;
	color: #fff;
}

@media screen and (max-width: 1139px) and (min-width: 1024px) {
	.sidebar-primary {
		width: 287px !important;
	}
}


/*
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;*/
	/*max-width: 1140px;
	margin: 0 auto;*/
}

.footer-widgets > .wrap {
	padding: 0 20px;
	/*padding: 0 2rem;*/
}

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

.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: 24px;
	/*margin-bottom: 2.4rem;*/
}

.footer-widgets li {
	margin-bottom: 10px;
	/*margin-bottom: 1rem;*/
	word-wrap: break-word;
}


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

.site-footer {
	background-color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	/*font-size: 1.4rem;*/
	text-align: center;
}

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

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

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

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

/* Custom styles by Sridhar of http://GenesisCustomizations.com/ */

.social-icons {
	margin: 24px 32px 0 auto;
	float: right;
	overflow: hidden;
}

.social-icons ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 6px 12px;
	float: left;
}

.social-icons ul li a,
.social-icons ul li a:hover {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 11px;
	line-height: 1;
	display:inline-block;
	text-align: center;
}

.social-icons ul li a {
	background-color: #fff;
}

.social-icons ul li.social-google a {
	padding: 0;
}

.social-icons ul li a:hover {
	color: #f41d00;
}

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

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

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

	.title-area {
		width: 200px;
	}

	.site-title > a {
		margin-left: 15px;
		/*margin-left: 1.5rem;*/
	}

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

	.content {
		width: 600px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 285px;
	}

	.home-middle .featured-content .entry {
		width: 100%;
	}

	.home-middle .entry-content {
		margin-left: 220px;
		/*margin-left: 22rem;*/
	}

	/* Scaling up for iPad - not ideal */
	.home-middle .entry-image {
		width: 200px;
		height: 200px;
	}

	.sidebar-secondary {
		width: 150px;
	}

	.genesis-nav-menu .right {
		display: block;
		max-width: 920px;
		margin: 0 auto 20px;
	}

	.social-icons ul li a,
	.social-icons ul li a:hover {
		width: 30px;
		height: 30px;
		padding: 7px;
		font-size: 17px;
	}

}

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

	.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,
	.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%;
	}

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

	.site-title > a {
		margin-left: 0;
	}

	.nav-primary {
		position: relative;
	}

	.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 {
		max-width: 710px;
	}

	.vision-pullquote-1 {
		display: none;
	}

}

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

	.title-area {
		width: 100%;
	}

	.site-header .widget-area {
		display: none;
	}

}

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

	body {
		font-size: 14px;
		/*font-size: 1.4rem;*/
	}

	.site-inner,
	.genesis-nav-menu .right {
		padding-left: 5%;
		padding-right: 5%;
	}

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

	.responsive-menu {
		display: none;
	}

	.responsive-menu-button {
		display: block;
	}

	.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%;
	}

}

@media only screen and (max-width: 736px) {
	body {
		font-size: 16px;
	}
}

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

	.listing-item {
		width: 32.6810176125%;
		margin-left: 0.9784735812%;
	}

	.listing-item:nth-of-type(5n+1) {
		margin-left: 0.9784735812%;
		clear: none;
	}

	.listing-item:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}

}

@media only screen and (max-width: 480px) {
	.site-title {
		max-width: 90%;
	}

	.home-middle .entry-content,
	.home-bottom .entry-content,
	.home-top .entry-content {
		margin-left: 0;
	}

	.home-bottom .entry-header,
	.home-top .entry-header,
	.home-middle .entry-title {
		margin-left: 120px;
		min-height: 128px;
	}

	body.gppro-custom .entry-header .entry-title {
		margin-bottom: 10px !important;
	}

	.home-middle .entry-meta {
		margin-left: 0;
	}

	.entry-image {
		max-width: 100px;
		/*max-width: 10rem;*/
		max-height: 100px;
		/*max-height: 10rem;*/
		margin-bottom: 0;
	}

	.featured-content .entry-title {
		font-size: 28px;
		/*font-size: 2.8rem;*/
	}

	.footer-widgets,
	.nav-primary,
	.nav-secondary,
	.site-footer,
	.site-header {
		padding-left: 0;
		padding-right: 0;
	}

	.breadcrumb .sep {
		width: 0;
		visibility: hidden;
	}

	.breadcrumb .sep:after {
		content: ">";
		visibility: visible;
		margin-left: -10px;
	}

	.hot-topic-title {
		font-size: 18px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 350px) {
	.site-title > a {
		font-size: 43px;
		line-height: 1.9;
	}
}

@media print {

	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: none;
	}

	/*
	.entry-title a,
	.entry-title a:visited,
	.book-author-link {
		text-decoration: none;
	}

	[href]:after {
		content: " (" attr(href) ")";
		text-transform: none;
		text-decoration: underline;
		word-wrap: break-word;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.listing-item .title {
		text-decoration: none;
	}

	.listing-item .title:after {
		content: "\A" attr(href);
	    white-space: pre;
	    font-weight: normal;
	}
	*/

	.listing-item .author {
		padding-left: 0;
	}

	/*
	abbr[title]:after {
		content: " (" attr(title) ")";
		text-transform:none;
		font-size: 12px;
		font-size: 1.2rem;
	}

	[href^="javascript:"]:after,
	[href^="#"]:after,
	[href^="tel:"]:after,
	.site-title > a:after,
	.featured-content a[aria-hidden]:after,
	.featured-content .entry-title a:after,
	table [href]:after,
	.listing-item .image:after,
	.author-pro-featured-image > a:after {
		content: "";
	}

	[href^="tel:"] {
		text-decoration:none
	}
	*/

	img {
		max-width: 100% !important;
		page-break-inside: avoid;
		page-break-after: avoid;
	}

	@page  {
		margin: 2cm .5cm;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre,
	table,
	tr {
		page-break-inside: avoid;
	}

	ul,
	ol,
	dl {
		page-break-before: avoid;
	}

	thead {
		display: table-header-group;
	}

	select {
		background: #fff !important;
	}

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

	.after-header,
	.breadcrumb,
	.entry-comments-link,
	.entry-footer,
	.footer-widgets,
	/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 .widget_search,
	*/
	.genesis-box,
	#disqus_thread,
	.home-top,
	.header-widget-area,
	#jquery-cookie-law-script,
	.nav-primary,
	.nav-secondary,
	.nc_socialPanel,
	.nrelate_flyout,
	.optin-monster-saas-overlay,
	.post-edit-link,
	.sharedaddy,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
		margin-left: 0;
	}

	.header-image .site-title > a {
		margin: 0 !important;
		text-indent: 0;
		text-decoration: none;
		float: none;
		height: auto;
		min-height: auto;
	}

	.header-image .site-description {
		text-indent: 0;
		height: auto;
	}

	.hot-topic {
		height: auto;
		width: 32%;
		margin: 0 2%;
	}

	.hot-topic-title {
		position: static;
	}

	.home-middle .featured-content .entry {
	    width: 100%;
	}

	.listing-item {
		width: 100%;
	}

	.listing-item .image {
		float: left;
	}

	.listing-item a img {
		width: 50%;

	}

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

	.widget-title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/*
	.footer-widgets-3 {
		width: 100%;
	}

	body.gppro-custom .footer-widgets .widget .widget-wrap .widget-title {
		text-align: center;
	}
	*/
}
