@charset "UTF-8";
/*!
Theme Name: Libro.fm Blog
Theme URI: http://underscores.me/
Author: Nick Johnson
Author URI: http://www.libro.fm
Description: This is the bomb.
Version: 2.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: librofmblog
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.

Libro.fm Blog is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://use.typekit.net/loi0qgq.css");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: museo-sans-rounded, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: greycliff-cf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	font-style: normal;
	clear: both;
	line-height: 1.2;
	margin: 16px 0 16px;
}

h1 {
	margin-top: 0;
	padding-top: 32px;
}

h1, .h1 {
	font-size: 2.25em;
}

h2, .h2 {
	font-size: 1.75em;
}

h3, .h3 {
	font-size: 1.65em;
}

h4, .h4 {
	font-size: 1.5em;
}

h5, .h5 {
	font-size: 1.25em;
}

h6, .h6 {
	font-size: 1em;
}

@media screen and (min-width: 960px) {
	h1, .h1 {
		font-size: 3.5em;
	}
	h2, .h2 {
		font-size: 3em;
	}
	.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
		margin-top: 32px;
	}
}

@media screen and (min-width: 1440px) {
	h1, .h1 {
		font-size: 4em;
	}
	h2, .h2 {
		font-size: 3.5em;
	}
}

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: #404040;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	padding: 32px 0 32px 64px !important;
	background-image: url(images/quote.svg);
	background-position: left 32px;
	background-repeat: no-repeat;
}

blockquote p {
	font-family: greycliff-cf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	font-size: 110%;
}

@media screen and (min-width: 960px) {
	blockquote p {
		font-size: 125%;
	}
}

@media screen and (min-width: 1280px) {
	blockquote p {
		font-size: 150%;
	}
}

blockquote cite {
	color: #cccccc;
	font-family: greycliff-cf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
}

blockquote cite a {
	color: #cccccc;
}

figcaption {
	color: #000000;
	font-size: 90%;
}

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

/* Elements
--------------------------------------------- */
body {
	background: #ffffff;
	font-size: 110%;
}

hr {
	background-color: #cccccc;
	border: 0 !important;
	height: 1px;
	max-width: 960px;
	margin: 64px auto;
}

hr.is-style-wide {
	max-width: 100%;
}

hr.hr-tight {
	margin: 16px auto;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.is-style-rounded img {
	border-radius: 8px !important;
}

.is-style-circle img {
	border-radius: 1000px !important;
}

.is-style-border img {
	border: 1px solid #cccccc !important;
}

.is-style-shadow img {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25) !important;
}

figure {
	margin: 1em 0;
}

.entry-content .interact-app-container {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 1px solid #cccccc !important;
	border-radius: 8px !important;
}

table {
	margin: 0 0 16px;
	width: 100%;
}

table td {
	padding: 16px;
}

.search-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.search-form input[type="search"] {
	min-width: 300px;
	max-width: 500px;
	margin-bottom: 16px;
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover, a:focus, a:active {
	color: #62B9B6;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 8px 32px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 80px;
	margin: 0 0 16px;
	text-decoration: none;
	font-weight: 700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #000000;
	background-color: #F2F2F7;
	border-color: #000000;
}

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

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: #000000;
}

.wp-block-button {
	font-weight: 700;
}

.wp-block-button .wp-block-button__link:visited {
	color: #ffffff;
}

.wp-block-button .wp-block-button__link:hover {
	background-color: #000000;
	color: #ffffff;
}

.wp-block-button .wp-block-button__link .has-teal-background-color:hover {
	color: #ffffff;
	background-color: #48a09d;
}

.wp-block-button .wp-block-button__link .has-pink-background-color:hover {
	color: #ffffff;
	background-color: #e24052;
}

.wp-block-button .wp-block-button__link .has-green-background-color:hover {
	color: #ffffff;
	background-color: #3ebc76;
}

.wp-block-button .wp-block-button__link .has-orange-background-color:hover {
	color: #ffffff;
	background-color: #cc7700;
}

