/*.widget_slider*/

.widget_slider {
  h5:first-child {
    font-family: "Poppins", sans-serif;
    text-transform: none;
    font-weight: 400;
    line-height: 19px;
    margin: 0px 0 5px;
    color: $lightColor;
    line-height: 30px;
  }
  .item-media + .item-content{
    padding: 27px 40px 18px;
    h4{
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.2;
    }
    .entry-meta{
      font-size: 12px;
      color: $darkgreyColor;
    }
  }
  .cat-links {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
  }
  .owl-theme .owl-nav{
    top: 27%;
    & > div{
      opacity: 1;
      i{
        font-size: 10px;
        color: $darkgreyColor;
      }
    }
  }

  &.widget_slider_title{
    .vertical-item{
      margin-bottom: 6px;
    }
    .item-content{
      text-align: center;
      padding: 40px 33px 35px;
      background-color: $lightColor;
      @media (max-width: 991px){
        padding-left: 55px;
        padding-right: 55px;
      }
      @media (max-width: 575px){
        padding-left: 35px;
        padding-right: 35px;
      }
      .entry-meta{
        justify-content: center;
        margin-bottom: 10px;
        a{
          color: $fontColor;
          &:hover{
            color: $colorMain;
          }
        }
      }
      h2, h3, h4, h5, h6{
        font-size: 16px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.6;
      }
    }
    .owl-theme .owl-nav{
      top: -84px;
      right: -21px;
      & > div{
        opacity: 1;
        &:first-child{
          right: 30px;
        }
        i{
          font-size: 12px;
          color: $darkgreyColor;
        }
      }
    }
  }
}
