/**
* Main CSS file 
* this is where all your imports go.
* 
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700);
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
* normalize.css v3.0.1
* git.io/normalize
* 
*/
/**
 * 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;
}

/**
* General Chef du Web / Cuisine styling
* 
*/
* {
  -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;
}

/* 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: #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;
  /* Above WP toolbar. */
}

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

/**
* All base typography 
* 
*/
h1, h2, h3, h4, h5, h6 {
  color: #46484a;
  font-family: "Architects Daughter", cursive;
}

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: #46484a;
  font-family: "Lato", helvetica, arial;
}

#main .content-spot h1, #main .content-spot h2, #main .content-spot h3, #main .content-spot h4, #main .content-spot h5, #main .content-spot h6, #main .content-spot p, #main .content-spot ul, #main .content-spot a {
  margin-bottom: 15px;
  line-height: 125%;
}
#main .content-spot h1, #main .content-spot h2, #main .content-spot h3, #main .content-spot h4, #main .content-spot h5, #main .content-spot h6 {
  margin-top: 20px;
  font-family: "Lato", helvetica, arial;
}
#main .content-spot .page-title {
  margin-top: 0;
}
#main .content-spot .left-side a, #main .content-spot .left-side a:visited {
  color: #e47171;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#main .content-spot .left-side a:hover, #main .content-spot .left-side a:visited:hover {
  color: #666666;
  border-bottom: 1px solid #666666;
}
#main .content-spot .left-side blockquote {
  margin: 10px 0;
  padding: 10px;
  border: 2px dotted #b2b2b2;
  border-left: none;
  border-right: none;
  text-align: center;
}
#main .content-spot .left-side blockquote p {
  margin: 0;
  padding: 0;
  color: #b2b2b2;
}
#main .content-spot .left-side ul {
  padding-left: 0;
}
#main .content-spot .left-side ul li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 5px;
}
#main .content-spot .left-side ul li:before {
  content: "\f111";
  position: absolute;
  top: 0px;
  left: 0;
  font-family: fontAwesome;
  font-size: 10px;
  font-size: 0.625rem;
}
#main .content-spot .left-side ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
}
#main .content-spot .left-side ol li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  counter-reset: my-badass-counter;
  margin-bottom: 20px;
}
#main .content-spot .left-side ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: 0;
  width: 30px;
  text-align: center;
  height: 30px;
  display: block;
  background: #666666;
  color: #FFF;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

#main .sidebar p, #main .sidebar ul, #main .sidebar a {
  margin-bottom: 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

h6 {
  font-size: 12px;
  font-size: 0.75rem;
}

h1.page-title, .left-side .section-title, .contents .section-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Architects Daughter", cursive !important;
}

.sidebar h1.section-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Architects Daughter", cursive !important;
}

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

#main {
  min-height: 100%;
  margin-bottom: -83px;
}

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

.copyright, #main:after {
  height: 83px;
}

body {
  background: url("../images/bodybg.jpg");
  font-size: 16px;
  color: #46484a;
  font-family: "Lato", helvetica, arial;
  overflow-y: scroll;
}

/**
 * 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: #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;
  /* Above WP toolbar. */
}

html.js {
  margin-top: 0 !important;
}

