/*!
Theme Name: FTRP
Theme URI: https://www.ftrp.ca/
Author: Sean Pearce
Author URI: https://www.ftrp.ca/
Description: Custom theme for ftrp.ca
Version: 0.2.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ftrp

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

FTRP 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: -------------------------------------------------------------

# Normalization
# Base
  ## Typography
  ## Elements
  ## Links
  ## Forms
# Layouts
# Components
  ## Navigation
  ## Posts and pages
  ## Comments
  ## Widgets
  ## Media
  ## Captions
  ## Galleries
# Content
  ## Top section
  ## About section
  ## Services section
  ## Favourites section
  ## Testimonials section
  ## Clients section
  ## FAQ section
  ## Contact section
  ## Footer
  ## "More" button
# Blog
  ## Index
  ## Posts
  ## Sidebar
# Plugins
  ## Jetpack infinite scroll
# Utilities
  ## Accessibility
  ## Alignments


/* -----------------------------------------------------------------------------
 # Normalization ------------------------------------------------------------ */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css     */

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

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

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

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* 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: #202020;
	font-family: 'Figtree', sans-serif;
	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;
	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 #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* ## Elements -------------------------------------------------------------- */

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1em 0;
	padding-inline-start: 1.5em;
}

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

figure {
	margin: 1em 0;
}

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

/* ## Links ----------------------------------------------------------------- */

a {
	color: #c3232d;
	text-decoration: none;;
}

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

a:focus {
	outline: none;
}

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

main a:hover,
main a:focus {
	border-bottom: 1.5px solid #c3232d;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	appearance: none;
	background-color: #c3232d;
	color: #fff;
	border-radius: 12px;
	font-family: inherit;
	font-size: 1.0625rem;
	font-weight: 800;
	margin: 0;
	padding: 0.625rem 1.375rem;
	text-align: inherit;
	text-decoration: none;
	letter-spacing: 0.03em;
	transition: background-color 0.1s, box-shadow 0.1s;
	outline: 0;
	border: none;
}

button:focus:not(:disabled),
button:hover(:disabled),
input[type="button"]:focus(:disabled),
input[type="button"]:hover(:disabled),
input[type="reset"]:focus(:disabled),
input[type="reset"]:hover(:disabled),
input[type="submit"]:focus(:disabled),
input[type="submit"]:hover(:disabled) {
	background-color: #c3232d;
	box-shadow: 0 0 0 3px rgba(195, 35, 45, 0.3);
	color: #fff;
	outline: 0;
}

button:active:not(:disabled),
input[type="button"]:active:not(:disabled),
input[type="reset"]:active:not(:disabled),
input[type="submit"]:active:not(:disabled) {
	background-color: hsl(356, 75%, 40%);
	box-shadow: 0 0 0 3px rgba(195, 35, 45, 0.35);
	color: #fff;
	outline: 0;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
	opacity: 0.5;
}

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: #202020;
	border: 1px solid rgba(0, 0, 0, 0.33);
	border-radius: 1.5px;
	padding: 0.5em 0.75em;
}

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;
	border-color: #c3232d;
	outline: 1px solid #c3232d;
	box-shadow: 0 0 0 4px rgba(195, 35, 45, 0.15);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* -----------------------------------------------------------------------------
 # Layouts ------------------------------------------------------------------ */

.site-content {
	padding-top: 7.25em;
}

.limited-page {
	max-width: 1280px;
	margin: 0 auto;
}

.limiter {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	padding: 0 1em;
}

/* Fix horizontal margin issue on home page on mobile */
@media screen and (max-width: 82em) {
	.limited-page {
		box-shadow: none;
		overflow: hidden;
	}
}


/* -----------------------------------------------------------------------------
 # Components --------------------------------------------------------------- */

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

.site-header {
	position: fixed;
	width: 100%;
	background: #fff;
	transition: box-shadow 0.25s, background 0.25s;
	left: 0;
	top: 0;
	z-index: 100;
	/* prevent flicker in Chrome: */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* -webkit-transform: translateZ(0);
	transform: translateZ(0); */
}

.site-header.scrolled {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
}

.site-header .nav-wrapper {
	max-width: 1248px;
	margin: 0 auto;
	position: relative;
}

.nav-menu-toggle {
	display: none;
	position: absolute;
	top: 2.125rem;
	right: 1rem;
	height: 3rem;
	width: 3rem;
	background-color: #fff;
	color: #202020;
	outline: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	border: none;
	font-size: 1rem;
	padding: 0;
	z-index: 1001;
	box-shadow: 0 0 2.5px 0.5px rgba(0, 0, 0, 0.2);
}

.nav-menu-toggle.scrolled {
	position: fixed;
	top: 1rem;
}

.nav-menu-toggle i {
	font-size: 1.375em;
}

