/*
Theme Name: Medifit
Theme URI: https://www.medifit.nl/
Description: Medifit theme created for the Genesis Framework.
Author: GetBright
Author URI: https://www.getbright.nl/

Version: 3.2.0

Template: genesis
Text Domain: genesis-sample
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.button-in-block {
  max-width: 100%;
  width: auto;
  width: fit-content !important;
  margin-top: 1rem;
}
.button-in-block:hover {
  background-color: #78bce3 !important;
}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
@font-face {
	font-display:swap;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #616f72;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yantramanav", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #2f52a0;
  letter-spacing: 0.01em;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

::placeholder {
  color: #999;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #3797d3;
  border: 0;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

.content-cta-block > .wrap > .button,
.pre-footer .button.formtoggle,
.button.cta {
  background-color: #fd6f6d;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #2f52a0;
  border-width: 0;
  color: #fff;
}

.content-cta-block > .wrap > .button:hover,
.content-cta-block > .wrap > .button:focus,
.pre-footer .button.formtoggle:hover,
.pre-footer .button.formtoggle:focus,
.button.cta:focus,
.button.cta:hover {
  background-color: #ff7f35;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
.page-template-referenties .site-inner {
  padding: 0 30px;
}
.page-template-referenties #page-intro .wrap {
  padding: 0 1.75%;
}
.page-template-referenties #page-intro .wrap > p {
  padding: 0;
}
.referentie-grid {
  display: grid;
  grid-template-columns: 100%;
}
@media(min-width: 992px) {
  .referentie-grid {
    grid-template-columns: 50% 50%;
  }
}
.referentie-grid .article-entry {
  align-items: flex-start;
  flex-direction: row;
  padding: 20px 10px;
}

/* Site Container
--------------------------------------------- */

.site-container {
  animation: fadein .2s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 110px 30px 0;
  position: relative;
  z-index: 10;
}

.home .site-inner {
  padding: 60px 30px 0;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

.article-entry {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 20px 0;
  border-top: 1px solid #ddd;
}

article + .article-entry {
  border-top: 0;
  padding-top: 0;
}

.article-entry a {
  text-decoration: none;
}

.article-entry .image {
  width: 30%;
}

.article-entry .text {
  width: 66%;
}

.article-entry .date {
  color: #777;
  font-size: 14px;
}

.article-entry .excerpt {
  color: #666;
  font-size: 15px;
}

.article-entry .button {
  margin-top: 20px;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  margin: 0 auto 30px;
}

img.alignnone,
img.aligncenter {
  box-shadow: 0px 1px 2px 1px rgba(0, 93, 149, 0.5);
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
  border-radius: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

.alignleft + p:empty {
  display: block;
  clear: both;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

.site-header .wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

/* Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 180px !important;
  padding-bottom: 5px;
  padding-top: 10px;
  width: 100%;
  order: 1;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.header-widget-area {
  order: 3;
  margin-left: 20px;
  padding-bottom:0px;
}

.header-widget-area .widget {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 20px;
}

.header-widget-area .widget_icl_lang_sel_widget {
  width: auto;
  font-size: 16px;
  margin-top: 20px;
}
.header-widget-area .widget_search .widget-title {
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  margin-bottom: 0;
  transform: translateY(2px);
  cursor: pointer;
}

.header-widget-area .widget_search .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.header-widget-area .widget_search {
  position: relative;
}

.header-widget-area .widget_search form {
  position: absolute;
  right: 0;
  width: 220px;
  top: calc(100% + 30px);
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 0.25s ease-in-out;
}

.header-widget-area .widget_search form.visible {
  transform: scale(1, 1);
  transform-origin: top;
  transition: transform 0.25s ease-in-out;
  border-top: 2px solid rgba(0, 93, 149, 1);
}

.header-widget-area .widget_search form input {
  font-size: 14px;
}

.wpml-ls-legacy-dropdown-click a {
  display: inline-block !important;
  border: 0 !important;
}

.wpml-ls-legacy-dropdown-click {
  width: auto !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  order: 2;
  flex-grow: 1;
}

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

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */
#header-slider {
  background-color: rgb(88, 173, 221);
}

.header-slide .slide-wrapper {
  position: relative;
  height: 45vmin;
  max-height: 800px;
}

.home .header-slide .slide-wrapper {
  height: 55vmin;
}

#header-slider > div > .header-slide:first-child {
  display: block;
}

.header-slide {
  background-size: cover;
  background-position: 50%;
  display: none;
}

.header-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(108, 197, 215, 0.15);
}

