/*
created for promo Banner page.
*/
/*
Boxful sass variables
*/
/*
Boxful sass base
*/
/*
Boxful sass variables
*/
.btn {
  display: inline-block;
  width: 256px !important;
  height: 48px;
  line-height: 48px;
  border-radius: 99em !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 !important;
  border: 0 none;
}
.btn:hover {
  border-radius: 99em !important;
}

.bootgrid-header .btn {
  width: 40px !important;
  height: 40px;
  line-height: auto;
  border-radius: 0 !important;
}

.btn-primary {
  background: #f8d340 !important;
  color: #444;
}
.btn-primary:hover {
  background: #d3b022 !important;
  border-radius: 100px !important;
  color: #fff;
}

.btn-secondary {
  color: #00c4b3;
}
.btn-secondary:hover {
  background: #00c4b3 !important;
  border-radius: 100px !important;
  color: #fff;
}
.btn-secondary.btn-disabled {
  border: 2px solid #d8d8d8;
  background: transparent !important;
}

.btn-disabled {
  background: #ebe9e9 !important;
  color: #fff;
}

.btn-small {
  width: 152px !important;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .btn {
    display: block;
    font-size: 14px;
    border-radius: 99em !important;
    padding: 10px 0 !important;
    width: 312px !important;
    height: auto !important;
    line-height: inherit;
  }
}
@media screen and (max-width: 370px) {
  .btn {
    width: 260px !important;
  }
}
div.home-title h1 {
  font-size: 30px;
  letter-spacing: 2px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 767px) {
  div.home-title h1 {
    font-size: 22px;
  }
}
.promotion {
  width: 410px;
  background: #e9f8f7;
  border-radius: 10px;
  overflow: hidden;
}

.promotion .boxful-popup-close-button {
  top: 10px;
  left: -90%;
}

.promotion .boxful-popup-content {
  height: 410px;
}

#promotion-lightbox-content {
  height: 100%;
}

.pro-top {
  height: 52%;
  background: #00c4b3;
}

.pro-title-one {
  color: #fff;
  font-size: 22px;
  padding-top: 36px;
}

.pro-title-two {
  color: #f7d33f;
  font-size: 58px;
  line-height: 1;
  padding-top: 3px;
  font-weight: bold;
}

.pro-title-three {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding-top: 5px;
}

.foo-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
}

.foo-img img {
  width: 200px;
  max-width: inherit;
}

#promotion-lightbox-content .boxful-button {
  padding-top: 115px;
}

#promotion-lightbox-content .boxful-button a {
  width: 60%;
  border-radius: 40px;
}

@media screen and (max-width : 767px) {
  .promotion {
    width: 80%;
    max-width: 380px;
  }
}

/*# sourceMappingURL=boxful-popup-sass.css.map */
