/* FMS V2.00 | Last modified date: 25 Mar 2024 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
/* box-sizing - border-box */
*, *:before, *:after { -webkit-box-sizing: border-box;	box-sizing: border-box; }
/* base variables */
/* global */
html {
  font: 400 14px 'Montserrat', sans-serif;
  color: #111;
  line-height: 30px;
  background: #555;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font: 800 100% 'Montserrat', sans-serif;
  color: #111;
  line-height: 1.5;
}
h1 {
  font-size: 160%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}
p {
  margin: 0 0 20px 0;
}
a {
  font-weight: 800;
  color: #8b0000;
  text-decoration: none
}
a:hover {
  text-decoration: underline;
}
ol,
ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
}
.textwidget ul {
    padding: 0 0 30px 30px !important;
    list-style: disc !important;
  }
#section-header {
  color: #fff;
  background: #111;
  z-index: 999;
}
#section-content-preface {
  position: relative;
}
.section-content {
  background: #fff;
}
.section-content-preface .widget, .section-content-postscript .widget {
      margin: 0;
    }
#section-footer {
  position: relative;
  z-index: 8;
  color: #fff;
  background: #555;
}
#section-footer a,
  #section-footer .widget-title {
    color: #fff;
  }
#section-footer a {
    font-weight: 400;
  }
@media (min-width: 980px) {
  h1 {
    font-size: 240%;
  }
}

/* grid settings */

/* custom media */
#region-header,
#region-content,
.region-content,
.region-sidebar,
#region-footer,
.region-footer-column {
  padding: 20px 0;
}
#region-header:before,
#region-content:before,
.region-content:before,
.region-sidebar:before,
#region-footer:before,
.region-footer-column:before {
  content: '';
  display: table;
}
#region-header:after,
#region-content:after,
.region-content:after,
.region-sidebar:after,
#region-footer:after,
.region-footer-column:after {
  content: '';
  display: table;
  clear: both;
}
#region-header,
#region-footer,
.region-footer-column {
  text-align: center;
}
#region-content-bottom {
  position: relative;
  z-index: 8;
  clear: both;
}
#region-content-bottom .widget {
    margin: 0 !important;
    text-align: center;
  }
.logo img {
    max-height: 28px;
  }
