/*
	Theme Name: 'Financially Mint Custom Theme by Moonsteam Design
	Theme URI: https://moonsteamdesign.com
	Description: A custom theme.
	Author: Moonsteam Design
	Author URI: https://moonsteamdesign.com/

	Version: 1.1

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

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


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

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

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


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

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

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

/* Chrome fix */
body > div {
	font-size: 17px;
	font-size: 1.7rem;
}

body {
	background-color: #ffffff;
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
}

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

a {
	color: #11b055;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 2em 0;
}

b,
strong {
	font-weight: 700;
	color: #333;
}

cite,
i {
	font-style: italic;
}

/*em {
	font-family: 'Georgia', serif;
	font-style: italic;
}*/

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	background: #bad9c7;
	width: 85%;
	margin: 0 auto 24px;
	padding: 26px 30px;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	margin: 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 24px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #000;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 25px;
	font-size: 2.5rem;
}

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

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

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

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

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

input,
select,
textarea {
	background: #eae8e8;
	border: 1px solid #eae8e8;
	color: #333333;
	padding: 9px;
	width: 100%;
	font-size: 15px;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #2ecc71;
	border: 1px solid #2ecc71;
	color: #fff;
	box-shadow: none;
	cursor: pointer;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
	margin: 5px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #000;
	border: 1px solid #000;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: #1f58be;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

.site-container {
	width: 100%;
	margin: 0;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.blog .site-inner,
.archive .site-inner, 
.single .site-inner {
	width: 1100px;
	padding: 30px 0 0;
}


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

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

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	/*width: 1060px;*/
	width: 76%;
}

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

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

/* ### Content */

.content {
	float: right;
	width: 65%;
}

.single .content {
	width: 63%;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	/*width: 660px;*/
	width: 67.5%;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	margin-top: 0;
	width: 320px;
	padding: 0;
	line-height: 18px;
	text-align: center;
}

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


/* Secondary Sidebar */

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

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



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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.archive-description {
	background-color: #e8f7ee;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding: 40px;
	text-align: center;
}

.category-blog .archive-description {
	display: none;
}

.author-box {
	background-color: #e8f7ee;
	margin-bottom: 40px;
	padding: 20px;
}

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

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

.search-form {
	position: relative;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.search-form input[type="submit"] {
    background: none !important;
       border: none;
       clip: inherit;
       color: #666;
       display: inline-block;
       font: 28px/1 'dashicons';
       padding: 0;
       position: absolute;
       right: 8px;
       top: -2px;
       vertical-align: top;
}


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

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

.author-box-title {
	margin-bottom: 4px;
}

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

.entry-title {
	margin: 0 0 18px;
}

.blog .entry-title {
	text-align: left;
}

.single .entry-title {
	text-align: center;
	line-height: 1;
	margin-bottom: 26px;
}

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
	color: #000;
}

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	margin: 0;
	text-align: center;
	font-family: 'Georgia', serif;
	font-style: italic;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

.widget_calendar table {
	width: 100%;
}

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



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

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

.enews-widget {
	background-color: #e8f7ee;
	padding: 20px;
	text-align: center;
}

.enews-widget p {
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}

.enews-widget input,
.enews-widget input:focus {
	
}

.enews-widget input[type="submit"] {
	
}

.enews-widget input[type="submit"]:focus,
.enews-widget input[type="submit"]:hover  {
	
}

.enews-widget input {
	margin-bottom: 10px;
	text-align: center;
}

.sidebar-primary .enews-widget input[type="submit"] {
	margin: 0;
	padding: 10px 20px;
}

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

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.site-header .wrap {
	/*width: 1100px;
	margin: 0 augo;*/
	padding: 10px 0 10px 20px;
}

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

.title-area {
	float: left;
	text-transform: uppercase;
	margin-top: 14px;
}

.header-image .title-area {
	padding: 0;
	margin-top: 8px;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 3rem;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}

.site-title a {
	color: #000;
}

.site-description {
	display: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	
}

.header-image .site-description {
	display: none;
	text-indent: -9999px;
}

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

/* Logo, hide text */

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

.header-image .site-title a {
    margin: 0 0 0 14px;
	background: url(images/logo.png) center center no-repeat;
	background-size: 384px auto;
	min-height: 33px;
	width: 384px;
}

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

.nav-primary {
	margin: 0;
	float: right;
	padding: 0;
	z-index: 1000;
	
}

.nav-primary .wrap {
	width: auto;
	
}

.nav-secondary {
	padding: 3px 10px;
	width: 1100px;
	margin: 10px auto 0;
	display: block;
}

.genesis-nav-menu {
	clear: both;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1;
	width: 100%;
	letter-spacing: 1px;
	text-align: right;
	font-family: 'Source Sans Pro', sans-serif;
}

.nav-secondary .genesis-nav-menu {
	text-align: center;
}

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

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

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu a {
	padding: 10px 15px;
}

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

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	text-align: left;
	color: #000;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

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

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

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

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

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

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



.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Menu widget area */

.nav-primary .widget-area { 
	float: right; 
	vertical-align: middle;
	margin: 5px 0 0;
}

.nav-primary .widget {
	display: inline-block;
	float: right;
	margin-bottom: 0;
}

.nav-primary .simple-social-icons ul li { 
	margin: 3px 0 0 !important; 
}

.nav-primary .simple-social-icons ul li a {
	font-size: 17px;
	padding: 5px;
}

.nav-primary .simple-social-icons ul li a:hover {
	padding: 5px !important;
}



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

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

.entry {
	margin-bottom: 40px;
	padding: 0;
}

.archive .entry {
	/*width: 800px;*/
	margin: 0 auto 50px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.archive a.more-link {
	text-align: left;
}

.single .entry {

}

.single .entry-header {
    margin: 0 0 30px;
	/*background: #e8f7ee;
	padding: 80px;*/
}

/*.single .entry-content,
.single .entry-footer,
.single .entry-comments,
.single #respond {
	width: 960px;
	margin: 0 auto;
}*/

.page .entry-header {
	background: #e8f7ee;
	padding: 80px;
	margin: 0 0 30px;
}

.page-template-page_blog .entry-header,
.category-blog .entry-header {
	background: none;
	padding: 0;
}

.page .entry-content {
	width: 960px;
	margin: 0 auto;
}

.page .widget ul,
.page .entry-content ul {
	margin: 0 0 24px;
}

.page .widget ul > li,
.page .entry-content ul > li {
	list-style-type: disc;
	margin: 0 0 0 34px;
}

/*.page-template-page_blog .content,
.category-blog .content {
	width: 100%;
}

.page-template-page_blog .sidebar-primary,
.category-blog .sidebar-primary {
	display: none;
}*/

.page-template-page_blog .entry-content,
.category-blog .entry-content {
	/*width: 800px;*/
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
}

.single .category-blog .entry-content {
	width: inherit;
	border-bottom: none;
}

a.more-link {
	display: block;
	margin: 22px auto 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

a.more-link:hover {
	
}

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

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


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

p.entry-meta {
	clear: both;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 11px; 
	text-transform: uppercase;
	padding: 0;
	margin: -13px 0 13px;
}

p.entry-meta a {
	color: #7f7f7f;
}

.blog .entry-header .entry-meta {
	margin-bottom: 24px;
	text-align: left;
	padding: 10px 0 6px;
}

.single .entry-header .entry-meta {
	text-align: center;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	padding: 10px 0 9px;
	margin: 15px 0 10px; 
}

.entry-categories,
.entry-tags {
	float: left; 
	width: 75%;
}

.entry-comments-link {
	float: right;
}

.blog .entry-footer .entry-meta,
.page-template-page_blog .entry-footer .entry-meta {
	display: none;
}

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

.pagination {
	clear: both;
	margin: 40px auto;
	width: 800px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 300;
	padding: 4px 8px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #2ecc71;
	border: 1px solid #2ecc71;
}


/* Next - prev posts */

#postnavigation {
    clear: both;
	display: inline-block;
	width: 100%;
	line-height: 1.2;
	margin-bottom: 40px;
}

#postnavigation h2 {
    margin: 0 0 5px;
    font-size: 16px;
}

.left-align {
    float: left;
    width: 48%;
}

.right-align {
    float: right;
    text-align: right;
    width: 48%;
}

.left-align a, .right-align a, .back a {
    font-size: 14px;
}

.left-align a:hover, .right-align a:hover, .back a:hover {
    
}


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

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

.entry-pings {
	background-color: #f3f3f3;
	padding: 30px 30px 20px;
	margin: 0 0 40px;
}

.comment-respond {
	padding: 0;
}

.entry-comments {
	
}

.comment-list li {
	background-color: #f3f3f3;
	padding: 30px;
	margin: 0 0 12px;
}

.comment-list .depth-2 {
	border: 1px solid #ddd;
	margin: 20px;
}

.comment-list .depth-3,
.comment-list .depth-4,
.comment-list .depth-5 {
	margin: 20px;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-reply {
	margin: 0 0 10px;
}

.comment-reply a {
	background-color: #2ecc71;
	padding: 8px 12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.comment-reply a:hover {
	background-color: #fff;
	color: #000;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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-header p {
	margin-bottom: 0;
}

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

p.logged-in-as {
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 11px;
	font-size: 1.1rem;
}


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

.sidebar {
	margin-bottom: 40px;
}

.widgettitle {
	text-align: center;
}


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

.footer-widgets {
	position: relative;
	background-color: #e8f7ee;
	clear: both;
	margin: 150px 0 0;
	padding: 20px 0 0;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	z-index: 1;
}

.footer-widgets::before {
	background-color: #e8f7ee;
	  top: -35%;
	  content: '';
	  display: block;
	  height: 50%;
	  left: 0;
	  position: absolute;
	  right: 0;
	  transform: skewY(-2.5deg);
	  transform-origin: 100%;
	  z-index: -1;
}

.footer-widgets .wrap {
	width: 700px;
	margin: 0 auto 15px;
}

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

.footer-widgets-1 {
}

.footer-widgets .enews-widget {
	background-color: transparent;
	margin-bottom: 30px !important;
	padding: 0;
}

.footer-widgets .enews-widget .widgettitle {
}

.footer-widgets .enews-widget input[type="text"],
.footer-widgets .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
	width: 43%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #fff;
}

.footer-widgets .enews-widget input[type="submit"] {
	width: auto;
	margin: 0;
	
}

.footer-widgets input[type="search"] {
	background: #fff;
	border: 1px solid #fff;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0 6px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 0 10px !important;
}

.footer-widgets .widget_nav_menu li {
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	font-size: 22px;
}

.footer-widgets .widget_nav_menu li a {
	color: #000;
}


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

.site-footer {
	background-color: #e8f7ee;
	font-size: 12px;
	line-height: 1.3;
	padding: 15px 15px 5px;
	text-align: center;
	color: #333;
}

.site-footer p {
	margin: 10px 0;
}

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


/* # Custom Front Page
---------------------------------------------------------------------------------------------------- */

.custom-front .site-inner {
	width: 100%;
	padding: 0;
}

.custom-front img.centered, .custom-front .aligncenter {
	margin: 0 auto 12px;
}

.custom-front .widget {
	margin-bottom: 0;
}

/* Front 1 */

.custom-front .front-1 {
	width: 100%;
	margin: 0 0 100px;
	margin: 0 0 40px;
	background-color: #e8f7ee;
	padding: 0;
	position: relative;
	z-index: 1;
}

.custom-front .front-1 .wrap {
	width: 960px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0 0;
}

.custom-front .front-1::after {
    background-color: #e8f7ee;
      bottom: -15%;
      content: '';
      display: block;
      height: 20%;
      left: 0;
      position: absolute;
      right: 0;
      transform: skewY(2.5deg);
      transform-origin: 100%;
      z-index: -1;
}

.custom-front .front-1 .widget:nth-of-type(1) {
	width: 48.717948717948715%;
	padding: 0;
}

.custom-front .front-1 .widget:nth-of-type(1) .widgettitle {
	font-size: 40px;
	line-height: .8;
}

.custom-front .front-1 .widget:nth-of-type(1) p {
	font-size: 28px;
	line-height: 1;
}

.custom-front .front-1 img.centered,
.custom-front .front-1 .aligncenter {
	margin: 0 auto;
}

.custom-front .front-1 .widget:nth-of-type(2) {
    margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
}

.custom-front .front-1 .widget:nth-of-type(2) img {
	margin: 0;
}

.custom-front .content .enews-widget {
	text-align: center;
	width: 100%;
	padding-bottom: 0;
}

.custom-front .content .enews-widget .widgettitle {
	font-size: 24px;
	line-height: 26px;
	
	text-align: center;
}

.custom-front .content .enews-widget form {
	width: 100%;
	margin: 0 auto;
}

.custom-front .front-1  .enews-widget input[type="text"],
.custom-front .front-1  .enews-widget input[type="email"] {
	width: 80%;
	border: 1px solid #fff;
	background: #fff;
	padding: 9px 10px;
	margin: 0 auto 5px;
	text-align: center;
}

.custom-front .content .enews-widget input[type="submit"] {
	margin: 0;
	border: 1px solid #2ecc71;
}

.custom-front .content .enews-widget input:hover[type="submit"] {
	border: 1px solid #000;
}


/* Custom Front 2 */

.custom-front .front-2 {
	clear: both;
	width: 960px;
	margin: 100px auto 112px;
	position: relative;
}

.custom-front .front-2 .wrap {

}

.custom-front .front-2::after {
	content: url(images/arrow.png);
    position: absolute;
	height: 112px;
	left: 12%;
}

.custom-front .front-2 .widget:nth-of-type(1) {
	margin-bottom: 30px;
}

.custom-front .front-2 .widget:nth-of-type(1) .widgettitle {
	font-size: 30px;
	text-align: left;
} 

/* img */
.custom-front .front-2 .widget:nth-of-type(2) {
	width: 30%;
	float: left;
	margin-left: 19px;
}

.custom-front .front-2 .widget:nth-of-type(2) h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #b7b7b7;
	font-size: 26px;
	padding: 30px;
	margin: 16px auto 0;
	min-height: 180px;
	-webkit-box-shadow: -16px -16px 0px 0px rgba(232,247,238,1);
	-moz-box-shadow: -16px -16px 0px 0px rgba(232,247,238,1);
	box-shadow: -16px -16px 0px 0px rgba(232,247,238,1);
}

.custom-front .front-2 .widget:nth-of-type(2) h3 a,
.custom-front .front-3 .widget:nth-of-type(1) h3 a,
.custom-front .front-4 .widget:nth-of-type(1) h3 a,
.custom-front .front-5 .widget:nth-of-type(1) h3 a,
.custom-front .front-6 .widget:nth-of-type(1) h3 a {
	color: #000;
	width: 80%;
}

/* text */
.custom-front .front-2 .widget:nth-of-type(3) {
	width: 67%;
	float: right;
	font-size: 26px;
    line-height: 1.4;
	padding: 0 0 0 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/* Custom Front 3 */

.custom-front .front-3 {
	clear: both;
	padding: 0;
	position: relative;
	width: 960px;
	margin: 0 auto 112px;
}

.custom-front .front-3 .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}

.custom-front .front-3::after {
	content: url(images/arrow-left.png);
    position: absolute;
	height: 112px;
	left: 12%;
}

/* img */
.custom-front .front-3 .widget:nth-of-type(1) {
	width: 30%;
	margin-right: 19px;
}

.custom-front .front-3 .widget:nth-of-type(1) h3 {
	display: flex; 
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #b7b7b7;
	font-size: 26px;
	padding: 30px;
	margin: 16px auto 0;
	min-height: 180px;
	-webkit-box-shadow: 16px -16px 0px 0px rgba(232,247,238,1);
	-moz-box-shadow: 16px -16px 0px 0px rgba(232,247,238,1);
	box-shadow: 16px -16px 0px 0px rgba(232,247,238,1);
}

/* text */
.custom-front .front-3 .widget:nth-of-type(2) {
	width: 67%;
	font-size: 26px;
    line-height: 1.4;
	padding: 0 3% 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/* Custom Front 4  */

.custom-front .front-4 {
	clear: both;
	padding: 0;
	width: 960px;
	margin: 0 auto 112px;
	position: relative;
}

.custom-front .front-4 .wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.custom-front .front-4::after {
	content: url(images/arrow.png);
    position: absolute;
	height: 112px;
	left: 12%;
}

/* img */
.custom-front .front-4 .widget:nth-of-type(1) {
	width: 30%;
	margin-left: 19px;
}

.custom-front .front-4 .widget:nth-of-type(1) h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #b7b7b7;
	font-size: 26px;
	padding: 30px;
	margin: 16px auto 0;
	min-height: 180px;
	-webkit-box-shadow: -16px -16px 0px 0px rgba(232,247,238,1);
	-moz-box-shadow: -16px -16px 0px 0px rgba(232,247,238,1);
	box-shadow: -16px -16px 0px 0px rgba(232,247,238,1);
}

/* text */
.custom-front .front-4 .widget:nth-of-type(2) {
	width: 67%;
	font-size: 26px;
    line-height: 1.4;
	padding: 0 0 0 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}




/* Custom Front 5 */

.custom-front .front-5 {
	clear: both;
	padding: 0;
	position: relative;
	width: 960px;
	margin: 0 auto 112px;
}

.custom-front .front-5 .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}

