/* -------------------------------------------------------------------------- */

/*	Twenty Twenty Editor Styles — Classic Editor
/* -------------------------------------------------------------------------- */


/* Fonts ------------------------------------- */

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the classic editor and
 * block editor. The following font-face override fixes the issue by manually
 * inserting a custom font that includes just a Hoefler Text space replacement
 * for that character instead.
 */

 b,
 strong {
	 font-weight: 700;
 }

a {
	color: #06A;
	text-decoration: none;
}

body#tinymce.wp-editor.content p,
body#tinymce.wp-editor.content ul,
body#tinymce.wp-editor.content ol,
body#tinymce.wp-editor.content blockquote {
	line-height: 1.5;
}

body#tinymce.wp-editor.content code,
body#tinymce.wp-editor.content kbd,
body#tinymce.wp-editor.content samp {
	background: rgba(0, 0, 0, 0.075);
}

body#tinymce.wp-editor.content code,
body#tinymce.wp-editor.content kbd,
body#tinymce.wp-editor.content pre,
body#tinymce.wp-editor.content samp {
	color: inherit;
	font-size: 15px;
}

body#tinymce.wp-editor.content pre {
	border: 1px solid #dcd7ca;
	line-height: 1.5;
	margin: 40px 0;
	overflow: auto;
	padding: 30px;
	text-align: left;
}

/* body#tinymce.wp-editor.content img {
	height: auto;
	max-width: 100%;
} */

body#tinymce.wp-editor.content img[data-wp-more] {
	height: 16px;
}

body#tinymce.wp-editor.content hr {
	border: none;
	border-top: 1px solid #dcd7ca;
	margin: 2em auto;
	width: 100%;
}

body#tinymce.wp-editor.content hr:not(.is-style-dots) {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	border: none;
	color: #6d6d6d;
	height: 1px;
	margin: 80px 0;
	overflow: visible;
	position: relative;
}

body#tinymce.wp-editor.content hr:not(.is-style-dots)::before,
body#tinymce.wp-editor.content hr:not(.is-style-dots)::after {
	background: currentColor;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	transform: rotate(22.5deg);
	width: 1px;
}

body#tinymce.wp-editor.content hr::before {
	left: calc(50% - 5px);
}

body#tinymce.wp-editor.content hr::after {
	right: calc(50% - 5px);
}

body#tinymce.wp-editor.content dt {
	font-weight: 600;
}

body#tinymce.wp-editor.content dd {
	line-height: 1.5;
}

body#tinymce.wp-editor.content dd + dt {
	margin-top: 1.5rem;
}


/* Font Families ----------------------------- */

body#tinymce.wp-editor.content figcaption,
body#tinymce.wp-editor.content .wp-caption-text,
body#tinymce.wp-editor.content .wp-caption-dd,
body#tinymce.wp-editor.content cite,
body#tinymce.wp-editor.content table {
	line-height: 1;
}


/* Titles ------------------------------------ */

body#tinymce.wp-editor.content h1,
body#tinymce.wp-editor.content h2,
body#tinymce.wp-editor.content h3,
body#tinymce.wp-editor.content h4,
body#tinymce.wp-editor.content h5,
body#tinymce.wp-editor.content h6 {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 40px 0 25px;
}

body#tinymce.wp-editor.content h1 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.138888889;
}

body#tinymce.wp-editor.content h2 {
	font-size: 48px;
}

body#tinymce.wp-editor.content h3 {
	font-size: 40px;
}

body#tinymce.wp-editor.content h4 {
	font-size: 32px;
}

body#tinymce.wp-editor.content h5 {
	font-size: 24px;
}

body#tinymce.wp-editor.content h6 {
	font-size: 18px;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

/* Blockquote -------------------------------- */

body#tinymce.wp-editor.content blockquote {
	border: none;
	border-left: 2px solid #cd2653;
	margin: 0 0 1.6em 0;
	padding: 0.25em 0 0.25em 1em;
}

body#tinymce.wp-editor.content blockquote p {
	font-style: normal;
	font-weight: 400;
	margin: 0;
}

body#tinymce.wp-editor.content cite {
	color: #6d6d6d;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
}

body#tinymce.wp-editor.content blockquote cite {
	display: block;
	margin-top: 20px;
}