/* grid */
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.zone {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.zone:before {
  content: '';
  display: table;
}
.zone:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 739px) {

  #region-header {
    padding: 10px 0;
  }

  .logo {
    padding: 0 30px;
  }
    .logo img {
      vertical-align: middle;
    }
    .onze-locaties p,
    .onze-locaties .so-panel {
      margin: 0 0 10px !important;
    }
    #region-content-bottom .panel-grid-cell {
      margin-top: 5px !important;
      margin-bottom: 5px !important;
    }
    #section-footer .widget {
      margin: 0 !important;
    }
    #section-footer .sm {
      margin: 20px 0 0;
    }
	.widget-impressie .panel-grid-cell .widget img {
      max-width: 400px;
	}
	.widget-impressie .panel-grid-cell .widget a {
      margin: 0 auto;
	}

}
@media (max-width: 499px) {

  /* grid classes */
    .col-1-2,
    .col-1-3,
    .col-2-3,
    .col-1-4,
    .col-2-4,
    .col-3-4,
    .col-1-5,
    .col-2-5,
    .col-3-5,
    .col-4-5,
    .col-1-6,
    .col-2-6,
    .col-3-6,
    .col-4-6,
    .col-5-6 { margin: 0 0 20px; }

}
@media (min-width: 500px) and (max-width: 739px) {

  /* grid */
  .with-sidebar #region-content {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
  }
  .with-sidebar #region-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .with-sidebar #region-content:last-child {
    margin-right: 0;
  }
  .with-sidebar #region-content:nth-child(0n) {
    float: right;
  }

  .with-sidebar .region-sidebar {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  }

  .with-sidebar .region-sidebar:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-sidebar .region-sidebar:last-child {
    margin-right: 0;
  }

  .with-sidebar .region-sidebar:nth-child(0n) {
    float: right;
  }

  /* grid classes */
    .col-1-2 { width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
    .col-1-2:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-2:last-child { margin-right: 0; }
    .col-1-2:nth-child(0n) { float: right; }
    .col-1-3 { width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
    .col-1-3:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-3:last-child { margin-right: 0; }
    .col-1-3:nth-child(0n) { float: right; }
    .col-2-3 { width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
    .col-2-3:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-3:last-child { margin-right: 0; }
    .col-2-3:nth-child(0n) { float: right; }
    .col-1-4 { width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
    .col-1-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-4:last-child { margin-right: 0; }
    .col-1-4:nth-child(0n) { float: right; }
    .col-2-4 { width: calc(99.9% * 2/4 - (30px - 30px * 2/4)); }
    .col-2-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-4:last-child { margin-right: 0; }
    .col-2-4:nth-child(0n) { float: right; }
    .col-3-4 { width: calc(99.9% * 3/4 - (30px - 30px * 3/4)); }
    .col-3-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-3-4:last-child { margin-right: 0; }
    .col-3-4:nth-child(0n) { float: right; }
    .col-1-5,
    .col-2-5,
    .col-3-5,
    .col-4-5,
    .col-1-6,
    .col-2-6,
    .col-3-6,
    .col-4-6,
    .col-5-6 { margin: 0 0 20px; }

}
@media (min-width: 740px) {

  #region-content,
  .region-content,
  .region-sidebar,
  #region-footer,
  .region-footer-column {
    padding: 40px 0;
  }

  #region-footer,
  .region-footer-column {
    text-align: left;
  }

  #region-footer {
    clear: both;
  }

  /* grid */
  .zone {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zone:before {
    content: '';
    display: table;
  }
  .zone:after {
    content: '';
    display: table;
    clear: both;
  }

  .with-sidebar #region-content {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
  }

  .with-sidebar #region-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-sidebar #region-content:last-child {
    margin-right: 0;
  }

  .with-sidebar #region-content:nth-child(0n) {
    float: right;
  }

  .with-sidebar .region-sidebar {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  }

  .with-sidebar .region-sidebar:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-sidebar .region-sidebar:last-child {
    margin-right: 0;
  }

  .with-sidebar .region-sidebar:nth-child(0n) {
    float: right;
  }

  .with-2-sidebars #region-content {
    width: calc(99.9% * 2/4 - (30px - 30px * 2/4));
  }

  .with-2-sidebars #region-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-2-sidebars #region-content:last-child {
    margin-right: 0;
  }

  .with-2-sidebars #region-content:nth-child(0n) {
    float: right;
  }

  .with-2-sidebars .region-sidebar {
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  }

  .with-2-sidebars .region-sidebar:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-2-sidebars .region-sidebar:last-child {
    margin-right: 0;
  }

  .with-2-sidebars .region-sidebar:nth-child(0n) {
    float: right;
  }

  .region-footer-column {
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  }

  .region-footer-column:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .region-footer-column:last-child {
    margin-right: 0;
  }

  .region-footer-column:nth-child(4n) {
    margin-right: 0;
    float: right;
  }

  .region-footer-column:nth-child(4n + 1) {
    clear: both;
  }

  /* grid classes */
    .col-1-2 { width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
    .col-1-2:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-2:last-child { margin-right: 0; }
    .col-1-2:nth-child(0n) { float: right; }
    .col-1-3 { width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
    .col-1-3:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-3:last-child { margin-right: 0; }
    .col-1-3:nth-child(0n) { float: right; }
    .col-2-3 { width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
    .col-2-3:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-3:last-child { margin-right: 0; }
    .col-2-3:nth-child(0n) { float: right; }
    .col-1-4 { width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
    .col-1-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-4:last-child { margin-right: 0; }
    .col-1-4:nth-child(0n) { float: right; }
    .col-2-4 { width: calc(99.9% * 2/4 - (30px - 30px * 2/4)); }
    .col-2-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-4:last-child { margin-right: 0; }
    .col-2-4:nth-child(0n) { float: right; }
    .col-3-4 { width: calc(99.9% * 3/4 - (30px - 30px * 3/4)); }
    .col-3-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-3-4:last-child { margin-right: 0; }
    .col-3-4:nth-child(0n) { float: right; }
    .col-1-5 { width: calc(99.9% * 1/5 - (30px - 30px * 1/5)); }
    .col-1-5:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-5:last-child { margin-right: 0; }
    .col-1-5:nth-child(0n) { float: right; }
    .col-2-5 { width: calc(99.9% * 2/5 - (30px - 30px * 2/5)); }
    .col-2-5:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-5:last-child { margin-right: 0; }
    .col-2-5:nth-child(0n) { float: right; }
    .col-3-5 { width: calc(99.9% * 3/5 - (30px - 30px * 3/5)); }
    .col-3-5:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-3-5:last-child { margin-right: 0; }
    .col-3-5:nth-child(0n) { float: right; }
    .col-4-5 { width: calc(99.9% * 4/5 - (30px - 30px * 4/5)); }
    .col-4-5:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-4-5:last-child { margin-right: 0; }
    .col-4-5:nth-child(0n) { float: right; }
    .col-1-6 { width: calc(99.9% * 1/6 - (30px - 30px * 1/6)); }
    .col-1-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-6:last-child { margin-right: 0; }
    .col-1-6:nth-child(0n) { float: right; }
    .col-2-6 { width: calc(99.9% * 2/6 - (30px - 30px * 2/6)); }
    .col-2-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-6:last-child { margin-right: 0; }
    .col-2-6:nth-child(0n) { float: right; }
    .col-3-6 { width: calc(99.9% * 3/6 - (30px - 30px * 3/6)); }
    .col-3-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-3-6:last-child { margin-right: 0; }
    .col-3-6:nth-child(0n) { float: right; }
    .col-4-6 { width: calc(99.9% * 4/6 - (30px - 30px * 4/6)); }
    .col-4-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-4-6:last-child { margin-right: 0; }
    .col-4-6:nth-child(0n) { float: right; }
    .col-5-6 { width: calc(99.9% * 5/6 - (30px - 30px * 5/6)); }
    .col-5-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-5-6:last-child { margin-right: 0; }
    .col-5-6:nth-child(0n) { float: right; }

}
@media (min-width: 740px) and (max-width: 979px) {

  #region-header {
    padding: 10px 0;
  }

  .logo {
    padding: 0 30px;
  }
    .logo img {
      vertical-align: middle;
    }

}
@media (min-width: 980px) {

  #section-header {
    padding: 0 10px;
    background: rgba(0,0,0, 0.8);
  }

  #region-header {
    padding: 10px;
    text-align: left;
  }
    .logo img {
      max-height: 48px;
    }

  .menu-primary-menu-container {
    display: inline-block;
    float: right;
  }

  /* grid */
  .zone {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zone:before {
    content: '';
    display: table;
  }
  .zone:after {
    content: '';
    display: table;
    clear: both;
  }

  #region-header {
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  }

  #region-header:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  #region-header:last-child {
    margin-right: 0;
  }

  #region-header:nth-child(0n) {
    float: right;
  }

  #region-navigation {
    width: calc(99.9% * 3/4 - (30px - 30px * 3/4));
  }

  #region-navigation:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  #region-navigation:last-child {
    margin-right: 0;
  }

  #region-navigation:nth-child(0n) {
    float: right;
  }

  .with-sidebar #region-content {
    width: calc(99.9% * 3/4 - (30px - 30px * 3/4));
  }

  .with-sidebar #region-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-sidebar #region-content:last-child {
    margin-right: 0;
  }

  .with-sidebar #region-content:nth-child(0n) {
    float: right;
  }

  .with-sidebar .region-sidebar {
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  }

  .with-sidebar .region-sidebar:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-sidebar .region-sidebar:last-child {
    margin-right: 0;
  }

  .with-sidebar .region-sidebar:nth-child(0n) {
    float: right;
  }

}
@media (min-width: 980px) and (max-width: 1219px) {

}
@media (min-width: 1220px) {

  /* grid */
  .zone {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zone:before {
    content: '';
    display: table;
  }
  .zone:after {
    content: '';
    display: table;
    clear: both;
  }
  
}

/* navigation variables */

/* global */

#main-navigation {
  position: relative;
  margin: 0;
  padding: 0;
  background: #111;
  list-style: none;
}

