/* # Teens Got Cents Theme  
Theme Name: EWD - Teens Got Cents  
Theme URI: https://www.emilywhitedesigns.com/  
Description: This is a custom theme created for the Genesis Framework.   
Author: Emily White Designs  
Author URI: https://www.emilywhitedesigns.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-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;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-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
--------------------------------------------- */

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

}

body {
	background-color: #fff;
	color: #5d5d5d;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
}

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

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

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

a:hover {
	color: #24304f;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
    border: 4px solid rgba(22, 153, 149, 0.3);
    color: #169995;
    font-size: 18px;
    font-weight: 400;
    margin: 40px;
    padding: 20px 40px 5px;
    line-height: 1.6;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #24304F;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #24304f;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #24304f;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-sc a {
	background: #fc3901;
	border: none;
	border-bottom: 4px solid #bd2b01;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	margin-right: 0;
	min-width: 215px;
	padding: 18px 24px 16px;
	text-transform: uppercase;
	width: auto;
}

.button-sc a {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
	padding: 23px 46px 22px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #fc3901;
	color: #fff;
}

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

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

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

.site-container {
	padding-top: 0;
}

.front-page .site-container {
	padding-top: 0;
}

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

.site-inner {
	clear: both;
	padding-top: 65px;
}

/* ## 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: 980px;
}

.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: 768px;
}

.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: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

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

.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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 40px;
}

.author-box .avatar {
	border-radius: 90px;
	margin-bottom: 40px;
}

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

.comment .avatar {
	border-radius: 30px;
	margin: 0 20px 20px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.author-box {
	background-color: #ecf7f7;
	font-size: 16px;
	margin-bottom: 65px;
	padding: 40px;
}

.archive-description {
	background: url(images/dot-border.png) left bottom repeat-x;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.author-box-title span {
	color: #24304f;
	display: inline-block;
    font-family: 'matchbookregular', sans-serif;
    font-size: 60px;
    font-weight: 400;
    margin-top: 10px;
}

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

.author-box p {
	line-height: 1.82;
}

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

.site-header .search-form {
	background: #ecf7f7;
	margin-top: 20px;
	width: 220px;
}

.widget_ewd_about .search-form,
.entry-content .search-form {
	background: #fff;
	border: 1px solid #24304f;
	margin: 20px auto 0;
	width: 220px;
}

.widget_ewd_about .search-form input,
.entry-content .search-form input {
	color: #24304f !important;
}

.widget_search input,
.entry-content .search-form input {
	background: none;
	border: none;
	font-size: 14px;
	padding: 12px 0 12px 16px;
	width: 170px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"],
.entry-content .search-form input[type="submit"] {
	border: 0;
	border-radius: 0;
	color: #000;
	font-family: FontAwesome;
	min-width: 0;
	padding: 13px 16px;
	width: 48px;
}

.widget_search input[type="submit"]:hover {
	background: none;
}

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

.archive-title {
	color: #24304f;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0;
}

.entry-title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 5px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #fc3901;
}

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

.widget-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

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

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

.blog img.alignleft {
	margin: 0 40px 50px 0;
}

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

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

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


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

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

.enews-widget,
.enews-widget .widget-title {

}

.sidebar .enews-widget .widget-title {
	margin-bottom: 35px;
}

.sidebar .widget.enews-widget {
	border: 1px solid #24304f;
	margin-top: 80px;
	padding: 0 40px 40px;
}

.sidebar .enews-widget img.aligncenter {
	margin: -50px auto 10px;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #24304f;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.sidebar .enews-widget form {
	padding: 0 24px;
}

.sidebar .enews-widget input {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 16px;
	text-align: center;
}

.enews-widget input[type="submit"] {
	background: #fc3901;
	border: none;
	border-bottom: 4px solid #bd2b01;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	margin-right: 0;
	min-width: 215px;
	padding: 18px 24px 16px;
	text-transform: uppercase;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background: #bd2b01;
	border-color: #fc3901;
}

.enews form + p {
	margin-top: 22px;
}

.sidebar .enews p {
	margin-bottom: 0;
}

.sidebar .enews form + p {
	font-size: 16px;
	margin-top: 0;
	text-align: center;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fc3901;
	min-height: 0px;
}

.site-header.is_stuck {
	margin-top: 0;
}

.site-header .wrap {
	padding: 0;
	position: relative;
}

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

.title-area {
	float: left;
	padding: 0;
	position: absolute;
	top: -31px;
	width: 115px;
}

.is_stuck .title-area {
	position: relative;
	top: auto;
	width: 139px;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(images/logo-circle.png) no-repeat left;
	background-size: 115px 115px;
	float: left;
	min-height: 115px;
	width: 100%;
}

.header-image .is_stuck .site-title > a {
	background: url(images/logo-sticky.png) no-repeat center center;
	background-size: 98px 47px;
	background-color: #169995;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	float: left;
	min-height: 53px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

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

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

.front-page .site-header .widget-area {
	width: 800px;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 18px 24px;
}

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

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .genesis-nav-menu a {
	color: #fff;
	font-weight: 500;
	padding: 18px 14px 17px;
}

.site-header .genesis-nav-menu .fa {
	margin-right: 10px;
}

.site-header .genesis-nav-menu a:hover {
	opacity: .5;
}

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

.nav-primary {
	background-color: #333;
}

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

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

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

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

.nav-secondary {
	background-color: #fff;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	position: relative;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 14px;
	text-align: right;
}

.responsive-menu-icon::after {
	content: "Topics";
	display: block;
	font: 600 20px/1 'Raleway';
	margin: 0 auto;
	padding: 14px;
	position: absolute;
	top: 0;
	right: 31px;
	text-align: right;
}

/* Social Navigation
--------------------------------------------- */

