@charset "UTF-8";
/*--------------------------------------------------------------
# Heading font family
--------------------------------------------------------------*/
@font-face {
  font-family: "Trajan Pro regular";
  src: url("assets/fonts/TrajanPro-Regular.woff2") format("woff2"),
    url("assets/fonts/TrajanPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Trajan Pro bold";
  src: url("assets/fonts/TrajanPro-Bold.woff2") format("woff2"),
    url("assets/fonts/TrajanPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/*--------------------------------------------------------------
# Anchor font family
--------------------------------------------------------------*/
@font-face {
  font-family: "Booster Next FY";
  src: url("assets/fonts/BoosterNextFY-Medium.woff2") format("woff2"),
    url("assets/fonts/BoosterNextFY-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/*--------------------------------------------------------------
# Body font family
--------------------------------------------------------------*/
@font-face {
  font-family: "Century Gothic italic";
  src: url("assets/fonts/CenturyGothic-Italic.woff2") format("woff2"),
    url("assets/fonts/CenturyGothic-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Century Gothic bold italic";
  src: url("assets/fonts/CenturyGothic-BoldItalic.woff2") format("woff2"),
    url("assets/fonts/CenturyGothic-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Century Gothic bold";
  src: url("assets/fonts/CenturyGothic-Bold.woff2") format("woff2"),
    url("assets/fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic regular";
  src: url("assets/fonts/CenturyGothic.woff2") format("woff2"),
    url("assets/fonts/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Century Gothic regular";
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trajan Pro regular";
  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;
  font-size: 15px;
  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: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button {
  display: inline-block;
  background: #98ae9d;
  font-family: "Booster Next FY";
  font-size: 14px;
  color: #000;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 35px;
}

.button:hover {
  background: #000;
  color: #fff;
}

.button-area {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .button-area {
    margin-bottom: 40px;
  }
}

.button-inverted {
  display: inline-block;
  background: #000;
  font-family: "Booster Next FY";
  font-size: 14px;
  color: #fff;

  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 35px;
}

.button-inverted:hover {
  background: #98ae9d;
  color: #000;
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon/icomoon.eot?eb4w52");
  src: url("assets/fonts/icomoon/icomoon.eot?eb4w52#iefix")
      format("embedded-opentype"),
    url("assets/fonts/icomoon/icomoon.ttf?eb4w52") format("truetype"),
    url("assets/fonts/icomoon/icomoon.woff?eb4w52") format("woff"),
    url("assets/fonts/icomoon/icomoon.svg?eb4w52#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-cancel:before {
  content: "";
}

.icon-keyboard_arrow_up:before {
  content: "";
}

.icon-keyboard_arrow_right:before {
  content: "";
}

.icon-keyboard_arrow_left:before {
  content: "";
}

.icon-keyboard_arrow_down:before {
  content: "";
}

.icon-arrow_downward:before {
  content: "";
}

.icon-arrow_back:before {
  content: "";
}

.icon-store-bag:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-pinterest:before,
.social-share-wrapper .pinterest a:before {
  content: "";
}

.icon-facebook:before,
.social-share-wrapper .facebook a:before {
  content: "";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #000;
  border-radius: 0px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 35px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #98ae9d;
  border-color: #98ae9d;
  cursor: pointer;
}

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: transparent;
  outline: none;
  box-shadow: none;
}

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 #98ae9d;
  min-height: 30px;
  padding: 0 15px;
}

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 {
  outline: none;
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.contact-form form {
  margin-left: -15px;
  margin-right: -15px;
}

.contact-form form br {
  display: none;
}

.contact-form form label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.contact-form form .form-group {
  float: left;
  width: calc(100% / 2);
  padding: 0 15px;
  margin-bottom: 15px;
}

.contact-form form .form-group.full-width {
  width: 100%;
}

.contact-form form .form-group select,
.contact-form form .form-group input {
  width: 100%;
  padding: 0 15px;
}

.contact-form input[type="submit"] {
  padding-left: 55px;
  padding-right: 55px;
}

@media all and (-ms-high-contrast: none) {
  .contact-form form .form-group {
    width: 50%;
  }

  .contact-form form .form-group select,
  .contact-form form .form-group input {
    padding-right: 0;
  }
}

.subject select {
  text-align-last: center;
}

.notes {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0 15px;
}

.notes p {
  margin-top: 0;
  margin-bottom: 5px;
}

.notes a {
  text-decoration: underline !important;
}

select {
  -webkit-appearance: none;
  border: 1px solid #98ae9d;
  padding-right: 15px;
  min-height: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="15" viewBox="0 0 15 15"><path d="M 8,5.5 11,9.5 14,5.5 z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center right;
}

select:focus {
  outline: none;
}

@media screen and (max-width: 375px) {
  .contact-form form .form-group {
    width: 100%;
  }
}

.site-content,
.footer.content,
.container,
.filter {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.elementor-editor-active .loading {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.loading {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.preview-area {
  width: 60px;
  height: 60px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.dont-miss,
.mis-dit-niet {
  display: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.inline-style,
.tag_list,
#footer-menu,
.filter .menu,
.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.inline-style li,
.tag_list li,
#footer-menu li,
.filter .menu li,
.breadcrumbs li {
  float: left;
}

.inline-style li a,
.tag_list li a,
#footer-menu li a,
.filter .menu li a,
.breadcrumbs li a {
  text-decoration: none;
}

.content-area,
.filter .wrapper {
  float: left;
  width: 62.5%;
}

.error404 .content-area,
.error404 .filter .wrapper,
.filter .error404 .wrapper {
  width: 100%;
}

.filter .wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}

.filter .filter-label {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  text-transform: uppercase;
}

.filter .menu-filter-by-container {
  overflow: hidden;
}

.breadcrumbs {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.breadcrumbs .separator {
  margin: 0 5px;
}

.widget-area {
  float: right;
  width: 31.25%;
}

.site-info,
.footer-nav {
  display: inline-block;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
  position: relative;
  width: auto;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
}

/* Modal Content */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

/* The Close Button */
.close {
  float: right;
  margin-left: auto;
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 9;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

body.modal-open {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

@media screen and (max-width: 1170px) {
  .site-content,
  .site-footer,
  .container,
  .filter {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .site-content,
  .container,
  .filter {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-header .container,
  .site-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 968px) {
  .content-area,
  .filter .wrapper,
  .widget-area {
    width: 100%;
  }

  .widget-area {
    margin-top: 50px;
  }

  .modal-dialog {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .site-info,
  .footer-nav {
    float: none;
    width: 100%;
    text-align: center;
  }

  .site-info {
    margin-bottom: 20px;
  }

  .modal-dialog {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .site-content,
  .container,
  .filter {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*!
Theme Name: mica
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-2018
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 with others.

wp-2018 is based on Underscores https://underscores.me/, (C) 2012-2017 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
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-family: "Century Gothic bold";
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

article ul,
article ol {
  margin: 0 0 1.5em 0;
  padding-left: 25px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

article li {
  margin-bottom: 15px;
  padding-left: 10px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

article li > ul,
article li > ol {
  margin: 1.5em 0 1.5em 0;
}

li > ul > li > ul {
  list-style-type: circle;
}

li > ul {
  list-style-type: lower-alpha;
}

li > ol {
  list-style-type: lower-roman;
}

ul.lower-alpha {
  list-style: lower-alpha;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  color: #000;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.site-header {
  background: #98ae9d;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #98ae9d;
}

.main-navigation .nav-header {
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul#primary-menu {
  position: relative;
  z-index: 9999;
}

.main-navigation ul#primary-menu > li {
  float: left;
  display: inline-block;
  position: relative;
  margin: 0 25px;
  line-height: 50px;
}

.main-navigation ul#primary-menu > li.menu-item-has-children > a:after {
  content: "";
  font: 16px "icomoon";
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.main-navigation ul#primary-menu > li.pll-parent-menu-item {
  float: right;
  margin-right: 0;
}

.main-navigation ul#primary-menu > li.pll-parent-menu-item > a {
  display: inline-block;
  font: 16px "Century Gothic regular";
  text-transform: none;
  position: relative;
}

.main-navigation ul#primary-menu > li.pll-parent-menu-item > a:after {
  content: "";
  font: 16px "icomoon";
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.main-navigation a {
  display: block;
  font-family: "Trajan Pro bold";
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px;
}

.main-navigation ul#primary-menu {
  background: #98ae9d;
}

.main-navigation ul#primary-menu[aria-expanded="false"] {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main-navigation ul#primary-menu[aria-expanded="true"] {
  display: block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main-navigation.toggled .menu-toggle[aria-expanded="true"]:before,
.main-navigation.toggled .menu-toggle[aria-expanded="true"]:after {
  margin-top: 0;
  margin-left: -12px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main-navigation.toggled .menu-toggle[aria-expanded="true"]:before {
  transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle[aria-expanded="true"]:after {
  transform: rotate(-45deg);
}

.main-navigation .menu-toggle {
  float: right;
  display: block;
  background: transparent;
  font-size: 0;
  border: 0;
  border-radius: 0;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}

.main-navigation .menu-toggle.active {
  position: fixed;
}

.main-navigation .menu-toggle.active:before,
.main-navigation .menu-toggle.active:after {
  margin-top: 0;
  margin-left: -12px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main-navigation .menu-toggle.active:before {
  transform: rotate(45deg);
}

.main-navigation .menu-toggle.active:after {
  transform: rotate(-45deg);
}

.main-navigation .menu-toggle:focus {
  outline: none;
}

.main-navigation .menu-toggle:before,
.main-navigation .menu-toggle:after {
  content: "";
  display: block;
  background: #4e6152;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main-navigation .menu-toggle:before {
  margin-top: -4px;
  transform: translate(-50%, -50%);
}

.main-navigation .menu-toggle:after {
  margin-top: 4px;
  transform: translate(-50%, -50%);
}

.main-navigation ul#primary-menu > li > .sub-menu > li {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.main-navigation ul#primary-menu > li > .sub-menu > li > a {
  float: none;
  font: 14px "Century Gothic regular";
  text-transform: none;
  padding: 10px 12px;
}

.main-navigation ul#primary-menu > li > .sub-menu > li > a:hover {
  background: #efefef;
  color: #000;
}

.main-navigation ul#primary-menu > li > .sub-menu > li:last-child {
  border-bottom: 0;
}

.main-navigation ul#primary-menu > li > .sub-menu > li .sub-menu > li > a {
  font: 14px "Century Gothic regular";
  text-transform: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 12px;
}

.main-navigation
  ul#primary-menu
  > li
  > .sub-menu
  > li
  .sub-menu
  > li
  > a:hover {
  background: #efefef;
  color: #000;
}

.main-navigation ul#primary-menu > li > .sub-menu > li > .sub-menu:before,
.main-navigation ul#primary-menu > li > .sub-menu > li > .sub-menu:after {
  display: none;
}

.main-navigation li.pll-parent-menu-item .sub-menu {
  min-width: 140px;
  left: auto;
  right: 0;
}

.main-navigation li.pll-parent-menu-item .sub-menu:before,
.main-navigation li.pll-parent-menu-item .sub-menu:after {
  content: "";
  border-width: 6px;
  border-style: solid;
  display: inline-block;
  position: absolute;
  right: 16px;
}

.main-navigation li.pll-parent-menu-item .sub-menu:before {
  border-color: transparent transparent #98ae9d transparent;
  top: -13px;
}

.main-navigation li.pll-parent-menu-item .sub-menu:after {
  border-color: transparent transparent #fff transparent;
  top: -12px;
}

.main-navigation li.pll-parent-menu-item .sub-menu li {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.main-navigation li.pll-parent-menu-item .sub-menu li a {
  float: none;
  font: 14px "Century Gothic regular";
  text-transform: none;
  padding: 6px 12px;
}

.main-navigation li.pll-parent-menu-item .sub-menu li a:hover {
  background: #efefef;
  color: #000;
}

.main-navigation li.pll-parent-menu-item .sub-menu li:last-child {
  border-bottom: 0;
}

.main-navigation li.pll-parent-menu-item .sub-menu > li > .sub-menu:before,
.main-navigation li.pll-parent-menu-item .sub-menu > li > .sub-menu:after {
  display: none;
}

.lang-item a img {
  margin-right: 5px;
}

.sub-menu {
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul > li.item_hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-navigation ul > li.item_hover > .sub-menu > li.item_hover > .sub-menu {
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.site-main .comment-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.site-main .posts-navigation {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Filter
--------------------------------------------------------------*/
.tag_list .tag_item .tag-link,
.tagcloud .tag-cloud-link,
.filter .menu li a {
  background: #c6d9ca;
  color: #000;
}

.filter .menu {
  overflow: hidden;
}

.filter .menu li {
  width: 25%;
  text-align: center;
  line-height: 30px;
  padding: 0 5px;
}

.filter .menu li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

.filter .menu li a:hover {
  background: #98ae9d;
}

.filter .menu li:last-child {
  padding-right: 0;
}

.filter .menu li.active a {
  background: #98ae9d;
}

@media screen and (min-width: 37.5em) {
  .main-navigation .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

@media screen and (max-width: 1170px) {
  .main-navigation li.pll-parent-menu-item {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .main-navigation ul#primary-menu {
    padding-left: 10px;
  }

  .main-navigation li {
    margin: 0 2px;
  }

  .main-navigation li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation ul#primary-menu {
    padding-left: 10px;
  }

  .main-navigation ul#primary-menu > li {
    margin: 0 2px;
  }

  .main-navigation ul#primary-menu > li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .main-navigation li {
    display: inline-block;
    width: 100%;
    line-height: 32px;
    margin: 0;
  }

  .main-navigation ul#primary-menu {
    padding-left: 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
  }

  .main-navigation ul#primary-menu > li > .sub-menu {
    width: 100%;
    margin-bottom: 10px;
  }

  .main-navigation ul#primary-menu > li > .sub-menu > li > .sub-menu {
    left: 0;
    padding-bottom: 10px;
  }

  .main-navigation ul#primary-menu > li > .sub-menu > li > .sub-menu li > a {
    border-bottom: 0;
    padding-left: 25px;
  }

  .main-navigation ul#primary-menu > li.focus > .sub-menu {
    right: 0;
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .main-navigation ul#primary-menu > li.focus > .sub-menu:before,
  .main-navigation ul#primary-menu > li.focus > .sub-menu:after {
    display: none;
  }

  .main-navigation li.pll-parent-menu-item {
    margin-right: 0;
  }

  .filter .filter-label,
  .filter .menu-filter-by-container {
    width: 100%;
  }

  .filter .filter-label {
    margin-bottom: 10px;
  }

  .filter .menu {
    margin-left: -5px;
    margin-right: -5px;
  }

  .filter .menu li {
    width: 50%;
    margin-bottom: 10px;
  }

  .filter .menu li:last-child {
    padding-right: 5px;
  }
}

@media screen and (max-width: 599px) {
  body.toggle-active {
    position: fixed;
  }

  .menu-wrapper {
    background: transparent;
  }

  .menu-wrapper.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .site-header,
  .main-navigation {
    background: transparent;
    position: relative;
    z-index: 999;
  }

  .main-navigation .nav-header {
    background: #98ae9d;
    min-height: 50px;
    position: relative;
  }

  .main-navigation .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .menu-item-content {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    transform: translatex(-100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .menu-item-content.active {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    transform: translatex(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .sub-menu {
    display: none;
    position: relative;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .main-navigation ul#primary-menu {
    background: #fff;
  }

  .main-navigation ul#primary-menu > li {
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    margin: 0;
  }

  .main-navigation ul#primary-menu > li:last-child {
    border-bottom: 0;
  }

  .main-navigation ul#primary-menu > li .item_hover > .sub-menu {
    opacity: 0;
    visibility: hidden;
  }

  .main-navigation ul#primary-menu > li.focus > a:after {
    content: "";
  }

  .main-navigation ul#primary-menu > li.focus > .sub-menu {
    display: block;
    border: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .main-navigation
    ul#primary-menu
    > li.focus
    > .sub-menu
    > li.menu-item-has-children
    > a:after {
    content: "";
    font: 16px "icomoon";
    position: absolute;
    top: 12px;
    right: 18px;
  }

  .main-navigation
    ul#primary-menu
    > li.focus
    > .sub-menu
    > li.focus
    > .sub-menu {
    display: block;
    border: 0;
    opacity: 1;
    visibility: visible;
  }

  .main-navigation ul#primary-menu > li.focus > .sub-menu > li.focus > a:after {
    content: "";
  }

  .main-navigation ul#primary-menu > li.menu-item-has-children > a:after {
    position: absolute;
    top: 16px;
    right: 18px;
  }

  .main-navigation ul#primary-menu > li.pll-parent-menu-item > a {
    display: block;
    line-height: 45px;
  }

  .main-navigation ul#primary-menu > li > .sub-menu > li > a {
    font-family: "Century Gothic bold";
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-navigation ul#primary-menu > li.pll-parent-menu-item .sub-menu li a {
    font-family: "Century Gothic regular";
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #98ae9d;
  padding: 15px;
}

#footer-menu {
  float: right;
}

#footer-menu li {
  line-height: 24px;
  margin: 0 25px;
}

@media (min-width: 768px) and (max-width: 855px) {
  #footer-menu li {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav {
    float: right;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #footer-menu {
    float: none;
  }

  #footer-menu li {
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 425px) {
  #footer-menu li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 360px) {
  #footer-menu li {
    margin: 0;
    width: 100%;
  }
}

.post {
  border-bottom: 1px solid #98ae9d;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.single .post {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 0;
}

.entry-header {
  text-align: center;
  margin-top: 15px;
}

.entry-header-custom {
  margin-top: 15px;
}

.entry-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 610px) {
  .entry-date,
  .entry-min-read,
  .entry-subject {
    font-size: 14px !important;
  }
}
.entry-date,
.entry-min-read,
.entry-subject {
  font-family: "Trajan Pro regular";
  font-size: 18px;
  line-height: 10px;
}

.entry-header-divider {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -10px;
}

.post .entry-title-custom {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}

.entry-title-custom a {
  text-decoration: none;
}

.post .entry-date,
.post .entry-min-read,
.post .entry-subject {
  font-family: "Trajan Pro regular";
  font-size: 14px;
  line-height: 10px;
}

.entry-title {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
}

.entry-title-custom {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}

.entry-author {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.entry-title a {
  text-decoration: none;
}

.author {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
}

.single .author {
  margin-bottom: 8px;
}

.entry-content {
  margin-top: 0;
}

.post-content {
  text-align: center;
}

.post-content p {
  margin-top: 5px;
}

.nav-links {
  display: none;
}

.nav-links a {
  border: 1px solid #eee;
  text-decoration: none;
  padding: 8px 15px;
}

.nav-links a:hover {
  border: 1px solid #98ae9d;
}

.post-cat {
  font-size: 14px;
}

.post-cat a {
  text-transform: lowercase;
  text-decoration: none;
  margin-right: 5px;
}

.post-cat a:after {
  content: ",";
}

.post-cat a:last-child:after {
  content: "";
}

.post-cat a:hover {
  color: #98ae9d;
}

.recent_post .post-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.recent_post .post-block .post-image {
  float: left;
  display: block;
  width: 150px;
  height: auto;
  margin-right: 10px;
}

.recent_post .post-block .post-image a {
  display: block;
}

.recent_post .post-block .post-image img {
  width: 100%;
  height: auto;
}

.recent_post .post-block .post-content {
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
}

.recent_post .post-block .post-date {
  font: 18px "Trajan Pro regular";
}

.recent_post .post-block .post-title {
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.recent_post .post-block .post-title a {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 968px) {
  .recent_post {
    margin: 0 -15px;
  }

  .recent_post .post-block {
    padding: 0 15px;
    width: 50%;
    clear: none;
  }

  .recent__post.vertical .recent_post {
    margin: 0 -15px;
  }

  .recent__post.vertical .recent_post .post-block {
    padding: 0 15px;
    width: 50%;
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 24px;
  }

  .recent_post {
    margin: 0;
  }

  .recent_post .post-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 60%;
    clear: both;
  }

  .recent_post .post-block:before,
  .recent_post .post-block:after {
    content: "";
    display: table;
    clear: both;
  }

  .recent__post.vertical .post-block {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 610px) {
  .recent_post .post-block {
    width: 90%;
  }
}

@media screen and (max-width: 375px) {
  .recent_post .post-block {
    margin-bottom: 25px;
  }

  .recent_post .post-block .post-image {
    float: none;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .recent_post .post-block .post-image a {
    display: block;
  }

  .recent_post .post-block .post-content {
    display: inline-block;
    width: 100%;
  }

  .post-cat a {
    display: block;
  }

  .post-cat a.dont-miss,
  .post-cat a.mis-dit-niet {
    display: none;
  }
}

.tag .site-header {
  margin-bottom: 40px;
}

.tagcloud .tag-cloud-link {
  float: left;
  font-size: 16px !important;
  border: 2px solid #c6d9ca;
  text-decoration: none;
  padding: 6px 18px;
  margin: 0 10px 10px 0;
}

.tagcloud .tag-cloud-link:hover {
  background: transparent;
}

.tag_list .tag_item .tag-link {
  float: left;
  font-size: 16px !important;
  border: 2px solid #c6d9ca;
  text-decoration: none;
  padding: 6px 18px;
  margin: 0 10px 10px 0;
}

.tag_list .tag_item .tag-link:hover {
  background: transparent;
}

.tag_list li {
  margin: 0;
  padding: 0;
}

.widget-area > .widget {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #98ae9d;
  margin-top: 8%;
  padding-top: 8%;
}

.widget-area > .widget .widget-title {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.widget-area > .widget:first-child {
  margin-top: 0;
  padding-top: 0;
}

.widget-area > .widget:last-child {
  margin-bottom: 20%;
}

.widget select {
  max-width: 100%;
}

.widget-area .site-branding {
  text-align: center;
}

.widget-area .site-branding .widget {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.widget-area .site-branding .widget h1,
.widget-area .site-branding .widget h2,
.widget-area .site-branding .widget h3,
.widget-area .site-branding .widget h4,
.widget-area .site-branding .widget h5 {
  margin-bottom: 0;
}

.widget-area .site-branding .widget p {
  margin-top: 10px;
}

.widget-area .site-branding .widget.widget_text {
  margin-bottom: 0;
}

.recent__post.vertical {
  float: left;
  width: 100%;
  border-bottom: 1px solid #98ae9d;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.recent__post.vertical .widget-title {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.recent__post.vertical .recent_post {
  margin-right: -10px;
  margin-left: -10px;
}

.recent__post.vertical .post-block {
  float: left;
  display: inline-block;
  width: 25%;
  padding: 0 10px;
  min-height: 220px;
  margin-bottom: 20px;
}

.recent__post.vertical .post-block .post-image {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  .recent__post.vertical .post-block .post-image {
    height: 0;
    padding-bottom: 65%;
  }

  *::-ms-backdrop,
  .recent__post.vertical .post-block .post-image {
    height: 0;
    padding-bottom: 65%;
  }
}

.widget_socialmedia_widget a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px;
}

.widget_socialmedia_widget .icon {
  font-size: 32px;
}

.widget_socialmedia_widget .icon.icon-instagram {
  font-size: 28px;
}

@media screen and (max-width: 968px) {
  .widget-area .widget {
    margin-top: 5%;
    padding-top: 5%;
  }

  .widget-area.site-branding .widget {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .widget-area > .widget:last-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 680px) {
  .recent__post.vertical .post-block {
    width: 50%;
  }
}

@media screen and (max-width: 375px) {
  .recent__post.vertical .post-block {
    float: none;
    display: block;
    width: 90% !important;
    margin: 0 auto 25px auto;
  }
}

.wp_ulike_general_class {
  background: #98ae9d;
  height: 45px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.wpulike-robeen {
  margin-bottom: 8px;
}

.wpulike-robeen label {
  display: inline;
}

.wpulike-robeen svg {
  width: 36px;
}

.wpulike-robeen svg .heart {
  fill: transparent;
  stroke: #000;
  stroke-width: 3px;
}

.wpulike-robeen .wp_ulike_btn:checked + svg .heart {
  fill: #000;
}

.wpulike-robeen .count-box {
  font-weight: normal;
  margin-left: 12px;
  margin-right: 5px;
  padding-left: 12px;
  box-shadow: -1px 0px 0;
}

@media screen and (max-width: 425px) {
  .wp_ulike_general_class {
    height: auto;
  }
}

.social-share-wrapper {
  float: right;
}

.social-share-wrapper .share-on {
  float: left;
  font-size: 14px;
}

.social-share-wrapper a {
  display: block;
  width: 20px;
  height: 25px;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
}

.social-share-wrapper a:before {
  content: "";
  font: 24px "icomoon";
}

.social-share-wrapper .pinterest a:before {
  cursor: pointer;
}

.social-share-wrapper .facebook,
.social-share-wrapper .pinterest {
  display: inline-block;
  margin-left: 10px;
}

.info-window-content h3,
.info-window-content p {
  margin: 0;
}

.info-window-content h3 {
  font-family: "Century Gothic bold";
}

.info-window-content p {
  font-family: "Century Gothic regular";
}

/*style the box*/
.gm-style .gm-style-iw {
  background-color: #98ae9d !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  display: block !important;
  padding: 15px 15px 0 15px !important;
  overflow: visible !important;
}

/*style the p tag*/
.gm-style .gm-style-iw #google-popup p {
  padding: 10px;
}

/*style the arrow*/
.gm-style div div div div div div div div div {
  background-color: #98ae9d !important;
}

/*style the link*/
.gm-style div div div div div div div div a {
  color: #f1f1f1;
  font-weight: bold;
}

.error-404,
.no-results {
  text-align: center;
  border: 1px solid #ddd;
  margin: 5% 0;
  padding: 10% 5%;
}

.error-404 .page-title,
.no-results .page-title {
  font-family: "Century Gothic regular";
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .error-404 .page-title,
  .no-results .page-title {
    font-size: 24px;
    margin-top: 0;
  }

  .error-404 input[type="search"],
  .no-results input[type="search"],
  .error-404 input[type="submit"],
  .no-results input[type="submit"] {
    width: 100%;
  }

  .error-404 input[type="search"],
  .no-results input[type="search"] {
    margin-bottom: 15px;
  }
}

.search .site-header {
  margin-bottom: 40px;
}

.no-results {
  text-align: left;
  margin-top: 0;
  padding: 5%;
}

.wp_ulike_general_class .count-box {
  margin-right: 8px;
}

.posts {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 2rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pagination-wrapper {
  width: 100%;
  text-align: right;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: #000;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #98ae9d;
  color: #fff;
}

.pagination a:hover:not(.active) {
  background-color: #eee;
}

/* Related items */
.rp4wp-related-posts ul {
  max-width: 750px;
  margin: 0 auto;
  display: grid;
  grid-gap: 2rem;
}

.rp4wp-related-post-image img {
  width: 100%;
}
.rp4wp-related-post-content {
  margin-top: 10px;
}

.rp4wp-related-post-content p {
  display: none;
}
/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .rp4wp-related-posts ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .rp4wp-related-posts ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
