/*
	Theme Name: Make Money Your Way Custom Theme by Moonsteam Design
    Theme URI: http://www.moonsteamdesign.com
    Description: A custom Genesis 2.0 child theme by Moonsteam Design
    Author: Sara of Moonsteam Design
    Author URI: http://www.moonsteamdesign.com/
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Import Fonts
--------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Muli|Montserrat);


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#292829}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #666;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-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: #ff5d86;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0 0 16px 0;
	padding: 24px 40px;
	padding: 2.4rem 3rem 1rem;
	background: #eee;
}

pre {
	background: #292829;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.screen-reader-text {
	display: none;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

h1 {
	
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	
	font-size: 16px;
	font-size: 1.6rem;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	color: #333333;
	padding: 9px;
	padding: .9rem;
	width: 100%;
	font-size: 13px;
	font-family: 'Montserrat', serif;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #f94c84;
	border: none;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	padding: 10px;
	padding: 1rem;
	text-transform: uppercase;
	width: auto;
	margin: 5px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #fff;
	color: #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: 20px;
	margin-bottom: 2rem;
	width: 100%;
}

th {
	font-weight: bold;

}

td {
	padding: 6px;
}

	


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
}

.site-container {
	background: #fff;
	margin: 70px 0 0;
	width: 100%;
	padding: 0;
}

.site-inner {
	border-top: 1px solid #999;
	background: #fff;
	clear: both;
	margin: 30px auto 0 auto;
	padding: 30px 0 0;
	width: 1100px;
}




/* 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: 1000px;
}

.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: 64%;
}

.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: 520px;
}

.sidebar-content-sidebar .content {
	padding-left: 40px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	margin-top: 0;
	width: 300px;
	padding: 0;
	line-height: 18px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}


/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	background: #fff;
	margin-right: 24px;
	margin-right: 2.4rem;
	padding: 10px;
	padding: 1rem;
}

.alignright .avatar {
	background: #fff;
	margin-left: 24px;
	margin-left: 2.4rem;
	padding: 10px;
	padding: 1rem;
}

.search-form {
	width: 50%;
}

.search-form input {
	background: #fff url('images/searchicon.png') center right no-repeat;
	border:1px solid #ddd;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.site-header .search-form input {
	width: 200px;
	float: right;
	margin: -70px 0 0;
	padding: 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
} 
.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	text-align: center;
	font-style: italic;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 12px;
	font-size: 1.2rem;
	background: #eee;
	padding: 5px 10px;
}

.author-box {
	background: #fcefe8;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 20px 20px 25px;
	padding: 2rem 2rem 2.5rem;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin: 0;
	font-size: 14px;
}

.author-box .avatar {
	background: #fff;
	margin-right: 24px;
	margin-right: 2.4rem;
	padding: 4px;
	padding: 0.4rem;
}

.archive-description {
    background: #fcefe8;
	padding: 15px 15px 13px;
	text-align: center;
	margin: 0 0 20px 0;
}

.archive-title {
    margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
}

.taxonomy-description {
    background: #fcefe8;
	padding: 15px 15px 13px;
	text-align: center;
	margin: 0 0 20px 0;
}
.taxonomy-description h1 {
    margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
}

/* Headings
--------------------------------------------- */


.entry-author {
	margin-right: 4px;
	margin-right: 0.4rem;
	padding: 0;
}


.entry-title {
    color: #000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	font-style: normal;
	letter-spacing: 0;
	text-transform: none;
}

h1.entry-title{
	margin: 0 0 2px 0;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #000;
}

.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
	text-align: center;
	padding: 0 0 4px;
	color: #000000;
}

.sidebar .widgettitle a {
	border: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	text-align: center;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Muli', sans-serif;
	float: left;
	text-transform: uppercase;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Muli', sans-serif;
	font-size: 40px;
	font-size: 4rem;
	line-height: 4rem;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	font-style: normal;
	letter-spacing: 0;
}

.site-title a {
	color: #000;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.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: 10px auto 0;
	background: url(images/logo.png) top left no-repeat;
	width: 773px;
	height: 316px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}

