@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

@font-face {
  font-family: "Prata";
  src: url("../fonts/prata/prata-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-headings-family: "Prata", serif;
  --font-headings-weight: 400;
}

body {
  font-family: "Quicksand", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

#header .nav > li {
  margin: 0 15px;
}

#header .nav > li > a {
  font-size: 14px;
  text-transform: none;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

.title h2 {
  font-family: var(--font-headings-family);
  font-weight: var(--font-headings-weight);
  font-size: 40px;
  line-height: 1.3;
}

.title h2 strong {
  font-weight: 400;
  color: var(--fs-color-primary);
}

.beer-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 16px;
}

.beer-slider > img,
.beer-reveal > img:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.beer-handle {
  background-color: #fff;
}

.beer-handle:before {
  left: 13px;
}

.beer-handle:after {
  right: 3px;
}

.beer-ready .beer-handle,
.beer-ready .beer-reveal {
  border-right: 1px solid #fff;
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  font-size: 12px;
  background-color: #0000004d;
  border: 1px solid #ffffff4d;
  border-radius: 99px;
  backdrop-filter: blur(8px);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  min-width: 45px;
  bottom: 24px;
  right: 24px;
  top: unset;
  font-weight: 500;
}

.beer-reveal[data-beer-label]:after {
  right: unset;
  left: 24px;
}

/* home */
.home2 {
  padding: 56px 0 36px;
  background: linear-gradient(to right, #fff 33.333%, #e9f8ff 33.333%);
}

.home3 {
  padding: 100px 0 80px;
  position: relative;
}

.home3 .b-1 .col-inner {
  background-color: var(--fs-color-primary);
  padding: 24px;
  border-radius: 24px;
}

.home3 .b-1 h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
}

.home3 .b-1 p {
  color: #fff;
  margin-bottom: 0;
}