/* Lists ------------------------------------- */

body#tinymce.wp-editor.content ul {
	margin-left: 1.5em;
	padding-left: 0;
	list-style: disc;
}

body#tinymce.wp-editor.content ol {
	margin-left: 1.5em;
	padding-left: 0;
	list-style: square;
}

body#tinymce.wp-editor.content ul ul {
	list-style: circle;
}

body#tinymce.wp-editor.content ul ul ul {
	list-style: square;
}

body#tinymce.wp-editor.content ol ol {
	list-style: lower-alpha;
}

body#tinymce.wp-editor.content ol ol ol {
	list-style: lower-roman;
}

body#tinymce.wp-editor.content ul ul,
body#tinymce.wp-editor.content ul ol,
body#tinymce.wp-editor.content ol ul,
body#tinymce.wp-editor.content ol ol {
	margin-bottom: 0;
}

body#tinymce.wp-editor.content li {
	line-height: 1.5;
	margin-bottom: 0.5em;
}

body#tinymce.wp-editor.content ol > li:last-child,
body#tinymce.wp-editor.content ul > li:last-child {
	margin-bottom: 0;
}

body#tinymce.wp-editor.content ol > li:first-child,
body#tinymce.wp-editor.content ul > li:first-child {
	margin-top: 0.5em;
}


/* Post Media -------------------------------- */

body#tinymce.wp-editor.content figure,
body#tinymce.wp-editor.content video {
	display: block;
	margin: 0;
}

body#tinymce.wp-editor.content .wp-caption {
	margin-bottom: 1.5em;
}

body#tinymce.wp-editor.content img.alignleft,
body#tinymce.wp-editor.content .alignleft img,
body#tinymce.wp-editor.content img.aligncenter,
body#tinymce.wp-editor.content .aligncenter img,
body#tinymce.wp-editor.content img.alignright,
body#tinymce.wp-editor.content .alignright img,
body#tinymce.wp-editor.content img.alignnone,
body#tinymce.wp-editor.content .alignnone img {
	display: block;
}

body#tinymce.wp-editor.content .aligncenter,
body#tinymce.wp-editor.content .alignnone,
body#tinymce.wp-editor.content .alignwide,
body#tinymce.wp-editor.content .alignfull {
	margin: 50px auto;
}

body#tinymce.wp-editor.content .alignleft,
body#tinymce.wp-editor.content .alignright {
	margin-bottom: 25px;
	max-width: 50%;
}

body#tinymce.wp-editor.content .wp-caption img {
	display: block;
}

body#tinymce.wp-editor.content .wp-caption .alignleft,
body#tinymce.wp-editor.content .wp-caption .alignright {
	margin-bottom: 0;
}

body#tinymce.wp-editor.content .alignleft {

	/*rtl:ignore*/
	float: left;
	margin-right: 25px;
	max-width: 260px;
}

body#tinymce.wp-editor.content .alignright {

	/*rtl:ignore*/
	float: right;
	margin-left: 25px;
	max-width: 260px;
}

body#tinymce.wp-editor.content .wpview[data-wpview-type="gallery"] + .wpview[data-wpview-type="gallery"] {
	margin-top: -34px;
}

body#tinymce.wp-editor.content figcaption,
body#tinymce.wp-editor.content .wp-caption-text,
body#tinymce.wp-editor.content .wp-caption-dd,
body#tinymce.wp-editor.content .gallery-caption {
	color: #6d6d6d;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin: 18px 0 0;
}

body#tinymce.wp-editor.content figcaption a,
body#tinymce.wp-editor.content .wp-caption-text a,
body#tinymce.wp-editor.content .wp-caption-dd a,
body#tinymce.wp-editor.content .gallery-caption a {
	color: inherit;
}


/* Tables ------------------------------------ */

body#tinymce.wp-editor.content table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 18px;
	width: 100%;
}

body#tinymce.wp-editor.content th,
body#tinymce.wp-editor.content td {
	line-height: 1.2;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

body#tinymce.wp-editor.content caption {
	text-align: center;
	padding: 0.5em;
}

body#tinymce.wp-editor.content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

body#tinymce.wp-editor.content th {
	text-align: left;
}


/* Forms ------------------------------------- */

body#tinymce.wp-editor.content fieldset {
	border: 2px solid #dcd7ca;
	padding: 30px;
}

