/*
Theme Name: Law Advocate
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
/* Buttons */
.services .entry-content .wp-block-button__link {
  background: transparent !important;
  border: 1px solid #4d7cf3;
  padding: 10px 5px;
  color: #4d7cf3 !important;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background: transparent;
  color: #fff ;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4d7cf3;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin:0 0 15px;
}
.wp-block-button.is-style-outline a{
  background: transparent;
  color: #4d7cf3 !important;
}
/*without classic widgets*/
.widget .custom-about-us, .widget .custom-contact-us{
  padding: 10px;
}
.widget .custom-about-us p, .widget .custom-contact-us p{
  margin-top: 10px;
  margin-bottom: 20px;
}