/*!
Theme Name: MelaPress 2023
Theme URI: https://www.melapress.com/
Author: Pooka & Co Ltd
Author URI: https://www.melapress.co/
Description: A hybrid WordPress Theme using theme.json for the MelaPress Company and Plugin Products
Version: 2023.01.V1
Tested up to: 6.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: melapress
Tags: featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layout
	- Content Widths
# Components
	- Navigation
	- Posts and pages
	- Search
	- Comments
	- Media
	- Captions
# Plugins
# Utilities
	- Accessibility
	- Alignments
# Footer
# Blocks
# Responsive

--------------------------------------------------------------*/
/* quicksand-700 - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/quicksand-v30-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fonts/quicksand-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Define additional color variables */
:root {
  --wp--preset--color--darkest: #020e26;
  --promobox-triangle-width: min(250px, calc(21vw + 3rem));
}
.has-darkest-background-color {
  background-color: var(--wp--preset--color--darkest);
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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.2;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width:600px) {
  #wpadminbar {
    position:fixed !important;
  }
}

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

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

/**
 * 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 {
  font-size: 2em;
  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;
  height: 0;
  overflow: visible;
}

/**
 * 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, monospace;
  font-size: 1em;
}

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

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

/**
 * 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari
 */
b,
strong,
.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, monospace;
  font-size: 1em;
}

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

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE
 * 1. Remove the inheritance of text transform in Firefox
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}
body:not(.single-post,.single-mp_case_study, .single-epkb_post_type_1) {
  overflow-x: hidden;
}
@media screen and (max-width: 1199.95px) {
  body {
    overflow-x: hidden !important;
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--wp--preset--color--dark);
}
body,
button,
input,
select,
optgroup,
textarea,
.has-normal-font-size {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1rem;
  font-size: clamp(
    1.1rem,
    0.9000000000000002rem + 0.6666666666666663vw,
    1.4rem
  );
  line-height: 1.45;
}
.has-small-font-size,
.has-x-small-font-size {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.has-large-font-size,
.has-x-large-font-size,
.has-xx-large-font-size,
.has-xxx-large-font-size,
.entry-title,
.entry-meta,
.search-meta,
.mp-promo-box-text,
.mp-text-rounded,
#glossaryList-nav,
.glossaryItemTitle,
a.glossaryLink.glossary-link-title,
.eckb-article-content-last-updated-date-container,
#asea-search-title,
#asea_search_results .eckb-article-title-category {
  clear: both;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: clamp(2.8rem, 5.532vw + 0.809rem, 4.75rem);
}
h2 {
  font-size: var(--wp--preset--font-size--large);
  line-height: clamp(2.03rem, 4.199vw + 0.519rem, 3.51rem);
}
h3 {
  font-size: var(--wp--preset--font-size--medium);
  line-height: clamp(1.86rem, 2.95vw + 0.798rem, 2.9rem);
}
h4 {
  font-size: clamp(
    1.1rem,
    0.9000000000000002rem + 0.6666666666666663vw,
    1.4rem
  );
  line-height: clamp(1.65rem, 0.681vw + 1.405rem, 1.89rem);
}
h5 {
  font-size: var(--wp--preset--font-size--small);
  line-height: clamp(1.595rem, -0.014vw + 1.605rem, 1.6rem);
}
h6 {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: clamp(1.2rem, -0.106vw + 1.276rem, 1.237rem);
}

.has-xxx-large-font-size {
  line-height: 1.25 !important;
}
.has-xx-large-font-size {
  line-height: 1.25 !important;
}
.has-x-large-font-size {
  line-height: clamp(2.8rem, 5.532vw + 0.809rem, 4.75rem) !important;
}
.has-large-font-size {
  line-height: clamp(2.03rem, 4.199vw + 0.519rem, 3.51rem) !important;
}
.has-medium-font-size {
  line-height: clamp(1.86rem, 2.95vw + 0.798rem, 2.9rem) !important;
}
.has-normal-font-size {
  font-size: clamp(
    1.1rem,
    0.9000000000000002rem + 0.6666666666666663vw,
    1.35rem
  ) !important;
  line-height: clamp(1.65rem, 0.681vw + 1.405rem, 1.89rem) !important;
}
.has-small-font-size {
  line-height: clamp(1.595rem, -0.014vw + 1.605rem, 1.6rem) !important;
}
.has-x-small-font-size {
  line-height: clamp(1.2rem, -0.106vw + 1.276rem, 1.237rem) !important;
}

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

address {
  font-style: initial;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.has-xxx-large-font-size strong,
.has-xxx-large-font-size strong,
.has-x-large-font-size strong,
.has-large-font-size strong,
.has-medium-font-size strong,
.testimonial-card strong {
  background: url("img/highlight.svg") no-repeat;
  background-position: center bottom;
  background-size: 100% 17%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
body.toggled {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

hr {
  background-color: var(--wp--preset--color--brand-3);
  border: 0;
  height: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--50);
}

ul,
ol {
  margin: 0 0 var(--wp--preset--spacing--50) var(--wp--preset--spacing--30);
  padding-left: var(--wp--preset--spacing--60);
}

ul {
  list-style: disc;
}
#melapress-header ul,
#melapress-footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem var(--wp--preset--spacing--50);
}

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

img {
  height: auto;
  max-width: 100%;
}
#melapress-header img {
  display: block;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 var(--wp--preset--spacing--50);
  width: 100%;
}

/* Links
--------------------------------------------- */
a,
a:visited {
  color: var(--wp--preset--color--brand-1);
  font-weight: 600;
}

a:hover,
a:focus,
a:active {
  color: var(--wp--preset--color--brand-1);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

#melapress-header a,
#melapress-footer a {
  font-weight: 600;
}
#melapress-footer a:not(.wp-block-button__link) {
  color: var(--wp--preset--color--light);
}

:is(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a) {
  text-decoration: none;
}
:is(
    h1:focus a,
    h1:hover a,
    h2:focus a,
    h2:hover a,
    h3:focus a,
    h3:hover a,
    h4:focus a,
    h4:hover a,
    h5:focus a,
    h5:hover a,
    h6:focus a,
    h6:hover a
  ) {
  text-decoration: underline;
}

.has-light-color.has-text-color > a {
  color: var(--wp--preset--color--light);
}

/* Forms
--------------------------------------------- */
button:not(
    .components-button,
    .wp-switch-editor,
    [id^="mceu"],
    [aria-controls^="melapress-block-testimonials-carousel"],
    .mp-no-button-style,
    .slide-left-button,
    .slide-right-button,
    #epkb-search-kb
  ),
input[type="button"]:not([id^="mceu"]),
input[type="reset"],
input[type="submit"],
#asea-search-results-container .asea-search-results-style-1 .asea-search-results-footer .asea-paginate-button {
  border: none;
  background-color: var(--wp--preset--color--brand-1);
  color: var(--wp--preset--color--light);
  border-radius: 5px;
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 1.5rem;
}
button.wpforms-submit,
button#glossary-search,
#asea-search-results-container .asea-search-results-style-1 .asea-search-results-footer .asea-paginate-button {
  background-color: var(--wp--preset--color--brand-2) !important;
  color: var(--wp--preset--color--brand-1) !important;
}

button:not(.components-button, .wp-switch-editor),
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
#asea-search-results-container .asea-search-results-style-1 .asea-search-results-footer .asea-paginate-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.4s;
}
button:not(
    .components-button,
    .cp-target,
    .cp-button,
    .wp-switch-editor,
    [aria-controls^="melapress-block-testimonials-carousel"],
    #search-toggle,
    .mp-no-animate,
    .slide-left-button,
    .slide-right-button,
    #epkb-search-kb
  ):after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after,
.wp-block-button__link:after,
#asea-search-results-container .asea-search-results-style-1 .asea-search-results-footer .asea-paginate-button:after {
  width: 104%;
  height: 104%;
  display: block;
  background-color: var(--wp--preset--color--brand-1);
  content: " ";
  position: absolute;
  top: -2%;
  left: 0;
  left: -105%;
  transition: left 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
button:not(
    .components-button,
    .wp-switch-editor,
    [aria-controls^="melapress-block-testimonials-carousel"],
    #search-toggle,
    .menu-toggle,
    .slide-left-button,
    .slide-right-button,
    #epkb-search-kb
  ):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
#asea-search-results-container .asea-search-results-style-1 .asea-search-results-footer .asea-paginate-button:hover,
button:not(
    .components-button,
    .wp-switch-editor,
    [aria-controls^="melapress-block-testimonials-carousel"],
    .slide-left-button,
    .slide-right-button,
    #epkb-search-kb
  ):focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.wp-block-button__link:focus,
#asea-search-results-container .asea-search-results-style-1 .asea-search-results-footer .asea-paginate-button:focus {
  color: var(--wp--preset--color--brand-2) !important;
}
.wp-block-button.is-style-brand-secondary .wp-block-button__link:hover,
#asea-search-results-container .asea-search-results-style-1 .asea-search-results-footer .asea-paginate-button:hover {
  color: var(--wp--preset--color--light) !important;
}
button:not(
    .components-button,
    .wp-switch-editor,
    #search-toggle,
    [aria-controls^="melapress-block-testimonials-carousel"],
    .slide-left-button,
    .slide-right-button,
    #epkb-search-kb
  ):hover:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:hover:after,
.wp-block-button__link:hover:after,
#asea-search-results-container .asea-search-results-style-1 .asea-search-results-footer .asea-paginate-button:hover:after,
button:not(
    .components-button,
    .wp-switch-editor,
    #search-toggle,
    [aria-controls^="melapress-block-testimonials-carousel"],
    .slide-left-button,
    .slide-right-button,
    #epkb-search-kb
  ):focus:after,
input[type="button"]:focus:after,
input[type="reset"]:focus:after,
input[type="submit"]:focus:after,
.wp-block-button__link:focus:after,
#asea-search-results-container .asea-search-results-style-1 .asea-search-results-footer .asea-paginate-button:focus:after {
  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="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--wp--preset--color--dark);
  border: var(--wp--preset--spacing--30) solid var(--wp--section--color--light);
  border-radius: 0;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
}

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="range"]: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,
textarea:focus {
  color: var(--wp--preset--color--dark);
}

select {
  border: 2px solid var(--wp--section--color--light);
}

textarea {
  width: 100%;
}

input::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--wp--section--color--light);
  opacity: 1; /* Firefox */
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--wp--section--color--light);
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/* Content Widths
--------------------------------------------- */
.is-root-container > *,
.alignwide,
.alignfull > *,
.alignwide > * {
  margin-left: auto;
  margin-right: auto;
}

