/*!
Theme Name: The Conversationalist
Theme URI: http://underscores.me/
Author: e. james ford
Author URI: http://web.ejimford.com
Description: Custom theme for The Conversationalist
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: conversationalist
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.

The Conversationalist 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
# Navigation
	## Links
	## Main Navigation
	## Mobile Navigation
        ### Menu Button
# Accessibility
# Alignments
# Clearings
# Widgets
# Header
# Content
	## Posts and pages
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: bolder;
}

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

/* 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
--------------------------------------------------------------*/
@font-face {
	font-family: 'PP Editorial New';
	src: url("fonts/PPEditorialNew/PPEditorialNew-Regular.woff2") format('woff2'),
		url("fonts/PPEditorialNew/PPEditorialNew-Regular.woff") format('woff');
}

@font-face {
	font-family: 'PP Neue Montreal';
	src: url("fonts/PPNeueMontreal/web/PPNeueMontreal-Regular.woff2") format('woff2'),
		url("fonts/PPNeueMontreal/web/PPNeueMontreal-Regular.woff") format('woff');
	font-weight: 400;
}

@font-face {
	font-family: 'PP Neue Montreal';
	src: url("fonts/PPNeueMontreal/web/PPNeueMontreal-Bold.woff2") format('woff2'),
		url("fonts/PPNeueMontreal/web/PPNeueMontreal-Bold.woff") format('woff');
	font-weight: 700;
}

@font-face {
	font-family: 'PP Gosha Sans';
	src: url("fonts/PPGoshaSans/PPGoshaSans-Regular.woff2") format('woff2'),
		url("fonts/PPGoshaSans/PPGoshaSans-Regular.woff") format('woff');
	font-weight: 400;
}

@font-face {
	font-family: 'PP Gosha Sans';
	src: url("fonts/PPGoshaSans/PPGoshaSans-Bold.woff2") format('woff2'),
		url("fonts/PPGoshaSans/PPGoshaSans-Bold.woff") format('woff');
	font-weight: 700;
}




body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Lora', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 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%;
}

/*--------------------------------------------------------------
# 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: #F8F3E9;
	/* Fallback for when there is no custom background color defined. */
}

.site {
	overflow-x: hidden;
}

