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

body {
	color: #232323;
	font-family: "Libre Baskerville", georgia, serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.77778;
	margin: 20px 40px;
	max-width: 704px;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Playfair Display", georgia, serif;
	font-weight: 700;
	-webkit-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	margin: 64px 0 32px;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 37px;
	line-height: 1.2973;
}

h2 {
	font-size: 31px;
	line-height: 1.29032;
}

h3 {
	font-size: 26px;
	line-height: 1.23077;
}

h4 {
	font-size: 22px;
	letter-spacing: 0.13333em;
	line-height: 1.27273;
}

h5,
h6 {
	font-size: 18px;
	line-height: 1.33333;
}

h6 {
	font-style: italic;
	font-weight: 400;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin: 0 0 32px;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid currentColor;
	color: #5b5b5b;
	font-size: 22px;
	font-style: italic;
	line-height: 1.63636;
	margin: 0 0 32px -32px;
	padding-left: 28px;
}

blockquote > blockquote {
	margin-left: 0;
}

blockquote p {
	margin-bottom: 36px;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #232323;
	font-family: Lato, sans-serif;
	font-size: 18px;
	line-height: 1.77778;
}

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

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

address {
	font-style: italic;
	margin: 0 0 32px;
}

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

pre {
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0,0.1);
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 32px;
	max-width: 100%;
	overflow: auto;
	padding: 16px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #232323;
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

hr {
	background-color: rgba(0, 0, 0,0.1);
	border: 0;
	height: 1px;
	margin-bottom: 32px;
}

ul,
ol {
	margin: 0 0 32px 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 24px;
}

dl {
	margin: 0 0 32px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 32px;
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid rgba(0, 0, 0,0.1);
}

table a {
	color: #0074b8;
}

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

table th,
.mce-item-table th,
table caption {
	border-width: 0 1px 1px 0;
	font-family: "Libre Baskerville", georgia, serif;
	font-size: 18px;
	font-weight: 700;
	padding: 6px;
	text-align: left;
	vertical-align: baseline;
}

table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-family: "Libre Baskerville", georgia, serif;
	font-size: 18px;
	padding: 6px;
	vertical-align: baseline;
}

img {
	border: 0;
	height: auto;
	max-width: 704px;
	vertical-align: middle;
}

a img {
	display: block;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

a {
	color: #0074b8;
	background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-position: 0 95%;
	background-repeat: repeat-x;
	-webkit-background-size: 100% 1px;
	background-size: 100% 1px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff;
	text-decoration: none;
}

.alignleft {
	float: left;
	margin: 8px 32px 32px 0;
}

.alignright {
	float: right;
	margin: 8px 0 32px 32px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 8px auto 32px;
}

blockquote.alignleft,
blockquote.alignright {
	border-color: currentColor;
	border-style: solid;
	border-width: 4px 0 4px 0;
	padding: 28px 0;
	width: 50%;
}

.wp-caption.alignleft {
	margin: 8px 32px 32px 0;
}

.wp-caption.alignright {
	margin: 8px 0 32px 32px;
}

.wp-caption,
.html5-captions .wp-caption {
	background: transparent;
	border: none;
	color: #5b5b5b;
	font-family: Lato, sans-serif;
	margin: 0 0 32px 0;
	max-width: 704px;
	padding: 0;
	text-align: inherit;
}

.wp-caption.alignleft {
	margin: 8px 32px 32px 0;
}

.wp-caption.alignright {
	margin: 8px 0 32px 32px;
}

.wp-caption.aligncenter {
	margin: 8px auto 32px;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 15px;
	line-height: 1.6;
	padding: 8px 0 0;
}

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

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

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

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

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

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

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

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

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

.gallery .gallery-caption {
	color: #5b5b5b;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	padding: 8px 0;
}

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

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

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

body.rtl {
	font-family: Arial, Tahoma, sans-serif;
}

.rtl blockquote {
	border-left: none;
	border-right: 4px solid currentColor;
	margin: 0 -32px 32px 0;
	padding-left: 0;
	padding-right: 28px;
}

.rtl blockquote > blockquote {
	margin-left: auto;
	margin-right: 0;
}

.rtl li > ul,
.rtl li > ol {
	margin: 0 24px 0 0;
}

.rtl table th,
.rtl table caption {
	text-align: right;
}