.custom-front .front-5::after {
	content: url(images/arrow-left.png);
    position: absolute;
	height: 112px;
	left: 12%;
}

/* img */
.custom-front .front-5 .widget:nth-of-type(1) {
	width: 30%;
	margin-right: 19px;
}

.custom-front .front-5 .widget:nth-of-type(1) h3 {
	display: flex; 
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #b7b7b7;
	font-size: 26px;
	padding: 30px;
	margin: 16px auto 0;
	min-height: 180px;
	-webkit-box-shadow: 16px -16px 0px 0px rgba(232,247,238,1);
	-moz-box-shadow: 16px -16px 0px 0px rgba(232,247,238,1);
	box-shadow: 16px -16px 0px 0px rgba(232,247,238,1);
}

/* text */
.custom-front .front-5 .widget:nth-of-type(2) {
	width: 67%;
	font-size: 26px;
    line-height: 1.4;
	padding: 0 3% 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/* Custom Front 6  */

.custom-front .front-6 {
	clear: both;
	padding: 0 0 50px;
	width: 960px;
	margin: 0 auto;
}

.custom-front .front-6 .wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

/* img */
.custom-front .front-6 .widget:nth-of-type(1) {
	width: 30%;
	margin-left: 19px;
}

.custom-front .front-6 .widget:nth-of-type(1) h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #b7b7b7;
	font-size: 26px;
	padding: 30px;
	margin: 16px auto 0;
	min-height: 180px;
	-webkit-box-shadow: -16px -16px 0px 0px rgba(232,247,238,1);
	-moz-box-shadow: -16px -16px 0px 0px rgba(232,247,238,1);
	box-shadow: -16px -16px 0px 0px rgba(232,247,238,1);
}