#main-navigation ul {
    margin: 0;
    padding: 0;
  }

#main-navigation li {
    position: relative;
  }

#main-navigation li a {
      padding: 10px;
      color: #fff;
      display: block;
      font-weight: 400
    }

#main-navigation li a:hover {
  color: #fff;
  background: #710202;
  text-decoration: none;
}

#main-navigation li > ul {
    padding: 0;
    background: #8b0000;
    display: none;
  }

#main-navigation li > ul li {
      display: block;
    }

#main-navigation li > ul a {
      color: #fff;
      display: block;
    }

#main-navigation li > ul ul {
      background: #666;
    }

#main-navigation li > ul ul a {
        color: #fff;
      }

.afspraak a {
  background: #8b0000
}

.afspraak a:hover {
  color: #fff !important;
  background: rgba(139,0,0, 0.8);
  cursor: pointer;
}

@media (max-width: 979px) {

  #main-navigation {
    display: none;
  }
    #main-navigation li {
      width: 100%;
      text-align: center;
      border-top: 1px solid #222;
      display: block;
    }

  .menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 10px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1;
  }
    .menu-toggle .lines {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -2px;
      width: 100%;
      height: 4px;
      display: block;
      background: #fff;
      font-size: 0px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s
    }
    .menu-toggle .lines:before,
      .menu-toggle .lines:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
    .menu-toggle .lines:before {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
    .menu-toggle .lines:after {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }

  .menu-toggle:hover {
    cursor: pointer;
  }

  .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px !important;
  }
    .sub-menu-toggle .close {
      display: none;
    }
      .sub-menu-toggle-active .open {
        display: none;
      }
      .sub-menu-toggle-active .close {
        display: block;
      }

  .sub-menu-toggle:hover {
    cursor: pointer;
  }
    .menu-toggle-active .lines {
      background-color: transparent
    }
    .menu-toggle-active .lines:before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
    .menu-toggle-active .lines:after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }

}

