/*!
Theme Name: Jores
Theme URI: http://underscores.me/
Author: Marinus Witteveen
Author URI: http://www.jores.nl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jores
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.

Jores 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -webkit-transform: scaleX(0.95);
          transform: scaleX(0.95);
  margin-left: -2.5%;
}

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;
  font-size: 0.9375rem;
  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;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

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

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

figure {
  margin: 1em 0;
}

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

/*--------------------------------------------------------------
# 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);
  font-size: 0.75rem;
  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;
  max-width: 95%;
}

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

input[type="submit"] {
  background: #0066bc;
  border-radius: 0.25em;
  color: white;
  padding: 0.5em 1em;
  line-height: 1.25;
  font-weight: bold;
  font-size: 1em;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

.breadcrumbs {
  text-transform: lowercase;
}

.breadcrumbs a {
  text-decoration: none;
  color: #0066bc;
}

.site-info {
  text-align: center;
}

.site-info a {
  text-decoration: none;
  color: white;
}

.site-info a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
  background-color: #a1c326;
  clear: both;
  font-size: 1.25em;
}

.main-navigation .nav-container {
  position: relative;
}

.main-navigation ul.nav-menu > li:first-child {
  padding-left: 0;
}

.main-navigation ul.nav-menu > li:last-child {
  position: relative;
}

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

.main-navigation ul li.menu-item-home {
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  padding-top: 1em;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #a1c326;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9em;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li {
  padding: 0.5em 0.75em;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 12em;
}

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

.main-navigation li {
  position: relative;
  padding: 0 0.5em;
}

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

.main-navigation li.focus > a {
  color: #ffffffa0;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: black;
}

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

.menu-toggle ul,
.main-navigation.toggled ul ul {
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation.toggled .menu-toggle i:before {
  content: "\f106";
}

.menu-toggle {
  background: transparent;
  border: none;
}

.menu-toggle i {
  color: white;
  font-size: 1.75em;
}

.menu-toggle i span {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-weight: 400;
  margin-left: 0.5em;
  vertical-align: middle;
}

@media screen and (min-width: 48em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-navigation ul.nav-menu > li:last-child {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .main-navigation {
    font-size: 1em;
  }
}

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

footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

footer .menu > li > a {
  font-weight: 600;
}

footer .menu li {
  list-style: none;
  text-align: left;
}

footer .menu li ul {
  padding-left: 0;
  margin-left: 0;
}

footer .menu li a {
  text-decoration: none;
  color: black;
}

footer .menu li a:hover {
  text-decoration: underline;
}

footer .sub-menu li {
  display: none;
}

@media screen and (max-width: 599px) {
  .main-navigation ul ul {
    padding-top: 0;
  }
  footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .sub-menu li {
    display: none;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

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

.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: calc(-3.5vw - 57px - 1.25em);
  z-index: 100;
  background: white;
}

.single-post,
.page,
.archive {
  margin: 0 0 1.5em;
}

.single-post .visual,
.page .visual,
.archive .visual {
  height: 24vw;
  overflow: hidden;
}

.single-post .visual-container,
.page .visual-container,
.archive .visual-container {
  overflow-x: visible;
}

.single-post .visual-container .page-banner > img,
.page .visual-container .page-banner > img,
.archive .visual-container .page-banner > img {
  position: absolute;
  z-index: 0;
  top: -2.5vw;
  width: 100%;
}

.single-post .button-bar,
.page .button-bar,
.archive .button-bar {
  width: 100%;
  position: absolute;
  left: 0;
  top: 17em;
  height: 0;
  margin-top: 0;
}

.single-post .button-bar .widget_text,
.page .button-bar .widget_text,
.archive .button-bar .widget_text {
  width: 8vw;
  height: 8vw;
  margin-bottom: -2.5vw;
  font-size: 1vw;
  top: -4vw;
  background-color: #4488dd;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.single-post .button-bar .widget_text:hover,
.page .button-bar .widget_text:hover,
.archive .button-bar .widget_text:hover {
  background-color: #0066bc;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.single-post .button-bar .widget_text .textwidget p,
.page .button-bar .widget_text .textwidget p,
.archive .button-bar .widget_text .textwidget p {
  display: none;
}

.single-post .body-bar,
.page .body-bar,
.archive .body-bar {
  background-color: transparent;
}

.single-post .body-bar .entrytext > h3,
.single-post .body-bar .entrytext ul,
.page .body-bar .entrytext > h3,
.page .body-bar .entrytext ul,
.archive .body-bar .entrytext > h3,
.archive .body-bar .entrytext ul {
  font-size: 1.25em;
}

.single-post .body-bar .entrytext ul,
.page .body-bar .entrytext ul,
.archive .body-bar .entrytext ul {
  margin-left: 0;
  padding-left: 1.25em;
}

@media screen and (min-width: 1440px) {
  .single-post .button-bar,
  .page .button-bar,
  .archive .button-bar {
    top: 19vw;
  }
  .single-post .button-bar .widget_text,
  .page .button-bar .widget_text,
  .archive .button-bar .widget_text {
    width: 86.4px;
    height: 86.4px;
    top: -43.2px;
    margin-bottom: -36px;
    font-size: 10.8px;
  }
  .single-post .button-bar .widget_text h2,
  .page .button-bar .widget_text h2,
  .archive .button-bar .widget_text h2 {
    margin: 16.2px auto 0;
    font-size: 16.2px;
  }
  .single-post .button-bar .widget_text .textwidget p,
  .page .button-bar .widget_text .textwidget p,
  .archive .button-bar .widget_text .textwidget p {
    color: #333;
    font-size: 21.6px;
    margin-top: 25.2px;
  }
  .single-post .button-bar .widget_text .textwidget i,
  .page .button-bar .widget_text .textwidget i,
  .archive .button-bar .widget_text .textwidget i {
    font-size: 27px;
  }
  .single-post .button-bar .widget_text .textwidget i.fa-facebook-f,
  .page .button-bar .widget_text .textwidget i.fa-facebook-f,
  .archive .button-bar .widget_text .textwidget i.fa-facebook-f {
    border: 0.2em solid white;
    width: 1.75em;
    font-size: 27px;
    border-radius: 12.5%;
    padding: 0.1em;
  }
  .single-post .button-bar .widget_text .textwidget i.fa-phone-alt,
  .page .button-bar .widget_text .textwidget i.fa-phone-alt,
  .archive .button-bar .widget_text .textwidget i.fa-phone-alt {
    font-size: 24.3px;
    padding-top: 0.15em;
  }
}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1 / 1) {
  .single-post .visual,
  .page .visual,
  .archive .visual {
    overflow: visible;
    height: 42.5vw;
  }
  .single-post .button-bar,
  .page .button-bar,
  .archive .button-bar {
    font-size: calc(1vw + 2.25px);
    height: auto;
    background-color: transparent;
    top: -7.25em;
  }
  .single-post .button-bar .widget_text,
  .page .button-bar .widget_text,
  .archive .button-bar .widget_text {
    font-size: inherit;
    width: 8em;
    height: 8em;
  }
  .single-post .button-bar .widget_text h2,
  .page .button-bar .widget_text h2,
  .archive .button-bar .widget_text h2 {
    margin: 0.75em auto 0;
  }
  .single-post .visual-container,
  .page .visual-container,
  .archive .visual-container {
    overflow: hidden;
  }
  .single-post .visual-container .page-banner > img,
  .page .visual-container .page-banner > img,
  .archive .visual-container .page-banner > img {
    position: relative;
    height: 40vw;
    width: auto;
    left: -22.5vw;
    top: 0;
    max-width: unset;
  }
}

@media screen and (max-width: 599px) and (max-aspect-ratio: 1 / 1) {
  .single-post .visual,
  .page .visual,
  .archive .visual {
    overflow: visible;
    height: 42.5vw;
  }
}

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

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

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

.archive article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% auto;
      grid-template-columns: 25% auto;
  grid-gap: 3vw;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 1em 0;
}

.archive article:last-child {
  margin-bottom: 3em;
}

.archive article a.post-thumbnail {
  width: 100%;
  display: block;
}

.archive article .entry-block {
  font-size: 1.5em;
}

.archive article .entry-block h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
}

.archive article .entry-block h2 a {
  text-decoration: none;
  color: inherit;
}

.archive article .entry-block h2 a:visited,
.archive article .entry-block h2 a:active {
  color: inherit;
}

.archive article .entry-block .entry-meta dl,
.archive article .entry-block .entrytext dl {
  font-size: 0.75em;
  margin: 0;
}

.archive article .entry-block .entry-meta dt,
.archive article .entry-block .entrytext dt {
  float: left;
  width: 6em;
  padding-right: 1em;
}

.archive article .entry-block .entry-meta dd,
.archive article .entry-block .entrytext dd {
  margin: 0;
}

.archive article .entry-block .archive article.category-contactgroepen {
  display: block;
}

.archive article .entry-block .entry-content {
  height: auto;
  overflow: hidden;
}

.archive article .entry-block .entry-content p {
  font-size: 1em;
  margin-bottom: 0;
}

.archive article .entry-block .entry-content .more-link {
  float: right;
  position: relative;
  text-decoration: none;
}

.archive article .entry-block .entry-content .more-link:after {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1em;
  vertical-align: -0.1em;
  line-height: 1;
}

.archive article .entry-block .entry-content .more-link:hover {
  color: #a1c326;
}

.archive article img {
  float: left;
}

.category-nieuws article {
  padding: 0;
  margin-bottom: 2em;
}

@media screen and (max-width: 1200px) {
  .archive article .entry-block {
    font-size: 0.75em;
  }
  .archive article .entry-block h2 {
    font-size: 2em;
  }
  .archive article .entry-block .entry-meta dl {
    font-size: 1.25em;
  }
  .archive article .entry-block .entry-content {
    height: auto;
  }
  .archive article .entry-block .entry-content p {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 768px) {
  .archive article .entry-block .entry-content {
    height: auto;
  }
  .archive article .entry-block .entry-content p {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  .archive article {
    -ms-grid-columns: none;
        grid-template-columns: none;
    -ms-grid-rows: 12em auto;
        grid-template-rows: 12em auto;
    grid-gap: 3vw;
  }
  .archive article img {
    height: 100%;
    width: auto;
  }
  .archive article .entry-block {
    font-size: 0.75em;
  }
  .archive article .entry-block h2 {
    font-size: 2em;
  }
  .archive article .entry-block .entry-meta dl {
    font-size: 1.5em;
  }
  .archive article .entry-block .entry-content {
    height: auto;
  }
  .archive article .entry-block .entry-content p {
    font-size: 1.5em;
  }
}

.page-template-page_toc p.prev-next {
  display: block;
  margin: 1em 0;
}

.page-template-page_toc p.prev-next > .next {
  float: right;
}

.page-template-page_toc .page-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12em auto;
      grid-template-columns: 12em auto;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: ". head" "side main";
  grid-column-gap: 2em;
  width: 100%;
  left: 0;
}

.page-template-page_toc .page-body h1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: head;
}

.page-template-page_toc .page-body > ul {
  font-size: 1.25em;
  margin: 1.75em 0 0 0;
  padding: 0;
  list-style: none;
  border: 1px dotted #aaa;
  border-width: 1px 0 0 0;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: side;
}

.page-template-page_toc .page-body > ul li {
  position: relative;
  margin: 0;
  padding: 0.25em 0;
  padding-left: 0.5em;
  border: 1px dotted #aaa;
  border-width: 0 0 1px 0;
  line-height: 1;
}

.page-template-page_toc .page-body > ul li::first-letter {
  margin-left: -0.5em;
}

.page-template-page_toc .page-body > ul li a {
  text-decoration: none;
  color: #333;
}

.page-template-page_toc .page-body > ul li a:hover {
  color: #999;
}

.page-template-page_toc .page-body > ul li.current:after, .page-template-page_toc .page-body > ul li:hover:after {
  content: "\f105";
  position: absolute;
  bottom: calc(50% - 0.75em);
  right: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1.25em;
}

.page-template-page_toc .page-body > ul li.current {
  color: #0066bc;
}

.page-template-page_toc .page-body > ul li:hover {
  color: #999;
}

.page-template-page_toc .page-body .entrytext {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: main;
}

.page-template-page_toc #toc-button {
  display: none;
}

.page-template-page_toc .entrytext ul {
  margin: 0;
  font-size: 1.25em;
}

@media screen and (max-width: 599px) {
  .page-template-page_toc .page-body {
    position: relative;
    width: calc(12em + 100%);
    left: -14em;
    -webkit-transition: left 1s;
    transition: left 1s;
  }
  .page-template-page_toc .page-body.unfold {
    left: 0;
  }
  .page-template-page_toc .page-body.unfold i.far.toc-sign:before {
    content: "\f146";
  }
  .page-template-page_toc .page-body:not(.unfold) i.far.toc-sign:before {
    content: "\f0fe";
  }
  .page-template-page_toc .body-bar h1 {
    clear: none;
  }
  .page-template-page_toc #toc-button {
    display: inline-block;
    padding: 0 0.25em 0 0;
    font-size: 0.75em;
    background: none;
    border: none;
    color: #0066bc;
  }
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.body-bar {
  z-index: 10;
  position: relative;
}

.body-bar h1,
.body-bar h2 {
  font-family: "Baloo 2", serif;
  color: #0066bc;
}

.body-bar h1 {
  font-size: 2.5em;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 0.25em;
}

.body-bar h2 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.body-bar p {
  color: #333;
  font-family: "Source Sans Pro", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  margin: 0 auto 0.75em;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home .content {
  background-color: ghostwhite;
}

.home .visual-bar img {
  vertical-align: middle;
  position: absolute;
  z-index: -1;
  height: 25vw;
}

.home .body-bar {
  text-align: center;
}

.home .body-bar p {
  max-width: 1024px;
  width: 80%;
}

.mySlides {
  display: none;
}

/* visual container */
.visual-container {
  position: relative;
  margin: auto;
}

