@charset "UTF-8";
/*
Theme Name: Green Kitchen
Theme URI: http://www.beyours.be
Author: You
Author URI: http://www.beyours.be
Description: Child theme for Divi
Version: 1.2
Text Domain: Divi
Template: Divi
*/
/*Add margin below the featured image on single posts*/
.single .et_pb_post .et_post_meta_wrapper img {
  margin-bottom: 20px;
}

/*Reduce the post meta font size on archive pages*/
.archive .post-meta,
.search .post-meta {
  font-size: 12px !important;
  padding-bottom: 5px !important;
}

/*Add margin to the post meta elements and prevent breaking*/
.single .author,
.archive .author,
.search .author,
.single .published,
.archive .published,
.search .published,
.single .post-meta a[rel~=category],
.archive .post-meta a[rel~=category],
.search .post-meta a[rel~=category],
.single .comments-number,
.archive .comments-number,
.search .comments-number {
  display: inline-block;
  margin: 0 15px 0 20px;
}

/*Style the post meta icons*/
.single .author a:before,
.archive .author a:before,
.search .author a:before,
.single .published:before,
.archive .published:before,
.search .published:before,
.single .post-meta a[rel~=category]:before,
.archive .post-meta a[rel~=category]:before,
.search .post-meta a[rel~=category]:before,
.single .comments-number a:before,
.archive .comments-number a:before,
.search .comments-number a:before {
  font-family: "ETModules";
  color: #52ae32;
  margin-right: 5px;
  margin-left: -20px;
}

/*Add the post meta icons*/
.single .author a:before,
.archive .author a:before,
.search .author a:before {
  content: "";
}

.single .published:before,
.archive .published:before,
.search .published:before {
  content: "";
}

.single .post-meta a[rel~=category]:before,
.archive .post-meta a[rel~=category]:before,
.search .post-meta a[rel~=category]:before {
  content: "";
}

.single .comments-number a:before,
.archive .comments-number a:before,
.search .comments-number a:before {
  content: "w";
}

/*Navigation sizing*/
.single #ds-single-post-nav {
  margin: 40px 0;
  display: inline-block;
  width: 100%;
}

/*Post title styling*/
.single #ds-single-post-nav h2 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2em;
}

/*Align the prev post nav*/
.single span.ds-single-nav-previous {
  width: 47.5%;
  margin-right: 5%;
  float: left;
}

/*Align the next post nav*/
.single span.ds-single-nav-next {
  display: block;
  text-align: right;
}

/*Reduce post nav button size on mobile*/
@media all and (max-width: 479px) {
  .single span.ds-single-nav-previous a[rel~=prev],
.single span.ds-single-nav-next a[rel~=next] {
    font-size: 10px;
    padding: 0.7em 0.75em !important;
  }
}
/***Related posts***/
/*Hide the default title and meta*/
.single .ds-related-posts .post-meta,
.single .ds-related-posts .entry-title {
  display: none;
}

/*Set the display and margin*/
.single .ds-related-posts {
  display: inline-block;
  margin-top: 30px;
}

/*Remove padding*/
.single #left-area .ds-related-posts ul {
  padding-left: 0;
}

/*Style the post title*/
.single .ds-related-content h4 {
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 18px;
}

/*Set post width and margin*/
.single .ds-related-list {
  list-style-type: none;
  width: 30%;
  float: left;
  margin-right: 5%;
}

/*Remove margin from last post*/
.single .ds-related-list:last-child {
  margin-right: 0;
}

@media all and (max-width: 600px) {
  .single .ds-related-list {
    width: 100%;
  }

  .single .ds-related-content h4 {
    margin-bottom: 20px;
  }
}
/*Remove excess padding from the form fields*/
.single p.comment-form-author,
.single p.comment-form-comment,
.single p.comment-form-email,
.single p.comment-form-url {
  padding-bottom: 0;
}

