@charset "UTF-8";

/*
Theme Name: CompaReview
Author: the WordPress team
Author URI: https://obsidianmedia.dk/
Description: CompaReview is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how CompaReview elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: compa-review
Domain Path: /languages
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

CompaReview WordPress Theme, (C) 2021 obsidianmedia.dk
CompaReview is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Open Sans Regular */
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-Regular.ttf")
    format("truetype");
  font-weight: normal;
}

/* Open Sans Bold */
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-Bold.ttf")
    format("truetype");
  font-weight: bold;
}

/* Open Sans SemiBold */
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-SemiBold.ttf")
    format("truetype");
  font-weight: 600; /* Adjust the font weight value as needed */
}

/* Roboto Regular */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/CompaReview/fonts/Roboto/Roboto-Regular.ttf")
    format("truetype");
  font-weight: normal;
}

/* Roboto Bold */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/CompaReview/fonts/Roboto/Roboto-Bold.ttf")
    format("truetype");
  font-weight: bold;
}

/* Roboto Medium */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/CompaReview/fonts/Roboto/Roboto-Medium.ttf")
    format("truetype");
  font-weight: 500; /* Adjust the font weight value as needed */
}

/* Variables */
:root {
  /* Font Family */
  --global--font-primary: var(--font-headings, "Open Sans", sans-serif);
  --global--font-secondary: var(--font-base, "Roboto", sans-serif);

  /* Font Size */
  --global--font-size-base: 16px;
  --global--font-size-xxs: 0.75rem;
  --global--font-size-xms: 0.875rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.2rem;
  --global--font-size-md: 1.3rem;
  --global--font-size-lg: 1.6rem;
  --global--font-size-xl: 2rem;
  --global--font-size-xxl: 2.7rem;
  --global--font-size-xxxl: 3.5rem;
  --global--font-size-page-title: var(--global--font-size-xxl);
  --global--letter-spacing: normal;

  /* Line Height */
  --global--line-height-body: 1.7;
  --global--line-height-heading: 1.3;
  --global--line-height-page-title: 1.1;

  /* Headings */
  --heading--font-family: var(--global--font-primary);
  --heading--font-size-h6: var(--global--font-size-xs);
  --heading--font-size-h5: var(--global--font-size-sm);
  --heading--font-size-h4: var(--global--font-size-md);
  --heading--font-size-h3: var(--global--font-size-lg);
  --heading--font-size-h2: var(--global--font-size-xl);
  --heading--font-size-h1: var(--global--font-size-page-title);
  --heading--letter-spacing-h6: 0.05em;
  --heading--letter-spacing-h5: 0.05em;
  --heading--letter-spacing-h4: var(--global--letter-spacing);
  --heading--letter-spacing-h3: var(--global--letter-spacing);
  --heading--letter-spacing-h2: var(--global--letter-spacing);
  --heading--letter-spacing-h1: var(--global--letter-spacing);
  --heading--line-height-h6: var(--global--line-height-heading);
  --heading--line-height-h5: var(--global--line-height-heading);
  --heading--line-height-h4: var(--global--line-height-heading);
  --heading--line-height-h3: var(--global--line-height-heading);
  --heading--line-height-h2: var(--global--line-height-heading);
  --heading--line-height-h1: var(--global--line-height-page-title);
  --heading--font-weight: normal;
  --heading--font-weight-page-title: 300;
  --heading--font-weight-strong: 600;

  /* Block: Latest posts */
  --latest-posts--title-font-family: var(--heading--font-family);
  --latest-posts--title-font-size: var(--heading--font-size-h3);
  --latest-posts--description-font-family: var(--global--font-secondary);
  --latest-posts--description-font-size: var(--global--font-size-sm);
  --list--font-family: var(--global--font-secondary);
  --definition-term--font-family: var(--global--font-primary);

  /* Colors */
  --global--color-black: #000;
  --global--color-dark-gray: #28303d;
  --global--color-gray: #757575;
  --global--color-light-gray: #f2f2f230;
  --global--color-green: #d1e4dd;
  --global--color-blue: #2c95d8;
  --global--color-white: #fff;
  --global--color-main: var(--global--color-blue);
  --global--color-cta-new: #00a3a1;

  /* AFP Pricetable Colors */
  --afp-title: #9e9e9e;
  --afp-border: #dadada;

  /* Body text color, site title, footer text color. */
  --global--color-secondary: var(--global--color-gray);

  /* Headings */
  --global--color-primary-hover: var(--global--color-main);
  --global--color-background: var(--global--color-green);

  /* Mint, default body background */
  --global--color-border: var(--global--color-gray);

  /* Used for borders (separators) */

  /* Spacing */
  --global--spacing-unit: 20px;
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 30px;

  /* Elevation */
  --global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);

  /* Forms */
  --form--font-family: var(--global--font-secondary);
  --form--font-size: var(--global--font-size-sm);
  --form--line-height: var(--global--line-height-body);
  --form--color-text: var(--global--color-dark-gray);
  --form--color-ranged: var(--global--color-secondary);
  --form--label-weight: 500;
  --form--border-color: var(--global--color-secondary);
  --form--border-width: 1px;
  --form--border-radius: 0;
  --form--spacing-unit: calc(0.5 * var(--global--spacing-unit));

  /* Cover block */
  --cover--height: calc(15 * var(--global--spacing-vertical));
  --cover--color-foreground: var(--global--color-white);
  --cover--color-background: var(--global--color-black);

  /* Buttons */
  --button--color-text: var(--global--color-background);
  --button--color-text-hover: var(--global--color-secondary);
  --button--color-text-active: var(--global--color-secondary);
  --button--color-background: var(--global--color-secondary);
  --button--color-background-active: var(--global--color-background);
  --button--font-family: var(--global--font-primary);
  --button--font-size: var(--global--font-size-base);
  --button--font-weight: 500;
  --button--line-height: 1.5;
  --button--border-width: 3px;
  --button--border-radius: 0;
  --button--padding-vertical: 15px;
  --button--padding-horizontal: calc(2 * var(--button--padding-vertical));

  /* entry */
  --entry-header--color: var(--global--color-black);
  --entry-header--color-link: currentColor;
  --entry-header--color-hover: var(--global--color-primary-hover);
  --entry-header--color-focus: var(--global--color-secondary);
  --entry-header--font-size: var(--heading--font-size-h2);
  --entry-content--font-family: var(--global--font-secondary);
  --entry-author-bio--font-family: var(--heading--font-family);
  --entry-author-bio--font-size: var(--heading--font-size-h4);

  /* Header */
  --branding--color-text: var(--global--color-main);
  --branding--color-link: var(--global--color-main);
  --branding--color-link-hover: var(--global--color-secondary);
  --branding--title--font-family: var(--global--font-primary);
  --branding--title--font-size: var(--global--font-size-lg);
  --branding--title--font-size-mobile: var(--heading--font-size-h4);
  --branding--title--font-weight: normal;
  --branding--title--text-transform: uppercase;
  --branding--description--font-family: var(--global--font-secondary);
  --branding--description--font-size: var(--global--font-size-sm);
  --branding--description--font-family: var(--global--font-secondary);
  --branding--logo--max-width: 220px;
  --branding--logo--max-height: 70px;
  --branding--logo--max-width-mobile: 96px;
  --branding--logo--max-height-mobile: 96px;

  /* Main navigation */
  --primary-nav--font-family: var(--global--font-primary);
  --primary-nav--font-family-mobile: var(--global--font-primary);
  --primary-nav--font-size: var(--global--font-size-xs);
  --primary-nav--font-size-sub-menu: var(--global--font-size-xs);
  --primary-nav--font-size-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-button: var(--global--font-size-xs);
  --primary-nav--font-style: normal;
  --primary-nav--font-style-sub-menu-mobile: normal;
  --primary-nav--font-weight: normal;
  --primary-nav--font-weight-button: 500;
  --primary-nav--color-link: var(--global--color-main);
  --primary-nav--color-link-hover: var(--global--color-primary-hover);
  --primary-nav--color-text: var(--global--color-main);
  --primary-nav--padding: calc(0.66 * var(--global--spacing-unit));
  --primary-nav--border-color: var(--global--color-main);

  /* Pagination */
  --pagination--color-text: var(--global--color-main);
  --pagination--color-link-hover: var(--global--color-primary-hover);
  --pagination--font-family: var(--global--font-secondary);
  --pagination--font-size: var(--global--font-size-lg);
  --pagination--font-weight: normal;
  --pagination--font-weight-strong: 700;

  /* Footer */
  --footer--color-text: var(--global--color-white);
  --footer--color-link: var(--global--color-white);
  --footer--color-link-hover: var(--global--color-secondary);
  --footer--font-family: var(--global--font-primary);
  --footer--font-size: var(--global--font-size-sm);

  /* Block: Pull quote */
  --pullquote--font-family: var(--global--font-primary);
  --pullquote--font-size: var(--heading--font-size-h3);
  --pullquote--font-style: normal;
  --pullquote--letter-spacing: var(--heading--letter-spacing-h4);
  --pullquote--line-height: var(--global--line-height-heading);
  --pullquote--border-width: 3px;
  --pullquote--border-color: var(--global--color-main);
  --pullquote--color-foreground: var(--global--color-main);
  --pullquote--color-background: var(--global--color-background);
  --quote--font-family: var(--global--font-secondary);
  --quote--font-size: var(--global--font-size-md);
  --quote--font-size-large: var(--global--font-size-xl);
  --quote--font-style: normal;
  --quote--font-weight: 700;
  --quote--font-weight-strong: bolder;
  --quote--font-style-large: normal;
  --quote--font-style-cite: normal;
  --quote--line-height: var(--global--line-height-body);
  --quote--line-height-large: 1.35;
  --separator--border-color: var(--global--color-border);
  --separator--height: 1px;

  /* Block: Table */
  --table--stripes-border-color: var(--global--color-light-gray);
  --table--stripes-background-color: var(--global--color-light-gray);
  --table--has-background-text-color: var(--global--color-dark-gray);

  /* Widgets */
  --widget--line-height-list: 1.9;
  --widget--line-height-title: 1.4;
  --widget--font-weight-title: 700;
  --widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));

  /* Admin-bar height */
  --global--admin-bar--height: 0px;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;

  /* 1 */
  -webkit-text-size-adjust: 100%;

  /* 2 */

  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/*eriders font*/

/*@font-face {
	font-family: segoe UI;
	src: url('https://adventuresports.dk/wp-content/themes/CompaReview/fonts/segoe_uI.woff') format('woff'),
		url('https://adventuresports.dk//wp-content/themes/CompaReview/fonts/segoe_uI_bold.woff') format('woff'),
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}*/

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;

  /* 1 */
  height: 0;

  /* 1 */
  overflow: visible;

  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;

  /* 1 */
  font-size: 1em;

  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;

  /* 1 */
  text-decoration: underline;

  /* 2 */
  text-decoration-style: dotted;

  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;

  /* 1 */
  font-size: 1em;

  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;

  /* 1 */
  font-size: 100%;

  /* 1 */
  line-height: 1.15;

  /* 1 */
  margin: 0;

  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;

  /* 1 */
  color: inherit;

  /* 2 */
  display: table;

  /* 1 */
  max-width: 100%;

  /* 1 */
  padding: 0;

  /* 3 */
  white-space: normal;

  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;

  /* 1 */
  padding: 0;

  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;

  /* 1 */
  outline-offset: -2px;

  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;

  /* 1 */
  font: inherit;

  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h2,
h3,
h4 {
  font-weight: bold;
}

/**
 * Responsive Styles
 */

/**
 * Required Variables
 */

/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: calc(
    2 * var(--global--spacing-horizontal) * 0.6
  );
  --responsive--aligndefault-width: calc(
    100vw - var(--responsive--spacing-horizontal)
  );
  --responsive--alignwide-width: calc(
    100vw - var(--responsive--spacing-horizontal)
  );
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {
  :root {
    --responsive--aligndefault-width: min(
      calc(100vw - 4 * var(--global--spacing-horizontal)),
      610px
    );
    --responsive--alignwide-width: calc(
      100vw - 4 * var(--global--spacing-horizontal)
    );
    --responsive--alignright-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    );
    --responsive--alignleft-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    );
  }
}

@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width: min(
      calc(100vw - 8 * var(--global--spacing-horizontal)),
      610px
    );
    --responsive--alignwide-width: min(
      calc(100vw - 8 * var(--global--spacing-horizontal)),
      1240px
    );
  }
}

/**
 * Extends
 */
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .wp-block-separator
  ):not(.woocommerce),
*[class*="inner-container"]
  > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(
    .alignright
  ):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.widget-area,
.pagination,
.comments-pagination,
.post-navigation,
.site-header,
.alignwide,
.wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  max-width: 100%;
  position: relative;
  font-size: 12px;
}

.alignfull,
.wp-block-group .wp-block-group__inner-container > *.alignfull,
.full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 482px) {
  .alignfull,
  .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-header .post-thumbnail,
.singular .post-thumbnail,
.alignfull [class*="inner-container"] > .alignwide,
.alignwide [class*="inner-container"] > .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width);
}

@media only screen and (min-width: 482px) {
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: var(--responsive--alignleft-margin);

    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
  }
}

@media only screen and (min-width: 482px) {
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);

    /*rtl:ignore*/
    margin-right: var(--responsive--alignright-margin);
  }
}

/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */

/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */

.site-main,
.widget-area,
.site-footer {
  padding-top: var(--global--spacing-vertical);
  padding-bottom: var(--global--spacing-vertical);
  margin-left: auto;
  margin-right: auto;
}

.site-main {
  padding: 0;
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
.site-main > * {
  margin-top: calc(3 * var(--global--spacing-vertical));
}

.site-main > *:first-child {
  margin-top: 0;
}

.site-main > *:last-child {
  margin-bottom: 0;
}

/**
 * Set the default maximum responsive content-width
 */

/**
 * Set the wide maximum responsive content-width
 */

/**
 * Set the full maximum responsive content-width
 */

/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
  margin-top: var(--global--spacing-vertical);
  margin-right: auto;
  margin-bottom: var(--global--spacing-vertical);
  margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*="inner-container"] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .site-main > article > *,
  .site-main > .not-found > *,
  .entry-content > *,
  [class*="inner-container"] > *,
  .wp-block-template-part > *,
  .wp-block-post-template :where(li > *) {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*="inner-container"] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
  margin-top: 0;
}

.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*="inner-container"] > *:last-child,
.wp-block-template-part > *:last-child,
.wp-block-post-template :where(li > *):last-child {
  margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}

.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.widget > *:first-child {
  margin-top: 0;
}

.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.widget > *:last-child {
  margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {
  /* Reset alignleft and alignright margins after alignfull */
}

.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull.has-background {
  margin-top: 0;
}

.entry-content > *:last-child,
.entry-content > *.alignfull.has-background {
  margin-bottom: 0;
}

.entry-content > *.alignfull + .alignleft,
.entry-content > *.alignfull + .alignright {
  margin-top: var(--global--spacing-vertical);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--global--font-secondary);
  line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-size: var(--global--font-size-base);
  font-weight: normal;
  color: var(--global--color-black);
  text-align: left;
  background-color: var(--global--color-background);
}

button {
  cursor: pointer;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
blockquote {
  padding: 0;
  position: relative;
  margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical)
    var(--global--spacing-horizontal);
}

blockquote > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}

blockquote > *:first-child {
  margin-top: 0;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote p {
  letter-spacing: var(--heading--letter-spacing-h4);
  font-family: var(--quote--font-family);
  font-size: var(--quote--font-size);
  font-style: var(--quote--font-style);
  font-weight: var(--quote--font-weight);
  line-height: var(--quote--line-height);
}

blockquote cite,
blockquote footer {
  font-weight: normal;
  color: var(--global--color-main);
  font-size: var(--global--font-size-xs);
  letter-spacing: var(--global--letter-spacing);
}

blockquote.alignleft,
blockquote.alignright {
  padding-left: inherit;
}

blockquote.alignleft p,
blockquote.alignright p {
  font-size: var(--heading--font-size-h5);
  max-width: inherit;
  width: inherit;
}

blockquote.alignleft cite,
blockquote.alignleft footer,
blockquote.alignright cite,
blockquote.alignright footer {
  font-size: var(--global--font-size-xs);
  letter-spacing: var(--global--letter-spacing);
}

blockquote strong {
  font-weight: var(--quote--font-weight-strong);
}

blockquote:before {
  content: "“";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  position: absolute;
  left: calc(-0.5 * var(--global--spacing-horizontal));
}

blockquote .wp-block-quote__citation,
blockquote cite,
blockquote footer {
  color: var(--global--color-main);
  font-size: var(--global--font-size-xs);
  font-style: var(--quote--font-style-cite);
}

@media only screen and (max-width: 481px) {
  .product-slider .single-slide img {
    height: 200px !important;
  }

  blockquote {
    padding-left: calc(0.5 * var(--global--spacing-horizontal));
  }

  blockquote:before {
    left: 0;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.site textarea {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.site textarea:focus {
  color: var(--form--color-text);
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="color"]:disabled,
.site textarea:disabled {
  opacity: 0.7;
}

.is-dark-theme input[type="text"],
.is-dark-theme input[type="email"],
.is-dark-theme input[type="url"],
.is-dark-theme input[type="password"],
.is-dark-theme input[type="search"],
.is-dark-theme input[type="number"],
.is-dark-theme input[type="tel"],
.is-dark-theme input[type="date"],
.is-dark-theme input[type="month"],
.is-dark-theme input[type="week"],
.is-dark-theme input[type="time"],
.is-dark-theme input[type="datetime"],
.is-dark-theme input[type="datetime-local"],
.is-dark-theme input[type="color"],
.is-dark-theme .site textarea {
  background: var(--global--color-white-90);
}

input[type="search"]:focus {
  outline-offset: -7px;
}

.is-dark-theme input[type="search"]:focus {
  outline-color: var(--global--color-background);
}

input[type="color"] {
  padding: calc(var(--form--spacing-unit) / 2);
  height: calc(4 * var(--form--spacing-unit));
}

input[type="email"],
input[type="url"] {
  /*rtl:ignore*/
  direction: ltr;
}

select {
  border: var(--form--border-width) solid var(--form--border-color);
  color: var(--form--color-text);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit))
    var(--form--spacing-unit) var(--form--spacing-unit);
  background: var(--global--color-white)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>")
    no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
}

select:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
}

.is-dark-theme select {
  background: var(--global--color-white-90)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>")
    no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
}

textarea {
  width: 100%;
}

label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

/**
https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/
https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker.
License: MIT.
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
    border: var(--form--border-width) solid var(--form--border-color);
    background: var(--global--color-white);
  }

  input[type="checkbox"]:disabled,
  input[type="radio"]:disabled {
    opacity: 0.7;
  }

  .is-dark-theme input[type="checkbox"],
  .is-dark-theme input[type="radio"] {
    background: var(--global--color-white-90);
  }

  input[type="checkbox"]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color);
  }

  input[type="checkbox"]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 2px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
  }

  input[type="checkbox"]:checked {
    color: var(--form--color-text);
  }

  input[type="checkbox"]:checked:after {
    opacity: 1;
  }

  input[type="radio"] {
    border-radius: 50%;
  }

  input[type="radio"]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color);
  }

  input[type="radio"]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--form--color-text);
  }

  input[type="radio"]:checked {
    border: 4px solid var(--form--border-color);
  }

  input[type="radio"]:checked:after {
    opacity: 1;
  }

  input[type="radio"]:checked:focus {
    outline-offset: 4px;
    outline: 2px dotted var(--form--border-color);
  }
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  padding-left: 10px;
  font-size: var(--global--font-size-xs);
  vertical-align: top;
}

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="range"] {
    -webkit-appearance: none;

    /* Hides the slider so that custom slider can be made */
    width: 100%;

    /* Specific width is required for Firefox. */
    height: 6px;
    background: var(--form--color-ranged);
    border-radius: 6px;
    outline-offset: 10px;
  }

  input[type="range"]:disabled {
    opacity: 0.7;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer;
  }

  input[type="range"]::-moz-range-thumb {
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer;
    box-sizing: border-box;
  }
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  border-width: 19px 0;
  border-color: var(--global--color-background);
  background: transparent;
  color: transparent;
  cursor: pointer;
}

input[type="range"]::-ms-fill-upper {
  background: var(--form--color-ranged);
  border-radius: 6px;
}

input[type="range"]::-ms-fill-lower {
  background: var(--form--color-ranged);
  border-radius: 6px;
}

input[type="range"]::-ms-thumb {
  border: 3px solid var(--form--color-ranged);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: var(--global--color-background);
  cursor: pointer;
}

fieldset {
  display: grid;
  border-color: var(--global--color-secondary);
  padding: var(--global--spacing-horizontal);
}

fieldset legend {
  font-size: var(--global--font-size-lg);
}

fieldset input[type="submit"] {
  max-width: max-content;
}

fieldset input:not([type="submit"]) {
  margin-bottom: var(--global--spacing-unit);
}

fieldset input[type="radio"],
fieldset input[type="checkbox"] {
  margin-bottom: 0;
}

fieldset input[type="radio"] + label,
fieldset input[type="checkbox"] + label {
  font-size: var(--form--font-size);
  padding-left: 0;
  margin-bottom: var(--global--spacing-unit);
}

::-moz-placeholder {
  opacity: 1;
}

.post-password-message {
  font-size: var(--global--font-size-lg);
}

.post-password-form {
  display: flex;
  flex-wrap: wrap;
}

.post-password-form__label {
  width: 100%;
  margin-bottom: 0;
}

.post-password-form input[type="password"] {
  flex-grow: 1;
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-right: calc(0.66 * var(--global--spacing-horizontal));
}

.post-password-form__submit {
  margin-top: calc(var(--global--spacing-vertical) / 3);
}

@media only screen and (min-width: 592px) {
  .post-password-form__submit {
    margin-left: calc(0.4 * var(--global--spacing-horizontal));
  }
}

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

/* Classic editor images */
.entry-content img {
  max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Media captions */
figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
  color: currentColor;
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
  margin-bottom: 0;
}

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Over here, place any elements that do not need to have their own file. */
b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  white-space: pre;
  overflow-x: auto;
}

/*
 * text-underline-offset doesn't work in Chrome at all 👎
 * But looks nice in Safari/Firefox, so let's keep it and
 * maybe Chrome will support it soon.
 */
a {
  cursor: pointer;
  color: var(--wp--style--color--link, var(--global--color-main));
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  transition: 0.2s ease-in-out;
}

a:hover {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  transition: 0.2s ease-in-out;
}

.product-link:hover,
.product-link:focus {
  background-color: var(--global--color-main);
  transition: 0.2s ease-in-out;
  color: #fff !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  text-decoration: underline 1px dotted currentColor;
  text-decoration-skip-ink: none;
}

.is-dark-theme
  .site
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: var(--global--color-black);
  color: var(--global--color-white);
  text-decoration: none;
}

.is-dark-theme
  .site
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button)
  .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}

.has-background-white
  .site
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: var(--wp--style--color--link, var(--global--color-white));
}

.has-background-white
  .site
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button)
  .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}

.site
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  outline-offset: -2px;
}

.site
  a:focus:not(.wp-block-button__link):not(
    .wp-block-file__button
  ).skip-link:focus {
  color: #21759b;
  background-color: #f1f1f1;
}

.site
  a:focus:not(.wp-block-button__link):not(
    .wp-block-file__button
  ).custom-logo-link {
  background: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: none;
}

.has-background .has-link-color a,
.has-background.has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-main));
}

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
.wp-block-audio audio:focus {
  outline-offset: 5px;
  outline: 2px solid var(--global--color-main);
}

/**
 * Button
 */
.site .button,
button,
input[type="submit"],
input[type="reset"],
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  border: var(--button--border-width) solid transparent;
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
}

.site .button:not(:hover):not(:active):not(.has-text-color),
button:not(:hover):not(:active):not(.has-text-color),
input[type="submit"]:not(:hover):not(:active):not(.has-text-color),
input[type="reset"]:not(:hover):not(:active):not(.has-text-color),
.wp-block-search
  .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button
  .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-file
  a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}

.has-background .site .button:not(:hover):not(:active):not(.has-text-color),
.has-background button:not(:hover):not(:active):not(.has-text-color),
.has-background
  input[type="submit"]:not(:hover):not(:active):not(.has-text-color),
.has-background
  input[type="reset"]:not(:hover):not(:active):not(.has-text-color),
.has-background
  .wp-block-search
  .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.has-background
  .wp-block-button
  .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.has-background
  .wp-block-file
  a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--global--color-main));
}

.has-background
  .site
  .button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background
  button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background
  input[type="submit"]:not(:hover):not(:active):not(
    .has-text-color
  ).has-background,
.has-background
  input[type="reset"]:not(:hover):not(:active):not(
    .has-text-color
  ).has-background,
.has-background
  .wp-block-search
  .wp-block-search__button:not(:hover):not(:active):not(
    .has-text-color
  ).has-background,
.has-background
  .wp-block-button
  .wp-block-button__link:not(:hover):not(:active):not(
    .has-text-color
  ).has-background,
.has-background
  .wp-block-file
  a.wp-block-file__button:not(:hover):not(:active):not(
    .has-text-color
  ).has-background {
  color: var(--global--color-main);
}

.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type="submit"]:not(:hover):not(:active):not(.has-background),
input[type="reset"]:not(:hover):not(:active):not(.has-background),
.wp-block-search
  .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button
  .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file
  a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-main);
}

.has-background .site .button:not(:hover):not(:active):not(.has-background),
.has-background button:not(:hover):not(:active):not(.has-background),
.has-background
  input[type="submit"]:not(:hover):not(:active):not(.has-background),
.has-background
  input[type="reset"]:not(:hover):not(:active):not(.has-background),
.has-background
  .wp-block-search
  .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.has-background
  .wp-block-button
  .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.has-background
  .wp-block-file
  a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--global--color-main));
}

.site .button:hover,
.site .button:active,
button:hover,
button:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active {
  background-color: transparent;
  border-color: currentColor;
  color: inherit;
}

.site .button:disabled,
button:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
.wp-block-search .wp-block-search__button:disabled,
.wp-block-button .wp-block-button__link:disabled,
.wp-block-file a.wp-block-file__button:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}