.site-header .widget-area h4 {
	margin-bottom: 0;
	margin-top: 0;
	padding: 4px;
	padding: 0.4rem;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary,
.topstuff {
	background: #eda654;
	margin: 0;
	padding: 6px 0 4px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2000;
	color: #fff;
}

.nav-primary .widgettitle,
.topstuff .widgettitle {
	display: none;
}

.nav-primary .wrap,
.topstuff .wrap {
	width: 1100px;
	margin: 0 auto;
}

.nav-secondary {
	background: none;
	border-bottom: 1px solid #7e7e7f;
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}

.genesis-nav-menu,
.widget_nav_menu  {
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	margin: 0;
	line-spacing: 2px;
	padding: 6px 0 8px;
	font-family: 'Montserrat', sans-serif;
}

.widget_nav_menu {
	float: left;
}

.genesis-nav-menu .menu-item,
.widget_nav_menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a,
.widget_nav_menu a {
	border: none;
	display: block;
	padding: 10px 15px 12px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
}

.nav-secondary .genesis-nav-menu a {
	padding: 8px 15px 4px;
}

.genesis-nav-menu a:hover,
.widget_nav_menu a:hover {
	color: #fff;
	background: #f94c84;
}

.genesis-nav-menu .sub-menu,
.widget_nav_menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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,
.widget_nav_menu .sub-menu a {
	background: #eda654;
	padding: 8px 15px;
	padding: 1.2rem 1.5rem;
	position: relative;
	width: 200px;
	color: #fff;
}

.genesis-nav-menu .sub-menu a:hover,
.widget_nav_menu .sub-menu a:hover {
	color: #000;
}

.genesis-nav-menu li li.menu-item-has-children > a::after {
	color: #fff;
	content: " ▸";
	display: inline-block;
	font-size: 1.2em;
	position: absolute;
	right: 5px;
	top: 12px;
}


.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 150px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}



.topstuff .socials {
	float: right;
	margin: 0 10px;
}

.topstuff .socials .facebook, .topstuff .socials .twitter, .topstuff .socials .pinterest, .topstuff .socials .gplus, .topstuff .socials .rss, .topstuff .socials .feedly {
	width: 50px;
	height: 56px;
	display: inline-block;
}
.topstuff .socials .facebook {
	background: url(images/socials_moneybag_facebook.png) center center no-repeat;
	background-size: 50px auto;
}
.topstuff .socials .twitter {
	background: url(images/socials_moneybag_twitter.png) center center no-repeat;
	background-size: 50px auto;
}
.topstuff .socials .pinterest {
	background: url(images/socials_moneybag_pinterest.png) center center no-repeat;
	background-size: 50px auto;
}
.topstuff .socials .gplus {
	background: url(images/socials_moneybag_gplus.png) center center no-repeat;
	background-size: 50px auto;
}
.topstuff .socials .rss {
	background: url(images/socials_moneybag_rss.png) center center no-repeat;
	background-size: 50px auto;
}
.topstuff .socials .feedly {
	background: url(images/socials_moneybag_feedly.png) center center no-repeat;
	background-size: 50px auto;
}


.topstuff .search-form {
    float: right;
	margin: 7px 0;
}

.genesis-nav-menu input[type="search"],
.topstuff input[type="search"] {
	width: 120px;
	text-align: center;
	padding: 5px;
	margin: 7px 0;
	text-transform: uppercase;
	-moz-transition: 400ms width ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
	
}
.genesis-nav-menu .search-form input:last-child,
.topstuff .search-form input:last-child {
	display: inline !important;
}

