/* Gutenberg Editor Styles */

.editor-visual-editor,
.editor-visual-editor p {
	color: #404040;
}

.blocks-editable__tinymce a {
	color: #444;
	text-decoration: none;
	transition: 0.3s color;
}

.blocks-editable__tinymce a:visited {
	color: #666;
}

.blocks-editable__tinymce a:hover,
.blocks-editable__tinymce a:focus,
.blocks-editable__tinymce a:active {
	color: #888;
}

.blocks-editable__tinymce a:focus {
	outline: thin dotted;
}

.blocks-editable__tinymce a:hover,
.blocks-editable__tinymce a:active {
	outline: 0;
}



p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	border-left: 3px solid #ef5656;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0 1.5em 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
}

code, kbd, tt, var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.aligncenter img {
	display: block;
	margin: 0 auto;
}

/* Dropcaps */
p.has-drop-cap:first-letter {
	font-size: 64px;
	font-size: 4rem;
	margin-right: .1em;
}

/* Images */
.wp-block-image {
	margin-bottom: 1.5em;
	text-align: center;
}

.wp-block-image figcaption {
	font-style: italic;
	font-size: 14px;
	font-size: 0.875rem;
	margin: .75em auto;
}

/* Galleries */
.wp-block-gallery {
	padding-left: 0;
}
.columns-1 {}
.columns-2 {}
.columns-3 {}
.columns-4 {}
.columns-5 {}

/* Blockquotes*/
.wp-block-quote {
	margin-bottom: 1.5em;
}

.wp-block-quote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	width: 100%;
}

.wp-block-quote.is-large {
	border-left: none;
	padding: 0;
}

.wp-block-quote.is-large p {
	font-size: 32px;
	font-size: 2rem;
}

.wp-block-quote.is-large p:last-of-type {
	padding-bottom: 0.25em;
	margin-bottom: 0;
}

.wp-block-quote.is-large cite {
	font-style: normal;
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 2.5em;
	margin-top: 0;
	text-align: right;
}

.blocks-quote-style-1 {}
.blocks-quote-style-2 {}

/* Cover Images */
.wp-block-cover-image {
	margin: 0 0 1.5em;
}

.wp-block-cover-image.alignfull {
	transform: translateX(0);
}

.has-background-dim {}
.has-parallax {}

/* Video */
.wp-block-video {
	margin: 0 0 1.5em;
	text-align: center;
}

.wp-block-video video {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/* Audio */
.wp-block-audio {}

/* Pullquotes */
.wp-block-pullquote {
	border-bottom: 3px solid #ef5656;
	border-left: none;
	border-top: 3px solid #ef5656;
	color: #555;
	margin-bottom: 1.5em;
	padding: 1.5em 0.75em;
}

.wp-block-pullquote p {
	font-size: 36px;
	font-size: 2.25rem;
	font-style: normal;
	margin: 0 0 .75em;
	line-height: 1.1;
}

.wp-block-pullquote cite {
	color: #777;
	font-style: normal;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 24px;
	font-size: 1.5rem;
}

.wp-block-pullquote.alignleft {
	margin-left: -12.5vw;
}

.wp-block-pullquote.alignright {
	margin-right: -12.5vw;
}

/* Categories */
.wp-block-categories-list {}

/* Tables */
.wp-block-table {
	display: table;
}

.wp-block-table.alignleft,
.wp-block-table.alignright {
	max-width: 50%;
}

/* Preformatted */
.wp-block-preformatted {}

/* Code */
.wp-block-code {}

/* Verse */
.wp-block-verse {
	border: 0;
	font-family: inherit;
	padding: 0;
}

.wp-block-verse.aligncenter {
	text-align: center;
}

.wp-block-verse.alignright {
	text-align: right;
}

/* Separator */
.wp-block-separator {
	background-color: transparent;
	border-bottom: 3px solid #ef5656;
	margin-bottom: 1.5em;
	width: 75%;
	max-width: 75%;
}

.wp-block-separator.alignwide {
	width: 75vw;
	max-width: 75vw;
}

.wp-block-separator.alignfull {
	width: 100vw;
	max-width: 100vw;
}

/* Buttons */
.wp-block-button {
	background-color: #e06e53;
	margin-bottom: 1.5em;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}
.wp-block-button.aligncenter {
	left: 50%;
	transform: translateX(-50%);
}

.wp-block-button a {
	transition: 0.3s color;
}

.wp-block-button a:hover,
.wp-block-button a:focus,
.wp-block-button a:active {
	color: rgba(255,255,255,0.5);
}

/* Text Columns */
.wp-block-text-columns {}
.wp-block-column {}

/* Latest Posts */
.wp-block-latest-posts {}
.wp-block-latest-posts__post-date {
	color: #888;
}
.is-grid {}