.nav-menu-toggle:focus {
	background-color: #c3232d;
	color: #fff;
	outline: none;
}

.primary-nav .limited-width {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.primary-nav .logo-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: initial;
	width: 192px;
	margin: 1em;
	transition: width 0.15s;
}

.primary-nav .menu-container {
	flex: 1;
}

.primary-nav .logo {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 43.75%;
	background-image: url('./img/ftrp-logo.png#production');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0.0625rem;
}

.primary-nav .logo.podcasting {
	background-image: url('./img/ftrp-logo-podcasting.png');
}

@media (min-width: 960.1px) {
	.site-header.scrolled .primary-nav .logo-container {
		width: 128px;
	}
}

@media (max-width: 960px) {
	.site-header .primary-nav .logo-container {
		width: 160px;
	}

	.primary-nav .logo-container {
		margin: 1.5em 1em;
	}
}

.primary-nav .nav-menu {
	list-style-type: none;
	margin: 0 0 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
	max-width: 60em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.primary-nav .nav-menu > .menu-item {
	position: relative;
}

.primary-nav .menu-item {
	flex: initial;
	padding: 0.75em 0;
}

.primary-nav .menu-item a {
	text-align: left;
	margin: 0 1rem;
	font-size: 1.0625rem;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	border-bottom: 0.75px solid transparent;
	outline: none;
	line-height: 1.1;
}

.primary-nav .menu-item a:focus,
.primary-nav .menu-item a:hover {
	border-bottom-color: #202020;
}

.primary-nav .nav-menu > .menu-item:first-child {
	display: none;
}

.primary-nav .nav-menu > .menu-item:first-child a:focus,
.primary-nav .nav-menu > .menu-item:first-child a:hover {
	border-bottom: 1.5px solid #c3232d;
}

.primary-nav .nav-menu > .menu-item.current-menu-item a {
	border-bottom: 1.5px solid #c3232d;
}

.primary-nav .nav-menu > .menu-item:first-child a {
	font-size: 1.125rem;
	font-weight: 800;
	color: #c3232d;
}

/* Submenus */

.primary-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	text-align: left;
	z-index: 999;
}

.primary-nav .menu-item-has-children > .nav-link-parent {
	cursor: default;
}

.primary-nav .menu-item.expanded .sub-menu {
	display: block;
}

.primary-nav .sub-menu .menu-item {
	padding: 0;
	min-width: 8em;
}

.primary-nav .sub-menu .menu-item a {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 1em;
	border: none;
}

.primary-nav .sub-menu .menu-item a:focus,
.primary-nav .sub-menu .menu-item a:hover {
	background: #f2f2f2;
}

.primary-nav .menu-item:last-child .sub-menu {
	left: auto;
	right: 0;
}

.divider {
	margin: 0 0.75em;
	height: 2em;
	border-right: 1px solid #333;
}

@media (min-width: 960.1px) {
	.primary-nav .menu-container {
		display: block !important;
	}
}

@media (max-width: 1168px) {
	.primary-nav .menu-item a {
		margin: 1rem 0.75rem;
		font-size: 1rem;
	}

	.divider {
		margin: 0 0.375em;
	}
}

@media (max-width: 1024px) {
	.primary-nav .divider {
		display: none;
	}
}

@media (max-width: 1024px) and (min-width: 961px) {
	.primary-nav .menu-item a {
		margin: 0 0.5rem;
		font-size: 0.9375rem;
	}
}

@media (max-width: 960px) {
	.site-content {
		padding-top: 0;
	}

	.site-header {
		position: static;
		background: transparent;
	}

	.site-header.scrolled {
		box-shadow: none;
		background: #fff;
	}


	.site-header .nav-wrapper {
		padding: 0;
	}

	.primary-nav .menu-container {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: auto;
		background: #f2f2f2;
		z-index: 1000;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	}

	.primary-nav .nav-menu {
		padding: 0.5em 0;
		display: block;
	}

	.primary-nav .nav-link-parent {
		display: block;
		padding: 0 0 0 1rem;
		border-bottom: none !important;
	}

	.primary-nav .menu-item {
		display: block !important;
		padding: 0;
	}

	.primary-nav .menu-item a {
		display: block;
		margin: 0;
		padding: 0.75rem 1rem 0.75rem 2.5rem;
		border-left: 4px solid transparent;
		border-bottom: none !important;
	}

	.primary-nav .menu-item a:active,
	.primary-nav .menu-item a:focus {
		border-color: #202020;
		background: #e5e5e5;
		outline: none;
	}

	.primary-nav .menu-container.expanded {
		display: block;
	}

	.primary-nav .sub-menu {
		display: block;
		position: relative;
		background: transparent;
		box-shadow: none;
		border-radius: 0;
		z-index: auto;
	}

	.primary-nav .menu-item.expanded .sub-menu {
		display: block;
	}

	.primary-nav .sub-menu .menu-item {
		padding: 0;
		min-width: 8em;
	}

	.primary-nav .sub-menu .menu-item a {
		margin: 0;
		padding: 0.75rem 1rem 0.75rem 2.5rem;
		font-size: 1rem;
		border-left: 4px solid transparent;
		border-bottom: none !important;
		line-height: 1.1;
	}

	.primary-nav .nav-menu > .menu-item:first-child a {
		padding-left: 1.5rem;
	}

	.primary-nav .menu-item a.services + .sub-menu a {
		padding-left: 3.5rem;
	}

	.primary-nav .menu-item a.more {
		display: none;
	}

	.primary-nav .sub-menu .menu-item a:focus,
	.primary-nav .sub-menu .menu-item a:hover {
		background: #f2f2f2;
	}

	.nav-menu-toggle {
		display: flex;
	}
}

