/*
Theme Name: Ruki
Description: Gutenberg Editor Styles
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
b, strong {
	font-weight: 700;
}
.block-editor-block-list__layout {
	padding-left:0;
	padding-right: 0;
}
.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block,
.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block,
.block-editor-page .edit-post-visual-editor .editor-post-title__block,
.block-editor-page .edit-post-visual-editor .editor-block-list__block,
.wp-block {
    max-width: 915px;
    padding: 0 30px;
    margin:auto;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-size: 1.1875rem;
    color: #45464b;
    font-weight: 400;
    line-height: 1.5;
}
/* 5.5 */
.block-editor-block-list__layout .wp-block {
	max-width: 915px;
	margin:auto;
}
.branch-5-2.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block,
.branch-5-2.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block,
.branch-5-2.block-editor-page .edit-post-visual-editor .editor-block-list__block,
.branch-5-2 .wp-block,
.branch-5-3.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block,
.branch-5-3.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block,
.branch-5-3.block-editor-page .edit-post-visual-editor .editor-block-list__block,
.branch-5-3 .wp-block {
    max-width: 859px;
}
.branch-5-2.block-editor-page .edit-post-visual-editor .editor-post-title__block,
.branch-5-3.block-editor-page .edit-post-visual-editor .editor-post-title__block {
	padding-left:15px;
	padding-right: 15px;
}
.editor-styles-wrapper .block-editor-block-list__block {
	/* set to 0 to remove top and bototm margins from editor blocks */
    margin-top: 28px;
    margin-bottom: 28px;
}
/**
 * Let Gutenberg style the images until there is better image editor styling capabilities
 * We'll just handle the container sizing
 */
 .block-editor-block-list__layout .block-editor-block-list__block[data-align="full"],
 .block-editor-block-list__layout .block-editor-block-list__block[data-align="wide"] {
 	max-width: 100vw;
    margin-left: -30px;
    margin-right: -30px;
}
.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="full"],
.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="full"],
.wp-block[data-align="full"] {
	max-width:100vw;
}
.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="wide"],
.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="wide"],
.wp-block[data-align="wide"] {
	max-width:100vw;
}
.branch-5-2 .block-editor-block-list__layout .block-editor-block-list__block[data-align="wide"],
.branch-5-3 .block-editor-block-list__layout .block-editor-block-list__block[data-align="wide"] {
	margin-left:-2px;
	margin-right: -2px;
}
.branch-5-2 .block-editor-block-list__layout .block-editor-block-list__block[data-align="full"],
.branch-5-3 .block-editor-block-list__layout .block-editor-block-list__block[data-align="full"] {
	margin-left: 14px;
	margin-right: 14px;
}
.branch-5-5 .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"] {
	margin-left: -30px;
	margin-right: -30px;
}
/* Align Left/Right */
.editor-styles-wrapper .wp-block[data-align="left"] .editor-block-list__block-edit, .editor-styles-wrapper .wp-block[data-align="right"] .editor-block-list__block-edit {
	max-width:305px;
}
/* We don't suppot left/right aligned galleries or embeds */
.editor-styles-wrapper .wp-block[data-align="left"][data-type="core/gallery"] .editor-block-list__block-edit, .editor-styles-wrapper .wp-block[data-align="right"][data-type="core/gallery"] .editor-block-list__block-edit {
	max-width:100%;
	min-width: 835px;
}
.editor-styles-wrapper .wp-block[data-align="left"][data-type*="core-embed"] .editor-block-list__block-edit, .editor-styles-wrapper .wp-block[data-align="right"][data-type*="core-embed"] .editor-block-list__block-edit {
	max-width:100%;
	min-width: 835px;
}
.edit-post-visual-editor .wp-block-paragraph,
.gutenberg-editor-page .editor-styles-wrapper,
.gutenberg-editor-page .editor-styles-wrapper p,
.block-editor-page .editor-styles-wrapper,
.block-editor-page .editor-styles-wrapper p  {
	font-size: 1.1875rem;
	margin-top: 0;
	margin-bottom: 25px;
}
/* Headings */
.editor-block-list__block h1,
.editor-block-list__block h2,
.editor-block-list__block h3,
.editor-block-list__block h4,
.editor-block-list__block h5,
.editor-block-list__block h6,
.wp-block h1,
.wp-block h2,
.wp-block h3,
.wp-block h4,
.wp-block h5,
.wp-block h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    font-family: Muli, Arial, Helvetica, sans-serif;
	margin: 15px 0;
	font-weight: 900;
	letter-spacing: -0.5px;
}
.wp-block-heading h1 {
	font-size: 2.5rem;
	line-height: 3.6rem; /* 48px */
}
.wp-block-heading h1 b,
.wp-block-heading h1 strong {
	font-weight: 900;
}
.wp-block-heading h2 {
	font-size: 2rem /* 32px */
}
.wp-block-heading h3 {
	font-size: 1.75rem; /*28px */
	line-height: 1.5;
}
.wp-block-heading h4 {
	font-size: 1.5rem; /* 24px */
}
.wp-block-heading h5 {
	font-size: 1.25rem; /* 20px */
}
.wp-block-heading h6 {
	font-size: 1rem; /* 16px */
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	margin:30px 0 !important;
	color: #2e2f33 !important;
}
.branch-5-5 .editor-styles-wrapper h1,
.branch-5-5 .editor-styles-wrapper h2,
.branch-5-5 .editor-styles-wrapper h3,
.branch-5-5 .editor-styles-wrapper h4,
.branch-5-5 .editor-styles-wrapper h5,
.branch-5-5 .editor-styles-wrapper h6 {
	margin: 30px auto !important;
}
.editor-styles-wrapper h1 {
	font-size: 2.5rem !important;
}
.editor-styles-wrapper h2 {
	font-size: 2rem !important;
}
.editor-styles-wrapper h3 {
	font-size: 1.75rem; /*28px */
	line-height: 1.5;
}
.editor-styles-wrapper h4 {
	font-size: 1.5rem !important;
}
.editor-styles-wrapper h5 {
	font-size: 1.25rem !important;
}
.editor-styles-wrapper h6 {
	font-size: 1rem !important;
}
.block-editor-rich-text__editable a,
.editor-rich-text__tinymce a {
    color: #6c5b7b;
}
.edit-post-visual-editor .editor-post-title__block .editor-post-title__input,
.wp-block-cover-text {
	font-family: Muli, Arial, Helvetica, sans-serif;
	font-size: 3.25rem;
	line-height: 3.6rem;
	letter-spacing: -0.5px;
	font-weight: 900;
}
/* Cover image */
.branch-5-5 .wp-block[data-align="wide"] .wp-block-cover,
.branch-5-5 .wp-block[data-align="wide"] .wp-block-cover-image {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}
.wp-block-cover, .wp-block-cover-image {
	margin-bottom: 30px;
}
.gutenberg-editor-page .edit-post-visual-editor .wp-block-cover .wp-block-cover-text,
.block-editor-page .edit-post-visual-editor .wp-block-cover .wp-block-cover-text,
.block-editor-page .edit-post-visual-editor .wp-block-cover .editor-rich-text {
	font-size:2em;
	max-width:100%;
	color: #ffffff;
}
.wp-block-cover__inner-container .wp-block {
	padding:0;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 80px);
    color: #ffffff;
    max-width: 795px;
}
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6 {
	color: #ffffff !important;
	max-width: 100%;
}
.block-editor-page .editor-styles-wrapper .wp-block-cover .wp-block-paragraph {
	font-weight: 600;
	line-height: 1.25 !important;
}
.wp-block-cover .block-editor-rich-text__editable a {
	color: #ffffff;
}
/* Blockquotes/Pullquotes */
.wp-block-quote,
[aria-label="Block: Classic"] blockquote {
	margin:50px 0 50px 0;
	color: #f67280;
	padding: 0 30px 0 30px;
	border:0 !important;
}
.edit-post-visual-editor .wp-block-quote p,
.gutenberg-editor-page [aria-label="Block: Classic"] blockquote p,
.block-editor-page [aria-label="Block: Classic"] blockquote p  {
	font-family: Muli, Arial, Helvetica, sans-serif;
	font-size: 2.25rem;
	line-height: 1.2 !important;
	font-weight: 900;
	letter-spacing: -0.5px;
}
.edit-post-visual-editor .wp-block-quote strong,
.gutenberg-editor-page [aria-label="Block: Classic"] blockquote strong,
.block-editor-page [aria-label="Block: Classic"] blockquote strong  {
	font-weight: 900;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer,
.gutenberg-editor-page [aria-label="Block: Classic"] blockquote cite,
.block-editor-page [aria-label="Block: Classic"] blockquote cite {
	font-family: Muli, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	color: #94979e;
	font-style: normal;
	font-weight: 800;
}
.wp-block-quote__citation:before, .wp-block-quote cite:before,
.gutenberg-editor-page [aria-label="Block: Classic"] blockquote cite:before,
.block-editor-page [aria-label="Block: Classic"] blockquote cite:before {
	content: "\2015";
	margin-right: 5px;
	font-weight: 500;
}
.wp-block-quote__citation br {
	line-height: 2;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 0 !important;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-style: normal;
	font-size: 3rem;
	line-height: 1.1;
	font-family: Muli, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: 900;
}
/* Pullquote */
.wp-block-pullquote blockquote > .editor-rich-text p {
	line-height: 1.3 !important;
	letter-spacing: -0.5px;
	font-family: Muli, Arial, Helvetica, sans-serif;
}
.wp-block-pullquote {
	font-weight: 700;
	padding: 40px 0 40px 0;
}
.wp-block-pullquote:not([style*="border"]) {
	border:0;
	color: #f67280;
}
.wp-block-pullquote[style*="border"] {
	border-top: 5px solid;
	border-bottom: 5px solid;
	color: #f67280;
}
.wp-block-pullquote blockquote {
	margin-top:0;
	margin-bottom: 0;
	letter-spacing: -0.5px;
}
.wp-block-pullquote blockquote p {
	font-size: 28px !important;
	line-height: 1.3;
}
.wp-block-pullquote[style*="border"] blockquote:not(.has-text-color) p {
	color: #f67280;
}
.wp-block-pullquote.aligncenter {
	max-width: 405px;
	margin-left:auto;
	margin-right: auto;
}
.wp-block-pullquote.alignfull blockquote,
[data-align="full"] .wp-block-pullquote blockquote,
.wp-block-pullquote.alignwide blockquote,
[data-align="wide"] .wp-block-pullquote blockquote {
	max-width: 855px;
	margin-left: auto;
	margin-right: auto;
}
[data-align="left"] .wp-block-pullquote,
[data-align="right"] .wp-block-pullquote,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
 	margin-top:20px;
 	padding-top: 15px;
 	padding-bottom: 15px;
 }
