/*
 Theme Name:   KATHRINA
 Theme URI:    https://cmbdev.net/
 Description:  
 Author:       cmbdev
 Author URI:   https://cmbdev.net/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.home-service-block-t a {
    text-decoration: underline;
    color: green;
}
div#brxe-emvyag > div:last-child:before {
    content: none;
}
.button-effect {
  position: relative;
  display: inline-block;
  width: max-content;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
}

.button-effect .ripple {
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 0;
  border-radius: 50%;
  background: #023E84;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0.9;
}

.button-effect:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: revert-layer;
  right: 0;
  bottom: 0;
  background: #E40613;
  width: 100%;
  height: 100%;
}

button.ff-btn.ff-btn-submit.ff-btn-md.button-effect.ff_btn_no_style {
    position: relative;
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-left: 35px;
    font-size: 16px;
    z-index: 2;
    overflow: hidden;
    border-radius: 16px;
}
.brxe-button {
  cursor: pointer;  
}