hr {
	height: 2px;
	background-color: #222F60;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
	max-width: 1360px;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.hide-mobile {
	display: none;
}

@media only screen and (min-width: 768px) {
	.hide-mobile {
 		display:unset;
	}
	.hide-desktop {
		display: none;
	}
}


@media only screen and (min-width: 1024px) {
	hr {
		max-width: 1300px;
		height: 4px;
	}

}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.post-edit-link,
a.button:visited,
a.post-edit-link:visited,
a.wp-block-button__link,
.btn-wrapper a,
.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.is-style-outline>.wp-block-button__link:visited {
	border: 1px solid #FD511A;
	background: #FD511A;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'PP Gosha Sans', 'Helvetica', sans-serif;
	border-radius: 0px;
	padding: 16px 32px;
	font-weight: 700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.post-edit-link:hover,
a.wp-block-button__link:hover,
.btn-wrapper a:hover {
	background: #222F60;
	border: 1px solid #222F60;
}

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,
a.button:active,
a.button:focus,
a.post-edit-link:active,
a.post-edit-link:focus {
	border: 1px dashed #222F60;
}

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="search"] {
	padding: 13px 24px 12px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222F60;
}

a:visited {
	color: #222F60;
}

a:hover,
a:focus,
a:active {
	color: #FD511A;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Main Navigation
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	text-transform: uppercase;
	position: fixed;
	left: -300px;
	top: 0px;
	width: 300px;
	height: 100vh;
	padding: 72px 24px 0px 24px;
	transition: all .25s ease-in-out;
	z-index: 9998;
	background-color: #222F60;
	font-family: 'PP Gosha Sans', 'Helvetica', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.main-navigation.is-open {
	left: 0px;
}

.main-navigation ul {
	list-style: none;
	margin: 24px;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 80%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
	padding: 10px;
	font-weight: 500;
}

.main-navigation ul ul a:hover {
	color: #fff;
	background-color: #000;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 15px 10px 15px 10px;
	color: #fff;
	border-bottom: none;
}

.main-navigation .close-menu {
	position: absolute;
	top: 24px;
	left: 24px;
	color: #FD511A;
	background: transparent;
	font-size: 30px;
	border: 0px;
	cursor: pointer;

}

.admin-bar .main-navigation .close-menu {
	top: 48px;
}

.nav-overlay {
	height: 1px;
	width: 1px;
	opacity: 0.0;
	position: absolute;
	top: -200px;
	left: -200px;
	background-color: rgba(248, 243, 233, 0.85);
	transition: opacity .75s ease-in-out;
	z-index: 9997;
}

.nav-overlay.is-open {
	height: 100vh;
	width: 100vw;
	opacity: 1;
	top: 0px;
	left: 0px;
}



@media screen and (min-width: 768px) {
	.main-navigation {
		width: 500px;
		left: -500px;
	}

}


@media screen and (min-width: 1024px) {
	.main-navigation {}

}


.navigation.pagination {
	max-width: 500px;
	margin: 0px auto;
	text-align: center;
	font-family: 'PP Gosha Sans', 'Helvetica', sans-serif;
	font-size: 1.25em;
}

.navigation.pagination a {
	text-decoration: none;
}

.navigation.pagination span.current {
	color: #FD511A;
}

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


/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9996;
	background-color: rgba(248, 243, 233, 0.6);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	overflow: hidden;
}

.mobile-navigation.scrolled {
	top: 0px;
	position: fixed;
	background-color: rgba(248, 243, 233, 1);
	-webkit-box-shadow: 0px -7px 15px 5px #173B3F;
	box-shadow: 0px -7px 15px 5px #173B3F;
}


.mobile-navigation .fixed-branding {
	width: 260px;
	position: absolute;
	top: -36px;
	left: 170px;
	transition: all .15s ease-in-out;
	opacity: 0;
}

.mobile-navigation .mobile-navigation-inner {
	max-width: 1400px;
	margin: 0px auto;
	padding: 0px 20px 0px 5px;
}

.mobile-navigation .button-container {
	display: inline-block;
}

.mobile-navigation button {
	background-color: transparent;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #222F60;
	padding: 16px 16px 16px 16px;
}


.mobile-navigation button.search {
	padding: 16px 8px 16px 16px;
}


.mobile-navigation button.search {
	padding: 16px 16px 16px 8px;
}


.menu-top-menu-container {
	position: absolute;
	top: 0px;
	right: 20px;
	font-family: 'PP Gosha Sans', 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;

}

.menu-top-menu-container ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu-top-menu-container ul li {
	display: inline-block;
}

.menu-top-menu-container ul li a {
	text-decoration: none;
	color: #222F60;
	display: inline-block;
	padding: 15px 8px;
}

.admin-bar .mobile-navigation {
	top: 52px;
}

@media only screen and (min-width: 550px) {
	.mobile-navigation button.hamburger,
	.mobile-navigation button.search {
		padding: 16px 16px 16px 16px;
	}

}
@media only screen and (min-width: 768px) {
	.mobile-navigation {
		top: 40px;
	}

	.mobile-navigation .mobile-navigation-inner {
		padding: 0px 50px 0px 35px;
	}

	.mobile-navigation button {
		font-size: 27px;
		padding: 16px;
	}

	.menu-top-menu-container {
		right: 50px;
	}

	.mobile-navigation.scrolled .fixed-branding {
		top: 18px;
		opacity: 1;
		transition: all .75s ease-in-out;
	}
}

@media only screen and (min-width: 783px) {
	.admin-bar .mobile-navigation {
		top: 32px;
	}

	.mobile-navigation .fixed-branding {
		width: 300px;
	}
}

@media only screen and (max-width: 1199px) {
	.mobile-navigation {
		top: 0;
	}
	div .site-header {
		margin-top: 68px;
	}
	div .mobile-navigation .mobile-navigation-inner {
		padding: 0 15px;
	}
	.menu-top-menu-container {
		right: 15px;
	}

}
@media only screen and (max-width: 991px) {
	.mobile-navigation button.hamburger, .mobile-navigation button.search {
		padding: 16px 10px;
	}
	.mobile-navigation .fixed-branding {
		left: 125px;
	}
}
@media only screen and (max-width: 767px) {
	div .site-header {
		margin-top: 45px;
		margin-bottom: 0;
	}
	.main-navigation li.hide-desktop {
		display: inline-block;
	}
}
@media only screen and (min-width: 1400px) {
	.mobile-navigation .fixed-branding {
		left: 50%;
		transform: translateX(-50%);
	}

	.menu-top-menu-container {
		position: relative;
		float: right;
		right: 0px;
	}
}




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

.entry-content .wp-block-image {
	margin-bottom: 24px;
}

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

	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		max-width: 45%
	}

}


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

.widget ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
	width: 100%;
	margin-bottom: 10px;
	transition: all .45s ease-in-out;
}

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


.site-header.scrolled {
	opacity: 0.0;
}

