/*
Theme Name: Caitlin Bacher
Theme URI: https://caitlinbacher.com/
Description: This is a custom child theme for Caitlin Bacher built on the Genesis Framework
Author: Krista Rae LLC
Author URI: https://kristarae.co/

Version: 3.2.3

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: caitlin-bacher
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Latest Video Banner
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Entry Footer
	- Pagination
	- Entry Comments
- Home Page
- Header / Footer CTA
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.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,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

</pre>

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

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Merriweather", serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #cc7a7a;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

.last-p-no-margin p:last-of-type {
	margin-bottom: 0;
}

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

li {
	list-style-type: disc;
}

.fl-builder ul {
	list-style-position: outside;
	padding-left: 20px;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #f6f4f7;
	clear: both;
	margin: 20px 0;
}

b,
strong {
	font-weight: 900;
}

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

mark {
	background: #cc7a7a;
	color: #ffffff;
}

blockquote {
	margin: 30px;
}

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

h1,
.h1-styling h2,
h2.h1-styling {
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.1;
	color: #cc7a7a;
}

h2 {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.1;
	color: #cc7a7a;
}

h3 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.29;
	text-transform: uppercase;
	color: #000000;
}

h4 {
	font-size: 20px;
	font-weight: italic;
	line-height: 1.2;
	color: #cc7a7a;
}

h5 {
	font-size: 18px;
	font-weight: italic;
	line-height: 1.5;
}

h6 {
	font-size: 18px;
	font-weight: italic;
	line-height: 1.5;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

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

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #42484c;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

input,
select,
textarea {
	background-color: #f6f4f7;
	border: 1px solid #dfab53;
	color: #dfab53;
	font-size: 18px;
	font-weight: 500;
	padding: 15px;
	width: 100%;
}

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

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

::-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

::placeholder {
	color: #000000;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.site-container .wp-block-button .wp-block-button__link,
body .fl-builder-content a.fl-button {
	background-color: #cc7a7a;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	max-width: 100%;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: 300px;
	border-radius: 30px;
}

.pagination-next a,
.pagination-previous a {
	background-color: #dfab53;
	border: 0;
	color: #000000;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	max-width: 100%;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: 275px;
	border-radius: 30px;
}

body .fl-builder-content a.fl-button {
	padding: 34px 30px;
}

body .fl-builder-content a.fl-button * {
	color: #ffffff;
}

button.fl-builder-button,
.fl-builder-settings button,
.fl-builder-settings input[type="button"],
.fl-builder-panel button,
.media-modal-content button {
	width: auto;
}

.button {
	display: inline-block;
}

.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: #ffffff;
	border-width: 0;
	color: #000000;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

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

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}

.fl-builder-full .site-inner {
	max-width: none;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

div.fl-row-fixed-width {
	max-width: 1140px;
}



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

/* Avatar
--------------------------------------------- */

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

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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


.archive-description {
	display: none;
}

.after-entry {
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

.search-form {
	overflow: hidden;
}

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

.post-password-form input[type="submit"],
.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;
}

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

.archive-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	line-height: 1.56;
	margin-bottom: 29px;
}

.entry-title a {
	font-size: 40px;
	color: #cc7a7a;
	text-decoration: none;
}

.widget-title {
	font-size: 21px;
	font-weight: 300 !important;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* 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,
.singular-image {
	display: block;
	margin: 0 auto 25px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	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 30px;
}

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

.widget {
	margin-bottom: 40px;
}

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

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #f6f4f7;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

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

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

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #f6f4f7;
	color: #000000;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #000000;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 900;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


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

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

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

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

/* Display outline on focus */
:focus {
	outline: none;
}


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

.site-header {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 30px 10px 15px;
	width: 1070px;
}

/* Latest Video Banner
--------------------------------------------- */

.header-latest-video {
	background-color: #5a728e;
	padding: 4px 5px 4px;
}

.header-latest-video .wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	width: 800px;
}

.header-latest-video .wrap > div {
	float: left;
	margin-bottom: auto;
	margin-top: auto;
}

.latest-video-title {
	font-size: 16px;
	font-family: poppins, sans-serif;
	font-weight: bold;
	width: 80%;
}

.latest-video-title a {
	color: #ffffff;
	letter-spacing: 0;
}

.latest-video-title a:hover,
.latest-video-title a:focus {
	letter-spacing: 0px !important;
}

.latest-video-title .latest-video-title-heading {
	float: left;
	letter-spacing: 1.5px;
	margin-right: 1%;
	text-transform: uppercase;
	width: 40%;
}

.latest-video-title .latest-video-title-scrolling {
	float: right;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	width: 58%;
}

