/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/




/* Table menu */

.menu-table {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 2rem;
}

.menu-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid #d9d9d9;
}

.menu-cell {
  min-width: 0;
}

.menu-cell.dish .title {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
	font-size: 1.5rem;
  line-height: 1.4;
}

.menu-cell.dish .description {
  display: block;
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}

.menu-cell.dish .description:empty {
  display: none;
}

.menu-cell.price {
  white-space: nowrap;
  text-align: right;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .menu-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .menu-cell.price {
    text-align: left;
    font-size: 0.95rem;
  }

  .menu-cell.price::before {
    content: attr(data-label) ": ";
    color: #666;
    font-weight: 400;
  }
}






.gform-theme--foundation .gform_fields {
  grid-row-gap: 12px !important;
}


/* Change Gravity Forms Submit Button Color */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer input[type="button"],
body .gform_wrapper .gform_page_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="button"] {
    background-color: #7d9b78 !important; /* Change this to your desired color */
    color: #ffffff !important; /* Text color */
    border: none !important;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}







/* Footer */
/* Reviews */

.ti-footer-filter-text {display: none;}

/* Footer titles */

#page-footer h5 {font-size: 20px;}


@media screen and (max-width: 769px) {
.kombijonseten {}
	.kombijonseten h3.w-ibanner-title {font-size: 18px;}
	.kombijonseten .w-ibanner-desc   {display: none;}
.wijkomenlangs {}
	.wijkomenlangs h3.w-ibanner-title {font-size: 18px;}
	.wijkomenlangs .w-ibanner-desc   {display: none;}

}