/*
Theme Name: Saka
Author: Yochi
Author URI: https://yochix2.com/
Description: Saka is a simple blog theme that focuses on readability. Features a one-column, drawer navigation menu. It supports Gutenberg.
Version: 1.1.8
Tested up to: 5.5
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: license.txt
Text Domain: saka
Tags: blog, one-column, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready

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

Saka is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
  ## Lists
  ## Tables
  ## Forms
  ## Links
# Grid
# Accessibility
# Alignments
# Clearings
# Content
  ## Header
  ## Navigation
  ## Footer
	## Posts and pages
	## Comments
# Widgets
# Infinite scroll
# Media
	## Captions
	## Galleries
# Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, Arial, Sans-Serif;
	font-size: 16px;
	line-height: 1.75;
}

button,
input,
select,
textarea {
	line-height: 1.5;
}

/* Variables */
:root {
	--f1: 2.441em;
	--f2: 1.953em;
	--f3: 1.563em;
	--f4: 1.25em;
	--f5: 1em;
	--f6: .8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	clear: both;
}

h1 {
	font-size: var(--f1);
}

h2 {
	font-size: var(--f2);
}

h3 {
	font-size: var(--f3);
}

h4 {
	font-size: var(--f4);
}

h5 {
	font-size: var(--f5);
}

h6 {
	font-size: var(--f6);
}

p {
	font-size: var(--f5);
}

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

blockquote cite::before {
	content: "\2014\00a0";
}

address {
	margin: 0 0 1.5em;
}

pre {
	margin-bottom: 1.5em;
	padding: 1.5em;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: var(--f6);
	line-height: 1.5;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: var(--f6);
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}

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

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	overflow-x: hidden;
}

#page {
	position: relative;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5rem;
	padding-left: 2rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1rem;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1rem 1rem;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
}

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

label {
	display: block;
	margin-bottom: .5rem;
	color: inherit;
	font-weight: 700;
	opacity: .9;
}

fieldset {
	margin-bottom: 1rem;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 1rem 2rem;
	border: 0;
	background: #ddd;
	color: #333;
	font-size: var(--f5);
	font-weight: 700;
	text-shadow: none;
	line-height: 1;
	cursor: pointer;
}

button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	background: #ccc;
}

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 {
	padding: .5rem;
	width: 100%;
	border: 1px solid #ccc;
	color: inherit;
}

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 {
	border-color: skyblue;
	color: inherit;
}

select {
	height: 2rem;
	max-width: 100%;
	border: 1px solid #ccc;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: .5rem;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: .75rem 2rem;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: inherit;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, Arial, Sans-Serif;
}

:-moz-placeholder {
	color: inherit;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, Arial, Sans-Serif;
}

::-moz-placeholder {
	color: inherit;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, Arial, Sans-Serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: inherit;
	font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, Arial, Sans-Serif;
}

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