.latest-video-title .latest-video-title-scrolling span {
	display: inline-block;
	-moz-animation: marquee 10s linear infinite;
	-webkit-animation: marquee 10s linear infinite;
	animation: marquee 10s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes marquee {
	0%   { -moz-transform: translateX(50%); }
	100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
	0%   { -webkit-transform: translateX(50%); }
	100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
	0%   {
		-moz-transform: translateX(50%); /* Firefox bug fix */
		-webkit-transform: translateX(50%); /* Firefox bug fix */
		transform: translateX(50%);
	}
	100% {
		-moz-transform: translateX(-100%); /* Firefox bug fix */
		-webkit-transform: translateX(-100%); /* Firefox bug fix */
		transform: translateX(-100%);
	}
}

.play-latest-video {
	margin: auto 2.5% auto 2.5%;
	line-height: 25px;
	text-align: center;
	width: 3%;
}

.play-latest-video img {
	width: 35px;
}

.latest-video-wave {
	width: 15%;
}

.latest-video-wave img {
	width: 127px;
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 426px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000000;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

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

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

.genesis-nav-menu a {
	color: #000000;
	display: block;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 12px;
	padding-top: 12px;
	text-transform: lowercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	font-weight: 800;
}

.mac-chrome .genesis-nav-menu a:focus,
.mac-chrome .genesis-nav-menu a:hover,
.mac-chrome .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.mac-chrome .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	font-weight: 800;
	letter-spacing: 1.1px;
	line-height: .9;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f6f4f7;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	color: #cc7a7a;
	position: relative;
}

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

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

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

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

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

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

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

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

.site-header .menu-toggle::before {
	float: left;
	font-size: 25px;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

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

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

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

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

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

.entry {
	margin-bottom: 50px;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f6f4f7;
	padding: 30px;
}

.single-post p {
	line-height: 1.75;
	margin-bottom: 20px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #ffffff;
	padding-top: 20px;
}

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

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

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

.entry-footer {
	display: none;
}

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

.pagination {
	clear: both;
	margin: 70px auto 10px auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 1080px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f6f7f4;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

.archive-pagination .pagination-next,
.archive-pagination .pagination-previous {
	max-width: 100%;
	width: 470px;
}

.archive-pagination a {
	display: inline-block;
}


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

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

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

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

.comment-header {
	margin-bottom: 30px;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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

.fl-row-fixed-width.fl-row-bg-none .fl-row-content-wrap {
	padding-left: 0;
	padding-right: 0;
}

.home-hero-row {
	margin-bottom: 100px;
}

.home-hero-row .fl-row-content-wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.home-hero-text-column .fl-col-content {
	padding: 15px 30px 28px;
}

.home-scale-with-success {
	padding-top: 50px;
	margin-bottom: 147px;
}

.home-scale-with-success .fl-row-content-wrap {
	padding-top: 150px;
	padding-bottom: 105px;
}

.home-about-caitlin-row .fl-row-content-wrap {
	padding-top: 94px;
	padding-bottom: 109px;
}

.home-about-caitlin-text-column .fl-col-content {
	padding: 15px 30px 22px;
}

.home-about-caitlin-text-column .fl-rich-text p:last-of-type {
	margin-bottom: 0;
}

.home-create-impact-row .fl-row-content-wrap {
	padding-top: 153px;
	padding-bottom: 86px;
}

.home-impact-text-col .fl-col-content {
	padding-left: 30px;
	padding-top: 50px;
	padding-bottom: 40px;
}

.home-register-row {
	margin-bottom: 151px;
	margin-top: 68px;
}

.home-register-row .fl-row-content-wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.home-register-now-text-column .fl-col-content {
	padding: 16px 31px 35px;
}

.home-watch-now-row {
	padding-bottom: 150px;
	position: relative;
}

body:not(.fl-builder-edit) .home-watch-now-text-col {
	max-width: 75%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 620px !important;
}

.home-watch-now-text-col .fl-col-content {
	padding: 15px 20px 48px 27px;
}

.home-watch-now-text-col a {
	color: #000000;
}

.watch-now-list .fl-post-feed-header {
	margin-bottom: 0;
}

body .watch-now-list h2.fl-post-feed-title {
	margin-bottom: 7px;
}

.home-watch-now-text-col .fl-rich-text p:last-of-type {
	margin-bottom: 0;
}

.home-watch-now-text-col a:hover {
	letter-spacing: .5px;
}

.watch-now-list h2.fl-post-feed-title a:hover {
	letter-spacing: .1px;
}

.mac-chrome .watch-now-list h2.fl-post-feed-title a:hover {
	letter-spacing: .5px;
	line-height: 1.1;
}

/* Header + Footer CTA
---------------------------------------------------------------------------- */

.full-width-cta {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0px;
	padding: 0 20px;
}

.full-width-cta.footer-cta {
	margin-bottom: 0px;
}

.full-width-cta .wrap {
	margin: 0 auto;
	max-width: 100%;
	padding: 100px 0;
	text-align: center;
	width: 1140px;
}

.full-width-cta .full-width-cta-content-wrapper {
	background-color: #ffffff;
	padding: 25px 50px 55px;
	width: 54.04%;
}

.full-width-cta h2 {
	margin-bottom: 16px;
}

.full-width-cta a.button {
	margin-top: 12px;
}

/* Footer CTA
---------------------------------------------------------------------------- */

.full-width-cta.footer-cta .full-width-cta-content-wrapper {
	background-color: #ffffff;
	width: 54.51%;
}

.full-width-cta.footer-cta .full-width-cta-content-wrapper {
	float: right;
	padding: 36px 51px 55px;
}

.full-width-cta.footer-cta a.button {
	margin-top: 11px;
}

/* Archive
---------------------------------------------------------------------------- */

.grid-posts-wrapper .entry-title {
	display: none;
}

.featured-post-wrapper {
	background-color: #f6f4f7;
	clear: both;
	overflow: hidden;
	padding: 0 20px;
}

.post-list {
	padding-top: 0px;
}

.post-list .featured-post-wrapper:first-child {
	margin-bottom: 75px;
}

.post-list .featured-post-wrapper:last-child {
	margin-top: 0px;
}

.post-list .featured-post-wrapper:last-child .wrap {
	display: flex;
	flex-direction: row-reverse;
}


.featured-post-wrapper .wrap {
	margin: 0 auto;
	max-width: 100%;
	width: 1040px;
}

.grid-wrap {
	margin: auto;
	margin-bottom: 50px;
	max-width: 100%;
	width: 1100px;
}

.featured-post-wrapper .entry-image-link {
	float: left;
	margin-top: 20px;
	width: 40%;
}

.featured-post-wrapper article {
	float: right;
	padding-left: 6%;
	padding-top: 2%;
	/*text-align: center;*/
	width: 60%;
}

.post-list .featured-post-wrapper:last-child article {
	float: left;
	padding-left: 0;
	padding-right: 6%;
}

.featured-post-wrapper img {
	border: 3px solid #ffffff;
}

.featured-post-wrapper .post-excerpt {
	height: 275px !important;
	margin-bottom: 25px;
	overflow: hidden;
}

.grid-wrap {
	clear: both;
	overflow: hidden;
}

.grid-posts-wrapper {
	float: left;
	width: 30%;
	text-align:center
}

.grid-wrap .grid-posts-wrapper:nth-child(3n+2) {
	margin-left: 5%;
	margin-right: 5%;
}

.button.read-more {
	padding: 10px 20px;
	width: 150px !important;
}

.button.read-more a {
	color: #ffffff;
}

/* Single Post
---------------------------------------------------------------------------- */

.single-post .entry-header {
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
	
}

.single-post .singular-featured-image {
	float: left;
	width: 38.5%;
}

.single-post .entry-title,
.single-post .entry-meta,
.post-media-container,
.single-post .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
	float: right;
	padding-left: 3.5%;
	width: 61.5% !important;
}

.single-post .entry-title {
	padding-top: 10px;
	font-weight: 900;
	line-height: 1.1;
}

.single-post .entry-meta {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.post-media-container {
	padding-top: 5px;
	padding-bottom: 5px;
}

.single-post .entry-content .post-media-container h2,
.single-post .related h3 {
	font-size: 58px;
	left: -115px;
	padding-top: 10;
	position: absolute;
	top: 24%;
	transform: rotate(-90deg);
}


.post-media-container .post-media {
	height: 0;
	overflow: hidden;
}

.post-media-container .post-media iframe {
	width: 100%;
	height: 100%;
	max-width: 880px;
	max-height: 495px;
}


.single-post .entry-content .post-media-container.podcast-ep-container h2 {
	font-size: 18px;
	left: -80px;
	font-weight: 300;
	color: #000000;
	font-style: uppercase;
}

.podcast-ep-container h3 {
	margin: 10px;
}

.single-post div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
	border-radius: 30px;
}

.single-post .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
	clear: none;
	height: 50px;
}

.single-post .swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_facebook, 
html body.single-post .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_facebook:hover, 
body.single-post .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_facebook:not(:hover),
.single-post .swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_twitter, 
html body.single-post .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_twitter:hover, 
body.single-post .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_twitter:not(:hover),
.single-post .swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pinterest, 
html body.single-post .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pinterest:hover, 
body.single-post .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pinterest:not(:hover) {
	border: 1px solid #f7c3ba;
	height: 50px;
	padding-top: 7px;
	border-radius: 30px;
}

.single-post .swp_social_panel.swp_default_full_color .swp_facebook, 
html body.single-post .swp_social_panel.swp_individual_full_color .swp_facebook:hover, 
body.single-post .swp_social_panel.swp_other_full_color:hover .swp_facebook,
.single-post .swp_social_panel.swp_default_full_color .swp_twitter, 
html body.single-post .swp_social_panel.swp_individual_full_color .swp_twitter:hover, 
body.single-post .swp_social_panel.swp_other_full_color:hover .swp_twitter,
.single-post .swp_social_panel.swp_default_full_color .swp_pinterest, 
html body.single-post .swp_social_panel.swp_individual_full_color .swp_pinterest:hover, 
body.single-post .swp_social_panel.swp_other_full_color:hover .swp_pinterest {
	background-color: #f7c3ba;
	border-radius: 30px;
}

.single-post .swp_social_panel .sw {
	width: 30px;
	border-radius: 30px;
}

.single-post .swp_social_panel span.iconFiller {
	font-size: 30px;
	width: 36px;
	border-radius: 30px;
}

.single-post .entry-content {
	margin: auto;
	max-width: 800px;
}

.hs-responsive-embed-youtube { /* fallback for old blog posts */
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.hs-responsive-embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-post .entry-content h2 {
	padding-top: 15px;
}

.after-entry {
	background-color: #f6f4f7;
	margin-left: calc(50% - 50vw);
	padding-top: 40px;
	padding-bottom: 25px;
	width: 100%;
	width: 100vw;
}

.after-entry .wrap {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1080px;
}

.after-entry .widget_media_image {
	float: left;
	width: 55.4%;
}

.after-entry .widget_black_studio_tinymce {
	float: left;
	width: 44.6%;
}

.after-entry .widget-title {
	margin-bottom: 0;
}

.after-entry h2 a {
	color: #cc7a7a;
}

.after-entry h2 a:hover,
.after-entry h2 a:focus {
	font-weight: 900;
}

.after-entry p {
	line-height: 1.55;
}

/* ## Related Posts
--------------------------------------------- */

.single-post .related {
	background-color: #f3e0d9;
	overflow: hidden;
	margin-left: calc(50% - 50vw);
	padding: 50px 0 50px;
	width: 100%;
	width: 100vw;
}

.single-post .related .wrap {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	position: relative;
	width: 1080px;
}

.single-post .related h3 {
	font-family: Poppins, sans-serif;
	color: #cc7a7a !important;
	float: left;
	font-weight: 900;
}

.single-post .related-posts-list {
	float: right;
	overflow: hidden;
	width: 85%;
}

.single-post .related-post {
	background-color: #ffffff;
	float: left;
	text-align: center;
	width: 28%;
}

.related-posts-list .related-post:nth-child(2) {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.related-posts-list .related-post img {
	border: 3px solid #ffffff;
}

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

.footer-widgets {
	background-color: #5a728e;
	clear: both;
	padding: 70px 0 10px;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widget-area .search-form {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 650px;
}

.footer-widget-area .search-form::before {
	background: url(assets/images/search-icon.png) center center no-repeat;
	background-size: contain;
	content: ' ';
	display: block;
	left: 9px;
	width: 14px;
	height: 23px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer-widget-area input[type="search"] {
	border: none;
	padding: 4px 30px;
}

.footer-widget-area input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #5a728e;
}
.footer-widget-area input[type="search"]::-moz-placeholder { /* Firefox 19+ */
	color: #5a728e;
}
.footer-widget-area input[type="search"]:-ms-input-placeholder { /* IE 10+ */
	color: #5a728e;
}
.footer-widget-area input[type="search"]:-moz-placeholder { /* Firefox 18- */
	color: #5a728e;
}


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

.site-footer {
	background-color: #5a728e;
	font-size: 12px;
	line-height: 1.5;
	padding: 20px 30px 30px;
	text-align: center;
}

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

.site-footer .genesis-nav-menu a,
.site-footer .genesis-nav-menu .current-menu-item > a {
	color: #dfab53;
	font-size: 12px;
	letter-spacing: 2px;
}

.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu .current-menu-item > a:hover,
.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu .current-menu-item > a:focus {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1.9px;
}

.mac-chrome .site-footer .genesis-nav-menu a:hover,
.mac-chrome .site-footer .genesis-nav-menu .current-menu-item > a:hover,
.mac-chrome .site-footer .genesis-nav-menu a:focus,
.mac-chrome .site-footer .genesis-nav-menu .current-menu-item > a:focus {
	letter-spacing: 1.6px;
}

.site-footer .genesis-nav-menu li:not(:last-of-type):after {
	color: #dfab53;
	content: "|";
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.footer-logo {
	background-color: #5a728e;
	padding: 30px 20px 50px;
	text-align: center;
}

.footer-logo img {
	max-width: 100%;
	width: 426px;
}


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

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

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

	.site-header {
		padding-top: 46px;
		padding-bottom: 44px;
		top: 0;
	}

	.admin-bar .site-header {
		top: 32px;
	}

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

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #000000;
		border-radius: 3px;
		color: #ffffff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #000000;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #f6f4f7;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

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

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

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

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

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

	.content {
		margin-left: auto;
		margin-right: auto;
		max-width: 1040px;
		width: 100%;
	}
	

	/* Column Classes
	--------------------------------------------- */

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


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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

}

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

	.home-watch-now-row {
		padding-left: 20px;
		padding-right: 20px;
	}

}

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

	.home-about-caitlin-text-column {
		width: 70% !important;
		float: right !important;
	}

}

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

	.featured-post-wrapper article {
		padding-left: 5%;
		padding-right: 5%;
	}

	.post-list .featured-post-wrapper:last-child article {
		padding-right: 5%;
	}
}

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

	div.home-impact-text-col {
		width: 40%;
	}

	div.home-impact-img-col {
		width: 60%;
	}

    .single-post .entry-title,
	.single-post .entry-meta,
	.single-post .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
		padding-left: 5%;
	}
	
	.post-list .featured-post-wrapper:first-child {
	margin-bottom: 25px;
}

	
}

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

	.archive-pagination .pagination-next {
		float: left;
		padding-left: 20px;
		width: 50%;
	}

	.archive-pagination .pagination-previous {
		float: left;
		padding-right: 20px;
		width: 50%;
	}

	/* Single Posts */


	.single-post .entry-content .post-media-container h2,
	.single-post .entry-content .post-media-container.podcast-ep-container h2,
	.single-post .related h3 {
        left: auto;
		padding-top: 0;
        position: relative;
        transform: none;
        text-align: center;
		top: auto;
	}

	.post-media-container .post-media iframe {
        left: 50%;
		right: auto;
        transform: translateX(-50%);
	}

	.single-post .related-posts-list {
		float: none;
		width: 100%;
	}
	
	.after-entry .wrap {
       padding: 0;
	}
}

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

	.home-hero-row .home-hero-text-column,
	.full-width-cta .full-width-cta-content-wrapper {
		width: 70%;
	}

	.home-register-row .home-register-now-text-column,
	.full-width-cta.footer-cta .full-width-cta-content-wrapper {
		float: right;
		width: 70%;
	}
	
		.single-post .related h3 {
	margin: 0px !important;
}

}

