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

* {
	color: inherit;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: inherit;
	line-height: 1.7;
}

body {
	width: 680px;
	font-family: 'Roboto', sans-serif;
	color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: #262932;
}

h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.5rem;
}

h3 {
	margin: 0 0 30px 0;
	font-size: 1.17rem;
}

h4 {
	margin: 0;
	font-size: 1rem;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 500;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	outline: 0;
	transition: all 0.5s ease-in-out;
	color: #db4d4d;
}

a:active,
a:hover {
	outline: none;
	text-decoration: none;
}