@charset "UTF-8";
/**
 * Main CSS File
 *
 * @package ChefOehlala
 * @since 2016
 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
* normalize.css v3.0.1
* git.io/normalize
*
* @package ChefOehlala
* @since 2016
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Legacy Css styling, with some nice-haves
 *
 * @package ChefOehlala
 * @since 2016
 */
* {
  -webkit-font-smoothing: antialiased;
}

input, textarea {
  outline: none;
}

/* set all widths: */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

p, a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

ul, ol {
  margin: 0;
}

table {
  width: 100%;
}

.fullwidth, .onethird, .twothird, .half, .onefourth, .onefifth, .onesixth, .twofifth {
  float: left;
}

.fullwidth {
  width: 100%;
}

.onethird {
  width: 33%;
}

.twothird {
  width: 66%;
}

.half {
  width: 50%;
}

.onefourth {
  width: 25%;
}

.onefifth {
  width: 20%;
}

.onesixth {
  width: 16.666666667%;
}

.twofifth {
  width: 40%;
}

.cuisine-step {
  display: none;
}

.step-page {
  float: left;
  margin-right: 15px;
}

.pull-right {
  float: right;
}

.onethird.nomargin, .twothird.nomargin, .half.nomargin, .onefourth.nomargin {
  padding-right: 0;
}

/* Images */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  margin: 0 auto 20px auto;
}

.wp-caption-text {
  padding-bottom: 20px;
}

/* Increase frame-rate when scrolling by not registering pointer-events:*/
.disable-hover, .disable-hover * {
  pointer-events: none !important;
}

/**
 * Variable file 
 * place global variables here:
 *
 * @package ChefOehlala
 * @since 2016
 */
/**
 * Mixin file 
 * All our custom mixins
 *
 * @package ChefOehlala
 * @since 2016
 */
/* Boxsizing shortcut: */
/* Transform shortcuts */
/* Styling placeholders: */
/* Retina images: */
/* "Hard" gradients: */
/* REM font sizes: */
/**
 * Grid styling 
 *
 * @package ChefOehlala
 * @since 2016
 */
.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Base typography
 *
 * @package ChefOehlala
 * @since 2016
 */
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-family: "lato", serif;
  line-height: 135%;
}

p, a, span, ol, ul, li, strong, em, i, b, big, small, tt, abbr, acronym,
cite, code, dfn, em, kbd, samp, var, br, sub, sup, button, input, label,
select, textarea {
  color: #444;
  font-family: "lato", sans-serif;
  line-height: 135%;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

/**
 * General CSS file 
 * Styling for all general classes
 *
 * @package ChefOehlala
 * @since 2016
 */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  font-size: 1rem;
  color: #444;
  font-family: "lato", sans-serif;
  overflow-y: scroll;
  line-height: 135%;
}

#main {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -42px;
}

#main:after {
  content: "";
  display: block;
}

.footer, #main:after {
  height: 42px;
}

/**
 * firefox hack for flexbox
 */
* {
  min-height: 0;
  min-width: 0;
}

/**
 * General Classes:
 */
/* Increase frame-rate when scrolling by not registering pointer-events:*/
.disable-hover, .disable-hover * {
  pointer-events: none !important;
}

/* Mustache link: */
a[class^="mustache"] {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  float: none;
  position: absolute;
  background: url("../images/mustache.png");
  width: 80px;
  height: 15px;
  left: 50%;
  margin-left: -40px;
  top: 5px;
  opacity: 1;
}

a[class^="mustache"]:hover {
  opacity: .5;
}

a.mustache--black {
  background-position: 0 20px;
}

