/**
 * Global hue values
 * These variables are used only in other HSL declarations (color, background-color, etc.)
 */
:root {
	--hue-coral: 12;
	--hue-dovegrey: 46;
	--hue-yellow: 47;
	--hue-blue: 222;
	--hue-darkblue: 249;
	--hue-magenta: 305;
	--hue-purple: 306;
	--hue-pink: 346;
}

body {
	--primary-h: var(--hue-coral);
	--secondary-h: var(--hue-blue);
}

body.qs-version-01 {
	--primary-h: var(--hue-purple);
	--secondary-h: var(--primary-h);
}

/* ===================== GLOBALS ===================== */

/* Default font size is 18px */
body, h1, h2, h3, h4, h5, h6, .site-title, .widget-title {
	font-family: 'Merriweather', Georgia, serif;
}

body, .site-title {
	font-size: 17px;
}

body {
	line-height: 1.75;
}

.sidebar, .sidebar p {
	font-size: 14px;
}

.sidebar {
	line-height: 1.85;
}

.deck, .single .content .entry-content > p:first-of-type {
	font-size: 20px;
}

p {
	margin-bottom: 10px;
}

/* ===================== LAYOUT ===================== */

/**
 * Fix horizontal scroll bar (FF only)
 */
.site-container {
	overflow: hidden;
	/* overflow-x: hidden; */
}

.site-header,
.js .site-header #genesis-mobile-nav-primary
{
	background-color: hsl(0,0%,96%);
}

.genesis-nav-menu .sub-menu {
	line-height: 1.3;
}

.genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
	/* font-weight: normal; */
	font-weight: bold;
}

.genesis-nav-menu > li > a {
	display: flex;
	text-align: center;
}

.genesis-nav-menu > .menu-item > .sub-menu {
	padding-top: 3px;
}

.site-header .genesis-nav-menu > .current-menu-item,
.site-header .genesis-nav-menu > .current-menu-parent,
.site-header .genesis-nav-menu > .current_page_parent,
.site-header .genesis-nav-menu > .current-page-ancestor
{
	background-color: hsl(60, 45%, 93%);
}

.page-home .site-header .genesis-nav-menu > li {
	background-color: inherit !important;
	border-bottom: none;
}

.page-home .site-header .genesis-nav-menu li * {
	color: inherit !important;
}

.site-header .genesis-nav-menu > li:hover {
	background-color: hsl(60, 50%, 95%);
}

.page-home .site-header .genesis-nav-menu > .current-menu-item > a {
	color: inherit;
}

.site-header .genesis-nav-menu > .current-menu-item > a {
	color: hsl(60, 45%, 10%);
}

.site-header .genesis-nav-menu a:hover {
	color: hsl(60, 55%, 25%);
}

.js .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item,
.js .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item > a {
	background-color: hsl(60, 50%, 90%);
	/* background-color: #f5f5f5; */
}

.page-home .site-header .genesis-nav-menu .sub-menu li {
	/* outline: 1px solid red; */
}

.page-home .site-header .genesis-nav-menu .sub-menu a:hover {
	color: #fff !important;
}

.site-header > .wrap {
	/* max-width: 1200px; */
	max-width: 690px;
}

.title-area {
	max-width: 72%;
	padding-top: 14px;
	padding-bottom: 14px;
}

.has-tagline .title-area {
	padding-top: 6px;
	padding-bottom: 0;
}

.site-title {
	font-size: 24px;
	line-height: 1.2;
	text-transform: none;
}

