/*
	Theme Name: Selfstartr
	Description: Selfstartr is a custom theme for The Genesis Framework.
	Author: Mike Hemberger
	Author URI: http://thestizmedia.com/
	Version: 2.0.8

	Template: genesis
	Template Version: 2.0.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Simple Share
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Front Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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:#000}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;
	-webkit-appearance: none;
}

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

body {
	background-color: #fbfbfb;
	color: #555;
	font-family: "adelle",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.625;
}

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

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}

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

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

a {
	color: #20b1b6;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #666;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	color: #777;
	font-family: "nimbus-sans",sans-serif;
	border: 1px solid #eee;
	border-left: 20px solid #20b1b6;
	/* letter-spacing: 1px; */
	padding: 20px;
	margin: 40px;
	background: #fff;
	font-style: italic;
}

.entry-content blockquote p {
	margin: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/*.archive-description,*/
.boxed {
	background-color: #fff;
	color: #555;
    font-family: "nimbus-sans",sans-serif;
	text-align: center;
	padding: 30px;
	border: 4px solid #0bb1b7;
	border-radius: 6px;
	margin: 0 auto 30px;
}

/*.archive-description .archive-title,*/
.boxed h4 {
	position: relative;
	top: -32px;
	display: inline-block;
	background-color: #0bb1b7;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 12px;
	margin: 0;
	vertical-align: top;
}

.boxed p,
.boxed ul,
.boxed ol {
	text-align: left;
}

.boxed ul,
.boxed ol {
	line-height: 1.4;
	list-style-type: circle;
	margin-left: 30px;
	margin-bottom: 30px;
}

.boxed li {
	margin-bottom: 8px;
}

.boxed.gray {
	border-color: #555;
}
.boxed.gray h4 {
	background-color: #555;
}

.boxed.tldr {
	background-color: #555;
	color: #fff;
	border-color: #20b1b6;
}
.boxed.tldr h4 {
	background-color: #20b1b6;
}

.boxed a,
.chapter.light .boxed a {
	color: #20b1b6;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

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

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Accessible Menu
--------------------------------------------- */

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "nimbus-sans",sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Hide the blog title and post titles while web fonts are loading */
.wf-loading .entry-title {
	visibility: hidden;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

input,
textarea {
	width: 100%;
}

select {
	width: auto;
}

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

.search-form input:focus::-webkit-input-placeholder { color: white; }
.search-form input:focus:-moz-input-placeholder { color: white; }
.search-form input:focus::-moz-input-placeholder { color: white; }
.search-form input:focus:-ms-input-placeholder { color: white; }

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

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

select {
   -webkit-appearance: menulist;
   -moz-appearance:    menulist;
   appearance:         menulist;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	margin: 0 0 3px 3px;
	vertical-align: middle;
	box-sizing: border-box;
}

input[type="checkbox"] {
   -webkit-appearance: checkbox;
   -moz-appearance:    checkbox;
   appearance:         checkbox;
}
input[type="radio"] {
   -webkit-appearance: radio;
   -moz-appearance:    radio;
   appearance:         radio;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #20b1b6;
	border: none;
	border-radius: 1px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

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

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

.button {
	border-radius: 3px;
	display: inline-block;
}

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

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

.table-table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
}

.table-tr {
	display: table-row;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.table-tr:first-of-type {
	border-bottom: 0;
}

.table-th,
.table-td {
	display: table-cell;
}

.table-th {
	background-color: rgba(0,0,0,0.05);
	font-weight: bold;
	padding: 12px 20px;
}

.table-td {
	padding: 8px 20px;
}

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

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

.content-sidebar .site-inner,
.wrap {
	max-width: 1160px;
	padding: 0 15px;
}

.site-inner {
	clear: both;
	margin: 40px auto;
}

.home .site-inner {
	background: transparent;
	margin: 0;
}

.wrap {
	margin: 0 auto;
}

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

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

/* Content */

#chapters .nc_socialPanel,
.content,
.chapter-wrap,
.single-post.full-width-content .content {
	max-width: 720px;
}

#chapters .nc_socialPanel,
.content,
.chapter-wrap,
.single-post.full-width-content .content {
	margin: 0 auto;
	padding: 0 2%;
}

.home .content {
	padding: 0;
}

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

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

.page.full-width-content .content {
	max-width: 900px;
}

.landing-sections .title-section .wrap,
.landing-sections.page.full-width-content .content,
.landing-sections .section-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding-left: 4%;
	padding-right: 4%;
}

.landing-sections .section {
	padding: 60px 0;
}

.landing-sections .section.odd {
	background-color: #eff0ef;
}

.home.page.full-width-content .content {
	max-width: 100%;
}

/* Primary Sidebar */

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

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

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

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.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-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

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

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

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

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

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

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

.gallery {
	clear: both;
	padding: 0;
	font-size: 0;
}

.gallery .gallery-item {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 30px;
}

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

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

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

.gallery-columns-2 .gallery-item:nth-child(3n+1),
.gallery-columns-3 .gallery-item:nth-child(4n+1),
.gallery-columns-4 .gallery-item:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}

.gallery-caption {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	background: #dfdfdf;
	color: #969696;
	font-size: 14px;
	padding: 9px 14px;
}

.breadcrumb a {
	color: #7A7A7A;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #20b1b6;
	color: #fff;
	padding: 40px;
	overflow: hidden;
}

.archive-description .archive-title,
.author-box-title {
	color: rgba(255,255,255,0.7);
	font-size: 20px;
	margin-bottom: 4px;
}

.archive-description .archive-title {
	font-size: 26px;
}

.author-box-content {
	overflow: hidden;
}

.author-box a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.author-box a:hover {
	color: #eee;
	border: none;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	width: 100px;
	margin-right: 24px;
	border: 4px solid #fff;
	border-radius: 50%;
}

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

h1.entry-title {
	font-size: 50px;
	line-height: 1;
}

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

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

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

.title-section {
	color: #fff;
	background-color: #0bb1b7;
}

.title-section .wrap {
	max-width: 800px;
	text-align: center;
	padding: 60px 15px 0;
}

.title-section h1 {
	color: #fff;
}

.pretitle {
	color: rgba(255,255,255,0.7);
    font-family: "nimbus-sans",sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.subtitle {
    font-family: "nimbus-sans",sans-serif;
    text-transform: capitalize;
	margin-top: 30px;
}

.ss-post-info,
.ss-post-info a {
	color: rgba(255,255,255,0.7);
}

.ss-post-info a:hover {
	color: #fff;
}

.ss-image {
	margin: 30px 0 0;
}

.title-section .nc_socialPanel {
	height: auto;
	background-color: #fbfbfb;
	margin: 20px 0 0 !important;
	margin-top: 20px !important;
	padding: 20px 20px 10px;
	overflow: hidden;
}

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

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

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

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

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

body .tl-style .tve-leads-conversion-object p {
	font-family: "adelle",serif !important;
}
body .tl-style .tve-leads-conversion-object button {
    font-family: "nimbus-sans",sans-serif !important;
}

.wp_widget_plugin_box li a {
	color: #777;
	font-size: 14px;
}

.wp_widget_plugin_box li a b {
	color: #20b1b6;
	font-size: 17px;
	font-weight: normal;
}

.wp_widget_plugin_box li a:hover,
.wp_widget_plugin_box li a b:hover {
	color: #333;
}

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

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
}

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

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #067CCC;
	margin: 0;
	width: 100%;
}

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

/* Genesis Simple Share
--------------------------------------------- */

.share-before {
	margin-bottom: 10px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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


div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 12px 16px;
}

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

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

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

/* WordPress SEO (Yoast)
--------------------------------------------- */

/*Local SEO add-on*/

#wpseo-directions-wrapper {
	margin-top: 30px;
}

