.sidebar{
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
.sidebar .blog-listing__title{
  font-family: "Gotham Ultra","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1em;
  margin-bottom: 0rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: #17a0db;
}
.sidebar .blog-index__post {
    padding: 0rem;
    margin-top: 1rem;
    text-align: center;
    width: calc(33% - 1em);
    margin: 1em 0.5em 0 0.5em;
}
.sidebar .blog-index__post-inner-card {
  max-width: 380px;
  position: relative;
  border-radius: 0px;
}

.sidebar a.blog-index__post-image {
  background-position: center;
  background-size: cover;
  display: inline-block;
  padding-top: 33%;
  position: relative;
  text-align: center;
  height: auto;
 border-radius:0px;
}

.sidebar .blog-index__post-inner-card .blog-index__post-content{
  background: rgba(255,255,255,.5);
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.sidebar .blog-index__post-inner-card .blog-index__post-content .heading-2{
  display: table-cell;
  vertical-align: middle;
  font-family: "Gotham Ultra","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1em;
  margin-bottom: 0.375em;
  text-transform: uppercase;
  font-size: 16px;
  color: #2a2a2a;
}

.sidebar .headline-border {
  background: #2a2a2a;
  display: block;
  height: 1px;
  margin: 10px auto 0;
  width: 30px;
  background-color: #17a0db;
}
.sidebar .blog-index{
  margin-top:0.7rem;
  
}

.sidebar .home-recent-post-hover > a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* hover content */

.sidebar .home-recent-post-hover {
    background: rgba(0,0,0,.7);
    display: none;
    color: #fff;
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align:center;
}

.sidebar .home-recent-post-hover .home-recent-post-content {
    border: 1px solid #fff;
    padding: 1em;
}

.sidebar  .home-recent-post-hover  .home-recent-post-content {
    display: table;
    width: 100%;
    height: 100%;
}
.sidebar  .home-recent-post-hover  .table-cell {
    display: table-cell;
    vertical-align: middle;
}
}
.sidebar .home-recent-post-hover .table-cell > .white {
  font-size: 16px !important;
  font-family: "Gotham Ultra","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1em;
  margin-bottom: 0.375em;
  text-transform: uppercase;
  font-weight: 500;
}

.sidebar .home-recent-post-hover .home-recent-post-content .white> a{  
  color: #17a0db;
  text-transform: uppercase;
}

.sidebar .home-recent-post-hover .home-recent-post-content hr {
  height: 2px;
color:#fff;

}

.sidebar .home-recent-post-hover .post-excerpt .blog-post__read-more> a{
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 1em;
    text-transform: uppercase;
}


.sidebar .blog-index__post-content--small h2 {
  line-height: 16px;
    font-size: 16px;
}

.sidebar .blog-index__post-content:hover .home-recent-post-hover {
    display: block;
}

.sidebar .blog-index__post-content:hover  .heading-2> a {
    display: none;
}


@media screen and (max-width: 1200px){
.sidebar .blog-index__post.blog-index__post--small {
    justify-content: center;
}
  .sidebar .blog-listing__title { 
    font-size: 32px;}
  
  .blog-header .blog-header__title {
    font-size: 32px;
  }
}


@media screen and (max-width: 900px){
.sidebar .blog-index__post.blog-index__post--small{
    width: calc(100% - 2em);
      margin: 1em auto;
  }
  
  .sidebar .blog-index {
    margin-top: 0.7rem;
    display: block;
    margin: 1em auto;
    max-width: 400px;
    min-height: 300px;
}
 .sidebar  .blog-index__post-image {
    padding-bottom: 50%;
}
  
}

@media screen and (max-width: 767px){
.sidebar .blog-index {
    padding: 0;
     margin-top: 0rem;
  }}



