@charset "UTF-8";
/* Base */
body {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

.read-more-link {
  text-transform: uppercase;
}

.small-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
}

/* Modules */
#hero {
  color: #ffffff;
  text-align: center;
}

#hero .fl-row-content-wrap {
  background-color: #000000;
  padding: 100px 0 180px;
}

@media (min-width: 768px) {
  #hero .fl-row-content-wrap {
    padding: 200px 0 320px;
  }
}

#hero h1 {
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#hero img {
  width: 150px;
}

@media (min-width: 768px) {
  #hero img {
    position: absolute;
    top: -150px;
    right: 0;
  }
}

@media (min-width: 900px) {
  #hero img {
    right: -90px;
  }
}

@media (min-width: 1024px) {
  #hero img {
    right: -150px;
  }
}

@media (min-width: 1400px) {
  #hero img {
    right: -280px;
  }
}

#hero #main-home img {
  width: 150px;
}

@media (min-width: 768px) {
  #hero #main-home img {
    position: absolute;
    top: -150px;
    right: 0;
  }
}

@media (min-width: 900px) {
  #hero #main-home img {
    right: 20px;
  }
}

@media (min-width: 1024px) {
  #hero #main-home img {
    right: -60px;
  }
}

@media (min-width: 1400px) {
  #hero #main-home img {
    right: -150px;
  }
}

.hero-small {
  color: #ffffff;
  text-align: center;
}

.hero-small .fl-row-content-wrap {
  background-color: #525252;
  padding: 80px 0 100px;
}

@media (min-width: 768px) {
  .hero-small .fl-row-content-wrap {
    padding: 140px 0 160px;
  }
}