.visual-container.banner {
  top: 0;
  z-index: -1;
}

/* Caption text */
.text {
  font-family: "Baloo 2", serif;
  font-weight: 500;
  max-width: 1440px;
  margin: auto;
  color: #f2f2f2;
  font-size: 2.5vw;
  padding: 4vw 17.5vw 0 1vw;
  width: 55%;
  height: 25vw;
  text-shadow: 0 0 30px #333;
  z-index: 1000;
}

@media screen and (max-width: 1200px) {
  .visual-bar .mySlides img {
    height: 33vw;
    width: 133vw !important;
    max-width: unset;
    left: -10vw;
    top: -4vw;
  }
  .visual-bar .mySlides .text {
    font-size: 4vw;
    width: 75%;
    padding: 5vw 25vw 0 0;
  }
  .body-bar {
    font-size: calc(1.25vw + 6px);
  }
  .body-bar h1 {
    margin-top: 6vw;
  }
}

@media screen and (max-width: 599px) {
  .visual-bar .mySlides img {
    height: 50vw;
    width: 200vw !important;
    left: -60vw;
    top: -4vw;
  }
  .visual-bar .mySlides .text {
    font-size: 4.5vw;
    width: 80%;
    padding: 6vw 35vw 0 1vw;
  }
  .visual-container {
    height: 40vw;
  }
  .home .body-bar {
    font-size: 2.25vw;
    font-size: calc(1.25vw + 6px);
  }
  .home .body-bar p {
    width: 100%;
  }
}