@media (min-width: 980px) {

  #region-navigation {
    padding: 10px;
  }

  #main-navigation {
    background: none;
    display: block !important;
  }
    #main-navigation li {
      display: inline-block
    }
    #main-navigation li:hover > ul {
    display: block;
  }
    #main-navigation li > ul {
      position: absolute;
      top: 100%;
      width: 220px;
      z-index: 9;
    }
      #main-navigation li > ul li:hover {
    color: #fff;
    background: #710202;
  }
      #main-navigation li > ul ul {
        top: 0;
        left: 100%;
      }

  .menu-toggle,
  .sub-menu-toggle  {
    display: none !important;
  }

  .afspraak {
    margin-left: 10px;
  }

}

@media (min-width: 980px) and (max-width: 1219px) {

  #main-navigation {
    font-size: 86%;
  }
  .menu-home {
    display: none !important;
  }

}

@media (min-width: 980px) and (max-width: 1122px) {

  #main-navigation {
    font-size: 80% !important;
  }
    #main-navigation li a {
      padding: 10px 5px !important;
    }

}

@media (min-width: 1220px) and (max-width: 1360px) {

  #main-navigation {
    font-size: 86%;
  }
  .menu-home {
    display: none !important;
  }

}
/* header variables */
/* global */
.fixed-header .section-header {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 9;
  }
.fixed-header .section-content {
    padding-top: 50px !important;
  }
@media (max-width: 979px) {

  /* navigation fix */
    .fixed-header #zone-header {
      padding: 0;
    }
    .fixed-header #main-navigation {
      height: calc(100vh - 50px);
      overflow-y: scroll;
    }

}
@media (min-width: 980px) {
    .fixed-header .section-header {
      height: 70px;
    }
    .fixed-header .section-content {
      padding-top: 70px !important;
    }
    .home .section-content {
      padding-top: 0 !important;
    }

}
/* global */
.cta-home {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #fff;
  background: rgba(0,0,0, 0.8);
  z-index: 9;
}
.cta-home .content {
    position: relative;
    padding: 40px 40px 20px;
  }
.cta-home .call-form {
    padding: 20px 0 0;
    border-top: 1px solid #222;
  }
.cta-home .call-form .wpcf7 {
      margin: 10px 0 0;
    }
.cta-home a {
    color: #fff;
  }
.cta-home-mobile {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
  }
.cta-home-mobile .button {
      background: rgba(0,0,0, 0.8);
      border: 1px solid #111 !important;
    }
.cta-afspraak-maken-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0, 0.8);
  z-index: 9999;
  overflow-y: scroll
}
.cta-afspraak-maken-wrapper.active {
  display: block;
}
.cta-afspraak-maken-wrapper .content {
    position: relative;
    margin: 40px 20px;
    padding: 20px;
    background: #fff;
}
.cta-afspraak-maken-wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #8b0000;
    font-weight: 800;
    text-align: center;
}
.cta-afspraak-maken-wrapper .close:hover {
  cursor: pointer;
}
.cta-afspraak-maken-wrapper .call-form {
    padding: 20px 0 0;
    border-top: 1px solid #bbb;
}
.cta-afspraak-maken-wrapper .call-form .wpcf7 {
      margin: 10px 0 0;
    }
