/*
Theme Name: Services Landing Page
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
/* Buttons */
.entry-content .wp-block-button__link {
  background: #006BA1  ;
  border: 1px solid #006BA1 ;
  padding: 10px 5px;
  color: #ffffff !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 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin:0 0 15px;
}
/*without classic widgets*/
.wp-block-tag-cloud a{
  border: solid 1px #000;
  color: #000;
  font-size: 14px !important;
  padding: 10px 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wp-block-tag-cloud a:hover{
  background-color:#006BA1 ;
  color: #fff;
  border: solid 1px #006BA1 ;
}
.widget .custom-about-us, .widget .custom-contact-us{
  padding: 10px;
}
.widget{
  margin-bottom: 50px !important;
}
.widget .custom-about-us p, .widget .custom-contact-us p{
  margin-top: 10px;
  margin-bottom: 20px;
}
.entry-content .is-style-outline a.wp-block-button__link{
  border: 1px solid #006BA1;
  color: #006BA1 !important;
  margin: 5px 0;
}