/* Fading animation */
.fadein {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-name: fadein;
  animation-duration: 10s;
  animation-timing-function: linear;
  opacity: 0;
}

@-webkit-keyframes fadein {
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadein {
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 1601px) {
  .home .visual-bar .visual-container {
    max-height: calc(450px + ((1vw - 16px) * 8));
  }
  .home .visual-bar .visual-container img {
    top: calc(((16px - 1vw) * 8));
  }
  .home .visual-bar .visual-container .text {
    font-size: 2vw;
  }
}

/*--------------------------------------------------------------
# Linkblocks 
--------------------------------------------------------------*/
.link-bar {
  background-color: transparent;
}

.link-bar .link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}

.link-bar .link-row .widget {
  position: relative;
  padding: 0.5em 0.5em 1em;
  padding-left: 3.5em;
  background: white;
  width: 32%;
  border: 1px solid #ddd;
  border-radius: 0.5em;
  margin-bottom: 0;
}

.link-bar .link-row #nav_menu-2 h2::before {
  content: "\f2bd";
}

.link-bar .link-row #nav_menu-3 h2::before {
  content: "\f059";
}

.link-bar .link-row #nav_menu-4 h2::before {
  content: "\f111";
}

.link-bar .link-row #nav_menu-4 h2::after {
  content: "Y";
  font-family: "Fredoka One";
  font-size: 1.25em;
  font-weight: 100;
  color: white;
  position: absolute;
  left: -1.375em;
  top: -0.15em;
}

