/*
	Theme Name: Sleep Theme
	Description: An exclusive theme created for SleepHabits.net
	Author: Paul Jordan
	Author URI: http://www.SleepHabits.net/
	Version: 2.0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.1 
*/


/* 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 Latest Tweets - REMOVED
		- Gravity Forms - REMOVED
		- Jetpack - REMOVED
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments -REMOVED
	- 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;
}

/* 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: url(/images/backgrounds/2560-x-1440.jpg) 50% 100% no-repeat fixed;
	background-size: cover;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	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;
}

a {
	color: #3c06c5;
	text-decoration: none;
}

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

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

strong {
	font-weight: 600;
}

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

blockquote,
blockquote::before {
	color: #888;
	font-weight: 600;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-style: normal;
}

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

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

h1 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 42px;
	font-weight: 400;
}

h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 32px;
	font-weight: 300;
	border-bottom: 1px dotted #d7d7d7;
	line-height: 1.25;
	padding: 6px 0;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

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

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

input,
select,
textarea {
	font-family: 'Lato', sans-serif;
	background-color: #fff;
	border: 1px solid #dddad3;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #f8f8f8 inset;
	color: #888;
	padding: 16px !important; /* (Added importants to override the PMPro stylesheet) */
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.greenButton,
.button,
.entry-content .button {
	background-color: #319a54;
	border: none;
	box-shadow: none;
	color: #fff !important;
	padding: 14px 16px;
	width: auto;
	letter-spacing: 1px;
}

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

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

.greenButton,
.button {
	border-radius: 3px;
	display: inline-block;
	margin: 0 10px 20px;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: white !important;
}

.greenButton
{
	margin-top: 20px;
}

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

input[readonly]
{
	background-color: rgb(250, 250, 250);
}

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

td, tr, th, table {
    border: 1px solid #ccc;
	border-width: 1px;
	background-color: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
}

th,
td {
	text-align: left;
}

th {
	font-weight: 600;
	background: rgb(250, 250, 250);
}

td,th {
	padding: 10px;
}


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

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

.site-container {
	box-shadow: 0 0 30px 1px #222;
	width: 1140px;
	max-width: 100%;
	margin: auto;
	min-height: 100vh;
    background: #f9f9ff;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	background-color: #F9F9FF;
}

/* 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: 920px;
}

.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: 780px;
}

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

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

/* Primary Sidebar */

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

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

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

.entry-title {
	line-height: 1.15;
}

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

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

.widget-title {
	font-family: 'Yanone Kaffeesatz', serif;
	font-size: 28px;
	margin-bottom: 24px;
	margin: 0 0 24px 0;
	line-height: 1;
}

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

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


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	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
---------------------------------------------------------------------------------------------------- */

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

.enews-widget {
	color: #F0F0F0;
	background-color: #3F4F64;
	border-bottom: none !important;
}

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

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

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

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

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


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

.site-header {
	background-color: #F9F9FF;
	padding: 20px 40px;
}

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

.title-area {
	float: left;
	padding: 0;
	width: 445px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Roboto Slab', serif;
	font-size: 58px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
}

.site-title a,
.site-title a:hover {
	color: #244c5e;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

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

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 487px;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

.site-header .widget-area a {
	color: #758a94;
	padding: 10px;
}

.site-header .widget-area a:hover {
	color: #526066;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
	max-width: 1041px;
	margin: 0 auto;
	text-align: center;
}

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

.genesis-nav-menu a {
	display: block;
	position: relative;
}

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

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

.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: #2C3644;
	border: 1px solid #202730;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 250px;
}

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

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

.genesis-nav-menu .sub-menu a:hover {
	background-color: #1b2128;
}

.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: 28px 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 {
	padding: 14px 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

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

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

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

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

.nav-secondary {
	padding: 0 15px;
	background-color: #39475A;
	border-bottom: 1px solid #313C49;
}

.nav-secondary a {
	color: #fff;
	padding: 12px 20px;
}

#menu-articles
{
	margin: 12px auto;
}

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

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

.entry {
	background-color: #fff;
	padding: 30px 25px 24px; /* was 40px 40px 24px; */
	min-height: 475px;
}

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

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

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

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

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

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

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

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


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

.sidebar {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
}

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

.sidebar li {
	border-bottom: 1px dashed #827d65;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
}

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

.sidebar .widget {
	border-bottom: 1px dashed #dddad3;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #39475A;
	color: #999;
	clear: both;
	padding: 20px 40px;
	color: #F0F0F0;
}

.footer-widgets-1,
.footer-widgets-3 {
	/* width: 350px; */
	width: 100%;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

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

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

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

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

.footer-widgets .widget-title {
	color: #fff;
}

.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 {
	background-color: #F9F9FF;
	color: grey;
	font-size: 14px;
	padding: 30px 30px 25px;
	border-top: 1px solid rgb(223, 223, 223);
}

.site-footer a {
	color: grey;
	border-bottom: dotted 1px #999;
}

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

#footer-left
{
	float: left;
	width: 440px; /* for IE 8 */
}

#footer-right
{
	float: right;
}

#footer-left img
{
	margin: 0 15px;
	width: 45px;
	opacity: 0.9;
	float: left;
}

#footer-left p
{
	text-transform: none;
	float: left;
}

#simple-social-icons-2 a
{
	background-color: #bbb !important;
}


/*
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) 
{
	.header-image .site-header .wrap
	{
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 829px)
{
	body {
		background-color: #fff;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		/* padding: 0; */
	}

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

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

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

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

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

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	.site-header
	{
		padding: 20px 20px;
	}
	
	.site-header .widget-area
	{
		margin-top: 14px;
	}
}