.wp-block-button .wp-block-button__link .has-blue-background-color:hover {
	color: #ffffff;
	background-color: #2250c6;
}

.wp-block-button .wp-block-button__link .has-purple-background-color:hover {
	color: #ffffff;
	background-color: #5756d0;
}

.is-style-outline .wp-block-button__link {
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
}

.is-style-outline .wp-block-button__link:hover {
	color: #ffffff !important;
	background-color: #000000 !important;
	border-color: #000000;
}

.is-style-outline .wp-block-button__link.has-teal-background-color {
	color: #62B9B6 !important;
	border-color: #62B9B6 !important;
}

.is-style-outline .wp-block-button__link.has-teal-background-color:hover {
	color: #ffffff !important;
	background-color: #62B9B6 !important;
}

.is-style-outline .wp-block-button__link.has-pink-background-color {
	color: #E96C7A !important;
	border-color: #E96C7A;
}

.is-style-outline .wp-block-button__link.has-pink-background-color:hover {
	color: #ffffff !important;
	background-color: #E96C7A !important;
}

.is-style-outline .wp-block-button__link.has-green-background-color {
	color: #62CB91 !important;
	border-color: #62CB91;
}

.is-style-outline .wp-block-button__link.has-green-background-color:hover {
	color: #ffffff !important;
	background-color: #62CB91 !important;
}

.is-style-outline .wp-block-button__link.has-orange-background-color {
	color: #FF9500 !important;
	border-color: #FF9500;
}

.is-style-outline .wp-block-button__link.has-orange-background-color:hover {
	color: #ffffff !important;
	background-color: #FF9500 !important;
}

.is-style-outline .wp-block-button__link.has-blue-background-color {
	color: #3D6ADE !important;
	border-color: #3D6ADE;
}

.is-style-outline .wp-block-button__link.has-blue-background-color:hover {
	color: #ffffff !important;
	background-color: #3D6ADE !important;
}

.is-style-outline .wp-block-button__link.has-purple-background-color {
	color: #7F7EDB !important;
	border-color: #7F7EDB;
}

.is-style-outline .wp-block-button__link.has-purple-background-color:hover {
	color: #ffffff !important;
	background-color: #7F7EDB !important;
}

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 #cccccc;
	border-radius: 3px;
	padding: 16px;
	border-radius: 8px;
}

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

textarea {
	width: 100%;
}

input[type="submit"] {
	background-color: #000000;
	color: #ffffff;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	background-color: white;
	display: flex;
	flex-direction: row;
	position: relative;
	z-index: 1000;
	height: 60px;
}

.site-header .site-branding {
	flex-grow: 1;
	background-color: white;
	display: flex;
	flex-direction: row;
	padding: 8px;
}

.site-header .site-branding img {
	height: 44px;
	width: auto;
}

.site-header .site-branding:hover {
	background-color: #F2F2F7;
}

.site-header .site-search {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: white;
	position: relative;
	right: 60px;
}

.site-header .site-search img {
	width: 30px;
	height: 30px;
}

.site-header .site-search:hover {
	background-color: #F2F2F7;
}

@media screen and (min-width: 960px) {
	.site-header {
		flex-direction: row;
		height: 100px;
		padding-right: 16px;
	}
	.site-header .site-branding {
		padding: 16px;
		flex-grow: 0;
		margin-right: auto;
	}
	.site-header .site-branding img {
		height: 68px;
	}
	.site-header .site-search {
		height: 100px;
		right: 0;
		order: 3;
	}
}

#header-widgets {
	background-color: #62B9B6;
	overflow: hidden;
	margin-bottom: 0 !important;
}

#header-widgets .header-widgets__content {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10.66667px;
	padding-bottom: 10.66667px;
	font-size: 90%;
	color: #ffffff;
}

#header-widgets .widget {
	margin: 0;
}

#header-widgets p {
	margin: 0 !important;
}

