@charset "utf-8";
/* Drupal custom CSS Document */

@media all {
  .visually-hidden {
    position: absolute;
    top: -32768px;
    left: -32768px;
  }

  /* Drupal local tasks frontend editing elements */
  #block-wesel-2019-local-tasks li {
    display: inline;
    list-style: none;
  }
  #block-wesel-2019-local-tasks ul {
    margin: 0 0 3em 0;
  }
  #block-wesel-2019-local-tasks a {
    background-color: #000000;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 0.7em;
    max-width: 200px;
    padding: 0.5em 1.5em;
    text-decoration: none;
  }

  .a5-float-left .video-embed-field-responsive-video iframe {
    position: relative;
  }
}
@media screen and (max-width: 760px) {
  #block-wesel-2019-local-tasks a {
    font-size: 0.85em;
    padding: 0.2em 0.5em;
  }
}
/* End of Drupal local tasks frontend editing elements */

@media all {
  /* Drupal form descriptions --> feedback-messages */
  .ym-form .description {
    position: relative;
  }
  .ym-columnar .ym-fbox-check input,
  .ym-columnar .description {
    clear: left;
    margin-left: 30%;
  }
  .ym-form div.ym-error .description {
    color: #fff;
    font-weight: normal;
  }
  strong.description {
    letter-spacing: 0.03em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 760px) {
  .ym-form .description {
    margin-left: 0px !important;
  }
}
/* End of Drupal form descriptions --> feedback-messages */
