/*
Theme Name: Nq Vuexy Wordpress Theme
Theme URI: 
Author: Fredrik Spännar/NQ
Author URI: 
Description: A custom WordPress theme
Version: 1.0
Tags: custom, theme
*/

/* CSS Variables */
:root {
  --nq-text-color: rgba(43, 43, 61, 0.9); /* Same as Vuexy Theme */
}

/* Set local font */
@font-face {
  font-family: 'Public Sans';
  src: url('assets/fonts/PublicSans-VariableFont_wght.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('assets/fonts/PublicSans-VariableFont_wght.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


body {
  font-family: "Public Sans", -apple-system, blinkmacsystemfont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9375rem; /* 15px base font size */
  line-height: 1.46667;
  font-weight: 400;
  color: var(--nq-text-color);
}
/* END -- Set local font */

/* base text color */
.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel,
.wpforms-container .wpforms-form .wpforms-field-description, .wpforms-container .wpforms-form textarea,
.wpforms-container .wpforms-form li, .wpforms-container .wpforms-form th,
p, li, span, label,  
h1, h2, h3, h4, h5 {
    color: var(--nq-text-color);
}

body.admin-bar .offcanvas-header,
body.admin-bar nav.layout-navbar {
    margin-top: 20px;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}

/* Override helpers.js injected padding-top for .layout-page */
/* WordPress theme handles navbar spacing differently with pt-0 class in header.php */
.layout-page {
  padding-top: 0 !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.w-100 .row.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.w-100 .row > * {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  /* fix for hamburger-icon overflowing and hidden */
  .navbar-brand {
    max-width: 60vw;
    flex: 0 1 auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-brand .logo-light-theme,
  .navbar-brand .logo-dark-theme {
    max-width: 100%;
    height: auto;
  }

  /* fix for the offcanvas menu and close-icon which was overflowing and hidden */
  .offcanvas-title {
    max-width: 50vw;
    flex: 0 1 auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .offcanvas-title .logo-light-theme,
  .offcanvas-title .logo-dark-theme {
    max-width: 100%;
    height: auto;
  }  
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

/* Navbar styling */
nav.navbar#layout-navbar {
    /*background: #fff;*/
    
    background: inherit;
    box-shadow: none;
}

nav.navbar.scrolled-navbar#layout-navbar {
	background: none;
}

nav.navbar#layout-navbar div.container-lg {
	background: #fafafa;
	
	border-radius: 2px;
	border: 2px solid #fff;
	
	margin-block-start: 1rem;
	padding-block: .614rem;
	border-radius: .375rem;
	padding-inline-end: 2rem !important;
	padding-inline-start: 2rem !important;
	
	box-shadow: 0 0.125rem 0.5rem 0 rgba(47, 43, 61, 0.12);
}

nav.navbar.scrolled-navbar#layout-navbar div.container-lg {
	background: #fff;
}

.navbar-nav .menu-item {
  padding-left:  10px;
  padding-right: 10px;
}

.navbar-nav .menu-item:hover:not(:has(a.btn)) {
  background-color: #f3f2f3;
  border-radius: 6px;
}

.menu-functions a.btn,
.navbar-nav .menu-item a.btn {
  padding: 10px 30px;
}

.menu-functions a.btn { border-radius: 6px; }

.menu-functions a.btn:focus,
.menu-functions a.btn:hover,
.navbar-nav .menu-item a.btn:focus,
.navbar-nav .menu-item a.btn:hover {
  transition: background-color 0.5s ease;
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}

.menu-functions a.btn:hover .ti {
  background: #fff !important;
  color: #fff !important;
}

.menu-functions a.btn:focus,
.menu-functions a.btn:hover {
  background-color: #555 !important;
  border-color: #555 !important;
}

.navbar-nav .menu-item a i.ti {
  margin-right: 8px;
}

nav.navbar .dropdown-languages img {
  height: 26px;
  width: 26px;
  margin-right: -2px;
}

nav.navbar .dropdown-languages li a.dropdown-item img {
  margin-right: 6px;
}

nav.navbar .dropdown-languages li a.dropdown-item {
  font-weight: 500;
}

nav.navbar .theme-toggle i {
  font-size: 2em;
  margin-top: 8px;
}

.offcanvas .theme-toggle i {
  font-size: 1.1em;
  margin-top: 8px;
  margin-right: 12px;
}

/* Add a dashed bottom border to paragraphs with Bootstrap tooltip */
p[data-bs-toggle="tooltip"] {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #666;
  display: inline-block
}

/* Responsive offcanvas popup menu */
.offcanvas-body .navbar-nav .menu-item a.btn {
  margin-top: 4px;
  margin-bottom: 12px;
}

.offcanvas .offcanvas-header .btn-close {
  background-size: 1.1rem;
  
  --bs-btn-close-color: var(--nq-text-color);
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;  
  opacity: 1 !important;
  background-color: transparent !important;
  color: var(--nq-text-color) !important;  
}

.offcanvas .offcanvas-header .btn-close:hover,
.offcanvas .offcanvas-header .btn-close:focus {
  opacity: 1 !important;
  background-color: transparent !important;
  color: var(--nq-text-color) !important;
}

.offcanvas .menu-item a.btn {
  padding: 8px 24px;
}

.offcanvas .menu-item  {
  padding-top: 6px;
  padding-bottom: 6px;
}

.offcanvas .dropdown-languages img {
  height: 32px;
  width: 32px;
  margin-top: 16px;
}

.offcanvas .dropdown-languages li a.dropdown-item span {
  display: inline-block;
  margin-top: 14px;
  margin-left: 8px;
  font-weight: 500;
}

.offcanvas .navbar-nav li ul.sub-menu.dropdown-menu {
  min-width: 80%;
}

.offcanvas-menu-functions .btn {
  padding: 10px 30px;
  border-radius: 6px;
}

.offcanvas .nav-link {
  color: var(--nq-text-color);
}

.offcanvas .navbar-nav .menu-item:hover:not(:has(a.btn)) {
    background-color: none !important; 
}

/* Add circle before submenu items in offcanvas */
.offcanvas-body .dropdown-menu .nav-link::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #333;
  background-color: transparent;
  margin-right: 12px;
  vertical-align: middle;
}


/* show all language items in offcanvas languages dropdown  */
.offcanvas-menu-functions .dropdown-languages .dropdown-menu {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  box-shadow: none !important;
  z-index: inherit !important
}

.offcanvas-menu-functions .dropdown-languages ul .dropdown-item span,
.offcanvas-menu-functions .dropdown-languages .dropdown-toggle::after {
  display: none !important;
}

.offcanvas-menu-functions .dropdown-languages .dropdown-toggle {
  text-decoration: none;
}

.offcanvas-menu-functions .dropdown-languages .dropdown-item:hover {
  background: inherit !important;
  color: inherit !important;
}

.offcanvas-menu-functions .dropdown-languages .dropdown-item {
  padding: 0px !important;
}

.offcanvas-menu-functions .dropdown-languages {
  display: flex;
}
/* END: show all language items in offcanvas languages dropdown  */

/* Disable Popper positioning and show submenus as blocks in offcanvas menu */
.offcanvas-body .dropdown-menu {
  position: static !important;
  display: none;
  transform: none !important;
  margin: 0 !important;
  border: none;
  box-shadow: none;
  background: none;
}

.offcanvas-body .dropdown.show > .dropdown-menu,
.offcanvas-body .nav-item.show > .dropdown-menu {
  display: block !important;
}

.offcanvas-body .dropdown-toggle::after {
  display: inline-block;
  transform: rotate(316deg);
  float: right;
  margin-left: auto;  
  margin-right: 3px;
  margin-top: 3px;
}

.offcanvas-body .dropdown.show .dropdown-toggle::after {
  transform: rotate(45deg);
}
/* END: Disable Popper positioning and show submenus as blocks in offcanvas menu *


/* Footer */
.widget_nav_menu ul.menu,
.footer-widget ul.menu {
  display: flex;
  flex-direction: column;
  gap: 0.5em; /* optional spacing between items */
}

footer .footer-top{
    padding-block: 3.6875rem 2.4375rem;
    border-top-left-radius: 3.75rem;
    border-top-right-radius: 3.75rem;
}
footer .footer-bottom {
  padding-bottom: 20px;
}

footer .footer-widget ul.menu {
  box-shadow: none !important;
  padding: 0 !important;
}

footer .footer-widget-title {
  font-weight: bold;
  margin-bottom: 4px;
}

footer .menu {
  background-color: transparent !important;
}


/* Blog posts */
.nq-vuexy-blog article img.wp-post-image {
  max-width: 100%;
  height: auto;
}

.nq-vuexy-blog article.card {
  box-shadow: none;
}

.nq-vuexy-blog .blog-sidebar .wp-block-categories-list {
  list-style: none;
  padding-left: 0;
}

.nq-vuexy-blog .blog-sidebar .wp-block-categories-list > li a::before{
  content: "\00BB";       /* Unicode escape for » */
  margin-right: 8px;
  font-size: 1.5em;
  font-weight: 500;
}

.nq-vuexy-blog .blog-sidebar .wp-block-categories-list > li {
    padding: 10px 0;
    border-bottom: 1px dashed #c0c0c0;

  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
  display: block;    
}

.nq-vuexy-blog .blog-sidebar .wp-block-categories-list > li:hover {
  transform: translateX(8px);
}

.nq-vuexy-blog .wp-block-latest-posts li a,
.nq-vuexy-blog .blog-sidebar .wp-block-categories-list > li a {
    /* blog category link, in sidebar */
    color: var(--nq-text-color);
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2em;
}

.nq-vuexy-blog .wp-block-latest-posts .wp-post-image {
    width: 90px !important;
    height: auto !important;
    display: block !important;
    max-width: inherit !important;
}

.nq-vuexy-blog .wp-block-latest-posts li {
  padding: 14px 0;
  border-bottom: 1px dashed #c0c0c0;

  display: flex;
  align-items: center;
}

.nq-vuexy-blog .wp-block-latest-posts li a { 
  padding-left: 10px;
}

.nq-vuexy-blog .pagination .page-item .page-link {
    border-radius: 0.375rem !important;
}

.nq-vuexy-blog article.post .card-body {
  padding: 20px 0px;
}

.nq-vuexy-blog article.post .card-title a,
.nq-vuexy-blog article.post .card-title {
  color: var(--nq-text-color);
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 2.3rem;
}

.nq-vuexy-blog article.post .card-meta.categories,
.nq-vuexy-blog article.post .card-meta.date {
  font-size: 1.1rem;
}

.nq-vuexy-blog-single article .author-name {
  font-weight: 600;
  color: var(--nq-text-color);
}

.nq-vuexy-blog-single article .post-single-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.8rem;
}

