/* Basic Block Editor CSS */
.editor-styles-wrapper {
	color: #666666;
	font: 16px 'PT Sans', serif;
	line-height: 20px;
	word-wrap: break-word;
}
.editor-styles-wrapper > * {
	font: 16px 'PT Sans', serif;
	color: #666666;
}
.wp-block {
	max-width: 1140px;
}
.editor-styles-wrapper .wp-block[data-align="wide"] {
	max-width: 1200px;
}
.editor-styles-wrapper .wp-block.editor-post-title__block .editor-post-title__input {
    font-size: 26px;
    padding-bottom: 18px;
	color: #222222;
	font-weight: normal;
	font-family: 'PT Sans', serif;
	line-height: 1.4;
    }
/* Headings */
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	padding-bottom: 18px;
	color: #222222;
	font-weight: normal;
	font-family: 'PT Sans', serif;
	line-height: 1.4;
}

.editor-styles-wrapper h1 {
	font-size: 30px;
}

.editor-styles-wrapper h2 {
	font-size: 28px;
}

.editor-styles-wrapper h3 {
	font-size: 26px;
}

.editor-styles-wrapper h4 {
	font-size: 24px;
}

.editor-styles-wrapper h5 {
	font-size: 22px;
}

.editor-styles-wrapper h6 {
	font-size: 19px;
}

.editor-styles-wrapper hr,
.editor-styles-wrapper .wp-block-separator {
	border-color: #eaeaea;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}
/* =TEXT ELEMENTS
----------------------------------------------- */
.editor-styles-wrapper p {
	line-height: 1.4;
	padding-bottom: 15px;
	font-family: 'PT Sans', serif;
	font-size: 16px;
}

.editor-styles-wrapper strong {
	font-weight: bold;
}

.editor-styles-wrapper cite,
.editor-styles-wrapper em,
.editor-styles-wrapper i {
	font-style: italic;
}

.editor-styles-wrapper pre {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper pre,
.editor-styles-wrapper code,
.editor-styles-wrapper kbd,
.editor-styles-wrapper var,
.editor-styles-wrapper samp,
.editor-styles-wrapper tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 19px;
	white-space: pre-wrap;
}

.editor-styles-wrapper abbr,
.editor-styles-wrapper acronym,
.editor-styles-wrapper dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

.editor-styles-wrapper address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}

.editor-styles-wrapper ins {
	background: #f8f8f8;
}

.editor-styles-wrapper table {
	margin: 0 0 1.5em;
	width: 100%;
}

.editor-styles-wrapper th {
	font-weight: bold;
}

.editor-styles-wrapper th,
.editor-styles-wrapper td,
.editor-styles-wrapper .wp-block-table th,
.editor-styles-wrapper .wp-block-table td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
}

