#block-search,
#block-search--main,
#block-search--inner,
#block-search * {
  box-sizing: border-box;
}
#block-search--main,
#block-search--inner,
#block-search {
  background-color: #f9f9f7;
  width: 100%;
  border-bottom: 1px solid #d7d7c9;
  position: relative;
}
#block-search--inner {
  display: none;
}
.tl-container {
  padding: 0 25px;
  max-width: 1222px;
  margin: 0 auto;
}
.tl-button {
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 13.5px;
	font-weight: bold;
	font-style: normal;
	display: block;
	text-decoration: none !important;
	cursor: pointer;
	max-width: 160px;
	width: 100%;
	padding: 12px 20px;
	margin: 0 0 20px;
	text-align: center;
	white-space: normal;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #c5453a;
}
.tl-button:hover {
	color: #fff !important;
	background-color: #ce635a;
	text-decoration: none !important;
	cursor: pointer;
}
@media screen and (max-width: 1236px) {
    #block-search--main {
        display: none;
    }
	#block-search--inner {
	  display: block;
	}
}