.nq-vuexy-blog-single article .social-links a .ti {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.8rem;
  color: var(--nq-text-color);
}

.nq-vuexy-blog-single article .badges .nq-badge {
  padding: 7px 16px;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.4;
}

.nq-vuexy-blog-single article .badges .nq-badge:hover,
.nq-vuexy-blog-single article .badges .nq-badge:hover a {
    background-color: #555 !important;
    color: #fff !important;
}

.nq-vuexy-blog-single article .author-avatar img {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
}

.nq-vuexy-blog-single article .post-top-author .author-avatar img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
}

.nq-vuexy-blog-single article .post-bottom-author .author-name {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.nq-vuexy-blog-single article .related-post-image {
  max-width: 225px !important;
  height: auto !important;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.nq-vuexy-blog-single article .related-post-item {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.nq-vuexy-blog-single article .related-post-item > * {  
  padding-left: 0px;
  padding-right: 0px;
}

.nq-vuexy-blog-single article .related-post-item a {
  color: var(--nq-text-color);
}

/* lightbox function when enabled for an image ( attributes ) */
.nq-vuexy-lightbox-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nq-vuexy-lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  border-radius: 8px;
}

/* reviews & marketing cards */
.nq-marketing-card,
.nq-review-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.nq-review-card {
  padding: 16px;
}

.nq-marketing-card {
  overflow: hidden;
}

.nq-marketing-card img {
  max-width: 100%;
  height: auto;
}
.nq-review-card .nq-review-title {
  font-weight:bold;
  font-size:1.2em;
  color: var(--nq-text-color);
}

.nq-review-card .nq-review-content {
  margin:1em 0;
}

.nq-review-card .nq-review-footer {
  display:flex;
  align-items:center;
  gap:1em;
  margin-top: auto;
}

.nq-review-card .nq-review-profile-img {
  width:64px !important;
  height:64px !important;
  border-radius:50%;
  object-fit:cover;
}

.nq-review-card .nq-review-stars {
  display: flex;
  gap: 8px;
  padding-top: 6px;
}

.nq-review-card .nq-review-stars svg {
  color:#f5b50a;
  font-size: 1.2em;
  margin-bottom:0.5em;
  width: 22px;
  height: 22px;
}

.nq-marketing-vertical,
.nq-reviews-vertical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: auto;
}

.nq-marketing-vertical .nq-marketing-card,
.nq-reviews-vertical .nq-review-card {
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .nq-marketing-vertical,
  .nq-reviews-vertical {
    grid-template-columns: 1fr;
  }
}

.nq-marketing-horizontal,
.nq-reviews-horizontal {
  overflow-x: hidden;
  position: relative;
}

.nq-marketing-track,
.nq-reviews-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
  gap: 3em;
  scroll-snap-type: x mandatory;
}

