/* !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;
}
select, [type="checkbox"], [type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
  hide-arrow
  ---
*/

/* select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
} */

/*
  ta-*
  ***
*/

.--ta-left {
  text-align: left;
}
.--ta-center {
  text-align: center;
}
.--ta-right {
  text-align: right;
}

/*
  screen-reader, .screen-reader-response
  ***
*/

.screen-reader, .screen-reader-response {
  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 !important;
}

/*
  dev-overlay
  ***
*/

.dev-overlay {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99999999;
  transform: translateX(-50%);
  opacity: 0.5;
}
