/* Custom header */
.site-header{
  	background: rgba(0,0,0,0.8);
}
.site-header.float-header {
    padding: 10px;
    position: fixed !important;
  	background: rgba(0,0,0,0.8);
}
.float-header .col-md-4{
  height: 80px;
}
.float-header .row{
  display: flex !important;
}

/* Custom product tables */
.kioto-data ul{
  padding: 0px;
}
.kioto-data ul li {
    margin: 0;
    list-style: none;
    padding: 10px 15px;
}
.kioto-data-orange ul li:nth-child(odd){
  background:#fcaf17;
}
.kioto-data-blue ul li:nth-child(odd){
  background:#0f75bc;
  color:white;
}

/* Custom forms */

.wpcf7 label, .wpcf7 input, .wpcf7 select{
  width:100% !important;
}
.wpcf7 input[type="radio"] {
    width: unset !important;
}
.wpcf7 label{
  margin-top: 10px !important;
}
.wpcf7 input[type="checkbox"]{
  width: max-content !important;
}