.site-header-inner {
	width: 100%;
	max-width: 1400px;
	margin: 0px;
	padding: 10px 20px;
	transition: all .75s ease-in-out;
}

.site-branding {
	text-align: center;
	transition: all .5s ease-in-out;
}




.site-branding .custom-logo-link {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.site-branding img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.site-header.scrolled .site-header-inner {
	transition: all .35s ease-in-out;
}





.site-title {
	margin: 0px;
	text-align: center;
}

.site-title a {
	text-align: center;
	color: #000;
	text-decoration: none;
}






/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
	.site-header {
		margin-top: 120px;
	}

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

	.site-header-inner {
		padding: 10px 50px;
		position: relative;
	}

	.site-header.scrolled {}

	.site-header.scrolled .site-header-inner {}

}


/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width : 1024px) {
	.site-header {}

	.site-header-inner {
		padding: 0px 50px;
	}
}

@media only screen and (min-width: 1400px) {
	.site-header {
		position: relative;
		max-width: 1400px;
		margin: 120px auto 0px auto;
	}
}



/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-overlay {
	height: 1px;
	width: 1px;
	opacity: 0.0;
	position: fixed;
	top: -200px;
	left: -200px;
	background-color: rgba(248, 243, 233, 0.99);
	transition: opacity .25s ease-in-out;
	z-index: 9997;
	text-align: center;
	padding-top: 10%;
	padding-left: 40px;
	padding-right: 40px;
}

.search-overlay.is-open {
	height: 100vh;
	width: 100vw;
	opacity: 1;
	top: 0px;
	left: 0px;
}

.search-overlay .close-search {
	position: absolute;
	top: 24px;
	right: 24px;
	background: transparent;
	font-size: 30px;
	border: 0px;
	cursor: pointer;

}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.site-content {
	margin: 0 auto 24px auto;
	z-index: 1;
}

.page-header,
.entry-header {
	text-align: center;
	margin-bottom: 24px;
}

.entry-header h1 {
	font-family: "PP Editorial New", "Lora", serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.25;
	padding: 36px 20px 12px 20px;

}

.entry-header>* {
	padding: 0px 20px;
	max-width: 976px;
	margin: 0px auto;
}

.entry-header>img.wp-post-image {
	max-width: 1300px;
	width: 100%;
}

.entry-header>.post-thumbnail-caption {
	max-width: 1300px;
	width: 100%;
	text-align: right;
	font-size: 12px;
	margin-top: -4px;
	font-family: 'PP Neue Montreal', 'Helvetica', sans-serif;
}



.page-content,
.entry-content,
.entry-summary {
	opacity: 0.0;
	transition: all .25s ease-in-out;
}

.entry-content>*,
.entry-content div.wpforms-container-full {
	padding: 0px 20px;
	max-width: 940px;
	margin: 0px auto;
}

.entry-content p,
.entry-content h2 {
	margin-bottom: 18px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	font-size: 16px;
}

.entry-content h2 {
	font-family: 'PP Neue Montreal', 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 32px;
}

.entry-content>ul,
.entry-content>ol {
	padding: 0px 40px;
}


.entry-content>ul li,
.entry-content>ol li {
	margin-bottom: 14px;
}

.wp-block-cover {
	max-width: 100%;
}

.wp-block-cover__inner-container {
	max-width: 1320px;
	margin: 0px auto;
}

.entry-footer {
	padding: 0px 20px;
	max-width: 976px;
	margin: 0px auto;
	opacity: 0.0;
}

.is-style-subtitle,
.is-style-subtitle em,
.is-style-subtitle b,
.is-style-subtitle strong {
	font-family: 'PP Neue Montreal', sans-serif;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 32px;
	line-height: 120%;
	text-align: center;

}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-content hr.wp-block-separator {
	max-width: 80% !important;
	border-top: none;
	border-bottom: none;
}

.mc4wp-form input[type=email],
.mc4wp-form input[type=text] {
	width: 100%;
	display: block;
}

.mc4wp-form label {
	text-transform: capitalize;
	font-weight: 700;
	display: block;
	font-size: 14px;
	color: #222F60 !important;
	font-family: 'PP Neue Montreal', 'Helvetica', sans-serif;

}

.cat-links,
.tags-links {
	font-family: 'PP Gosha Sans', 'Helvetica', sans-serif;
	text-transform: uppercase;


}

.cat-links a,
.tags-links a {
	text-decoration: none;
	font-weight: 700;
}

.cat-links a:hover,
.tags-links a:hover {
	text-decoration: underline;
	color: #222F60;
}

