/*
	Theme Name: Simple as That
	Theme URI: http://simpleasthatblog.com/
	Description: Custom theme for Rebecca Cooper at Simple as That.
	Author: Brian Gardner
	Author URI: http://briangardner.com/
	Version: 1.3.16
	Template: genesis
*/


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

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

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

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

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

:focus {
	outline: none;
}


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

body {
	background-color: #fff;
	color: #424240;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0;
}

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

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

a {
	color: #75c7c0;
	text-decoration: none;
}

a:hover {
	color: #424240;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

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

.site-inner {
	border-top: 1px solid #eee;
	clear: both;
	word-wrap: break-word;
}

.course .site-inner,
.newsletter .site-inner {
	border-top: none;
}

.top-ad {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.course .top-ad {
	display: none;
}


/* Sticky Message
---------------------------------------------------------------------------------------------------- */

.sticky-message {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	display: none;
	font-size: 16px;
	line-height: 1;
	padding: 20px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 99999999;
}

.sticky-message a {
	color: #75c7c0;
	text-decoration: underline;
}

.sticky-message a:hover {
	color: #424240;
}

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

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

.site-header > .wrap {
	padding-bottom: 40px;
	padding-top: 40px;
}

.title-area {
	float: left;
	height: 90px;
	width: 250px;
}

.course .title-area,
.newsletter .title-area {
	width: 100%;
}

.site-title > a {
	background: url(images/logo.png) no-repeat center center;
	background-size: 250px 90px;
	display: block;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

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


/* Header Ad
---------------------------------------------------------------------------------------------------- */

.header-ad {
	float: right;
	height: 90px;
	text-align: right;
}


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

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

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

.genesis-nav-menu a {
	color: #424240;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	margin-right: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}

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

.genesis-nav-menu li.highlight {
	float: right;
}

.genesis-nav-menu li.highlight a {
	font-weight: 700;
	margin-right: 0;
}

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

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 12px;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

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

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

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

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

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

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

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

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

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


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

.content-sidebar-wrap {
	overflow: hidden;
}

.content {
	border-right: 1px solid #eee;
	float: left;
	padding-bottom: 60px;
	padding-top: 60px;
	width: 68.5%;
}

.full-width-content .content {
	border-right: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

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

.course .content,
.newsletter .content {
	padding-bottom: 40px;
	padding-top: 40px;
}

.newsletter .content {
	text-align: center;
}

.content .wrap {
	max-width: 680px;
}


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

.entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
	max-width: 680px;
	padding-bottom: 30px;
}

.archive .entry,
.search .entry {
	border-bottom: none;
	float: left;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 25%;
}

.archive .entry:nth-child(4n+2){
	clear: left;
}

.search .entry:nth-child(4n+1) {
	clear: left;
}

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

.entry a {
	color: #75c7c0;
	text-decoration: underline;
}

.entry a:hover {
	color: #424240;
}

.postid-16806 .entry .attachment {
	display: none;
}

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

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

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

.signup ul {
	margin-left: 10px;
}

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

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

.center,
.featured-image,
.more-from-category {
	text-align: center;
}

.more-from-category {
	clear: both;
}

.intro {
	font-size: 24px;
	font-style: italic;
	margin-bottom: 40px;
	text-align: center;
}

.course-cta,
.course-cta-after,
.download-cta,
.recipes-cta {
	background-color: #f5f5f5;
	border: 1px dashed #424240;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 20px 30px;
}

.download-cta.large {
	padding: 60px;
	text-align: center;
}

.download-cta.large p {
	margin-bottom: 10px;
}

.course-cta-after {
	margin-top: 40px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.course-cta p,
.course-cta-after p,
.download-cta p,
.recipes-cta p {
	margin-bottom: 0;
}

.ts-fab-wrapper {
	font-size: 16px;
}


/* Printables
---------------------------------------------------------------------------------------------------- */

.printables {
	float: left;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 50%;
}

.printables.first {
	clear: left;
}

.download {
	font-size: 16px;
	margin-bottom: 10px;
}


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

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

.course .entry-header::after,
.newsletter .entry-header::after {
	border-bottom: 1px solid #424240;
	content: "";
	display: block;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	width: 2.5%;
}

.single .entry-header {
	margin-bottom: 20px;
}

p.entry-meta {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}


/* Entry Footer
---------------------------------------------------------------------------------------------------- */

.entry-footer {
	margin-top: 30px;
}

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


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

.course .testimonial {
	background-color: #f5f5f5;
	border: 1px dashed #424240;
	margin-top: 40px;
	padding: 40px 80px;
	text-align: center;
}

.course .testimonial p {
	margin-bottom: 0;
}

.course .testimonial .avatar {
	border-radius: 50%;
	float: none;
	margin: 0 0 10px;
	height: 75px;
	width: 75px;
}


/* Share Plugin
---------------------------------------------------------------------------------------------------- */

.content .share-before {
	margin-bottom: 30px;
}

.content .share-after {
	margin-bottom: 0;
}

.content .share-small {
	height: 20px;
	text-align: center;
}

.content a.share {
	font-size: 13px;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: normal;
}

.content .share-filled .count {
	line-height: 21px;
}

.content .share-filled .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	line-height: 22px;
	text-align: left;
}

.content .share-filled .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover {
	border: 1px solid #75c7c0;
	color: #75c7c0;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count {
	background: #75c7c0 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count {
	color: #fff;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #424240;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1,
h2,
h3{
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h4 {
	font-size: 22px;
}

.entry-content h4 {
	margin-top: 40px;
}

.course h4 {
	color: #75c7c0;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	margin-top: 60px;
	text-align: center;
	text-transform: uppercase;
}


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

.archive-title,
.author-box-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.enews h2,
.entry-title {
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-title,
.entry-title a {
	color: #5b5b58;
}

.entry-title a {
	text-decoration: none;
}

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

.archive .entry-title,
.archive-title,
.search .entry-title,
.printables-title,
.widget-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

.course p.widget-title {
	margin-bottom: 30px;
}

.archive .entry-title,
.entry a.printables-title,
.search .entry-title {
	line-height: 1.25;
}

.entry a.printables-title {
	text-decoration: none;
}

.after-cta-title {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}


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

.after-entry,
.archive-description {
	text-align: center;
}

.archive .archive-description,
.search .archive-description {
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
}

.author-box {
	line-height: 1.5;
	padding-bottom: 20px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}


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

.pagination {
	clear: both;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #75c7c0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

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


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

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

img {
	height: auto;
}

img.vertical {
	vertical-align: top;
}

.avatar {
	float: left;
	margin: 0 16px 24px 0;
}

.after-cta {
	float: left;
	margin-right: 30px;
	max-height: 200px;
	max-width: 200px;
}

.printable {
	margin-top: 20px;
}

.ten {
	margin-bottom: -10px;
}

.button_pinit_floating {
	display: none !important;
}

.attachment .attachment-medium {
	display: none;
}


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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border-radius: 0;
	color: #424240;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	padding: 20px;
	width: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.mc-field-group {
	margin-bottom: 20px;
}

input:focus,
textarea:focus {
	background-color: #eee;
	outline: none;
}

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

.signup input[type="checkbox"],
.signup input[type="radio"] {
	margin-right: 5px;
}

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

::-moz-placeholder {
	color: #7d7d78;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #7d7d78;
}

button,
input[type="button"],
input[type="reset"],
input[type="select"],
input[type="submit"],
a.button,
a.more-link,
.more-from-category a {
	background-color: #75c7c0;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.course .button,
.newsletter .button,
.shop .button {
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 20px 30px;
	text-align: center;
	text-decoration: none;
}

.gso-widget .button {
	font-size: 12px;
	padding: 15px;
}

.course .button.buy {
	font-size: 16px;
	margin-top: 20px;
}

.attachment .button,
.shop .button {
	margin-top: 20px;
}

.button.large {
	font-size: 12px;
	padding: 20px 30px;
}

.landing-page .button.large {
	margin-top: 40px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
a.more-link:hover,
.button:hover,
.more-from-category a:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
a.more-link:focus,
.button:focus,
.more-from-category a:focus {
	background-color: #5b5b58;
	color: #fff;
}

.entry a.button:hover {
	color: #fff !important;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #f5f5f5;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
}

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


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

.entry-content .gform_wrapper input,
.entry-content .gform_wrapper textarea {
	padding: 15px !important;
	width: 100% !important;
}

.entry-content .gform_wrapper li {
	margin-bottom: 20px;
}


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

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

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

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

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

.wp-caption-text {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

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


/* Search Form
---------------------------------------------------------------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form:before {
	color: #999;
	content: "\f4a5";
	font-family: "ionicons";
	font-size: 20px;
	left: 15px;
	position: absolute;
	top: 6px;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.search-form input[type="search"] {
	font-size: 16px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-top: 12px;
}

.search-form input[type="submit"] {
	margin-top: 10px;
}

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

.enews-widget,
.enews-widget input {
	text-align: center;
}

.course .entry .enews-widget,
.newsletter .entry .enews-widget {
	margin-top: 60px;
}

.newsletter.landing .entry .enews-widget {
	margin-top: 40px;
}

.single .entry .enews-widget {
	margin-bottom: 40px;
}

.course .entry .enews-widget,
.newsletter .entry .enews-widget,
.page .entry .enews-widget,
.single .entry .enews-widget {
	background-color: #f5f5f5;
	border: 1px dashed #424240;
	padding: 60px;
}

.enews-widget form {
	margin-left: 20px;
	margin-right: 20px;
}

.course .enews-widget form,
.newsletter .enews-widget form {
	margin-left: 60px;
	margin-right: 60px;
}

.enews-widget p {
	margin-bottom: 20px;
}

.gso-widget p {
	font-size: 16px;
	margin-bottom: 20px;
}

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

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

.enews-widget input {
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.course .enews-widget input,
.newsletter .enews-widget input,
.page .entry .enews-widget input,
.single .entry .enews-widget input {
	background-color: #fff;
	padding-bottom: 15px;
	padding-top: 15px;
}

.single .entry .enews-widget input {
	margin-bottom: 0;
}

.enews-widget input[type="submit"],
.page .entry .enews-widget input[type="submit"],
.single .entry .enews-widget input[type="submit"] {
	background-color: #75c7c0;
	font-size: 12px;
	margin: 0;
	width: auto !important;
}

.course .enews-widget input[type="submit"],
.newsletter .enews-widget input[type="submit"],
.page .entry .enews-widget input[type="submit"],
.single .entry .enews-widget input[type="submit"] {
	font-size: 14px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.enews-widget input:hover[type="submit"],
.page .entry .enews-widget input:hover[type="submit"],
.single .entry .enews-widget input:hover[type="submit"] {
	background-color: #424240;
}


/* GSO Widget
---------------------------------------------------------------------------------------------------- */

.gso-widget-slide-in {
	border: 1px dashed #424240;
	text-align: center;
}

.gso-widget-slide-in .widget-title {
	font-size: 20px;
}


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


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

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


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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	max-width: 680px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-header a {
	color: #75c7c0;
	text-decoration: underline;
}

.comment-header a:hover {
	color: #424240;
}

.comment-content {
	clear: both;
}

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

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

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

.comment-header p {
	margin-bottom: 0;
}

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


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	font-size: 16px;
	width: 31.5%;
}

.sidebar .widget {
	border-bottom: 1px solid #eee;
	clear: both;
	display: block;
	padding: 40px 0 40px 40px;
}

.sidebar .widget.widget_nav_menu {
	overflow: hidden;	
}

.sidebar a {
	color: #75c7c0;
	text-decoration: underline;
}

.sidebar a:hover {
	color: #424240;
}

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

.sidebar img {
	vertical-align: top;
}

.sidebar .simple-social-icons ul li {
	margin: 0 5px !important;
}

.sidebar ul.menu li {
	display: inline-block;
	float: left;
	width: 48%;
}

.sidebar ul.menu li:nth-child(2n+1) {
	margin-right: 1%;
}

.sidebar ul.menu li:nth-child(2n+2) {
	margin-left: 1%;
}

.sidebar ul.menu li a {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #424240;
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 4%;
	padding: 12px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.sidebar ul.menu li.last a {
	margin-bottom: 0;
}

.sidebar ul.menu li a:hover {
	background-color: #75c7c0;
	border: 1px solid #75c7c0;
	color: #fff;
}

.sidebar .button,
.sidebar .button:hover {
	color: #fff;
	text-decoration: none;
}


/* Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
	clear: both;
	text-align: center;
}

.before-footer .wrap {
	border-top: 1px solid #eee;
	padding-bottom: 60px;
	padding-top: 60px;
}

.before-footer .widget-title {
	margin-bottom: 20px;
}

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

.before-footer ul.instagram-pics {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.before-footer ul.instagram-pics li {
	float: left;
	margin-bottom: 0;
	margin-left: 15px;
	margin-right: 15px; 
	padding-bottom: 0;
}

.before-footer ul.instagram-pics img {
	max-height: 150px;
	max-width: 150px;
	vertical-align: top;
}


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

.site-footer {
	clear: both;
	line-height: 1;
	text-align: center;
}

.site-footer .wrap {
	border-top: 1px solid #eee;
	padding-bottom: 40px;
	padding-top: 40px;
}

.site-footer a {
	color: #424240;
	text-decoration: none;
}

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

.site-footer p {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Custom Footer
--------------------------------------------- */

.footer-left,
.footer-logo,
.footer-right {
	float: left;
}

.footer-left,
.footer-right {
	padding-top: 22px;
	width: 45%;
}

.footer-logo {
	text-align: center;
	width: 10%;
}

.footer-logo img.logo-footer {
	height: 60px;
	vertical-align: middle;
	width: 60px;
}

.footer-left {
	text-align: right;
}

.footer-right {
	text-align: left;
}

.site-footer .slash {
	margin-left: 5px;
	margin-right: 5px;
}


/* Fadein Effect
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

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


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

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

	.content,
	.header-ad,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.sidebar-primary,
	.site-header .nav-primary,
	.title-area {
		width: 100%;
	}

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

	.title-area {
		margin-left: 0;
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.header-ad {
		margin-bottom: 10px;
	}

	.genesis-nav-menu li,
	.header-image .title-area {
		float: none;
	}

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

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #424240;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f126";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

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

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

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

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

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

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

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

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #424240;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #75c7c0;
	}

	.before-footer,
	.nav-primary,
	.site-footer,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.content {
		border-bottom: 1px solid #eee;
		border-right: none;
		float: none;
		padding-bottom: 0;
		padding-top: 40px;
	}

	.course .content {
		padding-bottom: 30px;
	}

	.entry {
		margin-bottom: 0;
	}

	.archive .entry,
	.search .entry {
		width: 50%;
	}

	.course .entry .enews-widget, {
		margin-top: 40px;
	}

	.course .entry .enews-widget,
	.single .entry .enews-widget {
		padding: 40px;
	}

	.course .enews-widget form {
		margin-left: 0;
		margin-right: 0;
	}

	.course .enews-widget input {
		margin-bottom: 0;
	}

	.sidebar .widget {
		padding: 30px 0;
	}

	.sidebar .widget:last-child {
		border-bottom: none;
	}

	.sticky-message {
		display: none !important;
	}

	.before-footer ul.instagram-pics li {
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		width: 33.33%;
	}

	.footer-left,
	.footer-logo,
	.footer-right {
		float: none;
		text-align: center;
		width: 100%;
	}

	.footer-left,
	.footer-right {
		padding-top: 0;
	}

	.footer-left {
		padding-bottom: 10px;
	}

	.footer-logo {
		display: none;
	}

}

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

	.gso-widget,
	.header-ad {
		display: none;
	}

	.course .entry .enews-widget,
	.course .testimonial,
	.single .entry .enews-widget {
		padding: 30px;
	}

	.before-footer ul.instagram-pics li {
		width: 50%
	}

}