#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}

.tl-container {
    padding: 0 30px;
}

footer .newsletter {
    display: none;
}

.tl-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e46e00;
    background-image: linear-gradient(0deg, #e8a41d, #e8a41d);
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    color: #1f3347;
    cursor: pointer;
    font-family: Manrope, Arial, sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 700;
    height: 54px;
    max-width: 200px;
    padding: 0 12px;
    text-shadow: 0 0 0 transparent;
    text-transform: uppercase;
    white-space: normal;
    margin: 15px 0 0;
}

.tl-button:hover {
    background-color: #ff820e;
    background-image: linear-gradient(0deg, #d99817, #d99817);
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-bottom-color: hsla(0, 0%, 100%, .16) !important;
    color: #1f3347;
}

@media screen and (min-width: 1350px){
    #block-search {
        max-width: 1296px;
        border-radius: 5px;
        margin: -53px auto -49px;
    }
}