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

/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Media
 * 5.1 - Captions
 * 5.2 - Galleries
 * 6.0 - RTL
 * 7.0 - Media Queries
 */

/**
  * 1.0 Body
  */
body {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

/**
  * 2.0 Typography
  */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.25;
	margin: 0.95238095238em 0 0.7619047619em; /* 40px 0 32px */
}

h2 {
	font-family: "Playfair Display", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: normal;
	line-height: 1.25;
	margin: 1em 0 0.75em; /* 32px 0 24px */
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25;
	margin: 1.6em 0 0.83333333333em; /* 32px 0 24px */
}

h4 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	margin: 1.5em 0 1em; /* 24px 0 16px */
}

h5 {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	line-height: 1.25;
	margin: 1.71428571429em 0 1.14285714286em; /* 24px 0 16px */
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.25;
	margin: 1.71428571429em 0 1.14285714286em; /* 24px 0 16px */
}

p,
pre,
address,
blockquote,
ul,
ol {
	margin: 0 0 1.25em;
}

b,
strong {
	font-weight: bold;
}

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

pre {
	background: #eee;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/**
 * 3.0 Elements
 */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em; /* 0 24px 24px */
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: top; /* Avoid extra space. */
}

figure {
	margin: 1.5em 0; /* 24px 0 */
	margin: 0;
}

figcaption {
	color: #727272;
	font-style: italic;
}

table,
.mce-item-table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em; /* 0 0 24px */
	text-align: left;
	width: 100%;
}

th,
td
.mce-item-table th,
.mce-item-table td {
	border-width: 0;
	padding: 0.5em 0.25em; /* 8px 4px */
}

tr,
.mce-item-table tr {
	border-bottom: 1px solid #ddd;
}

/**
 * 4.0 Allignment
 */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.25em;
}

.alignright {
	display: inline;
	float: right;
	margin-bottom: 1.25em;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/**
 * 5.1 Caption
 */
.wp-caption {
	margin-bottom: 1em; /* 16px */
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.75em 0; /* 12px 0 */
}

/**
 * 5.2 Galleries
 */
.gallery .gallery-item {
	display: inline-block;
	margin-bottom: 1.25em; /* 20px */
	padding: 0;
	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: #727272;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.5;
	margin: 0.5em 0 0; /* 8px 0 0 */
}

/**
 * 6.0 RTL
 */
.rtl li > ul,
.rtl li > ol {
	margin-right: 1.5em; /* 24px */
}

.rtl table,
.rtl .mce-item-table {
	text-align: right;
}

.rtl .alignleft {
	float: right;
	margin-right: 0;
	margin-left: 1.5em; /* 24px */
}

.rtl .alignright {
	float: left;
	margin-right: 1.5em; /* 24px */
	margin-left: 0;
}

/**
 * 7.0 Media Queries
 */
@media screen and (min-width: 450px) {
	h1 {
		font-size: 42px;
		font-size: 2.625rem;
	}

	h2 {
		font-size: 32px;
		font-size: 2rem;
	}
}