.slick-dots > li:first-child:last-child {
  display: none;
}

#header-slider svg {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: auto;
  width: 100%;
  max-height: 25vmin;
}

#header-slider > svg {
  display: inline-block;
  z-index: 2;
}

.header-slide .wrap {
  position: relative;
  height: 100vh;
  max-height: 800px;
}

.header-slide .header-button {
  position: absolute;
  top: 33vmin;
  right: 30px;
  width: 70%;
  max-width: 550px;
  padding: 8px 60px 20px 20px;
  background-color: rgba(0, 93, 149, 1);
  background-image: url("images/arrow-elem-white.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: calc(100% - 20px) calc(100% - 20px);
  color: #fff;
  z-index: 3;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  animation: fadein 2s;
}

.header-slide .header-button:hover {
  box-shadow: 1px 10px 13px rgba(0, 0, 0, 0.35);
}

.button-title {
  font-family: "Yantramanav";
  font-weight: 900;
  font-size: 23px;
  display: block;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 12px;
  letter-spacing: 0.01em;
}

.button-subtitle {
  font-family: "Yantramanav";
  font-weight: 400;
  font-size: 20px;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

#page-title {
  position: relative;
  z-index: 8;
  background-color: rgb(88, 173, 221);
}

#page-title h1,
#page-title h2 {
  animation: fadeInRight 1s;
}

#page-title.short {
  margin-top: -10px;
}
#page-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: url(images/wave2.svg);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 100% 100%;
  transform: scale(-1, 0.8) rotate(180deg);
  transform-origin: top;
}
#page-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url(images/wave2.svg);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 100% 100%;
  transform: scale(-1, 0.8);
  transform-origin: top;
}

#page-title .wrap {
  padding: 0 30px 40px;
}

#page-title h1 {
  font-family: "Yantramanav";
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  margin-top: 80px;
}

#header-slider + #page-title h1 {
  margin-top: -30px;
}

#page-title h1 + h2 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

#page-intro {
  margin-top: 60px;
}

#page-intro .wrap {
  padding: 30px 30px 0;
}

.content #page-intro {
  margin-top: 0;
}

.content #page-intro .wrap {
  padding: 0;
}

#page-intro p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 21px;
  line-height: 1.825;
  color: #616f72;
}

/* Entry Content
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul,
section[class^="content-"] ul:not(.slick-dots):not(.gform_fields) {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li,
section[class^="content-"] ul:not(.slick-dots):not(.gform_fields) > li {
  list-style-type: none;
}

.entry-content ul > li::before,
section[class^="content-"] ul:not(.slick-dots):not(.gform_fields) > li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #2f52a0;
  position: absolute;
  margin-top: 8px;
  margin-left: -35px;
}

.entry-content ol ul > li,
.entry-content ul ul > li,
section[class^="content-"] ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul,
section[class^="content-"] ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

.content h2,
.content h3 {
  font-family: "Yantramanav";
  font-weight: 900;
  color: #2f52a0;
}

section[id].hidden{
  display: none !important;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
}

.entry-header .entry-meta {
  margin-bottom: 40px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

.scriptlesssocialsharing {
  clear: both;
  margin: 40px 0 !important;
}

/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #58addd;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Content extras */

.site-inner + section {
  margin-top: -60px;
}

.content-pointers {
  position: relative;
  padding: 70px 0 50px;
  background-color: rgb(88, 173, 221);
}

.content-pointers.subpart {
  z-index: 20;
}

.content-pointers + .content-pointers {
  z-index: 19;
  padding-top: 120px;
}
.content-pointers + .content-pointers + .content-pointers {
  z-index: 18;
}
.content-pointers + .content-pointers + .content-pointers + .content-pointers {
  z-index: 17;
}
.content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers {
  z-index: 16;
}
.content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers {
  z-index: 15;
}
.content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers {
  z-index: 14;
}
.content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers {
  z-index: 13;
}
.content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers {
  z-index: 12;
}
.content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers {
  z-index: 11;
}
.content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers
  + .content-pointers {
  z-index: 10;
}

