/* !Framework (Author: mail@jandousek.cz) */

/*
  Clear all
  ***
*/

.clear {
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0
}

/*
  Box clear
  ---
*/

.clear-box {
  min-height: 1px
}
.clear-box:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden
}

/*
  Images
  ***
*/

img {
  max-width: 100%;
  height: auto;
}

/*
  Forms
  ***
*/

label, select, [type="checkbox"], [type="radio"], button, [type="submit"], [type="reset"] {
  cursor: pointer;
}
input, textarea, select, button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
  screen-reader
  ***
*/

.screen-reader {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

/*
  screen-hide
  ***
*/

.screen-hide {
  display: none;
}

/*
  dev-overlay
  ***
*/

.dev-overlay {
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
  opacity: 0.5;
}
