/*
	Theme Name:  Money Crashers 2015
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson
	Author URI:  http://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* 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:#000}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
--------------------------------------------- */

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

*, *:before, *:after {
  box-sizing: inherit;
}

.left-sharing *,
.after-post .sharing * {
	box-sizing: content-box;
}

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

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

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


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

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

body {
	background-color: #fff;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
.genesis-nav-menu .menu-item.social,
.genesis-nav-menu .menu-item.social i,
.genesis-nav-menu .menu-item.search,
.genesis-nav-menu .menu-item.search i,
.article-output .item .thumbnail .play-button,
.home .featured-courses .course i,
.home .featured-courses .course .name,
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: #333;
	color: #fff;
}

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

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

strong {
	font-weight: 700;
}

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

blockquote {
	background: transparent;
	border: 1px solid #c7c7c7;
	padding: 30px;
	margin: 0 0 30px;
}

blockquote p:last-of-type {
	margin: 0;
}

blockquote.has-image {
	position: relative;
	padding-left: 160px;
}

blockquote.has-image img {
	position: absolute;
	top: 30px;
	left: 30px;
	max-width: 100px;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

/* Links
--------------------------------------------- */

/* Standard link: Blue underlined, no-underline on hover */

a {
	color: #0063cf;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Black, blue and underlined on hover */

.blog-archive .entry-title a,
.blog-archive .entry-meta a {
	color: #000;
	text-decoration: none;
}

.blog-archive .entry-title a:hover,
.blog-archive .entry-meta a:hover,
.article-output h4 a:hover {
	color: #0063cf;
}

/* Green, dark grey on hover */

.article-output .category a,
.widget_article_listing .category a {
	color: #4e9455;
	text-decoration: none;
}

.article-output .category a:hover,
.article-output h4 a,
.widget_article_listing .category a:hover {
	color: #464646;
	text-decoration: none;
}

/* Grey, grey underlined on hover */

.widget_article_listing .title a {
	color: #464646;
	text-decoration: none;
}

.widget_article_listing .title a:hover {
	text-decoration: underline;
}




/* Icons
--------------------------------------------- */

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

.genesis-nav-menu > .menu-item-has-children > a:after,
.mobile-menu ul .menu-item-has-children > a:after,
.mobile-menu .sub-menu .back > a:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 48px;
}

h2 {
	color: #26742e;
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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

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

img {
	height: auto;
	max-width: 100%;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #c2c2c2;
	color: #646464;
	font-size: 14px;
	font-style: italic;
	padding: 5px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	border-color: #999;
	outline: none;
}

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

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

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

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

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder { 
	color:transparent; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #4e9455;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	font-weight: 600;
	padding: 6px 10px;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 28px;
	padding: 10px 20px;
}

.button.button-small {
	font-size: 13px;
	padding: 8px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

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

/* 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;
	padding: 5px 10px;
}

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

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

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

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

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

.gallery-item {
    float: left;
    margin: 10px 0 0;
    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: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

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

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

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

.alignright {
	float: right;
}

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

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

img.block {
	display: block;
}

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

/* 
 * Column Classes 
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.6315789473684%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.684210526316%;
}
 
.one-third,
.two-sixths {
	width: 31.578947368421%;
}
 
.four-sixths,
.two-thirds {
	width: 65.789473684211%;
}
 
.one-fourth {
	width: 23.026315789474%;
}
 
.three-fourths {
	width: 74.342105263158%;
}
 
.one-fifth {
	width: 17.894736842105%;
}
 
.two-fifths {
	width: 38.421052631579%;
}
 
.three-fifths {
	width: 58.947368421053%;
}
 
.four-fifths {
	width: 79.473684210526%;
}
 
.one-sixth {
	width: 14.473684210526%;
}
 
.five-sixths {
	width: 82.894736842105%;
}
 
.first {
	clear: both;
	margin-left: 0;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 1316px;
	padding: 0 20px;
}

.site-inner {
	clear: both;
	padding: 30px 0;
}

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

/* Content */

.content {
	float: right;
	width: 71.943573668%; /* 918/1276 */
}

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 23.510971787%; /* 300/1276 */
}

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

/* Ad Disclosure
---------------------------------------------------------------------------------------------------- */

.ad-disclosure {
	background: #868686;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.4);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.4);
	color: #fff;
	display: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.ad-disclosure .message {
	padding: 26px 0 40px;
}

.ad-disclosure .message p:last-child {
	margin: 0;
}

.ad-disclosure .links {
	display: none;
	text-align: right;
	margin-bottom: -26px;
}

.ad-disclosure .links a {
	background: #868686;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.4);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.4);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	padding: 0 10px;
	text-decoration: none;
}

.ad-disclosure .links a.hidden {
	display: none;
}

/* Header Right Menu
--------------------------------------------- */

.nav-header-right {
	padding: 0 155px 20px 0;
	text-align: right;
}

.nav-header-right li {
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	line-height: 1;
	font-size: 14px;
}

.nav-header-right .menu li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.nav-header-right li a {
	text-decoration: none;
}

.nav-header-right li a:hover {
	text-decoration: underline;
}

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

.site-header {
	background-color: #fff;
}

.title-area {
	float: left;
	padding: 10px 0 5px;
	width: 525px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(/wp-content/themes/moneycrashers-2015/images/Logo-Black@2x.png) no-repeat;
	background-size: 525px 80px;
	display: block;
	height: 80px;
	text-indent: -9999em;
	width: 525px;
}

.header-widget-area {
	float: right;
	padding: 0;
	width: 480px;
}

.header-widget-area p {
	text-align: right;
	margin-bottom: 10px;
}

.header-widget-area .label {
	display: block;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}

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

.nav-primary {
	background: #4e9455;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.4);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.4);
	z-index: 999;
}

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu a {
	border: none;
	color: #4e9455;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 20px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item:hover > a,
.genesis-nav-menu > .current-menu-item > a {
	background: #464646;
}

.genesis-nav-menu > .menu-item > a,
.genesis-nav-menu > .menu-item:hover > a:after,
.genesis-nav-menu > .current-menu-item.menu-item-has-children > a:after {
	color: #fff;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
	color: #216c2a;
	content: "\e601";
	font-size: 8px;
	margin-left: 5px;
}

.genesis-nav-menu .sub-menu {
	background: #ebebeb;
	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: 210px;
	z-index: 99;
}

/* Home Link
--------------------------------------------- */

.genesis-nav-menu .menu-item.home {
	display: none;
	width: 0;
}

.genesis-nav-menu .menu-item.home a {
	background: url(/wp-content/themes/moneycrashers-2015/images/Logo-White@2x.png) no-repeat center center;
	background-size: 288px 43px;
	text-indent: -9999em;
	width: 288px;
	height: 50px;
	padding: 0;
	margin-right: 15px;
}

/* Submenu
--------------------------------------------- */

.genesis-nav-menu .sub-menu a {
	position: relative;
	padding: 7px 20px;
	width: 210px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #464646;
}

.genesis-nav-menu .sub-menu > .menu-item:first-child a,
.genesis-nav-menu .sub-menu .left .menu-item:first-child a,
.genesis-nav-menu .sub-menu .right .menu-item:first-child a {
	padding-top: 14px;
}

.genesis-nav-menu .sub-menu > .menu-item:last-child a,
.genesis-nav-menu .sub-menu .left .menu-item:last-child a,
.genesis-nav-menu .sub-menu .right .menu-item:last-child a {
	padding-bottom: 14px;
}

.genesis-nav-menu .sub-menu i {
	color: #000;
	margin-right: 13px;
}

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

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

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

/* Two Column Submenu
--------------------------------------------- */

.genesis-nav-menu .menu-item.two-column:hover {
	position: relative;
}

.genesis-nav-menu .menu-item.two-column:hover > .sub-menu {
	right: 0;
}

.genesis-nav-menu .two-column .sub-menu {
	width: 380px;
}

.genesis-nav-menu .two-column .sub-menu .left,
.genesis-nav-menu .two-column .sub-menu .right {
	float: left;
}

.genesis-nav-menu .two-column .sub-menu .left,
.genesis-nav-menu .two-column .sub-menu .left a {
	width: 160px;
}

.genesis-nav-menu .two-column .sub-menu .right,
.genesis-nav-menu .two-column .sub-menu .right a {
	width: 220px;
}

.genesis-nav-menu .sub-menu .section a {
	color: #464646;
	font-weight: 900;
	text-transform: uppercase;
	cursor: default;
}


/* Articles Submenu
--------------------------------------------- */

.topics-submenu {
	display: none;
}

.genesis-nav-menu .menu-item.topics .sub-menu {
	width: 705px;
}

.genesis-nav-menu .latest-articles {
	background: #f6f6f6;
	float: left;
	padding: 17px;
	width: 305px;
	font-size: 14px;
	line-height: 16px;
}

.genesis-nav-menu .sub-menu .latest-articles a {
	padding: 0;
	width: auto;
	display: inline;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.genesis-nav-menu .sub-menu .latest-articles .article:hover a {
	color: #4e9455;
}

.genesis-nav-menu .latest-articles .article {
	overflow: hidden;
	padding-bottom: 20px;
	width: 100%;
}

.genesis-nav-menu .latest-articles .article:last-child {
	padding-bottom: 0;
}

.genesis-nav-menu .latest-articles img {
	float: left;
	margin-right: 7px;
}

.genesis-nav-menu .cat-listing {
	float: left;
	padding: 20px;
	width: 380px;
	position: relative;
}

.genesis-nav-menu .cat-listing h4 {
	color: #464646;
}

.genesis-nav-menu .cat-listing > ul {
	border-right: 1px solid #c9c9c9;
	float: left;
	width: 161px;
	height: 500px;
	overflow: scroll;
}

.genesis-nav-menu ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.genesis-nav-menu ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.genesis-nav-menu .cat-listing li {
	list-style-type: none;
	margin-bottom: 6px;
}

.genesis-nav-menu .cat-listing ul li:last-child {
	margin: 0;
}

.genesis-nav-menu .cat-listing li a {
	padding: 0;
	width: auto;
	display: inline;
}

.genesis-nav-menu .cat-listing li a:hover,
.genesis-nav-menu .cat-listing li.subnav-active > a {
	color: #464646;
	text-decoration: none;
}

.genesis-nav-menu .cat-listing ul ul {
	width: 157px;
	top: 57px;
	right: 0;
	position: absolute;
	display: none;
}

.genesis-nav-menu .cat-listing > ul > li.subnav-active ul {
	display: block;
}

.genesis-nav-menu .cat-listing ul ul li a {
	color: #464646;
}

.genesis-nav-menu .cat-listing ul ul li a:hover {
	color: #4e9455;
}

/* Right Side
--------------------------------------------- */

.genesis-nav-menu .right {
	float: right;
}

.genesis-nav-menu .right i {
	color: #216c2a;
}

.genesis-nav-menu .subscribe-box input[type="email"],
.genesis-nav-menu .search-form input[type="search"] {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.genesis-nav-menu .subscribe-box input[type="submit"],
.genesis-nav-menu .search-form input[type="submit"] {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}


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

.genesis-nav-menu .menu-item.social {
	position: relative;
}

.genesis-nav-menu .menu-item.social > a {
	display: inline-block;
	padding: 14px 6px;
}

.genesis-nav-menu .menu-item.social:hover {
	background: #464646;
}

.genesis-nav-menu .menu-item.social:hover i {
	color: #fff;
}

.genesis-nav-menu .subscribe-box {
	position: absolute;
	top: 50px;
	right: 0;
	width: 450px;
	background: #464646;
	padding: 20px;
	display: none;
	z-index: 99;
}

.genesis-nav-menu .menu-item.social:hover .subscribe-box {
	display: block;
}

.genesis-nav-menu .subscribe-box h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}

.email-newsletter h3 {
	color: #26742e;
	font-size: 28px;
	margin: 0 0 5px;
	text-align: center;
	text-transform: uppercase;
}

.genesis-nav-menu .subscribe-box h4 {
	font-weight: 400;
	text-align: center;
}

.subscribe-box .af-form-wrapper,
.email-newsletter .af-form-wrapper {
	position: relative;
	padding-right: 80px;
}

.subscribe-box .af-form-wrapper input[type="email"],
.email-newsletter .af-form-wrapper input[type="email"] {
	padding-left: 42px;
	background: #fff url(/wp-content/themes/moneycrashers-2015/images/icon-email.png) no-repeat 10px center;
	background-size: 21px 13px;
}

.subscribe-box .af-form-wrapper input[type="submit"],
.email-newsletter .af-form-wrapper input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
}

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

.genesis-nav-menu .menu-item.search {
	position: relative;
}

.genesis-nav-menu .menu-item.search:hover,
.genesis-nav-menu .menu-item.search:hover i,
.genesis-nav-menu .menu-item.search.active,
.genesis-nav-menu .menu-item.search.active i {
	background: #464646;
	color: #fff;
}

.menu-item.search .search-form {
	background: #464646;
	display: none;
	position: absolute;
	right: 0;
	top: 50px;
	width: 482px;
	padding: 10px 81px 10px 10px;
}

.menu-item.search:hover .search-form,
.menu-item.search.active .search-form {
	display: block;
}

.genesis-nav-menu .search-form input[type="submit"] {
	width: 71px;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Fixed Header
--------------------------------------------- */

.fixed-header .nav-primary {
	position: fixed;
	top: 0;
	width: 100%;
}

.fixed-header .bumper {
	height: 50px;
	width: 100%;
}

.fixed-header .genesis-nav-menu {
	position: relative;
	width: 100%;
}

.fixed-header .genesis-nav-menu .right {
	position: absolute;
	right: 0;
}


.fixed-header .genesis-nav-menu .menu-item.home {
	display: block;
	width: auto;
}

.fixed-header .genesis-nav-menu > .menu-item > a {
	padding: 14px 10px;
}

/* Mobile Menu
--------------------------------------------- */

.mobile-header {
	background: #4e9455;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.mobile-header .site-logo {
	background: url(/wp-content/themes/moneycrashers-2015/images/Logo-White@2x.png) no-repeat;
	background-size: 240px 37px;
	float: left;
	display: block;
	text-indent: -9999em;
	width: 240px;
	height: 37px;
	margin-left: 9px;
}

.mobile-header .mobile-toggle {
	color: #fff;
	float: right;
	margin: 6px 12px 0 0;
}

.mobile-header .mobile-toggle .hidden {
	display: none;
}

.mobile-menu {
	background: #464646;
	display: none;
	position: fixed;
	padding-top: 37px;
	padding-bottom: 40px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.mobile-menu.active {
	display: block;
}

.mobile-menu .mobile-social {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.mobile-menu .mobile-social a {
	color: #cccccc;
	margin: 0 12px;
	font-size: 24px;
}

.mobile-menu .mobile-social a:hover {
	color: #fff;
	text-decoration: none;
}

.mobile-menu > ul {
	position: absolute;
	z-index: 10;
	width: 100%;
}

.mobile-menu li {
	display: block;
	font-size: 18px;
	line-height: 40px;
}

.mobile-menu li a {
	border-bottom: 1px solid #606060;
	color: #fff;
	display: block;
	font-weight: 600;
	text-decoration: none;
	padding: 0 20px;
}

.mobile-menu ul .menu-item-has-children > a:after {
	background: #505050;
	color: #fff;
	content: "\e603";
	display: inline-block;
	float: right;
	font-size: 8px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: bottom;
	margin-right: -20px;
	margin-left: 20px;
}	

.mobile-menu .menu-item,
.mobile-menu .menu-item:hover {
	position: static;
}

.mobile-menu .sub-menu {
	top: 0;
	position: absolute;
	left: auto;
	opacity: 1;
	width: 100%;
	z-index: 9;
	display: none;
	padding-top: 41px;
}

.mobile-menu .sub-menu a {
}

.mobile-menu .sub-menu li:hover > a {
}
 
.mobile-menu .sub-menu.active {
	display: block;
	right: -100%;
}
 
.mobile-menu .sub-menu .back > a:before {
	background: #505050;
	color: #fff;
	content: "\e602";
	display: inline-block;
	float: left;
	font-size: 8px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: bottom;
	margin-left: -20px;
	margin-right: 20px;
}

.mobile-social {
	display: none;
}


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

/* After Header
--------------------------------------------- */

.after-header {
	overflow: hidden;
	padding: 30px 0 0;
	width: 100%;
}

.after-header .sponsor {
	float: left;
	width: 728px;
}

.after-header .email-newsletter {
	background: #ebebeb;
	border: 1px solid #d7d7d7;
	float: right;
	padding: 5px 10px 10px;
	width: 524px;
}

/* Standard Archive
--------------------------------------------- */

.blog-archive .entry {
	background: transparent;
	border: 1px solid #c7c7c7;
	padding: 20px;
	position: relative;
	margin: 0 0 30px;
}

.blog-archive .entry-title {
	font-size: 28px;
	margin: 0 0 5px;
}

.blog-archive .entry-meta {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
}

.blog-archive .entry-meta > span {
	margin-left: 25px;
}

.blog-archive .entry-meta > span.entry-author {
	margin-left: 5px;
}

.blog-archive .entry-content p:last-child {
	margin: 0;
}

.blog-archive .continue-reading {
	width: 100%;
	overflow: hidden;
}

/* Article Listing
--------------------------------------------- */

.article-output .item {
	float: left;
	margin-left: 1.985370951%;
	padding-bottom: 30px;
	width: 100%;
}

.article-output .category,
.article-output .thumbnail {
	margin: 0;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.article-output .thumbnail {
	position: relative;
	margin-bottom: 5px;
}

.article-output .thumbnail .play-button {
	background: #000;
	background: rgba( 0, 0, 0, .8 );
	border-radius: 5px;
	display: block;
	width: 46px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -23px;
	text-align: center;
}

.article-output .thumbnail .play-button:before {
	content: '';
	display: block;
	margin: 9px 0 0 19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 13px;
	border-color: transparent transparent transparent #ffffff;
}

.article-output .item:hover .thumbnail .play-button {
	background: rgba( 0, 0, 0, 1 );
}

.article-output h4 {
	font-weight: 700;
}

.article-output .category .shares {
	color: #464646;
	font-weight: 400;
	float: right;
	font-size: 12px;
}

.article-output .rating,
.article-output .shares {
	color: #464646;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}

.article-output .rating i {
	color: #ffc130;
	font-size: 18px;
}

.article-output .article-left {
	float: left;
	width: 34.299516908%;
}

.article-output .article-right {
	float: left;
	width: 65.700483092%;
	padding-left: 15px;
}

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

	.article-output .item {
		width: 23.510971787%;
	}

	.article-output .item.four-col-first {
		margin-left: 0;
		clear: left;
	}

}

@media only screen and (min-width: 937px ) and (max-width: 1276px) {

	.article-output .item {
		width: 32.009752699%;
	}
	
	.article-output .item.three-col-first {
		margin-left: 0;
		clear: left;
	}

}

@media only screen and (min-width: 612px ) and (max-width: 936px ) {

	.article-output .item {
		width: 49.007314524%;
	}
	
	.article-output .item.two-col-first {
		margin-left: 0;
		clear: left;
	}
	
}


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

.entry {
	margin-bottom: 40px;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 26px;
}

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

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.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 ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-content img.alignleft,
.entry-content img.alignright {
	margin-top: 5px;
}

.post-info {
	line-height: 1.3;
	margin-bottom: 15px;
}

.post-info .byline {
	float: left;
	width: 50%;
}

.post-info .sharing {
	float: right;
	position: relative;
	width: 50%;
}

.post-info .sharing .twitter-share-button,
.after-post .sharing .twitter-share-button {
	vertical-align: text-bottom !important;
	margin-left: 3px;
}

.post-info .sharing .comment-count {
	position: relative;
	display: inline-block;
	margin-left: 3px;
	vertical-align: text-bottom !important;
}

.post-info .sharing .comment-count .label {
	display: block;
	float: left;
  position: relative;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff,#dedede);
  background-image: linear-gradient(#fff,#dedede);
  border: #ccc solid 1px;
  border-radius: 3px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255,255,255,1);
  padding: 1.7px 3px;
  cursor: pointer;
}

.post-info .sharing .comment-count .counter {
	background: #fff;
	border-radius: 2px;
	color: #6c7080;
	display: block;
	font-family: 'Lucida Grande', 'Tahoma', sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	float: left;
	line-height: 18px;
	padding: 0 4px 0;
	margin-left: 6px;
	position: relative;
	border: 1px solid #bbb;
}
 
.post-info .sharing .comment-count .counter:after,
.post-info .sharing .comment-count .counter:before {
	content: '';
  position: absolute;
  zoom: 1;
  line-height: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin: -4px 0 0 -4px;
  border: 4px transparent solid;
  border-right-color: #aaa;
  border-left: 0;
  }
 
.post-info .sharing .comment-count .counter:after {
  margin-left: -3px;
  border-right-color: #fff;
}
 
.post-info .avatar {
	margin: -2px 5px 5px 0;
}

.post-info .author {
	font-size: 14px;
}

.post-info .entry-categories {
	color: #464646;
	font-size: 12px;
}

.post-info .sharing {
	text-align: right;
	padding-top: 14px;
}

/* Review Header
--------------------------------------------- */

.review-header,
.review-footer {
	background: #f8f8f8;
	border: 1px solid #d7d7d7;
}

.review-footer {
	margin-bottom: 20px;
}

.review-header .left,
.review-footer .left {
	border-right: 1px solid #d7d7d7;
	float: left;
	padding: 9px;
	width: 31.590413943%;
}

.review-footer .left { 
	width: 35.802469136%;
}

.review-header .left .logo,
.review-footer .left .logo {
	background: #fff;
	border: 1px solid #d7d7d7;
	height: 165px;
	padding: 9px;
	line-height: 145px;
}

.review-header .left .logo img,
.review-footer .left .logo img {
	vertical-align: middle;
	text-align: center;
}

.review-header .right {
	float: left;
	width: 68.409586057%;
}

.review-footer .right {
	float: left;
	width: 64.197530864%;
}

.review-header .right .top,
.review-footer .right .top {
	border-bottom: 1px solid #d7d7d7;
	padding: 11px 15px;
}

.review-footer .right .top {
	line-height: 30px;
}

.review-header .right .top h3,
.review-footer .right .top h3 {
	margin: 0;
	display: inline;
}

.review-header .right .top .stars {
	float: right;
}

.review-footer .stars {
	text-align: center;
	display: block;
	margin: 15px 0;
}

.review-header .stars .intro,
.review-footer .stars .intro {
	color: #464646;
	font-weight: 600;
	margin-right: 8px;
}

.review-header .stars i,
.review-footer .stars i {
	color: #ffb810;
	font-size: 24px;
}

.review-header h2,
.review-footer h2 {
	font-size: 24px;
	padding: 11px 15px 0;
}

.review-header h2 .button,
.review-footer h3 .button {
	float: right;
	font-size: 14px;
	font-weight: 600;
	background: #cd0000;
	border-radius: 2px;
	text-shadow: 1px 1px 1px #4c854c;
}

.review-header h2 .button:hover,
.review-footer h3 .button:hover {
	background: #555;
}

.review-footer h3 {
	padding: 0 15px;
}

.review-header p,
.review-footer p {
	padding: 0 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

.entry .post-modified-date {
	font-size: 12px;
	color: #464646;
	margin: 0;
}

.entry .review-footer .post-modified-date {
	text-align: center;
}

.entry.category-reviews .entry-content {
	margin-top: 24px;
}

.review-summary ul {
	list-style-position: outside;
	margin:0px 15px 15px 35px;
	font-size:14px;

}

.review-summary li {

}

/* Entry Footer
--------------------------------------------- */

.after-post {
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
}

.after-post .left {
	float: left;
	width: 100%;
	max-width: 484px;
}

.after-post .right {
	float: right;
	width: 300px;
}

.after-post .sharing {
	background: #fff;
	border: 1px solid #d7d7d7;
	margin-bottom: 0px;
	padding: 10px 10px 0px 10px;
}

.after-post .email-newsletter {
	background: #ebebeb;
	border: 1px solid #d7d7d7;
	padding: 6px 10px 10px;
	text-align: center;
}

.after-post .email-newsletter .site-logo {
	display: block;
	margin: 0 auto;
	text-indent: -9999em;
	background: url(/wp-content/themes/moneycrashers-2015/images/Logo-Black@2x.png) no-repeat;
	background-size: 100% auto;
	width: 100%;
	max-width: 372px;
	height: 54px;
}

.after-post .email-newsletter h3 {
	color: #464646;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 5px;
}

.after-post .email-newsletter h4 {
	color: #646464;
	font-weight: 400;
	margin: 0 0 5px;
}

.entry-footer p {
	font-size: 14px;
	margin-bottom: 0;
}

.entry-footer .links {
	padding-top: 10px;
}


/* Author Box
--------------------------------------------- */

.author-box {
	border: 1px solid #c7c7c7;
	margin: 0 0 30px;
	padding: 30px 30px 30px 160px;
	position: relative;
}

.author-box h1 {
	font-size: 20px;
}

.author-box .avatar {
	position: absolute;
	top: 30px;
	left: 30px;
	max-width: 100px;
}

.author-box p:last-child {
	margin: 0;
}

/* Related Articles
--------------------------------------------- */

.related-articles h4 {
	background: #4e9455;
	color: #fff;
	font-weight: 600;
	padding: 12px;
	margin: 0 0 20px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, .6 );
}

.related-articles .around-the-web h4 {
	margin-bottom: 5px;
}

.related-articles .article {
	overflow: hidden;
	width: 100%;
	min-height: 95px;
	margin-bottom: 12px;
}

.related-articles .article.has-post-thumbnail {
	position: relative;
	padding-left: 150px;
}

.related-articles .article.has-post-thumbnail .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 135px;
	
}

.related-articles p {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin: 0;
}

.related-articles a {
	color: #000;
	text-decoration: none;
}


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

.pagination {
	clear: both;
	font-size: 16px;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	color: #383737;
	cursor: pointer;
	display: inline-block;
	padding: 6px 14px;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #4e9455;
	color: #fff;
}

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

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

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

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

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

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

li.comment {
	border-right: none;
}

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

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

.bypostauthor {
}

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


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

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .widget.fixed {
	position: fixed;
}


/* Search Widget
--------------------------------------------- */

.widget_search .search-form {
	position: relative;
	padding-right: 72px;
}

.widget_search .search-form input[type="search"] {
	padding-left: 36px;
	background: #fff url(/wp-content/themes/moneycrashers-2015/images/icon-search.png) no-repeat 7px center;
	background-size: 16px 16px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.widget_search .search-form input[type="submit"] {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
}

/* Recommended and Popular
--------------------------------------------- */

.widget_article_listing {
	border: 1px solid #d7d7d7;
	border-top-width: 0;
}

.widget_article_listing h4 {
	background: #4e9455;
	color: #fff;
	font-weight: 600;
	padding: 12px;
	margin: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, .6 );
}

.widget_article_listing .article {
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
	padding: 20px 10px;
	width: 100%;
}

.widget_article_listing .article:last-child {
	border-bottom: 0;
}

.widget_article_listing .alignleft {
	margin: 7px 7px 15px 0;
}

.widget_article_listing .category {
	margin: 0;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.widget_article_listing .title {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

.widget_article_listing .shares {
	color: #464646;
	font-weight: 400;
	font-size: 12px;
	margin: 4px 0 0;
	text-transform: uppercase;
}

/* More from Money Crashers
---------------------------------------------------------------------------------------------------- */

.more-from-mc {
	background: #ebebeb;
	padding: 30px 0 0;
}

.more-from-mc h2 {
	font-size: 32px;
}



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

.site-footer {
	background-color: #555;
	color: #ccc;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	padding: 20px 0 40px;
}

.site-footer .meta {
	line-height: 20px;
}

.site-footer a {
	color: #ccc;
	text-decoration: none;
}

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

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

.site-footer .backtotop {
	font-size: 14px;
}

.site-footer .backtotop i {
	font-size: 11px;
	margin-right: 4px;
}

.site-footer .meta .right {
	float: right;
	font-size: 12px;	
}

.site-footer .meta .right i {
	font-size: 16px;
	margin-left: 10px;
}

/* Single Posts
---------------------------------------------------------------------------------------------------- */

.single-post .content {
	padding-left: 108px;
}

.single-post .entry-header,
.single-post .featured-image,
.single-post .featured-video,
.single-post .review-header {
	margin-left: -108px;
}

.single-post .entry-content {
	position: relative;
}

.single-post .large-featured .entry-content {
	margin-top: 25px;
}

.single-post .left-sharing {
	position: absolute;
	top: 0;
	left: -108px;
	width: 60px;
}

.single-post .left-sharing.fixed {
	position: fixed;
	top: 100px;
	left: auto;
	margin-left: -108px;
}

.single-post .left-sharing .fb-share-button {
	margin-bottom: 10px;
}

.left-sharing .total-share-count {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
	display: block;
}

.left-sharing .total-share-count .label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

/* Home and Category Landing
---------------------------------------------------------------------------------------------------- */

.category-landing h1.archive-title {
	font-size: 52px;
}

.subcategories {
	color: #464646;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.subcategories .divider {
	margin: 0 5px;
}

.subcategories .label {
	margin-right: 10px;
}

.category-landing h2.section-title,
.home h2.section-title {
	font-size: 32px;
	line-height: 36px;
}

.category-landing h2.section-title a,
.home h2.section-title a,
.home .more-courses a {
	font-size: 16px;
	font-weight: 700;
	float: right;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 20px;
}

/*
.category-landing .article-output,
.home .article-output {
	margin-bottom: 40px;
}
*/

/* Featured Courses
--------------------------------------------- */

.home .site-inner {
	padding-top: 10px;
}

.home .more-courses {
	margin: 0 0 4px;
	overflow: hidden;
	width: 100%;
}

.home .featured-courses {
	border-bottom: 2px solid #fff;
	overflow: hidden;
	width: 100%;
}

.home .featured-courses .course {
	background: #b1d0b5;
	border-left: 2px solid #fff;
	display: block;
	line-height: 1;
	float: left;
	padding: 10px 10px 10px 74px;
	position: relative;
	text-decoration: none;
	width: 25%;
}

.home .featured-courses .course:first-child {
	border-left: none;
}

.home .featured-courses .course i {
	background: #4e9455;
	color: #b1d0b5;
	font-size: 42px;
	position: absolute;
	top: 0;
	left: 0;
	width: 62px;
	height: 62px;
	padding: 5px 0 0 0;
	text-align: center;
	line-height: 1;
}

.home .featured-courses .course .small {
	color: #4e9455;
	display: block;
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.home .featured-courses .course .name {
	color: #464646;
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.home .featured-courses .course:hover i {
	color: #fff;
}

.home .featured-courses .course:hover .name {
	color: #333;
}

/* Featured Articles
--------------------------------------------- */

.featured-articles {
	margin-bottom: 40px;
}

.featured-articles .article {
	position: relative;
}

.category-landing .featured-articles .article {
	border: 1px solid #fff;
	border-width: 0 0 0 1px;
}

.category-landing .featured-articles .article.first {
	border-width: 0 1px 0 0;
}

.home .featured-articles .right .article {
	border: 1px solid #fff;
	border-width: 0 0 1px 2px;
}

.home .featured-articles .right .article:last-child {
	border-width: 1px 0 0 2px;
}

.category-landing .featured-articles .article {
	float: left;
	width: 50%;
}

.home .featured-articles .left {
	float: left;
	width: 66.66666%;
}

.home .featured-articles .right {
	float: left;
	width: 33.33333%;
}

.featured-articles .caption {
	bottom: 0;
	left: 0;
	padding: 20px;
	position: absolute;
	width: 100%;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,1)',GradientType=0 ); /* IE6-9 */
}

.featured-articles .category {
	margin: 0;
}

.featured-articles .category a {
	color: #4e9455;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.featured-articles h2 {
	font-size: 28px;
	margin: 0;
}

.featured-articles h2 a {
	color: #fff;
	float: none;
	font-weight: 600;
	text-decoration: none;
	text-transform: none;
}

.home .featured-articles .right h2 {
	font-size: 18px;
	line-height: 24px;
}

.featured-articles .shares {
	color: #fff;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}

/* Recent Reviews
--------------------------------------------- */

.recent-reviews .one-half,
.recommended-and-popular .article {
	margin-bottom: 25px;
	min-height: 150px;
}

.recent-reviews .thumbnail,
.recent-reviews .no-thumbnail {
	border: 1px solid #c7c7c7;
	padding: 6px;
	display: block;
	line-height: 92px;
	text-align: center;
}

.recent-reviews .no-thumbnail {
	height: 108px;
}

.recent-reviews .thumbnail img {
	vertical-align: middle;
}

.recent-reviews.article-output .category,
.recent-reviews.article-output h4 {
	margin-bottom: 8px;
}

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

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

	.mobile-show {
		display: none;
	}
}

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

	.after-header .sponsor,
	.after-header .email-newsletter {
		float: none;
		margin: 0 auto;
	}
	
	.after-header .email-newsletter {
		margin-top: 20px;
	}
	
	.after-post .left,
	.after-post .right {
		float: none;
		width: 100%;
	}
	
	.after-post .right {
		margin-top: 14px;
	}

}

@media only screen and (max-width: 1240px) {
	
	.genesis-nav-menu .menu-item.mortgages {
		display: none;
	}
	
	.home .featured-courses .course .name {
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 1140px) {
	
	.genesis-nav-menu .menu-item.investing {
		display: none;
	}
	
	.genesis-nav-menu .menu-item.topics:hover .sub-menu {
		right: 0;
	}
}

@media only screen and (max-width: 1050px) {
	
	.genesis-nav-menu .menu-item.insurance {
		display: none;
	}
	
	.title-area {
		width: 480px;
	}
	
	.site-title a {
		background-size: 480px auto;
		width: 480px;
	}
	
	.home .featured-articles,
	.home .featured-courses,
	.home .more-courses {
		max-width: 850px;
		margin: 0 auto;
	}
	
	.home .featured-articles {
		margin-bottom: 40px;
	}
	
	.home .featured-courses .course {
		padding: 10px 5px 10px 68px;
	}
	
	.home .featured-courses .course .name {
		font-size: 16px;
	}
	
	.home .featured-articles .left,
	.home .featured-articles .right {
		width: 100%;
	}
	
	.home .featured-articles .right .article {
		float: left;
		width: 50%;
		border: 1px solid #fff;
		border-width: 2px 1px 0 0;
	}
	
	.home .featured-articles .right .article:last-child {
		border-width: 2px 0 0 1px;
	}
}

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

	.title-area,
	.header-widget-area {
		float: none;
		margin: 0 auto;
		padding-top: 10px;
	}
	
	.nav-header-right {
		padding-right: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 952px) {
	
	.genesis-nav-menu .menu-item.credit-cards  {
		display: none;
	}
}

@media only screen and (min-width: 860px) {
	.mobile-menu {
		display: none !important;
	}
}

@media only screen and (max-width: 860px) {
	
	.nav-primary,
	.bumper,
	.title-area {
		display: none;
	}
	
	.site-header {
		padding-top: 37px;
	}
	
	.mobile-header {
		display: block;
	}
	
	.home .featured-courses,
	.home .more-courses {
		max-width: 524px;
	}
	
	.home .featured-courses {
		margin-bottom: 20px;
	}
	
	.home .featured-courses .course {
		width: 50%;
		border-top: 2px solid #fff;
	}
	
	.home .featured-courses .course:nth-child(2n-1) {
		border-left: 0;
	}
}

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

	.content,
	.sidebar-primary,
	.footer-widgets .widget-area,
	.post-info .byline,
	.post-info .sharing,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.mobile-hide {
		display: none;
	}

	.title-area,
	.header-widget-area {
		float: none;
		margin: 0 auto;
	}
	
	.wrap {
		padding: 0 20px;
	}
	
	.after-header {
		padding: 0;
	}
	
	.after-header .sponsor {
		width: 100%;
	}
	
	.after-header .sponsor img {
		margin: 0 auto;
	}
	
	.after-header .email-newsletter {
		width: 100%;
	}
	
	.featured-articles h2 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.category-landing h1.archive-title,
	h1 {
		font-size: 36px;
	}
	
	.category-landing h2.section-title, 
	.home h2.section-title {
		font-size: 24px;
	}
	
	.single-post .content,
	.related-articles .article.has-post-thumbnail {
		padding-left: 0;
	}

	.single-post .entry-header,
	.single-post .featured-image,
	.single-post .featured-video,
	.single-post .review-header {
		margin-left: 0;
	}
	
	.single-post .left-sharing {
		display: none;
	}
	
	.related-articles .article.has-post-thumbnail .thumbnail {
		position: relative;
		top: auto;
		left: auto;
		max-width: 100%;
	}
	
	.author-box {
		padding-left: 30px;
	}
	
	.author-box .avatar {
		position: relative;
		top: auto;
		left: auto;
	}
}

@media only screen and (max-width: 550px) {
	
	.article-output h4 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	.category-landing .featured-articles .article,
	.home .featured-articles .right .article {
		width: 100%;
		border-left: 0;
		border-right: 0;
	}
	
	.home .featured-courses .course {
		width: 100%;
		border-left: 0;
	}
	
	.header-widget-area {
		width: 100%;
	}

	.after-header .email-newsletter h3 {
		font-size: 20px;
	}
	
	.subscribe-box .af-form-wrapper input[type="email"], 
	.email-newsletter .af-form-wrapper input[type="email"] {
		padding-left: 25px;
		background-size: 15px 9px;
		background-position: 4px center;
	}
}

/* Admin Bar Styles
--------------------------------------------- */

.fixed-header.admin-bar .nav-primary,
.admin-bar .mobile-header {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	
	.logged-in .mobile-header {
		top: 46px;
	}

}

@media only screen and (max-width: 520px ) {
	.logged-in .mobile-header {
		top: 0;
		z-index: 999999;
	}
}

.wp-editor-area a:visited {
    color: #6600FF !important;
}

.cclearnmore { 
	font-weight: bold;
	font-style: italic;
}

hr { 
	border: 0;
	padding: 0;
	height: 1px;
	background-color: #dddddd;
	width: 100%;
}

sup { 
    vertical-align: super;
    font-size: 9px;
}

/* EA Share Count
--------------------------------------------- */

.ea-share-count-button.style-box {
    border-radius: 8px;
	background: #47403A;
	color: #fff;
	display: block;
	float: left;
	width: 62px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 5px;
}

.ea-share-count-button.style-box {
	text-decoration: none;

}

.ea-share-count-icon {
	font-size: 15px;
	margin-right:2px;
}

.ea-share-count-label { 
	font-size: 11px;
}



.ea-share-count-wrap {
	overflow: hidden;
	width: 100%;
}

.ea-share-count-wrap .included_total.ea-share-no-count {
	display: none;
}

.ea-share-count-wrap .ea-share-count-button.style-box:last-child {
	margin-left: 0;
}

.ea-share-count-button.style-box:hover {
	opacity: .8;
}

.ea-share-count-button.style-box.facebook {
	background: #395B9A;
}

.ea-share-count-button.style-box.twitter {
	background: #51AEF0;
}

.ea-share-count-button.style-box.linkedin {
	background: #1F76B7;
}

.ea-share-count-button.style-box.google {
	background: #DC4B3E;
}

.ea-share-count-button.style-box.pinterest {
	background: #CE2428;
}

.ea-share-count-button.style-box.instagram {
	background: #47403A;
}

.ea-share-count-button.style-box.stumbleupon {
	background: #F24E23;
}

.ea-share-count-button.style-box.included_total {
	background: transparent;
	color: #000;
	line-height: 1;
	width: 48px;
}

.ea-share-count-button.style-box.included_total .ea-share-count {
	display: none;
	font-size: 18px;
	font-weight: 700;
	width: 48px;

}

.ea-share-count-button.style-box.included_total .ea-share-count-label {
	font-size: 12px;
	text-transform: uppercase;
}

#easc-modal-close .close-icon {
	font-size: 12px !important;
}