/*
	Theme Name: No Sidebar
	Theme URI: https://nosidebar.com/
	Description: Design a simple life.
	Author: Brian Gardner
	Author URI: https://briangardner.com/
	Version: 5.0.5
	Template: genesis
*/


@font-face {
	font-family: 'geomanist-regular';
	font-weight: normal;
	src: url('fonts/geomanist-regular-webfont.eot');
	src: url('fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/geomanist-regular-webfont.woff2') format('woff2'),
		 url('fonts/geomanist-regular-webfont.woff') format('woff'),
		 url('fonts/geomanist-regular-webfont.ttf') format('truetype'),
		 url('fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
	font-style: normal;

}


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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.clearfix:before,
.entry:before,
.entry-content:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'kepler-std', serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
}

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

:focus {
	color: #000;
	outline: none;
}

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

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

a {
	color: #fe595e;
	text-decoration: none;
}

a:hover {
	color: #000;
}

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

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

li {
	list-style-type: none;
}

strong {
	font-weight: 600;
}

blockquote,
cite,
em {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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


/* Button
---------------------------------------------------------------------------------------------------- */

.button {
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	font-family: 'geomanist-regular', sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.25px;
	line-height: 1;
	padding: 15px 30px;
}

.button:hover,
.entry-content a.button:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}


/* Site Container Fadein
---------------------------------------------------------------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}


/* Site Structure
---------------------------------------------------------------------------------------------------- */

.site-inner {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 80px;
	max-width: 1280px;
}


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

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

.site-header > .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

.title-area {
	float: left;
	margin-bottom: -1px;
	margin-top: 1px;
	text-align: center;
	width: 10%;
}

.site-title {
	font-family: 'kepler-std', serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1;
	text-transform: uppercase;
}

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

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

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


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-family: 'geomanist-regular', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.25px;
	margin-left: 15px;
	margin-right: 15px;
}

.genesis-nav-menu a:hover {
	color: #fe595e;
	colot: #cc0055;
}

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

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

.genesis-nav-menu > .right {
	float: right;
}

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

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

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

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

/* Left Menu
--------------------------------------------- */

.nav-primary {
	float: left;
	margin-top: -1px;
	width: 45%;
}

.nav-primary .wrap {
	text-align: right;
}

/* Right Menu
--------------------------------------------- */

.nav-secondary {
	float: right;
	margin-top: -1px;
	width: 45%;
}


/* Entry Content
---------------------------------------------------------------------------------------------------- */