/**
* UI CSS file 
* Everything that enables user-interaction gets bootstrapped here
* 
*/
.button, .btn, a[class^="btn--"], input[type=submit], .click-menu li a, .button:visited, .btn:visited, a[class^="btn--"]:visited, input[type=submit]:visited, .click-menu li a:visited {
  padding: 15px;
  background: #e47171;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
.button:hover, .btn:hover, a[class^="btn--"]:hover, input[type=submit]:hover, .click-menu li a:hover, .button:visited:hover, .btn:visited:hover, a[class^="btn--"]:visited:hover, input[type=submit]:visited:hover, .click-menu li a:visited:hover {
  background: #dc4646;
}

a, a:visited {
  color: #323232;
  text-decoration: underline;
}

.single-nav {
  text-align: center;
  margin-top: 30px;
}
.single-nav .prev a i, .single-nav .next a i, .single-nav a.overview i, .single-nav .prev a:visited i, .single-nav .next a:visited i, .single-nav a.overview:visited i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-nav .prev a:hover, .single-nav .next a:hover, .single-nav a.overview:hover, .single-nav .prev a:visited:hover, .single-nav .next a:visited:hover, .single-nav a.overview:visited:hover {
  text-decoration: none !important;
  border: none !important;
}
.single-nav .prev a:hover i, .single-nav .next a:hover i, .single-nav a.overview:hover i, .single-nav .prev a:visited:hover i, .single-nav .next a:visited:hover i, .single-nav a.overview:visited:hover i {
  color: #e47171;
}

/**
* Forms CSS file 
* Styling for forms:
* 
*/
.inputText, input[type=text], textarea, input[type=email] {
  border: 1px solid #d8d8d8;
  outline: none;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  box-shadow: inset 0 0 5px #e3e3e3;
}
.inputText:focus, input[type=text]:focus, textarea:focus, input[type=email]:focus {
  outline: none;
  border: 1px solid #e47171;
}

textarea {
  height: 150px;
}

.ninja-forms-form .hp-wrap {
  display: none;
}
.ninja-forms-form label {
  display: block;
  background: #e47171;
  color: #FFF;
  padding: 10px 15px;
  text-transform: uppercase;
}
.ninja-forms-form .field-wrap {
  position: relative;
  margin-bottom: 15px;
  clear: both;
}
.ninja-forms-form .field-wrap .ninja-forms-req-symbol {
  position: absolute;
  top: 3px;
  right: 15px;
}
.ninja-forms-form .field-wrap input, .ninja-forms-form .field-wrap textarea {
  width: 100%;
}
.ninja-forms-form .field-wrap .ninja-forms-field-error {
  background: #666666;
  padding: 5px 7.5px;
  width: 50%;
  float: right;
  position: relative;
  margin: 5px 0 15px 0;
}
.ninja-forms-form .field-wrap .ninja-forms-field-error p {
  color: #FFF;
  margin-bottom: 0 !important;
}
.ninja-forms-form .field-wrap .ninja-forms-field-error:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
}
.ninja-forms-form .ninja-forms-req-symbol {
  color: #e47171;
  font-size: 24px;
  font-size: 1.5rem;
}
.ninja-forms-form .ninja-forms-req-symbol strong {
  color: #FFF;
}
.ninja-forms-form .ninja-forms-required-items {
  font-weight: bold;
  margin-bottom: 15px;
}

.ninja-forms-response-msg div {
  background: #666666;
  color: #FFF;
  padding: 15px 15px 15px 60px;
  position: relative;
  margin-bottom: 5px;
}
.ninja-forms-response-msg div:before {
  content: "\f06a";
  font-family: fontAwesome;
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #FFF;
}

input[type=submit] {
  outline: none;
  border: none;
  width: auto !important;
  margin-top: 15px;
}

#respond #cancel-comment-reply {
  margin-bottom: 30px;
}
#respond #commentform p {
  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;
}
#respond #commentform p a {
  margin-left: 5px;
}
#respond #commentform p input, #respond #commentform p textarea {
  -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-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
}
#respond #commentform p label {
  -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-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
#respond #commentform p label small {
  display: block;
  background: #e47171;
  color: #FFF !important;
  padding: 10px 15px;
  text-transform: uppercase;
}
#respond #commentform p input[type=submit] {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  display: block;
}
#respond #commentform p textarea {
  position: relative;
}
#respond #commentform p:last-of-type {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  display: block !important;
}
#respond #commentform p:nth-last-child(2) {
  position: relative;
  margin-top: 60px;
}
#respond #commentform p:nth-last-child(2):before {
  content: "Uw reactie";
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  background: #e47171;
  color: #FFF;
  position: absolute;
  top: -40px;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.commentlist {
  border: 2px solid #d8d8d8;
  background: #FFF;
}
.commentlist .reply {
  padding-left: 15px;
}
.commentlist .reply a, .commentlist .reply a:visited {
  background: #e47171;
  color: #FFF !important;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
}
.commentlist .reply a:hover, .commentlist .reply a:visited:hover {
  background: #dc4646;
}
.commentlist .comment-author {
  padding: 10px;
}
.commentlist .comment-author cite, .commentlist .comment-author span {
  color: #666666;
}
.commentlist .children {
  margin-top: 15px;
}
.commentlist .comment-body {
  margin-bottom: 15px;
}
.commentlist .comment-body .comment-meta, .commentlist .comment-body p {
  padding: 5px 15px 0px 15px;
}
.commentlist li ul {
  padding-left: 30px !important;
}
.commentlist .comment-author {
  background: #d8d8d8;
  color: #FFF;
}

