.item-thumb {
  margin: 15px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eee; }

.archives-content {
  padding-top: 30px; }
  .archives-content .item-thumb {
    position: relative;
    padding: 1.5em 0 3em;
    cursor: pointer; }
    .archives-content .item-thumb:after {
      -webkit-transition: background-color 200ms ease-in-out 0s;
      -moz-transition: background-color 200ms ease-in-out 0s;
      -ms-transition: background-color 200ms ease-in-out 0s;
      -o-transition: background-color 200ms ease-in-out 0s;
      transition: background-color 200ms ease-in-out 0s;
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4); }
    .archives-content .item-thumb:hover:after, .archives-content .item-thumb:active:after, .archives-content .item-thumb:focus:after {
      background-color: rgba(0, 0, 0, 0.2); }
    .archives-content .item-thumb:hover .btn, .archives-content .item-thumb:active .btn, .archives-content .item-thumb:focus .btn {
      background-color: #396512 !important;
      color: #fff !important; }
  .archives-content .title {
    position: relative;
    z-index: 2;
    margin-bottom: 40px; }
    .archives-content .title a {
      -webkit-transition: all 200ms ease-in-out 0s;
      -moz-transition: all 200ms ease-in-out 0s;
      -ms-transition: all 200ms ease-in-out 0s;
      -o-transition: all 200ms ease-in-out 0s;
      transition: all 200ms ease-in-out 0s;
      color: #fff !important; }
      .archives-content .title a:hover, .archives-content .title a:active, .archives-content .title a:focus {
        color: #91dd09 !important; }
  .archives-content .btn {
    position: relative;
    z-index: 2; }

.single-startup .wrap {
  margin-top: 0; }

.single-startup .page-title {
  margin: 0 -9999rem 40px;
  padding: 60px 9999rem;
  background: #eee;
  text-align: center;
  font-size: 40px;
  line-height: 1.6;
  color: #333; }

.the-startup .entry-image {
  margin: 2em 0; }
  .the-startup .entry-image img {
    width: 100%; }

.the-startup .link-wrap .icon {
  display: block;
  width: 30px;
  margin: 0 auto 5px auto; }

.the-startup .supporters-logos .lsx-breaker {
  display: block;
  margin: 80px -9999rem 50px; }

.post-navigation .lsx-breaker {
  margin: 80px -9999rem 50px; }
