/*
 Theme Name:   YOOtheme DAISEVENTS
 Template:     yootheme
 Author:       Dual Design
 Description:  YOOtheme DAISEVENTS
 Version:      1.0.0
 Text Domain:  yootheme-DAISEVENTS
*/

@import url("https://use.typekit.net/knl6agu.css");

#checkbox-options .wpcf7-list-item {
  width: 28%;
  padding: 10px;
}
.mouse-scroll-down {
  margin: auto;
  width :34px;
  height: 55px;
}
.mouse {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 3px solid #005aa9;
  border-radius: 25px;
  opacity: 1;
  box-sizing: content-box;
}
.mouse-scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #005aa9;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
.mouse-line {
  width: 3px;
  height: 100px;
  background-color: #005aa9;
  margin: 20px auto;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.widget-icl-lang-sel-widget a {
  border: none;
  color: #fff;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0px 0px 0px 5px !important;
}
.widget-icl-lang-sel-widget a:hover {
  color: #fff;
}
.wpml-ls-legacy-list-horizontal a {
     color: #fff;
    font-size: 0.8rem;
}
@media (max-width: 640px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
  #checkbox-options .wpcf7-list-item {
  width: 100%;
  padding: 5px;
}
}