/* generated with grunt-sass-globbing */
/** Frontend CSS goes in the /sass/ folder. */
/**
* Header CSS file 
* Styling for the header:
* 
*/
.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 200;
}

header {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #eeeeee;
  top: 0;
  left: 0;
  z-index: 190;
  /**
   * Mobile:
   */
}
header .logo {
  float: left;
  width: auto;
  padding: 0;
  text-decoration: none;
}
header .logo h1 {
  font-size: 32px;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul li {
  display: inline-block;
}
header ul a {
  display: block;
  padding: 22px 20px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
header ul a:hover, header ul a:visited:hover {
  color: #e47171;
}
header ul .current-menu-item a {
  color: #e47171;
}
header .main-nav ul {
  text-align: center;
}
header .main-nav ul li {
  position: relative;
  margin-right: 38px;
}
header .main-nav ul li:before {
  content: "\f111";
  top: 24px;
  position: absolute;
  left: -26px;
  font-family: fontAwesome;
  color: #e47171;
  font-size: 14px;
  font-size: 0.875rem;
}
header .main-nav ul li:last-of-type {
  margin-right: 0;
}
header .main-nav ul li:last-of-type:after {
  content: "\f111";
  top: 24px;
  position: absolute;
  right: -26px;
  font-family: fontAwesome;
  color: #e47171;
  font-size: 14px;
  font-size: 0.875rem;
}
header .main-nav ul li a {
  text-transform: uppercase;
  padding: 20px 0;
}
header .mobile-nav {
  position: absolute;
  right: 15px;
  display: block;
  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;
  float: right;
  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: 91px;
}

.home.page #main {
  padding-top: 291px;
}

.home.page .mainmenu {
  top: 200px;
  position: absolute;
}
.home.page .big-logo-area {
  height: 200px;
  background: url("../images/bodybg.jpg");
}
.home.page .header-wrapper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.home.page .header-wrapper.active {
  margin-top: -200px;
}

.page .mainmenu, .single .mainmenu, .search .mainmenu, .archive .mainmenu, .error404 .mainmenu {
  position: fixed;
}

.socials-wrapper {
  position: fixed;
  top: 90px;
  z-index: 90;
  right: 0;
}

.home .socials-wrapper {
  top: 290px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.home .socials-wrapper.scroll {
  top: 90px;
}

.show-socials {
  width: 61px;
  height: 61px;
  display: block;
  background: #e47171;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0 4px 4px rgba(102, 102, 102, 0.2);
}
.show-socials h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
  text-align: center;
  font-family: "Lato", helvetica, arial;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  line-height: 110%;
  padding: 12px 5px 10px 5px;
}
.show-socials:after {
  position: absolute;
  content: "\f111";
  font-family: fontAwesome;
  right: 5px;
  bottom: 5px;
  color: #FFF;
  font-size: 10px;
  font-size: 0.625rem;
}
.show-socials:hover {
  background: #666666;
}

.socialmedia-area {
  position: absolute;
  top: 69px;
  width: 61px;
  z-index: 89;
  background: #e3e3e3;
  padding: 5px 0px;
  right: -85px;
  box-shadow: 0 0 4px 4px rgba(102, 102, 102, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.socialmedia-area.active-socials {
  right: 0;
}
.socialmedia-area h2, .socialmedia-area .sfmsb-text {
  display: none !important;
}
.socialmedia-area a, .socialmedia-area a:visited {
  display: block;
  float: none !important;
  margin: 0 0 5px 0 !important;
  font-size: 46px;
  font-size: 2.875rem;
  width: 100%;
  text-align: center;
}
.socialmedia-area a span, .socialmedia-area a:visited span {
  color: #FFF !important;
  background: #d8d8d8;
  border: 4px solid #d8d8d8;
  border-radius: 50% !important;
  font-size: inherit !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.socialmedia-area a:last-of-type, .socialmedia-area a:visited:last-of-type {
  margin: 0 !important;
}
.socialmedia-area a:hover span, .socialmedia-area a:visited:hover span {
  background: #e47171 !important;
  border: 4px solid #e47171 !important;
}

header .container {
  position: relative;
}

.small-logo {
  position: absolute;
  top: 2.5px;
  width: 50px;
  height: auto;
}
.small-logo img {
  width: 100%;
  height: auto;
  display: block;
}

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

.big-logo-area .container {
  position: relative;
  top: 35px;
}
.big-logo-area img {
  width: 50%;
  height: auto;
  display: block;
}

#wpadminbar {
  display: none;
}

.logged-in #wpadminbar {
  display: block;
}

.page.logged-in .mainmenu, .single.logged-in .mainmenu, .search.logged-in .mainmenu, .archive.logged-in .mainmenu, .error404.logged-in .mainmenu {
  top: 32px !important;
}

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

.copyright {
  background: #444;
}
.copyright .container {
  padding: 15px 0 14px 0;
}
.copyright .container .to-contact {
  float: right;
  height: 54px;
  width: 54px;
  background: #FFF;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  border: 4px solid #e3e3e3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.copyright .container .to-contact i {
  color: #666666;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.copyright .container .to-contact:hover {
  border: 4px solid #e47171;
}
.copyright .container .to-contact:hover i {
  color: #e47171;
}
.copyright .container span {
  float: left;
  color: #FFF;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 300;
}
.copyright .container span a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.copyright .container span a:hover {
  text-decoration: underline;
}

.big-footer-widget {
  background: #f9f9f9;
  padding: 30px 0 0 0;
}
.big-footer-widget .container {
  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;
}
.big-footer-widget .footer-widget-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 32%;
  -moz-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.big-footer-widget .footer-widget-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.textual-content h1, .textual-content h2, .textual-content h3, .textual-content h4, .textual-content h5, .textual-content h6, .textual-content p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.textual-content ul, .textual-content ol {
  padding-left: 20px;
  margin-left: 0;
}
.textual-content p {
  line-height: 135%;
}
.textual-content img {
  max-width: 100%;
  height: auto;
}
.textual-content img.size-full, .textual-content img.size-large {
  width: 100%;
}
.textual-content img.size-medium {
  width: 45%;
}
.textual-content .wp-caption {
  max-width: 100% !important;
}
.textual-content .wp-caption p {
  font-size: 1rem;
  display: block;
  text-align: center;
}
.textual-content .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 {
  font-size: 1.25rem;
  line-height: 150%;
  padding-bottom: 15px;
}
.textual-content blockquote {
  position: relative;
}
.textual-content blockquote p, .textual-content blockquote i, .textual-content blockquote li, .textual-content blockquote span, .textual-content blockquote a {
  font-size: 1.5rem;
  font-style: italic;
  font-family: "Lato", helvetica, arial;
}

/**
* Page CSS file 
* Styling for page:
* 
*/
.page-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
.page-wrapper .left-side {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-wrapper .right-side {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 300px;
  min-width: 300px;
  margin-left: 45px;
}

.page-title {
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 10px;
}

.left-side .page-title {
  margin-bottom: 30px !important;
}

.section-title, .page-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
  line-height: 125%;
  margin: 0 0 10px 0 !important;
}
.section-title:before, .page-title:before {
  content: "\f111";
  top: 1px;
  position: absolute;
  left: 0px;
  font-family: fontAwesome;
  color: #e47171;
  font-size: 14px;
  font-size: 0.875rem;
}

.left-side img {
  max-width: 100%;
  height: auto;
  display: block;
}

/**
* Blog CSS file 
* Styling for blog:
* 
*/
.blog-block {
  box-shadow: 0 0 7.5px 0 #d8d8d8;
  margin-bottom: 45px;
  border: 1px solid white;
}
.blog-block:last-of-type {
  margin-bottom: 0;
}
.blog-block img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-block .thumb-section {
  position: relative;
}
.blog-block .thumb-section .date {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  background: #FFF;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  padding: 14px 10px 10px 10px;
  text-align: center;
}
.blog-block .thumb-section .date span {
  display: block;
  color: #e47171;
}
.blog-block .thumb-section .date span:last-of-type {
  border-top: 2px dotted #e47171;
  margin-top: 2px;
  padding-top: 2px;
}
.blog-block .thumb-section .blog-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  padding: 10px 15px;
  color: #666666;
  font-weight: 300;
  font-family: "Lato", helvetica, arial;
}
.blog-block .content-section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
}
.blog-block .content-section .text {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 20px 15px;
}
.blog-block .content-section .link {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-left: 2px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
}
.blog-block .content-section .link .button, .blog-block .content-section .link .btn, .blog-block .content-section .link a[class^="btn--"], .blog-block .content-section .link input[type=submit], .blog-block .content-section .link .click-menu li a, .click-menu li .blog-block .content-section .link a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  width: calc(100% - 60px);
}