/* Content Vertical spacing
--------------------------------------------- */
.is-root-container > *:not(.alignfull) + section,
.is-root-container > *:not(.alignfull) + div,
.is-root-container > *:not(.alignfull) + figure {
  margin-top: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}

.is-root-container > *.alignfull + *:not(.alignfull) {
  margin-top: var(--wp--style--block-gap);
}

.is-root-container > *:last-child:not(.alignfull) {
  margin-bottom: var(--wp--style--block-gap);
}
.is-root-container:last-child > *:last-child.alignfull,
.is-root-container > :not(.alignfull) + div.alignfull {
  margin-bottom: 0;
}
.is-root-container:last-child > *:last-child.alignfull:after {
  clear: both;
  display: table;
  content: "";
}

.wp-block-group.has-background:not(.is-style-diagonal-break)
  > *:first-child:not(.alignfull, .wp-block-separator) {
  padding-top: var(--wp--style--block-gap);
}
.wp-block-group.has-background:not(.is-style-diagonal-break)
  > *:last-child:not(.alignfull, .wp-block-separator) {
  padding-bottom: var(--wp--style--block-gap);
}
.wp-block-group.has-background
  .wp-block-group.has-background
  > *.alignfull:last-child {
  padding-bottom: 0;
}
.wp-block-group:last-child > *:last-child {
  margin-bottom: 0;
}

.alignfull + .alignfull {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#melapress-header__content__topbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: var(--wp--preset--spacing--50);
}
#melapress-header .melapress-header__logo {
  display: flex;
  width: 14rem;
  height: 4rem;
  align-items: center;
}
#melapress-header__content__topbar.minimal .melapress-header__logo {
  justify-content: center;
}
#melapress-header #melapress-header__content__topbar_logo img {
  object-fit: contain;
  object-position: 0 50%;
}
body.toggled #melapress-header #melapress-header__content__topbar_logo img {
  object-position: 50% 50%;
}
body.toggled #melapress-header .melapress-header__logo {
  justify-content: center;
}
@media screen and (max-width: 1199.95px) {
  #melapress-header
    #melapress-header__content__topbar_logo
    .melapress-header__logo {
    justify-content: center;
  }
}

body.toggled #melapress-header #melapress-header__content__topbar_logo img {
  object-fit: contain;
  object-position: 50% 50%;
}
body.toggled #melapress-header__content__topbar_logo .mp-display-xl-none {
  display: block !important;
}
#melapress-header__content__topbar_logo,
#melapress-header__content__topbar.minimal
  #melapress-header__content__topbar_logo {
  order: 2;
}
#melapress-header__content__topbar_nav,
#melapress-header__content__topbar.minimal
  #melapress-header__content__topbar_nav {
  order: 1;
  width: 2rem;
}
#melapress-header__content__topbar_search {
  order: 3;
}

#melapress-header__content__topbar button {
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: none;
  color: var(--wp--section--color--normal);
  cursor: pointer;
  z-index: 100;
  border-radius: 0;
}
#melapress-header__content__topbar button.menu-toggle {
  position: relative;
}
#melapress-header__content__topbar button.menu-toggle span.melapress-line,
#melapress-header__content__topbar button.menu-toggle span.melapress-line:before,
#melapress-header__content__topbar button.menu-toggle span.melapress-line:after {
  clip-path: unset;
  clip: unset;
  overflow: visible;
  text-indent: -9999em;
  height: 4px;
  width: 1.8rem;
  position: absolute;
  display: block;
  content: "";
  border-radius: 2px;
  background-color: var(--wp--section--color--normal);
}
body.toggled #melapress-header__content__topbar button.menu-toggle span.melapress-line,
body.toggled #melapress-header__content__topbar button.menu-toggle span.melapress-line:before,
body.toggled #melapress-header__content__topbar button.menu-toggle span.melapress-line:after {
  background-color: var(--wp--preset--color--light);
}
#melapress-header__content__topbar button.menu-toggle span.melapress-line {
  top: calc(50% - 1.5px);
  right: 0.15rem;
}
#melapress-header__content__topbar button.menu-toggle span.melapress-line:before {
  top: -0.65rem;
}
#melapress-header__content__topbar button.menu-toggle span.melapress-line:after {
  bottom: -0.65rem;
}
#melapress-header__content__topbar_nav.toggled button.menu-toggle {
  z-index: 9999;
  position: absolute;
  right: 0;
  top: var(--wp--preset--spacing--50);
}
@media screen and (min-width: 1200.00px) {
  #melapress-header__content__topbar_nav.toggled #melapress-header__content__topbar:not(.minimal) button.menu-toggle {
    top: calc( var(--wp--preset--spacing--50) + 1rem );
  }

  body.toggled #melapress-header__content__topbar_search #search-toggle span.icon-search {
    right: 0.45rem !important;
  }
  #melapress-header__content__topbar button.menu-toggle span.melapress-line,
  #melapress-header__content__topbar button.menu-toggle span.melapress-line:before,
  #melapress-header__content__topbar button.menu-toggle span.melapress-line:after,
  body.toggled #melapress-header__content__topbar button#search-toggle span.icon-search,
  body.toggled #melapress-header__content__topbar button#search-toggle span.icon-search:before,
  body.toggled #melapress-header__content__topbar button#search-toggle span.icon-search:after {
    height: 3.25px !important;
    width: 1.5rem !important;
    border-radius: 2px;
  }
  #melapress-header__content__topbar button.menu-toggle span.melapress-line,
  body.toggled #melapress-header__content__topbar button#search-toggle span.icon-search {
    top: calc(50% - 1.5px);
    right: 0.15rem;
  }
  #melapress-header__content__topbar button.menu-toggle span.melapress-line:before {
    top: -0.5rem;
  }
  #melapress-header__content__topbar button.menu-toggle span.melapress-line:after {
    bottom: -0.5rem;
  }
}
#melapress-header__content__topbar_nav.toggled button.menu-toggle span.melapress-line {
  background-color: initial !important;
}
#melapress-header__content__topbar_nav.toggled button.menu-toggle span.melapress-line:before,
#melapress-header__content__topbar_nav.toggled button.menu-toggle span.melapress-line:after {
  top: 0;
  background-color: var(--wp--preset--color--light);
}
#melapress-header__content__topbar_nav.toggled button.menu-toggle span.melapress-line:before {
  transform: rotate(45deg);
}
#melapress-header__content__topbar_nav.toggled button.menu-toggle span.melapress-line:after {
  transform: rotate(-45deg);
}

body.toggled
  #melapress-header__content__topbar_search
  #search-toggle
  span.icon-search,
body.toggled
  #melapress-header__content__topbar_search
  #search-toggle
  span.icon-search:before,
body.toggled
  #melapress-header__content__topbar_search
  #search-toggle
  span.icon-search:after {
  text-indent: -9999em;
  height: 4px;
  width: 2rem;
  position: absolute;
  display: block;
  content: "";
  border-radius: 2px;
  background-color: var(--wp--preset--color--light);
}
body.toggled
  #melapress-header__content__topbar_search
  #search-toggle
  span.icon-search {
  top: calc(50% - 1.5px);
  right: 0.15rem;
  background: transparent;
}
body.toggled
  #melapress-header__content__topbar_search
  #search-toggle
  span.icon-search:before {
  left: -0.165rem;
  transform: rotate(45deg);
}
body.toggled
  #melapress-header__content__topbar_search
  #search-toggle
  span.icon-search:after {
  right: -0.165rem;
  transform: rotate(-45deg);
}

body.toggled #melapress-header__content__topbar_nav > button.menu-toggle[aria-expanded="false"] {
  display: none;
}

#melapress-header {
  position: relative;
}
#melapress-header__content__topbar_nav.main-navigation
  #melapress-header__content__topbar_nav_container {
  height: 0;
  transition: none;
}
#melapress-header__content__topbar_nav.toggled.main-navigation
  #melapress-header__content__topbar_nav_container {
  transition: height ease 0.4s;
}
#melapress-header__content__topbar.minimal
  #melapress-header__content__topbar_nav.main-navigation
  #melapress-header__content__topbar_nav_container {
  overflow: hidden;
}
#melapress-header__content__topbar_nav.main-navigation.toggled
  #melapress-header__content__topbar_nav_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--wp--section--color--dark);
  overflow: hidden;
  margin-left: -9999em;
  margin-right: -9999em;
  padding-left: 9999em;
  padding-right: 9999em;
  min-height: 100vh;
  height: auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease;
}

#melapress-header__content__topbar_nav_container ul.sub-menu li {
  margin-bottom: 0;
}

.main-navigation.toggled #melapress-header__content__topbar_nav_container a,
#melapress-header__content__topbar.minimal {
  color: var(--wp--preset--color--light);
}
#melapress-header__content__topbar_nav_container > nav > ul > li > a {
  padding-top: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--50);
}

.main-navigation {
  display: block;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul,
#melapress-header-before nav ul ul {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul,
#melapress-header-before nav ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
#melapress-header-before nav ul ul li:hover > ul,
#melapress-header-before nav ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
#melapress-header-before nav ul li:hover > ul,
#melapress-header-before nav ul li.focus > ul {
  left: auto;
  position: relative;
  width: 100%;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

#melapress-header__content__topbar_nav_mob_menu_footer img {
  display: inline-block !important;
  width: 8rem;
  margin: 0 var(--wp--preset--spacing--30) -0.4rem var(--wp--preset--spacing--30);
}
#melapress-header__content__topbar_nav_mob_menu_footer p {
  color: #6a97d7;
}

body.toggled .mp-mobile-header-logo-main {
  display: none;
}
@media screen and (max-width: 1199.95px) {
  body.toggled .mp-mobile-header-logo-menu {
    position: relative;
    display: block !important;
    z-index: 1000;
  }
}
body.toggled
  #melapress-header__content__topbar_nav.toggled
  #melapress-header__content__topbar_nav_container {
  padding-top: 9rem;
}
body.toggled #melapress-header__content__topbar_nav_container nav > ul {
  border-top: 3px solid var(--wp--section--color--normal);
  max-width: var(--melapress--content-width);
  margin-left: auto;
  margin-right: auto;
}
body.toggled #melapress-header__content__topbar_nav_container nav > ul > li {
  border-bottom: 3px solid var(--wp--section--color--normal);
}
body.toggled.section-melapress #melapress-header__content__topbar_nav_container nav > ul {
  border-top-color: var(--wp--preset--color--brand-4);
}
body.toggled.section-melapress #melapress-header__content__topbar_nav_container nav > ul > li {
  border-bottom-color: var(--wp--preset--color--brand-4);
}
body.toggled
  #melapress-header__content__topbar_nav_container
  li.menu-item-has-children
  > a:after {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 1rem;
  font-family: "fontello";
  content: "\e806";
}
body.toggled
  #melapress-header__content__topbar_nav_container
  li.menu-item-has-children:active
  > a:after,
