/* ===============================
   Sparren Granito Modal Controls
   =============================== */

.sg-modal-close {
  position: absolute;
  top: 15px;
  right: 18px;
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  line-height: 1;
  transition: opacity 0.3s ease;
}

.sg-modal-close:hover {
  opacity: 0.7;
}