.has-graphic-logo .site-title:not(.mymda-site-title),
.page-home.has-graphic-logo .site-title:not(.mymda-site-title) > a {
	padding-left: 26px;
	background: url('/wp-content/themes/monochrome-pro-mm/custom/images/daisy-01-smaller.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 0 1px;
}

.page-home.has-graphic-logo .site-title {
	padding-left: 0;
	background: none;
}

.has-graphic-logo .site-title > a {
	/* text-shadow: 0px 0px 1px #fff; */
	text-shadow:
		-1px -1px 0 #fff,
		 1px -1px 0 #fff,
		-1px 1px 0 #fff,
		 1px 1px 0 #fff;
	text-shadow:
		-1px -1px 0 rgba(255,255,255,0.7),
		 1px -1px 0 rgba(255,255,255,0.7),
		-1px 1px 0 rgba(255,255,255,0.7),
		 1px 1px 0 rgba(255,255,255,0.7);
}

.page-home.has-graphic-logo .site-title > a {
	text-shadow: none;
}

.has-tagline .site-description {
	clip: unset;
	width: auto;
	height: auto;
	position: static !important;
	font-family: Muli, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 0;
}

.site-container .site-inner,
.before-footer-cta .wrap {
	padding-left: 0;
	padding-right: 0;
	/* padding-left: 25px; */
	/* padding-right: 25px; */
	max-width: 720px;
	/* max-width: 1200px; */
}

.site-inner {
	margin-top: 0;
	padding-top: 10px;
}

.home .site-inner {
	margin-top: 50px;
}

.site-inner > div > main {
	padding-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
}

.breadcrumb {
	margin-bottom: 20px;
	font-size: 13px;
}

.entry-header::after {
	border-bottom-width: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.archive-description {
	margin-bottom: 0;
}

.genesis-title-hidden .site-inner {
	margin-top: 100px;
}

.entry {
	margin-bottom: 40px;
}

.entry-header::after {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.sidebar {
	padding-top: 20px;
	padding-left: 20px;
}

.archive .sidebar {
	padding-top: 5px;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar h3.widget-title {
	margin-top: 12px;
	font-size: 15px;
}

.sidebar .widget_nav_menu li {
	display: table;
	margin-bottom: 5px;
	padding: 0 8px 0 5px;
}

.site-header .genesis-nav-menu .sub-menu a,
.sidebar .widget_nav_menu a {
	margin-left: 1.3em;
	position: relative;
}

.sidebar .widget_nav_menu a {
	font-family: Muli, sans-serif;
	font-size: 15px;
	/* font-weight: normal; */
	font-weight: bold;
	color: #000;
}

.site-header .genesis-nav-menu .sub-menu a:before,
.sidebar .widget_nav_menu a:before {
	position: absolute;
	left: -0.9em;
	top: 12px;
	font-size: 10px;
	content: '\2022';					/* bullet */
	/* content: '\2740'; */			/* Flower, black, 5 white petals */
	/* content: '\273f'; */			/* Flower, black, 5 black petals */
	/* content: '\273d'; */			/* Flower, black, 6 black petals */
	display: inline-block;
	text-decoration: none !important;
}

.sidebar .widget_nav_menu a:before {
	left: -1.3em;
}

.sidebar .widget_nav_menu a:before {
	top: 0;
}

.site-header .genesis-nav-menu .sub-menu li:hover,
.site-header .genesis-nav-menu .sub-menu li:hover * {
	background-color: #333 !important;
	background-color: hsl(60, 40%, 10%) !important;
}

.site-header .genesis-nav-menu .sub-menu li:hover * {
	color: #ccc;
	color: hsl(60, 50%, 94%);
}

.site-header .genesis-nav-menu .sub-menu li.current-menu-item,
.site-header .genesis-nav-menu .sub-menu li.current-menu-item * {
	background-color: #fff !important;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item * {
	color: #000 !important;
}

/*
.site-header .genesis-nav-menu .sub-menu .current-menu-item {
	background-color: #fff !important;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item * {
	color: #000 !important;
	background-color: #fff !important;
}
*/

.sidebar .widget_nav_menu .current-menu-item,
.sidebar .widget_nav_menu .current-cat
{
	background-color: hsl(60, 45%, 93%) !important;
}

.sidebar .widget_nav_menu .current-menu-item *,
.sidebar .widget_nav_menu .current-cat *
{
	color: hsl(60, 45%, 10%) !important;
}

.sidebar .widget_nav_menu li:hover {
	background-color: hsl(60, 60%, 90%);
}

.sidebar .widget_nav_menu li:hover * {
	color: hsl(60, 55%, 15%);
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item a:before,
.site-header .genesis-nav-menu .sub-menu a:hover:before,
.site-header .genesis-nav-menu .sub-menu a:active:before
{
	content: '\273d';	/* Flower, black, 6 black petals */
}

.has-graphic-nav-bullets .site-header .genesis-nav-menu .sub-menu .current-menu-item a:before,
.has-graphic-nav-bullets .site-header .genesis-nav-menu .sub-menu a:hover:before,
.has-graphic-nav-bullets .site-header .genesis-nav-menu .sub-menu a:active:before
{
	/* outline: 1px solid red; */
	content: '';	/* Flower, black, 6 black petals */
}

.sidebar .widget_nav_menu .current-menu-item a:before,
.sidebar .widget_nav_menu .current-cat a:before,
.sidebar .widget_nav_menu a:hover:before,
.sidebar .widget_nav_menu a:active:before
{
	content: '\2740';	/* Flower, black, 5 white petals */
}

/*
.has-graphic-nav-bullets .sidebar .widget_nav_menu .current-menu-item a:before,
.has-graphic-nav-bullets .sidebar .widget_nav_menu a:hover:before,
.has-graphic-nav-bullets .sidebar .widget_nav_menu a:active:before
{
	content: '';
	width: 22px;
	height: 18px;
	top: 1px;
	left: -22px;
	background: url('/wp-content/uploads/daisy-01.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-y: 1px;
}
*/

.has-graphic-nav-bullets .sidebar .widget_nav_menu .current-menu-item a:before,
.has-graphic-nav-bullets .sidebar .widget_nav_menu .current-cat a:before,
.has-graphic-nav-bullets .sidebar .widget_nav_menu a:hover:before,
.has-graphic-nav-bullets .sidebar .widget_nav_menu a:active:before
{
	content: '';
	width: 22px;
	height: 18px;
	top: 1px;
	left: -22px;
	background: url('/wp-content/themes/monochrome-pro-mm/custom/images/daisy-01-smaller.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 1px 0;
}

.site-header .genesis-nav-menu .sub-menu a:hover:before,
.site-header .genesis-nav-menu .sub-menu a:active:before,
.sidebar .widget_nav_menu a:hover:before,
.sidebar .widget_nav_menu a:active:before
{
	font-size: 14px;
	top: 12px;
	left: -1em;
	/* color: green; */
}

.sidebar .widget_nav_menu a:hover:before,
.sidebar .widget_nav_menu a:active:before
{
	font-size: 16px;
	top: -6px;
	left: -1.2em;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item a:before,
.site-header .genesis-nav-menu .sub-menu .current-menu-item a:hover:before,
.site-header .genesis-nav-menu .sub-menu .current-menu-item a:active:before,
.sidebar .widget_nav_menu .current-menu-item a:before,
.sidebar .widget_nav_menu .current-menu-item a:hover:before,
.sidebar .widget_nav_menu .current-menu-item a:active:before,
.sidebar .widget_nav_menu .current-cat a:before,
.sidebar .widget_nav_menu .current-cat a:hover:before,
.sidebar .widget_nav_menu .current-cat a:active:before
{
	font-size: 14px;
	/* left: -1.1em; */
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item a:before {
	left: -1em !important;
}
/*
.sidebar .widget_nav_menu .current-menu-item a:before,
.sidebar .widget_nav_menu .current-menu-item a:hover:before,
.sidebar .widget_nav_menu .current-menu-item a:active:before
{
	font-size: 14px;
	top: -4px;
	left: -1.3em;
}
*/
/*
.has-graphic-nav-bullets .sidebar .widget_nav_menu .current-menu-item a:before,
.has-graphic-nav-bullets .sidebar .widget_nav_menu .current-menu-item a:hover:before,
.has-graphic-nav-bullets .sidebar .widget_nav_menu .current-menu-item a:active:before
{
	font-size: inherit;
	top: inherit;
	left: inherit;
}
*/

.content .entry-footer {
	margin-top: 10px;
}

.site-footer {
	font-size: 14px;
	line-height: 1.4;
}

.site-footer .simple-social-icons {
	margin-bottom: 0;
}

.site-footer .simple-social-icons .footercontent {
	margin-bottom: 20px;
}

/* ===================== HEADINGS ===================== */

h6, .h6, .entry-content .h6 {
	font-family: Muli, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-title {
	margin-bottom: 5px;
	clear: both;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
	margin-top: 25px;
}

.entry-title {
	font-size: 32px;
}

.entry-content h2, h2.entry-title, .entry-content .rp4wp-related-posts > h3 {
	font-size: 28px;
}

.entry-content h3, h3.entry-title, .comment-respond h3, .entry-comments h3 {
	font-size: 24px;
	/* font-size: 26px; */
	/* text-align: left; */
}

.page-home .entry-content h5 {
	/* outline: 1px dotted green; */
	line-height: 1.55;
}

/* ===================== MODIFIERS ===================== */

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

.deck,
.single .content .entry-content > p:first-of-type
{
	font-size: 20px;
	line-height: 1.6;
	font-style: inherit;
	font-weight: inherit;
}

.deck + .more,
.deck2 + .more {
	margin-top: -12px;
	margin-bottom: 16px;
}

.deck2 + .more {
	margin-top: -10px;
}

figcaption, .gallery-caption, .wp-caption-text {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
}

.wp-block-group {
	overflow: hidden;
}

body:not(.qsvar-type-test).test-post .wp-block-group {
	outline: 1px dotted red;
}

.wp-block-group.image-on-left > .wp-block-group__inner-container,
.wp-block-group.image-on-right > .wp-block-group__inner-container {
	display: flex;
}

.wp-block-group.image-on-left > .wp-block-group__inner-container > *,
.wp-block-group.image-on-right > .wp-block-group__inner-container > * {
	flex-grow: 1;
}

.wp-block-group.image-on-left > .wp-block-group__inner-container > figure,
.wp-block-group.image-on-right > .wp-block-group__inner-container > figure {
	min-width: fit-content;
	flex-grow: 0;
}

.wp-block-group.image-on-left > .wp-block-group__inner-container > figure {
	margin-right: 20px;
}

.wp-block-group.image-on-right > .wp-block-group__inner-container > figure {
	margin-left: 20px;
}

.wp-block-group.image-on-left > .wp-block-group__inner-container > figure figcaption,
.wp-block-group.image-on-right > .wp-block-group__inner-container > figure figcaption {
	max-width: fit-content;
}

.wp-block-image {
	margin-bottom: 0.25em;
}

/* 100% width needed for IE */
.wp-block-image img {
	width: 100%;
	display: block;
}

.wp-block-image figcaption {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	line-height: 1.6;
}

.entry-content .wp-block-image > figure {
	margin-bottom: 1.5em;
}

.entry-content > .wp-block-image > figure.alignleft,
.entry-content > .wp-block-image > figure.alignright {
	max-width: 50%;
	margin-top: 12px;
}

.entry-content .wp-block-latest-posts {
	margin-bottom: 0;
}

.wp-block-latest-posts a:nth-of-type(1) {
	display: block;
	margin: 2px 0;
	font-size: 18px;
	line-height: 1.35;
	color: black;
	font-weight: bold;
}

.wp-block-latest-posts a:nth-of-type(1):hover {
	text-decoration: underline;
}

.wp-block-latest-posts__post-excerpt {
	margin: 0;
	line-height: 1.6;
}

.page-home .wp-block-atomic-blocks-ab-columns .wp-block-embed-vimeo {
	background-color: hsl(60, 25%, 80%);
}

.wp-block-embed-vimeo + p.view-video {
	/* outline: 1px solid red; */
	position: absolute;
	overflow: hidden;
	top: 40px;
	right: 16%;
	left: 0;
	height: 50%;
	/* height: 130px; */
}

.wp-block-embed-vimeo + p.view-video a {
	/* outline: 1px solid green; */
	position: absolute;
	display: block;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	text-indent: -10000px;
}

.site-container .entry-content .wp-block-quote {
	margin-bottom: 20px;
}

.site-container .entry-content .wp-block-quote p {
	margin-bottom: 24px;
	line-height: 1.55;
}

.site-container .entry-content .wp-block-quote cite {
	font-size: 17px;
}

.menu-body {
	margin-top: 10px;
	margin-bottom: 12px;
}

.menu-body ul.menu {
	margin-bottom: 0;
}

.entry-content ul.bullets {
	padding-left: 1.25em;
}

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

/* 'More' links */
p.more {
	padding-top: 3px;
	/* padding-top: 2px; */
}

a.more, .more > a {
	display: block;
	position: relative;
	margin-left: 0.85em;
	/* margin-left: 0.75em; */
	line-height: 1.3;
}

a.more:before, .more > a:before {
	position: absolute;
	top: -0.2em;
	top: 0;
	left: -0.85em;
	/* left: -0.75em; */
	display: inline-block;
	content: '\00BB';	/* Double guillement, right pointing */
	color: #000;
	text-decoration: none !important;
}

a.more.left:before, .more.left > a:before {
	content: '\00AB';	/* Double guillement, left pointing */
}

a.more:hover:before, .more > a:hover:before {
	left: -0.8em;
	/* left: -0.7em; */
}

a.more.left:hover:before, .more.left > a:hover:before {
	left: -1.2em;
}

a.more.after, .more.after > a {
	margin-left: 0;
	margin-right: 1em;
	white-space: nowrap;
}

a.more.after:before, .more.after > a:before {
	content: '';
}

a.more.after:after, .more.after > a:after {
	position: absolute;
	right: -1em;
	content: '\00BB';	/* Double guillement, right pointing */
}

a.more.standard.after:after, .more.standard.after > a:after {
	top: -1px;
}

a.more.after:hover:after, .more.after > a:hover:after {
	right: -1.2em;
}

.rp4wp-related-post-content > a {
	color: inherit;
	font-weight: bold;
	font-size: 19px;
}

.rp4wp-related-post-content > a:hover,
.rp4wp-related-post-content > a:active
{
	text-decoration: underline;
}

.entry-content .rp4wp-related-posts ul > li {
	padding-bottom: 10px;
}

input, input[type="search"], select, textarea {
	border-color: hsl(60, 20%, 80%);
}

input:focus, input[type="search"]:focus, textarea:focus {
	border-color: hsl(60, 20%, 50%);
}

.wpcf7-form.sent label,
.wpcf7-form.sent input,
.wpcf7-form.sent p,
.wpcf7-form.sent textarea
{
	opacity: 0.6;
	background-color: hsl(60, 35%, 90%);
}

div.wpcf7-mail-sent-ok {
	color: #fff;
	background-color: #000;
	color: hsl(60, 35%, 96%);
	background-color: hsl(60, 35%, 5%);
	border-width: 0;
	padding: 4px 8px;
}

.entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 16.5%;
	color: #999;
}

.entry-content hr.wp-block-separator {
	margin: 1.5em auto;
}

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.black, .black * {
	color: #000 !important;
}

/* ================ HOME PAGE =============== */

.page-home .site-container {
	background-color: hsl(60, 35%, 96%);
}

.page-home .site-header > .wrap {
	position: static;
}

.page-home .site-inner {
	background-color: transparent;
	margin-top: 0;
	/* padding-right: 0;
	padding-left: 0; */
}

.page-home .site-inner > div > main {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	/* padding: 12px 25px 0 25px; */
}

.page-home .site-inner > div > main > article {
	margin-bottom: 0;
}

.page-home .site-inner > div > main .post-edit-link {
	position: absolute;
	left: -10000px;
}

.page-home .site-inner > div > main p:empty {
	display: none;
}

.page-home .entry-content .deck {
	font-size: 24px;
}

.page-home .entry-content .deck::first-line {
	font-size: 26px;
	line-height: 1.4;
}

.page-home .entry-content .wp-block-image > figure {
	width: 98%;
	max-width: 300px;
	/* max-width: 360px; */
	/* max-width: 480px; */
}

.page-home .entry-content .wp-block-image figcaption {
	font-size: 18px;
	text-align: center;
}

.page-home .entry-content > p {
	font-size: 20px;
}

.page-home .ab-layout-column-wrap {
	font-size: 15px;
}

.page-home .wp-block-atomic-blocks-ab-columns,
.page-home .wp-block-atomic-blocks-ab-column {
	/* outline: 1px solid #eee; */
}

.page-home .wp-block-atomic-blocks-ab-columns {
	background-color: hsl(60, 35%, 90%);
	/* background-color: hsl(60, 45%, 93%); */
	/* background-color: hsl(280, 50%, 97%); */
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
}

.page-home .ab-layout-column-wrap {
	margin: auto;
}

.page-home .site-container .wp-block-columns.headshot {
	margin: 0 2em 2em;
	/* margin: 0 1em 2em; */
}

.page-home .site-container .wp-block-columns.headshot .wp-block-columns,
.page-home .site-container .wp-block-columns.headshot .wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
}

.page-home .headshot .wp-block-image > figure {
	margin-bottom: 0;
}

.page-home .headshot > .wp-block-column:nth-of-type(1) {
	/* outline: 1px dotted red; */
	flex-grow: 10;
}

.page-home .headshot > .wp-block-column:nth-of-type(2) {
	/* outline: 1px dotted green; */
	flex-grow: 10;
	/* flex-grow: 18; */
}

.page-home .headshot .caption > p {
	margin: 0;
	font-size: 19px;
}

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

	.page-home .headshot .caption > p {
		text-align: center;
		font-size: 18px;
		line-height: 1.5;
	}

}

/* ================ ACTIVE CAMPAIGN SIGNUP FORM =============== */

.before-footer-cta {
	background: hsl(60, 35%, 96%);
	padding: 0;
}

.page-book .before-footer-cta {
	background: #fff;
}

.before-footer-cta ._form_3 {
	margin-top: 25px;
	padding-top: 0 !important;
	background: inherit !important;
}

.page-home .before-footer-cta ._form_3 {
	margin-top: 5px;
}

.before-footer-cta ._form {
	background-color: inherit !important;
	margin-top: 0;
}

.sidebar-primary ._form_3 {
	padding-top: 0 !important;
	padding-left: 0 !important;
}

.sidebar-primary ._form-title {
	font-size: 20px;
}

/* ================ VIMEO PLAYER BUTTON =============== */

.vimeo-play-button-wrapper {
	position: relative;
	display: block;
	float: left;
}

.vimeo-player {
	position: absolute;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	width: 100%;
	height: 100%;
	min-width: 125px;
	max-width: 300px;
	padding-top: 4%;
	padding-left: 4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.page-home .vimeo-player {
	/* outline: 1px solid red; */
	height: 53%;
	width: 90%;
	padding-top: 7%;
	padding-left: 5%;
}

.vimeo-player .vp-controls {
	position: absolute;
	border: 0;
	padding: 0;
	height: 0;
	opacity: 1;
	z-index: 14;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.vimeo-player .vp-controls .play {
	width: 65px;
	/* width: 6.5em; */
	height: 40px;
	/* height: 4em; */
	margin-right: 1em;
	color: #fff;
	position: relative;
	background: rgba(23,35,34,.75);
	border-radius: .5em;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
}

.vimeo-player .vp-controls .play-icon {
	margin: 0 auto;
	padding: .2em 0 0 .2em;
}

.vimeo-player .vp-controls .play-icon svg {
	width: 20px;
	/* width: 2em; */
	height: 20px;
	/* height: 2em; */
	color: #fff;
}

.vimeo-player .fill {
	color: #fff;
	fill: #fff;
}

/* ================ SOCIAL WARFARE SHARING WIDGETS =============== */

.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
	width: 40% !important;
	/* width: 75% !important; */
	/* width: 100% !important; */
	min-width: 240px !important;
}

.page-home .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
	width: 75% !important;
	margin: 0 auto;
}

.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
	height: 29px;
}

.page-home .swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
	height: 32px;
}

.swp_social_panel .sw,
.swp_social_panel .swp_share
{
	line-height: 28px;
}

.page-home .swp_social_panel .sw,
.page-home .swp_social_panel .swp_share
{
	line-height: 32px;
}

/* ================ MAILCHIMP =============== */

.mc4wp-form-fields input::placeholder {
	color: hsl(60deg 10% 60%);
}

.mc4wp-response {
	margin-top: 1.25em;
}

.mc4wp-alert {
	padding: 0.4em 0.8em;
}

.mc4wp-success {
	border: 1px solid hsl(60deg 60% 50%);
	background-color: hsl(60deg 60% 95%);
	color: hsl(60deg 80% 20%);
}

.home .mc4wp-success {
	border: 1px solid hsl(60deg 80% 40%);
	background-color: hsl(60deg 70% 90%);
	color: hsl(60deg 80% 15%);
}

.home .mc4wp-alert {
	padding-top: 0.8em;
}

/* ================ LINKS =============== */

.entry-content h2 a {
	color: inherit;
}

.entry-content h2 a:hover {
	text-decoration: underline;
}

/* ================ ADDITIONAL CSS MODIFIERS =============== */

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-bottom-10,
.li-margin-bottom-10 li
{
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

img.img-100, .img-100 > figure > img {
	min-width: 100% !important;
}

.fig-90 > figure {
	width: 90%;
}

.nowrap {
	white-space: nowrap;
}

.visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0);
	height: 1px; width: 1px;
	margin: -1px; padding: 0; border: 0;
}

/* ===================== MEDIA QUERIES ===================== */

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

	.site-header {
		padding-left: 10px;
	}

	.site-header-before {
		position: absolute;
		z-index: -1;
		top: 77px;
		/* top: 0; */
		right: 0;
		bottom: -2px;
		left: 0;
		content: '';
		display: none;
		background: #fff;
	}

	.site-header,
	.site-footer {
		transition: background-image 0.3s ease-in-out;
		background-size: cover;
		background-repeat-y: no-repeat;
	}

	/* Home page: special case */
	/* Default header image */
	.site-header,
	.site-footer,
	.home.page-home.page .site-header,
	.home.page-home.page .site-footer,
	.full-path-mockups-header-tests.qs-header-purple-flowers-01 .site-header,
	.full-path-mockups-header-tests.qs-header-purple-flowers-01 .site-footer,
	.randomized-header-image-4-of-7 .site-header,
	.randomized-header-image-4-of-7 .site-footer
	{
		padding-top: 0;
		background-image: url('/wp-content/uploads/purple-flowers-01-tile-768x227.jpg');
	}

	.section-blog .site-header,
	.section-blog .site-footer,
	.full-path-mockups-header-tests.qs-header-yellow-flowers-02 .site-header,
	.full-path-mockups-header-tests.qs-header-yellow-flowers-02 .site-footer,
	.randomized-header-image-1-of-7 .site-header,
	.randomized-header-image-1-of-7 .site-footer
	{
		background-image: url('/wp-content/uploads/yellow-flowers-02-tile-768x218.jpg');
	}

	.section-links .site-header,
	.section-links .site-footer,
	.full-path-mockups-header-tests.qs-header-daisies-02 .site-header,
	.full-path-mockups-header-tests.qs-header-daisies-02 .site-footer,
	.randomized-header-image-2-of-7 .site-header,
	.randomized-header-image-2-of-7 .site-footer
	{
		background-image: url('/wp-content/uploads/daisies-02-tile-768x120.jpg');
	}

	.section-information .site-header,
	.section-information .site-footer,
	.full-path-mockups-header-tests.qs-header-fern-01 .site-header,
	.full-path-mockups-header-tests.qs-header-fern-01 .site-footer,
	.randomized-header-image-3-of-7 .site-header,
	.randomized-header-image-3-of-7 .site-footer
	{
		background-image: url('/wp-content/uploads/fern-01-tile-768x213.jpg');
	}

	.section-contact .site-header,
	.section-contact .site-footer,
	.full-path-mockups-header-tests.qs-header-purple-flowers-04 .site-header,
	.full-path-mockups-header-tests.qs-header-purple-flowers-04 .site-footer,
	.randomized-header-image-5-of-7 .site-header,
	.randomized-header-image-5-of-7 .site-footer
	{
		background-image: url('/wp-content/uploads/purple-flowers-04-tile-768x207.jpg');
		background-size: cover;
	}

	.section-about .site-header,
	.section-about .site-footer,
	.full-path-mockups-header-tests.qs-header-red-flowers .site-header,
	.full-path-mockups-header-tests.qs-header-red-flowers .site-footer,
	.randomized-header-image-6-of-7 .site-header,
	.randomized-header-image-6-of-7 .site-footer
	{
		background-image: url('/wp-content/uploads/red-flowers-tile-768x200.jpg');
	}

	.section-links .site-header,
	.section-links .site-footer,
	.page-footer-test-01a.page .site-header,
	.page-footer-test-01b.page .site-header,
	.full-path-mockups-header-tests.qs-header-yellow-flowers .site-header,
	.full-path-mockups-header-tests.qs-header-yellow-flowers .site-footer,
	.randomized-header-image-7-of-7 .site-header,
	.randomized-header-image-7-of-7 .site-footer
	{
		background-image: url('/wp-content/uploads/yellow-flowers-tile-768x202.jpg');
	}

	.site-header .title-area,
	.js .site-header #genesis-mobile-nav-primary
	{
		background-color: #fff;
		background-color: rgba(255,255,255,0.9);
	}

	.js .site-header #genesis-mobile-nav-primary
	{
		padding-left: 6px;
		padding-right: 6px;
	}

	.site-header .title-area {
		padding: 18px 13px 18px 12px;
	}

	.site-title {
		font-size: 20px;
	}

	.site-footer,
	.page-footer-test-01b .site-footer {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		padding-bottom: 0;
	}

	.site-footer > .wrap,
	.page-footer-test-01a .site-footer > .wrap,
	.page-footer-test-01b .site-footer > .wrap {
		display: table;
		padding: 30px 3em 1.2em 3em;
		background: #000;
		background: hsla(0,0%,0%,0.8);
		width: 70%;
		max-width: 350px;
	}

	.site-footer .simple-social-icons .footercontent,
	.page-footer-test-01a .site-footer .simple-social-icons .footercontent,
	.page-footer-test-01b .site-footer .simple-social-icons .footercontent {
		margin-bottom: 10px;
	}

}

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

	.site-header {
		padding-left: 20px;
	}

	.site-header, site-footer
	{
		background-size: auto;
	}

	.site-header .title-area {
		max-width: 77%;
		padding: 16px 14px;
	}

	.page-home .site-header .title-area {
		max-width: none;
		/* max-width: unset; */
	}

	.site-title {
		font-size: 24px;
	}

}

/**
 * Max-width reluctantly deployed to play nice with native styles
 */
@media only screen and (max-width: 480px) {

	.entry-content > .wp-block-image > figure.alignright {
		max-width: unset;
		margin-top: 0;
		float: none;
	}

}

/**
 * Max-width 600 used by Genesis Atomic Blocks plugin
 */
@media only screen and (min-width: 601px) {

	.page-home .ab-layout-column-wrap {
		max-width: 630px;
	}

	.ab-block-layout-column {
		padding: 20px;
	}

	.ab-block-layout-column h2 {
		margin-top: 0;
	}

	.page-home .wp-block-atomic-blocks-ab-columns.width-max {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}

	.width-max-01 {
		width: 99vw;
		position: relative;
		left: 49%;
		right: 49%;
		margin-left: -49.1vw;
		margin-right: -49.1vw;
	}

	.page-home .vimeo-player {
		height: 22%;
		width: 100%;
		padding-top: 30%;
	}

	.wp-block-embed-vimeo + p.view-video {
		right: 0;
	}

}

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

	.full-path-mockups-header-tests.qs-header-purple-flowers-04 .site-header,
	.full-path-mockups-header-tests.qs-header-purple-flowers-04 .site-footer,
	.randomized-header-image-5-of-7 .site-header,
	.randomized-header-image-5-of-7 .site-footer
	{
		background-size: 60%;
	}

}

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

	html[lang], * html[lang] body.admin-bar { margin-top: 0 !important; }
	/* html[lang] body.admin-bar:not(.home)	{ margin-top: 32px !important; } */

	.page-home::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		left: 0;
		height: 300px;
		background-size: 1020px;
		background-image: url(/wp-content/uploads/purple-flowers-01-tile.jpg);
	}

	.site-header {
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
	}

	/* These three rules make nav bar (but not bg photo) sticky */
	.home.page-home .site-container .site-header {
		background: none;
		padding-top: 40px;
	}

	body:not(.page-home) .site-header > .wrap {
		position: fixed;
		width: 95%;
		max-width: 960px;
		left: 50%;
		transform: translateX(-50%);
	}

	.page-home .site-header > .wrap {
		max-width: 680px;
		margin-top: 82px;
		color: #fff;
		background-color: #000;
		background-color: rgba(0,0,0,0.7);
		outline: none;
	}

	.home.page-home .site-container .site-header {
		padding-top: 30px;
	}

	.page-home .site-header .nav-primary {
		margin-top: 10px;
	}

	.page-home.has-tagline .site-header > .wrap {
		margin-top: 64px;
	}

	.page-home.has-tagline .site-description {
		font-size: 15px;
	}

	.site-header::before {
		position: fixed;
		left: 0;
		height: 58px;
		width: 100%;
		background: #fff;
		background: hsla(100,100%,100%,0.94);
		border-bottom: 1px solid #ddd;
		border-bottom: 1px solid rgba(0,0,0,0.15);
		box-shadow: 1px 1px 2px #eee;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	}

	.page-home .site-header::before {
		background-color: transparent;
		border-bottom-width: 0;
		box-shadow: none;
	}

	.admin-bar .site-header {
		top: 0;
	}

	/* Home page: special case */
	/* Default header image */
	.site-header,
	.site-footer,
	.page-home .site-header,
	.page-home .site-footer,
	.full-path-mockups-header-tests.qs-header-purple-flowers-01 .site-header,
	.full-path-mockups-header-tests.qs-header-purple-flowers-01 .site-footer,
	.randomized-header-image-4-of-7 .site-header,
	.randomized-header-image-4-of-7 .site-footer
	{
		padding-top: 0;
		height: 200px;
		background-size: 1000px;
		background-position-y: 0;
		background-image: url('/wp-content/uploads/purple-flowers-01-tile.jpg');
	}

	.section-blog .site-header,
	.section-blog .site-footer,
	.full-path-mockups-header-tests.qs-header-yellow-flowers-02 .site-header,
	.full-path-mockups-header-tests.qs-header-yellow-flowers-02 .site-footer,
	.randomized-header-image-1-of-7 .site-header,
	.randomized-header-image-1-of-7 .site-footer
	{
		background-position-y: -60px;
		background-image: url('/wp-content/uploads/yellow-flowers-02-tile.jpg');
	}

	.section-links .site-header,
	.section-links .site-footer,
	.full-path-mockups-header-tests.qs-header-daisies-02 .site-header,
	.full-path-mockups-header-tests.qs-header-daisies-02 .site-footer,
	.randomized-header-image-2-of-7 .site-header,
	.randomized-header-image-2-of-7 .site-footer
	{
		background-size: 1280px;
		background-image: url('/wp-content/uploads/daisies-02-tile.jpg');
	}

	.section-information .site-header,
	.section-information .site-footer,
	.full-path-mockups-header-tests.qs-header-fern-01 .site-header,
	.full-path-mockups-header-tests.qs-header-fern-01 .site-footer,
	.randomized-header-image-3-of-7 .site-header,
	.randomized-header-image-3-of-7 .site-footer
	{
		background-image: url('/wp-content/uploads/fern-01-tile.jpg');
	}

	.section-contact .site-header,
	.section-contact .site-footer,
	.full-path-mockups-header-tests.qs-header-purple-flowers-04 .site-header,
	.full-path-mockups-header-tests.qs-header-purple-flowers-04 .site-footer,
	.randomized-header-image-5-of-7 .site-header,
	.randomized-header-image-5-of-7 .site-footer
	{
		background-size: 80%;
		background-image: url('/wp-content/uploads/purple-flowers-04-tile.jpg');
	}

	.section-contact .site-header,
	.full-path-mockups-header-tests.qs-header-purple-flowers-04 .site-header,
	.full-path-mockups-header-tests.qs-header-purple-flowers-04 .site-footer,
	.randomized-header-image-5-of-7 .site-header,
	.randomized-header-image-5-of-7 .site-footer
	{
		background-position-y: 50px;
	}

	.section-about .site-header,
	.section-about .site-footer,
	.full-path-mockups-header-tests.qs-header-red-flowers .site-header,
	.full-path-mockups-header-tests.qs-header-red-flowers .site-footer,
	.randomized-header-image-6-of-7 .site-header,
	.randomized-header-image-6-of-7 .site-footer
	{
		background-image: url('/wp-content/uploads/red-flowers-tile.jpg');
	}

	.section-links .site-header,
	.section-links .site-footer,
	.page-footer-test-01a.page .site-header,
	.page-footer-test-01b.page .site-header,
	.full-path-mockups-header-tests.qs-header-yellow-flowers .site-header,
	.full-path-mockups-header-tests.qs-header-yellow-flowers .site-footer,
	.randomized-header-image-7-of-7 .site-header,
	.randomized-header-image-7-of-7 .site-footer
	{
		background-image: url('/wp-content/uploads/yellow-flowers-tile.jpg');
	}

	.page-home .site-header {
		height: 300px;
		background-size: 1020px;
	}

	.site-header .title-area,
	.site-header .nav-primary {
		background-color: transparent;
		/* background-color: unset; */
	}

	.site-header .title-area {
		padding-left: 25px;
		padding-right: 25px;
	}

	.has-tagline .title-area {
		padding-top: 4px;
	}

	.page-home .site-header .title-area,
	.page-home .site-header .nav-primary {
		float: none;
		text-align: center;
	}

	.page-home .site-header .title-area {
		padding-top: 1.2em;
		padding-bottom: 0.2em;
	}

	.page-home .site-header .site-title {
		font-size: 38px;
	}

	.page-home .site-title a,
	.page-home .site-title a:hover,
	.page-home .site-title a:focus,
	.page-home .genesis-nav-menu a,
	.page-home .genesis-nav-menu .toggle-header-search
	{
		color: #fff;
	}

	.page-home.has-graphic-logo .site-title > a {
		text-shadow: none;
		padding-left: 34px;
		background-size: 31px;
		background-position: 0 3px;
	}

	.page-home.has-tagline .site-description {
		color: hsl(60, 40%, 80%);
	}

	.page-home .genesis-nav-menu a,
	.page-home .genesis-nav-menu .toggle-header-search {
		font-size: 17px;
	}

	.page-home .genesis-nav-menu .sub-menu a {
		font-size: 15px;
	}

	.genesis-nav-menu {
		display: flex;
		justify-content: center;
	}

	.site-header .nav-primary {
		margin-top: 0;
		padding-left: 0.8em;
		padding-right: 0.8em;
	}

	.site-header .genesis-nav-menu > .current-menu-item,
	.site-header .genesis-nav-menu > .current-menu-parent,
	.site-header .genesis-nav-menu > .current_page_parent,
	.site-header .genesis-nav-menu > .current-page-ancestor
	{
		border-bottom: 4px solid hsl(60, 45%, 10%);
	}

	.site-header .genesis-nav-menu .sub-menu li,
	.site-header .genesis-nav-menu .sub-menu li a {
	/* .site-header .genesis-nav-menu .sub-menu li * { */
		background-color: #000;
	}

	.js .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item,
	.js .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item > a {
		background-color: #000;
	}

	.js .site-container .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item > a:hover,
	.js .site-container .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item > a:hover span {
		color: #fff;
		background-color: transparent;
		/* background-color: pink; */
	}

	.js.page-home .site-header .genesis-nav-menu .sub-menu li {
		/* outline: 1px solid red; */
		color: #fff;
		background-color: #000 !important;
	}

	.js.page-home .site-header .genesis-nav-menu .sub-menu li * {
		color: #fff;
		line-height: 1.2;
	}

	.js.page-home .site-header .genesis-nav-menu .sub-menu li:hover {
		background-color: hsl(60, 40%, 10%) !important;
		/* background-color: pink !important; */
	}

	.js.page-home .site-header .genesis-nav-menu .sub-menu li a {
		/* margin-left: 0; */
	}

	.js .site-header .genesis-nav-menu .sub-menu li a:before {
		position: absolute;
		/* outline: 1px solid green; */
		top: 10px;
		left: -14px;
		width: 22px;
		height: 20px;
		content: '\2022'; /* bullet */
		padding-top: 2px;
		padding-left: 6px;
	}

	.js.page-home .site-header .genesis-nav-menu .sub-menu li a:before {
		top: 12px;
	}

	.js .site-header .genesis-nav-menu .sub-menu li a:hover:before,
	.js .site-header .genesis-nav-menu .sub-menu .current-menu-item a:before
	{
		content: '';
		background: url('/wp-content/themes/monochrome-pro-mm/custom/images/daisy-01-smaller.svg');
		background-repeat: no-repeat;
		background-size: 16px;
		background-position: 1px 0;
	}

	.site-container .site-inner {
		max-width: 960px;
	}

	.page-home .site-inner {
		padding-top: 30px;
	}

	.content {
		width: 70%;
	}

	.sidebar {
		width: 30%;
	}

	.section-information .sidebar h3.widget-title {
		margin-top: 52px;
	}

	.page-information .sidebar h3.widget-title {
		margin-top: 12px;
	}

	.page-home .site-inner > div > main {
		/* margin-top: -162px; */
		margin-top: -82px;
		padding-bottom: 0;
	}

	.site-footer,
	.page-footer-test-01a .site-footer,
	.page-footer-test-01b .site-footer {
		height: 175px;
		padding-top: 0;
		background-size: 1000px;
		background-position-y: -60px;
		background-image: url('/wp-content/uploads/yellow-flowers-02-tile.jpg');
	}

	.site-footer > .wrap,
	.page-footer-test-01a .site-footer > .wrap,
	.page-footer-test-01b .site-footer > .wrap {
		color: #fff;
		width: auto;
		max-width: none;
	}

}

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

	.wp-block-embed-vimeo + p.view-video {
		right: 16%;
	}

	.page-home .ab-layout-column-wrap {
		max-width: 1200px;
		margin: auto;
	}

	.page-home .wp-block-atomic-blocks-ab-column .wp-block-latest-posts__featured-image .wp-post-image {
		max-height: 191px;
	}

	.page-home .vimeo-player {
		height: 50%;
		width: 90%;
		padding-top: 11%;
		padding-left: 5%;
	}

}

