/*
Theme Name: Restabook Child
Theme URL: https://themeforest.net/item/restabook-restaurant-wordpress-theme/27411976
Description: Child theme of Restabook
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: restabook
Version: 1.0
Text Domain: restabook-child
*/ 
/*******Add Your Css Below This Line*********/


.wave-bg {
  background: url(/wp-content/themes/restabook-child/includes/images/wave.png) !important;
}

.event-timeline p,
.event-timeline a {
  color: #fff!important;
}

.event-timeline hr {
  margin: 0 0 1rem;
}

.post-counter {
  display: none!important;
}

.event-dates {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: .75em;
  margin: 0 0 1.5rem;
  padding: 1rem;
  background: #141414;
  color: #eee;
}

.event-date__title {
  min-width: 7ch;
  display: inline-block;
}

.vc_grid .vc_gitem_row .vc_gitem-col {
  background: #f5f5f5;
  border: 1px solid #eee;
  padding: 1rem 1rem 0;
}

.vc_grid .vc_gitem_row .vc_btn3 {
  background-color: #000!important;
  border: none!important;
  border-radius: 0;
}

.vc_grid .vc_gitem_row .vc_btn3:hover {
  background-color: #444!important;
}

.vc-gitem-zone-height-mode-auto:before {
  padding-top: 60%!important;
}

.vc_grid .vc_gitem-post-data-source-post_title {
  font-size: 1.125em;
  font-weight: 700;
}

.vc_grid .vc_gitem-post-data-source-post_excerpt {
  text-align: left;
}