@import url(https://use.typekit.net/epl4rsy.css);
*,
*::before,
*::after {
  white-space: normal;
  word-break: break-word;
}

a:focus {
  text-decoration: none;
}

body {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "jaf-bernina-sans", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .container {
    max-width: 1550px;
  }
}
@media (max-width: 1500px) {
  .container {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

section {
  overflow: hidden;
}

.section-py {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .section-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section-py {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-pt {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .section-pt {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .section-pt {
    padding-top: 30px;
  }
}

.section-pb {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .section-pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section-pb {
    padding-bottom: 30px;
  }
}

.white-text {
  color: #ffffff !important;
}

.section-title-h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .section-title-h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
  }
}
@media (max-width: 1366px) {
  .section-title-h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .section-title-h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: normal;
  }
}

.section-title-h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 25px;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .section-title-h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media (max-width: 1366px) {
  .section-title-h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .section-title-h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
  }
}

.section-description,
p {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  color: #202020;
}
@media (min-width: 1921px) {
  .section-description,
  p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .section-description,
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .section-description,
  p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: normal;
  }
}

.list-style--disc {
  padding-left: 20px;
}
.list-style--disc li {
  list-style: disc;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  color: #202020;
}
@media (min-width: 1921px) {
  .list-style--disc li {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .list-style--disc li {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .list-style--disc li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: normal;
  }
}

.cm-btn {
  font-weight: 600;
  overflow: hidden;
  position: relative;
  padding: 0 30px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 48px;
  border-radius: 30px;
  background-color: #E34747;
  border: 2px solid #E34747;
  letter-spacing: 0.5px;
  display: inline-block;
  height: 50px;
}
@media (max-width: 1366px) {
  .cm-btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .cm-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.cm-btn span {
  z-index: 2;
  position: relative;
}
.cm-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #000000;
  transition: transform 0.2s ease-in;
  transform: scale(0.5, 1);
  border-radius: 15px;
}
.cm-btn:hover {
  border-color: #000000;
}
.cm-btn:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.cm-btn.cm-btn-secondary {
  background-color: #105187;
  border-color: #105187;
}
.cm-btn.cm-btn-secondary:hover {
  border-color: #000000;
}
.cm-btn.cm-btn-primary-tran {
  color: #105187;
  background-color: transparent;
  border-color: #105187;
}
.cm-btn.cm-btn-primary-tran:hover {
  color: #ffffff;
  border-color: #105187;
}
.cm-btn.cm-btn-primary-tran:hover:after {
  background-color: #105187;
}
.cm-btn.cm-btn-secondry-tran {
  color: #E34747;
  background-color: transparent;
  border-color: #E34747;
}
.cm-btn.cm-btn-secondry-tran:hover {
  color: #ffffff;
  border-color: #000000;
}
.cm-btn.cm-btn-white-tran {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.cm-btn.cm-btn-white-tran:hover {
  color: #000000;
}
.cm-btn.cm-btn-white-tran:hover:after {
  background-color: #ffffff;
}
.cm-btn.cm-btn-black-tran {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.cm-btn.cm-btn-black-tran:hover {
  color: #ffffff;
}
.cm-btn.cm-btn-black-tran:hover:after {
  background-color: #000000;
}
@media (min-width: 1921px) {
  .cm-btn {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 60px;
    height: 62px;
  }
}
@media (max-width: 991px) {
  .cm-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 38px;
    height: 40px;
    padding: 0 20px;
  }
}

.slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #767475;
  border-radius: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  opacity: 1;
  background: url(/wp-content/themes/smokerschoice/dist/images/arrow.svg) no-repeat center/25px;
}
@media (max-width: 767px) {
  .slick-arrow::before {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: rotate(180deg);
  margin: 0 0 0 5px;
}
.slick-arrow:hover {
  background-color: #252525;
}

.section-title-h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 1366px) {
  .section-title-h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .section-title-h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
  }
}

.section-description-16 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 1921px) {
  .section-description-16 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .section-description-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .section-description-16 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
}

.yellow-txt {
  color: #FDD210;
}

/* Video Popup */
.modal-backdrop.show {
  opacity: 0.9;
}

