/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-main .form.searchform input,
form.searchform input[type='search'] {
    box-shadow: none;
    border: none;
    background: transparent;
}

form.searchform {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 5px 5px;
}
@media (max-width: 849px){
	form.searchform {
	border: 1px solid;
}
}
form.searchform button.submit-button.secondary {
    padding: 0 15px;
    border-radius: 2px !important;
    min-width: 60px;
    max-width: 190px;
    background: red;
}

form.searchform select {
    box-shadow: none;
    border: none;
    background: #f8f8f8;
    padding: 0 20px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}