/* variables color */
:root {
	/* main color */
	--main-color: #0063d1;
	--text-main: #44494f;
	--heading-color: #000;
	--color__background-pre: #1a1e26;
	--color__pre: #e2e2e2;
	--color__white: #fff;
	--color__link: royalblue;

	/*body style*/
	--body-font_family: Poppins, sans-serif;
	--body-font_size: 16px;
	--font__pre: "Courier 10 Pitch", Courier, monospace;
	/*main style h1*/
	--heading_1-font_family: Poppins, sans-serif;
	--heading_1-font_size: 36px;
	--heading_1-font_style: normal;
	--heading_1-font_weight: 600;
	/*main style h2*/
	--heading_2-font_family: Poppins, sans-serif;
	--heading_2-font_size: 30px;
	--heading_2-font_style: normal;
	--heading_2-font_weight: 600;
	/*main style h3*/
	--heading_3-font_family: Poppins, sans-serif;
	--heading_3-font_size: 24px;
	--heading_3-font_style: normal;
	--heading_3-font_weight: 600;
	/*main style h4*/
	--heading_4-font_family: Poppins, sans-serif;
	--heading_4-font_size: 1.25em;
	--heading_4-font_style: normal;
	--heading_4-font_weight: 600;
}
.editor-block-list__layout {
	color: var(--text-main);
	font-family: var(--body-font_family);
	font-size: var(--body-font_size);
	font-style: var(--body-font_style);
	font-weight: var(--body-font_weight);
	line-height: var(--body-line_height);
	letter-spacing: var(--body-letter_spacing);
	text-transform: var(--body-text_transform);
}
.editor-block-list__layout a,
.wp-block-freeform.block-library-rich-text__tinymce a {
	color: var(--color__link);
	transition: all .3s ease;
	word-wrap: break-word;
	text-decoration: none;
}
p.wp-block-subhead {
	color: var(--text-main);
}

.editor-block-list__layout h1,
.editor-block-list__layout h2,
.editor-block-list__layout h3,
.editor-block-list__layout h4,
.editor-block-list__layout h5,
.editor-block-list__layout h6 {
	/*font-family: 'Josefin Sans', sans-serif;*/
	color: var(--heading-color);
}
.editor-block-list__layout h1 {
	/*font-size: 36px;*/
	font-family: var(--heading_1-font_family);
	font-size: var(--heading_1-font_size);
	font-style: var(--heading_1-font_style);
	font-weight: var(--heading_1-font_weight);
	line-height: var(--heading_1-line_height);
	letter-spacing: var(--heading_1-letter_spacing);
	text-transform: var(--heading_1-text_transform);
}
.editor-block-list__layout h2 {
	font-family: var(--heading_2-font_family);
	font-size: var(--heading_2-font_size);
	font-style: var(--heading_2-font_style);
	font-weight: var(--heading_2-font_weight);
	line-height: var(--heading_2-line_height);
	letter-spacing: var(--heading_2-letter_spacing);
	text-transform: var(--heading_2-text_transform);
}
.editor-block-list__layout h3 {
	font-family: var(--heading_3-font_family);
	font-size: var(--heading_3-font_size);
	font-style: var(--heading_3-font_style);
	font-weight: var(--heading_3-font_weight);
	line-height: var(--heading_3-line_height);
	letter-spacing: var(--heading_3-letter_spacing);
	text-transform: var(--heading_3-text_transform);
}
.editor-block-list__layout h4 {
	font-family: var(--heading_4-font_family);
	font-size: var(--heading_4-font_size);
	font-style: var(--heading_4-font_style);
	font-weight: var(--heading_4-font_weight);
	line-height: var(--heading_4-line_height);
	letter-spacing: var(--heading_4-letter_spacing);
	text-transform: var(--heading_4-text_transform);
}
.editor-block-list__layout h5 {
	font-size: 14px;
}
.editor-block-list__layout h6 {
	font-size: 12px;
	text-transform: uppercase;
}
.editor-block-list__layout p {
	font-size: var(--body-font_size);
}
.editor-styles-wrapper .editor-block-list__layout ul {
	list-style: square;
}
ul.wp-block-latest-posts.is-grid {
	list-style: none;
}
.editor-styles-wrapper .editor-block-list__layout ul ul,
.editor-styles-wrapper .editor-block-list__layout ol ul {
	list-style: square;
}
.editor-block-list__layout ul li {
	position: relative;
}
.editor-block-list__layout pre {
	background: var(--color__background-pre);
	font-family: var(--font__pre);
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 60px;
	color: var(--color__pre);
}