/* text */
.custom-front .front-6 .widget:nth-of-type(2) {
	width: 67%;
	font-size: 26px;
    line-height: 1.4;
	padding: 0 0 0 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}




/* Custom Front 7 - optin  */

.custom-front .front-7 {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	background-color: #e8f7ee;
}

.custom-front .front-7 .wrap {
	width: 960px;
	margin: 0 auto;
	padding: 30px 10px;
}

.custom-front .front-7  .enews-widget {
	padding: 0;
}

.custom-front .front-7  .enews-widget input[type="text"],
.custom-front .front-7  .enews-widget input[type="email"] {
	width: 44%;
	border: 1px solid #fff;
	background: #fff;
	padding: 9px 10px;
	float: left;
	margin: 0 5px 5px;
	text-align: center;
}

/* Custom Front 8 - posts */

.custom-front .front-8 {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.custom-front .front-8 .widgettitle {
	font-size: 30px;
}

.custom-front .front-8 .featuredpost .entry {
	text-align: left;
    width: 23.076923076923077%;
	float: left;
	margin-left: 2.5641%;
}

.custom-front .front-8 .featuredpost .entry-header {
	padding: 0;
	background: none;
	margin: 0;
}

.custom-front .front-8 .featuredpost .entry:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}

.custom-front .front-8 h2 {
	color: #000;
	font-size: 20px;
	letter-spacing: 0;
}