@media only screen and (max-width: 960px) {
	
	.site-header {
		padding-top: 30px; 
		padding-bottom: 30px;
	}
	
	/* Logo + nav */
	.nav-primary {
		padding-top: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		min-width: 0;
		width: auto;
	}

	.genesis-responsive-menu .menu-primary {
		border: 1px solid #f6f4f7;
		padding: 10px;
		text-align: center;
	}

	/* Single post */
	.single-post .entry-title {
		font-size: 48px;
	}

	.post-media-container .wrap {
		padding-bottom: 40px;
	}
	
		.after-entry h2 a {
	font-size: 30px !important;
	line-height: 0 !important;
	}

}

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

	/* Single post */

	.post-media-container .wrap {
		padding-bottom: 60px;
	}
	
	.post-media-container.podcast-ep-container .wrap {
		padding-bottom: 0;
	}

		.entry-title a {
    font-size: 32px;
	line-height: 1 !important;
	}
	
	.grid-wrap {
	padding: 25px;
	}
	
	.type-post h3 {
    font-size: 21px !important;
}
	.single-post .entry-title {
		padding-top: 0px !important;
	}
	
}

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

	/* Latest video banner */
	.header-latest-video {
		padding-top: 10px;
    	padding-bottom: 0;
	}
	
	.header-latest-video .wrap {
		display: block;
	}
	
	.latest-video-title .latest-video-title-heading {
		width: 45%;
	}
	
	.latest-video-title .latest-video-title-scrolling {
		width: 54%;
	}
	
	.latest-video-title {
		font-size: 14px;
		padding-top: 3px;
		width: 75%;
	}
	
	.play-latest-video {
		margin: 0 auto;
		padding-top: 5px;
		width: 6%;
	}
	
	.play-latest-video img {
		width: 15px;
	}
	
	.latest-video-wave {
		width: 19%;
	}
	
	.latest-video-wave img {
		width: 75px;
	}
	
	/* Home hero */

	.home-hero-row .fl-row-content-wrap,
	.home-register-row .fl-row-content-wrap {
		padding: 0;
	}
	
	.home-hero-text-column .fl-col-content {
		padding-top: 100px; 
		padding-bottom: 100px;
	}
	
	.full-width-cta .full-width-cta-content-wrapper {
		padding-top: 20px;
    	padding-bottom: 20px;
	}

	.home-hero-row .home-hero-text-column,
	.home-register-row .home-register-now-text-column,
	.full-width-cta .full-width-cta-content-wrapper {
		width: 100% !important;
	}

	.home-hero-text-column.fl-col > .fl-col-content,
	.home-register-now-text-column.fl-col > .fl-col-content,
	.full-width-cta .full-width-cta-content-wrapper {
		background-color: #ffffff;
	}

	.full-width-cta,
	.full-width-cta .wrap {
		padding: 0;
	}

	.hide-column-at-860 {
		display: none;
	}

	div.home-impact-text-col {
		width: 50%;
	}

	div.home-impact-img-col {
		width: 50%;
	}

	/* Single post */
	.single-post .entry-title {
		font-size: 32px;
	}

	.after-entry .widget_media_image,
	.after-entry .widget_black_studio_tinymce {
		float: none;
		width: 100%;
	}
	
	.featured-post-wrapper img {
	margin: 0 auto 0 !important;
	}
	
	
	.entry-title {
	line-height: 1;
	margin-bottom: 15px;
	}

	
}