.primary-nav .menu-item.current-menu-item a {
	border-color: #c3232d;
}

/* ## Posts and pages ------------------------------------------------------- */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

/* ## Comments -------------------------------------------------------------- */

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

.bypostauthor {
	display: block;
}

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

.widget {
	margin: 0 0 1.5em;
}

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

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


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

.site-main {
	margin-top: 3em;
	margin-bottom: 1em;
}

.home .site-main,
.page-podcast-production .site-main {
	margin-top: 0;
}

.page-standard section {
	padding: 1.5em 0 4.5em 0;
}

.page-standard h2 {
	margin: 0 0 1.75rem 0;
	font-size: 2.125em;
	font-weight: 800;
	line-height: 1.25;
}

.page-standard h3 {
	margin: 1.25rem 0;
	font-size: 1.25em;
	font-weight: 800;
	line-height: 1.25;
}

.page-standard h2 strong,
.page-standard h3 strong {
	font-weight: 800;
	color: #c3232d;
}

/* .page-standard section[id]::before {
	content: '';
	display: block;
	height: 4em;
	margin-top: -4em;
	visibility: hidden;
} */

.page-standard section p {
	font-size: 1.0625em;
}

.page-standard .above-h2 {
	margin: 0 0 1.25rem 0;
	font-size: 1.0625em;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.06em;
}

.action-button {
	width: 100%;
	text-align: center;
}

.btn-standard {
	display: inline-block;
	background-color: #c3232d;
	color: #fff;
	border-radius: 12px;
	font-size: 1.0625rem;
	font-weight: 800;
	padding: 0.625rem 1.375rem;
	text-decoration: none;
	letter-spacing: 0.03em;
	transition: background-color 0.1s, box-shadow 0.1s;
	border: none;
}

.btn-standard:focus:not(:disabled),
.btn-standard:hover:not(:disabled) {
	background-color: #c3232d;
	border: none;
	box-shadow: 0 0 0 3px rgba(195, 35, 45, 0.3);
	color: #fff;
	outline: 0;
}

.btn-standard:active:not(:disabled) {
	background-color: hsl(356, 75%, 40%);
	border: none;
	box-shadow: 0 0 0 3px rgba(195, 35, 45, 0.35);
	color: #fff;
	outline: 0;
}

.btn-standard:disabled {
	opacity: 0.5;
}

.svg-inline--fa {
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}

@media (max-width: 768px) {
	.page-standard h2 {
		font-size: 1.9375em;
	}
}

/* ## Top section ----------------------------------------------------------- */

.page-standard .section-top {
	margin-right: -1em;
	margin-left: -1em;
	padding: 0 0 4.5em 0;
}

.section-top .wp-block-columns {
	margin-bottom: 0;
}

.section-top .standard-margin {
	margin: 0 0 0 1em;
}

.section-top h2 {
	margin: 0 0 1rem 0;
	font-size: 3rem;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.section-top p {
	margin: 1rem 0 1.5rem 0;
	font-size: 1.0625rem !important;
	line-height: 1.7;
}

.page-podcast-production .section-top p {
	max-width: 30em;
}

.section-top .buttons {
	display: flex;
	align-items: stretch;
	flex-flow: wrap;
	margin: 1.75em 0 -1.5em 0;
	gap: 1em;
}

.section-top .btn-standard {
	flex: 1;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	margin: 0;
	border-radius: 14px;
	font-size: 1.0625rem;
	padding: 0.375rem 0;
	width: auto;
	min-width: 190px;
	max-width: 200px;
}

.section-top .btn-standard .top {
	display: block;
	font-size: 1rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.2;
}

.section-top .wp-swiper > .wp-swiper__wrapper {
	margin-bottom: 0;
}

.section-top .wp-swiper .wp-block-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.section-top .wp-swiper .wp-block-image > img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
}

.section-top .wp-swiper figure {
	margin: 0;
}

.section-top .swiper-button-next,
.section-top .swiper-button-prev {
	color: #fff;
}