/* Screenreader text support: */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  clip: auto !important;
  color: #242559;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.section .section-wrapper {
  background-size: cover !important;
  background-position: center center !important;
  padding: 30px 0;
}
.section .section-wrapper .column-wrapper {
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.section .fullwidth .column.content {
  padding: 0 20%;
}

.section-title {
  margin-bottom: 15px;
  text-align: center;
}

/**
 * UI CSS
 * Buttons, links, etc.
 *
 * @package ChefOehlala
 * @since 2016
 */
.button, .btn, a[class^="btn--"], .form .form-footer .submit-form, .photo .section-wrapper a, .photo .section-wrapper a:visited, .more-link, .more-link:visited, .button:visited, .btn:visited, a[class^="btn--"]:visited, .form .form-footer .submit-form:visited, .photo .section-wrapper a:visited, .more-link:visited {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 12px 18px;
  background: #242559;
  display: inline-block;
  outline: none;
  border: none;
  color: #fff;
  text-decoration: none;
  line-height: 145%;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 4px;
  /*&.arrow{
  	padding-right:40px;
  	position: relative;
  	&:after{
  		content:"";
  		position: absolute;
  		width:0;
  		right:15px;
  		top:50%;
  		border-top:8px solid transparent;
  		border-left:12px solid #FFF;
  		border-bottom:8px solid transparent;
  		@include transform( translateY(-50%) );
  	}
  }*/
}
.button:hover, .btn:hover, a[class^="btn--"]:hover, .form .form-footer .submit-form:hover, .photo .section-wrapper a:hover, .more-link:hover, .button:visited:hover, .btn:visited:hover, a[class^="btn--"]:visited:hover, .form .form-footer .submit-form:visited:hover, .photo .section-wrapper a:visited:hover, .more-link:visited:hover {
  background: #151635;
  color: #FFF !important;
}

.column.content .button, .column.content .btn, .column.content a[class^="btn--"], .column.content .form .form-footer .submit-form, .form .form-footer .column.content .submit-form, .column.content .photo .section-wrapper a, .photo .section-wrapper .column.content a, .column.content .more-link, .column.content .button:visited, .column.content .btn:visited, .column.content a[class^="btn--"]:visited, .column.content .form .form-footer .submit-form:visited, .form .form-footer .column.content .submit-form:visited, .column.content .photo .section-wrapper a:visited, .photo .section-wrapper .column.content a:visited, .column.content .more-link:visited {
  color: #FFF;
}

.readmore {
  line-height: 100%;
}

a, a:visited {
  color: #444;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

.single-nav {
  border-top: 2px solid #efefef;
  margin: 30px 0;
  text-align: center;
  padding: 30px 30px 0 30px;
}
.single-nav a, .single-nav a:visited {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  font-size: 1.25rem;
}
.single-nav a i, .single-nav a:visited i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-nav a:hover, .single-nav a:hover i, .single-nav a:visited:hover, .single-nav a:visited:hover i {
  color: #242559;
}

.section .socials {
  text-align: center;
}
.section .socials h2 {
  margin-bottom: 10px;
}
.section .socials .socials-icons a, .section .socials .socials-icons a:visited {
  margin: 0 10px 10px 0;
  background: #242559;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.section .socials .socials-icons a i, .section .socials .socials-icons a:visited i {
  color: #fff;
}
.section .socials .socials-icons a:hover, .section .socials .socials-icons a:visited:hover {
  background: #454572;
}
.section .socials .socials-icons a:last-of-type, .section .socials .socials-icons a:visited:last-of-type {
  margin-right: 0;
}

.share-buttons .share-text {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}
.share-buttons a, .share-buttons a:visited {
  line-height: 100%;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  padding-top: 12px;
  text-align: center;
  font-size: 1.25rem;
  cursor: pointer;
}
.share-buttons a i, .share-buttons a:visited i {
  color: #fff;
}
.share-buttons a .count, .share-buttons a:visited .count {
  display: none;
}
.share-buttons a:hover, .share-buttons a:visited:hover {
  background: #151635;
  border-bottom: 5px solid #151635;
}
.share-buttons > *:last-child {
  margin-right: 0;
}

.pages {
  margin-top: 30px;
  text-align: center;
}
.pages a, .pages a:visited, .pages span {
  width: 44px;
  height: 44px;
  background: #242559;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 8px;
}
.pages a, .pages a:visited {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #444;
  background: #efefef;
}
.pages a:hover, .pages a:visited:hover {
  background: #454572 !important;
  color: #FFF;
}
.pages span {
  background: #242559;
}
.pages *:last-child {
  margin-right: 0;
}

/**
* Forms CSS file 
* Styling for forms:
* 
*/
.form-column .form {
  padding: 0;
}
.form-column .form .field-wrapper > label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.form-column .form .field-wrapper > label:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.form-column .form .field-wrapper.checkbox label, .form-column .form .field-wrapper.select label, .form-column .form .field-wrapper.radio label {
  clip: auto;
  position: relative !important;
  height: auto;
  width: auto;
  overflow: visible;
  display: block;
  margin-bottom: 5px;
}
.form-column .form .field-wrapper.radio label {
  margin-bottom: 10px;
}

.form .form-fields .field-wrapper {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 15px;
  position: relative;
}
.form .form-fields .field-wrapper .validation-error {
  background: #ae2d30;
  padding: 4px 8px;
  color: #FFF;
  position: absolute;
  top: -32px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form .form-fields .field-wrapper .validation-error:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ae2d30;
}
.form .form-fields .field-wrapper input, .form .form-fields .field-wrapper textarea {
  border: 1px solid #efefef;
  color: #444;
}
.form .form-fields .field-wrapper input.placeholder, .form .form-fields .field-wrapper textarea.placeholder {
  color: #444;
}
.form .form-fields .field-wrapper input:-moz-placeholder, .form .form-fields .field-wrapper textarea:-moz-placeholder {
  color: #444;
}
.form .form-fields .field-wrapper input::-moz-placeholder, .form .form-fields .field-wrapper textarea::-moz-placeholder {
  color: #444;
}
.form .form-fields .field-wrapper input::-webkit-input-placeholder, .form .form-fields .field-wrapper textarea::-webkit-input-placeholder {
  color: #444;
}
.form .form-fields .field-wrapper input:focus, .form .form-fields .field-wrapper textarea:focus {
  border: 1px solid #242559;
}
.form .form-fields .field-wrapper input:focus + .validation-error, .form .form-fields .field-wrapper textarea:focus + .validation-error {
  opacity: 1;
}
.form .form-fields .field-wrapper input.validated-false:focus, .form .form-fields .field-wrapper textarea.validated-false:focus {
  border: 1px solid #ae2d30;
}
.form .form-fields .field-wrapper textarea {
  height: 100px;
  background-position: 97.5% 48% !important;
}
.form .form-fields .field-wrapper.radio {
  margin-top: 5px;
}
.form .form-fields .field-wrapper.radio input {
  display: none;
}
.form .form-fields .field-wrapper.radio .subfield-wrapper {
  display: block;
  margin-bottom: 5px;
}
.form .form-fields .field-wrapper.radio .subfield-wrapper label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 14px;
  top: -4px;
}
.form .form-fields .field-wrapper.radio .subfield-wrapper label:hover:before {
  background: #ccc;
}
.form .form-fields .field-wrapper.radio .subfield-wrapper label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  padding-top: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #f1f1f1;
  border-radius: 50%;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
.form .form-fields .field-wrapper.radio input[type=radio]:checked + label:before {
  content: "\2022";
  color: #242559;
  font-size: 42px;
  font-size: 2.625rem;
  text-align: center;
  line-height: 16px;
}
.form .form-fields .field-wrapper.checkbox input[type=checkbox] {
  display: none;
}
.form .form-fields .field-wrapper.checkbox .checkbox label:before {
  border-radius: 3px;
}
.form .form-fields .field-wrapper.checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  font-size: 1.875rem;
  color: #242559;
  text-align: center;
  line-height: 15px;
}
.form .form-fields .field-wrapper.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 14px;
}
.form .form-fields .field-wrapper.checkbox label:hover:before {
  background: #ccc;
}
.form .form-fields .field-wrapper.checkbox label:before {
  content: "";
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 18px;
  padding-bottom: 2px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #f1f1f1;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
.form .form-footer {
  margin-top: 10px;
}
.form .form-footer .submit-form {
  float: right;
  background: #242559;
}
.form .form-footer .submit-form:hover {
  background: #454572;
}

.select {
  position: relative;
  z-index: 2;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.select select {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: #FFF;
}
.select select:focus {
  outline: none;
}
.select:after {
  content: "";
  height: 39px;
  width: 44px;
  pointer-events: none;
  display: block;
  position: absolute;
  background: #242559;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.select:before {
  content: "\f078";
  position: absolute;
  right: 4px;
  bottom: 12px;
  color: #fff;
  font-family: fontAwesome;
  font-size: 36px;
  font-size: 2.25rem;
  pointer-events: none;
  z-index: 2;
}
.select:hover:after {
  background: #454572;
}

.ui-datepicker {
  width: 250px;
  background: #FFF;
  z-index: 10;
  border: 1px solid #efefef;
  padding: 5px;
  box-shadow: 0 0 5px #d6d6d6;
}
.ui-datepicker a, .ui-datepicker a:visited {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 5px;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  margin-bottom: 10px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.ui-datepicker .ui-datepicker-prev:hover span, .ui-datepicker .ui-datepicker-next:hover span {
  color: #242559;
}
.ui-datepicker .ui-state-default {
  color: #444;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.ui-datepicker .ui-state-default.ui-state-active {
  color: #454572;
}
.ui-datepicker .ui-state-default:hover {
  color: #242559;
}

.form .loader > div {
  background: #242559 !important;
}

.form.msg .message {
  background: #242559;
}
.form.msg .message p {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

/* generated with grunt-sass-globbing */
/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow, .flickity-prev-next-button .form .form-footer .submit-form, .form .form-footer .flickity-prev-next-button .submit-form {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

.form-fields .field-wrapper {
  width: 45%;
  float: left;
  clear: none;
}
.form-fields .field-wrapper:nth-child(odd) {
  margin-right: 10%;
}
.form-fields .field-wrapper.textarea, .form-fields .field-wrapper.content, .form-fields .field-wrapper.checkboxes, .form-fields .field-wrapper.radio, .form-fields .field-wrapper.address-wrapper {
  width: 100%;
  clear: both;
}
.form-fields .field-wrapper.hidden {
  display: none;
}
.form-fields .field-wrapper input, .form-fields .field-wrapper textarea, .form-fields .field-wrapper select {
  box-sizing: border-box;
  padding: 8px 16px;
  box-shadow: none;
  border: 1px solid #ccc;
  width: 100% !important;
}
.form-fields .field-wrapper input:focus, .form-fields .field-wrapper textarea:focus, .form-fields .field-wrapper select:focus {
  border: 1px solid #444;
}
.form-fields .field-wrapper input.validated-true, .form-fields .field-wrapper input.validated-false, .form-fields .field-wrapper textarea.validated-true, .form-fields .field-wrapper textarea.validated-false, .form-fields .field-wrapper select.validated-true, .form-fields .field-wrapper select.validated-false {
  background-image: url("../../../plugins/chef-forms/Assets/images/ok.png");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 97.5% center;
}
.form-fields .field-wrapper input.validated-false, .form-fields .field-wrapper textarea.validated-false, .form-fields .field-wrapper select.validated-false {
  background-image: url("../../../plugins/chef-forms/Assets/images/fail.png");
}
.form-fields .field-wrapper textarea.validated-true, .form-fields .field-wrapper textarea.validated-false {
  background-position: 97.5% 5%;
}
.form-fields .field-wrapper.label-top label {
  width: 100%;
  display: block;
  padding-bottom: 4px;
}
.form-fields .field-wrapper.label-left label {
  padding-right: 15px;
}
.form-fields .field-wrapper.checkbox input {
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
  margin-right: 5px;
}
.form-fields .validation-error {
  padding: 5px 0 0 0;
  color: red;
}

.form {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 15px 15px 65px 15px;
  display: block;
  position: relative;
}
.form .form-fields, .form .form-footer {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form .form-footer {
  display: block;
  width: 100% !important;
  clear: both;
}
.form .loader {
  position: absolute;
  display: none;
  pointer-events: none;
  top: 30%;
  left: 0;
  right: 0;
  width: 140px;
}
.form .loader > div {
  background-color: rgba(0, 0, 0, 0.5);
  width: 32px;
  height: 32px;
}
.form .message {
  position: absolute;
  padding: 30px;
  background: #f8f8f8;
  font-size: 1.5rem;
  display: none;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 15%;
}
.form.active .form-fields, .form.active .form-footer, .form.msg .form-fields, .form.msg .form-footer {
  opacity: .15;
  pointer-events: none;
}
.form.active .loader, .form.msg .loader {
  display: block;
  pointer-events: auto;
}
.form.msg .message {
  display: block;
}
.form.msg .loader {
  display: none;
}
.form .form-anchor {
  margin-top: -250px;
}

.form-message {
  display: block;
  padding: 15px;
  text-align: center;
  background: #6bb12a;
  margin-bottom: 15px;
  color: #fff;
  line-height: 100%;
}
.form-message p {
  color: #fff;
  line-height: 100;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form-message i {
  color: #fff;
  float: left;
  font-size: 1.5rem;
  margin: -3px 5px 0 0;
}
.form-message.error {
  background: red;
}

.collection.gallery .gallery-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.collection.gallery .gallery-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.collection.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
}
.collection.gallery .gallery-item:last-of-type {
  margin-right: 0;
}
.collection.gallery.masonry {
  display: block;
  width: 100% !important;
}
.collection.gallery.masonry .gallery-item {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  width: 32%;
  display: block;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.2.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.2.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent;
  }

  .featherlight-previous {
    left: 25px;
    right: 80%;
  }

  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }

  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }

  .featherlight-next span {
    right: 5%;
    left: auto;
  }

  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }

  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }

  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }

  .featherlight-previous {
    left: 10px;
    right: 85%;
  }

  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
/**
 * Isotope styling:
 */
.overview.collection.masonry {
  display: block;
  display: block;
  width: 100%;
}
.overview.collection.masonry:after {
  content: "";
  display: table;
  clear: both;
}
.overview.collection.masonry .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  width: 32%;
}
.overview.collection.masonry .block.medium {
  margin-right: 0;
  width: 65%;
}
.overview.collection.masonry .block.large {
  margin-right: 0;
  width: 100%;
}
.overview.collection.masonry .block-row {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.overview.collection.masonry .block-row .block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.overview.collection.masonry .block-row .block:last-of-type {
  margin-right: 0;
}
.overview.collection.masonry .autoload-msg {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "lato", serif;
  font-weight: bold;
  margin: 45px 0 0 0;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.overview.collection.masonry.masonry .autoload-msg {
  position: absolute;
  width: 100%;
}

.section {
  clear: both;
}

.column-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  padding: 30px 0;
}
.column-row .column, .column-row .collection {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.column-row .column img, .column-row .collection img {
  max-width: 100%;
  height: auto;
}
.column-row .column:last-of-type, .column-row .collection:last-of-type {
  margin-right: 0;
}
.column-row .column .video-wrapper, .column-row .collection .video-wrapper {
  position: relative;
  width: 100%;
}
.column-row .column .video-wrapper img, .column-row .collection .video-wrapper img {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 100%;
}
.column-row .column .video-wrapper:before, .column-row .collection .video-wrapper:before {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  margin: -20px 0 0 -40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  width: 80px;
  height: 80px;
  z-index: 101;
}
.column-row .column .video-wrapper:after, .column-row .collection .video-wrapper:after {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  margin-left: -5px;
  border: 20px solid #fff;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  z-index: 102;
}
.column-row .column .video-wrapper:hover:before, .column-row .collection .video-wrapper:hover:before {
  background: rgba(0, 0, 0, 0.75);
}
.column-row .column .video-wrapper.playing:before, .column-row .column .video-wrapper.playing:after, .column-row .collection .video-wrapper.playing:before, .column-row .collection .video-wrapper.playing:after {
  display: none;
}
.column-row.sidebar-right .column:first-of-type, .column-row.sidebar-right .collection:first-of-type {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.column-row.sidebar-left .column:last-of-type, .column-row.sidebar-left .collection:last-of-type {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.column-row.fullwidth {
  float: none;
}

/**
 * Loader
 */
.loader {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.loader > div {
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media only screen and (max-width: 980px) {
  .column-row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .column-row.four-columns .column, .column-row.three-columns .column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 47%;
    -moz-flex: 1 47%;
    -ms-flex: 1 47%;
    flex: 1 47%;
    margin-right: 0;
  }
  .column-row.four-columns .column:nth-child(even), .column-row.three-columns .column:nth-child(even) {
    margin-left: 5%;
  }

  .overview.collection {
    display: block;
  }
  .overview.collection:after {
    content: "";
    display: table;
    clear: both;
  }
  .overview.collection .block {
    width: 47%;
  }
  .overview.collection .block.medium {
    width: 100%;
  }
  .overview.collection .block-row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .overview.collection .block-row .block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 50%;
    -moz-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    margin-right: 30px;
  }
  .overview.collection .block-row .block:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .column-row .column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .column-row.four-columns .column, .column-row.four-columns .column:nth-child(odd), .column-row.four-columns .column:nth-child(even), .column-row.three-columns .column, .column-row.three-columns .column:nth-child(odd), .column-row.three-columns .column:nth-child(even), .column-row.half-half .column, .column-row.half-half .column:nth-child(odd), .column-row.half-half .column:nth-child(even) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .overview.collection {
    display: block;
  }
  .overview.collection:after {
    content: "";
    display: table;
    clear: both;
  }
  .overview.collection .block {
    width: 100%;
  }
  .overview.collection .block-row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .overview.collection .block-row .block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-right: 0;
  }
}
.socials .social {
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  padding-top: 8px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #3b539b;
}
.socials .social i {
  color: #fff;
}
.socials .social.tw {
  background: #00c2f5;
}
.socials .social.pin {
  background: #ff001d;
}
.socials .social.in {
  background: #0080c9;
}
.socials .social.gp {
  background: #d62020;
}
.socials .social.ins {
  background: #E7DDD3;
}
.socials .social.ins i {
  color: #603825;
}

/**
 * Header CSS file 
 * Styling for the header:
 *
 * @package ChefOehlala
 * @since 2016
 */
header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 2px solid #efefef;
  /**
   * Mobile:
   */
}
header .container {
  min-height: 78px;
  position: relative;
}
header .logo {
  width: 180px;
  padding: 0;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header nav {
  text-align: right;
  float: right;
  width: 100%;
  display: block;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: right;
  font-size: 0px;
}
header nav li {
  display: inline-block;
  margin-left: 8px;
  position: relative;
}
header nav li a, header nav li a:visited {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  text-decoration: none;
  padding: 8px 12px;
  color: #444;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}
header nav li a:hover, header nav li a:visited:hover {
  color: #242559;
}
header nav li .sub-menu {
  display: none;
}
header nav li:hover .sub-menu {
  position: absolute;
  z-index: 2;
  right: 0;
  display: block;
  background: #efefef;
  width: 200%;
}
header nav li:hover .sub-menu li {
  margin-left: 0;
  width: 100%;
}
header nav li:hover .sub-menu li a, header nav li:hover .sub-menu li a:visited {
  color: #fff;
}
header.has-top-nav, header.has-main-nav {
  padding: 10px 0;
}
header.has-top-nav nav, header.has-main-nav nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.has-top-nav.current-menu-item a, header.has-top-nav.current-menu-item a:visited {
  color: #efefef;
}
header.has-top-nav.current-menu-item a:hover, header.has-top-nav.current-menu-item a:visited:hover {
  color: #efefef;
}
header.has-top-nav nav:first-of-type li a {
  font-size: 14px;
  font-size: 0.875rem;
}
header.has-top-nav.has-main-nav {
  padding: 0;
}
header.has-top-nav.has-main-nav nav {
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
header.has-top-nav.has-main-nav nav.main-nav {
  top: initial;
  bottom: -2px;
}
header .mobile-nav {
  display: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
header .top-nav li.current-menu-item a, header .top-nav li.current-menu-item a:visited, header .top-nav li.current_page_parent a, header .top-nav li.current_page_parent a:visited {
  color: #242559;
}
header .main-nav {
  display: inline-block;
  width: auto;
  right: 0;
  background: #454572;
}
header .main-nav ul li {
  margin-left: 0;
}
header .main-nav ul li a, header .main-nav ul li a:visited {
  color: #FFF;
}
header .main-nav ul li a:hover, header .main-nav ul li a:visited:hover {
  background: #242559;
  color: #FFF;
}
header .main-nav ul li.current-menu-item, header .main-nav ul li.current_page_parent {
  background: #242559;
}
header .mobile-nav {
  position: absolute;
  right: 15px;
  display: none;
  width: 290px;
}
header .mobile-nav ul {
  width: 100%;
}
header .mobile-nav ul li {
  display: block;
}
header .menu-switch {
  width: 44px;
  height: 44px;
  padding-top: 8px;
  text-align: center;
  background: #444;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 29px;
  z-index: 2;
  display: none;
}
header .menu-switch i {
  font-size: 1.5rem;
  color: #fff;
}
header .menu-switch:hover {
  background: rgba(0, 0, 0, 0.25);
}

#main {
  padding-top: 80px;
}

/**
 * Footer CSS file  
 * Styling for the footer
 *
 * @package ChefOehlala
 * @since 2016
 */
.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

footer .copyright {
  background: #454572;
  padding: 10px 0;
}
footer .copyright .container {
  color: #fff;
}
footer .copyright .container a, footer .copyright .container a:visited {
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
}

/**
 * Textual content styling 
 * 
 *
 * @package ChefOehlala
 * @since 2016
 */
.textual-content h1, .textual-content h2, .textual-content h3, .textual-content h4, .textual-content h5, .textual-content h6, .textual-content p, .textual-content ul, .column.content h1, .column.content h2, .column.content h3, .column.content h4, .column.content h5, .column.content h6, .column.content p, .column.content ul, .content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6, .content-wrapper p, .content-wrapper ul {
  margin-top: 0;
  margin-bottom: 15px;
}
.textual-content h1, .textual-content h2, .textual-content h3, .textual-content h4, .textual-content h5, .textual-content h6, .column.content h1, .column.content h2, .column.content h3, .column.content h4, .column.content h5, .column.content h6, .content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
  margin-top: 30px;
}
.textual-content h2:first-child, .column.content h2:first-child, .content-wrapper h2:first-child {
  margin-top: 0;
}
.textual-content ul, .textual-content ol, .column.content ul, .column.content ol, .content-wrapper ul, .content-wrapper ol {
  padding-left: 20px;
  margin-left: 0;
}
.textual-content p, .column.content p, .content-wrapper p {
  line-height: 135%;
}
.textual-content a, .textual-content a:visited, .column.content a, .column.content a:visited, .content-wrapper a, .content-wrapper a:visited {
  color: #242559;
}
.textual-content a:hover, .textual-content a:visited:hover, .column.content a:hover, .column.content a:visited:hover, .content-wrapper a:hover, .content-wrapper a:visited:hover {
  color: #454572;
}
.textual-content img, .column.content img, .content-wrapper img {
  max-width: 100%;
  height: auto;
}
.textual-content img.size-full, .textual-content img.size-large, .column.content img.size-full, .column.content img.size-large, .content-wrapper img.size-full, .content-wrapper img.size-large {
  width: 100%;
}
.textual-content img.size-medium, .column.content img.size-medium, .content-wrapper img.size-medium {
  width: 45%;
}
.textual-content .wp-caption, .column.content .wp-caption, .content-wrapper .wp-caption {
  max-width: 100% !important;
}
.textual-content .wp-caption p, .column.content .wp-caption p, .content-wrapper .wp-caption p {
  font-size: 1rem;
  display: block;
  text-align: center;
}
.textual-content .intro, .column.content .intro, .content-wrapper .intro {
  padding-bottom: 15px;
}
.textual-content .intro p, .textual-content .intro strong, .textual-content .intro i, .textual-content .intro li, .textual-content .intro span, .textual-content .intro a, .column.content .intro p, .column.content .intro strong, .column.content .intro i, .column.content .intro li, .column.content .intro span, .column.content .intro a, .content-wrapper .intro p, .content-wrapper .intro strong, .content-wrapper .intro i, .content-wrapper .intro li, .content-wrapper .intro span, .content-wrapper .intro a {
  font-size: 1.25rem;
  line-height: 150%;
  padding-bottom: 15px;
}
.textual-content blockquote, .column.content blockquote, .content-wrapper blockquote {
  position: relative;
  border: 1px dotted #aaaaaa;
  border-left: none;
  border-right: none;
  margin: 25px 0;
  padding: 10px 15px;
  text-align: center;
}
.textual-content blockquote p, .textual-content blockquote i, .textual-content blockquote li, .textual-content blockquote span, .textual-content blockquote a, .column.content blockquote p, .column.content blockquote i, .column.content blockquote li, .column.content blockquote span, .column.content blockquote a, .content-wrapper blockquote p, .content-wrapper blockquote i, .content-wrapper blockquote li, .content-wrapper blockquote span, .content-wrapper blockquote a {
  font-size: 1.5rem;
  font-style: italic;
  font-family: "lato", sans-serif;
  color: #c4c4c4;
  margin-bottom: 0;
}

/**
 * All custom styling for columns
 *
 * @package ChefOehlala
 * @since 2016
 */
.column.slider-column {
  margin-bottom: 35px;
}
.column.slider-column .main-gallery {
  padding: 0 60px;
}
.column.slider-column .main-gallery .gallery-cell {
  margin-right: 2%;
  width: 49%;
}
.column.slider-column .main-gallery .gallery-cell img {
  width: 100%;
  display: block;
  height: auto;
}
.column.slider-column .flickity-prev-next-button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #242559;
}
.column.slider-column .flickity-prev-next-button:hover {
  background: #efefef;
}
.column.slider-column .flickity-prev-next-button .arrow, .column.slider-column .flickity-prev-next-button .form .form-footer .submit-form, .form .form-footer .column.slider-column .flickity-prev-next-button .submit-form {
  fill: #fff;
}
.column.slider-column .flickity-prev-next-button.previous {
  left: 0;
}
.column.slider-column .flickity-prev-next-button.next {
  right: 0;
}
.column.slider-column .flickity-page-dots {
  bottom: -35px;
  left: 0;
}
.column.slider-column .flickity-page-dots .dot.is-selected {
  background: #242559;
}
.column.slider-column .gallery-nav {
  margin-top: 30px;
}
.column.slider-column .gallery-nav img {
  width: 75px;
  height: auto;
  margin-right: 10px;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.column.slider-column .gallery-nav img:last-child {
  margin-right: 0;
}
.column.slider-column .gallery-nav img:hover, .column.slider-column .gallery-nav img.is-selected {
  border: 2px solid #242559;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.column.video .video-title {
  margin-bottom: 15px;
}
.column.video .video-wrapper {
  position: relative;
  cursor: pointer;
}
.column.video .video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
}
.column.video .video-wrapper:before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #242559;
  border-radius: 0;
  border-radius: 50%;
}
.column.video .video-wrapper:hover:before {
  background: #efefef;
}
.column.socials .socials-icons a, .column.socials .socials-icons a:visited {
  line-height: 100%;
}

.collection.list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0;
  width: 100%;
}
.collection.list .list-block, .collection.list .list-block:visited {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #f8f8f8;
  padding: 10px 15px 5px 15px;
  text-decoration: none;
  display: block;
  border-bottom: 5px solid transparent;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
}
.collection.list .list-block .date, .collection.list .list-block:visited .date {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: white;
}
.collection.list .list-block h2, .collection.list .list-block:visited h2 {
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.collection.list .list-block:hover, .collection.list .list-block:visited:hover {
  border-bottom: 5px solid #242559;
}
.collection.list .list-block:hover .date, .collection.list .list-block:visited:hover .date {
  color: #33347d;
}
.collection.list .list-block:hover h2, .collection.list .list-block:visited:hover h2 {
  color: #242559;
}
.collection.list .list-block:last-of-type, .collection.list .list-block:visited:last-of-type {
  margin: 0;
}

.section .fullwidth .collection.list .list-block {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 49%;
  -moz-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-right: 2%;
}
.section .fullwidth .collection.list .list-block:nth-of-type(even) {
  margin-right: 0;
}
.section .fullwidth .collection.list .list-block:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.collection.blocks .column-row {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.collection.blocks .block, .collection.blocks .block:visited {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #efefef;
  margin-right: 2%;
  text-decoration: none;
}
.collection.blocks .block:last-of-type, .collection.blocks .block:visited:last-of-type {
  margin-right: 0;
}
.collection.blocks .block .thumb, .collection.blocks .block:visited .thumb {
  background: #FFF;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.collection.blocks .block h2, .collection.blocks .block:visited h2 {
  margin: 0 0 15px 0;
}
.collection.blocks .block .button, .collection.blocks .block .btn, .collection.blocks .block a[class^="btn--"], .collection.blocks .block .form .form-footer .submit-form, .form .form-footer .collection.blocks .block .submit-form, .collection.blocks .block .photo .section-wrapper a, .photo .section-wrapper .collection.blocks .block a, .collection.blocks .block .more-link, .collection.blocks .block:visited .button, .collection.blocks .block:visited .btn, .collection.blocks .block:visited a[class^="btn--"], .collection.blocks .block:visited .form .form-footer .submit-form, .form .form-footer .collection.blocks .block:visited .submit-form, .collection.blocks .block:visited .photo .section-wrapper a, .photo .section-wrapper .collection.blocks .block:visited a, .collection.blocks .block:visited .more-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
}
.collection.blocks .block .content-wrapper, .collection.blocks .block:visited .content-wrapper {
  padding: 0 15px 15px 15px;
}
.collection.blocks .block .content-wrapper .date, .collection.blocks .block:visited .content-wrapper .date {
  margin-bottom: 10px;
}
.collection.blocks .block .content-wrapper .date span, .collection.blocks .block:visited .content-wrapper .date span {
  margin-right: 5px;
}
.collection.blocks .block .content-wrapper .date span:last-of-type, .collection.blocks .block:visited .content-wrapper .date span:last-of-type {
  margin-right: 0;
}
.collection.blocks .block:last-of-type, .collection.blocks .block:visited:last-of-type {
  margin-right: 0;
}
.collection.blocks .block:hover .thumb, .collection.blocks .block:visited:hover .thumb {
  opacity: .9;
}
.collection.blocks .block:hover .button, .collection.blocks .block:hover .btn, .collection.blocks .block:hover a[class^="btn--"], .collection.blocks .block:hover .form .form-footer .submit-form, .form .form-footer .collection.blocks .block:hover .submit-form, .collection.blocks .block:hover .photo .section-wrapper a, .photo .section-wrapper .collection.blocks .block:hover a, .collection.blocks .block:hover .more-link, .collection.blocks .block:visited:hover .button, .collection.blocks .block:visited:hover .btn, .collection.blocks .block:visited:hover a[class^="btn--"], .collection.blocks .block:visited:hover .form .form-footer .submit-form, .form .form-footer .collection.blocks .block:visited:hover .submit-form, .collection.blocks .block:visited:hover .photo .section-wrapper a, .photo .section-wrapper .collection.blocks .block:visited:hover a, .collection.blocks .block:visited:hover .more-link {
  background: #151635;
}

.collection.gallery .gallery-row {
  margin-bottom: 20px;
}
.collection.gallery .gallery-row:last-of-type {
  margin-bottom: 0;
}
.collection.gallery .gallery-row .gallery-item, .collection.gallery .gallery-row .gallery-item:visited {
  -webkit-box-flex: 23.5%;
  -moz-box-flex: 23.5%;
  box-flex: 23.5%;
  -webkit-flex: 23.5%;
  -moz-flex: 23.5%;
  -ms-flex: 23.5%;
  flex: 23.5%;
  max-width: 23.5%;
  margin-right: 2%;
}
.collection.gallery .gallery-row .gallery-item img, .collection.gallery .gallery-row .gallery-item:visited img {
  width: 100%;
  height: auto;
  display: block;
}
.collection.gallery .gallery-row .gallery-item:last-of-type, .collection.gallery .gallery-row .gallery-item:visited:last-of-type {
  margin-right: 0;
}
.collection.gallery .gallery-row .gallery-item:hover, .collection.gallery .gallery-row .gallery-item:visited:hover {
  opacity: .75;
}

.block-column {
  border-radius: 4px;
  background: #efefef;
  padding: 15px;
}
.block-column * {
  margin-bottom: 15px;
}
.block-column *:last-child {
  margin: 15px 0 0 0;
}

/**
 * Page CSS file
 * Styling for general pages
 *
 * @package ChefOehlala
 * @since 2016
 */
.photo .section-wrapper {
  padding: 100px;
}
.photo .section-wrapper .column-wrapper {
  padding: 0 10%;
}
.photo .section-wrapper h2, .photo .section-wrapper p {
  color: #FFF;
  text-shadow: 1px 1px #444;
  margin-bottom: 15px;
  margin-top: 0;
}
.photo .section-wrapper a, .photo .section-wrapper a:visited {
  margin-top: 15px;
  font-weight: normal;
}
.photo .section-wrapper a:hover, .photo .section-wrapper a:visited:hover {
  background: #151635;
  border-bottom: 5px solid #151635;
}

.page-title {
  margin-bottom: 30px;
}

/** LOGIN **/
.pagetitle {
  margin-bottom: 15px;
}

/** custom styling */
body {
  font-size: 18px;
  font-size: 1.125rem;
}

.container {
  max-width: 1088px;
}

.blue {
  background: #242559;
}

.purple {
  background: #454572;
}

.grey {
  background: #efefef;
}

.footer .section, .footer .copyright {
  background: #242559;
}
.footer .copyright {
  text-transform: uppercase;
}
.footer .copyright a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 p {
  font-weight: normal;
}

h2 {
  color: #242559;
  text-transform: uppercase;
  font-weight: normal;
}

h3 {
  color: #454572;
  text-transform: uppercase;
  font-weight: normal;
}

.section {
  margin-bottom: 30px;
}
.section .fullwidth {
  text-align: center;
}

.photo .section-wrapper .column-wrapper {
  padding: 0;
}

.intro-section, .photo {
  padding: 50px 0;
}

.section .section-wrapper {
  padding: 50px 0;
}

.section.intro-section {
  padding: 100px 0;
}

.call-to-action {
  background: url("../images/diensten-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.call-to-action .column {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  text-align: center;
}
.call-to-action .column h2 {
  color: #242559;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  text-shadow: none;
}
.call-to-action .column p {
  color: #444;
  text-shadow: none;
}

.collection.list .list-block, .collection.list .list-block:visited {
  min-height: 68px;
  background: #242559;
  position: relative;
  border: none;
  color: #FFF;
  padding: 10px 75px 10px 15px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: left;
}
.collection.list .list-block:before, .collection.list .list-block:visited:before {
  content: "";
  width: 60px;
  right: 0;
  top: 0;
  height: 100%;
  background: #FFF;
  position: absolute;
}
.collection.list .list-block:after, .collection.list .list-block:visited:after {
  content: "";
  top: 50%;
  right: 9px;
  position: absolute;
  width: 42px;
  height: 31px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/luidspreker.png");
}
.collection.list .list-block:hover, .collection.list .list-block:visited:hover {
  background: #33347d;
  border: none;
}

.updates {
  background: #efefef;
}
.updates .button, .updates .btn, .updates a[class^="btn--"], .updates .form .form-footer .submit-form, .form .form-footer .updates .submit-form, .updates .photo .section-wrapper a, .photo .section-wrapper .updates a, .updates .more-link, .updates .button:visited, .updates .btn:visited, .updates a[class^="btn--"]:visited, .updates .form .form-footer .submit-form:visited, .form .form-footer .updates .submit-form:visited, .updates .photo .section-wrapper a:visited, .photo .section-wrapper .updates a:visited, .updates .more-link:visited {
  position: relative;
  margin-top: 30px;
  left: 50%;
  background: #FFF;
  color: #242559;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
}
.updates .button:hover, .updates .btn:hover, .updates a[class^="btn--"]:hover, .updates .form .form-footer .submit-form:hover, .form .form-footer .updates .submit-form:hover, .updates .photo .section-wrapper a:hover, .photo .section-wrapper .updates a:hover, .updates .more-link:hover, .updates .button:visited:hover, .updates .btn:visited:hover, .updates a[class^="btn--"]:visited:hover, .updates .form .form-footer .submit-form:visited:hover, .form .form-footer .updates .submit-form:visited:hover, .updates .photo .section-wrapper a:visited:hover, .photo .section-wrapper .updates a:visited:hover, .updates .more-link:visited:hover {
  background: #33347d;
  color: #FFF;
}

.footer .section {
  position: relative;
}
.footer .section:after {
  content: "";
  top: 50%;
  left: 50%;
  height: 250px;
  width: 250px;
  position: absolute;
  display: block;
  background: url("../images/transparent-cirkel.png") no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.footer .section .column {
  position: relative;
  z-index: 2;
}
.footer .section .column.content h1, .footer .section .column.content h2, .footer .section .column.content h3, .footer .section .column.content p {
  color: #FFF;
}

.form-contact-formulier .form-fields .field-wrapper.text, .form-contact-formulier .form-fields .field-wrapper.email {
  width: 49%;
}
.form-contact-formulier .form-fields .field-wrapper.email {
  float: right;
}
.form-contact-formulier .form-fields .field-wrapper.text {
  margin-right: 2%;
  float: left;
}
.form-contact-formulier .form-fields .field-wrapper input, .form-contact-formulier .form-fields .field-wrapper textarea {
  background: #242559;
  border: 1px solid #fff;
  color: #FFF;
}
.form-contact-formulier .form-fields .field-wrapper input.placeholder, .form-contact-formulier .form-fields .field-wrapper textarea.placeholder {
  color: #FFF;
  text-transform: uppercase;
}
.form-contact-formulier .form-fields .field-wrapper input:-moz-placeholder, .form-contact-formulier .form-fields .field-wrapper textarea:-moz-placeholder {
  color: #FFF;
  text-transform: uppercase;
}
.form-contact-formulier .form-fields .field-wrapper input::-moz-placeholder, .form-contact-formulier .form-fields .field-wrapper textarea::-moz-placeholder {
  color: #FFF;
  text-transform: uppercase;
}
.form-contact-formulier .form-fields .field-wrapper input::-webkit-input-placeholder, .form-contact-formulier .form-fields .field-wrapper textarea::-webkit-input-placeholder {
  color: #FFF;
  text-transform: uppercase;
}
.form-contact-formulier .form-fields .field-wrapper input:focus, .form-contact-formulier .form-fields .field-wrapper textarea:focus {
  border: 1px solid #454572;
}
.form-contact-formulier .form-fields .field-wrapper textarea {
  height: 150px;
}
.form-contact-formulier .form-footer .submit-form {
  float: none;
  background: #242559;
  border: 1px solid #FFF;
  text-transform: uppercase;
  position: relative;
  padding: 12px 58px 12px 18px;
}
.form-contact-formulier .form-footer .submit-form:before {
  content: "\f054";
  font-family: fontAwesome;
  color: #242559;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  z-index: 2;
  pointer-events: none;
  font-size: 24px;
  font-size: 1.5rem;
}
.form-contact-formulier .form-footer .submit-form:after {
  content: "";
  height: 100%;
  width: 40px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.home .mainmenu {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.home .mainmenu.active {
  opacity: 1;
}

.home #main {
  padding-top: 0;
}

#main {
  padding-top: 82px;
}

header .container {
  min-height: 60px;
}
header .main-nav {
  background: none;
}
header .main-nav ul li {
  border-radius: 4px;
}
header .main-nav ul li a, header .main-nav ul li a:visited {
  color: #444;
}
header .main-nav ul li:hover a, header .main-nav ul li:hover a:visited {
  background: #efefef !important;
  color: #444 !important;
}
header .main-nav ul li.current-menu-item a, header .main-nav ul li.current-menu-item a:visited, header .main-nav ul li.current_page_parent a, header .main-nav ul li.current_page_parent a:visited {
  color: #FFF;
}
header .main-nav ul li.current-menu-item:hover, header .main-nav ul li.current_page_parent:hover {
  background: firstColor;
}
header .main-nav ul li.current-menu-item:hover a, header .main-nav ul li.current_page_parent:hover a {
  background: none !important;
  color: #FFF !important;
}

.post-counter.button, .post-counter.btn, a.post-counter[class^="btn--"], .form .form-footer .post-counter.submit-form, .photo .section-wrapper a.post-counter, .post-counter.more-link {
  padding: 12px 0 0 0;
  text-align: center;
}

.upper-element .container, .overview.contents .collection .block:nth-child(even) .container {
  position: relative;
}
.upper-element .container .column-wrapper, .overview.contents .collection .block:nth-child(even) .container .column-wrapper {
  position: relative;
  z-index: 20;
}
.upper-element .container:before, .overview.contents .collection .block:nth-child(even) .container:before {
  content: "";
  position: absolute;
  background: url("../images/bottom-cirkel.png");
  width: 250px;
  height: 85px;
  top: -50px;
  left: 0;
  z-index: 0;
}

.bottom-element .container, .overview.contents .collection .block:nth-child(even) .container {
  position: relative;
}
.bottom-element .container .column-wrapper, .overview.contents .collection .block:nth-child(even) .container .column-wrapper {
  position: relative;
  z-index: 20;
}
.bottom-element .container:after, .overview.contents .collection .block:nth-child(even) .container:after {
  content: "";
  position: absolute;
  background: url("../images/upper-cirkel.png");
  width: 250px;
  height: 85px;
  bottom: -50px;
  right: 0;
  z-index: 0;
}

.photo.bottom-element .container:after, .overview.contents .collection .photo.block:nth-child(even) .container:after {
  bottom: -100px;
}
.photo.upper-element .container:before, .overview.contents .collection .photo.block:nth-child(even) .container:before {
  top: -100px;
}

.overview-nav {
  text-transform: uppercase;
}
.overview-nav .left {
  float: left;
}
.overview-nav .left i {
  margin-right: 5px;
}
.overview-nav .right {
  float: right;
}
.overview-nav .right i {
  margin-left: 5px;
}

.blog-detail {
  padding: 50px 0;
}

.single .blog-detail .thumb {
  margin-bottom: 10px;
}
.single .blog-detail .content-wrapper {
  margin: 10px 0 30px 0;
  text-align: center;
}
.single .blog-detail .share-buttons .share-text {
  margin: 0 0 10px 0;
  display: block;
  text-transform: uppercase;
  color: #242559;
}

.section.fullwidth-wrapper .column-wrapper {
  width: 630px;
  margin: 0 auto;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: center;
}
.section.fullwidth-wrapper .column {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
}
.section.fullwidth-wrapper .column:last-of-type {
  margin-bottom: 0;
}

.section .fullwidth .column.content {
  max-width: 630px;
  margin: 0 auto;
  padding: 0;
}

.overview.contents .collection .block {
  padding: 50px 0;
  text-align: center;
}
.overview.contents .collection .block .thumb {
  position: relative;
}
.overview.contents .collection .block .thumb .ommen-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFF;
  padding: 30px 10px;
}
.overview.contents .collection .block .thumb .ommen-icon img {
  max-width: 100%;
  height: auto;
  display: block;
}
.overview.contents .collection .block:nth-child(odd) {
  background: #FFF;
}
.overview.contents .collection .block .post-wrapper {
  position: relative;
  z-index: 2;
}

.date {
  text-align: right;
}
.date div {
  margin-bottom: 10px;
}
.date span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #242559;
}

.purple.cta .column {
  background: #FFF;
  padding: 30px;
  text-align: center;
}
.purple.cta .column h2 {
  font-size: 18px;
  font-size: 1.125rem;
}

.footer .section .column a, .footer .section .column a:visited {
  color: #FFF;
  text-decoration: none;
}

.content-wrapper ul, .column.content ul {
  display: inline-block;
  text-align: left;
}

.page-not-found {
  padding: 50px 0;
  text-align: center;
  width: 630px;
  margin: 0 auto;
}
.page-not-found h2 {
  margin-bottom: 30px;
}
.page-not-found .button, .page-not-found .btn, .page-not-found a[class^="btn--"], .page-not-found .form .form-footer .submit-form, .form .form-footer .page-not-found .submit-form, .page-not-found .photo .section-wrapper a, .photo .section-wrapper .page-not-found a, .page-not-found .more-link {
  margin-top: 30px;
}
.page-not-found .button i, .page-not-found .btn i, .page-not-found a[class^="btn--"] i, .page-not-found .form .form-footer .submit-form i, .form .form-footer .page-not-found .submit-form i, .page-not-found .photo .section-wrapper a i, .photo .section-wrapper .page-not-found a i, .page-not-found .more-link i {
  color: #FFF;
}

.footer, #main:after {
  height: 458px;
}

#main {
  margin-bottom: -458px;
}