/**
 * Block Options
 */
.wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}

.has-background
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--global--color-background));
}

.has-background
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(:hover):not(:active):not(
    .has-text-color
  ).has-background {
  color: var(--global--color-main);
}

.wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-main);
}

.has-background
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--global--color-main));
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  border-color: currentColor !important;
  background-color: transparent !important;
  color: inherit !important;
}

.wp-block-button.is-style-outline
  .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-button.is-style-outline
  .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-button.is-style-outline
  .wp-block-button__link:not(:hover):not(:active).has-background {
  border-color: currentColor;
}

.wp-block-button.is-style-outline
  .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-main);
}

.has-background
  .wp-block-button.is-style-outline
  .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-primary, var(--global--color-main));
}

.has-background
  .wp-block-button.is-style-outline
  .wp-block-button__link:not(:hover):not(:active).has-background:not(
    .has-text-color
  ) {
  color: inherit;
}

.wp-block-button.is-style-outline
  .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  border-color: transparent !important;
  background-color: var(--global--color-main) !important;
  color: var(--global--color-background) !important;
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-background
  .wp-block-button.is-style-outline
  .wp-block-button__link:active {
  background-color: var(
    --local--color-primary,
    var(--global--color-main)
  ) !important;
  color: var(
    --local--color-background,
    var(--global--color-background)
  ) !important;
}

.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-text-color
  .wp-block-button.is-style-outline
  .wp-block-button__link:active {
  color: var(
    --local--color-background,
    var(--global--color-background)
  ) !important;
}

.wp-block-button .is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline .wp-block-button__link[style*="radius"]:focus,
.wp-block-button a.wp-block-button__link[style*="radius"]:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--button--color-background);
}

.wp-block-code {
  border-color: var(--global--color-border);
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  padding: var(--global--spacing-unit);
}

.wp-block-code code {
  color: var(--global--color-main);
  white-space: pre;
  overflow-x: auto;
  display: block;
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both;
}

.wp-block-columns .wp-block-column > * {
  margin-top: calc(0.66 * var(--global--spacing-vertical));
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: var(--global--spacing-vertical);
  }
}

@media only screen and (min-width: 822px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}

.wp-block-columns.is-style-twentytwentyone-columns-overlap {
  justify-content: space-around;
}

@media only screen and (min-width: 652px) {
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n) {
    margin-left: calc(-2 * var(--global--spacing-horizontal));
    margin-top: calc(2.5 * var(--global--spacing-horizontal));
    z-index: 2;
  }

  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > p:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > h1:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > h2:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > h3:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > h4:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > h5:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > h6:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > ul:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > ol:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > pre:not(.has-background) {
    background-color: var(--global--color-background);
    padding: var(--global--spacing-unit);
  }

  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > ul:not(.has-background),
  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n)
    > ol:not(.has-background) {
    padding-left: calc(2 * var(--global--spacing-horizontal));
  }

  .wp-block-columns.is-style-twentytwentyone-columns-overlap
    .wp-block-column:nth-child(2n).is-vertically-aligned-center {
    margin-top: 0;
  }
}

.wp-block-columns.alignfull .wp-block-column p:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-cover,
.wp-block-cover-image {
  background-color: var(--cover--color-background);
  min-height: var(--cover--height);
  margin-top: inherit;
  margin-bottom: inherit;

  /* default & custom background-color */

  /* Treating H2 separately to account for legacy /core styles */

  /* Block Styles */

  /* The background color class is used just for the overlay, and does not need to be applied to the inner container. */
}

.wp-block-cover:not(.alignwide):not(.alignfull),
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
  clear: both;
}

.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-cover
  .wp-block-cover__inner-container
  a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover
  .wp-block-cover-image-text
  a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover
  .wp-block-cover-text
  a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image
  .wp-block-cover__inner-container
  a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image
  .wp-block-cover-image-text
  a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image
  .wp-block-cover-text
  a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: currentColor;
}

.wp-block-cover .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover .wp-block-cover-image-text .has-link-color a,
.wp-block-cover .wp-block-cover-text .has-link-color a,
.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover-image .wp-block-cover-image-text .has-link-color a,
.wp-block-cover-image .wp-block-cover-text .has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-main));
}

.wp-block-cover:not([class*="background-color"])
  .wp-block-cover__inner-container,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover-image:not([class*="background-color"])
  .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*="background-color"])
  .wp-block-cover-image-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
  color: var(--cover--color-foreground);
}

.wp-block-cover h2,
.wp-block-cover-image h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  max-width: inherit;
  text-align: inherit;
  padding: 0;
}

.wp-block-cover h2.has-text-align-left,
.wp-block-cover-image h2.has-text-align-left {
  text-align: left;
}

.wp-block-cover h2.has-text-align-center,
.wp-block-cover-image h2.has-text-align-center {
  text-align: center;
}

.wp-block-cover h2.has-text-align-right,
.wp-block-cover-image h2.has-text-align-right {
  text-align: right;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: calc(100% - calc(2 * var(--global--spacing-vertical)));
}

.wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-cover-image .wp-block-cover__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-cover .wp-block-cover__inner-container > *,
  .wp-block-cover-image .wp-block-cover__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  margin-top: 0;
}

.wp-block-cover.alignleft > *,
.wp-block-cover.alignright > *,
.wp-block-cover-image.alignleft > *,
.wp-block-cover-image.alignright > * {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(2 * var(--global--spacing-vertical));
  padding-left: var(--global--spacing-horizontal);
  padding-right: var(--global--spacing-horizontal);
  width: 100%;
}

.wp-block-cover.has-left-content,
.wp-block-cover.has-right-content,
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content {
  justify-content: center;
}

.wp-block-cover.is-style-twentytwentyone-border,
.wp-block-cover-image.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-cover[class*="-background-color"][class]
  .wp-block-cover__inner-container,
.wp-block-cover-image[class*="-background-color"][class]
  .wp-block-cover__inner-container {
  background-color: unset;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: inherit;
}

.wp-block-file a.wp-block-file__button {
  display: inline-block;
}

.wp-block-gallery {
  margin: 0 auto;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - var(--global--spacing-unit)) / 2);
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  color: var(--global--color-white);
  font-size: var(--global--font-size-xs);
}

.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a {
  color: var(--global--color-white);
}

.wp-block-gallery .blocks-gallery-image figcaption a:focus,
.wp-block-gallery .blocks-gallery-item figcaption a:focus {
  background-color: transparent;
  outline: 2px solid var(--wp--style--color--link, var(--global--color-main));
  text-decoration: none;
}

.wp-block-gallery .blocks-gallery-image a:focus img,
.wp-block-gallery .blocks-gallery-item a:focus img {
  outline-offset: 2px;
}

.wp-block-group {
  display: block;
  clear: both;
  display: flow-root;
}

.wp-block-group:before,
.wp-block-group:after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group .wp-block-group__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-group .wp-block-group__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-group.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-group.has-background {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-group.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical);
}

.wp-block-group.has-background .wp-block-group__inner-container > .alignfull,
.wp-block-group.has-background
  .wp-block-group__inner-container
  > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull,
.wp-block-group.is-style-twentytwentyone-border
  .wp-block-group__inner-container
  > .alignfull,
.wp-block-group.is-style-twentytwentyone-border
  .wp-block-group__inner-container
  > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
  max-width: calc(
    var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical))
  );
  width: calc(
    var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical))
  );
  margin-left: calc(-1 * var(--global--spacing-vertical));
}

h1,
.h1,
h5,
.h5,
h6,
.h6 {
  clear: both;
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
  clear: both;
  font-family: var(--global--font-primary);
  font-weight: var(--heading--font-weight-strong);
}

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: var(--heading--font-weight-strong);
}

h1,
.h1 {
  font-size: var(--heading--font-size-h1);
  letter-spacing: var(--heading--letter-spacing-h1);
  line-height: var(--heading--line-height-h1);
}

h2,
.h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
}

h3,
.h3,
.feat-col h2 {
  font-size: var(--heading--font-size-h3);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3);
}

h4,
.h4 {
  font-size: var(--heading--font-size-h4);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: var(--heading--line-height-h4);
}

h5,
.h5 {
  font-size: var(--heading--font-size-h5);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5);
}

h6,
.h6 {
  font-size: var(--heading--font-size-h6);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h6);
  line-height: var(--heading--line-height-h6);
}

.wp-block-image {
  text-align: center;
}

.wp-block-image figcaption {
  color: var(--global--color-main);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

.wp-block-image .alignright {
  margin-left: var(--global--spacing-horizontal);
}

.wp-block-image .alignleft {
  margin-right: var(--global--spacing-horizontal);
}

.wp-block-image a:focus img {
  outline-offset: 2px;
}

.entry-content > *[class="wp-block-image"],
.entry-content [class*="inner-container"] > *[class="wp-block-image"] {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content > *[class="wp-block-image"] + *,
.entry-content [class*="inner-container"] > *[class="wp-block-image"] + * {
  margin-top: 0;
}

.wp-block-image.is-style-twentytwentyone-border img,
.wp-block-image.is-style-twentytwentyone-image-frame img {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-image.is-style-twentytwentyone-image-frame img {
  padding: var(--global--spacing-unit);
}

@media only screen and (min-width: 482px) {
  .entry-content > .wp-block-image > .alignleft,
  .entry-content > .wp-block-image > .alignright {
    max-width: 50%;
  }
}

@media only screen and (max-width: 481px) {
  .entry-content > .wp-block-image > .alignleft,
  .entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);

  /* Vertical margins logic */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: var(--heading--font-family);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: var(--global--color-main);
  font-size: var(--global--font-size-sm);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  margin: 0;
}

.wp-block-latest-posts {
  padding-left: 0;
}

.wp-block-latest-posts:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}

.wp-block-latest-posts:not(.is-grid) > li:first-child {
  margin-top: 0;
}

.wp-block-latest-posts:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}

.widget-area .wp-block-latest-posts:not(.is-grid) > li {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-latest-posts.is-grid {
  word-wrap: break-word;
  word-break: break-word;
}

.wp-block-latest-posts.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-grid > li:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts.is-grid.columns-2
  > li:nth-last-child(-n + 2):nth-child(2n + 1),
.wp-block-latest-posts.is-grid.columns-2
  > li:nth-last-child(-n + 2):nth-child(2n + 1)
  ~ li,
.wp-block-latest-posts.is-grid.columns-3
  > li:nth-last-child(-n + 3):nth-child(3n + 1),
.wp-block-latest-posts.is-grid.columns-3
  > li:nth-last-child(-n + 3):nth-child(3n + 1)
  ~ li,
.wp-block-latest-posts.is-grid.columns-4
  > li:nth-last-child(-n + 4):nth-child(4n + 1),
.wp-block-latest-posts.is-grid.columns-4
  > li:nth-last-child(-n + 4):nth-child(4n + 1)
  ~ li,
.wp-block-latest-posts.is-grid.columns-5
  > li:nth-last-child(-n + 5):nth-child(5n + 1),
.wp-block-latest-posts.is-grid.columns-5
  > li:nth-last-child(-n + 5):nth-child(5n + 1)
  ~ li,
.wp-block-latest-posts.is-grid.columns-6
  > li:nth-last-child(-n + 6):nth-child(6n + 1),
.wp-block-latest-posts.is-grid.columns-6
  > li:nth-last-child(-n + 6):nth-child(6n + 1)
  ~ li {
  margin-bottom: 0;
}

.wp-block-latest-posts > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-latest-posts > li > *:first-child {
  margin-top: 0;
}

.wp-block-latest-posts > li > *:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts > li > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.widget-area .wp-block-latest-posts > li > a {
  font-size: var(--global--font-size-sm);
  margin-bottom: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__post-author {
  color: var(--global--color-main);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: var(--global--color-main);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}

[class*="inner-container"]
  .wp-block-latest-posts
  .wp-block-latest-posts__post-date,
.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: currentColor;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}

.wp-block-latest-posts.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.entry-content [class*="inner-container"] .wp-block-latest-posts.alignfull,
.entry-content .has-background .wp-block-latest-posts.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
  border-top: calc(3 * var(--separator--height)) solid
    var(--global--color-border);
  border-bottom: calc(3 * var(--separator--height)) solid
    var(--global--color-border);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(
    .is-grid
  )
  > li,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
  padding-bottom: var(--global--spacing-vertical);
  border-bottom: var(--separator--height) solid var(--global--color-border);
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(
    .is-grid
  )
  > li:last-child,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers
  > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
  box-shadow: inset 0 -1px 0 0 var(--global--color-border);
  border-bottom: calc(2 * var(--separator--height)) solid
    var(--global--color-border);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid
  li {
  margin: 0;
  padding-top: var(--global--spacing-vertical);
  padding-right: var(--global--spacing-horizontal);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid
  li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}

@media screen and (min-width: 600px) {
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2
    li {
    width: calc((100% / 2));
  }

  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3
    li {
    width: calc((100% / 3));
  }

  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4
    li {
    width: calc((100% / 4));
  }

  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5
    li {
    width: calc((100% / 5));
  }

  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6
    li {
    width: calc((100% / 6));
  }
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical) var(--global--spacing-horizontal);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders
  li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(
    .is-grid
  )
  li {
  margin-top: var(--global--spacing-horizontal);
  margin-bottom: var(--global--spacing-horizontal);
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-item a {
  display: block;
}

.gallery-item a:focus img {
  outline-offset: -2px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

figure.wp-caption a:focus img {
  outline-offset: 2px;
}

ul,
ol {
  font-family: var(--list--font-family);
  margin: 0;
  padding-left: 20px;
}

ul.aligncenter,
ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}

ul.alignright,
ol.alignright {
  list-style-position: inside;
  text-align: right;
  padding: 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

ol ul {
  list-style-type: circle;
}

dt {
  font-family: var(--definition-term--font-family);
  font-weight: bold;
}

dd {
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}

.wp-block-media-text {
  /**
   * Block Options
   */
}

.wp-block-media-text.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-media-text a:focus img {
  outline-offset: -1px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 592px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-media-text .wp-block-media-text__content > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-media-text .wp-block-media-text__content > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 482px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: var(--global--spacing-vertical);
    padding-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-media-text.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-navigation .wp-block-navigation-link {
  padding: 0;
}

.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link__content {
  padding: var(--primary-nav--padding);
}

.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link__label {
  font-family: var(--primary-nav--font-family);
  font-size: var(--primary-nav--font-size);
  font-weight: var(--primary-nav--font-weight);
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon {
  padding: 0;
}

.wp-block-navigation
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation-link {
  display: inherit;
}

.wp-block-navigation
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation__container {
  border: none;
  left: 0;
  margin-left: var(--primary-nav--padding);
  min-width: max-content;
  opacity: 0;
  padding: 0;
  position: inherit;
  top: inherit;
}

.wp-block-navigation
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation__container
  .wp-block-navigation-link
  .wp-block-navigation-link__content {
  display: inline-block;
  padding: calc(0.5 * var(--primary-nav--padding)) var(--primary-nav--padding);
}

.wp-block-navigation
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation__container
  .wp-block-navigation-link__submenu-icon {
  display: none;
}

.wp-block-navigation
  > .wp-block-navigation__container
  .has-child:hover
  .wp-block-navigation__container,
.wp-block-navigation
  > .wp-block-navigation__container
  .has-child:focus-within
  .wp-block-navigation__container {
  display: block;
  opacity: 1;
  visibility: visible;
}

.wp-block-navigation
  > .wp-block-navigation__container
  > .has-child
  > .wp-block-navigation__container {
  background: var(--global--color-background);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  border: 1px solid var(--primary-nav--border-color);
}

.wp-block-navigation
  > .wp-block-navigation__container
  > .has-child
  > .wp-block-navigation__container:before,
.wp-block-navigation
  > .wp-block-navigation__container
  > .has-child
  > .wp-block-navigation__container:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -10px;
  left: var(--global--spacing-horizontal);
  border-style: solid;
  border-color: var(--primary-nav--border-color) transparent;
  border-width: 0 7px 10px 7px;
}

.wp-block-navigation
  > .wp-block-navigation__container
  > .has-child
  > .wp-block-navigation__container:after {
  top: -9px;
  border-color: var(--global--color-background) transparent;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background: var(--global--color-background);
}

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__container
  .wp-block-navigation__container {
  background: var(--global--color-background);
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover,
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
  color: var(--primary-nav--color-link-hover);
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor;
}

p {
  line-height: var(
    --wp--typography--line-height,
    var(--global--line-height-body)
  );
}

p.has-background {
  padding: var(--global--spacing-unit);
}

p.has-text-color a {
  color: var(--wp--style--color--link, var(--global--color-main));
}

pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre;
}

.wp-block-pullquote {
  padding: calc(2 * var(--global--spacing-unit)) 0;
  text-align: center;
  border-width: var(--pullquote--border-width);
  border-bottom-style: solid;
  border-top-style: solid;
  color: currentColor;
  border-color: currentColor;
  position: relative;

  /**
   * Block Options
   */
}

.wp-block-pullquote blockquote::before {
  color: currentColor;
  content: "“";
  display: block;
  position: relative;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.wp-block-pullquote p {
  font-family: var(--pullquote--font-family);
  font-size: var(--pullquote--font-size);
  font-style: var(--pullquote--font-style);
  font-weight: 700;
  letter-spacing: var(--pullquote--letter-spacing);
  line-height: var(--pullquote--line-height);
  margin: 0;
}

.wp-block-pullquote a {
  color: currentColor;
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: currentColor;
  display: block;
  font-size: var(--global--font-size-xs);
  font-style: var(--pullquote--font-style);
  text-transform: none;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,
.wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
  text-align: center;
}

.wp-block-pullquote.alignwide > p,
.wp-block-pullquote.alignwide blockquote {
  max-width: var(--responsive--alignwide-width);
}

.wp-block-pullquote.alignfull:not(.is-style-solid-color) > p,
.wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
  padding: 0 calc(2 * var(--global--spacing-unit));
}

.wp-block-pullquote.is-style-solid-color {
  color: var(--pullquote--color-foreground);
  padding: calc(2.5 * var(--global--spacing-unit));
  border-width: var(--pullquote--border-width);
  border-style: solid;
  border-color: var(--pullquote--border-color);
}

@media (min-width: 600px) {
  .wp-block-pullquote.is-style-solid-color {
    padding: calc(5 * var(--global--spacing-unit));
  }
}

.wp-block-pullquote.is-style-solid-color blockquote::before {
  text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin: 0;
  max-width: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: var(--pullquote--font-size);
}

.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer {
  color: currentColor;
}

.wp-block-pullquote.is-style-solid-color.alignleft,
.wp-block-pullquote.is-style-solid-color.alignright {
  padding: var(--global--spacing-unit);
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
  max-width: initial;
}

.wp-block-query.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-query.has-background {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-quote {
  border-left: none;

  /**
   * Block Options
   */
}

.wp-block-quote:before {
  content: "“";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  left: 8px;
}

.has-background .wp-block-quote .wp-block-quote__citation,
[class*="background-color"] .wp-block-quote .wp-block-quote__citation,
[style*="background-color"] .wp-block-quote .wp-block-quote__citation,
.wp-block-cover[style*="background-image"]
  .wp-block-quote
  .wp-block-quote__citation,
.has-background .wp-block-quote cite,
[class*="background-color"] .wp-block-quote cite,
[style*="background-color"] .wp-block-quote cite,
.wp-block-cover[style*="background-image"] .wp-block-quote cite,
.has-background .wp-block-quote footer,
[class*="background-color"] .wp-block-quote footer,
[style*="background-color"] .wp-block-quote footer,
.wp-block-cover[style*="background-image"] .wp-block-quote footer {
  color: currentColor;
}

.wp-block-quote.has-text-align-right {
  margin: var(--global--spacing-vertical) var(--global--spacing-horizontal)
    var(--global--spacing-vertical) auto;
  padding-right: 0;
  border-right: none;
}

.wp-block-quote.has-text-align-right:before {
  display: none;
}

.wp-block-quote.has-text-align-right p:before {
  content: "”";
  font-size: var(--quote--font-size);
  font-weight: normal;
  line-height: var(--quote--line-height);
  margin-right: 5px;
}

.wp-block-quote.has-text-align-center {
  margin: var(--global--spacing-vertical) auto;
}

.wp-block-quote.has-text-align-center:before {
  display: none;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding-left: 0;
  padding-right: 0;

  /* Resetting margins to match _block-container.scss */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: var(--quote--font-size-large);
  font-style: var(--quote--font-style-large);
  line-height: var(--quote--line-height-large);
}

.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
  font-size: var(--quote--font-size-large);
  line-height: var(--quote--line-height-large);
  left: calc(-1 * var(--global--spacing-horizontal));
}

.wp-block-quote.is-large.has-text-align-right:before,
.wp-block-quote.is-style-large.has-text-align-right:before {
  display: none;
}

.wp-block-quote.is-large.has-text-align-right p:before,
.wp-block-quote.is-style-large.has-text-align-right p:before {
  content: "”";
  font-size: var(--quote--font-size-large);
  font-weight: normal;
  line-height: var(--quote--line-height-large);
  margin-right: 10px;
}

.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  color: var(--global--color-main);
  font-size: var(--global--font-size-sm);
}

@media only screen and (max-width: 481px) {
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    padding-left: var(--global--spacing-horizontal);
  }

  .wp-block-quote.is-large:before,
  .wp-block-quote.is-style-large:before {
    left: 0;
  }

  .wp-block-quote.is-large.has-text-align-right,
  .wp-block-quote.is-style-large.has-text-align-right {
    padding-left: 0;
    padding-right: var(--global--spacing-horizontal);
  }

  .wp-block-quote.is-large.has-text-align-right:before,
  .wp-block-quote.is-style-large.has-text-align-right:before {
    right: 0;
  }

  .wp-block-quote.is-large.has-text-align-center,
  .wp-block-quote.is-style-large.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 481px) {
  .wp-block-quote.has-text-align-right {
    padding-left: 0;
    padding-right: calc(0.5 * var(--global--spacing-horizontal));
  }

  .wp-block-quote.has-text-align-right:before {
    right: 0;
  }

  .wp-block-quote.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-rss {
  padding-left: 0;
}

.wp-block-rss > li {
  list-style: none;
}

.wp-block-rss:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}

.wp-block-rss:not(.is-grid) > li:first-child {
  margin-top: 0;
}

.wp-block-rss:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}

.wp-block-rss.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-rss.is-grid > li:last-child {
  margin-bottom: 0;
}

.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1),
.wp-block-rss.is-grid.columns-2
  > li:nth-last-child(-n + 2):nth-child(2n + 1)
  ~ li,
.wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1),
.wp-block-rss.is-grid.columns-3
  > li:nth-last-child(-n + 3):nth-child(3n + 1)
  ~ li,
.wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1),
.wp-block-rss.is-grid.columns-4
  > li:nth-last-child(-n + 4):nth-child(4n + 1)
  ~ li,
.wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1),
.wp-block-rss.is-grid.columns-5
  > li:nth-last-child(-n + 5):nth-child(5n + 1)
  ~ li,
.wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1),
.wp-block-rss.is-grid.columns-6
  > li:nth-last-child(-n + 6):nth-child(6n + 1)
  ~ li {
  margin-bottom: 0;
}

.wp-block-rss > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-rss > li > *:first-child {
  margin-top: 0;
}

.wp-block-rss > li > *:last-child {
  margin-bottom: 0;
}

.wp-block-rss .wp-block-rss__item-title > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-rss .wp-block-rss__item-author {
  color: var(--global--color-main);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}

.wp-block-rss .wp-block-rss__item-publish-date {
  color: var(--global--color-main);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}

[class*="inner-container"] .wp-block-rss .wp-block-rss__item-publish-date,
.has-background .wp-block-rss .wp-block-rss__item-publish-date {
  color: currentColor;
}

.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .wp-block-rss__item-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}

.wp-block-rss.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.entry-content [class*="inner-container"] .wp-block-rss.alignfull,
.entry-content .has-background .wp-block-rss.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-search {
  max-width: var(--responsive--aligndefault-width);
}

.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
  justify-content: center;
}

.wp-block-search .wp-block-search__label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

.wp-block-search .wp-block-search__input {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--form--line-height);
  max-width: inherit;
  margin-right: calc(-1 * var(--button--border-width));
  padding: var(--form--spacing-unit);
}

.wp-block-search .wp-block-search__input:focus {
  color: var(--form--color-text);
  border-color: var(--form--border-color);
}

.has-background .wp-block-search .wp-block-search__input {
  border-color: var(
    --local--color-primary,
    var(--global--color-main)
  ) !important;
}

.wp-block-search button.wp-block-search__button {
  margin-left: 0;
  line-height: 1;
}

.wp-block-search button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search button.wp-block-search__button.has-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.has-background .wp-block-search button.wp-block-search__button:hover,
.has-background .wp-block-search button.wp-block-search__button:active {
  background-color: var(
    --local--color-background,
    var(--global--color-background)
  ) !important;
  color: var(--local--color-primary, var(--global--color-main)) !important;
}

.has-text-color .wp-block-search button.wp-block-search__button:hover,
.has-text-color .wp-block-search button.wp-block-search__button:active {
  color: var(--local--color-primary, var(--global--color-main)) !important;
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  background-color: var(--global--color-white);
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  padding: var(--form--border-width);
}