/*Align the form fields on larger screens*/
@media all and (min-width: 768px) {
  .single #commentform input#author {
    width: 48.5%;
    float: left;
  }

  .single #commentform input#email {
    width: 48.5%;
    float: right;
  }

  .single #commentform input#url {
    width: 100%;
  }
}
/*Add the left and right bars*/
.single h4.ds-related-posts-header:before,
.single #respond h3 span:before,
.single h1#comments:before,
#sidebar h4.widgettitle:before {
  margin-left: -52%;
}

.single h4.ds-related-posts-header:after,
.single #respond h3 span:after,
.single h1#comments:after,
#sidebar h4.widgettitle:after {
  margin-left: 2%;
}

/***Archive pages***/
/***Two columns for posts***/
/*Set the post width and margin for two columns and add the border*/
.archive .et_pb_post,
.search .et_pb_post {
  width: 48%;
  float: left;
  margin-right: 2%;
  border: 5px solid #f5f5f5;
}

@media (min-width: 981px) {
  .et_right_sidebar #left-area {
    padding-right: 1% !important;
  }
}
/*Remove margin from every second post*/
/*Set to a single column on smaller screens*/
@media all and (max-width: 767px) {
  .archive .et_pb_post,
.search .et_pb_post {
    width: 100%;
    margin-right: 0;
  }
}
/*Add padding to the posts*/
.archive .et_pb_post,
.search .et_pb_post {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.archive .et_pb_post.has-post-thumbnail,
.search .et_pb_post.has-post-thumbnail {
  padding-top: 0px;
}

/*Remove padding on featured image with negative margin*/
.ds-archive-featured {
  margin: 0 -15px 15px -15px;
}

/*Style the read more link and post nav*/
.archive a.more-link,
.search a.more-link {
  display: inline-block;
  width: 100%;
  color: #e6007e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2em;
  padding-top: 10px;
}

/*Add bottom margin to the pagination*/
.archive .pagination,
.search .pagination {
  margin-bottom: 40px;
}

/*Add padding to the post title on mobile*/
.archive .et_pb_post .entry-title,
.search .et_pb_post .entry-title {
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.search .et_pb_post,
.archive .et_pb_post {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}

@media all and (max-width: 479px) {
  .archive .et_pb_post .entry-title,
.search .et_pb_post .entry-title {
    padding-bottom: 10px;
  }
}
.et_pb_section.archive_header {
  background-image: url(#);
}
.et_pb_section.archive_header h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  color: #ffffff !important;
  text-align: center;
}
.et_pb_section.archive_header .et_pb_row {
  margin-top: 75px;
}

.bkg_ovrl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.69);
  opacity: 0.7;
}

body.single-weekly-menu .entry-content h1, body.single-weekly-menu .entry-content h2, body.single-weekly-menu .entry-content h3, body.single-weekly-menu .entry-content h4, body.single-weekly-menu .entry-content h5, body.single-weekly-menu .entry-content h6, body.single-weekly-menu .entry-content p, body.single-weekly-menu .entry-content a, body.single-weekly-menu .entry-content div {
  text-align: center;
}

.weekly-menu .et_pb_slide_description {
  padding: 5% !important;
}

.menu_registration table {
  border: none;
}
.menu_registration table tr td {
  padding: 0 !important;
  margin: 0 !important;
}
.menu_registration table tr td.frst {
  width: 75%;
}
.menu_registration table tr td.lst {
  width: 25%;
}
.menu_registration table tr td .et_pb_button {
  width: 100%;
}
.menu_registration table tr td input {
  background-color: #eee !important;
}

.daily.information {
  color: #52ae32;
  font-weight: bold;
}

#logo {
  max-height: 84%;
}

.et_color_scheme_green a {
  color: #52AE32;
}

.et_color_scheme_green .et_pb_counter_amount, .et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading, .et_color_scheme_green #top-header {
  background: #52AE32 !important;
}