.home-popup-video-cls {
  padding-right: 0 !important;
}
.home-popup-video-cls .modal-dialog {
  margin: 0 auto;
  max-width: 900px;
}
.home-popup-video-cls .modal-content {
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-popup-video-cls .modal-body {
  padding: 0 0;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .home-popup-video-cls .modal-body {
    padding: 0 15px;
  }
}
.home-popup-video-cls .popup-inner {
  width: 100%;
  position: relative;
}
.home-popup-video-cls .popup-inner video {
  z-index: 1;
  height: auto;
  position: relative;
}
.home-popup-video-cls .popup-inner iframe {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #000;
  max-width: 100% !important;
  max-height: 100% !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .home-popup-video-cls .popup-inner iframe {
    height: 225px;
  }
}
.home-popup-video-cls .popup-inner .close {
  display: flex;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -29px;
  right: 0;
  background: transparent;
  border: 0;
}
.home-popup-video-cls .popup-inner .close:hover {
  opacity: 1;
}

.text-red {
  color: #d9330d;
}

.text-blue {
  color: #105187;
}

.font-weight-bold {
  font-weight: 700;
}

.grey-bg {
  background: #f9f9f9;
}

.grey-light-bg, .event-section {
  background: #f3f3f3;
}

.grey-lighter-bg {
  background: #ECECEC;
}

@media (max-width: 1279px) {
  br {
    display: none;
  }
}
@media (max-width: 991px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100%;
    margin-bottom: 15px;
  }
  .col-sm-1:last-child, .col-sm-2:last-child, .col-sm-3:last-child, .col-sm-4:last-child, .col-sm-5:last-child, .col-sm-6:last-child, .col-sm-7:last-child, .col-sm-8:last-child, .col-sm-9:last-child, .col-sm-10:last-child, .col-sm-11:last-child, .col-sm-12:last-child {
    margin-bottom: 0;
  }
  .home .d-flex {
    width: 100%;
    display: inline-block !important;
  }
  .mt-5 {
    margin-top: 30px !important;
  }
  .mb-5 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .mt-5 {
    margin-top: 20px !important;
  }
  .mb-5 {
    margin-bottom: 20px !important;
  }
}
.inner-page--template {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .inner-page--template {
    padding-bottom: 0;
  }
}
.inner-page--template .container {
  max-width: 1140px;
}
@media (min-width: 1921px) {
  .inner-page--template .container {
    max-width: 1300px;
  }
}

.follow-us-on-section {
  margin-top: 85px;
  overflow: visible;
  position: relative;
  background: #767475;
}
.follow-us-on-section .container {
  max-width: 1170px;
}
.follow-us-on-section::before {
  background: url(/wp-content/themes/smokerschoice/dist/images/follow-us-insta-pattern.svg) no-repeat top left/100% 85px;
  content: "";
  height: 85px;
  width: 100%;
  position: absolute;
  top: -84px;
  left: 0;
}
.follow-us-on-section .insta-link {
  font-size: 18px;
  color: #ffffff;
  display: flex !important;
}
.follow-us-on-section .insta-link .link-icon {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-right: 15px;
}
.follow-us-on-section .insta-link img {
  max-height: 32px;
}
@media (max-width: 991px) {
  .follow-us-on-section {
    margin-top: 0;
  }
  .follow-us-on-section::before {
    display: none;
  }
}

.backtoptop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #252525;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  background-clip: padding-box;
  border: 3px solid #ffffff;
  z-index: 9999;
}
.backtoptop span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

.slick-dots li button {
  padding: 0;
}
.slick-dots li button:before {
  content: none;
}

