/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.bx-prev:before {
  content: "" !important;
}

.bx-next:before {
  content: "" !important;
}

.wk-wordpress-slider .bx-next {
  position: absolute;
  top: 40%;
  right: 14px;
  z-index: 999;
  width: 40px !important;
  height: 40px !important;
  text-indent: -999999px;
  display: block;
  outline: none;
}

/*previous button*/
.wk-wordpress-slider .bx-prev {
  position: absolute;
  top: 40%;
  left: 14px;
  z-index: 999;
  width: 40px !important;
  height: 40px !important;
  text-indent: -999999px;
  display: block;
  outline: none;
}


.bx-prev {
  height: 50px !important;
  width: 50px !important;
}

.bx-next {
  height: 50px !important;
  width: 50px !important;
}

.bx-prev i {
  font-size: 32px;
}

.bx-next i {
  font-size: 32px;
}


.bx-prev:before {
  content: none;
}

.bx-next:before {
  content: none;
}

#left-column .wk-wordpress-slider .bx-next {
  right: 0px;
}

#left-column .wk-wordpress-slider .bx-prev {
  left: 0px;
}

#right-column .wk-wordpress-slider .bx-next {
  right: 0px;
}

#right-column .wk-wordpress-slider .bx-prev {
  left: 0px;
}

.bx-wrapper {
  margin: 0 auto !important;
}

.bx-next {
  text-align: right;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #c8c0c0 !important;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper {
  max-width: unset !important;
}