/* ===================== TESTS ===================== */

.test-alert {
	color: red;
	background-color: #fff5f7;
	outline: 1px solid #f99;
	padding: 0 8px;
	font-size: 1.1rem;
}

/* "Underride" to restore default font, Muli */

.qsvar-font-family-muli,
.qsvar-font-family-muli h1,
.qsvar-font-family-muli h2,
.qsvar-font-family-muli h3,
.qsvar-font-family-muli h4,
.qsvar-font-family-muli h5,
.qsvar-font-family-muli h6,
.qsvar-font-family-muli .site-title
{
	font-family: 'Muli', sans-serif;
}

/* Overrides for specific font families */

.qsvar-font-family-alegreya-sans,
.qsvar-font-family-alegreya-sans h1,
.qsvar-font-family-alegreya-sans h2,
.qsvar-font-family-alegreya-sans h3,
.qsvar-font-family-alegreya-sans h4,
.qsvar-font-family-alegreya-sans h5,
.qsvar-font-family-alegreya-sans h6,
.qsvar-font-family-alegreya-sans .site-title
{
	font-family: 'Alegreya Sans';
}

.qsvar-font-family-arimo,
.qsvar-font-family-arimo h1,
.qsvar-font-family-arimo h2,
.qsvar-font-family-arimo h3,
.qsvar-font-family-arimo h4,
.qsvar-font-family-arimo h5,
.qsvar-font-family-arimo h6,
.qsvar-font-family-arimo .site-title
{
	font-family: 'Arimo';
}

