/*
Theme Name: Steve Bell
Theme URI: http://underscores.me/
Author: Don Betts
Author URI: https://donbetts.com
Description: custom theme for stevebell.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: steve_bell
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Steve Bell is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
	## Donate Widget
	## FTJ Events Widget
	## Home Above Footer Widget
# Content
	## Posts and pages
	## Archives
	## Homepage
	## Retreats Page
	## Music Page
	## Books Page
	## Podcast Page
	## Video Gallery Page
	## Event Espresso
		# Retreats Widget
	## Woocommerce
	## Call to Action Banner
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
	display: block;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
body {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: rgba(66,66,66,1);
	font-weight: 300;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
	font-size: 1.5em;
}
.home h1.entry-title,
.page-template-page-book h1.entry-title,
.page-template-page-retreats h1.entry-title,
.page-template-page-podcast h1.entry-title,
.page-id-37607 h1.entry-title {
	display: none;
	
}
h1.anchor:before, h2.anchor:before, h3.anchor:before, h4.anchor:before {
	content:"";
	display:block;
	height:90px; /* fixed header height*/
	margin:-90px 0 0; /* negative fixed header height */
}
.single.blog h1.post-title {
    text-align: center;
    width: 100%;
}

p {
	margin-bottom: 1.5em;
	word-spacing: 3px;
}

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

