.tl-book-btn {
    font-family: 'PT Serif',Georgia,serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 3px;
    color: #820907;
    height: 36px;
    background-color: #e29e12;
    background-image: linear-gradient(to top, #e29e12, #fedb7b);
    padding: 15px;
    text-decoration: none;
}

.tl-book-btn:hover {
    background-color: #eeb02e;
    background-image: linear-gradient(to top, #eeb02e, #eec97b);
    text-decoration: none;
    color: #820907;
}

#block-search {
      background: #820907;
      width: 100%;
    }

.tl-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 29px;
}
