/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
#main {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.main-content-section {
    padding-top: 0px;
}

.header-image {
	margin-bottom: 0;
	border-bottom: 0px solid #eaeaea;
	width: 100%;
}

#content .post .article-content {
	padding: 0px;
	margin: 15px 0px 15px 0px;
}

.single #content .post,
#content .post {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.0);
}


p {
	line-height: 1.8;
	margin-bottom: 30px;
	font-family: Georgia;
	font-size: 18px;
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}

.archive #content .post p {
    font-size: 13px;
		font-family: open sans;
}

#content .post .article-content .entry-title {
    padding: 5px 0px 0 0px;
    font-size: 30px;
}

#header-text-nav-wrap {
    display: none;
}

#site-navigation .inner-wrap {
	position: relative;
	float: none;
	background: none;
	width: 100%;
}

.main-navigation a {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
		margin: 0px;
    text-transform: uppercase;
}

.main-small-navigation a {
    display: block;
    font-size: 14px;
		font-weight: 600;
    color: #333333;
    padding: 10px 20px;
    text-transform: uppercase;
}

.site-header .menu-toggle {
	color: #ffffff;
	margin: 0;
	text-align: left;
	font-family: 'Open Sans', serif;
	padding-bottom: 0;
	line-height: 1.2;
	width: 0px;
} 

.widget_featured_slider .slide-content .entry-title a {
    color: #ffffff;
		font-size: 25px;
		text-shadow: 1px 1px 2px
    rgba(0, 0, 0, 1);
}

.widget_featured_slider .slide-content .above-entry-meta .cat-links a {
  display: none;
}

.widget_featured_posts .widget-title {
  border-bottom: 2px solid #e12027;
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 0;
}

.widget_featured_posts .widget-title span {
    background-color: #289dcc;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
		margin-bottom: -1px;
}

.widget_featured_posts .article-content .entry-content p {
    font-size: 13px;
		width: 100%;
		font-family: open sans;
}

.widget_featured_posts .following-post .article-content .entry-title {
    font-size: 13px;
		width: 100%;
}

.footer-widgets-wrapper {
    border-top: 0px solid 
#e12027;
background-color: #000;
}

.footer-socket-wrapper {
    padding: 20px 0px 50px;
    background-color: #000;
}

.footer-widgets-area a {
    color: #fff;
}

	.footer-widgets-area p {
	text-align: left;
	font-family: Open Sans;
	color: #aaaaaa;
}


/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 30px 30px 20px 45px;
	margin-bottom: 15px;
	background-color: #e12027;
	color: #ffffff;
	border-radius: 5px;
}

blockquote p {
	font-size: 24px;
	font-family: Open sans;
	line-height: 1.4;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
}

blockquote p:before {
	content: none;
}