/*---------------------------------------------------------------------------------

	Theme Name: Osdoc
    Text Domain: osdoc
	Version: 1.3.7
	Description: Osdoc website
	Author: OSTAD
	Author URI: https://www.ostad.ma
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Theme URI: https://doc.ostad.ma
	Requires PHP: 5.4
	Tested up to: 6.4

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup
	2.  Structure
	3.	Site Header
	4.	Archive
	5.	Singular
	6.  Entry Content
	7.	Comments
	8.	Page Templates
	9.	Site Pagination
	10.	Site Footer
	11. Media Queries

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	X. CSS Reset
/* -------------------------------------------------------------------------------- */


html, body { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
    min-height: 100%; 
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: inherit;
	text-align: inherit;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

blockquote:before, 
blockquote:after { content:""; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Screen Reader Text */

.screen-reader-text {
	clip: rect( .1rem, .1rem, .1rem, .1rem );
	height: .1rem;
	overflow: hidden;
    position: absolute !important;
    width: .1rem;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: .3rem;
	box-shadow: 0 0 .2rem .2rem rgba( 0, 0, 0, 0.6 );
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	height: auto;
	right: .5rem;
	line-height: normal;
	padding: 1.5rem 2.3rem 1.4rem;
	text-decoration: none;
	top: .5rem;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* -------------------------------------------------------------------------------- */
/*	X. Document Setup
/* -------------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
}

html.html-locked.showing-admin-bar {
	margin: 0 !important;
}

@media ( max-width: 768px ) {
	html.html-locked.showing-admin-bar {
		padding-top: 46px !important;
	}
}

body {
    background: #f8f8f8;
	border: none;
    color: #1b1b1b;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.7rem;
}

body.customizer-preview {
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

body * {
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	word-break: normal;
	scroll-behavior: smooth;
}

*, *::before, *::after {
	box-sizing: border-box;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body a {
	color: inherit;
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

.group:after,
.gallery:after {
	clear: both; 
	content: "";
	display: block;
}

::selection {
	background: #1b1b1b;
	color: #FFF;
}

*::-webkit-input-placeholder { color: #68717b; font-size: 1.7rem; }
*:-ms-input-placeholder { color: #68717b; font-size: 1.7rem; } /* Edge 12-18 */
*::-moz-placeholder { color: #68717b; font-size: 1.7rem; }
input::placeholder { color: #68717b; font-size: 1.7rem; }
::placeholder { font-size: 1.7rem; }

/* -------------------------------------------------------------------------------- */
/*	X.	Structure
/* -------------------------------------------------------------------------------- */


.section-inner {
	margin: 0 auto;
	width: calc( 100% - 6rem );
}

.top-ad {
    display: block;
    padding: 1rem 0;
    max-width: 100%;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Element Base
/* -------------------------------------------------------------------------------- */


p {
	line-height: 1.6;
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	letter-spacing: -0.005em;
	line-height: 1.3;
	margin: .75em 0 .5em;
}

h1 { font-size: 1.9rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.8rem; }
h6 { font-size: 1.8rem; }

em,
i,
q,
dfn {
	font-style: italic;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}


/* Separators ------------------------------------- */


hr {
	border: none;
	border-top: .2rem solid #E0E4E7;
	margin: 2em auto;
}


/* Lists ------------------------------------- */


ul,
ol {
	margin: 0 2em 1.25em 0;
}

ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }

ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }

li {
	line-height: normal;
	margin: 1rem 0;
}

li > ul,
li > ol {
	margin: 1rem 2rem 0 0;
}

.reset-list-style,
ul.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ul.reset-list-style ul,
ul.reset-list-style ol,
.reset-list-style,
ol.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ol.reset-list-style ul,
ol.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt {
	font-weight: 600;
}

dd + dt {
	margin-top: 1.5rem;
}

dd {
	line-height: 1.5;
}

/* Quotes ------------------------------------ */

blockquote {
	border-color: #DCDFE2;
	border-style: solid;
	border-width: 0 .2rem 0 0;
	margin: 0 0 1.25em 0;
	padding: .25em 1.5em .25em 0;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

cite {
	display: block;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 600;
	margin: 1em 0 0;
}

/* Code -------------------------------------- */

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, monospace;
}

kbd,
pre,
samp {
	background: #F0F1F2;
	border-radius: .2rem;
	font-size: .9em;
	padding: .4rem .6rem;
}

pre {
	border-radius: .4rem;
	line-height: 1.5;
	padding: 1em;
}

/* Media ------------------------------------- */

svg,
img,
embed,
object {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	border-style: none;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

iframe {
	max-width: 100%;
}

.wp-caption {
	display: block;
	margin-bottom: 3rem;
	max-width: 100%;
}

.wp-caption img,
.wp-block-image img {
	width: 100%;
}

.alignleft,
.alignright {
	margin: .4rem 0 2rem 0;
	max-width: 50%;
}

.alignleft {
	float: right;
	margin-left: 2.5rem;
}

.alignright {
	float: left;
	margin-right: 2.5rem;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
	width: 100%;
}

.aligncenter,
.alignnone,
.alignwide,
.alignfull {
	margin: 3rem auto;
}

.alignfull,
.alignwide {
	max-width: none;
}

.alignfull {
	position: relative;
		right: calc( 50% - 50vw );
	width: 100vw;
}

.alignfull figcaption,
.alignfull .wp-caption-text {
	padding: 0 5%;
}

figcaption,
.entry-content figcaption,
.wp-caption-text {
	color: #68717b;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 1.5rem 0 0;
}

figcaption a,
.wp-caption-text a {
	display: inline;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem -.5rem 2rem;
	padding: 0;
}

.gallery + .gallery {
	margin-top: -2rem;
}

.gallery .gallery-item {
	display: block;
	float: right;
	margin: 0 0 1rem;
	padding: 0 .5rem;
	position: relative;
	width: 50%;
}

.gallery-columns-1 .gallery-item { width: 100%; }

.gallery .wp-caption-text {
	display: none;
}

.gallery .gallery-item a {
	display: block;
	line-height: 0;
}

.gallery img {
	width: 100%;
}


/* Fieldset ------------------------------------ */

fieldset {
	border: .2rem solid #DCDFE2;
	padding: 1.5rem;
}

fieldset legend {
	color: #68717b;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0 1rem;
}


/* Inputs ------------------------------------ */

label {
	color: #1b1b1b;
	display: block;
	font-weight: 600;
	margin: 0 0 .8rem 0;
}

input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	max-width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.comment-respond textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: .1rem solid #DCDFE2;
	border-radius: .5rem;
	box-shadow: none;
	display: block;
	margin: 0;
	max-width: 100%;
	padding: 1rem;
	transition: border-color .15s linear;
	width: 100%;
	word-break: normal;
}

input[type="file"] {
	font-size: 1.4rem;
	width: 100%;
}

textarea {
	height: 20rem;
	line-height: 1.5;
	width: 100%;
}

textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
	border-color: #68717b;
	outline: none;
}

select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='15' width='15' aria-hidden='true' focusable='false'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='%2368717b'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center left;
	background-origin: content-box;
	border-radius: .5rem;
	border: .1rem solid #e1e1e5;
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 1.5rem 1.8rem;
	-webkit-appearance: none;
	width: 100%;
}

button,
.faux-button,
.file-downloader .download-btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-flex;
    align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #cccccc;
	border: none;
	border-radius: .5rem;
	color: #1b1b1b;
	font-family: inherit;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	word-break: normal;
	margin: 1rem 0.5rem;
	padding: 1.5rem 3rem;
	text-align: center;
	text-decoration: none;
	transition: opacity .15s linear;
}

input[type="button"] + input[type="button"],
input[type="button"] + input[type="reset"],
input[type="reset"] + input[type="button"],
input[type="submit"] + input[type="submit"],
input[type="submit"] + input[type="reset"],
input[type="reset"] + input[type="submit"] {
	margin-right: 1rem;
}

button:hover,
.faux-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
	opacity: .9;
}