a {
	color: royalblue;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/* Fixes linked images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

.site {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1rem 1rem 1fr 1rem 1rem;
	grid-template-columns: 1rem 1rem 1fr 1rem 1rem;
	grid-row-gap: 3rem;
	row-gap: 3rem;
}

@media screen and (min-width: 768px) {
	.site {
		-ms-grid-columns: 2fr 1fr 640px 1fr 2fr;
		grid-template-columns: 2fr 1fr 640px 1fr 2fr;
	}
}

.site > * {
	grid-column: 3 / -3;
	min-width: 0;
}

.content-area {
	grid-column: 1 / -1;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: inherit;
	grid-template-columns: inherit;
	-ms-grid-columns: subgrid;
	grid-template-columns: subgrid;
	grid-row-gap: 5rem;
	row-gap: 5rem;
}

.content-area > * {
	grid-column: 1 / -1;
	min-width: 0;
}

.saka-blocks {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: inherit;
	grid-template-columns: inherit;
	-ms-grid-columns: subgrid;
	grid-template-columns: subgrid;
	grid-row-gap: 1rem;
	row-gap: 1rem;
}

.saka-blocks > * {
	grid-column: 3 / -3;
	min-width: 0;
}

.saka-blocks > .entry-content {
	grid-column: 1 / -1;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: inherit;
	grid-template-columns: inherit;
	-ms-grid-columns: subgrid;
	grid-template-columns: subgrid;
}

.entry-content > * {
	grid-column: 3 / -3;
	min-width: 0;
}

.error-404,
.saka-full-layout .page-header,
.saka-summary-layout {
	grid-column: 3 / -3;
}

.saka-card-layout {
	grid-column: 2 / -2;
	grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
	grid-gap: 3rem 3rem;
	gap: 3rem 3rem;
}

.saka-card-layout > * {
	grid-column: auto;
}

.saka-card-layout > header {
	grid-column: 1 / -1;
}

.pagination {
	grid-column: 3 / -3;
	grid-row: auto;
	margin-bottom: 2rem;
}

.saka-summary-layout .pagination,
.saka-card-layout .pagination {
	grid-column: 1 / -1;
	margin-top: 2rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.aligncenter,
.alignleft,
.alignright {
	display: block;
	margin: 1.5rem auto;
	clear: both;
}

@media screen and (min-width: 768px) {
	.alignleft {
		display: inline;
		float: left;
		margin-right: 2rem;
		margin-bottom: 1.5rem;
	}

	.alignright {
		display: inline;
		float: right;
		margin-left: 2rem;
		margin-bottom: 1.5rem;
	}
}

.alignwide {
	grid-column: 2 / -2;
}

.alignfull {
	grid-column: 1 / -1;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear::after,
.entry-content::after,
.comment-content::after,
.pagination::after,
.comment-author::after,
.nav-links::after,
.widget::after,
.comment-meta::after {
	content: "";
	display: block;
	clear: both
}

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

.error-404 .search-form,
.error-404 .widget:not(:last-child) {
	margin-bottom: 3rem;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
	grid-column: 3 / -3;
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-row-align: center;
	    align-self: center;
	background-color: #fff; /* Fallback for when there is no custom background color defined. */
}

.site-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: var(--f2);
	font-weight: 700;
	line-height: 1.4;
}

.site-title a {
	display: block;
	color: inherit;
	text-decoration: none;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

.wp-custom-logo .site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-custom-logo .custom-logo-link {
	margin-right: .5rem;
}

.custom-logo-link {
	display: inline-block;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 5rem;
	width: auto;
	vertical-align: middle;
}

.title-tagline-hidden .custom-logo-link img {
	max-height: 8rem;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: .9;
}

/* Custom header image */

.wp-custom-header {
	grid-column: 1 / -1;
	margin-top: -3rem;
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.wp-custom-header img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.has-header-image .wp-custom-header img,
.has-header-video .wp-custom-header video,
.has-header-video .wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		object-fit: cover;
	-webkit-filter: brightness(80%);
			filter: brightness(80%);
}

.wp-custom-header-video-button {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	width: 2.5rem;
	line-height: 2.5rem;
	padding: 0;
	background-color: rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 50%;
	color: rgba(255, 255, 255, .5);
	font-size: var(--f5);
	overflow: hidden;
	z-index: 999;
	outline: none;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
	background-color: rgba(0, 0, 0, .7);
	color: rgba(255, 255, 255, .7);
}

.wp-custom-header-video-button .dashicons {
	width: 2.5rem;
	line-height: 2.5rem;
	color: rgba(255, 255, 255, .5);
	font-size: var(--f5);
}

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

.main-navigation ul {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 1rem;
	row-gap: 1rem;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	color: inherit;
}

.main-navigation a:hover,
.main-navigation a:focus {
	opacity: .8;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .sub-menu {
	margin-top: 1rem;
}

.main-navigation .sub-menu a {
	padding-left: 2rem;
}

.main-navigation .sub-menu .sub-menu a {
	padding-left: 3rem;
}

/* Menu toggle */
.menu-toggle {
	grid-column: 5 / -5;
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column-align: end;
	    justify-self: end;
	-ms-grid-row-align: center;
	    align-self: center;
	position: relative;
	display: block;
	padding: 0;
	background-color: transparent;
	border: 0;
	color: #333;
	font-size: var(--f3);
	width: 4rem;
	line-height: 4rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	z-index: 9999;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		grid-column: 3 / -3;
	}
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #eee;
	color: #333;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle .dashicons {
	color: #333;
	font-size: var(--f3);
	width: auto;
	height: auto;
	line-height: 4rem;
}

.main-navigation {
	position: fixed;
	top: 0;
	right: 0;
	max-height: 100vh;
	height: 100vh;
	width: 256px;
	padding: 4.5rem 1rem;
	background-color: #fff;
	outline: none;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 8888;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(256px);
	-ms-transform: translateX(256px);
		transform: translateX(256px);
	will-change: translateX;
}

.main-navigation[aria-hidden="false"] {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
		transform: translateX(0);
	transition: transform 233ms cubic-bezier(0,0,0.21,1),-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
}

.main-navigation[aria-hidden="true"] {
	visibility: hidden;
	-webkit-transition: visibility 0s cubic-bezier(0,0,0.21,1) 233ms,
			-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
	transition: visibility 0s cubic-bezier(0,0,0.21,1) 233ms,
			-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
	-o-transition: transform 233ms cubic-bezier(0,0,0.21,1),
			visibility 0s cubic-bezier(0,0,0.21,1) 233ms;
	transition: transform 233ms cubic-bezier(0,0,0.21,1),
			visibility 0s cubic-bezier(0,0,0.21,1) 233ms;
	transition: transform 233ms cubic-bezier(0,0,0.21,1),
			visibility 0s cubic-bezier(0,0,0.21,1) 233ms,
			-webkit-transform 233ms cubic-bezier(0,0,0.21,1);
}

#drawer-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	z-index: -1;
}

