/*! # Read Aloud Revival
Theme Name: Read Aloud Revival - 2016
Theme URI: 1.2.17
Description: This is the theme for Read Aloud Revival
Author: SFNdesign
Author URI: http://sfndesign.ca
Template: genesis
Template Version: 2.2.3
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
	font-family: "playlistscript";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/playlist_script-webfont.woff2") format("woff2"), url("fonts/playlist_script-webfont.woff") format("woff");
}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: 0 0;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #333;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-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;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

/** fonts **/
/** Colours **/
/** headings **/
/** buttons **/
a {
	color: #2682c5;
	text-decoration: none;
}

a:active, a:visited {
	color: #2383c5;
}

a:focus, a:hover {
	color: #0765a5;
	cursor: pointer;
}

a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

a.button:active {
	background-color: #2383c5;
	color: white;
}

a.button:focus, a.button:hover {
	background-color: #0765a5;
	color: white;
}

a.button.button-alt, a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

a.button.button-alt:active, a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

a.button.button-alt:focus, a.button.button-alt:hover, a.button[type="submit"]:focus, a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

a.button.button-three, a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

a.button.button-three:active, a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

a.button.button-three:focus, a.button.button-three:hover, a.button[type="submit"]:focus, a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

a.button.cta-blue {
	border: 4px solid #2383c5;
}

ol,
ul {
	margin-left: 20px;
	margin-bottom: 28px;
}

/** forms **/
.social-list li {
	margin-top: 10px;
}

.social-list li:first-of-type {
	margin-top: 0;
}

.social-list a {
	display: block;
	text-align: center;
	background-color: #2383c5;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
}

.social-list a:focus, .social-list a:hover {
	background-color: #1b669a;
}

.social-list a:active {
	background-color: #14496e;
}

.social-list .instagram a {
	background-color: #1bbcb2;
}

.social-list .instagram a:focus, .social-list .instagram a:hover {
	background-color: #158f88;
}

.social-list .instagram a:active {
	background-color: #0e635e;
}

.social-list .itunes a {
	background-color: #6fc171;
}

.social-list .itunes a:focus, .social-list .itunes a:hover {
	background-color: #4cb14f;
}

.social-list .itunes a:active {
	background-color: #3d8d3f;
}

.social-list .stitcher a {
	background-color: #834c85;
}

.social-list .stitcher a:focus, .social-list .stitcher a:hover {
	background-color: #633965;
}

.social-list .stitcher a:active {
	background-color: #432744;
}

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

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: white;
	color: #6d6e71;
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active {
	background-color: #2383c5;
	color: white;
}

button:focus, button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0765a5;
	color: white;
}

button.button-alt, button[type="submit"],
input[type="button"].button-alt,
input[type="button"][type="submit"],
input[type="reset"].button-alt,
input[type="reset"][type="submit"],
input[type="submit"].button-alt,
input[type="submit"][type="submit"],
.button.button-alt,
.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

button.button-alt:active, button[type="submit"]:active,
input[type="button"].button-alt:active,
input[type="button"][type="submit"]:active,
input[type="reset"].button-alt:active,
input[type="reset"][type="submit"]:active,
input[type="submit"].button-alt:active,
input[type="submit"][type="submit"]:active,
.button.button-alt:active,
.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

button.button-alt:focus, button.button-alt:hover, button[type="submit"]:focus, button[type="submit"]:hover,
input[type="button"].button-alt:focus,
input[type="button"].button-alt:hover,
input[type="button"][type="submit"]:focus,
input[type="button"][type="submit"]:hover,
input[type="reset"].button-alt:focus,
input[type="reset"].button-alt:hover,
input[type="reset"][type="submit"]:focus,
input[type="reset"][type="submit"]:hover,
input[type="submit"].button-alt:focus,
input[type="submit"].button-alt:hover,
input[type="submit"][type="submit"]:focus,
input[type="submit"][type="submit"]:hover,
.button.button-alt:focus,
.button.button-alt:hover,
.button[type="submit"]:focus,
.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

button.button-three, button[type="submit"],
input[type="button"].button-three,
input[type="button"][type="submit"],
input[type="reset"].button-three,
input[type="reset"][type="submit"],
input[type="submit"].button-three,
input[type="submit"][type="submit"],
.button.button-three,
.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

button.button-three:active, button[type="submit"]:active,
input[type="button"].button-three:active,
input[type="button"][type="submit"]:active,
input[type="reset"].button-three:active,
input[type="reset"][type="submit"]:active,
input[type="submit"].button-three:active,
input[type="submit"][type="submit"]:active,
.button.button-three:active,
.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

button.button-three:focus, button.button-three:hover, button[type="submit"]:focus, button[type="submit"]:hover,
input[type="button"].button-three:focus,
input[type="button"].button-three:hover,
input[type="button"][type="submit"]:focus,
input[type="button"][type="submit"]:hover,
input[type="reset"].button-three:focus,
input[type="reset"].button-three:hover,
input[type="reset"][type="submit"]:focus,
input[type="reset"][type="submit"]:hover,
input[type="submit"].button-three:focus,
input[type="submit"].button-three:hover,
input[type="submit"][type="submit"]:focus,
input[type="submit"][type="submit"]:hover,
.button.button-three:focus,
.button.button-three:hover,
.button[type="submit"]:focus,
.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

button.center,
input[type="button"].center,
input[type="reset"].center,
input[type="submit"].center,
.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

button.transparent-blue,
input[type="button"].transparent-blue,
input[type="reset"].transparent-blue,
input[type="submit"].transparent-blue,
.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

button.cta-blue,
input[type="button"].cta-blue,
input[type="reset"].cta-blue,
input[type="submit"].cta-blue,
.button.cta-blue {
	border: 4px solid #2383c5;
}

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

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

li {
	list-style-type: none;
}

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

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

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

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

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

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

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

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

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

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fbf9f9;
	border: 1px solid #d9d9d9;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

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

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

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

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active {
	background-color: #2383c5;
	color: white;
}

button:focus, button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0765a5;
	color: white;
}

button.button-alt, button[type="submit"],
input[type="button"].button-alt,
input[type="button"][type="submit"],
input[type="reset"].button-alt,
input[type="reset"][type="submit"],
input[type="submit"].button-alt,
input[type="submit"][type="submit"],
.button.button-alt,
.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

button.button-alt:active, button[type="submit"]:active,
input[type="button"].button-alt:active,
input[type="button"][type="submit"]:active,
input[type="reset"].button-alt:active,
input[type="reset"][type="submit"]:active,
input[type="submit"].button-alt:active,
input[type="submit"][type="submit"]:active,
.button.button-alt:active,
.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

button.button-alt:focus, button.button-alt:hover, button[type="submit"]:focus, button[type="submit"]:hover,
input[type="button"].button-alt:focus,
input[type="button"].button-alt:hover,
input[type="button"][type="submit"]:focus,
input[type="button"][type="submit"]:hover,
input[type="reset"].button-alt:focus,
input[type="reset"].button-alt:hover,
input[type="reset"][type="submit"]:focus,
input[type="reset"][type="submit"]:hover,
input[type="submit"].button-alt:focus,
input[type="submit"].button-alt:hover,
input[type="submit"][type="submit"]:focus,
input[type="submit"][type="submit"]:hover,
.button.button-alt:focus,
.button.button-alt:hover,
.button[type="submit"]:focus,
.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

button.button-three, button[type="submit"],
input[type="button"].button-three,
input[type="button"][type="submit"],
input[type="reset"].button-three,
input[type="reset"][type="submit"],
input[type="submit"].button-three,
input[type="submit"][type="submit"],
.button.button-three,
.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

button.button-three:active, button[type="submit"]:active,
input[type="button"].button-three:active,
input[type="button"][type="submit"]:active,
input[type="reset"].button-three:active,
input[type="reset"][type="submit"]:active,
input[type="submit"].button-three:active,
input[type="submit"][type="submit"]:active,
.button.button-three:active,
.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

button.button-three:focus, button.button-three:hover, button[type="submit"]:focus, button[type="submit"]:hover,
input[type="button"].button-three:focus,
input[type="button"].button-three:hover,
input[type="button"][type="submit"]:focus,
input[type="button"][type="submit"]:hover,
input[type="reset"].button-three:focus,
input[type="reset"].button-three:hover,
input[type="reset"][type="submit"]:focus,
input[type="reset"][type="submit"]:hover,
input[type="submit"].button-three:focus,
input[type="submit"].button-three:hover,
input[type="submit"][type="submit"]:focus,
input[type="submit"][type="submit"]:hover,
.button.button-three:focus,
.button.button-three:hover,
.button[type="submit"]:focus,
.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

button.center,
input[type="button"].center,
input[type="reset"].center,
input[type="submit"].center,
.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

button.transparent-blue,
input[type="button"].transparent-blue,
input[type="reset"].transparent-blue,
input[type="submit"].transparent-blue,
.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

button.cta-blue,
input[type="button"].cta-blue,
input[type="reset"].cta-blue,
input[type="submit"].cta-blue,
.button.cta-blue {
	border: 4px solid #2383c5;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.footer-widgets button:active,
.footer-widgets input[type="button"]:active,
.footer-widgets input[type="reset"]:active,
.footer-widgets input[type="submit"]:active,
.footer-widgets .button:active {
	background-color: #2383c5;
	color: white;
}

.footer-widgets button:focus, .footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:focus,
.footer-widgets .button:hover {
	background-color: #0765a5;
	color: white;
}

.footer-widgets button.button-alt, .footer-widgets button[type="submit"],
.footer-widgets input[type="button"].button-alt,
.footer-widgets input[type="button"][type="submit"],
.footer-widgets input[type="reset"].button-alt,
.footer-widgets input[type="reset"][type="submit"],
.footer-widgets input[type="submit"].button-alt,
.footer-widgets input[type="submit"][type="submit"],
.footer-widgets .button.button-alt,
.footer-widgets .button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.footer-widgets button.button-alt:active, .footer-widgets button[type="submit"]:active,
.footer-widgets input[type="button"].button-alt:active,
.footer-widgets input[type="button"][type="submit"]:active,
.footer-widgets input[type="reset"].button-alt:active,
.footer-widgets input[type="reset"][type="submit"]:active,
.footer-widgets input[type="submit"].button-alt:active,
.footer-widgets input[type="submit"][type="submit"]:active,
.footer-widgets .button.button-alt:active,
.footer-widgets .button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.footer-widgets button.button-alt:focus, .footer-widgets button.button-alt:hover, .footer-widgets button[type="submit"]:focus, .footer-widgets button[type="submit"]:hover,
.footer-widgets input[type="button"].button-alt:focus,
.footer-widgets input[type="button"].button-alt:hover,
.footer-widgets input[type="button"][type="submit"]:focus,
.footer-widgets input[type="button"][type="submit"]:hover,
.footer-widgets input[type="reset"].button-alt:focus,
.footer-widgets input[type="reset"].button-alt:hover,
.footer-widgets input[type="reset"][type="submit"]:focus,
.footer-widgets input[type="reset"][type="submit"]:hover,
.footer-widgets input[type="submit"].button-alt:focus,
.footer-widgets input[type="submit"].button-alt:hover,
.footer-widgets input[type="submit"][type="submit"]:focus,
.footer-widgets input[type="submit"][type="submit"]:hover,
.footer-widgets .button.button-alt:focus,
.footer-widgets .button.button-alt:hover,
.footer-widgets .button[type="submit"]:focus,
.footer-widgets .button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.footer-widgets button.button-three, .footer-widgets button[type="submit"],
.footer-widgets input[type="button"].button-three,
.footer-widgets input[type="button"][type="submit"],
.footer-widgets input[type="reset"].button-three,
.footer-widgets input[type="reset"][type="submit"],
.footer-widgets input[type="submit"].button-three,
.footer-widgets input[type="submit"][type="submit"],
.footer-widgets .button.button-three,
.footer-widgets .button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.footer-widgets button.button-three:active, .footer-widgets button[type="submit"]:active,
.footer-widgets input[type="button"].button-three:active,
.footer-widgets input[type="button"][type="submit"]:active,
.footer-widgets input[type="reset"].button-three:active,
.footer-widgets input[type="reset"][type="submit"]:active,
.footer-widgets input[type="submit"].button-three:active,
.footer-widgets input[type="submit"][type="submit"]:active,
.footer-widgets .button.button-three:active,
.footer-widgets .button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.footer-widgets button.button-three:focus, .footer-widgets button.button-three:hover, .footer-widgets button[type="submit"]:focus, .footer-widgets button[type="submit"]:hover,
.footer-widgets input[type="button"].button-three:focus,
.footer-widgets input[type="button"].button-three:hover,
.footer-widgets input[type="button"][type="submit"]:focus,
.footer-widgets input[type="button"][type="submit"]:hover,
.footer-widgets input[type="reset"].button-three:focus,
.footer-widgets input[type="reset"].button-three:hover,
.footer-widgets input[type="reset"][type="submit"]:focus,
.footer-widgets input[type="reset"][type="submit"]:hover,
.footer-widgets input[type="submit"].button-three:focus,
.footer-widgets input[type="submit"].button-three:hover,
.footer-widgets input[type="submit"][type="submit"]:focus,
.footer-widgets input[type="submit"][type="submit"]:hover,
.footer-widgets .button.button-three:focus,
.footer-widgets .button.button-three:hover,
.footer-widgets .button[type="submit"]:focus,
.footer-widgets .button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.footer-widgets button.center,
.footer-widgets input[type="button"].center,
.footer-widgets input[type="reset"].center,
.footer-widgets input[type="submit"].center,
.footer-widgets .button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.footer-widgets button.transparent-blue,
.footer-widgets input[type="button"].transparent-blue,
.footer-widgets input[type="reset"].transparent-blue,
.footer-widgets input[type="submit"].transparent-blue,
.footer-widgets .button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.footer-widgets button.cta-blue,
.footer-widgets input[type="button"].cta-blue,
.footer-widgets input[type="reset"].cta-blue,
.footer-widgets input[type="submit"].cta-blue,
.footer-widgets .button.cta-blue {
	border: 4px solid #2383c5;
}

.button {
	display: inline-block;
}

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

.gform_wrapper .gform_footer input[type=submit] {
	background: #2682c5;
}

.gform_wrapper .gform_footer input:hover[type=submit] {
	background: #0765a5;
}

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* ## 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;
}

.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;
	color: #333;
	background: #fff;
	z-index: 100000;
	/* Above WP toolbar. */
	text-decoration: none;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
	position: relative;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
}

.ninja-forms-form-wrap form {
	margin-bottom: 100px;
}

.ninja-forms-form-wrap form .ninja-forms-req-symbol {
	color: darkred;
}

.ninja-forms-form-wrap form label {
	color: #6fc171;
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	font-weight: 400;
	margin-bottom: 10px;
}

.ninja-forms-form-wrap form input[type="email"],
.ninja-forms-form-wrap form input[type="text"],
.ninja-forms-form-wrap form textarea {
	background-color: #fbf9f9;
	border: 1px solid #dadada;
}

.ninja-forms-form-wrap form input[type="submit"] {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	padding-left: 100px;
	padding-right: 100px;
}

.ninja-forms-form-wrap form input[type="submit"]:active {
	background-color: #2383c5;
	color: white;
}

.ninja-forms-form-wrap form input[type="submit"]:focus, .ninja-forms-form-wrap form input[type="submit"]:hover {
	background-color: #0765a5;
	color: white;
}

.ninja-forms-form-wrap form input[type="submit"].button-alt, .ninja-forms-form-wrap form input[type="submit"][type="submit"] {
	background-color: #6fc171;
	color: white;
}