.genesis-nav-menu .search-form input,
.topstuff .search-form input {
	background: #eda654;
	border: 1px solid #fff;
	color: #fff;
	width: 180px;
    font-weight: 500;
    opacity: 1 !important;
}
.genesis-nav-menu input[type="submit"],
.topstuff input[type="submit"] {
	/*padding: .5rem .7rem;
	margin: 0;
	display: none;*/
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.genesis-nav-menu .search-form,
.topstuff .search-form {
	width: auto;
}

.topstuff ::-webkit-input-placeholder {
 font-size: 13px;
 color: #fff;
 text-transform: uppercase;
 text-transform: uppercase;
 text-align: center;
 font-weight: 500;
 opacity: 1 !important;
}
.topstuff :-moz-placeholder { /* older Firefox*/
 font-size:13px;
 color: #fff;
 text-transform: uppercase;
 text-align: center;
 font-weight: 500;
 opacity: 1 !important;
}
.topstuff ::-moz-placeholder { /* Firefox 19+ */ 
 font-size: 13px;
 color: #fff; 
 text-transform: uppercase;
 text-align: center;
 font-weight: 500;
 opacity: 1 !important;
} 
.topstuff :-ms-input-placeholder { 
 font-size: 13px; 
 color: #fff;
 text-transform: uppercase;
 text-align: center;
 font-weight: 500;
 opacity: 1 !important;
}


/* Entries
--------------------------------------------- */

.entry {
	background: #fff;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

.single .entry {
	text-align: justify;
}

.blog .entry, .archive .entry {
	border-bottom: 1px solid #434343;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 22px;
	margin-bottom: 2rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}
.pagination ul li,
.pagination ol li { margin-left: 0; }

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-header {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-header .entry-meta,
.post-info {
	padding: 8px 0 0;
	border-top: none;
	border-bottom: none;
	text-transform: none;
	font-size: 11px;
}

.entry-meta {
	clear: both;
	color: #7f7f7f;
	font-family: 'Muli', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 11px; 
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.entry-meta a { 
    color: #7f7f7f;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	padding: 10px 0 9px;
	margin: 0 0 10px; 
}
.entry-footer .entry-meta p {
	margin: 0;
}

.entry-categories {
	float: left; 
	width: 50%;
}
.entry-comments-link {
	float: right;
}

.entry-tags {
	margin: 0;
	float: right;
	width: 50%;
	text-align: right;
}


/* Entry 

--------------------------------------------- */

.navigation,
.archive-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	border: 1px solid #eda654;
	color: #eda654;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.4rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background: #eda654;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-size: 1.4rem;
	font-weight: 300;
}

.commentnumber {
	color: #000;
	float: right;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	margin: 0px 10px 0 -10px;
	margin: 0 1rem 0 -1rem;
	padding: 0;
	padding: 0;
}

#reply-title {
	font-weight: 300;
	text-align: left;
	margin: 15px 0 0 0;
}

#respond label {
	font-weight: 300;
	padding: 10px 0 5px;
	text-transform: uppercase;
}

.logged-in-as {
	font-size: 10px;
	font-size: 1rem;
	text-transform: uppercase;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

#comments h3 { 
  
}

.entry-comments a,
#respond a {
	
}

a.comment-reply-link {
    background: #eda654;
	color: #fff;
	padding: 7px;
}
a.comment-reply-link:hover {
    background: none;
    color: #666;
}

.comment-header {
	margin: 0 0 18px;
}

.entry-comments .comment-author {
	margin: 0;
}

.comment-author cite {
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 26px;
	padding: 2rem;
}

.comment-list li li {
	border: 1px solid #999;
}

li.comment {
	background: #f3f3f3;
	
}

.comment .avatar {
	background: #fff;
	padding: 3px;
	margin: 0 16px 10px 0;
	margin: 0 1.6rem 1rem 0;
}

.comment-meta {
    margin: -5px 0 30px 0;
	font-size: 11px;
	display: none;
}

.bypostauthor {
	background: #fff;
}

.form-allowed-tags {
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p {
	line-height: 18px;
	text-align: center;
}

.sidebar img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	word-wrap: break-word;
	text-align:center;
}

.sidebar .widget_recent_entries li,
.sidebar .widget_links li,
.sidebar .hoverlist li {
	border-bottom: 1px dotted #eee;
	font-family: 'Georgia', serif;
	font-style: italic;
	padding: 10px 5px;
}

.sidebar .widget_recent_entries li:hover,
.sidebar .widget_links li:hover,
.sidebar .hoverlist li:hover {
	background: #fcefe8;
}
.sidebar .widget_recent_entries li a:hover,
.sidebar .widget_links li a:hover,
.sidebar .hoverlist li a:hover {
	color: #ff5d86;
}


.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.widget_archive {
	border-bottom: none !important;
}

.sidebar .widget {
	background: #fff;
	margin: 0 0 25px 0;
	margin: 0 0 2.5rem 0;
	padding: 0 0 10px 0;
	padding: 0 0 1rem 0;
}

.sidebar .search-form {
	width: 100%;
	text-align:center;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	margin: 20px auto 0 auto;
	margin: 2rem auto 0 auto;
	padding: 40px 0 30px;
	padding: 4rem 0 3rem;
	text-align: center;
	color: #666;
	width: 100%;
}

.footer-widgets .wrap {
	width: 1100px;
	margin: 0 auto;
}


.footer-widgets-1,
.tools {
	width: 100%;
    text-align: center;
	background: #fcefe8;
	width: 300px;
	border: 2px solid #eda654;
	padding: 30px 30px 15px;
	margin: 0 auto 10px;
}

.footer-widgets .widgettitle,
.tools-title {
	color: #434343;
	font-size: 14px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}


