


/* rich content */
.rich {
	clear: both;
	font-size: 0.75rem;
	line-height: 1.4;
}
.rich p, .rich ul li, .rich ol li {
	font-size: 1em;
	margin: 0 0 0.8em 0;
}
.rich ul {
	list-style: square;
	margin: 0 0 0 1.75em;
}
.rich ol {
	margin: 0 0 0 1.75em;
}
.rich img {
	max-width: 100%;
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
}
.rich a img {
	border: none;
}
.rich strong, .rich b, .rich em, .rich i {
	font-style: normal;
	font-weight: 700;
}
.rich a {
	border-bottom: 1px solid rgba(179, 0, 0, 0.25);
}
.rich a[rel~="attachment"] {
	border-bottom: none;
}
.rich h2, .rich h3, .rich h4 {
	clear: both;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1;
	margin: 1em 0 0.5em 0;
}
.rich blockquote {
	color: #606060;
	font-weight: 700;
	padding: 0 0 0 1.75em;
	position: relative;
	overflow: hidden;
}
.rich blockquote:before {
	content: '\201C';
	font-size: 2.5em;
	font-weight: 900;
	font-style: italic;
	position: absolute;
	top: -0.25em;
	left: 0;
}
.rich .wp-caption {
	width: 100% !important;
}
.rich .wp-caption img {
	margin: 0 0 0.2em 0;
}
.rich small, .rich .wp-caption p {
	font-size: 0.8em;
	color: #606060;
}
.rich hr {
	margin: 1.5em 0 1.5em 0;
	height: 1px;
	border: none;
	color: rgba(179, 0, 0, 0.25);
	background: rgba(179, 0, 0, 0.25);
}
.rich > div {
	margin: 0 0 0.8em 0;
}
.rich a.nsfw {
	display: block;
	position: relative;
	border: none;
	font-size: 14px;
}
.rich a.nsfw img {
	margin: 0;
	vertical-align: top;
}
.rich a.nsfw:before {
	content: 'Not safe for work - click to reveal';
	display: inline;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 400;
	font-style: normal;
	padding: 1px 6px 3px 6px;
	color: #ffffff;
	background: #B30000;
	border-radius: 0 4px 0 0;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.rich a.nsfw[data-show-text]:before {
	content: attr(data-show-text);
}
.rich a.nsfw.nsfwShow:before {
	content: 'Hide again';
	background: #606060;
	opacity: 0.67;
}
.rich a.nsfw.nsfwShow[data-hide-text]:before {
	content: attr(data-hide-text);
}
.rich p.spoiler {
	color: #B30000;
	font-weight: 700;
	position: relative;
	padding: 40px 0 0 0;
	max-height: 40px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: padding 0.2s, max-height 2s;
	-moz-transition: padding 0.2s, max-height 2s;
	-ms-transition: padding 0.2s, max-height 2s;
	transition: padding 0.2s, max-height 2s;
}
.rich p.spoiler:before {
	content: 'Reveal spoiler';
	display: inline;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	background: #B30000;
	border-radius: 4px;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	padding: 6px 10px 0 10px;
	height: 40px;
	min-width: 150px;
	color: #ffffff;
	background: #B30000;
}
.rich p.spoiler[data-message]:before {
	content: attr(data-message);
}
.rich p.spoiler.spoilerShow,
.rich.wp-editor p.spoiler {
	position: static;
	padding: 0;
	max-height: 30em;
	cursor: text;
}
.rich p.spoiler.spoilerShow.spoilerShowFull,
.rich.wp-editor p.spoiler {
	max-height: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
.rich p.spoiler.spoilerShow:before,
.rich.wp-editor p.spoiler:before {
	content: none;
}

.rich a.slider {
	display: inline-block;
	position: relative;
	cursor: wait;
	border: none;
	-ms-touch-action: none;
	max-width: 100%;
	font-size: 14px;
}
.rich.wp-editor a.slider {
	cursor: default;
}
.rich a.slider img {
	display: block;
	outline: none;
	margin: 0;
	min-height: 2rem;
}
.rich a.slider:before {
	content: 'LOADING';
	display: inline;
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 10px 3px 10px;
	color: #ffffff;
	background: #B30000;
	border-radius: 0 0 4px 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.rich a.slider div,
.rich a.slider span {
	display: none;
}
.rich a.slider.loaded {
	cursor: ew-resize;
}
.rich a.slider.loaded:before,
.rich.wp-editor a.slider:before {
	content: 'Drag slider';
}
.rich a.slider.loaded[data-message]:before,
.rich.wp-editor a.slider[data-message]:before {
	content: attr(data-message);
}
.rich a.slider.loaded.used:before {
	content: none;
}
.rich a.slider.loaded:after,
.rich.wp-editor a.slider:after {
	content: '';
	position: absolute;
	bottom: 0.75rem;
	left: 5%;
	width: 90%;
	height: 0.3rem;
	background: #cccccc;
	border-radius: 4px;
	border-top: 0.1rem solid #404040;
	border-left: 0.1rem solid #404040;
	opacity: 0.6;
}
.rich a.slider.loaded span {
	display: block;
	position: absolute;
	left: 5%;
	bottom: 0.9rem;
	width: 1rem;
	height: 2.5rem;
	margin: 0 0 -1.25rem -0.5rem;
	background: #B30000;
	border-radius: 4px;
	border: 1px solid #ffffff;
	z-index: 1;
}
.rich a.slider.loaded span:before {
	content: '';
	position: absolute;
	top: 0.95rem;
	left: 0.05rem;
	width: 0.25rem;
	height: 0.5rem;
	border-top: 0.25rem solid transparent;
	border-bottom: 0.25rem solid transparent;
	border-right: 0.25rem solid rgba(255, 255, 255, 0.5);
}
.rich a.slider.loaded span:after {
	content: '';
	position: absolute;
	top: 0.95rem;
	right: 0.05rem;
	width: 0.25rem;
	height: 0.5rem;
	border-top: 0.25rem solid transparent;
	border-bottom: 0.25rem solid transparent;
	border-left: 0.25rem solid rgba(255, 255, 255, 0.5);
}
.rich a.slider.loaded div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.rich a.slider.loaded div img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: auto !important;
	max-width: none;
}


.rich > *:first-child {
	margin-top: 0;
}
.rich > *:last-child {
	margin-bottom: 0;
}