.section-top .swiper-pagination-bullet {
	background: #fff;
}

.page-home .section-top .wp-swiper .swiper-slide[data-tab="slide-1"] .wp-block-image > img {
	object-position: 100% 15%;
}

.page-home .section-top .wp-swiper .swiper-slide[data-tab="slide-2"] .wp-block-image > img {
	object-position: 0% 0%;
}

.page-home .section-top .wp-swiper .swiper-slide[data-tab="slide-3"] .wp-block-image > img {
	object-position: 80% 15%;
}

.page-home .section-top .wp-swiper .swiper-slide[data-tab="slide-4"] .wp-block-image > img {
	object-position: 45% 15%;
}

.page-home .section-top .wp-swiper .swiper-slide[data-tab="slide-5"] .wp-block-image > img {
	object-position: 45% 0%;
}

.page-podcast-production .section-top .wp-swiper .swiper-slide[data-tab="slide-1"] .wp-block-image > img {
	object-position: 40% 0%;
}

.page-podcast-production .section-top .wp-swiper .swiper-slide[data-tab="slide-2"] .wp-block-image > img {
	object-position: 100% 25%;
}

.page-podcast-production .section-top .wp-swiper .swiper-slide[data-tab="slide-3"] .wp-block-image > img {
	object-position: 75% 25%;
}

.page-podcast-production .section-top .wp-swiper .swiper-slide[data-tab="slide-4"] .wp-block-image > img {
	object-position: 75% 15%;
}

.page-podcast-production .section-top .wp-swiper .swiper-slide[data-tab="slide-5"] .wp-block-image > img {
	object-position: 58% 15%;
}

@media (max-width: 1078px) {
	.section-top h2 {
		font-size: 2.5rem;
	}
}

@media (max-width: 848px) {
	.section-top .wp-swiper .wp-block-image {
		padding-bottom: 125%;
	}
}

@media (max-width: 768px) {
	.section-top p {
		font-size: 1.09375rem !important;
	}

	.section-top .standard-margin {
		margin: 0 1em;
	}

	.section-top .wp-block-columns {
		flex-direction: column-reverse;
	}

	.section-top .wp-swiper .wp-block-image {
		padding-bottom: 40%;
	}

	.section-top .btn-standard {
		min-height: 56px;
	}
}

@media (min-width: 480.1px) and (max-width: 768px) {
	.page-home .section-top .wp-swiper .swiper-slide[data-tab="slide-3"] .wp-block-image > img {
		object-position: 50% 30%;
	}

	.page-home .section-top .wp-swiper .swiper-slide[data-tab="slide-4"] .wp-block-image > img {
		object-position: 50% 25%;
	}

	.page-podcast-production .section-top .wp-swiper .swiper-slide[data-tab="slide-2"] .wp-block-image > img {
		object-position: 50% 20%;
	}

	.page-podcast-production .section-top .wp-swiper .swiper-slide[data-tab="slide-3"] .wp-block-image > img {
		object-position: 50% 12%;
	}

	.page-podcast-production .section-top .wp-swiper .swiper-slide[data-tab="slide-4"] .wp-block-image > img {
		object-position: 50% 10%;
	}

	.page-podcast-production .section-top .wp-swiper .swiper-slide[data-tab="slide-5"] .wp-block-image > img {
		object-position: 50% 10%;
	}
}

@media (max-width: 480px) {
	.section-top .wp-swiper .wp-block-image {
		padding-bottom: 55%;
	}

	.section-top .btn-standard {
		min-width: 170px;
		font-size: 1rem;
	}

	.section-top .btn-standard .top {
		font-size: 0.9375rem;
	}
}

/* ## About section --------------------------------------------------------- */

.section-about .wp-block-columns {
	margin-bottom: 0;
}

.section-about .action-button {
	text-align: left;
}

.section-about .testimonial {
	margin-top: 7em;
	position: relative;
}

.section-about .testimonial p {
	max-width: 20rem;
	margin: 0 auto 1.25rem auto;
}

.section-about .testimonial::before {
	background: #f2f2f2;
	border-radius: 53% 47% 61% 39%/50% 47% 53% 50%;
	content: '';
	display: block;
	position: absolute;
	top: -4.5rem;
	right: 3rem;
	bottom: 1rem;
	left: 1rem;
	z-index: -1;
}

.section-about .testimonial .wp-block-image {
	max-width: 20rem;
	margin: 0 auto;
}

.section-about .testimonial img {
	display: block;
	height: 6rem;
	width: 6rem;
	margin: 0 0 0 -1rem;
	border-radius: 3rem;
	border: 4.5px solid #fff;
}

@media (max-width: 960px) {
	.section-about .testimonial::before {
		top: -4rem;
		right: 0rem;
		left: -2.5rem;
	}
}