body.toggled
  #melapress-header__content__topbar_nav_container
  li.menu-item-has-children:focus
  > a:after,
body.toggled
  #melapress-header__content__topbar_nav_container
  li.menu-item-has-children:hover
  > a:after {
  content: "\e80a";
}
body.toggled
  #melapress-header__content__topbar_nav_container
  nav
  > ul
  > li
  > a {
  padding-left: var(--wp--preset--spacing--50);
  padding-right: var(--wp--preset--spacing--50);
  position: relative;
  text-align: left;
}
#melapress-header__content__topbar_nav.toggled .sub-menu {
  margin-bottom: var(--wp--preset--spacing--50);
}
#melapress-header__content__topbar_nav.toggled .sub-menu a {
  font-size: var(--wp--preset--font-size--normal);
  padding-left: var(--wp--preset--spacing--60);
  padding-top: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
  color: var(--wp--section--color--light);
  text-decoration: underline;
}
#melapress-header__content__topbar_nav.toggled
  #melapress-header__content__topbar_nav_mob_menu_footer {
  display: block !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: var(--wp--preset--color--darkest);
}

/* Minimal menu */
#melapress-header__content__topbar.minimal
  #melapress-header__content__topbar_logo
  .mp-display-none
  .melapress-header__logo {
  display: none;
}
#melapress-header__content__topbar.minimal
  #melapress-header__content__topbar_logo
  .mp-display-xl-none,
body.toggled
  #melapress-header__content__topbar.minimal
  #melapress-header__content__topbar_logo
  .mp-display-xl-none
  .mp-mobile-header-logo-menu {
  position: relative;
  display: block !important;
  z-index: 1000;
}
body.toggled
  #melapress-header__content__topbar.minimal
  #melapress-header__content__topbar_logo
  .mp-display-xl-none
  .mp-mobile-header-logo-main {
  display: none !important;
}

.melapress-main .comment-navigation,
.melapress-main .posts-navigation,
.melapress-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Search */
#search-toggle .icon-search {
  font-size: 1.65rem;
}
#melapress-search.hidden {
  opacity: 0;
  margin-top: -330px;
  z-index: -5;
  transition-timing-function: linear, step-end, step-end;
}
#melapress-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  margin-left: -9999em;
  margin-right: -9999em;
  padding-left: 9999em;
  padding-right: 9999em;
  background-color: var(--wp--section--color--dark);
  color: var(--wp--preset--color--light);
  opacity: 1;
  z-index: 20;
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease;
}
#melapress-search .search-form {
  margin-top: 8rem;
  display: inline-block;
  position: relative;
  width: 24rem;
  max-width: 100%;
  overflow: hidden;
}
#melapress-search .search-form input.search-field {
  -webkit-appearance: none;
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--50) var(--wp--preset--spacing--50) 2.5rem;
  width: 24rem;
  max-width: 100%;
}
#melapress-search .search-form button.search-submit {
  position: absolute;
  top: 0;
  left: 0.5rem;
  bottom: 0;
  height: auto;
}

/* Archive
--------------------------------------------- */

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

ul:not(.menu) a:where(:not(.wp-element-button, .mp-no-underline, .mp-text-uppercase, [rel="category tag"])),
ol a:where(:not(.wp-element-button, .mp-no-underline, .mp-text-uppercase, [rel="category tag"])),
p a:where(:not(.wp-element-button, .mp-no-underline, .mp-text-uppercase, [rel="category tag"])) {
  color: var(--wp--preset--color--brand-1);
  font-weight: normal;
  text-decoration-color: var(--wp--preset--color--lightalt);
  text-decoration-thickness: .125rem;
  text-underline-offset: 1.5px;
  text-decoration-skip-ink: auto;
  transition: text-decoration-color 0.35s ease-in-out;
}
ul:not(.menu) a:where(:not(.wp-element-button, .mp-no-underline, .mp-text-uppercase, [rel="category tag"])):hover,
ol a:where(:not(.wp-element-button, .mp-no-underline, .mp-text-uppercase, [rel="category tag"])):hover,
p a:where(:not(.wp-element-button, .mp-no-underline, .mp-text-uppercase, [rel="category tag"])):hover {
  text-decoration-color: var(--wp--preset--color--brand-1);
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: var(--wp--preset--spacing--40) 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 var(--wp--preset--spacing--50);
}

.melapress-box {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.melapress-box-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.melapress-box-content a {
  color: var(--wp--preset--color--dark);
}

.cat-links a {
  background-color: var(--wp--preset--color--lightalt);
  color: var(--wp--preset--color--dark);
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: bold;
  white-space: nowrap;
}

.melapress-post-feature-image-container {
  max-width: calc(100% - (var(--melapress--gutter-outside) * 2)) !important;
  width: calc(48rem - 3rem);
}
.is-layout-constrained > .melapress-post-feature-image-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 1200px) {
  .melapress-post-feature-image-container {
    width: calc(48rem);
  }
}

p.has-medium-font-size > img[alt="5 stars"] {
  max-height: clamp(
    1.1rem,
    0.9000000000000002rem + 0.6666666666666663vw,
    1.4rem
  );
  width: auto !important;
}
p.has-large-font-size > img[alt="5 stars"] {
  max-height: clamp(1.2rem, 0.4131rem + 2.623vw, 2rem);
  width: auto !important;
}
p.has-x-large-font-size > img[alt="5 stars"] {
  max-height: clamp(1.4rem, 0.2197rem + 3.9344vw, 2.6rem);
  width: auto !important;
}

/* Post sticky sidebar */
#melapress-post-scroll-container .wp-block-heading {
  margin-block-start: var(--wp--preset--spacing--60);
  margin-block-end: var(--wp--style--block-gap);
}

@media screen and (max-width: 780.95px) {
  #melapress-post-scroll-container {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 781px) {
  #melapress-main > .melapress-post-feature-image-container {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 781px) and (max-width: 1199.95px) {
  #melapress-post-scroll-container {
    max-width: 48rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  #melapress-post-scroll-container {
    display: flex;
    justify-content: center;
    gap: var(--wp--preset--spacing--70);
  }
  .melapress-empty,
  .melapress-sidebar {
    width: calc(50% - 48rem);
    flex-grow: 1;
  }
  .melapress-sidebar {
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  #melapress__related_posts .mp-row .mp-col-12 {
    width: 100%;
  }
  .melapress-sidebar > * {
    max-width: 20rem;
  }
}

.melapress-post {
  max-width: 48rem;
}
.melapress-sidebar article {
  max-width: 24rem;
}

/* Case Studies */
.melapress-tab {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4rem 4rem 0;
}

.melapress-tab.melapress-tab-bottom {
  top: 0;
  bottom: 0;
  border-width: 0 0 14rem 14rem;
}

.melapress-tab .melapress-case_study__icon {
  position: absolute;
  top: 0.25rem;
  left: 2rem;
  height: 1.75rem;
  width: 1.75rem;
}
.melapress-tab .melapress-case_study__icon img {
  object-fit: contain !important;
}
.melapress-logo-overlay-container {
  position: absolute;
  display: block;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}
.melapress-logo-overlay-container img.melapress-logo-overlay {
  object-fit: contain !important;
  max-height: 100% !important;
}

body:not(.single-mp_case_study) article.melapress-box.mp_case_study h3.entry-title a {
  font-size: var(--wp--preset--font-size--medium);
  line-height: clamp(1.86rem, 2.95vw + 0.798rem, 2.9rem) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  text-decoration: none !important;
}
article.melapress-box.mp_case_study footer a {
  color: var(--wp--preset--color--brand-1);
  text-decoration: none;
}
article.melapress-box.mp_case_study:focus footer a,
article.melapress-box.mp_case_study:hover footer a {
  text-decoration: underline;
}

/* Breadcrumb */
#melapress-breadcrumbs a {
  font-weight: normal;
}
#melapress-breadcrumbs i {
  color: var(--wp--preset--color--brand-3);
  padding-left: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
}
#melapress-breadcrumbs .icon-chevron-right-heavy:before { 
  margin-right: 0;
}

/* Pagination */
.nav-links {
  text-align: center !important;
  margin-bottom: var(--wp--preset--spacing--70) !important;
}
.nav-links > * {
  font-weight: bold !important;
  min-width: 3rem;
  min-height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.nav-links > .page-numbers > span {
  display: none;
}
.nav-links a {
  text-decoration: none;
}
.nav-links span.current {
  background-color: var(--wp--preset--color--brand-2);
  color: var(--wp--preset--color--brand-1);
  border-radius: 1.5rem;
}

@media screen and (max-width: 781px) {
  body.single .nav-links {
    display: block !important;
  }
  body.single .nav-links > .nav-previous,
  body.single .nav-links > .nav-next {
    display: block;
  }
  body.single .nav-links > .nav-next {
    display: block;
    float: right;
    clear: both;
    margin-bottom: var(--wp--preset--spacing--70);
  }
}
body.single .nav-links .nav-previous i {
  margin-left: -1rem;
}
body.single .nav-links .nav-next i {
  margin-right: -1rem;
}
body.single .nav-links > .nav-previous > a,
body.single .nav-links > .nav-next > a {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
body.single .nav-links > .nav-previous {
  justify-content: left;
}
body.single .nav-links > .nav-next {
  justify-content: right;
}
body.single .nav-links > .nav-previous > a {
  text-align: left;
}
body.single .nav-links > .nav-next > a {
  text-align: right;
}
body.single .nav-links > *:focus a,
body.single .nav-links > *:hover a {
  text-decoration: underline;
}

/* Search
--------------------------------------------- */
body.search-results .entry-summary p {
  margin-top: var(--wp--preset--spacing--30);
}

/* Comments
--------------------------------------------- */
#comments {
  max-width: calc(48rem - 3rem);
}
@media screen and (min-width: 88rem) {
  #comments {
    max-width: 48rem;
  }
}

