@font-face {
  font-family: "et-line";
  src: url("/assets/css/fonts/et-line.eot");
  src: url("/assets/css/fonts/et-line.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/et-line.woff") format("woff"), url("/assets/css/fonts/et-line.ttf") format("truetype"), url("/assets/css/fonts/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  color: #343a40; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343a40;
  white-space: pre-line;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-bottom: 1rem !important;
  text-transform: uppercase; }

h1,
.heading-block h1 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem !important; }

h2,
.heading-block h2,
.slider-caption h2 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem !important; }

h2:has(+ section) {
  margin-bottom: 3rem !important; }

h3,
.heading-block h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem !important; }

.list .product-title h3 {
  margin: 0 !important; }

h4,
.card h3 {
  font-size: 1.6rem; }

h5,
.card h3 {
  font-size: 1.4rem;
  text-transform: uppercase; }

.entry-title h1 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.entry-title h2,
.entry-title h3,
.entry-title h4 {
  margin-bottom: 0 !important; }

.entry-title .before-heading {
  margin-bottom: 0.75rem; }

.pricing .pricing-title h3 {
  margin-bottom: 0 !important; }

.pricing .pricing-price,
.pricing .pricing-box.best-price .pricing-price {
  font-size: 2.8rem;
  margin-bottom: 0 !important; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 1rem; }
  p + h2,
  p + h3,
  pre + h2,
  pre + h3,
  ul + h2,
  ul + h3,
  ol + h2,
  ol + h3,
  dl + h2,
  dl + h3,
  dd + h2,
  dd + h3,
  blockquote + h2,
  blockquote + h3,
  address + h2,
  address + h3,
  table + h2,
  table + h3,
  fieldset + h2,
  fieldset + h3,
  form + h2,
  form + h3 {
    padding-top: 0.5rem !important; }

a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.section {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 0;
  background-size: cover; }
  .section .container.z-6 {
    z-index: 6; }
  .section .one-page-arrow.z-10 {
    z-index: 10; }
  .section.single-post > .container, .section.boxes > .container, .section.boxesWithIcon > .container, .section.boxesWithImage > .container, .section.nodeList > .container, .section.wrapper > .container {
    padding-left: 20px;
    padding-right: 20px; }
  .section.recipe {
    padding-top: 0; }
    @media (min-width: 768px) {
      .section.recipe picture {
        max-width: 40%; }
        .section.recipe picture img {
          margin: 0 0 20px 20px; } }
    .section.recipe .ingredients::before {
      content: "\e027";
      position: relative;
      top: 0;
      margin-right: 15px;
      width: 40px;
      height: 40px;
      line-height: 1.25;
      text-align: center;
      font-size: 1.6rem;
      display: inline-block;
      font-family: "et-line";
      font-style: normal;
      font-weight: 700;
      font-variant: normal;
      text-transform: none;
      line-height: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .section.recipe .instructions::before {
      content: "\e6b5";
      position: relative;
      top: 0;
      margin-right: 15px;
      width: 40px;
      height: 40px;
      line-height: 1.25;
      text-align: center;
      font-size: 2rem;
      display: inline-block;
      font-family: "font-icons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.container.stretched,
.section.stretched {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-size: cover;
  background-position: center center; }

.stretched {
  background-size: cover;
  background-position: center center; }

section.container {
  display: block !important; }

.column > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%; }

.column.p-0 > div {
  padding: 0 !important; }

.font-secondary {
  font-family: "Allerta Stencil", serif !important; }

.text-right .heading-block,
.heading-block.text-right,
.heading-block.title-right {
  direction: ltr; }

.before-heading,
.heading-block > span:not(.before-heading) {
  color: inherit; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-33 {
  width: 33.3333% !important; }

.min-h-250 {
  min-height: 250px; }

.pr-20 {
  padding-right: 20% !important; }

.pr-25 {
  padding-right: 25% !important; }

.pr-33 {
  padding-right: 33.3333% !important; }

.primary {
  color: #495057; }

.bg-black {
  background-color: #212529; }

.bg-1,
.background-1 {
  background-color: #f8f9fa; }

.bg-2,
.background-2 {
  background-color: #e9ecef; }

.bg-3,
.background-3 {
  background-color: #dee2e6; }

.bg-4,
.section.dark.bg-4,
.background-4 {
  background-color: #bfac4e; }
  .bg-4.dark a,
  .section.dark.bg-4.dark a,
  .background-4.dark a {
    color: #fff; }
  .bg-4:not(.dark) a:not(.button),
  .section.dark.bg-4:not(.dark) a:not(.button),
  .background-4:not(.dark) a:not(.button) {
    color: #343a40 !important; }
  .bg-4 a:hover,
  .section.dark.bg-4 a:hover,
  .background-4 a:hover {
    text-decoration: underline; }
  .bg-4.dark,
  .section.dark.bg-4.dark,
  .background-4.dark {
    color: #fff; }

.bg-transparent {
  background-color: transparent; }

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.35); }

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.35); }

.bg-white:not(.color) h2,
.bg-white:not(.color) h3,
.bg-white:not(.color) h4,
.bg-white:not(.color) h5,
.bg-white:not(.color) h6,
.bg-white:not(.color) .card-body,
.bg-white:not(.color) p,
.bg-white:not(.color) span {
  color: #343a40; }

#logo {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  z-index: 3;
  margin-right: 0; }
  @media (min-width: 992px) {
    #logo {
      margin-right: auto; } }
  #logo img {
    height: 70px !important; }
  #logo a {
    color: #444; }
    #logo a .text-logo {
      font-family: "Allerta Stencil", sans-serif !important;
      line-height: 100px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #logo a.standard-logo.custom-logo {
        display: flex; } }

.header-misc {
  margin-left: 0; }
  .header-misc > * {
    display: none; }

.menu-container {
  flex-wrap: nowrap; }
  .menu-container > .menu-item > .menu-link {
    white-space: nowrap; }

.side-panel-left #header-wrap > .container {
  display: flex;
  justify-content: space-between; }
  .side-panel-left #header-wrap > .container .header-row {
    width: 100%; }
  .side-panel-left #header-wrap > .container #side-panel-trigger {
    flex: 0 1 auto;
    order: 1; }
  .side-panel-left #header-wrap > .container #logo {
    flex: 1 0 33%;
    order: 2; }
  .side-panel-left #header-wrap > .container .header-misc {
    flex: 0 1 auto;
    order: 3;
    min-width: 54px; }

.top-search-open .top-search-parent #side-panel-trigger {
  opacity: 0; }

.nav-tree ul ul a {
  padding-left: 25px; }

.nav-tree ul ul ul a {
  padding-left: 45px; }

#side-panel-trigger {
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px; }
  #side-panel-trigger a {
    color: #333; }

.side-panel-open:not(.device-xs):not(.device-sm):not(.device-md)
.body-overlay:hover {
  cursor: url(/assets/images/icons/close.png) 15 15, default; }

