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

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

/* Search form - matching border-radius for input and button */
.searchform .search-field {
    border-radius: 25px 0 0 25px !important;
    border-right: none !important;
}

.searchform .ux-search-submit {
    border-radius: 0 25px 25px 0 !important;
}

/* If search form has flat style */
.searchform .flex-row {
    border-radius: 25px;
    overflow: hidden;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}