blockquote {
    border-left: 4px solid rgba(27,6,53,1);
    font-style: italic;
	margin: 0 1.5em 1.5em 0;
	padding: 0 0 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
cite {
	font-size: 12px;
}
cite strong {
	font-weight: 300;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
}
.container.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
    background: rgba(27,6,53,1);
    background: url('images/headerbackdark.png');
    position: relative;
    top: 0;
    width: 100%;
    z-index: 200;
}
#masthead-fixed {
	background: rgba(27,6,53,1);
    background: url('images/headerbackdark.png');
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  
}
#masthead .container.flex,
#masthead-fixed .container.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}
.admin-bar #masthead-fixed {
	top: 0px;
}
.site-header {
	padding-top: 5px; 	
}
.site-branding {
	margin: 1em 0;
	width: 160px;
}
.site-branding img {
	width: 75px;
}
h1.site-title {
	font-size: 24px;
    font-size: 1.6em;
    font-weight: 700;
    padding: 0;
    text-align: center;
}
h1.site-title a {
	color: rgba(255,255,255,100) !important;
}
h1.site-title a:hover {
	color: rgba(248,231,28,100) !important;	
}
h1.site-title-fixed {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 24px;
    font-size: 1.6em;
    font-weight: 300;
    margin: .125em 0;
    text-transform: uppercase;
    padding: 0;
    width: 150px;
}
h1.site-title-fixed a {
	color: rgba(255,255,255,100) !important;
	text-decoration: none;
}
h1.site-title-fixed a:hover {
	color: rgba(27,6,53,1) !important;	
	text-decoration: none;

}
h1.title {
	display: none;
}
.site-description {
	display: none;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: rgba(27,6,53,1);
	text-decoration: underline;
	transition: all 0.5s ease;
}
a:hover, a:focus {
	color: rgba(27,6,53,1);
	text-decoration: none;

}
a:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

}
.readmore-button {
	text-align: center;
	margin-top: auto;
}
a.readmore.primary {
	background: rgba(27,6,53,1);
	border: 2px solid rgba(27,6,53,1);
	border-radius: 5px;
	color: rgba(255,255,255,1);
	font-size: 16px;
	font-size: .875rem;
	font-weight: 400;
	margin: .25em auto;
	text-transform: uppercase;
	text-decoration: none;
	padding: .15em .75em;
}
a.readmore, a.readmore.primary:hover {
	background: transparent;
	border: 2px solid rgba(27,6,53,1);
	border-radius: 5px;
	color: rgba(27,6,53,1);
	font-size: 16px;
	font-size: .875rem;
	font-weight: 400;
	margin: .25em auto;
	text-transform: uppercase;
	text-decoration: none;
	padding: .15em .75em;
}
a.readmore:hover {
	background: rgba(27,6,53,1);
	color: rgba(255,255,255,1);
}
a.readmore.large {
}
a.readmore.large:hover {	
}
a.readmore.dark {
	border: 1px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
a.readmore.dark:hover {
	background: rgba(255,255,255,1);
	color: rgba(66,66,66,1);
	
}
a.cta {
	background: rgba(81,89,102,1);
	border: 2px solid rgba(184,223,207,1);
	border-radius: 8px;
	color: rgba(184,223,207,1);
	font-size: 24px;
	font-size: 1em;	
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: uppercase;
}
a.cta:hover {
	background: rgba(184,223,207,1);
	color: rgba(81,89,102,1);
	text-decoration: none;	
}
.books a.cta {
	font-size: 18px;
	font-size: 1.125em;
}
a.offset {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	align-items: center;
	clear: both;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 2.5em 0 0;
	width: 75%;
}
.main-navigation-fixed {
	align-items: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 75%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation-fixed ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul,
.main-navigation-fixed ul ul {
	background: rgba(27,6,53,1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation-fixed ul ul ul,
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li {
	width: 100%;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation-fixed ul ul li:hover > ul,
.main-navigation-fixed ul ul li.focus > ul
 {
	left: 100%;
}

.main-navigation ul ul a,
.main-navigation-fixed ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation-fixed ul li:hover > ul,
.main-navigation-fixed ul li.focus > ul  {
	left: 0;
}

.main-navigation li,
.main-navigation-fixed li {
	float: left;
	padding: 12px;
	position: relative;	
	width: 100%;
}
.main-navigation li:hover,
.main-navigation-fixed li:hover {
	background: rgba(27,6,53,1);
	transition: all 0.5s ease;
}
.main-navigation li.current-menu-item,
.main-navigation-fixed li.current-menu-item {
	box-shadow: inset 0px -2px 0px 0px rgba(27,6,53,1);
}
.main-navigation li.contact-link.current-menu-item, 
.main-navigation-fixed li.contact-link.current-menu-item {
    box-shadow: none;
}
.main-navigation li:last-child,
.main-navigation-fixed li:last-child {
	margin-right: 0;
}

.main-navigation a,
.main-navigation-fixed a {
	color: rgba(255,255,255,1);
	display: block;
	text-decoration: none;
}

.menu-main-menu-buttons-container {
	align-self: flex-start;
	margin: .75em 0 .75em 0;
}
#primary-buttons li {
	font-size: 12px;
	font-size: .75rem;
	text-align: center;
	text-transform: uppercase;
}
#primary-buttons li:hover {
	background: transparent;
}
#primary-buttons li a {
	border: 1px solid rgba(255,255,255,1);
	border-radius: 5px;
	padding: 5px;
	width: 120px;
}
#primary-buttons li a:hover {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
	color: rgba(66,66,66,1);	
}
#primary-buttons li.current-menu-item {
	background: transparent;
	box-shadow: none;
}
button.menu-toggle {
	align-self: flex-end;
	border: 0;
	background: transparent;
	color: rgba(255,255,255,1);
	font-size: 22px;
	font-size: 1.375em;
	font-weight: 300;
	width: 140px;
}
button.menu-toggle:hover {
    cursor: pointer;
}
button.menu-toggle:after {
	content: url('images/hamburger.svg');
	margin-left: 10px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle{
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

#site-navigation-fixed .menu-toggle {
	display: block;
}
.main-navigation-fixed.toggled ul {
	display: block;
}
.main-navigation-fixed .menu-main-menu-container,
.main-navigation-fixed .menu-main-menu-buttons-container {
	display: none;
}
.main-navigation-fixed.toggled .menu-main-menu-container,
.main-navigation-fixed.toggled .menu-main-menu-buttons-container {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
.donate-buttons { 
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Menu Call To Action Button */
.menu-cta-button a {
	background: rgba(134,175,73,100);
    color: rgba(255,255,255,100);
    font-size: .875rem;
	padding: 7% 8%;
}
.menu-cta-button a:hover {
	background: rgba(239,82,41,100);
}

.menu-cta {
	align-self: center;
	height: 28px;
	margin: 1em 0 3em 0;
	width: 100px;
}

/*--------------------------------------------------------------
## FTJ Events Widget
--------------------------------------------------------------*/
.readmore-button.retreat-readmore {
	margin-bottom: 2em;
}
.retreats-list .widget-title {
	font-size: 24px;
	font-size: 1.5em;
}
.retreats-widget-ul {
	display: -webkit-box;
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-evenly;
	margin: 0 0 2em 0; 
	padding: 0;  
}
h3.retreats-widget-title {
	font-family:'Merriweather Sans', sans-serif;
	font-size: 22px;
	font-size: 1.375em;
	margin: 0 0 .25em 0;
}
.retreats-widget-li {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
	font-size: 18px;
	font-size: 1.125em;
	margin-bottom: 4em;
	width: 265px;
}
.retreat-dates {
	margin-bottom: 1.5em;
}
.retreats-widget-li .readmore-button {
	text-align: left;
}

/*--------------------------------------------------------------
## Home Above Footer Widget
--------------------------------------------------------------*/

.above-footer-widgets {
	background: url('images/ctaback.png');
	padding: .25em 0;
	text-align: center;
}
.above-footer-widgets h2.widget-title {
	color: rgba(255,255,255,1);
}
.above-footer .widget {
	margin: 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.tribe-events .tribe-events-c-small-cta>:first-child {
    margin-left: 0;
    background: #374efc;
    padding: 8px;
    border-radius: 5px;
    color: #ffffff;
}
.tribe-events .tribe-events-c-small-cta>:first-child:hover {
    margin-left: 0;
    background: #5B6EFF;
}


.sticky {
	display: block;
}
.hentry {
	margin: 2.5em 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 2.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	text-align: left;
}
.post-thumbnail {
	margin-right: 30px;
	margin-bottom: 2.5em;
}
.post-thumbnail img {
    width: 160px;
}
.tagline {
	align-self: center;
	font-size: 18px;
	font-size: 1.125em;
	font-family: 'Merriweather', serif;
	line-height: 1.25;
	margin-bottom: 2em;
}
/*  Articles & Review Page */
.news-articles {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    
}
.news-article {
	border: 1px solid lightgray;
    margin: 10px;
	padding: .5em;
	width: 380px;
}
.page-template-page-sidebar #secondary {
	max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
}
.page-template-page-sidebar .hentry {
	margin: 0;
}
article.category-blog {
	margin: 2.5em auto;
	max-width: 560px;
	
}
/* Blocks */
.is-style-squared-small-text > .wp-block-button__link {
	border-radius: 0;
	font-size: 12px;
}
.kt-mobile-layout-row.kt-v-gutter-default > .wp-block-kadence-column {
    margin-bottom: 0px !important;
}



/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/
.archive-article {
	margin: 2em 0;
	
}
.archive-thumb img {
    margin: 0 auto;
}
.archive-thumb img:hover {
	transition: 0.5s ease;
	opacity: .75;
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.home-content {
    margin: -5em 0 2.5em 0;
}
.col3-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, 320px);
	grid-row-gap: 6em;
	grid-column-gap: 32px;
	justify-content: space-around;
}
.home-badges {
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: space-around;
    max-width: 1279px;
}
.single-badge {
	display: flex;
	flex-direction: column;
	width: 320px;
	margin-bottom: 6em;
	
}
.single-badge img {
	margin: 0 auto;
}
.badge-info {
/* 	text-align: justify; */
	margin-bottom: 1em;
}
.badge-info h3 {
	text-align: center;
}
.col2-grid {
	display: grid;
	grid-template-columns: 320px 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 0;
	justify-content: space-around;
	max-width: 1279px;
}
.home-bio > .col2-grid {
	grid-template-columns: none;
	grid-template-areas: 
		'bio-img'
		'bio-title'
		'bio-text';
	}
.home-bio {
   	background: rgba(68,68,68,1);
   	background: url('images/ctaback.png');
   	padding: 2.25em 0;
}
.bio-img {
	grid-area: bio-img;
}
.bio-img img {
	margin: 1em auto 2em;
}
h2.bio-title {
	color: rgba(255,255,255,1);
	font-family: 'Merriweather', serif;
	font-size: 20px;
	font-size: 1.25em;
	grid-area: bio-title;
	margin: 0;
	text-align: center;
}
.bio-text {
	grid-area: bio-text;
}
.bio-text p {
	color: rgba(255,255,255,1);
	font-size: 20px;
	font-size: 1.25em;
	margin: .5em 0;
}

/*--------------------------------------------------------------
# Retreats Page
--------------------------------------------------------------*/
.blurbs {
	background: url(images/ctaback.png);
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.blurbs li {
	color: rgba(255,255,255,1);
	font-family: 'Merriweather', serif;
	font-size: 14px;
    font-size: .875rem;
	font-weight: 300;
	padding: 1em 1em 0 1em
}


/*--------------------------------------------------------------
# Music Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Books Page
--------------------------------------------------------------*/
/*
.boxset {
	margin-bottom: 2em;
}
.boxset-desc {
	font-size: 20px;
	font-size: 1.125em;
}
.boxset-price {
	font-size: 24px;
	font-size: 1.5em;
	margin-bottom: 2em;
}
*/
.page-template-page-book .entry-content {
	margin: 0;
}
.books-info {
	margin-top: 2em;
}
.book-desc {
	padding-right: 2.5%;
}
.py-books {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}	
.single-book {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin: 1em 0;
	margin: 1em;
	width: 222px;
	
}
.single-book-desc {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: auto;
}
.book-buttons {
	margin-top: auto;
}
.single-book .readmore-button {
	margin: 2em 0;
}
.readmore-button.post-38142 {
    display: none;
}
/*--------------------------------------------------------------
# Podcast Page
--------------------------------------------------------------*/
.container.podcast{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 4em;
}
.podcast-sidebar {

}
.podcast-video {
    text-align: center;
}
p.video-caption {
	text-align: center;
}
a.cta.podcast-cta {
	color: rgba(255,255,255,1);
	margin: 0 auto;
    width: 225px;
}
a.podcast-cta {
	border-color: rgba(27,6,53,1);
	color: rgba(27,6,53,1);
	font-size: 20px;
	font-size: 1.25em;
}
a.podcast-cta:hover {
	background: rgba(255,255,255,1);
	color: rgba(27,6,53,1);

}
.content-area.podcast {

}
/*--------------------------------------------------------------
# Video Gallery Page
--------------------------------------------------------------*/
.video-gallery {
	align-content: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	list-style: none;
	margin:0;
	padding: 0;
}
.video {
	width: 370px;
}
.video h5{
	margin-top: .25em;
	width: 80%;
}
/*--------------------------------------------------------------
# Event Espresso
-------------------------------------------------------------*/
#ee-promotion-code-input-lbl {
    position: relative;
}
#ee-promotion-code-input-lbl h4 {
	font-size: 2em;
	padding-bottom: 0;
}
#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-input {
	border: 1px solid rgba(0,0,0,.1);;
	margin-top: -10px;
	position: relative;
}
#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-submit {
	background: rgba(134,175,73,100);
    border: 1px solid rgba(134,175,73,100);
    color: rgba(255,255,255,100);
    font-size: 24px;
    font-size: 1.5rem;
	position: relative;	
}

