.wpcf7-form input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  width: 100% !important;
}

.styled-select {
  position: relative;
  font-family: Arial;
  width: 170px;
}

@media screen and (min-width: 768px) {
  .styled-select {
    width: 200px;
  }
}

.styled-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #000;
  border: 1px solid #fff !important;
  margin-bottom: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 13px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 9px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 9px 30px;
  border: 1px solid transparent;
  border-color: #fff;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #000;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.events-list--wrap:hover .events-list--upper-detail--external-link {
  opacity: 1;
  visibility: visible;
}

#exclusive-mailing-list input {
  padding: 9px 33px;
  background: #000;
  color: white;
  outline: none;
  font-size: 13px;
  letter-spacing: 0.3em;
  font-family: "Space Mono";
  margin-bottom: 12px;
  border: solid 1px #fff;
}

#exclusive-mailing-list input[type="submit"] {
  padding: 9px 33px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3em;
  font-family: "Space Mono";
  border: solid 1px #fff;
  background-color: #fff;
  width: 100%;
}

#exclusive-mailing-list .wpcf7-not-valid-tip {
  bottom: 45px !important;
  top: auto !important;
}

#exclusive-mailing-list .wpcf7-response-output {
  display: none;
}