.has-background
  .wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  border-color: var(
    --local--color-primary,
    var(--global--color-main)
  ) !important;
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--form--spacing-unit);
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input:focus {
  color: var(--form--color-text);
  outline-offset: -2px;
  outline: 2px dotted var(--form--border-color);
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  button.wp-block-search__button {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  button.wp-block-search__button:hover {
  color: var(--global--color-dark-gray);
}

.is-dark-theme
  .wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  button.wp-block-search__button {
  color: var(--global--color-dark-gray);
}

.is-dark-theme
  .wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  button.wp-block-search__button:hover {
  background-color: var(--global--color-dark-gray);
  color: var(--global--color-white);
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search__button {
  box-shadow: none;
}

hr {
  border-style: none;
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

hr.wp-block-separator {
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  opacity: 1;

  /**
   * Block Options
   */
}

hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
  max-width: var(--responsive--aligndefault-width);
}

hr.wp-block-separator:not(.is-style-dots).alignwide {
  max-width: var(--responsive--alignwide-width);
}

hr.wp-block-separator:not(.is-style-dots).alignfull {
  max-width: var(--responsive--alignfull-width);
}

hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
  border-bottom-width: calc(3 * var(--separator--height));
}

hr.wp-block-separator.is-style-dots.has-background,
hr.wp-block-separator.is-style-dots.has-text-color {
  background-color: transparent !important;
}

hr.wp-block-separator.is-style-dots.has-background:before,
hr.wp-block-separator.is-style-dots.has-text-color:before {
  color: currentColor !important;
}

hr.wp-block-separator.is-style-dots:before {
  color: var(--separator--border-color);
  font-size: var(--global--font-size-xl);
  letter-spacing: var(--global--font-size-sm);
  padding-left: var(--global--font-size-sm);
}

.has-background hr.wp-block-separator,
[class*="background-color"] hr.wp-block-separator,
[style*="background-color"] hr.wp-block-separator,
.wp-block-cover[style*="background-image"] hr.wp-block-separator {
  border-color: currentColor;
}

.wp-block-social-links a:focus {
  color: var(--global--color-main);
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
  color: var(--global--color-main);
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color
  .wp-social-link,
.wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color
  .wp-social-link {
  background: none;
}

.wp-block-spacer {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media only screen and (max-width: 481px) {
  .wp-block-spacer[style] {
    height: var(--global--spacing-unit) !important;
  }
}

table,
.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  text-align: center;
}

table th,
.wp-block-table th {
  font-family: var(--heading--font-family);
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: calc(0.5 * var(--global--spacing-unit));
  border: 1px solid;
}

table figcaption,
.wp-block-table figcaption {
  color: var(--global--color-main);
  font-size: var(--global--font-size-xs);
}

table.is-style-regular .has-background,
table.is-style-stripes .has-background,
table.is-style-stripes .has-background thead tr,
table.is-style-stripes .has-background tfoot tr,
table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
  color: var(--table--has-background-text-color);
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color);
}

table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-width: 0;
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color);
}

table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: var(--global--color-white-90);
}

table.wp-calendar-table td,
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}

table.wp-calendar-table th {
  font-weight: bold;
}

table.wp-calendar-table thead,
table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}

table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--global--spacing-unit);
  color: currentColor;
}

.wp-calendar-nav {
  text-align: left;
  margin-top: calc(var(--global--spacing-unit) / 2);
}

.wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}

.wp-calendar-nav svg path {
  fill: currentColor;
}

.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.wp-block-tag-cloud.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-verse {
  font-family: var(--entry-content--font-family);
}

.wp-block-video figcaption {
  color: var(--global--color-main);
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

* > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

:root .is-extra-small-text,
:root .has-extra-small-font-size {
  font-size: var(--global--font-size-xs);
}

:root .is-small-text,
:root .has-small-font-size {
  font-size: var(--global--font-size-sm);
}

:root .is-regular-text,
:root .has-regular-font-size,
:root .is-normal-font-size,
:root .has-normal-font-size,
:root .has-medium-font-size {
  font-size: var(--global--font-size-base);
}

:root .is-large-text,
:root .has-large-font-size {
  font-size: var(--global--font-size-lg);
  line-height: var(--global--line-height-heading);
}

:root .is-larger-text,
:root .has-larger-font-size,
:root .is-extra-large-text,
:root .has-extra-large-font-size {
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}

:root .is-huge-text,
:root .has-huge-font-size {
  font-size: var(--global--font-size-xxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}

:root .is-gigantic-text,
:root .has-gigantic-font-size {
  font-size: var(--global--font-size-xxxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}

/* Block Alignments */

/**
 * These selectors set the default max width for content appearing inside a post or page.
 */

/**
 * .alignleft
 */
.alignleft {
  /*rtl:ignore*/
  text-align: left;
  margin-top: 0;
}

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {
  .alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }

  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}

/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/**
 * .alignright
 */
.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {
  .alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
  }

  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}

[class*="inner-container"] > .alignleft + *,
[class*="inner-container"] > .alignright + * {
  margin-top: 0;
}

/**
 * .alignwide
 */
.alignwide {
  clear: both;
}

/**
 * .alignfull
 */
.alignfull {
  clear: both;
}

.has-left-content {
  justify-content: flex-start;
}

.has-right-content {
  justify-content: flex-end;
}

.has-parallax {
  background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

.desktop-only {
  display: none;
}

@media only screen and (min-width: 482px) {
  .desktop-only {
    display: block;
  }
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.site-header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: var(--global--spacing-vertical);
  max-height: 90px;
}

.wp-custom-logo .site-header {
  align-items: center;
}

.site-branding {
  color: var(--branding--color-text);
  margin-right: 140px;
}

.site-branding:last-child {
  margin-right: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 482px) {
  .site-branding {
    margin-right: initial;
    margin-top: 4px;
  }
}

.site-title {
  color: var(--branding--color-link);
  font-family: var(--branding--title--font-family);
  font-size: var(--branding--title--font-size-mobile);
  letter-spacing: normal;
  text-transform: var(--branding--title--text-transform);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(var(--global--spacing-vertical) / 6);
}

.site-title a {
  color: currentColor;
  font-weight: var(--branding--title--font-weight);
}

.site-title a:link,
.site-title a:visited,
.site-title a:active {
  color: currentColor;
}

.site-title a:hover,
.site-title a:focus {
  color: var(--branding--color-link-hover);
}

@media only screen and (min-width: 482px) {
  .site-title {
    font-size: var(--branding--title--font-size);
  }
}

.site-description {
  color: currentColor;
  font-family: var(--branding--description--font-family);
  font-size: var(--branding--description--font-size);
  line-height: 1.4;
}

.site-title > a {
  text-decoration-color: var(--global--color-secondary);
}

.site-logo {
  margin: calc(var(--global--spacing-vertical) / 2) 0;
}

.site-header > .site-logo {
  width: 100%;
  padding-bottom: calc(var(--global--spacing-vertical) * 1.5);
  border-bottom: 1px solid;
  text-align: center;
}

.site-logo .custom-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--branding--logo--max-width-mobile);
  max-height: var(--branding--logo--max-height-mobile);
  height: auto;
  display: inline-block;
  width: auto;
  max-width: 200px;
}

@media only screen and (min-width: 482px) {
  .site-logo .custom-logo {
    max-width: var(--branding--logo--max-width);
    max-height: var(--branding--logo--max-height);
    max-width: 300px;
    width: 300px;
    height: auto;
  }
}

@media only screen and (max-width: 481px) {
  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    position: absolute;
    padding-top: calc(0.4 * var(--global--spacing-vertical));
    margin-top: 0;
    top: var(--global--admin-bar--height);
  }

  .primary-navigation-open
    .site-header.has-logo:not(.has-title-and-tagline).has-menu
    .site-logo {
    display: none;
  }

  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
    max-height: calc(
      var(--button--padding-vertical) - (0.25 * var(--global--spacing-unit)) +
        1.7em
    );
  }

  .site-header.has-logo.has-title-and-tagline {
    align-items: flex-start;
  }

  .site-header.has-logo.has-title-and-tagline.has-menu {
    justify-content: space-between;
  }

  .site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
    max-width: calc(100% - 160px);
  }

  .site-header.has-logo.has-title-and-tagline .site-branding {
    margin-right: 0;
  }

  body:not(.primary-navigation-open)
    .site-header.has-logo.has-title-and-tagline:after {
    display: none;
  }

  body:not(.primary-navigation-open)
    .site-header.has-logo.has-title-and-tagline
    .primary-navigation {
    position: relative;
    top: 0;
  }

  body:not(.primary-navigation-open)
    .site-header.has-logo.has-title-and-tagline
    .menu-button-container {
    position: relative;
    padding-top: 0;
    margin-top: calc(
      0px - var(--button--padding-vertical) +
        (0.25 * var(--global--spacing-unit))
    );
  }

  body:not(.primary-navigation-open)
    .site-header.has-logo.has-title-and-tagline
    .menu-button-container
    #primary-mobile-menu {
    padding-left: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
    padding-right: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
    margin-right: calc(0px - var(--global--spacing-horizontal) * 0.6);
  }

  .site-header:not(.has-logo).has-title-and-tagline .site-branding {
    margin-right: 0;
    max-width: calc(100% - 160px);
  }

  .site-header:not(.has-menu) {
    justify-content: center;
  }
}

.site-footer {
  padding-top: 0;
  padding-bottom: var(--global--spacing-measure);
}

.no-widgets .site-footer {
  margin-top: 0;
}

@media only screen and (max-width: 481px) {
  .guide .title-box h1 {
    font-size: 1.8rem !important;
    line-height: 1.8rem !important;
  }

  .no-widgets .site-footer {
    margin-top: 0;
  }
}

.site-footer > .site-info {
  padding-top: var(--global--spacing-unit);
  color: var(--footer--color-text);
  font-family: var(--footer--font-family);
  line-height: var(--global--line-height-body);
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.site-footer:before {
  content: none;
  height: 1px;
  width: 100%;
  position: absolute;
  background: var(--global--color-border);
  top: 0;
}

.site-footer > .site-info .site-name {
  text-transform: var(--branding--title--text-transform);
  font-size: var(--branding--title--font-size);
}

.site-footer > .site-info .powered-by {
  margin-top: calc(0.5 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 822px) {
  .site-footer > .site-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid var(--global--color-secondary);
  }

  .site-footer > .site-info .powered-by {
    margin-top: initial;
    margin-left: 0;
  }
}

.site-footer > .site-info a {
  color: var(--footer--color-link);
}

.site-footer > .site-info a:link,
.site-footer > .site-info a:visited,
.site-footer > .site-info a:active {
  color: var(--footer--color-link);
}

.site-footer > .site-info a:hover {
  color: var(--footer--color-link-hover);
}

.site-footer > .site-info a:focus {
  color: var(--footer--color-link-hover);
}

.is-dark-theme .site-footer > .site-info a:focus {
  color: var(--wp--style--color--link, var(--global--color-background));
}

.has-background-white .site-footer > .site-info a:focus {
  color: var(--wp--style--color--link, var(--global--color-white));
}

.singular .entry-header {
  border-bottom: 3px solid var(--global--color-main);
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 30px !important;
}

.header-shadow {
  box-shadow: 0px 3px 6px #00000029;
}

.home .entry-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.singular .has-post-thumbnail .entry-header {
  border-bottom: none;
  padding-bottom: calc(1.3 * var(--global--spacing-vertical));
  margin-bottom: 0;
}

.no-results.not-found > *:first-child {
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.page-links {
  clear: both;
}

.page-links .post-page-numbers {
  display: inline-block;
  margin-left: calc(0.66 * var(--global--spacing-unit));
  margin-right: calc(0.66 * var(--global--spacing-unit));
  min-width: 44px;
  min-height: 44px;
}

.page-links .post-page-numbers:first-child {
  margin-left: 0;
}

.entry-title {
  color: var(--global--color-main);
  font-size: var(--entry-header--font-size);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  overflow-wrap: break-word;
  text-transform: inherit;
}

.entry-title a {
  color: var(--entry-header--color-link);
  text-underline-offset: 0.15em;
}

.entry-title a:hover {
  color: var(--entry-header--color-hover);
}

.entry-title a:focus {
  color: var(--entry-header--color-focus);
}

.entry-title a:active {
  color: var(--entry-header--color-link);
}

.singular .entry-title {
  font-size: var(--global--font-size-page-title);
  font-family: var(--global--font-primary);
  font-weight: bold;
}

h1.entry-title {
  line-height: var(--heading--line-height-h1);
  font-weight: var(--heading--font-weight-page-title);
}

/**
 * Entry Content
 */
.entry-content,
.entry-summary {
  font-family: var(--entry-content--font-family);
}

.entry-content h2 {
  font-family: var(--global--font-secondary);
  max-width: 100% !important;
  margin-bottom: 10px;
}

.entry-content h3 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 3rem;
}

.entry-content p {
  word-wrap: break-word;
  max-width: 100% !important;
  margin-top: 0;
  font-family: var(--global--font-primary);
}

.entry-content .row,
.om_all {
  justify-content: space-between;
  display: flex;
  margin-bottom: 50px;
}

.entry-content .row .col-6 {
  width: 48%;
}

.page-image {
  text-align: center;
}

.page-image img {
  width: auto;
  /*	max-width: 600px;*/
}

.first-row,
.om_all {
  align-items: center;
}

.entry-content .row,
.om-content,
.om_all {
  max-width: 100% !important;
}

.entry-content > iframe[style] {
  margin: var(--global--spacing-vertical) 0 !important;
  max-width: 100% !important;
}

.entry-footer {
  color: var(--global--color-main);
  clear: both;
  float: none;
  font-size: var(--global--font-size-xs);
  display: block;
}

.entry-footer > span {
  display: inline-block;
}

.entry-footer a {
  color: currentColor;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: var(--global--color-primary-hover);
}

.entry-footer a:active {
  color: currentColor;
}

.site-main > article > .entry-footer {
  margin-top: var(--global--spacing-vertical);
  padding-top: var(--global--spacing-unit);
  padding-bottom: calc(3 * var(--global--spacing-vertical));
  border-bottom: var(--separator--height) solid var(--separator--border-color);
}

body:not(.single) .site-main > article:last-of-type .entry-footer {
  border-bottom: var(--separator--height) solid transparent;
}

.single .site-main > article > .entry-footer {
  margin-top: calc(3.4 * var(--global--spacing-vertical));
  margin-bottom: calc(3.4 * var(--global--spacing-vertical));
  padding-bottom: 0;
  padding-top: calc(0.8 * var(--global--spacing-vertical));
  border-top: 3px solid var(--separator--border-color);
  border-bottom: var(--separator--height) solid transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(2 * var(--global--spacing-horizontal));
}

.single .site-main > article > .entry-footer .post-taxonomies,
.single .site-main > article > .entry-footer .full-size-link {
  justify-content: flex-end;
  text-align: right;
}

.single
  .site-main
  > article
  > .entry-footer
  .full-size-link:first-child:last-child {
  grid-column: span 2;
}

.single .site-main > article > .entry-footer .posted-on,
.single .site-main > article > .entry-footer .byline,
.single .site-main > article > .entry-footer .cat-links,
.single .site-main > article > .entry-footer .tags-links {
  display: block;
}

@media only screen and (max-width: 481px) {
  .single .site-main > article > .entry-footer {
    display: block;
  }

  .single .site-main > article > .entry-footer .full-size-link {
    display: block;
  }

  .single .site-main > article > .entry-footer .post-taxonomies,
  .single .site-main > article > .entry-footer .full-size-link {
    text-align: left;
  }
}

/**
 * Post Thumbnails
 */
.post-thumbnail {
  text-align: center;
}

.post-thumbnail .wp-post-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(2 * var(--global--spacing-vertical));
}

/**
 * Author
 */
.author-bio {
  position: relative;
  font-size: var(--global--font-size-xs);
  max-width: var(--responsive--aligndefault-width);
}

.site-main > article > .author-bio {
  margin-top: calc(2 * var(--global--spacing-vertical));
}

.author-bio.show-avatars .avatar {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}

.author-bio.show-avatars .author-bio-content {
  display: inline-block;
  padding-left: var(--global--spacing-horizontal);
  max-width: calc(var(--responsive--aligndefault-width) - 90px);
}

.author-bio .author-bio-content .author-title {
  font-family: var(--entry-author-bio--font-family);
  font-size: var(--entry-author-bio--font-size);
  display: inline;
}

.author-bio .author-bio-content .author-description {
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-vertical));
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.page-title {
  font-size: var(--global--font-size-page-title);
}

h1.page-title,
h2.page-title {
  font-weight: var(--heading--font-weight-page-title);
}

h1.page-title {
  line-height: var(--heading--line-height-h1);
}

.page-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical));
}

.archive .content-area .format-aside .entry-content,
.archive .content-area .format-status .entry-content,
.archive .content-area .format-link .entry-content,
.search .content-area .format-aside .entry-content,
.search .content-area .format-status .entry-content,
.search .content-area .format-link .entry-content,
.blog .content-area .format-aside .entry-content,
.blog .content-area .format-status .entry-content,
.blog .content-area .format-link .entry-content {
  font-size: var(--global--font-size-lg);
}

.archive .format-image .entry-content,
.archive .format-gallery .entry-content,
.archive .format-video .entry-content,
.search .format-image .entry-content,
.search .format-gallery .entry-content,
.search .format-video .entry-content,
.blog .format-image .entry-content,
.blog .format-gallery .entry-content,
.blog .format-video .entry-content {
  margin-top: calc(2 * var(--global--spacing-vertical));
}

.archive .entry-footer .cat-links,
.archive .entry-footer .tags-links,
.search .entry-footer .cat-links,
.search .entry-footer .tags-links,
.blog .entry-footer .cat-links,
.blog .entry-footer .tags-links {
  display: block;
}

.archive.logged-in .entry-footer .posted-on,
.search.logged-in .entry-footer .posted-on,
.blog.logged-in .entry-footer .posted-on {
  margin-right: calc(0.5 * var(--global--spacing-unit));
}

.archive-description {
  margin-top: var(--global--spacing-vertical);
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}

.error404 main p {
  font-size: var(--global--font-size-lg);
  margin-bottom: calc(var(--global--spacing-vertical) * 1.6666666667);
}

.search-no-results .page-content {
  margin-top: calc(3 * var(--global--spacing-vertical));
}

/**
 * Comments Wrapper
 */
.comments-area > * {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comments-area > *:first-child {
  margin-top: 0;
}

.comments-area > *:last-child {
  margin-bottom: 0;
}

.comments-area.show-avatars .avatar {
  border-radius: 50%;
  position: absolute;
  top: 10px;
}

.comments-area.show-avatars .fn {
  display: inline-block;
  padding-left: 85px;
}

.comments-area.show-avatars .comment-metadata {
  padding: 8px 0 9px 85px;
}

/**
 * Comment Title
 */
.comments-title,
.comment-reply-title {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
}

.comment-reply-title {
  display: flex;
  justify-content: space-between;
}

.comment-reply-title small a {
  font-family: var(--global--font-secondary);
  font-size: var(--global--font-size-xs);
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
  font-size: var(--global--font-size-lg);
}

/**
 * Comment Lists
 */
.comment-list {
  padding-left: 0;
  list-style: none;
}

.comment-list > li {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comment-list .children {
  list-style: none;
  padding-left: 0;
}

.comment-list .children > li {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

@media only screen and (min-width: 482px) {
  .comment-list .depth-2,
  .comment-list .depth-3 {
    padding-left: calc(4 * var(--global--spacing-horizontal));
  }
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.25 * var(--global--spacing-unit));
}

@media only screen and (min-width: 482px) {
  .comment-meta .comment-author {
    margin-bottom: 0;
    padding-right: 0;
  }
}

.comment-meta .comment-author .fn {
  font-family: var(--global--font-secondary);
  font-weight: normal;
  font-size: var(--global--font-size-lg);
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}

.comment-meta .comment-metadata {
  color: var(--global--color-main);
  font-size: var(--global--font-size-xs);
  padding: 8px 0 9px 0;
}

.comment-meta .comment-metadata .edit-link {
  margin-left: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {
  .comment-meta {
    margin-right: inherit;
  }

  .comment-meta .comment-author {
    max-width: inherit;
  }
}

.reply {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-heading);
}

.bypostauthor {
  display: block;
}

.says {
  display: none;
}

.pingback .url,
.trackback .url {
  font-family: var(--global--font-primary);
}

.comment-body {
  position: relative;
  margin-bottom: calc(1.7 * var(--global--spacing-vertical));
}

.comment-body > * {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comment-body .reply {
  margin: 0;
}

.comment-content {
  word-wrap: break-word;
}

.pingback .comment-body,
.trackback .comment-body {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comment-respond {
  margin-top: var(--global--spacing-vertical);
}

.comment-respond > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}

.comment-respond > *:first-child {
  margin-top: 0;
}

.comment-respond > *:last-child {
  margin-bottom: 0;
}

.comment-respond > *:last-child.comment-form {
  margin-bottom: var(--global--spacing-vertical);
}

.comment-author {
  padding-top: 3px;
}

.comment-author .url {
  color: currentColor;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form > * {
  flex-basis: 100%;
}

.comment-form .comment-notes {
  font-size: var(--global--font-size-sm);
}

.comment-form .comment-form-url,
.comment-form .comment-form-comment {
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  flex-basis: 0;
  flex-grow: 1;
}

@media only screen and (max-width: 481px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    flex-basis: 100%;
  }
}

.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
  font-size: var(--global--font-size-xs);
  font-weight: normal;
}

.comment-form > p {
  margin-bottom: var(--global--spacing-unit);
}

.comment-form > p:first-of-type {
  margin-top: 0;
}

.comment-form > p:last-of-type {
  margin-bottom: 0;
}

.comment-form > p label,
.comment-form > p input[type="email"],
.comment-form > p input[type="text"],
.comment-form > p input[type="url"],
.comment-form > p textarea {
  display: block;
  font-size: var(--global--font-size-sm);
  margin-bottom: calc(0.5 * var(--global--spacing-unit));
  width: 100%;
  font-weight: var(--form--label-weight);
}

.comment-form > p.comment-form-cookies-consent {
  display: flex;
}

@media only screen and (min-width: 482px) {
  .comment-form > p.comment-form-author {
    margin-right: calc(1.5 * var(--global--spacing-horizontal));
  }

  .comment-form > p.comment-notes,
  .comment-form > p.logged-in-as {
    display: block;
  }
}

.menu-button-container {
  display: none;
  justify-content: space-between;
  position: absolute;
  right: 0;
  padding-top: calc(0.1 * var(--global--spacing-vertical));
  padding-bottom: calc(0.25 * var(--global--spacing-vertical));
}

@media only screen and (max-width: 481px) {
  .menu-button-container {
    display: flex;
  }
}

.menu-button-container #primary-mobile-menu {
  display: flex;
  margin-left: auto;
  padding-left: 0;
  padding-right: calc((var(--button--padding-horizontal)) / 3);
  padding-top: calc((var(--button--padding-vertical)) / 1.5);
  padding-bottom: var(--button--padding-vertical);
  font-size: var(--primary-nav--font-size-button);
  font-weight: var(--primary-nav--font-weight-button);
  background-color: transparent;
  border: none;
  color: var(--primary-nav--color-link);
}

.menu-button-container #primary-mobile-menu .dropdown-icon {
  display: flex;
  align-items: center;
}

.menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
  margin-left: calc(0.25 * var(--global--spacing-unit));
}

.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
  position: relative;
  top: -1px;
}

.menu-button-container #primary-mobile-menu .dropdown-icon.close {
  display: none;
}

.menu-button-container
  #primary-mobile-menu[aria-expanded*="true"]
  .dropdown-icon.open {
  display: none;
}

.menu-button-container
  #primary-mobile-menu[aria-expanded*="true"]
  .dropdown-icon.close {
  display: flex;
}

.has-logo.has-title-and-tagline
  .menu-button-container
  #primary-mobile-menu[aria-expanded*="true"]
  .dropdown-icon.close {
  animation-name: twentytwentyone-close-button-transition;
  animation-duration: 0.3s;
}

.primary-navigation-open .menu-button-container {
  width: 100%;
  z-index: 500;
  background-color: var(--global--color-background);
}

.primary-navigation-open .menu-button-container #primary-mobile-menu {
  position: static;
}

.primary-navigation {
  position: absolute;
  top: var(--global--admin-bar--height);
  right: 0;
  color: var(--primary-nav--color-text);
  font-size: var(--primary-nav--font-size);
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
}

.primary-navigation > .primary-menu-container {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: calc(
    var(--button--line-height) * var(--primary-nav--font-size-button) + 42px +
      5px
  );
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  padding-bottom: var(--global--spacing-horizontal);
  background-color: var(--global--color-background);
  transition: all 0.15s ease-in-out;
  transform: translateY(var(--global--spacing-vertical));
}

@media only screen and (max-width: 481px) {
  .primary-navigation > .primary-menu-container {
    height: 100vh;
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid transparent;
  }

  .has-logo.has-title-and-tagline
    .primary-navigation
    > .primary-menu-container {
    position: fixed;
    transform: translateY(0) translateX(100%);
  }

  .admin-bar
    .has-logo.has-title-and-tagline
    .primary-navigation
    > .primary-menu-container {
    top: var(--global--admin-bar--height);
  }

  .admin-bar .primary-navigation > .primary-menu-container {
    height: calc(100vh - var(--global--admin-bar--height));
  }

  .primary-navigation > .primary-menu-container:focus {
    border: 2px solid var(--global--color-main);
  }
}

@media only screen and (max-width: 481px) {
  .primary-navigation-open .primary-navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
  }
}

.primary-navigation-open .primary-navigation > .primary-menu-container {
  position: absolute;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 481px) {
  .primary-navigation-open
    .has-logo.has-title-and-tagline
    .primary-navigation
    > .primary-menu-container {
    transform: translateX(0) translateY(0);
  }
}

@media only screen and (min-width: 482px) {
  .primary-navigation {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }

  .primary-navigation > .primary-menu-container {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: transparent;
    overflow: initial;
    transform: none;
  }

  .primary-navigation #toggle-menu {
    display: none;
  }

  .primary-navigation
    > .primary-menu-container
    ul
    > li
    .sub-menu-toggle[aria-expanded="false"]
    ~ ul {
    display: none;
  }

  .admin-bar .primary-navigation {
    top: initial;
  }

  .admin-bar .primary-navigation > .primary-menu-container {
    top: initial;
  }
}

.primary-navigation > div > .menu-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  position: relative;
}

@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper {
    padding-bottom: 100px;
  }

  .primary-navigation > div > .menu-wrapper ul {
    padding-left: 0;
  }
}

.primary-navigation > div > .menu-wrapper li {
  display: block;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper li {
    margin: 0;
    width: inherit;
  }

  .primary-navigation > div > .menu-wrapper li:last-child {
    margin-right: 0;
  }
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  display: flex;
  height: 35px;
  width: 20px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: currentColor;
  border: none;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus {
  outline: 2px solid var(--wp--style--color--link, var(--global--color-main));
}

@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none;
  }
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
  height: 100%;
  display: flex;
  align-items: center;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus svg {
  margin-top: -1px;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
  display: none;
}

