/*
Theme Name: SFS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 0.1.1
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img, video, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.woocommerce *:focus {
  outline-style: none;
}

@media (max-width: 549px) {
  .featured-box.custom-feature-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .featured-box.custom-feature-box .icon {
    width: 80px;
    margin: auto;
    padding-bottom: 20px;
  }
  .featured-box.custom-feature-box .icon-box-text,
  .featured-box.custom-feature-box .icon-box-img {
    width: 100% !important;
    max-width: 100%;
  }
}
.featured-box.custom-feature-box .icon-box-text h1,
.featured-box.custom-feature-box .icon-box-text h2,
.featured-box.custom-feature-box .icon-box-text h3,
.featured-box.custom-feature-box .icon-box-text h4,
.featured-box.custom-feature-box .icon-box-text h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  vertical-align: middle;
  color: var(--fs-color-primary);
  margin-bottom: 2px;
}
@media (max-width: 849px) {
  .featured-box.custom-feature-box .icon-box-text h1,
  .featured-box.custom-feature-box .icon-box-text h2,
  .featured-box.custom-feature-box .icon-box-text h3,
  .featured-box.custom-feature-box .icon-box-text h4,
  .featured-box.custom-feature-box .icon-box-text h5 {
    font-size: 20px;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (max-width: 549px) {
  .hide-for-small {
    display: none !important;
  }
}

@media (max-width: 849px) {
  .hide-for-medium {
    display: none !important;
  }
}

@media (min-width: 550px) {
  .show-for-small {
    display: none !important;
  }
}

.mx-auto {
  margin-inline: auto !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-col {
  flex-direction: column !important;
}

.border-radius {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.border-radius img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.col-inner .box-shadow-1 {
  box-shadow: 0px 4px 12px 0px rgba(15, 23, 42, 0.0509803922) !important;
  border: 1px solid rgba(197, 197, 214, 0.3);
}

.bg-white {
  background-color: #ffffff;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.w-full {
  width: 100% !important;
}

.h-full {
  height: 100% !important;
}

.w-auto {
  width: auto !important;
}

.home #header {
  display: none;
}

#header .top-divider.full-width {
  display: none;
}

.absolute-footer {
  display: none;
}

.footer-section .text p {
  margin-bottom: 10px;
}
.footer-section .horizontal-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.footer-section .horizontal-menu .ux-menu-link {
  display: inline-flex;
  width: auto;
  margin-right: 20px !important;
}
.footer-section .horizontal-menu .ux-menu-link:last-child {
  margin-right: 0 !important;
}
.footer-section .horizontal-menu .ux-menu-link .ux-menu-link__link {
  color: rgb(174, 177, 179) !important;
}

.col.post-item .box.box-normal .box-image img {
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
}
.col.post-item .box.box-normal .box-text {
  box-shadow: 0px 4px 12px 0px rgba(15, 23, 42, 0.0509803922) !important;
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}
.col.post-item .box.box-normal .box-text-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 12px 24px;
}
.col.post-item .box.box-normal .box-text-inner .post-title {
  height: 75px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.col.post-item .box.box-normal .box-text-inner .post-title a {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: rgb(38, 38, 38);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.col.post-item .box.box-normal .box-text-inner .from_the_blog_excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: rgba(38, 38, 38, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.col.post-item .box.box-normal .box-text-inner .button {
  text-transform: unset;
  margin-top: 2px;
  color: rgb(24, 52, 174);
  text-decoration: underline;
  font-weight: 400;
}
.col.post-item .box.box-normal .post-meta {
  order: -1;
}
.col.post-item .box.box-normal .is-divider {
  display: none;
}
.slider .flickity-button-icon .arrow {
  fill: var(--fs-color-primary);
}
.slider .flickity-page-dots .dot {
  background-color: rgb(197, 197, 214);
  border: 0;
}
.slider .flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary);
}

.custom-slider-logo .slider {
  padding-top: 20px;
}
.custom-slider-logo .flickity-page-dots {
  bottom: -15px;
}

.rank-math-breadcrumb p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: rgb(51, 51, 51);
}
.rank-math-breadcrumb p a {
  color: rgb(51, 51, 51);
}

.section-title-container .section-title-normal {
  border-bottom: 0;
  margin-bottom: 0;
}
.section-title-container .section-title-normal b {
  display: none;
}
.section-title-container .section-title-normal span {
  padding-left: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  border-bottom: 0;
  color: var(--fs-color-primary);
  position: relative;
}
@media (max-width: 849px) {
  .section-title-container .section-title-normal span {
    font-size: 24px;
  }
  .section-title-container .section-title-normal span::after {
    left: 0;
    top: 0px;
    bottom: 5px;
  }
}
.section-title-container .section-title-normal span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 22px;
  width: 6px;
  background-color: rgb(24, 52, 174);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.dark-mode,
[data-theme=dark] {
  --color-bg: #0F1117;
  --color-surface: #1A1D27;
  --color-surface-2: #252836;
  --color-border: rgba(255, 255, 255, 0.08);
  --color-text: #E2E8F0;
  --color-text-muted: rgba(226, 232, 240, 0.55);
  --color-heading: #F7FAFC;
  background-color: var(--color-bg);
  color: var(--color-text);
}
.dark-mode .header-wrapper,
[data-theme=dark] .header-wrapper {
  background: var(--color-surface);
  border-bottom-color: var(--color-border);
}
.dark-mode .product-card,
.dark-mode .woocommerce ul.products li.product,
[data-theme=dark] .product-card,
[data-theme=dark] .woocommerce ul.products li.product {
  background: var(--color-surface);
  border-color: var(--color-border);
}
.dark-mode input, .dark-mode select, .dark-mode textarea,
[data-theme=dark] input,
[data-theme=dark] select,
[data-theme=dark] textarea {
  background: var(--color-surface-2);
  border-color: var(--color-border);
  color: var(--color-text);
}
.dark-mode input::placeholder, .dark-mode select::placeholder, .dark-mode textarea::placeholder,
[data-theme=dark] input::placeholder,
[data-theme=dark] select::placeholder,
[data-theme=dark] textarea::placeholder {
  color: var(--color-text-muted);
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6,
[data-theme=dark] h1,
[data-theme=dark] h2,
[data-theme=dark] h3,
[data-theme=dark] h4,
[data-theme=dark] h5,
[data-theme=dark] h6 {
  color: var(--color-heading);
}
.dark-mode p, .dark-mode body,
[data-theme=dark] p,
[data-theme=dark] body {
  color: var(--color-text);
}
.dark-mode .text-muted,
[data-theme=dark] .text-muted {
  color: var(--color-text-muted) !important;
}
.dark-mode footer,
[data-theme=dark] footer {
  background: var(--color-surface);
}