.click-menu {
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.click-menu span {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Architects Daughter", cursive;
  display: block;
  margin-bottom: 15px;
  color: #666666;
}
.click-menu ul {
  list-style: none;
  padding-left: 0;
}
.click-menu li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.cat-title {
  border-left: 2px solid #e3e3e3;
  margin-left: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e47171;
  padding: 15px 30px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 0;
}

.cat-blok {
  background: #f9f9f9;
  box-shadow: 0 0 7.5px 0 #d8d8d8;
  margin-bottom: 30px;
  border: 1px solid white;
}
.cat-blok ul {
  list-style: none;
  padding-left: 0;
}
.cat-blok ul li {
  position: relative;
  margin-left: 40px;
  border-left: 2px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
}
.cat-blok ul li:before {
  content: "\f111";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: -30px;
  font-family: fontAwesome;
  font-size: 16px;
  font-size: 1rem;
  color: #e3e3e3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.cat-blok ul li:last-of-type a {
  border-bottom: none;
}
.cat-blok ul li a {
  text-decoration: none;
  font-family: "Lato", helvetica, arial;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 2px dotted #d8d8d8;
  width: 100%;
  display: block;
  padding: 10px;
  font-style: italic;
}
.cat-blok ul li:hover:before {
  color: #e47171;
}

.cat-container {
  margin-bottom: 45px;
}
.cat-container:last-of-type {
  margin-bottom: 0;
}

.cat-container:nth-of-type(odd) {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.cat-container:nth-of-type(odd) .description {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

.cat-container:nth-of-type(even) {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.cat-container:nth-of-type(even) .description {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.description {
  color: #FFF;
  background: #e47171;
  padding: 10px 15px 15px 15px;
  width: 55%;
  margin: 10px 0 -5px 0;
  position: relative;
  z-index: 1;
  left: -10px;
  border-top: 20px solid #de5151;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.single .easyrecipe, .page .easyrecipe, #divERPContainer {
  box-shadow: 0 0 7.5px 0 #d8d8d8;
  margin: 30px 0 15px 0;
  border: 1px solid white;
  padding: 15px;
}
.single .easyrecipe .item.ERName, .page .easyrecipe .item.ERName, #divERPContainer .item.ERName {
  margin-bottom: 15px;
}
.single .easyrecipe .ERHead, .page .easyrecipe .ERHead, #divERPContainer .ERHead {
  font-weight: bold;
}
.single .easyrecipe .ERHead > *, .page .easyrecipe .ERHead > *, #divERPContainer .ERHead > * {
  font-weight: normal;
}
.single .easyrecipe .ERSummary, .page .easyrecipe .ERSummary, #divERPContainer .ERSummary {
  padding-top: 0;
  margin-top: 15px;
}
.single .easyrecipe .ERIngredientsHeader, .page .easyrecipe .ERIngredientsHeader, #divERPContainer .ERIngredientsHeader {
  padding-top: 0px;
  margin-top: 15px;
}
.single .easyrecipe .ingredients, .page .easyrecipe .ingredients, #divERPContainer .ingredients {
  list-style: none;
  padding: 0 !important;
  margin: 5px 0 0 0 !important;
}
.single .easyrecipe .ingredients li, .page .easyrecipe .ingredients li, #divERPContainer .ingredients li {
  list-style: none !important;
}
.single .easyrecipe .ERInstructionsHeader, .page .easyrecipe .ERInstructionsHeader, #divERPContainer .ERInstructionsHeader {
  padding: 0;
  margin-top: 15px;
}
.single .easyrecipe .ERNotesHeader, .page .easyrecipe .ERNotesHeader, #divERPContainer .ERNotesHeader {
  padding-top: 0;
  margin-top: 15px;
}
.single .easyrecipe .nutrition, .page .easyrecipe .nutrition, #divERPContainer .nutrition {
  margin-top: 15px;
  background: #e47171;
  padding: 15px 15px 15px 50px;
  color: #FFF;
  position: relative;
  font-weight: bold;
}
.single .easyrecipe .nutrition span, .page .easyrecipe .nutrition span, #divERPContainer .nutrition span {
  color: #FFF;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}