.nq-marketing-horizontal .nq-marketing-card,
.nq-reviews-horizontal .nq-review-card {
  flex: 0 0 auto;
  scroll-snap-align: center;
  scroll-snap-stop: always; 
  
  height: auto; /* Let each card have it's own height */
  align-self: flex-start; /* Let each card have it's own height */
}

.nq-marketing-dots,
.nq-reviews-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 1em;
  padding: 0 10px;
}

.nq-marketing-dot,
.nq-reviews-dot {
  display: inline-block;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.nq-marketing-dot.active,
.nq-reviews-dot.active {
  background: #333;
}

@media (max-width: 767.98px) {
  .nq-marketing-dot,
  .nq-reviews-dot {
    width: 12px; 
    height: 12px;
  }

  .nq-reviews-horizontal .nq-review-card,
  .nq-marketing-horizontal .nq-marketing-card {
    width: 100%;
    flex: 0 0 100%;
  }
  
  .nq-marketing-track,
  .nq-reviews-track {
    gap: 0;
  }
}

/* subscription overlay in blog posts */
.nq-subscription-overlay {
  /*position: absolute;
  left: 0;
  bottom: 0;
  min-height: 200px;*/

  width: 100%;
  z-index: 10;
  margin-top: -180px;

  /*display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  pointer-events: auto;
  
  background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, #c5c5c5 80%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, #c5c5c5 80%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, #c5c5c5 80%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 50%, #c5c5c5 80%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 50%, #c5c5c5 80%);
  padding: 2.5rem 1rem 1.5rem 1rem;
  box-sizing: border-box;*/
}

.nq-subscription-overlay img {
  width: 100%;
  height: auto;
}

.nq-subscription-overlay-content {
    padding: 1.5rem;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    color: #555555;
    font-size: 90%;
    border-radius: 5px;
    line-height: 1.6;
    margin-top: 2rem;
}

.nq-subscription-overlay-content,
.nq-subscription-overlay-content a.btn,
.nq-subscription-overlay-content a.gbp-text,
.nq-subscription-overlay-content a.btn:hover,
.nq-subscription-overlay-content li,
.nq-subscription-overlay-content p {
  color: var(--nq-text-color);
}

.nq-subscription-overlay-content a.gbp-button--primary:hover,
.nq-subscription-overlay-content a.gbp-button--primary{
  color: #fff;
}

.nq-subscription-overlay-content a {
 color: #3f90ae;
}

.nq-subscription-overlay-content a:hover {
 color: #629eb4;
}

/* blog post risk warning from theme settings displayed on a single blog post */
.nq-blog-risk-warning {
    padding: 1.5rem;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    color: #555555;
    font-size: 90%;
    border-radius: 5px;
    line-height: 1.6;
    margin-top: 2rem;
}

.nq-blog-risk-warning-title {
    font-weight: 600;
    font-size: 1.2em;
}

.nq-blog-risk-warning-title i.tabler {
    margin-right: 8px;
    color: #f5b50a;
}

/* Scroll to top */
#scrollUp {
  opacity: 0.9;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #d3d3d3;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(47, 43, 61, 0.12);
}

