/*
 *
 * Common Custom CSS
 *
 */


.hover-gray:hover {
  color: darkgray;
}


input[type=email] {
  width: 100%;
  max-width: 72em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.form-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tawk-icon-right {
  display: none;
}

#overlay {
  transition: none;
}

#overlay.open {
  transition: .3s linear;
}

.footer-scroll {
  overflow-x: scroll;
  display: none;
}

/* for simple.html */
.simple-content {
  color: #666;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 15px 15px 15px;
}


@media (min-width: 1024px) {
  .footer-scroll {
    display: flex;    
  }
}
