/*
Theme Name: Diner Restaurant
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
/* Buttons */
.entry-content .wp-block-button__link {
  background: #F53232 ;
  border: 1px solid #F53232;
  padding: 12px 15px;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
}
.wp-block-button.is-style-squared a{
  border-radius: 0 !important;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background: transparent !important;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-button__link{
  margin: 0;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin:0 0 15px;
}