body#tinymce.wp-editor.content fieldset legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 15px;
}

body#tinymce.wp-editor.content label {
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

body#tinymce.wp-editor.content input,
body#tinymce.wp-editor.content textarea {
	border-color: #dcd7ca;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

body#tinymce.wp-editor.content input[type="text"],
body#tinymce.wp-editor.content input[type="password"],
body#tinymce.wp-editor.content input[type="email"],
body#tinymce.wp-editor.content input[type="url"],
body#tinymce.wp-editor.content input[type="date"],
body#tinymce.wp-editor.content input[type="month"],
body#tinymce.wp-editor.content input[type="time"],
body#tinymce.wp-editor.content input[type="datetime"],
body#tinymce.wp-editor.content input[type="datetime-local"],
body#tinymce.wp-editor.content input[type="week"],
body#tinymce.wp-editor.content input[type="number"],
body#tinymce.wp-editor.content input[type="search"],
body#tinymce.wp-editor.content input[type="tel"],
body#tinymce.wp-editor.content input[type="color"],
body#tinymce.wp-editor.content textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border-radius: 3px;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	max-width: 100%;
	padding: 13.5px 18px;
	width: 100%;
	word-break: normal;
}

body#tinymce.wp-editor.content textarea {
	height: 200px;
	line-height: 1.5;
	width: 100%;
}

/* body#tinymce.wp-editor.content button,
body#tinymce.wp-editor.content .faux-button,
body#tinymce.wp-editor.content .wp-block-button__link,
body#tinymce.wp-editor.content .wp-block-file__button,
body#tinymce.wp-editor.content input[type="button"],
body#tinymce.wp-editor.content input[type="reset"],
body#tinymce.wp-editor.content input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #cd2653;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
} */

body#tinymce.wp-editor.content button:focus,
body#tinymce.wp-editor.content button:hover,
body#tinymce.wp-editor.content .faux-button:hover,
body#tinymce.wp-editor.content .faux-button:focus,
body#tinymce.wp-editor.content .wp-block-button__link:focus,
body#tinymce.wp-editor.content .wp-block-button__link:hover,
body#tinymce.wp-editor.content .wp-block-file__button:focus,
body#tinymce.wp-editor.content .wp-block-file__button:hover,
body#tinymce.wp-editor.content input[type="button"]:focus,
body#tinymce.wp-editor.content input[type="button"]:hover,
body#tinymce.wp-editor.content input[type="reset"]:focus,
body#tinymce.wp-editor.content input[type="reset"]:hover,
body#tinymce.wp-editor.content input[type="submit"]:focus,
body#tinymce.wp-editor.content input[type="submit"]:hover {
	color: #fff;
	text-decoration: underline;
}

.wp-block-button:not(.alignleft):not(.alignright) {
	margin-bottom: 30px;
	margin-top: 30px;
}

/* BUTTON ALIGN: CENTER */

.wp-block-button.aligncenter {
	text-align: center;
}

/* BUTTON STYLE: OUTLINE */

body#tinymce.wp-editor.content .is-style-outline .wp-block-button__link,
body#tinymce.wp-editor.content .is-style-outline .wp-block-button__link:focus,
body#tinymce.wp-editor.content .is-style-outline .wp-block-button__link:hover {
	color: #cd2653;
}

body#tinymce.wp-editor.content .is-style-outline .wp-block-button__link {
	background: none;
	border: 2px solid currentColor;
	padding: calc(1.1em - 2px) calc(1.44em - 2px);
}

/* BUTTON STYLE: SQUARED */

body#tinymce.wp-editor.content .is-style-squared .wp-block-button__link {
	border-radius: 0;
}


/* Blocks ------------------------------------ */

/* BLOCK: HELPER CLASSES */

body#tinymce.wp-editor.content .has-background {
	padding: 20px;
}

/* BLOCK: GALLERY */

body#tinymce.wp-editor.content ul.wp-block-gallery {
	list-style: none;
	margin-left: 0;
}

body#tinymce.wp-editor.content ul.wp-block-gallery li {
	margin-left: 0;
}


body#tinymce.wp-editor.content .content-detail {
    padding: 0 10px;
    max-width: 820px;
    margin: 0 auto;
}