.content-pointers.subpart + .content-pointers > svg:first-child {
  display: none;
}

section:not(.content-pointers)
  + section.content-pointers.subpart
  > svg:first-child {
  display: block;
}

.content-pointers.subpart > svg {
  display: none;
}

.content-pointers.subpart + .content-pointers:not(.subpart) > svg + svg {
  display: block;
}

.content-golf-element {
  position: relative;
  background-color: rgb(88, 173, 221);
  margin-bottom: 80px;
}

.content-golf-element .wrap {
  position: relative;
  z-index: 8;
}

.content-wysiwyg,
.content-50-50-afbeelding-tekst,
.content-50-50-tekst-afbeelding {
  position: relative;
  padding: 40px 0;
}

.content-golf-element {
  margin-top: -20px;
}

.content-golf-element .wrap {
  padding-top: 100px;
  padding-bottom: 60px;
}

section[class*="content-50-50"] + section[class*="content-50-50"] {
  padding-top: 50px;
}

section[class*="content-50-50"] .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section[class*="content-50-50"] .one-half {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

section[class*="content-50-50"] .one-half > img:first-child:last-child {
  margin: auto;
}

.gallery-wrap .image {
  overflow: hidden;
}

.gallery-wrap .image > a > img {
  transition: all 0.25s ease-in-out;
  transform: scale(1);
}

.gallery-wrap .image > a > img:hover {
  transition: all 0.15s ease-in-out;
  transform: scale(1.05);
}

.content-referenties {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(182, 226, 235, 1) 100%
  );
}

.content-referenties h2 {
  text-align: center;
  margin-bottom: 30px;
}

.content-pointers > div a {
  display: block;
  background-color: #fff;
  color: #2f52a0;
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 1px 10px 23px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}

