.elementor-69 .elementor-element.elementor-element-1f580bad{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-212811e9 */#search form ul{
    list-style: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}
#search input{
    height: 45px;
    border: none;
    border-radius: 0;
    padding: 10px;
    width: 400px;
    background: #eae4e1;
    color: #352417;
}
#search input::placeholder{
    color: #352417;
}
#search select{
    height: 45px;
    border: none;
    border-radius: 0;
    width: 200px;
    background: #eae4e1;
    color: #352417;
}
#search input[type=submit]{
    background: #c21f32;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: 160px;
}
#search input[type=submit]:hover{
    background: #db610f;
    color: #000;
}

@media (min-width: 320px) and (max-width: 800px) {
 #search form ul{
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
#search input{
    width: 330px;
}
#search select{
    width: 330px;
}
#search input[type=submit]{
    width: 330px;
}
}/* End custom CSS */