/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
 .entry-content  .wp-block-cgb-block-events {
  text-align: center;
}
.eventCard {
  padding: 40px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15), 0 0 10px 0  rgba(0, 0, 0, 0.15);
}
.eventCard h5 {
  text-align: center;
  font-family: 'DINOT', sans-serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 0 20px 0;
}
.eventCard p, .eventCard h6 {
  text-align: center;
  font-family: 'DINOT', sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}
.event_container a {
  display: block;
  text-align: center;
  color: #25408F;
  font-family: 'DINOT', sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 20px;
  text-decoration: none;
}
.eventButton {
  color: #25408F !important;
  background: #EBEFF4;
  font-family: 'DINOT', sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  border: 1px solid #25408F;
  border-radius: 5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  padding: 10px 20px;
  text-decoration: none;
}
.event_container .eventButton {
  color: #25408F !important;
  background: #EBEFF4 !important;
  text-align: center;
  display: block;
}