.content-pointers > div a[href] {
  background-image: url("images/arrow-elem-blue.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: calc(100% - 20px) calc(100% - 20px);	
}

.content-pointers > div a:hover {
  box-shadow: 1px 10px 23px rgba(0, 0, 0, 0.35);
  transform: translateY(-10px);
}

.content-pointers > div a:not([href]) span {
  padding: 0px 60px 0px 20px;
  display: block;
  font-weight: 600;
  min-height: 5em;
  transition: font-weight 0.25s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.content-pointers > div a[href] span {
  padding: 0px 60px 0px 20px;
  display: block;
  font-weight: 400;
  min-height: 5em;
  transition: font-weight 0.25s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.content-pointers > div a:not([href]) span + span {
  display: block;
  font-weight: 400;
  min-height: 5em;
  transition: font-weight 0.25s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 800px;
  font-size: 15px;
  margin-top: -30px;
  margin-bottom: 60px;
  opacity: 1;
  font-weight: 400;
  padding: 20px;	
}
	
.content-pointers > div a[href] span + span {
  max-height: 0;
  padding: 0 20px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s 0.12s ease-in-out;
  transform-origin: top;
  margin-bottom: 0;
  font-size: 15px;
}

.content-pointers > div a[href]:hover span {
  font-weight: 600;
}

.content-pointers > div a[href]:hover span + span {
  max-height: 800px;
  font-size: 15px;
  margin-top: -30px;
  margin-bottom: 60px;
  opacity: 1;
  font-weight: 400;
  padding: 20px;
}

.content-pointers + svg {
  margin-top: -12%;
}

.content-pointers .imgcontainer {
  overflow: hidden;
  height: 0;
  padding-bottom: 60%;
}

.content-pointers + .content-pointers {
  margin-top: -100px;
}

.content-pointers .wrap {
  position: relative;
  z-index: 4;
}

.content-referenties img {
  text-align: left;
  object-fit: cover;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.reviews-slider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.reviews-slider .slide-review {
  padding: 20px;
}

.review-rating-1,
.review-rating-2,
.review-rating-3,
.review-rating-4,
.review-rating-5 {
  width: 132px;
  height: 25px;
  display: block;
  background-image: url(images/star-lblue.svg);
  position: relative;
  margin-bottom: 10px;
}

.review-rating-1::after,
.review-rating-2::after,
.review-rating-3::after,
.review-rating-4::after,
.review-rating-5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/star-blue.svg);
  height: 100%;
}

.review-rating-1::after {
  width: calc(132px * 0.2);
}
.review-rating-2::after {
  width: calc(132px * 0.4);
}
.review-rating-3::after {
  width: calc(132px * 0.6);
}
.review-rating-4::after {
  width: calc(132px * 0.8);
}
.review-rating-5::after {
  width: calc(132px * 1);
}

.review-name {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.review-content {
  font-size: 16px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

.sidebar .gform_widget {
  background-color: #e5f5f8;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.sidebar .gform_widget .widget-title {
  font-size: 30px;
  font-weight: 900;
}

.sidebar .gform_widget label,
.sidebar .gform_widget .gfield_required {
  color: #2f52a0;
  font-size: 16px;
}

.sidebar
  .gform_widget
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.sidebar .gform_widget textarea {
  padding: 10px 8px !important;
}

.sidebar .gform_widget .gfield_consent_label {
  font-size: 13px;
}

.sidebar .gform_widget input[type="submit"] {
  background-color: #fd6f6d;
  width: 100% !important;
}

.sidebar .gform_widget input[type="submit"]:hover,
.sidebar .gform_widget input[type="submit"]:focus {
  background-color: #fd9c6d;
}

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

.footer-widgets {
  border-top: 1px solid rgb(88, 173, 221);
  background-color: rgb(88, 173, 221);
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap,
.footer-logos .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li {
  display: inline-block;
  margin-left: 30px;
  width: 30%;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li:first-child {
  margin-left: 0;
  float: left;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li:first-child + li {
  float: left;
}

.footer-widgets-3 {
  padding-top: 5px;
  padding-left: 30px;
  border-left: 1px solid #fff;
  color: #fff;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li > .sub-menu {
  max-height: 150px;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.4s 0.4s ease-in-out;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li > .sub-menu > li {
  opacity: 0;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li > .sub-menu > li:first-child {
  opacity: 1;
}

.footer-widgets-1
  .widget_nav_menu
  ul.menu
  > li
  > .sub-menu
  > li:first-child
  + li {
  opacity: 0.85;
}

.footer-widgets-1
  .widget_nav_menu
  ul.menu
  > li
  > .sub-menu
  > li:first-child
  + li
  + li {
  opacity: 0.7;
}

.footer-widgets-1
  .widget_nav_menu
  ul.menu
  > li
  > .sub-menu
  > li:first-child
  + li
  + li
  + li {
  opacity: 0.55;
}

.footer-widgets-1
  .widget_nav_menu
  ul.menu
  > li
  > .sub-menu
  > li:first-child
  + li
  + li
  + li
  + li {
  opacity: 0.3;
}

.footer-widgets-1
  .widget_nav_menu
  ul.menu
  > li
  > .sub-menu
  > li:first-child
  + li
  + li
  + li
  + li
  + li {
  opacity: 0.15;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li:hover > .sub-menu,
.footer-widgets-1 .widget_nav_menu ul.menu > li:hover > .sub-menu > li {
  max-height: 999px;
  overflow: hidden;
  opacity: 1 !important;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li > .sub-menu li {
  margin: 0;
}

.footer-widgets-1 .widget_nav_menu ul.menu > li > .sub-menu li a {
  font-size: 14px;
  font-weight: 400;
}

.footer-widget-area h3 {
  color: #fff;
}

.footer-widget-area a {
  color: #fff;
  text-decoration: none;
}

.footer-widget-area a.facebook {
  font-weight: 700;
}

.footer-widget-area a.facebook::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("images/facebook.svg");
  margin-right: 6px;
  transform: translateY(3px);
  background-color: #fff;
  border-radius: 2px;
}

.footer-widget-area a.instagram {
  font-weight: 700;
}

.footer-widget-area a.instagram::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("images/instagram.svg");
  background-size: contain;
  margin-right: 6px;
  transform: translateY(3px);
  border-radius: 2px;
}

.pre-footer {
  /* background: linear-gradient(180deg, rgba(182,226,235,1) 0%, rgb(88, 173, 221) 100%); */
  /* background: linear-gradient(180deg, rgba(182,226,235,1) 0%, rgba(88, 173, 221,1) 100%); */
  background-color: #b6e2eb;
  text-align: center;
  padding: 50px 50px 20px;
}

.content-cta-block {
  text-align: center;
  padding: 50px 50px 20px;
}

.content-cta-block .gform_wrapper,
.pre-footer .gform_wrapper {
  display: none;
}

.content-cta-block .gform_wrapper form,
.pre-footer .gform_wrapper form {
  width: 100%;
}

.gform_wrapper #field_1_1,
.gform_wrapper #field_1_5,
.gform_wrapper #field_1_6 {
  clear: none !important;
  float: none !important;
  width: 100%;
  margin: 0;
}

.gform_wrapper #gform_fields_1 {
  position: relative;
}

.gform_wrapper #field_1_4 textarea {
  height: 163px;
}

.gform_wrapper #field_1_4 .ginput_container {
  margin-top: 0;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea {
  padding: 10px 8px !important;
}

.related-posts {
  margin: 40px 0;
}

.related-posts > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both;
  width: 100%;
}

.related-posts > div > div {
  padding: 12px;
  border: 1px solid;
  text-align: center;
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-posts > div > div a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.related-posts a h4 {
  margin: 0;
}

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

.site-footer {
  background-color: #2f52a0;
  border-top: 1px solid #2f52a0;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
  color: #fff;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.su-tabs-nav {
  display: flex;
  flex-wrap: wrap;
}

.su-tabs-nav span {
  flex: 1;
  font-size: inherit !important;
}

.su-tabs-nav span.su-tabs-current {
  background: #58addd !important;
  color: #fff;
  font-weight: 700 !important;
  font-size: inherit !important;
}

.su-tabs {
  background: none !important;
}

.su-tabs-pane {
  padding: 15px !important;
  color: inherit !important;
  font-size: inherit !important;
  border: 2px solid #58addd;
}
.ref-buttons {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 999;
  background-color: #58addd;
  border-radius: 0 0 10px 10px;
  padding: 1%;
  flex-wrap: wrap;
}
.ref-button {
  min-width: 48%;
  margin: 1%;
  max-width: 48%;
  margin: 1%;
  display: flex;
  max-height: 90px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}
section p {
  z-index: 999;
  position: relative;
}
.ref-button-half {
  max-width: 62%;
  min-width: 30%;
  width: 62%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ref-button-half h2 {
  margin: 0;
  width: 100%;
  font-size: 1.2em;
  text-decoration: none;
}
.ref-button-half h2:first-of-type {
  font-weight: normal;
}
.ref-button-half:first-of-type {
  justify-content: center;
  align-items: center;
  width: 38%;
}
.ref-button-half img {
  object-fit: contain;
  max-height: 70%;
}
.ref-buttons + #page-intro {
  margin-top: 0;
}
.img {
  order: -1;
}
.mute {
  height: 40px;
  width: 40px;
  background-image: url(images/mute.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  filter: invert(100%);
  z-index: 999;
  transition: 0.25s ease-in-out;
}
.unmute {
  background-image: url(images/unmute.png);
}
.slick-slide {
  background-position-y: 35%;
}
.mute:hover {
  cursor: pointer;
  opacity: 1;
}
#header-slider .slick-slide:hover {
  transform: scale(1);
}
.content-aanmeldknoppen {
  padding: 40px 3% 40px 3%;
  z-index: 999;
  position: relative;
}
.content-aanmeldknoppen {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}
.content-aanmeldknoppen .ref-buttons {
  border-radius: 10px;
}
@-webkit-keyframes fuzz /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    /*-webkit-transform: scaleY(1);*/
    opacity: 1;
  }
}

@-webkit-keyframes fuzz2 /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fuzz3 /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  54% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes stretch /* Safari and Chrome */ {
  0% {
    -webkit-transform: scaleX(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
  }
  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.landing-page-new #page-intro .box-form {
  padding: 2em 1.5em 1.5em;
  background-color: #b6e2eb;
  background-image: linear-gradient(180deg, rgba(88, 173, 221, 0.34), transparent);
  border-radius: 1.5em;
  margin-top: -12em;
  margin-bottom: 4em;
  box-shadow: 0px 6px 10px -8px #2f52a0;
  height: fit-content;
}

.landing-page-new #page-intro .box-form .gform_required_legend {
	margin-bottom: 0.5em !important;
	font-size: 16px;
}

.landing-page-new #page-intro .box-form .gform_wrapper.gravity-theme .ginput_complex {
	flex-flow: column wrap !important;
}

.landing-page-new #page-intro .box-form .gform_wrapper.gravity-theme .ginput_complex span {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0.9em !important;
}

.landing-page-new #page-intro .box-form .gform_wrapper.gravity-theme .ginput_complex > span:first-child {
	margin-top: 0 !important;
}

.landing-page-new #page-intro .box-form h4 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 0.4em !important;
}