.content {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.printables .content {
	max-width: 1280px;
}

.entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 80px;
	padding-bottom: 60px;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single .entry {
	padding-bottom: 0;
}

.printables .entry-content {
	max-width: 1200px;
}

.category-blog .entry:nth-of-type(2),
.category-featured .entry:nth-of-type(10) {
	margin-bottom: 0;
}

.entry-content a {
	color: #000;
    text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:focus {
	color: #fe595e;
}

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

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

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

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

.entry-content ul.spacing > li {
	margin-bottom: 20px;
}

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

.border {
	border: 1px solid #eee;
	max-height: 640px;
	margin-bottom: 20px;
	padding: 19px;
}

.block {
	display: block;
	line-height: 1;
	margin-bottom: 40px;
}

.center {
	text-align: center;
}

p.blockquote {
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 60px;
	text-align: center;
}

.google-featured-snippet,
.gray-box {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	margin-bottom: 40px;
	margin-top: 40px;
	overflow: hidden;
	padding: 40px;
}

.entry-content .gray-box h2 {
	margin-top: 0;
}

.gray-box p {
	font-size: 20px;
	line-height: 1.75;
	margin-bottom: 20px;
}

.gray-box ul {
	margin-bottom: 0;
}

.entry-content .google-featured-snippet h2 {
	margin-top: 0;
}

.google-featured-snippet p {
	font-size: 18px;
	margin-bottom: 0;
}

.issue {
	font-size: 16px;
	font-weight: 400;
}

.printables .one-third {
	border: 1px solid #eee;
	float: left;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	padding: 40px;
	position: relative;
	text-align: center;
	width: 29.33%;
}

.no-margin,
.one-third p:last-child {
	margin-bottom: 0;
}

.small {
	font-size: 16px;
}

.line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

a.cta-button {
	background-color: #fe595e;
	border: 1px solid #fe595e;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100% !important;
}

a.cta-button:hover {
	background-color: #e55055;
	border: 1px solid #e55055;
	color: #fff;
}


/* Entry Header
---------------------------------------------------------------------------------------------------- */

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

.page .entry-header:after,
.single .entry-header:after {
	content: "\f462";
	display: block;
	font: normal 24px/1 'ionicons';
	padding-top: 20px;
}

.page .entry-header,
.single .entry-header {
	margin-bottom: 30px;
}

.entry-meta a,
.entry-meta p {
	color: #000;
}

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

.entry-meta {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}


/* Archive Description / Author Box
---------------------------------------------------------------------------------------------------- */

.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.archive .author-box {
	padding-left: 60px;
	padding-right: 60px;
}

.single .author-box {
	display: none;
}

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

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

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


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

h1,
h2,
h3,
h4 {
	color: #000;
	font-family: 'kepler-std', serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2,
h3,
h4 {
	font-size: 22px;
}

h3 {
	margin-bottom: 40px;
}

.entry-content h2,
.entry-content h4 {
	margin-bottom: 30px;
	margin-top: 60px;
}

.entry-content h4 a,
.entry-content h4 a:hover {
	border-bottom: none;
}

.books .entry-content h4 {
	margin-top: 0;
}

.entry-content .gray-box h4 {
	margin-bottom: 10px;
	margin-top: -20px;
}


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

.archive-title,
.author-box-title {
	font-size: 30px;
	font-weight: 500;
}

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

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

.entry-title {
	font-family: 'geomanist-regular', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0;
	text-rendering: optimizeLegibility;
}


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

.pagination {
	clear: both;
}

.pagination a {
	color: #000;
	font-family: 'geomanist-regular', sans-serif;
	font-size: 12px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

.pagination a:hover {
	color: #fe595e;
}


/* Images
---------------------------------------------------------------------------------------------------- */

img {
	height: auto;
	max-width: 100%;
}

.entry-image {
	margin: 0 -150px 30px;
}

img.books {
	float: left;
	height: 300px;
	margin-right: 30px;
	width: 200px;
}

img.ebook {
	float: left;
	height: 240px;
	margin-right: 30px;
	width: 150px;
}

img.quote {
	margin-bottom: 10px;
	margin-top: 20px;
}

img.quote.small {
	height: 75%;
	width: 75%;
}

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

.author-box .avatar {
	display: none;
}

.entry-header .avatar {
	float: none;
	margin-right: 12px;
}

.front-page .entry-header .avatar {
	border-radius: 50px;
	float: left;
	margin-right: 8px;
}

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

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

#wpstats {
	display: none;
}


/* Newsletter
---------------------------------------------------------------------------------------------------- */

.single .newsletter {
	box-shadow: 0 10px 80px rgba(0,0,0,.10);
	margin-bottom: 40px;
	margin-left: -60px;
	margin-right: -60px;
	margin-top: 80px;
	padding: 60px;
	text-align: center;
}

.newsletter .widget-title {
	font-family: 'geomanist-regular', sans-serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
}

.newsletter p {
	margin-bottom: 40px;
}

.newsletter form {
	overflow: hidden;
}

::-moz-placeholder {
	color: #000;
	font-family: 'kepler-std', serif;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
	font-family: 'kepler-std', serif;
	font-size: 19px;
	font-style: italic;
	font-weight: 300
}

.newsletter input[type="email"],
.newsletter input[type="text"] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	font-family: 'kepler-std', serif;
	font-size: 19px;
	font-style: italic;
	margin-bottom: 20px;
	padding: 10px 15px;
	text-align: center;
	text-transform: none;
	width: 65%;
}

.newsletter button,
.newsletter input[type="submit"] {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'geomanist-regular', sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.25px;
	line-height: 1;
	padding: 15px 30px;
}

.newsletter button:hover,
.newsletter input:hover[type="submit"] {
	background-color: #fff;
	color: #000;
}


/* Forms and Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	color: #000;
	font-family: 'kepler-std', serif;
	font-size: 19px;
	font-weight: 300;
	padding: 15px;
	width: 100%;
}

input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

input[type="button"],
input[type="submit"] {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	font-family: 'geomanist-regular', sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.25px;
	line-height: 1;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #000;
	color: #fff;
}


/* Checkout Page
---------------------------------------------------------------------------------------------------- */

.blockUI.blockOverlay {
	background-color: transparent !important;
	opacity: 0 !important;
	box-shadow: none !important;
}

.rcp_description,
.rcp_expiry_separator,
.rcp_level_description,
.rcp_login_link,
.rcp_registration_total,
.rcp_subscription_message {
	display: none;
}

form#rcp_registration_form.rcp_form {
	background-color: #f5f5f5;
	padding: 40px;
	position: relative;
}

.rcp_header {
	text-align: center;
}

ul#rcp_subscription_levels {
	margin-left: 0;
}

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

.checkout input[type="radio"] {
	width: auto;
}

.rcp_gateways_fieldset,
.rcp_user_fieldset,
#rcp_card_exp_wrap {
	margin-bottom: 30px;
}

.rcp_gateways_fieldset legend {
	font-weight: 700;
}

.rcp_gateway_option_label {
	margin-right: 10px;
}

#rcp_card_exp_wrap label {
	display: block;
	width: 100%;
}

