.mkd-logo-wrapper.mkd-logo-outside-of-holder img {
    width: 150px;
    height: auto;
}


.schedule-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.schedule-item:last-child {
  margin-bottom: 0;
}

.day {
  font-weight: bold;
  text-transform: uppercase;
  flex-shrink: 0;
  letter-spacing: 0.5px;
  color: #fff;
}

.dots {
  flex-grow: 1;
  border-bottom: 2px dotted #666;
  margin: 0 10px;
  position: relative;
  top: -0.3em;
}

.time {
  flex-shrink: 0;
  white-space: nowrap; 
  letter-spacing: 0.5px;
  color: #fff;
}


.mkd-column-content.mkd-grid-col-3.mkd-footer-column-2 {
    display: none;
}

.mkd-grid-row.mkd-footer-top-alignment-left {
    justify-content: center;
    display: flex;
}


#respond input[type="text"],
#respond textarea,
.post-password-form input[type="password"],
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-quiz,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid #ccc;
}

span.wpcf7-spinner {
    display: none;
}









/*Contact us Section*/







.contact-form-area p {
  text-align: left;
}
.contact-form-area {
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  /* max-width: 600px; */
  margin: 20px auto;
}

.contact-form-area label {
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
  margin-bottom: 5px;
}

.contact-form-area input[type="text"],
.contact-form-area input[type="tel"],
.contact-form-area input[type="email"],
.contact-form-area input[type="number"],
.contact-form-area input[type="date"],
.contact-form-area textarea,
.contact-form-area select,
.contact-form-area .custom-select,
.contact-form-area .select-occasion,
.contact-form-area .select-catering,
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 1em;
  background-color: #ffffff;
  color: #495057;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form-area select.custom-select,
.contact-form-area select.select-occasion,
.contact-form-area select.select-catering {
  cursor: pointer;
}

.contact-form-area input[type="text"]:focus,
.contact-form-area input[type="tel"]:focus,
.contact-form-area input[type="email"]:focus,
.contact-form-area input[type="number"]:focus,
.contact-form-area input[type="date"]:focus,
.contact-form-area textarea:focus,
.contact-form-area select:focus {
  border-color: #ed1c24;
  box-shadow: 0 0 0 0.2rem rgba(235, 34, 143, 0.25);
  outline: none;
}

.contact-form-area input[type="date"] {
  color: #888;
  position: relative;
  cursor: pointer;
}

.contact-form-area input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.8;
  cursor: pointer;
  padding: 2px;
}

.contact-form-area ::placeholder {
  color: #888;
  opacity: 1;
}
.contact-form-area :-ms-input-placeholder {
  color: #888;
}
.contact-form-area ::-ms-input-placeholder {
  color: #888;
}

.contact-form-area input[type="submit"] {
  background-color: #ed1c24;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  display: block;
  text-align: center;
}

.contact-form-area input[type="submit"]:hover {
  background-color: #ed1c24;
}

.contact-form-area .wpcf7-not-valid-tip {
  color: #ed1c24;
  font-size: 0.85em;
  margin-top: 3px;
}
.contact-form-area input.wpcf7-not-valid,
.contact-form-area textarea.wpcf7-not-valid,
.contact-form-area select.wpcf7-not-valid {
  border-color: #ed1c24 !important;
}

.contact-form-area input[type="time"].custom-time-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #333;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 1em;
  background-color: #ffffff;
  color: #333;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.contact-form-area input[type="time"].custom-time-input:focus {
  border-color: #ed1c24;
  box-shadow: 0 0 0 0.2rem rgba(235, 34, 143, 0.25);
  outline: none;
}

.contact-form-area input[type="time"].custom-time-input::placeholder {
  color: #adb5bd;
  opacity: 1;
}
.contact-form-area input[type="time"].custom-time-input:-ms-input-placeholder {
  color: #adb5bd;
}
.contact-form-area input[type="time"].custom-time-input::-ms-input-placeholder {
  color: #adb5bd;
}

.contact-form-area
  input[type="time"].custom-time-input::-webkit-calendar-picker-indicator {
  opacity: 0.7;
  cursor: pointer;
}