.wpseo-directions-submit {
	margin-top: 10px;
}

.adp-step, .adp-text {
	padding-left: 34px;
}

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
}

.site-header .wrap {
	padding: 20px 10px;
}

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

.title-area {
	float: left;
}

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

.site-title a {
	display: block;
	background: url(images/logo.png) no-repeat;
	background-size: contain;
	width: 200px;
	height: 52px;
	text-indent: -9999px;
}

.site-description {
	height: 0;
	text-indent: -9999px;
	margin: 0;
}

/* Header Content
--------------------------------------------- */

.header-content {
	display: inline-block;
	float: right;
}

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

.site-header .search-form input {
	display: inline;
	width: 222px;
	border: none;
	border-radius: 0;
}

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

/* General Navigation
--------------------------------------------- */

.genesis-nav-menu {
	clear: both;
    font-family: "nimbus-sans",sans-serif;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	position: relative;
	display: block;
	color: #e4e4e4;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 26px;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 6px;
	-webkit-font-smoothing: antialiased;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	border: 1px solid #222;
	border-top: none;
	font-size: 14px;
	padding: 12px 18px;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #222;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 239px;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 14px 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	width: 200px;
	padding: 7px 0 0;
}

.genesis-nav-menu > .search input {
	padding: 8px 16px 8px;
	border-radius: 1px;
	border: none;
}