.site.drawer-open {
	height: 100vh;
	overflow: hidden;
}

.site.drawer-open #drawer-mask {
	display: block;
	z-index: 8000;
}

/* Footer navigation */

.sub-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-navigation li {
	-webkit-box-flex: 0;
		-ms-flex: none;
			flex: none;
	width: 50%;
}

@media screen and (min-width: 768px) {
	.sub-navigation li {
		-webkit-box-flex: 1;
			-ms-flex: 1;
				flex: 1;
		width: auto;
	}
}

.sub-navigation a {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: inherit;
	text-align: center;
}

.sub-navigation a:hover,
.sub-navigation a:focus {
	opacity: .8;
}

.post-navigation {
	grid-column: 3 / -3;
	margin-bottom: 2rem;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	overflow: hidden;
}

.comment-navigation {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

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

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

.comment-navigation .nav-previous .dashicons,
.posts-navigation .nav-previous .dashicons,
.post-navigation .nav-previous .dashicons {
	margin-right: .25rem;
}

.comment-navigation .nav-next .dashicons,
.posts-navigation .nav-next .dashicons,
.post-navigation .nav-next .dashicons {
	margin-left: .25rem;
}

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

.site-footer {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 1rem;
	row-gap: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.site-description,
.site-credit {
	margin: 0;
}

.site-credit a {
	color: inherit;
	opacity: .9;
}

.site-credit a:hover,
.site-credit a:focus {
	opacity: .8;
}

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

.page-links {
	clear: both;
	margin: 3em auto;
	padding: .25rem;
}

.page-links .page-number {
	display: inline-block;
	min-width: 2rem;
	padding: .25rem;
	background-color: rgba(0, 0, 0, .1);
	font-weight: 700;
	text-align: center;
}

.page-links a {
	display: inline-block;
}

.page-links a:hover,
.page-links a:focus {
	opacity: .8;
}

.page-links a .page-number {
	background-color: transparent;
}

.entry-title {
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: var(--f2);
	font-weight: 700;
}

.entry-title a {
	color: inherit;
}

.entry-title a:hover,
.entry-title a:focus {
	opacity: .8;
}

.page-header {
	grid-column: 1 / -1;
}

.page-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: var(--f2);
	font-weight: 700;
}

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

.entry-thumbnail {
	display: block;
	margin: 0;
	text-align: center;
}

.entry-thumbnail img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}

.entry-meta,
.entry-footer {
	font-size: var(--f6);
	opacity: .9;
}

.entry-meta a,
.entry-footer a {
	color: inherit;
}

.entry-meta a:hover,
.entry-footer a:hover,
.entry-meta a:focus,
.entry-footer a:focus {
	opacity: .8;
}

.entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.entry-meta .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.entry-meta .avatar {
	margin-right: .375rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
}

.entry-footer {
	display: -ms-grid;
	display: grid;
	grid-row-gap: .5rem;
	row-gap: .5rem;
}

.entry-footer > * {
	min-width: 0;
}

.entry-footer span {
	display: inline-block;
}

.entry-footer .cat-names,
.entry-footer .tags-names {
	margin-right: .5em;
}

/* More link */