.form .loader > div {
  background-color: #efefef !important;
}
.form .message {
  background: #efefef !important;
}
.form .message p {
  color: #444 !important;
}

header .menu-switch {
  background: #242559;
}
header.has-top-nav nav.mobile-nav, header.has-main-nav nav.mobile-nav, header.has-top-nav.has-main-nav nav.mobile-nav {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
header.has-top-nav nav.mobile-nav.fold-out, header.has-main-nav nav.mobile-nav.fold-out, header.has-top-nav.has-main-nav nav.mobile-nav.fold-out {
  max-height: 210px;
  height: auto;
}

/** responsive styling */
@media only screen and (max-width: 1025px) {
  .home .mainmenu {
    opacity: 1 !important;
  }

  .home .section.intro-section {
    padding: 100px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .overview-nav a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .overview-nav a div {
    display: block;
    text-align: center;
    float: none !important;
    clear: both;
  }
  .overview-nav a:last-of-type {
    margin-bottom: 0;
  }

  .photo .section-wrapper, .intro-section .section-wrapper {
    padding: 50px 4% !important;
  }

  .section.fullwidth-wrapper .column-wrapper, .section .fullwidth .column.content, .page-not-found {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 400px) {
  .page-not-found .button i, .page-not-found .btn i, .page-not-found a[class^="btn--"] i, .page-not-found .form .form-footer .submit-form i, .form .form-footer .page-not-found .submit-form i, .page-not-found .photo .section-wrapper a i, .photo .section-wrapper .page-not-found a i, .page-not-found .more-link i {
    display: block;
    margin-bottom: 5px;
  }
}
/**
 * Blog CSS file  
 * Styling for blog
 *
 * @package ChefOehlala
 * @since 2016
 */
/**
 * Overview:
 */
.block-row {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
}
.block-row:last-of-type {
  margin-bottom: 0;
}

.gotopage, .gotopage:visited {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
  position: relative;
  left: 50%;
  color: #fff;
}

/**
 * Detail:
 */
.blog-detail {
  width: 630px;
  margin: 0 auto;
}
.blog-detail .thumb {
  position: relative;
}
.blog-detail .thumb .date {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background: #454572;
}
.blog-detail .thumb .date span {
  color: #fff;
  margin-right: 5px;
  font-size: 24px;
  font-size: 1.5rem;
}
.blog-detail .thumb .date span:last-of-type {
  margin-right: 0;
}
.blog-detail .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-detail .content-wrapper {
  margin: 30px 0;
}
.blog-detail .content-wrapper .share-buttons {
  margin-top: 30px;
}

.more-link, .more-link:visited {
  color: #fff !important;
}
.more-link:hover, .more-link:visited:hover {
  background: #151635 !important;
}

.overview.contents .post-wrapper {
  width: 630px;
  margin: 0 auto;
}
.overview.contents .block {
  padding: 30px 0 15px 0;
  margin-right: 0;
}
.overview.contents .block .thumb {
  background: none;
}
.overview.contents .block .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.overview.contents .block:hover .button, .overview.contents .block:hover .btn, .overview.contents .block:hover a[class^="btn--"], .overview.contents .block:hover .form .form-footer .submit-form, .form .form-footer .overview.contents .block:hover .submit-form, .overview.contents .block:hover .photo .section-wrapper a, .photo .section-wrapper .overview.contents .block:hover a, .overview.contents .block:hover .more-link {
  background: #242559;
}
.overview.contents .block:hover .thumb {
  opacity: 1;
}

/**
 * Home CSS file
 * Styling for homepage
 *
 * @package ChefOehlala
 * @since 2016
 */
/**
 * Responsive General CSS file
 *
 * @package ChefOehlala
 * @since 2016
 */
@media only screen and (max-width: 1120px) {
  .container {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 1020px) {
  .section .fullwidth .column.content {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 768px) {
  .section .fullwidth .column.content {
    padding: 0;
  }
}
/**
 * Responsive Page CSS file
 *
 * @package ChefOehlala
 * @since 2016
 */
@media only screen and (max-width: 1120px) {
  .section .five-columns {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .section .five-columns .column {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-right: 2%;
    max-width: 32%;
  }
  .section .five-columns .column:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1020px) {
  .collection.gallery .gallery-row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  .collection.gallery .gallery-row .gallery-item, .collection.gallery .gallery-row .gallery-item:visited {
    -webkit-box-flex: 49%;
    -moz-box-flex: 49%;
    box-flex: 49%;
    -webkit-flex: 49%;
    -moz-flex: 49%;
    -ms-flex: 49%;
    flex: 49%;
    max-width: 49%;
    margin: 0 2% 20px 0;
  }
  .collection.gallery .gallery-row .gallery-item:nth-of-type(even), .collection.gallery .gallery-row .gallery-item:visited:nth-of-type(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section .column {
    margin-bottom: 30px;
  }
  .section .column:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .photo .section-wrapper {
    padding: 100px 50px;
  }
  .photo .section-wrapper .container {
    padding: 0;
  }
  .photo .section-wrapper .column-wrapper {
    padding: 0;
  }

  .section .five-columns .column {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-right: 2%;
    max-width: 49%;
  }
  .section .five-columns .column:nth-of-type(even) {
    margin-right: 0;
  }
  .section .five-columns .column:nth-of-type(3n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .photo .section-wrapper {
    padding: 50px 4%;
  }

  .collection.gallery .gallery-row {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .collection.gallery .gallery-row .gallery-item, .collection.gallery .gallery-row .gallery-item:visited {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    max-width: none;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .section .five-columns {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .section .five-columns .column {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}
/**
 * Responsive Blog CSS file
 *
 * @package ChefOehlala
 * @since 2016
 */
@media only screen and (max-width: 768px) {
  .blog-detail, .overview.contents .post-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .share-buttons .share-text {
    display: block;
    margin: 0 0 15px 0;
  }

  .single-nav {
    padding: 30px 0 0 0;
  }
  .single-nav .container {
    padding: 0;
  }
}
/**
 * Responsive Home CSS file
 *
 * @package ChefOehlala
 * @since 2016
 */
@media only screen and (max-width: 1020px) {
  .slider-column .main-gallery .gallery-cell {
    width: 23%;
  }
}
@media only screen and (max-width: 980px) {
  .footer-section .column-wrapper .column:nth-of-type(2) {
    margin-left: 2%;
  }
  .footer-section .column-row .form-column .form {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .footer-section .column-row .form-column .form .form-fields {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 100%;
  }
  .footer-section .column-row .form-column .form .form-footer {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    float: left;
    margin-top: 15px;
    display: inline-block;
    width: auto !important;
  }
  .footer-section .column-row .column.content h2 {
    margin-top: 0;
  }
  .footer-section .column-row .column.content p {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .slider-column .main-gallery .gallery-cell {
    width: 32%;
  }

  footer .footer-section .column-row {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  footer .footer-section .column-row .column {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    margin: 0 0 30px 0;
  }
  footer .footer-section .column-row .column:last-of-type {
    margin-bottom: 0;
  }

  .footer-section .column-row .form-column .form .form-footer {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .section.strategy-steps .column {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    max-width: none;
    margin: 0 0 30px 0 !important;
    width: 100%;
  }
  .section.strategy-steps .column:last-of-type {
    margin-bottom: 0;
  }

  .news-overview .block-row .block-post {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .news-overview .block-row .block-post:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .slider-column .main-gallery .gallery-cell {
    width: 49%;
  }
}
@media only screen and (max-width: 400px) {
  .slider-column .main-gallery .gallery-cell {
    width: 100%;
  }
}
/**
 * Responsive Column CSS file
 *
 * @package ChefOehlala
 * @since 2016
 */
@media only screen and (max-width: 1024px) {
  .collection.blocks .column-row.children-4 .block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin: 0 2% 20px 0;
  }
  .collection.blocks .column-row.children-4 .block:nth-of-type(even) {
    margin-right: 0;
  }
  .collection.blocks .column-row.children-4 .block:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 980px) {
  .column-row.four-columns .column, .column-row.three-columns .column {
    margin-bottom: 30px;
  }
  .column-row.four-columns .column:nth-last-of-type(-n+2), .column-row.three-columns .column:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .collection.blocks .column-row.children-3 {
    padding: 0 10%;
  }
  .collection.blocks .column-row.children-3 .block {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    box-flex: 100%;
    -webkit-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 0 0 30px 0;
  }
  .collection.blocks .column-row.children-3 .block:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .column-row .collection.list {
    margin-right: 0;
    width: 100%;
    display: block;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .section .collection.list .column-row .list-block {
    display: block;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .section .collection.list .column-row .list-block:last-child {
    margin-bottom: 0 !important;
  }

  .column-row.four-columns .column, .column-row.three-columns .column {
    margin-bottom: 30px !important;
  }
  .column-row.four-columns .column:last-of-type, .column-row.three-columns .column:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .collection.blocks .column-row.children-4 {
    padding: 0 10%;
  }
  .collection.blocks .column-row.children-4 .block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 30px 0 !important;
  }
  .collection.blocks .column-row.children-4 .block:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .section .fullwidth .collection.list li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 10px 0 !important;
  }
  .section .fullwidth .collection.list li:last-of-type {
    margin-bottom: 0 !important;
  }

  .collection.blocks .column-row.children-3, .collection.blocks .column-row.children-4 {
    padding: 0;
  }

  .column.slider-column .main-gallery .gallery-cell {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .column.slider-column .main-gallery {
    padding: 0;
  }

  .column.slider-column .flickity-prev-next-button {
    display: none;
  }
}
/**
 * Responsive header CSS file 
 *
 * @package ChefOehlala
 * @since 2016
 */
@media only screen and (max-width: 1120px) {
  header .logo {
    left: 4%;
  }
  header .main-nav, header .top-nav {
    right: 4%;
  }
}
@media only screen and (max-width: 1020px) {
  header.mainmenu {
    padding: 0;
    min-height: auto;
    height: 75px;
  }
  header.mainmenu .menu-switch {
    display: block;
    right: 4%;
    top: 14px;
  }
  header.mainmenu .main-nav, header.mainmenu .top-nav {
    display: none;
  }
  header.mainmenu .mobile-nav {
    display: none;
    margin-bottom: 0;
    top: 78px;
  }
  header.mainmenu .mobile-nav.fold-out {
    height: 210px;
    overflow-y: scroll;
    display: block;
    position: absolute;
    top: 74px;
    left: 0;
    background: #454572;
    width: 104%;
    text-align: left;
    float: none;
  }
  header.mainmenu .mobile-nav.fold-out ul {
    float: none;
    text-align: left;
  }
  header.mainmenu .mobile-nav.fold-out ul li {
    list-style: none;
    margin-left: 0;
  }
  header.mainmenu .mobile-nav.fold-out ul li .sub-menu {
    display: block;
    background: #323252;
  }
  header.mainmenu .mobile-nav.fold-out ul li a, header.mainmenu .mobile-nav.fold-out ul li a:visited {
    color: #fff;
    padding: 6px 4%;
    border: none !important;
  }
  header.mainmenu .mobile-nav.fold-out ul li:hover {
    background: none !important;
  }
  header.mainmenu .mobile-nav.fold-out ul li:hover .sub-menu {
    background: #323252;
    position: initial;
    left: 0;
    right: initial;
    width: 100%;
  }
  header.mainmenu .mobile-nav.fold-out ul li.current-menu-item > a, header.mainmenu .mobile-nav.fold-out ul li.current-menu-item > a:visited {
    background: #242559;
  }
  header.mainmenu .mobile-nav.fold-out ul li.current-menu-item:hover a {
    background: #242559;
  }

  #main {
    padding-top: 75px;
  }
}

/*# sourceMappingURL=main.css.map */