.landing-page-new #page-intro .box-form h4 + p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	padding: 0 4%;
	margin-bottom: 1.25em !important;
}

.landing-page-new .header-slide {
	background-position: center !important;
}

.landing-page-new .site-inner ul {
	padding-left: 30px;
}

.landing-page-new .content-50-50-afbeelding-tekst .wrap .first > img {
	transform: perspective(1200px) rotate3d(0, 1, 0, 22.5deg)
}

.landing-page-new .content-50-50-afbeelding-tekst .wrap .first + div > img {
	transform: perspective(1200px) rotate3d(0, -1, 0, 22.5deg)
}

.landing-page-new .content-50-50-afbeelding-tekst .wrap img {
	aspect-ratio: 1.1;
	object-fit: cover;
}

.landing-page-new #meer-info {
	background-image: linear-gradient(0deg, #b6e2eb, white);	
}

.landing-page-new #meer-info .wrap {
	max-width: 1240px;
    margin: 0 auto;
    position: relative;
	padding: 2% 5%;
}

.landing-page-new .cta-row {
	padding: 3em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.su-box-title:empty,
.su-box p:empty {
	display: none !important;
}

.su-box {
	display: block;
	margin: 3em 0 !important;
}

.su-box-content svg {
	width: 3em;
	height: 3em;
}

.su-box-content svg path {
	fill: #58addd;
}


.su-box-content  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding: 2em 0;
	gap: 2em;
}