.genesis-nav-menu > .twitter a:hover {
	color: #fff;
}

.genesis-nav-menu > .twitter::before {
	color: #fff;
	content: "\f099";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin: 0 15px 0 0;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

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

.nav-header {
	float: right;
	margin-top: 10px;
}

.nav-header a {
	color: #252525;
	font-size: 17px;
	padding: 8px 4px;
	margin: 0 20px;
}

.nav-header a:hover,
.nav-header .current-menu-item > a,
.nav-header .menu-item-has-children:hover > a,
.nav-header .sub-menu .current-menu-item > a:hover {
	color: #20b1b6;
}

.nav-header .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-header .sub-menu a {
}

.nav-header .sub-menu a:hover,
.nav-header .sub-menu .current-menu-item > a,
.nav-header .sub-menu .current-menu-item > a:hover {
}

.nav-header .sub-menu .current-menu-item > a {
}

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

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

.home .nav-primary .current-menu-item > a,
.menu-toggle.primary-toggle,
.nav-primary {
	background-color: #333;
	border-radius: 0;
}

.nav-primary a {
	color: #e4e4e4;
	font-size: 17px;
	padding: 12px 18px;
}

.nav-primary a:hover {
	background: #3d3d3d;
}
.nav-primary .current-menu-item > a,
.nav-primary .menu-item-has-children:hover > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #20b1b6;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-primary .sub-menu a {
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
}

.nav-primary .sub-menu .current-menu-item > a {
}

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

.menu-toggle.secondary-toggle,
.nav-secondary {
	background-color: #252525;
	border-radius: 0;
}

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

.nav-secondary a {
	color: #e4e4e4;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .menu-item-has-children:hover > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	background: #111;
	color: #fff;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-secondary .sub-menu a {
}

.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
}

.nav-secondary .sub-menu .current-menu-item > a {
}


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

/* Home / Front Page
--------------------------------------------- */

.home .section .wrap {
	max-width: 100%;
}

.home .section.odd {
	background: #fff;
}

.home-one {
	background-position: top;
	font-size: 20px;
	text-shadow: 0 0 3px rgba(255,255,255,0.3);
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size   : cover;
	-o-background-size     : cover;
	background-size        : cover;
	padding: 160px 15px;
}

.home .section.home-one .wrap {
	max-width: 1160px;
}

.home-one h1 {
	color: #333;
	font-size: 40px;
	text-shadow: 0 0 3px rgba(255,255,255,0.3);
	text-align: center;
	margin-bottom: 18px;
}

.home-top {
	margin: 40px auto 0;
	overflow: hidden;
}

.home-top .widget-title {
	color: #333;
	font-size: 22px;
}

.home-top input {
	border: none;
	box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
}

.home-two .wrap {
	text-align: center;
	padding: 80px 0;
}

.home-three .wrap {
	padding: 0;
}

#filter-filter {
	display: block;
	background-color: #eaebed;
	text-align: center;
	padding: 5px 0;
	border-top: 4px solid #26b4b9;
}

#filter-filter .filter {
	background-color: transparent;
	color: #9ca4ac;
    font-family: "nimbus-sans",sans-serif;
    font-size: 16px;
	padding: 8px 12px;
	margin: 2px 0;
	border-radius: 3px;
}

#filter-filter .filter:hover {
	background-color: rgba(255,255,255,0.3);
}

#filter-filter .filter.active {
	background-color: #fff;
	color: #777;
}

#filter-filter .filter:focus {
	outline: none;
}

.filter-wrap {
	text-align: justify;
	padding: 30px;
	max-width: 1000px;
	margin: 0 auto;
}

.filter-wrap:after{
	content: '';
	display: inline-block;
	width: 100%;
}

.filter-wrap .entry.mix {
	display: none;
}

.filter-wrap .entry,
.filter-wrap .gap {
	display: inline-block;
	width: 32%;
	margin: 10px auto 20px;
	padding: 0;
	vertical-align: top;
}

