/* Classic Artisan: Editor Styles */

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 800;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

figure {
	margin: 0 0 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 800;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: hsl(250, 20%, 13%);
	font-family: Assistant, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 27px 0 18px 0;
	line-height: 1;
	font-weight: 600;
}

h4,
h5,
h6 {
	font-weight: 600;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 27px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 21px;
}

p {
	margin: 0 0 1em 0;
}

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

blockquote,
blockquote.wp-block-quote {
	margin: 0 2em;
	font-style: italic;
	font-size: 24px;
	border-left: 4px solid;
	padding-left: 8px;
}

cite,
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	color: inherit;
	font-size: 15px;
	font-style: italic;
}


address {
	margin: 0 0 2em;
}

pre {
	background: hsl(250, 20%, 93%);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	background: hsl(250, 20%, 93%);
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #ff0;
	color: #000;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: hsl(250, 20%, 13%);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

table td,
table th {
	border: 1px solid;
	padding: .25em .5em;
}

table th {
	background: hsl(250, 20%, 93%);
	font-weight: bold;
}


/*--------------------------------------------------------------
4.0 Stucture
--------------------------------------------------------------*/
html .mceContentBody { /* for classic editor */
	margin: 0 auto;
	padding: 18px;
	background: hsl(250, 20%, 98%);
	max-width: 996px; /* for classic editor */
}

body {
	padding: 18px;
	background: hsl(250, 20%, 98%);	
}

.mce-toolbar-grp { /* Classic editor block header */
    background: hsl(250, 20%, 95%);
}

/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/
.button,
.wp-block-button__link {
	border: 2px solid;
	border-radius: 0;
	box-shadow: none;
    padding: calc(.5em - 2px) 1em;
    background: transparent;
	cursor: pointer;
	text-decoration: none; /* For links with the button class. */
	color: inherit;
	font-size: inherit;
}

.button:hover,
.wp-block-button__link:hover,
.button:focus,
.wp-block-button__link:focus,
.wp-custom-header-video-button:focus,
.button:active {
	border-color: hsl(250, 20%, 13%);
	background-color: hsl(250, 20%, 13%);
	color: hsl(250, 20%, 98%);
}

/*--------------------------------------------------------------
6/0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a,
.wp-block-freeform.block-library-rich-text__tinymce a {
	color: hsl(250, 20%, 13%);
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: hsl(250, 100%, 33%);
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

::selection {
	background: #ff0;
}

.editor-block-list__layout .editor-block-list__block ::selection {
	background: #ff0;
}

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

.screen-reader-text:focus {
	background-color: hsl(250, 20%, 98%);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: hsl(250, 20%, 13%);
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	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;
}

/*--------------------------------------------------------------
8.0 Alignments
--------------------------------------------------------------*/
.alignleft,
.wp-block-image .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright,
.wp-block-image .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter,
.wp-block-image .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

.mejs-container {
	margin: 0 0 18px 0;
}

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
	background: hsl(250, 20%, 13%);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: hsl(250, 20%, 98%);
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: hsl(250, 100%, 33%);
}

.wp-playlist-item {
	padding: 7px 3px;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption,
.wp-block-image figcaption,
.wp-block-audio figcaption {
	margin-bottom: 1em;
	max-width: 100%;
}

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

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-audio figcaption {
	text-align: center;
	font-size: 15px;
	margin: 0.8075em 0;
	color: inherit;
	line-height: inherit;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery,
.wp-block-gallery {
	margin-bottom: 1.5em;
}

.gallery-item { /* Classic editor only, typ. */
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Block Galleries */
.wp-block-gallery .blocks-gallery-item {
	justify-content: start;
	margin: 0 10px 10px 0;
}

.wp-block-gallery .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-item image {
	display: block;
	height: fit-content;
}

.gallery-caption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
	color: inherit;
	background: transparent;
	font-size: 15px;
	line-height: 1.33;
	margin: 0;
	padding: 8px;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

/* Block Editor */
.mce-content-body {
	line-height: 1.5;
}

/* Main column width */
.wp-block {
	max-width: 996px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1280px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}

.editor-post-title__block .editor-post-title__input { /* Post title in block editor */
	font-size: 54px;
	line-height: 1;
	font-family: Assistant, sans-serif;
	font-weight: 600;
	color: hsl(250, 20%, 13%);
	margin: 0 -1px 11px; /* account for border in editor styling */
}

.mce-content-body,
.wp-block-freeform.block-library-rich-text__tinymce li,
.wp-block-freeform.block-library-rich-text__tinymce p {
	line-height: 1.5;
}


/* Block Styles */
.has-fg-dark-color {
	color: hsl(250, 20%, 13%);
}

.has-fg-light-color {
	color: hsl(250, 20%, 98%);
}

.has-accent-light-color {
	color: hsl(250, 100%, 85%);
}

.has-accent-dark-color {
	color: hsl(250, 100%, 33%);
}

.has-fg-dark-background-color {
	background-color: hsl(250, 20%, 13%);
}

.has-fg-light-background-color {
	background-color: hsl(250, 20%, 98%);
}

.has-accent-light-background-color {
	background-color: hsl(250, 100%, 85%);
}

.has-accent-dark-background-color {
	background-color: hsl(250, 100%, 33%);
}