.wp-block-pullquote.is-style-solid-color p {
 	font-size: 32px !important;
 }
[data-align="left"] .wp-block-pullquote p,
[data-align="right"] .wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 24px !important;
}
[data-align="full"] .wp-block-pullquote p,
[data-align="wide"] .wp-block-pullquote p,
.wp-block-pullquote.alignfull p,
.wp-block-pullquote.alignwide p {
 	font-size: 2rem !important;
 }
 .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
 	text-transform: none;
 	font-size: 1rem;
 }
.wp-block-pullquote blockquote:not(.has-text-color) .wp-block-pullquote__citation,
.wp-block-pullquote blockquote:not(.has-text-color) cite, .wp-block-pullquote blockquote:not(.has-text-color) footer {
	color: #94979e;
	font-family: Muli, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 800;
}
/* Solid style */
.wp-block-pullquote.is-style-solid-color {
	color: #ffffff;
}
.wp-block-pullquote.is-style-solid-color  blockquote:not(.has-text-color) .wp-block-pullquote__citation {
	color: #ffffff;
}
[data-align="left"] .wp-block-pullquote.is-style-solid-color,
[data-align="right"] .wp-block-pullquote.is-style-solid-color   {
	padding: 20px 20px 10px 20px;
}
[data-align="left"] .wp-block-pullquote.is-style-solid-color blockquote,
[data-align="right"] .wp-block-pullquote.is-style-solid-color blockquote   {
	max-width: 100%;
	padding: 0 30px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin: 0 0 25px 0;
	line-height: 1.3 !important;
}
/* Has quotemarks classs styling */
.wp-block-quote.has-quote-marks p:first-of-type::before,
.wp-block-pullquote.has-quote-marks p:first-of-type::before {
	font-family: "fontello";
	content: "\e80a"; /* quote left */
	margin-right: 20px;
	position: relative;
	top:-10px;
	font-size: 32px;
}
.wp-block-quote.has-quote-marks p:first-of-type::after,
.wp-block-pullquote.has-quote-marks p:first-of-type::after {
	font-family: "fontello";
	content: "\e810"; /* quote right */
	margin-left: 20px;
	position: relative;
	bottom:-10px;
	font-size: 32px;
}
.wp-block-quote.has-quote-marks.is-style-large p:first-of-type::before {
	font-size: 3.25rem;
	margin-right:30px;
}
.wp-block-quote.has-quote-marks.is-style-large p:first-of-type::after {
	font-size: 3.25rem;
	margin-left:30px;
}
.wp-block-pullquote.has-quote-marks p:first-of-type::before {
	font-size: 28px;
	top:-5px;
	margin-right: 10px;
}
.wp-block-pullquote.has-quote-marks p:first-of-type::after {
	font-size: 28px;
	bottom:-5px;
	margin-left: 10px;
}
/* Drop Caps */
p.has-drop-cap:not(:focus)::first-letter {
    font-size: 6.25rem; /* 110px */
	font-weight: 700;
}
/* Lists */
.branch-5-5 .editor-styles-wrapper ul:not(.blocks-gallery-grid) {
	margin-right: auto;
	margin-left: auto;
	padding-left: 70px;
}
.editor-styles-wrapper ul:not(.blocks-gallery-grid),
.editor-styles-wrapper ol {
	margin: 30px 10px 30px 40px;
	padding: 0;
}