@media only screen and (max-width: 768px) {
	
	.latest-video-title {
		font-size: 10px;
		padding-top: 6px;
	}
	
	.latest-video-title .latest-video-title-heading {
		width: 39%;
	}
	
	.latest-video-title .latest-video-title-scrolling {
		width: 60%;
	}
	
	.site-header {
		padding-top: 20px; 
		padding-bottom: 16px;
	}
	
	.menu-toggle {
		margin-bottom: 0;
		margin-top: 5px;
		padding-top: 0;
	}
	
	.wp-custom-logo .title-area {
		width: 220px;
	}
	
	.wp-custom-logo .title-area img {
		width: 200px;
	}

	.home-scale-with-success .fl-row-content-wrap {
		padding-top: 105px;
	}

	div.home-impact-text-col,
	div.home-watch-now-text-col {
		max-width: 100% !important;
		text-align: center;
		width: 100%;
	}

	body:not(.fl-builder-edit) .home-watch-now-text-col {
		position: relative;
		top: auto;
		transform: none;
		width: 100% !important;
	}

	div.home-impact-img-col,
	.watch-now-img {
		display: none !important;
	}

	.home-create-impact-row .fl-row-content-wrap {
		padding: 70px 0 35px;
	}

	.home-watch-now-row {
		padding: 0 0 70px;
	}

	.home-register-row {
		margin-bottom: 70px;
		margin-top: 35px;
	}

	.home-create-impact-row .fl-row-content-wrap {
		padding-top: 20px;
	}

	div.home-about-caitlin-row .fl-row-content-wrap {
		background-image: none;
		padding: 0;
	}

	/* Header CTA */

	.full-width-cta .full-width-cta-content-wrapper,
	.full-width-cta.footer-cta .full-width-cta-content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.full-width-cta h2 {
		margin-bottom: 21px;
	}

	/* Blog */

	.post-list .featured-post-wrapper:last-child .wrap {
		display: block;
		flex-direction: unset;
	}

	.featured-post-wrapper .entry-image-link {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		text-align: center;
		width: 100%;
	}

	.featured-post-wrapper article {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		width: 100%;
	}

	.post-list .featured-post-wrapper:last-child article {
		float: none;
		padding-right: 0;
	}

	.featured-post-wrapper .post-excerpt {
		height: 150px !important;
	}

	.grid-posts-wrapper {
		width: 48%;
	}

	.grid-wrap .grid-posts-wrapper:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}

	.grid-wrap .grid-posts-wrapper:nth-child(2n+1) {
		margin-right: 4%;
	}

	/* Single post */

	.single-post .singular-featured-image {
		float: none;
		margin: 0 auto 35px;
		text-align: center;
		max-width: 400px;
		width: 100%;
	}

	.single-post .entry-title,
	.single-post .entry-meta,
	.single-post .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
		float: none;
		padding-left: 0;
		width: 100% !important;
	}

	.after-entry {
		padding-bottom: 40px;
	}

	.after-entry .wrap {
		display: block;
	}

	.after-entry img {
		max-width: 500px !important;
		width: 100%;
	}
	
	.post-media-container.podcast-ep-container {
		width: 100% !important;
		padding-left: 0% !important;
	}
	
	.single-post .entry-header {
		margin-bottom: 25px;
	}
	
	.after-entry h2 a {
	font-size: 24px !important;
	line-height: 0 !important;
	}

}

