@media(min-width:991px) {
    .widget-title {
        color: #000;
        display: inline-block;
        background: #fff;
        margin: auto;
        position: relative;
        padding: 10px;
    }
    aside {
        position: relative;
        text-align: center;
    }
    aside ul,
    aside p {
        text-align: left;
    }
    aside:before {
    background: #000;
    height: 1px;
    content: '';
    display: block;
    top: 46px;
    margin: auto;
    width: 196px;
    right: 0;
    left: 35px;
    padding: 0 25%;
    position: absolute;
    }
}
.blog .entry-categories a{
 display:none;   
}
header .navigation li a,
header .navigation li ul a {
    font-size: 20px;
    font-family: neuton;
}
.tagline,
#footer .site-logo{
	display:none;
}
/* Hide the Footer */
#footer{
  display:none;
}
a:hover, a:focus {
    color: #bfbfbf;
}
.navigation > li > a:hover, .navigation > li.sfHover > a, .navigation > li.sfHover > a:active {
    color: #bfbfbf;
}
/* no comments */
.entry-meta a{
  color:#404040;
}
.entry-title a:hover {
    color: #bfbfbf;
}
.widget_categories ul li a,
.widget_posts_list.widget_posts_list_alt li,
.widget_archive ul li a,
.widget {
    border-bottom: 0;
}
.entry-utils .socials a:hover {
    color: #bfbfbf;
}
/* Continue reading */
.read-more{
  color: #404040;
  border-color: #404040;
}
.read-more:hover {
    border-color: #bfbfbf;
}
 .widget-title {
  font-family: neuton;
  font-size: 16px
}
.widget_recent_entries li a {
  font-family: neuton
  font-size: 14px
}
#content .socials li:nth-child(3){
 display:none
}
.read-more{
   border:none;
}
.entry-utils:before{
   background: #fff;
}
.entry-content a {
    border-bottom: none;
}
/* Submit Button Color */
#commentform .submit { background-color: #fff; color: #404040 ; }
/* Submit Button Hover-Focus Color */
#commentform .submit:hover, #commentform .submit:focus { background-color: #fff; color: #bfbfbf; }

/*remove hover */
#paging a:hover {
    background: transparent;
    color: #111;
}
/*Widgets closer*/
.sidebar.sidebar-right .widget {
    padding: 10px 0 10px 30px;
}
.page .entry-title{
  display:none;
}
#comments .reply a{
background: transparent ;
color: #111
}
#comments .reply a:hover {
background : #bfbfbf ;
}
.entry-tags,
.entry-categories{
 display:none;   
}

