/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2019 | 20:56:34 */
#atp-sidebar .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2em;
  height: 250px;
  margin-bottom: 1em;
}

#atp-sidebar .content {
    bottom: 30px;
    position: absolute !important;
    width: 83%;
}

#atp-sidebar .content h3.title {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}

#atp-sidebar .content .excerpt {
    line-height: 15px;
    font-size: 13px;
    color: #fff;
}

#atp-sidebar .overlay {
  position: relative;
}

#atp-sidebar .overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.5);
}

#atp-sidebar .item * {
    position: relative;
    /* hack */
}