@media only screen and (max-width: 670px) {
	
	.latest-video-title .latest-video-title-heading {
		width: 48%;
	}
	
	.latest-video-title .latest-video-title-scrolling {
		width: 51%;
	}
}

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

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
	.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
	.button, .site-container .wp-block-button .wp-block-button__link,
	body .fl-builder-content a.fl-button,
	.pagination-next a, .pagination-previous a {
		font-size: 11px;
		padding: 16px 21px;
	}

	/* Home page */

	.home-hero-row,
	.full-width-cta {
		margin-bottom: 15px;
	}

	.home-hero-row > div.fl-row-content-wrap,
	.full-width-cta {
		background-position: right center;
	}

	.home-register-row > div.fl-row-content-wrap {
		background-position: left center;
	}

	.home-hero-text-column .fl-col-content,
	.home-register-now-text-column .fl-col-content {
		padding: 50px 20px 55px;
	}
	
	.home-hero-text-column .fl-col-content {
		padding: 140px 20px 170px;
	}

	.home-hero-text-column .fl-module-heading .fl-module-content,
	.home-register-now-text-column .fl-module-heading .fl-module-content {
		margin-bottom: 0;
	}
	
	.home-hero-text-column .h1-styling h2,
	.full-width-cta h2.h1-styling,
	.home-scale-with-success .h1-styling h2 {
		font-size: 30px;
	}

	.home-hero-text-column .fl-module-rich-text .fl-module-content,
	.home-register-now-text-column .fl-module-rich-text .fl-module-content {
		margin-bottom: 0;
	}
	
	.home-hero-text-column .fl-module-rich-text,
	.full-width-cta p {
		font-size: 18px;
	}
	
	.full-width-cta p {
		line-height: 1.55;
	}

	.home-hero-text-column .fl-module-rich-text p:last-of-type,
	.home-register-now-text-column .fl-module-rich-text p:last-of-type,
	.full-width-cta p {
		margin-bottom: 20px;
	}

	.fl-builder-content .home-hero-text-column  a.fl-button,
	.full-width-cta a.button {
		font-size: 11px;
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.home-scale-with-success {
		padding-top: 35px;
		margin-bottom: 50px;
	}
	
	.home-scale-with-success .fl-row-content-wrap {
		padding-top: 37px;
		padding-bottom: 40px;
	}
	
	.home-scale-with-success .fl-module-heading.h1-styling {
		margin-bottom: 3px;
	}
	
	.home-scale-with-success h3 {
		font-size: 11px;
	}
	
	.home-scale-with-success .sws-subheading .fl-module-content {
		margin-bottom: 3px;
	}
	
	.fl-builder-content .home-scale-with-success a.fl-button {
		font-size: 11px;
		padding-top: 5px;
    	padding-bottom: 5px;
		width: 200px;
	}
	
	.fl-builder-content .home-scale-with-success .fl-module-button .fl-module-content {
		margin-top: 3px;
	}
	
	.home-register-now-text-column .fl-col-content {
		padding-top: 22px;
		padding-bottom: 30px;
	}
	
	.home-register-now-text-column .fl-module-rich-text .fl-module-content {
		margin-top: 16px;
	}
	
	.home-watch-now-row {
		padding-bottom: 50px;
	}
	
	.home-watch-now-text-col .fl-col-content {
		padding-bottom: 24px;
		padding-top: 28px;
	}
	
	.home-watch-now-text-col .h1-styling .fl-module-content {
		margin-bottom: 0;
	}
	
	body .watch-now-list h2.fl-post-feed-title {
		font-size: 14px;
	}

	/* Header CTA */
	
	.full-width-cta .full-width-cta-content-wrapper {
		padding: 50px 20px 50px;
	}

	.full-width-cta h2 {
		margin-bottom: 20px;
	}

	.full-width-cta a.button {
		margin-top: 6px;
	}

	/* Footer CTA */

	.full-width-cta.footer-cta {
		margin-bottom: 70px;
	}

	.full-width-cta.footer-cta {
		background-position: left center;
	}

	.full-width-cta.footer-cta p {
		margin-bottom: 20px;
	}

	.full-width-cta.footer-cta p:last-of-type {
		margin-bottom: 0;
	}

	/* Blog */
	
	.entry-title {
		line-height: 1.2;
		font-size: 25px;
	}

	.post-list .featured-post-wrapper:first-child {
		margin-bottom: 0px;
	}

	.post-list .featured-post-wrapper:last-child {
		margin-top: 0;
	}

	.pagination {
		margin-top: 70px;
		margin-bottom: 10px;
	}

	.archive-pagination .pagination-next {
		float: none;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.archive-pagination .pagination-previous {
		float: none;
		margin-bottom: 20px;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
	
	.entry-title a {
    font-size: 27px !important;
}

	/* Single Post */
	.single-post .site-inner {
		padding-top: 35px;
	}

	.single-post .entry-header {
		margin-bottom: 15px;
	}
	
	.single-post .entry-title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	
	.type-post h3 {
    font-size: 20px !important;
	}
		
	.single-post .entry-meta {
		font-size: 11px;
	}
	
	.single-post .entry-content .post-media-container h2, .single-post .related h3 {
		font-size: 30px;
	}
	

	
	.after-entry  {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	
	.after-entry h2 {
		font-size: 30px !important;
	}
	
	.after-entry .widget_media_image {
		margin-bottom: 15px;
	}
	
	.single-post .related {
		padding-top: 40px; 
		padding-bottom: 40px;
	}
	
	.post-6400 .entry-title {
    font-size: 20px !important;
}
	
	/* Footer */
	
	.site-footer .genesis-nav-menu a, .site-footer .genesis-nav-menu .current-menu-item > a {
		font-size: 8px;
	}
	
	.site-footer .genesis-nav-menu li {
		margin-top: 5px;
	}

}

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

	body {
		font-size: 14px;
	}

	h1,
	.h1-styling h3,
	h3.h1-styling,
	.h1-styling h2,
	h2.h1-styling {
		font-size: 30px;
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button, .site-container .wp-block-button .wp-block-button__link, body .fl-builder-content a.fl-button,
	body .fl-builder-content a.fl-button, body .fl-builder-content a.fl-button:visited {
		font-size: 11px;
	}

	p {
		margin-bottom: 28px;
	}

	/* Home */

	.home-about-caitlin-text-colum {
		text-align: center;
	}
	
	.home-about-caitlin-text-column .fl-col-content {
		padding-bottom: 0;
	}

	.home-about-caitlin-text-column  .fl-module-heading.h1-styling h2 {
		text-align: center;
	}

	.home-about-caitlin-text-column .subheading .fl-module-content {
		margin-top: 0;
		margin-bottom: 0;
	}

	.home-about-caitlin-text-column .subheading h3 {
		font-size: 11px;
		text-align: center !important;
	}

	.home-about-caitlin-text-column .fl-rich-text p {
		text-align: center;
	}
	
	.home-impact-text-col .fl-col-content {
		padding-top: 26px;
		padding-bottom: 25px;
	}
	
	.home-impact-text-col .claim-your-seat .fl-module-content {
		margin-bottom: 0;
	}
	
	.home-impact-text-col .h1-styling .fl-module-content {
		margin-bottom: 0;
	}
	
	.home-register-row {
		margin-top: 15px;
		margin-bottom: 50px;
	}

	/* Single Post */

	.single-post .related-post,
	.single-post .related-posts-list .related-post:nth-child(2) {
		float: none;
		margin: 0 auto 30px auto;
		width: 353px;
		max-width: 100%;
	}

	/* Footer */
	
	.site-footer {
		padding-top: 0;
		padding-bottom: 0;
	}

	.site-footer .genesis-nav-menu li {
		display: block;
	}

	.site-footer .genesis-nav-menu li:not(:last-of-type):after {
		display: none;
	}
	
	.footer-widgets {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.footer-logo {
		padding-top: 30px;
	}
	
	.footer-widgets .widget {
		margin-bottom: 15px;
	}
	
	.footer-widget-area input[type="search"] {
		font-size: 12px;
	}
	
	.footer-widget-area .search-form::before {
		width: 9px;
		height: 19px;
	}
	
	body #simple-social-icons-2 ul li a, 
	body #simple-social-icons-2 ul li a:hover, 
	body #simple-social-icons-2 ul li a:focus {
		font-size: 14px;
		padding: 10px;
	}
	
	body #simple-social-icons-2 ul li {
		margin-bottom: 0 !important;
	}

}

@media only screen and (max-width: 560px) {
	
	.header-latest-video {
		padding-top: 11px; 
		padding-bottom: 8px;
	}
	
	.latest-video-title {
		padding-top: 0;
		padding-right: 5px;
		padding-left: 10px;
		width: 65%;
	}
	
	.latest-video-title .latest-video-title-heading,
	.latest-video-title .latest-video-title-scrolling {
		width: 100%;
	}
	
	.play-latest-video {
		padding-top: 3px;
		width: 10%;
	}
	
	.latest-video-wave {
		width: 23%;
	}
}

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

	.grid-posts-wrapper {
		width: 100%;
	}

	.grid-wrap .grid-posts-wrapper:nth-child(2n+1) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 375px) {
	
	.home-hero-text-column .fl-col-content {
		padding: 120px 20px 150px;
	}
	
	.full-width-cta .full-width-cta-content-wrapper {
		padding: 140px 20px 172px;
	}
	
}

@media only screen and (max-width: 330px) {
	
	.home-hero-text-column .fl-col-content {
		padding: 100px 20px 130px;
	}
	
	.full-width-cta .full-width-cta-content-wrapper {
		padding: 30px 20px 50px;
	}
	
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000000 !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 #f6f4f7;
		page-break-inside: avoid;
	}

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

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

}