.wp-block-navigation .wp-block-navigation-item {
	padding: 4px 0px;
}

.no-posts-found-editor-message {
	display: none;
}

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

	.entry-header>*,
	.entry-content>*,
	.entry-content div.wpforms-container-full,
	.entry-footer {
		max-width: 1000px;
		padding: 0px 50px;
	}

	.entry-header h1 {
		font-size: 60px;
		padding: 36px 20px 12px 20px;
	}

	.entry-content>ul,
	.entry-content>ol {
		padding: 0px 100px;
	}

	.site-content {
		margin: 0 auto 24px auto;
	}

	.entry-content p,
	.entry-content ul,
	.entry-content ol {
		font-size: 20px;
	}

	.entry-content hr.wp-block-separator {
		max-width: 75% !important;
	}


}

@media only screen and (min-width: 1024px) {
	.site-content {
		margin: 0 auto;
	}

	.entry-content hr.wp-block-separator {
		max-width: 80.4% !important;
	}
}

@media only screen and (min-width: 1200px) {
	.entry-header>* {
		padding: 0 0 0 0;
	}

	.entry-header h1 {
		font-size: 72px;

	}

	.site-content {
		margin: 0 auto 24px auto;
	}

	.entry-content p,
	.entry-content ul,
	.entry-content ol {
		font-size: 24px;
	}

	.entry-content hr.wp-block-separator {
		max-width: 1000px !important;
	}

}

@media only screen and (min-width: 1400px) {
	.site-content {
		margin: 0 auto 24px auto;
	}
}

/*--------------------------------------------------------------
## Post Archive
--------------------------------------------------------------*/
.article-archive {}

.article-archive a {
	text-decoration: none;
}

.archive-header .page-title {
	font-size: 12px;
	line-height: 1;
	border-top: 2px solid #222F60;
	font-family: 'PP Gosha Sans', 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #222F60;
	text-transform: uppercase;
	padding-top: 12px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 12px 0px 0px 0px;
}

h2.entry-title-archive {
	font-family: "PP Editorial New", "Lora", serif;
	margin: 0px;
}

.post-archive-text span.posted-on {
	margin: 0px;
}


.post-archive-text .post-single-byline {
	margin: 0px 0px 16px 0px;
}

h2.entry-title-archive a {
	color: #000;
}

.archive-post-container {
	width: 100%;
	margin: 0px auto;
}

.post-thumbnail-archive {
	padding: 0px 0px;
}


@media only screen and (min-width: 600px) {
	.archive-post-container {
		grid-template-columns: 48% 48%;
		display: grid;
		column-gap: 4%;
		width: 95%;
		align-items: flex-start;
	}

	.article-archive {
		margin-bottom: 0px;
	}

	.archive-post-container .entry-header {
		margin-bottom: 0px;
	}

	.archive-header .page-title {
		width: 94%;
	}

	.entry-header .post-archive-text {
		padding: 0px 0px;
	}
}


@media only screen and (min-width: 768px) {
	.archive-header .page-title {
		font-size: 18px;
		border-top: 4px solid #222F60;
	}
}

@media only screen and (min-width: 1024px) {
	.archive-post-container {
		width: 90%;
		grid-template-columns: 32% 32% 32%;
		column-gap: 2%;
	}

	.archive-header .page-title {
		width: 90%;
	}

}

@media only screen and (min-width: 1300px) {
	.archive-header .page-title {
		font-size: 24px;
	}

	.archive-post-container {
		grid-template-columns: 22.75% 22.75% 22.75% 22.75%;
		column-gap: 3%;
	}
}

/*--------------------------------------------------------------
## Writer Pages
--------------------------------------------------------------*/
.writer-bio-pic img {
	max-width: 200px;
	border-radius: 50%;
}

.writer-archive-posts {
	max-width: 1300px;
	margin: 0px auto;
}

.writer-archive-posts article {
	text-align: center;
}

.writer-archive-posts article a {
	text-decoration: none;
}



/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/

body.home .site-main>article>.entry-header {
	display: none;
}

body.home .entry-header>*,
body.home .entry-content>* {
	max-width: 1400px;
}

@media only screen and (min-width: 1024px) {
	body.home .entry-content>.wp-block-columns {
		gap: 4em !important;
	}

}

@media only screen and (min-width: 1200px) {
	body.home .entry-content hr.wp-block-separator {
		max-width: 1196px !important;
	}
}



/*--------------------------------------------------------------
## Ultimate Member
--------------------------------------------------------------*/
.um-4029.um .um-profile-body {
	max-width: 900px;
}