.cta-call:hover {
  cursor: pointer;
}
@media (max-width: 739px) {

  .cta-home {
    display: none;
  }

}
@media (min-width: 740px) {

  .cta-home-mobile {
    display: none !important;
  }
    .cta-afspraak-maken-wrapper .content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0;
      padding: 40px;
    }

}
@media (min-width: 740px) and (max-width: 979px) {
    .cta-home .call-form {
      display: none;
    }

}
@media (min-width: 980px) and (max-width: 1219px) {

  .cta-home {
    bottom: 40px;
  }
    .cta-home .call-form {
      display: none;
    }

}
@media (min-width: 1400px) {

  .cta-home {
    bottom: 80px;
  }

}
#zk-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
#zk-widget .close {
    position: absolute;
    padding: 5px 10px;
    top: -30px;
    right: 0;
    height: 30px;
    line-height: 20px;
    color: #fff;
    background: #8b0000;
    font-size: 85%
  }
#zk-widget .close:hover {
  cursor: pointer;
}
/* global */
.home .section-content,
  .home #region-content {
    padding: 0;
  }
.grecaptcha-badge {
  display: none !important;
}
.breadcrumb {
  margin: 20px 0 0 !important;
}
.font-white {
    color: #fff;
  }
.font-red {
    color: #8b0000;
  }
.font-l {
    font-size: 140%;
  }
.font-xl {
    font-size: 180%;
  }
.font-xxl {
    font-size: 220%;
  }
.text-align-center {
    text-align: center;
  }
.text-align-right {
    text-align: right;
  }
table {
  margin: 0 0 30px;
}
table tr:nth-child(2n+1) {
  background: #ccc;
}
table tr td {
      padding: 10px;
}
table .rteright {
    padding-left: 10px;
    min-width: 60px;
    text-align: right;
  }
.sm li {
	margin: 0 10px 10px 0;
	display: inline-block;
  }
.sm a  {
	width: 32px;
	height: 32px;
	display: inline-block;
	text-indent: -9999px;
	background-size: 32px 32px !important;
  }
.sm .fb {
	background: url(https://www.fysiotherapiemikesoyer.nl/wp-content/themes/fysiotherapiemikesoyer/css/../images/icon-facebook.svg);
  }
.sm .ig {
	background: url(https://www.fysiotherapiemikesoyer.nl/wp-content/themes/fysiotherapiemikesoyer/css/../images/icon-instagram.svg);
  }
.menu-specialisaties-sub {
  padding: 0 !important;
  border: none !important;
}
.menu-specialisaties-sub a {
    padding: 10px 20px;
    color: #fff;
    background: #8b0000;
    display: block;
    border-bottom: 4px solid #fff
  }
.menu-specialisaties-sub a:hover {
  background: #710202;
  text-decoration: none;
}
.parent-pageid-37 h1 {
    margin: 0;
  }
.big {
  margin-bottom: 20px;
  font-size: 80%;
}
@media (min-width: 740px) {
    .text-align-left-narrow {
      text-align: left;
    }
    .text-align-center-narrow {
      text-align: center;
    }
    .text-align-right-narrow {
      text-align: right;
    }

}
@media (min-width: 980px) {
    .font-l {
      font-size: 160%;
    }
    .font-xl {
      font-size: 240%;
    }
    .font-xxl {
      font-size: 300%;
    }

  .menu-specialisaties-sub {
    position: fixed;
    width: 212px;
  }

}
@media (min-width: 1220px) {

  .menu-specialisaties-sub {
    width: 272px;
  }

}
/* WordPress base V1.1 | Last modified date: 20 Sep 2017 */
/* wordpress variables */
/* global */
.clear,
.entry-header,
.entry-content,
.entry-footer {
  clear: both;
}
.updated:not(.published),
.screen-reader-text {
  display: none;
}
/* alignment */
.alignleft {
  margin-right: 20px;
  float: left;
  display: inline;
}
.alignright {
  margin-left: 20px;
  float: right;
  display: inline;
}
.aligncenter {
  margin: 0 auto;
  display: block;
  clear: both;
}
/* nav links */
.nav-links {
  margin: 20px 0 0;
}
.nav-links:before {
  content: '';
  display: table;
}
.nav-links:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 739px) {
  .nav-links .nav-previous,
    .nav-links .nav-next {
      text-align: center;
  }
  .nav-links .nav-previous {
      margin: 0 0 20px;
  }
}
@media (min-width: 740px) {
  .nav-links .nav-previous {
      float: left;
  }
  .nav-links .nav-next {
      float: right;
  }
}
/* media */
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border: none;
  }
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    margin: 1.2% auto 0;
    max-width: 98%;
    display: block;
  }
