/*
Theme Name:     ddd
Description:    Child theme for Ultimatum
Author:         Ultimatum Theme
Template:       ultimatum
Version:        0.1.0
*/


.cercador {
  margin-top: 44px;
  position: relative;
  top: 35px;
  font-size: 62px;
  color: #ccc;
  padding: 30px 0px 0px 10px;
  border: none;
  caret-color: black;
  font-weight: 600;
}

.cercador:focus {
  outline: none;
}



.llegeix {
  display: none;
  position: absolute;
  min-width: 400px;
  z-index: 9999;
  height: auto;
  font-size: 14px;
  padding-top: 38px;
  padding-left: 25px;
  width: 350px;
  max-width: calc(100vw - 50px);
}


#qResult {
  background-color: #fff;
  border: 1px solid #666;
  padding: 10px;
  position: absolute;
  top: 110px;
  left: 50px;
  width: 100%;
  height: 200px;
  z-index: 9999;
  display: none;

}