#comments ol {
  padding-left: 0;
  list-style: none;
}
#comments .comment-author {
  display: grid;
  grid-template-columns: 50px auto;
  grid-template-rows: auto auto auto;
  grid-column-gap: var(--wp--preset--spacing--40);
}
#comments .comment-author .comment-avatar {
  grid-column: 1 / 1;
  grid-row: 1 / 3;
}
#comments .comment-author .comment-name {
  grid-column: 2 / 2;
  grid-row: 1 / 1;
}
#comments .comment-author .comment-metadata {
  grid-column: 2 / 2;
  grid-row: 2 / 2;
}

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

.bypostauthor {
  display: block;
}

.comment-reply-title small {
  margin-left: var(--wp--preset--spacing--30);
}
#commentform .required-field-message {
  display: block;
  font-style: italic;
}

#comments h2.comments-title {
  font-size: var(--wp--preset--font-size--medium);
  line-height: clamp(1.86rem, 2.95vw + 0.798rem, 2.9rem) !important;
}
#comments .comment-content {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--preset--spacing--50);
}
#comments ol.comment-list {
  margin-bottom: var(--wp--preset--spacing--60);
}
#comments ol ol {
  margin-left: 0;
  padding-left: var(--wp--preset--spacing--50);
  border-left: var(--wp--preset--spacing--30) solid
    var(--wp--preset--color--brand-3);
}
#comments ol.comment-list > li.comment {
  margin-top: var(--wp--preset--spacing--70);
}
#comments .comment-content p:first-of-type {
  margin-top: var(--wp--preset--spacing--30);
}
#comments .comment-metadata.small {
  font-size: var(--wp--preset--font-size--x-small);
}
#comments .comment-metadata.small a {
  color: var(--wp--preset--color--dark);
}
#comments .comment-author {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small);
}
#comments .comment-author .comment-name {
  text-transform: uppercase;
  margin-bottom: -0.5rem;
}
#comments .comment-avatar img {
  border-radius: var(--wp--preset--spacing--60);
}
#comments .comment-author a,
#comments .comment-metadata a {
  text-decoration: none;
}
#comments .comment-author a:hover,
#comments .comment-metadata a:hover {
  text-decoration: underline;
}

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

/* Make sure logo link wraps around logo image */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Echo Knowledge Base
--------------------------------------------- */

/* Main Page */
#epkb-main-page-container.epkb-basic-template .epkb-boxed {
  max-width: 1140px !important;
}
button.epkb-show-all-articles {
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) !important;
  background: var(--wp--preset--color--brand-2) !important;
  color: var(--wp--preset--color--brand-1) !important;
  border-radius: 1rem !important;
}
button.epkb-show-all-articles span {
      font-size: var(--wp--preset--font-size--x-small) !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
@media (min-width: 781px) {
  .asea-search-filter-icon.epkbfa-chevron-down {
    position: relative;
  }
  .asea-search-filter-icon.epkbfa-chevron-down:after {
    content: "FILTER";
    padding-left: .5rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
  }
}

/* Archive Page */
.eckb-category-archive-main {
  margin-bottom: var(--wp--preset--spacing--70);
}
.eckb-category-archive-header .eckb-category-archive-description {
  display: none;
}
.eckb-category-archive-main .eckb-article-container {
  border: none !important;
}
#eckb-categories-archive-container-v2 .eckb-category-archive-header {
  border-bottom: none !important;
}

/* Article Page */
h1.eckb-article-title {
  line-height: 1.2
}
.eckb-article-content-last-updated-date-container {
  margin-top: var(--wp--preset--spacing--50) !important;
}


/* Glossary
--------------------------------------------- */

.glossary_top_filter .left {
  text-align: center;
  margin-bottom: 1rem !important;
}
input#glossary-search-term {
  height: clamp(2.7rem, 1.883rem + 2.2695vw, 3.5rem);
}
input#glossary-search-term:focus {
  border-color: var(--wp--preset--color--brand-1-b) !important;
}

.ln-letters a {
  border: none !important;
  background-color: var(--wp--preset--color--brand-3);
  margin: var(--wp--preset--spacing--30);
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40) !important;
  border-radius: .5rem;
}
.ln-letters a:hover {
  background-color: var(--wp--preset--color--brand-2) !important;
  color: var(--wp--preset--color--light) !important;
}

a.glossaryLink.glossary-link-title,
a.glossaryLink.glossary-link-title:focus,
a.glossaryLink.glossary-link-title:hover {
  color: var(--wp--preset--color--dark) !important;
  border: none !important
}
a.glossary-read-more-link,
a.glossary-search-clear {
  font-size: var(--wp--preset--font-size--small);
}

/* WPForms */
.wpforms-field.wpforms-field-select select {
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
  border-width: var(--wp--preset--spacing--30);
}
.wpforms-field input:focus,
.wpforms-field select:focus,
.wpforms-field textarea:focus {
  border-color: var(--wp--preset--color--brand-2);
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.1); 
  box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.wpforms-field.wpforms-field-html h4 {
  margin-bottom:  var(--wp--preset--spacing--40);
}
ul.wpforms-field-required {
  list-style: none;
  padding-left: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Do not show the outline on the skip link target */
#melapress-main[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: var(--melapress--gutter-outside);
  margin-bottom: var(--wp--style--block-gap);
}

.alignright {
  float: right;
  margin-left: var(--melapress--gutter-outside);
  margin-bottom: var(--wp--style--block-gap);
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--wp--style--block-gap);
}

.justify-content-center {
  justify-content: center !important;
}

/* Display
--------------------------------------------- */
.mp-display-none {
  display: none !important;
}
.mp-display-block {
  display: block !important;
}
.mp-display-flex {
  display: flex !important;
}
.mp-flex-grow-0 {
  flex-grow: 0 !important;
}
.mp-flex-grow-1 {
  flex-grow: 1 !important;
}

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

.mp-no-underline {
  text-decoration: none !important;
  background: none !important;
}

/* Grid 
--------------------------------------------- */
.mp-row {
  --bs-gutter-x: var(--wp--preset--spacing--50);
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.mp-row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.mp-col {
  flex: 1 0 0%;
}

.mp-row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.mp-row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

@media (min-width: 576px) {
  .mp-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 781px) {
  .mp-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}

.mp-col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.mp-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.mp-col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.mp-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.mp-col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.mp-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .mp-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .mp-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .mp-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .mp-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .mp-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .mp-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 781px) {
  .mp-display-md-block {
    display: block !important;
  }

  .mp-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .mp-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .mp-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .mp-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .mp-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .mp-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .mp-display-lg-block {
    display: block !important;
  }

  .mp-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .mp-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .mp-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .mp-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .mp-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .mp-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .mp-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .mp-offset-lg-2 {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 1200px) {
  .mp-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .mp-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .mp-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .mp-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .mp-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .mp-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* Margins
--------------------------------------------- */
.mp-mt-0,
.mp-my-0 {
  margin-top: 0 !important;
}
.mp-mb-0,
.mp-my-0 {
  margin-bottom: 0 !important;
}
.mp-mt-30,
.mp-my-30 {
  margin-top: var(--wp--preset--spacing--30) !important;
}
.mp-mb-30,
.mp-my-30 {
  margin-bottom: var(--wp--preset--spacing--30) !important;
}
.mp-mt-40,
.mp-my-40 {
  margin-top: var(--wp--preset--spacing--40) !important;
}
.mp-mb-40,
.mp-my-40 {
  margin-bottom: var(--wp--preset--spacing--40) !important;
}
.mp-mt-50,
.mp-my-50 {
  margin-top: var(--wp--preset--spacing--50) !important;
}
.mp-mb-50,
.mp-my-50 {
  margin-bottom: var(--wp--preset--spacing--50) !important;
}
.mp-mt-60,
.mp-my-60 {
  margin-top: var(--wp--preset--spacing--60) !important;
}
.mp-mb-60,
.mp-my-60 {
  margin-bottom: var(--wp--preset--spacing--60) !important;
}
.mp-mt-70,
.mp-my-70 {
  margin-top: var(--wp--preset--spacing--70) !important;
}
.mp-mb-70,
.mp-my-70 {
  margin-bottom: var(--wp--preset--spacing--70) !important;
}

.mp-ml-50,
.mp-mx-50 {
  margin-left: var(--wp--preset--spacing--50) !important;
}
.mp-mr-50,
.mp-mx-50 {
  margin-right: var(--wp--preset--spacing--50) !important;
}
.mp-ml-60,
.mp-mx-60 {
  margin-left: var(--wp--preset--spacing--60) !important;
}
.mp-mr-60,
.mp-mx-60 {
  margin-right: var(--wp--preset--spacing--60) !important;
}
.mp-ml-70,
.mp-mx-70 {
  margin-left: var(--wp--preset--spacing--70) !important;
}
.mp-mr-70,
.mp-mx-70 {
  margin-right: var(--wp--preset--spacing--70) !important;
}

/* Paddings
--------------------------------------------- */
.mp-pt-0,
.mp-py-0 {
  padding-top: 0 !important;
}
.mp-pb-0,
.mp-py-0 {
  padding-bottom: 0 !important;
}
.mp-pt-30,
.mp-py-30 {
  padding-top: var(--wp--preset--spacing--30) !important;
}
.mp-pb-30,
.mp-py-30 {
  padding-bottom: var(--wp--preset--spacing--30) !important;
}
.mp-pt-40,
.mp-py-40 {
  padding-top: var(--wp--preset--spacing--40) !important;
}
.mp-pb-40,
.mp-py-40 {
  padding-bottom: var(--wp--preset--spacing--40) !important;
}
.mp-pt-50,
.mp-py-50 {
  padding-top: var(--wp--preset--spacing--50) !important;
}
.mp-pb-50,
.mp-py-50 {
  padding-bottom: var(--wp--preset--spacing--50) !important;
}
.mp-pt-60,
.mp-py-60 {
  padding-top: var(--wp--preset--spacing--60) !important;
}
.mp-pb-60,
.mp-py-60 {
  padding-bottom: var(--wp--preset--spacing--60) !important;
}
.mp-pt-70,
.mp-py-70 {
  padding-top: var(--wp--preset--spacing--70) !important;
}
.mp-pb-70,
.mp-py-70 {
  padding-bottom: var(--wp--preset--spacing--70) !important;
}

.mp-pl-40,
.mp-px-40 {
  padding-left: var(--wp--preset--spacing--40) !important;
}
.mp-pr-40,
.mp-px-40 {
  padding-right: var(--wp--preset--spacing--40) !important;
}
.mp-pl-50,
.mp-px-50 {
  padding-left: var(--wp--preset--spacing--50) !important;
}
.mp-pr-50,
.mp-px-50 {
  padding-right: var(--wp--preset--spacing--50) !important;
}
.mp-pl-60,
.mp-px-60 {
  padding-left: var(--wp--preset--spacing--60) !important;
}
.mp-pr-60,
.mp-px-60 {
  padding-right: var(--wp--preset--spacing--60) !important;
}

@media (min-width: 1200px) {
  .mp-pl-lg-40,
  .mp-px-lg-40 {
    padding-left: var(--wp--preset--spacing--40) !important;
  }
  .mp-pr-lg-40,
  .mp-px-lg-40 {
    padding-right: var(--wp--preset--spacing--40) !important;
  }
  .mp-pl-lg-50,
  .mp-px-lg-50 {
    padding-left: var(--wp--preset--spacing--50) !important;
  }
  .mp-pr-lg-50,
  .mp-px-lg-50 {
    padding-right: var(--wp--preset--spacing--50) !important;
  }
  .mp-pl-lg-60,
  .mp-px-lg-60 {
    padding-left: var(--wp--preset--spacing--60) !important;
  }
  .mp-pr-lg-60,
  .mp-px-lg-60 {
    padding-right: var(--wp--preset--spacing--60) !important;
  }
  .mp-pt-lg-40,
  .mp-py-lg-40 {
    padding-top: var(--wp--preset--spacing--40) !important;
  }
  .mp-pb-lg-40,
  .mp-py-lg-40 {
    padding-bottom: var(--wp--preset--spacing--40) !important;
  }
  .mp-pt-lg-50,
  .mp-py-lg-50 {
    padding-top: var(--wp--preset--spacing--50) !important;
  }
  .mp-pb-lg-50,
  .mp-py-lg-50 {
    padding-bottom: var(--wp--preset--spacing--50) !important;
  }
}

/* Typography
--------------------------------------------- */
.mp-text-start {
  text-align: left !important;
}
.mp-text-center {
  text-align: center !important;
}
.mp-text-end {
  text-align: right !important;
}
.mp-text-uppercase,
.eckb-article-content-last-updated-date-container,
#asea_search_results .eckb-article-title-category .eckb-article-title-category-name {
  text-transform: uppercase !important;
}
h1.mp-text-uppercase,
h2.mp-text-uppercase,
h3.mp-text-uppercase,
h4.mp-text-uppercase,
h5.mp-text-uppercase,
h6.mp-text-uppercase .mp-text-rounded.mp-text-uppercase {
  letter-spacing: 0.025rem;
}

/* Footer
--------------------------------------------- */

/* Pre Footer */
#melapress-footer-before .wp-block-buttons {
  gap: var(--wp--preset--spacing--40);
}
#melapress-footer-before .wp-block-button.is-style-brand-secondary {
  line-height: 1 !important;
}

