@charset "UTF-8";
.editor-styles-wrapper {
  font-weight: 400;
  letter-spacing: 0.04em;
	font-size: 20px;
	line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper {
    font-size: 16px;
  }
}
.editor-styles-wrapper > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .has-extra-small-font-size {
  font-size: 0.625rem;
}
.editor-styles-wrapper .has-small-font-size {
  font-size: 0.875rem;
}
.editor-styles-wrapper .has-regular-font-size {
  font-size: 1rem;
}
.editor-styles-wrapper .has-large-font-size {
  font-size: clamp(1.125rem, 0.29563932vw + 1.0557095344rem, 1.375rem);
}
.editor-styles-wrapper .has-extra-large-font-size {
  font-size: clamp(1.375rem, 0.44345898vw + 1.2710643016rem, 1.75rem);
}
.editor-styles-wrapper .has-textcolor-green-color {
  color: green;
}
.editor-styles-wrapper .has-textcolor-blue-color {
  color: #5454CC;
}
.editor-styles-wrapper .has-textcolor-red-color {
  color: #e74c3c;
}
.editor-styles-wrapper .has-textcolor-yellow-color {
  color: #f1c40f;
}
.editor-styles-wrapper .has-textcolor-black-color {
  color: #000;
}
.editor-styles-wrapper .has-textcolor-white-color {
  color: #fff;
}
.editor-styles-wrapper > p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.8;
}
.editor-styles-wrapper a:not([class]) {
  color: var(--theme-color, #6D5B46);
  text-decoration: underline;
}
.editor-styles-wrapper > figure {
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
}
.editor-styles-wrapper > figure img {
  width: 100%;
  height: auto;
}
.editor-styles-wrapper > figure figcaption {
  text-align: right;
  font-size: 0.875rem;
}
.editor-styles-wrapper h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.editor-styles-wrapper h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 20px;
	font-weight: 700;
	padding-bottom: 0.25em;
	border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper h2 {
		font-size: 18px;
  }
}
.editor-styles-wrapper h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 20px;
	font-weight: 700;
	padding-left: 0.5em;
	border-left: 7px solid #000;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper h3 {
		font-size: 18px;
  }
}
.editor-styles-wrapper h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper h4 {
		font-size: 16px;
  }
}
.editor-styles-wrapper h5 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper h5 {
		font-size: 15px;
  }
}
.editor-styles-wrapper .wp-block-customlink {
	margin-top: 1em;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-customlink a {
	display: table;
	font-size: 20px;
	font-weight: 700;
	line-height: 180%;
	padding: 10px 20px;
	border: 2px solid #000;
	text-decoration: none;
	color: #000;
}
@media only screen and (min-width: 768px) {
	.editor-styles-wrapper .wp-block-customlink a {
		transition: 0.3s color, 0.3s background-color;
	}
	.editor-styles-wrapper .wp-block-customlink a:hover {
		color: #fff;
		background-color: #000;
	}
}