@media only screen and (max-width: 920px)
{
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap
	{
		width: 100%;
	}
	
	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.sidebar-primary
	{
		max-width: 450px;
		margin: auto;
		float: none;
		clear: both;
		border-left: 1px solid rgb(236, 236, 236);
		border-right: 1px solid rgb(236, 236, 236);
	}
}

@media only screen and (max-width: 767px)
{
	.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%;
	}

}

@media only screen and (max-width: 447px)
{
	.header-logo
	{
		padding-bottom: 5px;
	}
	
}

@media only screen and (max-width: 700px)
{
	#footer-left
	{
		width: 430px;
		float: none !important;
		margin: auto;
	}

	#footer-right
	{
		display: none;
	}
	
}

@media only screen and (max-width: 450px)
{	
	#footer-left
	{
		width: 360px;
		max-width: 90%;
		text-align: center;
	}

	#footer-left img
	{
		display: none;
	}
}

@media only screen and (max-width: 1140px) 
{
	.login-form
	{
		float: none !important;
		margin: 0 auto 40px !important;
		max-width: 100%;
		padding-top: 1px !important;
	}
	
	.login-ad
	{
		float: none !important;
		margin: auto !important;
		max-width: 100%;
	}
	
	.register-form
	{
		margin: 35px auto !important;
		float: none !important;
		max-width: 100%;
		padding-top: 1px !important;
	}
	
	#checkout
	{
		margin: 35px auto !important;
		float: none !important;
		max-width: 100%;
		padding-bottom: 85px !important;
	}

}

@media only screen and (max-width: 842px)
{
	.landingpage-item 
	{
		width: auto !important;
	}
	
}

@media only screen and (max-width: 1160px) and (min-width: 920px)
{
	.content-sidebar .site-container
	{
		max-width:95%;
	}

	.content-sidebar .sidebar
	{
		max-width: 30%;
	}

	.content-sidebar .content
	{
		max-width: 70%;
	}
}

@media only screen and (max-width: 1030px)
{
	.about-photo
	{
		display: none;
	}
}

@media only screen and (max-width: 1015px)
{
	.genesis-nav-menu
	{
		max-width: 750px;
	}
}

@media only screen and (max-width: 1080px) and (min-width: 830px)
{
	#nav_menu-6
	{
		width: 265px;
		margin-top: 0;
	}
	
	.site-header .widget-area
	{
		width: 265px;
		margin-top: 0;
	}
}

@media only screen and (max-width: 1065px)
{
	.genesis-nav-menu
	{
		max-width: 655px;
	}
}

@media only screen and (max-width: 515px)
{
	.site-title
	{
		width: 190px;
	}
	
	.nav-header
	{
		max-width: 385px;
		margin: auto;
	}
	
	.site-title
	{
		line-height: 67px;
	}
	
	.header-logo
	{
		margin: 0 0 -10px 0 !important;
	}
	
	.newsletter_signup
	{
		padding: 30px !important;
	}
}


/*
Google Custom Search
---------------------------------------------------------------------------------------------------- */

.gsc-clear-button
{
	display: none;
}

.gsc-search-box td, .gsc-search-box tr, .gsc-search-box th, .gsc-search-box table
{
	background-color: transparent;
	border: none;
}

.gsc-input
{
	background-image: none !important;
	border-color: #D9D9D9 !important;
}

.cse input.gsc-search-button, input.gsc-search-button
{
	background-color: #319a54 !important;
	height: auto !important;
}


/*
Additional
---------------------------------------------------------------------------------------------------- */


.header-logo
{
	margin-right: 15px;
	width: 70px;
	margin-bottom: -12px;
}

p.author 
{
	font-family: lato;
	text-transform: uppercase;
	font-size: 13px;
	font-style: italic;
}

.author a 
{
	color: #96A9B2;
}

.end 
{
	text-align: center;
	padding-top: 20px;
	font-family: Verdana;
}

h1, h2, h3, h4, h5, h6, p, table, .academy-message, #learndash_lessons, #learndash_lesson_topics_list, .wpProQuiz_content
{
	max-width: 675px;
	margin-left: auto;
	margin-right: auto;
}

