.wv-download-item{
  position: relative;
  width: 220px;
}
.wv-download-item>div{

      box-shadow: 0 0 14px #000;
}
.wv-download-item h3{
  background: #00256e;
      color: #fff;
      font-size: 10pt;
      line-height: 1.3em;
      padding: 5px 10px;
      margin-bottom: 0;
      padding-left: 40px;
      position: relative;
      transition: all 0.2s ease 0s !important;
      -webkit-transition: all 0.2s ease 0s !important;
}
.wv-download-item h3 i{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.wv-download-item a.full{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 1;
}
.wv-download-item .bg-image{
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wv-download-item .button{
  margin-top: 20px;
  background: #ef0019;
  color: #fff;
  width: 100%;
  text-align: center;
  max-width: 220px;
  display: inline-block;
    box-sizing: border-box;
    margin-bottom: 0px !important;
}
.wv-download-item{
  margin-bottom: 5px !important;
}
.wv-download-item:hover h3{
  background: #ef0019;
  transition: all 0.2s ease 0s !important;
  -webkit-transition: all 0.2s ease 0s !important;
}

/****** sidebar layout******/

.sidebar .wv-download-item>div{
  box-shadow: none;
}
.sidebar .wv-download-item .uk-panel{
  display: none;
}
.sidebar .wv-download-item{
  width: 100%;
}
.sidebar .wv-download-item:hover h3{
  background: #ef0019;
  transition: all 0.2s ease 0s !important;
  -webkit-transition: all 0.2s ease 0s !important;
}