.primary-navigation
  > div
  > .menu-wrapper
  .sub-menu-toggle[aria-expanded="true"]
  .icon-minus {
  display: flex;
}

.primary-navigation
  > div
  > .menu-wrapper
  .sub-menu-toggle[aria-expanded="true"]
  .icon-plus {
  display: none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  position: relative;
}

@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    left: 0;
    margin: 0;
    min-width: max-content;
    position: absolute;
    top: 100%;
    padding-top: 3px;
    transition: all 0.5s ease;
    z-index: 88888;
  }

  .primary-navigation > div > .menu-wrapper > li > .sub-menu:before,
  .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: -10px;
    left: var(--global--spacing-horizontal);
    border-style: solid;
    border-color: var(--primary-nav--border-color) transparent;
    border-width: 0 7px 10px 7px;
  }

  .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    top: -9px;
    border-color: var(--global--color-background) transparent;
  }

  .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: var(--global--color-background);
  }

  .primary-navigation
    > div
    > .menu-wrapper
    > li
    > .sub-menu.submenu-reposition-left {
    /* rtl:ignore */
    left: 0;

    /* rtl:ignore */
    right: auto;
  }

  .primary-navigation
    > div
    > .menu-wrapper
    > li
    > .sub-menu.submenu-reposition-left:before,
  .primary-navigation
    > div
    > .menu-wrapper
    > li
    > .sub-menu.submenu-reposition-left:after {
    /* rtl:ignore */
    left: var(--global--spacing-horizontal);

    /* rtl:ignore */
    right: auto;
  }

  .primary-navigation
    > div
    > .menu-wrapper
    > li
    > .sub-menu.submenu-reposition-right {
    /* rtl:ignore */
    right: 0;

    /* rtl:ignore */
    left: auto;
  }

  .primary-navigation
    > div
    > .menu-wrapper
    > li
    > .sub-menu.submenu-reposition-right:before,
  .primary-navigation
    > div
    > .menu-wrapper
    > li
    > .sub-menu.submenu-reposition-right:after {
    /* rtl:ignore */
    left: auto;

    /* rtl:ignore */
    right: var(--global--spacing-horizontal);
  }
}

.primary-navigation .primary-menu > .menu-item:hover > a {
  color: var(--primary-nav--color-link-hover);
}

@media only screen and (min-width: 482px) {
  .primary-navigation .primary-menu-container {
    margin-right: calc(0px - var(--primary-nav--padding));
    margin-left: calc(0px - var(--primary-nav--padding));
  }

  .primary-navigation .primary-menu-container > ul > .menu-item {
    display: flex;
  }

  .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding-left: var(--primary-nav--padding);
    padding-right: var(--primary-nav--padding);
  }

  .primary-navigation
    .primary-menu-container
    > ul
    > .menu-item
    > a
    + .sub-menu-toggle {
    margin-left: calc(5px - var(--primary-nav--padding));
  }
}

.primary-navigation a {
  display: block;
  font-family: var(--global--font-primary);
  font-size: var(--primary-nav--font-size-mobile);
  font-weight: var(--primary-nav--font-weight);
  padding: var(--primary-nav--padding) 0;
  text-decoration: none;
}

@media only screen and (min-width: 482px) {
  .primary-navigation a {
    display: block;
    font-family: var(--global--font-primary);
    font-size: 15px;
    padding: 10px !important;
    font-weight: 600;
  }
}

.primary-navigation a + svg {
  fill: var(--primary-nav--color-text);
}

.primary-navigation a:link,
.primary-navigation a:visited {
  color: var(--global--color-black);
  transition: 0.2s ease-in-out;
}

.primary-navigation a:hover {
  color: var(--primary-nav--color-link-hover);
  transition: 0.2s ease-in-out;
}

.primary-navigation a:hover {
  text-decoration: underline;
}

.primary-navigation a:focus {
  position: relative;
  z-index: 99999;
  outline-offset: 0;
  text-decoration-thickness: 2px;
  color: var(--primary-nav--color-link-hover) !important;
}

.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child {
  text-decoration: underline;
  text-decoration-style: solid;
}

.primary-navigation .current-menu-item > a:first-child:hover,
.primary-navigation .current_page_item > a:first-child:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.primary-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: var(--primary-nav--padding);
  border: 1px solid var(--primary-nav--border-color);
}

.primary-navigation .sub-menu .sub-menu {
  border: none;
}

@media only screen and (min-width: 482px) {
  .primary-navigation .sub-menu > .menu-item > .sub-menu {
    padding: 0;
  }
}

@media only screen and (max-width: 481px) {
  .primary-navigation .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
}

.primary-navigation .sub-menu .menu-item > a {
  padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  display: block;
  font-size: var(--primary-nav--font-size-sub-menu-mobile);
  font-style: var(--primary-nav--font-style-sub-menu-mobile);
}

@media only screen and (min-width: 482px) {
  .primary-navigation .sub-menu .menu-item > a {
    font-size: var(--primary-nav--font-size-sub-menu);
    font-style: var(--primary-nav--font-style);
  }
}

.primary-navigation .menu-item-has-children > .svg-icon {
  display: none;
}

@media only screen and (min-width: 482px) {
  .primary-navigation .menu-item-has-children > .svg-icon {
    display: inline-block;
    height: 100%;
  }

  .primary-navigation .menu-item-has-children .sub-menu .svg-icon {
    display: none;
  }
}

.primary-navigation .menu-item-description,
.menu-item-description {
  display: none;
  clear: both;
  font-size: var(--global--font-size-xs);
  text-transform: none;
  line-height: 1.7;
}

.primary-navigation .menu-item-description > span {
  display: inline-block;
}

@media only screen and (max-width: 481px) {
  .lock-scrolling .site {
    position: fixed;
    max-width: 100%;
    width: 100%;
  }
}

@keyframes twentytwentyone-close-button-transition {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.footer-navigation {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: var(--global--spacing-vertical);
  color: var(--footer--color-text);
  font-size: var(--global--font-size-xs);
  font-family: var(--footer--font-family);
}

.footer-navigation-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.footer-navigation-wrapper li {
  display: inline;
  line-height: 3;
}

.footer-navigation-wrapper li a {
  padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  transition: transform 0.1s ease;
  color: var(--footer--color-link);
}

.footer-navigation-wrapper li a:link,
.footer-navigation-wrapper li a:visited,
.footer-navigation-wrapper li a:active {
  color: var(--footer--color-link);
}

.footer-navigation-wrapper li a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  color: var(--footer--color-link-hover);
}

.is-dark-theme .footer-navigation-wrapper li a:focus .svg-icon {
  fill: var(--wp--style--color--link, var(--global--color-background));
}

.has-background-white .footer-navigation-wrapper li a:focus .svg-icon {
  fill: var(--wp--style--color--link, var(--global--color-white));
}

.footer-navigation-wrapper li .svg-icon {
  vertical-align: middle;
  fill: var(--footer--color-link);
}

.footer-navigation-wrapper li .svg-icon:hover {
  transform: scale(1.1);
}

.footer-navigation-wrapper .sub-menu-toggle,
.footer-navigation-wrapper .menu-item-description,
#pre-footer-wrapper .menu-item-description {
  display: none;
}

/* Next/Previous navigation */
.navigation {
  color: var(--global--color-main);
}

.navigation a {
  color: var(--global--color-main);
  text-decoration: none;
}

.navigation a:hover {
  color: var(--global--color-primary-hover);
  text-decoration: underline;
  text-decoration-style: dotted;
}

.navigation a:focus {
  color: var(--global--color-secondary);
}

.navigation a:active {
  color: var(--global--color-main);
}

.navigation .nav-links > * {
  min-width: 44px;
  min-height: 44px;
}

.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a {
  display: flex;
  flex-direction: column;
}

.navigation .nav-links .dots {
  text-align: center;
}

@media only screen and (min-width: 592px) {
  .navigation .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .navigation .nav-links .nav-next,
  .navigation .nav-links .nav-previous {
    flex: 0 1 auto;
    margin-bottom: inherit;
    margin-top: inherit;
    max-width: calc(50% - (0.5 * var(--global--spacing-unit)));
  }

  .navigation .nav-links .nav-next {
    text-align: right;
  }
}

.navigation .svg-icon {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
}

.navigation .nav-previous .svg-icon,
.navigation .prev .svg-icon {
  top: -2px;
  margin-right: calc(0.25 * var(--global--spacing-unit));
}

.navigation .nav-next .svg-icon,
.navigation .next .svg-icon {
  top: -1px;
  margin-left: calc(0.25 * var(--global--spacing-unit));
}

.post-navigation {
  margin: var(--global--spacing-vertical) auto;
}

@media only screen and (min-width: 822px) {
  .post-navigation {
    margin: var(--global--spacing-vertical) auto;
  }
}

.post-navigation .meta-nav {
  line-height: var(--global--line-height-body);
  color: var(--global--color-main);
}

.post-navigation .post-title {
  display: inline-block;
  font-family: var(--global--font-primary);
  font-size: var(--global--font-size-lg);
  font-weight: var(--pagination--font-weight-strong);
  line-height: var(--global--line-height-heading);
}

@media only screen and (min-width: 822px) {
  .post-navigation .post-title {
    margin: 5px calc(24px + (0.25 * var(--global--spacing-unit))) 0;
  }
}

@media only screen and (min-width: 482px) {
  .post-navigation .nav-links {
    justify-content: space-between;
  }
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.post-navigation .nav-next:first-child,
.post-navigation .nav-previous:first-child {
  margin-top: 0;
}

.post-navigation .nav-next:last-child,
.post-navigation .nav-previous:last-child {
  margin-bottom: 0;
}

.pagination {
  text-align: center;
}

.pagination,
.comments-pagination {
  margin: var(--global--spacing-vertical) auto;
}

@media only screen and (min-width: 822px) {
  .pagination,
  .comments-pagination {
    margin: var(--global--spacing-vertical) auto;
  }
}

.pagination .nav-links,
.comments-pagination .nav-links {
  margin-top: calc(-1 * var(--global--spacing-vertical));
}

.pagination .nav-links a:hover,
.comments-pagination .nav-links a:hover {
  color: var(--pagination--color-link-hover);
}

.is-dark-theme .pagination .nav-links a:active,
.is-dark-theme .pagination .nav-links a:hover:active,
.is-dark-theme .pagination .nav-links a:hover:focus,
.is-dark-theme .comments-pagination .nav-links a:active,
.is-dark-theme .comments-pagination .nav-links a:hover:active,
.is-dark-theme .comments-pagination .nav-links a:hover:focus {
  color: var(--global--color-background);
}

.has-background-white .pagination .nav-links a:active,
.has-background-white .pagination .nav-links a:hover:active,
.has-background-white .pagination .nav-links a:hover:focus,
.has-background-white .comments-pagination .nav-links a:active,
.has-background-white .comments-pagination .nav-links a:hover:active,
.has-background-white .comments-pagination .nav-links a:hover:focus {
  color: var(--global--color-white);
}

.pagination .nav-links > *,
.comments-pagination .nav-links > * {
  color: var(--pagination--color-text);
  font-family: var(--pagination--font-family);
  font-size: var(--pagination--font-size);
  font-weight: var(--pagination--font-weight);
  margin-top: var(--global--spacing-vertical);
  margin-left: calc(0.66 * var(--global--spacing-unit));
  margin-right: calc(0.66 * var(--global--spacing-unit));
}

.pagination .nav-links > *.current,
.comments-pagination .nav-links > *.current {
  text-decoration: underline;
}

.pagination .nav-links > *:not(.dots):not(.current):hover,
.comments-pagination .nav-links > *:not(.dots):not(.current):hover {
  text-decoration-style: dotted;
}

.pagination .nav-links > *:first-child,
.comments-pagination .nav-links > *:first-child {
  margin-left: 0;
}

.pagination .nav-links > *:last-child,
.comments-pagination .nav-links > *:last-child {
  margin-right: 0;
}

.pagination .nav-links > *.next,
.comments-pagination .nav-links > *.next {
  margin-left: auto;
}

.pagination .nav-links > *.prev,
.comments-pagination .nav-links > *.prev {
  margin-right: auto;
}

@media only screen and (max-width: 821px) {
  .pagination .nav-links,
  .comments-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
  }

  .pagination .page-numbers,
  .comments-pagination .page-numbers {
    display: none;
  }

  .pagination .page-numbers.prev,
  .pagination .page-numbers.next,
  .comments-pagination .page-numbers.prev,
  .comments-pagination .page-numbers.next {
    display: inline-block;
    flex: 0 1 auto;
  }
}

@media only screen and (max-width: 481px) {
  .pagination .nav-short,
  .comments-pagination .nav-short {
    display: none;
  }
}

.comments-pagination {
  padding-top: calc(0.66 * var(--global--spacing-vertical));
  margin: calc(3 * var(--global--spacing-vertical)) auto;
}

@media only screen and (min-width: 822px) {
  .comments-pagination {
    margin: calc(3 * var(--global--spacing-vertical)) auto
      calc(4 * var(--global--spacing-vertical)) auto;
  }
}

.comments-pagination .nav-links > * {
  font-size: var(--global--font-size-md);
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: var(--responsive--aligndefault-width);
}

.search-form > label {
  width: 100%;
  margin-bottom: 0;
  font-weight: var(--form--label-weight);
}

.search-form .search-field {
  flex-grow: 1;
  max-width: inherit;
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-right: calc(0.66 * var(--global--spacing-horizontal));
}

.search-form .search-submit {
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-left: 10px;
}

.widget_search > .search-form .search-field {
  margin-right: calc(-1 * var(--button--border-width));
  -webkit-appearance: none;
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.widget_search > .search-form .search-submit {
  margin-left: 0;
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.widget_rss a.rsswidget .rss-widget-icon {
  display: none;
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (prefers-reduced-motion) {
  * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}

.has-black-color[class] {
  color: var(--global--color-black);
}

.has-black-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-black, #000);
  color: var(--local--color-primary);
}

.has-gray-color[class] {
  color: var(--global--color-gray);
}

.has-gray-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-gray, #000);
  color: var(--local--color-primary);
}

.has-dark-gray-color[class] {
  color: var(--global--color-dark-gray);
}

.has-dark-gray-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-dark-gray, #000);
  color: var(--local--color-primary);
}

.has-green-color[class] {
  color: var(--global--color-green);
}

.has-green-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-green, #fff);
  color: var(--local--color-primary);
}

.has-blue-color[class] {
  color: var(--global--color-blue);
}

.has-blue-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-blue, #fff);
  color: var(--local--color-primary);
}

.has-purple-color[class] {
  color: var(--global--color-purple);
}

.has-purple-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-purple, #fff);
  color: var(--local--color-primary);
}

.has-red-color[class] {
  color: var(--global--color-red);
}

.has-red-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-red, #fff);
  color: var(--local--color-primary);
}

.has-orange-color[class] {
  color: var(--global--color-orange);
}

.has-orange-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-orange, #fff);
  color: var(--local--color-primary);
}

.has-yellow-color[class] {
  color: var(--global--color-yellow);
}

.has-yellow-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-yellow, #fff);
  color: var(--local--color-primary);
}

.has-white-color[class] {
  color: var(--global--color-white);
}

.has-white-color[class] > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-white, #fff);
  color: var(--local--color-primary);
}

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor;
}

.has-black-background-color[class] {
  background-color: var(--global--color-black);
}

.has-black-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-black, #000);
  background-color: var(--local--color-background);
}

.has-dark-gray-background-color[class] {
  background-color: var(--global--color-dark-gray);
}

.has-dark-gray-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-dark-gray, #000);
  background-color: var(--local--color-background);
}

.has-gray-background-color[class] {
  background-color: var(--global--color-gray);
}

.has-gray-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-gray, #000);
  background-color: var(--local--color-background);
}

.has-light-gray-background-color[class] {
  background-color: var(--global--color-light-gray);
}

.has-light-gray-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-light-gray, #fff);
  background-color: var(--local--color-background);
}

.has-green-background-color[class] {
  background-color: var(--global--color-green);
}

.has-green-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-green, #fff);
  background-color: var(--local--color-background);
}

.has-blue-background-color[class] {
  background-color: var(--global--color-blue);
}

.has-blue-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-blue, #fff);
  background-color: var(--local--color-background);
}

.has-purple-background-color[class] {
  background-color: var(--global--color-purple);
}

.has-purple-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-purple, #fff);
  background-color: var(--local--color-background);
}

.has-red-background-color[class] {
  background-color: var(--global--color-red);
}

.has-red-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-red, #fff);
  background-color: var(--local--color-background);
}

.has-orange-background-color[class] {
  background-color: var(--global--color-orange);
}

.has-orange-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-orange, #fff);
  background-color: var(--local--color-background);
}

.has-yellow-background-color[class] {
  background-color: var(--global--color-yellow);
}

.has-yellow-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-yellow, #fff);
  background-color: var(--local--color-background);
}

.has-white-background-color[class] {
  background-color: var(--global--color-white);
}

.has-white-background-color[class] > [class*="__inner-container"] {
  --local--color-background: var(--global--color-white, #fff);
  background-color: var(--local--color-background);
}

.has-background:not(.has-text-color).has-black-background-color[class],
.has-background:not(.has-text-color).has-gray-background-color[class],
.has-background:not(.has-text-color).has-dark-gray-background-color[class] {
  color: var(--global--color-white);
}

.has-background:not(.has-text-color).has-black-background-color[class]
  > [class*="__inner-container"],
.has-background:not(.has-text-color).has-gray-background-color[class]
  > [class*="__inner-container"],
.has-background:not(.has-text-color).has-dark-gray-background-color[class]
  > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-background, #fff);
  color: var(--local--color-primary, var(--global--color-main));
}

.is-dark-theme
  .has-background:not(.has-text-color).has-black-background-color[class]
  > [class*="__inner-container"],
.is-dark-theme
  .has-background:not(.has-text-color).has-gray-background-color[class]
  > [class*="__inner-container"],
.is-dark-theme
  .has-background:not(.has-text-color).has-dark-gray-background-color[class]
  > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-main, #2c95d8);
}

.has-background:not(.has-text-color).has-green-background-color[class],
.has-background:not(.has-text-color).has-blue-background-color[class],
.has-background:not(.has-text-color).has-purple-background-color[class],
.has-background:not(.has-text-color).has-red-background-color[class],
.has-background:not(.has-text-color).has-orange-background-color[class],
.has-background:not(.has-text-color).has-yellow-background-color[class],
.has-background:not(.has-text-color).has-white-background-color[class] {
  color: var(--global--color-dark-gray);
}

.has-background:not(.has-text-color).has-green-background-color[class]
  > [class*="__inner-container"],
.has-background:not(.has-text-color).has-blue-background-color[class]
  > [class*="__inner-container"],
.has-background:not(.has-text-color).has-purple-background-color[class]
  > [class*="__inner-container"],
.has-background:not(.has-text-color).has-red-background-color[class]
  > [class*="__inner-container"],
.has-background:not(.has-text-color).has-orange-background-color[class]
  > [class*="__inner-container"],
.has-background:not(.has-text-color).has-yellow-background-color[class]
  > [class*="__inner-container"],
.has-background:not(.has-text-color).has-white-background-color[class]
  > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-main);
  color: var(--local--color-primary, var(--global--color-main));
}

.is-dark-theme
  .has-background:not(.has-text-color).has-green-background-color[class]
  > [class*="__inner-container"],
.is-dark-theme
  .has-background:not(.has-text-color).has-blue-background-color[class]
  > [class*="__inner-container"],
.is-dark-theme
  .has-background:not(.has-text-color).has-purple-background-color[class]
  > [class*="__inner-container"],
.is-dark-theme
  .has-background:not(.has-text-color).has-red-background-color[class]
  > [class*="__inner-container"],
.is-dark-theme
  .has-background:not(.has-text-color).has-orange-background-color[class]
  > [class*="__inner-container"],
.is-dark-theme
  .has-background:not(.has-text-color).has-yellow-background-color[class]
  > [class*="__inner-container"],
.is-dark-theme
  .has-background:not(.has-text-color).has-white-background-color[class]
  > [class*="__inner-container"] {
  --local--color-primary: var(--global--color-background, #fff);
}

.has-purple-to-yellow-gradient-background {
  background: linear-gradient(
    160deg,
    var(--global--color-purple),
    var(--global--color-yellow)
  );
}

.has-yellow-to-purple-gradient-background {
  background: linear-gradient(
    160deg,
    var(--global--color-yellow),
    var(--global--color-purple)
  );
}

.has-green-to-yellow-gradient-background {
  background: linear-gradient(
    160deg,
    var(--global--color-green),
    var(--global--color-yellow)
  );
}

.has-yellow-to-green-gradient-background {
  background: linear-gradient(
    160deg,
    var(--global--color-yellow),
    var(--global--color-green)
  );
}

.has-red-to-yellow-gradient-background {
  background: linear-gradient(
    160deg,
    var(--global--color-red),
    var(--global--color-yellow)
  );
}

.has-yellow-to-red-gradient-background {
  background: linear-gradient(
    160deg,
    var(--global--color-yellow),
    var(--global--color-red)
  );
}

.has-purple-to-red-gradient-background {
  background: linear-gradient(
    160deg,
    var(--global--color-purple),
    var(--global--color-red)
  );
}

.has-red-to-purple-gradient-background {
  background: linear-gradient(
    160deg,
    var(--global--color-red),
    var(--global--color-purple)
  );
}

header *,
main *,
footer * {
  max-width: var(--global--spacing-measure);
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
  max-width: none;
}

.is-IE.is-dark-theme {
  color: #fff;
}

.is-IE.is-dark-theme *,
.is-IE.is-dark-theme a,
.is-IE.is-dark-theme .site-description,
.is-IE.is-dark-theme .entry-title,
.is-IE.is-dark-theme .entry-footer,
.is-IE.is-dark-theme .widget-area,
.is-IE.is-dark-theme .post-navigation .meta-nav,
.is-IE.is-dark-theme .footer-navigation-wrapper li a:link,
.is-IE.is-dark-theme .site-footer > .site-info,
.is-IE.is-dark-theme .site-footer > .site-info a,
.is-IE.is-dark-theme .site-footer > .site-info a:visited {
  color: #fff;
}

.is-IE.is-dark-theme .sub-menu-toggle svg,
.is-IE.is-dark-theme .sub-menu-toggle path,
.is-IE.is-dark-theme .post-navigation .meta-nav svg,
.is-IE.is-dark-theme .post-navigation .meta-nav path {
  fill: #fff;
}

.is-IE.is-dark-theme
  .primary-navigation
  > div
  > .menu-wrapper
  > li
  > .sub-menu
  li {
  background: #000;
}

@media only screen and (max-width: 481px) {
  .is-IE.is-dark-theme.primary-navigation-open
    .primary-navigation
    > .primary-menu-container,
  .is-IE.is-dark-theme.primary-navigation-open .menu-button-container {
    background-color: #000;
  }
}

.is-IE.is-dark-theme .skip-link:focus {
  color: #21759b;
}

.is-IE .navigation .nav-links {
  display: block;
}

.is-IE .post-thumbnail .wp-post-image {
  min-width: auto;
}

/* Reformed CSS */

#pre-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--alignwide-width);
  position: relative;
  padding-top: 20px;
}

#pre-footer p {
  font-size: 14px;
  line-height: 20px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

#pre-footer img {
  max-width: 280px;
}

#pre-footer figure {
  text-align: left;
}

#pre-footer-wrapper,
#colophon {
  background: #202c4e;
}

.footer-logo-widget {
  margin-bottom: 0;
}

.footer-logo-widget + section {
  margin-top: 0;
}

.widget-area {
  padding-bottom: calc(var(--global--spacing-vertical));
  color: var(--footer--color-text);
  font-family: var(--footer--font-family);
}

@media only screen and (min-width: 652px) {
  #pre-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(2 * var(--global--spacing-horizontal));
  }
}

@media only screen and (min-width: 1024px) {
  #pre-footer {
    grid-template-columns: 2fr repeat(2, minmax(auto, 1fr));
  }
}

@media only screen and (max-width: 1100px) {
  ul {
    padding-left: 20px;
  }

  .def-section {
    width: 96% !important;
    margin: 24px 2% !important;
  }

  .hero-section h1.entry-title {
    font-size: 28px !important;
    line-height: 48px !important;
  }

  .hero-section h1.entry-title strong {
    font-size: 42px !important;
  }

  .hero-section h1.entry-title {
    max-width: 90% !important;
  }

  .main-content .show_tidligere {
    margin: 30px 20px;
  }

  .method-section .method_heading svg {
    max-width: 80px;
    padding: 0 20px;
    margin-bottom: 0;
  }

  .method-section .method_text {
    font-size: 20px !important;
    padding: 0 10px;
  }

  .method-section .method_heading {
    gap: 15px;
    flex-direction: inherit !important;
  }
}

@media only screen and (max-width: 481px) {
  .limiter .logo-img,
  .limiter .logo-img img {
    max-width: 85px !important;
  }

  .price-font {
    font-size: 12px !important;
  }

  .widget-area {
    margin-top: calc(3 * var(--global--spacing-vertical));
  }
}

.widget-title {
  text-transform: uppercase;
}

.widget-area ul {
  list-style-type: none;
  padding: 0;
}

.widget-area ul li {
  line-height: var(--widget--line-height-list);
  font-size: 14px;
}

.widget-area ul.sub-menu,
.widget-area ul.children {
  margin-left: var(--widget--spacing-menu);
}

.widget-area ul .sub-menu-toggle {
  display: none;
}

.widget-area a {
  color: var(--footer--color-link);
  text-decoration: none;
  text-decoration-color: currentColor;
  transition: 0.3s ease-in-out;
  font-family: var(--global--font-primary);
}

.widget-area a:link,
.widget-area a:visited,
.widget-area a:active {
  color: var(--footer--color-link);
}

.widget-area a:hover {
  color: var(--footer--color-link-hover);
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}

.widget-area .wp-block-social-links.alignright {
  margin-top: var(--global--spacing-vertical);
  justify-content: flex-end;
}

