/*!
Theme Name: Laadpastop10
Theme URI: http://underscores.me/
Author: Blikreclame
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: laadpastop10
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.

Laadpastop10 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Raleway", 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 {
  background: #fff;
}

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
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  height: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: -ms-grid;
  display: grid;
  gap: 0;
  height: auto;
  padding-top: 33px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .main-navigation ul ul {
    padding-top: 0px;
  }
  .main-navigation ul ul li a {
    padding: 10px !important;
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
  padding: 10px 12px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li.menu-item-has-children {
  padding-right: 10px;
}
.main-navigation li.menu-item-has-children a::after {
  content: "";
  font-size: 0.6em;
  background-image: url("./inc/img/down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  position: absolute;
  height: 25px;
  margin-left: 5px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.main-navigation li.menu-item-has-children:hover a::after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.main-navigation li.menu-item-has-children ul li a::after {
  display: none;
}
.main-navigation a {
  font-family: "Raleway", sans-serif;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.main-navigation a:hover {
  color: #330DCB;
}
.main-navigation .menu-hoofdmenu-container {
  height: 100%;
}
.main-navigation .menu-hoofdmenu-container .menu {
  height: 100%;
}

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

.main-navigation.toggled {
  position: relative;
  background: #fff;
  z-index: 99;
}
.main-navigation.toggled .menu-toggle {
  top: 0px;
  right: -7px;
  position: absolute;
  z-index: 99;
}
@media (min-width: 769px) and (max-width: 1185px) {
  .main-navigation.toggled .menu-toggle {
    top: -10px;
    right: -55px;
    position: absolute;
  }
}
@media (min-width: 761px) and (max-width: 768px) {
  .main-navigation.toggled .menu-toggle {
    top: -9px;
    right: -30px;
  }
}
@media (max-width: 760px) and (orientation: portrait) {
  .main-navigation.toggled .menu-toggle {
    top: -47px;
    right: -7px;
  }
}

.main-navigation.toggled ul.nav-menu {
  padding: 1em;
}
.main-navigation.toggled ul.nav-menu li a {
  padding: 0.5em 0;
}
.main-navigation.toggled .menu-toggle .line:nth-child(2) {
  opacity: 0;
}
.main-navigation.toggled .menu-toggle .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.main-navigation.toggled .menu-toggle .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.menu-toggle {
  position: absolute;
  top: 7px;
  right: 5px;
  background: none;
  border: none;
}
.menu-toggle .line {
  width: 30px;
  height: 2px;
  background-color: #330DCB;
  margin: 8px 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media screen and (min-width: 74.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

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

html {
  margin-top: 0 !important;
}

.post,
.page {
  margin: 0 0 1.5em;
}
.post article .entry-content,
.page article .entry-content {
  margin-top: 6em;
  margin-bottom: 6em;
  color: #061939;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post article .entry-content,
  .page article .entry-content {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 0 1em;
  }
}
.post article .entry-content h2, .post article .entry-content h3, .post article .entry-content h4, .post article .entry-content h5,
.page article .entry-content h2,
.page article .entry-content h3,
.page article .entry-content h4,
.page article .entry-content h5 {
  color: #330DCB;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}
.post article .entry-content .wp-block-media-text,
.page article .entry-content .wp-block-media-text {
  padding: 4em 0;
}
.post article .entry-content .wp-block-media-text img,
.page article .entry-content .wp-block-media-text img {
  border-radius: 20px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post article .entry-content .wp-block-media-text,
  .page article .entry-content .wp-block-media-text {
    padding: 2em 0;
  }
  .post article .entry-content .wp-block-media-text .wp-block-media-text__media,
  .page article .entry-content .wp-block-media-text .wp-block-media-text__media {
    padding-bottom: 1em;
  }
}
.post article .entry-content #mc_embed_signup,
.page article .entry-content #mc_embed_signup {
  background: #4AE19D;
  margin: 0 auto;
  border-radius: 20px;
  width: auto;
  max-width: 600px;
}
.post article .entry-content #mc_embed_signup #mc_embed_signup_scroll,
.page article .entry-content #mc_embed_signup #mc_embed_signup_scroll {
  padding: 20px;
}
.post article .entry-content #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input,
.page article .entry-content #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
  border-radius: 5px;
  border: 2px solid #000;
  padding: 10px;
  font-weight: 500;
}
.post article .entry-content #mc_embed_signup #mc-embedded-subscribe,
.page article .entry-content #mc_embed_signup #mc-embedded-subscribe {
  background: #4AE19D;
  border: 2px solid #000;
  color: #000;
  border-radius: 10px;
  padding: 3px 25px;
  font-weight: 600;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  margin: 0;
  height: auto;
}
.post article .entry-content #mc_embed_signup #mc-embedded-subscribe:hover,
.page article .entry-content #mc_embed_signup #mc-embedded-subscribe:hover {
  opacity: 0.8;
  scale: 1.05;
  background: #000;
  color: #4AE19D;
}

.page-template-page-laadpassen article .entry-content {
  margin-top: 0;
  padding-top: 4em;
  background: #F4F4F4;
}
.page-template-page-laadpassen article .entry-content #result .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.page-template-page-laadpassen article .entry-content #result .posts article {
  -webkit-box-flex: 2;
      -ms-flex: 2 25%;
          flex: 2 25%;
  background: #fff;
  -webkit-box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 1em;
  margin-bottom: 1em;
}
.page-template-page-laadpassen article .entry-content #result .posts article .sticky-badge {
  border-radius: 8px;
  background: #704FF2;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}
.page-template-page-laadpassen article .entry-content #result .posts article img {
  padding: 30px 20px;
  height: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-page-laadpassen article .entry-content #result .posts article .prijs span {
  font-weight: 500;
}
.page-template-page-laadpassen article .entry-content #result .posts article a.more-info {
  display: inline-block;
  margin-top: 1em;
  background: #330DCB;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 10px;
  text-decoration: none;
}
.page-template-page-laadpassen article .entry-content #result .posts article.sticky-post {
  -webkit-box-flex: 1;
      -ms-flex: 1 33.33%;
          flex: 1 33.33%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 3em;
}
.page-template-page-laadpassen article .entry-content #result .posts article.sticky-post .prijs span {
  color: #FF0004;
}

body.page-id-1423 .entry-content .wp-block-table thead {
  font-size: 11px;
}
body.page-id-1423 .entry-content .wp-block-table table {
  font-size: 11px;
}
body.page-id-1423 .entry-content .wp-block-columns img {
  border-radius: 0;
}

.single-laadpas article .laadpas-header {
  margin-top: 90px;
  padding: 50px 0;
}
.single-laadpas article .laadpas-header img {
  width: 250px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 4em 0;
}
@media (max-width: 768px) and (orientation: portrait) {
  .single-laadpas article .laadpas-header img {
    display: block;
    margin: 0 auto;
  }
}
.single-laadpas article .laadpas-header .intro-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Raleway", sans-serif;
}
.single-laadpas article .laadpas-header .intro-content .links {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .single-laadpas article .laadpas-header .intro-content .links {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.single-laadpas article .laadpas-header .intro-content .links a.website {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 22px;
  border-radius: 8px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  background: #704FF2;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.single-laadpas article .laadpas-header .intro-content .links a.website:hover {
  opacity: 0.8;
  scale: 1.05;
}
.single-laadpas article .laadpas-header .intro-content .links a.order {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 22px;
  border-radius: 8px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  background: #4AE19D;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.single-laadpas article .laadpas-header .intro-content .links a.order:hover {
  opacity: 0.8;
  scale: 1.05;
}
.single-laadpas article .entry-content {
  padding-top: 4em;
  padding-bottom: 4em;
}
.single-laadpas article .entry-content a {
  color: #4AE19D;
  font-weight: 800;
  text-decoration: none;
}
.single-laadpas article .data-block {
  background: #4AE19D;
}
.single-laadpas article .data-block .data-inner {
  font-family: "Raleway", sans-serif;
  padding-top: 4em;
  padding-right: 3em;
  padding-bottom: 4em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .single-laadpas article .data-block .data-inner {
    padding-right: 0em;
  }
}
.single-laadpas article .data-block .data-inner h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.single-laadpas article .data-block .data-inner table tr {
  border-top: 1px solid #000;
}
.single-laadpas article .data-block .data-inner table tr td {
  padding: 10px 10px;
}
.single-laadpas article .data-block .data-inner table tr td:first-child {
  font-weight: 600;
}
.single-laadpas article .data-block .data-inner table tr td a {
  color: #000;
  text-decoration: underline;
}
.single-laadpas article .data-block .data-inner table tr td p {
  margin: 0;
}
.single-laadpas article .data-block .store-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.single-laadpas article .data-block .store-links a img {
  height: 50px;
}
.single-laadpas article .klantenservice {
  font-family: "Raleway", sans-serif;
  background-position: top right;
  background-size: cover;
}
.single-laadpas article .klantenservice .klantenservice-inner {
  background: rgba(205, 241, 59, 0.8);
  border-radius: 20px;
  padding: 3em 2em 3em 3em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .single-laadpas article .klantenservice .klantenservice-inner {
    padding: 2em;
  }
}
.single-laadpas article .klantenservice .klantenservice-inner {
  margin: 4em 0 10em 0;
}
.single-laadpas article .klantenservice .klantenservice-inner h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.single-laadpas article .klantenservice .klantenservice-inner table tr {
  border-top: 1px solid #000;
}
@media (max-width: 768px) and (orientation: portrait) {
  .single-laadpas article .klantenservice .klantenservice-inner table tr {
    font-size: 11px;
  }
}
.single-laadpas article .klantenservice .klantenservice-inner table tr td {
  padding: 13px 10px;
}
.single-laadpas article .klantenservice .klantenservice-inner table tr td:first-child {
  font-weight: 600;
}
.single-laadpas article .klantenservice .klantenservice-inner table tr td a {
  color: #000;
  text-decoration: none;
}
.single-laadpas article .oordeel {
  background: #DFDFDF;
  padding: 80px 0;
}
.single-laadpas article .oordeel .oordeel-inner {
  background: #fff;
  border-radius: 20px;
}
.single-laadpas article .oordeel .oordeel-inner img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.single-laadpas article .oordeel .oordeel-inner .content-inner {
  padding: 15px;
  font-family: "Raleway", sans-serif;
}
.single-laadpas article .oordeel .oordeel-inner .content-inner h3 {
  font-size: 25px;
  font-weight: 600;
  padding: 1.5em 1em 0em 1em;
}
.single-laadpas article .oordeel .oordeel-inner .content-inner hr {
  background-color: #000;
  opacity: 1;
  height: 1px;
}
.single-laadpas article .oordeel .oordeel-inner .content-inner .content-oordeel {
  padding: 1em 0em 1em 1em;
}

.home .home-blokken {
  padding-top: 4em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home .home-blokken {
    padding-top: 2em;
  }
}
.home .home-blokken .col-md-6:first-child .blok .content {
  background: #CDF13B;
  color: #000;
}
.home .home-blokken .col-md-6:last-child .blok .content {
  color: #fff;
  background: #330DCB;
}
.home .home-blokken .blok {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  overflow: hidden;
  background: #330DCB;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home .home-blokken .blok {
    margin-bottom: 2em;
  }
}
.home .home-blokken .blok .content {
  color: #000000;
  text-decoration: none;
  z-index: 1;
  margin-bottom: 25px;
  margin-top: 200px;
  display: inline-block;
  text-align: center;
  padding: 20px 40px;
  border-radius: 10px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home .home-blokken .blok .content {
    margin-top: 120px;
  }
}
.home .home-blokken .blok .content p {
  margin-bottom: 0;
}
.home .home-blokken .blok img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .home-blokken .blok:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home .vragen-home {
  background: #EDEDED;
  padding: 4em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home .vragen-home {
    padding: 2em 1em 2em 1em;
  }
}
.home .vragen-home .content-inner h4 {
  color: #330DCB;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.home .vragen-home .vragen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 3em;
}
.home .vragen-home .vragen .vraag {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #330DCB;
  cursor: pointer;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home .vragen-home .vragen .vraag {
    padding: 20px 55px 20px 20px;
  }
}
.home .vragen-home .vragen .vraag:after {
  content: "";
  background-image: url("./inc/img/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 28px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .vragen-home .vragen .vraag:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.home .vragen-home .vragen .vraag:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: none;
}
.home .vragen-home .vragen .vraag .titel {
  color: #330DCB;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.home .vragen-home .vragen .vraag .antwoord {
  display: none;
  padding-top: 1em;
}
.home .vragen-home .vragen .vraag.vraag.is-open:hover {
  background: #fff;
}
.home .vragen-home .vragen .vraag.vraag.is-open .antwoord {
  display: block;
}
.home .vragen-home .vragen .vraag.vraag.is-open:after {
  -webkit-transform: rotate(180deg) translateY(10px);
          transform: rotate(180deg) translateY(10px);
}
.home .vragen-home .vragen .vraag:hover {
  background: #F4F4F4;
}
.home .vragen-home .vragen .vraag:hover:after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.home .uitgelichte-blok-home {
  background: #4AE19D;
}
.home .uitgelichte-blok-home .titel {
  height: 100%;
  padding: 4em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home .uitgelichte-blok-home .titel {
    padding: 3em 1em;
  }
}
.home .uitgelichte-blok-home .titel h2 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: right;
  font-size: 43px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home .uitgelichte-blok-home .titel h2 {
    text-align: left;
    font-size: 32px;
  }
}
.home .uitgelichte-blok-home .blok-inner {
  background: #fff;
  margin: 4em 0;
  border-radius: 20px;
  padding: 2.5em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home .uitgelichte-blok-home .blok-inner {
    margin-top: 0;
  }
}
.home .uitgelichte-blok-home .blok-inner h3 {
  color: #330DCB;
}
.home .uitgelichte-blok-home .blok-inner a.btn {
  background: #4AE19D;
  font-weight: 500;
  margin-top: 2em;
  padding: 10px 20px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: #000;
}
.home .uitgelichte-blok-home .blok-inner a.btn:hover {
  opacity: 0.8;
  scale: 1.05;
}

.error404 .site-main .error-404 {
  padding-top: 15em;
  text-align: center;
}
.error404 .site-main .error-404 h1 {
  color: #330DCB;
}

.search-results {
  margin-top: 6em;
  margin-bottom: 6em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-results {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 0 1em;
  }
}
.search-results .page-header {
  background: #eeeeee;
  padding: 10px 25px;
  border-radius: 10px;
  margin-top: 10em;
  margin-bottom: 5em;
}
.search-results .page-header h1 {
  margin-bottom: 0;
}
.search-results article {
  padding: 2em;
  border-radius: 20px;
  margin-bottom: 2em;
  background: #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.search-results article .entry-header {
  margin-top: 0px;
}
.search-results article h2 a {
  color: #330DCB;
  text-decoration: none;
}

.tax-doelgroep .archive-doelgroep {
  background: #F4F4F4;
  padding: 6em 0;
}
.tax-doelgroep .archive-doelgroep .partners {
  padding-bottom: 3em;
}
.tax-doelgroep .archive-doelgroep .partners .card {
  position: relative;
  padding: 1em;
  border-radius: 20px;
  border: none;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.tax-doelgroep .archive-doelgroep .partners .card .badge {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  background: #704FF2;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__media {
  height: 100%;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__media img {
  -webkit-user-drag: none;
  user-drag: none;
  padding: 2em;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__link {
  height: 100%;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__body .gem-prijs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 1em;
  justify-items: center;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__body .gem-prijs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 10px;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__body .gem-prijs ul li .prijs {
  color: #704FF2;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__body .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: center;
  gap: 10px;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__body .link a.info {
  font-family: "Raleway", sans-serif;
  background: #330DCB;
  color: #fff;
  padding: 7px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners .card .card__body .link a.info {
    font-size: 12px;
  }
}
.tax-doelgroep .archive-doelgroep .partners .card .card__body .link a.info:hover {
  opacity: 0.8;
  scale: 1.05;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__body .link a.order {
  background: #4AE19D;
  font-family: "Raleway", sans-serif;
  color: #000;
  padding: 7px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.tax-doelgroep .archive-doelgroep .partners .card .card__body .link a.order:hover {
  opacity: 0.8;
  scale: 1.05;
}
.tax-doelgroep .archive-doelgroep .partners--premium .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
      grid-template-areas: ". . .";
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners--premium .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: ".";
    gap: 10px;
  }
}
.tax-doelgroep .archive-doelgroep .partners--premium .grid .card .card__media {
  height: 200px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners--premium .grid .card .card__media {
    height: 120px;
  }
}
.tax-doelgroep .archive-doelgroep .partners--premium .grid .card .card__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners--premium .grid .card .card__media img {
    padding: 1em;
    height: 120px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners--premium .grid .card .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tax-doelgroep .archive-doelgroep .partners--regular .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
      grid-template-areas: ". . . .";
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners--regular .grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: ". .";
    gap: 10px;
  }
}
.tax-doelgroep .archive-doelgroep .partners--regular .grid .card {
  max-height: 270px;
}
.tax-doelgroep .archive-doelgroep .partners--regular .grid .card .link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tax-doelgroep .archive-doelgroep .partners--regular .grid .card img {
	max-height: 200px;
	text-align: center;
}
.tax-doelgroep .archive-doelgroep .partners--regular .grid .card{
	text-align: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners--regular .grid .card img {
    height: 120px;
    width: 100%;
  }
}
.tax-doelgroep .archive-doelgroep .partners--freerider .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 50px 50px;
      grid-template-areas: ". . . .";
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners--freerider .grid {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: ". . .";
    gap: 10px;
  }
}
.tax-doelgroep .archive-doelgroep .partners--freerider .grid .card {
  padding: 2em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners--freerider .grid .card {
    padding: 1.5em;
  }
}
.tax-doelgroep .archive-doelgroep .partners--freerider .grid .card .card__media {
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.tax-doelgroep .archive-doelgroep .partners--freerider .grid .card .card__media img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) and (orientation: portrait) {
  .tax-doelgroep .archive-doelgroep .partners--freerider .grid .card .card__media img {
    padding: 0;
  }
}
.tax-doelgroep .archive-doelgroep .searchandfilter ul {
  margin: 0;
  padding: 0;
}
.tax-doelgroep .archive-doelgroep .searchandfilter ul li h4 {
  background: #fff;
  color: #330DCB;
  font-family: "Raleway", sans-serif;
  padding: 1em;
  font-weight: 600;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tax-doelgroep .archive-doelgroep .searchandfilter ul li ul li {
  background: #DFDFDF;
  border-bottom: 1px solid #F4F4F4;
  padding: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tax-doelgroep .archive-doelgroep .searchandfilter ul li ul li input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.tax-doelgroep .archive-doelgroep .searchandfilter ul li ul li input[type=radio]:checked {
  background: #330DCB;
  border: 2px solid #330DCB;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-content a,
.entry-content a,
.entry-summary a {
  color: #330DCB;
  text-decoration: none;
  font-weight: 600;
}
.page-content .wp-block-buttons,
.entry-content .wp-block-buttons,
.entry-summary .wp-block-buttons {
  margin: 2em 0;
}
.page-content .wp-block-buttons .wp-block-button a,
.entry-content .wp-block-buttons .wp-block-button a,
.entry-summary .wp-block-buttons .wp-block-button a {
  background: rgba(205, 241, 59, 0.8);
  color: #000;
  border-radius: 10px;
  padding: 10px 25px;
  opacity: 1;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  font-weight: 400;
}
.page-content .wp-block-buttons .wp-block-button a:hover,
.entry-content .wp-block-buttons .wp-block-button a:hover,
.entry-summary .wp-block-buttons .wp-block-button a:hover {
  opacity: 0.5;
}
.page-content .wp-block-list,
.entry-content .wp-block-list,
.entry-summary .wp-block-list {
  margin: 0 0 1em 0;
  padding-left: 1em;
}
.page-content .wp-block-separator,
.entry-content .wp-block-separator,
.entry-summary .wp-block-separator {
  margin: 3em 0;
}

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

/* 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Header
--------------------------------------------- */
header.site-header {
  -webkit-box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.17);
  padding: 1em 0;
  position: absolute;
  top: 0;
  background: white;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) and (orientation: portrait) {
  header.site-header .site-branding img {
    width: 200px;
  }
}