body.section-melapress #melapress-footer-before .wp-block-button__link.wp-element-button {
  background: var(--wp--preset--color--brand-4) !important;
  color: var(--wp--preset--color--light) !important;
}

/* Push Footer to bottom of screen on short pages */
#melapress {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#melapress-footer {
  margin-top: auto;
}
.melapress-footer-after__copyright span:not(#week-day-footer) {
  display: block;
}
.melapress-footer-after__logo img {
  max-width: 10rem;
}

@media screen and (min-width: 781px) {
  .melapress-footer-menu:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: var(--wp--section--color--normal);
    opacity: 0.5;
  }
  body.section-melapress .melapress-footer-menu:before {
    background-color: #1A3060;
    opacity: 1;
  }
  .melapress-footer-menu {
    position: relative;
    padding-left: var(--wp--preset--spacing--50);
  }
}

.melapress-footer-menu ul.menu a {
  display: inline-block;
  padding-top: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
}

footer ul.menu li {
  margin-bottom: var(--wp--preset--spacing--30);
}

/* Social */
.melapress-footer-social > h3 {
  max-width: 18rem;
}
.melapress-footer__social-network-icons li {
  margin-bottom: var(--wp--preset--spacing--40);
}
.melapress-footer__social-network-icons i,
.melapress-footer__social-network-icons span {
  display: inline-block;
}
.melapress-footer__social-network-icons i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--wp--preset--color--light);
  color: var(--wp--preset--color--brand-1);
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  border-radius: 50%;
  margin-right: var(--wp--preset--spacing--40);
}

/* Post footer */
ul#footer-menu-post li {
  display: inline;
}
ul#footer-menu-post li:before {
  content: " | ";
  color: rgba(255, 255, 255, 0.5);
}
ul#footer-menu-post li:first-of-type:before {
  content: "";
}
ul#footer-menu-post li a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: normal;
}
ul#footer-menu-post li:first-of-type a {
  padding-left: 0;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

