.site-header {
    background: #2196f3;
}
.transparent-layer {
  background: none;
}
.am-img {
    max-height: 350px;
}
.sidebar-title {
  margin-left: -30px;
  padding-bottom: 10px;
}
/*Main Section*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2196f3;
}
a {
  color: #2196f3;
}
.btn:hover {
  background: #2196f3;
}
.input-group { 
  width: 100%;
}
@media (min-width: 800px){
.author {
  text-align: left;
  width: 25%;
  float: left;
  }
}
.author .section {
    margin-bottom: 20px;
}
.section header .title {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #2196f3;
  margin-bottom: 10px;
  padding-right: 1rem;
}

article.li time {
  font-size: .8rem;
}

.section.taxonomies a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  line-height: 28px;
}

.section.taxonomies a:before {
  content: '•';
  font-family: 'Fontawesome';
  margin-right: 5px;
}

article.li .detail {
  padding: 1rem 0;
}

article.li .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.5rem;
}

article.li .summary {
    display: none;
}

.sm article.li {
  background-color: transparent;
  border-bottom: solid 1px rgba(34, 34, 34, 0.07);
  width: 50%;
}

.sm article.li .detail {
  display: table-cell;
  padding: 0;
  padding-left: 0;
  height: 50px;
  vertical-align: middle;
}

.sm article.li .title {
  white-space: normal;
  margin: 0;
  font-size: 1em;
}

/*Responsive Fixes*/
@media (max-width:768px) {
  .author {
    margin-left: 9%;
    width: 85%;
  }
  .main-content {
    width: 82%;
  }
  .sidebar-title {
  margin-left: 0px;
  padding-bottom: 10px;
}
}