.maintenance-elementor-space{
    width:20px;
    height:auto;
    display:inline-block;
}
.maintenance-elementor-btn-off {
  font-family: "FontAwesome";
  color: rgb(37,37,37);
  text-shadow: 0px 1px 1px rgba(250,250,250,0.1);
  font-size: 40pt;
  display: block;
  position: relative;
  text-decoration: none;
  background-color: red;
  color:white;
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 50px;
  text-align: center;
  line-height: 82px;
  display:inline-block;
  cursor:pointer;
}
.maintenance-elementor-btn-on {
  font-family: "FontAwesome";
  color: rgb(37,37,37);
  text-shadow: 0px 1px 1px rgba(250,250,250,0.1);
  font-size: 40pt;
  display: block;
  position: relative;
  text-decoration: none;
  background-color: green;
  color:white;
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 50px;
  text-align: center;
  line-height: 82px;
  display:inline-block;
  cursor:pointer;
}