.editor-styles-wrapper caption,
.editor-styles-wrapper th,
.editor-styles-wrapper td {
	text-align: left;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
.editor-styles-wrapper sup,
.editor-styles-wrapper sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

.editor-styles-wrapper sup {
	bottom: 1ex;
}

.editor-styles-wrapper sub {
	top: .5ex;
}

.editor-styles-wrapper dl {
	margin-bottom: 24px;
	font-size: 15px;
}

.editor-styles-wrapper dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.editor-styles-wrapper dd {
	margin-bottom: 24px;
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
	list-style: none;
}

.editor-styles-wrapper ol {
	list-style: decimal;
}

.editor-styles-wrapper li > ul,
.editor-styles-wrapper li > ol {
	margin: 0 0 0 20px;
}

/* =BLOCKQUOTE
----------------------------------------------- */
.editor-styles-wrapper blockquote,
.editor-styles-wrapper .wp-block-quote,
.editor-styles-wrapper .wp-block-quote.is-style-large {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border: 1px solid #eaeaea;
	border-left: 3px solid #4cb0c6;
	margin-bottom: 20px;
}

.editor-styles-wrapper .wp-block-quote.has-text-align-right {
	border: 1px solid #eaeaea;
	border-right: 3px solid #4cb0c6;
}

.editor-styles-wrapper .wp-block-quote.has-text-align-center,
.editor-styles-wrapper blockquote.is-style-large.has-text-align-center {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper blockquote em,
.editor-styles-wrapper blockquote i,
.editor-styles-wrapper blockquote cite,
.editor-styles-wrapper .wp-block-quote em,
.editor-styles-wrapper .wp-block-quote i,
.editor-styles-wrapper .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote.is-style-large em,
.editor-styles-wrapper .wp-block-quote.is-style-large i,
.editor-styles-wrapper .wp-block-quote.is-style-large cite,
.editor-styles-wrapper .wp-block-quote.has-text-align-right em,
.editor-styles-wrapper .wp-block-quote.has-text-align-right i,
.editor-styles-wrapper .wp-block-quote.has-text-align-right cite {
	font-style: normal;
}

.editor-styles-wrapper blockquote cite,
.editor-styles-wrapper .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote.is-style-large cite,
.editor-styles-wrapper .wp-block-quote.has-text-align-right cite {
	color: #666666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* =FORMS
----------------------------------------------- */
.editor-styles-wrapper input,.editor-styles-wrapper textarea {
	-webkit-border-radius: 0px;
}

.editor-styles-wrapper input[type="text"],
.editor-styles-wrapper input[type="email"],
.editor-styles-wrapper input[type="search"],
.editor-styles-wrapper input[type="password"],
.editor-styles-wrapper textarea {
	appearance: none !important;
}

.editor-styles-wrapper input[type="text"],
.editor-styles-wrapper input[type="email"],
.editor-styles-wrapper input[type="password"],
.editor-styles-wrapper textarea,
.editor-styles-wrapper input[type="url"] {
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 98%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="text"]:focus,
.editor-styles-wrapper input[type="email"]:focus,
.editor-styles-wrapper input[type="search"]:focus,
.editor-styles-wrapper input[type="password"]:focus,
.editor-styles-wrapper textarea:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="reset"],
.editor-styles-wrapper input[type="button"],
.editor-styles-wrapper input[type="submit"] {
	color: #ffffff;
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 25px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background-color: #4cb0c6;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
}

.editor-styles-wrapper input[type="reset"]:hover,
.editor-styles-wrapper input[type="button"]:hover,
.editor-styles-wrapper input[type="submit"]:hover {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

/* =LINKS
----------------------------------------------- */
.editor-styles-wrapper a {
	color: #4cb0c6;
	text-decoration: none;
}

.editor-styles-wrapper a:focus,
.editor-styles-wrapper a:active,
.editor-styles-wrapper a:hover {
	text-decoration: none;
}

/* =ALIGNMENT
----------------------------------------------- */
.editor-styles-wrapper .alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* =MEDIA
----------------------------------------------- */
.editor-styles-wrapper .wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.editor-styles-wrapper .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.editor-styles-wrapper .wp-caption-text {
	text-align: center;
}

.editor-styles-wrapper .wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
.editor-styles-wrapper .gallery {
	margin: 0 auto 15px;

}

.editor-styles-wrapper .gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.editor-styles-wrapper .wp-block .gallery-columns-3 .gallery-item,
.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item,
.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}

.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item,
.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item,
.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item,
.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}

.editor-styles-wrapper .wp-block .gallery-columns-2 .gallery-item {
	width: 50%;
}

.editor-styles-wrapper .wp-block .gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
	width: 25%;
}

.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
	width: 20%;
}

.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.editor-styles-wrapper .gallery-icon img {
	margin: 0 auto;
}

.editor-styles-wrapper .gallery .gallery-caption {
	font-size: 14px;
	line-height: 1.2;
	padding-top: 5px;
}

.editor-styles-wrapper .wp-block-gallery ol,
.editor-styles-wrapper .wp-block-gallery ul {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
.editor-styles-wrapper embed,
.editor-styles-wrapper iframe,
.editor-styles-wrapper object {
	max-width: 100%;
}