.hero-small h1 {
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-small h4 {
  color: #ED1C24;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-small p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-small img {
  width: 150px;
}

@media (min-width: 768px) {
  .hero-small img {
    position: absolute;
    top: -120px;
    right: 0;
  }
}

@media (min-width: 900px) {
  .hero-small img {
    right: -90px;
  }
}

@media (min-width: 1024px) {
  .hero-small img {
    right: -150px;
  }
}

@media (min-width: 1400px) {
  .hero-small img {
    right: -280px;
  }
}

.product-image img {
  z-index: 2;
}

.hero-small-new {
  color: #ffffff;
  text-align: center;
}

.hero-small-new .fl-row-content-wrap {
  background-color: #525252;
  padding: 80px 0 100px;
}

@media (min-width: 768px) {
  .hero-small-new .fl-row-content-wrap {
    padding: 100px 0 240px;
  }
}

.hero-small-new h1 {
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-small-new h4 {
  color: #ED1C24;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-small-new p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-small-new img {
  width: 120px;
}

@media (min-width: 768px) {
  .hero-small-new img {
    width: 120px;
    position: absolute;
    top: -80px;
    right: 0;
  }
}

@media (min-width: 900px) {
  .hero-small-new img {
    top: -100px;
    right: -30px;
  }
}

@media (min-width: 1024px) {
  .hero-small-new img {
    width: 150px;
    top: -80px;
    right: -150px;
  }
}

@media (min-width: 1400px) {
  .hero-small-new img {
    right: -220px;
  }
}

.product-image img {
  z-index: 2;
}

.main-navigation .main-nav ul li a {
  text-transform: uppercase;
  font-weight: 700;
}

.main-navigation .main-nav ul ul li a {
  text-transform: none;
}

.site-logo img {
  max-width: 240px;
}

.home-products {
  text-align: center;
  margin-top: -110px;
}

@media (min-width: 1024px) {
  .home-products {
    margin-top: -160px;
  }
}

.home-products .fl-video {
  background: black;
  border: 5px solid #ED1C24;
}

.home-products .fl-row-content-wrap {
  padding: 0 0 40px;
}

.home-products img {
  height: 100px;
  width: auto;
}

.home-products h3 {
  font-weight: 600;
}

.home-why {
  background-color: #ED1C24;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/why.jpg);
  padding: 40px 0 80px;
  position: relative;
  z-index: 1;
}

.home-why .small-heading {
  margin-bottom: 40px;
  color: #ffffff;
}

.home-why h2 {
  color: white;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 28px;
}

@media (min-width: 768px) {
  .home-why h2 {
    font-size: 36px;
  }
}

.home-why h3 {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
  padding: 20px 0;
  border-top: 2px solid white;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .home-why h3 {
    margin-left: 80px;
  }
}

.home-why .home-why-right-col-inner {
  height: 160px;
  position: relative;
}

@media (min-width: 768px) {
  .home-why .home-why-right-col-inner {
    height: 240px;
  }
}

.home-pricing {
  color: white;
  text-align: center;
  margin-top: -240px;
  position: relative;
  z-index: 0;
}

.home-pricing .fl-row-content-wrap {
  background-color: #000000;
  padding-top: 280px;
  padding-bottom: 60px;
}

.home-pricing .home-pricing-option {
  border: 2px solid #ffffff;
  padding: 0 20px;
}

.home-pricing .home-pricing-option h3 {
  color: #ED1C24;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin-top: 20px;
}

.home-pricing .home-pricing-option p:not(.price) {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}

.home-pricing .home-pricing-option p.price {
  margin-bottom: 40px;
  color: #ED1C24;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
}

.home-pricing .home-pricing-btn {
  margin-top: -45px;
}

.small-pricing {
  color: white;
  text-align: center;
  position: relative;
  z-index: 0;
}

.small-pricing .fl-row-content-wrap {
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.small-pricing .home-pricing-option {
  border: 2px solid #ffffff;
  padding: 0 20px;
}

.small-pricing .home-pricing-option h3 {
  color: #ED1C24;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin-top: 20px;
}

.small-pricing .home-pricing-option p:not(.price) {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}

.small-pricing .home-pricing-option p.price {
  margin-bottom: 40px;
  color: #ED1C24;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
}

.small-pricing .home-pricing-btn {
  margin-top: -45px;
}

.small-pricing-white {
  color: #000000;
  text-align: center;
  position: relative;
  z-index: 0;
}

.small-pricing-white .fl-row-content-wrap {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.small-pricing-white .home-pricing-option {
  border: 2px solid #000000;
  padding: 0 20px;
}

.small-pricing-white .home-pricing-option h3 {
  color: #ED1C24;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin-top: 20px;
}

.small-pricing-white .home-pricing-option p:not(.price) {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}

.small-pricing-white .home-pricing-option p.price {
  margin-bottom: 40px;
  color: #ED1C24;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
}

.small-pricing-white .home-pricing-btn {
  margin-top: -45px;
}

.clients .pp-logos-content .logo-slider-next {
  right: -40px;
}

.clients .pp-logos-content .logo-slider-prev {
  left: -40px;
}

.integration-carousel {
  text-align: center;
}

.integration-carousel img {
  width: 120px;
  display: inline-block !important;
  margin-bottom: 20px;
}

.testimonials .fl-row-content-wrap {
  background-color: #ED1C24;
  padding: 80px 0;
  color: white;
}

.testimonials .fl-row-content-wrap .slick-slider .slick-arrow i {
  color: white;
}

.testimonials .fl-row-content-wrap .slick-slider .slick-arrow i:hover {
  color: black;
}

.testimonials .fl-row-content-wrap .testimonial {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 20px;
  text-align: center;
}

.testimonials .fl-row-content-wrap .testimonial h3 {
  color: #ED1C24;
}

.testimonials .fl-row-content-wrap .testimonial cite {
  display: block;
}

.digitot-footer-widgets .fl-row-content-wrap {
  background-color: #000000;
  color: #ffffff;
  padding: 0;
}

@media (min-width: 1024px) {
  .digitot-footer-widgets .fl-row-content-wrap {
    padding: 80px 0 0;
    background-image: url(../images/red-triangle-footer.png);
    background-repeat: no-repeat;
  }
}

.digitot-footer-widgets .footer-widget-wrapper {
  overflow: hidden;
}

.digitot-footer-widgets a {
  color: white;
}

.digitot-footer-widgets a:hover {
  color: white;
}

@media (min-width: 768px) {
  .digitot-footer-widgets .footer-widget {
    width: 45%;
    float: left;
    padding-left: 20px;
  }
}

.digitot-footer-widgets .footer-widget h4 {
  font-size: 24px;
  font-weight: 700;
}

.digitot-footer-widgets .footer-widget img {
  max-width: 200px;
}

@media (min-width: 768px) {
  .digitot-footer-widgets .footer-widget img {
    max-width: 240px;
  }
}

.digitot-footer-widgets .footer-widget .social-icons {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.digitot-footer-widgets .footer-widget .social-icons li {
  float: left;
  margin-right: 30px;
}

.digitot-footer-widgets .footer-widget .social-icons li i {
  font-size: 32px;
}

.footer-about-us {
  background-image: url(../images/about-us.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

.footer-about-us__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -40px;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-about-us__inner {
    padding: 0 100px;
  }
}

.footer-about-us .overlay {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-about-us h2, .footer-about-us p {
  text-shadow: 1px 1px 2px black;
}

.footer-franchise {
  background-image: url(../images/franchising-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

.footer-franchise__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -40px;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-franchise__inner {
    padding: 0 100px;
  }
}

.footer-franchise .overlay {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-franchise h2, .footer-franchise p {
  text-shadow: 1px 1px 2px black;
}

.digitot-btn {
  background-color: #ED1C24;
  display: inline-block;
  padding: 12px 20px 12px 20px;
  border: solid #ED1C24 2px;
  color: white;
  text-transform: uppercase;
}

.digitot-btn:hover {
  color: #ED1C24;
  background-color: black;
}

.digitot-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 12px 20px 12px 20px;
  border: solid #ED1C24 2px;
  color: #ED1C24;
  text-transform: uppercase;
}

.digitot-btn-outline:hover {
  color: white;
  background-color: #ED1C24;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.slick-slider .slick-arrow i {
  color: #ED1C24;
  font-size: 32px;
}

.slick-slider .slick-arrow i:hover {
  color: #000000;
}

.slick-slider .prev-arrow {
  left: -40px;
}

.slick-slider .next-arrow {
  right: -40px;
}

.slick-slider .slick-slide {
  margin: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  width: 100%;
  border-width: 2px;
  border-color: #000000;
  color: #000000;
}

input[type="submit"]:focus, button:focus {
  outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: none;
  border-color: #ED1C24;
}

/* Contact Form 7 */
.wpcf7 p {
  margin-bottom: 20px;
}

span.wpcf7-list-item {
  margin: 0;
}

div.wpcf7-response-output {
  border: 0;
  margin: 20px 0;
  padding: 10px 15px;
  color: white;
  border-radius: 5px;
}

div.wpcf7-validation-errors {
  background-color: #ED1C24;
  border: 0;
}

.div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  border: 0;
}

span.wpcf7-not-valid-tip {
  color: #ED1C24 !important;
}

.form-cols {
  overflow: hidden;
}

.form-cols .form-col-1, .form-cols .form-col-2 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .form-cols .form-col-1, .form-cols .form-col-2 {
    float: left;
    width: 48.5%;
  }
}

@media only screen and (min-width: 769px) {
  .form-cols .form-col-1 {
    margin-right: 3%;
  }
}

div.wpcf7-response-output {
  background-color: #000000;
}

input[type="submit"] {
  margin: 20px 0 0 15px;
  background-color: #ED1C24;
  display: inline-block;
  padding: 12px 60px 12px 60px;
  border-radius: 2px;
  color: white !important;
  text-transform: uppercase;
}

input[type="submit"]:hover {
  color: white;
  background-color: #000000;
}

.mobile-reporting-image .fl-photo-content {
  max-width: 90%;
}

#ring-to-dispense-image {
  max-width: 90%;
}

.product-list {
  font-weight: bold;
  color: #ED1C24;
  text-transform: uppercase;
  margin-bottom: 0;
}

#variance-report {
  padding-top: 20px;
}

.franchising-table {
  border-collapse: collapse;
  border: 2px solid black;
}

.franchising-table th {
  background-color: #000000;
  padding: 10px 0;
  border: 2px solid black;
}

.franchising-table h3 {
  text-align: center;
  color: white;
  line-height: 1.5;
  margin-bottom: 0;
}

.franchising-table td {
  padding: 20px 20px 0px 20px;
  border: 2px solid black;
}

.h4-team {
  text-transform: uppercase;
}

.team-image img {
  border: solid 1px #707070;
}

#pos-intro .fl-row-content-wrap {
  background-image: url(../images/red-triangle.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 300px;
}

@media (min-width: 768px) {
  #pos-intro .fl-row-content-wrap {
    background-size: 600px;
  }
}

@media (min-width: 1024px) {
  #pos-intro .fl-row-content-wrap {
    background-size: 645px;
  }
}

#pos-screen img {
  width: 60%;
}

@media (min-width: 1024px) {
  #pos-screen img {
    width: 100%;
  }
}