a,
.product-title h3 a:hover,
.grid-filter li a:hover,
.card:hover a,
.product:hover a,
.spost:hover .entry-title h4 a,
.mpost:hover .entry-title h4 a,
.entry:hover .entry-title h2 a {
  color: #bfac4e; }

a.disabled {
  pointer-events: none;
  cursor: default; }

.dark a:not(.button):not(.menu-link).text-dark {
  color: #343a40 !important; }

hr {
  margin: 2rem 0; }

ul.doc-list {
  list-style: none; }

.rte ul,
.rte ol,
.markdown ul,
.markdown ol,
.accordion-content ul,
.accordion-content ol {
  padding-left: 1.5rem; }

@media (min-width: 768px) {
  .rte,
  .recipe {
    max-width: 800px;
    margin-left: 0; } }

.date-wrapper {
  margin-bottom: 1rem; }

.event .entry-date {
  border-radius: 0.25rem; }
  .event .entry-date .date-day {
    font-size: 2rem;
    font-weight: 700; }
  .event .entry-date .date-monthShort {
    display: none; }
  .event .entry-date .date-monthFull {
    display: block; }
  .event .entry-date .date-time {
    display: block; }

.accordion {
  margin: 0 5px; }

.toggle-header,
.accordion-header {
  color: inherit; }

.accordion-content p {
  margin-bottom: 1rem; }

#header {
  border-bottom: 0; }

#header.sticky-header.dark:not(.transparent-header) #header-wrap,
.dark #header-wrap,
#header.sticky-header.dark #header-wrap {
  background-color: #212529; }
  #header.sticky-header.dark:not(.transparent-header) #header-wrap .svg-logo,
  .dark #header-wrap .svg-logo,
  #header.sticky-header.dark #header-wrap .svg-logo {
    -webkit-filter: invert(100%);
    filter: invert(100%); }