@media (max-width: 768px) {
	.entry-content .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}

	.section-about .testimonial {
		max-width: 32em;
		margin-top: 4em;
		margin-right: auto;
		margin-bottom: 2em;
		margin-left: auto;
	}

	.section-about .testimonial::before {
		top: -4.5rem;
		right: 1.5rem;
		left: 0.5rem;
	}

	.section-about.second {
		padding-top: 0;
	}

	.section-about.second .wp-block-columns {
		flex-direction: column-reverse;
	}
}

@media (min-width: 769px) {
	.entry-content .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0 !important;
		flex-grow: 1 !important;
	}
}

@media (max-width: 868px) and (min-width: 769px) {
	.section-about h2 br {
		display: inline;
		content: ' ';
		padding: 0 0.125em;
	}
}

@media (max-width: 480px) {
	.page-home .section-about h2 br {
		display: inline;
		content: ' ';
		padding: 0 0.125em;
	}

	.section-about .testimonial::before {
		top: -4rem;
		right: -2.5rem;
		left: -2.5rem;
	}
}

@media (max-width: 450px) {
	.page-podcast-production .section-about h2 br {
		display: inline;
		content: ' ';
		padding: 0 0.125em;
	}
}

@media (max-width: 420px) {
	.section-about .testimonial::before {
		top: -4rem;
		right: -4rem;
		left: -4rem;
	}
}

@media (max-width: 400px) {
	.section-about .testimonial img {
		margin: -0.5em 0 0 -0.5em;
	}
}

/* ## Services section ------------------------------------------------------ */

.services-list {
	display: grid;
	margin: 2.5em 0;
	grid-gap: 1em;
	grid-template-columns: 1fr 1fr;
}

.services-item {
	display: flex;
	align-items: flex-start;
	background: #f2f2f2;
	border-radius: 0.5em;
	border: none;
	color: inherit;
}

.services-icon {
	display: block;
	position: relative;
	flex: initial;
	margin: 0;
	width: 5.5em;
	height: 5.5em;
	margin: 1em;
	overflow: hidden;
}

.services-main {
	flex: 1;
	margin: 0.75em 1em 0.75em 0;
}

h3.services-name {
	margin: 0 0 0.5rem 0;
}

.page-standard section .services-description {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
}

.services-item:focus,
.services-item:hover {
	color: inherit;
	border: none;
}

.services-item .services-details {
	color: #c3232d;
}

a.services-item:focus h3.services-name,
a.services-item:hover h3.services-name {
	color: #c3232d;
}

.services-item:focus .services-details,
.services-item:hover .services-details {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.services-list {
		display: block;
	}

	.services-item {
		margin-bottom: 1em;
	}
	
}

/* ## Favourites section ---------------------------------------------------- */

.section-favourites .grid {
	margin: 2.5em 0;
}

.grid .wp-block-group__inner-container {
	margin: -1.5em;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.grid .wp-block-group__inner-container > * {
	flex: 0 0 33.33333%;
	margin: 0;
	padding: 1.5em;
	height: auto;
}

.grid .wp-block-group__inner-container {
	margin-top: 0;
	margin-bottom: 0;
}

.section-favourites.video .grid .wp-block-group__inner-container > * {
	padding: 1.5em;
}

.section-favourites.podcast .grid .wp-block-group__inner-container > * {
	padding: 1em;
}

.section-favourites .grid .is-provider-vimeo {
	position: relative;
}

.section-favourites .grid .wp-block-group__inner-container figcaption {
	margin: 0.5rem 0 0 0;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}

.section-favourites.podcast .grid .wp-block-group__inner-container {
	margin: -1em;
}

.section-favourites.podcast .grid {
	max-width: 48em;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1280px) {
	.section-favourites.video .grid .wp-block-group__inner-container {
		margin: -0.75em;
	}

	.section-favourites.video .grid .wp-block-group__inner-container > * {
		padding: 0.75em;
	}
}

@media (max-width: 864px) {
	.section-favourites.podcast .grid .wp-block-group__inner-container {
		margin: -0.75em;
	}

	.section-favourites.podcast .grid .wp-block-group__inner-container > * {
		padding: 0.75em;
	}

	.section-favourites .grid .wp-block-group__inner-container figcaption {
		font-size: 1.125rem;
	}
}

@media (max-width: 720px) {
	.section-favourites.video .grid .wp-block-group__inner-container {
		margin: -0.5em;
	}

	.section-favourites.video .grid .wp-block-group__inner-container > * {
		flex: 0 0 50%;
		padding: 0.75em 0.5em;
	}
}

@media (max-width: 600px) {
	.section-favourites.podcast .grid .wp-block-group__inner-container > * {
		flex: 0 0 50%;
	}
}

@media (max-width: 400px) {
	.section-favourites.video .grid .wp-block-group__inner-container {
		display: block;
		margin: 0;
	}

	.section-favourites.video .grid .wp-block-group__inner-container > * {
		margin: 1.5em 0;
		padding: 0;
	}
}

/* ## Testimonials section -------------------------------------------------- */

.testimonial-grid {
	margin: 2em -1em;
	padding-bottom: 1.75em;
	--swiper-navigation-sides-offset: 24px;
	--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.06);
	--swiper-scrollbar-bottom: 0px;
	--swiper-scrollbar-drag-bg-color: #c3232d;
	--swiper-scrollbar-size: 6px;
}

