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

/*** Button 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='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;
}
/*** Button form edit End ***/

/*** Full button send ***/
input[type='submit'], input[type='submit'].button, input[type='reset'].button, input[type='button'].button {
width: 100%;
}

/*--- CF7 customization ---*/
#left {
    width: 49%;
    float: left;
    margin-right:2%;
}
 
#right {
    width: 49%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
 
.clearfix {
    display:block;
}

/*--- CF7 customization END ---*/


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


}