/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

#banner-slider-carousel {
    margin-top: 5px;
    margin-bottom: 5px;
}

#banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 1;
}

#banner-slider-carousel .owl-nav {
    opacity: 1;
    display: block!important;
}

#banner-slider-carousel:hover .owl-nav,
#banner-slider-carousel:hover .owl-dots {
    opacity: 1;
}

#banner-slider-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    height: auto;
    width: 5%;
    text-align: center;
    font-size: 3.9em;
    color: #FFF;
    background: transparent;
    opacity: .5;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
}

#banner-slider-carousel .owl-nav .owl-prev {
    padding: 0;
    left: 30px;
    width: 22px;
    height: 35px;
    display: block!important;
    position: absolute;
    top: 211px;
    color: transparent;
    background: url('../images/line-arrow-left.png') no-repeat!important;
}

#banner-slider-carousel .owl-nav .owl-next {
    padding: 0;
    right: 30px;
    width: 22px;
    height: 35px;
    display: block!important;
    position: absolute;
    top: 211px;
    color: transparent;
    background: url('../images/line-arrow-right.png') no-repeat!important;
}

#banner-slider-carousel .owl-item img {
    transform-style: unset;
    width: 100%;
}

#banner-slider-carousel .item-video {
    height: 340px;
}

#banner-slider-carousel .banner-title {
    position: absolute;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    color: #F0F0F0;
    border-radius: 4px 4px 0 0;
    opacity: .5;
}

.banner-item:hover .banner-title {
    opacity: 1 !important;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%
}
.owl-carousel .owl-controls .owl-dot.active span{
    background: #ccc;
}

/*.cms-home #mageplaza-bannerslider-block-before-content-1 {
    margin: 30px auto;
    max-width: 1336px;
    max-height: 490px;
    overflow: hidden;
    width: 100%;
    position: relative;
    
}

.cms-home #mageplaza-bannerslider-block-before-content-1 .owl-carousel .owl-stage-outer{
  max-height: 490px;
}*/