.rcp_card_exp_month {
	float: left;
	width: 48%;
}

.rcp_card_exp_year {
	float: right;
	width: 48%;
}

#rcp_card_exp_wrap {
	margin-bottom: 40px;
	overflow: hidden;
}

.checkout input[type="submit"] {
	background-color: #fe595e;
	border: 1px solid #fe595e;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 20px 30px;
	width: 100%;
}

.checkout input[type="submit"]:hover {
	background-color: #e55055;
	border: 1px solid #e55055;
	color: #fff;
}


/* Contact Form
---------------------------------------------------------------------------------------------------- */

.entry-content .ninja-forms-cont {
	margin-top: 40px;
}

.entry-content .ninja-forms-form-wrap label {
	font-family: 'kepler-std', serif;
	font-size: 18px;
	font-weight: 600;
}

.entry-content .ninja-forms-form-wrap textarea {
	height: 300px;
}

.entry-content #nf-field-9-wrap textarea {
	height: 100px;
}


/* Course Testimonial
---------------------------------------------------------------------------------------------------- */

.course-testimonial {
	background-image: url(images/bg-testimonial.jpg);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.course-testimonial {
	padding-bottom: 70px;
	padding-top: 100px;
	text-align: center;
}

.single .course-testimonial {
	border-top: 1px solid #eee;
}

.course-testimonial .wrap {
	margin: 0 auto;
	max-width: 580px;
}

.course-testimonial p.quote {
	font-family: 'kepler-std', serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 20px;
}

.course-testimonial .source {
	font-family: 'geomanist-regular', sans-serif;
	font-size: 16px;
	letter-spacing: 0.25px;
	margin-bottom: 60px;
}


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

.site-footer {
	background-color: #000;
	clear: both;
	padding-bottom: 60px;
	padding-top: 60px;
	text-align: center;
}

.site-footer p,
.site-footer .widget-title {
	margin-bottom: 20px;
}

.site-footer .widget-title {
	color: #fff;
	font-family: 'geomanist-regular', sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.25px;
}

.site-footer a,
.site-footer p {
	color: #ccc;
}

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

.site-footer p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

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

.site-footer .ion-heart {
	color: #fe595e;
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
}

.site-footer .social-links {
	font-family: 'geomanist-regular', sans-serif;
	font-size: 14px;
	letter-spacing: 0.25px;
}


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

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

	.site-header > .wrap {
		padding: 0 15px;
	}

	.title-area {
		width: auto;
	}

	.nav-primary,
	.title-area {
		display: block;
	}

	.nav-secondary {
		margin-top: 10px;
	}

	.genesis-nav-menu a {
		margin-left: 0;
		margin-right: 0;
	}

	.genesis-nav-menu li {
		float: none;
	}

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

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

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

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

	.menu-toggle {
		margin-top: 4px;
	}

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

	.menu-toggle {
		cursor: pointer;
		float: right;
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
		position: relative;
		text-transform: uppercase;
		width: auto;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 18px;
		margin-right: 8px;
		text-rendering: auto;
		vertical-align: text-top
	}

	.genesis-responsive-menu .genesis-nav-menu,
	.nav-primary,
	.nav-secondary {
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px 0;
		text-align: center; 
		width: 100%;
	}

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

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

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

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

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

	.site-inner {
		padding: 10% 7.5%;
	}

	.single .entry {
		border-bottom: none;
		padding-bottom: 0;
	}

	.entry-image {
		margin-left: 0;
		margin-right: 0;
	}

	.single .newsletter {
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 60px;
		padding: 60px;
	}

	.newsletter .widget-title {
		font-size: 48px;
	}

	.course-testimonial {
		background-position-x: -200px;
		padding: 80px 7.5%;
	}

	.course-testimonial p.quote {
		font-size: 24px;
	}

}

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

	body {
		font-size: 18px;
	}

	p {
		margin-bottom: 20px
	}

	.single .newsletter {
		padding: 40px;
	}

	.newsletter input[type="email"],
	.newsletter input[type="submit"] {
		text-align: center;
		width: 100%;
	}

	.newsletter input[type="email"] {
		border-bottom: 0;
		margin-bottom: 10px;
	}

	.page .entry-header,
	.single .entry-header {
		margin-bottom: 8%;
	}

	.archive-title,
	.author-box-title,
	.entry-title {
		font-size: 30px;
	}

	.newsletter .widget-title,
	.single .newsletter .widget-title {
	    font-size: 33px;
	}

	img.ebook {
		display: block;
		float: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.printables .one-third {
		float: none;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.printables .one-third.last {
		margin-bottom: 0;
	}

	.course-testimonial {
		background-position-x: -300px;
	}

	.site-footer {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.site-footer .widget-title {
	    font-size: 24px;
	    margin-bottom: 20px;
	}

	.site-footer .ghost {
		display: none;
	}

}