.wp-caption-text {
    text-align: center;
  }
.site-main .gallery {
    margin-bottom: 20px;
  }
.site-main .gallery a img {
        max-width: 90%;
        height: auto;
        border: none;
      }
.site-main .gallery dd {
      margin: 0;
    }
/* misc variables */
/* global */
.nav-links a,
.search-submit,
.button,
.submit {
  padding: 5px 10px !important;
  width: auto;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background: #8b0000;
  border: 1px solid #8b0000 !important
}
.nav-links a:hover, .search-submit:hover, .button:hover, .submit:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #111;
  border: 1px solid #111 !important;
}
/* WordPress widget V1.1 | Last modified date: 20 Sep 2017 */
/* widget */
.widget {
  margin: 0 0 20px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li {
        padding: 6px 0;
        border-top: 1px solid #f2f2f2
      }
.widget.widget_recent_entries ul li:nth-child(1), .widget.widget_recent_comments ul li:nth-child(1) {
  border: none;
}
.page-content .widget, .region-sidebar .widget {
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
  }
/* WordPress search V1.1 | Last modified date: 20 Sep 2017 */
/* search */
.search-form {
    margin: 0 0 20px;
  }
.search-form input {
      padding: 5px;
      border: 1px solid #ccc;
    }
.search-results article {
      margin: 40px 0 0;
      padding: 20px 0 0;
      border-top: 1px solid #ccc;
    }
.search .post .entry-title {
      margin: 0;
    }
.search .post .entry-meta {
      margin: 0 0 20px;
      font-size: 80%;
    }
/* WordPress archive V1.1 | Last modified date: 20 Sep 2017 */
/* archive */
.archive .post {
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
  }
.archive .post .entry-title {
      margin: 0;
    }
.archive .post .entry-meta {
      margin: 0 0 20px;
      font-size: 80%;
    }
.single .post .entry-title {
      margin: 0;
    }
.single .post .entry-meta {
      margin: 0 0 20px;
      font-size: 80%;
    }
.single .post-navigation {
    margin: 40px 0 0;
    border-top: 1px solid #ccc;
  }
/* misc */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
  }