.um-profile-nav {
	background: #222F60 !important;
	font-family: "PP Neue Montreal" !important;
	border-radius: 4px;
}

.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
	background: #FD511A !important;
}

.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
	background: #FD511A !important;
}

#um-bookmark-container {
	margin-top: 12px;
}

.um-user-bookmarks-button {
	display: inline-block;
	font-family: "PP Neue Montreal" !important;
	text-decoration: none !important;
	margin-bottom: 24px;
}


body.um-page-user div.uimob960 .um-profile-photo a.um-profile-photo-img {
	top: -40px !important;
}


/*--------------------------------------------------------------
## GiveWP stuff
--------------------------------------------------------------*/
.donation-form {
	max-width: 500px !important;
	margin: 0px auto !important;
}

.donation-form .section.donation .field.radio {}

.donation-form .section.donation .field.radio {}

.donation-form .section.donation .field.radio {}

.donation-form .field.radio label,
.donation-form .field.checkbox label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
}

.donation-form .field.radio input,
.donation-form .field.checkbox input {
	margin: 6px 0px 0px 0px !important;
}


.donation-form .section.recurring {
	padding-left: 0 !important;
}

.donation-form .section h3 {
	font-family: 'PP Neue Montreal', 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 0px;
}

.donation-form .section .comment {
	display: none !important;
}
.btn-group .btn-submit-donation {
	padding: 12px 24px !important;
    font-size: 24px !important;
    margin-top: 12px !important;
}


@media only screen and (min-width: 768px) {
	.donation-form .section {
		display: grid !important;
		grid-template-columns: 50% 50% !important;
		column-gap: 24px !important;
		row-gap: 12px !important;
	}

	.donation-form .section h3,
	.donation-form .section .street-address,
	.donation-form .section .country,
	.donation-form .section .recurring,
	.donation-form .section .payment,
	.donation-form .section .consent-all,
	.donation-form .section .field:nth-child(6) {
		grid-column: 1 / span 2 !important;
	}

	.donation-form .section .recurring {
		padding-top: 16px !important;
		font-weight: 700 !important;
		font-size: 110% !important;
	}

	.donation-form .section.donation .other-option {
		grid-column: 1 / span 1 !important;
	}

	.donation-form .section.donation .other-amount {
		margin-left: -74% !important;
		margin-top: -5px !important;
	}

	.donation-form #other-amount {
		width: 100px !important;
	}

	.donation-form .section .country select,
	.donation-form .section .street-address textarea {
		width: 100% !important;
		max-width: none;
	}



}



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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: transparent;
	margin-top: 40px;
}

.site-footer-inner {
	max-width: 1400px;
	margin: 0px auto;
	padding: 20px;
}

hr.footer-border {
	background-color: #222F60;
	height: 2px;
}

.site-footer .footer-widgets>.widget {
	padding: 10px 20px;
}

.site-footer h2,
.site-footer h3,
.site-footer p,
.site-footer a {
	font-family: 'PP Gosha Sans', 'Helvetica', sans-serif;
	color: #152971;
	text-transform: uppercase;
}

.site-footer h2 {
	font-size: 32px !important;
	line-height: 1;
	max-width: 350px;
	margin-top: 0px;
}

.site-footer .widget_mc4wp_form_widget h2 {
	font-size: 1.17em !important;
}

.site-footer h3 {
	margin-top: 0px;
}
.site-footer a {
	text-decoration: none;
}
.site-footer a:hover {
	text-decoration: underline;
}




.site-footer .footer-widgets>.widget:nth-child(4) img {
	width: 100%;
}



/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {}

/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width : 1024px) {
	.site-footer-inner {
		padding: 0px 50px;
	}

	.site-footer .footer-widgets>.widget {
		float: left;
		padding: 10px 0px;
	}

	.site-footer .footer-widgets>.widget:first-child {
		width: 34%;
	}

	.site-footer .footer-widgets>.widget:nth-child(2) {
		width: 34%;
	}

	.site-footer .footer-widgets>.widget:nth-child(3) {
		width: 32%;
	}

	.site-footer .footer-widgets>.widget:nth-child(4) {
		clear: both;
		float: none;
		width: 100%;
	}

	hr.footer-border {
		background-color: #222F60;
		height: 4px;
	}
}

/*--------------------------------------------------------------
## Back to Top Button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	width: 36px;
	height: 48px;
	opacity: 0;
	right: -50px;
	bottom: 15px;
	display: block;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	z-index: 999;
}

.back-to-top.scrolled {
	opacity: 0.9;
	right: 16px;
	bottom: 16px;
}



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

/* 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 {
	text-align: center;
}

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