/* modal */
/* .smodal-trigger {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background: transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
} */

#post-1624 .smodal-trigger.col-md-3 > div {
  pointer-events: none;
}

@media (max-width: 844px) {
  .smodal-wrapper {
    max-width: 95%;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 844px) {
  .smodal-lisa {
    display: none;
  }
}

.smodal-lisa {
  max-width: 90%;
}

button.smodal-submit {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.join-newsletter {
  clear: both;
  padding-top: 30px;
}
button.smodal-submit {
  margin-top: 0;
  position: absolute;
  top: 14px;
  right: 5px;
  border-radius: 50px;
  color: #fff;
  background: #4a4a4c;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 7px 20px;
}

.smodal-padding {
  padding: 15px;
}
.smodal-submit {
  cursor: pointer;
  margin-top: 20px;
}
.smodal-submit:hover {
  filter: brightness(110%);
}
.smodal-input {
  border: 2px solid #4a4a4c;
  width: 100%;
  padding: 7px 114px 7px 15px;
  margin: 10px auto;
  border-radius: 50px;
}
.smodal-content {
  text-align: center;
}
.smodal-text {
  margin-top: 20px;
}
.smodal {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.smodal.is-visible {
  visibility: visible;
}

.smodal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.55);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.smodal.is-visible .smodal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.smodal-content {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 90vh;
}

/* center aligned modal */

.smodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 1em;
  left: 44%;
  width: 42em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

/* bottom left */
/*
.smodal-wrapper {
  position: fixed;
  z-index: 9999;
  left: 0;
  width: 42em;
  bottom:0;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
*/

.smodal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.smodal.is-visible .smodal-transition {
  transform: translateY(0);
  opacity: 1;
}

.smodal-header,
.smodal-content {
  padding: 0;
}

.smodal-header {
  position: relative;
  background-color: transparent;
}

.smodal-close {
  z-index: 9;
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 3px 10px;
  color: #232323;
  background: none;
  border: 0;
  font-size: 25px;
  outline: 0 !important;
}

.smodal-close:hover {
  color: #777;
}

.smodal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smodal-content > *:first-child {
  margin-top: 0;
}

.smodal-content > *:last-child {
  margin-bottom: 0;
}
