@charset "utf-8";

/* = .entry-content
-------------------------------------------------------------- */
.entry-content {
	font-size: 1.6rem;
}
.about_list + .about_list,
.content-block + .content-block {
	margin-top: 55px;
}

.entry-content h2 {
	margin: 55px 0 20px;
	padding: 18px 15px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 600;
	color: var(--white);
	background-color: var(--black);
}
.entry-content h2::before {
	display: none;
}
.entry-content h3 {
	position: relative;
	margin: 30px 0;
	padding-left: 35px;
	font-size: 2.4rem;
	font-weight: 600;
	border: 0;
}
.entry-content h3::before {
	content: '';
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: var(--black);
}
.entry-content h4 {
	margin: 15px 0;
	font-size: 2rem;
	font-weight: 600;
}

.entry-content p {
	margin: 25px 0;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content hr {
	height: 0;
	margin: 40px 0;
	padding: 0;
	line-height: 0;
	color: var(--white);
	background: none;
	border: none;
	border-top: 1px dashed var(--white);
}

.entry-content span.red {
	color: #9d1d22;
}
.entry-content span.bold {
	font-weight: 600;
}
.entry-content span.underline {
	font-weight: 600;
	text-decoration: underline;
}
.entry-content span.marker {
	padding: 3px 0 4px;
	font-weight: 600;
	background: linear-gradient(transparent 60%, rgba(250, 180, 20, 0.6) 60%);
}

.entry-content blockquote {
	position: relative;
	margin: 40px 0;
	padding: 5px 25px;
	font-weight: 300;
	line-height: 2;
	color: var(--gray);
	border-top: 1px solid var(--light-gray);
	border-bottom: 1px solid var(--light-gray);
}

.entry-content blockquote p {
	margin: 20px 0;
}
.entry-content blockquote small,
.entry-content blockquote small a {
	font-size: 1.3rem;
	font-weight: 300;
	color: var(--gray);;
}

.instagram-media {
	max-width: 520px!important;
}
.twitter-tweet {
	width: 520px!important;
}
.entry-content blockquote.wp-embedded-content,
.entry-content blockquote.instagram-media,
.entry-content blockquote.twitter-tweet {
	box-sizing: border-box;
	border: 1px solid #eee;
}
.entry-content blockquote.wp-embedded-content::after,
.entry-content blockquote.wp-embedded-content::before,
.entry-content blockquote.instagram-media::after,
.entry-content blockquote.instagram-media::before,
.entry-content blockquote.instagram-media-registered::after,
.entry-content blockquote.instagram-media-registered::before,
.entry-content blockquote.twitter-tweet::after,
.entry-content blockquote.twitter-tweet::before {
	display: none!important;
}

.entry-content iframe.wp-embedded-content {
	width: 100%!important;
}
.entry-content .instagram-media {
	margin: 35px 0!important;
}

.entry-content .infobox {
	margin: 25px 0;
	padding: 10px 25px;
	line-height: 1.65;
	background: #fdf9f5;
}
.entry-content .infobox h4 {
	margin: 15px 0;
	font-size: 1.6rem;
	padding: 0;
	border: none;
}
.entry-content .infobox p {
	margin: 15px 0;
	font-size: 1.5rem;
}

.entry-content .ytsl-wrapper {
	margin: 40px 0;
}
.entry-content .ytsl-wrapper img {
	display: none!important;
}

.entry-content img {
	height: auto!important;
}
.entry-content .imagebox br {
	display: none;
}
.entry-content .imagebox small,
.entry-content .imagebox small a {
	font-size: 1.3rem;
	font-weight: normal;
}

.entry-content ul,
.entry-content ol {
	text-align: left;
}
.entry-content li {
	margin: 15px 0;
}

/* = .wp-caption
-------------------------------------------------------------- */
.wp-caption {
	box-sizing: border-box;
	max-width: 100% !important;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.5;
	background: #f1f1f1;
	text-align: center;
}
.wp-caption img {
	margin: 0;
	max-width: 100%;
}
.wp-caption p.wp-caption-text {
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #777;
}

@media screen and (max-width: 1000px) {
	.entry-content h2,
	.entry-content h3 {
		font-size: 2.2rem;
	}
	.entry-content h4 {
		font-size: 1.8rem;
	}
}


/* = .entry-content for page
-------------------------------------------------------------- */
/* body.page .entry-content h1 {
	display: none;
} */