.testimonial-grid .swiper-wrapper {
	align-items: center;
}

.testimonial-grid .swiper-scrollbar {
	max-width: 20em;
	left: 50%;
	transform: translateX(-50%);
}

.testimonial-grid .testimonial {
	width: 24em;
	margin: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.testimonial-grid .testimonial-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 24em;
	padding: 1.25em 1em;
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 12px;
}

.testimonial-grid .testimonial-image {
	display: block;
	height: 5em;
	width: 5em;
	margin: 0 auto;
	border-radius: 50%;
	border: 4.5px solid #fff;
}

.testimonial-grid .testimonial-middle {
	margin: 0.5rem 0;
	flex: 1;
	display: flex;
	align-items: center;
}

.testimonial-grid q {
	max-width: 19rem;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.6;
}

.testimonial-grid q:before {
	position: relative;
	top: 0.375em;
	padding-right: 0.1875rem;
	font-family: 'PT Sans', serif;
	font-size: 3em;
	font-weight: 400;
	line-height: 0;
}

.testimonial-grid q:after {
	position: relative;
	top: 0.375em;
	left: 0.0625em;
	font-family: 'PT Sans', serif;
	font-size: 3em;
	font-weight: 400;
	line-height: 0;
}

.testimonial-grid .testimonial-bottom {
	line-height: 1.4;
}

.testimonial-grid .testimonial-name {
	margin-bottom: 0.125rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #c3232d;
}

.testimonial-grid .testimonial-organization {
	margin-top: 0.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

@media (max-width: 450px) {
	.testimonial-grid {
		margin-left: 0;
		margin-right: 0;
	}

	.testimonial-grid .testimonial {
		width: 100%;
		max-width: auto;
	}
}

/* ## Clients section ------------------------------------------------------- */

.section-clients .grid {
	padding: 1em 0;
}

.section-clients .btn-more {
	margin: 1rem auto;
}

.section-clients .action-button {
	margin-top: 3em;
}

.section-clients .grid .wp-block-group__inner-container {
	margin: -1.5em;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.section-clients .grid .wp-block-group__inner-container > * {
	flex: 0 0 20%;
	margin: 0;
	padding: 1.5em;
	height: auto;
}

.section-clients .grid .wp-block-group__inner-container figure {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 12em;
}

.section-clients .grid .wp-block-group__inner-container img {
	display: block;
	/* object-fit: contain; */
	max-height: 4em;
	max-width: 10em;
	height: auto;
	width: auto;
}

@media (max-width: 720px) {
	.section-clients .grid .wp-block-group__inner-container figure {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 10em;
	}

	.section-clients .grid .wp-block-group__inner-container img {
		max-width: 8em;
	}
}

/* ## FAQ section ----------------------------------------------------------- */

section.section-faq {
	padding-bottom: 6em;
}

.section-faq details {
	max-width: 48rem;
	margin: 0 auto 0.75rem auto;
}

.section-faq details summary {
	display: block;
	position: relative;
	padding: 0.625rem 2.5rem 0.625rem 1.25rem;
	border: 1px solid #e0e0e0;
	border-radius: 9px;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.25;
	list-style-type: none;
	transition: border-color 0.15s, color 0.15s;
}

.section-faq details:hover summary {
	border-color: #a6a6a6;
}

.section-faq details p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	line-height: 1.75;
}

.section-faq details summary + * {
	margin: 1rem 1.25rem;
}

.section-faq details[open] summary {
	color: #c3232d;
	border-color: #808080;
}

.section-faq details summary::after {
	border-style: solid;
	border-width: 1.5px 1.5px 0 0;
	content: '';
	display: block;
	height: 0.5rem;
	right: 1.25rem;
	position: absolute;
	bottom: 1.25rem;
	transform: rotate(135deg);
	width: 0.5rem;
	transition: all 0.15s;
}

.section-faq details[open] summary:after {
	bottom: 1rem;
	transform: rotate(-45deg);
}

@media (max-width: 768px) {
	.page-standard .section-faq {
		padding-bottom: 4.5em;
	}
}

/* ## Contact section ------------------------------------------------------- */

.section-contact {
	margin: 0 -1.5em;
}

section.section-contact {
	padding-top: 0;
	padding-bottom: 0;
}

.section-contact .wp-block-media-text {
	background-color: #eee;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
	background-color: #0b0b0b;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-contact .wp-block-media-text .wp-block-media-text__content {
	padding: 2.5em 1.5em 1.5em 1.5em;
}

.section-contact .wpcf7-form {
	width: 100%;
	max-width: 24em;
	margin: 0 auto;
}

.section-contact .wpcf7-form p {
	margin: 1.25em 0;
}

.section-contact .wpcf7-form input[type="email"],
.section-contact .wpcf7-form input[type="text"] {
	width: 100%;
}

.section-contact .wpcf7-form .submit {
	text-align: center;
}

@media (max-width: 768px) {
	.page-standard .section-contact {
		padding-top: 0;
	}
}

@media (max-width: 600px) {
	.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
		height: 0;
		padding-bottom: 50%;
	}
}

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