/* Custom category pages */

.whycare,
.budgeting,
.saving,
.moremoney,
.adulting {
	width: 960px;
	margin: 0 auto;
}

.page-template-page-whycare .entry,
.page-template-page-budgeting .entry,
.page-template-page-saving .entry,
.page-template-page-moremoney .entry,
.page-template-page-adulting .entry {
	margin-bottom: 20px;
	font-size: 22px;
}

.page-template-page-whycare .entry-content .widget,
.page-template-page-budgeting .entry-content .widget,
.page-template-page-saving .entry-content .widget,
.page-template-page-moremoney .entry-content .widget,
.page-template-page-adulting .entry-content .widget {
	margin-bottom: 60px;
}

.page-template-page-whycare .featuredpost .entry,
.page-template-page-budgeting .featuredpost .entry,
.page-template-page-saving .featuredpost .entry,
.page-template-page-moremoney .featuredpost .entry,
.page-template-page-adulting .featuredpost .entry {
	text-align: center;
    width: 23.076923076923077%;
	float: left;
	margin-left: 2.5641%;
}

.page-template-page-whycare .featuredpost .entry-header,
.page-template-page-budgeting .featuredpost .entry-header,
.page-template-page-saving .featuredpost .entry-header,
.page-template-page-moremoney .featuredpost .entry-header,
.page-template-page-adulting .featuredpost .entry-header {
	padding: 0;
	background: none;
	margin: 0;
}

