/*
Theme Name: Twenty Fifteen
Description: Used to style the TinyMCE editor.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Caption
 * 6.0 - Galleries
 * 7.0 - Audio / Video
 * 8.0 - RTL
 */







.single .entry blockquote cite,
.single .entry blockquote small {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	
	line-height: 1.6471;
}

.single .entry blockquote em,
.single .entry blockquote i,
.single .entry blockquote cite {
	font-style: normal;
}

.single .entry blockquote strong,
.single .entry blockquote b {
	font-weight: 400;
}

.single .entry address {
	font-style: italic;
	margin: 0 0 28px;
}

.single .entry code,
.single .entry kbd,
.single .entry tt,
.single .entry var,
.single .entry samp,
.single .entry pre {
	font-family: Inconsolata, monospace;
}

.single .entry pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.single .entry abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

.single .entry mark,
.single .entry ins {
	background-color: #fff9c0;
	text-decoration: none;
}

.single .entry sup,
.single .entry sub {
	
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.single .entry sup {
	bottom: 1ex;
}

.single .entry sub {
	top: .5ex;
}

.single .entry small {
	
}

.single .entry big {

}


/**
 * 3.0 Elements
 */

.single .entry hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

.single .entry ul,
.single .entry ol {
	margin: 0 0 28px 0;
	padding: 0;
}

.single .entry ul {
	list-style: disc;
}

.single .entry ol {
	list-style: decimal;
}

.single .entry li > ul,
.single .entry li > ol {
	margin: 0 0 0 23px;
}

.single .entry dl {
	margin: 0 0 28px;
}

.single .entry dt {
	font-weight: bold;
}

.single .entry dd {
	margin: 0 0 28px;
}

.single .entry table,
.single .entry th,
.single .entry td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #eaeaea;
}

.single .entry table a {
	color: #333;
}

.single .entry table,
.single .entry .mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

.single .entry table th,
.single .entry .mce-item-table th,
.single .entry table caption {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

.single .entry table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;

	padding: 7px;
	vertical-align: baseline;
}



.single .entry figure {
	margin: 0;
}

.single .entry del {
	opacity: 0.8;
}



/**
 * 4.0 Alignment
 */

.single .entry .alignleft {
	float: left;
	margin: 7px 28px 28px 0;
}

.single .entry .alignright {
	float: right;
	margin: 7px 0 28px 28px;
}

.single .entry .aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}


/**
 * 5.0 Caption
 */

.single .entry .wp-caption {
	background: transparent;
	border: none;
	color: #707070;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 28px 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

.single .entry .wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.single .entry .wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.single .entry .wp-caption.aligncenter {
	margin: 7px auto;
}

.single .entry .wp-caption .wp-caption-text,
.single .entry .wp-caption-dd {
	font-size:83%;
	line-height: 1.5;
	padding: 7px 0;
}


/**
 * 6.0 Galleries
 */

.single .entry .gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.single .entry .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.single .entry .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.single .entry .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.single .entry .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.single .entry .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.single .entry .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.single .entry .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.single .entry .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.single .entry .gallery .gallery-caption {
	color: #707070;
	display: block;
	font-family: "Noto Sans", sans-serif;
	
	line-height: 1.5;
	padding: 7px 0;
}

.single .entry .gallery-columns-6 .gallery-caption,
.single .entry .gallery-columns-7 .gallery-caption,
.single .entry .gallery-columns-8 .gallery-caption,
.single .entry .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 Audio / Video
 */

.single .entry .mce-content-body .wpview-wrap {
	margin-bottom: 32px;
}

.single .entry .mce-content-body .wp-audio-playlist {
	margin: 0;
}