.single .easyrecipe .nutrition span:last-of-type, .page .easyrecipe .nutrition span:last-of-type, #divERPContainer .nutrition span:last-of-type {
  margin-bottom: 0;
}
.single .easyrecipe .nutrition:before, .page .easyrecipe .nutrition:before, #divERPContainer .nutrition:before {
  font-size: 24px;
  font-size: 1.5rem;
  content: "\f05a";
  font-family: fontAwesome;
  position: absolute;
  left: 15px;
  margin-top: -12px;
  top: 50%;
  display: block;
}
.single .easyrecipe .instructions, .page .easyrecipe .instructions, #divERPContainer .instructions {
  margin: 10px 0 25px 0 !important;
  display: block;
}

.sharedaddy.sd-sharing-enabled .sd-social .sd-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Architects Daughter", cursive !important;
}
.sharedaddy.sd-sharing-enabled .sd-social .sd-title:before {
  display: none;
}
.sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li {
  padding: 0 !important;
  margin-right: 5px !important;
  display: inline-block;
  margin-bottom: 7.5px !important;
}
.sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li:before {
  display: none;
}
.sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li a.sd-button, .sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li a.sd-button:visited {
  background: #FFF !important;
  border: 2px solid #666666 !important;
  color: #666666 !important;
}
.sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li a.sd-button:before, .sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li a.sd-button:visited:before {
  color: #666666 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li a.sd-button:hover, .sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li a.sd-button:visited:hover {
  color: #e47171;
  border: 2px solid #e47171 !important;
}
.sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li a.sd-button:hover:before, .sharedaddy.sd-sharing-enabled .sd-social .sd-content ul li a.sd-button:visited:hover:before {
  color: #e47171 !important;
}