.widget-area .wp-block-social-links.alignleft {
  margin-top: var(--global--spacing-vertical);
}

.widget-area:after {
  content: "";
  display: table;
  clear: both;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  font-weight: var(--widget--font-weight-title);
  line-height: var(--widget--line-height-title);
  font-family: var(--global--font-primary);
  color: var(--global--color-white);
}

.widget h1 {
  font-size: var(--global--font-size-sm);
}

.widget h2 {
  font-size: var(--global--font-size-sm);
}

.widget h3 {
  font-size: var(--global--font-size-xs);
}

.widget h4 {
  font-size: var(--global--font-size-xs);
}

.widget h5 {
  font-size: var(--global--font-size-xs);
}

.widget h6 {
  font-size: var(--global--font-size-xs);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: var(--global--color-white);
  fill: var(--global--color-white);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: transparent;
}

.wp-block-social-links .wp-social-link svg {
  width: 2em;
  height: 1.3em;
}

.wp-block-social-links .wp-social-link a {
  padding: 0;
}

#navigation-search {
  width: 100%;
  max-width: 80px;
  display: flex;
  justify-content: end;
}

/* Navigation CSS */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.search-input,
.search-button {
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  border: none;
  outline: none;
  max-width: 100%;
  font-family: var(--global--font-primary);
  gap: 30px;
}

.fill-currentcolor {
  fill: currentcolor;
}

.fill-none {
  fill: none;
}

.icon {
  width: 24px;
  height: 24px;
  transition: 0.3s ease-out;
}

.search-button {
  cursor: pointer;
  color: var(--form--color-text);
  transition: 0.3s ease-out;
}

.search-button:hover .icon,
.search-button:focus .icon {
  transform: scale(1.05);
}

.search-button-open {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
}

.search-button-open:hover,
.search-button-open:focus {
}

.search-button-close {
  position: absolute;
  top: 8vh;
  right: 7.5vw;
  padding: 0;
  background-color: transparent;
  padding: 10px;
}

.search-button-search {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 25px 16px 21px;
}

.form-search {
  position: relative;
  width: 100%;
}

.search-input-search {
  padding: 26px 16px 25px;
  width: 100%;
  font-size: var(--global--font-size-sm);
  color: var(--global--color-black);
  background-color: var(--global--color-white);
}

.search-input-search::placeholder {
  color: var(--global--color-gray);
}

.overlay {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  position: fixed;
  z-index: 25;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.hiding {
  max-height: 0;
  opacity: 0;
  bottom: 0;
  transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.6s ease-out;
}

.hiding .search-button-search,
.hiding .search-input-search {
  opacity: 0;
}

.hiding .search-button-search {
  transform: translate3d(0, 33%, 0);
}

.hiding .search-input-search {
  transform: translate3d(0, 50%, 0);
}

.showing {
  top: 0;
  transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.8s ease-out;
}

.search-button-search {
  transition: 0.4s 0.6s ease-out;
}

.search-input-search {
  transition: 0.8s 0.3s ease-out;
}

.search-icon {
  fill: var(--global--color-white);
}

.overlay .search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 50%;
  border: 2px solid;
}

.overlay .search-button-close {
  padding: 10px;
}

button.search-button.search-button-submit {
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .icon {
    width: 28px;
    height: 28px;
    padding: 4px;
  }

  .form-search {
    max-width: 720px;
  }

  .search-button-search {
    padding: 30px 48px;
  }

  .search-input-search {
    padding: 0 40px !important;
    font-size: var(--global--font-size-md);
    border-radius: 30em !important;
  }

  .overlay {
    align-items: center;
    align-content: center;
  }
}

.meta_users a:focus,
.meta_users a:hover {
  color: var(--global--color-main);
}

@media only screen and (max-width: 767px) {
  .row-edu {
    flex-direction: column !important;
  }

  .row-edu .side-list {
    margin-top: 20px;
  }

  .edu-image {
    text-align: center;
  }

  .name-mob {
    display: block !important;
  }

  .disc_box {
    padding: 20px;
  }

  .research-disc .tooltiptext {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }

  .center-image {
    padding: 0 !important;
  }

  .image-box img {
    max-height: 220px !important;
  }

  .reseller-box-left {
    display: none;
  }

  .reseller-box-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .reseller-box-right .product-link {
    max-width: 100% !important;
  }

  .text-row {
    background: none !important;
    padding: 0 !important;
  }

  .contact-main {
    display: block !important;
    padding: 0 20px !important;
  }

  .map-frame {
    padding: 0 20px;
  }

  /*author page responsive*/

  .single-author {
    padding: 0 20px;
  }

  .single-author .about-author .authors_box .author {
    flex-direction: column;
  }

  .single-author .about-author {
    padding-top: 0 !important;
  }

  .single-author .about-author .authors_box .author .author_bio {
    padding-left: 0 !important;
  }

  .single-author .post_article {
    padding: 0 !important;
  }

  .search-item {
    max-width: calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
  }

  .page-image img {
    margin-top: 30px;
  }

  .home .entry-content,
  .category-page #content {
    padding: 0 20px;
  }

  .category-page .post_article {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-large {
    padding-right: 0 !important;
  }

  .pros-cons .list-ct ul li {
    line-height: 16px !important;
    font-size: 14px;
  }

  .pros-cons .pros ul li:before {
    font-size: 1.5rem !important;
    top: 0px !important;
  }

  .pros-cons .cons ul li:before {
    font-size: 1.5rem !important;
  }

  .def-section .badge {
    background: var(--global--color-secondary) !important;
  }

  .main-content .def-section .badge-text {
    font-size: 0.95rem !important;
    padding: 12px 10px 12px 10px !important;
  }

  .def-section .badge .badge-icon {
    padding: 7px !important;
  }

  .main-content .show_tidligere {
    margin: 30px 0 !important;
  }

  .intro {
    margin-bottom: 25px;
  }

  .diy-illustration {
    padding: 0 20px !important;
  }

  .entry-content .hero-section h1.entry-title {
    max-width: 100% !important;
  }

  #featured-products .single-feat .product-link {
    position: relative !important;
  }

  .overlay .search-button {
    padding: 9px;
  }

  .page-image img {
    max-height: 200px;
    object-fit: contain;
  }

  .mob-toc {
    width: 30%;
    float: right;
    text-align: right;
    padding-right: 20px;
    margin-top: -25px;
    display: block !important;
  }

  .mob-toc .toc-cont {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
  }

  .mob-toc .toc-cont.open {
    z-index: 1;
  }

  .mob-toc .toggle-toc {
    justify-content: right;
  }

  .entry-content {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .first-row,
  .om_all {
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 20px !important;
  }

  .om-content {
    margin-top: 0 !important;
    padding: 0 20px;
  }

  .search-query {
    padding: 0 20px;
  }

  .overlay {
    align-items: center;
    padding: 0 15px;
  }

  #navigation-search {
    max-width: 135px;
  }

  #navigation-search > a > svg {
    width: 20px;
    height: 20px;
  }

  .icon {
    width: 15px;
    height: 15px;
  }

  .main-content .cta_buttons {
    margin: 15px 20px;
  }

  .main-content .cta_buttons a {
    width: 49%;
    font-size: 13px;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 640px) {
  .main-content .cta_buttons a {
    width: 100%;
    margin: 5px 0;
  }

  .main-content .cta_buttons {
    flex-direction: column;
  }
}

/* Pricetable Style */

.limiter {
  text-align: center;
  font-family: var(--global--font-primary);
  margin-bottom: 25px;
}

.limiter .row {
  display: flex !important;
}

.title-row {
  border: 1px solid var(--afp-border);
  border-radius: 10px;
  padding: 10px 0;
  justify-content: center;
}

.price-font {
  font-size: var(--global--font-size-md);
  color: var(--global--color-black) !important;
}

.title-row div {
  max-width: 33%;
}

.title-row p {
  color: var(--afp-title) !important;
  font-size: var(--global--font-size-xxs) !important;
  margin: 0 !important;
}

.separator {
  border-right: 1px solid var(--afp-border);
  height: 30px;
  /*position: absolute;*/
  right: 0px;
  top: 2px;
}

.featured-row {
  padding: 15px 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  border-radius: 0;
  border: 1px solid var(--afp-border);
  border-top: 0;
}

.limiter .logo-img,
.limiter .logo-img img {
  max-width: 100px !important;
  max-height: 35px;
  vertical-align: middle;
}

.featured-price {
  padding: 7px 30px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 20px;
  background: var(--global--color-cta);
  color: var(--global--color-white);
  cursor: pointer;
  text-transform: uppercase;
}

.featured-price:hover {
  background: var(--global--color-main);
}

.limiter .col-md-4 {
  padding: 0 !important;
  margin: 0 !important;
  width: 28.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.limiter .col-md-2 {
  padding: 0 !important;
  margin: 0 !important;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stock img {
  width: 25px;
}

.price-row {
  padding-top: 15px;
  border-radius: 5px;
  padding-bottom: 15px !important;
  border-bottom: 1px solid var(--afp-border);
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  margin-bottom: 0 !important;
}

.price-row:last-of-type {
  border-bottom: unset;
}

.price-row:last-child {
  padding-bottom: 24px;
}

.table-body-column {
  margin-top: 0;
  border: 1px solid var(--afp-border);
  width: -webkit-fill-available;
  border-top: 0;
}

.separator-bottom {
  border-bottom: 1px solid var(--afp-border);
  width: 90%;
  position: relative;
  margin-left: 20px;
  padding-top: 20px;
}

.table-price {
  font-size: 13px;
  background: var(--global--color-main);
  padding: 7px 30px;
  border-radius: 20px;
  color: var(--global--color-white);
  cursor: pointer;
  text-transform: uppercase;
}

.table-price:hover {
  background: var(--global--color-secondary);
}

.annonce {
  width: 20px;
  height: 20px;
  border: 1px solid #a9a9a920;
  border-radius: 50%;
  background: #e8e9ed80;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
}

.annonce::before {
  content: "\003F";
  color: #a9a9a9;
  font-size: 17px;
}

.annonce:hover {
  cursor: help;
}

.annoncer {
  position: relative;
}

.text-center {
  text-align: center;
  padding-right: 0px !important;
}

#main-body a:hover {
  text-decoration: underline;
}

/* Tooltip - Component */
[data-tooltip] {
  position: relative;
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  opacity: 0;
  position: absolute;
  background: var(--global--color-white);
  border-radius: var(--tooltip_borderradius);
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 75%;
  padding: 10px;
  text-align: center;
  color: var(--global--color-gray);
  font-size: var(--tooltip_fontsize);
  width: 100%;
  min-width: 250px;
  max-height: 0px;
  transition: all 0.3s ease;
  overflow: hidden;
  margin: auto;
  line-height: 1.3em;
  pointer-events: none;
  z-index: 10;
}

.open-tooltip:before {
  opacity: 1;
  max-height: 600px;
  min-width: 150px;
  bottom: 100%;
  transform: translate(-50%, -10px);
  font-weight: bold;
}

/*Single post template css*/

#main,
.site-header,
#pre-footer,
.site-footer > .site-info {
  max-width: 1080px;
}

#main .post-inner {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
  cursor: default;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

.non-visible {
  display: none;
}

.hero-section {
  background-color: #101426;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 130px 0 30px 0;
  position: relative;
  z-index: 1;
}

.hero-section h1.entry-title {
  text-align: center;
  color: var(--global--color-white);
  max-width: 80%;
  margin: auto;
  font-size: 36px;
  line-height: 60px;
  text-transform: inherit;
  font-weight: 400;
  margin-bottom: 70px;
  font-family: var(--global--font-primary);
}

.hero-section h1.entry-title strong {
  font-weight: 800;
  font-size: 48px;
}

.disclaimer {
  text-align: center;
  color: var(--global--color-white);
  max-width: 80%;
  margin: auto;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--global--font-primary);
}

.disclaimer a {
  color: var(--global--color-white);
}

.disclaimer p {
  opacity: 0.7;
  color: var(--global--color-white) !important;
  font-size: 0.8rem !important;
  line-height: 1.2rem !important;
  margin-bottom: 0 !important;
}

.hero_mask {
  background: transparent linear-gradient(128deg, #101426 0%, #101426 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.numbers-section {
  background: var(--global--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--global--color-white);
  padding: 20px 0;
  font-family: var(--global--font-primary);
  text-transform: uppercase;
}

.numbers-section .single_no {
  padding: 0 25px 0 45px;
  font-size: 1rem;
  line-height: 19px;
  position: relative;
  text-transform: uppercase;
}

.single_no.ico_0::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -2px;
  background-image: url(/wp-content/uploads/compa-images/announcement.png);
  width: 22px;
  height: 22px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.single_no.ico_analyse::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -2px;
  background-image: url(/wp-content/uploads/compa-images/analyse.png);
  width: 22px;
  height: 22px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.single_no.ico_1::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 1px;
  background-image: url(/wp-content/uploads/compa-images/products.png);
  width: 22px;
  height: 22px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.single_no.ico_2::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 1px;
  background-image: url(/wp-content/uploads/compa-images/checked.png);
  width: 22px;
  height: 22px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.single_no.ico_3::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 0;
  background-image: url(/wp-content/uploads/compa-images/megaphone.png);
  width: 22px;
  height: 22px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.post_meta {
  margin: 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  font-family: var(--global--font-primary);
}

.meta_users {
  width: 70%;
  padding: 5px 20px 0 20px;
  display: flex;
}

.meta_users .author-box {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.meta_users .invisible {
  display: none;
}

.meta_users .author-box .user-name {
  font-family: var(--global--font-primary);
  font-size: 0.8rem;
  color: var(--global--color-main);
  text-transform: uppercase;
  font-weight: bold;
}

.meta_users .author-box p {
  font-size: 0.9rem;
  line-height: 1rem;
  font-family: var(--global--font-secondary);
  margin-bottom: 0;
  color: var(--global--color-gray);
  letter-spacing: 0.28px;
}

.meta_users .author-box img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.meta_date {
  padding: 10px 0 10px 30px;
  font-size: 12px;
  line-height: 15px;
  color: #4b4b4b;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .metaDateGuide {
    padding: 0 0 20px 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .metaDateGuide {
    padding: 0 0 20px 40px !important;
  }
} 

#main .main-content {
  max-width: 100%;
  display: flex;
  margin-top: 50px;
}

.article-content {
  width: 70%;
}

.right-sidebar {
  width: 30%;
  padding: 0 0 0 15px;
}

/*article content*/

.intro {
  padding: 0 30px;
  font-family: var(--global--font-secondary);
  margin-bottom: 40px;
}

.intro ul {
  margin-bottom: 15px;
}

.intro p:first-child:first-letter {
  float: left;
  margin: 0 5px;
  font-size: 5.2rem;
  line-height: 4.5rem;
  color: var(--global--color-black);
}

.entry-content p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 15px;
  color: var(--global--color-black);
}

.about-box {
  margin: 30px 0 10px 0;
  padding: 30px 30px 0 30px;
  background: transparent linear-gradient(169deg, #fcfcfc 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
}

.box-title {
  position: relative;
  color: var(--global--color-white);
  font-weight: bold;
  font-size: 1rem !important;
  line-height: 1.4rem;
  text-transform: uppercase;
  padding: 15px 40px 15px 25px;
  border-radius: 8px 8px 0px 0px;
  background: transparent linear-gradient(270deg, #707793 0%, #2f4858 100%) 0%
    0% no-repeat padding-box;
  font-family: var(--global--font-primary) !important;
  margin-bottom: 0 !important;
}

.box-title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  background-image: url(/wp-content/uploads/compa-images/gear.png);
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.box-content {
  background-color: var(--global--color-white);
  padding: 25px;
  border-radius: 0 0 15px 15px;
  /*max-height: 165px;*/
  overflow: hidden;
  position: relative;
}

.box-content ul {
  padding: 0;
}

.more-guid {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 50px;
  background-image: linear-gradient(to bottom, transparent, white);
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}

.all-guide {
  max-height: initial !important;
}

.more-guid img {
  cursor: pointer;
}

.box-content .collapse-guid {
  height: 50px;
  padding-bottom: 0;
  padding-top: 20px;
}

.guid-less {
  transform: rotate(180deg);
}

/*Featured products*/

.gradient-grey {
  background: transparent linear-gradient(169deg, #fcfcfc 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  padding: 30px;
}

#featured-products {
  margin-top: 30px;
  border-radius: 5px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

#featured-products .col-4 {
  padding: 20px 10px;
  width: 32%;
  margin: 0 1%;
}

#featured-products .single-feat {
  box-shadow: 0px 3px 6px #00000008;
  border-radius: 10px 9px 8px 8px;
  background-color: #fff;
  position: relative;
}

.single-feat .badge {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  margin-top: -20px;
  background: var(--global--color-main-light);
}

.badge .badge-text {
  background: var(--global--color-secondary);
  border-radius: 12px 12px 12px 0px;
  padding: 9px 10px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--global--font-primary);
  font-size: 0.8rem;
}

#featured-products .badge .badge-text {
  max-width: calc(100% - 35px);
  background: var(--global--color-main);
}

#featured-products .badge .badge-icon {
  background: var(--global--color-main);
}

.badge .badge-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--global--color-secondary);
  border-radius: 12px 12px 0px 12px;
  padding: 6px 7px;
}

.badge-icon::after {
  content: "";
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
}

.star::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Star.svg) !important;
  background-size: 100%;
}

.trophy::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Trophy.svg) !important;
  background-size: 100%;
}

.first::after {
  background-image: url(/wp-content/uploads/compa-images/badges/First.svg) !important;
  background-size: 100%;
}

.dollar::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Dollar.svg) !important;
  background-size: 100%;
}

.price::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Price.svg);
  background-size: 100%;
}

.crown::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Crown.svg) !important;
  background-size: 100%;
}

.diamond::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Diamond.svg) !important;
  background-size: 100%;
}

.heart::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Heart.svg) !important;
  background-size: 100%;
}

.fire::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Fire.svg) !important;
  background-size: 100%;
}

.new::after {
  background-image: url(/wp-content/uploads/compa-images/badges/New.svg) !important;
  background-size: 100%;
}

.speed::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Speed.svg) !important;
  background-size: 100%;
}

.all-checked::after {
  background-image: url(/wp-content/uploads/compa-images/badges/All-checked.svg) !important;
  background-size: 100%;
}

.all-price::after {
  background-image: url(/wp-content/uploads/compa-images/badges/All-price.svg) !important;
  background-size: 100%;
}

.checked::after {
  background-image: url(/wp-content/uploads/compa-images/badges/Checked.svg) !important;
  background-size: 100%;
}

.beginner::after {
  background-image: url(/wp-content/uploads/compa-images/badges/beginner.svg) !important;
  background-size: 100%;
}

.family::after {
  background-image: url(/wp-content/uploads/compa-images/badges/family.svg) !important;
  background-size: 100%;
}

.environment::after {
  background-image: url(/wp-content/uploads/compa-images/badges/environmental.svg) !important;
  background-size: 100%;
}

.advanced::after {
  background-image: url(/wp-content/uploads/compa-images/badges/advanced.svg) !important;
  background-size: 100%;
}

#featured-products .single-feat .feat-image {
  margin-top: 5px;
  margin-bottom: 30px;
  text-align: center;
}

#featured-products .single-feat .feat-image img {
  max-height: 160px;
  height: 160px;
  width: auto;
  object-fit: contain;
}

.first-info {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--global--color-black);
  margin-bottom: 15px;
  font-family: var(--global--font-primary);
  text-transform: uppercase;
}

.first-info,
.first-info .h4,
.first-info p {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.first-info p {
  min-height: 22px !important;
}

.first-info .h4 {
  margin-bottom: 10px;
  min-height: 66px !important;
  font-family: var(--global--font-primary);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.custom-li ul,
.sect-content ul {
  font-size: 1rem;
  line-height: 20px;
  list-style: none;
  padding-left: 0;
}

.custom-li ul {
  min-height: 95px;
}

.custom-li ul li::before,
.sect-content ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(/wp-content/uploads/compa-images/checked-1.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  background-color: var(--global--color-main);
  border-radius: 50%;
}

.custom-li ul li,
.sect-content ul li {
  margin-bottom: 15px;
  /*   display: grid;
  grid-template-columns: 17px 1fr;
  padding-left: 0;
  grid-gap: 3px;
  font-family: var(--global--font-secondary);
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.afp-full .product-link {
  background-color: var(--global--color-cta-new) !important;
}

.product-link {
  width: 90%;
  margin: 15px 5%;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  padding: 10px;
  font-family: var(--global--font-primary);
}

a:focus {
  outline: none !important;
  text-decoration: none !important;
}

/*article section*/

.def-section {
  position: relative;
  padding: 40px 0;
  margin: 25px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgb(112 112 112 / 30%);
}

.def-section:last-of-type {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.def-section h2 {
  margin-bottom: 20px;
}

.def-section .badge {
  display: block;
  margin-bottom: 30px;
  height: 42px;
  margin-top: -40px;
  background: var(--global--color-main-light);
  border-radius: 8px 15px 0px 0px;
}

.def-section .badge-text {
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding: 12px 25px;
}

.def-section .badge-icon::after {
  height: 28px;
  width: 28px;
}

.def-section .badge .badge-icon {
  padding: 7px 12px;
}

.score-list {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}

.score-list li {
  float: left;
  width: auto;
  margin-right: 20px;
  font-weight: bold;
}

.score-list li svg {
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
}

.star-ic {
  fill: var(--global--color-main);
}

.sect-content {
  display: flex;
  margin-bottom: 5px;
  padding: 0 25px;
}

.into-score {
  padding: 0 25px;
}

.desc-cont {
  padding-right: 25px;
}

.single-photo {
  text-align: center;
  margin-bottom: 20px;
}

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

.afp-info {
  display: inline-block;
  margin-top: 15px;
  font-family: var(--global--font-primary);
}

.afp-info p {
  font-size: 1.1rem;
}

.afp-info .product-link {
  width: auto;
  margin: 15px auto;
  padding: 10px 40px;
  background-color: var(--global--color-cta);
  background-image: none;
}

.afp-info .product-link:hover,
.afp-info .product-link:focus {
  color: #fff !important;
  background-color: var(--global--color-main);
}

.pros-cons h3,
.reviewed_product .pros-cons h4 {
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.pros-cons .list-ct {
  display: flex;
  justify-content: space-between;
}

.pros-cons .list-ct .col-6 {
  width: 49%;
  background-color: var(--global--color-white);
  border-radius: 15px 16px 15px 15px;
}

.pros-cons .list-ct p {
  background: transparent linear-gradient(270deg, #707793 0%, #2f4858 100%) 0%
    0% no-repeat padding-box;
  border-radius: 8px 8px 0px 0px;
  padding: 10px 30px 10px 20px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: var(--global--font-primary);
  color: var(--global--color-white);
  font-weight: bold;
  position: relative;
  margin-bottom: 0 !important;
}

.pros-cons .pros p:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 14px;
  color: var(--global--color-white);
  font-size: 1.8rem;
  line-height: 1rem;
}

.pros-cons .cons p:after {
  content: "_";
  position: absolute;
  right: 20px;
  top: 2px;
  color: var(--global--color-white);
  font-size: 1.8rem;
  line-height: 1rem;
}

.pros-cons .list-ct ul {
  list-style: none;
  padding: 25px 20px;
}

.pros-cons .list-ct ul li {
  position: relative;
  padding-left: 25px;
  line-height: 22px;
  margin-bottom: 10px;
}

.pros-cons .pros ul li:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--global--color-main);
  font-size: 1.8rem;
  line-height: 1rem;
  font-weight: bold;
}

.pros-cons .cons ul li:before {
  content: "_";
  position: absolute;
  left: 0;
  top: -10px;
  color: #ef4f48;
  font-size: 1.8rem;
  line-height: 1rem;
  font-weight: bold;
}

.more-om {
  padding: 30px;
}

.more-om .row {
  justify-content: space-between;
}

.more-om .col-6 {
  width: 48%;
}

.more-om h3,
.more-om h4 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.more-om .specif {
  background: transparent linear-gradient(138deg, #fdfdfd 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  border-radius: 15px 16px 15px 15px;
}

.more-om .specif li {
  margin-bottom: 10px;
}

.more-om .specif li,
.kdmf-details .specif li {
  margin-bottom: 5px;
}

.kdmf-details h3,
.kdmf-details h4,
.kdmf-details h5 {
  clear: none;
}

.more-om .specif li::marker,
.kdmf-details .specif li::marker {
  font-size: x-small;
}

.more-om .row {
  margin-bottom: 20px;
  display: flex;
}

.more-om .specif p,
.kdmf-details .specif p {
  background: transparent linear-gradient(89deg, #5c5c5c 0%, #d3d3d3 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 8px 8px 0px 0px;
  padding: 10px 30px 10px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: var(--global--font-primary);
  color: var(--global--color-white);
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}

.more-om .specif p:after,
.kdmf-details .specif p:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 11px;
  background-image: url(/wp-content/uploads/compa-images/gear.png);
  width: 18px;
  height: 18px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.video-sec {
  margin-top: 35px;
  margin-bottom: 20px;
}

.video-sec iframe {
  max-width: 100%;
  width: 100%;
  min-height: 200px;
}

.video-sec a {
  font-weight: bold;
}

.video-sec .rll-youtube-player {
  margin-bottom: 10px;
}

.video-sec a:hover {
  color: var(--global--color-secondary);
}

.tips {
  padding: 0 30px;
}

.tips h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.4rem;
  margin-top: 20px;
  font-weight: 700;
  clear: none;
}

.tips h4,
.tips h2 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.3rem;
  margin-top: 20px;
  font-weight: 700;
  clear: none;
}

.tips .sect-content {
  padding: 0;
  justify-content: space-between;
  margin-bottom: 0;
  display: block;
}

.tips .sect-content .col-6 {
  width: 48%;
  float: right;
  margin-left: 25px;
  margin-bottom: 0;
}

.tips .single-photo img {
  border-radius: 15px;
}

/*sources*/

.sources {
  margin-bottom: 35px;
  margin-top: 40px;
}

.sources h2 {
  margin-bottom: 25px;
}

.sources-details,
.cons_review {
  margin-top: 20px;
  padding: 10px 0 0 0;
  background-color: #fff;
}

.sources-details h3,
.cons_review h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.single-source {
  margin-bottom: 30px;
  font-family: var(--global--font-secondary);
}

.single-source h4 {
  font-family: var(--global--font-secondary);
  margin-bottom: 10px;
  font-size: var(--heading--font-size-h5);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5);
  cursor: pointer;
}

.single-source h4.active:after {
  position: absolute;
  right: 0;
  content: "\2212" !important;
}

.single-source h4:after {
  content: "\002B";
  font-weight: bold;
  position: absolute;
  right: 0;
}

.sources-text {
  display: none;
}

.single-source h4:before {
  top: 3px;
}

.dk h4,
.swe h4,
.no h4,
.fi h4,
.de h4,
.uk h4,
.us h4,
.au h4,
.in h4 {
  padding-left: 30px;
  position: relative;
}

.dk h4:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url(/wp-content/uploads/compa-images/states/denmark.png);
  width: 19px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.swe h4:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url(/wp-content/uploads/compa-images/states/sweden.png);
  width: 19px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.no h4:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url(/wp-content/uploads/compa-images/states/norway.png);
  width: 19px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.fi h4:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url(/wp-content/uploads/compa-images/states/finland.png);
  width: 19px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.de h4:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url(/wp-content/uploads/compa-images/states/germany.png);
  width: 19px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.uk h4:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url(/wp-content/uploads/compa-images/states/united-kingdom.png);
  width: 19px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.us h4:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url(/wp-content/uploads/compa-images/states/united-states.png);
  width: 19px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.au h4:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url(/wp-content/uploads/compa-images/states/australia.png);
  width: 19px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.in h4:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url(/wp-content/uploads/compa-images/states/international.png);
  width: 19px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/*FAQ*/

#faq-row {
  border-top: 1px solid hsl(0deg 0% 20% / 23%);
  padding: 30px;
  margin-bottom: 30px;
}

#faq-row h2 {
  font-family: var(--global--font-primary);
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  font-size: var(--heading--font-size-h3);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3);
}

