/*
Theme Name: 
Description: 
*/

/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */
.entry-content cite,
.entry-content dfn,
.entry-content em {
	font-style: italic;
}

.entry-content p {
	line-height: 1.8;
}

.entry-content ol,
.entry-content ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

.entry-content ul {
	list-style-type: square;
	line-height: 1.8;
}

.entry-content ol {
	list-style: decimal outside;
}

.entry-content li > ul,
.entry-content li > ol {
	margin: 0;
}

.entry-content dl {
	margin: 0 20px;
}

.entry-content dt {
	font-weight: bold;
}

.entry-content dd {
	margin: 0 0 20px;
}

.entry-content code,
.entry-content kbd,
.entry-content pre,
.entry-content samp {
	font-size: 14px;
}

.entry-content pre {
	font-size: 15px;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-radius: 0;
	line-height: 1.8;
	border: 0;
	background: #f5f5f5;
	padding: 10px;
	border-left: 5px solid #ddd;
	margin: 20px 0;
	font-family: 'Segoe';
}

.entry-content blockquote,
.entry-content q {
	quotes: none;
}

.entry-content blockquote:before,
.entry-content blockquote:after,
.entry-content q:before,
.entry-content q:after {
	content: "";
	content: none;
}

.entry-content blockquote {
	font-size: 15px;
	font-weight: 300;
	margin: 10px 0;
	background: rgba(0, 0, 0, 0.02);
}

.entry-content blockquote blockquote {
	margin-right: 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.entry-content cite {
	border-bottom: 0;
}

.entry-content abbr[title] {
	border-bottom: 1px dotted;
}

.entry-content address {
	font-style: italic;
	margin: 0 0 24px;
}

.entry-content del {
	color: #333;
}

.entry-content ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}

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

.entry-content sup {
	top: -0.5em;
}

.entry-content sub {
	bottom: -0.25em;
}

/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */
.entry-content a {
	text-decoration: none;
	color: #ec1f27;
}

.entry-content a:active,
.entry-content a:hover {
	color: #337ab7;
	outline: 0;
}

/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */
.entry-content .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

.entry-content .alignright {
	float: right;
	margin: 5px 0 5px 20px;
}

.entry-content .aligncenter {
	display: block;
	margin: 5px auto;
}

.entry-content img.alignnone {
	display: block;
	margin: 5px auto;
}

/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */
.entry-content img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.entry-content .wp-caption {
	background: transparent;
	border: none;
	padding: 0;
	text-align: center;
}

.entry-content .wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

.entry-content .wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

.entry-content .wp-caption-dt {
	margin: 0;
}

.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd {
	color: #666;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 2.5;
	margin-bottom: 20px;
	padding: 0;
}

.entry-content .mceTemp + ul,
.entry-content .mceTemp + ol {
	list-style-position: inside;
}

.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 {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	width: 100%;
	background: #f5f5f5;
	text-align: center;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}