.commentlist .avatar {
  border-radius: 50%;
}
.commentlist li {
  padding: 0 !important;
}
.commentlist li:before {
  display: none !important;
}

.content-for-post {
  margin-bottom: 30px;
}

/**
* Home CSS file 
* Styling for home:
* 
*/
.top-section {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
.top-section img {
  width: 100%;
  height: auto;
  display: block;
}
.top-section h2 {
  position: relative;
  top: -100px;
  background: #FFF;
  width: 80%;
  left: 10%;
  margin-bottom: -70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 6px 0px 5px -5px #d8d8d8, -6px 0px 5px -5px #d8d8d8;
  font-size: 24px;
  font-size: 1.5rem;
}
.top-section h2:before, .top-section h2:after {
  position: absolute;
  font-family: fontAwesome;
  border-radius: 50%;
  background: #e47171;
  color: #FFF;
  text-align: center;
  height: 60px;
  width: 60px;
  font-size: 30px;
  font-size: 1.875rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
}
.top-section h2:before {
  content: "\f10d";
  left: -30px;
  top: -30px;
}
.top-section h2:after {
  content: "\f10e";
  right: -30px;
  bottom: -30px;
}

.home .featured {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap row;
  -moz-flex-flow: wrap row;
  flex-flow: wrap row;
  margin-bottom: 30px;
}
.home .featured .blog-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 32%;
  -moz-flex: 1 0 32%;
  -ms-flex: 1 0 32%;
  flex: 1 0 32%;
  margin-right: 2%;
  max-width: 32%;
  margin-bottom: 20px;
}
.home .featured .blog-block .content-section {
  display: none;
}
.home .featured .blog-block:nth-of-type(3n) {
  margin-right: 0%;
}