.et_color_scheme_green.woocommerce a.button.alt, .et_color_scheme_green.woocommerce-page a.button.alt, .et_color_scheme_green.woocommerce button.button.alt, .et_color_scheme_green.woocommerce-page button.button.alt, .et_color_scheme_green.woocommerce input.button.alt, .et_color_scheme_green.woocommerce-page input.button.alt, .et_color_scheme_green.woocommerce #respond input#submit.alt, .et_color_scheme_green.woocommerce-page #respond input#submit.alt, .et_color_scheme_green.woocommerce #content input.button.alt, .et_color_scheme_green.woocommerce-page #content input.button.alt, .et_color_scheme_green.woocommerce a.button, .et_color_scheme_green.woocommerce-page a.button, .et_color_scheme_green.woocommerce button.button, .et_color_scheme_green.woocommerce-page button.button, .et_color_scheme_green.woocommerce input.button, .et_color_scheme_green.woocommerce-page input.button, .et_color_scheme_green.woocommerce #respond input#submit, .et_color_scheme_green.woocommerce-page #respond input#submit, .et_color_scheme_green.woocommerce #content input.button, .et_color_scheme_green.woocommerce-page #content input.button, .et_color_scheme_green .woocommerce-message, .et_color_scheme_green .woocommerce-error, .et_color_scheme_green .woocommerce-info {
  background: #52AE32 !important;
}

.et_color_scheme_green #et_search_icon:hover, .et_color_scheme_green .mobile_menu_bar:before, .et_color_scheme_green .footer-widget h4, .et_color_scheme_green .et_pb_sum, .et_color_scheme_green .et_pb_pricing li a, .et_color_scheme_green .et_pb_pricing_table_button, .et_color_scheme_green .comment-reply-link, .et_color_scheme_green .form-submit input, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_green .et_pb_contact_submit, .et_color_scheme_green .et_password_protected_form .et_submit_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_green .et_overlay:before, .et_color_scheme_green .entry-summary p.price ins, .et_color_scheme_green.woocommerce div.product span.price, .et_color_scheme_green.woocommerce-page div.product span.price, .et_color_scheme_green.woocommerce #content div.product span.price, .et_color_scheme_green.woocommerce-page #content div.product span.price, .et_color_scheme_green.woocommerce div.product p.price, .et_color_scheme_green.woocommerce-page div.product p.price, .et_color_scheme_green.woocommerce #content div.product p.price, .et_color_scheme_green.woocommerce-page #content div.product p.price, .et_color_scheme_green #top-menu li.current-menu-ancestor > a, .et_color_scheme_green #top-menu li.current-menu-item > a, .et_color_scheme_green .bottom-nav li.current-menu-item > a {
  color: #52AE32;
}

.et_color_scheme_green.woocommerce .star-rating span:before, .et_color_scheme_green.woocommerce-page .star-rating span:before {
  color: #52AE32 !important;
}

.et_color_scheme_green .et-search-form, .et_color_scheme_green .nav li ul, .et_color_scheme_green .et_mobile_menu, .et_color_scheme_green .footer-widget li:before, .et_color_scheme_green .et_pb_pricing li:before {
  border-color: #52AE32 !important;
}

#footer-bottom {
  background-color: #52ae32;
}

#footer-bottom a {
  color: #FFF !important;
}

#footer-info, #footer-info a {
  color: #FFF !important;
}

.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description h2 {
  text-shadow: 1px 1px 7px black;
}

@media screen and (max-width: 1280px) {
  .et_menu_container {
    width: 99%;
  }
}
@media screen and (max-width: 1020px) and (min-width: 980px) {
  #top-menu li:first-child {
    display: none;
  }
}
body.home .et_pb_section_video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.6);
}

.btn.cta_button {
  background: #FFF !important;
  color: #999 !important;
  border-color: #999 !important;
  letter-spacing: 0 !important;
  font-size: 20px !important;
  position: relative !important;
  padding: 0.3em 1em !important;
  border: 2px solid !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  font-weight: 500 !important;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.cta_button:hover {
  color: #52ae32 !important;
  border-color: #52ae32 !important;
  letter-spacing: 0 !important;
  padding-left: 0.7em !important;
  padding-right: 2em !important;
}

body.single-post #et-main-area .container {
  padding-top: 58px !important;
}

