@charset "UTF-8";
/*!
Theme Name: coolfood
Theme URI: http://underscores.me/
Author: CROLL
Author URI: http://www.croll.fr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coolfood
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

coolfood is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(fonts/stylesheet.css);
@import url(fontello/css/coolfood.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Fonts 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fontello icons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Gibson";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  color: #b4bd00;
  font-weight: 400;
  clear: both; }

h1, .h1 {
  font-size: 1.6em; }
  @media screen and (max-width: 500px) {
    h1, .h1 {
      font-size: 1.2em; } }

h2, .h2 {
  font-size: 1.4em; }
  @media screen and (max-width: 500px) {
    h2, .h2 {
      font-size: 1.15em; } }

h3, .h3 {
  font-size: 1.17em; }
  @media screen and (max-width: 500px) {
    h3, .h3 {
      font-size: 1.1em; } }

h4, .h4 {
  font-size: 1em; }

h5, .h5 {
  font-size: 0.83em; }

h6, .h6 {
  font-size: 0.67em; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.text-pink {
  color: #e53e51; }

.text-green {
  color: #b4bd00; }

.text-blue {
  color: #1e4955; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: 'Gibson';
  font-style: normal; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ol {
  list-style: none;
  margin: 0;
  padding: 0; }

#tinymce ul li::before,
.entry-content ul li::before {
  content: "●";
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  padding-right: 1em;
  color: #b4bd00; }

#tinymce ol li,
.entry-content ol li {
  counter-increment: li; }
  #tinymce ol li::before,
  .entry-content ol li::before {
    content: counter(li) ".";
    color: #b4bd00;
    display: inline-block;
    padding-right: 1em;
    font-weight: 600; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

strong {
  font-weight: 600; }

input[type=checkbox].coolfood {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #f1f1f1;
  color: #666;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 7px;
  outline: none; }

input[type=checkbox].coolfood:checked::before {
  position: absolute;
  font: 13px/1 'Open Sans', sans-serif;
  left: 11px;
  top: 7px;
  content: '\02143';
  transform: rotate(40deg); }

input[type=checkbox].coolfood:hover {
  background-color: #f7f7f7;
  background-color: #b4bd00; }

input[type=checkbox].coolfood:checked {
  background-color: #b4bd00;
  color: #fff; }

label.coolfood {
  cursor: pointer; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1e4955;
  cursor: pointer;
  text-decoration: none; }
  a:visited {
    color: #1e4955; }
  a:hover, a:focus, a:active {
    color: #e53e51 !important; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: flex; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14.4px;
    font-size: 0.9rem;
    text-decoration: none !important;
    padding: 0.5em 1em;
    color: #fff; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li:first-child > a {
      padding-left: 0; }
    .main-navigation li:last-child > a {
      padding-right: 0; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
## Mobile menu 
--------------------------------------------------------------*/
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #183a44;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: opacity 300ms;
  opacity: 0;
  z-index: -1; }
  .mobile-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mobile-menu ul li {
      margin: 0;
      padding: 0;
      min-width: 300px;
      padding-right: 20px; }
      .mobile-menu ul li:before {
        list-style-type: none; }
      .mobile-menu ul li.have-childs a:after {
        position: absolute;
        right: 10px;
        font-family: 'fontello';
        content: '\e804';
        color: #fff;
        margin-top: 8px;
        font-size: 0.8em; }
      .mobile-menu ul li a {
        display: block;
        position: relative;
        justify-content: space-between;
        padding: 15px 20px;
        color: #fff;
        font-family: "Gibson";
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.2em; }
        @media (max-width: 599px) {
          .mobile-menu ul li a {
            font-size: 1.2em;
            padding: 13px 20px; } }
        .mobile-menu ul li a:hover {
          background-color: #e53e51;
          color: #fff !important;
          cursor: pointer; }
  .mobile-menu .wrapper {
    display: flex;
    background-color: #183a44;
    flex-wrap: wrap;
    flex: 0 0 auto; }
    @media (max-width: 599px) {
      .mobile-menu .wrapper {
        display: block;
        position: relative; } }
    @media (min-width: 961px) {
      .mobile-menu .wrapper {
        min-width: 600px;
        max-width: 600px; } }
    .mobile-menu .wrapper .toolbar {
      flex: 0 0 100%;
      position: relative;
      margin-top: 30px;
      margin-bottom: 10px;
      z-index: 100; }
      @media (max-width: 599px) {
        .mobile-menu .wrapper .toolbar {
          margin-top: 30px;
          padding-bottom: 30px; } }
      .mobile-menu .wrapper .toolbar .prev {
        position: absolute;
        left: 20px;
        top: 3px;
        display: none; }
        .mobile-menu .wrapper .toolbar .prev:after {
          cursor: pointer;
          font-family: 'fontello';
          font-size: 1.4em;
          color: #e53e51;
          content: '\e805'; }
      .mobile-menu .wrapper .toolbar .close {
        position: absolute;
        right: 20px;
        top: -2px; }
        .mobile-menu .wrapper .toolbar .close:after {
          cursor: pointer;
          font-family: 'fontello';
          font-size: 2em;
          color: #e53e51;
          content: 'x'; }
        @media (max-width: 599px) {
          .mobile-menu .wrapper .toolbar .close {
            right: 30px; } }
    .mobile-menu .wrapper .root-menu {
      flex: 1 0 0%; }
      @media (max-width: 599px) {
        .mobile-menu .wrapper .root-menu {
          border-right: none; } }
    .mobile-menu .wrapper .sub-menus {
      flex: 0 0 45%;
      position: relative;
      width: 320px; }
      @media (max-width: 599px) {
        .mobile-menu .wrapper .sub-menus {
          flex: none;
          position: absolute;
          top: 70px;
          bottom: 0;
          left: 100vw;
          right: 0; } }
      .mobile-menu .wrapper .sub-menus .sub-menu {
        background-color: #183a44;
        position: absolute;
        padding: 0;
        left: 0;
        transition: all 0.3s;
        opacity: 0; }
        @media (max-width: 599px) {
          .mobile-menu .wrapper .sub-menus .sub-menu {
            background-color: #183a44;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; } }
        @media (max-width: 321px) {
          .mobile-menu .wrapper .sub-menus .sub-menu {
            font-size: 0.9em; } }
  .mobile-menu .logo {
    flex: 100%;
    margin-top: 70px;
    justify-content: center;
    text-align: center; }
    .mobile-menu .logo img {
      width: 150px; }
    @media (max-width: 599px) {
      .mobile-menu .logo {
        display: none; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.7em 2.2em 0.7em 2.2em;
  background: #fff;
  color: #2f323b;
  text-decoration: none;
  border: none;
  cursor: pointer; }
  @media screen and (max-width: 400px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    a.button {
      padding: 0.7em 1.1em 0.7em 1.1em; } }
  @media screen and (max-width: 320px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    a.button {
      padding: 0.6em 0.7em 0.5em 0.7em; } }
  button.with-border,
  input[type="button"].with-border,
  input[type="reset"].with-border,
  input[type="submit"].with-border,
  a.button.with-border {
    padding: 0.6em 1em 0.5em 1em;
    border: 2px solid #2f323b; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  a.button:hover {
    background: #2f323b !important;
    color: #fff !important; }
  button.green,
  input[type="button"].green,
  input[type="reset"].green,
  input[type="submit"].green,
  a.button.green {
    background: #b4bd00;
    color: #fff; }
    button.green:hover,
    input[type="button"].green:hover,
    input[type="reset"].green:hover,
    input[type="submit"].green:hover,
    a.button.green:hover {
      background: #fff !important;
      color: #b4bd00 !important; }
  button.green_text_black,
  input[type="button"].green_text_black,
  input[type="reset"].green_text_black,
  input[type="submit"].green_text_black,
  a.button.green_text_black {
    background: #b4bd00;
    color: #000; }
    button.green_text_black:hover,
    input[type="button"].green_text_black:hover,
    input[type="reset"].green_text_black:hover,
    input[type="submit"].green_text_black:hover,
    a.button.green_text_black:hover {
      background: #fff !important;
      color: #b4bd00 !important; }
  button.pink,
  input[type="button"].pink,
  input[type="reset"].pink,
  input[type="submit"].pink,
  a.button.pink {
    background: #e53e51;
    color: #fff; }
    button.pink:hover,
    input[type="button"].pink:hover,
    input[type="reset"].pink:hover,
    input[type="submit"].pink:hover,
    a.button.pink:hover {
      color: #e53e51 !important;
      background-color: #fff !important; }

input[type="submit"] {
  background-color: #b4bd00;
  color: #fff;
  border-radius: 8px; }
  input[type="submit"]:hover {
    background-color: #fff;
    color: #b4bd00; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #2f323b;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #000; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

#coolfood_loginform {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  max-width: 20em;
  padding: 1em;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1); }
  #coolfood_loginform p {
    display: flex;
    flex-direction: column;
    margin: 0.8em 0 !important; }

.coolfood_loginform-error {
  color: #e53e51;
  font-size: 1.5em;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 1em; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #2f323b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layouts 
--------------------------------------------------------------*/
.page-template-coolfooder-layout .main-container {
  display: flex;
  flex: 1 1 auto;
  height: 100vh; }
  .page-template-coolfooder-layout .main-container .sidebar {
    background-color: #1e4955;
    width: 14em;
    display: flex;
    flex-direction: column; }
    .page-template-coolfooder-layout .main-container .sidebar .logo {
      margin-top: 1em;
      margin-right: 5px;
      width: 9em;
      align-self: center; }
    .page-template-coolfooder-layout .main-container .sidebar .main-menu {
      margin-top: 3em; }
      .page-template-coolfooder-layout .main-container .sidebar .main-menu .menu-item {
        display: block;
        font-size: 0.9em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1.6em;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: 0.8em;
        padding-bottom: 0.8em; }
        .page-template-coolfooder-layout .main-container .sidebar .main-menu .menu-item.active {
          color: #b4bd00;
          border-right: 5px solid #b4bd00;
          background-color: #183a44; }

.page-template-coolfooder-layout #primary {
  width: 100%;
  padding: 1.2em 1.5em;
  background-color: #ebebeb !important;
  display: flex;
  flex-direction: column; }
  .page-template-coolfooder-layout #primary .topbar {
    font-weight: 600;
    text-align: right; }
    .page-template-coolfooder-layout #primary .topbar a {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .page-template-coolfooder-layout #primary .topbar a .icon-menu {
        margin-left: 0.5em;
        font-size: 1.6em; }
  .page-template-coolfooder-layout #primary main {
    flex: 1;
    margin-top: 1.2em;
    background-color: #fff;
    padding: 0.05em 1.5em;
    color: #183a44; }

.page-template-coolfooder-layout .acf-field {
  padding: 0.8em 0 !important;
  border: none !important; }

.page-template-coolfooder-layout .acf-label label {
  font-weight: 600 !important; }

.page-template-coolfooder-layout .acf-field-true-false {
  padding: 0 !important;
  display: flex; }
  .page-template-coolfooder-layout .acf-field-true-false .acf-input {
    order: 0; }
  .page-template-coolfooder-layout .acf-field-true-false .acf-label {
    order: 1;
    margin-left: 0.3em;
    font-weight: normal !important; }

.page-template-coolfooder-layout input[type=submit] {
  border: none;
  background-color: #b4bd00;
  border-radius: 8px;
  color: #fff;
  margin-top: 2em;
  cursor: pointer; }
  .page-template-coolfooder-layout input[type=submit]:hover {
    background-color: #e53e51 !important; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%; }

body:not(.home) .site-content {
  padding-left: 2em;
  padding-right: 2em; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Header and fooder 
--------------------------------------------------------------*/
body.home header.site-header {
  min-height: 100vh !important; }

header.site-header {
  position: relative;
  min-height: 200px; }
  header.site-header .header-background-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 30px; }
  header.site-header .header-top {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex: 1 1 auto;
    z-index: 1;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 250px;
    flex-shrink: 0; }
    @media screen and (max-width: 800px) {
      header.site-header .header-top {
        justify-content: center;
        padding-left: 0;
        padding-right: 0; } }
    header.site-header .header-top .custom-logo-link .custom-logo {
      max-width: 200px; }
    header.site-header .header-top .header-links {
      margin-top: 50px;
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      height: 120px;
      justify-content: space-between; }
      @media screen and (max-width: 800px) {
        header.site-header .header-top .header-links {
          display: none; } }
      header.site-header .header-top .header-links .top-links {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center; }
        header.site-header .header-top .header-links .top-links a {
          color: #fff;
          font-size: 14.4px;
          font-size: 0.9rem;
          text-transform: uppercase;
          font-weight: 600;
          margin-right: 30px; }
          header.site-header .header-top .header-links .top-links a:last-child {
            margin-right: 0; }
      header.site-header .header-top .header-links #site-navigation {
        display: flex;
        max-width: 50em;
        align-self: flex-end;
        justify-content: flex-end;
        padding-left: 2em; }
        @media screen and (max-width: 800px) {
          header.site-header .header-top .header-links #site-navigation {
            display: none; } }
  header.site-header .swiper-button-prev,
  header.site-header .swiper-button-next {
    color: #fff;
    width: 70px !important;
    height: 70px !important; }
    header.site-header .swiper-button-prev:after,
    header.site-header .swiper-button-next:after {
      display: flex;
      flex: 1 1 auto;
      font-size: 2.5em !important;
      width: 70px !important;
      height: 70px !important;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 500px) {
      header.site-header .swiper-button-prev,
      header.site-header .swiper-button-next {
        display: none; } }
  header.site-header .swiper-button-prev:after {
    padding-right: 8px; }
  header.site-header .swiper-button-next:after {
    padding-left: 8px; }
  header.site-header .page-title {
    display: block;
    color: #fff;
    font-size: 3.5em;
    z-index: 100;
    width: 100%;
    text-align: center;
    line-height: 1em; }
    @media screen and (min-width: 501px) {
      header.site-header .page-title {
        margin-top: 245px; } }
    @media screen and (max-width: 500px) {
      header.site-header .page-title {
        margin-top: 185px;
        font-size: 3.2em; } }
    @media screen and (max-width: 400px) {
      header.site-header .page-title {
        font-size: 2.8em; } }
  header.site-header .coolfood-slogan-and-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 85px;
    height: calc( 100% - 85px);
    min-height: 420px; }
    @media screen and (max-width: 500px) {
      header.site-header .coolfood-slogan-and-description {
        font-size: 3.2em;
        margin-top: 205px;
        height: calc( 100% - 205px); } }
    @media screen and (max-width: 400px) {
      header.site-header .coolfood-slogan-and-description {
        font-size: 2.8em; } }
    header.site-header .coolfood-slogan-and-description p {
      margin-top: 0 !important; }
    header.site-header .coolfood-slogan-and-description .slogan {
      text-align: center;
      color: #fff;
      font-size: 56px;
      font-size: 3.5rem;
      line-height: 1em; }
      @media screen and (max-width: 1180px) {
        header.site-header .coolfood-slogan-and-description .slogan {
          font-size: 48px;
          font-size: 3rem; } }
      @media screen and (max-width: 1050px) {
        header.site-header .coolfood-slogan-and-description .slogan {
          font-size: 41.6px;
          font-size: 2.6rem; } }
      @media screen and (max-width: 905px) {
        header.site-header .coolfood-slogan-and-description .slogan {
          font-size: 36.8px;
          font-size: 2.3rem; } }
      @media screen and (max-width: 805px) {
        header.site-header .coolfood-slogan-and-description .slogan {
          font-size: 28.8px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 625px) {
        header.site-header .coolfood-slogan-and-description .slogan {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (max-width: 321px) {
        header.site-header .coolfood-slogan-and-description .slogan {
          font-size: 25.6px;
          font-size: 1.6rem; } }
    header.site-header .coolfood-slogan-and-description .description {
      text-align: center;
      color: #fff;
      font-size: 22.4px;
      font-size: 1.4rem;
      padding: 0px 12px; }
      @media screen and (max-width: 600px) and (max-height: 800px) {
        header.site-header .coolfood-slogan-and-description .description * {
          font-size: 22px !important; } }
    header.site-header .coolfood-slogan-and-description .buttons {
      margin: 0 auto;
      flex-wrap: wrap;
      text-align: center; }
      @media screen and (max-width: 500px) {
        header.site-header .coolfood-slogan-and-description .buttons {
          font-size: 22.4px;
          font-size: 1.4rem;
          max-width: 250px;
          height: 8em; } }

footer {
  display: flex;
  flex: 1;
  padding-left: 1.5em;
  padding-right: 3em;
  margin-top: 2em;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 1050px) {
    footer {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      padding-right: 0; } }
  footer .wrapper {
    max-width: 1280px;
    display: flex;
    flex: 1;
    margin: 0 auto;
    padding: 3em 0;
    flex-wrap: wrap; }
    @media screen and (max-width: 1050px) {
      footer .wrapper {
        flex-direction: column;
        justify-content: center; } }
    footer .wrapper .logo-and-text {
      display: flex; }
      footer .wrapper .logo-and-text .custom-logo {
        width: 8em; }
      footer .wrapper .logo-and-text .container {
        margin-top: 1em;
        margin-left: 1em;
        max-width: 11em; }
        footer .wrapper .logo-and-text .container .title {
          font-size: 14.4px;
          font-size: 0.9rem;
          font-weight: 600; }
        footer .wrapper .logo-and-text .container .text {
          font-size: 14.4px;
          font-size: 0.9rem; }
    footer .wrapper .footer-links {
      flex: 1;
      min-height: 3em;
      min-width: 3em; }
    footer .wrapper .logos {
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      footer .wrapper .logos .interreg-logo {
        width: 35em;
        margin-top: -1em; }
        @media screen and (max-width: 500px) {
          footer .wrapper .logos .interreg-logo {
            width: 22em; } }
      footer .wrapper .logos .social-links {
        display: none;
        margin-top: 2em;
        justify-content: flex-end;
        align-items: flex-end; }
        footer .wrapper .logos .social-links a {
          color: #b4bd00;
          font-size: 1.4em;
          padding: none !important; }
          footer .wrapper .logos .social-links a:before {
            padding: none; }

body:not(.home) footer {
  background-color: #ebebeb; }

/*--------------------------------------------------------------
## Frontpage
--------------------------------------------------------------*/
.project-block {
  background-color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 5em;
  padding-right: 5em; }
  @media screen and (max-width: 700px) {
    .project-block {
      padding-left: 1em;
      padding-right: 1em; } }
  .project-block video {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    max-width: calc(100vw - 12em);
    margin-bottom: 5em; }
    @media screen and (max-width: 700px) {
      .project-block video {
        max-width: calc(100vw - 2em); } }
    @media screen and (min-width: 1000px) {
      .project-block video {
        max-width: 60em; } }
  .project-block .gains {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    max-width: 60em; }
    @media screen and (min-width: 1000px) {
      .project-block .gains {
        padding-left: 5em;
        padding-right: 5em; } }
    @media screen and (max-width: 700px) {
      .project-block .gains {
        align-items: center; } }
    .project-block .gains .item {
      margin-left: auto;
      margin-right: auto; }
      .project-block .gains .item .line {
        display: flex;
        flex: 1 1 auto;
        justify-content: center; }
        .project-block .gains .item .line .number {
          font-weight: 300;
          font-size: 80px;
          font-size: 5rem;
          color: #b4bd00; }
          @media screen and (max-width: 500px) {
            .project-block .gains .item .line .number {
              font-size: 48px;
              font-size: 3rem;
              text-align: center; } }
        .project-block .gains .item .line .unit {
          margin-top: 0.25em;
          font-weight: 300;
          font-size: 48px;
          font-size: 3rem;
          color: #b4bd00; }
          @media screen and (max-width: 1000px) {
            .project-block .gains .item .line .unit {
              font-size: 32px;
              font-size: 2rem; } }
      .project-block .gains .item .text {
        text-align: center;
        max-width: 20em; }
      @media screen and (max-width: 814px) {
        .project-block .gains .item:nth-child(2) {
          margin-top: 4em; } }
  .project-block .title {
    text-align: center;
    padding-top: 2.4em;
    padding-bottom: 0.2em;
    font-size: 40px;
    font-size: 2.5rem; }
  .project-block .items {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 55em;
    margin: 0 auto; }
    .project-block .items .item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 13em;
      min-width: 13em;
      margin-left: auto;
      margin-right: auto; }
      .project-block .items .item .icon {
        font-size: 80px;
        font-size: 5rem;
        color: #b4bd00; }
      .project-block .items .item .line {
        min-height: 6em;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .project-block .items .item .line .number {
          margin-top: -0.15em;
          padding-right: 0.8em;
          font-weight: bold;
          font-size: 32px;
          font-size: 2rem;
          color: #e53e51; }
        .project-block .items .item .line .text {
          max-width: 10em; }

.become-a-coolfooder {
  display: flex;
  flex: 1 1 auto;
  background-color: #e53e51;
  min-height: 28em; }
  .become-a-coolfooder .wrapper {
    display: flex;
    flex: 1 1 auto;
    background-image: url("images/WS-BECOME.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    max-width: 1280px;
    margin: 0 auto; }
    .become-a-coolfooder .wrapper .left {
      display: flex;
      flex: 1;
      padding-left: 5em; }
      @media screen and (max-width: 1000px) {
        .become-a-coolfooder .wrapper .left {
          display: none; } }
    .become-a-coolfooder .wrapper .right {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding-right: 5em; }
      @media screen and (max-width: 1000px) {
        .become-a-coolfooder .wrapper .right {
          text-align: center;
          align-items: center;
          padding-left: 2em;
          padding-right: 2em; } }
      .become-a-coolfooder .wrapper .right .title {
        color: #fff;
        font-size: 48px;
        font-size: 3rem; }
        @media screen and (max-width: 500px) {
          .become-a-coolfooder .wrapper .right .title {
            font-size: 40px;
            font-size: 2.5rem; } }
      .become-a-coolfooder .wrapper .right .text {
        margin-top: 1em;
        color: #fff; }
      .become-a-coolfooder .wrapper .right a {
        margin-top: 2em;
        display: inline-block; }

/*--------------------------------------------------------------
## Content 
--------------------------------------------------------------*/
body:not(.home) .breadcrumb {
  display: flex;
  align-items: center;
  margin: 3em 0;
  max-width: 900px;
  margin: 3em auto 2em auto;
  font-weight: 600; }
  @media screen and (min-width: 1280px) {
    body:not(.home) .breadcrumb {
      margin: 3em 0 2em 0; } }
  body:not(.home) .breadcrumb a {
    color: #b4bd00; }
    body:not(.home) .breadcrumb a::after {
      content: ">";
      color: #000;
      font-weight: normal;
      padding: 0 0.8em; }

body:not(.home) #content,
body:not(.home) .header-top {
  max-width: 1280px;
  flex-shrink: 0;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    body:not(.home) #content,
    body:not(.home) .header-top {
      padding: 0 !important; } }

body:not(.home) #content #primary {
  max-width: 1200px;
  margin: 0 auto; }
  body:not(.home) #content #primary article .entry-content {
    text-align: justify; }

.alert-message {
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .alert-message.blue {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff; }
  .alert-message.yellow {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
  .alert-message.green {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .alert-message.red {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }

/*--------------------------------------------------------------
## Recipes & tips 
--------------------------------------------------------------*/
.coolfood-filters {
  display: flex;
  flex: 1 1 auto;
  align-items: baseline;
  white-space: nowrap !important;
  flex-wrap: wrap; }
  .coolfood-filters a {
    text-decoration: none !important; }
  .coolfood-filters .filters-container {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end; }
    @media screen and (max-width: 1150px) {
      .coolfood-filters .filters-container {
        justify-content: center; } }
    .coolfood-filters .filters-container .filter {
      position: relative;
      margin-left: 1em; }
      .coolfood-filters .filters-container .filter:first-child {
        margin-left: 0; }
      @media screen and (max-width: 500px) {
        .coolfood-filters .filters-container .filter {
          margin-left: 0; } }
      .coolfood-filters .filters-container .filter > a.button {
        margin-top: 1em; }
        .coolfood-filters .filters-container .filter > a.button:after {
          margin-left: 1.5em;
          font-family: "coolfood";
          content: "\e801";
          color: #e0e0e0; }
          @media screen and (max-width: 320px) {
            .coolfood-filters .filters-container .filter > a.button:after {
              margin-left: 0.3em; } }
        .coolfood-filters .filters-container .filter > a.button.active:after {
          color: #b4bd00; }
      .coolfood-filters .filters-container .filter .container {
        display: none;
        padding: 10px 20px;
        box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        position: absolute;
        background-color: #fff;
        z-index: 2; }
        .coolfood-filters .filters-container .filter .container > div {
          display: flex;
          margin-bottom: 8px; }
          .coolfood-filters .filters-container .filter .container > div label {
            display: block;
            white-space: initial;
            width: 300px; }
            @media screen and (max-width: 320px) {
              .coolfood-filters .filters-container .filter .container > div label {
                width: 190px; } }
      .coolfood-filters .filters-container .filter.text {
        margin-top: 1em; }
        .coolfood-filters .filters-container .filter.text input[type="text"] {
          border: 2px solid #2f323b;
          height: 2.9em;
          padding-left: 0.8em;
          border-radius: 0; }
  .coolfood-filters .buttons-container {
    align-items: baseline;
    justify-content: flex-end; }
    @media screen and (max-width: 1150px) {
      .coolfood-filters .buttons-container {
        margin: 1em auto 0 auto; } }
    .coolfood-filters .buttons-container a {
      margin-left: 1em; }

.coolfood_happening-template-default h1,
.coolfood_recipeortip-template-default h1 {
  color: #2f323b;
  margin-top: 2em;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 2em; }

.coolfood_happening-template-default .back-button,
.coolfood_recipeortip-template-default .back-button {
  position: relative; }
  .coolfood_happening-template-default .back-button a,
  .coolfood_recipeortip-template-default .back-button a {
    position: absolute;
    top: -50px;
    right: 5px; }
  @media screen and (max-width: 880px) {
    .coolfood_happening-template-default .back-button,
    .coolfood_recipeortip-template-default .back-button {
      display: none; } }

.coolfood_happening-template-default .entry-content,
.coolfood_recipeortip-template-default .entry-content {
  display: flex;
  flex-wrap: wrap; }
  .coolfood_happening-template-default .entry-content .section-title,
  .coolfood_recipeortip-template-default .entry-content .section-title {
    color: #b4bd00;
    font-size: 1.3em;
    margin-top: 1.5em;
    margin-bottom: 0.4em; }
  .coolfood_happening-template-default .entry-content .recipe-image,
  .coolfood_recipeortip-template-default .entry-content .recipe-image {
    flex: 1 1 auto;
    background-position: center center;
    background-size: cover;
    min-width: 280px;
    max-width: 720px; }
    @media screen and (max-width: 980px) {
      .coolfood_happening-template-default .entry-content .recipe-image,
      .coolfood_recipeortip-template-default .entry-content .recipe-image {
        max-width: auto;
        width: 100%;
        padding: 0; } }
    .coolfood_happening-template-default .entry-content .recipe-image a,
    .coolfood_recipeortip-template-default .entry-content .recipe-image a {
      padding: 0;
      margin: 0; }
  .coolfood_happening-template-default .entry-content .ingredients,
  .coolfood_recipeortip-template-default .entry-content .ingredients {
    flex: 1 1 auto;
    padding-left: 2em;
    max-width: 360px; }
    .coolfood_happening-template-default .entry-content .ingredients .section-title,
    .coolfood_recipeortip-template-default .entry-content .ingredients .section-title {
      margin-top: 0 !important; }
    @media screen and (max-width: 1142px) {
      .coolfood_happening-template-default .entry-content .ingredients,
      .coolfood_recipeortip-template-default .entry-content .ingredients {
        padding: 0;
        max-width: auto;
        width: 100%;
        min-height: 400px;
        margin-top: 1.5em; } }
  .coolfood_happening-template-default .entry-content .happening,
  .coolfood_happening-template-default .entry-content .recipe,
  .coolfood_recipeortip-template-default .entry-content .happening,
  .coolfood_recipeortip-template-default .entry-content .recipe {
    flex: 0 1 auto;
    max-width: 1150px;
    width: 100%; }
    .coolfood_happening-template-default .entry-content .happening .content,
    .coolfood_happening-template-default .entry-content .recipe .content,
    .coolfood_recipeortip-template-default .entry-content .happening .content,
    .coolfood_recipeortip-template-default .entry-content .recipe .content {
      flex: 1 0 100%; }
    .coolfood_happening-template-default .entry-content .happening .dates,
    .coolfood_happening-template-default .entry-content .recipe .dates,
    .coolfood_recipeortip-template-default .entry-content .happening .dates,
    .coolfood_recipeortip-template-default .entry-content .recipe .dates {
      font-size: 1.2em;
      font-weight: 300;
      margin-top: -1.2em;
      margin-bottom: 1em; }
    .coolfood_happening-template-default .entry-content .happening .infos,
    .coolfood_happening-template-default .entry-content .recipe .infos,
    .coolfood_recipeortip-template-default .entry-content .happening .infos,
    .coolfood_recipeortip-template-default .entry-content .recipe .infos {
      margin-top: 2em;
      font-style: italic;
      font-size: 1em;
      color: #555;
      text-align: right;
      padding-right: 1em;
      margin-bottom: 1em; }
      .coolfood_happening-template-default .entry-content .happening .infos .date,
      .coolfood_happening-template-default .entry-content .recipe .infos .date,
      .coolfood_recipeortip-template-default .entry-content .happening .infos .date,
      .coolfood_recipeortip-template-default .entry-content .recipe .infos .date {
        margin-top: 0.3em;
        font-size: 0.9em; }
    .coolfood_happening-template-default .entry-content .happening .line,
    .coolfood_happening-template-default .entry-content .recipe .line,
    .coolfood_recipeortip-template-default .entry-content .happening .line,
    .coolfood_recipeortip-template-default .entry-content .recipe .line {
      display: flex; }
      .coolfood_happening-template-default .entry-content .happening .line > div:first-child,
      .coolfood_happening-template-default .entry-content .recipe .line > div:first-child,
      .coolfood_recipeortip-template-default .entry-content .happening .line > div:first-child,
      .coolfood_recipeortip-template-default .entry-content .recipe .line > div:first-child {
        font-weight: bold; }
      .coolfood_happening-template-default .entry-content .happening .line > div:last-child,
      .coolfood_happening-template-default .entry-content .recipe .line > div:last-child,
      .coolfood_recipeortip-template-default .entry-content .happening .line > div:last-child,
      .coolfood_recipeortip-template-default .entry-content .recipe .line > div:last-child {
        margin-left: 1em; }
  .coolfood_happening-template-default .entry-content .commitments,
  .coolfood_recipeortip-template-default .entry-content .commitments {
    flex: 1 1 auto;
    width: 100%; }
    @media screen and (max-width: 960px) {
      .coolfood_happening-template-default .entry-content .commitments,
      .coolfood_recipeortip-template-default .entry-content .commitments {
        margin-top: 3em; } }

.coolfood_happening-template-default #content p,
.coolfood_recipeortip-template-default #content p {
  margin: 0;
  padding-top: 0.2em;
  padding-bottom: 0.3em; }

.coolfood_happening-template-default .widget_coolfood_recipes_widget .title,
.coolfood_recipeortip-template-default .widget_coolfood_recipes_widget .title {
  color: #555;
  font-size: 1.7em;
  padding-bottom: 0; }

.recipes-and-tips,
.happenings {
  display: flex;
  flex-direction: column;
  padding-top: 5em;
  max-width: 1150px;
  background-repeat: repeat-x;
  text-align: left; }
  .recipes-and-tips > .title,
  .happenings > .title {
    text-align: center;
    padding-bottom: 0.8em;
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff; }
  .recipes-and-tips .date,
  .happenings .date {
    font-size: 0.9em;
    font-weight: 600; }
    .recipes-and-tips .date.old,
    .happenings .date.old {
      color: #d87575; }
  .recipes-and-tips .location,
  .happenings .location {
    font-size: 1em;
    font-weight: 300; }
  .recipes-and-tips .slider,
  .happenings .slider {
    display: flex;
    align-items: center; }
    .recipes-and-tips .slider .arrow,
    .happenings .slider .arrow {
      display: none;
      max-width: 2em; }
      .recipes-and-tips .slider .arrow.left,
      .happenings .slider .arrow.left {
        padding-left: 1em;
        padding-right: 2em; }
      .recipes-and-tips .slider .arrow.right,
      .happenings .slider .arrow.right {
        padding-left: 1em;
        padding-right: 2em; }
  .recipes-and-tips .slide,
  .happenings .slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1; }
  .recipes-and-tips .container,
  .happenings .container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-around; }
    .recipes-and-tips .container .item,
    .happenings .container .item {
      position: relative;
      margin-top: 2em;
      width: 330px;
      background-color: #fff;
      box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 800px) {
        .recipes-and-tips .container .item,
        .happenings .container .item {
          width: 21em; } }
      @media screen and (max-width: 450px) {
        .recipes-and-tips .container .item,
        .happenings .container .item {
          max-width: 330px; } }
      @media screen and (max-width: 320px) {
        .recipes-and-tips .container .item,
        .happenings .container .item {
          max-width: 300px; } }
      .recipes-and-tips .container .item .icon,
      .happenings .container .item .icon {
        position: absolute;
        right: 0.4em;
        top: 0.4em;
        color: #fff;
        font-size: 1.2em;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0.2em;
        border-radius: 50%; }
      .recipes-and-tips .container .item .image,
      .happenings .container .item .image {
        background-color: #2f323b;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        height: 15em;
        display: flex;
        align-items: flex-end; }
        .recipes-and-tips .container .item .image .title,
        .happenings .container .item .image .title {
          padding-left: 0.6em;
          padding-bottom: 0.2em;
          font-size: 1.8em;
          font-weight: 500;
          color: #fff;
          text-shadow: 0 0 0.4em #000; }
      .recipes-and-tips .container .item .content,
      .happenings .container .item .content {
        padding: 1.5em; }
        .recipes-and-tips .container .item .content .title,
        .happenings .container .item .content .title {
          font-size: 19.2px;
          font-size: 1.2rem;
          font-weight: 600; }
        .recipes-and-tips .container .item .content .stars,
        .happenings .container .item .content .stars {
          display: flex;
          display: none;
          font-size: 19.2px;
          font-size: 1.2rem;
          color: #ebebeb;
          margin-top: 0.4em; }
          .recipes-and-tips .container .item .content .stars > div.on,
          .happenings .container .item .content .stars > div.on {
            color: #b4bd00; }
        .recipes-and-tips .container .item .content .text,
        .happenings .container .item .content .text {
          display: block;
          padding-top: 0.5em;
          padding-bottom: 1em;
          font-size: 14.4px;
          font-size: 0.9rem; }
      .recipes-and-tips .container .item:first-child,
      .happenings .container .item:first-child {
        margin-left: 0; }

body.home .recipes-and-tips,
body.coolfood_recipeortip-template-default .recipes-and-tips {
  margin: 80px auto; }

body.home .item,
body.coolfood_recipeortip-template-default .item {
  margin-left: 1.5em; }
  @media screen and (max-width: 690px) {
    body.home .item,
    body.coolfood_recipeortip-template-default .item {
      margin-left: 0; } }

body.home .recipes-and-tips {
  background-image: url("images/green-line.jpg") !important; }

/*--------------------------------------------------------------
## Happenings / Agenda 
--------------------------------------------------------------*/
.agenda {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  padding: 0;
  width: 100%;
  flex: 1 1 100%; }
  .agenda > .title {
    text-align: center;
    padding-bottom: 0.8em;
    font-size: 40px;
    font-size: 2.5rem; }
  .agenda .slider {
    display: flex;
    flex: 1 1 auto;
    align-items: center; }
    .agenda .slider .arrow {
      display: none;
      max-width: 2em;
      padding: 2.5em; }
      .agenda .slider .arrow.left {
        padding-left: 1em;
        padding-right: 2em; }
      .agenda .slider .arrow.right {
        padding-left: 1em;
        padding-right: 2em; }
    .agenda .slider .container {
      display: flex;
      flex: 1 1 auto; }
      .agenda .slider .container .slide {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 1050px; }
        @media screen and (min-width: 1050px) {
          .agenda .slider .container .slide {
            height: 22em; } }
        @media screen and (max-width: 1050px) {
          .agenda .slider .container .slide {
            width: auto; } }
        .agenda .slider .container .slide .item {
          display: flex;
          width: 48%;
          max-height: 10em;
          margin-top: 2em;
          box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1);
          flex-wrap: wrap; }
          @media screen and (min-width: 1050px) {
            .agenda .slider .container .slide .item {
              margin-left: 2em;
              margin-top: 0em; } }
          @media screen and (max-width: 450px) {
            .agenda .slider .container .slide .item {
              min-width: 330px;
              max-width: 330px; } }
          @media screen and (max-width: 320px) {
            .agenda .slider .container .slide .item {
              min-width: 280px;
              max-width: 280px; } }
          .agenda .slider .container .slide .item .image {
            width: 10em;
            height: 10em;
            background-color: #2f323b;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
          .agenda .slider .container .slide .item .line {
            display: flex;
            flex-wrap: wrap;
            flex: 1;
            padding: 1em; }
            .agenda .slider .container .slide .item .line .date {
              display: flex;
              flex-direction: column;
              align-items: center;
              padding-right: 1em; }
              .agenda .slider .container .slide .item .line .date .month {
                font-size: 32px;
                font-size: 2rem;
                line-height: 1em; }
              .agenda .slider .container .slide .item .line .date .day {
                font-size: 16px;
                font-size: 1rem; }
            .agenda .slider .container .slide .item .line .title {
              font-size: 19.2px;
              font-size: 1.2rem;
              max-width: 13em;
              font-weight: 600; }
            .agenda .slider .container .slide .item .line .text {
              padding-top: 0.5em;
              padding-left: 3.8em;
              font-size: 14.4px;
              font-size: 0.9rem; }
          @media screen and (max-width: 1049px) {
            .agenda .slider .container .slide .item {
              width: 100%;
              position: relative;
              align-items: flex-end;
              min-height: 22em;
              margin-left: 0em;
              min-width: 450px;
              box-shadow: none; } }
  @media screen and (max-width: 1049px) and (max-width: 450px) {
    .agenda .slider .container .slide .item {
      min-width: 330px;
      max-width: 330px; } }
  @media screen and (max-width: 1049px) and (max-width: 320px) {
    .agenda .slider .container .slide .item {
      min-width: 300px;
      max-width: 300px; } }
          @media screen and (max-width: 1049px) {
              .agenda .slider .container .slide .item .image {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                height: auto;
                width: auto;
                background-color: #2f323b; }
              .agenda .slider .container .slide .item .line {
                z-index: 1;
                flex-direction: row;
                background-color: rgba(0, 0, 0, 0.55); }
                .agenda .slider .container .slide .item .line .date .month {
                  font-size: 48px;
                  font-size: 3rem;
                  color: #fff; }
                .agenda .slider .container .slide .item .line .date .day {
                  color: #fff; }
                .agenda .slider .container .slide .item .line .sep {
                  border-right: 1px solid #fff;
                  opacity: 0.3;
                  margin-left: 0.5em;
                  margin-right: 1.5em; }
                .agenda .slider .container .slide .item .line .title {
                  color: #fff;
                  display: block;
                  max-width: 19em; }
              .agenda .slider .container .slide .item .text {
                display: none; } }
          .agenda .slider .container .slide .item.big {
            position: relative;
            align-items: flex-end;
            min-height: 22em;
            margin-left: 0em;
            box-shadow: none; }
            .agenda .slider .container .slide .item.big .image {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              height: auto;
              width: auto;
              background-color: #2f323b; }
            .agenda .slider .container .slide .item.big .line {
              z-index: 1;
              flex-direction: row;
              background-color: rgba(0, 0, 0, 0.55); }
              .agenda .slider .container .slide .item.big .line .date .month {
                font-size: 48px;
                font-size: 3rem;
                color: #fff; }
              .agenda .slider .container .slide .item.big .line .date .day {
                color: #fff; }
              .agenda .slider .container .slide .item.big .line .sep {
                border-right: 1px solid #fff;
                opacity: 0.3;
                margin-left: 0.5em;
                margin-right: 1.5em; }
              .agenda .slider .container .slide .item.big .line .title {
                color: #fff;
                display: block;
                max-width: 19em; }
            .agenda .slider .container .slide .item.big .text {
              display: none; }
          .agenda .slider .container .slide .item:nth-child(3) {
            margin-top: 2em; }
  .agenda a.button {
    margin-top: 5em; }

.widget_coolfood_happenings_widget {
  margin-top: 5em;
  width: 100%; }

/*--------------------------------------------------------------
## Coolfooder recipes list and edit 
--------------------------------------------------------------*/
.page-template-coolfooder-layout #recipe-form .wp-media-buttons, .page-template-coolfooder-layout #recipe-form .wp-switch-editor, .page-template-coolfooder-layout #recipe-form #mceu_57, .page-template-coolfooder-layout #recipe-form #mceu_66, .page-template-coolfooder-layout #recipe-form #mceu_67, .page-template-coolfooder-layout #recipe-form #mceu_69 {
  display: none; }

.page-template-coolfooder-layout #recipe-form .acf-label li:before, .page-template-coolfooder-layout #recipe-form .acf-input li:before {
  content: none; }

.page-template-coolfooder-layout ul.list {
  max-width: 600px; }
  .page-template-coolfooder-layout ul.list li {
    padding: 3px;
    display: flex;
    flex-direction: center;
    align-items: center; }
    .page-template-coolfooder-layout ul.list li a.item {
      flex: 1 1 auto; }
    .page-template-coolfooder-layout ul.list li a.view {
      padding-left: 1em; }
    .page-template-coolfooder-layout ul.list li a.edit {
      padding-left: 1em; }
    .page-template-coolfooder-layout ul.list li a.delete {
      padding-left: 1em; }
    .page-template-coolfooder-layout ul.list li div.spacer {
      width: 4.8em; }

.page-template-coolfooder-layout .added, .page-template-coolfooder-layout .del {
  border: 1px solid #ccffcc;
  background-color: #ddffdd;
  text-align: center;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 8px; }

.page-template-coolfooder-layout .button {
  margin-top: 30px; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