.qsvar-font-family-crimson-text,
.qsvar-font-family-crimson-text h1,
.qsvar-font-family-crimson-text h2,
.qsvar-font-family-crimson-text h3,
.qsvar-font-family-crimson-text h4,
.qsvar-font-family-crimson-text h5,
.qsvar-font-family-crimson-text h6,
.qsvar-font-family-crimson-text .site-title
{
	font-family: 'Crimson Text';
}

.qsvar-font-family-crimson-text h1,
.qsvar-font-family-crimson-text h2,
.qsvar-font-family-crimson-text h3,
.qsvar-font-family-crimson-text h4,
.qsvar-font-family-crimson-text h5,
.qsvar-font-family-crimson-text h6,
.qsvar-font-family-crimson-text .site-title
{
	font-weight: 600;
}

.qsvar-font-family-lato,
.qsvar-font-family-lato h1,
.qsvar-font-family-lato h2,
.qsvar-font-family-lato h3,
.qsvar-font-family-lato h4,
.qsvar-font-family-lato h5,
.qsvar-font-family-lato h6,
.qsvar-font-family-lato .site-title
{
	font-family: 'Lato';
}

.qsvar-font-family-libre-baskerville,
.qsvar-font-family-libre-baskerville h1,
.qsvar-font-family-libre-baskerville h2,
.qsvar-font-family-libre-baskerville h3,
.qsvar-font-family-libre-baskerville h4,
.qsvar-font-family-libre-baskerville h5,
.qsvar-font-family-libre-baskerville h6,
.qsvar-font-family-libre-baskerville .site-title
{
	font-family: 'Libre Baskerville';
}

