/* === EDITOR STYLE === */
body{
	font-size: 14px;
	font-size: 1.4rem;
}
body {
	font-family: 'Merriweather', Georgia, serif;
}
body#tinymce {
	font-family: 'Merriweather', Georgia, serif;
}
a{
	color: #d35400;
}
a:hover,
a:focus {
	color: #e67e22;
}
ul{
	list-style: circle;
}
/* Blockquotes */
blockquote, q{
	position: relative;
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}
blockquote:before,
q:before{
	content: "\f122";
	font-family: "dashicons";
	color: #ccc;
	position: absolute;
	left: 0;
	-webkit-font-smoothing: antialiased;
}
/* Forms */
label{
}
/* Pre, Code */
pre{
	background-color: #eee;
}
code{
	background: #eee;
}

/* === #03 - IMAGES & MEDIA === */
.wp-caption{
	padding: 10px;
	padding: 1rem;
	background: #fff;
	box-shadow: 0 0 5px #B3B3B3;
	border: none;
}
	.wp-caption img{
		padding: 0;
		box-shadow: none;
	}