#scrollUp:hover {
  background-color: #919191;
}

#scrollUp i.ti {
  font-size: 1.5rem;
  color: #f0f0f0;
}

#scrollUp.show {
  display: inline-flex;
}

/* lite-vimeo player */
.lite-vimeo {
  position: relative;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
}
.lite-vimeo .play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border: 0;
  background: transparent;
}
.lite-vimeo .play::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="currentColor" class="icon icon-tabler icons-tabler-filled icon-tabler-player-play"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 4v16a1 1 0 0 0 1.524 .852l13 -8a1 1 0 0 0 0 -1.704l-13 -8a1 1 0 0 0 -1.524 .852z" /></svg>') center/contain no-repeat;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.5));
}
.lite-vimeo.loaded .play { display: none; }
.lite-vimeo iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Icons from tabler: https://tabler.io/icons */
.tabler-check {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>') center/contain no-repeat;
}
.tabler-check-white {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>') center/contain no-repeat;
}

.tabler-check-white-2x {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>') center/contain no-repeat;
}

.tabler-x {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-x"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M18 6l-12 12" /><path d="M6 6l12 12" /></svg>') center/contain no-repeat;
}

.tabler-chevrons-left {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-chevrons-left"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M11 7l-5 5l5 5" /><path d="M17 7l-5 5l5 5" /></svg>') center/contain no-repeat;
}