.null-instagram-feed li {
	width: 50%;
	float: left;
	padding: 5px;
	border-bottom: none;
}
.null-instagram-feed p a {
	text-transform: uppercase;
	font-size: 12px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #eda654;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 300;
	padding: 5px 0;
	padding: .5rem 0;
	text-align: center;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	margin: 0;
}




/* More etc
---------------- */

p.comment-subscription-form {
   margin: 0;
}
div#commentluv {
   padding: 0;
}
div#commentluv input#doluv {
   margin: 10px 10px 10px 0;
   width: 10px;
}
div#commentluv span img {
   margin-bottom: 0rem;
}


/* Prev Next 
---------------------------------------------- */

.prev-next { 
    margin: 0; 
	font-size: 10px; 
	line-height: 12px;
	float: left;
	width: 100%;
	padding: 0 0 10px;
}

.prev-link { 
    float: left; 
	width: 50%; 
	font-size: 12px;
	text-transform: uppercase;
}

.next-link { 
    float: right; 
	text-align: right; 
	width: 50%; 
	font-size: 12px;
	text-transform: uppercase;
}	

/* User Profile Widget */

.user-profile,
.sidebar .user-profile {
	border: 1px solid #f94c84;
	padding: 20px;
}

.user-profile p {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}

.user-profile a {
	display: block;
}

.user-profile .alignright .avatar {
	margin-left: 15px;
	margin-left: 1.5rem;
	padding: 0 !important;
}

.user-profile .alignleft .avatar {
	margin-right: 20px;
	margin-right: 2rem;
	padding: 0 !important;
}

.user-profile img.avatar {
	margin-right: 20px;
}

/* Pinterest RSS Widget */
li.pins-feed-item { padding: 0 8px !important; }
.nailthumb-container img.nailthumb-image { padding: 0 3px 0 0 !important; }


/* Optins
--------------------------------------------- */

.after-entry {
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	margin: 0 0 40px;
}

.after-entry .enews-widget {
	
}

.after-entry .enews-widget .widgettitle, .sidebar .enews-widget h3 { 
	
}

.after-entry .enews-widget input[type="email"] {
	margin: 0 0 4px;
	width: 600px;
}

.after-entry .enews-widget input[type="submit"] {
    background: #fff;
	color: #000;
}

.after-entry .enews-widget input:hover[type="submit"] {
    background: #f94c84;
}


.sidebar .enews-widget {
	text-align: center;
	background: #eda654 !important;
	padding: 20px !important;
	color: #fff;
}

.sidebar .enews-widget .widgettitle, .sidebar .enews-widget h3 { 
	color: #fff;
}

.sidebar .enews-widget input[type="email"] {
	margin: 0 0 4px;
	width: 100%;
}

.sidebar .enews-widget input[type="submit"] {
    background: #fff;
	color: #000;
}

.sidebar .enews-widget input:hover[type="submit"] {
    background: #ddd;
	color: #000;
}


.md-obf {
	width: 100%;
	margin: 20px 0 0;
	padding: 30px 0 25px;
	background: #eda654;
	text-align: center;
	color: #fff;
}

.md-obf .widgettitle {
	color: #fff;
}

.md-obf .wrap {
	width: 1100px;
	margin: 0 auto;
}

.md-obf #mc_embed_signup2 {
	text-align: center;
	background: none !important;
	padding: 0 !important;
	margin: 0 auto;
	width: 600px;
}

.md-obf p { 
	display: inline;
	padding: 0 0 0 15px;
}

.md-obf .enews-widget form,
.md-obf #mc_embed_signup2 form {
	display: inline;
}

.md-obf .enews-widget input[type="email"],
.md-obf #mc_embed_signup2 input[type="email"] {
	margin: 0 0 4px;
	/*width: 83%;*/
	width: 400px;
	background: #eda654;
	border: 1px solid #fff;
	padding: 9px;
	/*float: left;*/
}

.md-obf .enews-widget input[type="submit"] {
    background: #fff;
	color: #000;
	margin: 0;
}

.md-obf .enews-widget input:hover[type="submit"],
.md-obf #mc_embed_signup2 input:hover[type="submit"] {
    background: none;
	color: #fff;
}


.topposts {
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
}



/* Home Page
--------------------------------------------- */

.page-template-page_front .sumome-share-client-wrapper {
	display: none;
}

.front-welcome {
	/*width: 31.9%;*/
	width: 100%;
	margin: 0 0 30px;
	padding: 10px;
	background: #fcefe8;
	display: inline-block;
}

