#site-content > .row > div {
    height: auto !important;
}

.hline {
  border-top: 1px solid #EEE;
  color: #161616;
  font-family: helvetica;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: .1em;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  background-color: white;
}

.hline > span {
  background-color: #FFF;
  padding: 0px 1em;
}

    .strike {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap; 
    }

    .strike > span {
        position: relative;
        display: inline-block;
    }
	
    .strike > span:before,
    .strike > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 1px;
        background: #EEE;
    }

    .strike > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > span:after {
        left: 100%;
        margin-left: 15px;
    }

#site-section {
  text-align: center;
  border-bottom: solid 1px #ebebeb;
  padding: 30px 0;
display: none;
}
#site-section h2 {
  margin-bottom: 0;
  letter-spacing: 10px;
display: none;
}
.home .entry-featured{ 
display: block;
 }
.single-post .entry-featured { display: block; }
.entry-content a:not(.button) {
    border-bottom: solid 1px #111;
}
.video_bottom{
 text-align: center;
}
.entry-author {
    display: none;
}
.entry-tags{
     text-align: center;
}