.ninja-forms-form-wrap form input[type="submit"].button-alt:active, .ninja-forms-form-wrap form input[type="submit"][type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.ninja-forms-form-wrap form input[type="submit"].button-alt:focus, .ninja-forms-form-wrap form input[type="submit"].button-alt:hover, .ninja-forms-form-wrap form input[type="submit"][type="submit"]:focus, .ninja-forms-form-wrap form input[type="submit"][type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.ninja-forms-form-wrap form input[type="submit"].button-three, .ninja-forms-form-wrap form input[type="submit"][type="submit"] {
	background-color: #834c85;
	color: white;
}

.ninja-forms-form-wrap form input[type="submit"].button-three:active, .ninja-forms-form-wrap form input[type="submit"][type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.ninja-forms-form-wrap form input[type="submit"].button-three:focus, .ninja-forms-form-wrap form input[type="submit"].button-three:hover, .ninja-forms-form-wrap form input[type="submit"][type="submit"]:focus, .ninja-forms-form-wrap form input[type="submit"][type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.ninja-forms-form-wrap form input[type="submit"].center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.ninja-forms-form-wrap form input[type="submit"].transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.ninja-forms-form-wrap form input[type="submit"].cta-blue {
	border: 4px solid #2383c5;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1920px;
	padding: 0 5%;
}

.site-inner {
	clear: both;
	margin-top: 160px;
	padding-top: 40px;
}

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

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

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

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

/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 33%;
}

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

/**
 * Pages
 */
.page .has-post-thumbnail {
	margin: -160px 5% 0;
	background-color: white;
	z-index: 10;
	position: relative;
}

.page aside .has-post-thumbnail {
	margin-top: 0;
}

/**
 * Single blog posts
 */
.single article {
	margin: -80px auto 40px;
	position: relative;
	width: 95%;
	z-index: 20;
}

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

.single aside .has-post-thumbnail {
	margin-top: 0;
}

.single p.entry-meta {
	background-color: rgba(111, 193, 113, 0.8);
	padding: 20px 30px;
	font-size: 18px;
	font-weight: 500;
	color: white;
	margin-top: -99px;
	margin-right: -40px;
	float: right;
	text-align: right;
}

.single p.entry-meta:first-of-type {
	margin-top: -99px;
	margin-left: -40px;
	margin-right: 0;
	float: left;
	text-align: left;
}

.single p.entry-meta a {
	color: white;
	text-decoration: none;
}

.single p.entry-meta a:focus, .single p.entry-meta a:hover {
	color: #e6e5e5;
}

.single p.entry-meta a:active {
	color: #d9d9d9;
}

.mbt-book-archive-title {
	display: none;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
}

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

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

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

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

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

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

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

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

/* ## Titles
--------------------------------------------- */
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.content .entry-title {
	color: #2682c5;
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
}

.content .entry-title a {
	color: #2682c5;
	text-decoration: none;
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	text-decoration: none;
}

.content .entry-title a:active, .content .entry-title a:visited {
	color: #2383c5;
}

.content .entry-title a:focus, .content .entry-title a:hover {
	color: #0765a5;
	cursor: pointer;
}

.content .entry-title a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.content .entry-title a.button:active {
	background-color: #2383c5;
	color: white;
}

.content .entry-title a.button:focus, .content .entry-title a.button:hover {
	background-color: #0765a5;
	color: white;
}

.content .entry-title a.button.button-alt, .content .entry-title a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.content .entry-title a.button.button-alt:active, .content .entry-title a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.content .entry-title a.button.button-alt:focus, .content .entry-title a.button.button-alt:hover, .content .entry-title a.button[type="submit"]:focus, .content .entry-title a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.content .entry-title a.button.button-three, .content .entry-title a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.content .entry-title a.button.button-three:active, .content .entry-title a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.content .entry-title a.button.button-three:focus, .content .entry-title a.button.button-three:hover, .content .entry-title a.button[type="submit"]:focus, .content .entry-title a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.content .entry-title a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.content .entry-title a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.content .entry-title a.button.cta-blue {
	border: 4px solid #2383c5;
}

.page-title,
.page .entry-title {
	color: #6fc171;
	text-align: center;
}

.sidebar .widget-title a {
	color: #2682c5;
	text-decoration: none;
}

.sidebar .widget-title a:active, .sidebar .widget-title a:visited {
	color: #2383c5;
}

.sidebar .widget-title a:focus, .sidebar .widget-title a:hover {
	color: #0765a5;
	cursor: pointer;
}

.sidebar .widget-title a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.sidebar .widget-title a.button:active {
	background-color: #2383c5;
	color: white;
}

.sidebar .widget-title a.button:focus, .sidebar .widget-title a.button:hover {
	background-color: #0765a5;
	color: white;
}

.sidebar .widget-title a.button.button-alt, .sidebar .widget-title a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.sidebar .widget-title a.button.button-alt:active, .sidebar .widget-title a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.sidebar .widget-title a.button.button-alt:focus, .sidebar .widget-title a.button.button-alt:hover, .sidebar .widget-title a.button[type="submit"]:focus, .sidebar .widget-title a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.sidebar .widget-title a.button.button-three, .sidebar .widget-title a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.sidebar .widget-title a.button.button-three:active, .sidebar .widget-title a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.sidebar .widget-title a.button.button-three:focus, .sidebar .widget-title a.button.button-three:hover, .sidebar .widget-title a.button[type="submit"]:focus, .sidebar .widget-title a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.sidebar .widget-title a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.sidebar .widget-title a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.sidebar .widget-title a.button.cta-blue {
	border: 4px solid #2383c5;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.entry-content .read-more {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
	clear: both;
	display: block;
	overflow: auto;
	max-width: 250px;
	margin-top: 40px;
}

.entry-content .read-more:active {
	background-color: #2383c5;
	color: white;
}

.entry-content .read-more:focus, .entry-content .read-more:hover {
	background-color: #0765a5;
	color: white;
}

.entry-content .read-more.button-alt, .entry-content .read-more[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.entry-content .read-more.button-alt:active, .entry-content .read-more[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.entry-content .read-more.button-alt:focus, .entry-content .read-more.button-alt:hover, .entry-content .read-more[type="submit"]:focus, .entry-content .read-more[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.entry-content .read-more.button-three, .entry-content .read-more[type="submit"] {
	background-color: #834c85;
	color: white;
}

.entry-content .read-more.button-three:active, .entry-content .read-more[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.entry-content .read-more.button-three:focus, .entry-content .read-more.button-three:hover, .entry-content .read-more[type="submit"]:focus, .entry-content .read-more[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.entry-content .read-more.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.entry-content .read-more.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.entry-content .read-more.cta-blue {
	border: 4px solid #2383c5;
}

.archive .entry,
.blog .entry {
	border-bottom: 1px solid #efefef;
}

.blog .wp-post-image {
	margin-bottom: 30px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget .widget-title {
	border-bottom: 1px solid #f4f4f4;
	color: #6fc171;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	padding-bottom: 5px;
}

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

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

.widget.widget_calendar table {
	width: 100%;
}

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

.widget.widget_search input[type="submit"] {
	font-family: "Dashicons";
	font-size: 22px;
	width: 20px;
	height: 20px;
	color: #6fc171;
	margin-left: -30px;
	margin-top: 20px;
	background-color: transparent;
	position: relative;
}

.widget .read-amazon-box {
	padding: 20px;
	background-color: #efefef;
	border: 1px solid #d8d8d8;
}

.widget .read-amazon-box input[type="submit"] {
	font-size: 18px;
	margin-top: 20px;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 25px;
	font-size: 2.5rem;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

/* social list
------------------------ */
.sidebar .widget_read_custom_social_widget li {
	border-bottom: 0 none transparent;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

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

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

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

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

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

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

/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

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

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

.sharedaddy {
	margin-bottom: 20px;
}

.sharedaddy .sd-social-icon-text a.sd-button span {
	color: #fff;
	margin-left: 0;
}

.sharedaddy .sd-social-icon-text a.sd-button span.share-count {
	font-size: 90%;
	line-height: 1;
	margin-left: 10px;
}

.sharedaddy .sd-social-icon-text .sd-content ul li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.sharedaddy .sd-social-icon-text .sd-content ul li:last-of-type {
	margin-right: 0;
}

.sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button {
	background: #834c85;
	border: 0;
	border-radius: 0;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	padding: 8px 16px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.page-template-page-book-landing .sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button {
	background: transparent;
	border: 2px solid #ffbb3e;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	padding: 16px 20px;
}

.page-template-page-book-landing .sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button:hover, .page-template-page-book-landing .sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button:focus {
	background: #ffbb3e;
	border: 2px solid #ffbb3e;
}

.page-template-page-book-landing .sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button:hover span, .page-template-page-book-landing .sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button:focus span {
	color: #fff;
}

.page-template-page-book-landing .sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button span {
	color: #1a3a4b;
}

.sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button::before {
	display: none;
}

.sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button:focus, .sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button:hover {
	background: #a260a4;
	border: 0 none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
	min-height: 160px;
	position: fixed;
	z-index: 99;
	width: 100%;
	border-top: 33px solid #6fc171;
}

.site-header .wrap {
	padding: 0 5%;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 10px 0;
	width: 17%;
}

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

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 5px;
}

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

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	background-size: contain;
	float: left;
	min-height: 131px;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header-image .read-shrink.site-header {
	min-height: 110px;
}

.header-image .read-shrink .site-title > a {
	width: 90px;
	min-height: 80px;
	background-size: contain;
}

.header-image .read-shrink .title-area {
	width: 140px;
	min-height: 85px;
	padding: 0;
}

.header-image .read-shrink .nav-primary {
	margin-top: 20px;
}

.header-image .read-shrink .nav-secondary {
	margin-bottom: 0;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

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

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

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 74%;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu button {
	display: none;
}

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

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 20px 16px;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu:first-of-type {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 261px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #86878b;
	border-top: 0;
	font-size: 20px;
	padding: 20px;
	position: relative;
	width: 261px;
	word-wrap: break-word;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## 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;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
	margin-top: 40px;
}

.nav-primary .wrap {
	padding: 0;
	width: 100%;
}

.nav-primary .genesis-nav-menu a {
	color: #6d6e71;
	text-decoration: none;
	background-color: transparent;
	text-transform: lowercase;
	font-size: 16px;
	padding: 15px 12px;
	font-weight: 500;
}

.nav-primary .genesis-nav-menu > li.current-menu-item, .nav-primary .genesis-nav-menu > li.current_page_item, .nav-primary .genesis-nav-menu > li.current_page_parent, .nav-primary .genesis-nav-menu > li:focus, .nav-primary .genesis-nav-menu > li:hover {
	color: #6fc171;
}

.nav-primary .genesis-nav-menu > li.current-menu-item > a, .nav-primary .genesis-nav-menu > li.current_page_item > a, .nav-primary .genesis-nav-menu > li.current_page_parent > a, .nav-primary .genesis-nav-menu > li:focus > a, .nav-primary .genesis-nav-menu > li:hover > a {
	color: #6fc171;
}

.nav-primary .genesis-nav-menu > li.current-menu-item > a:after, .nav-primary .genesis-nav-menu > li.current_page_item > a:after, .nav-primary .genesis-nav-menu > li.current_page_parent > a:after, .nav-primary .genesis-nav-menu > li:focus > a:after, .nav-primary .genesis-nav-menu > li:hover > a:after {
	color: #6fc171;
}

.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu a:hover {
	color: #6fc171;
}

.nav-primary .genesis-nav-menu .current-menu-item a {
	color: #6fc171;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #6d6e71;
	background-color: #efefef;
	font-size: 16px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #FFF;
	background-color: #c9c9c9;
}

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

.nav-primary .genesis-nav-menu .menu-item-has-children:hover {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.nav-primary .genesis-nav-menu .menu-item-has-children > a {
	position: relative;
	padding-right: 30px;
}

.nav-primary .genesis-nav-menu .menu-item-has-children > a:after {
	content: "\f347";
	font-family: "Dashicons";
	position: absolute;
	color: #6d6e71;
	width: 10px;
	height: 10px;
	font-size: 16px;
	line-height: 19px;
	right: 15px;
	vertical-align: middle;
}

.nav-primary .genesis-nav-menu .menu-item-has-children > a:hover:after {
	color: #6fc171;
}

.nav-primary .sub-menu .sub-menu {
	margin: 0;
}

.nav-primary .sub-menu .sub-menu a {
	background-color: #c9c9c9;
	color: white;
}

.nav-primary .sub-menu .sub-menu li:hover a {
	background-color: #6d6e71;
}

.nav-primary .genesis-nav-menu .search {
	color: #6d6e71;
	margin-top: 0;
}

.nav-primary .genesis-nav-menu .search:hover {
	background-color: transparent;
	cursor: pointer;
}

.nav-primary .genesis-nav-menu .search .sub-menu {
	left: auto;
	right: 142px;
	top: 50px;
	opacity: 1;
}

.nav-primary .genesis-nav-menu .search .sub-menu.read-shrink {
	top: 20px;
}

.nav-primary .genesis-nav-menu .search span {
	font-size: 30px;
	margin-top: -10px;
}

.nav-primary .genesis-nav-menu .search form input {
	height: 60px;
	background: #fefefe;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: transparent;
	margin-bottom: 13px;
	margin-top: -33px;
}

.nav-secondary ul {
	text-align: right;
}

.nav-secondary .genesis-nav-menu a {
	color: white;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Standard Navigation
--------------------------------------------- */
nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */
.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
@media only screen and (min-width: 960px) {
	nav {
		display: block !important;
	}
}

/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
@media only screen and (max-width: 960px) {
	.site-header {
		position: absolute;
	}
	.site-header .widget-area .menu-toggle:first-of-type,
	.site-header .widget-area .sub-menu-toggle {
		display: block;
		float: right;
		font-size: 50px;
		font-size: 5rem;
		font-weight: 700;
		margin: 0;
		overflow: hidden;
		padding: 2rem;
		text-align: center;
		visibility: visible;
	}
	.site-header .menu-toggle:first-of-type {
		display: none;
	}
	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #999;
	}
	.sub-menu-toggle {
		padding: 1.8rem;
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu-toggle:before {
		content: "\2261";
	}
	.menu-toggle.activated:before {
		content: "\2191";
	}
	.sub-menu-toggle:before {
		content: "+";
	}
	.sub-menu-toggle.activated:before {
		content: "-";
	}
	nav {
		display: none;
		position: relative;
	}
	nav.nav-secondary {
		display: block;
		clear: both;
	}
	nav.woocommerce-MyAccount-navigation {
		display: block;
	}
	.genesis-nav-menu .menu-item {
		background-color: #f5f5f5;
		display: block;
		position: relative;
		text-align: left;
	}
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}
	.genesis-nav-menu .sub-menu:first-of-type {
		width: 100%;
		position: initial;
	}
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}
	.nav-primary .current-menu-item > a,
	.nav-primary a:hover {
		color: #333;
	}
	/** search span **/
	.nav-primary .genesis-nav-menu li:hover {
		border-radius: 0;
	}
	.nav-primary .genesis-nav-menu .search:hover {
		background: #6fc171;
		overflow: hidden;
		padding: 8px 0;
	}
	.nav-primary .genesis-nav-menu .search:hover form {
		display: block;
		float: left;
		margin-left: 40px;
		margin-top: -22px;
	}
	.nav-primary .genesis-nav-menu .search span {
		width: 100%;
		display: block;
	}
	.nav-primary .genesis-nav-menu .search span:before {
		float: left;
	}
	.nav-primary .genesis-nav-menu .search span .sub-menu {
		width: 94%;
	}
	.nav-secondary .genesis-nav-menu .menu-item {
		background-color: transparent;
		display: inline-block;
	}
}

/* # Content Area
--------------------------------------------------------------------------------------------------- */
.single-mbt_book .site-inner {
	padding-top: 90px;
}

/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
	padding: 30px 40px;
}

.content .entry {
	background-color: #fff;
}

.entry-content {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.625;
	color: #6d6e71;
}

.entry-content a {
	color: #2682c5;
	text-decoration: none;
}

.entry-content a:active, .entry-content a:visited {
	color: #2383c5;
}

.entry-content a:focus, .entry-content a:hover {
	color: #0765a5;
	cursor: pointer;
}

.entry-content a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.entry-content a.button:active {
	background-color: #2383c5;
	color: white;
}

.entry-content a.button:focus, .entry-content a.button:hover {
	background-color: #0765a5;
	color: white;
}

.entry-content a.button.button-alt, .entry-content a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.entry-content a.button.button-alt:active, .entry-content a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.entry-content a.button.button-alt:focus, .entry-content a.button.button-alt:hover, .entry-content a.button[type="submit"]:focus, .entry-content a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.entry-content a.button.button-three, .entry-content a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.entry-content a.button.button-three:active, .entry-content a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.entry-content a.button.button-three:focus, .entry-content a.button.button-three:hover, .entry-content a.button[type="submit"]:focus, .entry-content a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.entry-content a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.entry-content a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.entry-content a.button.cta-blue {
	border: 4px solid #2383c5;
}

.entry-content blockquote {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 80px;
	padding: 20px;
	margin: 40px;
	color: #6d6e71;
	position: relative;
}

.entry-content blockquote:before {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.entry-content blockquote:after {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

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

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

.entry-content b,
.entry-content strong {
	font-weight: 700;
}

.entry-content h1 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 72px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.entry-content h2 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.entry-content h3 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.entry-content h4 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.entry-content h5 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.entry-content h6 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.entry-content blockquote {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 80px;
	padding: 20px;
	margin: 40px;
	color: #6d6e71;
	position: relative;
}

.entry-content blockquote:before {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.entry-content blockquote:after {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

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

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

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

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

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

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

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

/* ## Pagination
--------------------------------------------- */
.archive-pagination,
.pagination {
	clear: both;
	margin: 40px 0;
}

.archive-pagination li,
.pagination li {
	display: inline;
}

.archive-pagination a,
.pagination a {
	color: #6fc171;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:active, .archive-pagination a:visited,
.pagination a:active,
.pagination a:visited {
	color: #6fc171;
}

.archive-pagination a:focus, .archive-pagination a:hover,
.pagination a:focus,
.pagination a:hover {
	color: #55a757;
	cursor: pointer;
}

.archive-pagination a.button,
.pagination a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.archive-pagination a.button:active,
.pagination a.button:active {
	background-color: #2383c5;
	color: white;
}

.archive-pagination a.button:focus, .archive-pagination a.button:hover,
.pagination a.button:focus,
.pagination a.button:hover {
	background-color: #0765a5;
	color: white;
}

.archive-pagination a.button.button-alt, .archive-pagination a.button[type="submit"],
.pagination a.button.button-alt,
.pagination a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.archive-pagination a.button.button-alt:active, .archive-pagination a.button[type="submit"]:active,
.pagination a.button.button-alt:active,
.pagination a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.archive-pagination a.button.button-alt:focus, .archive-pagination a.button.button-alt:hover, .archive-pagination a.button[type="submit"]:focus, .archive-pagination a.button[type="submit"]:hover,
.pagination a.button.button-alt:focus,
.pagination a.button.button-alt:hover,
.pagination a.button[type="submit"]:focus,
.pagination a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.archive-pagination a.button.button-three, .archive-pagination a.button[type="submit"],
.pagination a.button.button-three,
.pagination a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.archive-pagination a.button.button-three:active, .archive-pagination a.button[type="submit"]:active,
.pagination a.button.button-three:active,
.pagination a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.archive-pagination a.button.button-three:focus, .archive-pagination a.button.button-three:hover, .archive-pagination a.button[type="submit"]:focus, .archive-pagination a.button[type="submit"]:hover,
.pagination a.button.button-three:focus,
.pagination a.button.button-three:hover,
.pagination a.button[type="submit"]:focus,
.pagination a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.archive-pagination a.button.center,
.pagination a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.archive-pagination a.button.transparent-blue,
.pagination a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.archive-pagination a.button.cta-blue,
.pagination a.button.cta-blue {
	border: 4px solid #2383c5;
}

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

.read-optim-message {
	text-align: center;
	font-weight: 700;
	background: #2682c5;
	color: white;
	padding: 20px;
}

.read-optim-message p {
	margin-bottom: 0;
}

/** breadcrumbs **/
.read-breadcrumb {
	font-size: 14px;
	margin-top: 20px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 0px;
	padding: 20px 40px;
}

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

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

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: white;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.single .comment-list article,
.comment-list article {
	margin-top: 0;
}

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

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

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

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

.comment-respond input[type="submit"] {
	width: 330px;
	background-color: #6fc171;
	text-transform: lowercase;
	font-size: 33px;
}

.comment-respond .required {
	color: darkred;
}

.comment-respond #reply-title {
	color: #2682c5;
	text-transform: lowercase;
	font-size: 36px;
	margin-top: 0;
}

.comment-respond a {
	color: #6fc171;
	text-decoration: none;
}

.comment-respond a:hover, .comment-respond a:focus {
	color: #55a757;
}

.entry-comments > h3 {
	color: #2682c5;
	text-transform: lowercase;
	font-size: 60px;
}

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

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

.entry-comments .comment-author img {
	border-radius: 100px;
}

.entry-comments a {
	color: #6fc171;
	text-decoration: none;
}

.entry-comments a:hover, .entry-comments a:focus {
	color: #55a757;
}

.entry-comments .children {
	border-left: 1px solid #f2f2f2;
}

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

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.footer-widgets a.button:active {
	background-color: #2383c5;
	color: white;
}

.footer-widgets a.button:focus, .footer-widgets a.button:hover {
	background-color: #0765a5;
	color: white;
}

.footer-widgets a.button.button-alt, .footer-widgets a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.footer-widgets a.button.button-alt:active, .footer-widgets a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.footer-widgets a.button.button-alt:focus, .footer-widgets a.button.button-alt:hover, .footer-widgets a.button[type="submit"]:focus, .footer-widgets a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.footer-widgets a.button.button-three, .footer-widgets a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.footer-widgets a.button.button-three:active, .footer-widgets a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.footer-widgets a.button.button-three:focus, .footer-widgets a.button.button-three:hover, .footer-widgets a.button[type="submit"]:focus, .footer-widgets a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.footer-widgets a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.footer-widgets a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.footer-widgets a.button.cta-blue {
	border: 4px solid #2383c5;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

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

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

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

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

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

.page-template-front-page .site-inner {
	margin-top: 0;
	max-width: 100%;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 10;
}

.page-template-front-page .content {
	background-color: #fff;
}

.page-template-front-page .three-content-sections + .read-content-section.standard-editor {
	background: #6fc171;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

@media only screen and (min-width: 681px) {
	.page-template-front-page .three-content-sections + .read-content-section.standard-editor {
		font-size: 32px;
	}
}

@media only screen and (min-width: 1026px) {
	.page-template-front-page .three-content-sections + .read-content-section.standard-editor > .wrap {
		max-width: 960px;
	}
}

@media only screen and (min-width: 801px) {
	.page-template-front-page .three-content-sections + .read-content-section.standard-editor .testimonial-name {
		display: block;
		float: right;
	}
}

.page-template-front-page article {
	margin-bottom: 0;
}

.page-template-front-page .fixed-cta {
	margin-top: 160px;
}

@media only screen and (max-width: 800px) {
	.page-template-front-page .fixed-cta {
		max-width: 100%;
		min-height: 265px;
		overflow: hidden;
	}
}

.page-template-front-page .fixed-cta img {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 800px) {
	.page-template-front-page .fixed-cta img {
		margin-left: -200px;
		margin-right: 0;
		max-width: 1000px;
		min-height: 265px;
	}
}

@media only screen and (max-width: 680px) {
	.page-template-front-page .fixed-cta img {
		margin-left: -300px;
	}
}

@media only screen and (max-width: 480px) {
	.page-template-front-page .fixed-cta img {
		margin-left: -500px;
	}
}

@media only screen and (max-width: 800px) {
	.page-template-front-page .fixed-cta .hero-image-wrapper .content-wrapper {
		overflow: hidden;
	}
}

@media only screen and (max-width: 480px) {
	.page-template-front-page .fixed-cta .hero-image-wrapper .content-wrapper {
		font-size: 28px;
		padding: 0 1%;
		top: 355px;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.page-template-front-page .fixed-cta .hero-image-wrapper .content-wrapper .button {
		clear: both;
		display: block;
		font-size: 18px;
		padding: 10px 20px;
	}
}

.page-template-front-page .hero-image-wrapper {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.page-template-front-page .hero-image-wrapper img {
	display: block;
}

.page-template-front-page .hero-image-wrapper .content-wrapper {
	color: #fff;
	float: left;
	font-weight: 400;
	left: 1%;
	right: auto;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.page-template-front-page .hero-image-wrapper .content-wrapper {
		font-size: 36px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 680px) {
	.page-template-front-page .hero-image-wrapper .content-wrapper {
		color: #2682c5;
	}
}

@media only screen and (min-width: 680px) and (max-width: 960px) {
	.page-template-front-page .hero-image-wrapper .button {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 960px) {
	.page-template-front-page .hero-image-wrapper .button {
		font-size: 22px;
		line-height: 1;
		padding: 14px;
	}
}

.hero-image-wrapper {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: -8px;
	position: relative;
}

.hero-image-wrapper .content-wrapper {
	color: #2682c5;
	float: right;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	position: absolute;
	right: 5%;
	text-align: center;
	top: 29%;
	width: 800px;
}

.hero-image-wrapper .button {
	clear: both;
	display: block;
	font-size: 18px;
	margin: 40px auto 0;
	max-width: 645px;
	padding: 2px;
	text-align: center;
	width: 50%;
}

.popup-content-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 99;
}

.popup-content-wrapper .popup-content {
	width: 50%;
	height: 50%;
	margin: 19% auto;
	background: white;
	padding: 30px;
	position: relative;
}

.popup-content-wrapper .close-popup {
	color: white;
	text-decoration: none;
	background-color: black;
	padding: 4px 10px;
	border-radius: 20px;
	top: -45px;
	left: -45px;
	position: relative;
}

.popup-content-wrapper .close-popup:hover {
	background-color: #c9c9c9;
}

.three-content-sections {
	background-color: #fff;
	display: block;
	overflow: hidden;
	padding: 75px 1%;
}

.three-content-sections .content-section {
	float: left;
	margin-left: 5%;
	max-width: 575px;
	width: 30%;
}

.three-content-sections .content-section:first-of-type {
	margin-left: 0;
}

.three-content-sections h3 {
	color: #6fc171;
	text-align: center;
}

.three-content-sections a {
	text-decoration: none;
}

.three-content-sections a:hover h3 {
	color: #55a757;
}

.three-content-sections .read-content-under {
	color: #6d6e71;
	padding: 0 2px;
	text-align: center;
}

.green-cta-wrapper {
	background-color: #6fc171;
	text-align: center;
	padding: 80px 0;
	color: white;
}

.green-cta-wrapper h2 {
	font-size: 36px;
	font-weight: 400;
	color: white;
	margin: 0;
}

.green-cta-wrapper a {
	margin-top: 30px;
	padding-left: 80px;
	padding-right: 80px;
	text-transform: uppercase;
}

.green-cta-wrapper.read-cta-two .button {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 410px;
	width: 100%;
}

@media only screen and (min-width: 961px) {
	.green-cta-wrapper.read-cta-two .button {
		display: inline-block;
	}
}

@media only screen and (min-width: 961px) {
	.green-cta-wrapper.read-cta-two .button-first {
		margin-right: 30px;
	}
}

.green-cta-wrapper.read-cta-two .button-alt {
	background-color: #834c85;
}

.green-cta-wrapper.read-cta-two .button-alt:focus, .green-cta-wrapper.read-cta-two .button-alt:hover {
	background-color: #633965;
}

.green-cta-wrapper.read-cta-two .button-alt:active, .green-cta-wrapper.read-cta-two .button-alt:visited {
	background-color: #a260a4;
}

.show-podcasts {
	background: white;
	padding: 75px 0 150px;
}

.show-podcasts .wrap {
	max-width: 1200px;
}

.show-podcasts .latest-episode {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	overflow: hidden;
}

.show-podcasts .latest-episode h2 {
	color: #6fc171;
	font-size: 28px;
	margin-bottom: 50px;
	text-align: center;
}

.show-podcasts .latest-episode .post-title {
	display: none;
}

.show-podcasts .latest-episode img {
	z-index: 1;
}

.show-podcasts .latest-episode a {
	width: 100%;
	display: block;
	text-decoration: none;
}

.show-podcasts .current-season {
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	margin-top: 80px;
}

.show-podcasts .current-season .current-season-episode {
	margin-bottom: 120px;
}

.show-podcasts .current-season h2 {
	color: #6fc171;
	font-size: 28px;
	margin-bottom: 50px;
}

.show-podcasts .current-season .post-title {
	display: none;
}

.show-podcasts .current-season .show-wrapper {
	width: 45%;
	display: inline-block;
}

.show-podcasts .current-season .even {
	margin-left: 10%;
}

.show-podcasts .past-seasons h2 {
	margin-bottom: 50px;
	color: #6fc171;
	font-size: 28px;
}

.show-podcasts .past-seasons .button {
	display: block;
	margin: 30px auto 0;
	width: 340px;
}

.show-podcasts .past-seasons .single-season {
	margin-bottom: 1px;
	overflow: hidden;
}

.show-podcasts .past-seasons .single-season h3 {
	background-color: #efefef;
	color: #6fc171;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 20px 40px;
	position: relative;
}

.show-podcasts .past-seasons .single-season h3:after {
	content: "+";
	color: #6fc171;
	position: absolute;
	top: 22px;
	right: 40px;
}

.show-podcasts .past-seasons .single-season h3.show {
	background: #6fc171;
	color: white;
}

.show-podcasts .past-seasons .single-season h3.show:after {
	color: white;
	content: "-";
}

.show-podcasts .past-seasons .single-season h3:hover {
	color: white;
	background-color: #6fc171;
	cursor: pointer;
}

.show-podcasts .past-seasons .single-season h3:hover:after {
	color: white;
}

.show-podcasts .past-seasons .single-season ul {
	padding: 0 40px;
	margin-top: 20px;
	overflow: hidden;
	clear: both;
	display: block;
}

.show-podcasts .past-seasons .single-season li {
	width: 45%;
	display: block;
	position: relative;
	margin-bottom: 51px;
}

.show-podcasts .past-seasons .single-season li.even {
	float: left;
	margin-left: 10%;
	margin-right: 0;
}

.show-podcasts .past-seasons .single-season li.odd {
	clear: both;
	float: left;
	margin-right: 0;
}

.show-podcasts .past-seasons .single-season li::before {
	content: "";
	margin: 0;
}

.show-podcasts .past-seasons .single-season li a {
	font-size: 19px;
	color: #6d6e71;
	text-decoration: none;
}

.show-podcasts .past-seasons .single-season li a:focus, .show-podcasts .past-seasons .single-season li a:hover {
	color: #222;
}

.show-podcasts .past-seasons .single-season .season-episodes {
	display: none;
}

.show-podcasts.handheld .current-season .post-title,
.show-podcasts.handheld .latest-episode .post-title {
	display: block;
	font-size: 1.17em;
	line-height: 1.2;
	text-align: center;
}

.show-podcasts.handheld .current-season .current-season-episode,
.show-podcasts.handheld .latest-episode .current-season-episode {
	margin-bottom: 50px;
}

.show-podcasts.handheld a {
	text-decoration: none;
}

.footer-section-wrapper {
	background: white;
	padding: 160px 0;
}

.footer-section-wrapper .footer-section {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 2.5%;
	float: left;
	display: inline-block;
	background-color: #f9f9f9;
	padding: 20px 40px;
}

.footer-section-wrapper .footer-section:first-of-type {
	margin-left: 0;
}

.footer-section-wrapper .footer-section:nth-child(3) {
	float: right;
}

.footer-section-wrapper .section-title {
	color: #6fc171;
	margin-bottom: 30px;
	margin-top: 0;
	font-weight: 500;
}

.footer-section-wrapper .social-list li {
	margin-top: 10px;
}

.footer-section-wrapper .social-list li:first-of-type {
	margin-top: 0;
}

.footer-section-wrapper .social-list a {
	display: block;
	text-align: center;
	background-color: #2383c5;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
}

.footer-section-wrapper .social-list a:focus, .footer-section-wrapper .social-list a:hover {
	background-color: #1b669a;
}

.footer-section-wrapper .social-list a:active {
	background-color: #14496e;
}

.footer-section-wrapper .social-list .instagram a {
	background-color: #1bbcb2;
}

.footer-section-wrapper .social-list .instagram a:focus, .footer-section-wrapper .social-list .instagram a:hover {
	background-color: #158f88;
}

.footer-section-wrapper .social-list .instagram a:active {
	background-color: #0e635e;
}

.footer-section-wrapper .social-list .itunes a {
	background-color: #6fc171;
}

.footer-section-wrapper .social-list .itunes a:focus, .footer-section-wrapper .social-list .itunes a:hover {
	background-color: #4cb14f;
}

.footer-section-wrapper .social-list .itunes a:active {
	background-color: #3d8d3f;
}

.footer-section-wrapper .social-list .stitcher a {
	background-color: #834c85;
}

.footer-section-wrapper .social-list .stitcher a:focus, .footer-section-wrapper .social-list .stitcher a:hover {
	background-color: #633965;
}

.footer-section-wrapper .social-list .stitcher a:active {
	background-color: #432744;
}

.footer-section-wrapper .content {
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	line-height: 1.625;
	margin-bottom: 20px;
	background-color: transparent;
}

.page-template-template-speaking .site-inner {
	padding-left: 0;
	padding-right: 0;
}

.split-editors {
	padding: 40px 5%;
	clear: both;
	overflow: hidden;
	display: block;
}

.split-editors.dark {
	background-color: #f9f9f9;
}

.split-editors ul {
	overflow: hidden;
	margin-top: 40px;
	margin-left: 0;
	padding-left: 35px;
}

.split-editors ul li {
	width: 45%;
	float: left;
	margin-right: 3%;
}

.split-editors ul li:before {
	font-family: "Dashicons";
	content: "\f147";
	margin: 5px 5px 0 -45px;
	color: #d6d5d5;
	font-size: 38px;
}

.split-editors.main_large .left-side {
	width: 55%;
	float: left;
	margin-right: 10%;
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.625;
	color: #6d6e71;
}

.split-editors.main_large .left-side a {
	color: #2682c5;
	text-decoration: none;
}

.split-editors.main_large .left-side a:active, .split-editors.main_large .left-side a:visited {
	color: #2383c5;
}

.split-editors.main_large .left-side a:focus, .split-editors.main_large .left-side a:hover {
	color: #0765a5;
	cursor: pointer;
}

.split-editors.main_large .left-side a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.split-editors.main_large .left-side a.button:active {
	background-color: #2383c5;
	color: white;
}

.split-editors.main_large .left-side a.button:focus, .split-editors.main_large .left-side a.button:hover {
	background-color: #0765a5;
	color: white;
}

.split-editors.main_large .left-side a.button.button-alt, .split-editors.main_large .left-side a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.split-editors.main_large .left-side a.button.button-alt:active, .split-editors.main_large .left-side a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.split-editors.main_large .left-side a.button.button-alt:focus, .split-editors.main_large .left-side a.button.button-alt:hover, .split-editors.main_large .left-side a.button[type="submit"]:focus, .split-editors.main_large .left-side a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.split-editors.main_large .left-side a.button.button-three, .split-editors.main_large .left-side a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.split-editors.main_large .left-side a.button.button-three:active, .split-editors.main_large .left-side a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.split-editors.main_large .left-side a.button.button-three:focus, .split-editors.main_large .left-side a.button.button-three:hover, .split-editors.main_large .left-side a.button[type="submit"]:focus, .split-editors.main_large .left-side a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.split-editors.main_large .left-side a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.split-editors.main_large .left-side a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.split-editors.main_large .left-side a.button.cta-blue {
	border: 4px solid #2383c5;
}

.split-editors.main_large .left-side blockquote {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 80px;
	padding: 20px;
	margin: 40px;
	color: #6d6e71;
	position: relative;
}

.split-editors.main_large .left-side blockquote:before {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.split-editors.main_large .left-side blockquote:after {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.split-editors.main_large .left-side code {
	background-color: #333;
	color: #ddd;
}

.split-editors.main_large .left-side ol,
.split-editors.main_large .left-side ul {
	margin-left: 20px;
	margin-bottom: 28px;
}

.split-editors.main_large .left-side b,
.split-editors.main_large .left-side strong {
	font-weight: 700;
}

.split-editors.main_large .left-side h1 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 72px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.split-editors.main_large .left-side h2 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.split-editors.main_large .left-side h3 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.split-editors.main_large .left-side h4 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.split-editors.main_large .left-side h5 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.split-editors.main_large .left-side h6 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.split-editors.main_large .right-side {
	width: 30%;
	float: right;
	font-size: 28px;
}

.split-editors.main_large .right-side h2 {
	color: #6fc171;
	font-size: 48px;
}

.split-editors.main_large .right-side h3 {
	color: #2682c5;
	font-size: 36px;
}

.split-editors.one_half .left-side {
	width: 45%;
	float: left;
	margin-right: 10%;
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.625;
	color: #6d6e71;
}

.split-editors.one_half .left-side a {
	color: #2682c5;
	text-decoration: none;
}

.split-editors.one_half .left-side a:active, .split-editors.one_half .left-side a:visited {
	color: #2383c5;
}

.split-editors.one_half .left-side a:focus, .split-editors.one_half .left-side a:hover {
	color: #0765a5;
	cursor: pointer;
}

.split-editors.one_half .left-side a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.split-editors.one_half .left-side a.button:active {
	background-color: #2383c5;
	color: white;
}

.split-editors.one_half .left-side a.button:focus, .split-editors.one_half .left-side a.button:hover {
	background-color: #0765a5;
	color: white;
}

.split-editors.one_half .left-side a.button.button-alt, .split-editors.one_half .left-side a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.split-editors.one_half .left-side a.button.button-alt:active, .split-editors.one_half .left-side a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.split-editors.one_half .left-side a.button.button-alt:focus, .split-editors.one_half .left-side a.button.button-alt:hover, .split-editors.one_half .left-side a.button[type="submit"]:focus, .split-editors.one_half .left-side a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.split-editors.one_half .left-side a.button.button-three, .split-editors.one_half .left-side a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.split-editors.one_half .left-side a.button.button-three:active, .split-editors.one_half .left-side a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.split-editors.one_half .left-side a.button.button-three:focus, .split-editors.one_half .left-side a.button.button-three:hover, .split-editors.one_half .left-side a.button[type="submit"]:focus, .split-editors.one_half .left-side a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.split-editors.one_half .left-side a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.split-editors.one_half .left-side a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.split-editors.one_half .left-side a.button.cta-blue {
	border: 4px solid #2383c5;
}

.split-editors.one_half .left-side blockquote {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 80px;
	padding: 20px;
	margin: 40px;
	color: #6d6e71;
	position: relative;
}

.split-editors.one_half .left-side blockquote:before {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.split-editors.one_half .left-side blockquote:after {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.split-editors.one_half .left-side code {
	background-color: #333;
	color: #ddd;
}

.split-editors.one_half .left-side ol,
.split-editors.one_half .left-side ul {
	margin-left: 20px;
	margin-bottom: 28px;
}

.split-editors.one_half .left-side b,
.split-editors.one_half .left-side strong {
	font-weight: 700;
}

.split-editors.one_half .left-side h1 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 72px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.split-editors.one_half .left-side h2 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.split-editors.one_half .left-side h3 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.split-editors.one_half .left-side h4 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.split-editors.one_half .left-side h5 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.split-editors.one_half .left-side h6 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.split-editors.one_half .right-side {
	width: 45%;
	float: right;
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.625;
	color: #6d6e71;
}

.split-editors.one_half .right-side a {
	color: #2682c5;
	text-decoration: none;
}

.split-editors.one_half .right-side a:active, .split-editors.one_half .right-side a:visited {
	color: #2383c5;
}

.split-editors.one_half .right-side a:focus, .split-editors.one_half .right-side a:hover {
	color: #0765a5;
	cursor: pointer;
}

.split-editors.one_half .right-side a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.split-editors.one_half .right-side a.button:active {
	background-color: #2383c5;
	color: white;
}

.split-editors.one_half .right-side a.button:focus, .split-editors.one_half .right-side a.button:hover {
	background-color: #0765a5;
	color: white;
}

.split-editors.one_half .right-side a.button.button-alt, .split-editors.one_half .right-side a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.split-editors.one_half .right-side a.button.button-alt:active, .split-editors.one_half .right-side a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.split-editors.one_half .right-side a.button.button-alt:focus, .split-editors.one_half .right-side a.button.button-alt:hover, .split-editors.one_half .right-side a.button[type="submit"]:focus, .split-editors.one_half .right-side a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.split-editors.one_half .right-side a.button.button-three, .split-editors.one_half .right-side a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.split-editors.one_half .right-side a.button.button-three:active, .split-editors.one_half .right-side a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.split-editors.one_half .right-side a.button.button-three:focus, .split-editors.one_half .right-side a.button.button-three:hover, .split-editors.one_half .right-side a.button[type="submit"]:focus, .split-editors.one_half .right-side a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.split-editors.one_half .right-side a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.split-editors.one_half .right-side a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.split-editors.one_half .right-side a.button.cta-blue {
	border: 4px solid #2383c5;
}

.split-editors.one_half .right-side blockquote {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 80px;
	padding: 20px;
	margin: 40px;
	color: #6d6e71;
	position: relative;
}

.split-editors.one_half .right-side blockquote:before {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.split-editors.one_half .right-side blockquote:after {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.split-editors.one_half .right-side code {
	background-color: #333;
	color: #ddd;
}

.split-editors.one_half .right-side ol,
.split-editors.one_half .right-side ul {
	margin-left: 20px;
	margin-bottom: 28px;
}

.split-editors.one_half .right-side b,
.split-editors.one_half .right-side strong {
	font-weight: 700;
}

.split-editors.one_half .right-side h1 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 72px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.split-editors.one_half .right-side h2 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.split-editors.one_half .right-side h3 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.split-editors.one_half .right-side h4 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.split-editors.one_half .right-side h5 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.split-editors.one_half .right-side h6 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.read-testimonials {
	background: #f9f9f9;
	padding: 80px 0;
}

.read-testimonials .single-testimonial {
	width: 30%;
	float: left;
	margin-left: 5%;
	text-align: center;
}

.read-testimonials .single-testimonial:first-of-type {
	margin-left: 0;
}

.read-testimonials img {
	width: 190px;
	height: 190px;
	border-radius: 100px;
	overflow: hidden;
}

.read-testimonials .testimonial-name {
	padding-top: 20px;
	font-size: 35px;
	font-weight: 400;
}

.read-testimonials .testimonial-content {
	margin-bottom: 40px;
	margin-top: 40px;
	display: block;
	clear: both;
	overflow: hidden;
	border-bottom: 2px solid #2682c5;
}

.read-testimonials .testimonial-title {
	text-transform: uppercase;
	font-size: 24px;
}

.standard-editor {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.625;
	color: #6d6e71;
	padding: 80px 0;
}

.standard-editor a {
	color: #2682c5;
	text-decoration: none;
}

.standard-editor a:active, .standard-editor a:visited {
	color: #2383c5;
}

.standard-editor a:focus, .standard-editor a:hover {
	color: #0765a5;
	cursor: pointer;
}

.standard-editor a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.standard-editor a.button:active {
	background-color: #2383c5;
	color: white;
}

.standard-editor a.button:focus, .standard-editor a.button:hover {
	background-color: #0765a5;
	color: white;
}

.standard-editor a.button.button-alt, .standard-editor a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.standard-editor a.button.button-alt:active, .standard-editor a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.standard-editor a.button.button-alt:focus, .standard-editor a.button.button-alt:hover, .standard-editor a.button[type="submit"]:focus, .standard-editor a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.standard-editor a.button.button-three, .standard-editor a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.standard-editor a.button.button-three:active, .standard-editor a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.standard-editor a.button.button-three:focus, .standard-editor a.button.button-three:hover, .standard-editor a.button[type="submit"]:focus, .standard-editor a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.standard-editor a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.standard-editor a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.standard-editor a.button.cta-blue {
	border: 4px solid #2383c5;
}

.standard-editor blockquote {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 80px;
	padding: 20px;
	margin: 40px;
	color: #6d6e71;
	position: relative;
}

.standard-editor blockquote:before {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.standard-editor blockquote:after {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.standard-editor code {
	background-color: #333;
	color: #ddd;
}

.standard-editor ol,
.standard-editor ul {
	margin-left: 20px;
	margin-bottom: 28px;
}

.standard-editor b,
.standard-editor strong {
	font-weight: 700;
}

.standard-editor h1 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 72px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.standard-editor h2 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.standard-editor h3 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: #2682c5;
	margin-bottom: 10px;
	line-height: 1.1em;
}

.standard-editor h4 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.standard-editor h5 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.standard-editor h6 {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #2682c5;
	margin-bottom: 10px;
	margin-top: 0.67em;
	line-height: 1.1em;
}

.standard-editor h3 {
	margin-bottom: 30px;
}

@media only screen and (min-width: 960px) {
	.standard-editor h3 {
		margin-bottom: 50px;
	}
}

.standard-editor ul:not(.downloadables) {
	overflow: hidden;
	margin-top: 40px;
	margin-left: 0;
	padding-left: 35px;
}

.standard-editor ul:not(.downloadables) li {
	width: 45%;
	float: left;
	margin-right: 3%;
}

.standard-editor ul:not(.downloadables) li:before {
	font-family: "Dashicons";
	content: "\f147";
	margin: 5px 5px 0 -45px;
	color: #d6d5d5;
	font-size: 38px;
}

.standard-editor .ptp-pricing-table {
	margin-top: 80px;
}

.standard-editor .button {
	margin-top: 80px;
	margin-bottom: 80px;
}

.standard-editor.dark {
	background-color: #333;
	color: #F8F8F8;
}

.standard-editor.dark h1,
.standard-editor.dark h2,
.standard-editor.dark h3,
.standard-editor.dark h4,
.standard-editor.dark h5,
.standard-editor.dark h6 {
	color: #F8F8F8;
}

.standard-editor.light {
	background-color: #F8F8F8;
}

.standard-editor.light h1,
.standard-editor.light h2,
.standard-editor.light h3,
.standard-editor.light h4,
.standard-editor.light h5,
.standard-editor.light h6 {
	color: #333;
}

.standard-editor.transparent {
	background-color: transparent;
}

.standard-editor.transparent h1,
.standard-editor.transparent h2,
.standard-editor.transparent h3,
.standard-editor.transparent h4,
.standard-editor.transparent h5,
.standard-editor.transparent h6 {
	color: #F8F8F8;
}

.standard-editor #faq-block {
	padding: 0 40px;
}

.standard-editor #faq-block .single-faq {
	width: 40%;
	float: left;
	margin: 0 5%;
}

.page-template-template-sales .site-inner {
	padding-left: 0;
	padding-right: 0;
}

.page-template-template-sales .read-sales-fixed-bg {
	margin-top: -160px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.page-template-template-sales .content-sidebar-wrap {
	margin-top: 160px;
}

.read-step {
	width: 30%;
	margin-left: 5%;
	margin-top: 40px;
	margin-bottom: 80px;
	float: left;
}

.read-step:first-of-type {
	margin-left: 0;
}

.read-step img {
	width: 100%;
	height: auto;
}

.read-step .read-step-content {
	background-color: #6fc171;
	border-radius: 10px;
	padding: 30px 40px;
	color: white;
	display: block;
	clear: both;
	overflow: hidden;
}

.read-step .number {
	border: 3px solid white;
	border-radius: 200px;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
	float: left;
}

.read-step .read-right {
	float: right;
	width: 80%;
}

.read-step .step-title {
	font-weight: 400;
}

.read-class-demo {
	display: block;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	margin: 80px 0;
}

.read-class-demo.first {
	border-top: 1px solid #efefef;
	padding-top: 40px;
}

.read-class-demo .demo-header {
	display: block;
	clear: both;
	overflow: hidden;
}

.read-class-demo .demo-header h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #222;
	line-height: 40px;
}

.read-class-demo .demo-header .subtitle {
	font-style: italic;
	font-size: 22px;
}

.read-class-demo .number {
	font-size: 48px;
	color: white;
	background-color: #6fc171;
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	float: left;
	margin-right: 40px;
}

.read-class-demo ul:not(.downloadables) {
	overflow: hidden;
	margin-top: 40px;
	margin-left: 0;
	padding-left: 35px;
}

.read-class-demo ul:not(.downloadables) li {
	width: 45%;
	float: left;
	margin-right: 3%;
}

.read-class-demo ul:not(.downloadables) li:before {
	font-family: "Dashicons";
	content: "\f147";
	margin: 5px 5px 0 -45px;
	color: #d6d5d5;
	font-size: 38px;
}

.read-class-demo .small .demo-header {
	width: 50%;
	float: left;
}

.read-upcoming-authors {
	padding: 80px 0;
	overflow: hidden;
	clear: both;
	display: block;
}

.read-upcoming-authors.dark {
	background-color: #333;
	color: #F8F8F8;
}

.read-upcoming-authors.dark h1,
.read-upcoming-authors.dark h2,
.read-upcoming-authors.dark h3,
.read-upcoming-authors.dark h4,
.read-upcoming-authors.dark h5,
.read-upcoming-authors.dark h6 {
	color: #F8F8F8;
}

.read-upcoming-authors.light {
	background-color: #F8F8F8;
}

.read-upcoming-authors.light h1,
.read-upcoming-authors.light h2,
.read-upcoming-authors.light h3,
.read-upcoming-authors.light h4,
.read-upcoming-authors.light h5,
.read-upcoming-authors.light h6 {
	color: #333;
}

.read-upcoming-authors.transparent {
	background-color: transparent;
}

.read-upcoming-authors.transparent h1,
.read-upcoming-authors.transparent h2,
.read-upcoming-authors.transparent h3,
.read-upcoming-authors.transparent h4,
.read-upcoming-authors.transparent h5,
.read-upcoming-authors.transparent h6 {
	color: #F8F8F8;
}

.read-upcoming-authors .single-author {
	float: left;
	margin: 0 3% 40px;
	text-align: center;
	width: 18%;
}

.read-upcoming-authors .section-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 36px;
}

.read-upcoming-authors img {
	width: 100%;
	height: auto;
}

.read-upcoming-authors .author-name {
	font-size: 24px;
	margin-bottom: 5px;
}

.read-upcoming-authors .author-date {
	color: #2682c5;
	font-size: 18px;
}

.read-sales-point {
	width: 25%;
	margin: 0 4%;
	float: left;
	text-align: center;
	display: inline-block;
}

.read-sales-point .image-wrap {
	padding: 34px;
	border-radius: 100px;
	width: 125px;
	height: 125px;
	display: inline-block;
	background-color: #2682c5;
}

.read-sales-point .read-icon {
	font-family: 'Dashicons';
	font-size: 58px;
	color: white;
}

.read-sales-point .read-content {
	color: white;
}

.read-membership-home-items br {
	display: none;
}

.read-membership-item {
	background-color: #f9f9f9;
	width: 21%;
	height: 360px;
	margin: 0 2% 40px;
	padding: 0 15px;
	float: left;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

.read-membership-item:hover {
	background-color: #f6f6f6;
}

.read-membership-item p {
	font-size: 18px;
	line-height: 24px;
	color: #6d6e71;
}

.read-membership-item h4 {
	color: #2682c5;
	font-size: 30px;
}

.read-membership-item .icon-wrap {
	background-color: white;
	padding: 27px 25px 25px 0;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	text-align: center;
	display: block;
	margin: 0 auto 40px;
}

.read-membership-item .dashicons {
	color: #6fc171;
	font-size: 48px;
}

.read-blue-banner {
	background-color: #2682c5;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 80px;
}

.read-blue-banner p {
	margin: 0;
}

.read-blue-banner a {
	color: white;
}

.read-blue-banner a:active, .read-blue-banner a:hover, .read-blue-banner a:visited {
	color: #efefef;
}

h3.faq-question {
	font-size: 36px;
}

.single-season .single-podcast-episode .episode-title {
	font-size: 28px;
	text-align: center;
}

.single-season .single-podcast-episode .episode-title a {
	color: #6d6e71;
}

.single-season .single-podcast-episode .episode-title a:focus, .single-season .single-podcast-episode .episode-title a:hover {
	color: #c9c9c9;
}

.single-season .single-podcast-episode .episode-title a:active {
	color: #efefef;
}

.read-no-padding {
	margin-bottom: -80px;
}

.read-no-padding br {
	display: none;
}

.read-no-padding img {
	margin-bottom: 0;
}

.bbp-the-content-wrapper input {
	width: auto;
}

.entry-content #bbpress-forums ul.bbp-replies,
.entry-content #bbpress-forums {
	font-size: 16px;
	line-height: 1.5em;
}

.entry-content .bbp-reply-post-date {
	font-size: 12px;
}

.bbpress .entry-meta {
	display: none;
}

.bbpress .site-inner {
	margin-top: 225px;
}

.bbpress .entry-title {
	font-size: 24px;
	line-height: 1em;
}

.bbpress #bbpress-forums .bbp-search-form {
	width: 50%;
	margin-bottom: 20px;
}

.bbpress #bbpress-forums .bbp-search-form input#bbp_search {
	width: 60% !important;
	padding: 9px;
}

.bbpress #bbpress-forums .bbp-search-form input#bbp_search_submit {
	width: 38% !important;
}

.bbpress #subscription-toggle a {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
	color: white;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}

.bbpress #subscription-toggle a:active {
	background-color: #2383c5;
	color: white;
}

.bbpress #subscription-toggle a:focus, .bbpress #subscription-toggle a:hover {
	background-color: #0765a5;
	color: white;
}

.bbpress #subscription-toggle a.button-alt, .bbpress #subscription-toggle a[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.bbpress #subscription-toggle a.button-alt:active, .bbpress #subscription-toggle a[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.bbpress #subscription-toggle a.button-alt:focus, .bbpress #subscription-toggle a.button-alt:hover, .bbpress #subscription-toggle a[type="submit"]:focus, .bbpress #subscription-toggle a[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.bbpress #subscription-toggle a.button-three, .bbpress #subscription-toggle a[type="submit"] {
	background-color: #834c85;
	color: white;
}

.bbpress #subscription-toggle a.button-three:active, .bbpress #subscription-toggle a[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.bbpress #subscription-toggle a.button-three:focus, .bbpress #subscription-toggle a.button-three:hover, .bbpress #subscription-toggle a[type="submit"]:focus, .bbpress #subscription-toggle a[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.bbpress #subscription-toggle a.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.bbpress #subscription-toggle a.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.bbpress #subscription-toggle a.cta-blue {
	border: 4px solid #2383c5;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color: transparent;
}

#bbpress-forums .bbp-forums-list li {
	font-size: 14px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta,
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	font-size: 16px;
}

div.bbp-template-notice.info {
	display: none;
}

.page-template-template-landing .site-inner {
	padding: 0;
	margin-top: 225px;
}

.page-template-template-landing .site-inner .wrap {
	max-width: 1200px;
}

.page-template-template-landing .site-inner .hero-image-wrapper .content-wrapper {
	color: #fff;
}

.read-master-section {
	display: block;
	clear: both;
}

.read-single-lesson {
	margin-top: 80px;
}

.read-single-lesson:first-of-type {
	margin-top: 0;
}

.class-header-wrapper {
	overflow: hidden;
	clear: both;
	display: block;
}

.class-header-wrapper h1 {
	font-size: 55px;
	text-align: center;
}

.lesson-title {
	text-align: center;
	font-size: 40px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 30px 0;
	background-color: #fcfcfc;
}

.read-class-video-section .video {
	width: 60%;
	float: left;
}

.read-class-video-section .video-details-wrapper {
	width: 35%;
	float: right;
}

.read-class-video-section .video-details-wrapper .extra-text {
	text-align: center;
	font-size: 28px;
}

.read-class-video-section .video-details-wrapper .button {
	font-size: 22px;
	width: 100%;
	text-align: center;
}

.video-details {
	padding: 0;
	margin-bottom: 40px;
	border: 1px solid #efefef;
}

.video-details h4 {
	padding: 20px;
	margin-top: 0;
	background-color: #efefef;
	border-bottom: 1px solid #e2e2e2;
}

.video-details p {
	padding-left: 20px;
	padding-right: 20px;
}

.read-downloads-section {
	margin: 80px 0;
}

.read-downloads-section h3 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	font-size: 40px;
	margin-bottom: 80px;
}

.read-downloads-section .downloads-links li {
	width: 30%;
	margin-left: 5%;
	display: inline-block;
	float: left;
}

.read-downloads-section .downloads-links li:first-of-type {
	margin-left: 0;
}

.read-downloads-section .downloads-links a {
	text-align: center;
}

.read-downloads-section .downloads-links .dashicons {
	font-size: 80px;
	display: block;
	text-align: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 20px auto;
	color: #6fc171;
}

.read-downloads-section .downloads-links h4 {
	text-align: center;
	font-size: 28px;
}

.read-downloads-section .downloads-links h4 a {
	color: #6d6e71;
	text-decoration: none;
}

.read-downloads-section .downloads-links h4 a:active, .read-downloads-section .downloads-links h4 a:visited {
	color: #2383c5;
}

.read-downloads-section .downloads-links h4 a:focus, .read-downloads-section .downloads-links h4 a:hover {
	color: #0765a5;
	cursor: pointer;
}

.read-downloads-section .downloads-links h4 a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.read-downloads-section .downloads-links h4 a.button:active {
	background-color: #2383c5;
	color: white;
}

.read-downloads-section .downloads-links h4 a.button:focus, .read-downloads-section .downloads-links h4 a.button:hover {
	background-color: #0765a5;
	color: white;
}

.read-downloads-section .downloads-links h4 a.button.button-alt, .read-downloads-section .downloads-links h4 a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.read-downloads-section .downloads-links h4 a.button.button-alt:active, .read-downloads-section .downloads-links h4 a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.read-downloads-section .downloads-links h4 a.button.button-alt:focus, .read-downloads-section .downloads-links h4 a.button.button-alt:hover, .read-downloads-section .downloads-links h4 a.button[type="submit"]:focus, .read-downloads-section .downloads-links h4 a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.read-downloads-section .downloads-links h4 a.button.button-three, .read-downloads-section .downloads-links h4 a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.read-downloads-section .downloads-links h4 a.button.button-three:active, .read-downloads-section .downloads-links h4 a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.read-downloads-section .downloads-links h4 a.button.button-three:focus, .read-downloads-section .downloads-links h4 a.button.button-three:hover, .read-downloads-section .downloads-links h4 a.button[type="submit"]:focus, .read-downloads-section .downloads-links h4 a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.read-downloads-section .downloads-links h4 a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.read-downloads-section .downloads-links h4 a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.read-downloads-section .downloads-links h4 a.button.cta-blue {
	border: 4px solid #2383c5;
}

.single-read_author_events .site-inner {
	margin-top: 225px;
}

.single-read_author_events .read-downloads-section .downloads-links {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.single-read_author_events .read-downloads-section .downloads-links li {
	display: inline;
	width: 30%;
}

.single-read_author_events .read-downloads-section .downloads-links a {
	display: inline-block;
	padding: 10px;
}

.read-extra-content {
	margin: 80px auto;
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.625;
	color: #6d6e71;
}

.read-extra-content a {
	color: #2682c5;
	text-decoration: none;
}

.read-extra-content a:active, .read-extra-content a:visited {
	color: #2383c5;
}

.read-extra-content a:focus, .read-extra-content a:hover {
	color: #0765a5;
	cursor: pointer;
}

.read-extra-content a.button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

.read-extra-content a.button:active {
	background-color: #2383c5;
	color: white;
}

.read-extra-content a.button:focus, .read-extra-content a.button:hover {
	background-color: #0765a5;
	color: white;
}

.read-extra-content a.button.button-alt, .read-extra-content a.button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

.read-extra-content a.button.button-alt:active, .read-extra-content a.button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

.read-extra-content a.button.button-alt:focus, .read-extra-content a.button.button-alt:hover, .read-extra-content a.button[type="submit"]:focus, .read-extra-content a.button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

.read-extra-content a.button.button-three, .read-extra-content a.button[type="submit"] {
	background-color: #834c85;
	color: white;
}

.read-extra-content a.button.button-three:active, .read-extra-content a.button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

.read-extra-content a.button.button-three:focus, .read-extra-content a.button.button-three:hover, .read-extra-content a.button[type="submit"]:focus, .read-extra-content a.button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

.read-extra-content a.button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

.read-extra-content a.button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

.read-extra-content a.button.cta-blue {
	border: 4px solid #2383c5;
}

.read-extra-content blockquote {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 80px;
	padding: 20px;
	margin: 40px;
	color: #6d6e71;
	position: relative;
}

.read-extra-content blockquote:before {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

.read-extra-content blockquote:after {
	content: "";
	width: 20%;
	border-top: 2px solid #2682c5;
	position: absolute;
	left: 50%;
	margin-left: -10%;
}

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

.read-extra-content ol,
.read-extra-content ul {
	margin-left: 20px;
	margin-bottom: 28px;
}

.read-extra-content b,
.read-extra-content strong {
	font-weight: 700;
}

.read-featured-class h2 {
	text-align: center;
}

.read-featured-class .wp-post-image {
	margin: 40px auto;
	width: 100%;
}

.read-featured-class a {
	position: relative;
}

.read-featured-class .coming-soon {
	background-color: rgba(111, 193, 113, 0.85);
	text-align: center;
	display: inline-block;
	width: 100%;
	color: white;
	position: absolute;
	margin-top: 72px;
}

.read-master-class-listings {
	display: block;
	clear: both;
	overflow: hidden;
}

.read-master-class-listings .section-heading {
	text-align: center;
	padding: 20px;
	margin-top: 0;
	margin-bottom: 40px;
	background-color: #efefef;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}

.read-master-class-listings .single-master-class {
	width: 28%;
	margin: 10px 2.5%;
	float: left;
}

.read-master-class-listings .single-master-class a {
	position: relative;
}

.read-master-class-listings .single-master-class .coming-soon {
	background-color: rgba(111, 193, 113, 0.85);
	text-align: center;
	display: inline-block;
	width: 100%;
	color: white;
	position: absolute;
}

.read-master-class-listings .single-master-class .publish-date {
	text-align: center;
}

.page-template-template-master-class-listings .entry-header {
	background-image: url("images/master-class-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	height: 300px;
	margin-left: -40px;
	margin-right: -40px;
	text-align: center;
}

.page-template-template-master-class-listings .content .entry-header .entry-title {
	color: white;
	padding: 90px 0;
	margin: 0;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button,
body.woocommerce ul.products li.product .button,
body.woocommerce ul.products li.product a.button,
body.woocommerce #review_form #respond .form-submit input,
body.woocommerce #respond input#submit,
body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce a.button,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce .cart .button,
body.woocommerce .cart input.button,
body.woocommerce div.product form.cart .button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart ul.products li.product .button,
body.woocommerce-cart ul.products li.product a.button,
body.woocommerce-cart #review_form #respond .form-submit input,
body.woocommerce-cart #respond input#submit,
body.woocommerce-cart #respond input#submit.alt,
body.woocommerce-cart a.button.alt,
body.woocommerce-cart a.button,
body.woocommerce-cart button.button.alt,
body.woocommerce-cart input.button.alt,
body.woocommerce-cart .cart .button,
body.woocommerce-cart .cart input.button,
body.woocommerce-cart div.product form.cart .button {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button:active,
body.woocommerce ul.products li.product .button:active,
body.woocommerce ul.products li.product a.button:active,
body.woocommerce #review_form #respond .form-submit input:active,
body.woocommerce #respond input#submit:active,
body.woocommerce #respond input#submit.alt:active,
body.woocommerce a.button.alt:active,
body.woocommerce a.button:active,
body.woocommerce button.button.alt:active,
body.woocommerce input.button.alt:active,
body.woocommerce .cart .button:active,
body.woocommerce .cart input.button:active,
body.woocommerce div.product form.cart .button:active,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
body.woocommerce-cart ul.products li.product .button:active,
body.woocommerce-cart ul.products li.product a.button:active,
body.woocommerce-cart #review_form #respond .form-submit input:active,
body.woocommerce-cart #respond input#submit:active,
body.woocommerce-cart #respond input#submit.alt:active,
body.woocommerce-cart a.button.alt:active,
body.woocommerce-cart a.button:active,
body.woocommerce-cart button.button.alt:active,
body.woocommerce-cart input.button.alt:active,
body.woocommerce-cart .cart .button:active,
body.woocommerce-cart .cart input.button:active,
body.woocommerce-cart div.product form.cart .button:active {
	background-color: #2383c5;
	color: white;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button:focus, body.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce ul.products li.product .button:focus,
body.woocommerce ul.products li.product .button:hover,
body.woocommerce ul.products li.product a.button:focus,
body.woocommerce ul.products li.product a.button:hover,
body.woocommerce #review_form #respond .form-submit input:focus,
body.woocommerce #review_form #respond .form-submit input:hover,
body.woocommerce #respond input#submit:focus,
body.woocommerce #respond input#submit:hover,
body.woocommerce #respond input#submit.alt:focus,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button.alt:focus,
body.woocommerce a.button.alt:hover,
body.woocommerce a.button:focus,
body.woocommerce a.button:hover,
body.woocommerce button.button.alt:focus,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:focus,
body.woocommerce input.button.alt:hover,
body.woocommerce .cart .button:focus,
body.woocommerce .cart .button:hover,
body.woocommerce .cart input.button:focus,
body.woocommerce .cart input.button:hover,
body.woocommerce div.product form.cart .button:focus,
body.woocommerce div.product form.cart .button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart ul.products li.product .button:focus,
body.woocommerce-cart ul.products li.product .button:hover,
body.woocommerce-cart ul.products li.product a.button:focus,
body.woocommerce-cart ul.products li.product a.button:hover,
body.woocommerce-cart #review_form #respond .form-submit input:focus,
body.woocommerce-cart #review_form #respond .form-submit input:hover,
body.woocommerce-cart #respond input#submit:focus,
body.woocommerce-cart #respond input#submit:hover,
body.woocommerce-cart #respond input#submit.alt:focus,
body.woocommerce-cart #respond input#submit.alt:hover,
body.woocommerce-cart a.button.alt:focus,
body.woocommerce-cart a.button.alt:hover,
body.woocommerce-cart a.button:focus,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart button.button.alt:focus,
body.woocommerce-cart button.button.alt:hover,
body.woocommerce-cart input.button.alt:focus,
body.woocommerce-cart input.button.alt:hover,
body.woocommerce-cart .cart .button:focus,
body.woocommerce-cart .cart .button:hover,
body.woocommerce-cart .cart input.button:focus,
body.woocommerce-cart .cart input.button:hover,
body.woocommerce-cart div.product form.cart .button:focus,
body.woocommerce-cart div.product form.cart .button:hover {
	background-color: #0765a5;
	color: white;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button.button-alt, body.woocommerce .wc-proceed-to-checkout a.checkout-button[type="submit"],
body.woocommerce ul.products li.product .button.button-alt,
body.woocommerce ul.products li.product .button[type="submit"],
body.woocommerce ul.products li.product a.button.button-alt,
body.woocommerce ul.products li.product a.button[type="submit"],
body.woocommerce #review_form #respond .form-submit input.button-alt,
body.woocommerce #review_form #respond .form-submit input[type="submit"],
body.woocommerce #respond input#submit.button-alt,
body.woocommerce #respond input#submit[type="submit"],
body.woocommerce #respond input#submit.alt.button-alt,
body.woocommerce #respond input#submit.alt[type="submit"],
body.woocommerce a.button.alt.button-alt,
body.woocommerce a.button.alt[type="submit"],
body.woocommerce a.button.button-alt,
body.woocommerce a.button[type="submit"],
body.woocommerce button.button.alt.button-alt,
body.woocommerce button.button.alt[type="submit"],
body.woocommerce input.button.alt.button-alt,
body.woocommerce input.button.alt[type="submit"],
body.woocommerce .cart .button.button-alt,
body.woocommerce .cart .button[type="submit"],
body.woocommerce .cart input.button.button-alt,
body.woocommerce .cart input.button[type="submit"],
body.woocommerce div.product form.cart .button.button-alt,
body.woocommerce div.product form.cart .button[type="submit"],
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-alt,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button[type="submit"],
body.woocommerce-cart ul.products li.product .button.button-alt,
body.woocommerce-cart ul.products li.product .button[type="submit"],
body.woocommerce-cart ul.products li.product a.button.button-alt,
body.woocommerce-cart ul.products li.product a.button[type="submit"],
body.woocommerce-cart #review_form #respond .form-submit input.button-alt,
body.woocommerce-cart #review_form #respond .form-submit input[type="submit"],
body.woocommerce-cart #respond input#submit.button-alt,
body.woocommerce-cart #respond input#submit[type="submit"],
body.woocommerce-cart #respond input#submit.alt.button-alt,
body.woocommerce-cart #respond input#submit.alt[type="submit"],
body.woocommerce-cart a.button.alt.button-alt,
body.woocommerce-cart a.button.alt[type="submit"],
body.woocommerce-cart a.button.button-alt,
body.woocommerce-cart a.button[type="submit"],
body.woocommerce-cart button.button.alt.button-alt,
body.woocommerce-cart button.button.alt[type="submit"],
body.woocommerce-cart input.button.alt.button-alt,
body.woocommerce-cart input.button.alt[type="submit"],
body.woocommerce-cart .cart .button.button-alt,
body.woocommerce-cart .cart .button[type="submit"],
body.woocommerce-cart .cart input.button.button-alt,
body.woocommerce-cart .cart input.button[type="submit"],
body.woocommerce-cart div.product form.cart .button.button-alt,
body.woocommerce-cart div.product form.cart .button[type="submit"] {
	background-color: #6fc171;
	color: white;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button.button-alt:active, body.woocommerce .wc-proceed-to-checkout a.checkout-button[type="submit"]:active,
body.woocommerce ul.products li.product .button.button-alt:active,
body.woocommerce ul.products li.product .button[type="submit"]:active,
body.woocommerce ul.products li.product a.button.button-alt:active,
body.woocommerce ul.products li.product a.button[type="submit"]:active,
body.woocommerce #review_form #respond .form-submit input.button-alt:active,
body.woocommerce #review_form #respond .form-submit input[type="submit"]:active,
body.woocommerce #respond input#submit.button-alt:active,
body.woocommerce #respond input#submit[type="submit"]:active,
body.woocommerce #respond input#submit.alt.button-alt:active,
body.woocommerce #respond input#submit.alt[type="submit"]:active,
body.woocommerce a.button.alt.button-alt:active,
body.woocommerce a.button.alt[type="submit"]:active,
body.woocommerce a.button.button-alt:active,
body.woocommerce a.button[type="submit"]:active,
body.woocommerce button.button.alt.button-alt:active,
body.woocommerce button.button.alt[type="submit"]:active,
body.woocommerce input.button.alt.button-alt:active,
body.woocommerce input.button.alt[type="submit"]:active,
body.woocommerce .cart .button.button-alt:active,
body.woocommerce .cart .button[type="submit"]:active,
body.woocommerce .cart input.button.button-alt:active,
body.woocommerce .cart input.button[type="submit"]:active,
body.woocommerce div.product form.cart .button.button-alt:active,
body.woocommerce div.product form.cart .button[type="submit"]:active,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-alt:active,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button[type="submit"]:active,
body.woocommerce-cart ul.products li.product .button.button-alt:active,
body.woocommerce-cart ul.products li.product .button[type="submit"]:active,
body.woocommerce-cart ul.products li.product a.button.button-alt:active,
body.woocommerce-cart ul.products li.product a.button[type="submit"]:active,
body.woocommerce-cart #review_form #respond .form-submit input.button-alt:active,
body.woocommerce-cart #review_form #respond .form-submit input[type="submit"]:active,
body.woocommerce-cart #respond input#submit.button-alt:active,
body.woocommerce-cart #respond input#submit[type="submit"]:active,
body.woocommerce-cart #respond input#submit.alt.button-alt:active,
body.woocommerce-cart #respond input#submit.alt[type="submit"]:active,
body.woocommerce-cart a.button.alt.button-alt:active,
body.woocommerce-cart a.button.alt[type="submit"]:active,
body.woocommerce-cart a.button.button-alt:active,
body.woocommerce-cart a.button[type="submit"]:active,
body.woocommerce-cart button.button.alt.button-alt:active,
body.woocommerce-cart button.button.alt[type="submit"]:active,
body.woocommerce-cart input.button.alt.button-alt:active,
body.woocommerce-cart input.button.alt[type="submit"]:active,
body.woocommerce-cart .cart .button.button-alt:active,
body.woocommerce-cart .cart .button[type="submit"]:active,
body.woocommerce-cart .cart input.button.button-alt:active,
body.woocommerce-cart .cart input.button[type="submit"]:active,
body.woocommerce-cart div.product form.cart .button.button-alt:active,
body.woocommerce-cart div.product form.cart .button[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button.button-alt:focus, body.woocommerce .wc-proceed-to-checkout a.checkout-button.button-alt:hover, body.woocommerce .wc-proceed-to-checkout a.checkout-button[type="submit"]:focus, body.woocommerce .wc-proceed-to-checkout a.checkout-button[type="submit"]:hover,
body.woocommerce ul.products li.product .button.button-alt:focus,
body.woocommerce ul.products li.product .button.button-alt:hover,
body.woocommerce ul.products li.product .button[type="submit"]:focus,
body.woocommerce ul.products li.product .button[type="submit"]:hover,
body.woocommerce ul.products li.product a.button.button-alt:focus,
body.woocommerce ul.products li.product a.button.button-alt:hover,
body.woocommerce ul.products li.product a.button[type="submit"]:focus,
body.woocommerce ul.products li.product a.button[type="submit"]:hover,
body.woocommerce #review_form #respond .form-submit input.button-alt:focus,
body.woocommerce #review_form #respond .form-submit input.button-alt:hover,
body.woocommerce #review_form #respond .form-submit input[type="submit"]:focus,
body.woocommerce #review_form #respond .form-submit input[type="submit"]:hover,
body.woocommerce #respond input#submit.button-alt:focus,
body.woocommerce #respond input#submit.button-alt:hover,
body.woocommerce #respond input#submit[type="submit"]:focus,
body.woocommerce #respond input#submit[type="submit"]:hover,
body.woocommerce #respond input#submit.alt.button-alt:focus,
body.woocommerce #respond input#submit.alt.button-alt:hover,
body.woocommerce #respond input#submit.alt[type="submit"]:focus,
body.woocommerce #respond input#submit.alt[type="submit"]:hover,
body.woocommerce a.button.alt.button-alt:focus,
body.woocommerce a.button.alt.button-alt:hover,
body.woocommerce a.button.alt[type="submit"]:focus,
body.woocommerce a.button.alt[type="submit"]:hover,
body.woocommerce a.button.button-alt:focus,
body.woocommerce a.button.button-alt:hover,
body.woocommerce a.button[type="submit"]:focus,
body.woocommerce a.button[type="submit"]:hover,
body.woocommerce button.button.alt.button-alt:focus,
body.woocommerce button.button.alt.button-alt:hover,
body.woocommerce button.button.alt[type="submit"]:focus,
body.woocommerce button.button.alt[type="submit"]:hover,
body.woocommerce input.button.alt.button-alt:focus,
body.woocommerce input.button.alt.button-alt:hover,
body.woocommerce input.button.alt[type="submit"]:focus,
body.woocommerce input.button.alt[type="submit"]:hover,
body.woocommerce .cart .button.button-alt:focus,
body.woocommerce .cart .button.button-alt:hover,
body.woocommerce .cart .button[type="submit"]:focus,
body.woocommerce .cart .button[type="submit"]:hover,
body.woocommerce .cart input.button.button-alt:focus,
body.woocommerce .cart input.button.button-alt:hover,
body.woocommerce .cart input.button[type="submit"]:focus,
body.woocommerce .cart input.button[type="submit"]:hover,
body.woocommerce div.product form.cart .button.button-alt:focus,
body.woocommerce div.product form.cart .button.button-alt:hover,
body.woocommerce div.product form.cart .button[type="submit"]:focus,
body.woocommerce div.product form.cart .button[type="submit"]:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-alt:focus,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-alt:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button[type="submit"]:focus,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button[type="submit"]:hover,
body.woocommerce-cart ul.products li.product .button.button-alt:focus,
body.woocommerce-cart ul.products li.product .button.button-alt:hover,
body.woocommerce-cart ul.products li.product .button[type="submit"]:focus,
body.woocommerce-cart ul.products li.product .button[type="submit"]:hover,
body.woocommerce-cart ul.products li.product a.button.button-alt:focus,
body.woocommerce-cart ul.products li.product a.button.button-alt:hover,
body.woocommerce-cart ul.products li.product a.button[type="submit"]:focus,
body.woocommerce-cart ul.products li.product a.button[type="submit"]:hover,
body.woocommerce-cart #review_form #respond .form-submit input.button-alt:focus,
body.woocommerce-cart #review_form #respond .form-submit input.button-alt:hover,
body.woocommerce-cart #review_form #respond .form-submit input[type="submit"]:focus,
body.woocommerce-cart #review_form #respond .form-submit input[type="submit"]:hover,
body.woocommerce-cart #respond input#submit.button-alt:focus,
body.woocommerce-cart #respond input#submit.button-alt:hover,
body.woocommerce-cart #respond input#submit[type="submit"]:focus,
body.woocommerce-cart #respond input#submit[type="submit"]:hover,
body.woocommerce-cart #respond input#submit.alt.button-alt:focus,
body.woocommerce-cart #respond input#submit.alt.button-alt:hover,
body.woocommerce-cart #respond input#submit.alt[type="submit"]:focus,
body.woocommerce-cart #respond input#submit.alt[type="submit"]:hover,
body.woocommerce-cart a.button.alt.button-alt:focus,
body.woocommerce-cart a.button.alt.button-alt:hover,
body.woocommerce-cart a.button.alt[type="submit"]:focus,
body.woocommerce-cart a.button.alt[type="submit"]:hover,
body.woocommerce-cart a.button.button-alt:focus,
body.woocommerce-cart a.button.button-alt:hover,
body.woocommerce-cart a.button[type="submit"]:focus,
body.woocommerce-cart a.button[type="submit"]:hover,
body.woocommerce-cart button.button.alt.button-alt:focus,
body.woocommerce-cart button.button.alt.button-alt:hover,
body.woocommerce-cart button.button.alt[type="submit"]:focus,
body.woocommerce-cart button.button.alt[type="submit"]:hover,
body.woocommerce-cart input.button.alt.button-alt:focus,
body.woocommerce-cart input.button.alt.button-alt:hover,
body.woocommerce-cart input.button.alt[type="submit"]:focus,
body.woocommerce-cart input.button.alt[type="submit"]:hover,
body.woocommerce-cart .cart .button.button-alt:focus,
body.woocommerce-cart .cart .button.button-alt:hover,
body.woocommerce-cart .cart .button[type="submit"]:focus,
body.woocommerce-cart .cart .button[type="submit"]:hover,
body.woocommerce-cart .cart input.button.button-alt:focus,
body.woocommerce-cart .cart input.button.button-alt:hover,
body.woocommerce-cart .cart input.button[type="submit"]:focus,
body.woocommerce-cart .cart input.button[type="submit"]:hover,
body.woocommerce-cart div.product form.cart .button.button-alt:focus,
body.woocommerce-cart div.product form.cart .button.button-alt:hover,
body.woocommerce-cart div.product form.cart .button[type="submit"]:focus,
body.woocommerce-cart div.product form.cart .button[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button.button-three, body.woocommerce .wc-proceed-to-checkout a.checkout-button[type="submit"],
body.woocommerce ul.products li.product .button.button-three,
body.woocommerce ul.products li.product .button[type="submit"],
body.woocommerce ul.products li.product a.button.button-three,
body.woocommerce ul.products li.product a.button[type="submit"],
body.woocommerce #review_form #respond .form-submit input.button-three,
body.woocommerce #review_form #respond .form-submit input[type="submit"],
body.woocommerce #respond input#submit.button-three,
body.woocommerce #respond input#submit[type="submit"],
body.woocommerce #respond input#submit.alt.button-three,
body.woocommerce #respond input#submit.alt[type="submit"],
body.woocommerce a.button.alt.button-three,
body.woocommerce a.button.alt[type="submit"],
body.woocommerce a.button.button-three,
body.woocommerce a.button[type="submit"],
body.woocommerce button.button.alt.button-three,
body.woocommerce button.button.alt[type="submit"],
body.woocommerce input.button.alt.button-three,
body.woocommerce input.button.alt[type="submit"],
body.woocommerce .cart .button.button-three,
body.woocommerce .cart .button[type="submit"],
body.woocommerce .cart input.button.button-three,
body.woocommerce .cart input.button[type="submit"],
body.woocommerce div.product form.cart .button.button-three,
body.woocommerce div.product form.cart .button[type="submit"],
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-three,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button[type="submit"],
body.woocommerce-cart ul.products li.product .button.button-three,
body.woocommerce-cart ul.products li.product .button[type="submit"],
body.woocommerce-cart ul.products li.product a.button.button-three,
body.woocommerce-cart ul.products li.product a.button[type="submit"],
body.woocommerce-cart #review_form #respond .form-submit input.button-three,
body.woocommerce-cart #review_form #respond .form-submit input[type="submit"],
body.woocommerce-cart #respond input#submit.button-three,
body.woocommerce-cart #respond input#submit[type="submit"],
body.woocommerce-cart #respond input#submit.alt.button-three,
body.woocommerce-cart #respond input#submit.alt[type="submit"],
body.woocommerce-cart a.button.alt.button-three,
body.woocommerce-cart a.button.alt[type="submit"],
body.woocommerce-cart a.button.button-three,
body.woocommerce-cart a.button[type="submit"],
body.woocommerce-cart button.button.alt.button-three,
body.woocommerce-cart button.button.alt[type="submit"],
body.woocommerce-cart input.button.alt.button-three,
body.woocommerce-cart input.button.alt[type="submit"],
body.woocommerce-cart .cart .button.button-three,
body.woocommerce-cart .cart .button[type="submit"],
body.woocommerce-cart .cart input.button.button-three,
body.woocommerce-cart .cart input.button[type="submit"],
body.woocommerce-cart div.product form.cart .button.button-three,
body.woocommerce-cart div.product form.cart .button[type="submit"] {
	background-color: #834c85;
	color: white;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button.button-three:active, body.woocommerce .wc-proceed-to-checkout a.checkout-button[type="submit"]:active,
body.woocommerce ul.products li.product .button.button-three:active,
body.woocommerce ul.products li.product .button[type="submit"]:active,
body.woocommerce ul.products li.product a.button.button-three:active,
body.woocommerce ul.products li.product a.button[type="submit"]:active,
body.woocommerce #review_form #respond .form-submit input.button-three:active,
body.woocommerce #review_form #respond .form-submit input[type="submit"]:active,
body.woocommerce #respond input#submit.button-three:active,
body.woocommerce #respond input#submit[type="submit"]:active,
body.woocommerce #respond input#submit.alt.button-three:active,
body.woocommerce #respond input#submit.alt[type="submit"]:active,
body.woocommerce a.button.alt.button-three:active,
body.woocommerce a.button.alt[type="submit"]:active,
body.woocommerce a.button.button-three:active,
body.woocommerce a.button[type="submit"]:active,
body.woocommerce button.button.alt.button-three:active,
body.woocommerce button.button.alt[type="submit"]:active,
body.woocommerce input.button.alt.button-three:active,
body.woocommerce input.button.alt[type="submit"]:active,
body.woocommerce .cart .button.button-three:active,
body.woocommerce .cart .button[type="submit"]:active,
body.woocommerce .cart input.button.button-three:active,
body.woocommerce .cart input.button[type="submit"]:active,
body.woocommerce div.product form.cart .button.button-three:active,
body.woocommerce div.product form.cart .button[type="submit"]:active,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-three:active,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button[type="submit"]:active,
body.woocommerce-cart ul.products li.product .button.button-three:active,
body.woocommerce-cart ul.products li.product .button[type="submit"]:active,
body.woocommerce-cart ul.products li.product a.button.button-three:active,
body.woocommerce-cart ul.products li.product a.button[type="submit"]:active,
body.woocommerce-cart #review_form #respond .form-submit input.button-three:active,
body.woocommerce-cart #review_form #respond .form-submit input[type="submit"]:active,
body.woocommerce-cart #respond input#submit.button-three:active,
body.woocommerce-cart #respond input#submit[type="submit"]:active,
body.woocommerce-cart #respond input#submit.alt.button-three:active,
body.woocommerce-cart #respond input#submit.alt[type="submit"]:active,
body.woocommerce-cart a.button.alt.button-three:active,
body.woocommerce-cart a.button.alt[type="submit"]:active,
body.woocommerce-cart a.button.button-three:active,
body.woocommerce-cart a.button[type="submit"]:active,
body.woocommerce-cart button.button.alt.button-three:active,
body.woocommerce-cart button.button.alt[type="submit"]:active,
body.woocommerce-cart input.button.alt.button-three:active,
body.woocommerce-cart input.button.alt[type="submit"]:active,
body.woocommerce-cart .cart .button.button-three:active,
body.woocommerce-cart .cart .button[type="submit"]:active,
body.woocommerce-cart .cart input.button.button-three:active,
body.woocommerce-cart .cart input.button[type="submit"]:active,
body.woocommerce-cart div.product form.cart .button.button-three:active,
body.woocommerce-cart div.product form.cart .button[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button.button-three:focus, body.woocommerce .wc-proceed-to-checkout a.checkout-button.button-three:hover, body.woocommerce .wc-proceed-to-checkout a.checkout-button[type="submit"]:focus, body.woocommerce .wc-proceed-to-checkout a.checkout-button[type="submit"]:hover,
body.woocommerce ul.products li.product .button.button-three:focus,
body.woocommerce ul.products li.product .button.button-three:hover,
body.woocommerce ul.products li.product .button[type="submit"]:focus,
body.woocommerce ul.products li.product .button[type="submit"]:hover,
body.woocommerce ul.products li.product a.button.button-three:focus,
body.woocommerce ul.products li.product a.button.button-three:hover,
body.woocommerce ul.products li.product a.button[type="submit"]:focus,
body.woocommerce ul.products li.product a.button[type="submit"]:hover,
body.woocommerce #review_form #respond .form-submit input.button-three:focus,
body.woocommerce #review_form #respond .form-submit input.button-three:hover,
body.woocommerce #review_form #respond .form-submit input[type="submit"]:focus,
body.woocommerce #review_form #respond .form-submit input[type="submit"]:hover,
body.woocommerce #respond input#submit.button-three:focus,
body.woocommerce #respond input#submit.button-three:hover,
body.woocommerce #respond input#submit[type="submit"]:focus,
body.woocommerce #respond input#submit[type="submit"]:hover,
body.woocommerce #respond input#submit.alt.button-three:focus,
body.woocommerce #respond input#submit.alt.button-three:hover,
body.woocommerce #respond input#submit.alt[type="submit"]:focus,
body.woocommerce #respond input#submit.alt[type="submit"]:hover,
body.woocommerce a.button.alt.button-three:focus,
body.woocommerce a.button.alt.button-three:hover,
body.woocommerce a.button.alt[type="submit"]:focus,
body.woocommerce a.button.alt[type="submit"]:hover,
body.woocommerce a.button.button-three:focus,
body.woocommerce a.button.button-three:hover,
body.woocommerce a.button[type="submit"]:focus,
body.woocommerce a.button[type="submit"]:hover,
body.woocommerce button.button.alt.button-three:focus,
body.woocommerce button.button.alt.button-three:hover,
body.woocommerce button.button.alt[type="submit"]:focus,
body.woocommerce button.button.alt[type="submit"]:hover,
body.woocommerce input.button.alt.button-three:focus,
body.woocommerce input.button.alt.button-three:hover,
body.woocommerce input.button.alt[type="submit"]:focus,
body.woocommerce input.button.alt[type="submit"]:hover,
body.woocommerce .cart .button.button-three:focus,
body.woocommerce .cart .button.button-three:hover,
body.woocommerce .cart .button[type="submit"]:focus,
body.woocommerce .cart .button[type="submit"]:hover,
body.woocommerce .cart input.button.button-three:focus,
body.woocommerce .cart input.button.button-three:hover,
body.woocommerce .cart input.button[type="submit"]:focus,
body.woocommerce .cart input.button[type="submit"]:hover,
body.woocommerce div.product form.cart .button.button-three:focus,
body.woocommerce div.product form.cart .button.button-three:hover,
body.woocommerce div.product form.cart .button[type="submit"]:focus,
body.woocommerce div.product form.cart .button[type="submit"]:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-three:focus,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-three:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button[type="submit"]:focus,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button[type="submit"]:hover,
body.woocommerce-cart ul.products li.product .button.button-three:focus,
body.woocommerce-cart ul.products li.product .button.button-three:hover,
body.woocommerce-cart ul.products li.product .button[type="submit"]:focus,
body.woocommerce-cart ul.products li.product .button[type="submit"]:hover,
body.woocommerce-cart ul.products li.product a.button.button-three:focus,
body.woocommerce-cart ul.products li.product a.button.button-three:hover,
body.woocommerce-cart ul.products li.product a.button[type="submit"]:focus,
body.woocommerce-cart ul.products li.product a.button[type="submit"]:hover,
body.woocommerce-cart #review_form #respond .form-submit input.button-three:focus,
body.woocommerce-cart #review_form #respond .form-submit input.button-three:hover,
body.woocommerce-cart #review_form #respond .form-submit input[type="submit"]:focus,
body.woocommerce-cart #review_form #respond .form-submit input[type="submit"]:hover,
body.woocommerce-cart #respond input#submit.button-three:focus,
body.woocommerce-cart #respond input#submit.button-three:hover,
body.woocommerce-cart #respond input#submit[type="submit"]:focus,
body.woocommerce-cart #respond input#submit[type="submit"]:hover,
body.woocommerce-cart #respond input#submit.alt.button-three:focus,
body.woocommerce-cart #respond input#submit.alt.button-three:hover,
body.woocommerce-cart #respond input#submit.alt[type="submit"]:focus,
body.woocommerce-cart #respond input#submit.alt[type="submit"]:hover,
body.woocommerce-cart a.button.alt.button-three:focus,
body.woocommerce-cart a.button.alt.button-three:hover,
body.woocommerce-cart a.button.alt[type="submit"]:focus,
body.woocommerce-cart a.button.alt[type="submit"]:hover,
body.woocommerce-cart a.button.button-three:focus,
body.woocommerce-cart a.button.button-three:hover,
body.woocommerce-cart a.button[type="submit"]:focus,
body.woocommerce-cart a.button[type="submit"]:hover,
body.woocommerce-cart button.button.alt.button-three:focus,
body.woocommerce-cart button.button.alt.button-three:hover,
body.woocommerce-cart button.button.alt[type="submit"]:focus,
body.woocommerce-cart button.button.alt[type="submit"]:hover,
body.woocommerce-cart input.button.alt.button-three:focus,
body.woocommerce-cart input.button.alt.button-three:hover,
body.woocommerce-cart input.button.alt[type="submit"]:focus,
body.woocommerce-cart input.button.alt[type="submit"]:hover,
body.woocommerce-cart .cart .button.button-three:focus,
body.woocommerce-cart .cart .button.button-three:hover,
body.woocommerce-cart .cart .button[type="submit"]:focus,
body.woocommerce-cart .cart .button[type="submit"]:hover,
body.woocommerce-cart .cart input.button.button-three:focus,
body.woocommerce-cart .cart input.button.button-three:hover,
body.woocommerce-cart .cart input.button[type="submit"]:focus,
body.woocommerce-cart .cart input.button[type="submit"]:hover,
body.woocommerce-cart div.product form.cart .button.button-three:focus,
body.woocommerce-cart div.product form.cart .button.button-three:hover,
body.woocommerce-cart div.product form.cart .button[type="submit"]:focus,
body.woocommerce-cart div.product form.cart .button[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button.center,
body.woocommerce ul.products li.product .button.center,
body.woocommerce ul.products li.product a.button.center,
body.woocommerce #review_form #respond .form-submit input.center,
body.woocommerce #respond input#submit.center,
body.woocommerce #respond input#submit.alt.center,
body.woocommerce a.button.alt.center,
body.woocommerce a.button.center,
body.woocommerce button.button.alt.center,
body.woocommerce input.button.alt.center,
body.woocommerce .cart .button.center,
body.woocommerce .cart input.button.center,
body.woocommerce div.product form.cart .button.center,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.center,
body.woocommerce-cart ul.products li.product .button.center,
body.woocommerce-cart ul.products li.product a.button.center,
body.woocommerce-cart #review_form #respond .form-submit input.center,
body.woocommerce-cart #respond input#submit.center,
body.woocommerce-cart #respond input#submit.alt.center,
body.woocommerce-cart a.button.alt.center,
body.woocommerce-cart a.button.center,
body.woocommerce-cart button.button.alt.center,
body.woocommerce-cart input.button.alt.center,
body.woocommerce-cart .cart .button.center,
body.woocommerce-cart .cart input.button.center,
body.woocommerce-cart div.product form.cart .button.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button.transparent-blue,
body.woocommerce ul.products li.product .button.transparent-blue,
body.woocommerce ul.products li.product a.button.transparent-blue,
body.woocommerce #review_form #respond .form-submit input.transparent-blue,
body.woocommerce #respond input#submit.transparent-blue,
body.woocommerce #respond input#submit.alt.transparent-blue,
body.woocommerce a.button.alt.transparent-blue,
body.woocommerce a.button.transparent-blue,
body.woocommerce button.button.alt.transparent-blue,
body.woocommerce input.button.alt.transparent-blue,
body.woocommerce .cart .button.transparent-blue,
body.woocommerce .cart input.button.transparent-blue,
body.woocommerce div.product form.cart .button.transparent-blue,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.transparent-blue,
body.woocommerce-cart ul.products li.product .button.transparent-blue,
body.woocommerce-cart ul.products li.product a.button.transparent-blue,
body.woocommerce-cart #review_form #respond .form-submit input.transparent-blue,
body.woocommerce-cart #respond input#submit.transparent-blue,
body.woocommerce-cart #respond input#submit.alt.transparent-blue,
body.woocommerce-cart a.button.alt.transparent-blue,
body.woocommerce-cart a.button.transparent-blue,
body.woocommerce-cart button.button.alt.transparent-blue,
body.woocommerce-cart input.button.alt.transparent-blue,
body.woocommerce-cart .cart .button.transparent-blue,
body.woocommerce-cart .cart input.button.transparent-blue,
body.woocommerce-cart div.product form.cart .button.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button.cta-blue,
body.woocommerce ul.products li.product .button.cta-blue,
body.woocommerce ul.products li.product a.button.cta-blue,
body.woocommerce #review_form #respond .form-submit input.cta-blue,
body.woocommerce #respond input#submit.cta-blue,
body.woocommerce #respond input#submit.alt.cta-blue,
body.woocommerce a.button.alt.cta-blue,
body.woocommerce a.button.cta-blue,
body.woocommerce button.button.alt.cta-blue,
body.woocommerce input.button.alt.cta-blue,
body.woocommerce .cart .button.cta-blue,
body.woocommerce .cart input.button.cta-blue,
body.woocommerce div.product form.cart .button.cta-blue,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.cta-blue,
body.woocommerce-cart ul.products li.product .button.cta-blue,
body.woocommerce-cart ul.products li.product a.button.cta-blue,
body.woocommerce-cart #review_form #respond .form-submit input.cta-blue,
body.woocommerce-cart #respond input#submit.cta-blue,
body.woocommerce-cart #respond input#submit.alt.cta-blue,
body.woocommerce-cart a.button.alt.cta-blue,
body.woocommerce-cart a.button.cta-blue,
body.woocommerce-cart button.button.alt.cta-blue,
body.woocommerce-cart input.button.alt.cta-blue,
body.woocommerce-cart .cart .button.cta-blue,
body.woocommerce-cart .cart input.button.cta-blue,
body.woocommerce-cart div.product form.cart .button.cta-blue {
	border: 4px solid #2383c5;
}

body.woocommerce #nsu-checkbox,
body.woocommerce #commentluv,
body.woocommerce-cart #nsu-checkbox,
body.woocommerce-cart #commentluv {
	display: none;
}

body.woocommerce ul.products li,
body.woocommerce-cart ul.products li {
	border-bottom: 0 none transparent;
}

body.woocommerce .woocommerce-message,
body.woocommerce-cart .woocommerce-message {
	border-top-color: #2383c5;
}

/** add_to_cart shortcode **/
p.add_to_cart_inline.woocommerce {
	text-align: center;
}

p.add_to_cart_inline.woocommerce a {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

p.add_to_cart_inline.woocommerce a:active {
	background-color: #2383c5;
	color: white;
}

p.add_to_cart_inline.woocommerce a:focus, p.add_to_cart_inline.woocommerce a:hover {
	background-color: #0765a5;
	color: white;
}

p.add_to_cart_inline.woocommerce a.button-alt, p.add_to_cart_inline.woocommerce a[type="submit"] {
	background-color: #6fc171;
	color: white;
}

p.add_to_cart_inline.woocommerce a.button-alt:active, p.add_to_cart_inline.woocommerce a[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

p.add_to_cart_inline.woocommerce a.button-alt:focus, p.add_to_cart_inline.woocommerce a.button-alt:hover, p.add_to_cart_inline.woocommerce a[type="submit"]:focus, p.add_to_cart_inline.woocommerce a[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

p.add_to_cart_inline.woocommerce a.button-three, p.add_to_cart_inline.woocommerce a[type="submit"] {
	background-color: #834c85;
	color: white;
}

p.add_to_cart_inline.woocommerce a.button-three:active, p.add_to_cart_inline.woocommerce a[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

p.add_to_cart_inline.woocommerce a.button-three:focus, p.add_to_cart_inline.woocommerce a.button-three:hover, p.add_to_cart_inline.woocommerce a[type="submit"]:focus, p.add_to_cart_inline.woocommerce a[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

p.add_to_cart_inline.woocommerce a.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

p.add_to_cart_inline.woocommerce a.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

p.add_to_cart_inline.woocommerce a.cta-blue {
	border: 4px solid #2383c5;
}

/** WooCommerce Cart Page **/
body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 200px;
}

body.woocommerce-cart table.cart td.actions .coupon input.button {
	float: left;
	width: 340px;
	font-size: 22px;
	height: 42px;
}

body.woocommerce-cart table.cart td.actions input.button {
	float: right;
	width: 340px;
	font-size: 22px;
	height: 42px;
}

/** WooCommerce Checkout Page **/
body.woocommerce-checkout .entry-content #payment ul.payments_methods,
body.woocommerce-checkout .entry-content #payment ul.payment_methods li {
	list-style-type: none;
}

body.woocommerce-checkout input.button.alt {
	font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	color: white;
	background-color: #2682c5;
	cursor: pointer;
	border: 0 none transparent;
	text-decoration: none;
	text-align: center;
}

body.woocommerce-checkout input.button.alt:active {
	background-color: #2383c5;
	color: white;
}

body.woocommerce-checkout input.button.alt:focus, body.woocommerce-checkout input.button.alt:hover {
	background-color: #0765a5;
	color: white;
}

body.woocommerce-checkout input.button.alt.button-alt, body.woocommerce-checkout input.button.alt[type="submit"] {
	background-color: #6fc171;
	color: white;
}

body.woocommerce-checkout input.button.alt.button-alt:active, body.woocommerce-checkout input.button.alt[type="submit"]:active {
	background-color: #6fc171;
	color: white;
}

body.woocommerce-checkout input.button.alt.button-alt:focus, body.woocommerce-checkout input.button.alt.button-alt:hover, body.woocommerce-checkout input.button.alt[type="submit"]:focus, body.woocommerce-checkout input.button.alt[type="submit"]:hover {
	background-color: #55a757;
	color: white;
}

body.woocommerce-checkout input.button.alt.button-three, body.woocommerce-checkout input.button.alt[type="submit"] {
	background-color: #834c85;
	color: white;
}

body.woocommerce-checkout input.button.alt.button-three:active, body.woocommerce-checkout input.button.alt[type="submit"]:active {
	background-color: #a260a4;
	color: white;
}

body.woocommerce-checkout input.button.alt.button-three:focus, body.woocommerce-checkout input.button.alt.button-three:hover, body.woocommerce-checkout input.button.alt[type="submit"]:focus, body.woocommerce-checkout input.button.alt[type="submit"]:hover {
	background-color: #633965;
	color: white;
}

body.woocommerce-checkout input.button.alt.center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

body.woocommerce-checkout input.button.alt.transparent-blue {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	display: block;
	background: transparent;
	border: 5px solid #2682c5;
	color: #2682c5;
}

body.woocommerce-checkout input.button.alt.cta-blue {
	border: 4px solid #2383c5;
}

.product mark {
	background-color: transparent;
}

.product-category h3 {
	display: none;
}

.woocommerce-page.woocommerce-lost-password form .form-row,
.woocommerce.woocommerce-lost-password form .form-row {
	width: 100%;
}

.woocommerce-demo-store p.demo_store {
	background-color: #2383c5;
	-webkit-box-shadow: 0 0 0 transparent;
	        box-shadow: 0 0 0 transparent;
}

.woocommerce-demo-store p.demo_store a {
	text-decoration: underline;
}

.woocommerce-demo-store p.demo_store a:hover, .woocommerce-demo-store p.demo_store a:focus {
	color: #e6e5e5;
}

.woocommerce-demo-store .site-container {
	margin-top: 65px;
}

.woocommerce span.onsale {
	background-color: #6fc171;
}

.woocommerce .woocommerce-message::before {
	color: #6fc171;
}

.woocommerce .woocommerce-message {
	border-top-color: #6fc171;
}

@media only screen and (max-width: 960px) {
	.woocommerce .woocommerce-message {
		font-size: 14px;
	}
}

@media only screen and (max-width: 960px) {
	.woocommerce .woocommerce-message .button {
		font-size: 14px;
		padding: 8px;
	}
}

.woocommerce div.product .stock,
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #6fc171;
}

.single-season .season-title {
	text-align: center;
	padding: 20px;
	background-color: #efefef;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}

.single-season .single-podcast-episode {
	border-top: 1px solid #efefef;
	display: block;
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}

.single-season .single-podcast-episode .episode-title {
	margin-bottom: 80px;
	margin-top: 20px;
}

.single-season .single-podcast-episode:first-of-type {
	border-top: 0 none transparent;
}

.single-season .downloadables {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.single-season .downloadables li {
	list-style: none;
	margin: 0 20px;
	display: inline;
}

.single-season .downloadables a {
	width: 200px;
	height: 200px;
	padding: 40px;
	border-radius: 100px;
	background-color: #6fc171;
	color: white;
}

@media only screen and (max-width: 1500px) {
	.hero-image-wrapper .content-wrapper {
		width: 700px;
	}
	.nav-primary .genesis-nav-menu .sub-menu {
		overflow-x: auto;
	}
}

@media only screen and (max-width: 1200px) {
	.read-membership-item {
		width: 27%;
	}
	.site-inner,
	.wrap {
		max-width: 1200px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.title-area {
		width: 25%;
	}
	.content {
		width: 620px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.sidebar-primary {
		width: 300px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}
	.footer-widgets-1 {
		margin-right: 30px;
	}
	.hero-image-wrapper .content-wrapper {
		width: 600px;
		font-size: 48px;
		line-height: 56px;
		right: 5%;
		top: 19%;
	}
	/** Navigation **/
	.nav-primary {
		margin-top: 50px;
	}
	.nav-primary .genesis-nav-menu a {
		font-size: 18px;
	}
	.nav-primary .genesis-nav-menu .menu-item-has-children > a:after {
		line-height: 24px;
	}
	.nav-primary .genesis-nav-menu .search span {
		font-size: 25px;
		margin-top: -5px;
	}
	.site-header .nav-secondary .wrap {
		padding: 0 2%;
	}
}

@media only screen and (max-width: 1025px) {
	.read-membership-item {
		width: 28%;
	}
	.content {
		width: 100%;
	}
	.sidebar {
		width: 100%;
	}
	.single article {
		margin-top: 20px;
	}
	.single p.entry-meta {
		margin-top: -59px;
		margin-right: -62px;
	}
	.single p.entry-meta:first-of-type {
		margin-top: -59px;
		margin-right: 0;
		margin-left: -62px;
	}
	.single .entry-header {
		display: block;
		clear: both;
		overflow: hidden;
		margin-top: 40px;
	}
	.site-header .title-area {
		width: 140px;
		min-width: 140px;
	}
	.site-header .widget-area {
		width: 80%;
	}
	.header-image .site-title > a {
		background-position: center top;
		background-size: contain;
		width: 140px;
		min-height: 80px;
	}
	/** navigation **/
	.nav-primary {
		margin-top: 10px;
	}
	.footer-section-wrapper .footer-section {
		padding: 50px 20px;
	}
	.page-template-template-landing .site-inner {
		margin-top: 240px;
	}
}

@media only screen and (max-width: 960px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
	.site-header {
		padding: 0 2%;
	}
	.site-header .title-area {
		width: 140px;
		min-width: 140px;
		position: relative;
		z-index: 99;
	}
	.site-header .widget-area {
		width: 100%;
		margin-top: -110px;
	}
	.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;
	}
	.footer-widgets-1 {
		margin-right: 0;
	}
	.page-template-template-landing .site-inner {
		margin-top: 170px;
	}
	.hero-image-wrapper .content-wrapper {
		width: 500px;
		font-size: 38px;
		line-height: 46px;
		right: 5%;
		top: 19%;
	}
	.hero-image-wrapper .button {
		font-size: 28px;
		max-width: 100%;
	}
	.single article {
		margin-top: 0;
	}
	.single p.entry-meta {
		margin-top: -39px;
		margin-right: -61px;
	}
	.single p.entry-meta:first-of-type {
		margin-top: -39px;
		margin-left: -61px;
	}
	.read-class-video-section .video {
		width: 100%;
		clear: both;
		float: none;
		margin-bottom: 40px;
	}
	.read-class-video-section .video-details-wrapper {
		width: 100%;
		clear: both;
		float: none;
	}
	.single-season .downloadables li {
		display: block;
		margin-bottom: 100px;
	}
	.single-season .downloadables li:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 800px) {
	.read-membership-item {
		width: 45%;
	}
	.single p.entry-meta {
		margin-top: -9px;
		margin-right: -17px;
	}
	.single p.entry-meta:first-of-type {
		margin-top: -9px;
		margin-left: -17px;
	}
	.single .entry-header {
		margin-top: 100px;
	}
	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.nav-secondary .wrap {
		padding: 0;
	}
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	.hero-image-wrapper .content-wrapper {
		width: 400px;
		font-size: 34px;
		line-height: 38px;
		right: 5%;
		top: 19%;
	}
	.hero-image-wrapper .button {
		margin-top: 20px;
		font-size: 24px;
	}
	.three-content-sections .content-section {
		width: 100%;
		clear: both;
		float: none;
		margin: 30px auto 0;
	}
	.three-content-sections .content-section:first-of-type {
		margin-top: 0;
		margin-left: auto;
	}
	.green-cta-wrapper {
		padding: 100px 0;
	}
	.show-podcasts .past-seasons .single-season li {
		width: 100%;
		float: none;
		display: block;
		clear: both;
	}
	.show-podcasts .past-seasons .single-season li.even {
		margin-left: 0;
	}
	.footer-section-wrapper .footer-section {
		padding: 50px 20px;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
	}
	.footer-section-wrapper .footer-section:first-of-type {
		margin-top: 0;
	}
	.read-step {
		width: 100%;
		clear: both;
		float: none;
		margin-left: 0;
	}
	.read-class-demo ul:not(.downloadables) li {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.read-upcoming-authors .single-author {
		width: 44%;
	}
	.read-testimonials .single-testimonial {
		width: 100%;
		clear: both;
		margin: 0 auto 50px auto;
	}
	.read-testimonials .testimonial-content {
		margin-bottom: 20px;
	}
	.standard-editor #faq-block .single-faq {
		width: 100%;
		float: none;
		clear: both;
		margin: 0;
	}
	.read-master-class-listings .single-master-class {
		width: 45%;
	}
	.woocommerce-demo-store p.demo_store {
		font-size: 14px;
	}
	.woocommerce-demo-store .site-container {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 680px) {
	.entry-content {
		font-size: 16px;
	}
	.content .entry-title {
		line-height: 1em;
	}
	.content .entry-title a {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1em;
	}
	.standard-editor h1 {
		font-size: 48px;
	}
	.standard-editor h2 {
		font-size: 42px;
	}
	.standard-editor h3 {
		font-size: 38px;
	}
	.standard-editor h4 {
		font-size: 34px;
	}
	.standard-editor h5 {
		font-size: 28px;
	}
	.standard-editor h6 {
		font-size: 24px;
	}
	.standard-editor ul:not(.downloadables) li {
		width: 100%;
		float: none;
	}
	.split-editors.one_half .left-side, .split-editors.main_large .left-side {
		width: 100%;
		float: none;
	}
	.split-editors.one_half .right-side, .split-editors.main_large .right-side {
		width: 100%;
		float: none;
	}
	.hero-image-wrapper img {
		width: 680px;
		max-width: 680px;
		min-width: 680px;
	}
	.hero-image-wrapper .content-wrapper {
		width: 100%;
		font-size: 34px;
		line-height: 38px;
		right: 0;
		top: 19%;
		margin: 0 auto;
		padding: 0 5%;
	}
	.hero-image-wrapper .button {
		margin-top: 20px;
		font-size: 24px;
	}
	.show-podcasts .current-season .show-wrapper {
		width: 100%;
		float: none;
	}
	.show-podcasts .current-season .show-wrapper.even {
		margin-left: 0;
	}
	.show-podcasts .current-season .current-season-episode {
		margin-bottom: 80px;
	}
	.show-podcasts .past-seasons .single-season li {
		margin-bottom: 15px;
	}
	.show-podcasts .past-seasons .single-season li a {
		font-size: 14px;
	}
	.read-membership-item {
		width: 99%;
		margin-left: 0;
		margin-right: 0;
	}
	.single p.entry-meta {
		font-size: 14px;
		padding: 10px 15px;
		margin-right: -14px;
	}
	.single p.entry-meta:first-of-type {
		margin-left: -14px;
	}
	/** front page **/
	.page-template-front-page .site-inner {
		margin-top: 0px;
	}
	.page-template-front-page .fixed-cta {
		position: initial;
	}
	.page-template-front-page .fixed-cta img {
		width: 1000px;
	}
	.page-template-front-page .fixed-cta .hero-image-wrapper .content-wrapper {
		position: initial;
		width: 100%;
		top: 15%;
	}
	.page-template-front-page #content_builder_main_wrap .wrap:first-of-type {
		padding-top: 20px;
	}
	.read-testimonials .single-testimonial {
		width: 100%;
		float: none;
		clear: both;
		margin-left: none;
		margin-top: 40px;
	}
	.read-testimonials .single-testimonial:first-of-type {
		margin-top: 0;
	}
	.single-read_author_events .read-downloads-section .downloads-links li {
		width: 100%;
		float: none;
		clear: both;
		margin: 10px auto;
	}
	.read-downloads-section .downloads-links li {
		width: 100%;
		float: none;
		clear: both;
		margin: 10px auto;
	}
	.read-sales-point {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.read-master-class-listings .single-master-class {
		width: 95%;
	}
	.page-template-template-landing .hero-image-wrapper .content-wrapper {
		position: inherit;
		top: -10px;
		padding: 5% 0;
		background: #fff;
		color: #2682c5 !important;
	}
}

@media only screen and (max-width: 480px) {
	.standard-editor h1 {
		font-size: 42px;
	}
	.standard-editor h2 {
		font-size: 38px;
	}
	.standard-editor h3 {
		font-size: 34px;
	}
	.standard-editor h4 {
		font-size: 28px;
	}
	.standard-editor h5 {
		font-size: 24px;
	}
	.standard-editor h6 {
		font-size: 18px;
	}
	.standard-editor a.button.center {
		width: 100%;
	}
	.site-header .nav-secondary .wrap {
		padding: 0;
	}
	.wrap,
	.site-inner {
		max-width: 480px;
	}
	.read-upcoming-authors .single-author {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.single p.entry-meta {
		margin-right: -11px;
	}
	.single p.entry-meta:first-of-type {
		margin-left: -11px;
	}
	.single .entry-header {
		margin-top: 50px;
	}
	.popup-content-wrapper .popup-content {
		width: 70%;
		padding: 0;
		height: 0;
	}
	.popup-content-wrapper .close-popup {
		top: 50px;
		left: -25px;
	}
}

.woocommerce-demo-store .site-container {
	margin-top: 72px;
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

.page-template-page-cheatsheet .site-inner {
	margin-top: 225px;
	padding: 0;
}

@media screen and (max-width: 1025px) {
	.page-template-page-cheatsheet .site-inner {
		margin-top: 240px;
	}
}

@media screen and (max-width: 960px) {
	.page-template-page-cheatsheet .site-inner {
		margin-top: 170px;
	}
}

.page-template-page-cheatsheet .site-inner .wrap {
	max-width: 1200px;
}

@media screen and (max-width: 800px) {
	.page-template-page-cheatsheet .entry-header {
		padding-left: 5%;
		padding-right: 5%;
	}
}

.page-template-page-cheatsheet .entry-header .entry-title {
	font-size: 36px;
	margin: 0;
}

.page-template-page-cheatsheet .amongst-cta {
	margin: 0 auto;
	max-width: 1200px;
}

.page-template-page-cheatsheet .amongst-cta h2 {
	font-size: 40px;
}

.amongst-cta h2 {
	color: #fff;
	font-size: 60px;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.amongst-cta .button {
	margin-bottom: 80px;
	margin-top: 80px;
}

.rar-offer-area {
	width: 55%;
	margin: 0 auto;
}

.rar-offer-area .fa-check-circle-o {
	color: #6fc171;
	font-size: 45px;
}

.offer-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	text-align: center;
}

.offer-header .offer-title {
	color: #6fc171;
	font-size: 26px;
}

.offer-title, .offer-free, .offer-premium {
	padding: 0 10px 5px;
}

.offer-title {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	width: 60%;
}

.offer-free {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 20%;
	text-align: center;
}

.offer-premium {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 20%;
	text-align: center;
	border-left: #6fc171  solid 1px;
}

.offer-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.offer-item .offer-title, .offer-item .offer-free, .offer-item .offer-premium {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.offer-area-content .offer-item:nth-child(even) {
	background-color: #dfdfdf;
}

@media only screen and (max-width: 480px) {
	.rar-offer-area {
		width: 100%;
	}
	.offer-header, .offer-header .offer-title {
		font-size: 18px;
	}
	.offer-area-content {
		font-size: 16px;
	}
	.offer-title {
		width: 45%;
	}
	.offer-premium {
		width: 35%;
	}
}

.page-template-page-cheatsheet .entry {
	padding: 0;
}

@media only screen and (max-width: 1920px) {
	.page-template-page-cheatsheet .read-content-section {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media only screen and (min-width: 681px) and (max-width: 1200px) {
	.page-template-page-cheatsheet .read-content-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.page-template-page-cheatsheet .single-podcast-episode {
	background: #e7e7e7;
	margin: 0 auto 30px;
	width: 100%;
}

@media only screen and (min-width: 681px) {
	.page-template-page-cheatsheet .single-podcast-episode {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 681px) and (max-width: 1200px) {
	.page-template-page-cheatsheet .single-podcast-episode {
		margin-left: 0;
		margin-right: 60px;
		width: calc( 50% - 30px);
	}
	.page-template-page-cheatsheet .single-podcast-episode:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.page-template-page-cheatsheet .single-podcast-episode {
		max-width: 550px;
	}
}

@media only screen and (min-width: 1201px) {
	.page-template-page-cheatsheet .single-podcast-episode {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

.page-template-page-cheatsheet .featured-media {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.page-template-page-cheatsheet .featured-media img {
	display: block;
}

.page-template-page-cheatsheet .podcast-content {
	padding: 24px;
}

@media only screen and (min-width: 1201px) {
	.page-template-page-cheatsheet .podcast-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.page-template-page-cheatsheet .episode-title {
	font-size: 26px;
}

@media only screen and (min-width: 1201px) {
	.page-template-page-cheatsheet .episode-title {
		font-size: 24px;
	}
}

@media only screen and (min-width: 1500px) {
	.page-template-page-cheatsheet .episode-title {
		font-size: 32px;
	}
}

.page-template-page-cheatsheet .downloadables a {
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 20px;
	text-decoration: none;
	-webkit-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

.page-template-page-cheatsheet .downloadables a:last-of-type {
	margin-right: 0;
}

.page-template-page-cheatsheet .downloadables a.powerpress_link_pinw, .page-template-page-cheatsheet .downloadables a.show-notes {
	background: #2682c5;
}

.page-template-page-cheatsheet .downloadables a.powerpress_link_pinw:hover, .page-template-page-cheatsheet .downloadables a.powerpress_link_pinw:focus, .page-template-page-cheatsheet .downloadables a.show-notes:hover, .page-template-page-cheatsheet .downloadables a.show-notes:focus {
	background: #0765a5;
}

.page-template-page-cheatsheet .downloadables a.transcript {
	background: #6fc171;
}

.page-template-page-cheatsheet .downloadables a.transcript:hover, .page-template-page-cheatsheet .downloadables a.transcript:focus {
	background: #55a757;
}

.page-template-page-cheatsheet .downloadables a.cheetsheet {
	background: #834c85;
}

.page-template-page-cheatsheet .downloadables a.cheetsheet:hover, .page-template-page-cheatsheet .downloadables a.cheetsheet:focus {
	background: #633965;
}

.page-template-page-book-landing .nav-primary {
	font-family: "Oswald", sans-serif;
	margin-top: 0;
	text-align: center;
}

.page-template-page-book-landing .nav-primary .genesis-nav-menu .menu-item {
	background: transparent;
}

.page-template-page-book-landing .nav-primary .genesis-nav-menu a {
	color: #ffbb3e;
	font-size: 16px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.page-template-page-book-landing .nav-primary .genesis-nav-menu a:focus, .page-template-page-book-landing .nav-primary .genesis-nav-menu a:hover {
	color: #ffcd71;
}

.page-template-page-book-landing .nav-primary .genesis-nav-menu a:focus {
	outline: 0;
}

.page-template-page-book-landing .button {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	letter-spacing: 0.15em;
	padding: 16px 20px;
	text-transform: uppercase;
}

.page-template-page-book-landing .area-title {
	font-family: "playlistscript", cursive;
	font-size: 60px;
	margin-top: 0;
	text-align: center;
}

.page-template-page-book-landing .section-block {
	font-size: 16px;
	padding-bottom: 80px;
	padding-top: 80px;
}

@media only screen and (min-width: 800px) {
	.page-template-page-book-landing .section-block {
		padding-bottom: 120px;
		padding-top: 120px;
	}
}

.page-template-page-book-landing .site-header {
	border: 0 none;
	min-height: 0;
	position: static;
}

.page-template-page-book-landing .site-inner {
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

.page-template-page-book-landing .book-hero {
	background: #1a3a4b;
	font-family: "Oswald", sans-serif;
	padding: 60px 0;
	text-align: center;
}

@media screen and (min-width: 961px) {
	.page-template-page-book-landing .image-area {
		float: left;
		padding: 15px;
		width: 42%;
	}
}

.page-template-page-book-landing .image-area img {
	-webkit-box-shadow: 0 0 7px #222;
	        box-shadow: 0 0 7px #222;
}

@media screen and (min-width: 961px) {
	.page-template-page-book-landing .hero-text {
		float: left;
		padding: 15px;
		width: 58%;
	}
}

.page-template-page-book-landing .hero-text .button {
	background: transparent;
	border: 3px solid #ffbb3e;
	color: #fff;
	margin: 15px 10px;
}

.page-template-page-book-landing .hero-text .button:focus, .page-template-page-book-landing .hero-text .button:hover {
	background: #ffbb3e;
}

.page-template-page-book-landing .hero-title {
	color: #fff;
	font-family: "playlistscript", cursive;
	font-size: 70px;
	margin: 30px 0;
	text-align: center;
}

@media screen and (min-width: 680px) {
	.page-template-page-book-landing .hero-title {
		font-size: 100px;
	}
}

.page-template-page-book-landing .hero-title span {
	color: #ffbb3e;
	display: block;
}

.page-template-page-book-landing .hero-subtitle {
	color: #ffbb3e;
	letter-spacing: 0.15em;
	text-align: center;
	text-transform: uppercase;
}

.page-template-page-book-landing .book-about {
	background: #fafafa;
}

.page-template-page-book-landing .book-about .area-title {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	text-align: left;
}

.page-template-page-book-landing .book-preorder {
	text-align: center;
}

.page-template-page-book-landing .book-preorder .area-title {
	font-family: "playlistscript", cursive;
	font-size: 60px;
}

.page-template-page-book-landing .book-preorder ul {
	margin: 0 auto;
	max-width: 680px;
	padding-left: 20px;
}

@media only screen and (min-width: 680px) {
	.page-template-page-book-landing .book-preorder ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-left: 0;
	}
}

.page-template-page-book-landing .book-preorder ul li {
	list-style-type: disc;
	margin-bottom: 10px;
	text-align: left;
}

@media only screen and (min-width: 680px) {
	.page-template-page-book-landing .book-preorder ul li {
		float: left;
		width: 46%;
	}
	.page-template-page-book-landing .book-preorder ul li:nth-of-type(odd) {
		margin-right: 8%;
	}
}

.page-template-page-book-landing .book-endorsements {
	background: #ffbb3e;
	color: #fff;
}

.page-template-page-book-landing .book-endorsements .single-endorsement {
	margin: 0 auto 60px;
}

@media only screen and (min-width: 800px) {
	.page-template-page-book-landing .book-endorsements .single-endorsement {
		max-width: 790px;
	}
}

.page-template-page-book-landing .book-endorsements .single-endorsement::after {
	border-bottom: 2px solid #fff;
	content: "";
	display: block;
	margin: 60px auto 0;
	width: 60%;
}

.page-template-page-book-landing .book-endorsements .single-endorsement:last-child {
	margin-bottom: 0;
}

.page-template-page-book-landing .book-endorsements .single-endorsement:last-child::after {
	display: none;
}

.page-template-page-book-landing .book-endorsements .single-endorsement .endorsement-content {
	margin-bottom: 40px;
}

.page-template-page-book-landing .book-endorsements .single-endorsement .endorsement-bio {
	text-align: center;
}

.page-template-page-book-landing .book-endorsements .single-endorsement .endorsement-bio .name {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.page-template-page-book-landing .book-endorsements .single-endorsement .endorsement-bio .title {
	font-size: 14px;
	margin-bottom: 0;
}

.page-template-page-book-landing .book-endorsements .single-endorsement .endorsement-image {
	border-radius: 100%;
}

.page-template-page-book-landing .book-author {
	background: #fafafa;
}

.page-template-page-book-landing .book-author > .wrap {
	max-width: 920px;
}

.page-template-page-book-landing .book-author .area-title {
	width: 100%;
}

@media only screen and (min-width: 800px) {
	.page-template-page-book-landing .book-author .author-area {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: wrap;
		    -ms-flex: wrap;
		        flex: wrap;
	}
}

.page-template-page-book-landing .book-author .author-image {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 30px;
}

@media only screen and (min-width: 800px) {
	.page-template-page-book-landing .book-author .author-image {
		margin-bottom: 0;
		margin-right: 30px;
	}
}

.page-template-page-book-landing .book-author .author-image img {
	border-radius: 100%;
}

.page-template-page-book-landing .book-author .author-social {
	font-size: 20px;
}

.page-template-page-book-landing .book-author .author-social a {
	color: #1a3a4b;
	margin-right: 10px;
	-webkit-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.page-template-page-book-landing .book-author .author-social a:focus, .page-template-page-book-landing .book-author .author-social a:hover {
	color: #ffbb3e;
}

.page-template-page-book-landing .book-purchase {
	text-align: center;
}

.page-template-page-book-landing .book-purchase .area-title {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
}

.page-template-page-book-landing .book-purchase .button {
	background: transparent;
	border: 3px solid #ffbb3e;
	color: #1a3a4b;
	margin: 15px 10px;
}

.page-template-page-book-landing .book-purchase .button:focus, .page-template-page-book-landing .book-purchase .button:hover {
	background: #ffbb3e;
	color: #fff;
}

.page-template-page-book-landing .book-purchase .button-area {
	margin-bottom: 60px;
}

.page-template-page-book-landing .book-media {
	background: #1a3a4b;
	color: #fff;
}

.page-template-page-book-landing .book-media .area-title {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	text-align: left;
}

.page-template-page-book-landing .book-media a {
	color: #ffbb3e;
}

.page-template-page-book-landing .book-media a:focus, .page-template-page-book-landing .book-media a:hover {
	color: #ffcd71;
}

.book-site-header {
	background: #1a3a4b;
	position: static;
	width: 100%;
}

@media only screen and (min-width: 961px) {
	.book-site-header {
		left: 0;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	.admin-bar .book-site-header {
		top: 32px;
	}
}

@media only screen and (max-width: 960px) {
	.book-site-header .menu-toggle,
	.book-site-header .sub-menu-toggle {
		display: block;
		visibility: visible;
	}
}

.book-site-header .menu-toggle {
	color: #ffbb3e;
	font-size: 40px;
}

.book-site-header .menu-toggle.activated:before {
	content: "\2261";
}

/*!
 * Any extra CSS not in SASS can go here if you need it.
 * Put it below the comments.
 */
