/*
style for CMS
*/

.size-XXL {
	font-size: 160%;
	line-height: 145% !important;
}
.size-XL {
	font-size: 136%;
	line-height: 145% !important;
}
.size-L {
	font-size: 116%;
	line-height: 145% !important;
}
.size-S {
	font-size: 88%;
	line-height: 145% !important;
}
.size-XS {
	font-size: 78%;
	line-height: 145% !important;
}

.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.red {
	color: #ff0000;
}
.brown {
	color: #995f36;
}
.green {
	color: #00652e;
}

.postMain .wp-block-button__link {
	background-color: #c52f2f;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 100%;
	margin: 0;
	padding: 0.8em 1.6em;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: break-word;
}
.postMain .wp-block-button__link:link,
.postMain .wp-block-button__link:visited {
	background-color: #c52f2f;
	color: #ffffff;
}
.postMain .wp-block-button__link:hover,
.postMain .wp-block-button__link:active {
	background-color: #5f0000;
	color: #ffffff;
}

.postMain .is-style-outline .wp-block-button__link {
	background-color: #ffffff;
	color: #c52f2f;
}
.postMain .is-style-outline .wp-block-button__link:link,
.postMain .is-style-outline .wp-block-button__link:visited {
	background-color: #ffffff;
	color: #c52f2f;
}
.postMain .is-style-outline .wp-block-button__link:hover,
.postMain .is-style-outline .wp-block-button__link:active {
	background-color: #c52f2f;
	color: #ffffff;
}

.postMain .wp-block-file .wp-block-file__button {
	font-size: 100%;
	display: inline-block;
	margin: 0.2em;
	padding: 0.2em 0.8em;
}
.postMain .wp-block-file .wp-block-file__button:link,
.postMain .wp-block-file .wp-block-file__button:visited {
	background-color: #c52f2f;
	color: #ffffff;
	text-decoration: none;
	opacity: 1.0;
}
.postMain .wp-block-file .wp-block-file__button:hover,
.postMain .wp-block-file .wp-block-file__button:active {
	background-color: #5f0000;
	color: #ffffff;
	text-decoration: none;
	opacity: 1.0;
}

.postMain .playerWrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	clear: both;
}
.postMain iframe,
.postMain object,
.postMain embed {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.postMain [class*='wp-image'] {
	border: 1px solid #cccccc;
}

.postMain .wp-block-separator {
	border: none !important;
}
.postMain .wp-block-separator.is-style-dots:before {
	color: #aaaaaa;
}

.postMain h1 {
	font-weight: bold;
	font-size: 180%;
	line-height: 1.5;
}
.postMain h2 {
	font-weight: bold;
	font-size: 160%;
	line-height: 1.6;
	margin-bottom: 0.4em;
}
.postMain h3 {
	font-weight: bold;
	font-size: 140%;
	line-height: 1.846153846;
	margin-bottom: 0.4em;
}
.postMain h4 {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.846153846;
	margin-bottom: 0.4em;
}
.postMain h5 {
	font-weight: bold;
	font-size: 108%;
	line-height: 1.846153846;
	margin-bottom: 0.4em;
}
.postMain h6 {
	font-weight: bold;
	font-size: 100%;
	line-height: 1.846153846;
}

.postMain p,
.postMain div,
.postMain table,
.postMain ul,
.postMain ol,
.postMain dl,
.postMain iframe,
.postMain figure,
.postMain pre {
	background-image: url(../img/spacer.gif);
	/*text-align: justify;
	text-justify: inter-ideograph;*/
	margin-bottom: 1.4em;
}

.postMain div p,
.postMain div div,
.postMain div table,
.postMain div ul,
.postMain div ol,
.postMain div dl,
.postMain div iframe,
.postMain div figure,
.postMain div pre {
	margin-bottom: 0;
}

.postMain .has-large-font-size {
	font-size: 160%;
	line-height: 1.6em;
	margin-bottom: 0px;
}

.postOuter .caption {
	display: block;
	text-align: left;
	font-size: 88%;
	line-height: 125%;
	color: #00652e;
 color: #c52f2f;
	margin-top: -0.4em;
}

.postOuter .wp-caption {
	width: 100% !important;
	border: none !important;
}
.postOuter .wp-caption-text,
.postOuter figcaptions {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
	font-size: 88% !important;
	line-height: 145% !important;
	color: #00652e;
 color: #c52f2f;
	margin-top: 0.4em;
	padding-bottom: 0.4em;
}

.postMain .wp-block-image figcaption {
	text-align: left;
	font-size: 88%;
	line-height: 145%;
	margin-top: 0.4em;
	padding-bottom: 0.4em;
}

.postMain .wp-block-gallery .blocks-gallery-image figcaption,
.postMain .wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.postMain .wp-block-gallery .blocks-gallery-image figcaption a,
.postMain .wp-block-gallery .blocks-gallery-item figcaption a {
	color: #ffffff !important;
}



