.item .name
{
	max-height: 85px;
    overflow: hidden;
}
.sendform input.error,
.sendform textarea.error
{
	border: 1px solid red;
}
.search-page [name="q"]
{
	width: 100%;
    padding: 20px;
    border: 1px solid #d6d1bf;
    border-radius: 5px;
    margin-bottom: -10px;
}
.search-page [type="submit"] {
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  background: #c8e3b2;
  width: 3.8rem;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
width: 200px;
height: 50px;
border: 1px solid #ccc;
margin-top: -10px;
border-radius: 5px;
}

.search-page [type="submit"]:hover {
	cursor: pointer;
	background: #f8ce6a;
}
.content {
    padding-bottom: 150px;
}
.onlymobile {
    display: none;

}

@media only screen and (max-width: 991px)
{
    .onlymobile {
        display: block !important;
    }
}