header.entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}
@media (max-width: 768px) and (orientation: portrait) {
  header.entry-header {
    margin-top: 65px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  header.entry-header {
    margin-top: 60px;
  }
}
header.entry-header .title-block {
  background: #3AB4E3;
  -webkit-box-flex: 0;
      -ms-flex: 0 45%;
          flex: 0 45%;
  padding: 2em 5em;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  header.entry-header .title-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 2em;
  }
}
header.entry-header .title-block .archive-description {
  color: #fff;
}
header.entry-header .title-block h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
}
header.entry-header .title-block p {
  color: #fff;
  font-family: "Raleway", sans-serif;
}
header.entry-header .post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 55%;
          flex: 0 55%;
  height: 350px;
}
@media (max-width: 768px) and (orientation: portrait) {
  header.entry-header .post-thumbnail {
    display: none;
  }
}
header.entry-header .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Footer
--------------------------------------------- */
footer.site-footer {
  padding-top: 7em;
}
@media (max-width: 768px) and (orientation: portrait) {
  footer.site-footer {
    padding-top: 2em;
  }
}
footer.site-footer .footer-logo {
  text-align: center;
}
footer.site-footer .footer-logo img {
  width: 300px;
}
@media (max-width: 768px) and (orientation: portrait) {
  footer.site-footer .footer-logo img {
    width: 200px;
  }
}
footer.site-footer .footer-nav {
  padding-top: 2em;
  padding-bottom: 5em;
}
footer.site-footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
}
footer.site-footer .footer-nav ul li a {
  text-decoration: none;
  color: #000;
  font-family: "Raleway", sans-serif;
}
footer.site-footer .footer-nav ul li a:hover {
  color: #330DCB;
}
@media (max-width: 768px) and (orientation: portrait) {
  footer.site-footer .footer-nav {
    padding-bottom: 0;
  }
  footer.site-footer .footer-nav .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
footer.site-footer .policy-menu {
  border-top: 1px solid #000;
  padding-top: 2em;
  padding-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) and (orientation: portrait) {
  footer.site-footer .policy-menu {
    padding-bottom: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer.site-footer .policy-menu #policy-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer.site-footer .policy-menu .copyright {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) and (orientation: portrait) {
  footer.site-footer .policy-menu .copyright {
    text-align: center;
    padding-top: 3em;
  }
}
footer.site-footer .policy-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 24px;
}
footer.site-footer .policy-menu ul li a {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 300;
}
@media (max-width: 768px) and (orientation: portrait) {
  footer.site-footer .policy-menu {
    border-bottom: 1px solid #000;
    border-top: none;
  }
}

/*--------------------------------------------------------------
# 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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;
}