.puntjes-bg {
  height: 138px;
  width: 107px;
  display: block;
  margin: 0 auto 60px auto;
  background: url("../images/puntjes-bg.png");
  background-repeat: no-repeat;
}
.puntjes-bg:nth-of-type(2) {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.showmore {
  margin-top: 45px;
  padding: 0 4%;
}
.showmore .button, .showmore .btn, .showmore a[class^="btn--"], .showmore input[type=submit], .showmore .click-menu li a, .click-menu li .showmore a {
  width: 48%;
}
.showmore .button.food-button, .showmore .food-button.btn, .showmore a.food-button[class^="btn--"], .showmore input.food-button[type=submit], .showmore .click-menu li a.food-button, .click-menu li .showmore a.food-button {
  margin-left: 4%;
}

.sidebar {
  margin-top: 13px;
}
.sidebar .recent-posts {
  background: #f9f9f9;
  box-shadow: 0 0 7.5px 0 #d8d8d8;
  margin-bottom: 30px;
  border: 1px solid white;
}
.sidebar .recent-posts ul {
  list-style: none;
  padding-left: 0;
}
.sidebar .recent-posts ul li {
  position: relative;
  margin-left: 40px;
  border-left: 2px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
}
.sidebar .recent-posts ul li:before {
  content: "\f111";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: -30px;
  font-family: fontAwesome;
  font-size: 16px;
  font-size: 1rem;
  color: #e3e3e3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .recent-posts ul li:last-of-type a {
  border-bottom: none;
}
.sidebar .recent-posts ul li a, .sidebar .recent-posts ul li a:visited {
  text-decoration: none;
  font-family: "Lato", helvetica, arial;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 2px dotted #d8d8d8;
  width: 100%;
  display: block;
  padding: 10px;
}
.sidebar .recent-posts ul li:hover:before {
  color: #e47171;
}

.introduction {
  box-shadow: 0 0 7.5px 0 #d8d8d8;
  border: 1px solid white;
  margin-bottom: 30px;
}
.introduction .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.introduction .content-area {
  background: #f9f9f9;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar-item .textwidget, .sidebar-item #subscribe-blog-blog_subscription-3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #f9f9f9;
  box-shadow: 0 0 7.5px 0 #d8d8d8;
  margin-bottom: 30px;
  border: 1px solid white;
}

.jetpack_subscription_widget {
  background: #f9f9f9;
  box-shadow: 0 0 7.5px 0 #d8d8d8;
  border: 1px solid white;
}

header .container {
  position: relative;
}

.search-area {
  position: absolute;
  top: 0;
  right: 0;
}
.search-area .search-btn {
  background: #e47171;
  display: inline-block;
  height: 61px;
  width: 61px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 40;
}
.search-area .search-btn i {
  color: #FFF;
  position: relative;
  top: 14px;
  font-size: 30px;
  font-size: 1.875rem;
}
.search-area .search-btn:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  left: 50%;
  z-index: 2;
  margin-left: -15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e47171;
}
.search-area .search-btn:hover {
  background: #dc4646;
}
.search-area .search-btn:hover:after {
  border-top: 15px solid #dc4646;
}
.search-area.active .search-btn:after {
  bottom: -15px;
  border-top: 15px solid #dc4646;
}

.form-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 67px;
  right: 0;
  display: block;
  padding: 15px;
  background: #f9f9f9;
  z-index: 2;
  box-shadow: 0 0 7.5px 0 #d8d8d8;
  border: 1px solid white;
}
.form-wrapper #searchsubmit {
  display: none;
}

.search-area.active .search-btn {
  background: #dc4646;
}
.search-area.active .form-wrapper {
  opacity: 1;
  visibility: visible;
}