.container {
  max-width: 1200px;
}
.container.hasheader {
  padding-top: 58px !important;
}

hr {
  border-color: #FEFEFE;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
  color: #FFFFFF !important;
}

.et_pb_button, .et_pb_button_0, .et_pb_bg_layout_light {
  color: #FFFFFF !important;
}

.et_contact_bottom_container {
  float: none;
  text-align: center;
}

.single .et_pb_post {
  margin-bottom: 0pc !important;
}

#et-boc #menu-slider .et_pb_slide_description .et_pb_slide_title {
  font-size: 30px;
  color: #292929 !important;
  font-weight: 800;
  text-shadow: none;
}

#et-boc #menu-slider .et_pb_bg_layout_dark .et_pb_slide_content {
  color: #292929;
  text-shadow: none;
}

#et-boc #menu-slider .et-pb-arrow-next {
  color: #292929;
}

#et-boc #menu-slider .et-pb-arrow-prev {
  color: #292929;
}

#et-boc #menu-slider .et-pb-controllers .et-pb-active-control {
  background-color: #292929 !important;
}

#et-boc #menu-slider .et-pb-controllers a {
  background-color: rgba(43, 43, 43, 0.57) !important;
}

.et_pb_scroll_top.et-pb-icon {
  background: rgba(230, 0, 126, 0.57);
}

@media (max-width: 600px) {
  #footer-widgets .footer-widget {
    text-align: center;
  }

  .et_pb_widget {
    max-width: 98%;
    float: none;
  }

  #main-header .et_mobile_menu {
    background-color: #292929 !important;
    width: 100%;
    text-align: center;
  }
}
.et_pb_jt_filterable_grid_0.et_pb_filterable_portfolio .et_pb_jt_filterable_grid_container .et_pb_jt_filterable_grid_item .et_pb_jt_filterable_grid_item_text {
  flex: 1 auto;
  text-align: center;
  border: 1px solid #EDEDF7;
}

.et_pb_jt_filterable_grid_item_text {
  margin-top: 0px !important;
}

.et_pb_jt_filterable_grid_0.et_pb_filterable_portfolio .et_pb_jt_filterable_grid_item_post_title {
  font-weight: 800 !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  color: #292929 !important;
  text-align: center !important;
  padding-top: 10px;
}

.weekly-menu.et_pb_slide {
  background-color: #ededed;
}

#top-menu li.current-menu-item > a {
  color: #52ae32;
}

/** DEMO STORE **/
div.demo_store {
  z-index: 100000;
  top: auto !important;
  bottom: 0 !important;
  background-color: #E6007E;
  position: fixed;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: white;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media print {
  #main-footer, #sidebar, .demo_store, .et_menu_container, .et_pb_slides {
    display: none;
  }

  a[href]:after {
    content: none !important;
  }

  body {
    font-size: 12px;
  }

  h1 {
    font-size: 16px;
  }

  h2 {
    font-size: 15px;
  }

  h3 {
    font-size: 14px;
  }

  h4 {
    font-size: 13px;
  }

  .logo_container.desktop img, header {
    height: 50px;
    width: auto;
  }

  .order_details {
    padding: 5px !important;
    margin: 0 !important;
  }

  table, tbody, td, tfoot, th, thead, tr {
    padding: 0 !important;
    margin: 0 !important;
  }
}
div.demo_store img {
  float: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
  max-height: 150px;
}

div.demo_store a {
  color: #CCC;
  text-decoration: underline;
}

div.demo_store p {
  color: white;
  text-align: center;
}

div.demo_store {
  animation: fadein 2s;
  font-size: 14px;
  margin: 0 auto;
  bottom: 0;
  transition: bottom 1s, top 1s, margin 1s, width 1s, height 1s, background-color 1s, color 1s, margin 1s, transform 2s;
}

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