/*
Theme Name:  Dimelo Base-Theme
Description: Child theme for Blauwe Meertje
Author: Roel van de Mortel
Author URI: https://www.dimelodesign.nl/
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/

/** Avada Table Styling */
.table-2 tr td {
  padding: 10px 5px !important;
  font-size:14px !important;
  line-height: 1em !important;
  vertical-align: top !important;
}

/** Change link color in calendar */
a.tribe-events-calendar-month__calendar-event-title-link {
  color: var(--awb-color5) !important;
  text-decoration: none !important;
}

/** Change Calendar Day of the month height */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  min-height: 100px !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

/** Add BG Color to calendar */
.tribe-events .tribe-events-calendar-month__body {
  background-color: #ffffff !important;
}

/** WooCommerce Restaurant ORdering styling */ .wc-restaurant-menu-section:first-child {
  margin-top: 0px !important;
}
.wc-restaurant-menu-section {
  margin-bottom: 0px !important;
}
.wc-restaurant-menu-product {
  padding: 0px !important;
}
.wc-restaurant-menu-product .wc-restaurant-menu-product-inner {
  border: none !important;
  box-shadow: none !important;
}
.wc-restaurant-menu-product .details {
  padding: 5px 15px 5px !important;
}
.wc-restaurant-menu-product .name, 
.wc-restaurant-menu-product .price {
  color: var(--awb-color6) !important;
  font-weight: 700 !important;
}
.wc-restaurant-menu-product .description {
  margin-top: 0 !important;
  color: var(--awb-color7) !important;
}
.wc-restaurant-menu-product .buy-button-container {
   display: none !important;
}

.post-type-archive-tribe_events .tribe-events-tooltip-theme {
  display: none !important;
}

.wc-restaurant-menu-section-title {
  font-size: 28px !important;
  color: var(--awb-color4);
}