.qsvar-font-family-libre-baskerville h2 {
	font-size: 29px;
}

.qsvar-font-family-libre-baskerville .site-title {
	font-size: 24px;
}

.qsvar-font-family-merriweather,
.qsvar-font-family-merriweather h1,
.qsvar-font-family-merriweather h2,
.qsvar-font-family-merriweather h3,
.qsvar-font-family-merriweather h4,
.qsvar-font-family-merriweather h5,
.qsvar-font-family-merriweather h6,
.qsvar-font-family-merriweather .site-title
{
	font-family: 'Merriweather';
}

.qsvar-font-family-roboto-slab,
.qsvar-font-family-roboto-slab h1,
.qsvar-font-family-roboto-slab h2,
.qsvar-font-family-roboto-slab h3,
.qsvar-font-family-roboto-slab h4,
.qsvar-font-family-roboto-slab h5,
.qsvar-font-family-roboto-slab h6,
.qsvar-font-family-roboto-slab .site-title
{
	font-family: 'Roboto Slab';
}

.qsvar-font-family-source-serif-pro,
.qsvar-font-family-source-serif-pro h1,
.qsvar-font-family-source-serif-pro h2,
.qsvar-font-family-source-serif-pro h3,
.qsvar-font-family-source-serif-pro h4,
.qsvar-font-family-source-serif-pro h5,
.qsvar-font-family-source-serif-pro h6,
.qsvar-font-family-source-serif-pro .site-title
{
	font-family: 'Source Serif Pro';
}