.front-welcome .enews-widget {
	width: 66%;
	margin: 0 1.3% 0 0;
	padding: 20px;
	background: #ff5d86;
	color: #fff;
	float: left;
	text-align: center;
}

.front-welcome .graphic {
	float: left;
	margin: 0 2.3% 0 0;
}

.front-welcome .asseenon {
	background: url(images/site2_asseenon_horizontal.png) center center no-repeat;
	width: 818px;
	height: 171px;
	margin: 0 auto;
}

.front-welcome .widgettitle {
	display: none;
}

.front-welcome h3 {
	color: #333;
	font-size: 24px;
}

.front-welcome .enews-widget p { 
	padding: 0 0 0 15px;
}

.front-welcome .enews-widget input[type="email"],
.front-welcome .enews-widget input[type="text"] {
	margin: 0 0 4px;
	width: 400px;
	background: #ff5d86;
	padding: 10px 10px 9px;
	border: 1px solid #fff;
	text-align: center;
	display: block;
}

.front-welcome .enews-widget input[type="submit"] {
	margin: 0;
	padding: 11px 10px 10px;
	display: block;
	width: 400px;
	background: #fff;
	color: #e28a24;
}

.front-welcome .enews-widget input:hover[type="submit"] {
    background: #ff5d86;
	color: #000;
}

.front-welcome p {
	font-size: 18px;
}

.front-welcome a.button {
	background: #fff;
	padding: 14px 18px;
	display: inline-block;
	margin: 10px auto 0;
	color: #e28a24;
}

.front-welcome a:hover.button {
    background: #ff5d86;
	color: #000;
}


.front-categories {
	padding: 0;
	margin: 0;
}

.front-categories .widget {
	width: 32%;
	float: left;
	/*background: #e3eae5;*/
	/*border: 1px solid #ddd;*/
	/*padding: 20px 20px 15px;*/
	margin: 0 .66% 16px;
	text-align: center;
	/*height: 370px;*/
}

.front-categories .widget h3 {
	font-size: 16px;
}

.front-categories .widget_sp_image img {
	/*border-radius: 50%;
	border: 1px solid #666;*/
}

.front-bottom {
	border-top: 1px solid #666;
	text-align: center;
	padding: 40px 0;
}

.front-bottom .featuredpost {
	margin: 0 0 20px;
	display: inline-block;
}

.front-bottom .featuredpost .entry {
	width: 32%;
	margin: 0 .66%;
	border-bottom: 0;
	padding: 0 20px;
	float: left;
}

.front-bottom .featuredpost .entry p {
	text-align: justify;
	margin: 5px 0 0;
} 

.front-bottom .widget_text {
	clear: both;
}

.front-bottom .featuredpost h2 {
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-style: normal;
}

.featured-content .entry,
.featuredpost .post {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding: 0;
	padding: 0;
	text-align: center;
}



a.more-link {
	display: block;
	margin: 22px auto 0;
	text-align: right;
	font-family: 'Georgia', serif;
	font-style: italic;
}
a.more-link:hover {
	color: #000;
}

.front-bottom a.more-link {
	text-align: center;
}

p.more-from-category { 
	text-align: center; 
	clear: both;
}
.more-from-category a {
    text-align: center;
	background: #eee;
	padding: 10px 15px;
	
}

.sidebar .featuredpost .entry {
	width: 100%;
	float: none;
}

.teaser p { margin: 0 0 5px 0; }
.teaser .entry { padding: 1rem 0 1.4rem 1rem; text-align: center; }
.teaser .entry-header { margin-bottom: 0; }
.teaser .entry-title { font-size:1.4rem; text-align:center; padding: 5px 0 0 0; }
.teaser a img { display: block; margin: 0 auto; }
.teaser .entry-header .entry-meta { text-align: center; padding: 3px 0 0 0; }
.teaser img.alignleft { margin: 0 auto 8px; float: none; width:100%; }

.genesis-grid { float: left; margin: 0; }
.post-teasers-pair { clear: both; }
.genesis-grid .entry-title { font-size: 1.8rem; }

.clear { clear: both; }
.archive-pagination li { margin-left: 0; }



.sumome-share-client-wrapper {
	margin: 20px 0 !important;
}


.Google_Authorship {
	margin: 0 0 20px;
	border: 1px solid #eee;
	padding: 20px;
}

.signup-form {
	margin: 20px 0;
	text-align: center;
	background: #fcefe8;
	padding: 20px;
}