.filter-wrap .entry a {
	display: block;
	background: #f6f6f6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.filter-wrap .entry a:hover {
	background-color: #fff;
	opacity: 0.8;
}

.mix-title {
	display: block;
	background-color: transparent;
    border: 1px solid #ececec;
    border-top: none;
	color: #444;
    border-radius: 0 0 5px 5px;
	font-family: "nimbus-sans",sans-serif;
	font-size: 18px;
	padding: 20px;
	text-align: center;
}

.mix-title:before {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: rgba(0,0,0,0.15);
	margin: 5px auto 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.filter-wrap .entry a:hover .mix-title:before {
	width: 140px;
}

.mix-image {
	display: table;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
	vertical-align: middle;
    border-radius: 5px 5px 0 0;
}

.mix-image > img {
	max-width: 140px;
	display: table-cell;
    vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

.entry,
.after-entry.widget-area {
	margin-bottom: 40px;
}

.entry-content a {
	color: #20b1b6;
}

.entry-content a:hover {
	color: #333;
}

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

.chapter-wrap ol,
.chapter-wrap ul,
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

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

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

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

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

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

.single .wp-post-image {
	margin-bottom: 16px;
}

.entry-meta {
	color: #555;
	font-size: 14px;
}

.ss-post-meta {
	margin-bottom: 30px;
}

.separator {
	margin: 0 8px;
}

.entry-header .entry-meta a {
	color: #555;
}

.entry-header .entry-meta a:hover {
	color: #222;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 10px 0;
	padding: 10px 0 0 0;
}

.chapters .entry-meta {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

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

/* Guide Book (Chapters)
--------------------------------------------- */

.entry-content .tableofcontents {
	margin: 0;
}

.entry-content .tableofcontents li {
	list-style-type: none;
}

.tableofcontents a {
	color: #666;
	font-weight: bold;
}

.tableofcontents a:hover {
	color: #888;
}

.chapter.odd {
	background-color: #eff0ef;
}

.chapter.light,
.chapter.light h1,
.chapter.light h2,
.chapter.light h3,
.chapter.light h4,
.chapter.light h5,
.chapter.light h6,
.chapter.light .chapter-number {
	color: #fff;
}

.chapter.light,
.chapter.light .wrap {
	border-color: #fff;
}

.chapter.light :not(boxed) a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.chapter.light a:hover {
	color: #eee;
	border: none;
}

.chapter-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

.chapter-number {
	display: inline-block;
	position: relative;
    font-family: "nimbus-sans",sans-serif;
	color: #888;
	border-color: #888;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.chapter-number:before,
.chapter-number:after {
	content: '';
    border-bottom: 2px dotted;
    display: inline-block;
    width: 26px;
    height: 2px;
    vertical-align: middle;
    margin: -4px 5px 0;
}

.chapter-title {
	color: #555;
	font-size: 40px;
	text-align: center;
}

.chapters .comment-respond {
	margin-top: 60px;
}

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

.archive-pagination {
	clear: both;
}

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #333;
    margin: 4px 1px 4px 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #0bb1b7;
}

.archive-pagination .pagination-previous a, .archive-pagination .pagination-next a {
    width: auto;
    padding: 0 15px;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

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

.comment-respond,
.entry-pings {
	padding: 20px 20px 16px;
}

.comment-content p {
	margin-bottom: 14px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

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

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

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

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid rgba(255,255,255,0.6);
	border-right: none;
}

.comment .avatar {
	width: 80px;
	margin: 0 16px 24px 0;
	border-radius: 50%;
	border: 3px solid #fff;
}

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

.bypostauthor {
}

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


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

.sidebar {
	color: #686868;
	font-family: "nimbus-sans",sans-serif;
    border-left: 1px solid #e7e7e7;
}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
	padding-bottom: 5px;
    margin-bottom: 5px;
	border-bottom: 1px dashed #e7e7e7;
}

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

.sidebar .widget {
	padding: 20px;
}

.sidebar .enews-widget {
	background-color: #252525;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}


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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 20px 16px;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 49%;
}

.footer-widgets-1 {
	margin-right: 2%;
}

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

.footer-widgets-2 {
	float: right;
	text-align: right;
}

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

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
}

.footer-widgets .widget-title {
	color: #fff;
	margin-bottom: 8px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer-widget {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 40px 20px 20px;
}

.site-footer-widget .widget {
	margin: 0 auto;
}

.site-footer-widget .widget-title {
	color: #fff;
	font-weight: normal;
}

.site-footer {
	background-color: #333;
	color: #999;
    font-family: "nimbus-sans",sans-serif;
	font-size: 14px;
	padding: 40px 16px;
	text-align: center;
}

.site-footer p {
	color: #999;
	margin-bottom: 0;
}

.site-footer a {
	color: #ddd;
}

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


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.site-title a {
		background: url('images/logo@2x.png') no-repeat center;
		background-size: contain;
	}

}

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

	.content-sidebar .site-inner {
		max-width: 940px;
		padding: 0;
	}

	.content-sidebar .content {
		width: 660px;
	}

	.sidebar-primary {
		width: 260px;
	}

}

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

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

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

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

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

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

}

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

	.content-sidebar .content,
	.sidebar-primary,
	.site-inner,
	.wrap {
		max-width: 100%;
		width: 100%;
	}

	.content-sidebar .content {
		padding: 0 4%;
	}
}

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

	.entry-title {
		font-size: 26px;
	}

	.nav-header a {
		margin: 0 6px;
	}

	.home-one {
		padding: 50px 15px;
	}

	#filter-filter .filter {
		font-size: 15px;
	}

	.filter-wrap .entry,
	.filter-wrap .gap {
		width: 49%;
	}

	.one-fifth,
	.two-fifths,
	.three-fifths
	.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%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		width: 100%;
		text-align: center;
		margin: 4px 0;
	}

	div.gform_wrapper textarea.medium,
	div.gform_wrapper .ginput_complex .ginput_left,
	div.gform_wrapper .ginput_complex .ginput_right,
	div.gform_wrapper .top_label .gf_left_half,
	div.gform_wrapper .top_label .gf_right_half,
	div.gform_wrapper .top_label input,
	div.gform_wrapper .top_label select,
	div.gform_wrapper .ginput_complex input[type=text],
	div.gform_wrapper .ginput_complex input[type=url],
	div.gform_wrapper .ginput_complex input[type=email],
	div.gform_wrapper .ginput_complex input[type=tel],
	div.gform_wrapper .ginput_complex input[type=number],
	div.gform_wrapper .ginput_complex input[type=password],
	div.gform_wrapper .ginput_complex select,
	div.gform_wrapper .ginput_complex .ginput_left input[type=text],
	div.gform_wrapper .ginput_complex .ginput_left input[type=url],
	div.gform_wrapper .ginput_complex .ginput_left input[type=email],
	div.gform_wrapper .ginput_complex .ginput_left input[type=tel],
	div.gform_wrapper .ginput_complex .ginput_left input[type=number],
	div.gform_wrapper .ginput_complex .ginput_left input[type=password],
	div.gform_wrapper .ginput_complex .ginput_left select,
	div.gform_wrapper .ginput_complex .ginput_right input[type=text],
	div.gform_wrapper .ginput_complex .ginput_right input[type=url],
	div.gform_wrapper .ginput_complex .ginput_right input[type=email],
	div.gform_wrapper .ginput_complex .ginput_right input[type=tel],
	div.gform_wrapper .ginput_complex .ginput_right input[type=number],
	div.gform_wrapper .ginput_complex .ginput_right input[type=password],
	div.gform_wrapper .ginput_complex .ginput_right select {
		float: none;
		width: 100% !important;
	}

	div.gform_wrapper .ginput_complex .ginput_left,
	div.gform_wrapper .ginput_complex .ginput_right {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	div.gform_wrapper input.datepicker.datepicker_with_icon,
	div.gform_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
		width: auto !important;
	}

}

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

	.nav-header,
	.nav-primary,
	.nav-secondary {
		/*display: none;*/
		width: 100%;
	}

	.title-area {
		float: none;
	}

	.site-title a {
		margin: 0 auto;
	}

	.header-content {
		display: block;
		float: none;
	}

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

	.genesis-nav-menu .menu-item {
		/*display: block;*/
		/*width: 100%;*/
	}

	.genesis-nav-menu a {
		/*display: block;*/
		/*width: 100%;*/
	}

	.filter-wrap .entry,
	.filter-wrap .gap {
		width: 100%;
	}

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

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

}

.roundup em {
	font-family: "nimbus-sans",sans-serif;
	font-size: 16px;
	color:#a2a2a2;
}

.roundup .title-section {
     background: url("https://selfstartr.com/wp-content/uploads/2015/09/Ecommerce-Experts-Business-Ideas.jpg") repeat;
}