/* WordPress comments V1.0 | Last modified date: 11 Jul 2016 */
/* comments */
.comments-area {
  margin: 40px 0 0;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list article {
    padding: 40px 0;
    border-top: 1px solid #ccc;
  }
.comment-list .children {
    padding: 0;
    list-style: none
  }
.comment-list .children > li {
  padding: 0 0 0 20px;
}
.comment-author {
  line-height: 1.5;
}
.comment-author .avatar {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
  }
.comment-author .says {
    display: none;
  }
.comment-reply-link {
  padding: 0 10px;
  display: inline-block;
  font-size: 80%;
  background: rgba(242,242,242, 1);
  border: 1px solid #ccc
}
.comment-reply-link:hover {
  background: rgba(242,242,242, 0.5);
  text-decoration: none;
}
.comment-metadata {
  font-size: 80%;
  line-height: 1;
}
.comment-content {
  margin: 20px 0 0;
}
.comment-content a {
    word-wrap: break-word;
  }
.comment-respond {
  padding: 20px 0;
  border-top: 4px solid #ccc;
}
.comment-respond label {
    font-weight: 700;
    display: block;
  }
.comment-respond textarea,
  .comment-respond input {
    padding: 5px;
    width: 100%;
    border: 1px solid #ccc
  }
.comment-respond textarea.submit, .comment-respond input.submit {
  width: auto;
}
.tags-links,
.comments-link {
  margin: 0 10px 0 0;
  padding: 0 10px;
  font-size: 80%;
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
/* global */
.msHtmlOverlay > div {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 40px 40px 40px;
  padding: 10px 20px;
  color: #fff;
  background: rgba(0,0,0,0.8);
  font-style: italic;
}
@media (max-width: 499px) {

  .msHtmlOverlay {
    display: none !important;
  }

}
/* global */
.query-personaltrainers .photo, .query-teamfysiotherapeuten .photo, .query-team .photo {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.query-personaltrainers .photo img, .query-teamfysiotherapeuten .photo img, .query-team .photo img {
      width: 100%;
	  height: 100%;
    }
.query-personaltrainers .name, .query-teamfysiotherapeuten .name, .query-team .name {
    text-align: center;
  }
.query-blessureoverview,
.query-specialisatiesoverview {
  text-align: center;
}
.query-beweegprogrammas .query-row {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 200px;
    text-align: center;
    background: #8b0000;
  }
.query-beweegprogrammas .query-row a {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff;
      font-weight: 400;
    }
@media (max-width: 499px) {
    .query-blessureoverview .query-row, .query-specialisatiesoverview .query-row {
      margin: 0 15px 5px 0;
      display: inline-block;
    }
    .query-teamfysiotherapeuten .query-row, .query-personaltrainers .query-row, .query-team .query-row {
      width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    }
    .query-teamfysiotherapeuten .query-row:nth-child(1n), .query-personaltrainers .query-row:nth-child(1n), .query-team .query-row:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
    .query-teamfysiotherapeuten .query-row:last-child, .query-personaltrainers .query-row:last-child, .query-team .query-row:last-child {
      margin-right: 0;
    }
    .query-teamfysiotherapeuten .query-row:nth-child(2n), .query-personaltrainers .query-row:nth-child(2n), .query-team .query-row:nth-child(2n) {
      margin-right: 0;
      float: right;
    }
    .query-teamfysiotherapeuten .query-row:nth-child(2n + 1), .query-personaltrainers .query-row:nth-child(2n + 1), .query-team .query-row:nth-child(2n + 1) {
      clear: both;
    }

}
@media (min-width: 500px) and (max-width: 739px) {
    .query-blessureoverview .query-row, .query-specialisatiesoverview .query-row, .query-teamfysiotherapeuten .query-row, .query-beweegprogrammas .query-row, .query-personaltrainers .query-row, .query-team .query-row {
      width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    }
    .query-blessureoverview .query-row:nth-child(1n), .query-specialisatiesoverview .query-row:nth-child(1n), .query-teamfysiotherapeuten .query-row:nth-child(1n), .query-beweegprogrammas .query-row:nth-child(1n), .query-personaltrainers .query-row:nth-child(1n), .query-team .query-row:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
    .query-blessureoverview .query-row:last-child, .query-specialisatiesoverview .query-row:last-child, .query-teamfysiotherapeuten .query-row:last-child, .query-beweegprogrammas .query-row:last-child, .query-personaltrainers .query-row:last-child, .query-team .query-row:last-child {
      margin-right: 0;
    }
    .query-blessureoverview .query-row:nth-child(2n), .query-specialisatiesoverview .query-row:nth-child(2n), .query-teamfysiotherapeuten .query-row:nth-child(2n), .query-beweegprogrammas .query-row:nth-child(2n), .query-personaltrainers .query-row:nth-child(2n), .query-team .query-row:nth-child(2n) {
      margin-right: 0;
      float: right;
    }
    .query-blessureoverview .query-row:nth-child(2n + 1), .query-specialisatiesoverview .query-row:nth-child(2n + 1), .query-teamfysiotherapeuten .query-row:nth-child(2n + 1), .query-beweegprogrammas .query-row:nth-child(2n + 1), .query-personaltrainers .query-row:nth-child(2n + 1), .query-team .query-row:nth-child(2n + 1) {
      clear: both;
    }

}
@media (min-width: 740px) {
    .query-blessureoverview .query-row, .query-specialisatiesoverview .query-row, .query-teamfysiotherapeuten .query-row, .query-beweegprogrammas .query-row, .query-personaltrainers .query-row, .query-team .query-row {
      width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    }
    .query-blessureoverview .query-row:nth-child(1n), .query-specialisatiesoverview .query-row:nth-child(1n), .query-teamfysiotherapeuten .query-row:nth-child(1n), .query-beweegprogrammas .query-row:nth-child(1n), .query-personaltrainers .query-row:nth-child(1n), .query-team .query-row:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
    .query-blessureoverview .query-row:last-child, .query-specialisatiesoverview .query-row:last-child, .query-teamfysiotherapeuten .query-row:last-child, .query-beweegprogrammas .query-row:last-child, .query-personaltrainers .query-row:last-child, .query-team .query-row:last-child {
      margin-right: 0;
    }
    .query-blessureoverview .query-row:nth-child(2n), .query-specialisatiesoverview .query-row:nth-child(2n), .query-teamfysiotherapeuten .query-row:nth-child(2n), .query-beweegprogrammas .query-row:nth-child(2n), .query-personaltrainers .query-row:nth-child(2n), .query-team .query-row:nth-child(2n) {
      margin-right: 0;
      float: right;
    }
    .query-blessureoverview .query-row:nth-child(2n + 1), .query-specialisatiesoverview .query-row:nth-child(2n + 1), .query-teamfysiotherapeuten .query-row:nth-child(2n + 1), .query-beweegprogrammas .query-row:nth-child(2n + 1), .query-personaltrainers .query-row:nth-child(2n + 1), .query-team .query-row:nth-child(2n + 1) {
      clear: both;
    }

}
@media (min-width: 980px) {
    .query-beweegprogrammas .query-row, .query-personaltrainers .query-row, .query-team .query-row {
      width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    }
    .query-beweegprogrammas .query-row:nth-child(1n), .query-personaltrainers .query-row:nth-child(1n), .query-team .query-row:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
    .query-beweegprogrammas .query-row:last-child, .query-personaltrainers .query-row:last-child, .query-team .query-row:last-child {
      margin-right: 0;
    }
    .query-beweegprogrammas .query-row:nth-child(3n), .query-personaltrainers .query-row:nth-child(3n), .query-team .query-row:nth-child(3n) {
      margin-right: 0;
      float: right;
    }
    .query-beweegprogrammas .query-row:nth-child(3n + 1), .query-personaltrainers .query-row:nth-child(3n + 1), .query-team .query-row:nth-child(3n + 1) {
      clear: both;
    }
    .query-blessureoverview .query-row, .query-specialisatiesoverview .query-row, .query-teamfysiotherapeuten .query-row {
      width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
    }
    .query-blessureoverview .query-row:nth-child(1n), .query-specialisatiesoverview .query-row:nth-child(1n), .query-teamfysiotherapeuten .query-row:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
    .query-blessureoverview .query-row:last-child, .query-specialisatiesoverview .query-row:last-child, .query-teamfysiotherapeuten .query-row:last-child {
      margin-right: 0;
    }
    .query-blessureoverview .query-row:nth-child(4n), .query-specialisatiesoverview .query-row:nth-child(4n), .query-teamfysiotherapeuten .query-row:nth-child(4n) {
      margin-right: 0;
      float: right;
    }
    .query-blessureoverview .query-row:nth-child(4n + 1), .query-specialisatiesoverview .query-row:nth-child(4n + 1), .query-teamfysiotherapeuten .query-row:nth-child(4n + 1) {
      clear: both;
    }

}
@media (min-width: 1220px) {
    .query-beweegprogrammas .query-row, .query-personaltrainers .query-row, .query-team .query-row {
      width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
    }
    .query-beweegprogrammas .query-row:nth-child(1n), .query-personaltrainers .query-row:nth-child(1n), .query-team .query-row:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none;
    }
    .query-beweegprogrammas .query-row:last-child, .query-personaltrainers .query-row:last-child, .query-team .query-row:last-child {
      margin-right: 0;
    }
    .query-beweegprogrammas .query-row:nth-child(4n), .query-personaltrainers .query-row:nth-child(4n), .query-team .query-row:nth-child(4n) {
      margin-right: 0;
      float: right;
    }
    .query-beweegprogrammas .query-row:nth-child(4n + 1), .query-personaltrainers .query-row:nth-child(4n + 1), .query-team .query-row:nth-child(4n + 1) {
      clear: both;
    }

}
/* cf7 variables */
/* global */
.wpcf7-form .row {
    margin: 0 0 10px;
  }
.wpcf7-form label {
    font-weight: 700;
    display: block;
  }
.wpcf7-form input,
  .wpcf7-form textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
  }
.wpcf7-form .wpcf7-submit {
    padding: 10px 20px;
    width: auto;
    color: #fff;
    font-weight: 700;
    background: #8b0000;
    border: 1px solid #8b0000
  }
.wpcf7-form .wpcf7-submit:hover {
  color: #fff;
  cursor: pointer;
  background: #111;
  border: 1px solid #111;
}
.wpcf7-form .required {
    color: red;
  }