/* Mobile menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}
 
.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #000;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
	.topstuff .wrap, .nav-primary .wrap, .nav-secondary, .site-inner, .footer-widgets .wrap, .md-obf .wrap { width: 100%; }
	.sidebar-primary { width: 30%; }
	.site-inner { padding: 15px 10px; }
	.front-top .enews-widget { margin-right: 2%; }
}	

@media only screen and (max-width: 1023px) {
	.title-area { float: none; margin: 0 auto; width: auto; }
	.header-image .site-title a { margin: 0 auto; }
	.site-header .widget-area { float: none; margin: 0 auto; }
	a.more-link { margin: 12px 0 0 0;}
	.front-top .enews-widget .cover { padding: 0 10px 0 0; }
	.after-entry .enews-widget input[type="email"] { width: 100%; }
	.front-welcome .asseenon { background-size: 700px auto; width: 100%; }
	.nav-primary .widget-area { width: 50%; }
}	

@media only screen and (max-width: 980px) {
	.topstuff { position: relative; padding: 5px; }
    .topstuff .widget_nav_menu, .topstuff .socials, .topstuff .search-form { float: none; display: block; text-align: center; margin: 0 auto; }
	.widget_nav_menu { float: none; padding: 0; }
	.widget_nav_menu a { padding: 4px 15px 6px; }
	.site-container { margin: 10px 0 0; }
}

@media only screen and (max-width: 767px) {
	.site-header { padding: 5px 0 10px;}
	.simple-social-icons .alignright { float: none; display: inline-block; text-align: center; }
    .content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar    .content, .sidebar-primary, .sidebar-left, .sidebar-right, .sidebar-bottom { float: none; width: 100%; }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 { float: none; width: 100%; }    
	.nav-primary { position: relative; }
	.front-top .enews-widget { float: none; width: 100%; }
	.front-top .widget_text { float: none; width: 100%; margin: 10px auto; }
	.front-top .enews-widget input[type="text"], .front-top .enews-widget input[type="email"], .front-top .enews-widget input[type="submit"] { width: 100%; }
	.md-oab .enews-widget img { display: block; margin: 0 auto; }
	.md-oab .enews-widget input[type="email"] { width: 100%; }
	
	.front-categories .widget { width: 100%; float: none; margin: 0 auto 15px; }
	.front-bottom .featuredpost .entry { width: 100%; float: none; margin: 0; height: auto; padding: 0 20px 40px; }
	.md-obf .enews-widget input[type="email"], .md-obf #mc_embed_signup2 input[type="email"] { width: 100%; }
	.md-obf .wrap { padding: 0 10px; }
	
	.entry-categories { float: none; width: 100%; display: block; text-align: center; padding: 0 0 5px; }
	.entry-tags { float: none; width: 100%; display: block; text-align: center; }
	.entry-comments-link { float: none; width: 100%; display: block; padding: 3px 0; }
	
	.front-welcome .asseenon { background-size: 600px auto; width: 100%; }

}

@media only screen and (max-width: 479px) {
	.nav-primary .widget-area { float: none; width: 100%; }
	.nav-primary .simple-social-icons { float: left; width: auto; }
	.site-inner { margin: 0 auto; }
	.header-image .site-title a { background-size: 280px auto; width: 280px; height: 120px; }
	.genesis-nav-menu input[type="search"] { margin: 1px 3px; }
	img.alignleft, .wp-caption.alignleft { margin: 0 auto 5px; display: block; }
	.alignleft { float: none; }
	a.more-link { float: none; margin: 10px auto 0; }
	
	.front-top .enews-widget .cover { width: 100%; float: none; padding: 0; }
	.front-top .enews-widget .text { width: 100%; float: none; }
	.front-middle .widget_sp_image { float: none; width: 100%; }
	
	.front-welcome .asseenon { background: url(images/site2_asseenon_vertical.png) center center no-repeat; background-size: 269px auto; width: 269px; height: 320px; }
	
	.footer-widgets-1 {
		width: 98%;
	}
}

@media only screen and (max-width: 320px) {
.topstuff .socials .facebook, .topstuff .socials .twitter, .topstuff .socials .pinterest, .topstuff .socials .gplus, .topstuff .socials .rss, .topstuff .socials .feedly { width: 40px; height: 46px; }
.topstuff .socials .facebook { background-size: 40px auto; }
.topstuff .socials .twitter { background-size: 40px auto; }
.topstuff .socials .pinterest { background-size: 40px auto; }
.topstuff .socials .gplus { background-size: 40px auto; }
.topstuff .socials .rss { background-size: 40px auto; }
.topstuff .socials .feedly { background-size: 40px auto; }
}