.page-template-page-whycare .featuredpost .entry:nth-of-type(4n+1),
.page-template-page-budgeting .featuredpost .entry:nth-of-type(4n+1),
.page-template-page-saving .featuredpost .entry:nth-of-type(4n+1),
.page-template-page-moremoney .featuredpost .entry:nth-of-type(4n+1),
.page-template-page-adulting .featuredpost .entry:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}

.page-template-page-whycare .entry-title,
.page-template-page-budgeting .entry-title,
.page-template-page-saving .entry-title,
.page-template-page-moremoney .entry-title,
.page-template-page-adulting .entry-title {
	margin: 0;
}



/* # Etc
---------------------------------------------------------------------------------------------------- */

.widget_nav_menu ul { display: block; text-align: center; width: 100%; }
.widget_nav_menu li { border-bottom: none; display: inline-block; padding: 0 10px; }

.widget_nav_menu #menu-social-icons ul li {
	border-bottom: none;
}

.widget_nav_menu #menu-social-icons li {
	background: none;
	padding-top: 11px;
}

.widget_nav_menu #menu-social-icons li a {
	color: #2ecc71;
}

.widget_nav_menu #menu-social-icons li a:hover {
	color: #000;
}


.after-entry {
	margin: 0 0 40px;
}

.blog .entry-footer .entry-meta {
	display: none;
}