.more-link {
	display: inline-block;
}

.sticky-post {
	display: block;
	margin-bottom: -.5rem;
	color: inherit;
	font-size: var(--f6);
}

.sticky-post .dashicons {
	margin-right: .375rem;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
	margin-left: 1em;
}

.pagination,
.comments-pagination {
	font-size: var(--f5);
	font-weight: 700;
	text-align: center;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	min-width: 2rem;
	padding: .25em;
}

@media screen and (min-width: 768px) {
	.page-numbers {
		display: inline-block;
	}
}

.page-numbers.current {
	display: inline-block;
	background-color: rgba(0, 0, 0, .1);
}

.page-numbers.dots {
	color: inherit;
}

.prev.page-numbers,
.next.page-numbers {
	display: inline-block;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

.prev.page-numbers .dashicons,
.next.page-numbers .dashicons {
	font-size: var(--f5);
	line-height: 1.75;
	text-decoration: none;
}

.prev.page-numbers .dashicons {
	margin-right: .25rem;
}

.next.page-numbers .dashicons {
	margin-left: .25rem;
}

/* Summary */
.saka-summary {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 1rem;
	row-gap: 1rem;
}

.entry-summary > p {
	margin: 0;
}

/* Card */

.saka-card .sticky-post {
	margin-top: calc((24px + .5rem) * -1);
	margin-bottom: .5rem;
}

.card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.card-link:hover,
.card-link:focus {
	color: inherit;
	opacity: .8;
}

.card-title {
	margin-top: .375rem;
	margin-bottom: .375rem;
	font-size: var(--f4);
	font-weight: 700;
	line-height: 1.25;
}

.card-meta,
.card-footer {
	color: inherit;
	font-size: var(--f6);
	opacity: .9;
}

.card-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-meta .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-meta .avatar {
	margin-right: .375rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
}

.card-footer span {
	display: inline-block;
}

.card-footer span + span {
	margin-left: 1em;
}

.card-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66.666666%;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: .75rem;
}

.card-thumbnail-image {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
}

.saka-card .post-edit-link {
	color: inherit;
	font-size: var(--f6);
	opacity: .9;
}

.saka-card .post-edit-link:hover,
.saka-card .post-edit-link:focus {
	color: inherit;
	opacity: .8;
}

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

.comments-area {
	grid-column: 3 / -3;
	display: -ms-grid;
	display: grid;
	grid-row-gap: 3rem;
	row-gap: 3rem;
	clear: both;
}

.comments-area > * {
	min-width: 0;
}

.comments-title {
	margin-top: 0;
	margin-bottom:0;
	font-size: var(--f3);
}

