@font-face {
  font-family: Epilogue;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url('/wp-content/themes/devotion/assets/fonts/epilogue/Epilogue-Regular.ttf') format('truetype');
}
@font-face {
  font-family: Epilogue;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url('/wp-content/themes/devotion/assets/fonts/epilogue/Epilogue-Medium.ttf') format('truetype');
}
@font-face {
  font-family: Epilogue;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url('/wp-content/themes/devotion/assets/fonts/epilogue/Epilogue-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: Epilogue;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url('/wp-content/themes/devotion/assets/fonts/epilogue/Epilogue-Bold.ttf') format('truetype');
}
/* more ...*/
.error,
.error-message {
  color: #ff0000;
}
.kon2 label {
  display: inline-block;
  width: auto;
}
.kon2 input[type="text"],
.kon2 input[type="email"],
.kon2 input[type="url"],
.kon2 input[type="password"],
.kon2 input[type="search"],
.kon2 input[type="number"],
.kon2 input[type="tel"],
.kon2 input[type="range"],
.kon2 input[type="date"],
.kon2 input[type="month"],
.kon2 input[type="week"],
.kon2 input[type="time"],
.kon2 input[type="datetime"],
.kon2 input[type="datetime-local"],
.kon2 input[type="color"],
.kon2 textarea,
.kon2 select {
  color: #FFFFFF;
  font-size: 1em;
}
.kon2 select option {
  background-color: #231f20;
}
.kon2 .submit .nextStep {
  float: right;
}
.kon2 select.year,
.kon2 select.month,
.kon2 select.day {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}
.kon2 select.year {
  margin-right: 0;
}
.kon2 span.mandatory {
  font-size: 0.8em;
}
.kon2 dl {
  text-transform: none;
  font-size: 1em;
}
.kon2 dl dt {
  clear: both;
  float: left;
  width: 30%;
}
.kon2 dl dd {
  float: left;
  width: auto;
}
.kon2 .tooltip {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  font-size: 0.8em;
  color: #d79c08;
  border-bottom: 1px dotted #d79c08;
}
.kon2 .tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: #d79c08;
  color: black;
  border-radius: 6px;
  padding: 5px 0;
  top: 100%;
  left: 50%;
  margin-left: -175px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.kon2 .tooltip .tooltiptext ul {
  padding-left: 5px;
  list-style: inside;
}
.kon2 .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #d79c08 transparent;
}
.kon2 .tooltip:hover .tooltiptext {
  visibility: visible;
}
/*# sourceMappingURL=style.css.map */