/*!
 Theme Name: Bureau Feith
 Theme URI: http://underscores.me/
 Author: Bureau Feith
 Author URI: http://bureaufeith.nl
 Description: Bureau Feith
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: bureau-feith
 Tags:
 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.
 Bureau Feith is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 --------------------------------------------------------------*/
/* ===============
 Variables
 =============== */
/* ===============
 Mixins
 =============== */
.fontawesome, .wpb_text_column ul li:before, .addon__iconText .inner-wrapper a i {
  font-family: "fontawesome";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
.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%;
}
/* Text meant only for screen readers. */
.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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  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;
}
.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;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* 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;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/* ===============
 GLOBAL SETTINGS 
 =============== */
/* ===Body=== */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
body, html {
  height: 100%;
}
#page {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}
footer {
  grid-row-start: 2;
  grid-row-end: 3;
}
/* ===Links=== */
a {
  color: #000;
}
a:visited, a:hover, a:focus, a:active {
  color: #000;
  font-weight: bolder;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/* ===Typography=== */
body, button, input, select, textarea {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
abbr, acronym {
  border-bottom: 1px dotted #39b54a;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "industry", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 100% !important;
  margin-bottom: 15px !important;
}
.uvc-heading.no-m h1, .uvc-heading.no-m h2, .uvc-heading.no-m h3, .uvc-heading.no-m h4, .uvc-heading.no-m h5, .uvc-heading.no-m h6 {
  margin: 0 !important;
}
.uvc-sub-heading {
  line-height: inherit !important;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 30px;
}
.heading-large h1, .heading-large h2, .heading-large h3, .heading-large h4 {
  font-size: 48px;
}
h1::first-letter {
  color: #ed1c24;
}
.no-firstletter h1::first-letter {
  color: inherit;
}
/* ===Lists=== */
.wpb_text_column ul {
  margin-bottom: 1.5em;
  padding: 0;
  list-style: none;
}
.wpb_text_column ul li {
  line-height: 1.5em;
}
.wpb_text_column ul li:before {
  content: "\f00c";
  color: inherit;
  width: 30px;
}
.wpb_text_column .myportfolio-container .mainul li {
  text-indent: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.wpb_text_column .myportfolio-container .mainul li:before {
  display: none;
}
.wpb_text_column .kiwi-logo-carousel li {
  text-indent: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.wpb_text_column .kiwi-logo-carousel li:before {
  display: none;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* ===Images=== */
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. */
}
/* ===Tables=== */
table {
  margin: 0;
  width: 100%;
}
/* ===Sidebars=== */
/* ===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;
}
/* ===Standard-WP-Gallery=== */
.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;
}
/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #e0e0e0;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #39b54a;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.pp_default .pp_description {
  display: none !important;
}
.foodpress_menu {
  font-family: 'Roboto', sans-serif !important;
}
.foodpress_menu .fp_menu_sub_section {
  color: #000 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 24px !important;
  padding: 15px !important;
  margin-bottom: 0 !important;
}
.foodpress_menu .fp_box h3 {
  font-size: 16px !important;
  color: #39b54a !important;
}
@media (max-width: 1200px) {
  .foodpress_menu .fp_box h3 {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .foodpress_menu .fp_box h3 {
    font-size: 15px !important;
  }
}
@media (max-width: 370px) {
  .foodpress_menu .fp_box h3 {
    font-size: 13px !important;
  }
}
.foodpress_menu .fp_box .fp_price {
  background-color: rgba(0, 0, 0, 0) !important;
  font-size: 16px !important;
  color: #39b54a !important;
}
@media (max-width: 1200px) {
  .foodpress_menu .fp_box .fp_price {
    font-size: 15px;
    padding: 5px !important;
  }
}
.foodpress_menu .fp_box:hover {
  background-color: white !important;
}
.foodpress_menu .fp_popTrig {
  cursor: default !important;
}
.mobile-padding {
  padding-top: 0px !important;
}
@media (max-width: 768px) {
  .mobile-padding {
    padding-top: 30px !important;
  }
}
.menu-l-m {
  display: block !important;
}
@media (max-width: 991px) {
  .menu-l-m {
    display: none !important;
  }
}
.menu-s {
  display: none !important;
}
@media (max-width: 991px) {
  .menu-s {
    display: block !important;
  }
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
/* ===============
 Input Fields 
 =============== */
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: black;
  border: 1px solid #bababa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 6px 12px;
  background-color: white;
}
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: black;
}
select {
  border: none;
}
textarea {
  width: 100%;
}
/* ===============
 Input Buttons 
 =============== */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid #39b54a;
  background: #39b54a;
  line-height: 2;
  min-height: 2rem;
  padding: 0 2rem;
  color: white;
  text-transform: uppercase;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: rgba(57, 181, 74, 0.7);
}
/* ===============
 Placeholder color
 =============== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #222831;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222831;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222831;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222831;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222831;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
  -webkit-text-fill-color: inherit !important;
}
/* ===============
 Gravity Forms
 =============== */
body .gform_wrapper {
  margin: 0;
}
body .gform_wrapper .small-field {
  width: 50%;
  display: inline-block;
}
@media (max-width: 991px) {
  body .gform_wrapper .small-field {
    width: 100%;
    display: block;
  }
}
body .gform_wrapper .top_label input.medium {
  width: 100%;
}
@media (max-width: 991px) {
  body .gform_wrapper .top_label input.medium.datepicker {
    width: 100% !important;
  }
}
body .gform_wrapper .top_label .gfield_select {
  height: 38px;
}
body .gform_wrapper .gform_footer {
  margin: 0;
}
body .gform_wrapper .gform_footer input[type=submit] {
  margin: 0;
  float: right;
  display: block;
}
@media (max-width: 768px) {
  body .gform_wrapper .gform_footer input[type=submit] {
    width: 100% !important;
  }
}
body .gform_wrapper .gfield_required {
  color: #ed1c24;
}
body .gform_wrapper .gform_body ul.gform_fields > li:first-child {
  margin-top: 0;
}
body .gform_wrapper .gform_body ul.gform_fields > li div.ginput_container {
  margin-top: 0;
}
body .gform_wrapper .gform_body ul.gform_fields > li div.ginput_container input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 6px 12px !important;
}
body .gform_wrapper .gform_body ul.gform_fields .hide-label label {
  display: none;
}
body .gform_wrapper .gform_body ul.gform_fields li.gfield {
  padding-right: 0;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li {
  padding-right: 20px !important;
  display: inline-block;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li:last-child {
  padding-right: 0;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio] {
  visibility: hidden;
  margin-top: 0 !important;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio] label {
  position: relative;
  cursor: pointer;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio]:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  border: 2px solid black;
  margin-right: 10px;
  box-shadow: inset 0 0 0 2px white;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  visibility: visible;
  vertical-align: top;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio]:checked:before {
  background-color: black;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_radio li input[type=radio]:hover:before {
  border: 2px solid black;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox] {
  visibility: hidden;
  margin-top: 0 !important;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox] label {
  position: relative;
  cursor: pointer;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox]:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-color: white;
  border: 2px solid black;
  margin-right: 10px;
  box-shadow: inset 0 0 0 2px white;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  visibility: visible;
  vertical-align: top;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox]:checked:before {
  background-color: black;
}
body .gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li input[type=checkbox]:hover:before {
  border: 2px solid black;
}
body .gform_wrapper .gfield_error .gfield_label {
  color: #ed1c24 !important;
}
body .gform_wrapper .validation_error {
  display: none;
}
body .gform_wrapper .validation_message {
  color: #ed1c24;
}
body .gform_wrapper li.gfield.gfield_error {
  border-top: 1px solid #c7181f;
  border-bottom: 1px solid #c7181f;
  background-color: transparent;
}
body .gform_wrapper .gform_ajax_spinner {
  width: 15px !important;
}
/*--------------------------------------------------------------
 # Header & Footer
 --------------------------------------------------------------*/
/* ===============
 Header
 =============== */
header#masthead {
  padding: 15px 0;
  margin: 0;
  border-top: 10px solid #39b54a;
  border-bottom: 10px solid #ed1c24;
  background-image: url(/wp-content/themes/bureau-feith/img/header-menubar-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
header#masthead .site-branding {
  float: left;
  display: none;
}
@media (max-width: 991px) {
  header#masthead .site-branding {
    display: block;
    width: 100%;
  }
}
header#masthead .site-branding img {
  height: 54px;
}
header#masthead .main-navigation {
  float: right;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  header#masthead .main-navigation {
    display: none;
  }
}
header#masthead .main-navigation li {
  line-height: 54px;
  display: inline-block;
  position: relative;
}
header#masthead .main-navigation li:hover > a::first-letter, header#masthead .main-navigation li.focus > a::first-letter {
  color: #ed1c24;
}
header#masthead .main-navigation a {
  font-family: "industry", sans-serif;
  color: black;
  font-weight: 700;
  font-style: italic;
  display: block;
  text-decoration: none;
  padding: 0 20px;
}
header#masthead .main-navigation .current_page_item a::first-letter, header#masthead .main-navigation .current-menu-item a::first-letter, header#masthead .main-navigation .current_page_ancestor a::first-letter, header#masthead .main-navigation .current-menu-ancestor a::first-letter {
  color: #ed1c24;
}
header#masthead .main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
header#masthead .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
header#masthead .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
header#masthead .main-navigation ul ul li:hover > ul, header#masthead .main-navigation ul ul li.focus > ul {
  left: 100%;
}
header#masthead .main-navigation ul ul a {
  width: 200px;
}
header#masthead .main-navigation ul li:hover > ul, header#masthead .main-navigation ul li.focus > ul {
  left: auto;
}
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.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%;
}
/* ===============
 Responsive menu pro
 =============== */
