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


.grassetto {font-weight: 600 !important;}
.bold {font-weight: 500 !important;}
.red {color: #F03A47 !important;}
.blue {color:#00607A !important;}

/* CF7 */

input[type=text] {
	background-color:#CAE1E2 !important;
	border: 0 !important;
    border-radius: 0px !important;
	color: #000 !important;
}

.form-flat input:not([type=submit]) {
	background-color: #CAE1E2 !important;
	border: 0 !important;
    border-radius: 0px !important;
	color: #000 !important;
}

textarea {
	background-color: #CAE1E2 !important;
	border: 0 !important;
    border-radius: 0px !important;
	color: #000 !important;
}



input[type=submit] {
background-color: #FF9D48 !important;
color: #fff !important;
border: 0 !important;
border-radius: 0px !important;
}



.dark .form-flat input:not([type=submit]) {
	background-color: #FF9D48 !important;
	color: #000 !important;
}

.grecaptcha-badge { display: none !important; }


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


}