/* Blockquote
--------------------------------------------- */
blockquote.wp-block-quote:not(.is-style-blockquote) {
  border-left: var(--wp--preset--spacing--30) solid var(--wp--section--color--light);
}
.wp-block-quote:not(.is-style-blockquote) > * {
  padding-left: var(--wp--preset--spacing--60);
}
.wp-block-quote cite {
  font-style: normal;
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-quote p {
  margin-bottom: var(--wp--preset--spacing--30);
}
.wp-block-quote:not(.is-style-blockquote) cite:before {
  content: "— ";
}

/* Pull quote
--------------------------------------------- */
.wp-block-pullquote {
  font-size: var(--wp--preset--font-size--medium);
  line-height: clamp(1.86rem, 2.95vw + 0.798rem, 2.9rem);
}
.wp-block-pullquote p {
	font-family: "Quicksand" !important;
	font-weight: 700 !important;
  margin-bottom: var(--wp--preset--spacing--50);
}
.wp-block-pullquote p:before {
	content: "“ ";
}
.wp-block-pullquote p:after {
	content: " ”";
}
.wp-block-pullquote cite {
  font-style: normal;
  font-size: .85em;
}

/* Blog Post Boxes
--------------------------------------------- */
.melapress-block-blog-post-boxes .mp-col-xl-6 h3 {
  font-size: var(--wp--preset--font-size--medium) !important;
  line-height: clamp(1.86rem, 2.95vw + 0.798rem, 2.9rem) !important;
}
.mp-promo-column .mp-h-100 {
  height: unset !important;
}
.mp-promo-box-end > .mp-promo-box {
  height: 100% !important;
  margin-top: 0 !important;
}
@media (max-width: 991.95px) {
  .mp-promo-box-text {
    font-size: var(--wp--preset--font-size--medium) !important;
    line-height: clamp(1.86rem, 2.95vw + 0.798rem, 2.9rem) !important;
  }
}
@media (min-width: 781px) {
  .mp-promo-column {
    display: flex;
    flex-direction: column;
  }
  .mp-promo-column > .melapress-box {
    flex-grow: 1;
  }
  .mp-promo-box,
  .mp-col-xl-6 .melapress-box-content {
    min-height: 11rem;
  }
}

/* Columns
--------------------------------------------- */
body .wp-block-columns.is-layout-flex {
  gap: var(--wp--preset--spacing--60);
}

/* Cover
--------------------------------------------- */
.wp-block-cover {
  padding: calc(var(--wp--style--block-gap) * 2)
    var(--pookatheme--gutter-outside);
}
.wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

/* Group
--------------------------------------------- */
@media (max-width: 780.95px) {
  .wp-block-column > .wp-block-group.is-style-card.is-layout-constrained {
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Image & Gallery
--------------------------------------------- */
.wp-block-gallery > figcaption,
.wp-block-image > figcaption {
  text-align: center;
  font-size: 0.9rem;
}
.wp-block-gallery > figcaption {
  margin-top: calc(0.5em - var(--wp--preset--spacing--40));
}

.melapress-ratio-16x9,
.melapress-ratio-2x1,
.melapress-ratio-square {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.melapress-ratio-16x9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.melapress-ratio-2x1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.melapress-ratio-square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.melapress-ratio-16x9 > .content,
.melapress-ratio-2x1 > .content,
.melapress-ratio-square > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.melapress-ratio-16x9 .content img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  width: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
}

.wp-block-image.mp-image-link-hover {
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
  transition:.35s;
}
.wp-block-image.mp-image-link-hover:hover {
  box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
  transform: scale(1.05,1.05);
}

/* Lists
--------------------------------------------- */
.is-root-container ul > li:not(.menu-item) {
  margin-bottom: var(--wp--preset--spacing--40);
}
.is-root-container ul > li:last-of-type {
  margin-bottom: 0;
}

/* Plugins Showcase
--------------------------------------------- */
.melapress-plugins-showcase ul li > div {
  border: 1px solid #a0a7b9;
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--50)
    var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
  border-radius: var(--wp--preset--spacing--40);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.melapress-plugins-showcase
  .has-light-background-color
  .melapress-box-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  border-bottom-left-radius: var(--wp--preset--spacing--50);
  border-bottom-right-radius: var(--wp--preset--spacing--50);
}
.melapress-plugins-showcase .melapress__plugin_product_icon {
  display: flex;
  flex-direction: column;
  height: 7rem;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--wp--preset--spacing--50);
}
.melapress-plugins-showcase .melapress__plugin_product_icon img {
  max-width: 7em;
  max-height: 7rem;
  width: auto;
  height: auto;
}
.melapress-plugins-showcase .has-light-background-color {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  width: 15rem;
  height: 4px;
  border: 0 !important;
  background: var(--wp--preset--color--brand-1);
  opacity: 0.75;
}
.wp-block-separator.is-style-wide {
  width: unset;
  height: 0.6rem;
  background: repeating-linear-gradient(
    135deg,
    var(--wp--preset--color--brand-2),
    var(--wp--preset--color--brand-2) 1px,
    transparent 1px,
    transparent 4px
  ) !important;
}

/* Social links
--------------------------------------------- */
ul.wp-block-social-links > li.wp-social-link {
	margin-bottom: 0;
}

/* Tables
--------------------------------------------- */
.wp-block-table thead {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes thead {
  background-color: var(--wp--section--color--normal);
  color: var(--wp--preset--color--light);
  border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr {
  border-bottom: 1.5px solid #ddd;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: #f1f1f1;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n) {
  background-color: #fafafa;
}

/* Torn / Diagonal Divider
--------------------------------------------- */
.melapress-block-diagonal-divider.has-background,
.wp-block-acf-melapress-diagonal-divider.has-background,
.melapress-block-torn-divider.has-background,
.wp-block-acf-melapress-torn-divider.has-background {
  background: none !important;
  overflow: hidden;
}
.melapress-block-diagonal-divider,
.melapress-block-torn-divider {
  margin-bottom: -1px !important;
}
.melapress-block-diagonal-divider.has-background svg,
.melapress-block-torn-divider.has-background svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  overflow: hidden;
}

/* Plugins Showcase
--------------------------------------------- */
.melapress-plugins-showcase ul {
  padding-left: 0;
  list-style: none;
}

/* Trust Builder Logo Grid
--------------------------------------------- */
.melapress-logo-grid ul {
  padding-left: 0;
  list-style: none;
}
.melapress-logo-grid ul li.melapress-trusted-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.melapress-logo-grid ul li.melapress-trusted-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center center;
}

/* Case Study Boxes Block
--------------------------------------------- */
.melapress-block-case-study-boxes .mp-row {
  --bs-gutter-x: var(--wp--preset--spacing--50);
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.melapress-block-case-study-boxes .melapress-box-content {
  background: var(--wp--preset--color--light-grey);
}

.melapress-block-case-study-boxes .melapress-box-content h3 {
  margin-bottom: var(--wp--preset--spacing--60) !important;
}

.melapress-block-case-study-boxes .melapress-box-content h3 a {
  color: var(--wp--preset--color--dark);
}

/* Masonry Grid
--------------------------------------------- */
.testimonials-masonry-block {
  margin-bottom: var(--wp--preset--spacing--70);
}
.testimonials-masonry-block > div {
  margin-left: calc(-1 * var(--wp--preset--spacing--50));
  margin-right: calc(-1 * var(--wp--preset--spacing--50));
}
.bricklayer-column-sizer {
  width: 100% !important;
}
.bricklayer-column {
  padding-left: var(--wp--preset--spacing--40) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
}

/* Plan Features
--------------------------------------------- */
.melapress-block-plan-features ul {
  padding-left: 0;
  list-style: none;
}
.melapress-block-plan-features ul li.melapress-block-plan-feature {
  display: flex;
  flex-direction: row;
  align-items: start;
}
.melapress-plan-feature-image {
  width: 7.5rem;
  height: auto;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.melapress-block-plan-feature-content p {
  margin-top: var(--wp--preset--spacing--30);
  margin-bottom: 0;
}

/* Plans Block
--------------------------------------------- */
/* Columns View */
 .melapress-plans-block::before {
  content: "";
  display: block;
  height: 6rem;
}

.melapress-plans-block .plans-columns {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.plans-columns .plan {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 33.33%;
  background: var(--wp--preset--color--light-grey);
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--60) var(--wp--preset--spacing--70);
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
  order: 1;
}

.plans-columns .best-value-plan {
  margin-top: -30px;
  background: var(--wp--preset--color--light);
  border-bottom: var(--wp--preset--spacing--40) solid var(--wp--section--color--light);
}

.plans-columns .plan .best-value,
.plans-cell .best-value {
  width: 60%;
  min-width: 10rem;
  height: 50px;
  line-height: 51px;
  text-align: center;
  border-radius: 30px 30px 0 0;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.plans-columns .description {
  min-height: 54px;
}

.plans-columns-4 .description {
  min-height: 72px;
}

.plans-columns .licences {
  min-height: 70px;
}

.plans-columns .plan .pre-price,
.plans-cell .pre-price {
  display: block;
}

.plans-columns .plan .price {
  position: relative;
  font-size: 2.5em;
}

.plans-columns .plan .price::before,
.plans-cell .price::before{
  content: "$";
  display: block;
  position: absolute;
  left: -18px;
  top: 0.25rem;
  font-size: var(--wp--preset--font-size--small);
}

.plans-columns .plan .licences select,
.plans-cell .licences select {
  width: 100%;
  padding: 10px;
}

.plans-columns .plan .includes-list {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.plans-columns .plan .includes-list li {
  list-style: none;
}

.plans-columns .plan .all-features-link {
  margin-top: auto;
}

.plans-columns .best-value-plan .all-features-link a {
  position: relative;
  top: var(--wp--preset--spacing--40);
}

.features-list-mobile {
  display: none;
}

/* Table View */
.melapress-plans-block .plans-table {
  display: grid;
  grid-template-columns: 1fr 55%;
  overflow: hidden;
}

.melapress-plans-block .plans-table-4 {
  grid-template-columns: 1fr 68%;
}

.melapress-plans-block .plans-table button.slide-left-button,
.melapress-plans-block .plans-table button.slide-right-button {
border: none;
background: none;
color: var(--wp--preset--color--brand-2);
}

.plans-cell .inner-div {
  display: flex;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}

.melapress-plans-block .plans-cell {
  /*overflow: hidden;*/
}


.melapress-plans-block .plans-table .empty-cell {
  display: flex;
  align-items: center;
  justify-content: right;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 var(--wp--preset--spacing--60);
  padding-top: 55px;
  background: #fff;
  z-index: 2;
}
.melapress-plans-block .empty-cell + .plans-cell {
  padding-top: 50px;
}

.melapress-plans-block .plans-cell .cell {
  position: relative;
  border: 1px solid #e1e1e1;
  width: 33.33%;
  text-align: center;
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--50);
  /*overflow-x: hidden;*/
}

.melapress-plans-block .plans-table-2 .plans-cell .cell {
  width: 50%;
}

.melapress-plans-block .plan-feature-cell {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-right: none;
  padding: var(--wp--preset--spacing--50);
  background: #fff;
  z-index: 2;
}

.melapress-plans-block .plans-cell .best-value-cell {
  border-top: 2px solid var(--wp--section--color--normal);
  border-left: 2px solid var(--wp--section--color--normal);
  border-right: 2px solid var(--wp--section--color--normal);
}

.plans-cell .feature-value {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plans-cell .feature-value img,
.plans-cell .feature-value svg {
  height: 2.5rem;
  width: auto;
}

.plans-cell .feature-best-value {
  border-left: 2px solid var(--wp--section--color--normal) !important;
  border-right: 2px solid var(--wp--section--color--normal) !important;
}

.plans-cell:last-child .feature-best-value {
  border-bottom: 2px solid var(--wp--section--color--normal) !important;
}

.plans-cell .price {
  position: relative;
  font-size: 2em;
}

.plans-cell .post-price {
  display: block;
}

.cell.plans-cell .cell {
  display: flex;
  flex-direction: column;
  user-select: none;
}

.cell.plans-cell .cell h5.fixed {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 20px 0;
  z-index: 1;
  /*transition: top 0.1s linear;*/
}

.cell.plans-cell .wp-block-button {
  margin-top: auto;
}

.features-list-mobile {
  text-align: left;
}

.features-list-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slide-right-button,
.slide-left-button {
  display: none;
}

.melapress-plans-block select[name="licences"] {
  border: var(--wp--preset--spacing--30) solid var(--wp--preset--color--brand-3);
  color: var(--wp--preset--color--brand-1);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--40) !important;
  font-weight: bold;
}

.melapress-plans-block .plans-table-4 select[name="licences"] {
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--30) !important;
}

.melapress-plans-block select[name="licences"] option {
  font-weight: normal;
}
.melapress-plans-block .description p:first-of-type {
  margin-top: 0;
}

.plans-columns .wp-block-button.is-style-brand-secondary > a.plan-button {
  background-color: var(--wp--preset--color--light) !important;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

/* Media Queries */
@media (max-width: 1350px) {
  .melapress-plans-block .plans-table {
      grid-template-columns: 1fr 60%;
  }

  .melapress-plans-block .plans-table-4 {
      grid-template-columns: 1fr 68%;
  }
}

@media (max-width: 1190px) {
  .melapress-plans-block .plans-table {
      grid-template-columns: 1fr 64%;
  }

  .melapress-plans-block .plans-table-4 {
      /*grid-template-columns: 1fr 67%;*/
      grid-template-columns: 1fr 48rem;
  }
}

@media (max-width: 992px) {
  .melapress-plans-block .plans-table {
      grid-template-columns: 1fr 55%;
  }

  .melapress-plans-block .plans-cell .best-value-cell {
      border: 1px solid #e1e1e1;
  }

  .plans-cell .feature-best-value {
      border: 1px solid #e1e1e1 !important;
  }
}

@media (max-width: 850px) {
  .melapress-plans-block .plans-columns {
      flex-direction: column;
  }

  .plans-columns .plan {
      width: 100%;
  }

  .plans-columns .best-value-plan {
      margin-top: 0;
      order: 0;
  }
}

@media (max-width: 576px) {
  .melapress-plans-block .empty-cell,
  .melapress-plans-block .plan-feature-cell,
  .melapress-plans-block .plans-cell {
      display: none;
  }

  .melapress-plans-block .plans-table,
  .melapress-plans-block .empty-cell + .plans-cell {
      display: block;
  }

  .melapress-plans-block .empty-cell + .plans-cell .inner-div {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }

  .melapress-plans-block .empty-cell + .plans-cell .cell {
      width: 100% !important;
      order: 1;
  }

  .melapress-plans-block .empty-cell + .plans-cell .best-value-cell {
      order: 0;
  }

  .features-list-mobile {
      display: block;
  }

  .melapress-plans-block .plans-table .empty-cell,
  .cell.plans-cell .cell h5.fixed {
      display: none;
  }
}

@media screen and (max-width: 1378px) {
  .melapress-plans-block select[name="licences"] {
    font-size: var(--wp--preset--font-size--x-small) !important;
  }

  .wp-block-button .wp-block-button__link.has-small-font-size {
    font-size: var(--wp--preset--font-size--x-small) !important;
  }
}

@media (max-width: 992px) {
  .melapress-plans-block select[name="licences"] {
    font-size: var(--wp--preset--font-size--small) !important;
  }

  .wp-block-button .wp-block-button__link.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
  }
}

/* Testimonial Cards
--------------------------------------------- */
.testimonial-card .card-inner {
  padding: var(--wp--preset--spacing--70) 3.5rem;
  border-bottom: var(--wp--preset--spacing--40) solid
    var(--wp--preset--color--brand-3);
  background: var(--wp--preset--color--light-grey);
  margin-bottom: var(--wp--preset--spacing--50);
  box-shadow: 00px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.testimonial-card:nth-of-type(even) .card-inner {
  background: var(--wp--preset--color--light) !important;
}

.bricklayer-column .testimonial-card .card-inner.even {
  background: var(--wp--preset--color--light-grey) !important;
}

.bricklayer-column .testimonial-card .card-inner.odd {
  background: var(--wp--preset--color--light) !important;
}

.testimonial-card p:first-of-type {
  margin-top: 0;
}
.testimonial-card figure {
  max-width: var(--wp--preset--spacing--80);
}
.testimonial-card .card-inner-content {
  position: relative;
}
.testimonial-card .card-inner-content .melapress-quote-icon {
  position: absolute;
  width: 1.75rem;
  top: -0.5rem;
  left: -2.25rem;
}

/* Carousel
--------------------------------------------- */
.testimonials-carousel-block .carousel {
  padding-top: 5px;
}

.tns-nav {
  text-align: center;
}

.tns-nav button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--wp--preset--color--brand-2);
  padding: inherit;
  margin-right: 6px;
  border: none;
}

.tns-nav button.tns-nav-active,
.tns-nav button:hover {
  background: var(--wp--preset--color--brand-2);
  opacity: 0.5;
}

.tns-outer {
  position: relative;
}
.tns-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tns-controls button {
  position: absolute !important;
  top: calc(50% - 4rem);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  padding: inherit;
  background: #fff;
  color: var(--wp--preset--color--brand-2);
  z-index: 1;
  display: none;
  font-family: "fontello";
  speak: never;
  border: none;
  z-index: 10 !important;
}

.tns-controls button::after {
  background: none;
}
.tns-controls [data-controls="prev"] {
  left: -2rem;
}
.tns-controls [data-controls="next"] {
  right: -2rem;
}

/* Yoast FAQ Block
--------------------------------------------- */
.wp-block-yoast-faq-block .schema-faq-section {
  position: relative;
  overflow: hidden;
  margin-bottom: var(--wp--preset--spacing--40);
  cursor: pointer;
  background: var(--wp--preset--color--light-grey);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
  border-radius: var(--wp--preset--spacing--30);
}

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
  display: block;
  font-family: "Quicksand";
  margin-right: var(--wp--preset--spacing--50);
}
.schema-faq strong.schema-faq-question {
  background: none;
  position: relative;
}

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question::after {
  content: "\e806";
  font-family: "fontello";
  font-size: 2rem;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: calc(100% + var(--wp--preset--spacing--40));
  margin-right: var(--wp--preset--spacing--60);
  transition: transform 0.3s ease-in-out;
}

.wp-block-yoast-faq-block
  .schema-faq-section.active
  .schema-faq-question::after {
  transform: rotate(90deg);
}

.wp-block-yoast-faq-block .schema-faq-answer {
  display: none;
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-yoast-faq-block .schema-faq-section p.schema-faq-answer:last-of-type {
  margin-bottom: 0 !important;
}

.wp-block-yoast-faq-block .schema-faq-answer.block-editor-rich-text__editable {
  display: inherit;
}

/* Yoast Table of Contents */
.yoast-table-of-contents {
  background-color: var(--wp--section--color--lightalt);
  padding: var(--wp--preset--spacing--60);
  border-radius: var(--wp--preset--spacing--40);
}
.yoast-table-of-contents h1,
.yoast-table-of-contents h2,
.yoast-table-of-contents h3,
.yoast-table-of-contents h4,
.yoast-table-of-contents h5,
.yoast-table-of-contents h6 {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--40);
  font-size: var(--wp--preset--font-size--medium) !important;
  line-height: clamp(1.86rem, 2.95vw + 0.798rem, 2.9rem) !important;
}
.yoast-table-of-contents > ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: var(--wp--preset--font-size--small);
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.yoast-table-of-contents > ul > li {
  padding-top: var(--wp--preset--spacing--50);
}
.yoast-table-of-contents ul > li > ul {
  padding-top: var(--wp--preset--spacing--40);
  padding-left: var(--wp--preset--spacing--30);
}

/* WPForms inline Newsletter form block
--------------------------------------------- */
#wpforms-form-4467 {
  display: flex;
  justify-content: center;
}

