/*===========================================================
Header & nav
===========================================================*/
.nav-primary {
	background: rgba(24, 109, 0, 0.53);
	margin-top:-80px;
	position:relative;
	z-index:101;
}

.site-header {
	background: url(../../images/nav_footer_bg.jpg) no-repeat top center, #13a91b;
	background-size: cover;
	box-shadow: 0 9px 0 0 rgba(0, 0, 0, 0.14), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.59);
}

.header-image .title-area {
	margin: 40px 0;
	height: 132px!important;
	padding: 0!important;
}

@media screen and (min-width: 961px) {
	.site-header .wrap {
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 961px) {
	.site-header .menu .current-menu-item > a,
	.site-header .menu .current_page_item > a,
	.site-header .menu .current_page_parent > a,
	.site-header .menu .current-post-parent > a,
	.site-header .menu .current-menu-parent > a,
	.site-header .menu li:hover > a {
		color: #2977b7;
		font-weight: 700;
		box-shadow: none;
	}

	.menu-item {
		position: relative;
	}

	.menu a:after {
		content: " ";
		background: url(../../images/nav_hover.png) no-repeat top center;
		width: 100%;
		height: 35px;
		background-size: contain;
		bottom: -100px;
		position: absolute;
		left: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}

	.menu a:hover:after {
		bottom:-10px;
	}

	.site-footer .footer_top {
		overflow:hidden;
	}
}


/*===========================================================
Sticky flyout nav
===========================================================*/
.sticky-flyout .logo {
	padding: 16px 10px 16px 0!important;
}

.sticky-flyout .logo a {
	background: url(../../images/logo_2x.png) no-repeat center left!important;
	background-size:contain!important;
}

.sticky-flyout {
	background: url(../../images/nav_footer_bg.jpg) no-repeat center -10px, #13a91b;
	background-size: cover;
	box-shadow: 0 9px 0 0 rgba(0, 0, 0, 0.14), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.14), 0 -23px 0 0 rgba(255,255,255,.9);
}

.sticky-flyout-menu > ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.sticky-flyout-menu.genesis-nav-menu > ul > li >a {
	font-size: 13px!important;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding:12px 20px;
	max-width:130px;
}

@media only screen and (min-width: 961px){
	/*.sticky-flyout.scrolled {
		top:23px!important;
	}*/

	.sticky-flyout .widget {
		float:right;
	}
}

.sticky-flyout-menu.genesis-nav-menu .sub-menu a:hover,
.sticky-flyout-menu.genesis-nav-menu .sub-menu a.active,
.sticky-flyout-menu.genesis-nav-menu .sub-menu .current-menu-item a {
	background-color:#fff!Important;
}

.sticky-flyout.scrolled + .site-header + button + .nav-primary .genesis-nav-menu li:hover>ul {
	opacity:0;
	-webkit-transform: scaleY(.01);
	transform: scaleY(.01);
}

.sticky-flyout .genesis-nav-menu li:last-child > .sub-menu,
.nav-primary .genesis-nav-menu li:last-child > .sub-menu {
	right:0;

}

.nav-primary .genesis-nav-menu li:last-child .sub-menu:not(.mobile-nav-open):before, .sticky-flyout .genesis-nav-menu li:last-child .sub-menu:not(.mobile-nav-open):before {
	left:90%;
}


/*===========================================================
Income reports header
===========================================================*/
/* unscrolled nav */
.income-report-widget {
	color:#fff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	width:370px;
	margin-top:30px;
	text-align:center;
}

.income-report-widget .inner {
	background: url(../../images/income_report_bg.jpg) no-repeat center center, #00123b;
	background-size: cover;
	padding:24px;
	border:1px solid #000;
	position:relative;
	box-shadow: inset 0px -3px 40px 0px rgba(0, 0, 0, 0.31);
}

.income-report-widget .top {
	font-size:14px;
	color:#231f20;
	position: relative;
	padding-bottom: 5px;
}

.income-report-widget .top .left,
.income-report-widget .top .right{
	width:50%;
	float:left;
	text-transform: uppercase;
}

.income-report-widget .top .left {
	padding-right:45px;
	text-align: right;
}

.income-report-widget .top .right {
	padding-left:45px;
	text-align:left;
}

.centered-icon {
	background: url(../../images/income_report_bg.jpg) no-repeat center center, #00123b;
	width:72px;
	height:72px;
	position: absolute;
	left:50%;
	margin-left:-36px;
	bottom:-37px;
	border-radius:100px;
	border:2px solid #000;
	color:#fff;
	font-size:34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	z-index:2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: circleborder .5s ease-in-out forwards;
	animation: circleborder .5s ease-in-out forwards;
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.centered-icon i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@-webkit-keyframes circleborder {
	0% {
		border-top-color:#000;
		border-left-color:#000;
	}
	100% {
		border-top-color: #fff;
		border-left-color:#fff;
	}
}

@keyframes circleborder {
	0% {
		border-top-color:#000;
		border-left-color:#000;
	}
	100% {
		border-top-color: #fff;
		border-left-color:#fff;
	}
}

.income-report-widget .income {
	padding-top:22px;
}

.income-report-widget .income h3 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:48px;
	color:#fff;
	margin: 0;
}

.income-report-widget a {
	color:#d2ff00;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-top:7px;
}

.income-report-widget a:hover {
	color: #98b900;
}

/* sticky flyout */
.sticky-flyout .wrap {
	position:relative;
	padding-right:200px;
}