#primary-menu.dark ul li > a,
.feature-box.fbox-plain .fbox-icon i:not(.dark),
.feature-box.fbox-plain .fbox-icon img:not(.dark),
.team-title span,
.entry-title h2 a {
  color: #6c757d; }

.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
.dark
#header-wrap:not(.not-dark)
#primary-menu
> .container
> ul
> li:hover
> a,
.dark
#header-wrap:not(.not-dark)
#primary-menu
> .container
> ul
> li.current
> a,
.dark .menu-item.current > .menu-link,
.dark .menu-item:hover > .menu-link,
.dark #side-panel-trigger a,
.dark .entry-meta li,
.feature-box.fbox-plain .fbox-icon i.dark,
.feature-box.fbox-plain .fbox-icon img.dark {
  color: #fff !important; }

#header:not(.dark) #primary-menu ul li > a {
  color: #495057 !important; }

#header:not(.dark) #primary-menu ul li:hover > a,
#header:not(.dark) #primary-menu ul li.current > a {
  color: #000 !important; }

a:hover,
#primary-menu.dark ul li:hover > a,
#primary-menu.dark ul li.current > a,
#primary-menu.dark
ul
li
.mega-menu-content.style-2
ul.mega-menu-column
> li.mega-menu-title
> a:hover {
  color: #000; }

.sub-menu-container {
  border: 0;
  border-top: 2px solid #495057; }

.accordion-title {
  font-size: 1.1rem; }

body,
.dropdown-menu,
p,
.heading-block ~ p:not(.lead),
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a,
.pricing-features li,
.product-desc {
  font-size: 1rem; }

#primary-menu ul li > a {
  font-size: 0.85rem; }

#primary-menu ul ul li > a {
  font-size: 0.85rem; }

.widget_links li a {
  width: 95%;
  vertical-align: top; }

.tabs .tab-nav {
  padding: 0;
  border-bottom: 0; }
  .tabs .tab-nav li {
    border: 0;
    padding-right: 1.5rem; }
    .tabs .tab-nav li:first-child {
      border-left: 0; }
    .tabs .tab-nav li a {
      color: #adb5bd;
      background-color: transparent;
      padding-left: 0; }
      .tabs .tab-nav li a:after {
        background: none repeat scroll 0 0 #adb5bd;
        bottom: 5px;
        content: "";
        display: block;
        height: 2px;
        position: relative;
        width: 30px; }
      .tabs .tab-nav li a:hover {
        color: #333; }
        .tabs .tab-nav li a:hover:after {
          background-color: #333; }
    .tabs .tab-nav li.ui-tabs-active a {
      color: #333;
      top: 0;
      background-color: transparent; }
      .tabs .tab-nav li.ui-tabs-active a:after {
        background-color: #333; }

.tabs .tab-container {
  padding-top: 15px; }
  .tabs .tab-container .entry a:hover,
  .tabs .tab-container .entry:hover a {
    color: #bfac4e; }

.dark .tabs .tab-nav li a {
  color: #e9ecef; }
  .dark .tabs .tab-nav li a:after {
    background: none repeat scroll 0 0 #e9ecef; }
  .dark .tabs .tab-nav li a:hover {
    color: #fff; }
    .dark .tabs .tab-nav li a:hover:after {
      background-color: #fff; }

.dark .tabs .tab-nav li.ui-tabs-active a {
  color: #fff; }
  .dark .tabs .tab-nav li.ui-tabs-active a:after {
    background-color: #fff; }

.dark .tabs .tab-container .entry a:hover,
.dark .tabs .tab-container .entry:hover a {
  color: #e9ecef; }

.color .tabs .tab-nav li a:hover {
  color: #fff; }
  .color .tabs .tab-nav li a:hover:after {
    background-color: #fff; }

.color .tabs .tab-nav li.ui-tabs-active a {
  color: #fff; }
  .color .tabs .tab-nav li.ui-tabs-active a:after {
    background-color: #fff; }

.color .tabs .tab-container .entry a:hover,
.color .tabs .tab-container .entry:hover a {
  color: #e9ecef; }

.row {
  position: relative; }

.row-max .col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }
  .row-max .col.cell {
    padding: 1rem !important; }

.align-items-stretch .column > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

#content p {
  line-height: 1.5;
  margin-bottom: 1rem; }

#content .section div {
  /*> ul.sidenav li::before {
      display:none;
    }*/ }
  #content .section div > ul:not(.entry-meta):not(.sidenav):not(.tab-nav):not(.flex-direction-nav) {
    list-style: none;
    margin: 0 0 1.5rem; }
    #content .section div > ul:not(.entry-meta):not(.sidenav):not(.tab-nav):not(.flex-direction-nav) li {
      display: block;
      padding: 0 3px 0 12px; }
    #content .section div > ul:not(.entry-meta):not(.sidenav):not(.tab-nav):not(.flex-direction-nav) li::before {
      content: "\e7a5";
      font-family: "font-icons";
      display: inline-block;
      position: relative;
      top: 1px;
      left: -10px;
      box-sizing: border-box; }
  #content .section div > ul.flex-direction-nav {
    margin: 0;
    list-style: none; }
    #content .section div > ul.flex-direction-nav li::before {
      display: none; }

#content ol {
  list-style-position: outside;
  margin: 0 0 1.5rem;
  padding-left: 16px; }
  #content ol li {
    padding: 0 3px 0 4px; }

.sidenav li ul.sub-menu {
  display: inherit;
  list-style: none; }
  .sidenav li ul.sub-menu > li > a {
    padding-left: 40px; }
  .sidenav li ul.sub-menu > li:first-child a {
    padding-top: 10px; }
  .sidenav li ul.sub-menu > li:last-child a {
    padding-bottom: 10px; }

.sidenav > .ui-tabs-active > a,
.sidenav ul.sub-menu > li.active a,
.sidenav ul.sub-menu > li.active > a:hover {
  background-color: #bfac4e !important;
  color: #fff !important;
  text-shadow: none; }

.sidenav > .ui-tabs-active > a:hover,
.sidenav ul.sub-menu > li > a:hover {
  background-color: #f5f5f5 !important;
  color: #666 !important;
  text-shadow: none; }

.sidenav .icon-chevron-right {
  right: 14px; }

.sidenav.with-icon-left > li a {
  padding-left: 40px; }
  .sidenav.with-icon-left > li a i {
    margin-left: -26px; }

.sidenav.with-icon-right > li a {
  padding-right: 36px; }

.sidebar .section {
  padding: 0; }

.sidebar > *:not(:last-child),
.sidebar > picture img.no-caption {
  margin-bottom: 1rem; }

.sidebar .list-with-images .product-image,
.sidebar .list-with-images .product-desc {
  flex: 0 0 100% !important;
  max-width: 100% !important; }

.sidebar .list-with-images .product-desc {
  padding-top: 1rem;
  padding-left: 0 !important;
  font-size: 0.9rem; }
  .sidebar .list-with-images .product-desc.pr-20, .sidebar .list-with-images .product-desc.pr-25, .sidebar .list-with-images .product-desc.pr-33 {
    padding-right: 10% !important; }
  .sidebar .list-with-images .product-desc.pt-lg-0 {
    padding-top: 1rem !important; }
  .sidebar .list-with-images .product-desc .product-title h3 {
    margin-bottom: 0 !important; }

.sidebar-widgets-wrap .widget:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px; }

.sidebar-widgets-wrap .widget:last-of-type {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px; }

.pricing-box.pricing-highlight .pricing-price {
  font-size: 3.5rem;
  color: #343a40; }

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.bg-primary,
.bg-secondary,
.bg-success,
.bg-danger,
.bg-warning,
.bg-info,
.bg-dark {
  color: #fff; }

.color {
  color: #bfac4e !important; }
  .color h1,
  .color h2,
  .color h3,
  .color h4,
  .color h5,
  .color h6,
  .color #logo a:hover,
  .color #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
  .color #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
  .color #header-wrap:not(.not-dark) #top-search a,
  .color #header-wrap:not(.not-dark) #top-cart > a,
  .color #header-wrap:not(.not-dark) #side-panel-trigger a,
  .color #side-panel-trigger a,
  .color .heading-block,
  .color .heading-block > span:not(.before-heading),
  .color .before-heading,
  .color .slider-caption,
  .color .slider-caption-wrapper > span,
  .color i:not(.dark):not([class^="icon-"]),
  .color .i-plain,
  .color .blockquote-footer {
    color: #bfac4e !important; }
  .color #logo a,
  .color #header-wrap:not(.not-dark) #primary-menu > ul > li > a,
  .color #header-wrap:not(.not-dark) #primary-menu > ul > li.sub-menu > a {
    color: rgba(191, 172, 78, 0.75); }
  .color #header-wrap:not(.not-dark) #primary-menu ul ul:not(.mega-menu-column),
  .color #header-wrap:not(.not-dark) #primary-menu ul li .mega-menu-content,
  .color .sub-menu-container {
    border-top-color: #bfac4e; }
  .color .svg-trigger path {
    stroke: #bfac4e; }

.page-title {
  position: relative;
  border-bottom: 0;
  margin-bottom: 0; }
  .page-title .container {
    position: relative; }
  .page-title h1,
  .page-title h2 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 2.4rem;
    text-transform: uppercase; }
  .page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300; }
    .page-title span p {
      margin-bottom: 0.5rem; }
  .page-title p {
    font-size: 1.3rem; }
  .page-title .button span {
    margin-top: 0; }
  .page-title .dark .tagcloud a {
    background-color: rgba(255, 255, 255, 0.25);
    color: #e9ecef; }
    .page-title .dark .tagcloud a:hover,
    .page-title .dark .tagcloud a .current {
      background-color: #fff;
      color: #000 !important; }
  .page-title.container {
    padding-left: 0;
    padding-right: 0; }
  .page-title.light {
    background-color: #bfac4e; }
  .page-title h1,
  .page-title h2,
  .page-title h3,
  .page-title h4,
  .page-title h5,
  .page-title h6,
  .page-title p {
    margin-bottom: 5px !important; }

.page-title-mini {
  min-height: 250px; }
  @media (max-width: 767.98px) {
    .page-title-mini {
      min-height: 200px !important; } }

.page-title-parallax {
  background-image: none;
  padding: 0 !important; }

.page-title-center .hero-content {
  padding-left: 15% !important;
  padding-right: 15% !important; }

.page-title-center .tagcloud {
  justify-content: center; }

[id^="hero"]:not(.page-title-center):not(.page-title-right) .hero-content,
.page-title-left .hero-content {
  align-items: flex-start;
  padding-left: 10px !important;
  padding-right: 20% !important; }

.page-title-right .hero-content {
  align-items: flex-end;
  padding-left: 20% !important;
  padding-right: 10px !important; }

.page-title-right .tagcloud {
  justify-content: flex-end; }

[id^="hero"] .page-title-color,
.page-title-color {
  color: #bfac4e; }
  [id^="hero"] .page-title-color h1,
  [id^="hero"] .page-title-color h5,
  [id^="hero"] .page-title-color span,
  [id^="hero"] .page-title-color p,
  .page-title-color h1,
  .page-title-color h5,
  .page-title-color span,
  .page-title-color p {
    color: #bfac4e; }

.hero {
  -webkit-animation: fadeIn 5s;
  animation: fadeIn 5s; }
  .hero.hero-image,
  .hero .default-image {
    aspect-ratio: 1/1.5625; }
    @media (min-width: 768px) {
      .hero.hero-image,
      .hero .default-image {
        min-height: 345px;
        aspect-ratio: 2/1; } }
    @media (min-width: 992px) {
      .hero.hero-image,
      .hero .default-image {
        min-height: 465px; } }
    @media (min-width: 1200px) {
      .hero.hero-image,
      .hero .default-image {
        min-height: 555px; } }
    @media (min-width: 1440px) {
      .hero.hero-image,
      .hero .default-image {
        min-height: 670px; } }
  .hero.full-screen {
    height: 100vh; }

.slider {
  -webkit-animation: fadeIn 5s;
  animation: fadeIn 5s; }
  .slider.page-title-mini,
  .slider .slider-element.page-title-mini,
  .slider .swiper-slide.page-title-mini {
    min-height: 350px; }
    @media (min-width: 992px) {
      .slider.page-title-mini,
      .slider .slider-element.page-title-mini,
      .slider .swiper-slide.page-title-mini {
        min-height: 400px; } }
    @media (min-width: 1200px) {
      .slider.page-title-mini,
      .slider .slider-element.page-title-mini,
      .slider .swiper-slide.page-title-mini {
        min-height: 500px; } }
  .slider.default-image,
  .slider .slider-element.default-image,
  .slider .swiper-slide.default-image {
    min-height: 400px;
    aspect-ratio: auto; }
    @media (min-width: 576px) {
      .slider.default-image,
      .slider .slider-element.default-image,
      .slider .swiper-slide.default-image {
        min-height: 450px; } }
    @media (min-width: 768px) {
      .slider.default-image,
      .slider .slider-element.default-image,
      .slider .swiper-slide.default-image {
        min-height: 500px; } }
    @media (min-width: 992px) {
      .slider.default-image,
      .slider .slider-element.default-image,
      .slider .swiper-slide.default-image {
        min-height: 600px; } }
    @media (min-width: 1200px) {
      .slider.default-image,
      .slider .slider-element.default-image,
      .slider .swiper-slide.default-image {
        min-height: 800px; } }
  .slider.full-screen,
  .slider .slider-element.full-screen,
  .slider .swiper-slide.full-screen {
    height: 100vh; }
  .slider div[class^="slider-arrow"] {
    -webkit-animation: fadeIn 7s;
    animation: fadeIn 7s; }

.color .menu-link {
  color: rgba(191, 172, 78, 0.75) !important; }

.color .menu-item.current > .menu-link,
.color .menu-item:hover > .menu-link {
  color: #bfac4e !important; }

.color.sticky-header #header-wrap.not-dark #logo a,
.color.sticky-header #header-wrap.not-dark #primary-menu ul li > a,
.color.sticky-header #header-wrap.not-dark #top-search a,
.color.sticky-header #logo a,
.color.sticky-header #primary-menu ul li > a,
.color.sticky-header #top-search a {
  color: rgba(191, 172, 78, 0.75) !important; }

.color.sticky-header #header-wrap.not-dark #logo a:hover,
.color.sticky-header #header-wrap.not-dark #primary-menu ul li:hover > a,
.color.sticky-header #header-wrap.not-dark #primary-menu ul li.current > a,
.color.sticky-header #header-wrap.not-dark #primary-menu ul li > a:hover,
.color.sticky-header #header-wrap.not-dark #primary-menu ul li.current > a:hover,
.color.sticky-header #header-wrap.not-dark #top-search a:hover,
.color.sticky-header #logo a:hover,
.color.sticky-header #primary-menu ul li:hover > a,
.color.sticky-header #primary-menu ul li.current > a,
.color.sticky-header #primary-menu ul li > a:hover,
.color.sticky-header #primary-menu ul li.current > a:hover,
.color.sticky-header #top-search a:hover {
  color: #bfac4e !important; }

.h-text-color:hover,
a.h-text-color:hover,
.grid-filter.style-3 li.activeFilter a,
.faqlist li a:hover,
.nav-tree li:hover > a,
.nav-tree li.current > a,
.nav-tree li.active > a,
.menu-item.current > .menu-link,
.menu-item:hover > .menu-link {
  color: #bfac4e !important; }

.top-cart-number::before,
#page-menu-wrap,
.page-menu-nav,
.control-solid .flex-control-nav li:hover a,
.control-solid .flex-control-nav li a.flex-active,
.grid-filter li.activeFilter a,
.grid-filter.style-4 li.activeFilter a::after,
.grid-shuffle:hover,
.entry-link:hover,
.button,
.button.button-dark:hover,
.button.button-3d:hover,
.fbox-icon i,
.fbox-icon img,
.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i,
.fbox-border.fbox-effect.fbox-dark .fbox-icon i::after,
.i-rounded:hover,
.i-circled:hover,
.tab-nav.tab-nav2 li.ui-state-active a,
.testimonial .flex-control-nav li a,
.skills li .progress,
.owl-carousel .owl-dots .owl-dot,
#gotoTop:hover,
input.switch-toggle-round:checked + label::before,
input.switch-toggle-flat:checked + label,
input.switch-toggle-flat:checked + label::after,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
input.switch-toggle-round:checked + label:before,
input.switch-toggle-flat:checked + label,
input.switch-toggle-flat:checked + label:after,
.irs-bar,
.dark .entry-link:hover,
.dark .fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-effect.fbox-dark:hover .fbox-icon i,
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
.dark .i-rounded:hover,
.dark .i-circled:hover,
.dark .tab-nav.tab-nav2 li.ui-state-active a,
.dark #gotoTop:hover,
.dark input.switch-toggle-round:checked + label::before,
.dark input.switch-toggle-flat:checked + label,
.dark input.switch-toggle-flat:checked + label::after {
  background-color: #495057; }

.button.button-reveal.button-light:hover {
  color: #fff; }

.color .button.button-border.button-light,
.button.button-border.button-color {
  color: #bfac4e;
  border-color: #bfac4e; }
  .color .button.button-border.button-light:hover,
  .button.button-border.button-color:hover {
    background-color: #bfac4e;
    color: #fff; }

.btn-color,
.button-color {
  background-color: #bfac4e;
  color: #fff; }
  .btn-color span,
  .btn-color i:not(.dark),
  .button-color span,
  .button-color i:not(.dark) {
    color: #fff; }
  .btn-color:hover,
  .button-color:hover {
    background-color: #000;
    color: #fff; }
    .btn-color:hover span,
    .button-color:hover span {
      color: #fff; }

.button-dark {
  color: #fff;
  border: 1px solid #fff; }

.color .heading-block:after {
  border-color: #bfac4e; }

.pl-6 {
  padding-left: 5rem !important; }

.pr-6 {
  padding-right: 5rem !important; }

.block-padding {
  padding: 60px 55px !important; }

.dark:not(.color) .primary-menu:not(.color):not(.light) .menu-link,
.dark:not(.color) .primary-menu:not(.color):not(.light) ul li > a {
  color: #dee2e6; }

.dark:not(.color) .primary-menu.color .menu-item .menu-link {
  color: rgba(191, 172, 78, 0.75) !important; }
  .dark:not(.color) .primary-menu.color .menu-item .menu-link:hover {
    color: #bfac4e !important; }

.dark:not(.color) .primary-menu.color .menu-item.current .menu-link {
  color: #bfac4e !important; }

.dark #top-search ::-webkit-input-placeholder {
  color: #dee2e6; }

.dark #top-search ::-moz-placeholder {
  color: #dee2e6; }

.dark #top-search :-ms-input-placeholder {
  color: #dee2e6; }

.dark #top-search ::-ms-input-placeholder {
  color: #dee2e6; }

.dark #top-search ::placeholder {
  color: #dee2e6; }

.dark #top-search a:hover,
#top-search form input {
  color: #fff; }

.top-search-form input {
  padding-left: 45%; }

.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2,
#primary-menu.dark ul li .mega-menu-content.style-2,
.color #header-wrap.not-dark #primary-menu:not(.not-dark) ul ul,
.color
#header-wrap.not-dark
#primary-menu:not(.not-dark)
ul
li
.mega-menu-content,
#header-wrap.not-dark #primary-menu ul ul,
#header-wrap.not-dark #primary-menu ul li .mega-menu-content,
.color
#header-wrap.not-dark
#primary-menu:not(.not-dark)
ul
li
.mega-menu-content.style-2,
#header-wrap.not-dark #primary-menu.color ul li .mega-menu-content.style-2 {
  background-color: #fff;
  border-top-color: #495057 !important; }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
  border-top-color: #495057; }

#header-wrap.not-dark #logo a,
.dark #primary-menu:not(.not-dark) ul ul li > a,
#primary-menu.dark ul ul li > a,
.color #header-wrap.not-dark #primary-menu:not(.not-dark) ul ul li > a,
#header-wrap.not-dark #primary-menu ul ul li > a {
  color: #495057 !important; }

#header-wrap.not-dark #logo a:hover,
#primary-menu ul ul li:hover > a,
.dark #primary-menu:not(.not-dark) ul ul li:hover > a,
#primary-menu.dark ul ul li:hover > a,
.color #header-wrap.not-dark #primary-menu:not(.not-dark) ul ul li:hover > a,
#header-wrap.not-dark #primary-menu ul ul li:hover > a {
  background-color: #fff;
  color: #000 !important; }

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
  background-image: url("../images/icons/submenu.png"); }

.light .before-heading {
  color: #343a40; }

.iframe-square iframe {
  max-width: 100%; }

.iframe-square.h-100 {
  height: auto !important; }

.tagcloud a,
.tagcloud li,
.tagcloud span,
.light .tagcloud a,
.light .tagcloud li,
.light .tagcloud span {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  border: 1px solid #ccc !important;
  border-radius: 2px;
  color: #343a40 !important; }

.tagcloud a:hover,
.tagcloud a:active,
.tagcloud a:focus,
.light .tagcloud a:hover,
.light .tagcloud a:active,
.light .tagcloud a:focus {
  border-color: #343a40 !important;
  color: #343a40 !important;
  background-color: rgba(0, 0, 0, 0.1); }

.tagcloud.tagcloud-small a,
.tagcloud.tagcloud-small li,
.tagcloud.tagcloud-small span,
.light .tagcloud.tagcloud-small a,
.light .tagcloud.tagcloud-small li,
.light .tagcloud.tagcloud-small span {
  font-size: 12px !important;
  padding: 0 6px; }

.dark .tagcloud a,
.dark .tagcloud li {
  border-color: #e9ecef !important;
  color: #e9ecef !important;
  background-color: rgba(255, 255, 255, 0.25); }

.dark .tagcloud a:hover,
.dark .tagcloud a:active,
.dark .tagcloud a:hover,
.dark .tagcloud li {
  border-color: #fff !important;
  color: #fff;
  background-color: #000; }

.color .tagcloud a,
.color .tagcloud li,
.page-title-color .tagcloud a,
.page-title-color .tagcloud li {
  border-color: #bfac4e !important;
  color: #bfac4e !important;
  background-color: rgba(0, 0, 0, 0.1); }

.color .tagcloud a:hover,
.color .tagcloud a:active,
.color .tagcloud a:hover,
.color .tagcloud li,
.page-title-color .tagcloud a:hover,
.page-title-color .tagcloud a:active,
.page-title-color .tagcloud a:hover,
.page-title-color .tagcloud li {
  color: #fff !important;
  background-color: #bfac4e !important; }

#header.transparent-header
+ #content
> .content-wrap
.section:first-of-type
> div:first-of-type,
.Article #content > .content-wrap .section:first-of-type {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.Article .postcontent .entry-meta {
  margin-top: 0;
  margin-bottom: 1rem !important; }

.testimonial .flex-control-nav li a,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #6c757d; }

.swiper_wrapper .swiper-slide {
  height: 100% !important; }
  .swiper_wrapper .swiper-slide > .container {
    padding-left: 50px;
    padding-right: 50px; }
  .swiper_wrapper .swiper-slide .one-page-arrow {
    bottom: 60px; }

.swiper_wrapper .slide-number {
  right: 35px; }

.slider-caption {
  max-width: none;
  font-size: 1.2rem; }
  .slider-caption h1,
  .slider-caption h2 {
    font-size: 2.1rem;
    margin-bottom: 0.5rem !important; }
    @media (max-width: 991.98px) {
      .slider-caption h1,
      .slider-caption h2 {
        font-size: 2.1rem !important; } }
    @media (max-width: 768px) {
      .slider-caption h1,
      .slider-caption h2 {
        font-size: 1.8rem !important; } }
    @media (max-width: 480px) {
      .slider-caption h1,
      .slider-caption h2 {
        font-size: 1.4rem !important; } }

.more-link {
  font-family: inherit;
  font-style: normal;
  border-bottom-color: transparent; }

img {
  height: auto;
  aspect-ratio: var(--aspect-ratio); }

.column img.vertical-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.caption {
  display: block;
  margin: 0.5rem 0 1rem;
  font-style: italic; }

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3)
#logo
img {
  height: 40px !important; }

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3)
#logo
a.text-logo {
  font-size: 30px;
  line-height: 60px; }

.content-wrap {
  padding: 0 !important;
  margin-bottom: 0; }

.before-heading {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 1rem; }

.dark .before-heading {
  color: #f8f9fa !important;
  /*$gray-100;*/ }

.heading-block {
  margin-bottom: 0; }
  .heading-block:after, .heading-block::after {
    display: none;
    margin-top: 0; }
  .heading-block.dark:after {
    border-top-color: #e9ecef; }

.fluid-width-video-wrapper,
.embeditem .fluid-width-video-wrapper {
  margin-bottom: 0; }
  .fluid-width-video-wrapper + *,
  .embeditem .fluid-width-video-wrapper + * {
    margin-top: 2rem; }

.dropdown-menu {
  padding: 0.5rem 1rem; }

a.button:first-of-type {
  margin-left: 0 !important; }

.buttons {
  margin-top: 0.5rem;
  margin-bottom: 1rem; }
  .buttons > .row,
  .buttons.container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .buttons a.button:last-of-type {
    margin-right: 0 !important; }

.center.boxesWithIcon .row,
.center .buttons > .row,
.center .container.buttons > .row {
  justify-content: center; }

.btn,
.button {
  border: 0;
  transition: box-shadow 0.3s; }
  .btn:hover,
  .button:hover {
    border: 0;
    box-shadow: 0 0 8px rgba(33, 33, 33, 0.4) !important; }
  .btn.button-dark,
  .button.button-dark {
    color: #fff; }
    .btn.button-dark span,
    .button.button-dark span {
      color: #fff; }
    .btn.button-dark:hover,
    .button.button-dark:hover {
      box-shadow: 0 0 8px rgba(255, 255, 255, 0.3) !important; }
  .btn.button-list,
  .button.button-list {
    font-size: 12px !important;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: none;
    padding: 0 6px;
    border: 1px solid #ccc !important;
    border-radius: 2px; }

.btn-secondary {
  color: #fff; }

.include-header .page-title-parallax {
  padding: 0; }

.some-list.justify-content-between {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 5px; }
  .some-list.justify-content-between div {
    float: none; }

.some-list .si-line2-globe:hover,
.some-list .si-line-link:hover {
  background-color: #495057; }

.post-navigation .entry-image.fright {
  margin: 0 0 0 15px; }

.entry-meta {
  list-style: none; }
  .entry-meta li {
    display: inline-block;
    margin: 0 5px 2px 0;
    color: #6c757d; }
  .entry-meta:not(.no-separator) li::before {
    margin-right: 10px; }
  .entry-meta:not(.no-separator) li:first-of-type::before {
    display: none; }

.post-grid .entry::after {
  display: none;
  margin-top: 0; }

.postcontent.entry {
  margin-bottom: 2rem; }

.postcontent picture img.no-caption {
  margin-bottom: 1rem; }

.postcontent .list .pr-25,
.postcontent .list .pr-33,
.postcontent .list-with-images .pr-25,
.postcontent .list-with-images .pr-33 {
  padding-right: 20% !important; }

.postcontent > .container > .some-list,
.sidebar > .container > .some-list,
.cell .flex-row > .container > .some-list,
.wrapper .col > .container > .some-list {
  margin-left: -15px;
  margin-right: -15px; }

.postcontent > .container.buttons,
.sidebar > .container.buttons,
.cell .flex-row > .container.buttons,
.wrapper .col > .container.buttons {
  padding-left: 0;
  padding-right: 0; }

.with-link:hover {
  cursor: pointer; }

.box:not(.with-link) .i-plain:hover {
  cursor: none; }

.entry:hover,
.mpost:hover,
.spost:hover,
.product:hover,
.box.with-link:hover,
.card.with-link:hover {
  cursor: pointer; }
  .entry:hover .entry-title a,
  .mpost:hover .entry-title a,
  .spost:hover .entry-title a,
  .product:hover .entry-title a,
  .box.with-link:hover .entry-title a,
  .card.with-link:hover .entry-title a {
    color: #000; }

.spost .entry-image,
.posts-sm .entry-image {
  width: inherit; }

.spost .entry-meta,
.posts-sm .entry-meta {
  margin-top: 3px; }

.posts .entry:after {
  margin-top: 20px; }

.card {
  width: 100%; }
  .card .card-header {
    border: 0; }
  .card .card-body .subtitle p {
    margin-bottom: .5rem; }
    .card .card-body .subtitle p:last-of-type {
      margin-bottom: 0; }

.feature-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }
  .feature-box .fbox-desc {
    flex-grow: 1; }
  .feature-box .before-heading {
    font-size: 0.8rem;
    margin-bottom: 0.5rem; }
  .feature-box span.subtitle {
    display: block;
    margin-top: 0.5rem;
    font-weight: 300;
    text-transform: none; }
  .feature-box.media-box p {
    margin: 0 !important; }
  .feature-box.media-box.fbox-bg .fbox-desc.border-top {
    border-radius: 3px; }
  .feature-box.box-with-icon.justify-content-center .fbox-content {
    flex-grow: 0;
    min-width: 50%;
    text-align: left; }
  .feature-box.box-with-icon.justify-content-flex-end {
    flex-direction: row-reverse !important; }

.bgWithImage {
  min-height: 200px; }

.product-1 .product-image {
  width: 200px;
  height: auto; }

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-1 {
  -webkit-line-clamp: 1; }

.line-clamp-2 {
  -webkit-line-clamp: 2; }

.line-clamp-3 {
  -webkit-line-clamp: 3; }

.line-clamp-4 {
  -webkit-line-clamp: 4; }

.line-clamp-5 {
  -webkit-line-clamp: 5; }

.cell .row .col {
  flex: 0 0 100% !important;
  max-width: 100% !important; }

.cell .posts .product-desc {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important; }
  .cell .posts .product-desc .product-title h3 {
    font-size: 1.1rem; }

.cell .posts .product-image {
  flex: 0 0 33.3333% !important;
  max-width: 33.3333% !important;
  padding-left: 0 !important;
  padding-right: 15px !important; }
  .cell .posts .product-image + .product-desc {
    flex: 0 0 66.6667% !important;
    max-width: 66.6667% !important; }

.cell .tabs .tabs-content .entry-meta li {
  display: inline-block;
  margin-bottom: 0; }

.cell h2,
.cell .heading-block h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem !important; }

.cell > .wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1rem; }

@media (max-width: 480px) {
  .cell .calendar-list .event .date-monthShort {
    display: block; }
  .cell .calendar-list .event .date-monthFull {
    display: none; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .cell .calendar-list .event .date-monthShort {
    display: block; }
  .cell .calendar-list .event .date-monthFull {
    display: none; } }

.cell .rte {
  margin-left: auto !important;
  margin-right: auto !important; }

.list-with-images .product-image.bg-1 {
  background-color: transparent !important; }

.boxes .stretched .row-cols-1,
.boxesWithImage .stretched .row-cols-1,
.boxesWithIcon .stretched .row-cols-1 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem; }

.single-post .boxes .stretched > div > .col.heading-block,
.single-post .boxes .stretched .row-cols-1,
.single-post .boxesWithImage .stretched > div > .col.heading-block,
.single-post .boxesWithImage .stretched .row-cols-1,
.single-post .boxesWithIcon .stretched > div > .col.heading-block,
.single-post .boxesWithIcon .stretched .row-cols-1 {
  padding-left: 0;
  padding-right: 0; }

.codeSnippet .snippet > .no-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0; }

.codeSnippet .snippet .fb-comments,
.codeSnippet .snippet .fb_iframe_widget,
.codeSnippet .snippet .fb-comments > span,
.codeSnippet .snippet .fb_iframe_widget > span,
.codeSnippet .snippet .fb-comments > span > iframe,
.codeSnippet .snippet .fb_iframe_widget > span > iframe {
  max-width: 500px !important; }

.codeSnippet.center .snippet {
  display: flex;
  justify-content: center; }

.codeSnippet.text-right .snippet {
  display: flex;
  justify-content: flex-end; }

form input {
  transition: border-color 0.5s ease-out; }

form input:optional {
  border-color: gray; }

form input:required:valid {
  border-color: green; }

form input:invalid {
  border-color: red; }

form input:required:focus:valid,
form input:-internal-autofill-selected {
  border-color: green;
  background-color: rgba(227, 251, 228, 0.93); }

form input:focus:invalid {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05); }

form .form-check-input {
  margin-top: 0;
  margin-top: 0.4rem; }

form input.ng-invalid-email {
  border-color: red !important; }

.form-response {
  padding: 1rem 1rem 0.1rem;
  background-color: #e9ecef; }

#footer {
  border-top: 0; }
  #footer .footer-widgets-wrap {
    padding: 60px 0; }
  #footer.dark a {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: underline !important; }
    #footer.dark a:hover {
      color: #fff !important; }
  #footer.dark .widget_links a {
    text-decoration: none !important; }
  #footer.dark .social-icon.si-borderless {
    background-color: #000;
    color: rgba(255, 255, 255, 0.75) !important; }
  #footer img {
    max-width: 200px;
    height: auto; }

.dark #copyrights,
.dark #copyrights a,
.dark .copyright-links a,
.dark #footer .social-icon.si-borderless {
  color: rgba(255, 255, 255, 0.75) !important; }

.dark #copyrights a:hover,
.dark .copyright-links a:hover {
  color: #fff !important; }

.dark .input-group {
  border: 1px solid #6c757d;
  border-radius: 0.25rem; }

.dark input.form-control::-webkit-input-placeholder {
  color: #6c757d; }

.dark input.form-control::-webkit-input-placeholder,
.dark input.form-control:-ms-input-placeholder,
.dark input.form-control::placeholder {
  color: #6c757d; }

.video-overlay,
.video-placeholder {
  background-image: none; }

.blockquote {
  max-width: 800px; }
  .blockquote + p,
  .blockquote + .rte,
  .blockquote + .markdown {
    margin-top: 1rem; }
  .blockquote blockquote {
    margin: 0;
    padding: 20px 35px !important; }
    .blockquote blockquote p {
      margin-bottom: 0.5rem; }
    .blockquote blockquote.quote {
      padding-top: 35px !important; }
      .blockquote blockquote.quote::before {
        width: 40px;
        height: 40px;
        font-size: 36px;
        line-height: 40px;
        top: 15px;
        left: 15px; }
      .blockquote blockquote.quote.blockquote-reverse::before {
        right: 15px; }
    .blockquote blockquote .blockquote-footer {
      font-style: italic; }
      .blockquote blockquote .blockquote-footer::before {
        content: none; }

.color blockquote::before {
  color: #e9ecef; }

#wrapper > .blockquote blockquote {
  margin-left: 20px; }

.si-telegram:hover,
.si-colored.si-telegram {
  background-color: #26A4E2 !important; }

.si-snapchat:hover,
.si-colored.si-snapchat {
  background-color: #26A4E2 !important; }

.si-discord:hover,
.si-colored.si-discord {
  background-color: #404EED !important; }

.si-twitch:hover,
.si-colored.si-twitch {
  background-color: #5C16C5 !important; }

.si-reddit:hover,
.si-colored.si-reddit {
  background-color: #FF5414 !important; }

.si-line-link:hover,
.si-colored.si-line-link {
  background-color: #444 !important; }

.si-line2-globe:hover,
.si-colored.si-line2-globe {
  background-color: #444 !important; }

@media (min-width: 768px) {
  #content .content-wrap > .section:not(.stretched):not(.fuldbredde) > div,
  #wrapper > .blockquote,
  #wrapper > .section.rte {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
    #content .content-wrap > .section:not(.stretched):not(.fuldbredde) > div blockquote,
    #wrapper > .blockquote blockquote,
    #wrapper > .section.rte blockquote {
      max-width: 680px; }
  .container.stretched > .row {
    margin-left: 0;
    margin-right: 0; }
  .cells .cell .row.row-max .col {
    flex: 0 0 50% !important;
    max-width: 50% !important; } }

@media (min-width: 992px) {
  h1,
  .Website h1,
  [id^="hero"] h1,
  .page-title h1,
  .page-title h2,
  .heading-block h1 {
    font-size: 2.8rem; }
  #header .header-row {
    min-height: 100px;
    flex-wrap: nowrap; }
  #header.sticky-header .header-row {
    min-height: 60px; }
  #header + .include-header {
    margin-top: -104px !important; }
  #content .content-wrap > .section:not(.stretched):not(.fuldbredde) > div,
  #wrapper > .blockquote,
  #wrapper > .section.rte {
    max-width: 970px; }
  #wrapper > .blockquote blockquote,
  #wrapper > .section.rte > .container {
    max-width: 630px; }
  #wrapper > .section.rte > .container {
    margin-left: 10px; }
  .sub-menu-container,
  .mega-menu-content {
    background-color: white; }
  .dark .primary-menu:not(.not-dark) .sub-menu-container {
    background-color: #212529 !important;
    background-color: rgba(33, 37, 41, 0.85) !important;
    border-top-color: #bfac4e !important; }
    .dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link {
      background-color: transparent; }
  .slider-caption {
    max-width: 50%; }
  [id^="hero"]:not(.page-title-center):not(.page-title-right)
div:not(.page-title-mini)
.hero-content,
  .bgWithImage .align-items-start > div,
  .bgWithVideo .align-items-start > div {
    padding-left: 10% !important;
    padding-right: 30% !important; }
  [id^="hero"].page-title-center .hero-content,
  .bgWithImage .align-items-center > div,
  .bgWithVideo .align-items-center > div {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  [id^="hero"].page-title-right div:not(.page-title-mini) .hero-content,
  .bgWithImage .align-items-end > div,
  .bgWithVideo .align-items-end > div {
    padding-left: 30% !important;
    padding-right: 10% !important; }
  .entry.postcontent {
    padding-right: 7.5%; }
  .row-max .col {
    flex: 0 1 16.6667%;
    max-width: 16.6667%; } }

@media (min-width: 1200px) {
  #content .content-wrap > .section:not(.stretched) > div,
  #wrapper > .blockquote,
  #wrapper > .section.rte {
    max-width: 1170px; }
  #wrapper > .blockquote blockquote,
  #wrapper > .section.rte > .container {
    max-width: 760px; }
  #wrapper > .section.rte > .container {
    margin-left: 20px; }
  .row-max .col {
    flex: 0 1 12.5%;
    max-width: 12.5%; } }

@media (min-width: 1400px) {
  #content .content-wrap > .section:not(.stretched) > div,
  #wrapper > .blockquote,
  #wrapper > .section.rte,
  .container {
    max-width: 1370px; }
  #wrapper > .blockquote blockquote,
  #wrapper > .section.rte > .container {
    max-width: 800px; }
  #wrapper > .section.rte > .container {
    margin-left: 5px; } }

@media (max-width: 991.98px) {
  .primary-menu-open #header-wrap {
    z-index: 4; }
  #header + .include-header {
    margin-top: -61px !important;
    z-index: 2; }
  #primary-menu-trigger {
    z-index: 4; }
  #logo img {
    height: 40px !important;
    margin: 10px 0; }
  #logo a.text-logo {
    line-height: 60px; }
  .menu-item .sub-menu-trigger {
    top: 0;
    width: 50px;
    height: 50px; }
  .side-panel-left #header-wrap > .container #side-panel-trigger {
    order: 2; }
  .side-panel-left #header-wrap > .container #logo {
    flex: 1 0 75%;
    justify-content: start;
    order: 1; }
  #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3)
#logo
a.text-logo {
    font-size: 30px;
    line-height: 60px; }
  .dark #primary-menu:not(.not-dark) ul ul li > a {
    color: #dee2e6 !important; }
  .dark #primary-menu:not(.not-dark) ul ul li.current > a {
    color: #fff !important; }
  .top-search-form input {
    padding-left: 25%;
    font-size: 24px; }
  .hero-content {
    padding-bottom: 1rem !important; }
  [id^="hero"] {
    display: flex !important;
    flex-direction: column;
    justify-content: center; }
  .section {
    padding: 40px 0; }
  .pricing-highlight {
    margin: -5px; }
  .row-max .col {
    flex: 0 1 20%;
    max-width: 20%; }
  .cell .posts.posts-sm .product-image,
  .cell .posts.posts-sm .product-desc {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important; }
  .cell .posts.posts-sm .product-image {
    padding-bottom: 10px !important; }
  .cell h2,
  .cell .heading-block h2 {
    font-size: 1.5rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  /*.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
  .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
    height: 500px !important;
  }*/
  .cells .row-cols-md-2:not(.row-max) .col {
    flex: 1 0 50% !important;
    max-width: 100% !important; } }

@media (max-width: 767.98px) {
  body.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    body.container .container {
      max-width: 100%; }
  h1,
  .Website h1,
  [id^="hero"] h1,
  .heading-block h1,
  .page-title h1,
  .page-title h2 {
    font-size: 2.4rem; }
  h2,
  .slider-caption h2 {
    font-size: 2.1rem; }
  h3,
  .bgWithImage .heading-block h2,
  .bgWithVideo .heading-block h2 {
    font-size: 1.8rem; }
  h4 {
    font-size: 1.5rem; }
  h5,
  .card h3 {
    font-size: 1.3rem; }
  body,
  .dropdown-menu,
  .heading-block ~ p:not(.lead),
  .widget_nav_menu li a,
  .widget_links li a,
  .widget_meta li a,
  .widget_archive li a,
  .widget_recent_entries li a,
  .widget_categories li a,
  .widget_pages li a,
  .widget_rss li a,
  .widget_recent_comments li a,
  .pricing-features li,
  .product-desc {
    font-size: 0.9rem; }
  #logo a {
    font-size: 1.6rem; }
  .top-search-form input {
    padding-left: 0;
    font-size: 18px; }
  [id^="hero"] > .container {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .post-grid.grid-2 .entry,
  .post-grid.grid-3 .entry {
    padding-right: 0; }
  .swiper_wrapper {
    min-height: auto; }
  .posts .entry {
    margin-bottom: 0; }
    .posts .entry:after {
      height: 0; }
    .posts .entry .entry-title,
    .posts .entry .entry-meta,
    .posts .entry .entry-content {
      padding: 0 15px; }
  .fuldbredde .px-0,
  .column .px-0 > h2,
  .column .px-0 > h3,
  .column .px-0 > p {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .row-max .col {
    flex: 0 0 25%;
    max-width: 25%; }
  .cell h2,
  .cell .heading-block h2 {
    font-size: 1.3rem; } }

@media (max-width: 767.98px) and (min-width: 576px) {
  /*.swiper_wrapper:not(.full-screen),
  .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
    height: 450px !important;
  }*/ }

@media (max-width: 576px) {
  #content .content-wrap > .section:not(.stretched) > div {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 575.98px) {
  h1,
  .Website h1,
  [id^="hero"] h1,
  .page-title h1,
  .page-title h2 {
    font-size: 2.2rem; }
  h2,
  .slider-caption h2 {
    font-size: 1.9rem; }
  h3 {
    font-size: 1.6rem; }
  h4 {
    font-size: 1.4rem; }
  h5,
  .card h3 {
    font-size: 1.2rem; }
  .bgWithImage .align-items-start > div,
  .bgWithImage .align-items-center > div,
  .bgWithImage .align-items-end > div,
  .bgWithVideo .align-items-start > div,
  .bgWithVideo .align-items-center > div,
  .bgWithVideo .align-items-end > div {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .bgWithImage .heading-block h2,
  .bgWithVideo .heading-block h2 {
    font-size: 1.6rem; }
  .pricing-price span {
    font-size: 1.2rem; }
  #content > .content-wrap > .section > .container {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .my-mobile {
    margin-left: 0;
    margin-right: 0; }
  /*.swiper_wrapper:not(.full-screen),
  .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
    height: 400px !important;
  }*/
  .pricing [class^="col-"] {
    padding: 0 15px; }
  .row-max .col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .cell h2,
  .cell .heading-block h2 {
    font-size: 1.2rem; } }

@media (max-width: 480px) {
  h1,
  .Website h1,
  [id^="hero"] h1 {
    font-size: 1.8rem; }
  .slider-caption h2 {
    font-size: 1.6rem; }
  .page-title p {
    font-size: 1.2rem; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Twitter X */
.icon-twitter {
    width: 38px;
    height: 38px;
}
.icon-twitter:before {
    content: '';
    background: url('/assets/images/x-twitter-black.svg');
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    width: 38px;
    height: 36px;
    display: inline-block;
}
.si-small .icon-twitter {
    width: 30px;
    height: 30px;
}
.si-small .icon-twitter:before {
    content: '';
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    width: 14px;
    height: 12px;
    display: inline-block;
}
.si-large .icon-twitter {
    width: 54px;
    height: 54px;
}
.si-large .icon-twitter:before {
    content: '';
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 29px !important;
    width: 54px;
    height: 52px;
    display: inline-block;
}
.si-colored .icon-twitter:before,
a:hover > .icon-twitter:before {
    background: url('/assets/images/x-twitter-white.svg');
}

