.clearfix {
  &:after {
    clear: both;
  }
  &:before, &:after {
    content: '';
    display: table;
  }
}

/*.search-submit {
    background-color: #3498db;
    border: none;
    border-bottom: 2px solid #2980b9;
    color: #fff;
    padding: 2px 15px 4px;
    cursor: pointer;
}*/

.ac_widget_ul {
  list-style: none;
  li {
    float: left;
    a {
      display: block;
      margin-bottom: 6px;
      outline: 0 none;
      padding: 0 3px;
    }
  }
  li.ac_border_bottom {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    margin-bottom: 20px;
  }
}

.ac_featured_img a, .ac_featured_img_only a {
  outline: 0;
}

.ac_featured_img {
  float: left;
  width: 25%;
}

.entry-content .ac_featured_img_only a {
  border-bottom: none;
}

.ac_featured_img a img, .ac_featured_img_only a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ac_featured_img a img:hover, .ac_featured_img_only a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ac_post_container {
  float: left;
  padding-left: 5px;
  width: 75%;
}

.ac_post_title h3 {
  font-size: 13px;
  a {
    margin: 0 0 8px;
    padding: 0;
    line-height: 9px;
  }
}

.ac_post_content p {
  font-size: 10px;
}

.page .ac_widget_ul li a {
  border: none;
}