.after-entry {
	background: #f1f1f1;
	padding: 20px 20px 5px;
	margin: 10px 0 40px;
}

.after-entry .widget:nth-of-type(1) {
	margin-bottom: 10px;
}

.after-entry .enews-widget {
    background-color: transparent;	
}

.after-entry .enews-widget p {
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: auto;
}


.outline {
	border: 1px solid #ddd;
	padding: 20px;
}

.single .entry-content img:first-child {
	margin: 0 24px 24px 0;
	float: left;
}


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

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

    .site-container {
    	width: 100%;
		margin: 0;
    }
	
	.single .site-inner { width: 100%; padding: 30px 2% 0; }
	
	.blog .site-inner, .archive .site-inner, .single .site-inner { width: 100%; }
	
	.custom-front .front-2,
	.custom-front .front-3,
	.custom-front .front-4,
	.custom-front .front-5,
	.custom-front .front-6,
	.custom-front .front-8,
	.entry
	.archive .entry,
	.pagination {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.site-header { margin: 0 auto; padding: 15px 0 0; }
	
	.site-header .wrap { padding: 0; }
	.title-area { margin: 0; float: none; }
	.header-image .title-area { margin: 0; padding: 10px 0 20px; }
	
	.site-inner { width: 100%; padding: 0; }
	
	.page .entry-content,
	.pagination { width: 100%; }
	
	.footer-widgets { margin: 50px 0 0; }
	
	.custom-front .front-1 .wrap, 
	.custom-front .front-3 .wrap,
	.custom-front .front-7 .wrap,
	.custom-front .front-8 { width: 100%; }
	
	.custom-front .front-1 .wrap { padding: 20px 20px 0; }
	
	.custom-front .front-2 .widget:nth-of-type(2),
	.custom-front .front-3 .widget:nth-of-type(2),
	.custom-front .front-4 .widget:nth-of-type(2),
	.custom-front .front-5 .widget:nth-of-type(2),
	.custom-front .front-6 .widget:nth-of-type(2) { font-size: 24px; }
	
	
	
	.custom-front .front-7 .enews-widget input[type="text"], .custom-front .front-7 .enews-widget input[type="email"] { width: 100%; }
	
	.custom-front .front-2, 
	.custom-front .front-3, 
	.custom-front .front-4,
	.custom-front .front-5,
	.custom-front .front-6, 
	.custom-front .front-7, 
	.footer-widgets .wrap { width: 100%; }
	
	.custom-front .enews { display: block; }
	.nav-primary .wrap { width: 100%; }
	.nav-primary .widget-area { float: none; width: 100%; }
	.simple-social-icons .alignright { float: none; display: inline-block; text-align: center; }
	.nav-primary .simple-social-icons { float: none; }
	
	.custom-front .front-4 .wrap { width: 100%; }
	
	.whycare,
	.budgeting,
	.saving,
	.moremoney,
	.adulting { width: 100%; padding: 0 2%; }

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.site-header .wrap {
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		
	}

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

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

	/* ### Genesis Responsive Menus */
	
	.header-image .site-title a { margin: 0 auto; }
	.nav-primary .widget { float: none; display: block; margin-bottom: 15px; }
	.category .entry, .tag .entry { width: 100%; margin-left: 0; }
	.sidebar-primary { text-align: center; }
	.nav-secondary, .md-oab .wrap { width: 100%; }
	
	.site-header {
		width: 100%;
	}
	
	.header-image .site-title a {
		margin: 0 auto;
	}
	
	.nav-primary {
		float: none;
		margin: auto;
		padding: auto;
	}
	
	.site-header .widget-area {
		margin: 0;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #f7f7f7;
		border-width: 0;
		color: #000;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

    button.menu-toggle:hover {
    	background: #e8f7ee;
    }

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		border-width: 0;
		color: #000;
	}

	.menu-toggle {
		line-height: 18px;
		position: relative;
		width: 100%;
		z-index: 1000;
		font-family: "Montserrat", sans-serif;
		padding: 14px 10px;
	}
	
	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		
	}

	.menu-toggle::before {
		font-size: 1.2em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 20px 10px 0 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		background: none;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}
		

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: center;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		background: #b2dae0;
		text-align: center;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 20px;
		width: 100%;
		background-color: #e8f7ee;
	}

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
    	background-color: #eee;
    }

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

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

	.footer-widgets-1 {
		margin: 0;
	}
	
	.front-1, .front-2, .front-3, .front-4, .front-5, .front-6 { width: 100%; margin: 20px auto 0; }
	.custom-front .widget_sp_image { width: 100%; margin-left: 0; }
	.custom-front .enews { display: inline-block; width: 90%; margin: 0 auto; }
	.custom-front .enews-widget .widgettitle { float: none; text-align: center; width: 100%; margin: 0 0 8px; }
	.custom-front .enews-widget p { text-align: center; }
	.custom-front .enews-widget form { width: 100%; }
	.custom-front .enews-widget input[type="email"], .custom-front .enews-widget input[type="text"] { width: 100%; margin: 0 0 4px; float: none; }
	.front-2 .enews-widget input[type="submit"] { float: none; }
	
	.one-half, .one-third, .one-fourth { margin-left: 0 !important; margin-bottom: 24px !important; }
	
	.custom-front .front-7 { padding-left: 2%; padding-right: 2%; }
	.custom-front .content .enews-widget input[type="submit"] { float: none; }
	.custom-front .content .enews-widget form { width: 100%; }
	.custom-front .content .enews-widget input[type="text"], .custom-front .content .enews-widget input[type="email"] { margin: 0 5px 5px; }

	.footer-widgets::before {
		top: -15%;
	}
}



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

	.page .entry-content {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.sidebar-primary,
	.single .content,
	.page-template-page_blog .entry-content, 
	.category-blog .entry-content {
		width: 100%; 
	}
	
	.archive .entry {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.single .entry-content, .single .entry-footer, .single .entry-comments, .single #respond { width: 100%; padding: 0 20px; }
	
	.home .site-inner { padding-left: 0; padding-right: 0; }
	
	.md-oab .enews-widget input[type="text"], .md-oab .enews-widget input[type="email"] { width: 98%; margin: 0 auto 4px; float: none; }

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 20px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-container { margin-top: 0; }
	.simple-social-icons .alignright { float: none; display: inline-block; text-align: center; }
	
	.custom-front .front-3 .widget_sp_image, .custom-front .front-4 .entry { width: 100%; margin-left: 0; }
	img.alignleft, .wp-caption.alignleft { margin: 0 auto 20px; display: block; }
	.alignleft { float: none; }
	a.more-link { float: none; margin: 10px auto 0; }
	.entry-categories { width: 100%; float: none; text-align: center; padding: 0 0 4px; display: block; }
	.entry-comments-link { width: 100%; float: none; text-align: center; display: block; }
	
	.custom-front .front-7 { padding: 0 10px; }
	
	.footer-widgets .enews-widget input[type="text"], .footer-widgets .enews-widget input[type="email"] { float: none; width: 90%; margin: 0 auto 5px; }
	.footer-widgets .enews-widget input[type="submit"] { display: block; margin: 0 auto; }
	
	.custom-front .front-2::after,
	.custom-front .front-3::after,
	.custom-front .front-4::after,
	.custom-front .front-5::after { left: 2%; }
	
	.footer-widgets::before { top: -17%; }
	.footer-widgets .enews-widget input[type="text"], 
	.footer-widgets .enews-widget input[type="email"] { width: 100%; }
	.footer-widgets .search-form { width: 80%; margin: 0 auto; }

}

@media only screen and (max-width: 699px) {
.footer-widgets .wrap { width: 100%; }
}

@media only screen and (max-width: 460px) {
	
	.footer-widgets { padding: 0; }
	.footer-widgets::before { top: -15%; }
	
	.header-image .site-title a {
		background-size: 100% auto; width: 97%; 
	}
	
	.custom-front .front-2::after,
	.custom-front .front-3::after,
	.custom-front .front-4::after,
	.custom-front .front-5::after { display: none; }
	
	.custom-front .front-1 { margin: 0 0 70px; }
	.custom-front .front-1 .wrap { display: block; }
	.custom-front .front-1 .widget:nth-of-type(1),
	.custom-front .front-1 .widget:nth-of-type(2) { width: 100%; height: auto; padding: 20px; margin-left: 0; }
	.custom-front .front-1::after { bottom: -10%; height: 20%; }
	
	.custom-front .front-2 { padding-top: 20px; margin: 0 auto 30px; }
	.custom-front .front-3,
	.custom-front .front-4,
	.custom-front .front-5 { margin: 0 auto 30px; }
	
	.custom-front .front-3 .wrap,
	.custom-front .front-4 .wrap,
	.custom-front .front-5 .wrap,
	.custom-front .front-6 .wrap { display: block; }
	
	.custom-front .front-2 .widget:nth-of-type(1) { margin: 0; }
	.custom-front .front-2 .widget:nth-of-type(1) .widgettitle { text-align: center; line-height: 1; }
	.custom-front .front-2 .widget:nth-of-type(2),
	.custom-front .front-3 .widget:nth-of-type(1),
	.custom-front .front-4 .widget:nth-of-type(1),
	.custom-front .front-5 .widget:nth-of-type(1),
	.custom-front .front-6 .widget:nth-of-type(1) { width: 80%; float: none; margin: 0 auto; }
	
	.custom-front .front-2 .widget:nth-of-type(3),
	.custom-front .front-3 .widget:nth-of-type(2),
	.custom-front .front-4 .widget:nth-of-type(2),
	.custom-front .front-5 .widget:nth-of-type(2),
	.custom-front .front-6 .widget:nth-of-type(2) { float: none; width: 100%; text-align: center; font-size: 24px; padding: 10px 0 0 0; }
	

.custom-front .content .enews-widget form { width: 100%; }
.custom-front .content .enews-widget input[type="text"], .custom-front .content .enews-widget input[type="email"] { width: 100%; float: none; margin: 0 0 5px; }
.custom-front .content .enews-widget input[type="submit"] { float: none; }

.custom-front .front-8 .featuredpost .entry,
.page-template-page-whycare .featuredpost .entry,
.page-template-page-budgeting .featuredpost .entry,
.page-template-page-saving .featuredpost .entry,
.page-template-page-moremoney .featuredpost .entry,
.page-template-page-adulting .featuredpost .entry { width: 48.717948717948715%; }

.custom-front .front-8 .featuredpost .entry:nth-of-type(4n+1),
.page-template-page-whycare .featuredpost .entry:nth-of-type(4n+1),
.page-template-page-budgeting .featuredpost .entry:nth-of-type(4n+1),
.page-template-page-saving .featuredpost .entry:nth-of-type(4n+1),
.page-template-page-moremoney .featuredpost .entry:nth-of-type(4n+1),
.page-template-page-adulting .featuredpost .entry:nth-of-type(4n+1) { clear: none; margin-left: 2.564102564102564%; }

.custom-front .front-8 .featuredpost .entry:nth-of-type(odd),
.page-template-page-whycare .featuredpost .entry:nth-of-type(odd),
.page-template-page-budgeting .featuredpost .entry:nth-of-type(odd),
.page-template-page-saving .featuredpost .entry:nth-of-type(odd),
.page-template-page-moremoney .featuredpost .entry:nth-of-type(odd),
.page-template-page-adulting .featuredpost .entry:nth-of-type(odd) { clear: both; margin-left: 0; }

.custom-front .front-1::after { bottom: -5%; } 
.custom-front .front-1 .widget:nth-of-type(1) .widgettitle { font-size: 32px; }
	.custom-front .front-1 .widget:nth-of-type(1) p { font-size: 24px; }

}