.editor-front {
	font: normal 0.75em/1.5 "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
 	color: #595f63;
}
.editor-front a {
	color: #00AEEF;
	text-decoration: underline;
}

.editor-front em,
.editor-front i { font-style: italic; }
.editor-front strong,
.editor-front b { font-weight: 700; }

.editor-front p {
	line-height: 1.7;
	margin-bottom: 0.925em;
}

.editor-front hr {
	height: 1px;
	background: #c3c3c3;
	width: 100%;
	border: none;
	margin: 20px 0;
}

.editor-front table {
	width: 100%;
	margin-bottom: 1.625em;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
}

.editor-front th, .editor-front td {
	text-align: left;
	border: 1px solid #8b8f8c;
	padding: 5px 10px;
	line-height: 1.7;
	vertical-align: middle;
}

.editor-front th[valign="top"], .editor-front td[valign="top"] {
	vertical-align: top !important;
}

.editor-front td { padding: 5px 10px; }
.editor-front th {
	padding: 10px 10px;
	background: #69706b;
	color: #fff;
	text-align: left;
	font-size: 1.09em;
	border: 1px solid #8b8f8c;
}

.editor-front table a {
	padding: 0;
	border: none;
}

	.editor-front table a:hover,
	.editor-front table a:focus {

	}

.editor-front tr.odd td,
.editor-front tr:nth-child(odd) {
	background: #F5F5F5;
}

.editor-front h1, .editor-front h2, .editor-front h3, .editor-front h4, .editor-front h5, .editor-front h6 {
	color: #030303;
	margin-bottom: 0.5em;
	font-weight: 700;
	line-height: 1.3;
}

.editor-front h1 { font-size: 1.8em; }
.editor-front h2 { font-size: 1.6em; }
.editor-front h3 { font-size: 1.4em; }
.editor-front h4 { font-size: 1.2em; }
.editor-front h5 { font-size: 1.1em; }
.editor-front h6 { font-size: 1.1em; font-style: italic; }

.editor-front ul, .editor-front ol {
	margin: 0.5em 0 1.625em 2.5em;
	padding: 0;
}

.editor-front ul li , .editor-front ol li{
	margin-bottom: 10px;
}

.editor-front ul li {
	list-style: disc;
}
.editor-front ol li {
	list-style-type: decimal;
}
.editor-front ol ol li {
	list-style: upper-alpha;
}
.editor-front ol ol ol li {
	list-style: lower-roman;
}
.editor-front ol ol ol ol li {
	list-style: lower-alpha;
}
.editor-front ul ul,
.editor-front ol ol,
.editor-front ul ol,
.editor-front ol ul {
	margin-bottom: 5px;
}

.editor-front blockquote,
.editor-front dl,
.editor-front pre {
	border: 1px solid #8b8f8c;
	background: #fff;
	padding: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1.625em;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
}

.editor-front blockquote p {
	margin: 0;
}

.editor-front blockquote p + p,
.editor-front blockquote p + * {
	margin: 0.925em 0 0;
}

.editor-front dl dt {
	color: #00aeef;
	font-weight: 700;
	line-height: 1.3;
	font-size: 1.2em;
}

.editor-front dl dd {
	margin-bottom: 0;
	padding: 5px 0 0 15px;
	margin-left: 0;
}

.editor-front dd {
	margin-bottom: 0.625em;
	padding-bottom: 15px;
}

.editor-front dt + dd {
	padding-bottom: 0;
	margin-bottom: 0;
}

.editor-front dd + dt {
	margin-top: 0.925em;
}

.editor-front address {
	font-size: 1.1em;
	margin-bottom: 0.625em;
	padding: 20px 100px 20px 20px;
	border: 1px solid #8b8f8c;
	background: #e5e5e5;
	/*display: inline-block;*/
	position: relative;
	overflow: hidden;
}

/* Alignment */
.editor-front .alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.editor-front .alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.editor-front .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Images */
.editor-front img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
.editor-front img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.editor-front img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.editor-front p img,
.editor-front .wp-caption {
	margin-top: 0.4em;
}
.editor-front img {
	border: 1px solid #00aeef;
	padding: 6px;
}
	.editor-front img.no-border{
		padding: 0;
		border: none;
	}

.editor-front .alignleft,
.editor-front .alignright,
.editor-front .aligncenter {
	margin-bottom: 0.625em;
}
.editor-front .wp-caption {
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 3px;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.2), inset 0 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 rgba(255, 255, 255, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 rgba(255, 255, 255, 0.5);
	background: #F5F5F5;
	clear: both;
	border-radius: 0;
}

.editor-front table .wp-caption {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #C7C7C7;
	border: 1px solid #8B8B8B;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
	.editor-front table .wp-caption img {
		border-color: #dfdfdf;
	}

.editor-front .wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #00aeef;
	padding: 0;
}
.editor-front .wp-caption .wp-caption-text,
.editor-front .wp-caption-dd {
	font-size: 11px;
	margin: 10px 0 10px 0 !important;
	padding: 0 10px;
	position: relative;
	text-align: center;
	line-height: 1.3;
	font-family: "Ubuntu", Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-weight: 700;
}

.editor-front a:focus img[class*="wp-image-"],
.editor-front a:hover img[class*="wp-image-"],
.editor-front a:active img[class*="wp-image-"],
.editor-front table .wp-caption:hover,
.editor-front table .wp-caption:focus  {
	background: #B6DEEC;
	border-color: #00aeef;
}

.editor-front table img[class*="wp-image-"],
.editor-front table img[class*="wp-image-"],
.editor-front table img[class*="wp-image-"] {
	background: #C7C7C7;
	border: 1px solid #8B8B8B;
	margin-top: 5px;
	margin-bottom: 5px;
}
.editor-front .wp-caption a:focus img,
.editor-front .wp-caption a:active img,
.editor-front .wp-caption a:hover img {
	background: #fff;
}

.editor-front cite {
	display: inline-block;
	padding: 0.4em 1.5em 0.4em;
	background: #F1F1F1;
	margin-top: 20px;
	border-radius: 6px 6px 6px 0;
	position: relative;
	border: 1px solid #8b8f8c;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

	.editor-front cite:before {
		display: inline-block;
		content: '“';
		font-size: 60px;
		position: relative;
		top: 27px;
		left: -7px;
		margin-right: 4px;
		font-family: Georgia, Times, "Times New Roman", serif;
		font-weight: 700;
		font-style: normal;
		line-height: 1;
		margin-top: -31px;
	}

.editor-front .gallery {
	clear: both;
	text-align: center;
}
.editor-front .gallery-item { display: inline-block; }
.editor-front .gallery-columns-3 .gallery-item {
	width: 29% !important;
	margin: 2% 2%;
}
.editor-front .gallery-item { padding: 2%;}
.editor-front .gallery-item img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.editor-front .gallery-item .gallery-caption {
	padding-left: 0;
	text-align: center;
}

.editor-front table img { width: 100%; max-width: 100%; }

@media only screen and (max-width: 40em) {
	.editor-front .gallery .gallery-item {
		width: 96% !important;
	}
	.editor-front .gallery .gallery-item img { width: 100%; }
}