.info-area.cat-blok .search-word {
  color: #666666;
  font-family: "Architects Daughter", cursive;
}
.info-area.cat-blok .cat-span {
  border-bottom: 2px dotted #d8d8d8;
  padding: 0 10px 10px 10px;
  display: block;
  cursor: pointer;
}
.info-area.cat-blok .cat-span a {
  border: none;
  padding: 10px 0;
}
.info-area.cat-blok .cat-span .excerpt {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
.info-area.cat-blok li:last-of-type .cat-span {
  border: none;
}
.info-area .no-result {
  padding: 10px 30px;
  display: block;
  margin-left: 40px;
  border-left: 2px solid #e3e3e3;
}

/**
* Responsive General CSS file 
*/
/**
* Responsive Page CSS file 
*/
/**
* Responsive Blog CSS file 
*/
/**
* Responsive Home CSS file 
*/
@media only screen and (max-width: 1120px) {
  #main .container, .copyright, .big-footer-widget .container {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 1020px) {
  .page-wrapper {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .page-wrapper .left-side, .page-wrapper .right-side {
    -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%;
  }
  .page-wrapper .right-side {
    margin-left: 0;
    margin-top: 30px;
    min-width: 100%;
    max-width: 100%;
  }

  .home .featured {
    -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-bottom: 60px;
  }

  .home .featured .blog-block {
    -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: 100%;
    width: 100%;
    margin: 0 auto 20px auto !important;
  }

  header {
    height: 61px;
    padding: 0 4%;
  }

  header .menu-switch {
    display: block;
    position: absolute;
    right: 76px;
    top: 8px;
    background: #e47171;
  }

  header .main-nav {
    display: none;
  }
  header .main-nav.fold-out {
    display: block;
    position: absolute;
    right: -5%;
    top: 61px;
    width: 110%;
  }
  header .main-nav.fold-out ul {
    background: #dc4646;
    width: 100%;
    border-bottom: 2px solid #FFF;
  }
  header .main-nav.fold-out ul li {
    display: block;
    width: 100%;
  }
  header .main-nav.fold-out ul li a, header .main-nav.fold-out ul li a:visited {
    color: #FFF;
    padding: 20px;
  }
  header .main-nav.fold-out ul li:before, header .main-nav.fold-out ul li:after {
    display: none;
    color: #FFF !important;
  }
  header .main-nav.fold-out ul li.current-menu-item:before, header .main-nav.fold-out ul li.current-menu-item:after {
    display: block;
    left: 5%;
  }
  header .main-nav.fold-out ul li.current-menu-item:after {
    right: 5%;
    left: auto;
    content: "\f111";
    top: 24px;
    position: absolute;
    font-family: fontAwesome;
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .big-footer-widget .footer-widget-item {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 49%;
    -moz-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
  .big-footer-widget .footer-widget-item:nth-of-type(3n+3) {
    margin-right: 2%;
  }
  .big-footer-widget .footer-widget-item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .socials-wrapper {
    position: initial;
    padding: 91px 4% 30px 4%;
  }
  .socials-wrapper .show-socials {
    width: 100%;
    box-shadow: none;
  }
  .socials-wrapper .show-socials h2 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .socials-wrapper .show-socials:after {
    right: 50%;
    margin-right: -5px;
    bottom: 12px;
  }

  #main, .home #main {
    padding-top: 0px !important;
  }

  .home .socials-wrapper {
    padding: 291px 4% 0 4%;
  }

  .socialmedia-area {
    position: initial;
    width: 100%;
    padding: 10px 10px 0 10px;
    display: inline-block;
    box-shadow: none;
  }
  .socialmedia-area div a, .socialmedia-area div a:visited {
    display: inline-block !important;
    width: auto !important;
    margin: 0 10px 10px 0 !important;
  }

  .blog-block .content-section {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .blog-block .content-section .text {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .blog-block .content-section .link {
    -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-bottom: 15px;
    border: none;
  }
  .blog-block .content-section .link .button, .blog-block .content-section .link .btn, .blog-block .content-section .link a[class^="btn--"], .blog-block .content-section .link input[type=submit], .blog-block .content-section .link .click-menu li a, .click-menu li .blog-block .content-section .link a {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: initial !important;
    width: 100%;
  }

  .top-section h2, .h1.page-title, .left-side .section-title, .contents .section-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .ninja-forms-form .field-wrap .ninja-forms-field-error {
    width: 100%;
  }

  .copyright {
    height: auto !important;
  }

  .copyright .container span {
    float: none;
    display: block;
    text-align: center;
    line-height: 125%;
  }
  .copyright .container .to-contact {
    float: none;
    margin: 10px auto 0 auto;
  }

  .top-section h2:before, .top-section h2:after {
    height: 44px;
    width: 44px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .top-section h2:before {
    left: -22px;
    top: -22px;
  }

  .top-section h2:after {
    right: -22px;
    bottom: -22px;
  }

  .home .showmore .button, .home .showmore .btn, .home .showmore a[class^="btn--"], .home .showmore input[type=submit], .home .showmore .click-menu li a, .click-menu li .home .showmore a {
    width: 100%;
    margin: 0;
    line-height: 125%;
  }
  .home .showmore .button.food-button, .home .showmore .food-button.btn, .home .showmore a.food-button[class^="btn--"], .home .showmore input.food-button[type=submit], .home .showmore .click-menu li a.food-button, .click-menu li .home .showmore a.food-button {
    margin: 15px 0;
  }

  .big-footer-widget .footer-widget-item {
    -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-right: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .top-section h2 {
    top: -15px;
    left: 5%;
    width: 90%;
    padding: 30px !important;
    margin-bottom: 45px;
  }
}
.sidebar-item, .sidebar .recent-posts, .sidebar .introduction{
  margin-bottom:45px;
}
.sidebar-item:last-child{
  margin-bottom:0;
}

.widget-area .section-title{
  font-size: 1.25rem;
}

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