.su-box-content > * {
	margin-bottom: 0 !important;
	font-weight: 700;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 641px) {
	
	.gform_wrapper #field_1_4 {
	  position: absolute;
	  width: 49.5%;
	  right: 0;
	  top: 2px;
	  margin: 0;
	  height: 100%;
	}

	#input_1_10 {
		width: calc( 50% + 8px) !important;
	}

	#input_1_10 input {
		margin-top: 0;
		margin-bottom: 0;
	}

	.show-on-small {
		display: none !important;
	}
}

@media only screen and (max-width: 640px) {
	#input_1_10 input {
		margin-bottom: 0;
	}
	
	.hide-on-small {
		display: none !important;
	}

}

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */
  video:hover + .mute {
    opacity: 1;
  }
  .mute {
    opacity: 0;
  }
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  body:not(.landing-page-new) #page-intro .wrap p:first-of-type,
  body.landing-page-new.page-id-8931  #page-intro .wrap p:first-of-type {
    font-size: 21px;
  }
  #page-intro .wrap p:last-of-type {
    margin-bottom: 40px !important;
  }
  #page-intro .wrap p {
    font-size: 16px;
    padding: 0 16%;
  }

  .admin-bar .site-header {
    top: 32px;
  }
  .img {
    order: unset;
  }
  .content-50-50-afbeelding-tekst .wrap img {
    transform: perspective(700px) rotate3d(0, 1, 0, 22.5deg);
  }
  .content-50-50-tekst-afbeelding .wrap img {
    transform: perspective(700px) rotate3d(0, 1, 0, -22.5deg);
  }
  .ref-buttons {
    flex-wrap: nowrap;
    margin-top: -3vh;
    border-radius: 10px;
    padding: 0;
  }
  .content-aanmeldknoppen {
    padding: 50px 50px 20px;
  }
  .content-aanmeldknoppen {
    margin: 0 auto !important;
  }
  .content-aanmeldknoppen .ref-buttons {
    margin-bottom: 40px;
  }
  .content-aanmeldknoppen .ref-button {
    margin: 2% 1%;
  }
  .content-aanmeldknoppen .ref-button:first-of-type {
    margin: 2% 1% 2% 2%;
  }
  .content-aanmeldknoppen .ref-button:last-of-type {
    margin: 2% 2% 2% 1%;
  }
  .ref-button {
    min-width: 21%;
    margin: 1%;
    max-width: 29%;
    display: flex;
    max-height: 90px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
  }
  .ref-button:first-of-type {
    margin: 1% 1% 2% 2%;
  }
  .ref-button:last-of-type {
    margin: 1% 2% 2% 1%;
  }
  /* Genesis Menu
	--------------------------------------------- */

  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Responsive Menu
	--------------------------------------------- */

  .genesis-responsive-menu {
    display: block;
    padding-top: 15px;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
	--------------------------------------------- */

  .nav-primary {
    clear: none;
    float: left;
    margin-left: 30px;
    width: auto;
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-highlight-post .wrap {
  min-height: 35vh;
  height: fit-content;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-highlight-post .wrap::before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(
    123deg,
    rgb(88 173 221 / 69%) 0%,
    rgb(255 255 255 / 47%) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content-highlight-post .wrap > div {
  position: relative;
  width: 100%;
  padding: 80px 30px 40px 30px;
}
.content-highlight-post .wrap h3 {
  color: white;
  margin: 0;
  font-size: 2em;
  font-weight: 600;
  margin: 0;
}
.content-highlight-post .wrap p {
  color: white;
  width: 100%;
}
.content-highlight-post .wrap a {
  background-color: white;
  border: 0;
  border-radius: 24px;
  color: #3797d3;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
.one-third {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  align-items: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.one-third p {
  width: 100%;
}
.content-wysiwyg {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 0;
}
.content-wysiwyg .wrap {
  margin: 0;
  width: 100% !important;
}
.two-thirds {
  order: -1;
}
.content-highlight-post .wrap a:hover {
  color: #78bce3;
}
.content-highlight-post .wrap a::after {
  content: ">";
  margin-left: 1em;
  transition: all 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.content-highlight-post .wrap a:hover::after {
  content: ">";
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #78bce3;
}

.page-id-8759 .site-header {
	display: none;
}

@media screen and (min-width: 980px) {
  .content-highlight-post .wrap > div {
    width: 40%;
  }
  .two-thirds {
    order: unset;
  }
  .content-highlight-post .wrap {
    margin-bottom: 40px !important;
  }
  .one-third {
    align-items: flex-start;
    padding: 0;
  }
}
@media only screen and (max-width: 960px) {
	.nav-primary:not(.genesis-responsive-menu) { 
		max-height: 0px !important;
		overflow: hidden !important;
		position: absolute !important;
		visibility: hidden !important;
	}
}

@media only screen and (min-width: 600px) {
  /* Site Header
	--------------------------------------------- */

  #header-slider .wrap,
  #header-slider .wrap,
  #page-title .wrap,
  #page-intro .wrap,
  .pre-footer .wrap,
  .content-50-50-tekst-video .wrap,
  .content-50-50-afbeelding-tekst .wrap,
  .content-50-50-tekst-afbeelding .wrap,
  .content-highlight-post .wrap,
  .content-cta-block .wrap,
  .content-gallery .wrap,
  .content-golf-element .wrap,
  .content-wysiwyg .wrap,
  .content-referenties .wrap,
  .content-pointers .wrap,
  .site-header .wrap {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
  }
  .content-wysiwyg .wrap p,
  .content-wysiwyg .wrap h2 {
    padding: 0 16%;
  }
  .content-gallery {
    padding: 10vh 0 0 0;
  }
  .content-50-50-tekst-video .wrap .first p:last-of-type {
    margin: 0;
  }
  .content-50-50-tekst-video .wrap .one-third {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content-50-50-tekst-video .wrap::before {
    content: "";
    background-color: #eee;
    width: 110%;
    height: 80%;
    position: absolute;
    top: 10%;
    z-index: -1;
    left: -5%;
  }
  /* Site-Inner
	--------------------------------------------- */

  .site-inner {
    max-width: 1140px;
  }

  /* Content
	--------------------------------------------- */

  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Sidebar
	--------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
	--------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
	--------------------------------------------- */

  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
	--------------------------------------------- */

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  .one-half.first + .one-half + * {
    clear: left;
  }

  .su-posts-default-loop {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .su-posts-default-loop > div {
    width: 24%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .entry-content > .su-posts-default-loop:first-child > div {
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }

  /* Entry Misc.
	--------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

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

  .footer-widgets .wrap,
  .footer-logos .wrap {
    max-width: 1140px;
  }

  .footer-logos .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-logos .wrap img {
    max-height: 140px;
    max-width: 220px !important;
    height: auto;
    width: auto;
  }

  .footer-logos .widget {
    margin-bottom: 0;
  }

  .footer-logos .widget.widget_text {
    font-size: 12px;
    max-width: 365px;
    padding: 20px 20px 20px 0;
    border-right: 1px dotted #ccc;
    color: #999;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3);
  }
  .footer-widgets-1 {
    width: calc(100% / 1.5);
  }
  .footer-widgets-2 {
    display: none;
  }

  .content-pointers > div a {
    background-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  #header-slider .wrap,
  #page-title .wrap,
  #page-intro .wrap,
  .pre-footer .wrap,
  .content-50-50-afbeelding-tekst .wrap,
  .content-50-50-tekst-afbeelding .wrap,
  .content-cta-block .wrap,
  .content-gallery .wrap,
  .content-golf-element .wrap,
  .content-wysiwyg .wrap,
  .content-referenties .wrap,
  .content-pointers .wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .site-header .wrap {
    width: 98%;
  }

  .site-header {
    padding: 0;
  }
}

@media only screen and (min-width: 1140px) {
	.landing-page-new #page-title > .wrap {
		padding-right: 470px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1140px) {
	.landing-page-new #page-title > .wrap {
		padding-right: 380px;
	}
}

@media only screen and (max-width: 900px) {
  .content-pointers > div a {
    background-size: 15px;
  }
  
  .landing-page-new #page-intro .wrap {
	  flex-direction: column !important;
  }
  
  .landing-page-new #page-intro .box-form {
	  margin-top: 0 !important;
	  flex: 2;
  }
}

@media only screen and (max-width: 700px) {
  .content-pointers > div a {
    background-size: 10px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }

  .content-pointers > div a {
    background-size: 10px;
  }
  .footer-logos .wrap {
    padding: 3%;
  }
  .button-title {
    font-size: 20px;
  }

  .button-subtitle {
    font-size: 16px;
  }

  .header-slide .header-button {
    display: none;
  }

  #page-title.short,
  #header-slider + #page-title h1 {
    margin-top: -10px;
  }

  #page-title h1 {
    font-size: 30px;
    margin-top: 0px;
  }

  #page-title h1 + h2 {
    font-size: 22px;
    margin-bottom: 0;
  }

  #page-title .wrap {
    padding: 10px 20px 20px;
  }

  #page-intro p {
    font-size: 15px;
  }

  .content-pointers .wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .content-pointers .wrap > div {
    /* width: 50%; */
    margin: 0 auto 20px;
  }

  .one-half {
    margin-bottom: 20px;
    max-width: 80%;
  }

  .content-pointers > div a span {
    padding: 10px 0 0 0;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: -20px;
  }

  .content-pointers > div a {
    background-size: 0px;
  }

  .content-pointers > div a span + span {
    display: none;
  }

  .footer-widgets-1 .widget_nav_menu ul.menu > li > .sub-menu {
    display: none;
  }

  .footer-widgets-1 .widget_nav_menu ul.menu > li {
    width: 100%;
    margin-left: 0;
  }

  .site-header .wrap {
    justify-content: space-evenly;
  }

  .site-header nav .wrap {
    margin: 0 auto;
    width: 80%;
  }

  .menu-toggle {
    margin: 0;
  }

  .gform_wrapper #field_1_4 {
    position: relative;
    width: 100%;
  }

  .header-widget-area .widget_search form.visible {
    z-index: 99;
    top: 23px;
    left: -25vw;
  }
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}




