/**
 * @file
 * This file contains the override from Luciuswebsystems.
 */
@media only screen and (max-width: 767px) {

  html #inloggen-form {
    float: left;
    clear: both;
    width: 100%;
  }
  html #inloggen-form label {
    display: none !important;
  }
  body.ondersteuning #content .form-item input[type="text"],
  form#inloggen-form input {
    width: 100% !important;
    border-right: 1px solid #cecece;
    padding: 4px !important;
  }
  #user-login .form-type-password input[type="password"] {
    max-width: 100% !important;
    border-right: 1px solid #cecece;
    padding: 4px !important;
    font-size: 12px;
    font-style: italic;
    background: #f7f7f7;
    border-bottom: 0;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
  }
  body.ondersteuning #content .form-item.even,
  body.ondersteuning #content .form-item.odd {
    width: 100% !important;
    margin: 0 !important;
  }
  form.content-form input[type="text"],
  form.content-form input[type="password"] {
    margin: 0 !important;
  }
  form.content-form input[type="password"] {
    border-bottom: 1px solid #cecece;
  }
  #main #sidebar {
    float: right !important;
  }
  .container {
    min-width: 1px;
  }
  /* Inloggen page */
  #block---block-33 .block-content div.content div {
    clear: both;
    float: left;
    width: 100%;
    margin: 20px auto;
  }
}
/* Blog post meta data */
.node-type-blog-post .field-information .changed,
.node-type-blog-post .field-information .blog-post-publisher {
  display: none;
}
.captcha.form-wrapper,
.form-item-captcha-response {
  float: left;
}
