
.wp-content-editor{
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.wp-content-editor h1{
    font-size: 46px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.wp-content-editor h2{
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: 300;
}
.wp-content-editor h3{
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 35px;
}
.wp-content-editor p{
    line-height: 28px;
}
.wp-content-editor h2 strong,.wp-content-editor h3 strong {
    font-weight: 400;
}
.wp-content-editor h4,.wp-content-editor h5,.wp-content-editor h6{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.wp-content-editor blockquote {
	border-left: 4px solid #1a1a1a;
	color: #686868;
	font-size: 19px;
	font-style: italic;
	line-height: 1.4736842105;
	margin-bottom: 28px;
	padding: 0 0 0 24px;
}

.wp-content-editor blockquote:not(.alignleft):not(.alignright) {
	margin-left: -28px;
}

.wp-content-editor blockquote blockquote:not(.alignleft):not(.alignright) {
	margin-left: 0;
}

.wp-content-editor blockquote:before,
.wp-content-editor blockquote:after {
	content: "";
	display: table;
}

.wp-content-editor blockquote:after {
	clear: both;
}

.wp-content-editor blockquote > :last-child {
	margin-bottom: 0;
}

.wp-content-editor blockquote cite,
.wp-content-editor blockquote small {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.75;
}

.wp-content-editor blockquote em,
.wp-content-editor blockquote i,
.wp-content-editor blockquote cite {
	font-style: normal;
}

.wp-content-editor blockquote strong,
.wp-content-editor blockquote b {
	font-weight: 400;
}

.wp-content-editor blockquote.alignleft,
.wp-content-editor blockquote.alignright {
	border: 0 solid #1a1a1a;
	border-top-width: 4px;
	padding: 18px 0 0;
	width: -webkit-calc(50% - 14px);
	width: calc(50% - 14px);
}

.wp-content-editor address {
	font-style: italic;
	margin: 0 0 28px;
}

.wp-content-editor code,
.wp-content-editor kbd,
.wp-content-editor tt,
.wp-content-editor var,
.wp-content-editor samp,
.wp-content-editor pre {
	font-family: Inconsolata, monospace;
}

.wp-content-editor pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	line-height: 1.3125;
	margin: 0 0 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.wp-content-editor code {
	background-color: #d1d1d1;
	padding: 2px 4px;
}

.wp-content-editor abbr[title] {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

.wp-content-editor mark,
.wp-content-editor ins {
	background: #007acc;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
}

.wp-content-editor sup,
.wp-content-editor sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.wp-content-editor sub {
	top: -6px;
}

.wp-content-editor sup {
	bottom: -3px;
}

.wp-content-editor small {
	font-size: 80%;
}

.wp-content-editor big {
	font-size: 125%;
}


/**
 * 3.0 - Elements
 */

.wp-content-editor hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

.wp-content-editor ul,
.wp-content-editor ol {
	margin: 0 0 28px 0;
	padding: 0;
}

.wp-content-editor ul {
	list-style: disc;
}

.wp-content-editor ol {
	list-style: decimal;
}

.wp-content-editor li > ul,
.wp-content-editor li > ol {
	margin-bottom: 0;
}

.wp-content-editor li > ul,
.wp-content-editor blockquote > ul {
	margin-left: 20px;
}

.wp-content-editor li > ol,
.wp-content-editor blockquote > ol {
	margin-left: 24px;
}

.wp-content-editor dl {
	margin: 0 0 28px;
}

.wp-content-editor dt {
	font-weight: bold;
}

.wp-content-editor dd {
	margin: 0 0 28px;
}

.wp-content-editor table,
.wp-content-editor th,
.wp-content-editor td,
.wp-content-editor .mce-item-table,
.wp-content-editor .mce-item-table th,
.wp-content-editor .mce-item-table td {
	border: 1px solid #d1d1d1;
}

.wp-content-editor table a {
	color: #007acc;
}

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

.wp-content-editor table th,
.wp-content-editor .mce-item-table th,
.wp-content-editor table caption {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

.wp-content-editor table td,
.wp-content-editor .mce-item-table td {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	padding: 7px;
	vertical-align: baseline;
}

.wp-content-editor img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.wp-content-editor a img {
	display: block;
}

.wp-content-editor figure {
	margin: 0;
}

.wp-content-editor del {
	opacity: 0.8;
}

.wp-content-editor a {
	box-shadow: 0 1px 0 0 currentColor;
	color: #007acc;
	text-decoration: none;
}

.wp-content-editor fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 28px;
	padding: 14px;
}


/**
 * 4.0 - Alignment
 */

.wp-content-editor .alignleft {
	float: left;
	margin: 6px 28px 28px 0;
}

.wp-content-editor .alignright {
	float: right;
	margin: 6px 0 28px 28px;
}

.wp-content-editor .aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px;
}


/**
 * 5.0 - Caption
 */

.wp-content-editor .wp-caption {
	background: transparent;
	border: none;
	margin-bottom: 28px;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

.wp-content-editor .wp-caption-text,
.wp-content-editor .wp-caption-dd {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 7px;
}


/**
 * 6.0 - Galleries
 */

.wp-content-editor .mce-content-body .wpview-wrap {
	margin-bottom: 28px;
}

.wp-content-editor .gallery {
	margin: 0 -1.1666667%;
	padding: 0;
}

.wp-content-editor .gallery .gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.wp-content-editor .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.wp-content-editor .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.wp-content-editor .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.wp-content-editor .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.wp-content-editor .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.wp-content-editor .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.wp-content-editor .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.wp-content-editor .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.wp-content-editor .gallery .gallery-caption {
	font-size: 13px;
	margin: 0;
}

.wp-content-editor .gallery-columns-6 .gallery-caption,
.wp-content-editor .gallery-columns-7 .gallery-caption,
.wp-content-editor .gallery-columns-8 .gallery-caption,
.wp-content-editor .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 - Audio / Video
 */

.wp-content-editor .wp-audio-shortcode a,
.wp-content-editor .wp-playlist a {
	box-shadow: none;
}

.wp-content-editor .mce-content-body .wp-audio-playlist {
	margin: 0;
	padding-bottom: 0;
}

.wp-content-editor .mce-content-body .wp-playlist-tracks {
	margin-top: 0;
}

.wp-content-editor .mce-content-body  .wp-playlist-item {
	padding: 10px 0;
}

.wp-content-editor .mce-content-body .wp-playlist-item-length {
	top: 10px;
}


/**
 * 8.0 - RTL
 */

.wp-content-editor .rtl blockquote {
	border: 0 solid #1a1a1a;
	border-right-width: 4px;
}

.wp-content-editor .rtl blockquote.alignleft,
.wp-content-editor .rtl blockquote.alignright {
	border: 0 solid #1a1a1a;
	border-top-width: 4px;
}

.wp-content-editor .rtl blockquote:not(.alignleft):not(.alignright) {
	margin-right: -28px;
	padding: 0 24px 0 0;
}

.wp-content-editor .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
	margin-right: 0;
	margin-left: auto;
}

.wp-content-editor .rtl li > ul,
.wp-content-editor .rtl blockquote > ul {
	margin-right: 20px;
	margin-left: auto;
}

.wp-content-editor .rtl li > ol,
.wp-content-editor .rtl blockquote > ol {
	margin-right: 24px;
	margin-left: auto;
}

.wp-content-editor .rtl table th,
.wp-content-editor .rtl .mce-item-table th,
.wp-content-editor .rtl table caption {
	text-align: right;
}