#header-widgets p a {
	color: #ffffff;
}

#header-widgets p a:hover {
	color: #bae0df;
}

.site-main {
	background-color: #ffffff;
}

.article-grid {
	padding: 8px 8px 64px;
	max-width: 1440px;
	margin: 0 auto;
}

.article-grid article {
	padding-bottom: 16px;
}

.article-grid article a {
	display: block;
	text-decoration: none;
	padding: 8px;
	border-radius: 24px;
	background-color: white;
}

.article-grid article a .post-thumbnail {
	overflow: hidden;
	display: flex;
	margin-bottom: 16px;
	border-radius: 8px;
}

.article-grid article a:hover {
	background-color: #F2F2F7;
}

.article-grid article a:hover .post-thumbnail img {
	transform: scale(110%);
}

.article-grid article a img {
	transition: all .5s;
}

.article-grid article a h2 {
	margin: 8px 0 16px;
}

.article-grid article a p {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 600px) {
	.article-grid {
		padding: 16px 16px 64px;
		display: grid;
		grid-template-columns: auto auto;
	}
	.article-grid article a {
		padding: 16px;
		color: #000000;
	}
	.article-grid article:nth-child(1) {
		grid-column: 1 / span 2;
	}
}

@media screen and (min-width: 960px) {
	.article-grid {
		grid-template-columns: auto auto auto;
	}
}

@media screen and (min-width: 1280px) {
	.article-grid {
		grid-template-columns: auto auto auto auto;
	}
}

.site-footer {
	background-color: #000000;
	padding: 32px 16px;
	text-align: center;
	color: #ffffff;
}

.site-footer .site-info {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.site-footer .site-info .logo img {
	width: 250px;
	height: auto;
}

.site-footer .site-info .copyright {
	font-size: 75%;
	margin-top: 32px;
}

#footer-widgets {
	background-color: #000000;
	padding-top: 32px;
	color: #ffffff;
}

#footer-widgets .footer-widgets__content {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 64px;
	padding-left: 16px;
	padding-right: 16px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	position: absolute;
	top: 60px;
	width: 100%;
	background-color: white;
}

.main-navigation ul.menu {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
	font-weight: 700;
}

.main-navigation ul.menu > li > a {
	font-size: 90%;
	font-family: greycliff-cf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.25;
}

@media screen and (min-width: 960px) {
	.main-navigation ul.menu > li > a {
		text-align: center;
	}
}

.main-navigation ul.menu ul.sub-menu {
	background-color: white;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none !important;
	font-weight: 400;
}

.main-navigation ul.menu ul.sub-menu li:hover > ul,
.main-navigation ul.menu ul.sub-menu li.focus > ul {
	display: block;
}

.main-navigation ul.menu ul.sub-menu a {
	font-size: 90%;
	letter-spacing: 0px;
}

.main-navigation ul.menu ul.sub-menu :hover > a,
.main-navigation ul.menu ul.sub-menu .focus > a {
	color: #ffffff;
	background-color: #62B9B6;
}

.main-navigation ul.menu li:hover > ul.sub-menu,
.main-navigation ul.menu li.focus > ul.sub-menu {
	background-color: #F2F2F7;
	display: block !important;
}

.main-navigation li {
	position: relative;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background-color: #F2F2F7;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 8px;
}

@media screen and (min-width: 960px) {
	.main-navigation a {
		padding: 8px 16px;
	}
}

/* Small menu. */
.menu-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	border-radius: 0;
	background-color: white;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	top: -60px;
	right: 0;
	width: 60px;
	height: 60px;
}

.menu-toggle img {
	width: 36px;
	height: 36px;
}