.editor-styles-wrapper ol {
	margin-left: 40px !important;
	padding-left: 0 !important;
}
.editor-styles-wrapper ol[start],
.editor-styles-wrapper ol[reversed] {
	list-style: decimal !important;
}
.editor-styles-wrapper ol li,
.editor-styles-wrapper ul:not(.blocks-gallery-grid) li {
	margin-bottom: 15px !important;
	position: relative;
	padding-left: 15px;
}
.editor-styles-wrapper li > ul,
.editor-styles-wrapper li > ol {
	margin-bottom: 10px !important;
	margin-left: 30px !important;
	margin-top:10px !important;
}
/* Separator */
.wp-block-separator,
.wp-block-separator.is-style-default {
	border-color: #D3D3D3;
}
.wp-block-separator.is-style-wide {
	border:0;
	height:1px;
	background: #f1f1f1;
}
.wp-block-separator.is-style-dots::before {
	font-size: 32px;
	letter-spacing: 2em;
	color: #94979e;
}
/* Pre & Code*/
.wp-block-code, .wp-block-preformatted pre,
.wp-block-code .editor-plain-text {
	font-size: 1em;
	font-family: monospace;
	background: none;
	line-height: 1.5;
}
.wp-block-code,
.editor-rich-text__tinymce code {
	border:0;
	border-left: 3px solid #6c5b7b;
	border-radius: 0;
	background: #f9f9f9;
	padding: 30px;
	font-family: monospace;
	display: block;
}
.wp-block-code textarea.block-editor-plain-text {
	background: transparent;
	font-family: monospace;
	font-size: 18px !important;
}
p code {
	margin: 10px 0;
}
/* Subhead */
.edit-post-visual-editor p.wp-block-subhead {
    font-style: normal;
    color: #94979e;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
}
/* Verse */
pre.wp-block-verse {
    font-size: 1em;
	font-family: monospace;
	padding-left: 0;
}
/* Tables */
.wp-block-table {
	border-collapse: collapse;
	margin: 30px 0 30px 0;
	width: 100%;
}
.wp-block-table th {
	color: #ffffff;
	border:0;
}
.wp-block-table th {
	padding: 0.1em;
	text-align: left;
	font-weight: 500;
	border-left: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
.wp-block-table tr {
	border-bottom: 1px solid #f1f1f1;
}
.wp-block-table thead th {
	background:  #f67280;
	border:0;
}
.wp-block-table td {
	padding: 0.8em;
	border:0;
	border-left: 1px solid #f1f1f1;
}
.wp-block-table tr > td {
	border-top: 1px solid #f1f1f1;
}
.wp-block-table tr td:last-child,
.wp-block-table tr th:last-child {
	border-right: 1px solid #f1f1f1
}
/* Add our border radius */
.wp-block-table thead th:first-child {
    border-top-left-radius: 7px;
}
.wp-block-table thead th:last-child {
    border-top-right-radius: 7px;
    border-right:0;
}
/* Buttons */
.wp-block-button .wp-block-button__link {
	border: 0;
	background: #f67280;
	color: #ffffff;
	padding: 13px 25px;
	font-weight: 800;
	border-radius: 25px;
	font-size: 16px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 3px solid;
    color: #f67280;
    border-radius: calc( var(--button-border-radius) * 1.08 );
    border-radius: 25px;
}
/**
 * Latest posts Widget
 */
.wp-block-latest-posts:not(.alignwide):not(.alignfull) {
	margin:0;
	width:100%;
	padding:0;
}
.editor-styles-wrapper .wp-block-latest-posts li {
	display:block;
	padding:10px 0 30px 0 !important;
	line-height: 1.2;
	margin: 0 0 30px 0 !important;
	border-bottom: 1px solid #f1f1f1;
	float:left;
	width:100%;
}
.editor-styles-wrapper .wp-block-latest-posts:not(.is-grid) li:last-child {
	margin-bottom: 25px !important;
}
/* Alignfull & Wide */
.wp-block-latest-posts a {
	text-decoration: none;
	font-family: Muli, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 1.625rem;
	color: #2e2f33;
}
.wp-block-latest-posts__post-date {
	margin-top: 20px;
	font-weight: 800;
	font-family: Muli, Arial, Helvetica, sans-serif;
	color: #94979e;
	font-size: 0.875rem;
}
.wp-block-latest-posts__post-excerpt {
    color: #94979e;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0;
}
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 30px;
    margin-top:0;
    margin-bottom: 0
}
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 30px;
    margin-top:0;
    margin-bottom: 0
}
/* Grid */
.wp-block-latest-posts.is-grid {}
.wp-block-latest-posts.is-grid {
	padding:30px;
}
.editor-styles-wrapper .wp-block-latest-posts.is-grid li {
	margin: 0 30px 0 0 !important;
	border:0;
}
.wp-block-latest-posts.columns-2 li {
	width:calc(50% - 15px);
}
.wp-block-latest-posts.columns-3 li {
	width:calc(100% / 3 - 20px);
}
.wp-block-latest-posts.columns-4 li {
	width:calc(100% / 4 - 23px);
}
.wp-block-latest-posts.columns-5 li {
	width: calc(100% / 5 - 24px);
}
.wp-block-latest-posts.columns-6 li {
	width: calc(100% / 6 - 25px);
}
.wp-block-latest-posts.columns-2 li:nth-child(odd) {
	margin-left: 0;
}
.wp-block-latest-posts.columns-2 li:nth-child(even) {
	margin-right: 0;
}
.wp-block-latest-posts[class*="columns"] li:last-child {
	margin-right:0 !important;
}
/* Full and wide */
.block-editor-block-list__block[data-align="full"] .wp-block-latest-posts,
.block-editor-block-list__block[data-align="wide"] .wp-block-latest-posts {
	padding-left:30px;
	padding-right: 30px;
	margin-left:0;
	margin-right: 0;
}
.wp-block-latest-posts.columns-2 li:nth-child(odd) {
	margin-left: 0 !important;
}
.wp-block-latest-posts.columns-2 li:nth-child(even) {
	margin-right: 0 !important;
}
/* 3 or more columns set to 50% unless fullwidth */
.block-editor-block-list__block:not([data-align="full"]):not([data-align="wide"]) .wp-block-latest-posts.is-grid:not(.columns-2) li {
	width: calc(50% - 15px);
}
.block-editor-block-list__block:not([data-align="full"]):not([data-align="wide"]) .wp-block-latest-posts.is-grid:not(.columns-2) li:nth-child(even) {
	margin-right: 0 !important;
}
.block-editor-block-list__block[data-align="full"] .wp-block-latest-posts.columns-6 a,
.block-editor-block-list__block[data-align="wide"] .wp-block-latest-posts.columns-6 a {
	font-size: 1.125rem;
}
.block-editor-block-list__block[data-align="full"] .wp-block-latest-posts.columns-5 a,
.block-editor-block-list__block[data-align="wide"] .wp-block-latest-posts.columns-5 a {
	font-size: 1.25rem;
}
.block-editor-block-list__block[data-align="full"] .wp-block-latest-posts.columns-4 a,
.block-editor-block-list__block[data-align="wide"] .wp-block-latest-posts.columns-4 a {
	font-size: 1.5rem;
}
/* Left aligned image */
.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image.alignleft + a,
.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image.alignright + a {
	font-size: 1.25rem;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt {
	clear:both;
	padding-top: 15px;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-date {
	margin-bottom: 0;
}
/**
 * Categories Widget
 */
 ul.wp-block-categories,
 ul.wp-block-archives {
 	list-style: none !important;
 }
.wp-block-categories.alignfull {
	padding-left:30px;
	padding-right: 30px;
}
.wp-block-archives:not(.alignright):not(.alignfull) {
	margin-left: 0;
	padding-left: 0;
}
.editor-styles-wrapper .wp-block-categories ul {
	list-style: none;
	margin-left:0;
	padding:0;
}
.editor-styles-wrapper ul[class*="wp-block-categories"] li,
.editor-styles-wrapper ul.wp-block-archives li {
	border-bottom: 1px solid #f1f1f1;
	margin:0 !important;
	padding:0;
	text-align: left;
	color: #94979e;
}
.editor-styles-wrapper ul.wp-block-categories li a,
.editor-styles-wrapper ul.wp-block-archives li a {
	padding: 13px 0;
}
.editor-styles-wrapper .wp-block-categories ul li ul {
	list-style: none;
	margin: 0 !important;
	padding:0;
	border-top: 1px solid #f1f1f1;
}
.editor-styles-wrapper .wp-block-categories ul li ul li a {
	color: #94979e;
}
.editor-styles-wrapper ul.wp-block-categories__list-level-2 li a::before {
	content:"\2015"; /* dash */
	margin-right:5px;
	color: var(--medium-grey);
	font-weight: 500;
}
.wp-block-categories li ul li:last-child {
	border:none;
}
.wp-block-categories li ul li:before {
	content:none;
}
.wp-block-categories a,
.wp-block-archives a {
	text-decoration: none;
	padding: 13px 0;
	display:inline-block;
	font-weight: 800;
	color: #2e2f33;
}
/* Embed Media all 100% width */
.wp-block-embed:not(.alignfull):not(.alignwide) {
	max-width: 100%;
	width:100%;
	margin:auto;
}
.wp-block-embed.wp-block-embed-twitter {
	max-width: 550px !important;
}
/* Align Left Right  */
.wp-block-archives.alignleft,
.wp-block-archives.alignright,
.wp-block-categories.alignleft,
.wp-block-categories.alignright {
	width:100%;
	max-width: 305px;
}
/**
 * Latest Comments Block Widget
 */
.editor-styles-wrapper ol.wp-block-latest-comments {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.editor-styles-wrapper ol.wp-block-latest-comments li {
	text-align: left;
	margin: 20px 0;
	border-bottom: 1px solid #f1f1f1;
	padding:0 0 30px 0;
	float:left;
	width:100%;
}
.editor-styles-wrapper ol.wp-block-latest-comments li:last-child {
	margin-bottom: 25px !important;
}
.editor-styles-wrapper ol.wp-block-latest-comments.has-excerpts li {
	padding: 0;
}
/* Full Align */
ol.wp-block-latest-comments.alignfull,
ol.wp-block-latest-comments.alignwide {
	text-align: center;
}
ol.wp-block-latest-comments.alignfull li,
ol.wp-block-latest-comments.alignwide li {
	max-width: 875px;
	margin:30px auto;
	text-align: left;
}
ol.wp-block-latest-comments li:before {
	content:none !important;
}
.wp-block-latest-comments footer {
	font-size: 0.875rem;
	padding-left:15px;
	font-family: Muli, Arial, Helvetica, sans-serif;
}
.wp-block-latest-comments:not(.has-avatars) footer {
    padding-left: 0;
}
.wp-block-latest-comments footer a {
	color: #6c5b7b;
	text-decoration: none;
	font-weight: 800;
}
.wp-block-latest-comments footer a.wp-block-latest-comments__comment-link {
    display: block;
    font-size: 1.625rem;
    color: #2e2f33;
    margin-top: 10px;
    font-weight: 900;
    line-height: 1.2;
}
.wp-block-latest-comments__comment-author {
	font-weight: 800;
}
.wp-block-latest-comments__comment-date {
	text-decoration: none;
	margin-top: 20px;
	font-weight: 800;
}
.wp-block-latest-comments__comment {
	padding: 15px 0;
	margin:0;
}
.block-editor-page .editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p {
	color: #94979e;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.4;
	padding-left: 15px;
	margin: 15px 0 25px 0;
}
/* Left Right Align */
ol.wp-block-latest-comments.alignleft,
ol.wp-block-latest-comments.alignright {
	max-width: 305px;
	padding:0 0 30px 0;
}
ol.wp-block-latest-comments.alignleft li,
ol.wp-block-latest-comments.alignright li {
	padding: 30px 30px 0 30px;
}
/* Left Right Align */
.wp-block-latest-comments.alignleft.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.alignleft.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.alignright.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.alignright.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	clear:both;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding:0;
}
.wp-block-latest-comments.alignleft .avatar,
.wp-block-latest-comments.alignleft  .wp-block-latest-comments__comment-avatar,
.wp-block-latest-comments.alignright .avatar,
.wp-block-latest-comments.alignright  .wp-block-latest-comments__comment-avatar {
	margin:0;
	clear:both;
	float:none;
}
.wp-block-latest-comments.alignleft .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments.alignright .wp-block-latest-comments__comment-excerpt p {
	padding-left: 0;
	font-size: 18px;
}
/**
 * Gallery
 */
 /* We don't support left/right align galleries force full width */
 .wp-block-gallery.alignleft,
 .wp-block-gallery.alignright,
 [data-align="left"] .wp-block-gallery,
 [data-align="right"] .wp-block-gallery {
 	max-width:100%;
 }
 .wp-block-gallery .blocks-gallery-item:before {
	content: none !important;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	 margin:15px;
	 width:calc(100% / 2 - 30px);
	 padding:0;
}
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: calc(100% / 3 - 30px);
	padding:0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
	width: calc(100% / 4 - 30px);
	padding:0;
}
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
	width: calc(100% / 5 - 30px);
	padding:0;
}
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
	width: calc(100% / 6 - 16px);
	padding:0;
	margin:8px;
}
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
	width: calc(100% / 7 - 16px);
	padding:0;
	margin:8px;
}
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
	width: calc(100% / 8 - 16px);
	padding:0;
	margin:8px;
}
/* Lose the left margin first item of each row */
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-child(8n+1),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-child(8n+1),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-child(7n+1),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-child(7n+1),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-child(6n+1),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-child(6n+1),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(5n+1),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-child(5n+1),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(4n+1),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-child(4n+1),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n+1),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-child(3n+1),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(2n+1),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-child(2n+1),
.wp-block-gallery.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image {
	margin-left: 0;
	padding:0;
}
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right:0 !important;
}
/* Columns */
.block-editor-block-list__layout .block-editor-block-list__block[data-align="wide"] .wp-block-columns {
	padding-left:30px;
	padding-right: 30px;
}
.wp-block-column .wp-block {
	padding:0;
}
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-core-columns > .block-editor-inner-blocks ol {
    margin-top: 58px;
}
/* Images (left and right aligns) */
.editor-styles-wrapper  div[data-align="left"] [data-block],
.editor-styles-wrapper  div[data-align="right"] [data-block] {
 	margin-top: 10px;
 }
 .wp-block-media-text img {
 	display:block;
 }
