/*
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.   ***************/
.xdsoft_datetimepicker  {
z-index: 9999999 !important;
}
.row-form .wpcf7-submit{
	    color: #fff;
    background-color: #F5AA06 !important;
    border-color: #ffcd00 !important;
    box-shadow: none;
    padding: 5px 0;
    border-radius: 3px;
    letter-spacing: 0.5px;
    width: 100%;

}
.row-form{
	margin-left:0px !important;
	margin-right:0px !important;
	    border: 5px solid #D6C201;
    background-color: #f8f4da;
    border-radius: 8px;
}
.row-form .col{
	padding-bottom:0px !important;
}
.wpcf7-spinner{
	display:none;
}
.row-form h3{
	    text-align: center;
    background: #F5AA06;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding: 5px 0 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 26px;
    z-index: 9999999999999;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}