button:focus,
.faux-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	text-decoration: none;
}

button:disabled,
.button.disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
	background: #99999E;
	cursor: default !important;
}

button:disabled:hover,
.button.disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover {
	opacity: 1;
}


/* Tables ------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 0.85em;
	margin-bottom: 3rem;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

th,
td {
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 2.5%;
}

caption {
	border-bottom: .1rem solid #E0E4E7;
	font-weight: 700;
	padding-bottom: 2.5%;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	border-bottom: .1rem solid #E0E4E7;
	font-weight: 600;
}

tbody > tr:nth-child(even) {
	background-color: #EFF1F3;
}


/* Transitions ------------------------------------ */

a {
	transition: color .15s linear, background-color .15s linear, opacity .15s linear;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Helper Classes
/* -------------------------------------------------------------------------------- */


/* Toggles ----------------------------------- */

button.toggle {
	background-color: transparent;
}

.toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	position: relative;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	user-select: none;
}


/* Color Classes ----------------------------- */

/* TEXT COLOR */

.color-black { color: #1b1b1b; }

.color-darkest-gray { color: #4B555F; }
.color-darker-gray { color: #68717B; }
.color-gray { color: #9BA5AF; }

.color-light-gray { color: #DCDFE2; }
.color-lightest-gray { color: #E6E9EC; }

.color-white { color: #fff; }

/* BACKGROUND COLOR */

.bg-color-black { background-color: #1b1b1b; }

.bg-color-darkest-gray { background-color: #4B555F; }
.bg-color-darker-gray { background-color: #68717B; }
.bg-color-gray { background-color: #9BA5AF; }

.bg-color-light-gray { background-color: #DCDFE2; }
.bg-color-lightest-gray { background-color: #E6E9EC; }

.bg-color-white { background-color: #fff; }


/* Typography Classes ----------------------------- */

.lining-numerals {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
}

.hanging-quotes {
	hanging-punctuation: first;
}

.slashed-zero {
	font-feature-settings: "zero";
	font-variant-numeric: slashed-zero;
}

.transform-uppercase {
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.no-select {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	user-select: none;
}


/* Social Icons ----------------------------- */

.social-icons a,
.social-icons button,
.social-btn a {
	align-items: center;
	background: #E6E9EC;
	border-radius: 50%;
	color: #5F6973;
	display: flex;
	height: 4.4rem;
	justify-content: center;
	padding: 0;
	margin: 0;
	text-decoration: none;
	transition: color .15s linear, background-color .15s linear, box-shadow .15s linear, transform .15s linear;
	width: 4.4rem;
}

.social-icons button:hover,
.social-icons a:hover,
.social-icons button:focus,
.social-icons a:focus {
	transform: scale( 1.15 );
	text-decoration: none;
}

.social-icons button.active {
	background-color: #fff;
	border: 1px solid #68717b;
}

.social-icons a::before,
.social-btn a::before {
	content: "";
	display: block;
	height: 2rem;
    width: 2rem;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-origin: content-box;
}

.s-icons a[href*="facebook.com"]::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' height='20' width='20' aria-hidden='true' focusable='false'%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z' fill='%235F6973'/%3E%3C/svg%3E");}

.s-icons a[href*="instagram.com"]::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='20' width='20' aria-hidden='true' focusable='false'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z' fill='%235F6973'/%3E%3C/svg%3E");}

.s-icons a[href*="twitter.com"]::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='20' width='20' aria-hidden='true' focusable='false'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z' fill='%235F6973'/%3E%3C/svg%3E");}

.s-icons a[href*="wa.me"]::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='20' width='20' aria-hidden='true' focusable='false'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z' fill='%235F6973'/%3E%3C/svg%3E");}

.s-icons a[href*="t.me"]::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' height='20' width='20' aria-hidden='true' focusable='false'%3E%3Cpath d='M248 8C111 8 0 119 0 256S111 504 248 504 496 393 496 256 385 8 248 8zM363 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5q-3.3 .7-104.6 69.1-14.8 10.2-26.9 9.9c-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3q.8-6.7 18.5-13.7 108.4-47.2 144.6-62.3c68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9a10.5 10.5 0 0 1 3.5 6.7A43.8 43.8 0 0 1 363 176.7z' fill='%235F6973'/%3E%3C/svg%3E");}

.s-icons a[href^="mailto:"]::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='20' width='20' aria-hidden='true' focusable='false'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z' fill='%235F6973'/%3E%3C/svg%3E");}

.s-icons span { display: none; }

.social-btn,
ul.social-icons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.social-btn a,
.social-icons li {
	text-decoration: none;
	border-radius: 0.5rem;
    margin: 0.5rem 0 0 1rem;
}

.social-btn a:first-child,
.social-icons li:first-child {
    margin-right: 0;
}

.social-btn a:last-child,
.social-icons li:last-child {
    margin-left: 0;
}

/* Post Meta ----------------------------- */

.post-meta {
	color: #68717b;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	list-style: none;
	margin: 0;
}

.post-meta li {
	font-weight: inherit;
	margin: .5rem 0 0 1rem;
	line-height: normal;
}

.post-meta li:first-child {
	margin-right: 0;
}

.post-meta li:last-child {
	margin-left: 0;
}

.post-meta .meta-wrapper {
    display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.post-meta .meta-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: .5rem;
}

.post-meta svg {
	transition: opacity .15s linear;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* STACK MOBILE */

.post-meta.stack-mobile {
	display: flex;
}

/* Cover Modals ------------------------------- */

.cover-modal {
	background: #fff;
	display: none;
	opacity: 1;
	overflow: auto;
	position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
	z-index: 9999;
}

@media ( max-width: 782px ) {
	.showing-admin-bar .cover-modal {
		top: 46px;
	}
}
@media ( min-width: 782px ) {
	.showing-admin-bar .cover-modal {
		top: 32px;
	}
}

.cover-modal.active {
	display: block;
}

/* Loading Animation ------------------------------- */

.loader {
	animation: spin 1.4s linear infinite;
    border: .5rem solid #DCDFE2;
	border-radius: 50%;
    border-top: .5rem solid #68717b;
    height: 4.4rem;
	margin: auto;
    width: 4.4rem;
}

.loader.small {
	height: 3rem;
	width: 3rem;
}


/* Animations ------------------------------- */

@keyframes spin {
    0% { 	transform: rotate( 0deg ); }
    100% { 	transform: rotate( -360deg ); }
}

@keyframes spinQuarter {
    0% { 	transform: rotate( 0deg ); }
    100% { 	transform: rotate( -90deg ); }
}

@keyframes spinHalf {
    0% { 	transform: rotate( 0deg ); }
    100% { 	transform: rotate( -180deg ); }
}

@keyframes pop {
	0% { 	transform: scale( 1 ); }
	50% { 	transform: scale( 1.25 ); }
	100% { 	transform: scale( 1 ); }
}

@keyframes popIn {
	0% { 	transform: scale( 0.3 ); opacity: 0; }
	70% { 	transform: scale( 1.1 ); opacity: 1; }
	100% { 	transform: scale( 1.0 ); }
}

@keyframes side_shake {
	0% { 	transform: translate( -0.8rem ); }
	20% { 	transform: translate( 0.8rem ); }
	40% { 	transform: translate( -0.6rem ); }
	60% { 	transform: translate( 0.4rem ); }
	80% { 	transform: translate( -0.2rem ); }
	100% { 	transform: translate( 0 ); }
}


/* Spotted Animations ------------------------------- */

/* PULL */

.spot-animation-fade-pull-up.will-be-spotted:not(.spotted) {
	opacity: 0;
	transform: translateY( 10vh );
	transition: none;
}

.spot-animation-fade-pull-up.will-be-spotted.spotted {
	opacity: 1;
	transform: translateY( 0 );
	transition: opacity .5s ease-out, transform .5s ease-out;
}

/* SCALE */ 

.spot-animation-scale-up.will-be-spotted:not(.spotted) {
	transform: scale( 0 );
	transition: none;
}

.spot-animation-scale-up.will-be-spotted.spotted {
	animation: popIn .4s 1 linear;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Site Header
/* -------------------------------------------------------------------------------- */

#site-header {
	background: #fff;
	overflow: auto;
	border-bottom: .1rem solid #cccccc;
	z-index: 999;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.scroll-locked #site-header {
    position: initial;
}

.header-top a {
	text-decoration: none;
}

.header-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.5rem 0;
	position: relative;
}

.custom-logo-link {
	display: block;
}

.site-title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
}

.header-inner {
	display: none;
}

.no-js .search-toggle-wrapper {
	display: none;
}

/* Sidebar Widgets ------------------------------- */

.sidebar-widgets {
	margin-top: 3rem;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Site Navigation
/* -------------------------------------------------------------------------------- */


/* Navigation Toggle ------------------------------- */

.nav-toggle {
	height: 3rem;
	min-width: 3rem;
	padding: 0;
	margin: 0;
}

.toggle.nav-toggle.active {
    z-index: 1005;
}

.no-js .nav-toggle {
	display: none;
}

.nav-toggle:not(.active) .hide { display: none; }
.nav-toggle.active .show { display: none; }

.nav-toggle .bars {
	height: 3rem;
	width: 3rem;
}

.nav-toggle .bar {
	background: #1b1b1b;
	border-radius: .2rem;
	display: block;
	height: .2rem;
	position: absolute;
	top: calc( 50% - .1rem );
	transition: transform 0.2s ease-in, opacity 0s ease-out 0.2s, margin 0.2s ease-out 0.2s;
	width: 100%;
}

.nav-toggle .bar:nth-child(1) { margin-top: -.75rem; }
.nav-toggle .bar:nth-child(3) { margin-top: .75rem; }

.nav-toggle:focus label {
	text-decoration: underline;
}

.nav-toggle.active .bar {
	transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-out 0.25s;
}

.nav-toggle.active .bar:nth-child(1) {
	margin-top: -0.1rem;
	transform: rotate( -45deg );
}

.nav-toggle.active .bar:nth-child(2) {
	opacity: 0;
}

.nav-toggle.active .bar:nth-child(3) {
	margin-top: -0.1rem;
	transform: rotate( 45deg );
}

/* Mobile Menu ----------------------------- */

.mobile-menu-wrapper {
	background: #fff;
	display: none;
	overflow: auto;
	padding: 1rem 0 0 0;
	border-bottom: .1rem solid #cccccc;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: opacity .25s ease-in, right 0s .25s, left 0s .25s;
	z-index: 1000;
}

@media ( max-width: 782px ) {
	.admin-bar .mobile-menu-wrapper {
		top: 46px;
	}
}

.mobile-menu-wrapper.active {
	display: flex;
}

.mobile-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
}

.mobile-menu-wrapper .mobile-menu-top {
    margin-top: 3rem;
	padding-bottom: 3rem;
}

.mobile-menu-wrapper .social-menu-wrapper {
    margin-top: 0;
    padding-bottom: 3rem;
}

/* NO-JS FALLBACK */

.no-js .mobile-menu-wrapper {
	opacity: 1;
	padding: 0 0 3rem;
	position: static;
}


/* Primary Menu ----------------------------- */

ul.site-nav ul {
	margin: .6em 1.5em 0 0;
}

.site-nav li {
	font-size: 1.7rem;
	font-weight: 600;
	color: #1b1b1b;
	line-height: normal;
	margin-top: 1rem;
}

.site-nav li:first-child {
    margin-top: 0;
}

.site-nav a {
	text-decoration: none;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
	text-decoration: underline;
}


/* Search Overlay ------------------------------- */

.search-overlay.active,
.search-overlay-form-wrapper,
.search-overlay form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-overlay {
	align-items: stretch;
}

.search-untoggle {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.search-untoggle-inner {
	background: transparent;
	border-radius: 999rem;
	padding: 1rem;
	transition: background-color .15s linear;
}

.search-untoggle:hover .search-untoggle-inner,
.search-untoggle:focus .search-untoggle-inner {
	background: #E6E9EC;
}

.search-overlay label {
	flex-shrink: 0;
	margin: 0;
}

.search-overlay svg {
	height: 2.5rem;
	width: 2.5rem;
}

.search-overlay label svg {
	margin-left: 1.2rem;
}

.search-overlay .search-field {
	background: none;
	border: 3px solid #E6E9EC;
	font-weight: 500;
	padding: 0.7rem;
	width: 100%;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Post: Archive
/* -------------------------------------------------------------------------------- */


.posts {
	margin-bottom: -3rem;
	padding: 3rem 0;
}

.no-js .posts {
	opacity: 1;
}


/* Archive Header ----------------------------- */

.preview.archive-header a { text-decoration: underline; }
.preview.archive-header a:hover,
.preview.archive-header a:focus { text-decoration: none; }

.archive-header-mobile {
	padding: 4rem 0;
}

.archive-header-desktop {
	display: none;
}

.archive-title {
	margin: 0;
}

.archive-description {
	font-size: 1.5rem;
	margin: 1.3rem 0 0;
}

.archive-description p {
	line-height: 1.4;
}


/* Preview ----------------------------- */

.preview {
	width: 100%;
}

.preview {
	margin-bottom: 3rem;
}

.preview-wrapper {
	background: #fff;
	height: 100%;
	border-radius: .8rem;
	box-shadow: 0 .3rem 1.2rem 0 rgba( 5, 10, 15, .05 );
	overflow: hidden;
	position: relative;
}

.preview.will-be-spotted:not(.spotted) .preview-wrapper {
	opacity: 0;
	transform: translateY( 10vh );
	transition: none;
}

.preview.will-be-spotted.spotted .preview-wrapper {
	opacity: 1;
	transform: translateY( 0 );
	transition: opacity .5s ease-out, transform .5s ease-out;
}

.preview a {
	text-decoration: none;
}

.preview-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 .5rem;
    line-height: normal;
}

.preview-image {
	display: block;
	transition: opacity .15s linear;
}

.preview-image:focus {
	opacity: .75;
}

.preview-image img {
	width: 100%;
}

.preview-inner {
	padding: 1rem 1rem 1.5rem 1rem;
}

.preview-title {
	color: #1b1b1b;
	margin-bottom: 1rem;
}

.post-meta-preview {
	margin-bottom: 1rem;
}

.preview .post-meta {
	padding: 0 .5rem;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Post: Single
/* -------------------------------------------------------------------------------- */


.head-thumbnail img {
	width: 100%;
}

.post-inner,
.has-post-thumbnail .post-inner {
	max-width: 58rem;
	padding: 3rem 0;
}

.post-header {
	margin-bottom: 2rem;
}

.post-meta-single {
	margin: 3rem 0;
}

/* Pagination ----------------------------- */

.pagination-single {
	margin-top: 6rem;
}

.pagination-single a {
	align-items: center;
	color: #68717b;
	display: flex;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.25;
	text-decoration: none;
}

.pagination-single a + a {
	margin-top: 1.5rem;
}

.pagination-single .arrow {
	align-items: center;
	background: #E6E9EC;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 3.6rem;
	justify-content: center;
	margin-left: 1.5rem;
	transition: background-color .15s linear;
	width: 3.6rem;
	transform: rotate(180deg);
}

.pagination-single .arrow svg {
	transition: fill .15s linear;
}

.pagination-single a:hover,
.pagination-single a:focus {
	text-decoration: underline;
}

/* Related Posts ----------------------------- */

.related-posts {
	margin-top: 4rem;
}

.related-posts-title {
	color: #1b1b1b;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.related-posts .posts {
	padding: 0;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Comments
/* -------------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 6rem;
}

.comments-header,
.comment-reply-title {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

.comment-reply-title {
	margin: 0 0 3rem 0;
}

.leave-comment-link,
.comment-reply-title small a {
	color: #68717b;
	font-size: 1.6rem;
	font-weight: 500;
	margin-right: 1rem;
	text-decoration: none;
}

.leave-comment-link:hover,
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #4B555F;
	text-decoration: underline;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comment,
.pingback,
.trackback { 
	margin-top: 3.5rem;
}

.comments-header + div {
	margin-top: 0;
}

.comment-body {
	position: relative;
}

.comment a {
	color: inherit;
}

.comment .comment { 
	margin-right: 5%;
}

.comment-meta {
	margin-bottom: 2rem;
	min-height: 4rem;
	padding: 0 5.5rem 0 6.7rem;
	position: relative;
}

.comment-meta .avatar {
	border-radius: .4rem;
	display: block;
	height: auto;
	position: absolute;
		right: 0;
		top: 0;
	width: 4rem;
}

.comment-meta a {
	border-bottom: .1rem solid transparent;
	text-decoration: none;
	transition: border-color .15s linear;
}

.comment-meta a:hover,
.comment-meta a:focus {
	border-bottom-color: #68717b;
	text-decoration: none;
}

.comment-author b {
	font-weight: 600;
}

.comment-author b a {
	border-bottom: .1rem solid #DCDFE2;
}

.comment-author b a:hover,
.comment-author b a:focus {
	border-bottom-color: #1b1b1b;
	text-decoration: none;
}

.comment-author .says { 
	display: none; 
}

.comment-metadata {
	font-size: 1.4rem;
	margin-top: .3rem;
}

.comment-metadata {
	color: #68717b;
	font-weight: 500;
}

.comment-metadata .edit-link:before {
	content: " • ";
}

.comment-body .reply {
	position: absolute;
		left: 0;
		top: .8rem;
}

.comment-reply-link {
	align-items: center;
	border: .1rem solid #68717b;
	border-radius: .2rem;
	color: #68717b;
	display: flex;
	font-size: 1.2rem;
	font-weight: 500;
	height: 2.4rem;
	line-height: 1;
	padding: 0 .7rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s linear;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	background: #68717b;
	border-color: #68717b;
	color: #fff;
	text-decoration: none;
}

/* COMMENT CONTENT */

.comment-content,
.comment-content p,
.comment-content li {
	line-height: 1.4;
}

.comment-content a { text-decoration: underline; }
.comment-content a:hover { text-decoration: none; }

.bypostauthor .by-post-author-wrapper {
	color: #68717b;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	text-transform: uppercase;
}

.ajax-placeholder, .ajax-success, .ajax-error {
    display: inline-flex;
    max-width: 100%;
    padding: 1rem;
}


/* Pingbacks & Trackbacks ------------------------- */


.pingback .comment-meta,
.trackback .comment-meta {
	padding-right: 0;
}


/* Comments Pagination ---------------------------- */


.comments-pagination {
	display: flex;
	font-size: 1.6rem;
	justify-content: space-between;
	margin-top: 6rem;
	position: relative;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	color: #68717b;
	display: none;
	font-weight: 600;
	text-decoration: none;
}

.comments-pagination a.page-numbers:hover,
.comments-pagination a.page-numbers:focus {
	color: #1b1b1b;
}

.comments-pagination ul.page-numbers.dots {
	color: rgba( 0, 0, 0, .35 );
}

.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}

.comments-pagination .prev { right: 0; }
.comments-pagination .next { left: 0; }


/* Comment Respond ---------------------------- */

.comment-respond:not(:first-child) {
	padding-top: 5rem;
}

.comment-respond .comment-reply-title {
	margin-bottom: 0;
}

.comment-form {
	margin: 2.2rem 0;
}

.comment-form p.logged-in-as {
	color: #68717b;
	line-height: 1.25;
	margin: -1.2rem 0 2.8rem 0;
}

.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .logged-in-as a:last-child {
	text-decoration: underline;
}

.comment-respond .logged-in-as a:hover,
.comment-respond .logged-in-as a:focus {
	color: #1b1b1b;
}

.comment-form p {
	margin-bottom: 2rem;
}

.comment-form > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label { 
	display: inline-block; 
}

.required {
    color: red;
}

.comment-respond input[type="checkbox"] + label {
	display: inline;
	margin: 0 .5rem 0 0;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}

.comment-respond #submit {
	display: block;
	margin-right: 0;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Entry Content
/* -------------------------------------------------------------------------------- */


.entry-content {
	position: relative;
}

.entry-content a {
    color: #0000ff;
}

:root .entry-content > *:first-child { margin-top: 0; }
:root .entry-content > *:last-child { margin-bottom: 0; }

.entry-content a:hover {
	text-decoration: none;
}


/* Typography --------------------------------------- */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1.25;
	margin: 3rem 0 2rem;
}

.entry-content h1 { font-size: 1.9rem; }
.entry-content h2 { font-size: 1.8rem; }
.entry-content h3 { font-size: 1.8rem; }
.entry-content h4 { font-size: 1.8rem; }
.entry-content h5 { font-size: 1.8rem; }
.entry-content h6 { font-size: 1.8rem; }

.entry-content p.has-background {
	margin-right: -2rem;
	padding: 2rem;
	width: calc( 100% + 4rem );
}

.entry-content p.has-drop-cap:first-letter {
	font-size: 7.35em;
	font-weight: 500;
}

.entry-content hr {
	margin: 4rem auto;
	max-width: 50%;
}

.entry-content hr:not(.wp-block-separator),
.entry-content hr.is-style-wide {
	max-width: 100%;
}

.wp-block-separator.is-style-dots:before {
	color: inherit;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Blocks
/* -------------------------------------------------------------------------------- */


/* Block Editor Accent Colors ---------------- */

:root .has-background { background-color: #1b1b1b; }

:root .has-black-color { color: #1b1b1b; }
:root .has-black-background-color { background-color: #1b1b1b; }

:root .has-darkest-gray-color { color: #4B555F; }
:root .has-darkest-gray-background-color { background-color: #4B555F; }

:root .has-darker-gray-color { color: #68717b; }
:root .has-darker-gray-background-color { background-color: #68717b; }

:root .has-gray-color { color: #68717b; }
:root .has-gray-background-color { background-color: #68717b; }

:root .has-light-gray-color { color: #DCDFE2; }
:root .has-light-gray-background-color { background-color: #DCDFE2; }

:root .has-lightest-gray-color { color: #E6E9EC; }
:root .has-lightest-gray-background-color { background-color: #E6E9EC; }

:root .has-white-color { color: #fff; }
:root .has-white-background-color { background-color: #fff; }

/* Block Editor Font Sizes ------------------- */

:root .has-small-font-size { font-size: .842em; }
:root .has-regular-font-size,
:root .has-normal-font-size { 
	font-size: 1em;
}

:root .has-large-font-size,
:root .has-larger-font-size {
	line-height: 1.45;
}

:root .has-large-font-size { font-size: 1.333em; }
:root .has-larger-font-size { font-size: 1.777em; }


/* Block: Base Margins ----------------------- */

:root *[class*="_inner-container"] > *:first-child { margin-top: 0; }
:root *[class*="_inner-container"] > *:last-child { margin-bottom: 0; }

.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-social-links,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

/* Block: Buttons ---------------------------- */

.wp-block-buttons .wp-block-button {
	margin-top: 0;
}

/* Block: Column ----------------------------- */

.wp-block-column {
	padding: 0 .5rem;
}

/* Block: Cover Image ------------------------ */

.wp-block-cover-image p {
	font-weight: 500;
}

/* Block: File ------------------------------- */

.wp-block-file {
    display: inline-block;
    margin: 0 0 1em 1em;
}
.wp-block-file a {
    font-size: initial;
    font-weight: bold;
}
.wp-block-file a:before {
    content: "";
    background: no-repeat center
        url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" width="15" height="15" fill="currentColor"><path xmlns="http://www.w3.org/2000/svg" d="M14.063 10.313h-3.912l-1.326 1.326c-.352.352-.824.549-1.325.549s-.971-.195-1.326-.549l-1.325-1.326H.938a.94.94 0 0 0-.938.938v2.813c0 .518.42.938.938.938h13.125c.518 0 .938-.42.938-.938v-2.813a.937.937 0 0 0-.938-.938m-1.406 3.047c-.387 0-.703-.316-.703-.703s.316-.703.703-.703.703.316.703.703-.316.703-.703.703m-5.818-2.385a.935.935 0 0 0 1.325 0l3.75-3.75a.938.938 0 0 0-1.326-1.326l-2.15 2.152V.938a.938.938 0 0 0-1.876 0v7.113l-2.15-2.15a.938.938 0 0 0-1.326 1.326z"/></svg>');
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 15px;
}

/* Block: Gallery ---------------------------- */

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	padding-bottom: 1rem;
}

/* Block: Image ------------------------------ */

:root .wp-block-image.alignleft,
:root .wp-block-image .alignleft {
	margin-left: 2.5rem;
}

:root .wp-block-image.alignright,
:root .wp-block-image .alignright {
	margin-right: 2.5rem;
}

/* Block: Pull Quote ------------------------- */

.entry-content .wp-block-pullquote {
	border: none;
	min-width: 18rem;
	padding: 0;
}

.entry-content .wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright {
	width: 50%;
}

.entry-content .wp-block-pullquote.alignleft {
	text-align: right;
}

.entry-content .wp-block-pullquote.alignright {
	text-align: left;
}

.entry-content .wp-block-pullquote p,
.entry-content .wp-block-pullquote cite {
	text-align: inherit;
}

.entry-content .wp-block-pullquote p {
	font-size: inherit;
	font-weight: 500;
	line-height: 1.4;
}

/* STYLE: SOLID COLOR */

.wp-block-pullquote.has-background {
	padding: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: inherit;
}

/* Block: Quote ------------------------------ */

.entry-content blockquote,
.entry-content .wp-block-quote.is-large, 
.entry-content .wp-block-quote.is-style-large {
	margin-bottom: 1.25em;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

blockquote.has-text-align-center {
	border-width: 0;
	padding: .25em 0;
}

blockquote.has-text-align-right {
	border-width: 0 0 0 .2rem;
	padding: .25em 0 .25em 1.5em;
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border-width: 0;
	padding: .25em 0;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 1.33em;
	font-style: inherit;
	line-height: 1.5;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
	font-size: .9em;
	text-align: inherit;
}

/* Block: Social ----------------------------- */

.wp-social-link {
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	max-width: none;
}

/* Page Break -------------------------------- */

.post-nav-links {
	background: #E6E9EC;
	border-radius: .4rem;
	color: #5F6973;
	font-weight: 600;
	padding: 1.5rem 2rem;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Site Pagination
/* -------------------------------------------------------------------------------- */


#pagination {
	padding: 4rem 0;
	position: relative;
	text-align: center;
}


#pagination .out-of-posts,
#pagination .loading-icon {
	display: block;
}


#pagination:not(.last-page) .out-of-posts,
#pagination.loading #load-more,
#pagination.last-page #load-more,
#pagination:not(.loading) .loading-icon {
    display: none;
}

body:not(.pagination-type-button) #load-more {
	display: none;
}

html.js body:not(.pagination-type-links) .link-pagination {
	display: none;
}

.no-js #load-more,
.no-js #pagination .loading-icon {
	display: none;
}

#pagination .out-of-posts {
	color: #68717b;
	font-size: 0.9em;
	font-weight: 500;
	margin: 0;
	text-align: center;
	width: 100%;
}

/* LINK PAGINATION */

.link-pagination {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.link-pagination.only-next {
	justify-content: flex-end;
}

.link-pagination a {
	color: #68717b;
	font-weight: 600;
	text-decoration: none;
}

.link-pagination a:hover,
.link-pagination a:focus {
	color: #1b1b1b;
}


/* -------------------------------------------------------------------------------- */
/*	X.	404 Page
/* -------------------------------------------------------------------------------- */


.error404 .single-container {
	padding: 5rem 0;
}

.error404 .go-home {
	color: #68717b;
	font-size: .95em;
	font-weight: 600;
	text-decoration: none;
}

.error404 .go-home:hover {
	text-decoration: underline;
}

.search-404 {
    margin-top: 20px;
}

.title-404 {
    margin-bottom: 20px;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Site Footer
/* -------------------------------------------------------------------------------- */


#site-footer {
	padding: 3rem 0;
	position: relative;
}


/* Footer Credits ------------------------------- */

.credits {
	color: #68717b;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	margin: 1rem 0;
}

.credits a {
	text-decoration: none;
}

.credits a:hover,
.credits a:focus {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Widgets
/* -------------------------------------------------------------------------------- */


/* Widget Base ------------------------------- */

.widget-content {
	font-size: 1.7rem;
	font-weight: 500;
	color: #68717b;
}

.widget-content a,
.widget-content a:hover { text-decoration: none; }

.widget-title {
	color: #1b1b1b;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.widget ul,
.widget ol {
	list-style: none;
}

.widget li {
	margin: 0;
}

.widget li > ul, 
.widget li > ol {
	margin-top: 0;
}

.widget-content > ul,
.widget-content > ol {
	margin-right: 0;
}


/* Base List Widget ------------------------------- */

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	margin: 0 0 1rem 0;
}


/* Widget: Recent Entries ------------------------------- */

.widget_recent_entries a {
	font-weight: 600;
}

.widget_recent_entries .post-date {
	color: #68717b;
	margin-top: .2rem;
}


/* Widget: Recent Comments ------------------------------- */

.widget_recent_comments .comment-author-link {
	font-weight: 600;
}

/* Widget: Gallery ------------------------------- */

.widget_media_gallery .gallery {
	margin: 0 -.4em -.8em -.4em;
	width: calc( 100% + .8em );
}

.widget_media_gallery .gallery-item {
	margin: 0 0 .8em 0;
	padding: 0 .4em;
}


/* Widget: Nav Menu ------------------------------- */

.widget_nav_menu .widget-content > div > ul {
	margin-right: 0;
}


/* Widget: Recent Posts ------------------------------- */

.widget_recent_entries .post-date {
	display: block;
}


/* Widget: RSS ------------------------------- */

.widget_rss .rss-widget-icon {
	display: none;
}

.widget_rss .rsswidget {
	font-weight: 600;
	text-decoration: none;
}

.widget_rss .rss-date {
	display: block;
}

.widget_rss cite:before {
	content: "— ";
}


/* Widget: Search ------------------------------- */

.widget_search label,
.widget_search img {
	display: none;
}

.widget_search .search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.8rem -.8rem 0;
	position: relative;
}

.widget_search .search-field,
.widget_search .search-submit {
	margin: 0 .8rem .8rem 0;
}

.widget_search .search-field {
	max-width: 100%;
	width: 30rem;
}


/* Widget: Tag Cloud ------------------------------- */

.widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.4rem -.4rem 0;
}

.widget_tag_cloud a {
	background: #68717b;
	border-radius: .3rem;
	color: #fff;
	display: block;
	font-size: 1.3rem !important;
	font-weight: 600;
	margin: 0 .4rem .4rem 0;
	padding: .4rem .7rem .5rem;
	text-decoration: none;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
	background: #1b1b1b;
	color: #fff;
}

.footer-widgets-wrapper {
    grid-row-gap: 3.5rem;
    align-items: start;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    max-width: 100%;
    row-gap: 3.5rem;
}

.footer-widgets {
    padding: 0 1rem;
    margin: 0 0 2rem;
}

.file-downloader {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.file-downloader .option {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1.5rem;
}
.file-downloader .option > select {
    max-width: 50%;
    margin-right: 2rem;
}
.file-downloader .option:nth-child(even) {
    background-color: #f8f8f8;
}
.file-downloader .option:nth-child(odd) {
    background-color: #e8e8e8;
}
.file-downloader .buttons {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.file-downloader .download-btn,
.file-downloader .cancel-btn,
.file-downloader button {
    cursor: pointer;
}
.file-downloader .download-btn.active,
#linkbutton {
    color: #ffffff;
    background-color: #00f;
}
.file-downloader textarea {
    display: none !important;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.list-item {
	border-radius: 0.5rem;
	margin-bottom: 2rem;
	padding: 1rem;
	box-shadow: 0 0.2rem 0.6rem rgba(50,50,90,.8);
}
.os-title {
	width: 100%;
	cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1rem;
}
.os-title::before {
	content: '';
    height: 1rem;
    width: 1rem;
    margin-left: 0.5rem;
    border-radius: 50%;
    background: #1b1b1b;
}
.os-title::after {
	content: '+';
    margin-right: 0.5rem;
    transition: transform .3s ease;
}
.os-content {
	padding: 1rem;
	text-align: center;
	line-height: 1.4em;
	display: none;
}
.trigger-input {
	display: none;
}
.trigger-input:checked + .trigger-wrapper .os-content {
	display: block;
}
.trigger-input:checked + .trigger-wrapper .os-title::after {
	transform: rotate(45deg) scale(1.08);
}
.trigger-wrapper input {
	display: inline-block;
    max-width: 10rem;
    text-align: center;
    direction: ltr;
    margin: 0.3rem 0.2rem;
}
.trigger-wrapper h2 {
	margin: 2.5rem 0 !important;
}
.ostad-result-calculator input {
    width: calc(33.33% - 4px);
}
.result {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 20rem;
	font-size: 1.8rem;
	font-weight: 600;
    padding: 1.5rem 3rem;
    border-radius: .5rem;
    border: none;
    margin: 1rem auto;
    background: #ffff00;
}
.capture-area {
    padding: 1rem;
	background: #ffffff;
}
.capture-area p {
    margin: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}
.ostad-result-calculator:not(.calculated) .result,.ostad-result-calculator:not(.calculated) p,.ostad-year-result-calculator:not(.calculated) .result {
	display: none;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Media Queries
/* -------------------------------------------------------------------------------- */


@media ( min-width: 375px ) {


	/* Site Navigation ------------------------------- */

	.search-overlay label svg {
		height: 2.5rem;
		margin-left: 2rem;
		width: 2.5rem;
	}
	
	.search-overlay .search-field {
		width: 25.5rem;
	}


}


@media ( min-width: 600px ) {

	
	/* Document Setup ------------------------------- */

	body {
		font-size: 1.8rem;
	}


	/* Element Base ------------------------------- */

	h1 { font-size: 2rem; }
	h2 { font-size: 1.9rem; }
	h3 { font-size: 1.9rem; }
	h4 { font-size: 1.9rem; }
	h5 { font-size: 1.9rem; }
	h6 { font-size: 1.9rem; }
	
	/* FIELDSET */

	fieldset {
		padding: 3rem;
	}

	fieldset legend {
		margin-right: -1rem;
	}

	/* Structure ------------------------------- */
	
	.section-inner {
		width: calc( 100% - 10rem );
	}
	
	/* Site Header ------------------------------- */

	.site-title {
		font-size: 2.5rem;
	}

	/* Site Navigation ------------------------------- */
	
	.search-overlay label svg {
		height: 3rem;
		margin-left: 2.5rem;
		width: 3rem;
	}
	
	.search-overlay .search-field {
		width: 35rem;
	}

	.search-untoggle {
		padding: 5rem;
	}

	/* Post: Archive ------------------------------- */

	.posts {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: -5rem;
		padding: 5rem 0;
		width: calc( 100% + 3rem );
	}

	/* PREVIEW */

	.preview {
		width: 50%;
	}

	.preview {
		margin-bottom: 4rem;
	}

	.preview-wrapper {
		width: calc( 100% - 3rem );
	}
	
	/* Post: Single ------------------------------- */

	.post-inner,
	.has-post-thumbnail .post-inner {
		padding: 4rem 0;
	}

	.post-header {
		margin-bottom: 4.5rem;
	}
	
	.pagination-single {
		 margin-top: 9.5rem;
	}

	.comments-wrapper {
		margin-top: 9.5rem;
	}

	/* PAGINATION SINGLE */

	.pagination-single {
		display: flex;
		justify-content: space-between;
        align-items: center;
	}

	.pagination-single.only-next {
		justify-content: flex-end;
	}

	.pagination-single a {
		min-width: 33.3%;
	}

	.pagination-single .arrow {
		height: 4.4rem;
		margin-left: 2rem;
		width: 4.4rem;
	}

	.pagination-single .arrow svg {
		height: 1.6rem;
		width: 1.6rem;
	}

	.pagination-single a + a {
		margin: 0 3rem 0 0;
	}

	.pagination-single .next-post {
		flex-direction: row-reverse;
	}

	.pagination-single .next-post .arrow {
		margin: 0 2rem 0 0;
	}


	/* Comments ------------------------------- */

	.comment-reply-title {
		margin-bottom: 4.2rem;
	}

	.comment,
	.pingback,
	.trackback {
		margin-top: 5rem;
	}

	.comment-body {
		min-height: 6rem;
		padding-right: 8rem;
	}

	.comment-meta {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		margin: -.5rem -1.6rem 1em 0;
		min-height: auto;
		padding-right: 0;
		position: static;
	}

	.comment-meta .avatar {
		border-radius: .4rem;
		height: 6rem;
		width: 6rem;
	}

	.comment-author,
	.comment-metadata {
		margin: .5rem 1.6rem 0 0;
	}

	.comment-metadata {
		font-size: 1.6rem;
		white-space: nowrap;
	}

	.comment-body .reply {
		top: .2rem;
	}

	.comments-pagination {
		margin-top: 8rem;
	}

	/* PINGBACKS & TRACKBACKS */

	.pingback .comment-body {
		padding: 0;
	}

	/* COMMENT RESPOND */

	.comment-respond:not(:first-child) {
		padding-top: 7rem;
	}

	.comment-form {
		margin: 3rem 0;
	}

	.comment-form p {
		margin-bottom: 2.5rem;
	}

	.comment-form p.logged-in-as {
		margin: -2.5rem 0 4.4rem 0;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: right;
		width: calc( 50% - 1rem );
	}

	.comment-respond .comment-form-email {
		margin-right: 2rem;
	}

	.comments .comment-respond {
		padding: 5rem 0 0;
	}

	/* Blocks -------------------------------- */

	.entry-content .wp-block-pullquote p,
	.wp-block-pullquote.is-style-solid-color blockquote p {
		font-size: 2.4rem;
	}

	/* Entry Content ------------------------------- */

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 5rem 0 3rem;
	}
	
	.entry-content h1 { font-size: 2rem; }
	.entry-content h2 { font-size: 1.9rem; }
	.entry-content h3 { font-size: 1.9rem; }
	.entry-content h4 { font-size: 1.9rem; }
	.entry-content h5 { font-size: 1.9rem; }
	.entry-content h6 { font-size: 1.9rem; }

	.entry-content p,
	.entry-content ul,
	.entry-content ol,
	.entry-content blockquote,
	.entry-content .wp-block-file,
	.entry-content .wp-block-quote.is-large, 
	.entry-content .wp-block-quote.is-style-large,
	.entry-content pre {
		margin-bottom: 1.6em;
	}

	.entry-content ul:last-child,
	.entry-content ol:last-child {
		margin-bottom: 0;
	}

	.entry-content p.has-background {
		margin-right: -3rem;
		padding: 3rem;
		width: calc( 100% + 6rem );
	}

	.entry-content hr {
		margin: 5.5rem auto;
	}

	.aligncenter,
	.alignnone,
	.alignwide,
	.alignfull {
		margin: 5rem auto;
	}

	.alignwide {
		position: relative;
			right: calc( 50% - 45vw );
		width: calc( 90vw );
	}

	.entry-content .wp-block-gallery.aligncenter,
	.entry-content .wp-block-gallery.alignnone,
	.entry-content .wp-block-gallery.alignwide, 
	.entry-content .wp-block-gallery.alignfull {
		margin-bottom: 5rem;
	}
	
	.entry-content .gallery {
		margin: 5rem 0 3rem;
		position: relative;
			right: calc( 50% - 50vw + 1rem );
		width: calc( 100vw - 2rem );
	}
	
	.entry-content .gallery + .gallery {
		margin-top: -3rem;
	}
	
	.entry-content .gallery .gallery-item {
		margin: 0 0 2rem;
		padding: 0 1rem;
	}
	
	.entry-content .gallery-columns-1 .gallery-item { width: 100%; }
	.entry-content .gallery-columns-2 .gallery-item { width: 50%; }
	.entry-content .gallery-columns-3 .gallery-item { width: 33.3%; }
	.entry-content .gallery-columns-4 .gallery-item { width: 25%; }
	.entry-content .gallery-columns-5 .gallery-item { width: 20%; }
	.entry-content .gallery-columns-6 .gallery-item { width: 16.6%; }
	.entry-content .gallery-columns-7 .gallery-item { width: 14.158%; }
	.entry-content .gallery-columns-8 .gallery-item { width: 12.5%; }
	.entry-content .gallery-columns-9 .gallery-item { width: 11.1%; }

	figcaption,
	.entry-content figcaption,
	.wp-caption-text {
		font-size: 1.6rem;
	}


}


@media ( min-width: 1000px ) {
.scroll-locked #site-header {
    position: fixed;
}

	/* Structure ------------------------------- */

	.section-inner {
		width: 100%;
	}

	#site-wrapper {
		padding-right: 33.33%;
		position: relative;
	}

	#site-header {
		position: fixed;
		right: 0;
		bottom: 0;
		top: 0;
		width: 33.33%;
	}

	#site-content {
		display: block;
		padding: 3rem 5rem;
		width: 100%;
	}

	.search-overlay.active {
		right: 33.33%;
	}


	/* Site Header ------------------------------- */

	#site-header {
		background: none;
		display: flex;
		flex-direction: column;
		justify-content: stretch;
		padding: 8rem 4rem 0 4rem;
		border: 0;
	}
	
	#site-footer {
		padding: 3rem 5rem;
	}

	.header-top {
		flex-grow: 0;
		padding: 0;
		justify-content: center;
	}

	.header-inner {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		justify-content: space-between;
	}

	ul.site-nav {
		margin-top: 6rem;
	}

	.social-menu-wrapper {
		margin-top: 6rem;
		padding-bottom: 6rem;
	}

	/* Site Navigation ---------------------------- */

	.nav-toggle,
	.mobile-menu-wrapper {
		display: none;
	}

	.search-overlay {
		padding-right: 4rem;
	}

	/* Post: Archive ------------------------------- */

	.archive-header-mobile {
		display: none;
	}

	.archive-header-desktop {
		display: block;
	}

	.archive-header-desktop .preview-wrapper {
		background: #1b1b1b;
		display: flex;
	}

	.archive-header-desktop .preview-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 3rem;
	}

	.archive-header .preview-inner {
		min-height: 30.1rem;
	}

	.posts {
		padding-top: 0;
	}

	/* Post: Single ------------------------------- */

	.single-container {
		border-radius: .8rem;
		box-shadow: 0 .3rem 1.8rem rgba( 5, 10, 15, 0.07 );
		overflow: hidden;
	}

	.post-inner,
	.has-post-thumbnail .post-inner {
		padding: 5rem 3rem;
	}

	/* Entry Content ------------------------------- */

	.alignwide {
		right: auto;
		width: 100%;
	}

	.alignfull {
		right: auto;
		max-width: none;
		left: calc( calc( 33.333vw - 3rem ) - ( 56rem / 2 ) );
		width: calc( 66.666vw - 6rem );
	}

	.entry-content .gallery {
		margin: 5rem -1rem 3rem;
		right: auto;
		width: 100%;
	}


}


@media ( min-width: 1200px ) {


	/* Structure ------------------------------- */

	#site-wrapper {
		padding-right: 30.9%;
		position: relative;
	}

	#site-header {
		width: 30.9%;
	}


	/* Site Header ------------------------------- */

	#site-header {
		padding: 12rem 8rem 0 8rem;
	}

	/* Site Navigation ------------------------------- */

	.search-overlay.active {
		right: 30.9%;
	}


	/* Post: Archive ------------------------------- */
	
	.posts {
		width: calc( 100% + 4rem );
	}

	/* ARCHIVE HEADER */

	.preview.archive-header-desktop {
		width: 66.666%;
	}

	.preview.archive-header-desktop .preview-inner {
		padding: 4rem;
	}

	/* PREVIEW */

	.preview {
		width: 33.333%;
	}

	.preview {
		margin-bottom: 5rem;
	}

	.preview-wrapper {
		width: calc( 100% - 4rem );
	}


	/* Post: Single ------------------------------- */
	
	.related-posts .preview:nth-child(4) {
		display: none;
	}


	/* Entry Content ------------------------------- */

	.entry-content .wp-block-pullquote.alignleft,
	.entry-content .wp-block-pullquote.alignright,
	.entry-content .alignleft,
	.entry-content .alignright {
		max-width: calc( 50% + 5.475rem );
	}

	.entry-content .wp-block-image .alignleft,
	.entry-content .alignleft {
		margin-right: -10.95rem;
	}

	.entry-content .wp-block-image .alignright,
	.entry-content .alignright {
		margin-left: -10.95rem;
	}

	.alignfull {
		margin: 8rem auto;
		left: calc( ( ( 69.1vw - 6rem ) - 56rem ) / 2 );
		width: calc( 69.1vw - 6rem );
	}

	.entry-content .wp-block-gallery.alignfull {
		margin-bottom: 8rem;
	}

	.alignwide,
	.entry-content .gallery {
		right: calc( 50% - 36.95rem );
		left: auto;
		width: 73.9rem;
	}
}


@media ( min-width: 1440px ) {


	/* Entry Content ------------------------------- */

	.alignfull {
		left: calc( ( ( 100vw - 6rem - 44.5rem ) - 56rem ) / 2 );
		width: calc( 100vw - 6rem - 44.5rem );
	}

	/* Structure ------------------------------- */

	#site-wrapper {
		padding-right: 44.5rem;
	}

	#site-header {
		width: 44.5rem;
	}

	.search-overlay.active {
		right: 44.5rem;
	}


}


@media ( min-width: 1600px ) {


	/* Post: Archive ------------------------------- */

	/* ARCHIVE HEADER */

	.preview.archive-header-desktop {
		width: 50%;
	}

	/* PREVIEWS */

	.preview {
		width: 25%;
	}

	/* Post: Single ------------------------------- */

	.related-posts .preview:nth-child(4) {
		display: block;
	}

}

@media ( max-width: 220px ) {
    .section-inner {
        width: calc( 100% - 3rem );
    }
    .site-title {
	    font-size: 1.3rem;
    }
    .header-top {
        padding: 1rem 0;
    }
    .nav-toggle {
        height: 1rem;
        min-width: 1rem;
    }
    .nav-toggle .bars {
        height: 1rem;
        width: 1rem;
    }
}