.footer-columns {
	display: flex;
	align-items: flex-start;
	padding: 3em 0;
}

.footer-column {
	flex: 1;
	text-align: center;
}

.footer-column .et-line-icon {
	margin-bottom: 0.75rem;
	font-size: 2em;
}

.footer-column h3 {
	margin: 0 0 1.25rem 0;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.footer-column a {
	text-decoration: none;
}

.footer-column address {
	margin: 0;
	font-style: normal;
}

.footer-column a:focus,
.footer-column a:hover {
	border-bottom: 1.5px solid #c3232d;
}

@media (max-width: 500px) {
	.footer-columns {
		display: block;
	}

	.footer-column {
		margin-bottom: 1.5em;
	}

	.footer-column .et-line-icon {
		margin-bottom: 0.5rem;
		font-size: 1.5em;
	}

	.footer-column h3 {
		margin: 0 0 0.75rem 0;
	}
}

/* ## "More" button --------------------------------------------------------- */

.btn-more {
	display: block;
	margin: 2.5rem auto;
	min-width: 6.75em;
	background-color: #e5e5e5;
	color: #202020;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 800;
	padding: 0.5rem 2.75rem 0.5rem 1.25rem;
	text-decoration: none;
	letter-spacing: 0.03em;
	transition: background-color 0.1s, box-shadow 0.1s;
	position: relative;
}

.section-favourites .btn-more {
	margin: -1.5rem auto 2.5rem auto;
}

.btn-more::after {
	border-style: solid;
	border-width: 1.5px 1.5px 0 0;
	content: '';
	display: block;
	height: 0.5rem;
	right: 1.25rem;
	position: absolute;
	top: 0.875rem;
	transform: rotate(135deg);
	width: 0.5rem;
	transition: all 0.15s;
}

.btn-more.expanded:after {
	top: 1.125rem;
	transform: rotate(-45deg);
}

.btn-more:focus:not(:disabled),
.btn-more:hover:not(:disabled) {
	background-color: #d9d9d9;
	box-shadow: none;
	outline: 0;
}

.btn-more:active:not(:disabled) {
	background-color: hsl(0, 0%, 87.5%);
	box-shadow: none;
	color: #333;
	outline: 0;
}

@media (max-width: 768px) {
	.section-favourites .btn-more {
		margin-top: -0.5rem;
	}
}


/* -----------------------------------------------------------------------------
# Blog ---------------------------------------------------------------------- */

.blog-content {
	display: flex;
	align-items: flex-start;
}

.blog-primary {
	flex: 1;
	margin: 1.5em 0 1em 0;
}

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

.page-blog .page-title a,
.page-blog .page-title a:visited {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.page-blog .page-title a:focus,
.page-blog .page-title a:hover {
	border-bottom: 1.5px solid #202020;
}

.page-blog .entry-meta,
.page-blog .page-meta {
	margin: 0;
	min-height: 1.5rem;
	font-size: 1em;
}

.blog-primary .nav-links {
	margin-top: 2em;
	font-size: 1.0625em;
	overflow: hidden;
}

.blog-primary .nav-links .nav-previous {
	float: left;
	width: 50%;
}

.blog-primary .nav-links .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

/* ## Index ----------------------------------------------------------------- */

.post-grid {
	width: 100%;
}

.post-grid .post-tile {
	margin: 0 0 4em 0;
}

.post-grid .post-tile:last-child {
	margin: 0;
}

.post-grid .post-tile .post {
	display: flex;
	align-items: flex-start;
}

.post-grid .post-tile .excerpt-thumbnail {
	flex: initial;
	width: 18em;
	margin-right: 1.5em;
}

.post-grid .post-tile .excerpt-body {
	flex: 1;
}

.post-grid .post-tile .excerpt-image-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 66.666%;
	position: relative;
	overflow: hidden;
}

.post-grid .post-tile .excerpt-image-wrapper img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-grid .entry-title {
	margin: 0.25rem 0;
	font-size: 1.5em;
	line-height: 1.2;
}

.post-grid .entry-meta {
	font-size: 1em;
}

.post-grid .entry-title a,
.post-grid .entry-meta a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.post-grid .entry-title a:hover,
.post-grid .entry-title a:focus {
	border-color: #202020;
}

.post-grid .tile-content p {
	font-size: 1.0625em;
	margin: 0.75rem 0;
	line-height: 1.6;
}

.post-grid .tile-content .more-link,
.post-grid .tile-content .more-link:visited {
	font-weight: 700;
	outline: none;
}

@media (max-width: 900px) {
	.post-grid .post-tile .post {
		display: block;
	}

	.post-grid .post-tile .excerpt-thumbnail {
		flex: initial;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.5em;
	}
}

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

.blog-post .entry-content {
	max-width: 48em;
	margin: 0;
	font-size: 1.0625em;
}

.blog-post .entry-content .wp-block-quote {
	margin: 1em 0;
	border-left: 3px solid #c3232d;
	padding: 0.5em 1.5em;
	color: #c3232d;
}

.blog-post .entry-content li {
	margin-bottom: 0.5em;
}

.blog-post .entry-content {
	line-height: 1.7;
}

.blog-post .social-share-links {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin: 1em 0 0 0;
	padding: 0.5em;
	background: #f2f2f2;
}

.blog-post .share-label {
	margin: 0 0.5em;
	font-weight: 300;
}

@media (max-width: 360px) {
	.blog-post .social-share-links {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.blog-post .share-label {
		display: none;
	}
}

.blog-post .social-share-links .svg-inline--fa {
	width: auto;
}

.blog-post .social-share-links .btn-social-share {
	display: inline-block;
	margin: 0 0.5em 0 0;
	padding: 0.375em 0;
	width: 2.5em;
	font-size: 1em;
	text-align: center;
	color: inherit;
	border: none;
	border-radius: 1px;
	outline: none;
}

.blog-post .social-share-links .btn-social-share:focus,
.blog-post .social-share-links .btn-social-share:hover {
	outline: none;
	background: #005678;
	color: #fff;
}

.blog-post .social-share-links .btn-social-share.facebook:focus,
.blog-post .social-share-links .btn-social-share.facebook:hover {
	background: #3b5998;
}

.blog-post .social-share-links .btn-social-share.twitter:focus,
.blog-post .social-share-links .btn-social-share.twitter:hover {
	background: #1da1f2;
}

.blog-post .social-share-links .btn-social-share.linkedin:focus,
.blog-post .social-share-links .btn-social-share.linkedin:hover {
	background: #0077b5;
}

.blog-post .social-share-links .btn-social-share.reddit:focus,
.blog-post .social-share-links .btn-social-share.reddit:hover {
	background: #ff4500;
}

/* ## Sidebar --------------------------------------------------------------- */

.blog-content .widget-area {
	flex: initial;
	width: 15em;
	margin: 1.5em 0 0 3em;
}

.blog-content .widget {
	margin: 0 0 2em 0;
}

.blog-content .widget-area h2 {
	margin: 1rem 0;
	font-size: 1.25em;
}

.blog-content .widget-area ul {
	padding-inline-start: 0;
	list-style-type: none;
}

.blog-content .widget-area li {
	margin: 0.5rem 0;
}

.blog-content .widget-area select {
	border: 1px solid #ccc;
	padding: 0.25rem 0.75rem;
	outline: none;
}

.blog-content .widget-area select:focus {
	border-color: #4d4d4d;
}

.blog-content .widget-area .wp-block-latest-posts__post-author,
.blog-content .widget-area .wp-block-latest-posts__post-date {
	margin-top: 0.125rem;
	font-size: 0.9375em;
}

@media (max-width: 720px) {
	.blog-content {
		display: block;
	}

	.post-grid {
		display: block;
	}

	.post-grid .post-tile {
		width: 100%;
		max-width: none;
		min-width: none;
	}

	.blog-content .widget-area {
		border-top: 2px solid #e5e5e5;
		width: 100%;
		margin: 3em 0;
		padding: 3em 0 0 0;
	}

	.blog-content .widget-area .search-form label {
		flex: initial;
	}

	.blog-primary .nav-links {
		overflow: auto;
	}

	.blog-primary .nav-links .nav-previous {
		margin: 0 0 0.5em 0;
		float: none;
		width: 100%;
	}

	.blog-primary .nav-links .nav-next {
		float: none;
		width: 100%;
		text-align: left;
	}
}


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

/* ## et-line font ---------------------------------------------------------- */

@font-face {
	font-family: 'et-line';
	src:url('fonts/et-line.eot');
	src:url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('fonts/et-line.woff') format('woff'),
		url('fonts/et-line.ttf') format('truetype'),
		url('fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-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: #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: 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;
}
