/*
Theme Name: Divi Child
Description: Divi child theme for main Divi theme
Version: 1.0
Template: divi
*/

/* GENERAL CSS */
h1, h2, h4, button, a.et_pb_button, .menu-item a {
  font-family: "museo", serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

/* WOOCOMMERCE CSS */
.woocommerce-table a {
  color: #1d225b !important;
}
form.cart .extra-options {
  margin-bottom: 1em !important;
}
form.cart .extra-options .label.leftside {
  width: 40% !important;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	padding: 8px;
	border-radius: 5px;
}
.woocommerce ul.products li.product a:has(.catering-date-label) img,
.woocommerce-page ul.products li.product a:has(.catering-date-label) img,
.woocommerce ul.products li.product a:has(.catering-date-label) .et_overlay,
.woocommerce-page ul.products li.product a:has(.catering-date-label) .et_overlay {
  border-radius: 1em 1em 0 0 !important;
  margin: 0 !important;
}
.catering-date-label {
  background-color: #d61217;
  color: #fff;
  font-weight: bold;
  font-size: .95em;
  line-height: 1.3em;
  border-radius: 0 0 1em 1em;
  padding: 1em;
  min-height: 4.8em;
}
.catering-date-label.available {
  background-color: forestgreen;
}
h1, h2, h4, button, a.et_pb_button, .menu-item a
{
  font-family: "museo", serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}
.woocommerce-table a {
  color: #1d225b !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 .5em !important;
}

/* GRAVITY FORMS CSS */
.gfield input,
.gfield textarea {
	border-radius: 15px !important;
	border-color: #1D225B !important;
	color: #5380FF !important;
	font-family: 'Museo Sans 500', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400px !important;
	border-width: 2px !important;
	outline: none !important;
	padding: 12px 15px !important;
}
.gfield input {
	padding: 25px 15px !important;
}
body .gform_wrapper .gfield {
	margin-bottom: -15px; 
}
#gform_wrapper_1 .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.gform_button {
	background-color: #D61217 !important;
	outline: none !important;
	border-radius: 20px !important;
	border: none !important;
	letter-spacing: 1px !important;
  font-size: 13px !important;
  font-family: 'Museo Sans 500', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
	text-transform: uppercase !important;
	padding: 15px 36px !important;
  cursor: pointer !important;
}
.gform_button:hover {
	transform: scale(1.05);
}