#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-submit:hover {
	background: transparent;
    border: 1px solid rgba(134,175,73,100);
    color: rgba(134,175,73,100);
    cursor: pointer;
}
.ticket-selector-submit-btn,
#spco-go-to-step-payment_options-submit {
	background: rgba(134,175,73,100);
    border: 1px solid rgba(134,175,73,100);
    color: rgba(255,255,255,100);
    font-size: 24px;
    font-size: 1.5rem;
}
.ticket-selector-submit-btn:hover,
#spco-go-to-step-payment_options-submit:hover {
	background: transparent;
    border: 1px solid rgba(134,175,73,100);
    color: rgba(134,175,73,100);
    cursor: pointer;
}

input#spco-go-to-step-finalize_registration-submit {
	background: rgba(134,175,73,100);
    border: 1px solid rgba(134,175,73,100);
    color: rgba(255,255,255,100);
    font-size: 24px;
    font-size: 1.5rem;
}
input#spco-go-to-step-finalize_registration-submit:hover {
	background: transparent;
    border: 1px solid rgba(134,175,73,100);
    color: rgba(134,175,73,100);
    cursor: pointer;	
}
.spco-whats-next-buttons {
    text-align: center;
}
.event-datetimes ul {
	margin: 0;
	padding: 0;
}
.ee-clearfix .ee-event-datetimes-li {
    width: 25% !important;
}
.tkt-slctr-tbl {
    border-collapse: separate !important;
    border-spacing: 0 1em !important;
}
.display-tckt-slctr-tkt-details, .hide-tckt-slctr-tkt-details {
    display: none;
 }

