/**
 * 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)
 */

#bonbannersmenu {
    margin: 0 5px;
    overflow: hidden;
}

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

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

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

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

#bonbannersmenu p {
    font-size: 15px;
}

#bonbannersmenu ul {
    margin-bottom: 0;
}

#bonbannersmenu li {
    padding: 0 10px;
    margin-bottom: 20px;
}

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

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

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

#bonbannersmenu a .banner-inner {
    position: absolute;
    right: 30px;
    top: 50%;
    padding-left: 40px;
    z-index: 2;
    transform: translate(0, -50%);
    text-align: center;
}

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

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

#bonbannersmenu a .banner-inner h3 {
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 6px;
    color: #3a3a3a;
}

#bonbannersmenu a .banner-inner h4 {
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 7px;
    color: #666;
}

#bonbannersmenu a .banner-inner span {
    font-family: 'Popins', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 32px;
    font-size: 15px;
    border: none;
    transition: 0.5s;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .14);
    background: linear-gradient(
            227.99deg,
            #B187F4,
            #47E1E3 51%,
            #B187F4
    ) 0 / 200%;
    color: white;

    text-shadow: 2px 1px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

#bonbannersmenu a span:hover {
    background: linear-gradient(
            227.99deg,
            #B187F4,
            #47E1E3 51%,
            #B187F4
    ) 100% / 200%;
    box-shadow: none;
}

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

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

    #bonbannersmenu a .banner-inner h3 {
        font-size: 19px;
    }

    #bonbannersmenu p {
        font-size: 13px;
    }

    #bonbannersmenu a .banner-inner {
        padding-left: 25px;
    }
}

@media screen and (max-width: 991px) {
    #bonbannersmenu a .banner-inner h4 {
        font-size: 19px;
    }

    #bonbannersmenu a .banner-inner {
        padding-left: 20px;
    }

    #bonbannersmenu a .banner-inner h3 {
        font-size: 21px;
    }

    #bonbannersmenu .bonbannersmanu-item:first-child {
        float: left;
        width: 100% !important;
    }

    #bonbannersmenu .bonbannersmanu-item:first-child h4 {
        font-size: 43px;
    }

    #bonbannersmenu .bonbannersmanu-item:first-child h3 {
        font-size: 51px;
    }

    #bonbannersmenu .bonbannersmanu-item:first-child p {
        font-size: 19px;
    }

    #bonbannersmenu .bonbannersmanu-item:first-child .banner-inner {
        padding-left: 110px;
    }


}

@media screen and (max-width: 992px) {
    #bonbannersmenu {
        display: none;
    }
}