.qsvar-font-family-vollkorn,
.qsvar-font-family-vollkorn h1,
.qsvar-font-family-vollkorn h2,
.qsvar-font-family-vollkorn h3,
.qsvar-font-family-vollkorn h4,
.qsvar-font-family-vollkorn h5,
.qsvar-font-family-vollkorn h6,
.qsvar-font-family-vollkorn .site-title
{
	font-family: 'Vollkorn';
}

.qsvar-font-family-muli {
	font-size: 18px;
	line-height: 1.8;
}

.qsvar-font-family-alegreya-sans {
	font-size: 21px;
	line-height: 1.6;
}

.qsvar-font-family-crimson-text {
	font-size: 22px;
	line-height: 1.5;
}

.qsvar-font-family-libre-baskerville {
	font-size: 17px;
	line-height: 1.75;
}

.qsvar-font-family-merriweather {
	font-size: 17px;
	line-height: 1.75;
}

.qsvar-font-family-source-serif-pro {
	font-size: 20px;
	line-height: 1.65;
}

.qsvar-font-family-vollkorn {
	font-size: 20px;
	line-height: 1.65;
}

.qsvar-font-family-muli .site-title {
	font-size: 24px;
	line-height: 1.2;
}

.qsvar-font-family-alegreya-sans .site-title {
	font-size: 28px;
	line-height: 1.1;
}

.qsvar-font-family-crimson-text .site-title {
	font-size: 27px;
}

.qsvar-font-family-lato .site-title {
	line-height: 1.1;
}

.qsvar-font-family-vollkorn .site-title {
	font-size: 25px;
	line-height: 1.25;
}

.qsvar-font-family-muli .site-footer {
	font-size: 14px;
}

.qsvar-font-family-alegreya-sans .site-footer {
	font-size: 15px;
}

.qsvar-font-family-muli h2.entry-title {
	font-size: 28px;
}

.qsvar-font-family-alegreya-sans h2.entry-title {
	font-size: 30px;
}

.qsvar-font-family-muli .deck,
.qsvar-font-family-muli.single .content .entry-content > p:first-of-type
{
	font-size: 21px;
	line-height: 1.6;
}

.qsvar-font-family-alegreya-sans .deck,
.qsvar-font-family-alegreya-sans.single .content .entry-content > p:first-of-type
{
	font-size: 23px;
	line-height: 1.5;
}

.qsvar-font-family-crimson-text .deck,
.qsvar-font-family-crimson-text.single .content .entry-content > p:first-of-type
{
	font-size: 24px;
	line-height: 1.3;
}

.qsvar-font-family-libre-baskerville .deck,
.qsvar-font-family-libre-baskerville.single .content .entry-content > p:first-of-type
{
	font-size: 19px;
	line-height: 1.7;
}

.qsvar-font-family-libre-baskerville .deck,
.qsvar-font-family-libre-baskerville.single .content .entry-content > p:first-of-type
{
	font-size: 19px;
	line-height: 1.7;
}

.qsvar-font-family-merriweather .deck,
.qsvar-font-family-merriweather.single .content .entry-content > p:first-of-type
{
	font-size: 20px;
}

.qsvar-font-family-vollkorn .deck,
.qsvar-font-family-vollkorn.single .content .entry-content > p:first-of-type
{
	font-size: 23px;
	line-height: 1.48;
}

.qsvar-font-family-muli figcaption {
	font-size: 15px;
	line-height: 1.6;
}

.qsvar-font-family-alegreya-sans figcaption {
	font-size: 16px;
	line-height: 1.4;
}

.qsvar-font-family-crimson-text figcaption {
	font-size: 17px;
	line-height: 1.35;
}

.qsvar-font-family-libre-baskerville figcaption {
	font-size: 14px;
	line-height: 1.55;
}

/**
 * KLUDGES
 */
/**
 * Max-width 600 used by Genesis Atomic Blocks plugin
 */
@media (max-width: 600px) {

	.ie .ab-layout-column-wrap {
		/* outline: 1px solid green; */
		display: block;
	}

}

/* Target IE10+ */
/* Note that this can't be inside another media query - use 'and' combination syntax instead */
@media all and (max-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ab-layout-column-wrap {
		display: block;
	}
}

/*
.ie11 div {outline: 1px solid red !important;}
.ie10 div {outline: 1px solid green !important;}
.ie9 div {outline: 4px solid red !important;}
.ie8 div {outline: 4px solid green !important;}
.ie7 div {outline: 4px solid pink !important;}
*/

/**
 * WP .has-large-font-size is wreaking havoc with the decks
 */
.site-container .site-inner .entry-content .has-large-font-size {
/* .site-container .site-inner .entry-content > p:first-of-type { */
	font-size: 20px !important;
	font-size: clamp( 1rem, 20px, 24px) !important;
	/* outline: 1px dotted pink; */
}

/**
 * EXPERIMENTS
 */
.entry-content .rp4wp-related-posts {
	/* outline: 1px solid hsl(60, 40%, 80%); */
	overflow: hidden;
	clear: both;
	margin: 1.25em -25px 0.5em -25px;
	padding: 1em 25px 0 25px;
}

.more-information + .rp4wp-related-posts {
/* .entry-content .more-information + .entry-content .rp4wp-related-posts { */
	/* outline: 1px solid green; */
	margin-top: -0.5em;
}

.entry-content .rp4wp-related-posts,
.entry-content .rp4wp-related-posts * {
	color: hsl(60, 55%, 10%);
	background-color: hsl(60, 45%, 93%);
	/* background-color:	hsl(60, 35%, 96%); */
}

.entry-content .rp4wp-related-posts h3 {
	margin-top: 0;
}

.entry-content .more-information ul {
	margin-bottom: 1em;
}

.entry-content .more-information ul > li {
	padding-bottom: 0;
}

.entry-content .rp4wp-related-posts a:link {
	text-decoration: underline;
}

.entry-content .rp4wp-related-posts a:active,
.entry-content .rp4wp-related-posts a:focus,
.entry-content .rp4wp-related-posts a:hover {
	text-decoration: none;
}

.entry-content .more-information a {
	font-weight: bold;
}

/*
.entry-content .rp4wp-related-posts,
.entry-content .rp4wp-related-posts ul {
	background-color: hsl(60, 45%, 93%);
} */

.footer-signup-form-wrap,
.page-home .swp_social_panel {
	background-color: hsl(60, 35%, 96%);
}

.footer-signup-form-wrap {
	/* margin: 2.5em auto 1.5em auto; */
	margin: 0 -1.5em;
	/* max-width: 470px; */
	padding: 6px 1.5em 1.5em 1.5em;
}

.home.page-home .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
	/* outline: 1px solid red !important; */
	width: auto !important;
	margin: 0 -1.5em 0 -1.5em !important;
	max-width: unset;
	padding: 1em 6.2em 3em 6.2em;
}

/*
.footer-signup-form-wrap {
	max-width: unset;
	margin-top: 0;
	margin-left: -1.5em;
	margin-right: -1.5em;
	margin-bottom: 0;
	padding: 6px 1.5em 1.5em 1.5em;
}
*/

.footer-signup-form-wrap > div {
	max-width: 470px;
	margin: 0 auto;
}

.footer-signup-form-wrap h2 {
	font-size: 18px;
}

.footer-signup-form-wrap p {
	font-size: 16px;
	line-height: 1.6;
}

/**
 * myMDadvocate formatted title styles
 */
.site-title.mymda-site-title {
	font-size: inherit;
}

.mymda-site-title-formatted {
	white-space: nowrap;
}

.mymda-site-title-formatted > span {
	display: inline-block;
	color: #194d19 !important;
}

.mymda-site-title-formatted .site-title-md {
	margin: 0 -12px 0 -13px;
	/* margin: 0 -11px 0 -12px; */
	padding: 2px 13px 3px 14px;
	/* padding: 2px 12px 3px 13px; */
	background-color: #dcf9dc;
	/* background-color: hsl(var(--complementary-h), 70%, 92%); */
	font-size: 120%;
}

.entry-content .mymda-site-title-formatted .site-title-md {
	/* padding: 0 12px 0 13px; */
	padding: 1px 12px 2px 13px;
	font-size: 110%;
}

.mymda-site-title-formatted .site-title-my,
.mymda-site-title-formatted .site-title-md,
.mymda-site-title-formatted .site-title-advocate {
	position: relative;
	white-space: nowrap;
}

.mymda-site-title-formatted .site-title-my {
	z-index: 1;
}

.mymda-site-title.site-title-link:active,
.mymda-site-title.site-title-link:focus,
.mymda-site-title.site-title-link:hover {
	background-color: hsl(120, 71%, 85%);
}

.mymda-site-title.site-title-link:active .site-title-md,
.mymda-site-title.site-title-link:focus .site-title-md,
.mymda-site-title.site-title-link:hover .site-title-md {
	background-color: hsl(120, 65%, 65%);
}

/**
 * BOOK PAGE
 */

.section-book,
.section-book .site-container {
	background-color: hsl(var(--primary-h), 45%, 96%);
}

.section-book.qs-version-01 .site-container {
	background-color: hsl(var(--primary-h), 45%, 98%);
}

.section-book .site-header,
.section-book .site-footer
{
	background-color: hsl(12, 43%, 52%);
	background-image: none;
}

.section-book:not(.qs-version-01) h1,
.section-book:not(.qs-version-01) h2,
.section-book:not(.qs-version-01) h3,
.section-book:not(.qs-version-01) .ab-testimonial-name[style]
{
	color: hsl(var(--secondary-h), 50%, 45%) !important;
}