#wpforms-form-4467 .wpforms-field-container .wpforms-field {
  height: 100%;
}

#wpforms-form-4467 .wpforms-field-container .wpforms-field,
#wpforms-form-4467 .wpforms-submit-container{
  padding: 0;
}

#wpforms-form-4467 input[type=email] {
  max-width: none;
  height: 58px;
}

#wpforms-form-4467 input[type=email].wpforms-error {
  border-width: var(--wp--preset--spacing--30);
}

#wpforms-form-4467 button {
  padding: 1em 1.5em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.2rem;
  min-width: 165px;
}

#wpforms-form-4467 em.wpforms-error,
#wpforms-form-4467 label.wpforms-error{
  padding-top: 5px;
  font-size: 1rem;
  color: var(--wp--preset--color--light) !important;
}

#wpforms-form-4467 .wpforms-error a {
  color: var(--wp--preset--color--light) !important;
}

#wpforms-4467 .wpforms-confirmation-container {
  text-align: center;
  color: var(--wp--preset--color--brand-2) !important;
}

@media (max-width: 992px) {
  #wpforms-form-4467 input[type="email"] {
    padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--40);
  }
}

@media (max-width: 872px) {
  #wpforms-form-4467 input[type="email"] {
    min-width: 215px;
  }

  #wpforms-form-4467 button {
    padding: 1em 0.5em;
    min-width: 135px;
  }
}

/* Plugin Product Promo Box Block
--------------------------------------------- */
.melapress-block-plugin-product-promo-box {
  z-index: 0;
  min-height: 16rem;
}
.melapress-block-plugin-product-promo-box .melapress-box-content {
  padding-right: 25% !important;
  z-index: 1;
}


.melapress-block-plugin-product-promo-box .triangle,
.melapress-block-plugin-product-promo-box:after,
.melapress-block-plugin-product-promo-box:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--promobox-triangle-width);
  padding-bottom: var(--promobox-triangle-width);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.melapress-block-plugin-product-promo-box:after,
.melapress-block-plugin-product-promo-box:before {
  content: "";
  width: calc(var(--promobox-triangle-width) + 5vw);
  background: linear-gradient(to bottom, white, transparent);
  opacity: 0.2;
  z-index: -1;
}

.melapress-block-plugin-product-promo-box:before {
  width: calc(var(--promobox-triangle-width) + 10vw);
}

.melapress-block-plugin-product-promo-box .plugin-logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 50%;
  width: 49%;
}

.melapress-block-plugin-product-promo-box .plugin-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 992px) {
  .melapress-block-plugin-product-promo-box .wp-block-button {
    margin-bottom: calc(calc(70px - 5vw));
  }
}

@media (max-width: 906px) {
  .melapress-block-plugin-product-promo-box .triangle {
    /* width: 34%; */
    /* height: 34vw; */
  }

  .melapress-block-plugin-product-promo-box:after {
    /* width: 42%; */
    /* height: calc(34vw - 2px); */
  }

  .melapress-block-plugin-product-promo-box:before {
    /* width: 50%; */
    /* height: calc(34vw - 2px); */
  }
}
@media (max-width: 700px) {
  .melapress-block-plugin-product-promo-box .triangle {
    /* width: 38%; */
    /* height: 38vw; */
  }

  .melapress-block-plugin-product-promo-box:after {
    /* width: 46%; */
    /* height: calc(38vw - 2px); */
  }

  .melapress-block-plugin-product-promo-box:before {
    /* width: 54%; */
    /* height: calc(38vw - 2px); */
  }
}

@media (max-width: 582px) {
  .melapress-block-plugin-product-promo-box .triangle {
    /* width: 42%; */
    /* height: 42vw; */
  }

  .melapress-block-plugin-product-promo-box:after {
    /* width: 52%; */
    /* height: calc(42vw - 2px); */
  }

  .melapress-block-plugin-product-promo-box:before {
    /* width: 62%; */
    /* height: calc(42vw - 2px); */
  }

  .melapress-block-plugin-product-promo-box .plugin-logo {
    width: 43%;
  }
}

@media (max-width: 440px) {
  .melapress-block-plugin-product-promo-box .triangle {
    /* width: 46%; */
    /* height: 46vw; */
  }

  .melapress-block-plugin-product-promo-box:after {
    /* width: 56%; */
    /* height: calc(46vw - 2px); */
  }

  .melapress-block-plugin-product-promo-box:before {
    /* width: 66%; */
    /* height: calc(46vw - 2px); */
  }
}

@media (max-width: 370px) {
  .melapress-block-plugin-product-promo-box .triangle {
    /* width: 52%; */
    /* height: 52vw; */
  }

  .melapress-block-plugin-product-promo-box:after {
    /* width: 62%; */
    /* height: calc(52vw - 2px); */
  }

  .melapress-block-plugin-product-promo-box:before {
    /* width: 72%; */
    /* height: calc(52vw - 2px); */
  }
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 575.95px) {
  #melapress-header .melapress-header__logo {
    max-width: 12rem;
  }
}

/* Small devices (landscape phones, 576px and up)  -sm */
@media (min-width: 576px) {
  .mp-text-sm-start {
    text-align: left !important;
  }
  .mp-text-sm-center {
    text-align: center !important;
  }
  .mp-text-sm-end {
    text-align: right !important;
  }

  .bricklayer-column-sizer {
    width: 50% !important;
  }

  #melapress-search .search-form {
    margin-top: 10rem;
  }
}

/* Medium devices (tablets, 781px and up)  -md */
@media (min-width: 781px) {
  .mp-text-md-start {
    text-align: left !important;
  }
  .mp-text-md-center {
    text-align: center !important;
  }
  .mp-text-md-end {
    text-align: right !important;
  }

  .mp-mt-md-0,
  .mp-my-md-0 {
    margin-top: 0 !important;
  }
  .mp-mb-md-0,
  .mp-my-md-0 {
    margin-bottom: 0 !important;
  }

  .tns-controls button {
    display: block;
  }

  body.toggled button.menu-toggle {
    overflow: visible;
  }
  body.toggled button.menu-toggle:after {
    content: 'Close';
    position: absolute !important;
    display: flex;
    top: 0;
    bottom: 0;
    left: -4rem !important;
    align-items: center;
    justify-content: end;
    width: 3.75rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: var(--wp--preset--font-size--small);
    color: #fff;
  }
}

/* Large devices (desktops, 992px and up)  -lg */
@media (min-width: 992px) {
  .mp-align-lg-left {
    float: left;
  }
  .mp-align-lg-right {
    float: right;
  }

  .mp-text-lg-start {
    text-align: left !important;
  }
  .mp-text-lg-center {
    text-align: center !important;
  }
  .mp-text-lg-end {
    text-align: right !important;
  }

  .mp-mt-lg-0,
  .mp-my-lg-0 {
    margin-top: 0 !important;
  }
  .mp-mb-lg-0,
  .mp-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .bricklayer-column-sizer {
    width: 33.3% !important;
  }
  .melapress-footer-after__logo a {
    display: inline;
  }
}

/* Extra large devices (large desktops, 1200px and up)  -xl */
@media (min-width: 1200px) {
  .mp-display-xl-block {
    display: block !important;
  }
  body.toggled .site-title .mp-display-xl-block {
    display: none !important;
  }
  .mp-display-xl-none {
    display: none !important;
  }

  .mp-text-xl-start {
    text-align: left !important;
  }
  .mp-text-xl-center {
    text-align: center !important;
  }
  .mp-text-xl-end {
    text-align: right !important;
  }

  /* Navigation */
  #melapress-header-before {
    display: block !important;
  }
  #melapress-header-before > .wp-block-group {
    align-items: center;
    transition: all 0.35s;
  }
  #melapress-header-before:focus > .wp-block-group,
  #melapress-header-before:hover > .wp-block-group {
    background-color: var(--wp--preset--color--dark) !important;
  }
  #melapress-header-before > .wp-block-group > * {
    margin-block-start: 0 !important;
  }
  #melapress-header-before .melapress-header-before__logo {
    display: inline-flex;
    align-items: center;
    height: 100%;
  }
  #melapress-header-before svg {
    width: 8rem;
  }
  #melapress-header-before svg > * {
    transition: fill 0.35s;
  }
  #melapress-header-before:focus .melapress-header-before__logo svg .mphbl-1,
  #melapress-header-before:hover .melapress-header-before__logo svg .mphbl-1 {
    fill: var(--wp--preset--color--light);
  }
  #melapress-header-before:focus .melapress-header-before__logo svg .mphbl-2,
  #melapress-header-before:hover .melapress-header-before__logo svg .mphbl-2 {
    fill: var(--wp--preset--color--brand-3);
  }
  #melapress-header-before:focus .melapress-header-before__logo svg .mphbl-3,
  #melapress-header-before:hover .melapress-header-before__logo svg .mphbl-3 {
    fill: var(--wp--preset--color--brand-2);
  }
  #melapress-header-before ul {
    display: flex;
    justify-content: end;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  #melapress-header-before nav > ul.menu > li {
    margin-left: var(--wp--preset--spacing--70);
    margin-bottom: 0;
  }
  #melapress-header-before ul.menu > li > a {
    padding-top: var(--wp--preset--spacing--50);
    padding-bottom: var(--wp--preset--spacing--50);
  }
  #melapress-header-before a {
    display: inline-block;
    color: var(--wp--preset--color--brand-3);
    text-decoration: none;
    transition: color 0.35s;
  }
  #melapress-header-before:focus a,
  #melapress-header-before:hover a {
    color: var(--wp--preset--color--light);
  }
  #melapress-header-before nav a:focus,
  #melapress-header-before nav a:hover {
    text-decoration: underline;
  }

  body:not(.toggled) #melapress-header__content__topbar_nav_container ul.menu > li > a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration 0.35s ease-in-out;
    text-decoration-thickness: .125rem;
    text-underline-offset: 1.5px;
    text-decoration-skip-ink: auto;
  }
  body:not(.toggled) #melapress-header__content__topbar_nav_container ul.menu > li > a:hover {
    text-decoration-color: var(--wp--preset--color--lightalt);
  }
  body:not(.home, .toggled) #melapress-header__content__topbar_nav_container ul.menu > li.current-menu-item > a,
  body:not(.home, .toggled) #melapress-header__content__topbar_nav_container ul.menu > li.current-page-ancestor > a {
    text-decoration: underline;
    text-decoration-color: var(--wp--preset--color--brand-2);
    color: #5518AB !important;
  }

  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    #melapress-header__content__topbar_logo {
    order: 1;
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    #melapress-header__content__topbar_nav {
    order: 2;
    flex-grow: 1;
  }
  body:not(.toggled) .main-navigation li,
  #melapress-header-before nav li  {
    position: relative;
    text-align: center;
  }

  #melapress-header__content__topbar_nav_container ul.menu > li {
    margin-bottom: 0;
  }

  #search-toggle .icon-search {
    font-size: 1.2rem;
  }
  body.toggled #search-toggle .icon-search {
    font-size: 2rem;
  }
  body.toggled #melapress-header__content__topbar_search,
  #melapress-header__content__topbar_nav.toggled button {
    margin-top: 9px;
  }

  /* Toggle Hamburger Menu */
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    .menu-toggle {
    display: none;
  }
  body:not(.toggled) #melapress-header__content__topbar {
    gap: var(--wp--preset--spacing--70);
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    .main-navigation
    ul {
    display: flex;
    gap: var(--wp--preset--spacing--70);
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    .main-navigation
    ul
    ul,
  #melapress-header-before nav ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    .main-navigation
    ul
    ul
    a,
  #melapress-header-before nav ul ul a {
    width: 10rem;
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    #melapress-header__content__topbar_nav_container {
    position: initial !important;
    z-index: initial !important;
    background: transparent !important;
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    #melapress-header__content__topbar_nav_container
    a {
    color: var(--wp--section--color--normal);
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    #melapress-header__content__topbar_nav.main-navigation
    #melapress-header__content__topbar_nav_container {
    height: auto;
    overflow: visible;
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    #melapress-header__content__topbar_nav_container {
    font-size: var(--wp--preset--font-size--small);
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    #melapress-header__content__topbar_nav.main-navigation
    nav
    .sub-menu {
    background-color: var(--wp--section--color--lightalt);
    font-size: var(--wp--preset--font-size--x-small);
  }
  #melapress-header-before nav .sub-menu {
    background-color: var(--wp--preset--color--lightalt);
    font-size: var(--wp--preset--font-size--x-small);
    text-transform: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  #melapress-header-before nav .sub-menu a {
    font-weight: 600;
    color: var(--wp--preset--color--brand-1);
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    #melapress-header__content__topbar_nav.main-navigation
    nav
    .sub-menu::before,
  #melapress-header-before nav .sub-menu::before {
    position: absolute;
    display: block;
    content: "";
    top: -0.5rem;
    left: calc(50% - 0.6rem);
    width: 0;
    height: 0;
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-bottom: 0.6rem solid var(--wp--section--color--lightalt);
  }
  #melapress-header-before nav .sub-menu::before {
    border-bottom: 0.6rem solid var(--wp--preset--color--lightalt);
  }
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    #melapress-header__content__topbar_nav.main-navigation
    nav
    .sub-menu
    a,
  #melapress-header-before nav .sub-menu a {
    padding: var(--wp--preset--spacing--30) 0;
    text-decoration: underline;
    text-align: left;
  }

  body:not(.toggled)
    #melapress-header__content__topbar_nav
    #melapress-header__content__topbar_nav_container
    li.menu-item-has-children
    > a:after,
  #melapress-header-before nav li.menu-item-has-children > a:after  {
    display: flex;
    position: absolute;
    align-items: center;
    top: 0;
    bottom: 0;
    right: -1.25rem;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    width: 1rem;
    font-family: "fontello";
    content: "\e809";
  }
  #melapress-header-before nav li.menu-item-has-children > a:after  {
    margin-top: 0.1rem;
    font-size: 0.6rem;
  }

  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    .main-navigation
    ul
    li:hover
    > ul,
  body:not(.toggled)
    #melapress-header__content__topbar:not(.minimal)
    .main-navigation
    ul
    li.focus
    > ul,
  #melapress-header-before nav ul li:hover > ul,
  #melapress-header-before nav ul li.focus > ul {
    position: absolute;
    width: 12rem;
    left: calc(50% - 6rem);
    padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
    display: block;
    border-radius: 4px;
  }

  body.toggled #melapress-header__content__topbar_nav_container nav > ul {
    border-top: 0;
    max-width: none;
    columns: 3;
    column-gap: var(--wp--preset--spacing--60);
  }
  body.toggled #melapress-header__content__topbar_nav_container nav > ul > li {
    break-inside: avoid-column;
    border-top: 2px solid var(--wp--section--color--normal);
    border-bottom: 0;
  }
  body.toggled.section-melapress #melapress-header__content__topbar_nav_container nav > ul > li {
    border-top-color: var(--wp--preset--color--brand-4);
  }
  body.toggled
    #melapress-header__content__topbar_nav_container
    li.menu-item-has-children
    > a::after {
    display: none !important;
  }
  body.toggled
    #melapress-header__content__topbar_nav_container
    nav
    > ul
    ul.sub-menu {
    display: block;
    position: relative !important;
    left: 0 !important;
  }

  #melapress-search {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #melapress-search > .search-form {
    margin-top: 0;
  }

  /* Footer */
  .melapress-footer-after__copyright span {
    display: inline !important;
  }
}

/* NEW MENU CODE */
#melapress-header__content__topbar_nav_container .toggled-logo-horizontal {
  display: none;
  position: absolute;
}
 
@media screen and (min-width: 1200px) {
  body.toggled #melapress-header__content__topbar:not(.minimal) #melapress-header__content__topbar_nav_container .toggled-logo-horizontal {
    display: flex;
    top: var(--wp--preset--spacing--50);
    z-index: 9999;
  }

	body:not(.toggled) button.menu-toggle,
  body:not(.toggled) #melapress-header__content__topbar.minimal button#search-toggle,
  body.toggled button#search-toggle {
		overflow: visible;
	}
  body.toggled button#search-toggle:after {
    content: "Close";
  }
	body:not(.toggled) .menu-toggle span.screen-reader-text,
  body:not(.toggled) #melapress-header__content__topbar.minimal button#search-toggle span.screen-reader-text,
  body.toggled button#search-toggle:after {
		position: absolute;
		clip: unset;
		clip-path: unset;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		height: auto;
		width: auto;
		font-family: "Quicksand", sans-serif;
		font-weight: 700;
		font-size: var(--wp--preset--font-size--small);
	}
  body:not(.toggled) .menu-toggle span.screen-reader-text {
		left: calc(100% + var(--wp--preset--spacing--40));
  }
  body:not(.toggled) #melapress-header__content__topbar.minimal button#search-toggle span.screen-reader-text,
  body.toggled button#search-toggle:after {
		right: calc(100% + var(--wp--preset--spacing--30));
  }
  body.toggled button#search-toggle:after {
   color: var(--wp--preset--color--light);
  }

}

/**
 * Freemius "My Account" window styles
 */
#fs_dashboard_container {
  width: 100%;
  height: 630px;
}