.sticky-flyout .income-report-widget {
	float:right;
	width: 200px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.sticky-flyout .income-report-widget .inner {
	padding: 10px;
	background-size: initial;
	background-position: top center;
	box-shadow: inset 0px -3px 40px 0px rgba(0, 0, 0, 0.31), 0 -3px 0 0 rgba(0,0,0,.4) inset;
	border-radius:6px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.sticky-flyout i {
	font-size: 16px;
	position: relative;
	bottom: -1px;
}

.income-report-widget .date {
	font-size: 13px;
	margin-top:5px;
}

.sticky-flyout .income-report-widget .income {
	padding-top:7px;
}

.sticky-flyout .income-report-widget .income h3 {
	font-size:20px;
}

.sticky-flyout .income-report-widget a {
	color:#fff;
	font-size:12px;
	margin-top:7px;
}

.sticky-flyout .income-report-widget a:hover {
	color: #d2ff00;
}

.trace {
	position: absolute;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background-color:#fff;
}

/*---------------------
Bottom
---------------------*/
.trace.bottomleft {
	height:2px;
	bottom:-2px;
	right:50%;
	left:50%;

	-webkit-animation: bottomleft .5s ease-in-out forwards;

	animation: bottomleft .5s ease-in-out forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.trace.bottomright {
	height:2px;
	bottom:-2px;
	right:50%;
	left:50%;

	-webkit-animation: bottomright .5s ease-in-out forwards;

	animation: bottomright .5s ease-in-out forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes bottomleft {
	0% {
		left:50%;
	}
	100% {
		left:-2px;
	}
}

@keyframes bottomleft {
	0% {
		left:50%;
	}
	100% {
		left:-2px;
	}
}

@-webkit-keyframes bottomright {
	0% {
		right:50%;
	}
	100% {
		right:-2px;
	}
}

@keyframes bottomright {
	0% {
		right:50%;
	}
	100% {
		right:-2px;
	}
}

/*---------------------
Sides
---------------------*/
.trace.left, .trace.right {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	width:2px;
	bottom:-2px;
	top:calc(100% + 2px);
}
.trace.left {
	left:-2px;
}
.trace.right {
	right:-2px;
}

.trace.left, .trace.right {
	-webkit-animation: sides .5s ease-in-out forwards;
	animation: sides .5s ease-in-out forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes sides {
	0% {
		top:calc(100% + 2px);
	}
	100% {
		top:-2px;
	}
}

@keyframes sides {
	0% {
		top:calc(100% + 2px);
	}
	100% {
		top:-2px;
	}
}

/*---------------------
Top
---------------------*/
.trace.topleft {
	height:2px;
	top:-2px;
	right:calc(100% + 2px);
	left:-2px;

	-webkit-animation: topleft .5s ease-in-out forwards;

	animation: topleft .5s ease-in-out forwards;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.trace.topright {
	height:2px;
	top:-2px;
	right:-2px;
	left:calc(100% + 2px);

	-webkit-animation: topright .5s ease-in-out forwards;

	animation: topright .5s ease-in-out forwards;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@-webkit-keyframes topleft {
	0% {
		right:calc(100% + 2px);
	}
	100% {
		right:50%;
	}
}

@keyframes topleft {
	0% {
		right:calc(100% + 2px);
	}
	100% {
		right:50%;
	}
}

@-webkit-keyframes topright {
	0% {
		left:calc(100% + 2px);
	}
	100% {
		left:50%;
	}
}

@keyframes topright {
	0% {
		left:calc(100% + 2px);
	}
	100% {
		left:50%;
	}
}



/*===========================================================
Nav Category Icons
===========================================================*/
.nav-primary .genesis-nav-menu .sub-menu a,
.sticky-flyout .genesis-nav-menu .sub-menu a{
	padding-left:50px!important;
}






.genesis-nav-menu .sub-menu .category-anti-entitlement-advice a span:before,
.genesis-nav-menu .sub-menu .category-student-loan-destroying a span:before,
.genesis-nav-menu .sub-menu .category-blogging a span:before,
.genesis-nav-menu .sub-menu .category-widom a span:before,
.genesis-nav-menu .sub-menu .category-saving a span:before,
.genesis-nav-menu .sub-menu .category-entrepreneurs a span:before,
.genesis-nav-menu .sub-menu .category-investing a span:before,
.genesis-nav-menu .sub-menu .category-millennial-money-rant a span:before,
.genesis-nav-menu .sub-menu .category-millennials a span:before,
.genesis-nav-menu .sub-menu .category-mm-guest-post a span:before,
.genesis-nav-menu .sub-menu .category-online-income-reports a span:before,
.genesis-nav-menu .sub-menu .category-side-hustle a span:before,
.sidebar .categories .menu-item a:before
{
	font-family: "millennial_money_man";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	font-size: 24px;
	position: absolute;
	top: -7px;
	height: 10px;
	left: -34px;
}

.sidebar .categories .menu-item.category-anti-entitlement-advice a:before,
.genesis-nav-menu .sub-menu .category-anti-entitlement-advice a span:before {
	content: '\e808';
	
}
.sidebar .categories .menu-item.category-student-loan-destroying a:before,
.genesis-nav-menu .sub-menu .category-student-loan-destroying a span:before {
	content: '\e805';
}
.sidebar .categories .menu-item.category-blogging a:before,
.genesis-nav-menu .sub-menu .category-blogging a span:before {
	content: '\e800';
}
.sidebar .categories .menu-item.category-widom a:before,
.genesis-nav-menu .sub-menu .category-widom a span:before {
	content: '\e809';
}
.sidebar .categories .menu-item.category-saving a:before,
.genesis-nav-menu .sub-menu .category-saving a span:before {
	content: '\e803';
}
.sidebar .categories .menu-item.category-entrepreneurs a:before,
.genesis-nav-menu .sub-menu .category-entrepreneurs a span:before {
	content: '\e80a';
}
.sidebar .categories .menu-item.category-investing a:before,
.genesis-nav-menu .sub-menu .category-investing a span:before {
	content: '\e801';
}
.sidebar .categories .menu-item.category-millennial-money-rant a:before,
.genesis-nav-menu .sub-menu .category-millennial-money-rant a span:before {
	content: '\e807';
}
.sidebar .categories .menu-item.category-millennials a:before,
.genesis-nav-menu .sub-menu .category-millennials a span:before {
	content: '\e804';
}
.sidebar .categories .menu-item.category-mm-guest-post a:before,
.genesis-nav-menu .sub-menu .category-mm-guest-post a span:before {
	content: '\e806';
}
.sidebar .categories .menu-item.category-online-income-reports a:before,
.genesis-nav-menu .sub-menu .category-online-income-reports a span:before {
	content: '\e802';
}

.sidebar .categories .menu-item.category-side-hustle {
	width:100%;
}

.sidebar .categories .menu-item.category-side-hustle a:hover {
	box-shadow: 500px 0 0 0 rgba(0,0,0,.4) inset;
}

.sidebar .categories .menu-item.category-side-hustle a:before,
.genesis-nav-menu .sub-menu .category-side-hustle a span:before {
	content: '\e842';
}



/*===========================================================
Blog post featured image area
===========================================================*/
.single-post.has-featured-image .entry-header-wrapper {
	min-height:520px;
}

.featured-image-single {
	position: relative;
	z-index: 3;
	margin-top: -520px;
	padding: 50px 50px 0 50px;
}

.featured-image-single:after {
	padding-top: 52.333%;
	padding-top:47%;
	display: block;
	content: '';
}

.featured-image-single + .content {
	margin-top: -160px;
	position: relative;
	z-index: 4;
}

.featured-image-single + .content + .sidebar {
	margin-top: 40px;
}

.featured-image-single .overlay,
.featured-image-single .featured-image-content,
.featured-image-single .featured-image {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.featured-image-single .featured-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.featured-image-single .overlay {
	z-index: 2;
	background-color:rgba(36,35,51,.5);
}

.featured-image-single .featured-image-content {
	z-index:3;

	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color:#fff;
	padding:40px;
	padding-bottom:160px;
}

.featured-image-single .featured-image-content h1 {
	color:#fff;
	font-size:60px;
	margin-bottom:0;
}

.featured-image-single .featured-image-content .post-date {
	font-size:16px;
	margin-bottom:22px;
}


.featured-image-single .featured-image-content .post-categories {
	margin:0;
}

.featured-image-single .featured-image-content .category {
	display: inline-block;
	list-style-type: none;
	padding:30px 30px 0;
}

.featured-image-single .featured-image-content .category a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	text-align: center;
}

.featured-image-single .featured-image-content .category a:hover {
	opacity:.7;
}

.featured-image-single .featured-image-content .category a span {
	float: none;
	display: block;
	margin-top:8px;
}

.featured-image-single .featured-image-content .category a:before {
	font-family: "millennial_money_man";
	font-style: normal;
	font-weight: normal;
	position: relative;
	float:none;
	content: '\e80b';
	font-size: 34px;
}


.featured-image-single .featured-image-content .category-anti-entitlement-advice a:before {
	content: '\e808';
}
.featured-image-single .featured-image-content .category-student-loan-destroying a:before {
	content: '\e805';
}
.featured-image-single .featured-image-content .category-blogging a:before {
	content: '\e800';
}
.featured-image-single .featured-image-content .category-widom a:before {
	content: '\e809';
}
.featured-image-single .featured-image-content .category-aving a:before {
	content: '\e803';
}
.featured-image-single .featured-image-content .category-entrepreneurs a:before {
	content: '\e80a';
}
.featured-image-single .featured-image-content .category-investing a:before {
	content: '\e801';
}
.featured-image-single .featured-image-content .category-millennial-money-rant a:before {
	content: '\e807';
}
.featured-image-single .featured-image-content .category-millennials a:before {
	content: '\e804';
}
.featured-image-single .featured-image-content .category-mm-guest-post a:before {
	content: '\e806';
}
.featured-image-single .featured-image-content .category-online-income-reports a:before {
	content: '\e802';
}
.featured-image-single .featured-image-content .category-side-hustle a:before {
	content: '\e842';
}






/*===========================================================
Justify nav layout
===========================================================*/
/*@media screen and (min-width: 961px) {
	.nav-primary .genesis-nav-menu {
		margin-left: -25px;
		margin-right: -25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav-primary .genesis-nav-menu li {
		text-align:center
	}

	.nav-primary .genesis-nav-menu a {
		padding-top:0;
		padding-bottom:0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}*/



@media screen and (min-width: 961px) {
	.nav-primary .genesis-nav-menu {
		margin-left: -25px;
		margin-right: -25px;
		-webkit-display: flex;
		-ms-display: flex;
		-o-display: flex;
		-moz-display: flex;
		display: -webkit-box;
		display: flex;
		-moz-flex-direction: row;
		-o-flex-direction: row;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-moz-align-items: stretch;
		-o-align-items: stretch;
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.nav-primary .genesis-nav-menu > li {
		webkit-flex: 1;
		-moz-flex: 1;
		-o-flex: 1;
		-ms-flex: 1;
		-webkit-box-flex: 1;
		flex: 1;
		text-align: center;
		white-space: nowrap;
	}

	.nav-primary .genesis-nav-menu > li:first-child,
	.nav-primary .genesis-nav-menu > li:last-child{
		webkit-flex: 0;
		-moz-flex: 0;
		-o-flex: 0;
		-ms-flex: 0;
		-webkit-box-flex: 0;
		flex: 0;
	}

	.nav-primary .genesis-nav-menu > a {
		padding-top: 0;
		padding-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}




/*===========================================================
Widgets
===========================================================*/
.sidebar .widget.no-bg {
	background-color: transparent;
	padding: 0;
	border-bottom: 0;
}

.sidebar .widget.no-bg .widget-title {
	color:#231f20;
	margin:0;
	background: transparent;
	padding: 6px 0;
}

.sidebar .categories ul {
	margin: 0 -3px;
	list-style-type: none;
}

.sidebar .categories .menu-item {
	list-style-type: none;
	width: 50%;
	float: left;
	display: block;
	margin-bottom: 0;
	padding: 3px;
	overflow: hidden;
}

.sidebar .categories .menu-item a {
	display: block;
	height: 90px;
	background: url(../../images/green_geometric_bg.jpg) no-repeat center center #41c224;
	background-size: 150%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.sidebar .categories .menu-item a:hover {
	box-shadow: 200px 0 0 0 rgba(0,0,0,.4) inset;
}

.sidebar .categories .menu-item a:before {
	position: static;
	float: none;
	height: auto;
	margin-bottom: 5px;
}

.sidebar .categories .menu-item:nth-child(3n + 1) a {
	background-position: -60px -60px;
}

.sidebar .categories .menu-item:nth-child(2n + 2) a {
	background-position: -80px -20px;
}

.swp_pop_thumb {
	height:auto!important;
}

.swp_popular_post a.swp_popularity {
	padding-left:124px;
}

.social-icons .textwidget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: center;
}

.social-icons .textwidget a {
	padding:2px;
}



.sidebar input[type="search"] {
	border: 2px solid #22c0c3;
	border-radius: 100px;
	padding-left:45px;
}

.sidebar input[type="search"]:focus {
	outline:none;
}

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
	width: 42px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	text-indent: 100%;
	clip: auto;
	box-shadow: none;
}

.sidebar .widget form.search-form:before {
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #445a5a;
}



/*===========================================================
Post footer opt in
===========================================================*/
/* resets */
.entry-content > .ck_form.ck_minimal.ck_horizontal,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal,
.post-footer-opt-in .ck_form.ck_minimal {
	/* divider image */

	background: transparent;
	font-family: "Lato", sans-serif;
	line-height: 1.2;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	border: none;
	clear: both;
	margin: 0;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal h3.ck_form_title,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal h3.ck_form_title,
.post-footer-opt-in .ck_form.ck_minimal h3.ck_form_title {
	text-align: center;
	/*margin: 0 0 28px;*/
	font-size: 24px;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal h4,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal h4,
.post-footer-opt-in .ck_form.ck_minimal h4 {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal p,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal p,
.post-footer-opt-in .ck_form.ck_minimal p {
	padding: 0px;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal,
.entry-content > .ck_form.ck_minimal.ck_horizontal *,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal *,
.post-footer-opt-in .ck_form,
.post-footer-opt-in .ck_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_form_fields,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_form_fields,
.post-footer-opt-in .ck_form.ck_minimal .ck_form_fields {
	float: none;
	padding: 0;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_form_fields > *:last-child,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_form_fields > *:last-child,
.post-footer-opt-in .ck_form.ck_minimal .ck_form_fields > *:last-child {
	margin-bottom:0;
}
/* Form fields */

.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_errorArea,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_errorArea,
.post-footer-opt-in .ck_errorArea {
	display: none;
	/* temporary */
}
.entry-content > .ck_form.ck_minimal.ck_horizontal #ck_success_msg,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal #ck_success_msg,
.post-footer-opt-in #ck_success_msg {
	padding: 20px 10px;
	border: solid 1px rgba(255, 255, 255, 0.55);
	background: rgba(0, 0, 0, 0.22);
	color: #fff;
	border-radius: 50px;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal input[type="text"],
.entry-content > .ck_form.ck_minimal.ck_horizontal input[type="email"],
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal input[type="text"],
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal input[type="email"],
.post-footer-opt-in .ck_form.ck_minimal input[type="text"],
.post-footer-opt-in .ck_form.ck_minimal input[type="email"] {
	font-size: 18px;
	padding: 16px 20px;
	width: 100%;
	border: none;
	/* stroke */

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	/* border radius */

	background-color: #fff;
	/* layer fill content */

	margin-bottom: 5px;
	height: auto;
	float: left;
	margin: 0px;
	margin-right: 0;
	height: auto;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal input[type="text"]:focus,
.entry-content > .ck_form.ck_minimal.ck_horizontal input[type="email"]:focus,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal input[type="text"]:focus,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal input[type="email"]:focus,
.post-footer-opt-in .ck_form input[type="text"]:focus,
.post-footer-opt-in .ck_form input[type="email"]:focus {
	outline: none;
	border-color: #aaa;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_subscribe_button,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_subscribe_button,
.post-footer-opt-in .ck_form.ck_minimal .ck_subscribe_button {
	width: 100%;
	color: #fff;
	margin: 0px;
	padding: 18px 28px;
	font-size: 14px;
	background: #08a4c0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	/* border radius */

	cursor: pointer;
	border: none;
	text-shadow: none;
	width: auto;
	float: inherit;
	height: initial;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_guarantee,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_guarantee,
.post-footer-opt-in .ck_form.ck_minimal .ck_guarantee {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 15px 0px 0px;
	display: block;
	clear: both;
	width: 100%;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_guarantee a,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_guarantee a,
.post-footer-opt-in .ck_form.ck_minimal .ck_guarantee a {
	color:#fff;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_powered_by,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_powered_by,
.post-footer-opt-in .ck_form .ck_powered_by {
	display: block;
	color: #aaa;
	font-size: 12px;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_powered_by:hover,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_powered_by:hover,
.post-footer-opt-in .ck_form .ck_powered_by:hover {
	display: block;
	color: #444;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_converted_content,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_converted_content,
.post-footer-opt-in .ck_converted_content {
	display: none;
	padding: 5%;
	background: #fff;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal.width400 .ck_subscribe_button,
.entry-content > .ck_form.ck_minimal.ck_horizontal.width400 input[type="email"],
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal.width400 .ck_subscribe_button,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal.width400 input[type="email"],
.post-footer-opt-in .ck_form.ck_minimal.width400 .ck_subscribe_button,
.post-footer-opt-in .ck_form.ck_minimal.width400 input[type="email"] {
	width: 100%;
	float: none;
	margin-top: 5px;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_slide_up,
.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_modal,
.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_slide_up .ck_minimal,
.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_modal .ck_minimal,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_slide_up,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_modal,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_slide_up .ck_minimal,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_modal .ck_minimal,
.post-footer-opt-in .ck_slide_up,
.post-footer-opt-in .ck_modal,
.post-footer-opt-in .ck_slide_up .ck_minimal,
.post-footer-opt-in .ck_modal .ck_minimal {
	min-width: 400px;
}
.entry-content > .ck_form.ck_minimal.ck_horizontal,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal,
.post-footer-opt-in .page .ck_form.ck_minimal {
	margin: 50px auto;
	max-width: 600px;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal,
.post-footer-opt-in {
	text-align: center;
	background: url(../../images/green_geometric_bg.jpg) no-repeat center center #41c224;
	background-size:cover;
	color:#fff;
	margin: 20px -40px 0 -40px;
	padding: 40px;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal h3,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal h3,
.post-footer-opt-in h3 {
	color:#fff;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_subscribe_form,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_subscribe_form,
.post-footer-opt-in .ck_subscribe_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_email_field_group,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_email_field_group,
.post-footer-opt-in .ck_email_field_group {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal .ck_description,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal .ck_description,
.post-footer-opt-in .ck_description {
	margin-top:10px;
}

.entry-content > .ck_form.ck_minimal.ck_horizontal,
.mmm-ck-form .ck_form.ck_minimal.ck_horizontal {
	max-width:100%;
	padding:30px;
	margin:0;
}

.mmm-ck-form.blue .ck_form {
	background: url(../../images/form_bgs/form_blue.jpg) no-repeat center center #0a9cb1!important;
}

.mmm-ck-form.dark_blue .ck_form {
	background: url(../../images/form_bgs/form_dark_blue.jpg) no-repeat center center #0464ad!important;
}

.mmm-ck-form.blue_white .ck_form {
	background: url(../../images/form_bgs/form_blue_white.jpg) no-repeat center center #50d2d4!important;
}
.mmm-ck-form.green_colorful .ck_form {
	background: url(../../images/form_bgs/form_green_colorful.jpg) no-repeat center center #70d474!important;
}
.mmm-ck-form.pink .ck_form {
	background: url(../../images/form_bgs/form_pink.jpg) no-repeat center center #b633ab!important;
}
.mmm-ck-form.pink_yellow .ck_form {
	background: url(../../images/form_bgs/form_pink_yellow.jpg) no-repeat center center #f7bba6!important;
}
.mmm-ck-form.red .ck_form {
	background: url(../../images/form_bgs/form_red.jpg) no-repeat center center #dc453d!important;
}
.mmm-ck-form.red_colorful .ck_form {
	background: url(../../images/form_bgs/form_red_colorful.jpg) no-repeat center center #dc453d!important;
}
.mmm-ck-form.yellow_green .ck_form {
	background: url(../../images/form_bgs/form_yellow_green.jpg) no-repeat center center #d7d971!important;
}

.mmm-ck-form.blue .ck_form.ck_minimal.ck_horizontal .ck_subscribe_button,
.mmm-ck-form.dark_blue .ck_form.ck_minimal.ck_horizontal .ck_subscribe_button,
.mmm-ck-form.blue_white .ck_form.ck_minimal.ck_horizontal .ck_subscribe_button {
	background: #ff5475;
}

.mmm-ck-form .ck_form {
	background-size: cover!important;
}


/*===========================================================
Post footer text snippet
===========================================================*/
.post-footer-text {
	font-size:30px;
	font-weight:300;

}

@media screen and (min-width: 769px){
	.post-footer-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding:20px;
	}

	.post-footer-text .text {
		margin-left: 20px;
	}
}

.post-footer-text .img {

}



/*===========================================================
Adthrive override
===========================================================*/
.adthrive-device-desktop .adthrive-comscore, .adthrive-device-tablet .adthrive-comscore {
	background-color: rgb(39, 144, 38)!Important;
	color: #fff!Important;
	margin: 0!Important;
	position: relative!Important;
}

.adthrive-comscore span {
	padding: 10px 0!Important;
	border: 0!Important;
	color: #fff!Important;
	display: block!Important;
}





/*===========================================================
nav item underline
===========================================================*/
.nav-primary .genesis-nav-menu > li > a span:before {
	position:absolute;
	width:80%;
	width:calc(100% - 60px);
	left:-100%;
	bottom:30px;
	height:3px;
	background-color:rgba(0,0,0,.2);
	display:block;
	content:'';
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;

}
.site-header:not(.scrolled) .menu .current-menu-item > a span:before,
.site-header:not(.scrolled) .menu .current_page_item > a span:before,
.site-header:not(.scrolled) .menu .current_page_parent > a span:before,
.site-header:not(.scrolled) .menu .current-post-parent > a span:before,
.site-header:not(.scrolled) .menu .current-menu-parent > a span:before,
.site-header:not(.scrolled) .menu > li:hover > a span:before {
	left:30px;
}



/*===========================================================
Footer
===========================================================*/
.footer_text, .footer_credit, .site-footer .widget_nav_menu li {
	letter-spacing:.1em;
}




/*===========================================================
Circle Icon
===========================================================*/
.circle-icon .fl-icon-wrap {
	border:0;
	padding: 40px;
	border-radius: 100%;
	position: relative;
}

.circle-icon.less-padding .fl-icon-wrap {
	padding: 25px;
}

.circle-icon .fl-icon-wrap:before {
	content: " ";
	position: absolute;
	top:-4px;
	right:-4px;
	bottom:-4px;
	left:-4px;
	border-radius: 100%;
	line-height:1.35;
	background-image: -webkit-linear-gradient( 38deg, rgb(62,198,237) 0%, rgb(192,247,60) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(62,198,237) 0%, rgb(192,247,60) 100%);
	background-image: linear-gradient( 38deg, rgb(62,198,237) 0%, rgb(192,247,60) 100%);
}

.circle-icon .fl-icon-wrap:after {
	content: " ";
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius: 100%;
	background:#fff;
}

.circle-icon .fl-icon {
	position: relative;
	z-index: 2;
}

.circle-icon .fl-icon .fa {
	height: 0!important;
	padding-bottom: 100%!important;
	width: 100%!important;
}

.circle-icon .fl-icon i:before {
	background-image: -webkit-linear-gradient( 38deg, rgb(62,198,237) 0%, rgb(192,247,60) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(62,198,237) 0%, rgb(192,247,60) 100%);
	background-image: linear-gradient( 38deg, rgb(62,198,237) 0%, rgb(192,247,60) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*===========================================================
Checkmarks
===========================================================*/
.checkmark-ul ul {
	margin:0;
}

.checkmark-ul ul li {
	list-style-type:none;
	padding-left: 21px;
	position: relative;
	margin-bottom:8px;
}

.checkmark-ul ul li:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #00bdbd;
	position: absolute;
	top: 3px;
	left: 0;
}




/*===========================================================
Three col opt in
===========================================================*/
.opt-in .thirds {
	margin: 0 -10px;
}

.opt-in .thirds > div {
	width:33.333%;
	float:left;
	padding:0 10px;
}

.opt-in .thirds input {
	width:100%;
}

.opt-in .thirds input[type=text], .opt-in .thirds input[type=email] {
	-o-box-shadow:0 0 0 2px rgba(0,0,0,.1);
	-ms-box-shadow:0 0 0 2px rgba(0,0,0,.1);
	box-shadow:0 0 0 2px rgba(0,0,0,.1);
	padding: 14px;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #ff0000;
	border-width: 5px;
}

#mce-responses {
	margin-top:20px;
}

#mce-responses .response {
	color:#fff;
}




/*===========================================================
Alternating panel bgs
===========================================================*/
.fl-row.alternating-background:nth-child(even) .fl-row-content-wrap,
.fl-row.alternating-background-alt:nth-child(odd) .fl-row-content-wrap,
body.home .fl-row.alternating-background:nth-child(odd) .fl-row-content-wrap,
body.home .fl-row.alternating-background-alt:nth-child(even) .fl-row-content-wrap{
	background-color:#f0f0f0;
}

.fl-row.alternating-background:nth-child(odd) .fl-row-content-wrap,
.fl-row.alternating-background-alt:nth-child(even) .fl-row-content-wrap,
body.home .fl-row.alternating-background:nth-child(even) .fl-row-content-wrap,
body.home .fl-row.alternating-background-alt:nth-child(odd) .fl-row-content-wrap{
	background-color:#fff;
	/*border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;*/
}

.fl-row.alternating-background-dark:nth-child(even) .fl-row-content-wrap {
	background-color:#f0f0f0;

}

.fl-row.alternating-background-dark:nth-child(odd) .fl-row-content-wrap {
	background-color:#e4e4e4;
}


/*===========================================================
Sidebar
===========================================================*/
.widget.featured-content a.alignleft {
	float: left;
	margin: 0 14px 14px 0;
	max-width: 100px;
}

.widget.featured-content .entry-meta {
	margin-top: 0;
}

.widget.featured-content img {
	margin-bottom:0;
}

.widget_black_studio_tinymce img.alignleft {
	max-width:40%;
	border-radius:400px;
}

.widget.featured-content .more-link-container {
	text-align:left;
}

.widget.featured-content a.more-link {
	background: transparent;
	color: #00bdbd;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform:none;
	line-height: 1;
	padding: 0;
	text-decoration: underline;
	box-shadow: none;
}

.sidebar-social {
	text-align:center;
}

.sidebar-social img {
	margin:0 5px;
}



/*===========================================================
Homepage css
===========================================================*/
.top-panel .fl-row-content-wrap {
	box-shadow: 0 -11px 0 0 rgba(0,0,0,.07) inset;
}

.bobby-home-small img {
	border-radius: 5px;
	box-shadow: 0 3px 40px 10px rgba(0, 0, 0, 0.55);
}

.form-fields-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.13);
	border-radius: 4px;
}

.form-fields-inline .ck_email_field_group {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}

.form-fields-inline .ck_email_field_group input[type="email"] {
	box-shadow:none;
	border:0;
	padding: 22px;
}

.form-fields-inline .ck_email_field_group input[type="email"]:-moz-placeholder,
.form-fields-inline .ck_email_field_group input[type="email"]::-webkit-input-placeholder,
.form-fields-inline .ck_email_field_group input[type="email"]:-ms-input-placeholder {
	color:#f00;
}

.top-panel .ck_description p {
	font-size:18px;
	color:#fff;
}

.top-panel .subscribe_button {
	background: url(../../images/button_bg.jpg) no-repeat center center #f0a860;
	background-size: cover;
	padding: 18px 46px;
	font-size: 16px;
	box-shadow:none;
}

.top-panel .subscribe_button:hover {
	box-shadow: 0px -200px 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.weight-300,
.weight-300 p,
.weight-300 h1,
.weight-300 h2,
.weight-300 h3,
.weight-300 h4,
.weight-300 h5,
.weight-300 h6 {
	font-weight: 300;
}

.resources .fl-col-group,
.home-resources .fl-col-group {
	margin-left:-16px;
	margin-right:-16px;
}

.resources .fl-col-small,
.home-resources > .fl-col-content > .fl-col-group > .fl-col{
	padding:16px;
}

.home-resources > .fl-col-content > .fl-col-group > .fl-col:not(.resource-title) .fl-col-content {
	position: relative;
	padding-bottom: 100px;
}

.home-resources .fl-module-button {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.home-resources.personal-finance .fl-col:not(.resource-title) .fl-col-content {
	box-shadow: 0 -4px 0 0 #55c826 inset;
}

.home-resources.personal-finance a.fl-button {
	background-color: #55c826!important;
	margin-bottom: 15px;
}

.home-resources.blogging a.fl-button {
	background-color: #0fa9ca!important;
	margin-bottom: 15px;
}

.home-resources .resource-title .fl-col-content {
	/*display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*flex-direction: row;*/
}

.home-resources.blogging .fl-col:not(.resource-title) .fl-col-content {
	box-shadow: 0 -4px 0 0 #0fa9ca inset;
}

.home-resources .fl-photo {
	height:100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home-resources .fl-photo-content {
	max-height: 100px;
}

.home-resources .fl-photo-content img {
	max-height: 100px !important;
	width:auto;
}

.home-resources h4.fl-heading  {
	font-weight:300;
	text-transform: none;
	font-size:30px!important;
}

.home-icon-cat {
	color:#fff;
	padding: 50px 0px;
}

.home-icons .fl-col-small {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.home-icons .fl-col-small:hover {
	opacity:.7;
}

.home-icon-cat .fl-icon {
	display: inline-block;
	float: none;
	width: 100%;
}

.home-icon-cat .fl-icon a {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;

}

.home-icon-cat .fl-icon a i {
	clear: both;
	display: inline-block;
	float: none;
}

.home-icon-cat .fl-icon-text {
	padding: 0;
	height: auto!Important;
}

.home-icon-cat .fl-icon-text a {
	color:#fff;
}

.home-icon-cat .fl-icon-text p {
	font-size: 24px;
	text-align: center;
	font-weight: 300;
}

.home-icons .fl-col-group {
	margin-left:-16px;
	margin-right:-16px;
}

.home-icons .fl-col-small {
	padding:16px;
}

.resources-header .fl-rich-text {
	max-width: 600px;
	margin-left:auto;
	margin-right:auto;
}

.course-images .fl-photo {
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.course-images .fl-module-photo {
	padding-top: 70px;
	position: relative;
	margin: 20px;
}

.course-images .fl-module:not(.fl-module-photo) {
	z-index:2;
	position:relative;
}



/*===========================================================
Sticky Flyout Always out for laptop and smaller
===========================================================*/
@media only screen and (min-width: 961px) and (max-width: 1300px) {
	.admin-bar .sticky-flyout {
		margin-top:32px;
	}

	.sticky-flyout {
		transform: scaleY(1);
		top:0;
		opacity:1;
		z-index:999;
		margin-top:0;
	}

	.site-header {
		display:none;
	}

	.site-container > .nav-primary {
		display:none;
	}

	body {
		padding-top:80px;
	}
}




/*===========================================================
Misc
===========================================================*/
.fl-builder-edit .site-inner {
	z-index:999;
}

.post-disclaimer {
	color: #888;
}

.entry-comments-link a::before {
	content: "\f086";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.white-text,
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
	color:#fff;
}

.large-btn a.fl-button {
	padding:24px 50px!important;
}

.green-btn a.fl-button {
	background-color:#55c826!important;
}

body .yarpp-related.yarpp-related-none p {
	margin-top:0;
}

body .yarpp-related .yarpp-thumbnail-title {
	width:100%;
	max-height:none;
	margin: 0;
	padding: 10px;
}

body .yarpp-related {
	padding:40px 0;
}

body .yarpp-thumbnails-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	margin:0;
	padding:0;
	height: auto;
}

body .yarpp-thumbnails-horizontal .yarpp-thumbnail > img,
body .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	width: 100%!important;
	height: auto;
	display: block;
	float: none;
	margin:0;
}



/*===========================================================
Income Report Graph
===========================================================*/
.graph-title-p {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 8px;
	color: #888;
}

.income-report-graph {
	margin-bottom: 30px;
}





/*===========================================================
Responsive
===========================================================*/
@media only screen and (max-width: 1300px){
	.nav-primary .genesis-nav-menu {
		margin-left:0;
		margin-right:0;
	}
	.sticky-flyout .logo {
		padding: 16px 10px !important;
	}

	.site-header .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-footer .footer_top {
		padding:10px 15px;
	}

}

@media only screen and (max-width: 1200px){
	.site-header .widget-area {
		width: 370px;
	}

	.sticky-flyout .wrap {
		padding-right:0;
	}

	.sticky-flyout .income-report-widget {
		display: none;
	}

	.sticky-flyout-menu.genesis-nav-menu > ul > li >a {
		padding:12px 15px;
		max-width: 105px;
	}

	.sticky-flyout-menu.genesis-nav-menu > ul > li.menu-item-1141 >a {
		max-width:120px;
	}

	.featured-image-single .featured-image-content .category a:before {
		font-size:20px;
		float:left;
		margin-right:10px;
	}

	.featured-image-single .featured-image-content h1 {
		font-size:42px;
	}

	.featured-image-single .featured-image-content .category a span {
		display:inline;
	}

	.sidebar .categories .menu-item a {
		background-size:170%;
	}

	.featured-image-single {
		margin-top:-450px;
	}

	.single-post.has-featured-image .entry-header-wrapper {
		min-height: 470px;
	}

}

@media only screen and (min-width: 961px) and (max-width: 1200px) {
	.nav-primary .genesis-nav-menu a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		white-space: normal;
		padding: 10px 20px;
	}

	.course-images .fl-module-photo {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 992px) {
	.top-panel .fl-row-content-wrap {
		background-position: 70% 0;
	}

	.bobby-home-small img {
		max-width:60%;
	}
}

@media only screen and (max-width: 960px){
	.featured-image-single .featured-image-content {
		padding-bottom:40px;
	}

	.section-header .fl-module-content {
		margin-left:20px;
	}

	html .header-image .title-area {
		text-align: left;
		padding:10px 4%;
	}

	.site-header .header-widget-area .menu-toggle {
		top:-70px;
		right:4%;
	}

	.site-header .header-widget-area .menu-toggle span {
		background:#2da4d6;
	}

	.hs-form {
		display:block;
	}

	.hs-form > div {
		padding:10px;
	}

	.menu-toggle-container {
		background: rgba(0, 0, 0, 0.20);
		position: relative;
		z-index: 9999;
		text-align: center;
		top: -70px;
		height: 70px;
	}

	header.site-header > .wrap {
		padding-bottom:70px;
	}

	.header-image .title-area {
		height: 90px!important;
		margin: 20px 0 !important;
	}


	.menu-toggle-container .toggle-text {
		color: #fff;
		font-size: 16px;
		margin-left: 20px;
		font-weight: bold;
		letter-spacing: .02em;
		cursor:pointer;
	}

	.menu-toggle-container .toggle-text .open {
		display:inline;
	}

	.menu-toggle-container .toggle-text .close {
		display: none;
	}

	.menu-toggle-container .toggle-text.activated .open {
		display: none;
	}

	.menu-toggle-container .toggle-text.activated .close {
		display:inline;
	}

	.menu-toggle span:not(.toggle-text) {
		background:#fff;
		height:5px;
	}

	.menu-toggle span:nth-child(2){
		top:13px;
	}

	.menu-toggle span:nth-child(3){
		top:26px;
	}

	.menu-toggle.activated span:nth-child(1),
	.menu-toggle.activated span:nth-child(3) {
		top:12px;
	}

	.genesis-nav-menu a {
		padding: 1.2rem;
		color:#fff;
	}

	.menu-toggle {
		width:40px;
		top: 7px;
		height:40px;
		position: relative;
		text-align: center;
		display: inline-block;
		float: none;
		background: #fff;
		padding: 0;
		box-shadow: none;
		border: 0;
		z-index: 99999;
	}

	.income-report-widget {
		margin-top: 10px;
	}

	.income-report-widget .inner {
		padding:14px;
	}

	.income-report-widget .income h3 {
		font-size:24px;
	}

	.income-report-widget a {
		font-size:13px;
	}

	.centered-icon {
		width: 50px;
		height: 50px;
		font-size: 18px;
		margin-left: -25px;
		bottom: -25px;
	}

	.income-report-widget .income {
		padding-top: 12px;
	}

	nav.nav-primary .menu .sub-menu .menu-item {
		background-color: transparent;
	}

	nav.nav-primary .menu-primary .sub-menu .menu-item a {
		background-color: transparent;
		color:#fff;
	}

	.pagination {
		margin-top: -70px;
		margin-bottom: 40px;
	}

	.sidebar {
		text-align: center;
	}

	footer .footer-menu-container .genesis-nav-menu a, .site-footer .widget_nav_menu a {
		padding:15px;
	}

	.featured-image-single + .content {
		margin-top:0;
	}

	.featured-image-single .featured-image-content {

	}

	.featured-image-single {
		padding: 0;
	}

	.fl-builder-full > .site-container > .site-inner .site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.fl-builder-full > .site-container > .site-inner > .fl-builder-content > .fl-row > .fl-row-content-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-icons .fl-col-group {
		margin-left:0;
		margin-right:0;
	}

	.home-icon-cat {
		padding:0;
	}

	.resources .fl-col-small {

	}
	.home-resources > .fl-col-content > .fl-col-group > .fl-col {
		width:50%!important;
	}

	.home-icon-cat .fl-icon-text p {
		font-size:20px;
		font-weight:400;
	}

	.bobby-home-small {
	}

}

@media screen and (min-width: 769px) and (max-width: 960px) {
	.course-images .fl-module-photo {
		padding-top: 20px;
	}
}

@media screen and (max-width: 800px){

	.header-image .title-area {
		max-width:100%;
	}

	header.site-header > .wrap {
		padding-left:5%;
		padding-right: 5%;
	}

	.site-header .widget-area,
	html .header-image .title-area {
		width:50%;
	}

	.income-report-widget .top {
		font-size:12px;
	}
}

@media screen and (max-width: 768px){
	.top-panel .fl-row-content-wrap {
		background-position: left top;
	}

	.course-images .fl-col {
		margin:20px 0;
	}

	body .yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width:50%;
	}

	.yarpp-thumbnails-horizontal:before {
		content: " ";
		display: table;
	}

	.yarpp-thumbnails-horizontal:after {
		clear: both;
		content: " ";
		display: table;
	}


	.featured-image-single .featured-image-content h1 {
		font-size: 30px;
	}
	.featured-image-single {
		height:330px;
	}

	.featured-image-single .featured-image-content .post-categories {
		margin-top:10px;
	}

	.featured-image-single .featured-image-content .category {
		padding:0 10px;
	}

	.entry-title, h1 {
		font-size:36px;
	}

	h2 {
		font-size:30px;
	}

	blockquote {
		font-size:24px;
	}

	.income-report-widget .top .right,
	.income-report-widget .top .left{
		padding: 0;
		text-align: center;
		display: inline-block;
		float: initial;
		width: auto;
	}

	.income-report-widget .income {
		padding-top:0;
	}

	.centered-icon {
		display:none;
	}

	html .header-image .title-area {
		padding-right:30px!important;
	}

	.comment-author {
		font-size:20px;
		font-weight:400;
	}

	.comment-author .avatar {
		width:70px;
	}

	.comment-meta {
		left:87px;
		font-size:12px;
	}

	.keys-book img {
		max-width:150px;
	}

	.keys-book {
		margin-bottom:-50px;
	}

	.keys-book + div {
		text-align:center;
	}

	.home-resources > .fl-col-content > .fl-col-group > .fl-col {
		width:100%!important;
	}

	.resources .fl-col-small, .home-resources > .fl-col-content > .fl-col-group > .fl-col.resource-title {
		padding-bottom:0;
	}
	.resources .fl-col-small, .home-resources > .fl-col-content > .fl-col-group > .fl-col.resource-title + .fl-col {
		padding-top:0;
	}

	.resources .fl-col-small, .home-resources > .fl-col-content > .fl-col-group > .fl-col.resource-title .fl-module-icon {
		padding-top:20px;
	}

	.top-panel .subscribe_button {
		padding:18px 20px;
	}

	.post-footer-opt-in .ck_subscribe_form {
		display:block;
	}

	.post-footer-opt-in .ck_subscribe_form button {
		width:100%;
		margin-top:10px;
	}
}

@media screen and (max-width: 700px){
	.site-footer .widget.widget_nav_menu {
		padding-left:0;
		text-align:center;
	}

	.site-footer .widget_nav_menu:before {
		display:inline-block;
		position: static;
		height:50px;
	}
}

@media screen and (max-width: 600px) {
	.site-inner ol.comment-list li.comment,
	.entry-comments {
		padding:20px;
	}

	li.comment.bypostauthor {
		box-shadow: 4px 0 0 0 #44c215 inset;
	}
}

@media screen and (max-width: 550px) {
	.course-images .fl-module-photo {
		padding-top: 60px;
	}
}

@media screen and (max-width: 480px){
	.course-images .fl-module-photo {
		padding-top: 40px;
	}

	.top-panel .subscribe_button {
		width:100%;
		margin-top:10px;
		box-shadow:0px -3px 0px 0px rgba(0,0,0,0.2) inset;
	}

	.form-fields-inline {
		display:block;
		box-shadow:none;
	}

	.post-footer-opt-in {
		margin:20px -20px 0 -20px;
	}
	.featured-image-single .featured-image-content .post-date {
		font-size:12px;
		margin-bottom:6px;
		font-weight:400;
	}
	.income-report-widget a {
		font-size:12px;
	}

	.featured-image-single .featured-image-content {
		padding:20px;
	}

	.featured-image-single .featured-image-content .category a,
	.featured-image-single .featured-image-content .category a:before{
		font-size:13px;
	}

	.income-report-widget .income h3 {
		font-size:16px;
	}

	.has-post-thumbnail.entry > a {
		margin:-20px -20px 0 -20px;
	}

	.entry-title, h1, h1 strong {
		font-size:30px;
		font-weight:400;
	}

	h2 {
		font-size:26px;
	}

	h3 {
		font-size:20px;
	}

	.featured-image-single .featured-image-content h1 {
		font-weight:300;
	}

	.entry-comments .comment-author {
		font-size:16px;
		font-weight:700;
	}

	.comment-author .says {
		font-size:16px;
		font-weight:400;
	}

	.comment-meta {
		position:static;
	}

	.comment-author .avatar {
		display: block;
		clear: both;
		float: none;
	}
}

@media screen and (max-width: 420px){
	p.entry-meta .post_comments {
		display: block;
		float: none;
		margin-top: 10px;
	}
	.section-header .fl-module-content {
		padding:30px 60px 30px 40px;
	}

	.section-header .fl-heading {
		font-size:24px!important;
	}

	.top-panel-white-text p span {
		font-size:22px!important;
	}

	.featured-image-single .featured-image-content h1 {
		font-size:22px;
		font-weight:400;
	}
}

@media screen and (max-width: 380px) {
	.course-images .fl-module-photo {
		padding-top: 20px;
	}
}