.tabler-chevron-left {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-left"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 6l-6 6l6 6" /></svg>') center/contain no-repeat;
}

.tabler-chevron-right {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>') center/contain no-repeat;
}

.tabler-chevrons-right {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-chevrons-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 7l5 5l-5 5" /><path d="M13 7l5 5l-5 5" /></svg>') center/contain no-repeat;
}

.tabler-brand-instagram {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-instagram"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 8a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4l0 -8" /><path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" /><path d="M16.5 7.5v.01" /></svg>') center/contain no-repeat;
}

.tabler-brand-facebook {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-facebook"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3" /></svg>') center/contain no-repeat;
}

.tabler-brand-youtube {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-youtube"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M2 8a4 4 0 0 1 4 -4h12a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-8" /><path d="M10 9l5 3l-5 3l0 -6" /></svg>') center/contain no-repeat;
}

.tabler-brand-linkedin {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-linkedin"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 11v5" /><path d="M8 8v.01" /><path d="M12 16v-5" /><path d="M16 16v-3a2 2 0 1 0 -4 0" /><path d="M3 7a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4l0 -10" /></svg>') center/contain no-repeat;
}

.tabler-brand-x {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-x"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4l11.733 16h4.267l-11.733 -16l-4.267 0" /><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772" /></svg>') center/contain no-repeat;
}


.tabler-brand-instagram-white {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-instagram"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 8a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4l0 -8" /><path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" /><path d="M16.5 7.5v.01" /></svg>') center/contain no-repeat;
}

.tabler-brand-facebook-white {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-facebook"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3" /></svg>') center/contain no-repeat;
}

.tabler-brand-youtube-white {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-youtube"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M2 8a4 4 0 0 1 4 -4h12a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-8" /><path d="M10 9l5 3l-5 3l0 -6" /></svg>') center/contain no-repeat;
}

.tabler-brand-linkedin-white {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-linkedin"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 11v5" /><path d="M8 8v.01" /><path d="M12 16v-5" /><path d="M16 16v-3a2 2 0 1 0 -4 0" /><path d="M3 7a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4l0 -10" /></svg>') center/contain no-repeat;
}

.tabler-brand-x-white {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-x"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4l11.733 16h4.267l-11.733 -16l-4.267 0" /><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772" /></svg>') center/contain no-repeat;
}

.footer-social-links a .ti,
.social-links a .ti {
  display: inline-block;
}

/* FAQ-page */
/*.faq-section { display: none; }
a.faq-section-btn.active { background-color: #edf2f7; }

a.faq-section-btn.active::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.585l-1.999 .001a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l1.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z" /><path d="M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z" /><path d="M6 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z" /></svg>') center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.5));
}

@media (max-width: 992px) {
  a.faq-section-btn.active::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 24 24" fill="currentColor" class="icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-down-lines"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 8l-.117 .007a1 1 0 0 0 -.883 .993v1.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-1.999a1 1 0 0 0 -1 -1h-6z" /><path d="M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" /><path d="M15 5a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" /></svg>') center/contain no-repeat;
    margin-left: 12px;
    width: 42px;
    height: 42px;    
  }
}*/

/* END FAQ-page*/

/* Page Kavastus trender */

ul.best-secrets-list {
    list-style-type: none;
    padding-left: 0px;
}

.best-secrets-list li::before {
    color: #08bcc5;
    font-weight: bold;
    font-size: 19pt;
    content: "";
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>') center/contain no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
    vertical-align: top;
}

ul.best-secrets-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

/* END Page Kavastus trender */