.home3 .img-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.home4 .countup {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.home4 .countup h3 {
  font-size: 48px;
  font-weight: 600;
  color: var(--fs-color-primary);
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
}

.home4 .countup p {
  margin-bottom: 0;
  text-align: center;
}

.home5 .b-box .col-inner {
  transition: all 0.3s;
  border-radius: 1rem;
  overflow: hidden;
}

.home5 .b-box .col-inner:hover {
  background-color: #e9f8ff;
}

.home5 .b-box .img {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0;
}

.home5 .b-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.home5 .b-box p {
  font-size: 14px;
}

.home5 .b-box .text > *:last-child {
  margin-bottom: 0;
}

.home5 .b-box .text {
  padding: 15px 20px;
  text-align: center;
}

.home7 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.home7 .flickity-slider > div:not(.col) {
  max-width: 1260px;
  margin: 0 10px;
  border-radius: 1rem;
  overflow: hidden;
}

.home8 {
  margin: 64px 0;
  padding: 200px 0;
  position: relative;
}

.home8-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home8 .container {
  position: relative;
  z-index: 2;
}

.home8 .b-row h2 {
  margin-bottom: 8px;
}

.home9 {
  margin-top: 20px;
  margin-top: 20px;
}

.home9 h3 {
  font-size: 20px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 0;
}

.home9 h2 {
  font-family: var(--font-headings-family);
  font-weight: var(--font-headings-weight);
  text-wrap: balance;
  color: var(--fs-color-primary);
  font-size: 48px;
  margin-bottom: 15px;
}

.home9 p {
  font-size: 14px;
}

.home9 .b-bot {
  text-align: center;
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.home9 .b-bot p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.home9 .b-bot h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}

.home9 .b-img {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.home9 .row .row:not(.row-collapse) {
  margin: 0 auto;
}

.home10 {
  padding: 64px 0;
}

.home10 .col-left .button span {
  color: #fff;
}

.home10 .accordion-item:first-child .accordion-title {
  border-top: 0;
}

.home10 .accordion-item .accordion-title {
  font-size: 18px;
  line-height: 26px;
  color: #111827;
  padding: 16px 0;
  background-color: transparent !important;
  padding-right: 40px;
}

.home10 .accordion .toggle {
  margin: 0;
  left: unset;
  right: 0;
}

.home10 .accordion .toggle .icon-angle-down:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.66699%2016H25.3337%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16%206.6665V25.3332%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: block;
}

.home10 .accordion .active .toggle .icon-angle-down:before {
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.66699%2016H25.3337%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
}

.home10 .accordion .accordion-inner {
  padding: 0;
  padding-bottom: 12px;
}

.home10 .accordion .accordion-inner * {
  margin-bottom: 0;
}

.home10 .accordion-title.active {
  color: var(--fs-color-primary);
  opacity: 1;
}

.home10 .rowSlider {
  margin-top: 48px;
}

.home10 .rowSlider .col {
  padding-bottom: 0;
}

.home10 .rowSlider .flickity-button {
  display: none !important;
}

.home10 .rowSlider .img {
  max-width: 180px;
  display: block;
  margin: 0 auto;
}

.home11 {
  margin-bottom: 64px;
}

.button.viewall {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 99px;
  text-align: center;
  margin: 0 auto;
}

.button.viewall span {
  display: inline-block;
  line-height: 1.6;
  width: 120px;
  text-align: center;
}

.button.viewall:not(.icon) > span + i {
  background-color: var(--fs-color-primary);
  color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  font-size: 20px;
  margin: 0;
}

@media screen and (min-width: 850px) {
  .large-columns-4 > .col.large-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.warranty-form {
  max-width: 400px;
  margin: 0 auto;
}

.warranty-form input[type="text"] {
  height: 45px;
  border-radius: 99px;
  box-shadow: none !important;
}

#warranty_check_btn {
  height: 45px;
  width: 100%;
  border-radius: 99px;
}

.warranty-info {
  background: #f0f0f0;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.home12 {
  margin-bottom: 64px;
}

.home13 {
  margin-bottom: 64px;
}

.home13 .video {
  border-radius: 1rem;
  overflow: hidden;
}

.home13 .video p {
  margin: 0;
}

.home13 .b-video {
  display: flex;
  gap: 20px;
}

.home13 .b-video .video {
  flex-basis: 40%;
  max-width: 40%;
  padding-top: 25% !important;
}

.home13 .b-video .b-text {
  flex-basis: calc(60% - 20px);
  max-width: calc(60% - 20px);
}

.home13 .large-5 .col-inner {
  height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 20px;
}

.home14 .box-form {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px var(--primary-color) solid;
  border-radius: 20px;
  overflow: hidden;
}

.home14 .b-text {
  background-color: var(--primary-color);
  text-align: center;
  color: #fff;
  padding: 12px 0px 7px;
}

.home14 .wpcf7 {
  background: url(/wp-content/uploads/bg_form.webp) center no-repeat;
  background-size: cover;
  padding: 34px 63px 25px;
}

.home14 .wpcf7 input[type="text"],
.home14 .wpcf7 input[type="tel"] {
  height: 45px;
  box-shadow: none !important;
  border-radius: 99px;
  border: 1px solid var(--primary-color);
}

.home14 .wpcf7 .wpcf7-list-item {
  display: block;
}

.home14 .wpcf7 input[type="submit"] {
  margin: 0;
  width: 100%;
  border-radius: 99px;
  height: 45px;
  font-size: 16px;
}

.home14 {
  margin-bottom: 64px;
}

/* post-item */
.post-item .box-image {
  border-radius: 1rem;
  overflow: hidden;
}

.post-item .box-text {
  padding: 0;
  padding-top: 16px;
}

.post-item .post-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.post-item .post-extra {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-item .post-date {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  color: #999999;
}

.post-item .post-readmore {
  background-color: var(--fs-color-primary);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 99px;
}

.box-blog-post .is-divider {
  display: none;
}

.csbreadcrumbs {
  padding: 8px 15px;
  font-weight: 500;
}

.blog-single .entry-header-text h1 {
  color: #000;
}

.blog-single .entry-header {
  display: grid;
}

.blog-single .entry-image {
  order: 1;
}

.blog-single .entry-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.blog-single .entry-header-text {
  padding: 20px;
  border: 1px solid #e9e7e7;
  border-top: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  order: 2;
}

.entry-divider {
  display: none;
}

.archive-page-header {
  display: none;
}

.page-wrapper {
  padding-top: 15px;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 0 8px;
  border: 1px solid var(--fs-color-primary);
  border-radius: 0 0 10px 10px;
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.widget ul .mr-half {
  border-radius: 8px;
  overflow: hidden;
}

/* product single */
.product-gallery-thumbs {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.product-gallery-thumbs .col {
  padding: 0 5px;
}

.product-gallery-thumbs .img {
  border: 2px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
}

.product-gallery-thumbs .img:hover,
.product-gallery-thumbs .is-selected .img {
  border-color: var(--fs-color-primary);
}

#footer {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding-top: 40px;
}

#footer .f-logo {
  width: 200px;
  margin-bottom: 15px;
}

#footer h3 {
  color: #fff;
  font-size: 20px;
}

#footer h4 {
  color: #fff;
}

#footer .contact-group {
  font-size: 14px;
  font-weight: 600;
}

#footer .contact-group a {
  color: #fff;
}

#footer .contact-item {
  margin-bottom: 10px;
}

#footer .wpcf7 p {
  display: flex;
  align-items: center;
}

#footer .wpcf7 input {
  border-radius: 99px;
  height: 45px;
  box-shadow: none !important;
  margin: 0;
}

#footer .wpcf7 input.wpcf7-submit {
  min-width: 100px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.wpcf7-spinner {
  display: none !important;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .title h2,
  .home9 h2 {
    font-size: 24px;
  }

  .home3 .small-4 .text-left {
    text-align: center;
  }

  .home3 .small-4 .icon-box .icon-box-img {
    max-width: 46px;
    margin: 0 auto 1rem;
  }

  .home3 .small-4 .icon-box h3 {
    font-size: 14px;
  }

  .home5 .b-box .text {
    padding: 10px;
  }

  .small-columns-2 > .col.small-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .home7 {
    padding: 0 15px;
  }

  .home8 {
    padding: 100px 0;
  }
}