.front-page-before-header .menu-social-container {
	background: #fc3901;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	margin-left: 4px;
	padding: 0 8px;
	text-align: left;
}

.front-page-before-header li.menu-item.fa {
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 18px 6px 17px;
	position: relative;
}

.front-page-before-header li.menu-item.fa:hover {
	opacity: .5;
}

.front-page-before-header li.menu-item.fa:hover {
	position: relative;
}

.front-page-before-header li.menu-item.fa a {
	border: none;
	display: inline-block;
	font-size: 18px;
	height: 100%;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	text-indent: -9999px;
	vertical-align: top;
	width: 100%;
	word-wrap: break-word;
}

.genesis-nav-menu.menu-footer-social {
	text-align: center;
	margin: 0;
	width: auto;
}

.genesis-nav-menu.menu-footer-social li {
	background: #fc3901;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 31px;
	height: 53px;
	margin: 0 7px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 53px;
}

.genesis-nav-menu.menu-footer-social li:hover {
	background: #169995;
	position: relative;
}

.genesis-nav-menu.menu-footer-social li:before {
	display: table-cell;
	height: 53px;
	vertical-align: middle;
	width: 53px;
}

.genesis-nav-menu.menu-footer-social li.fa a {
	border: none;
	bottom: 0;
	display: inline-block;
	height: auto;
	font-weight: normal;
	left: 0;
	line-height: 1;
	padding: 11px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

.site-footer .genesis-nav-menu.menu-footer-social {
	margin: -27px auto 20px;
}

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

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

.entry {
	margin-bottom: 40px;
}

.content .entry {
	background-color: #fff;
}

.blog .content .entry {
	background: url(images/dot-border.png) left bottom repeat-x;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.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-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta,
p.entry-meta a {
	color: #a4a4a4;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

.entry-comments-link::before {
	content: "|";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: none;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 0 4px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	text-decoration: none;
	color: #24304f;
}

.archive-pagination li.pagination-next a,
.archive-pagination li.pagination-previous a {

}

.archive-pagination li.pagination-next a:hover,
.archive-pagination li.pagination-previous a:hover {
	color: #24304f;
	text-decoration: none;
}

.adjacent-entry-navigation {
	color: #5d5d5d;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
	overflow: hidden;
}

.adjacent-entry-navigation a {
	color: #5d5d5d;
	font-size: 18px;
}

.adjacent-entry-navigation a:hover,
.adjacent-entry-navigation a:hover span {
	text-decoration: none;
}

.adjacent-entry-navigation span {
	color: #333;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.625;
	margin-bottom: 10px;
	text-transform: none;
}

.navigation-previous {
	float: left;
	position: relative;
	width: 45%;
}

.navigation-next {
	float: right;
	position: relative;
	text-align: right;
	width: 45%;
}

.adjacent-entry-navigation img.alignleft {
	margin-right: 40px;
}

.adjacent-entry-navigation img.alignright {
	margin-left: 40px;
}

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

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

.comment-respond,
.entry-pings {
	margin-bottom: 40px;
	padding: 0;
}

.entry-pings {
	border: none;
	padding-top: 0;
}

.entry-comments {
	padding: 0;
}

.entry-comments h3 {
	font-size: 24px;
	font-weight: 600;
}

.comment-header {
	font-size: 16px;
}

.comment-content p:last-of-type {
	margin-bottom: 20px;
}

.comment-list ul {
	padding-left: 40px;
}

.comment-list li {
	margin-top: 40px;
	padding-bottom: 40px;
}

.comment-list ul > li:last-of-type {
	padding-bottom: 0;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #c8c8c8;
}

.comment-list li.depth-1:last-of-type {

}

.comment-list li.bypostauthor > article {
	background: #f9f9f9;
	padding: 30px 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #24304f;
	color: #24304f;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	padding: 16px 40px;
}

.comment-respond input[type="submit"] {

}

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

.entry-comments .comment-author {
	color: #24304f;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

.comment-form input[type="text"]:focus::-webkit-input-placeholder { color:transparent; }
.comment-form input[type="text"]:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
.comment-form input[type="text"]:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
.comment-form input[type="text"]:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.comment-respond h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 35px;
	text-transform: none;
}

.comment-meta {
	line-height: 1.2;
	text-transform: uppercase;
}

.comment-meta a {
	color: #a4a4a4;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 500;|
	text-transform: uppercase;
}

.comment-form-comment {
	margin-bottom: 10px;
}

.comment-notes-after {
	color: #24304f;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
}

.comment-content {
	clear: both;
}

.comment-reply {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}

.commentnumber {
	color: #a4a4a4;
	display: none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	float: left;
}

.logged-in .commentnumber {
	display: block;
}

.comment-respond form {
	padding: 0 40px;
}

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

.sidebar {
	font-size: 14px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
}

.sidebar .widget_ewd_about {
	background: #ecf7f7;
	padding: 40px;
}

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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

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

.footer-widgets-1 {
	margin-right: 60px;
}

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

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


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

.site-footer {
	background-color: #24304f;
	font-size: 16px;
	line-height: 1;
	padding: 0 0 30px;
	text-align: center;
}

.site-footer .creds {
	margin-top: 25px;
}

.site-footer p,
.site-footer p a {
	color: #7c8395;
	font-size: 12px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: .5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-footer .genesis-nav-menu a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .5px;
	padding: 18px 8px;
	text-transform: uppercase;
}

.site-footer .genesis-nav-menu a:hover {
	opacity: .5;
}

/* # TGC Front Page
---------------------------------------------------------------------------------------------------- */

.front-page-before-header {
	background: #169995;
	text-align: right;
}

.front-page-before-header .widget_nav_menu,
.before-header .wigdet_nav_menu {
	display: inline-block;
	vertical-align: top;
}

.front-page-before-header li,
.before-header li {
	display: inline-block;
}

.front-page-before-header li a,
.before-header li a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 16px 10px;
	text-transform: uppercase;
}

.before-header li a {
	color: #24304f;
}

.before-header li a:hover {
	color: #fc3901;
}

.front-page-before-header li a:hover {
	opacity: .5;
}

.front-page .site-header {
	background-color: #fff;
	padding-top: 30px;
}

.front-page .title-area {
	float: left;
	padding: 0;
	position: relative;
	top: auto;
	width: 341px;
}

.header-image.front-page .site-title > a {
	background: url(images/logo.png) no-repeat left;
	background-size: 341px 119px;
	float: left;
	min-height: 119px;
	width: 100%;
}

.front-page .site-header .widget-area {
	padding-top: 5px;
}

.front-page .site-header .genesis-nav-menu a {
	color: #fc3901;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
}

.front-page .site-header .genesis-nav-menu a:hover {
	color: #24304f;
	opacity: 1;
}

.front-page .site-inner {
	max-width: none;
	padding-top: 40px;
}

.front-page-subscribe {
	padding-bottom: 35px;
}

.front-page-subscribe .wrap {
	padding: 0 70px;
}

.front-page-subscribe .enews-widget {
	background: url(images/ebook.png) left top no-repeat;
	min-height: 435px;
	padding: 55px 0 0 335px;
	text-align: center;
}

.front-page-subscribe .enews-widget .widget-title {
	color: #24304f;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 40px;
}


.front-page-subscribe .enews-widget p {
	color: #5d5d5d;
	font-size: 18px;
	margin-top: 16px;
	padding: 0 75px;
}

.front-page-topics {
	background: #24304f;
	padding: 55px 0;
	text-align: center;
}

.front-page-topics .widget-title {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 50px;
}

.front-page-topics li {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 55%;
	display: inline-block;
	margin: 0 20px 40px;
}

.front-page-topics li a {
	display: table-cell;
	color: #24304f;
	font-size: 18px;
	font-weight: 600;
	height: 148px;
	line-height: 1;
	padding: 0 35px;
	width: 148px;
	vertical-align: middle;
}

.front-page-topics .fa {
	color: #169995;
	display: block;
	font-size: 54px;
	margin-bottom: 5px;
}

.front-page-topics li:hover {
	background: #24304f;
}

.front-page-topics li:hover a,
.front-page-topics li:hover .fa {
	color: #fff;
}

.front-page-blog {
	padding: 50px 0 60px;
}

.front-page-blog .widget-title {
	font-family: 'matchbookregular', sans-serif;
	font-size: 60px;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.front-page-blog .widget-title:before {
	background: url(images/dot-border.png) repeat-x;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 32px;
	width: 100%;
	z-index: -1;
}

.front-page-blog .widget-title:after {
	background: #fff;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 32px;
	margin-left: -115px;
	width: 230px;
	z-index: -1;
}

.front-page-blog article {
	position: relative;
}

.byline {
	border-right: 1px solid #a4a4a4;
	color: #a4a4a4;
	font-weight: 600;
	left: 0;
	line-height: 1;
	padding-right: 8px;
	position: absolute;
	top: 0;
	text-align: center;
	max-width: 43px;
}

.byline span {
	display: block;
}

.byline .day {
	font-size: 27px;
}

.byline .month {
	font-size: 15px;
	text-transform: uppercase;
}

.front-page-blog .featured-content .entry-title {
	font-size: 32px;
	margin-bottom: 20px;
	min-height: 76px;
	padding-left: 48px;
}

.front-page-blog .featured-content .entry {
	display: inline-block;
	margin-right: 37px;
	max-width: 375px;
	padding: 0;
	vertical-align: top;
}

.front-page-blog .featured-content .entry:last-of-type {
	display: inline-block;
	margin-right: 0;
	max-width: 375px;
}

.front-page-blog .button {
	padding: 14px 24px 12px;
}

.front-page-popular {
	background: #169995;
	padding: 50px 0 40px;
	text-align: center;
}

.front-page-popular .widget-title {
	color: #fff;
	font-family: 'matchbookregular', sans-serif;
	font-size: 60px;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.front-page-popular .widget-title:before {
	background: url(images/white-dot.png) repeat-x;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 32px;
	width: 100%;
	z-index: -1;
}

.front-page-popular .widget-title:after {
	background: #169995;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	top: 32px;
	margin-left: -115px;
	width: 230px;
	z-index: -1;
}

.front-page-popular .featured-content .entry {
	border-radius: 60%;
	border: 2px solid #fff;
	display: inline-block;
	position: relative;
	margin: 0 24px 40px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	vertical-align: top;
	max-width: 201px;
}

.front-page-popular .featured-content .entry:hover img {
	opacity: .35;
}

.front-page-popular .featured-content .entry:first-of-type {
	margin-left: 0;
}

.front-page-popular .featured-content .entry:last-of-type {
	margin-right: 0;
}

.front-page-popular .featured-content .entry .alignnone {
	display: block;
	margin-bottom: 0;
}

.front-page-popular .featured-content .entry img {
	display: block;
}

.front-page-popular .featured-content .entry-title {
	display: none;
	height: 201px;
	left: 0;
	margin: 0;
	padding: 0 20px;
	position: absolute;
	top: 0;
	height: 197px;
	width: 197px;
}

.front-page-popular .featured-content .entry:hover .entry-title {
	display: block;
}

.front-page-popular .featured-content .entry-title a {
	color: #24304f;
	display: table-cell;
	height: 197px;
	vertical-align: middle;
	width: 100%;
}

.front-page-about {
	padding: 50px 0 60px;
}

.front-page-about .wrap {
	background: url(images/eva-home.png) left top no-repeat;
	min-height: 386px;
	padding: 70px 40px 0 490px;	
}

.front-page-about .widget-title {
	font-size: 32px;
	font-weight: 600;
}

/* # TGC Sales Page
---------------------------------------------------------------------------------------------------- */

.hbg-sales {
	font-size: 18px;
}

.hbg-sales .entry-header {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 80px;
	text-align: center;
}

.hbg-sales .entry-header:after {
	background: url(images/dot-border.png) left bottom repeat-x;
	content: "";
	height: 2px;
	bottom: 0;
	position: absolute;
	left: 10%;
	right: 10%;
}

.hbg-sales .entry-title {
	font-size: 42px;
}

.hbg-sales .subtitle {
	font-size: 24px;
	margin-bottom: 0;
}

.hbg-sales img.alignleft {
	margin: 0 55px 55px 0;
}

.hbg-sales h3 {
	margin-bottom: 20px;
}

.hbg-sales .entry-content ul {
	font-size: 22px;
	line-height: 2;
}

.hbg-sales .entry-content ul > li {
	list-style-type: none;
}

.hbg-sales .entry-content ul > li:before {
	content: "\f00c";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 10px 0 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hbg-sales .author-box {
	clear: both;
	margin-bottom: 90px;
	padding: 60px;
}

.hbg-sales .author-box .avatar {
	margin-bottom: 80px
}

.hbg-sales .author-box-title {
	margin-top: 20px;
}

.hbg-sales .author-box-content {
	font-size: 18px;
}

.hbg-sales .other-ebooks {
	text-align: center;
}

.other-ebooks h2 {
	margin-bottom: 60px;
}

.other-ebook {
	display: inline-block;
	margin: 0 30px 60px;
	vertical-align: top;
}

/* # Category Page
---------------------------------------------------------------------------------------------------- */

.category .content article {
	width: 50%;
}

.category .content article:nth-of-type(odd) {
	border-top: 1px solid #d3d6dc;
	border-right: 1px solid #d3d6dc;
	clear: both;
	float: left;
	margin-bottom: 0;
	padding: 6% 6% 4% 0;
}

.category .content article:nth-of-type(even) {
	border-top: 1px solid #d3d6dc;
	float: right;
	margin-bottom: 0;
	padding: 6% 0 4% 6%;
}

.category .content .entry-title {
	font-size: 24px;
	text-align: center;
}

.category .content article:nth-of-type(-n+2) {
	border-top: none;
	padding-top: 0;
}

.category .content article:nth-last-of-type(-n+2) {
	padding-bottom: 0;
}

.category .pagination {
	background: url(images/dot-border.png) top left repeat-x;
	display: inline-block;
	padding-top: 40px;
	width: 100%;
}

/* # TGC Custom
---------------------------------------------------------------------------------------------------- */

.after-header-ad {
	margin-bottom: 60px;
}

.category .after-header-ad {
	margin-bottom: 30px;
}

.after-entry-share {
	background: url(images/pig-share.png) left center no-repeat;
	background-size: 75px 50px;
	margin: 50px 0 20px;
	padding: 11px 0 11px 85px;
}

.share-buttons,
.after-entry-share span {
	line-height: 1;
	vertical-align: middle;
}

.after-entry-share span {
	margin-bottom: 10px;
}

.after-entry-share span {
	margin-right: 10px;
}

.nrelate {
	margin-bottom: 60px;
	text-align: center;
}

.nr_title {
    font-family: 'matchbookregular', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.nr_title:before {
	background: url(images/dot-border.png) repeat-x;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: -1;
}

.nr_title span {
	background: #fff;
	padding: 0 10px;
}

.nr_panel {
	border-radius: 70%;
	display: inline-block;
	margin: 0 25px;
	max-width: 195px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}

img.nr_img {
	display: block;
}

.nr_panel:hover img {
	opacity: .5;
}

.nr_text {
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	bottom: 0;
	color: #24304f;
	display: none;
	font-size: 20px;
	font-weight: 600;
	height: 100%;
	line-height: 1.3;
	left: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transform-style: preserve-3d;
}

.nr_panel:hover .nr_text {
	display: block;
}

.nr_post_title {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.after-entry-subscribe {
	background: #24304f;
	color: #fff;
	margin-bottom: 50px;
	padding: 35px 40px 15px;
	text-align: center;	
}

.after-entry-subscribe .enews-widget .widget-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 35px;
}

.after-entry-subscribe .enews-widget input,
.front-page-subscribe .enews-widget input {
	border-color: #24304f;
	color: #24304f;
	font-size: 14px;
	font-weight: 500;
	margin-right: 14px;
	text-align: center;
	vertical-align: top;
	width: 31.5%;
}

.after-entry-subscribe .enews-widget input[type="submit"],
.front-page-subscribe .enews-widget input[type="submit"] {
	background: #fc3901;
	border: none;
	border-bottom: 4px solid #bd2b01;
	border-radius: 5px;
	color: #fff;
	margin-right: 0;
	padding: 16px 24px 14px;
}

.after-entry-subscribe .enews-widget input[type="submit"]:hover,
.front-page-subscribe .enews-widget input[type="submit"]:hover,
.button:hover,
input[type="submit"]:hover,
.button-sc a:hover {
	background: #bd2b01;
	border-color: #fc3901;
}


.more-link {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-top: 25px;
	text-transform: uppercase;
}

.is_stuck {
	z-index: 1;
}
 
.admin-bar .is_stuck {
	top: 32px !important;
}

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

.sidebar .featured-content .entry {
	margin-bottom: 20px;
	max-width: 165px;
	padding-bottom: 0;
	position: relative;
}

.sidebar .featured-content .entry:nth-of-type(odd) {
	clear: both;
	float: left;
}

.sidebar .featured-content .entry:nth-of-type(even) {
	float: right;
}

.sidebar .featured-content .entry-title {
	display: none;
	left: 0;
	margin: 0;
	padding: 0 20px;
	position: absolute;
	top: 0;
	text-align: center;
	height: 197px;
	width: 165px;
}

.sidebar .featured-content .entry:hover img {
	opacity: .35;
}

.sidebar .featured-content .entry:hover .entry-title {
	display: block;
}

.sidebar .featured-content a {
	display: block;
	margin-bottom: 0;
}

.sidebar .featured-content .entry-title a {
	color: #24304f;
	display: table-cell;
	height: 197px;
	vertical-align: middle;
	width: 100%;
}

.sidebar .featured-content img {
	display: block;
	margin-bottom: 0;
}

.before-header {
	text-align: right;
}

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

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-resolution: 192dpi)  {

	.header-image .site-title > a {
		background-image: url(images/logo-circle2x.png);
	}

	.header-image.front-page .site-title > a {
		background-image: url(images/logo2x.png) no-repeat left;
	}

	.header-image .is_stuck .site-title > a {
		background-image: url(images/logo-sticky2x.png) no-repeat left;
	}

	.after-entry-share {
		background-image: url(images/pig-share-2x.png) left center no-repeat;
	}

}

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

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

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

	.content {
		width: 580px;
	}

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

	.front-page .site-header .widget-area {
		text-align: center;
		width: 615px;
	}

	.front-page .site-header .widget-area .genesis-nav-menu a {
		padding: 10px;
	}

	.site-header .search-form {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

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

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

	.enews-widget input[type="submit"] {
		min-width: 0;
	}

	.sidebar .widget.enews-widget {
		padding: 0 30px 30px;
	}

	.sidebar .enews-widget form {
		padding: 0;
	}

	.front-page-subscribe .wrap {
		padding: 0;
	}

	.front-page-blog .featured-content .entry,
	.front-page-blog .featured-content .entry:last-of-type   {
		max-width: 295px;
	}

	.front-page-blog .featured-content .entry-title {
		font-size: 26px;
	}

	.site-header .genesis-nav-menu a {
		padding: 10px 14px 8px;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.title-area {
		top: -22px;
	}

	.header-image .is_stuck .site-title > a {
		min-height: 72px;
	}

}

@media only screen and (max-width: 1200px) and (min-width: 961px) {

	.sidebar {
		width: 330px;
	}

	.sidebar .widget.enews-widget {
		padding: 0 30px 30px;
	}

	.sidebar .enews-widget form {
		padding: 0;
	}

	.sidebar .widget_ewd_about {
		padding: 30px;
	}

	.sidebar .featured-content .entry {
		width: 155px;
	}

	.after-entry-subscribe .enews-widget input,
	.front-page-subscribe .enews-widget input {
		margin-right: 8px;
	}

}

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

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

	.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,
	.front-page .site-header .widget-area,
	.front-page .title-area {
		width: 100%;
	}

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

	.front-page .site-title {
		margin: 0 auto;
		max-width: 341px;
	}

	.front-page .site-header .widget-area {
		padding-top: 15px;
	}

	.sidebar {
		clear: both;
		float: none;
		margin: 40px auto;
		max-width: 350px;
		overflow: hidden;
	}

	.site-header .wrap {

	}

	.front-page-before-header {
		text-align: center;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.front-page-blog .featured-content .entry,
	.front-page-blog .featured-content .entry:last-of-type   {
		max-width: 240px;
	}

	.front-page-about .wrap {
		background-position: center top;
		padding: 400px 5% 0;

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.site-header {
		padding: 0;
	}

	.author-box,
	.hbg-sales .author-box {
		padding: 20px;
	}

	.archive-description {
		padding-bottom: 20px;
	}

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

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

	.sidebar .widget.enews-widget {
		padding: 0 30px 30px;
	}

	.front-page-blog .featured-content .entry,
	.front-page-blog .featured-content .entry:last-of-type {
		margin-right: 0;
		max-width: none;
		width: 100%;
	}

	.front-page-blog .featured-content .entry-title {
		margin-bottom: 30px;
		min-height: 0;
	}

	.front-page-subscribe .enews-widget {
		background-position: center top;
		padding: 450px 0 0;
	}

	.front-page-subscribe .wrap {
		padding: 0 5%;
	}

	.front-page-subscribe .enews-widget p {
		padding: 0;
	}

	.front-page-before-header .menu-social-container {
		background: none;
		border: none;
	}

	.front-page-before-header li a,
	.before-header li a {
		padding: 8px;
	}

	.front-page-before-header li.menu-item.fa {
		padding: 12px 6px 11px;
	}

	.site-header .widget-area {
 		max-width: 550px;
 		width: 100%;
	}

	.front-page .site-header .widget-area {
		max-width: none;
	}

	.other-ebook {
		margin: 0 20px 40px;
	}

}

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

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

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		color: #fff;
		display: block;
	}

	.responsive-menu-icon {
		padding-left: 140px;
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu li a {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.responsive-menu {
		margin-top: 45px;
	}

	.title-area {
		left: 20px;
		top: -31px;
		z-index: 10;
	}

	.front-page .title-area {
		left: auto;
		top: auto;
	}

	.site-header .widget-area {
		max-width: none;
	}

	.before-header {
		line-height: 1.2;
		margin-bottom: 30px;
		text-align: center;
	}

	blockquote {
		padding: 30px;
	}

	.hbg-sales .entry-content ul {
		font-size: 18px;
	}

	.nr_panel {
		margin-bottom: 20px;
	}

	.category .content .entry-title {
		font-size: 20px;
	}

}

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

	.sidebar .widget_ewd_about {
		padding: 30px;
	}

	.sidebar .featured-content .entry {
		width: 47%;
	}

	.category .content .entry-title {
		font-size: 18px;
	}

	.after-entry-subscribe .enews-widget input,
	.front-page-subscribe .enews-widget input {
		margin: 0 0 20px;
		width: 100%;
	}

	.author-box .avatar {
		display: block;
		float: none;
		margin: 0 auto 30px;
	}

	.author-box-title {
		text-align: center;
	}

	.header-image.front-page .site-title > a {
		background-size: contain;
	}

	.front-page .site-title {
		padding: 0 10px;
	}

	.front-page-subscribe .enews-widget .widget-title {
		font-size: 30px;
	}

	.front-page-topics li {
		margin: 0 10px 20px;
	}

	.front-page-topics li a {
		padding: 0 14px;
		height: 110px;
		width: 110px;
	}

	.front-page-topics .fa {
		font-size: 44px;
	}

	.front-page-topics .widget-title {
		font-size: 28px;
	}

	.front-page-topics {
		padding: 35px 0;
	}

	.site-footer .genesis-nav-menu a {
		padding: 12px 8px;
	}

	blockquote {
		font-size: 20px;
  		margin: 20px;
	}

}

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

	.front-page-about .wrap {
		background-size: contain;
		padding-top: 94%;
	}

}