.spinner {
  margin: 15px auto 15px;
  width: 70px;
  text-align: center;
  display: none;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
span.edit-link {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  display: block;
}
span.edit-link .post-edit-link {
  position: relative;
  font-family: sans-serif;
  background-color: #f98a3b;
  color: white !important;
  border-radius: 50%;
  display: block;
  height: 65px;
  width: 65px;
  padding: 35px 0 0;
  text-align: center;
  font-size: 12px;
  box-shadow: 1px 1px 10px black;
  -webkit-transition: all 1000ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 1000ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 1000ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 1000ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
span.edit-link .post-edit-link:before {
  content: '\f044';
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 18px;
  color: white;
}
span.edit-link .post-edit-link:hover {
  text-decoration: none;
  background-color: #527fa2;
  -webkit-transition: all 400ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 400ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 400ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 400ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
span.edit-link .vc_inline-link {
  display: none;
}
#bitnami-banner {
  display: none;
}
