/*Header Adjustments*/

.site-header {
    background: #2196f3;
}
.transparent-layer {
  background: none;
}

/* Search */
.search-results {
    margin: .67em 0;
}

#search {
    width: 95%;
    font-size: 1.5em;
    padding: 0.75em;
    border: 1px #efefef solid;
}

#side-search form {
    display: inline;
}

#side-search #search {
    width: 50%;
    padding: 5px;
    font-size: 0.8em;
}

/*About Me Widget*/
p.side-content {
     word-break: break-all;
     overflow: hidden;
     color: #999;
    font-size: 12px;
    line-height: 20px;
}
.am-img {
    max-height: 350px;
}
/*Main Section*/
.main-content {
    width: 55%;
    margin-left: 10%;
    float: left;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2196f3;
}
a {
  color: #2196f3;
}
.btn:hover {
  background: #2196f3;
}

/*Sidebar Adjustments*/
@media (min-width: 800px){
.author {
  text-align: left;
  width: 17%;
  float: right;
  margin: 20px 10% 0px 0; }
}
.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 {
    display: none;
    margin-left: 9%;
    width: 85%;
  }
  .main-content {
    width: 82%;
  }
}