/**
 * 2015-2020 Bonpresta
 *
 * Bonpresta Responsive banners
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the General Public License (GPL 2.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/GPL-2.0
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the module to newer
 * versions in the future.
 *
 *  @author    Bonpresta
 *  @copyright 2015-2020 Bonpresta
 *  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
 */

#bonbanners {
  margin: 16px 0 40px 0;
  overflow: hidden;
}

#bonbanners.boxed-banners a .banner-inner h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

#bonbanners.boxed-banners a .banner-inner h4 {
  font-size: 21px;
}

#bonbanners.boxed-banners a .banner-inner p {
  font-size: 14px;
  margin-bottom: 8px;
}

#bonbanners.boxed-banners a .banner-inner span {
  padding: 12px 20px;
}

#bonbanners p {
  font-size: 14px;
}

#bonbanners ul {
  margin-bottom: 0;
}

#bonbanners a {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333333;
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

#bonbanners a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all .2s linear;
}

#bonbanners a:hover img {
  transform: scale(1.07);
}

#bonbanners a .banner-inner {
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 35px;
  z-index: 2;
  transform: translate(0, -50%);
}

#bonbanners a .banner-inner p {
  color: #fff;
  margin-bottom: 12px;
}

#bonbanners a .banner-inner p strong {
  font-weight: 500;
}

#bonbanners a .banner-inner h3 {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 15px;
  color: #fff;;
}

#bonbanners a .banner-inner h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
  color: #fff;
}

#bonbanners a .banner-inner span.btn-primary {
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 32px;
  font-size: 15px;
}

#bonbanners a:before,
#bonbanners a:after {
  pointer-events: none;
}

@media screen and (max-width: 1780px) {
  #bonbanners a .banner-inner h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  #bonbanners a .banner-inner h4 {
    font-size: 22px;
  }

  #bonbanners a .banner-inner p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  #bonbanners a .banner-inner span {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 1199px) {
  #bonbanners a .banner-inner h4 {
    font-size: 20px;
  }

  #bonbanners a .banner-inner h3 {
    font-size: 22px;
  }
  #bonbanners a .banner-inner span.btn-primary {
    display: none;
  }
}


@media screen and (max-width: 575px) {
  #bonbanners a .banner-inner {
    padding-left: 20px;
  }
  #bonbanners a .banner-inner p {
    display: none;
  }
  #bonbanners li {
    margin-bottom: 15px;
  }
}