.comment-list,
.comment-list .children {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 2rem;
	row-gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list > *,
.comment-list .children > * {
	min-width: 0;
}

.comment-list .children {
	margin-top: 2rem;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 4rem;
}

.comment-author {
	position: relative;
	margin-bottom: .25rem;
	z-index: 2;
}

.comment-author .avatar {
	position: absolute;
	left: -4rem;
	height: 3rem;
	width: 3rem;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: .5rem;
}

.comment-metadata {
	color: inherit;
	font-size: var(--f6);
	opacity: .9;
}

.comment-metadata a {
	color: inherit;
}

.comment-content > p:first-child {
	margin-top: 0;
}

.comment-content > p:last-child {
	margin-bottom: 0;
}

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

.comment-metadata a.comment-edit-link {
	margin-left: 1rem;
}

.comment-reply-title {
	margin-top: 0;
}

.comment-reply-link {
	font-weight: 700;
}

.children .comment-author .avatar {
	left: -3rem;
	height: 2rem;
	width: 2rem;
}

.bypostauthor {
	display: block;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	padding: 2px;
	border: 1px solid #333;
}

.no-comments,
.comment-awaiting-moderation {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
	font-style: italic;
	opacity: .9;
}

.form-submit {
	text-align: right;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

@media screen and (min-width: 768px) {
	.comment-list .children .children {
		padding-left: 1.5rem;
	}
}

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

.widget-area {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 4rem;
	row-gap: 4rem;
}

h2.widgettitle,
h2.widget-title {
	margin-top: 0;
	color: inherit;
	font-size: var(--f3);
	font-weight: 700;
}

.widgettitle a,
.widget-title a {
	color: inherit;
	text-decoration: none;
}

.widgettitle a:hover,
.widgettitle a:focus,
.widget-title a:hover,
.widget-title a:focus {
	text-decoration: underline;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* widget lists */
.widget ul {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 1rem;
	row-gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li a {
	display: inline-block;
}

.widget ul li ul {
	position: relative;
	margin: 1rem 0 0 0;
	padding: 0;
}

.widget ul li li {
	padding-left: 1.5rem;
}

/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

/* widget markup */
.widget .post-date,
.widget .rss-date {
	color: inherit;
	font-size: var(--f6);
	opacity: .9;
}

/* Text widget */
.widget_text {
	word-wrap: break-word;
	line-height: 1.75;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1rem;
	padding-left: 2rem;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li {
	margin: 0;
}

.widget_text ul li ul {
	margin-left: 1rem;
	padding-left: 2rem;
}

.widget.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

/* RSS Widget */
.widget_rss {
	line-height: 1.5;
}

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 2rem;
	row-gap: 2rem;
}

.widget_rss li .rsswidget {
	padding: 0;
	font-size: var(--f4);
	font-weight: 400;
}

.widget_rss .rss-date,
.widget_rss li cite {
	display: block;
	margin-top: .5rem;
	color: inherit;
	font-size: var(--f6);
	font-style: normal;
	opacity: .9;
}

.widget_rss .rssSummary {
	margin-top: .5rem;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
	margin-bottom: .5rem;
}

/* Gravatar */
.widget-grofile h4 {
	margin-bottom: 0;
	font-size: var(--f5);
}

/* Recent Entries */
.widget_recent_entries li ~ li {
	margin-top: .5rem;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	display: block;
}

/* Search */
.search-form {
	position: relative;
}

.search-form .search-field {
	width: 100%;
	padding-right: 3rem;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 3rem;
	background-color: transparent;
	font-weight: 700;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus,
.search-form .search-submit:active {
	background-color: transparent;
	color: inherit;
}

/* Tag cloud widget */
.tagcloud ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.widget .tagcloud ul li {
	margin: .75rem .75rem 0 0;
	padding: 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	position: relative;
	display: inline-block;
	padding: .25rem .75rem;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot tr {
	border: 0;
}

/* widget count view */
.widget_archive .archive-link-count,
.widget_categories .cat-link-count,
.widget_tag_cloud .tag-link-count {
	display: inline-block;
	margin-left: .5rem;
	padding: 0 .25rem;
	background-color: rgba(0, 0, 0, .1);
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

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

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1rem;
	max-width: 100%;
	color: inherit;
	font-size: var(--f6);
	opacity: .9;
}

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

.wp-caption .wp-caption-text {
	margin: .75rem 0;
}

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

/* Media Elements */
.mejs-container {
	margin-bottom: 1.5rem;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #666;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	background-color: #666;
	border-bottom-color: rgba(0, 0, 0, 0);
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */
.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	background-color: #aaa;
	border-bottom-color: rgba(0, 0, 0, 0);
	color: #333;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #333;
}

/* Playlist Style Overrides */
.site-content .wp-playlist {
	padding: .625rem .625rem .3125rem;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: var(--f6);
	font-weight: 700;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 .3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: .3125rem 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	display: -ms-grid;
	display: grid;
	grid-gap: 1rem;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.gallery-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	display: inline-block;
	max-width: 100%;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallery-item a img {
	display: block;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(80%);
	filter: opacity(80%);
}

.gallery-caption {
	display: block;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

.gallery-columns-1 {
	width: 100%;
}

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

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

@media screen and (min-width: 768px) {
	.gallery-columns-4 {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}

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

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

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

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

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

	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	#secondary,
	.wp-custom-header,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none !important;
	}

  /* Font sizes */
	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 12pt;
	}

	h6 {
		font-size: 12pt;
	}

	.entry-title,
	.page-title {
		font-size: 24pt;
	}

	/* Site Branding */
	.site-header {
		background: transparent;
		padding: 0;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75rem
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */
	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */
	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a {
		color: #333 !important; /* Make sure color schemes don't affect to print */
	}

	a,
	.site-title a {
		text-decoration: none;
	}

	blockquote,
	.site-description,
	.entry-meta,
	.entry-meta a {
		color: #666 !important; /* Make sure color schemes don't affect to print */
	}

	.site-footer {
		padding: 0;
	}
}