/* Main column width */
.wp-block {
	max-width: 650px;
	padding: 0;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 710px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.wp-block[data-align="full"] .editor-block-list__block-edit {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-separator:not(.is-style-dots) {
	border-bottom: 1px solid #e2e2e2;
}
.wp-block .editor-block-list__block-edit {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-button__link {
	border: 1px solid;
	border-color: var(--main-color);
	border-radius: 999px;
	background: var(--main-color);
	color: var(--color__white);
	line-height: 1;
	padding: 17px 28px; 
	transition: all .3s ease 0s;
	outline: none;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 700;
	font-family: var(--body-font_family);
}
.wp-block-button__link:hover {
	opacity: 0.85;
}
.is-style-outline .wp-block-button__link {
	background-color: var(--color__white);
	border: 1px solid var(--main-color);
	color: var(--main-color);
}
.is-style-outline .wp-block-button__link:hover {
	color: var(--color__white);
	background-color: var(--main-color);
}

/* Dropcap */
p.has-drop-cap:not(:focus):first-letter,
.dropcap {
	font-weight: 700;
	color: #fff;
	font-size: 48px;
	background: var(--main-color);
	float: left;
	padding: 6px 9px;
	text-transform: uppercase;
	line-height: 1;
	margin: 10px 12px 0 0;
}


/**
 * Color palette
 *
 */
.has-pale-pink-background-color {
	border: 1px solid #f78da7;
}
.has-pale-pink-background-color:hover {
	background: #fff !important;
	color: #f78da7;
}


.has-vivid-red-background-color {
	border: 1px solid #cf2e2e;
}
.has-vivid-red-background-color:hover {
	background: #fff !important;
	color: #cf2e2e;
}


.has-luminous-vivid-orange-background-color {
	border: 1px solid #ff6900;
}
.has-luminous-vivid-orange-background-color:hover {
	background: #fff !important;
	color: #ff6900;
}


.has-luminous-vivid-amber-background-color {
	border: 1px solid #fcb900;
}
.has-luminous-vivid-amber-background-color:hover {
	background: #fff !important;
	color: #fcb900;
}


.has-light-green-cyan-background-color {
	border: 1px solid #7bdcb5;
}
.has-light-green-cyan-background-color:hover {
	background: #fff !important;
	color: #7bdcb5;
}


.has-vivid-green-cyan-background-color {
	border: 1px solid #00d084;
}
.has-vivid-green-cyan-background-color:hover {
	background: #fff !important;
	color: #00d084;
}


.has-pale-cyan-blue-background-color {
	border: 1px solid #8ed1fc;
}
.has-pale-cyan-blue-background-color:hover {
	background: #fff !important;
	color: #8ed1fc;
}


.has-vivid-cyan-blue-background-color {
	border: 1px solid #0693e3;
}
.has-vivid-cyan-blue-background-color:hover {
	background: #fff !important;
	color: #0693e3;
}


.has-very-light-gray-background-color {
	border: 1px solid #eee;
}
.has-very-light-gray-background-color:hover {
	background: #fff !important;
	color: #eee;
}


.has-cyan-bluish-gray-background-color {
	border: 1px solid #abb8c3;
}
.has-cyan-bluish-gray-background-color:hover {
	background: #fff !important;
	color: #abb8c3;
}


.has-very-dark-gray-background-color {
	border: 1px solid #313131;
}
.has-very-dark-gray-background-color:hover {
	background: #fff !important;
	color: #313131;
}

/* Table */
.wp-block-table td {
	text-align: center;
	border: 1px solid #e2e2e2;
	color: #777780;
}

/* Blockquote */
.editor-block-list__layout blockquote {
	margin: 30px 68px 30px 60px;
	font-weight: bold;
	font-size: 21px;
	border-left: none;
	padding-left: 0;
}

.editor-block-list__layout blockquote .wp-block-quote__citation {
	font-weight: 400;
	color: #bdbec0;
	font-size: 15px;
	font-style: italic;
	margin-top: 2px;
	display: block;
}

.editor-block-list__layout blockquote .wp-block-quote__citation:before {
	content: '\2013';
	margin-right: 3px;
}

.editor-block-list__layout blockquote p {
	margin: 0;
}

.editor-block-list__layout blockquote strong {
	font-weight: 600;
}

.editor-block-list__layout .wp-block-quote.is-large,
.editor-block-list__layout .wp-block-quote.is-style-large {
	padding: 0;
	margin: 30px 68px 30px 60px;
}
.editor-block-list__layout .wp-block-quote.is-large p {
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
}

/* Pull Quote */
.wp-block-pullquote {
	border: none;
	padding: 0;
	margin: 0;
}

.wp-block-pullquote .wp-block-pullquote__citation {
	font-weight: 400;
	color: #bdbec0;
	font-size: 15px;
	font-style: italic;
	margin-top: 2px;
	display: block;
	text-transform: none;
}

.wp-block-pullquote .wp-block-pullquote__citation:before {
	content: '\2013';
	margin-right: 3px;
}

.wp-block[data-align="full"] .wp-block-pullquote blockquote {
	padding: 90px 0 20px;
}

.wp-block-pullquote.alignleft blockquote {
	text-align: left;
}

.wp-block-pullquote.alignright blockquote {
	text-align: right;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
	margin: 30px;
}

ul.wp-block-categories__list.wp-block-categories__list {
	text-align: left; 
}