.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 960px) {
	.main-navigation {
		width: inherit;
		position: relative;
		top: 0;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul.menu {
		display: flex;
	}
	.main-navigation ul.menu a {
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-navigation ul.menu ul.sub-menu {
		position: absolute;
		top: 100px;
		left: 0;
		width: 180px;
	}
	.main-navigation ul.menu ul.sub-menu a {
		height: inherit;
		justify-content: flex-start;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	border-top: 1px solid #cccccc;
	padding: 64px 16px;
	background-color: #F2F2F7;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	text-align: center;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	padding: 16px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	padding: 16px;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
	text-decoration: none;
	color: #000000;
	font-family: greycliff-cf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	font-size: 150%;
}

.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
	color: #62B9B6;
}

.comment-navigation a .nav-subtitle,
.posts-navigation a .nav-subtitle,
.post-navigation a .nav-subtitle {
	color: #62B9B6;
	display: block;
	text-transform: uppercase;
	font-size: 75%;
}

@media screen and (min-width: 600px) {
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		display: flex;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		text-align: start;
		flex: 1 0 50%;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		flex: 1 0 50%;
		text-align: end;
	}
}

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

.post,
.page {
	margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
	padding: 0;
}

.page-title {
	margin-top: 0;
}

.page-links {
	clear: both;
	margin: 0 0 16px;
}

.archive .page-header,
.entry-header {
	padding: 64px 0;
	text-align: center;
}

.archive .page-header .page-title,
.archive .page-header .entry-title,
.entry-header .page-title,
.entry-header .entry-title {
	max-width: 1440px;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto 16px;
}

.archive .page-header .entry-meta,
.entry-header .entry-meta {
	max-width: 1440px;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto;
	color: #404040;
}

.archive .page-header .entry-meta a,
.entry-header .entry-meta a {
	color: #404040;
}

.page-content {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 64px;
	padding-left: 16px;
	padding-right: 16px;
}

.post .entry-content .post-thumbnail {
	max-width: 1440px;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto 32px;
	text-align: center;
}

.post .entry-content .post-thumbnail img {
	border-radius: 24px;
}

.post .entry-content .wp-block-quote {
	max-width: 1440px;
}

.post .entry-content .wp-block-quote p {
	max-width: 1440px;
}

.entry-content {
	padding-bottom: 64px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content ul, .entry-content ol {
	max-width: 960px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .gform_body h1, .entry-content .gform_body h2, .entry-content .gform_body h3, .entry-content .gform_body h4, .entry-content .gform_body h5, .entry-content .gform_body h6, .entry-content .gform_body p {
	padding-left: 0 !important;
}

.entry-content ul, .entry-content ol {
	padding-left: 48px !important;
}

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

.entry-content form ul, .entry-content form ol {
	padding-left: 0 !important;
}

.entry-content .wp-block-quote p {
	padding-left: 0;
	padding-right: 0;
}

.entry-content .wp-block-image,
.entry-content .wp-block-quote,
.entry-content .wp-block-columns,
.entry-content .wp-block-group,
.entry-content .wp-block-buttons,
.entry-content .wp-block-embed,
.entry-content #author-bio-box,
.entry-content .wp-block-table,
.entry-content .wp-block-gallery,
.entry-content .wp-block-media-text,
.entry-content .iframe-wrapper,
.entry-content .accordion-section {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.entry-content .wp-block-group .wp-block-columns h1, .entry-content .wp-block-group .wp-block-columns h2, .entry-content .wp-block-group .wp-block-columns h3, .entry-content .wp-block-group .wp-block-columns h4, .entry-content .wp-block-group .wp-block-columns h5, .entry-content .wp-block-group .wp-block-columns h6, .entry-content .wp-block-group .wp-block-columns p, .entry-content .wp-block-group .wp-block-columns ul, .entry-content .wp-block-group .wp-block-columns ol {
	padding-left: 16px;
	padding-right: 16px;
}

.entry-content iframe {
	margin: 0 auto 16px !important;
}

.entry-content .wp-block-media-text .wp-block-media-text__content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media screen and (min-width: 960px) {
	.entry-content .wp-block-media-text .wp-block-media-text__content {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
}

.entry-content .wp-block-latest-posts__list {
	padding-left: 16px !important;
}

.entry-content .wp-block-column h1, .entry-content .wp-block-column h2, .entry-content .wp-block-column h3, .entry-content .wp-block-column h4, .entry-content .wp-block-column h5, .entry-content .wp-block-column h6, .entry-content .wp-block-column p, .entry-content .wp-block-column ul, .entry-content .wp-block-column ol,
.entry-content .wp-block-column .wp-block-image,
.entry-content .wp-block-column .wp-block-buttons {
	padding-left: 0;
	padding-right: 0;
}

.entry-content .wp-block-group {
	padding: 32px 16px 16px;
	margin-bottom: 16px;
	border-radius: 8px;
}

.entry-content .wp-block-group.alignfull {
	border-radius: 0px !important;
}

.entry-content .alignwide {
	max-width: 1440px !important;
}

@media screen and (min-width: 960px) {
	.entry-content .alignfull {
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.entry-author {
	max-width: 960px;
	margin: 0 auto;
}

.entry-author .entry-author__content {
	padding: 32px;
	background-color: #000000;
	color: #ffffff;
	margin: 0 16px 64px;
	border-radius: 8px;
}

.entry-author .entry-author__content h2 {
	color: #62B9B6;
}

.entry-author .entry-author__content h2 small {
	color: #ffffff;
}

.entry-author .entry-author__content h3 {
	margin-top: 0;
}

.entry-footer {
	border-top: 1px solid #cccccc;
	padding: 64px 16px;
	text-align: center;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	padding-bottom: 16px;
}

.entry-footer .cat-links p,
.entry-footer .tags-links p {
	font-family: greycliff-cf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.entry-footer .cat-links ul,
.entry-footer .tags-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	padding: 8px 32px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 80px;
	margin: 0 0 16px;
	text-decoration: none;
	font-weight: 700;
}

.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:hover {
	color: #000000;
	background-color: #F2F2F7;
	border-color: #000000;
}

.post-edit-link {
	padding: 8px 32px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 80px;
	margin: 0 0 16px;
	text-decoration: none;
	font-weight: 700;
}

.post-edit-link:hover {
	color: #000000;
	background-color: #F2F2F7;
	border-color: #000000;
}

.page-header {
	background-color: #000000;
	text-align: center;
	padding: 64px 16px;
}

.page-header h1 {
	color: #ffffff;
	margin-bottom: 16px;
}

.page-header .archive-description {
	text-align: center;
	color: #ffffff;
	font-size: 150%;
}

#content-widgets {
	padding-top: 32px;
	padding-bottom: 32px;
}

#content-widgets .content-widgets__content {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 64px;
	padding-left: 16px;
	padding-right: 16px;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
	overflow: hidden;
	display: flex;
	background-color: #F2F2F7;
	margin-bottom: 8px;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image a img {
	transition: all .5s;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image a:hover {
	background-color: #F2F2F7;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image a:hover img {
	transform: scale(110%);
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
	padding: 8px;
	display: block;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.5em;
	line-height: 1.2;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title:hover {
	color: #000000;
}

.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date {
	padding: 0 8px;
	color: #cccccc;
}

/* Colors
--------------------------------------------- */
.has-dark-grey-background-color {
	background-color: #222222;
}

.has-light-grey-background-color {
	background-color: #F2F2F7;
}

.has-white-background-color {
	background-color: #ffffff;
}

.has-teal-background-color {
	background-color: #62B9B6;
}

.has-pink-background-color {
	background-color: #E96C7A;
}

.has-green-background-color {
	background-color: #62CB91;
}

.has-orange-background-color {
	background-color: #FF9500;
}

.has-blue-background-color {
	background-color: #3D6ADE;
}

.has-purple-background-color {
	background-color: #7F7EDB;
}

.has-dark-grey-color {
	color: #222222;
}

.has-teal-color {
	color: #62B9B6;
}

.has-pink-color {
	color: #E96C7A;
}

.has-green-color {
	color: #62CB91;
}

.has-orange-color {
	color: #FF9500;
}

.has-blue-color {
	color: #3D6ADE;
}

.has-purple-color {
	color: #7F7EDB;
}

.has-light-grey-color {
	color: #F2F2F7;
}

.has-light-grey-color a {
	color: #F2F2F7;
}

.has-white-color {
	color: #ffffff;
}

.has-white-color a {
	color: #ffffff;
}

/* Password form
--------------------------------------------- */
.post-password-form {
	background-color: #F2F2F7;
	border-radius: 8px;
	padding: 32px;
	margin: 16px auto;
	text-align: center;
	max-width: 600px;
}

.post-password-form p {
	font-size: 125%;
}

.post-password-form label {
	display: none;
}

.post-password-form input[type=password] {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

/* Comments
--------------------------------------------- */
.comments-area {
	background-color: #F2F2F7;
	padding: 32px 0 64px;
	border-top: 1px solid #cccccc;
}

.comments-area .comments-title {
	max-width: 960px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}

.comments-area .comment-list {
	max-width: 960px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

.comments-area .comment-list .comment {
	border-top: 1px solid #cccccc;
	padding: 16px 0;
}

.comments-area .comment-list .comment .comment-author {
	font-family: greycliff-cf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.comments-area .comment-list .comment .comment-author .says {
	display: none;
}

.comments-area .comment-list .comment .comment-metadata {
	color: #666;
	font-size: 75%;
}

.comments-area .comment-list .comment .comment-metadata a {
	color: #666;
	text-decoration: none;
}

.comments-area .comment-list .comment .reply {
	text-align: right;
}

.comments-area .comment-list .comment .reply a {
	padding: 8px 32px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 80px;
	margin: 0 0 16px;
	text-decoration: none;
	font-weight: 700;
}

.comments-area .comment-list .comment .reply a:hover {
	color: #000000;
	background-color: #F2F2F7;
	border-color: #000000;
}

.comments-area .comment-list .comment img {
	display: none;
}

.comments-area .comment-respond {
	max-width: 960px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form .form-submit {
	margin-bottom: 0;
}

.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
	display: block;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
	width: 100%;
}

/* Widgets
--------------------------------------------- */
.widget-area {
	margin: 0 0 16px;
}

.widget-area select {
	max-width: 100%;
}

.widget-area .wp-block-group {
	padding: 16px;
	margin-bottom: 16px;
	border-radius: 8px;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Social
--------------------------------------------- */
.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	margin: 5.33333px;
	border-radius: 60px;
}

.social-links li a img {
	max-width: 20px;
	max-height: 20px;
}

.social-links li a:hover {
	background-color: #62B9B6;
}

/* Blocks
--------------------------------------------- */
.block__closing {
	max-width: 960px;
	margin: 0 auto;
	border-radius: 24px;
	border: 1px solid #cccccc;
	overflow: hidden;
	text-align: center;
	padding: 32px;
}

.block__closing h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.block__closing .call-to-action {
	padding: 8px 32px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 80px;
	margin: 0 0 16px;
	text-decoration: none;
	font-weight: 700;
}

.block__closing .call-to-action:hover {
	color: #000000;
	background-color: #F2F2F7;
	border-color: #000000;
}

.block__event {
	max-width: 960px;
	margin: 0 auto;
	border-radius: 24px;
	border: 1px solid #cccccc;
	overflow: hidden;
}

.block__event .event-content {
	padding: 16px;
}

.block__event .event-content h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.block__event .event-content .call-to-action {
	padding: 8px 32px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 80px;
	margin: 0 0 16px;
	text-decoration: none;
	font-weight: 700;
	margin-bottom: 0;
}

.block__event .event-content .call-to-action:hover {
	color: #000000;
	background-color: #F2F2F7;
	border-color: #000000;
}

.block__playlist {
	background-color: #000000;
	padding: 16px;
	margin: 0 auto;
	display: block;
	position: relative;
	border-radius: 24px;
	max-width: 500px;
}

.block__playlist img {
	border-radius: 8px;
}

.block__playlist h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #ffffff;
	padding: 0;
}

.block__playlist p {
	margin-top: 0;
	padding: 0;
	color: #ffffff;
}

.block__playlist .call-to-action {
	padding: 8px 32px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 80px;
	margin: 0 0 16px;
	text-decoration: none;
	font-weight: 700;
	background-color: transparent;
	color: #ffffff;
	margin-bottom: 0;
	border-color: #ffffff;
}

.block__playlist .call-to-action:hover {
	color: #000000;
	background-color: #F2F2F7;
	border-color: #000000;
}

.block__playlist .call-to-action:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #000000;
}

.block__audiobook {
	background-color: #ffffff;
	padding: 16px;
	margin: 0 auto;
	display: block;
	position: relative;
	border-radius: 8px;
	max-width: 500px;
}

.block__audiobook .number {
	position: absolute;
	top: 16px;
	left: 16px;
	color: #ffffff;
	font-family: greycliff-cf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	background-color: #000000;
	padding: 16px;
	border-radius: 8px 0 8px 0;
}

.block__audiobook img {
	border-radius: 8px;
	border: 1px solid #cccccc;
}

.block__audiobook h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
}

.block__audiobook p {
	margin-top: 0;
	padding: 0;
}

.block__audiobook audio {
	width: 100%;
}

.block__audiobook .call-to-action {
	padding: 8px 32px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 80px;
	margin: 0 0 16px;
	text-decoration: none;
	font-weight: 700;
}

.block__audiobook .call-to-action:hover {
	color: #000000;
	background-color: #F2F2F7;
	border-color: #000000;
}

.block__audiobook-large {
	max-width: 960px;
	padding: 16px;
	margin: 0 auto;
	display: block;
	position: relative;
	border-radius: 8px;
}

@media screen and (min-width: 960px) {
	.block__audiobook-large {
		display: grid;
		grid-template-columns: 50% auto;
	}
}

.block__audiobook-large .cover {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 960px) {
	.block__audiobook-large .cover {
		margin-right: 32px;
	}
}

.block__audiobook-large .number {
	position: absolute;
	top: 1px;
	left: 1px;
	color: #ffffff;
	font-family: greycliff-cf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	background-color: #000000;
	padding: 16px;
	border-radius: 8px 0 8px 0;
}

.block__audiobook-large img {
	border-radius: 8px;
	border: 1px solid #cccccc;
}

.block__audiobook-large h2, .block__audiobook-large h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
}

.block__audiobook-large p {
	margin-top: 0;
	padding: 0;
}

.block__audiobook-large p.author {
	color: #999999;
}

.block__audiobook-large audio {
	width: 100%;
}

.block__audiobook-large .call-to-action {
	padding: 8px 32px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 80px;
	margin: 0 0 16px;
	text-decoration: none;
	font-weight: 700;
	border-color: #000000;
	background-color: #000000;
	color: #ffffff;
}

.block__audiobook-large .call-to-action:hover {
	color: #000000;
	background-color: #F2F2F7;
	border-color: #000000;
}

.block__audiobook-large .call-to-action:hover {
	border-color: #62B9B6;
	background-color: #62B9B6;
	color: #ffffff;
}

/* Slick
--------------------------------------------- */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	padding: 32px 16px !important;
	background-position: left 32px;
	float: left;
	height: 100%;
	min-height: 1px;
	text-align: center;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide p {
	max-width: 90% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("inc/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("inc/fonts/slick.eot");
	src: url("inc/fonts/slick.eot?#iefix") format("embedded-opentype"), url("inc/fonts/slick.woff") format("woff"), url("inc/fonts/slick.ttf") format("truetype"), url("inc/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.page .entry-content ul.slick-dots,
.page .entry-content ul.slick-dots {
	padding-left: 0 !important;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100% !important;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

.screen-reader-text:focus {
	background-color: #F2F2F7;
	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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */
