/*!
Theme Name: aboad2022
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aboad2022
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aboad2022 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.15;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  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 {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #d7d4d9;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  overflow-x: hidden;
  overflow-x: clip;
  padding: 0 11px;
  background: #19101f;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
html {
  scroll-padding-top: 80px;
}

.site-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: -1px;
}

.header-wrapper {
  padding: 10px 15px;
  background: #19101f;
  opacity: 1;
}
@supports (backdrop-filter: blur(12px)) {
  .header-wrapper {
    background: transparent;
    backdrop-filter: saturate(100%) blur(20px);
  }
}
@supports (-webkit-backdrop-filter: blur(12px)) {
  .header-wrapper {
    background: transparent;
    -webkit-backdrop-filter: saturate(100%) blur(20px);
  }
}
.header-wrapper.transparent {
  background: #19101f;
}

.nav-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1730px;
  margin: auto;
}
.nav-container a {
  display: flex;
}
.nav-container img {
  max-height: 30px;
  width: auto;
}

.nav-overlay {
  position: fixed;
  z-index: 99;
  background: #10101f;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s, visibility 0.1s, height 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 500px) {
  .nav-overlay {
    width: 100%;
    max-width: 500px;
    left: auto;
    right: 0;
  }
}
.nav-overlay.visible {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.nav-overlay .main-navigation {
  width: 100%;
}
.nav-overlay ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 1em;
}
.nav-overlay ul ul {
  /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  top: 100%;
  left: -999em;
  z-index: 99999; */
  position: relative;
  padding: 0 0 1em 0;
  text-align: right;
}
.nav-overlay ul ul ul {
  left: -999em;
  top: 0;
}
.nav-overlay ul ul li:hover > ul, .nav-overlay ul ul li.focus > ul {
  display: block;
  left: auto;
}
.nav-overlay ul ul a {
  width: 100%;
  font-size: 23px;
}
@media screen and (min-width: 500px) {
  .nav-overlay ul ul a {
    font-size: 25px;
  }
}
.nav-overlay ul li:hover > ul,
.nav-overlay ul li.focus > ul {
  left: auto;
}
.nav-overlay li {
  position: relative;
  text-align: right;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .nav-overlay li {
    line-height: 1.3;
  }
}
.nav-overlay li:hover > a, .nav-overlay li.focus > a {
  color: #ffffff;
}
.nav-overlay a {
  display: block;
  text-decoration: none;
  font-size: 35px;
  font-weight: 300;
  color: #aa5adb;
}
@media screen and (min-width: 500px) {
  .nav-overlay a {
    font-size: 40px;
  }
}
.nav-overlay .current_page_item > a,
.nav-overlay .current-menu-item > a,
.nav-overlay .current_page_ancestor > a,
.nav-overlay .current-menu-ancestor > a {
  color: #ffffff;
}

.menu-toggle {
  position: relative;
  z-index: 101;
  display: flex;
  background: transparent;
  border: none;
  width: 29px;
  height: 20px;
  padding: 0;
  margin: 10px 1em;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}
.menu-toggle span {
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background: #fff;
  top: 0;
  transition: transform 0.1s ease-in-out, opacity 0.1s, ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 0px;
}
.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 9px;
}
.menu-toggle span:nth-child(4) {
  top: 18px;
}
.menu-toggle.green span {
  background: #69eba9;
}
.menu-toggle.white span {
  background: #fff;
}
.menu-toggle.active span:nth-child(1), .menu-toggle.active span:nth-child(4) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.wpml-ls {
  position: absolute;
  bottom: 20px;
  padding: 0;
  border-radius: 13px;
}
.wpml-ls ul {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.wpml-ls ul li {
  border-radius: 7px;
}
.wpml-ls ul li a {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: lowercase;
}
@media screen and (min-width: 500px) {
  .wpml-ls ul li a {
    font-size: 21px;
  }
}
.wpml-ls ul li a span {
  vertical-align: unset;
}

.menu-outlink-item a {
  color: #aa5adb;
}
.menu-outlink-item a:hover {
  color: #333;
}
.menu-outlink-item a[href^=http]::after, .menu-outlink-item a[href^="https://"]::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d7d4d9' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 12px;
}

/*
.main-navigation {
  display: block;
  //width: 100%;

  ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;

    ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;

      ul {
        left: -999em;
        top: 0;
      }

      li {
        &:hover > ul,
        &.focus > ul {
          display: block;
          left: auto;
        }
      }

      a {
        width: 200px;
      }

      :hover > a,
      .focus > a {
      }

      a:hover,
      a.focus {
      }
    }

    li:hover > ul,
    li.focus > ul {
      left: auto;
    }
  }

  li {
    position: relative;

    &:hover > a,
    &.focus > a {
    }
  }

  a {
    display: block;
    text-decoration: none;
  }

  .current_page_item > a,
  .current-menu-item > a,
  .current_page_ancestor > a,
  .current-menu-ancestor > a {
  }
}
 */
/* Small menu. */
/*
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

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

  .nav-links {
    display: flex;
  }

  .nav-previous {
    flex: 1 0 50%;
  }

  .nav-next {
    text-align: end;
    flex: 1 0 50%;
  }
}
 */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.site-index {
  margin-top: calc(100px + 3vw);
}
.site-index .page-header {
  max-width: 1600px;
  margin: auto;
}
.site-index .background {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
}
.site-index .background .svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  max-height: 600px;
}
.site-index .background .svg-container .svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}
@media screen and (min-width: 500px) {
  .site-index .background .svg-container .svg-content {
    max-width: 60vw;
  }
}

.back-icon {
  position: fixed;
  top: 5px;
  z-index: 10000;
  left: calc(50vw - 30px);
}
.back-icon a {
  font-size: 30px;
  color: #d7d4d9;
}
.back-icon a:hover {
  color: #69eba9;
}

.post {
  margin-top: calc(100px + 3vw);
  padding-bottom: 5em;
}
.post h1 {
  max-width: 800px;
  margin: 1em auto 0 auto;
  font-size: calc(30px + 30 * (100vw - 400px) / 1700);
  line-height: 1.1;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .post h1 {
    max-width: 800px;
  }
}
.post h2 {
  line-height: 1.1;
  margin: 40px auto 20px auto;
}
.post h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 20px auto 10px auto;
}
.post .entry-content {
  max-width: 800px;
}
@media screen and (min-width: 1600px) {
  .post .entry-content {
    max-width: 800px;
  }
}
.post .entry-content p {
  z-index: 1;
  position: relative;
}
.post .entry-content img {
  margin: 1em 0;
}

.post .post-thumbnail,
.case .post-thumbnail {
  position: relative;
}
.post .post-thumbnail img,
.case .post-thumbnail img {
  height: auto;
  width: 100%;
  max-width: 800px;
  margin: auto;
  display: block;
  border-radius: 10px;
}
.post .entry-content,
.case .entry-content {
  position: relative;
  margin: 0 auto;
}
.post .entry-content h2,
.case .entry-content h2 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-size: calc(30px + 12 * (100vw - 400px) / 1700);
  font-weight: 700;
  margin: 30px auto 20px auto;
  color: #aa5adb;
}
.post .entry-content h3,
.case .entry-content h3 {
  width: 100%;
  margin: 30px auto 10px auto;
  color: #aa5adb;
  line-height: 1.1;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-size: calc(22px + 2 * (100vw - 400px) / 1700);
  font-weight: 700;
}
.post .entry-content h4,
.case .entry-content h4 {
  width: 100%;
  margin: 30px auto 10px auto;
  color: #aa5adb;
  line-height: 1.1;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-size: calc(18px + 2 * (100vw - 400px) / 1700);
  font-weight: 700;
}
.post .entry-content p,
.case .entry-content p {
  width: 100%;
  margin: 20px auto 5px auto;
  font-family: "Lato", sans-serif;
  color: #d7d4d9;
  line-height: 1.4;
  font-weight: 400;
}
.post .entry-content:not(.content-block--content p),
.case .entry-content:not(.content-block--content p) {
  font-size: 16px;
}
.post .entry-content:not(.single-quote-container p),
.case .entry-content:not(.single-quote-container p) {
  font-size: 16px;
}
.post .entry-content a:not(.button),
.case .entry-content a:not(.button) {
  color: #69eba9;
}
.post .entry-content a:not(.button):hover,
.case .entry-content a:not(.button):hover {
  color: #aa5adb;
}
.post .entry-content ol,
.post .entry-content ul:not(.list),
.case .entry-content ol,
.case .entry-content ul:not(.list) {
  margin: 0 0 1.5em 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #d7d4d9;
  line-height: 1.6;
  font-weight: 400;
}
.post .entry-content blockquote,
.case .entry-content blockquote {
  margin: 1em;
  font-size: 19px;
}
.post .entry-content img,
.case .entry-content img {
  border-radius: 10px;
}
.post .entry-content figure,
.case .entry-content figure {
  width: 100%;
}
.post .entry-content figure img,
.case .entry-content figure img {
  margin: auto;
  display: block;
}
.post .entry-content figure figcaption,
.case .entry-content figure figcaption {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #d7d4d9;
  font-weight: 700;
  line-height: 1.1;
  margin: 1em auto;
}
.post .entry-meta,
.case .entry-meta {
  max-width: 800px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 3em;
}
@media screen and (min-width: 1600px) {
  .post .entry-meta,
  .case .entry-meta {
    max-width: 800px;
  }
}
.post .entry-meta .entry-meta--author,
.case .entry-meta .entry-meta--author {
  color: #aa5adb;
  padding: 7px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
}
.post .entry-meta .entry-meta--date,
.case .entry-meta .entry-meta--date {
  color: #aa5adb;
  padding: 7px;
  border-radius: 5px;
  font-size: 12px;
}

.post .entry-content h2 {
  font-size: calc(28px + 7 * (100vw - 400px) / 1700);
  margin: 30px auto 10px;
}
.post .entry-content h3 {
  margin: 30px auto 10px;
  font-weight: 400;
}
.post .entry-content figure {
  margin: 2em auto;
}
.post .entry-content p {
  margin: 10px auto 5px;
}
.post .background {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
}
.post .background .svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  max-height: 600px;
}
.post .background .svg-container .svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}
@media screen and (min-width: 500px) {
  .post .background .svg-container .svg-content {
    max-width: 60vw;
  }
}

.case .entry-content h2 {
  font-weight: 300;
  margin-bottom: 40px;
}
.case .entry-content h3 {
  position: relative;
  z-index: 1;
  color: #aa5adb;
  margin: 30px auto;
}
.case .entry-content figure {
  position: relative;
  z-index: 1;
}
.case .entry-content figure figcaption {
  font-size: 18px;
}
.case .entry-content .single-quote-container p {
  font-size: calc(16px + 4 * (100vw - 400px) / 1700);
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-navigation .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.post-navigation .nav-links a {
  color: #69eba9;
}
.post-navigation .nav-links a:hover {
  color: #aa5adb;
}

.blog-filter-container {
  max-width: 1600px;
  width: 100%;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.blog-search-form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.blog-search-form input[type=text] {
  border-radius: 30px;
  height: 43px;
  width: 100%;
  max-width: 480px;
  padding: 0 2.5em;
  font-size: 15px;
}
.blog-search-form input[type=submit] {
  visibility: hidden;
  height: 1px;
  position: absolute;
  top: 0;
}
.blog-search-form .svg-inline--fa {
  position: absolute;
  left: 12px;
  top: 13px;
  color: #19101f;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 1em auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 1em;
  max-width: 700px;
  width: 100%;
}
@media screen and (min-width: 1150px) {
  .category-list {
    max-width: 1100px;
  }
}
.category-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 10px 0;
  border-radius: 30px;
  font-size: 15px;
  text-align: center;
  background-color: #6a1b9a;
  cursor: pointer;
  color: #fff;
}
.category-list li:hover {
  background-color: #aa5adb;
}
.category-list li a {
  color: inherit;
  text-decoration: none;
}

.post-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.blog-list {
  margin: auto;
  max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: auto;
  justify-content: center;
  grid-gap: 1em;
}
@media screen and (min-width: 500px) {
  .blog-list {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}

.blog-list--item {
  max-width: 540px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 6px;
  background: rgb(53, 34, 66);
  font-family: "Lato", sans-serif;
  color: #d7d4d9;
}
.blog-list--item a {
  display: block;
  position: relative;
  padding-bottom: 1em;
  color: #d7d4d9;
}
.blog-list--item a .post-thumbnail::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 250px;
  display: inline-block;
  background: rgb(53, 34, 66);
  background: linear-gradient(0deg, rgb(53, 34, 66) 0%, rgba(37, 24, 46, 0.8) 25%, rgba(106, 27, 154, 0) 100%);
}
.blog-list--item img {
  position: relative;
  z-index: 0;
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.blog-list--item span {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 15px 10px 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.blog-list--item span.post-tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  margin: 0;
  padding: 8px 20px;
  border-radius: 0px 9px 9px 0px;
  background: #19101f;
  color: #69eba9;
  font-size: 16px;
}
.blog-list--item p {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 15px;
  font-size: 16px;
  line-height: 1.1;
}

.featured-tint {
  background: rgb(128, 9, 212);
  background: linear-gradient(180deg, rgba(128, 9, 212, 0) 12%, rgb(85, 12, 158) 63%);
}

.loadmore {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}
.loadmore span {
  display: inline-block;
  padding: 1em 5em;
  border: 2px solid #6a1b9a;
  border-radius: 30px;
  font-size: 18px;
  color: #6a1b9a;
  text-decoration: none;
  background-color: #19101f;
  cursor: pointer;
}
.loadmore span:hover {
  color: #aa5adb;
  border: 2px solid #aa5adb;
}

ul.custom-toc {
  list-style: none;
  padding-left: 5px;
}
ul.custom-toc ul {
  padding-left: 30px;
  margin-bottom: 0 !important;
  list-style: none;
}

@media screen and (max-width: 500px) {
  .hide-mobile {
    display: none;
  }
}

footer {
  min-height: 200px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-top: 10vh;
}
footer .footer-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 50px auto 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  /*@media screen and (min-width: 1000px) {
    flex-direction: row-reverse;
    justify-content: space-between;
  }*/
}
footer .footer-content ul {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  font-weight: 400;
}
footer .footer-content ul li:first-child {
  font-weight: 800;
}
footer .footer-content ul li:last-child {
  margin-top: 1rem;
}
footer .footer-content .footer-content--address {
  flex-shrink: 0;
}
footer .footer-content .footer-content--logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
}
footer .footer-content .footer-content--logo svg {
  max-width: 80px;
}
footer .footer-content .footer-content--logo span {
  color: #19101f;
  font-size: 14px;
}
footer .footer-content .menu-footer-fi-container {
  width: 100%;
  max-width: 500px;
  margin-right: 2vw;
}
footer .footer-content .menu-footer-fi-container ul {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  margin: 1rem 0 0 0;
}
footer .footer-content .menu-footer-fi-container ul li {
  margin: 5px 0;
  line-height: 1.3;
}
footer .footer-content .menu-footer-fi-container ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}
footer .footer-content .menu-footer-fi-container ul li a:hover {
  color: #6a1b9a;
}
footer .footer-content .footer-content--cta {
  display: none;
  max-width: 200px;
}
@media screen and (min-width: 1000px) {
  footer .footer-content .footer-content--cta {
    display: block;
  }
}
footer .svg-container {
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  left: -11px;
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
  overflow-x: hidden;
}
footer .svg-container .svg-content {
  width: 104vw;
  position: absolute;
  top: 0;
  overflow: hidden;
  max-height: 600px;
  height: 100%;
}

.bottom-fade {
  height: 7vh;
  width: 100vw;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: rgb(51, 51, 51);
  background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0.9346113445) 20%, rgba(0, 0, 0, 0) 100%);
}

.floating-button {
  max-width: 675px;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
}
.floating-button div.button-container {
  position: relative;
  padding: 1rem;
  border-radius: 30px;
  text-decoration: none;
  background: rgb(106, 27, 154);
  background: linear-gradient(130deg, #6a1b9a 20%, #3670b4 40%, #45b4b4 65%, #31caa1 85%, #69eba9 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.floating-button div.button-container .close {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  border: none;
  padding: 1rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.floating-button div.button-container .close:hover {
  cursor: pointer;
  box-shadow: #19101f 0px 0px 10px;
}
.floating-button div.button-container p {
  font-family: "Lato", sans-serif;
  font-size: calc(16px + 6 * (100vw - 400px) / 1200);
  color: #fff;
  text-align: center;
  margin: 1rem 0;
}
.floating-button div.button-container a {
  background-color: #6a1b9a;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  border-radius: 30px;
}
.floating-button div.button-container a:hover {
  box-shadow: #19101f 0px 0px 10px;
  cursor: pointer;
}

.error-404 {
  min-height: 50vh;
}
.error-404 .content {
  margin-top: calc(100px + 3vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-404 .content h1 {
  margin: 1em auto;
  font-size: calc(40px + 30 * (100vw - 400px) / 1700);
  line-height: 1.1;
  position: relative;
}
.error-404 .content p {
  margin: 0 auto 20px auto;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: calc(16px + 4 * (100vw - 400px) / 1700);
  color: #d7d4d9;
  line-height: 1.4;
  font-weight: 400;
}

#iub-pp-container {
  max-width: 1000px;
  margin: auto;
  margin-top: 200px;
}
#iub-pp-container #iubenda_policy .iub_content {
  color: #d7d4d9;
}
#iub-pp-container #iubenda_policy .iub_content h1,
#iub-pp-container #iubenda_policy .iub_content h2,
#iub-pp-container #iubenda_policy .iub_content h3,
#iub-pp-container #iubenda_policy .iub_content h4,
#iub-pp-container #iubenda_policy .iub_content p,
#iub-pp-container #iubenda_policy .iub_content a {
  color: #d7d4d9;
}
#iub-pp-container #iubenda_policy .iub_content .expand-content {
  color: #19101f;
}
#iub-pp-container #iubenda_policy .iub_content .expand-content a {
  color: #19051f;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