.section-book .site-inner,
.callout.mm-book
{
	color: hsl(var(--primary-h), 45%, 20%);
}

.qs-version-01.section-book .site-inner,
.qs-version-01.callout.mm-book
{
	color: hsl(12, 45%, 20%);
}

.section-book .sidebar {
	padding-right: 1.5%;
}

.section-book .sidebar-primary.widget-area * {
	display: none;
}
/*
.page-home .site-header .genesis-nav-menu > .menu-item-mm-book {
	outline: 1px solid hsla(var(--hue-coral), 45%, 98%, 0.3);
	background-color: hsla(var(--hue-coral), 45%, 80%, 0.4) !important;
}

.page-home .site-header .genesis-nav-menu > .menu-item-mm-book:hover {
	outline: 1px solid hsl(var(--hue-coral), 45%, 100%);
	background-color: hsla(var(--hue-coral), 35%, 60%, 0.7) !important;
}

.page-home .site-header .genesis-nav-menu > .menu-item-mm-book a {
	padding-left: 20px;
	padding-right: 20px;
}
*/

/**
 * Add vertical space above main nav on home page
 * to provide breathing room above (highlighted) Book menu item
 */
@media only screen and (min-width: 1024px) {

	.home.page-home .site-container .site-header {
		padding-top: 30px;
	}

	.page-home .site-header .nav-primary {
		margin-top: 10px;
	}
/*
	.page-home .site-header .genesis-nav-menu > .menu-item-mm-book {
		background-color: hsla(var(--hue-purple), 55%, 50%, 0.4) !important;
	}

	.page-home .site-header .genesis-nav-menu > .menu-item-mm-book:hover {
		background-color: hsla(var(--hue-purple), 45%, 30%, 0.7) !important;
	}

	.page-home .site-header .genesis-nav-menu > .menu-item-mm-book a {
		padding-left: 20px;
		padding-right: 20px;
	}
*/

}

.deck2 {
	font-size: 22px;
	line-height: 1.55;
}

.section-book .mc4wp-form input[type="submit"],
.section-book #simple-social-icons-3 ul li a
{
	background-color: hsl(var(--primary-h), 45%, 20%) !important;
}

.qs-version-01.section-book .mc4wp-form input[type="submit"],
.qs-version-01.section-book #simple-social-icons-3 ul li a
{
	background-color: hsl(var(--secondary-h), 45%, 20%) !important;
}

.section-book #simple-social-icons-3 ul li a:hover,
.section-book #simple-social-icons-3 ul li a:focus
{
	background-color: hsl(var(--primary-h), 10%, 90%) !important;
}

.qs-version-01.section-book #simple-social-icons-3 ul li a:hover,
.qs-version-01.section-book #simple-social-icons-3 ul li a:focus
{
	background-color: hsl(var(--secondary-h), 10%, 90%) !important;
}

.section-book .mc4wp-form input[type="submit"]:hover,
.section-book .mc4wp-form input[type="submit"]:focus
{
	background-color: hsl(var(--primary-h), 30%, 60%) !important;
}

.qs-version-01.section-book .mc4wp-form input[type="submit"]:hover,
.qs-version-01.section-book .mc4wp-form input[type="submit"]:focus
{
	background-color: hsl(var(--secondary-h), 30%, 60%) !important;
}

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

	.section-book .site-header .genesis-nav-menu > .current-menu-item,
	.section-book .site-header .genesis-nav-menu > .current-menu-parent,
	.section-book .site-header .genesis-nav-menu > .current_page_parent,
	.section-book .site-header .genesis-nav-menu > .current-page-ancestor
	{
		background-color: hsl(var(--primary-h), 20%, 90%) !important;
	}

	.section-book.js .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item,
	.section-book.js .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item > a
	{
		background-color: hsl(var(--primary-h), 20%, 92%);
		/* background-color: hsl(60, 50%, 90%); */
		/* background-color: #f5f5f5; */
	}

	.section-book .site-header .genesis-nav-menu > li:hover {
		background-color: hsl(var(--primary-h), 20%, 94%) !important;
	}

}

.qs-version-01.section-book .site-header .genesis-nav-menu > .current-menu-item,
.qs-version-01.section-book .site-header .genesis-nav-menu > .current-menu-parent,
.qs-version-01.section-book .site-header .genesis-nav-menu > .current_page_parent,
.qs-version-01.section-book .site-header .genesis-nav-menu > .current-page-ancestor
{
	background-color: hsl(var(--primary-h), 10%, 90%) !important;
}

.section-book .content .mc4wp-form-fields > p:nth-child(1) {
	/* outline: 1px solid red; */
	/* display: none; */
}

.section-book .content .mc4wp-form-fields > p:nth-child(2) {
	/* outline: 1px solid green; */
	display: inline-block;
	width: 67%;
}
/*
.section-book .content .mc4wp-form-fields > p:nth-child(2) label > strong {
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0);
	height: 1px; width: 1px;
	margin: -1px; padding: 0; border: 0;
}
*/

.section-book .content .mc4wp-form-fields > p:nth-child(3) {
	/* outline: 1px solid blue; */
	display: inline-block;
}

.callout.mm-book {
	margin: 15px -25px;
	padding: 0.75em 1.5em 1.5em;
	background-color: hsl(var(--primary-h), 45%, 95%) !important;
}

.callout.mm-book h2 {
	margin-top: 2px;
	margin-bottom: 10px;
	font-family: Muli, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.section-book .wp-block-atomic-blocks-ab-testimonial[style] {
	background-color: hsl(var(--primary-h), 45%, 95%) !important;
	/* background-color: hsl(306, 45%, 70%) !important; */
	padding: 1em;
}

.section-book .wp-block-atomic-blocks-ab-testimonial p {
	margin-bottom: 3px;
	font-style: italic;
	line-height: 1.55;
}

.section-book .wp-block-atomic-blocks-ab-testimonial .ab-testimonial-name {
	margin-bottom: 2px;
	font-size: 1.2rem;
}

.section-book .wp-block-atomic-blocks-ab-testimonial .ab-testimonial-info {
	margin-top: 0;
}

.section-book .wp-block-atomic-blocks-ab-testimonial .ab-testimonial-info small {
	display: block;
	font-size: 0.9rem;
}

.section-book .wp-block-atomic-blocks-ab-testimonial a:link {
	color: inherit !important;
	text-decoration: underline;
}

.section-book .wp-block-atomic-blocks-ab-testimonial a:hover {
	text-decoration: none;
}

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

	.section-book .site-header {
		max-height: 150px;
	}

	.qs-version-01.section-book .site-header {
		max-height: unset;
	}

	.qs-version-01.section-book .site-header,
	.qs-version-01.section-book .site-footer
	{
		background-image: url('/wp-content/uploads/sea-urchins-01-768x199.jpg');
	}

	.section-book .site-footer > .wrap {
		background-color: hsl(var(--primary-h), 100%, 10%);
	}

}

.section-book:not(.qs-version-01) .site-container:after {
	/* outline: 2px solid green; */
	position: fixed !important;
	width: 720px;
	max-width: 720px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
	height: 100vh !important;
	z-index: -100;
}

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

	.qs-version-01.section-book .site-header,
	.qs-version-01.section-book .site-footer
	{
		background-image: url('/wp-content/uploads/sea-urchins-01.jpg');
	}

	.section-book:not(.qs-version-01) .site-header:after,
	.section-book:not(.qs-version-01) .site-container:after,
	.section-book:not(.qs-version-01) .site-footer:before {
		position: absolute;
		z-index: -1;
		max-width: 960px;
		width: 960px;
		left: 50%;
		transform: translate(-50%, 0);
		height: 30px;
		background-color: #fff;
	}

	.section-book:not(.qs-version-01) .site-header:after {
		bottom: -1px;
	}

	.section-book:not(.qs-version-01) .site-footer:before {
		top: 0;
	}

	.section-book:not(.qs-version-01) .site-inner,
	.section-book:not(.qs-version-01) .site-inner .content {
		padding-top: 0;
	}

}

/**
 * TALK SHOW SECTION
 */

