/*****
/* Featured Post Slider
/********************/

.featured-area ul li, .featured-header ul li, .featured-header .post-header{
	margin: 0;
}

.hero .flexslider, .hero .flexslider .slides, .hero .flexslider .slides li { height: 100%; }

.landing-page .content { padding: 1.5rem 0 !important; }

/*****
/* Default Content Page Fixes
/********************/

.error-page h1{
	color: #625b51;
	line-height: 80px;
	font-size: 80px;
}

@media screen and (min-width: 600px){
	.error-page h1{
		line-height: 186px;
		font-size: 186px;
	}
}

/*****
/* Index Page Fixes
/********************/

ul.sp-grid{
	padding: 0;
}

ul.sp-grid > li{
	margin: 0 26px 0 0;
}

.about-widget img{
	max-width: 220px;
}

ul.side-newsfeed{
	padding: 0;
}

#instagram-footer{
    background: #fff;
    top: 0;
    position: relative;
}

#instagram-footer ul{
	margin: 0;
	padding: 0;
}

#instagram-footer ul li{
	margin: 0;
}

#instagram-footer ul li a{
    height: 100%;
    display: block;
}

#instagram-footer ul li a img{
    position: relative;
    top: 6px;
}

#content {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px){
	#content {
    	margin-bottom: 0px;
	}
}

/*****
/* Category Overrides
/********************/

select#cat { height: auto; }
body.category {
    display: block;
    height: auto;
    flex-basis: inherit;
    border: none;
}
body.category:hover {
    border: none;
}
@media screen and (min-width: 37.5rem){
    body.category {
        display: block;
    }
}
@media screen and (min-width: 75rem){
    body.category {
        height: auto;
    }
}
body.category:last-child {
    margin-right: inherit;
}
body.category h2 {
    color: inherit;
    text-align: inherit;
    line-height: inherit;
    background: none;
    transition: inherit;
}
body.category:hover h2 {
    color: inherit;
    text-align: inherit;
    line-height: inherit;
    background: none;
}
@media screen and (min-width: 75rem){
    body.category h2, body.category:hover h2 {
        line-height: inherit;
    }
}

/*****
/* General Overrides
/********************/

.show-search{
    right: 0;
    z-index: 1; 
}

.post-header h2 a, .post-header h1 {
    color: #4e4941;
}

.archive-box{
	margin-top: 0px;
	margin-bottom: 24px;
	padding: 24px 0;
	background: #fafafa;
	border-bottom: 1px solid #edece8;
    margin-top: -1.5rem;
}

.archive-box h1 {
    color: #625b51;
}

/*@media screen and (min-width: 600px){
	.archive-box{
		margin-top: -24px;
	}
}*/

.social-widget a i{
	color: #625b51;
}

.meta-share a:hover, .social-widget a:hover{
	text-decoration: none;
	color: #0e7b8b;
}

.social-widget a:hover > i {
    color: #444039;
}

.post-header .cat a{
	border-color: #e5e5e5;
}

.post-header .cat a:hover,  .pagination a:hover{
	text-decoration: none;
    border-color: #0e7b8b;
    color: #0e7b8b;
}

.sticky.post .post-header {
    border: none;
    padding: 0;
}

.widget-title{
    color: #4e4941;
	border-color: #e5e5e5;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    color: #4e4941;
}

.widget a.button:hover {
    text-decoration: none;
}

.post-entry blockquote {
    border-color: rgba(0, 0, 0, 0.08);
    border-left: 2px solid #d1f5fa;
    padding: 0.75rem;
}

.post-entry blockquote p{
	font-family: "calluna", serif;
	font-size: 1.0625rem;
    color: #625b51;
    font-weight: 400;
    line-height: 1.5rem;
    font-style: normal;
    margin-bottom: 0.75rem;
}

.post-entry blockquote cite{
    font-style: italic;
}

#respond #submit{
	cursor: pointer;
    display: inline-block;
    line-height: 2.25rem;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    text-decoration: none;
    font-weight: 700!important;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    border-radius: 4px;
    border-radius: 0.2rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.1s ease-in-out;
    background: #006b3f;
    border-color: #006139;
    color: #ffffff;
    letter-spacing: 0; 
}

#respond #submit:hover{
	background: #009457;
    border-color: #000000;
    text-decoration: none;
    color: white;
}

#respond #submit:active{
	background: #006b3f;
    top: 1px;
}

@media screen and (min-width: 62.5rem){
    #respond #submit{
        font-size: 1rem;
        line-height: 3rem;
    }
}

.post-entry hr {
    border-bottom: none;
    margin-bottom: 1.5rem;
    border-color: transparent;
    background-image: url('../img/dot.svg');
    height: 4px;
}

.post-entry ul, .post-entry ol {
    /*padding-left: 1.5rem;*/
    padding-left: 2.25rem;
    margin-bottom: 1.5rem;
}

.post-entry ul li{
    list-style: disc;
}