body button#responsive-menu-pro-button {
  background: #9e9e9e !important;
}
body button#responsive-menu-pro-button:hover, body button#responsive-menu-pro-button:focus {
  background: #9e9e9e;
  opacity: 1;
}
body .responsive-menu-pro-open button#responsive-menu-pro-button {
  background: #9e9e9e !important;
}
body .responsive-menu-pro-open button#responsive-menu-pro-button:hover, body .responsive-menu-pro-open button#responsive-menu-pro-button:focus {
  background: #9e9e9e;
}
body #responsive-menu-pro-container {
  background: #e0e0e0;
}
body #responsive-menu-pro-container #responsive-menu-pro-wrapper {
  background: #e0e0e0;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
  background: #e0e0e0;
  border-bottom: 1px solid #9e9e9e;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
  background-color: #e0e0e0;
  border-left: 1px solid #9e9e9e;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active {
  background-color: #9e9e9e;
  border-left: 1px solid #e0e0e0;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active:hover {
  background-color: #9e9e9e;
  border-left: 1px solid #e0e0e0;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover {
  background: #9e9e9e;
  border-bottom: 1px solid #e0e0e0;
  color: black;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover::first-letter {
  color: #ed1c24;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow {
  background-color: #9e9e9e;
  border-left: 1px solid #e0e0e0;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item:first-child a {
  border-top: none;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
  font-size: 16px;
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: black;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.responsive-menu-pro-current-item .responsive-menu-pro-item-link {
  background-color: #9e9e9e;
  border-color: #e0e0e0;
  color: black;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.responsive-menu-pro-current-item .responsive-menu-pro-item-link::first-letter {
  color: #ed1c24;
}
/* ===============
 Footer
 =============== */
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:visited, footer a:hover, footer a:focus, footer a:active {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-top {
  border-bottom: 1px solid white;
}
footer .footer-top .wpb_vc_table td {
  padding-bottom: 5px;
}
.lang-item a {
  padding: 0 5px !important;
}
@media (max-width: 991px) {
  .lang-item a {
    padding: 0px 5% !important;
  }
}
.lang-item img {
  max-width: 60% !important;
  height: auto !important;
  vertical-align: middle !important;
}
@media (max-width: 768px) {
  .lang-item img {
    width: 3% !important;
  }
}
@media (max-width: 768px) {
  .lang-item img {
    width: 5% !important;
  }
}
/*--------------------------------------------------------------
 # Structure
 --------------------------------------------------------------*/
/* ===============
 Structure 
 =============== */
.container {
  max-width: 1200px;
  display: block;
  position: relative;
  margin: auto;
  white-space: nowrap;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
.in-grid-small {
  width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1200px) {
  .in-grid-small {
    width: 100%;
  }
}
.in-grid {
  width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1200px) {
  .in-grid {
    width: 100%;
  }
}
.in-grid-bg {
  width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1200px) {
  .in-grid-bg {
    width: 100%;
  }
}
.in-grid-template {
  width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 768px) {
  .in-grid-template {
    width: 100%;
    padding: 0 15px;
  }
}
.vc_row.vc_column-gap-30 > .vc_column_container {
  padding: 0 15px !important;
}
/* ===============
 Alignment 
 =============== */
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.row-5columns .vc_col-sm-2 {
  width: 20%;
}
.row-spacing-tiny {
  padding-top: calc((60px / 2) / 2) !important;
  padding-bottom: calc((60px / 2) / 2) !important;
}
.row-spacing-small {
  padding-top: calc(60px / 2) !important;
  padding-bottom: calc(60px / 2) !important;
}
.row-spacing {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.row-spacing-big {
  padding-top: calc(60px * 2) !important;
  padding-bottom: calc(60px * 2) !important;
}
.no-m {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.mb-tiny {
  margin-bottom: calc((60px / 2) /2) !important;
}
@media (max-width: 768px) {
  .mb-tiny-s {
    margin-bottom: calc((60px / 2) /2) !important;
  }
}
@media (max-width: 991px) {
  .mb-tiny-m {
    margin-bottom: calc((60px / 2) /2) !important;
  }
}
@media (max-width: 1200px) {
  .mb-tiny-l {
    margin-bottom: calc((60px / 2) /2) !important;
  }
}
.mb-small {
  margin-bottom: calc(60px / 2) !important;
}
@media (max-width: 768px) {
  .mb-small-s {
    margin-bottom: calc(60px / 2) !important;
  }
}
@media (max-width: 991px) {
  .mb-small-m {
    margin-bottom: calc(60px / 2) !important;
  }
}
@media (max-width: 1200px) {
  .mb-small-l {
    margin-bottom: calc(60px / 2) !important;
  }
}
.mb {
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  .mb-s {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 1200px) {
  .mb-l {
    margin-bottom: 60px !important;
  }
}
.mb-big {
  margin-bottom: calc(60px * 2) !important;
}
.no-p {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.p-15 {
  padding-top: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
}
.p-30 {
  padding-top: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
}
.p-15-col > .vc_column-inner > .wpb_wrapper {
  padding-top: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
}
.p-30-col > .vc_column-inner > .wpb_wrapper {
  padding-top: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pl-60-col > .vc_column-inner > .wpb_wrapper {
  padding-left: 60px !important;
}
@media (max-width: 768px) {
  .pl-60-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0 !important;
  }
}
.text-med * {
  font-size: 24px;
}
.text-left * {
  text-align: left !important;
}
.text-right * {
  text-align: right !important;
}
.text-center * {
  text-align: center !important;
}
@media (max-width: 768px) {
  .text-center-mobile * {
    text-align: center !important;
  }
}
.color-primary * {
  color: #39b54a;
}
.color-secondary * {
  color: #ed1c24;
}
.color-dark * {
  color: #000;
}
.color-dark *:visited, .color-dark *:hover, .color-dark *:focus, .color-dark *:active {
  color: #000;
}
.color-light * {
  color: #fff;
}
.min-h-320 {
  min-height: 320px !important;
}
@media (max-width: 768px) {
  .min-h-320 .vc_column-inner {
    background-size: cover !important;
  }
}
.hero-large {
  min-height: 500px;
}
.hero-medium {
  min-height: 400px;
}
.hero-small {
  min-height: 300px;
}
.bg-primary {
  background-color: #39b54a;
}
.bg-primary * {
  color: #fff;
}
.bg-primary a {
  color: inherit;
}
.bg-primary a:visited, .bg-primary a:hover, .bg-primary a:focus, .bg-primary a:active {
  color: inherit;
}
.bg-primary .upb_row_bg {
  background-color: #39b54a;
}
.bg-primary-col * {
  color: #fff;
}
.bg-primary-col a {
  color: inherit;
}
.bg-primary-col a:visited, .bg-primary-col a:hover, .bg-primary-col a:focus, .bg-primary-col a:active {
  color: inherit;
}
.bg-primary-col > .vc_column-inner {
  background-color: #39b54a;
}
.bg-secondary {
  background-color: #ed1c24;
}
.bg-secondary * {
  color: #fff;
}
.bg-secondary a {
  color: inherit;
}
.bg-secondary a:visited, .bg-secondary a:hover, .bg-secondary a:focus, .bg-secondary a:active {
  color: inherit;
}
.bg-secondary .upb_row_bg {
  background-color: #ed1c24;
}
.bg-secondary-col * {
  color: #fff;
}
.bg-secondary-col a {
  color: inherit;
}
.bg-secondary-col a:visited, .bg-secondary-col a:hover, .bg-secondary-col a:focus, .bg-secondary-col a:active {
  color: inherit;
}
.bg-secondary-col > .vc_column-inner {
  background-color: #ed1c24;
}
.bg-lightgrey {
  background-color: #e0e0e0;
}
.bg-lightgrey * {
  color: #000;
}
.bg-lightgrey a {
  color: inherit;
}
.bg-lightgrey a:visited, .bg-lightgrey a:hover, .bg-lightgrey a:focus, .bg-lightgrey a:active {
  color: inherit;
}
.bg-lightgrey .upb_row_bg {
  background-color: #e0e0e0;
}
.bg-lightgrey-col * {
  color: #000;
}
.bg-lightgrey-col a {
  color: inherit;
}
.bg-lightgrey-col a:visited, .bg-lightgrey-col a:hover, .bg-lightgrey-col a:focus, .bg-lightgrey-col a:active {
  color: inherit;
}
.bg-lightgrey-col > .vc_column-inner {
  background-color: #e0e0e0;
}
.bg-black {
  background-color: black;
}
.bg-black * {
  color: white;
}
.bg-black a {
  color: inherit;
}
.bg-black a:visited, .bg-black a:hover, .bg-black a:focus, .bg-black a:active {
  color: inherit;
}
.bg-black .upb_row_bg {
  background-color: black;
}
.bg-black-col * {
  color: white;
}
.bg-black-col a {
  color: inherit;
}
.bg-black-col a:visited, .bg-black-col a:hover, .bg-black-col a:focus, .bg-black-col a:active {
  color: inherit;
}
.bg-black-col > .vc_column-inner {
  background-color: black;
}
/* ===============
 Visibility 
 =============== */
@media (max-width: 991px) {
  .display-none-m {
    display: none;
  }
}
/* ===============
 Column size 
 =============== */
@media (max-width: 991px) {
  .col-sm-4-m {
    width: 100% !important;
    float: left;
  }
}
/*--------------------------------------------------------------
 # Add-on Library
 --------------------------------------------------------------*/
.addon__iconText .inner-wrapper a {
  text-decoration: none;
}
.addon__iconText .inner-wrapper a i {
  display: inline-block;
  width: 35px;
}
.addon__iconText .inner-wrapper a:hover {
  text-decoration: underline;
}
.addon__iconText .inner-wrapper a.spacing-none {
  margin: 0;
}
.addon__iconText .inner-wrapper a.spacing-left {
  margin-left: 10px;
}
.addon__iconText .inner-wrapper a.spacing-right {
  margin-right: 10px;
}
.addon__iconText .inline {
  display: inline;
}
.addon__iconText .block {
  display: inline-block;
}
.addon__iconText .block a {
  display: inline-block;
}
.addon__iconText .spacing-none {
  margin: 0;
}
.addon__iconText .spacing-left {
  margin-left: 10px;
}
.addon__iconText .spacing-right {
  margin-right: 10px;
}
.addon__mainButton a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.addon__mainButton a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.addon__mainButton .uppercase a {
  text-transform: uppercase;
}
.addon__mainButton .space-right {
  margin-right: 30px;
}
.addon__mainButton .space-left {
  margin-left: 30px;
}
.addon__mainButton .space-both {
  margin-right: 30px;
  margin-left: 30px;
}
.addon__mainButton .font-light a {
  font-weight: 300;
}
.addon__mainButton .font-normal a {
  font-weight: 400;
}
.addon__mainButton .font-bold a {
  font-weight: 700;
}
.addon__mainButton .style-primary a {
  background-color: #39b54a;
  color: #fff;
}
.addon__mainButton .style-primary a:hover {
  background-color: #44c455;
}
.addon__mainButton .style-secondary a {
  background-color: #ed1c24;
  color: #fff;
}
.addon__mainButton .style-secondary a:hover {
  background-color: #de1219;
}
.addon__mainButton .style-lightgrey a {
  background-color: #e0e0e0;
  color: #000;
}
.addon__mainButton .style-lightgrey a:hover {
  background-color: #bababa;
}
.addon__mainButton .size-small a {
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
}
.addon__mainButton .size-normal a {
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
}
.addon__mainButton .size-big a {
  line-height: 70px;
  padding: 0 40px;
  font-size: 25px;
}
@media (max-width: 768px) {
  .addon__mainButton .size-big a {
    line-height: 50px;
  }
}
.addon__mainButton.display-block {
  display: block;
}
.addon__mainButton.display-block .inner-wrapper {
  display: block;
}
.addon__mainButton.display-block .inner-wrapper a {
  display: block;
  text-align: center;
}
.addon__mainButton.display-inline-block {
  display: inline-block;
}
.addon__mainButton.display-inline-block .inner-wrapper {
  display: inline-block;
}
.addon__mainButton.display-inline-block .inner-wrapper a {
  display: inline-block;
}
.addon__mainButton.float-right {
  float: right;
}
.addon__mainButton.float-left {
  float: left;
}
.addon__mainButton.float-none {
  float: none;
}
.addon__mainButton.clear-none {
  clear: none;
}
.addon__mainButton.clear-both {
  clear: both;
}
.addon__colorBox .green-transparent {
  background-color: rgba(57, 181, 74, 0.7);
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.addon__colorBox .green-transparent:hover {
  background-color: #39b54a;
}
.addon__colorBox .green-color {
  color: #39b54a;
}
.addon__colorBox .green-color .addon-container {
  border-color: #39b54a !important;
}
.addon__colorBox .red-transparent {
  background-color: rgba(237, 28, 36, 0.7);
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.addon__colorBox .red-transparent:hover {
  background-color: #ed1c24;
}
.addon__colorBox .white {
  background-color: white;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.addon__colorBox .white:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.addon__colorBox .white-transparent {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.addon__colorBox .white-transparent:hover {
  background-color: white;
  color: black;
}
.addon__colorBox .white-color {
  color: white;
}
.addon__colorBox .addon-wrapper {
  min-height: 200px;
  padding: 10px;
}
.addon__colorBox .addon-wrapper .addon-container {
  border: 1px solid white;
  min-height: inherit;
  text-align: center;
  position: relative;
}
.addon__colorBox .addon-wrapper .addon-container h1, .addon__colorBox .addon-wrapper .addon-container h2, .addon__colorBox .addon-wrapper .addon-container h3, .addon__colorBox .addon-wrapper .addon-container h4 {
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .addon__colorBox .addon-wrapper .addon-container h1, .addon__colorBox .addon-wrapper .addon-container h2, .addon__colorBox .addon-wrapper .addon-container h3, .addon__colorBox .addon-wrapper .addon-container h4 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .addon__colorBox .addon-wrapper .addon-container h1, .addon__colorBox .addon-wrapper .addon-container h2, .addon__colorBox .addon-wrapper .addon-container h3, .addon__colorBox .addon-wrapper .addon-container h4 {
    font-size: 24px;
  }
}