/*--------------------------------------------------------------
## Retreats Widget
--------------------------------------------------------------*/
.upcoming-retreats {
	align-items: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.upcoming-retreats-item {
	padding: 15px;
	width: 320px;
}

/*--------------------------------------------------------------
##  Woocommerce
--------------------------------------------------------------*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #110229;
	border: 2px solid #ffffff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: transparent;
	border: 2px solid #110229;
	color: #110229;
}
.post-type-archive-product .site-main,
.tax-product_cat .site-main {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 5%;
}
mark.count {
    display: none;
}
.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:28px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #2ecc71;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}
.email_signup_checkout_field {
    float: left;
}
/* Elavon Credit Card payment */
.payment_method_elavon_converge_credit_card label {
    display: flex;
}

.woocommerce div.product div.images .flex-control-thumbs {
	padding: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
    margin: 10px;
 }

/*--------------------------------------------------------------
## Call to Action Banner
--------------------------------------------------------------*/

.cta-banner {
	background: rgba(68,68,68,1);
	background: url('images/cta-backdark.png');
	padding: 1em 4em;
}
/*
.cta.container {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
*/
.cta.container.col2-grid {
	grid-template-columns: none;
	grid-template-areas: 
		'cta-image'
		'cta-heading' 
		'cta-text'
		'cta-button';
	padding: 1em 0;
}
.cta-heading.w-image {
	text-align: center;
	grid-area: cta-heading;	
}
.cta-image {
	align-self: center;
	grid-area:cta-image;
	margin-bottom: 2em;
}
.cta-image img {
	margin: 0 auto;
}
.cta-heading {
	color: rgba(255,255,255,1);
	font-family: 'Merriweather', serif;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25em;
	margin: 0;
	width: 100%;
	text-align: center;
	text-transform: none;
	grid-area: cta-heading;
}
.cta-heading p {
	margin-top: 0;	
}
.cta-info {
	grid-area:cta-info;
}
.cta-text {
	color: rgba(255,255,255,1);
	grid-area: cta-text;
}
.cta-button {
	grid-area:cta-button;
	text-align: center;
}
.page-template-page-book .cta-banner {
    padding: 1.5em 0 1.5em 0;
}
.cta.container.books {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.book-cta-img {
	margin-right: 5%;
    width: 45%;
}
.book-cta-info {
	align-self: center;
	color: rgba(255,255,255,1);
    width: 50%;
    
}
.book-cta-info h1,.book-cta-info h2, .book-cta-info h3, .book-cta-info h4 {
	color: rgba(255,255,255,1);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comments.container {
	border-top: 2px solid;
	max-width: 786px;
	padding-top: 1em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
	background: rgba(194,193,194,1);
    background: url('images/headerbackdark.png');
	color: rgba(255,255,255,1);
}
.footer-widget-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.footer-widget-container h4 {
	color: rgba(255,255,255,1);
	font-weight: 600;
	margin-bottom: .25em;

}
.footer-widget-container a.readmore {
	border: 2px solid rgba(255,255,255,1);
}
.footer-widget-container a {
	color: rgba(255,255,255,1);
}
.footer-widget-container a:hover {
	text-decoration: none;
}
.footer-widget-container p {
	margin-top: 0;
}
.site-footer .gform_wrapper label.gfield_label {
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem;
}
 body .site-footer .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}
.footer-widget [type="search"] {
	width: 70%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
iframe.youtube-player {
    margin: 0 auto !important;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	font-size: .75em;
	text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (min-width: 320px) {
	#masthead .container.flex,
	#masthead-fixed .container.flex {
		flex-direction: row;
	}

}
@media screen and (min-width: 400px) {
	.display-tckt-slctr-tkt-details, .hide-tckt-slctr-tkt-details {
    	display: block;
 	}
}
@media screen and (min-width: 540px) {
	.boxset-info .readmore-button {
		text-align: left;
	}
	.books .cta-heading {
		font-size: 24px;
		font-size: 1.5em;
	}
}
@media screen and (min-width: 600px) {
	.admin-bar #masthead-fixed {
		top: 42px;
	}
	h1.title {
		color: rgba(255,255,255,1);
		display: block;
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 48px;
		font-size: 3em;
    	font-weight: 300;
    	letter-spacing: 6px;
    	margin: 0;
    	text-transform: uppercase;
	}
	h1.title a:hover {
		color: rgba(27,6,53,1);
	}
	#primary-buttons li {
		width: 33.3333%;
	}
	.site-branding {
		margin: 2em 0;
	}
	.site-branding img {
		width: 100%;
	}
	.main-navigation {
    	margin: 2em 0 0;
    }
	.main-navigation,
	.main-navigation-fixed {
		margin-left: 10%;
	}
	.main-navigation li, .main-navigation-fixed li {
		width: 50%;
	}
	.blurbs li {
		width: 45%;
	}
/*
	.boxset {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.boxset-img {
		margin-right: 2.9%;
		width: 60%
	}
	.boxset-info {
		width: 40%;
	}
	.boxset-info .post-title {
		margin-top: 0;
	}
*/
}
@media screen and (min-width: 700px){
	.upcoming-retreats {
	    flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media screen and (min-width: 768px){
	.admin-bar #masthead-fixed {
		top: 32px;
	}
	.container.flex {
		flex-direction: row;
	}
	h1.entry-title {
		font-size: 36px;
		font-size: 2.25rem;
		display: none;
	}
	.cta.container.col2-grid {
		grid-template-columns: 320px 1fr;
		grid-template-areas: 
			'cta-image cta-heading' 
			'cta-image cta-text'
			'cta-image cta-button';
	}
	.cta--image {
		margin-bottom: 0;
	}
	.cta-heading {
		font-size: 28px;
		font-size: 1.75em;
	}
	.cta-heading.w-image {
		text-align: left;
	}
	.cta-button {
		text-align: left;
	}
	.home-bio > .col2-grid {
		grid-template-columns: 320px 1fr;
		grid-template-areas: 
			'cta-image cta-heading' 
			'cta-text cta-button';
	}
	h2.bio-title {
		font-size: 36px;
		font-size: 2.25em;
	}
	.bio-img img {
		margin: 1em auto 0;
	}
	h2.bio-title {
		text-align: left;
		width: 50%;
	}
	.cta-image img {
		margin: 0;

	}
	.cta-heading.w-image {
		width: 100%;
	}
	.books .cta {
		display: inline-block;
	}
	.cta-button {
		align-self: center;
		position: relative;
	}
	.books .cta-button {
		right: 0;
	}
	.cta-button.podcast-button {
		right: 0;
	}
	.retreats-list .widget-title {
		font-size: 48px;
		font-size: 3.000em;
	}
	.post-thumbnail {
		margin-right: 60px;
		width: 33.3333%;
	}
	.post-thumbnail img {
    	width: 100%;
	}
	.tagline {
		font-size: 48px;
		font-size: 3em;
		margin-bottom: 0;		
		width: 66.6666%;
	}
	.blurbs {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.archive-article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.archive-thumb {
		margin: .75% 2.5% 0 0;
		width: 25%;
	}
	.archive-excerpt {
		width: 71.5%;
	}
	.archive-excerpt h1 {
		margin-top: 0;
	}
	.archive-excerpt .readmore-button {
		text-align: left;
	}
	.container.podcast  {
    	flex-direction: row;
	}
	.podcast-sidebar {
		margin-right: 9%;
		width: 27.3333%;
	}
	.content-area.podcast {
		width: 66.6666%
	}
	.footer-widget-container {
    	flex-direction: row;
		flex-wrap: wrap;
	}
	.footer-widget {
		margin-right: 5%;
		width: 45%;
	}
	.footer-widget:nth-child(2) {
		margin-right: 0;
	}
	.footer-widget:last-child {
		margin-right: 0;
	}

}
@media screen and (min-width: 850px) {
	.main-navigation li, .main-navigation-fixed li {
		width: 33.333%;
	}
	.menu-main-menu-buttons-container {
		align-self: normal;
}
@media screen and (min-width: 1075px) {	
	.home-bio > .col2-grid {
		grid-template-columns: 320px 720px;
		grid-template-areas: 
		'bio-img bio-title'
		'bio-img bio-text';
		justify-content: space-between;
	}
	.bio-img img {
		margin: 1em 0 0;
	}
	h2.bio-title {
		width: 100%;
	}
	.books-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.book-desc, .blurbs {
		width: 50%;
	}
	.blurbs li {
		width: 100%;
	}
}
@media screen and (min-width: 1024px) {
	.page-template-page-sidebar #primary {
		float: left;
		width: 70%;
	}
	.page-template-page-sidebar #secondary {
		float: right;
		margin: 5em 0 0 0;
		padding: 0 2.5em 0 0;
		width: 30%;
	}
	.page-template-page-sidebar .cta-banner {
		display: none;
	}
	.page-template-page-sidebar .hentry {
	    margin: 2.5em 0;
	} 
}
	
@media screen and (min-width: 1160px) {
	.main-navigation,
	.main-navigation-fixed {
		margin-left: 0;
	}
	.main-navigation li, .main-navigation-fixed li {
		width: auto;
	}
	.menu-main-menu-buttons-container {
		align-self: center;
	}
	.cta-heading {
		font-size: 28px;
		font-size: 1.75em;
	}
	a.podcast-cta {
		font-size: 20px;
		font-size: 1.25em;
	}
	.footer-widget {
		margin-right: 5%;
		width: 20%;
	}
	.footer-widget:nth-child(2) {
		margin-right: 5%;
	}

	.blurbs li {
		width: 45%;
	}
}

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

}

/* Remove Individual Books on Pilgrim Year Page - Comment out to show books */
/*
.page-template-page-book .py-books {
	display: none;
}
*/

