/*
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.   ***************/

/*** CF7 Spinner ***/
.wpcf7-spinner{display:contents}


/*** Button CF7 form edit ***/
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea, input[type='password'] {
border: none;
box-shadow: none;
border-bottom: 1px solid #bbb;
}


input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea, input[type='password'], select {
border: none;
box-shadow: none;
border-bottom: 1px solid #bbb;
border-radius: 6px;
}

input[type=submit], input[type=submit].button, input[type=submit], .primary {
border-radius: 6px;
}

input[type='button'].is-form {
background-color: #ffffff;
border: none;
}

select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
box-shadow: none;
border: none;
border-bottom: 1px solid #ddd;
}

.wpcf7 form .wpcf7-response-output {
font-size: 14px;
border: 1px solid #00a0d2;
}

.wpcf7 .flex-col .wpcf7-not-valid-tip {
    font-size: 14px;
}

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


}