/*
Theme Name: The Honest Bison
Author: Unlimited Fix & Square One Creative
Version: 2.1
*/

/* Mailchimp */


h2.mailchimp-head {
    font-size: 80%;
    text-align: center;
	margin:2px 0;
}
h2.mailchimp-head-mobile {
    margin: 0 0 15px 0;
    line-height: 1.5;
	font-size: 80%;
    text-align: center;
}

.mailchimp-cta {
    overflow: hidden;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 30px 0;
}

input#mc-embedded-subscribe {
    min-width: 0!important;
    min-height: 0!important;
    /* height: 2em; */
    padding: 11px 24px 12px 24px!important;
    float: right!important;
    font-size: 12px!important;
}

input#mce-EMAIL {
    float: left!important;
    width: 84%!important;
    font-size: .8em!important;
    font-style: italic!important;
    padding: 10px!important;
}

input#mc-embedded-subscribe-mobile {
    padding: .3em 0!important;
    min-height: 0;
    min-width: 0;
    width: 90%;
    margin: 10px auto;
    float: none;
}

input#mce-EMAIL-mobile {
    width: 90%;
    border: 1px solid #ccc;
    padding: .1em!important;
    font-size: .8em!important;
    font-style: italic!important;
    padding: .3em .5em!important;	
}

/* widget/blog sidebar styling fixes */
li#search-3 {
    list-style: none;
}

li#categories-3 {
    list-style: none;
}

#categories-3 h1 {
    display: none;
}

.cat-item {
    list-style: none;
}

#categories-3 ul {
    margin: 0;
    padding: 10px;
}

/* Single.php featured posts styling */
.row.sidebar-blog {
    padding-top: 2em;
}
.sidebar-blog-title h2 a {
    text-transform: uppercase!important;
    color: black;
}
.sidebar-blog-title {
    width: 100%;
    margin: 0 auto;
}
.sidebar-featured-image {
    width: 100%;
    margin: 0 auto;
}
.sidebar-featured-image:hover {
    opacity: .9;
}
.sidebar-blog-title h2 {
    text-align: center;
    font-size: .8em;
    line-height: 1;
    
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: #7db31d 1px solid;
     margin-bottom: 30px;
}
.sidebar-blog-title h2 a:hover {
    color: #7db31d;
}
/* Blog Section on Home Page */

.item-thumbnail:hover .link-overlay { opacity:1; }
			   
.item-thumbnail img {
	height: 310px;
    width: 370px;
}			   		   
			   
.link-overlay {
	-webkit-transition: opacity .25s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    padding: 15px 30px;
	opacity:0;
}

.link-overlay-white {
    background: #fff;
    height: 90%;
}

.item-thumbnail { position: relative; overflow: hidden;height:330px; background-size: cover; background-position: center;}


#blog-feed { padding-top: 2em; }

h2.pad-left {padding-left:1em;}

@media (max-width:991px){
    h2.pad-left {padding-left:0;text-align: center;}
}

.link-overlay-white {
	text-align: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.link-overlay-text h2 {
	font-size: 1em;
    font-weight: 600;
    line-height: 1;
	margin: 0;
	margin-bottom: 15px;
}
.link-overlay-text {
	text-align: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
	width: 75%;
    margin: 0 auto;
}

a.overlay-read-more {
    line-height: 1;
    padding: .4em 0;
    font-size: 70%;
	font-weight: 600;
    color: #7db31d;
    font-style: italic;
    border-bottom: 1px solid #7db31d;
	
}

.mobile-blog-title h2 {
    text-align: center;
    font-size: 1em;
    line-height: 1;
    padding: .5em 0;
    max-width: 300px;
    margin: 20px auto 50px auto;
}

.pad-edge-adj {padding-left: 3px;padding-right: 3px;}