blockquote
{
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#tier2-article-list
{
	margin: 35px auto 50px;
	max-width: 690px;
}

#tier2-article
{
	margin: 30px 0 30px 10px;
}

#tier2-article h3
{
	margin-right: 0;
}

#tier2-article img
{
	width: 105px;
	height: 105px;
	margin-right: 25px;
	margin-top: 10px;
	float: left;
}

#tier2-article a h3, #tier2-article a h3:hover
{
	padding: 0 0 2px;
	color: #3c06c5;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
}

#landing-item-container
{
	width: 900px;
	max-width: 90%;
}

#landing-button-container
{
	width: 100%;
	display: block;
	overflow: auto;
	margin: 30px 10px 10px;
}

#landing-button-container #subbutton
{
	margin: 0 10px 20px;
}

.landing-item
{
	width: 295px;
	max-width: 100%;
	padding: 0 30px;
	text-align: left;
	margin: auto;
	display: inline-block;
}

.landing-item h2
{
	border-bottom: none;
	color: #fff;
	font-size: 30px
}

.landingpage-box
{
	background: rgb(250, 250, 250);
	margin: 0 auto 50px;
	padding: 1px 15px;
	border: 1px solid rgb(235, 235, 235);
	width: 775px;
	max-width: 100%;
}

#landingpage-item-container
{
	width: 750px;
	display: block;
	overflow: auto;
	max-width: 100%;
}

.landingpage-item
{
	width: 369px;
	max-width: 100%;
	padding: 0 30px;
	text-align: left;
	margin: auto;
	display: inline-block;
}

.fa
{
	margin-right: 3px;
}

.about-photo
{
	width: 92px;
	padding: 5px;
	background: white;
	box-shadow: 3px 4px 13px #888888;
	margin: 0 5px 0 25px;
	transform:rotate(4deg); /* IE 10+ and Firefox */
	-ms-transform:rotate(4deg); /* IE 9 */
	-webkit-transform:rotate(4deg); /* Opera, Chrome, and Safari */
}

input[type="text"]:disabled
{
	background: #F0F0F0;
}

.entry-content ol, .entry-content ul
{
	padding: 0 0 1px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content ol li, .entry-content ul li
{
	margin: 0 0 0 35px;
}

.article-box
{
	background: rgb(248, 248, 248);
	margin: 60px;
	padding: 30px 30px 0;
	border: 1px solid rgb(226, 226, 226);
}

.homepage-box
{
	background: rgb(250, 250, 250);
	border: 1px solid rgb(235, 235, 235);
	margin: 0 auto 50px;
	padding: 1px 15px;
	max-width: 750px;
}

.mailpoet-needs-confirmation, .message, .error, #fscf_form_error1, .fscf-div-redirecting
{
	background: #ECE373;
	padding: 10px 20px;
	margin-bottom: 17px;
	color: rgb(163, 131, 0) !important;
	font-family: 'lato';
	font-size: 14px;
}

li.plus
{
	background: url(/images/icons/plus.png) no-repeat 0px 5px !important;
	padding: 0 0 0 23px !important;
	list-style-type: none !important;
}

li.minus
{
	background: url(/images/icons/minus.png) no-repeat 0px 5px !important;
	padding: 0 0 0 23px !important;
	list-style-type: none !important;
}

.fscf-div-form
{
	max-width: 600px;
	margin: 40px auto 0;
}

.fscf-div-clear
{
	margin: 10px 0;
}

.fscf-div-captcha-m
{
	display: flex;
	margin: 35px 0 15px;
}

.fscf-input-captcha
{
	width: 175px;
	margin-bottom: 25px;
}

.fscf-div-label
{
	margin-bottom: 3px;
	font-weight: 600;
}

#fscf_captcha_refresh1
{
	margin-left: 5px;
}

.fscf-div-error
{
	color: red;
}

input.s
{
	width: 600px;
}

.learnmore
{
	background-color: rgb(138, 138, 138) !important;
}

.top_message
{
	background: #FFF790;
	padding: 8px;
	font-family: 'lato';
	font-size: 14px;
	text-align: center;
	border: 1px solid #DAD6AF;
}

.post-1811 h1.entry-title
{
	display: none;
}

.newsletter_signup
{
	max-width: 650px; 
	margin: 20px auto;
	padding: 30px 75px;
	border: 1px solid rgb(235, 235, 235);
	background: rgb(250, 250, 250);
}

.newsletter_signup h2
{
	border-bottom: none;
	margin-top: 10px;
	text-align: center;
}

.post-4 .wysija-paragraph, .newsletter_signup .wysija-paragraph 
{
	margin: 0 auto;
	width: 350px;
}

.post-4 .wysija-submit, .newsletter_signup .wysija-submit
{
	margin: 10px auto 30px;
	width: 350px;
}

.newsletter-icon
{
	margin: 2px 19px;
	opacity: 0.95;
}

.twitter-follow-button
{
	float: right;
}