.event-section .heading-h2 {
  margin-bottom: 30px;
}
.event-section .event-img {
  padding: 40px 0 0;
}
@media (max-width: 991px) {
  .event-section .event-img {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .event-section .event-img {
    padding: 15px 0 0;
  }
}
.event-section .event-coming-soon {
  display: inline-flex;
  border: 2px dashed #707070;
  border-radius: 24px;
  font-size: 34px;
  font-size: 2.125rem;
  color: #707070;
  padding: 20px 40px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .event-section .event-coming-soon {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 15px 30px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .event-section .event-coming-soon {
    border-radius: 14px;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 30px;
    margin-top: 20px;
  }
}

.event-gallery .events-gallery-content {
  margin-bottom: 45px;
}
.event-gallery .events-gallery-slider .slick-slide {
  margin: 0 15px;
}
.event-gallery .events-gallery-slider .slick-arrow {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #105187;
  border-radius: 100%;
  transition: all 0.2s ease;
  outline: none;
  z-index: 2;
}
.event-gallery .events-gallery-slider .slick-arrow::before {
  content: "\e90d";
  font-family: "icomoon";
  color: #105187;
  opacity: 1;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  background: none;
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 32px;
}
.event-gallery .events-gallery-slider .slick-arrow:hover {
  background: #105187;
}
.event-gallery .events-gallery-slider .slick-arrow:hover::before {
  color: #ffffff;
}
.event-gallery .events-gallery-slider .slick-arrow.slick-prev {
  left: 0;
}
.event-gallery .events-gallery-slider .slick-arrow.slick-next {
  right: 0;
}
.event-gallery .events-gallery-slider .slick-dots {
  bottom: -45px;
  list-style: none;
  padding-left: 0;
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.event-gallery .events-gallery-slider .slick-dots li {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #105187;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  margin: 5px 5px;
}
.event-gallery .events-gallery-slider .slick-dots li.slick-active::before {
  content: "";
  background-color: #105187;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.slick-lightbox .slick-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  border-radius: 100%;
  background: rgba(241, 241, 241, 0.75);
}
.slick-lightbox .slick-arrow::before {
  content: "<";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  opacity: 1;
  background: none;
  line-height: 25px;
  font-family: "Poppins";
  font-size: 30px;
  font-size: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #000000;
  font-weight: 600;
}
.slick-lightbox .slick-arrow.slick-prev {
  left: 15px;
}
.slick-lightbox .slick-arrow.slick-next {
  right: 15px;
}
.slick-lightbox .slick-lightbox-close:before {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.event-list {
  border-top: 2px solid #d9d9d9;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .event-list {
    text-align: center;
    padding-bottom: 0;
  }
}
.event-list .article-post {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .event-list .article-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .event-list .article-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.event-list .article-post .article-post_content .date {
  font-weight: 400;
  color: #252525;
  padding: 15px 0 10px;
}
.event-list .article-post .article-post_content .article-post_image {
  margin-top: 20px;
}
.event-list .article-post + .article-post {
  padding-top: 50px;
}
.event-list .category-block {
  border: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .event-list .category-block {
    margin: 0 auto 50px;
    max-width: 80%;
  }
}
.event-list .category-block .section-title-h3 {
  background-color: #105187;
  border: 1px solid #105187;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}
.event-list .category-block ul li {
  width: 100%;
  padding: 10px;
}
.event-list .category-block ul li a {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #252525;
  text-align: left;
}

.offer-event-block {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .offer-event-block {
    margin-top: 30px;
  }
}
.offer-event-block .event-img {
  padding: 0;
}
.offer-event-block .event-offer {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .offer-event-block .event-offer {
    text-align: center;
    padding-left: 0;
    margin-top: 15px;
  }
}
.offer-event-block .event-offer p {
  margin-top: 0;
}
.offer-event-block .event-offer ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .offer-event-block .event-offer ul {
    text-align: left;
  }
}
.offer-event-block .event-offer ul li {
  margin-bottom: 8px;
  list-style: disc;
}

.share-social ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 35px 0 15px;
}
@media (max-width: 991px) {
  .share-social ul {
    justify-content: center;
    padding: 20px 0 0;
  }
}
.share-social ul li a {
  background-color: #dddddd;
  padding: 5px 10px;
  display: inline-flex;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
  color: #000000;
  width: 38px;
  height: 36px;
  border: 1px solid transparent;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  border-radius: 4px;
}

.post.category-press-release {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.category-header {
  width: 100%;
  padding: 17px;
  border: 1px dashed #dddddd;
  background-color: #f1f1f1;
  margin-bottom: 50px;
}
.category-header .section-title-h4 span {
  font-weight: 400;
}