#faq-row h2:before {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 10px;
  background: url(/wp-content/uploads/compa-images/conversation.svg);
  background-repeat: no-repeat;
}

.faq-content {
  background-color: var(--global--color-white);
  padding: 30px;
  border-radius: 7px;
  box-shadow: 5px 5px 10px 0 rgb(17 12 46 / 15%);
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: auto;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
  position: relative;
  border-bottom: 2px solid #f6f6f6;
}

#faq-row .active,
.accordion:hover {
  background-color: #f0f0f0;
}

.accordion:after {
  content: "\002B";
  color: #bbb;
  font-weight: normal;
  font-size: 2em;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.active:after {
  content: "\2212";
  font-weight: bold;
}

.panel {
  padding: 18px;
  background-color: white;
  overflow: hidden;
  display: none;
  font-size: 15px;
}

.faq-content .accordion:before {
  display: inline-block;
  transform: translateY(3px);
  content: "";
  height: 20px;
  left: 0;
  margin-right: 5px;
  position: relative;
  top: 0;
  width: 20px;
}

.faq-content .badge:before {
  background: url(/wp-content/uploads/compa-images/faq/badge.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .bin:before {
  background: url(/wp-content/uploads/compa-images/faq/bin.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .buy_click:before {
  background: url(/wp-content/uploads/compa-images/faq/buy_click.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .calendar:before {
  background: url(/wp-content/uploads/compa-images/faq/callendar.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .cash_bag:before {
  background: url(/wp-content/uploads/compa-images/faq/cash_bag.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .cash_click:before {
  background: url(/wp-content/uploads/compa-images/faq/cash_click.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .cash_plant:before {
  background: url(/wp-content/uploads/compa-images/faq/ash_plant.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .chair:before {
  background: url(/wp-content/uploads/compa-images/faq/chair.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .checklist:before {
  background: url(/wp-content/uploads/compa-images/faq/checklist.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .clock:before {
  background: url(/wp-content/uploads/compa-images/faq/clock.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .credit_card:before {
  background: url(/wp-content/uploads/compa-images/faq/credit_card.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .filters:before {
  background: url(/wp-content/uploads/compa-images/faq/filters.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .hand_mechanic:before {
  background: url(/wp-content/uploads/compa-images/faq/hand_mechanic.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .light_bulb:before {
  background: url(/wp-content/uploads/compa-images/faq/light_bulb.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .like:before {
  background: url(/wp-content/uploads/compa-images/faq/like.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .link:before {
  background: url(/wp-content/uploads/compa-images/faq/link.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .liquid:before {
  background: url(/wp-content/uploads/compa-images/faq/liquid.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .location:before {
  background: url(/wp-content/uploads/compa-images/faq/location.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .lock:before {
  background: url(/wp-content/uploads/compa-images/faq/lock.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .magnify:before {
  background: url(/wp-content/uploads/compa-images/faq/magnify.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .marketing:before {
  background: url(/wp-content/uploads/compa-images/faq/marketing.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .performance:before {
  background: url(/wp-content/uploads/compa-images/faq/performance.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .piggy_bank:before {
  background: url(/wp-content/uploads/compa-images/faq/piggy_bank.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .price_tag:before {
  background: url(/wp-content/uploads/compa-images/faq/price_tag.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .rocket:before {
  background: url(/wp-content/uploads/compa-images/faq/rocket.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .share:before {
  background: url(/wp-content/uploads/compa-images/faq/share.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .shop_cart:before {
  background: url(/wp-content/uploads/compa-images/faq/shop_cart.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .store:before {
  background: url(/wp-content/uploads/compa-images/faq/store.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .talk_chat:before {
  background: url(/wp-content/uploads/compa-images/faq/talk_chat.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .video_play:before {
  background: url(/wp-content/uploads/compa-images/faq/video_play.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .warning:before {
  background: url(/wp-content/uploads/compa-images/faq/warning_sign.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .winning_cup:before {
  background: url(/wp-content/uploads/compa-images/faq/winning_cup.png);
  background-repeat: no-repeat;
  background-size: cover;
}


/*tidligere */

/*outlet*/
.row-2 {
	display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}

.right-half, .row-2 image {
	max-width: 50%;
    width: 50%;
    min-width: 50%;
}

.outlet-text .bottom-line {
	margin: 40px -20px 20px -20px;
    background-color: var(--global--color-green-background);
    padding: 25px 20px 20px 20px;
}

.reviewed_product {
	margin-bottom: 30px;
    border-bottom: 1px solid var(--global--color-green);
}

.tidligere {
	padding-top: 30px;
	margin-top: 30px;
    border-top: 1px solid var(--global--color-green);
}

.tidligere-intro h2 {
	margin-bottom: 30px !important;
}

.outlet-title {
	cursor: pointer;
	padding-right: 30px;
	position: relative;
	font-size: 18px;
}

.outlet-title:after {
	top: 6px;
    background: var(--ms-arrow);
    background-size: 100%;
	content: "";
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
}

.outlet-title.active:after {
	transform: rotate(180deg);
}

.outlet-text {
	display: none;
	padding-bottom: 30px;
}

.reviewed_product .row-2 img {
	max-height: 300px;
	object-fit: contain;
}

.reviewed_product .pros-cons .list-ct .pros h3,
.reviewed_product .pros-cons .list-ct .cons h3 {
  background: #6e6e6e;
}

.reviewed_product .pros-cons .pros ul li:before,
.reviewed_product .pros-cons .cons ul li:before {
  color: #6e6e6e;
}

.reviewed_product .pros-cons .list-ct ul li {
  color: #4e4e4e;
}

.reviewed_product .more-om {
  padding: 20px 0 0 0;
}

.reviewed_product .pros-cons {
	display: flex;
    justify-content: space-between;
	margin: 25px 0 20px 0;
}

.reviewed_product .pros-cons .col-6 {
    width: 49%;
    background-color: var(--global--color-white);
    border-radius: 15px 16px 15px 15px;
}

.reviewed_product .more-om .row {
  display: flex;
}

.reviewed_product p,
.reviewed_product li {
  color: #4e4e4e;
}

.reviewed_product .row {
  margin-bottom: 15px;
	flex-direction: column;
}

.reviewed_product .outlet-title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
}

.reviewed_product .outlet-title:after {
  content: "\002B";
  font-weight: bold;
  position: absolute;
  right: 0;
  font-size: 1.5rem;
}

.reviewed_product .outlet-title.active:after {
  position: absolute;
  right: 0;
  content: "\2212" !important;
}

.ranking {
  margin-bottom: 35px;
  display: flex;
}

.single-rank {
  box-shadow: 0px 3px 6px #00000008;
  border-radius: 10px 9px 8px 8px;
  background-color: #fff;
  position: relative;
  padding: 10px 5px;
  width: 19%;
  margin: 0 0.5%;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--global--font-primary);
}

/*ranking circle persentige*/

.circular-chart {
  display: block;
  margin: 7px auto;
  max-width: 40px;
  max-height: 40px;
}

.circle-bg {
  fill: none;
  stroke: #e5fcff;
  stroke-width: 4;
}

.circular-chart.blue .circle {
  stroke: var(--global--color-main);
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}

.single-rank h5 {
  font-size: 0.75rem;
  letter-spacing: -0.3px;
}

.single-rank p {
  font-size: 0.85rem;
  letter-spacing: -0.3px;
  font-weight: bold;
  margin-bottom: 0;
}

/*Post navigation hidden*/

.post-navigation {
  display: none;
}

.disclaimer-icon {
  display: none;
}

/*custom media queries*/

@media screen and (max-width: 1300px) {
  .related-posts-img img {
    width: 80px !important;
  }

  .sidebar-recommend img {
    height: 120px;
  }
}

@media screen and (max-width: 1145px) {
  .date-author {
    display: block;
  }

  .related-posts-text h6,
  .related-posts-text p {
    line-height: 1rem;
  }
}

@media screen and (max-width: 1080px) {
  .single-ny .top-prods {
    width: calc(100% - 40px);
  }

  .entry-content .custom-posts {
    grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .single-rank {
    padding: 15px 5px;
  }

  h1 {
    font-size: 2.5rem !important;
  }

  h2 {
    font-size: 1.9rem !important;
  }

  h3,
  #faq-row h2,
  .feat-col h2,
  .tidligere-intro h2 {
    font-size: 1.6rem !important;
  }

  h4 {
    font-size: 1.15rem !important;
  }

  h5,
  .first-info .h4,
  .first-info p,
  .def-section .badge-text {
    font-size: 0.8rem !important;
  }

  .hero-section {
    padding: 60px 0 30px 0;
  }

  .hero-section h1.entry-title {
    margin-bottom: 20px;
    max-width: 95%;
    font-size: 1.2rem !important;
    line-height: 38px !important;
  }

  .hero-section h1.entry-title strong {
    font-size: 36px !important;
  }

  .disclaimer {
    max-width: 90%;
  }

  .disclaimer p {
    font-size: 14px;
    line-height: 18px;
  }

  .disclaimer p br {
    display: none;
  }

  .numbers-section .single_no,
  .pros-cons .list-ct p,
  .more-om h3 {
    font-size: 0.8rem !important;
  }

  .single-feat .badge {
    font-size: 12px;
  }

  .right-sidebar {
    display: none;
  }

  .article-content {
    width: 100%;
  }

  #main,
  #pre-footer,
  .site-footer > .site-info,
  .site-header {
    max-width: 95% !important;
  }

  .menu-button-container {
    display: flex;
    right: 30px;
    top: 20px;
  }

  .admin-bar .primary-navigation .menu-button-container {
    top: -20px;
  }

  .primary-navigation > .primary-menu-container {
    visibility: hidden;
  }

  .primary-navigation > .primary-menu-container {
    height: calc(100vh - var(--global--admin-bar--height));
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid transparent;
  }

  .primary-navigation {
    position: absolute;
  }

  .primary-navigation-open .primary-navigation > .primary-menu-container {
    display: block !important;
    position: absolute;
    top: 0;
    background-color: #fff;
    padding-top: 60px;
    width: 100vw;
  }

  .primary-navigation-open .primary-navigation > .primary-menu-container ul {
    padding-left: 40px;
  }

  .primary-navigation > .primary-menu-container {
    display: none;
  }

  .primary-navigation-open .menu-button-container #primary-mobile-menu {
    position: absolute;
    right: 0;
  }

  .primary-navigation-open .primary-navigation {
    width: 100%;
    position: absolute;
    z-index: 2;
    padding-top: 15px;
  }

  .primary-navigation > div > .menu-wrapper li {
    width: 100%;
  }

  .single-ny .top-prods {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .primary-navigation-open .primary-navigation > .primary-menu-container ul {
    padding-left: 0;
  }

  .price-font {
    font-size: 1rem;
  }

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

  .menu-button-container {
    top: 0;
  }

  .limiter .col-md-4 {
    width: 33% !important;
  }

  .featured-price,
  .title-row p,
  .table-price {
    padding: 5px 10px !important;
    font-size: 0.5rem;
    text-transform: uppercase;
  }

  .limiter .col-md-2 p,
  .limiter .col-md-4 p {
    font-size: 0.7rem !important;
  }
}

@media screen and (max-width: 767px) {
	.reviewed_product .pros-cons {
		flex-direction: column;
		gap: 20px;
	}
	
	.reviewed_product  .row-2 {
		flex-direction: column;
    	align-items: start;
	}
	
	.reviewed_product .right-half, .reviewed_product .row-2 image {
		max-width: 100%;
		width: 100%;
		min-width: 100%;
	}
	
  .single-ny .prod-row {
    padding: 5px 0;
  }

  .single-ny .col-link {
    font-size: 11px;
    line-height: 11px;
    width: 130px;
  }

  .top-prods .col-infos p {
    margin-bottom: 10px;
    font-size: 0.9rem !important;
  }

  .single-ny .col-infos span {
    font-size: 11px;
    line-height: 11px;
  }

  .guide .title-box {
    padding: 0 20px;
  }

  .guide .title-box h1 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }

  .main-content .update-top {
    padding: 0 20px;
  }

  .update-top .update-section {
    padding: 15px;
  }

  .tips .desc-cont {
    padding-right: 0;
  }

  .kdmf-details,
  .om-row {
    display: flex !important;
    flex-direction: column;
  }

  .kdmf-specs,
  .om-row .specif {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    order: 3;
  }

  .p-2 {
    padding: 0 !important;
  }

  .kdmf-specs .specif {
    margin: 0 !important;
  }

  .home .first-row {
    padding: 40px 0 0 0;
  }

  .method-section {
    margin-bottom: 0px !important;
  }

  .method-section .method_heading svg {
    max-width: 40px;
    padding: 0 0 0 10px;
  }

  .method-section .method_text {
    font-size: 16px !important;
    margin-bottom: 0;
    padding-right: 30px;
    position: relative;
    font-weight: 500;
    width: 100%;
  }

  .kdmf-details {
    padding: 0 !important;
  }

  .afp-info {
    width: 100%;
  }

  .afp-info .product-link {
    max-width: 100% !important;
  }

  .disclaimer p {
    /*max-height: 20px;*/
    overflow: hidden;
    padding-right: 25px;
    position: relative;
  }

  /*.disclaimer p:after {
		content: "";
		background-image: url(/wp-content/uploads/compa-images/arrow-toc.svg);
   	 	background-size: 100%;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 0;
		top: 0px;
	}*/

  .show-disc:after {
    transform: rotate(180deg);
  }

  .single-photo {
    margin-bottom: 0;
  }

  .product-slider .single-slide img {
    height: 220px !important;
  }

  .product-slider .column,
  .product-slider .column img {
    height: 40px !important;
    max-width: 40px !important;
  }

  .product-slider .row {
    margin-bottom: 30px !important;
  }

  .product-slider {
    order: 3;
  }

  .ranking {
    display: inline-block;
    width: 100%;
  }

  .single-rank {
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
    float: left;
    padding: 5px;
  }

  .circular-chart {
    max-width: 40px;
    max-height: 40px;
  }

  .single-rank p {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
  }

  .post-inner .hero-section h1.entry-title {
    font-size: 1rem !important;
    line-height: 20px !important;
  }

  .post-inner .hero-section h1.entry-title strong {
    font-size: 2rem !important;
    line-height: 2.3rem !important;
  }

  #main,
  #pre-footer,
  .site-footer > .site-info,
  .site-header {
    max-width: 100% !important;
  }

  .site-header {
    padding: 0 20px;
  }

  .hero-section h1.entry-title,
  .disclaimer {
    text-align: left;
    max-width: 100% !important;
    padding: 0 20px;
  }

  h1 {
    font-size: 2.2rem !important;
    line-height: 2.2rem !important;
  }

  h2 {
    font-size: 1.2rem !important;
  }

  h3,
  #faq-row h2,
  .feat-col h2,
  .tidligere-intro h2 {
    font-size: 1rem !important;
  }

  h4 {
    font-size: 0.9rem !important;
  }

  h5,
  .def-section .badge-text,
  .box-title {
    font-size: 0.75rem !important;
  }

  .first-info .h4 {
    font-size: 1.1rem !important;
  }

  .first-info p {
    font-size: 1rem !important;
  }

  .first-info {
    border-bottom: 1px solid var(--global--color-main);
  }

  .numbers-section {
    justify-content: left;
    display: inline-block;
    width: 100%;
  }

  .numbers-section .single_no {
    float: left;
    width: 50%;
    margin-bottom: 2px;
  }

  .hero-section {
    padding: 60px 0 10px 0;
  }

  .post_meta {
    display: block;
    border: none;
    margin: 0;
    box-shadow: 0px 3px 6px #00000005;
    padding-bottom: 10px;
  }

  .meta_users {
    width: 100%;
    display: block;
    padding: 10px 20px;
  }

  .meta_users .author-box {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
  }

  .meta_date {
    width: 70%;
    padding: 10px 0 10px 20px;
  }

  #main .main-content {
    margin-top: 0;
    padding-top: 30px;
    background-color: #fbfcfc;
  }

  #main .post-inner {
    margin-bottom: 0;
  }

  .about-box {
    margin: 10px 0;
    padding: 10px 20px;
  }

  .intro {
    padding: 0 20px;
  }

  .intro p:first-child:first-letter {
    float: left;
    margin: 0;
    font-size: 1rem;
    line-height: 24px;
    color: var(--global--color-black);
  }

  .box-content {
    padding-bottom: 0;
  }

  .gradient-grey {
    padding: 20px;
  }

  .mob-none {
    display: none;
  }

  #featured-products {
    display: none;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid rgb(112 112 112 / 30%);
    padding-bottom: 15px;
  }

  #featured-products .single-feat {
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 20px;
  }

  #featured-products .single-feat .feat-image img {
    height: 220px;
  }

  #featured-products .single-feat .feat-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .first-info .h4 {
    min-height: 16px;
  }

  .product-link {
    max-width: 150px;
    margin: 15px auto;
    display: block;
  }

  .gradient-grey {
    background: none;
  }

  .def-section {
    width: calc(100% - 40px);
    margin: 20px;
  }

  .into-score,
  .sect-content {
    padding: 0;
  }

  .sect-content,
  .pros-cons .list-ct,
  .more-om .row {
    flex-direction: column;
  }

  .def-section .desc-cont {
    order: 2;
    padding-right: 0 !important;
  }

  .col-6 {
    width: 100% !important;
    padding: 0 !important;
  }

  .score-list li {
    width: 100%;
    font-weight: normal;
  }

  .single-photo img {
    max-height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
  }

  .afp-info .product-link {
    margin: 15px 0;
    padding: 10px 15px;
    max-width: 200px;
  }

  .afp-info p {
    font-size: 0.9rem;
  }

  .pros-cons {
    padding: 0;
  }

  .pros-cons h4,
  .more-om h4,
  .tips h4,
  .more-om h3,
  .tips h2 {
    font-size: 1.1rem !important;
    margin-bottom: 10px;
  }

  .pros-cons .list-ct .col-6 {
    margin-bottom: 20px !important;
  }

  .more-om {
    padding: 20px 0;
  }

  .specif ul {
    padding-left: 20px;
  }

  .def-section {
    width: calc(100% - 40px) !important;
    margin: 24px 20px !important;
  }

  .video-sec iframe {
    min-height: 200px;
  }

  .video-sec {
    margin-top: 45px;
    margin-bottom: 0;
  }

  .tips {
   /* margin-bottom: 35px; */
    padding: 0 20px;
  }

  .tips .single-photo img {
    object-fit: cover;
  }

  .sources {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sources h2 {
    margin-bottom: 10px;
    border-top: 1px solid rgb(112 112 112 / 30%);
    padding-top: 25px;
    font-size: 1.2rem !important;
  }

  .sources-details h3,
  .cons_review h3 {
    font-size: 1.2rem !important;
    margin-bottom: 10px;
  }

  .sources-details,
  .cons_review {
    margin-top: 30px;
    padding: 0;
    background-color: transparent;
  }

  .single-source {
    margin-bottom: 20px;
  }

  #faq-row {
    border-top: none;
    padding: 0 20px;
  }

  .faq-content {
    padding: 10px;
  }

  .pros-cons .list-ct ul {
    padding: 20px 10px;
  }

  .show_tidligere {
    padding: 20px;
  }

  .tidligere-intro {
    padding: 30px 20px;
  }

  .tidligere-intro p {
    width: 100%;
  }

  .tidligere-intro img {
    display: block;
    margin: 20px auto;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
  }

  .show_tidligere {
    margin: 30px 0 0 0;
  }

  .tidligere-intro:after {
    content: none;
  }

  .reviewed_product {
    background: transparent;
    padding: 30px 0 0 0;
  }

  .reviewed_product .row {
    flex-direction: column;
  }

  .bemark-box {
    margin: 20px 0;
    width: 100%;
  }

  .recommend {
    width: 100%;
    margin-bottom: 25px;
  }

  .recommend .name-pr {
    font-size: 1.1rem !important;
  }

  .recommend label {
    font-weight: 500;
  }

  .recommend .product-link {
    margin: 15px auto;
  }

  .reviewed_product .more-om {
    padding: 20px 0 0 0;
  }

  .bottom-notice {
    padding: 20px 0 0 0;
    width: calc(100% - 40px);
    margin: 20px auto;
    border-top: 1px solid rgb(112 112 112 / 30%);
  }

  [data-tooltip]:before {
    right: 0;
    left: auto;
    transform: translate(0, 50%);
  }

  [data-tooltip]:hover:before {
    transform: translate(0, -10px);
  }

  .site-footer > .site-info {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
  }

  .site-footer > .site-info .site-name {
    order: 2;
  }

  #pre-footer {
    padding: 0 20px 25px 20px;
    display: flex;
    flex-direction: column-reverse;
  }

  #pre-footer .widget-area {
    margin: 0 !important;
    padding-bottom: 0;
    max-width: 100%;
  }

  #pre-footer .widget-area .widget {
    margin-bottom: 0;
  }

  .accordion {
    padding: 13px 30px 13px 10px;
    line-height: 1.2rem;
  }

  .accordion:after {
    right: 10px;
  }
}

@media only screen and (max-width: 520px) {
  .single-ny .col-infos {
    padding: 10px 20px !important;
    width: 100% !important;
  }

  .single-ny .top-prods h2 {
    margin: 0;
  }

  .single-ny .prod-row {
    padding: 10px 0 !important;
  }

  /*asterix on award*/
  .img-asterix {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0 !important;
    width: 14px !important;
  }

  .main-content .def-section .image-badge .badge-text {
    width: 100% !important;
    position: relative;
  }

  .search-item {
    max-width: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
  }

  .category-page .post_article {
    grid-template-columns: repeat(1, 1fr);
  }

  .home h1 {
    font-size: 2.1rem !important;
    line-height: 2.1rem !important;
  }

  .home h2 {
    font-size: 1.5rem !important;
  }

  .home .section-title:after {
    margin-bottom: 7px !important;
  }

  .home .entry-content .custom-posts,
  .home .categories-section {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }

  .home .product-link {
    max-width: 200px;
  }

  .def-section .badge-icon::after {
    height: 24px !important;
    width: 24px !important;
  }

  .def-section .badge .badge-icon {
    padding: 7px 5px !important;
  }

  .def-section .badge {
    height: 38px !important;
    padding: 12px 0;
  }

  .main-content .def-section .badge-text {
    font-size: 0.8rem !important;
    padding: 0 10px 0 10px !important;
    line-height: 0.8rem !important;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: calc(100% - 34px);
  }

  .box-title {
    line-height: 0.9rem !important;
    padding: 15px 30px 15px 15px !important;
  }

  .box-title::after {
    top: 12px !important;
    right: 10px !important;
  }

  .numbers-section .single_no {
    width: 100% !important;
  }

  .product-slider .single-slide img {
    height: 200px !important;
  }

  .image-box img {
    max-height: 200px !important;
  }

  .product-slider {
    margin-bottom: 30px !important;
  }

  .product-slider .column,
  .product-slider .column img {
    height: 45px !important;
  }

  .product-slider .row {
    display: none !important;
  }

  .product-slider .prev,
  .product-slider .next {
    top: calc(50% + 40px) !important;
    background-color: var(--global--color-secondary);
    color: #fff !important;
    padding: 0 10px !important;
  }

  .mob-users {
    display: flex !important;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    max-width: calc(100% - 40px);
    margin: auto;
    color: var(--global--color-secondary);
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
  }

  .mob-users.show-users {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .meta_users {
    display: none;
  }

  .mob-users:after {
    content: "";
    position: relative;
    display: block;
    background-image: url(/wp-content/uploads/compa-images/arrow-toc.svg);
    background-size: 100%;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    margin-top: 4px;
  }

  .mob-users.show-users::after {
    transform: rotate(180deg);
  }

  .hero-section h1.entry-title {
    font-size: 1rem !important;
  }

  .hero-section h1.entry-title strong {
    font-size: 2rem !important;
  }

  .toggle-toc,
  .meta_date {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
  }

  .mob-toc {
    margin-top: -22px;
  }

  .meta_date {
    padding: 10px 0 10px 20px;
  }

  .toggle-toc::after {
    width: 12px !important;
    height: 12px !important;
    margin-left: 5px !important;
  }

  .wp-block-social-links .wp-social-link svg {
    width: 1em;
  }

  .site-footer > .site-info .powered-by {
    max-width: 100%;
    font-size: 12px;
    margin-top: 0;
  }

  .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 0px 8px 0px 0;
  }
}

@media only screen and (max-width: 380px) {
  .date-desc {
    display: none;
  }
}

/*end of signle post template css*/

@media (max-width: 767px) {
  .title-row p,
  .table-price {
    font-size: 12px;
  }

  .featured-logo {
    max-width: 100%;
  }

  .featured-price {
    padding: 10px;
  }

  .annonce {
    display: none;
  }

  .afp-tooltip::after {
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dotted var(--global--color-black);
  }

  [data-tooltip]:hover:before {
    opacity: 1;
    max-height: 600px;
    min-width: 250px;
    bottom: 100%;
    transform: translate(0, -10px);
    font-weight: bold;
  }
}

.clear {
  clear: both;
  font-size: var(--global--font-size-xms);
}

/* Sidebar */

#sidebar {
  padding: 20px;
  background-color: var(--global--color-light-gray);
}

.related-posts-wrapper {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.related-posts-img {
  flex-shrink: 0;
}

.related-posts-img img {
  width: 95px !important;
  height: 90px !important;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.related-posts-text {
  display: flex;
  flex-direction: column;
}

.related-posts-text h6,
.related-posts-text p {
  min-height: 45px;
  font-size: var(--heading--font-size-h6);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h6);
  line-height: var(--heading--line-height-h6);
  margin-bottom: 0 !important;
}

.related-posts-text a {
  font-size: var(--global--font-size-xms);
  color: var(--global--color-main) !important;
  font-weight: 600;
  letter-spacing: -0.14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.date-author {
  display: flex;
  gap: 7px;
}

#sidebar .author {
  font-weight: var(--heading--font-weight-strong) !important;
}

#sidebar .author,
.date {
  font-size: var(--global--font-size-xxs) !important;
  font-weight: 400;
  letter-spacing: -1px;
  color: var(--global--color-gray) !important;
  font-family: var(--global--font-primary);
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  line-height: 0.7rem !important;
  padding-top: 4px;
  margin: 0 !important;
}

.related-posts-inner {
  display: flex;
  gap: 10px;
}

.related-posts-heading {
  font-family: var(--global--font-primary) !important;
  font-size: 1rem !important;
  color: var(--global--color-main) !important;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.sidebar-separator {
  height: 1px;
  width: 100%;
  background: var(--global--color-gray);
  margin-bottom: 10px;
}

.sidebar-recommend {
  position: relative;
  margin-top: 40px;
  box-shadow: 0px 3px 6px #00000008;
  border-radius: 10px 9px 8px 8px;
  background: var(--global--color-white);
  padding: 25px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 270px;
}

.sidebar-recommend .badge {
  font-size: var(--global--font-size-xxs);
  height: 32px;
  margin-top: -25px;
  background: var(--global--color-main-light);
  width: 100%;
}

.sidebar-recommend .badge .badge-text {
  padding: 6px 20px;
}

.sidebar-recommend img {
  height: 160px;
  object-fit: contain;
  margin: 30px 0;
}

.sidebar-recommend p {
  font-size: var(--global--font-size-xs);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5);
}

.sidebar-recommend label {
  font-family: var(--global--font-primary);
  font-size: var(--global--font-size-xs);
  font-weight: bold;
}

.related-posts-text a:hover {
  color: var(--global--color-secondary) !important;
}

.sidebar {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

/*serach results page*/

.search-query {
  font-family: var(--global--font-secondary);
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--global--color-main);
  font-weight: bold;
}

.search-items {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 10px;
  margin: 0 auto;
  justify-content: center;
}

.search-item {
  max-width: 300px;
  width: 300px;
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.search-text {
  padding: 15px;
}

.search-text a {
  text-decoration: underline;
}

.search-text a:hover {
  cursor: pointer;
}

.search-item .time {
  font-size: 0.8rem;
  font-family: var(--global--font-primary);
  color: var(--global--color-gray);
}

.search-thumbnail {
  height: 200px;
  background-color: var(--global--color-gray);
}

.search-thumbnail img {
  height: 200px !important;
  object-fit: cover;
  width: 100%;
}

.search-title {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: var(--global--color-main);
  font-family: var(--global--font-primary);
  font-weight: bold;
  cursor: pointer;
}

a .search-title:hover {
  color: var(--global--color-secondary);
}

.post_excerpt {
  display: flex;
  flex-direction: column;
}

.post_excerpt a {
  padding: 20px 0;
}

.post_excerpt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.5rem;
}

/*custom toc*/

#sidebar .toc-container {
  margin-bottom: 20px;
  max-width: 300px;
}

.toggle-toc:hover {
  text-decoration: underline;
}

.toggle-toc {
  color: var(--global--color-gray) !important;
  font-size: 0.9rem !important;
  line-height: 0.9rem !important;
  cursor: pointer;
  margin-bottom: 10px !important;
  display: flex;
  font-weight: 500;
  letter-spacing: 0;
  font-family: var(--heading--font-family) !important;
}

.toggle-toc.open::after {
  transform: rotate(180deg);
}

.toggle-toc::after {
  content: "";
  position: relative;
  display: block;
  background-image: url(/wp-content/uploads/compa-images/arrow-toc.svg);
  background-size: 100%;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  margin-top: -1px;
}

.toc-cont {
  display: none;
  flex-direction: column;
}

.toc-cont.open {
  display: flex !important;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}

.toc-cont a:hover,
.toc-cont a:focus {
  text-decoration: underline !important;
  color: var(--global--color-secondary) !important;
}

.mob-toc {
  display: none;
}

.om-sect {
  flex-direction: column;
}

.om-sect .single-photo {
  margin-bottom: 30px;
}

.annoncer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}

.mob-users {
  display: none;
}

/*custom slider*/

.inspiration .product-slider {
  max-width: 100%;
  margin: auto;
}

.product-slider {
  border: 1px solid #dadada;
  background-color: #fff;
  position: relative;
  border-radius: 14px;
  margin: 15px 0;
  padding: 20px 20px 5px 20px;
  max-width: calc(100% - 50px);
  margin: 15px auto;
}

.product-slider .column img {
  height: 45px;
  object-fit: cover;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
}

.product-slider .column .active img {
  border: 1px solid var(--global--color-gray);
}

.product-slider img {
  vertical-align: middle;
}

.product-slider .row {
  justify-content: center;
  margin-bottom: 0 !important;
}

/* Hide the images by default */
.single-slide {
  display: none;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}

.product-slider .single-slide img {
  max-height: 350px;
  object-fit: contain;
  width: auto;
  max-width: 100%;
}

.product-slider .prev,
.product-slider .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 5px 15px;
  margin-top: -50px;
  color: var(--global--color-main);
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
}

.cursor {
  cursor: pointer;
}

/* Position the "next button" to the right */
.product-slider .next {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.product-slider .prev {
  border-radius: 0 8px 8px 0;
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.product-slider .prev:hover,
.product-slider .next:hover {
  background-color: var(--global--color-secondary);
  color: #fff;
}

.product-slider .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.product-slider .column {
  float: left;
  width: auto;
  height: 45px;
  overflow: hidden;
  max-width: 45px;
  margin: 0 2px;
}

/* Add a transparency effect for thumnbail images */
.product-slider .column {
  opacity: 0.6;
}

.product-slider .active,
.product-slider .demo:hover {
  opacity: 1;
}

.product-slider .product-link {
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: auto;
  padding: 10px 20px;
  margin: 0;
  background-color: var(--global--color-main);
}

.product-slider .product-link:hover,
.product-slider .product-link:focus {
  background-color: var(--global--color-secondary);
}

.date-desc:after {
  content: "\003F";
  color: #a9a9a9;
  font-size: 17px;
}

.date-desc {
  cursor: pointer;
  border: 1px solid #a9a9a920;
  border-radius: 50%;
  background: #e8e9ed80;
  padding: 1px 5px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.tooltiptext {
  display: none;
  width: 100%;
  color: var(--global--color-gray);
  background-color: var(--global--color-white);
  border: 1px solid #f3f4f6;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 12px;
  text-transform: initial;
  z-index: 10;
}

.date-desc:hover .tooltiptext,
.research-disc:hover .tooltiptext {
  display: block;
}

.p-2 {
  padding: 0 30px;
}

a:focus {
  color: var(--global--color-secondary) !important;
}

#pre-footer-wrapper,
#colophon {
  background: var(--global--color-main);
  position: relative;
}

.custom-head {
  margin-bottom: 10px;
  font-size: var(--heading--font-size-h3);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3);
  font-family: var(--global--font-primary) !important;
}

.indhold {
  cursor: pointer;
}

.indhold:hover .tooltiptext {
  display: block;
}

#featured-products .single-feat {
  padding-bottom: 60px;
}

#featured-products .single-feat .product-link {
  position: absolute;
  bottom: 0;
}

.method-section {
  padding: 0 20px;
  margin-bottom: 20px;
}

.om-page ul {
  margin: 0 !important;
}

.single-inspiration #faq-row {
  margin-top: 30px;
}

.tips .sect-content ul li::before {
  margin-right: 4px;
}

.method-section {
  margin-top: 40px;
}

.diy-illustration {
  text-align: center;
  padding-right: 60px;
}

.diy-illustration img {
  width: auto;
  max-width: 100%;
  margin: 20px 0 40px 0;
}

.question-mark {
  min-height: 1px !important;
}

.question-mark:hover {
  cursor: pointer;
}

/*new fileds KDMF*/

.kdmf-details {
  padding: 0 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
}

.primary-navigation .menu-item-description {
  display: none !important;
}

/*reseller - inspirato*/
.reseller-image {
  width: auto;
  text-align: center;
  margin-bottom: 30px;
  object-fit: cover;
}

.reseller-head {
  display: flex;
  align-items: center;
}

.reseller-head label {
  margin-bottom: 0;
  color: var(--global--color-gray);
  max-width: 85vh;
  font-size: 18px;
  line-height: 20px;
}

.reseller-photo {
  text-align: center;
}

.reseller-logo {
  max-width: 200px !important;
  width: auto;
  height: auto;
}

.reseller-photo {
  text-align: center;
}

.more-om .tilbud-link {
  font-size: 16px;
  padding: 20px 10px;
}

/*Additional sup.content for single product*/

.additional_supp {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

.additional_supp:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 3px;
  background-color: var(--global--color-secondary);
}

.additional_supp:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: var(--global--color-secondary);
}

.compa-rating {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .single-ny .prod-row {
    padding: 5px 0;
  }

  .single-ny .col-link {
    font-size: 11px;
    line-height: 11px;
    width: 130px;
  }

  .single-ny .col-infos {
    padding: 0 20px;
    width: calc(100% - 190px);
  }

  .single-ny .col-infos span {
    font-size: 11px;
    line-height: 11px;
  }

  .single-ny .top-prods {
    margin: 30px auto;
    padding: 10px 10px 0 10px;
  }

  body .compareview .hero-section {
    padding: 60px 0 10px 0;
  }

  #primary .site-main .research-disc {
    font-size: 13px !important;
    max-width: 280px !important;
    margin-left: 20px !important;
    margin-bottom: 15px !important;
  }

  .research-disc .tooltiptext {
    padding: 5px !important;
    line-height: 14px !important;
  }

  .product-slider {
    max-width: 100% !important;
  }

  .main-content .def-section .image-badge .badge-text {
    font-size: 0.8rem !important;
    padding: 0 !important;
    padding-top: 2px !important;
  }

  .image-badge .badge-icon::after {
    height: 20px !important;
    width: 20px !important;
  }

  .compa-rating {
    margin-bottom: 30px;
  }

  .breadcrumb label {
    display: none;
  }
}

/*custom afp compa buttons*/

.table-title {
  font-size: 18px;
  margin-bottom: 5px !important;
}

.compa-btn span {
  position: relative;
  padding-right: 15px;
}

.compa-btn span:after {
  content: "»";
  position: absolute;
  right: 0;
  top: -2px;
}

.compa-row img.compa-logo-img {
  border-radius: 5px;
}

.afp_price_discount_percentage {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 5px 10px;
  background: var(--global--color-secondary);
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
}

.compa-btn,
.compa-row:hover .compa-btn {
  background: var(--global--color-secondary) !important;
  color: var(--global--color-white) !important;
  border-color: var(--global--color-secondary) !important;
  padding: 6px 15px !important;
}

@-webkit-keyframes link-hover {
  0% {
    background-position: right 0 bottom 2px;
    background-size: 100% 2px;
  }
  50% {
    background-position: right 0 bottom 2px;
    background-size: 0 2px;
  }
  51% {
    background-position: left 0 bottom 2px;
    background-size: 0 2px;
  }
  to {
    background-position: left 0 bottom 2px;
    background-size: 100% 2px;
  }
}

@-o-keyframes link-hover {
  0% {
    background-position: right 0 bottom 2px;
    background-size: 100% 2px;
  }
  50% {
    background-position: right 0 bottom 2px;
    background-size: 0 2px;
  }
  51% {
    background-position: left 0 bottom 2px;
    background-size: 0 2px;
  }
  to {
    background-position: left 0 bottom 2px;
    background-size: 100% 2px;
  }
}

@keyframes link-hover {
  0% {
    background-position: right 0 bottom 2px;
    background-size: 100% 2px;
  }
  50% {
    background-position: right 0 bottom 2px;
    background-size: 0 2px;
  }
  51% {
    background-position: left 0 bottom 2px;
    background-size: 0 2px;
  }
  to {
    background-position: left 0 bottom 2px;
    background-size: 100% 2px;
  }
}

.article-content .intro a,
.box-content a,
.method-section a,
.desc-cont a,
.more-om a,
.video-sec a,
.sources a,
.custom-post-desc a,
.om_all a,
.om-content a,
.meta_users a,
#faq-row a {
  background-image: linear-gradient(
    90deg,
    var(--global--color-secondary),
    var(--global--color-secondary)
  );
  background-position: left 0 bottom 2px;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.article-content .intro a:hover,
.box-content a:hover,
.method-section a:hover,
.desc-cont a:hover,
.more-om a:hover,
.video-sec a:hover,
.sources a:hover,
.custom-post-desc a:hover,
.om_all a:hover,
.om-content a:hover,
.meta_users a:hover,
#faq-row a:hover {
  -webkit-animation: link-hover 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-animation: link-hover 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  animation: link-hover 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}

*Method section desktop*/ .method-section {
  margin-bottom: 30px;
}

.method-section p,
.method-section .method_content {
  display: none;
}

.method-all p,
.method-all .method_content {
  display: block !important;
}

.method-section .method_heading {
  border-radius: 11px;
  gap: 0;
  cursor: pointer;
}

.method-section .method_text {
  cursor: pointer;
  text-align: left !important;
}

.method-section .method_text {
  margin-bottom: 0;
  padding-right: 30px;
  position: relative;
  width: 100%;
}

.method-less .method_text::after {
  transform: rotate(180deg);
}

.method-section .method_text::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  background: url(/wp-content/uploads/compa-images/arrow-down.png);
  width: 15px;
  height: 15px;
  background-size: 100%;
}

/*kontakt page*/

.contact-row {
  padding-top: 80px;
  display: block;
  margin: 0;
  max-width: 100% !important;
}

.contact-form {
  padding-top: 80px;
}

.contact-row label {
  width: 100%;
  display: block;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}

.contact-infos {
  margin-bottom: 50px;
}

.contact-infos h3 {
  border-left: 2px solid var(--global--color-secondary);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  font-weight: bold;
}

.map-frame {
  display: block;
  margin: 0;
  max-width: 100% !important;
}

.map-frame iframe {
  width: 100%;
}

.contact-form .wpcf7 .wpcf7-submit {
  border-radius: 4px;
  width: auto;
  margin: 0;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  background-color: var(--global--color-secondary) !important;
  color: var(--global--color-white) !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  font-family: var(--global--font-primary);
}

.contact-form .wpcf7 .wpcf7-submit:hover,
.contact-form .wpcf7 .wpcf7-submit:active,
.contact-form .wpcf7 .wpcf7-submit:focus {
  border-radius: 4px;
  background-color: var(--global--color-main) !important;
  border-color: var(--global--color-main) !important;
}

/*style for single post_type POST*/

.post_default .disclaimer {
  text-align: left;
  color: #0d3c55;
  margin-left: 0;
}

.post_default .disclaimer p {
  color: #0d3c55 !important;
  opacity: 0.8;
}

/*Compa Home page post style*/

.row-full {
  flex-direction: column;
}

.first-row {
  padding: 80px 0;
}

.main-title {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--global--color-main);
}

.entry-content .section-title {
  margin-bottom: 1em;
  font-size: 30px;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 30px;
  color: var(--global--color-main);
  font-family: var(--heading--font-family);
  font-weight: bold !important;
}

.first-row .home-intro {
  margin-bottom: 0;
  margin-top: 20px;
  color: var(--global--color-main);
}

.section-title:after {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  content: "";
  margin-left: 15px;
  margin-bottom: 10px;
  border-bottom: 3px solid var(--global--color-secondary);
}

.custom-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

.custom-post div.custom-post-thumb a {
  min-width: 288px;
  min-height: 178px;
  display: block;
}

.custom-post-thumb {
  overflow: hidden;
}

.custom-post div.custom-post-thumb a img {
  object-fit: cover !important;
  height: 190px !important;
}

.custom-post-thumb img:hover {
  transform: scale(1.5);
  transition: 0.3s all ease-in-out;
}

.custom-post-thumb img {
  transition: 0.3s all ease-in-out;
}

.custom-post-title {
  text-transform: uppercase;
  border-left: 2px solid var(--global--color-secondary);
  margin-left: 10px;
  margin-bottom: 20px !important;
  margin-top: 40px !important;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
  font-weight: bold;
  font-family: var(--global--font-secondary);
}

.custom-post-title a {
  font-size: 1.05em;
  color: var(--global--color-main);
  line-height: 1.2em;
  text-decoration: none;
}

.custom-post-cat,
.custom-post-date {
  text-transform: uppercase;
  color: #ababab;
  font-weight: bold;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 26px;
}

.custom-post-cat {
  float: left;
}

.custom-post-date {
  float: right;
}

.custom-post-desc {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/*top 4 articles*/

.single-item {
  display: flex;
  align-items: center;
}

.list-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  grid-gap: 1rem;
  grid-auto-flow: dense;
  margin-bottom: 20px;
}

.list-post-thumb {
  width: 150px;
  min-width: 150px;
}

.list-post-thumb img {
  height: 100%;
  max-height: 100px;
  object-fit: cover;
}

.custom-list-title {
  text-transform: uppercase;
  border-left: 2px solid var(--global--color-secondary);
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
  font-weight: bold;
  font-family: var(--global--font-secondary);
}

.custom-list-title a {
  font-size: 1.05em;
  color: var(--global--color-main);
  line-height: 1.2em;
  text-decoration: none;
}

.custom-list-title a:hover {
  color: var(--global--color-secondary);
}

.categories-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

.single-cat img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

/*category archive*/

.category-page {
  margin-bottom: 50px !important;
}

.category-page .archive-header {
  padding-top: 70px;
  padding-bottom: 50px;
}

.category-page .archive-title {
  font-weight: 700;
}

.post_article {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

.post_article > .post {
  border-radius: 5px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  overflow: hidden;
  width: 100%;
}

.category-page .post_article img {
  width: 100% !important;
  height: 170px !important;
  object-fit: cover;
}

.category-page .post_article .entry_content {
  padding: 0 20px;
}

.category-page .entry_header h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 20px;
}

.category-page .category_thumb {
  margin-bottom: 20px;
}

.category-page .post .short-content a {
  display: none;
}

.category-page a.read_more {
  float: left;
  margin: 20px 0;
  background: var(--global--color-secondary);
  padding: 7px 16px;
  color: #fff !important;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14px;
  bottom: 15px;
  right: 15px;
}

.categories-section .custom-list-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: 0px 20px;
  margin-top: 10px;
}

/*Search results css*/

.search-query {
  text-align: center;
}

/*author archive*/

.single-author {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}

.single-author .about-author {
  margin-top: 0;
  padding-top: 40px;
}

.author_bio h1 {
  margin-top: 0;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  margin-bottom: 20px;
  font-weight: bold;
}

.author_bio h2 {
  margin-top: 0;
  font-size: 1.2rem !important;
  line-height: 1.2rem !important;
  margin-bottom: 20px;
}

.author_bio h3 {
  margin-top: 0;
  font-size: 1rem !important;
  line-height: 1rem !important;
  margin-bottom: 20px;
}

.author_bio p {
  margin-bottom: 15px;
}

.single-author .about-author .user_avatar {
  margin-bottom: 20px;
  min-width: 96px;
}

.single-author .about-author .authors_box .author .photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}

.single-author .about-author .authors_box .author {
  display: flex;
  margin-top: 40px;
  align-items: start;
}

.single-author .about-author .authors_box .author .author_bio {
  padding-left: 30px;
}

.single-author .posts-slider h2,
.ca_archive h2 {
  font-size: 1.2rem !important;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

.single-author .posts-slider article {
  margin-top: 0px;
}

.ca_archive {
  margin-top: 60px;
}

.ca_archive ul {
  margin-left: 0;
  padding: 0;
}

.ca_archive .ca_accordion {
  color: #495551 !important;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  box-sizing: border-box;
  background-color: #fff !important;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
}

.ca_archive .ca_panel p {
  margin: 0px;
  padding: 18px;
  background-color: #fafafa;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.ca_archive .ca_panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*capitalize the first letter of sentences in widgets*/

.widget-area .pt-title {
  text-transform: lowercase;
}

.widget-area .upper-title:first-letter {
  text-transform: capitalize !important;
}

.pr-large {
  padding-right: 40px;
}

.first-row .se-alle {
  border-radius: 4px;
  width: auto;
  margin: 25px 0 0 0;
  padding: 10px 30px;
}

.first-row .se-alle:focus {
  color: var(--global--color-white) !important;
}

.text-row {
  background: transparent linear-gradient(169deg, #fcfcfc 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  padding: 30px;
}

.home .first-row {
  padding-bottom: 30px;
}

/*custom bedste10 upgrade style*/

.title-link {
  color: var(--global--color-secondary);
  background-image: linear-gradient(
    90deg,
    var(--global--color-secondary),
    var(--global--color-secondary)
  );
  background-position: left 0 bottom 2px;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.title-link:hover {
  -webkit-animation: link-hover 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-animation: link-hover 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  animation: link-hover 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}

.score-list {
  font-size: 14px;
}

.center-image {
  display: flex;
  margin-bottom: 5px;
  padding: 0 25px;
}

.image-box {
  background-color: #fff;
  width: 100%;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  padding: 5px 0;
}

.image-box img {
  max-height: 350px;
  height: auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.image-badge {
  position: absolute;
  height: auto;
  width: auto;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: var(--global--color-secondary);
  padding: 6px 8px;
  top: 0;
  z-index: 10;
  bottom: auto;
  border-radius: 0 12px 0 12px;
}

.image-badge .badge-text {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: bold;
  padding: 3px 0 0 0;
}

.image-badge .badge-icon {
  padding-right: 5px;
}

.image-badge .badge-icon::after {
  height: 20px;
  width: 20px;
}

.afp-full .product-link {
  font-size: 16px;
  line-height: 20px;
}

.kdmf-specs {
  display: block;
}

.kdmf-specs .specif {
  width: 100%;
  height: auto;
  margin: 0;
}

.short-more {
  display: none;
}

/*sticky toc*/

.toc-cont a {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}

.toc-cont a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.toc-cont a:first-letter {
  text-transform: uppercase;
}

.ny-sidebar .sidebar-recommend {
  display: none !important;
}

.ny-sidebar .toc-cont .active-item {
  color: var(--global--color-secondary);
  text-decoration: underline;
}

.single-ny .afp-full .product-link {
  margin: 15px 0;
  width: 100%;
  border-radius: 12px;
  max-width: 100% !important;
}

.ny-sidebar {
  display: flex;
  flex-direction: column-reverse;
}

.ny-sidebar .related-posts-wrapper {
  margin-bottom: 50px;
}

/*Attributes scores desc*/

.rank-desc,
.rank-desc p {
  cursor: pointer;
}

.rank-desc:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-color: var(--global--color-main);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  transition: opacity 1s ease-in-out;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -20px;
  font-size: 11px;
  line-height: 12px;
  text-transform: initial;
}

.rank-desc:hover:before {
  opacity: 1;
  visibility: visible;
}

body .compa-table-body .compa-row {
  background-image: none !important;
}

.reseller-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 11px;
}

.reseller-box-left {
  flex: 1;
  min-height: 350px;
  padding: 15px;
  height: 100%;
}

.reseller-box-right {
  flex: 1;
  padding: 15px;
  height: 100%;
}

.reseller-box-right .product-link {
  margin: 0 5% !important;
}

.reseller-opening-hours {
  margin-top: 15px;
}

.reseller-box-left {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  background-position: center !important;
  width: 100%;
  background-size: cover !important;
}

.reseller-box-right img {
  max-width: 300px;
}

.reseller-box-right hr {
  margin: 15px 0;
  border-color: #d9d9d9;
}

.usp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.usp-ico {
  min-width: 16px;
  height: 22px;
}

.usp-ico svg,
.reseller-rating svg {
  max-width: 20px;
  fill: #4d4d4d;
}

.reseller-rating {
  display: flex;
  padding: 0 2px;
}

.reseller-rating svg {
  fill: #f0b055;
}

.reseller-opening-hours p,
.usp-text {
  margin: 0;
  padding: 0;
  color: var(--global--color-gray);
  font-size: 14px;
  line-height: 20px;
}

.trustpilot {
  max-width: 100px;
}

.reseller-box-wrapper .st0 {
  fill: #6a6663;
}

.reseller-box-wrapper .st1 {
  fill: #00b67a;
}

.reseller-box-wrapper .st2 {
  fill: #005128;
}

.kdmf-specs {
  width: calc(50% - 25px);
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

.kdmf-details h3:first-child {
  margin-bottom: 30px;
}

/*Top products box*/

.top-prods {
  margin: 50px auto;
  background-color: #fff;
  padding: 20px;
  border: 2px solid var(--global--color-secondary);
  border-radius: 8px;
  position: relative;
}

.top-prods h2 {
  text-align: center;
  margin: 10px 0;
}

.prod-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #dadada;
  padding: 15px 0;
  position: relative;
}

.prod-row:last-child {
  padding-bottom: 0;
}

.prod-row:nth-child(2) {
  border-top: none;
}

.col-img {
  width: 80px;
}

.col-img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 5px;
}

.col-infos {
  padding: 0 20px;
  width: calc(100% - 250px);
}

.col-infos p {
  font-size: var(--heading--font-size-h4);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: var(--heading--line-height-h4);
}

.link-mob {
  display: none !important;
}

.col-link {
  width: 170px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  padding: 10px;
  font-family: var(--global--font-primary);
  text-transform: uppercase;
}

.col-link2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.col-link2 a,
.col-link2 a:hover,
.col-link2 a:focus {
  text-align: center;
  border-radius: 8px;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  padding: 10px;
  font-family: var(--global--font-primary);
  text-transform: uppercase;
}

.pricerunner-disc {
  font-size: x-small;
  color: var(--global--color-secondary);
  padding: 6px;
  line-height: 14px;
  text-align: center;
}

.pricerunner-mob {
  display: none;
}

.col-link:hover,
.col-link:focus {
  background-color: var(--global--color-main);
  transition: 0.2s ease-in-out;
  color: #fff !important;
}

.col-infos span {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--global--color-gray);
  font-weight: bold;
  display: block;
  margin: 5px 0;
}

label.load-more,
label.load-less {
  position: absolute;
  bottom: -15px;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  left: 0;
  right: 0;
  width: 140px;
  margin: auto;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid var(--global--color-secondary);
}

label.load-more:hover,
label.load-less:hover {
  background-color: var(--global--color-secondary);
  color: #fff;
}

p.load-more,
p.load-less {
  cursor: pointer;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

p.load-more:hover,
p.load-less:hover {
  text-decoration: underline;
}

.more-prod,
.load-less {
  display: none;
}

/*specification with about text*/
.article-content .more-om .om-row {
  display: flow-root;
}

.om-row .specif {
  width: calc(50% - 25px);
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

.om-row h3 {
  clear: none;
}

.load-more,
.load-less {
  cursor: pointer;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.load-more:hover,
.load-less:hover {
  text-decoration: underline;
}

.more-items,
.load-less {
  display: none;
}

.roundup {
  padding: 30px;
  background: #f9f9f9;
}

.compareview {
  margin-top: 0;
}

.article-image,
.article-image img {
  width: 100%;
  margin-bottom: 10px;
  max-height: 350px;
  object-fit: cover;
}

.single-inspiration .numbers-section {
  padding: 10px 0;
}

.single-inspiration .numbers-section .single_no {
  font-size: 0.8rem;
}

.single-inspiration .single_no.ico_3::before {
  width: 20px;
  height: 20px;
}

.single-inspiration .numbers-section .tooltiptext {
  min-width: 250px;
}

.disc_box p {
  margin-bottom: 0;
}

/*research disclaimer*/

.site-main .research-disc {
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #fff !important;
  text-align: center;
  max-width: 360px !important;
  margin: 0 auto 30px auto;
  background-color: rgb(255 255 255 / 30%);
  padding: 5px;
}

.research-disc .tooltiptext {
  width: 100%;
  top: 35px;
  padding: 10px;
  line-height: 16px;
  font-weight: normal;
}

.compareview .hero-section {
  padding: 100px 0 30px 0;
}

.compareview .hero-section h1.entry-title {
  margin-bottom: 30px;
}

.compareview .rest-below {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

/*custom cta*/

.cta_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 15px 0;
}

.cta_buttons a {
  text-align: center;
  border-radius: 12px;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  padding: 13px 20px;
  font-family: var(--global--font-primary);
  text-transform: uppercase;
  width: 48%;
}

.cta_buttons a:hover,
.cta_buttons a:focus,
.cta_buttons a:active {
  background-color: var(--global--color-main);
  color: var(--global--color-white) !important;
}

.om-prod-research .single-member a h5 {
  cursor: pointer;
}

/*.om-content .om-prod-research {
  padding: 0 30px;
}*/

/*last update section*/

.update-section {
  border-top: 3px solid var(--global--color-main);
  border-bottom: 3px solid var(--global--color-main);
  padding: 30px;
  background-color: #ececec;
}

.update-section label {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.single-log .log-date {
  text-transform: uppercase;
  color: var(--global--color-main);
}

.single-log p {
  font-size: 14px;
}

.single-log p a {
  background-image: linear-gradient(
    90deg,
    var(--global--color-secondary),
    var(--global--color-secondary)
  );
  background-position: left 0 bottom 2px;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.single-log p a:hover {
  -webkit-animation: link-hover 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-animation: link-hover 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  animation: link-hover 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}

.update-section label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  background: url(/wp-content/uploads/compa-images/arrow-down.png);
  width: 12px;
  height: 12px;
  background-size: 100%;
}

.update-section .log_less:after {
  transform: rotate(180deg);
}

.log-other {
  border-top: 1px solid rgb(112 112 112 / 30%);
  margin-top: 20px;
  padding-top: 15px;
}

.log-other,
.log_less {
  display: none;
}

.update-top {
  padding: 0 30px;
  margin-bottom: 20px;
}

/*educational block*/

.guide .sect-content {
  flex-direction: column;
}

.guide .sect-content .single-photo {
  margin-top: 20px;
}

.guide .tips {
  padding-right: 0;
  border-top: 0 !important;
}

.guide #faq-row {
  border-top: none;
}

.edu-block,
.guide .def-section {
  padding: 20px 0;
  position: relative;
  border: none;
  margin: 0;
}

.edu-block:before {
  content: "";
  background-color: var(--global--color-secondary);
  filter: blur(2px);
  height: 2px;
  width: 75%;
  position: absolute;
  top: 0;
}

.guide .hero-image img {
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}

.guide .hero-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.guide .edu-block h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.row-edu {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}

.side-list {
  padding-left: 30px;
}

.side-list ul {
  background-color: #fdefe7;
  padding: 20px 15px 20px 35px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
}

.edu-block img,
.edu-graph img {
  max-width: 100%;
  height: auto;
  width: auto;
  box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%),
    0 22px 27px -20px rgb(7 10 25 / 20%);
  border-radius: 8px;
}

.edu-graph {
  text-align: center;
  margin: 20px 0;
}

.guide .sect-content ul li {
  display: block !important;
  font-size: 1rem !important;
  line-height: 24px !important;
}

/*Comparison table style*/
.comp-table {
  border-collapse: separate;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff;
}

.comp-table td {
  border: none;
  border-bottom: 1px solid #f4f4f4;
  white-space: normal;
  min-width: 150px;
  max-width: 150px;
  padding: 10px 5px;
}

.comp-table tr:last-child td {
  border-bottom: none;
}

.comp-table .lbl-strong {
  font-weight: bold;
}

#innerdiv {
  border: 1px solid #f4f4f4;
}

.comp-table .headcol {
  color: #545454;
  background-color: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  word-break: break-word;
  white-space: break-spaces;
  min-width: 140px;
  max-width: 140px;
  position: absolute;
  left: 0;
  top: auto;
  padding: 10px;
}

.comp-table tr:first-child td:first-child {
  border-top-left-radius: 16px;
}

.comp-table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.tbl-name,
.tbl-name label {
  color: #000;
  font-weight: bold !important;
  font-size: 13px;
  line-height: 15px;
}

.tbl-price .long {
  font-weight: bold;
}

.tbl-name img {
  margin-bottom: 7px;
  height: 55px;
  width: auto;
}

.comp-table .long {
  text-align: center;
}

.comp-table span {
  opacity: 50%;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

#outerdiv {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  background-color: #f4f4f4;
  border-radius: 16px;
  overflow-y: scroll;
}

#innerdiv {
  width: calc(100% - 140px);
  overflow-x: scroll;
  margin-left: 140px;
  height: 100% !important;
  padding-bottom: 1px;
}

.comp-table .circular-chart {
  max-width: 32px;
  max-height: 32px;
  margin: 0 auto;
}

.tbl_circle {
  position: relative;
}

.tbl_circle span {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  color: var(--global--color-main);
  opacity: 1;
}

.tbl_button {
  padding: 6px 20px;
  color: #fff;
  font-size: 13px;
  background-color: #f16c20;
  border-radius: 24px;
}
.tbl_button:hover,
.tbl_button:focus,
.tbl_button:active {
  color: #fff !important;
  background-color: var(--global--color-secondary);
}

.comp-table label {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}

.attr-name {
  display: none;
}

/* CompaReview full-width table */

#wrapper {
  position: relative;
}

.full-width {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw;
  z-index: 20;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.modal-hidden {
  display: none !important;
}

.close-modal-btn {
  height: 30px;
  width: 100px;
  position: absolute;
  right: 0;
  top: -30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #f4f4f4;
  letter-spacing: 1px;
  color: #000;
  font-size: 14px;
  font-weight: bold !important;
}

.open-modal-btn {
  border: 1px solid #f16c20;
  border-radius: 30px;
  color: #f16c20 !important;
  padding: 5px 10px;
  width: 25%;
  letter-spacing: 1px;
  margin-left: 37.5%;
  transition: all 0.5s ease;
  text-align: center;
  margin-top: -25px !important;
}

.open-modal-btn:hover {
  background: #f16c20;
  color: #fff !important;
  transition: all 0.5s ease;
}

.open-modal-btn:hover,
.close-modal-btn:hover {
  cursor: pointer;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .open-modal-btn {
    display: none !important;
  }
}

@media only screen and (max-width: 580px) {
  .prod-row {
    position: relative;
  }

  .desk-stock {
    display: none !important;
  }

  .mob-stock {
    display: block !important;
  }

  .col-hide {
    display: none !important;
  }

  .col-infos .link-mob,
  .pricerunner-mob {
    display: block !important;
  }

  .top-prods .pricerunner-mob {
    text-align: left;
  }

  .top-prods .col-infos {
    width: calc(100% - 110px) !important;
  }

  .top-prods .pricerunner-disc {
    padding: 2px 0 0 0;
  }

  .top-prods .col-infos span {
    margin: 0 0 10px 0;
  }

  .top-prods .col-infos p {
    margin-bottom: 3px;
  }

  .top-prods .title-link {
    font-size: 15px;
  }

  .col-infos .link-mob,
  .pricerunner-mob {
    display: block !important;
  }

  .top-prods .pricerunner-mob {
    text-align: left;
  }

  .name-mob {
    display: block !important;
    font-size: 13px !important;
    line-height: 15px !important;
    font-weight: normal !important;
  }

  .top-prods .pricerunner-disc {
    padding: 5px 0;
  }

  .top-prods .title-link {
    font-size: 15px;
  }

  .attr-name {
    display: block !important;
    position: relative !important;
    opacity: 0.5 !important;
    top: 5px !important;
  }

  .comp-table .headcol {
    display: none;
  }

  #innerdiv {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #outerdiv {
    padding: 0 20px;
    background-color: transparent !important;
  }

  .comp-table td {
    min-width: 130px !important;
    max-width: 130px !important;
  }

  .name-mob {
    display: block !important;
    font-size: 13px !important;
    line-height: 15px !important;
    font-weight: normal !important;
  }
}

@media only screen and (max-width: 480px) {
  .comp-table td {
    min-width: 110px !important;
    max-width: 110px !important;
  }

  .comp-table label {
    font-size: 13px !important;
    line-height: 15px !important;
  }

  .comp-table {
    padding-bottom: 20px;
  }
}

.name-mob {
  display: none;
}

.guide .title-box {
  margin-bottom: 20px;
}

/*outlet section upgrade style*/
.tidligere .score-list {
  border: none;
  padding: 0;
  font-size: 14px;
}

.tidligere .sect-content {
  padding: 0;
}

.tidligere .sect-content ul {
  font-size: 14px;
  line-height: 16px;
}

.tidligere .sect-content ul li {
  margin-bottom: 0;
}

.tidligere .kdmf-details {
  padding: 0;
}

.tidligere .kdmf-details h4,
.tidligere .bottom-line h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.compareview .bottom-line,
.single-ppc .bottom-line {
  padding: 30px;
  background-color: #e9f1f6;
  margin-bottom: 10px;
}

.compareview .bottom-line h4,
.single-ppc .bottom-line h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .compareview .bottom-line h4,
  .single-ppc .bottom-line h4 {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .compareview .bottom-line h4. .single-ppc .bottom-line h4 {
    font-size: 1.15rem !important;
  }
}

.breadcrumb {
  font-size: 12px;
  padding: 7px 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.breadcrumb label {
  color: var(--global--color-secondary);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.attribute-scores {
  display: none;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .breadcrumb {
    max-width: 95%;
  }
}

.additional_discl {
  text-align: left;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #ffe5e5;
  font-size: 14px;
}

/*roundup section*/
.tg-explainer {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 15px;
}

.tgExplainerHeading {
    margin-bottom: 0 !important;
}

.asterix-img {
    margin-left: 0.5rem;
}

.tg-explainer .asterix-img {
    margin-top: 0;
    margin-right: 5px;
    padding: 2px 3.6px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    border: 1px solid darkgrey;
}

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

.test-asterix {
    display: none;
    width: 300px;
    top: -10px;
    right: -430%;
    transform: translate(0, -100%);
    padding: 10px;
    color: #444444;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 32%);
}

.test-asterix p,
.asterix p {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  margin: 0;
  text-transform: none;
}

.test-asterix.hovered,
.asterix.hovered {
  display: block;
}

.asterix {
  width: 100%;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
  padding: 10px;
  color: #444444;
  background-color: #f9f9f9;
  border-radius: 4px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  box-shadow: 1px 1px 8px rgb(0 0 0 / 32%);
  display: none;
}

.tg-explainer .asterix-img {
  margin-top: 0;
}

span.afp-offer-text {
  background: #ffb700 !important;
  color: #1c1c1c !important;
  font-weight: 700 !important;
  border-radius: 5px;
}

/* Style the outer container */
.obs-cookie-tables {
  margin: 20px 0;
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 400px; /* Set the maximum height for the table */
  overflow-y: auto;
}

/* Style the table */
.obs-cookie-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* Style the table headers row */
.obs-cookie-table tr.table-headers th {
  background-color: #f2f2f2;
  text-align: left;
  padding: 10px;
  font-weight: bold;
}

/* Remove the 'position' and 'width' styles for th elements */
.obs-cookie-table th {
  text-align: left;
  padding: 10px;
  font-weight: bold;
}

/* Style table rows (td) */
.obs-cookie-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* Style the first column (cookie name) */
.obs-cookie-table td:first-child {
  font-weight: bold;
}

/* Hover effect on rows */
.obs-cookie-table tr:hover {
  background-color: #f5f5f5;
}

.after-table-headers td {
  text-align: center;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

/*roundup stock pricerunner style*/

.prod-row .col-img {
  text-align: center;
}

.prod-row .compa-stock .compa-stock-circle-instock {
  background-color: #34aa00 !important;
  -webkit-filter: grayscale(0) !important;
  filter: none !important;
}

.prod-row .compa-stock .compa-stock-circle {
  margin: 0;
  text-align: center;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background-color: #ff7400;
  opacity: 0.6;
  -webkit-filter: grayscale(0) !important;
  filter: none !important;
}

.prod-row .compa-stock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.prod-row .compa-stock-text {
  font-size: 10px;
  line-height: 11px;
  margin-left: 5px;
  margin-top: 2px;
}

.prod-row .compa-stock.mob-stock {
  display: none;
}

.prod-row .mob-stock {
  text-align: center;
  width: 50px;
  position: absolute;
  right: 0;
  top: 10px;
}

.prod-row .mob-stock .compa-stock-circle {
  margin: auto !important;
}

.prod-row .mob-stock .compa-stock-text {
  margin-left: 0;
  margin-top: 5px;
}

/*mobile for savier widgets*/

@media only screen and (max-width: 767px) {
  .savier-div .savier-main {
    display: none;
  }

  .savier-div .savier-desc {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 580px) {
  .savier-div .savier-desc,
  .savier-div .savier-btn {
    width: 100% !important;
  }

  .savier-div {
    flex-direction: column;
  }

  .savier-compa .headcol {
    display: none !important;
  }
}

/*compa table savier elements*/

.savier-compa,
.savier-compa .headcol {
  background-color: #f4efff;
}

.savier-compa .headcol {
  min-height: 56px;
  align-items: center;
  display: flex;
}

.savier-compa .long,
.savier-explanation label {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  position: relative;
}

.saiver-td {
  cursor: pointer;
}

.savier-explanation {
  display: none;
  position: absolute;
  top: -80px;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 5px;
  font-weight: 500;
}

.savier-explanation a {
  color: #8353e0;
  line-height: 20px;
}

.savier-explanation a:hover {
  color: #6f47be !important;
}

/* button shaking */

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  2%,
  8% {
    transform: translateX(5px);
  }
  5%,
  12% {
    transform: translateX(-5px);
  }
  15% {
    transform: translateX(0);
  }
}

.shake-btn {
  animation: shake 5s linear infinite;
}

/*google ads page*/

.ppc {
  margin-top: 0;
}

.single-ppc #pre-footer,
.single-ppc #masthead {
  display: none;
}

.single-ppc .article-content {
  width: 100%;
  padding: 0 20px;
}

.single-ppc .tips,
.single-ppc .pros-cons,
.single-ppc .into-score {
  padding: 0;
}

.single-ppc #faq-row {
  padding: 20px 0;
}

.single-ppc .top-prods {
  margin: 30px auto;
}

.single-ppc #main .main-content {
  margin-top: 0;
}

.single-ppc .hero-section {
  background-color: #101426;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 0 20px 0;
  margin-top: 0;
}

.single-ppc .hero-section .site-logo {
  margin: 0;
  text-align: center;
}

.single-ppc .hero-section .ad-discl .desc-short {
  padding: 3px 10px;
}

.single-ppc .hero-section .disclaimer-tooltip .top {
  min-width: 250px;
  top: -15px;
  left: 50%;
  transform: translate(-235px, 45px);
}

.single-ppc .disclaimer-tooltip .top i {
  top: -10px;
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

.single-ppc .hero-section h1.entry-title {
  text-align: center;
  color: var(--global--color-white);
  max-width: 80%;
  margin: 40px auto;
  font-size: 36px;
  line-height: 60px;
  text-transform: inherit;
  font-weight: 400;
  font-family: var(--global--font-primary);
}

.single-ppc .meta_users {
  padding: 5px 0 0 0;
}

.single-ppc .hero-section h1.entry-title strong {
  font-weight: 800;
  font-size: 48px;
}

.single-ppc .hero_mask {
  background: transparent linear-gradient(128deg, #101426 0%, #101426 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-ppc #primary .research-disc {
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #fff !important;
  text-align: center;
  max-width: 360px !important;
  margin: 0 auto 30px auto !important;
  background-color: rgb(255 255 255 / 30%);
  padding: 5px;
}

.single-ppc .disclaimer {
  text-align: center;
  color: var(--global--color-white);
  max-width: 80%;
  margin: auto;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--global--font-primary);
  background-color: transparent;
}

.single-ppc .disclaimer p {
  opacity: 0.7;
  color: var(--global--color-white) !important;
  font-size: 0.8rem !important;
  line-height: 1.2rem !important;
  margin-bottom: 0 !important;
}

/*ppc with compaTable collapsed*/

.single-ppc .collapsableOuterdiv {
  height: 200px;
  overflow-y: hidden !important;
}

.single-ppc #innerdiv {
  overflow-y: hidden;
}

.single-ppc #outerdiv .more-guid {
  visibility: visible;
  padding: 20px 0;
}

.single-ppc .default-users {
  display: flex;
}

.single-ppc .mobile-authors {
  display: none;
}

@media only screen and (max-width: 767px) {
  .single-ppc .default-users .user-infos {
    display: none;
  }

  .single-ppc .mobile-authors {
    display: block !important;
  }

  .single-ppc .default-users {
    padding-right: 30px;
  }

  .single-ppc .meta_users .author-box {
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-right: -35px;
    border: none;
  }

  .single-ppc .default-users .user-infos {
    display: none;
  }

  .single-ppc .meta_users .default-users .author-box img {
    width: 45px;
    height: 45px;
    margin-right: 5px;
    border-radius: 50%;
  }

  .single-ppc .mobile-authors p {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 0.9rem !important;
    line-height: 0.9rem;
  }

  .single-ppc .meta_users {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}

.single-ppc .ad-discl {
  text-align: right;
  font-size: 12px;
  color: var(--global--color-gray);
  margin-bottom: 10px;
  font-family: var(--global--font-primary);
}

.single-ppc .ad-discl .disclaimer-tooltip .top p {
  font-size: 12px;
  line-height: 16px;
}

.single-ppc .post_meta {
  margin-top: 0;
  border-bottom: 0;
}

/*compatable collapsed*/

.single-compareview .collapsableOuterdiv {
  height: 200px;
  overflow-y: hidden !important;
}

.single-compareview #outerdiv .more-guid {
  visibility: visible;
  padding: 20px 0;
}

.more-guid-km {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 50px;
  background-image: linear-gradient(to bottom, transparent, white);
  margin-bottom: 0 !important;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 0;
}

.more-guid-km img {
  cursor: pointer;
  min-height: auto;
  width: 25px !important;
  position: relative;
  height: auto;
}

/*back to top*/
#back-to-top {
  display: none;
  position: fixed;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
}

#back-to-top:hover {
  opacity: 0.5;
}

/*page progress bar*/
#progressBarContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ccc;
  z-index: 9999;
}

#progressBar {
  height: 100%;
  background-color: #f16c20;
  width: 0%;
}

/*ad disclaimer changes*/
.header-disclaimer {
	width: 100% !important;
	text-align: center;
	border-top: 2px solid white !important;
	font-size: 18px;
	line-height: 16px;
  font-weight: 600;
	padding: 9px 20px;
	color: #000;
}
.header-disclaimer a {
	color: var(--global--color-secondary);
	text-decoration: underline;
}

/*CSS styling for disclaimer*/
.custom-post-thumb {
	position: relative;
	display: block; /* or 'flex' or 'grid' if needed for layout */
	overflow: hidden; /* ensures nothing overflows outside */
}

.custom-post-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.ind-annonc {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 12px !important;
	color: #fff !important;
	background-color: #808080c9 !important;
	padding: 2px 5px;
	cursor: default;
	margin: 0;
	pointer-events: none; /* so it doesn't interfere with clicks */
}

.single-item, .categoryThumbAnnoncDisclaimer {
	position: relative;
}

.single-cat {
  position: relative;
}

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

.ind-annonc-bt {
  width: fit-content;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #fff !important;
	background-color: #808080c9 !important;
	padding: 2px 5px;
	cursor: default;
	margin: 0;
	pointer-events: none;
  text-transform: none !important;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
	min-height: unset !important;
}

.annoncDisclaimerNavbar {
	display: flex;
	justify-content: end;
}

.customListTitleAnnoncBelowTitle {
  width: 100%;
}

/** Single article disclaimer changes */
.header-disclaimer {
	width: 100% !important;
	text-align: center;
	border-top: 2px solid white !important;
	line-height: 16px;
  font-weight: 600;
	padding: 9px 20px;
	color: #000;
  background-color: #EBF9FA !important;
}
.header-disclaimer a {
	color: var(--global--color-secondary);
	text-decoration: underline;
}

@media (max-width: 768px) {
  .header-disclaimer {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .header-disclaimer {
    font-size: 16px;
  }
}

.disclaimerSingle span {
  color: #000;
}

.disclaimerSingle a {
  color: #000;
  text-decoration: underline;
}

.disclaimerSingle {
  font-size: 14px !important;
  background-color: rgba(255, 255, 255, 0.8); 
  padding: 0.5rem;
  max-width: 100% !important;
}

.hero-section {
  padding: 100px 0 0 0 !important;
}

.show-more-btn, .breadcrumb-toggle {
  text-decoration: underline;
}

/** New mobile and sticky disclaimer in the sidebar */
.newSidebarDisclaimerWrapper {
    padding: 20px;
    text-align: center;
    background-color: #EBF9FA;
    border-radius: 10px;
}

.newDisclaimerHeading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.newDisclaimerText {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: black;
}

.newDisclaimerLink {
    color: #f16c20 !important;
    text-decoration: underline !important;
}

.newSidebarDisclaimerWrapper {
    position: sticky;
    top: 20px;
    z-index: 100;
}

/** Mobile disclaimer */
@media (min-width: 1101px) {
    .mobileDisclaimer {
        display: none;
    }
}

@media (max-width: 1101px) {
    .disclaimer-mobile {
        display: none !important
    }

    .mobileDisclaimer {
        position: fixed;
        top: 15px;
        right: 15px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 5px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        z-index: 1000;
        transition: all 0.3s ease;
        border: 1px solid #ddd;
        user-select: none;
        opacity: 0;
        visibility: hidden;
    }

    .mobileDisclaimer.show {
        opacity: 1;
        visibility: visible;
    }

    .disclaimer-short {
        text-transform: uppercase;
        color: black;
        font-weight: 900;
    }

    .mobileDisclaimer:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .mobileDisclaimer.expanded {
        font-size: 13px;
        max-width: 250px;
        line-height: 1.6;
        padding: 5px;
    }

    .disclaimerFullAnnon {
        text-transform: uppercase;
        color: black;
        font-weight: 900;
        display: blocK;
    }

    .disclaimer-full {
        padding: 5px;
        color: black;
        font-weight: 900;
    }

    .sticky-toc {
        visibility: hidden;
    }
} 

/** Ad Disclaimer on Educational templates */
.dynamicDisclaimer {
  width: 100%;
  background-color: #F4F9F0;
  padding: 7px 10px;
  margin-bottom: 15px;
}

.adDisclaimerText {
    margin-bottom: 0 !important;
    color: #51A314 !important;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .dynamicDisclaimerWrapper {
        padding: 0 20px;
    }
}

@media screen and (min-width: 767px) {
    .dynamicDisclaimerWrapper {
        padding: 0 25px;
    }
}