/* Alignments */
.alignleft {
	margin-top: 15px;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-align="left"] > .is-block-content {
	margin-top: 8px;
	margin-right: 30px;
	/*margin-bottom: 15px;*/
}
.block-editor-block-list__layout .block-editor-block-list__block[data-align="right"] > .is-block-content {
	margin-top: 8px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption, .wp-block-video figcaption {
    color: #94979e;
    padding-left:15px;
    padding-right: 15px;
}
div[data-type="core/button"][data-align="left"],
div[data-type="core/button"][data-align="right"] {
    display: block;
}
.block-editor-block-list__block[data-type="core/button"][data-align="center"] {
    clear:both;
}
div[data-type="core/button"]:not([data-align="left"]):not([data-align="center"]):not([data-align="right"]) {
	margin-left: 160px;
}
/* Media & Text */
div[aria-label="Block: Media & Text"] + div[aria-label="Block: Media & Text"] {
	margin-top: -28px;
}
.wp-block-media-text .block-editor-inner-blocks {
	padding: 0 30px;
}
/**
 * Woocommerce blocks
 */
 /* Featued category*/
 .wc-block-featured-category h2.wc-block-featured-category__title,
 .wc-block-featured-product h2.wc-block-featured-product__title {
 	color: #ffffff !important;
 }
 /* Featured product*/
 .wc-block-featured-product .wc-block-featured-product__price {
 	font-size: 1.5rem;
	font-weight: 700; 
 }
  .wc-block-featured-product .wc-block-featured-product__price ins {
	font-weight: 800; 
 }
 /* Products */
 .editor-styles-wrapper .wc-block-grid .wc-block-grid__products {
    list-style: none;
    margin: 0;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
}
.wc-block-grid__product {
    padding:0 !important;
    margin: 0 15px 0 0 !important;
    position: relative;
}
.wc-block-grid__product:first-child,
.wc-block-grid[class*="wp-block-product"].has-2-columns .wc-block-grid__product:nth-child(2n+1),
.wc-block-grid[class*="wp-block-product"].has-3-columns .wc-block-grid__product:nth-child(3n+1),
.wc-block-grid[class*="wp-block-product"].has-4-columns .wc-block-grid__product:nth-child(4n+1),
.wc-block-grid[class*="wp-block-product"].has-5-columns .wc-block-grid__product:nth-child(5n+1),
.wc-block-grid[class*="wp-block-product"].has-6-columns .wc-block-grid__product:nth-child(6n+1) {
    margin-left:0 !important;
}
.wc-block-grid.has-2-columns .wc-block-grid__product {
	flex: 1 0 calc(100% / 2 - 30px);
}
.wc-block-grid.has-3-columns .wc-block-grid__product {
	flex: 1 0 calc(100% / 3 - 30px);
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
	flex: 1 0 calc(100% / 4 - 30px);
}
.wc-block-grid.has-5-columns .wc-block-grid__product {
	flex: 1 0 calc(100% / 5 - 30px);
}
.wc-block-grid.has-6-columns .wc-block-grid__product {
	flex: 1 0 calc(100% / 6 - 30px);
}
.wc-block-grid__product:last-child,
.wc-block-grid[class*="wp-block-product"].has-2-columns .wc-block-grid__product:nth-child(2n+2),
.wc-block-grid[class*="wp-block-product"].has-3-columns .wc-block-grid__product:nth-child(3n+3),
.wc-block-grid[class*="wp-block-product"].has-4-columns .wc-block-grid__product:nth-child(4n+4),
.wc-block-grid[class*="wp-block-product"].has-5-columns .wc-block-grid__product:nth-child(5n+5),
.wc-block-grid[class*="wp-block-product"].has-6-columns .wc-block-grid__product:nth-child(6n+6) {
    margin-right:0 !important;
}
.wc-block-grid__product-image img {
	margin:0;
	width:100%;
	border-radius: 7px;
}
.wc-block-grid__product a {
	color: #2e2f33;
	text-decoration: none;
}
.wc-block-grid__product-price,
.wc-block-grid__product-price .wc-block-grid__product-price__value {
	color: #6c5b7b;
	font-weight: 800;
	font-size: 1.125rem;
}
.wc-block-grid__product-price del {
	color: #94979e;
}
.wc-block-grid__product-price ins {
	font-weight: 700;
}
.wc-block-grid__product-onsale,
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
	position: absolute;
	right:auto;
	left: 10px;
	top:3px;
	background: #f8b195;
	color: #ffffff;
	border:0;
	width:auto;
	height:35px;
	padding:2px 15px 0 15px;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	text-transform: none;
	font-weight: 700;
}
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignright {
	right: auto !important;
	left: 10px !important;
	top: 10px !important;
}
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
	font-weight: 900;
	font-size: 1.125rem;
	margin-bottom: 12px !important;
	margin-top: 0 !important;
}
.wc-block-grid__product-title a {
	font-weight: 900;
	font-size: 1.125rem;
}
.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	font-size: .75em;
}
.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before {
	color: #f8b195;
}
.wc-block-grid__product-add-to-cart, .wc-block-grid__product-add-to-cart a.wp-block-button__link {
	padding: .618em 1em;
	text-transform: none;
	line-height: 1;
}
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignwide .wc-block-grid__product  {
    font-size: 1rem;
}
.wc-block-grid.has-5-columns:not(.alignfull):not(.alignwide) .wc-block-grid__product, .wc-block-grid.has-6-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
	font-size: 0.875rem;
}
.wc-block-grid__product-add-to-cart {
	padding-left:0;
	padding-right: 0;
}
/* Woocommerce reviews block */
ul.wc-block-review-list {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.wc-block-review-list-item__image {
    border-radius: 50%;
}
.wc-block-review-list-item__meta {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #94979e;
}
.wc-block-review-list-item__product + .wc-block-review-list-item__author {
	font-weight: 700;
	color: #94979e;
}
.wc-block-review-list-item__product a {
	font-size: 1rem;
	text-transform: none;
	text-decoration: none;
	color: #6C5B7B;
}
.wc-block-review-list-item__published-date {
	color: #94979e;
}
.wc-block-review-list-item__text {
	padding-left: 65px;
}
.editor-styles-wrapper .wc-block-review-list-item__item, .wc-block-review-list-item__item {
	border-bottom: 1px solid #f9f9f9;
}
/* Woocommerce categories */
.wc-block-product-categories li {
	margin-bottom: 7px !important;
}
.wc-block-product-categories a {
	text-decoration: underline;
	color: #6C5B7B;
}
/* Woocommerce Product search */
.wc-block-product-search {
	background: #f9f9f9;
	padding:30px;
	border-radius: 7px;
}
.block-editor .block-editor-plain-text.wc-block-product-search__label {
	padding-bottom: 10px;
	line-height: 1;
	display:block;
	font-weight: 700;
	font-size: 1rem;
	background: none;
	height: auto !important;
}
.wc-block-product-search .wc-block-product-search__field {
    border: 3px solid #f1f1f1;
    font-size: 1rem;
    border-radius: 5px;
    height:auto !important;
}
/**
 * Styling for classic posts viewed in the Gutenberg editor
 */
 /* Tables */
.mce-item-table {
	border-collapse: collapse;
	margin: 30px 0 30px 0;
	width: 100%;
	border:0 !important;
}
.mce-item-table td,
.mce-item-table th {
	border: 0 !important;
	padding: 0.8em;
}
.mce-item-table th {
	color: #ffffff;
	border:0;
}
.mce-item-table th {
	text-align: left;
	font-weight: 500;
	border-left: 1px solid #f1f1f1 !important;
	border-top: 1px solid #f1f1f1 !important;
}
.mce-item-table tr {
	border-bottom: 1px solid #f1f1f1 !important;
}
.mce-item-table thead th {
	background:  #f67280;
	border:0 !important;
}
.mce-item-table tbody th {
	box-shadow: inset 1px 0 0 #f1f1f1;
}
.mce-item-table td {
	border-left: 1px solid #f1f1f1 !important;
}
.mce-item-table tr > td {
	border-top: 1px solid #f1f1f1 !important;
}
.mce-item-table tr td:last-child,
.mce-item-table tr th:last-child {
	border-right: 1px solid #f1f1f1 !important;
}
/* Add our border radius */
.mce-item-table thead th:first-child {
    border-top-left-radius: 7px;
}
.mce-item-table thead th:last-child {
    border-top-right-radius: 7px;
    border-right:0;
}
/* HTML & MISCELLANEOUS */
/* Ruki does not support earlier version of WP (pre Gutenberg)
 * But we add styling support for the old editor anyway
 * This handles mce editor converted to blocks
 */
.gutenberg-editor-page .editor-styles-wrapper dt,
.block-editor-page .editor-styles-wrapper dt {
	font-weight: 700;
}
.wp-block-freeform.block-library-rich-text__tinymce code {
	border:0;
	border-left: 3px solid #6c5b7b;
	border-radius: 0;
	background: #f9f9f9;
	padding: 30px;
	font-family: monospace;
	display: block;
	font-size: 1em;
	line-height: 1.5;
}
.wp-block-freeform.block-library-rich-text__tinymce a {
	color: #6c5b7b;
}
.wp-block-freeform.block-library-rich-text__tinymce cite {
	font-size: 1rem;
	color: #94979e;
	font-style: normal;
	font-weight: 400;
}
.wp-block-freeform.block-library-rich-text__tinymce cite:before {
	content: "--";
	letter-spacing: -2px;
	margin-right: 5px;
	font-weight: 600;
}
.wp-block-freeform.block-library-rich-text__tinymce pre {
	font-size: 1em;
	font-family: monospace;
	background: none;
	line-height: 1.5;
}
.wp-block-freeform.block-library-rich-text__tinymce .alignleft {
	margin-right: 30px;
	margin-bottom: 15px;
}
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption {
	margin-bottom: 30px;
}
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption.alignleft {
	margin-right: 30px;
	margin-bottom: 15px;
}
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd {
	color: #94979e;
	font-size: 14px;
	text-align: center;
}
.wp-block-freeform.block-library-rich-text__tinymce .alignright,
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption.alignright {
	margin-left: 30px;
	margin-bottom: 15px;
}
.wp-block-freeform.block-library-rich-text__tinymce li {
	line-height: 1.5;
}
kbd {
	background: #f9f9f9;
	padding: 0 4px;
	display:inline-block;
	font-family: monospace;
	font-size: 1em;
}
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption {
	margin-bottom: 30px;
}
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption.aligncenter {
	margin-left:auto;
	margin-right: auto;
}
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a {
	display:inline-block;
}