.tw-middle:before{content: '';height: 100%;min-height: 100%;display: inline-block;vertical-align: middle;}
.tw-middle>*{vertical-align: middle;display: inline-block;}
.tw-meta{
    color: #999;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.entry-content p:last-child:not(.wp-caption-text){
    margin-bottom: 0;
}
.entry-content p.more-link{
    text-align: center;
    margin-top: 23px;
}
.entry-content .more-link a{
    position: relative;
    color: #666;
    border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 15px;
    transition: background 0.4s, border 0.4s ease-out;
	line-height: 15px;
}
.entry-content .more-link a:hover{
    color: #fff;
    background: #151515;
    border-color: #151515;
}

.feature-area{
    margin-top: -1px;
    background: #fff;
    position: relative;
}
.feature-area .container:not(.tw-middle)>div{
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.feature-posts img{
    margin-bottom: 40px;
}
.feature-posts .entry-content{
    max-width: 640px;
    margin: 0 auto;
}
.feature-posts .entry-date{
    margin: 0 auto 29px;
}
.feature-posts .more-link{
    padding: 10px 0;
}

.feature-posts{
    position: relative;
    height: calc(100vh - 100px);
    background-color: #000;
}
.feature-posts .post-item{
    height: 20%;
    border-bottom: 1px solid rgba(255,255,255,.35);
}
.feature-posts .post-item:last-child{
    border-bottom: none;
}
.feature-posts .post-content{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;    
    text-align: left;
}
.feature-posts .post-content .container{
    height: 100%;
}
.feature-posts .post-content:hover{
	background-color: #8d784977;
}
.feature-posts .entry-content{
    width: 290px;
    padding: 0 30px;
    position: relative;
    transition: padding 0.2s ease-in-out;
}
.feature-posts .entry-title{
    text-align: left;
    font-size: 22px !important;
    line-height: 24px !important;
    margin: 20px 0;
    margin-bottom: 19px;
    padding-top: 1px;
    color: #fff;
	text-shadow: 0px 0px 10px #000;
	font-weight: 600;
}
.feature-posts .entry-title a{
	color: #fff;
	text-decoration: none;
}
.feature-posts .entry-title a:hover{
    color: #fff;
}
.feature-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;  
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.feature-posts .more-link{
    position: absolute;
    bottom: -50px;
    opacity: 0;
    transition: bottom 0.2s ease-in-out;
}
.feature-posts .entry-content .more-link a{
    border-color: #fff;
    color: #151515;
	background-color: #fff;
}
.feature-posts .entry-content .more-link a:hover{
    border-color: #f7da60;
    color: #151515;
	background-color: #f7da60;
}
.feature-posts .post-item.active .feature-bg{
    opacity: 0.8;
}
.feature-posts .post-item:hover .more-link{
    bottom: 0px;
    opacity: 1;
}
.feature-posts .post-item:hover .entry-content{
    padding-bottom: 37px;
}
.feature-area div.feature-title{
    padding: 33px 30px 25px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 1;
}
.feature-title h1{
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}
.no-padding{
	padding: 0;
}
