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


.wpcf7-form input, 
.wpcf7-form textarea, 
.wpcf7-form select, 
.wpcf7-form .wpcf7-radio, 
.wpcf7-form .wpcf7-checkbox {
    border-radius: 5px;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    box-shadow: none;
}
.wpcf7-form .wpcf7-submit {
    background-color: #F49BAB;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #8a0404;
}


