/**
 * 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 .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#banner-slider-carousel .owl-dots .owl-dot {
    box-shadow: none;
}
#banner-slider-carousel .owl-dots .owl-dot span {
    background: #242a1f;
}
#banner-slider-carousel .owl-dots .owl-dot.active span {
    background: #ec2327;
}

#banner-slider-carousel .owl-nav {
    margin: 0;
	display: none;
}

#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 {
    left: 1px;
}

#banner-slider-carousel .owl-nav .owl-next {
    right: 1px;
}

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

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

#banner-slider-carousel .banner-title {
    position: absolute;
	width: 80%;
    top: 50%;
    padding: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
}
#banner-slider-carousel .banner-title div {
    display: inline-block;
    text-align: left;
}
#banner-slider-carousel .banner-title h3 {
    font-family: 'Roboto-Bold';
    font-size: 50px;
    font-weight: 400;
    color: #23221e;
    margin: 0;
}
#banner-slider-carousel .banner-title h4 {
    color: #23221e;
    font-size: 30px;
	font-weight: 400;
	margin: 5px 0;
}
#banner-slider-carousel .banner-title h2 {
    font-family: 'Anton-Regular';
    color: #23221e;
    font-size: 100px;
    line-height: 110px;
    letter-spacing: 1px;
	margin: 0 0 15px;
}
#banner-slider-carousel .banner-title .action.primary:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #ffffff;
	content: '\f178';
	font-family: 'FontAwesome';
	margin: 0 0 0 10px;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
}
#banner-slider-carousel .mobile.img-responsive { display: none !important; }

/************Mobile**********/

@media only screen and (max-width: 760px) {
	#banner-slider-carousel .banner-title { width: 100%; box-sizing: border-box; }
	#banner-slider-carousel .banner-title div { text-align: center; }
	#banner-slider-carousel .banner-title h2 { font-size: 58px; line-height: 1; }
	#banner-slider-carousel .banner-title h3 { font-size: 32px; }
	#banner-slider-carousel .banner-title h4 { font-size: 18px; margin: 5px 0 10px; }
	#banner-slider-carousel .desktop.img-responsive { display: none !important; }
	#banner-slider-carousel .mobile.img-responsive { display: block !important; }
}