.product-intro .fl-row-content-wrap {
  background-image: url(../images/red-triangle.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 300px;
}

@media (min-width: 1024px) {
  .product-intro .fl-row-content-wrap {
    background-size: 510px;
  }
}

#mobile-intro .fl-row-content-wrap {
  background-image: url(../images/red-triangle.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 300px;
}

@media (min-width: 1024px) {
  #mobile-intro .fl-row-content-wrap {
    background-size: 480px;
  }
}

#about-us-intro .fl-row-content-wrap {
  background-image: url(../images/red-triangle.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 300px;
}

@media (min-width: 1024px) {
  #about-us-intro .fl-row-content-wrap {
    background-size: 430px;
  }
}

@media (max-width: 1020px) {
  .site-header,
  #site-navigation,
  #sticky-navigation {
    display: none !important;
    opacity: 0;
  }
  #mobile-header {
    display: block !important;
    opacity: 1;
    width: 100% !important;
  }
  .main-navigation ul,
  .gen-sidebar-nav {
    display: none;
  }
  #mobile-header .menu-toggle,
  #mobile-header .mobile-bar-items {
    display: block;
  }
}

.franchising-block-container {
  margin-top: -120px;
}

.franchising-block-container .franchising-block {
  background-color: #000000;
  border: 5px solid #ED1C24;
  text-align: center;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .franchising-block-container .franchising-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.franchising-block-container .franchising-block-btn {
  margin-top: -20px;
  text-align: center;
}

.franchising-block-container .franchising-pop-up {
  text-align: left;
}

.pp-modal {
  margin-top: 100px;
}

.fl-node-5cdbb49f03ffa .pp-table-content tbody tr {
  border-bottom: 2px solid #000000;
}

.fl-node-5cdbb49f03ffa .pp-table-content tbody tr td:first-child {
  border: 2px solid #000000;
}

.fl-node-5cdbb49f03ffa .pp-table-content tbody tr td {
  border: 2px solid #000000;
}

.fl-node-5cdbb49f03ffa .pp-table-content thead, .fl-node-5cdbb49f03ffa .pp-table-content.tablesaw thead {
  border: 2px solid #000000;
}

.pos-carousel-container {
  position: relative;
}

.pos-carousel-container .pos-carousel {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 80%;
}

.pos-carousel-container .pos-carousel .pos-screens img {
  height: 340px;
  width: auto;
}

/* Plugins */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