.link-bar .link-row h2,
.link-bar .link-row a {
  color: white;
}

.link-bar .link-row h2 {
  font-family: "Baloo 2", serif;
  margin-bottom: 0;
  font-size: 1.25em;
  position: relative;
}

.link-bar .link-row h2::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.75em;
  font-weight: 600;
  color: #0066bc;
  position: absolute;
  left: -1.25em;
  top: -0.35em;
}

.link-bar .link-row a {
  font-family: 'Source Sans Pro';
  text-decoration: none;
}

.link-bar .link-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  .link-bar .link-row {
    font-size: 1.65vw;
  }
  .link-bar .link-row .widget {
    position: relative;
    padding: 0.5em 0.5em 1em;
    padding-left: 3.5em;
    background: white;
    width: 32%;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .link-bar .link-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link-bar .link-row .widget {
    width: 20em;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 480px) {
  .link-bar .link-row {
    font-size: 4vw;
    margin-left: 0;
  }
  .link-bar .link-row .widget {
    width: 90%;
    margin-bottom: 1em;
  }
}

/*-------------------------------------------------------------
# Temporary 
--------------------------------------------------------------*/
.site-title,
.site-description {
  display: none;
}

.row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block {
  width: 24%;
  margin-bottom: 1em;
  overflow-y: hidden;
  padding: 0;
  position: relative;
}

.block article {
  text-align: center;
}

.block article h3 {
  font-size: 1em;
  line-height: 1;
  margin-top: 0.25em;
  margin-bottom: 0;
}

.block h2 {
  font-family: "Baloo 2", serif;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 100;
  margin: 0;
  font-size: 1.25em;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(75%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: none;
          transform: none;
}

.block h2 a {
  color: white;
  text-decoration: none;
}

.body-bar h1 a {
  color: #0066bc;
  text-decoration: none;
}

.block article img {
  display: none;
}

.news-row,
.blog-row {
  position: relative;
}

.news-row > h2,
.blog-row > h2 {
  position: relative;
  bottom: -0.5em;
}

.news-row > h3,
.blog-row > h3 {
  position: absolute;
  display: block;
  margin: 0;
  right: 2vw;
  top: 1em;
}

.news-row > h3::after,
.blog-row > h3::after {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  color: #0066bc;
  vertical-align: -0.1em;
  margin-left: 0.25em;
}

.news-row h2 a,
.news-row h3 a,
.blog-row h2 a,
.blog-row h3 a {
  color: #0066bc;
  text-decoration: none;
}

.news-row h2 a,
.blog-row h2 a {
  font-family: "Baloo 2", serif;
}

.news-row h3 a,
.blog-row h3 a {
  font-family: 'Source Sans Pro';
  font-weight: 400;
}

.news-row .block > h2 > a,
.blog-row .block > h2 > a {
  color: white;
}

aside {
  display: none;
}

.feature-image {
  display: block;
  position: relative;
  background: ghostwhite;
}

.feature-image img.wp-post-image {
  z-index: 10 !important;
  position: relative;
  display: block;
  width: unset;
  margin: auto;
  height: 192px;
}

@media screen and (max-width: 1199px) {
  h1.logo {
    margin: 2vw 0 0;
  }
  .feature-image img.wp-post-image {
    width: auto;
    height: 16vw;
  }
}

@media screen and (max-width: 767px) {
  h1.logo img {
    height: 75px;
  }
  .row-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block {
    width: 49%;
  }
  .feature-image img.wp-post-image {
    width: auto;
    height: 32vw;
  }
}

@media screen and (max-width: 480px) {
  h1.logo img {
    height: 55px;
  }
}

footer.site-footer {
  background: #a1c326;
}

footer.site-footer .site-info {
  padding-top: 0;
  padding-bottom: 1em;
}

footer.site-footer .menu {
  margin: 0;
}

.social-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}

.social-bar .widget {
  margin: 1em 0;
}

.social-bar h2 {
  display: none;
}

.social-bar .textwidget {
  position: relative;
}

.social-bar a {
  font-size: 2em;
  display: inline-block;
  height: 0.875em;
  width: 0.85em;
  border-radius: 0.125em;
}

.social-bar i {
  position: absolute;
  line-height: 0.875;
  color: white;
}

nav {
  position: relative;
}

nav .social-bar {
  right: 0.5em;
  font-size: 0.8em;
  position: absolute;
  top: 3.5em;
}

@media screen and (max-width: 767px) {
  nav .social-bar {
    top: -3.5em;
    font-size: 0.65em;
  }
}

.content .social-bar {
  margin: 1em 0 1em auto;
}

.content .social-bar i.fa-twitter-square {
  color: #1DA1F2;
}

.content .social-bar i.fa-facebook-square {
  color: #4267B2;
}

.content .social-bar i.fa-linkedin {
  color: #2867B2;
}

.content .social-bar i.fa-whatsapp-square {
  color: #4AC959;
}

.content .social-bar i.fa-envelope-square {
  color: #a1c326;
}

.site {
  background: transparent;
}

.site-header {
  background-color: transparent;
}

.site-header .site-branding {
  height: auto;
  position: relative;
}

.site-header .site-branding::after {
  content: '';
  display: table;
  clear: both;
}

.site-header h1.logo {
  margin: 1vw 0 0;
  display: block;
  float: left;
  clear: none;
}

.site-header h1.logo img {
  height: calc(2.5vw + 56px);
  z-index: 1;
}

.site-branding {
  padding-top: 0.5em;
}

.site-lane {
  max-width: 1200px;
  margin: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  position: relative;
}

.menu {
  padding: 0.75em;
}

.home .container {
  background-color: transparent;
  overflow-x: hidden;
}

.home .container .main {
  background-color: transparent;
}

.home .container .button-bar {
  background-color: transparent;
}

.home .container .content {
  position: relative;
  background-color: transparent;
}

.home .container .content .site-intro {
  font-size: 18px;
  margin: 4em 0;
  padding: 0;
}

.home .container .content .site-intro h1 {
  font-size: 2.25em;
}

.home .container .content .site-intro a {
  text-decoration: none;
  color: #0066bc;
}

.home .container .content .site-intro a:hover {
  text-decoration: none;
  color: #a1c326;
}

.home .container .content .site-intro p > a::after {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}

@media screen and (max-width: 768px) {
  .home .container .content .site-intro {
    font-size: inherit;
  }
}

@media screen and (max-width: 480px) {
  .home .container .content .site-intro {
    padding: 0;
  }
}

.home .container .link-bar .link-row a {
  color: darkslategray;
}

.home .container .link-bar .link-row h2 {
  color: #0066bc;
}

.home .container .link-bar .link-row h2::before {
  color: #a1c326;
}

.home .container .link-bar .link-row li:last-child {
  color: white;
  margin-top: 0.75em;
}

.home .container .link-bar .link-row li:last-child a {
  font-weight: bold;
  color: #0066bc;
  letter-spacing: 0.05em;
}

.search {
  position: absolute;
  right: 0;
  bottom: 1.25em;
}

.search .search-form {
  outline: 1px solid #0066bc;
  border-radius: 0.5em;
  outline-offset: 0.1em;
  font-size: 14px;
}

.search .search-form:focus-within {
  -webkit-box-shadow: 0 0 0.5em #0066bc;
          box-shadow: 0 0 0.5em #0066bc;
}

.search input.search-field {
  border: none;
}

.search input.search-submit {
  color: transparent;
  background: transparent;
  border: none;
  width: 3em;
  font-size: 10px;
  cursor: pointer;
  padding-top: 1em;
}

.search input.search-field:focus {
  width: 15em;
  outline: none !important;
  border-radius: 0.5em;
}

.search .fa-search {
  position: relative;
}

.search .fa-search:before {
  font-size: 1.5em;
  position: absolute;
  top: 0.15em;
  right: 0.15em;
  color: #0066bc;
  z-index: -1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .search {
    right: 0.25em;
  }
  .search input.search-field {
    font-size: 11px;
  }
  .search input.search-field:focus {
    width: 12.5em;
  }
  .search .fa-search:before {
    font-size: 1.25em;
    top: 0.1em;
    right: 0.1em;
  }
  .search input.search-submit {
    width: 2em;
    height: 2em;
    font-size: 10px;
    vertical-align: -1px;
  }
}

.widget ul {
  margin-left: 0;
  padding-left: 1.25em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.button-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #ffffff;
  font-size: 1vw;
  margin: 4em auto;
}

.button-bar > .widget_text {
  width: 8em;
  height: 8em;
  position: relative;
  top: -4em;
  margin-bottom: 4em;
  border-radius: 40%;
  background-color: #0066bc;
  color: white;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}

.button-bar > .widget_text h2 {
  font-family: "Baloo 2", serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 1.125em auto 0;
}

.button-bar > .widget_text:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.button-bar > .widget_text .textwidget {
  margin: 0 -2em;
}

.button-bar > .widget_text .textwidget i {
  font-size: 2.5em;
}

.button-bar > .widget_text .textwidget i.fa-facebook-f {
  border: 0.2em solid white;
  width: 1.75em;
  font-size: 1.5em;
  border-radius: 12.5%;
  padding: 0.1em;
}

.button-bar > .widget_text .textwidget i.fa-phone-alt {
  font-size: 2.25em;
  padding-top: 0.15em;
}

.button-bar > .widget_text .textwidget p {
  font-family: "Source Sans Pro", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  color: #333;
  font-size: 1.4em;
  line-height: 1.25;
  margin-top: 1.5em;
}

@media screen and (min-width: 1440px) {
  .button-bar {
    font-size: 14.4px !important;
  }
  .button-bar > .widget_text {
    width: 8em;
    height: 8em;
    top: -4em;
    margin-bottom: 4em;
  }
  .button-bar > .widget_text .textwidget {
    margin: 0 -2em;
  }
  .button-bar > .widget_text .textwidget p {
    color: #333;
    font-size: 1.25em;
    margin-top: 1.5em;
  }
  .button-bar > .widget_text .textwidget i.fa-facebook-f {
    border: 0.2em solid white;
    width: 1.75em;
    font-size: 1.5em;
    border-radius: 12.5%;
    padding: 0.1em;
  }
}

@media screen and (max-width: 1024px) {
  .button-bar {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .button-bar .widget_text {
    width: calc(25em / 3);
    height: calc(25em / 3);
    position: relative;
    top: calc(-25em / 6);
    margin-bottom: calc(10em / 3);
    border-radius: 40%;
    color: white;
    text-align: center;
  }
  .button-bar .widget_text .textwidget {
    margin: 0 -2em;
  }
}

@media screen and (max-width: 599px) {
  .button-bar {
    padding: 0;
  }
  .button-bar > .widget_text {
    width: 9em;
    height: 9em;
    position: relative;
    top: -5em;
    margin-bottom: 5em;
    border-radius: 40%;
    color: white;
    text-align: center;
  }
  .button-bar > .widget_text h2 {
    font-size: 1.75em;
    margin: 1em auto 0;
  }
  .button-bar > .widget_text .textwidget {
    margin: 0 -2.75em;
  }
  .button-bar > .widget_text .textwidget p {
    font-size: 2em;
    letter-spacing: -0.025em;
  }
}

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

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* 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;
  -webkit-column-gap: 1.5em;
          column-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;
}

/*--------------------------------------------------------------
# Temporary 
--------------------------------------------------------------*/
.site-title,
.site-description {
  display: none;
}

.row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block {
  width: 24%;
  margin-bottom: 1em;
  overflow-y: hidden;
  padding: 0;
  position: relative;
}

.block article {
  text-align: center;
}

.block article h3 {
  font-size: 1em;
  line-height: 1;
  margin-top: 0.25em;
  margin-bottom: 0;
}

.block h2 {
  font-family: "Baloo 2", serif;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 100;
  margin: 0;
  font-size: 1.25em;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(75%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: none;
          transform: none;
}

.block h2 a {
  color: white;
  text-decoration: none;
}

.body-bar h1 a {
  color: #0066bc;
  text-decoration: none;
}

.block article img {
  display: none;
}

.news-row,
.blog-row {
  position: relative;
}

.news-row > h2,
.blog-row > h2 {
  position: relative;
  bottom: -0.5em;
}

.news-row > h3,
.blog-row > h3 {
  position: absolute;
  display: block;
  margin: 0;
  right: 2vw;
  top: 1em;
}

.news-row > h3::after,
.blog-row > h3::after {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  color: #0066bc;
  vertical-align: -0.1em;
  margin-left: 0.25em;
}

.news-row h2 a,
.news-row h3 a,
.blog-row h2 a,
.blog-row h3 a {
  color: #0066bc;
  text-decoration: none;
}

.news-row h2 a,
.blog-row h2 a {
  font-family: "Baloo 2", serif;
}

.news-row h3 a,
.blog-row h3 a {
  font-family: 'Source Sans Pro';
  font-weight: 400;
}

.news-row .block > h2 > a,
.blog-row .block > h2 > a {
  color: white;
}

aside {
  display: none;
}

.feature-image {
  display: block;
  position: relative;
  background: ghostwhite;
}

.feature-image img.wp-post-image {
  z-index: 10 !important;
  position: relative;
  display: block;
  width: unset;
  margin: auto;
  height: 192px;
}

@media screen and (max-width: 1199px) {
  h1.logo {
    margin: 2vw 0 0;
  }
  .feature-image img.wp-post-image {
    width: auto;
    height: 16vw;
  }
}

@media screen and (max-width: 767px) {
  h1.logo img {
    height: 75px;
  }
  .row-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block {
    width: 49%;
  }
  .feature-image img.wp-post-image {
    width: auto;
    height: 32vw;
  }
}

@media screen and (max-width: 480px) {
  h1.logo img {
    height: 55px;
  }
}

footer.site-footer {
  background: #a1c326;
}

footer.site-footer .site-info {
  padding-top: 0;
  padding-bottom: 1em;
}

footer.site-footer .menu {
  margin: 0;
}

.social-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}

.social-bar .widget {
  margin: 1em 0;
}

.social-bar h2 {
  display: none;
}

.social-bar .textwidget {
  position: relative;
}

.social-bar a {
  font-size: 2em;
  display: inline-block;
  height: 0.875em;
  width: 0.85em;
  border-radius: 0.125em;
}

.social-bar i {
  position: absolute;
  line-height: 0.875;
  color: white;
}

nav {
  position: relative;
}

nav .social-bar {
  right: 0.5em;
  font-size: 0.8em;
  position: absolute;
  top: 3.5em;
}

@media screen and (max-width: 767px) {
  nav .social-bar {
    top: -3.5em;
    font-size: 0.65em;
  }
}

.content .social-bar {
  margin: 1em 0 1em auto;
}

.content .social-bar i.fa-twitter-square {
  color: #1DA1F2;
}

.content .social-bar i.fa-facebook-square {
  color: #4267B2;
}

.content .social-bar i.fa-linkedin {
  color: #2867B2;
}

.content .social-bar i.fa-whatsapp-square {
  color: #4AC959;
}

.content .social-bar i.fa-envelope-square {
  color: #a1c326;
}
/*# sourceMappingURL=style.css.map */