@font-face {
	font-family: 'Open Sauce Sans';
	src: url('fonts/OpenSauceSans-Regular.woff2') format('woff2'),
		url('fonts/OpenSauceSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sauce Sans';
	src: url('fonts/OpenSauceSans-Italic.woff2') format('woff2'),
		url('fonts/OpenSauceSans-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sauce Sans';
	src: url('fonts/OpenSauceSans-Bold.woff2') format('woff2'),
		url('fonts/OpenSauceSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.section-talk-show .entry-content,
.section-talk-show .content h1,
.section-talk-show .content h1 *,
.section-talk-show .entry-content h2,
.section-talk-show .entry-content h2 *,
.section-talk-show .entry-content h3,
.section-talk-show .entry-content h3 *,
.section-talk-show .entry-content h4,
.section-talk-show .entry-content h4 *,
.section-talk-show .entry-content h5,
.section-talk-show .entry-content h5 *,
.section-talk-show .entry-content h6,
.section-talk-show .entry-content h6 * {
	font-family: 'Open Sauce Sans', sans-serif;
}

.section-talk-show .content,
.section-talk-show .content em,
.section-talk-show .content strong,
.section-talk-show .content span {
	color: hsl(var(--hue-dovegrey), 90%, 8%);
}

.section-talk-show .black,
.section-talk-show .black em,
.section-talk-show .black strong,
.section-talk-show .black span {
	color: hsl(var(--hue-dovegrey), 90%, 8%) !important;
}

.section-talk-show .content .swp_social_panel * {
	color: #fff;
}

.section-talk-show .content h1,
.section-talk-show .content h1 *,
.section-talk-show .entry-content h2,
.section-talk-show .entry-content h2 *,
.section-talk-show .entry-content h3,
.section-talk-show .entry-content h3 *,
.section-talk-show .entry-content h4,
.section-talk-show .entry-content h4 *,
.section-talk-show .entry-content h5,
.section-talk-show .entry-content h5 *,
.section-talk-show .entry-content h6,
.section-talk-show .entry-content h6 *,
.section-talk-show .vwv {
	color: hsl(var(--hue-magenta), 100%, 30%);
}

.section-talk-show,
.section-talk-show .site-header,
.section-talk-show .site-header-before,
.section-talk-show .site-container {
	background-color: hsl(var(--hue-yellow), 90%, 92%);
	/* background-color: hsl(var(--hue-darkblue), 100%, 96%); */
}

.section-talk-show.has-graphic-logo .site-title > a {
	text-shadow: 0px 0px 1px #fff;
	text-shadow:
		-1px -1px 0 hsla(var(--hue-yellow), 90%, 88%, 0.7),
		 1px -1px 0 hsla(var(--hue-yellow), 90%, 88%, 0.7),
		-1px 1px 0 hsla(var(--hue-yellow), 90%, 88%, 0.7),
		 1px 1px 0 hsla(var(--hue-yellow), 90%, 88%, 0.7);
}

.wrap .genesis-nav-menu a,
.wrap .genesis-nav-menu .toggle-header-search {
	padding: 20px 4px;
	font-size: 14px;
}

.home .wrap .genesis-nav-menu a,
.home .wrap .genesis-nav-menu .toggle-header-search {
	padding: 20px 7px;
	font-size: 16.5px;
}

.wrap .menu-item-mm-talk-show a,
.wrap .menu-item-mm-vwv-login a {
	width: 4em;
	padding: 10px 4px;
}

.home .wrap .menu-item-mm-talk-show a,
.home .wrap .menu-item-mm-vwv-login a {
	width: auto;
	padding: 10px 5px;
}

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

	.section-talk-show .site-header .genesis-nav-menu > .current-menu-item,
	.section-talk-show .site-header .genesis-nav-menu > .current-menu-parent,
	.section-talk-show .site-header .genesis-nav-menu > .current_page_parent,
	.section-talk-show .site-header .genesis-nav-menu > .current-page-ancestor
	{
		background-color: hsl(var(--hue-yellow), 60%, 90%);
		/* background-color: hsl(var(--hue-darkblue), 45%, 93%); */
	}

	.section-talk-show.js .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item,
	.section-talk-show.js .site-header .genesis-nav-menu > .menu-item > .sub-menu > .menu-item > a
	{
		background-color: hsl(var(--hue-yellow), 50%, 90%);
		/* background-color: hsl(60, 50%, 90%); */
		/* background-color: #f5f5f5; */
	}

}

.section-talk-show .site-header,
.section-talk-show .site-footer,
.section-talk-show .talk-show-site-header-before
{
	background-image: none;
}

.section-talk-show .site-header .wrap:before {
	/* outline: 2px solid red; */
	position: absolute;
	z-index: -1;
	display: block;
	left: 50%;
	transform: translate(-50%, 0);
	height: 100px;
	width: 720px;
}

.section-talk-show .site-footer,
.section-talk-show .talk-show-site-header-before,
.section-talk-show .site-header .wrap:before
{
	background-color: hsl(var(--hue-darkblue), 100%, 24%);
}

.section-talk-show .site-header {
	position: relative;
}

.section-talk-show .talk-show-site-header-before {
	/* border: 2px solid red; */
	position: absolute;
	width: 720px;
	top: 120px;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 90px;
	background-image: url(/wp-content/uploads/VWV-Header.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-width: 100vw;
}

.section-talk-show .menu-item-mm-talk-show a {
	padding: 13px 10px;
	/* padding: 12px 10px; */
}

.section-talk-show .content {
	min-height: calc(78vh - 27px);
}

.section-talk-show .site-inner,
.section-talk-show .site-inner div:not(.swp_social_panel *),
.section-talk-show .site-inner #genesis-sidebar-primary form,
.section-talk-show .site-header:after,
.section-talk-show .site-container:after,
.section-talk-show .site-footer:before {
	background-color: hsl(var(--hue-dovegrey), 50%, 96%) !important;
	/* background-color: #fff; */
}

.section-talk-show .site-inner {
	padding-top: 83px;
}

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

	.section-talk-show .talk-show-site-header-before {
		border: 2px solid transparent;
		max-width: unset;
		background-size: 75%;
	}
	
}

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

	.section-talk-show .nav-primary,
	.section-talk-show.js .site-header #genesis-mobile-nav-primary,
	.section-talk-show .title-area {
		background-color: hsl(var(--hue-yellow), 100%, 96%);
	}

}

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

	.section-talk-show .site-header::before {
		background-color: hsl(var(--hue-yellow), 90%, 92%);
	}

	.section-talk-show .site-header	{
		background-color: hsl(var(--hue-darkblue), 100%, 24%);
	}

	.section-talk-show .site-header .wrap:before {
		display: none;
	}

	.section-talk-show .site-header:after,
	.section-talk-show .site-container:after,
	.section-talk-show .site-footer:before {
		position: absolute;
		z-index: -1;
		max-width: 960px;
		width: 960px;
		left: 50%;
		transform: translate(-50%, 0);
		height: 30px;
		/* background-color: #fff; */
	}

	.section-talk-show .site-header:after {
		bottom: -1px;
	}

	.section-talk-show .site-footer:before {
		top: 0;
	}

	.section-talk-show .site-inner,
	.section-talk-show .site-inner .content {
		padding-top: 0;
	}

}

/**
 * Background variations
 */
.section-talk-show.qsvarval-bg-blue,
.section-talk-show.qsvarval-bg-blue .site-container,
.section-talk-show.qsvarval-bg-blue .site-header-before {
	background-color: hsl(var(--hue-darkblue), 100%, 96%);
}

.section-talk-show.qsvarval-bg-magenta,
.section-talk-show.qsvarval-bg-magenta .site-container,
.section-talk-show.qsvarval-bg-magenta .site-header-before {
	background-color: hsl(var(--hue-magenta), 95%, 96%);
}

.section-talk-show.qsvarval-bg-pink,
.section-talk-show.qsvarval-bg-pink .site-container,
.section-talk-show.qsvarval-bg-pink .site-header-before {
	background-color: hsl(var(--hue-pink), 100%, 96%);
}

.section-talk-show.qsvarval-bg-yellow,
.section-talk-show.qsvarval-bg-yellow .site-container,
.section-talk-show.qsvarval-bg-yellow .site-header-before {
	background-color: hsl(var(--hue-yellow), 90%, 92%);
}

.section-talk-show.qsvarval-bg-blue .site-header .genesis-nav-menu > .current-menu-item,
.section-talk-show.qsvarval-bg-blue .site-header .genesis-nav-menu > .current-menu-parent,
.section-talk-show.qsvarval-bg-blue .site-header .genesis-nav-menu > .current_page_parent,
.section-talk-show.qsvarval-bg-blue .site-header .genesis-nav-menu > .current-page-ancestor
{
	background-color: hsl(var(--hue-darkblue), 60%, 90%);
}

.section-talk-show.qsvarval-bg-magenta .site-header .genesis-nav-menu > .current-menu-item,
.section-talk-show.qsvarval-bg-magenta .site-header .genesis-nav-menu > .current-menu-parent,
.section-talk-show.qsvarval-bg-magenta .site-header .genesis-nav-menu > .current_page_parent,
.section-talk-show.qsvarval-bg-magenta .site-header .genesis-nav-menu > .current-page-ancestor
{
	background-color: hsl(var(--hue-magenta), 60%, 90%);
}

.section-talk-show.qsvarval-bg-pink .site-header .genesis-nav-menu > .current-menu-item,
.section-talk-show.qsvarval-bg-pink .site-header .genesis-nav-menu > .current-menu-parent,
.section-talk-show.qsvarval-bg-pink .site-header .genesis-nav-menu > .current_page_parent,
.section-talk-show.qsvarval-bg-pink .site-header .genesis-nav-menu > .current-page-ancestor
{
	background-color: hsl(var(--hue-pink), 60%, 90%);
}

.section-talk-show.qsvarval-bg-yellow .site-header .genesis-nav-menu > .current-menu-item,
.section-talk-show.qsvarval-bg-yellow .site-header .genesis-nav-menu > .current-menu-parent,
.section-talk-show.qsvarval-bg-yellow .site-header .genesis-nav-menu > .current_page_parent,
.section-talk-show.qsvarval-bg-yellow .site-header .genesis-nav-menu > .current-page-ancestor
{
	background-color: hsl(var(--hue-yellow), 60%, 90%);
}

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

	.section-talk-show.qsvarval-bg-blue .site-header::before {
		background-color: hsl(var(--hue-darkblue), 95%, 96%);
	}

	.section-talk-show.qsvarval-bg-magenta .site-header::before {
		background-color: hsl(var(--hue-magenta), 95%, 96%);
	}

	.section-talk-show.qsvarval-bg-pink .site-header::before {
		background-color: hsl(var(--hue-pink), 100%, 96%);
	}

	.section-talk-show.qsvarval-bg-yellow .site-header::before {
		background-color: hsl(var(--hue-yellow), 90%, 92%);
	}

}
