/*
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-f97-p9-o1 p label {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 8px;
	color: #1a1a1a;
}

#wpcf7-f97-p9-o1 .wpcf7-form-control {
	width: 100%;
	border: 1px solid #e0ddd5;
	border-radius: 10px;
	padding: 14px 18px;
	font-size: 15px;
	background-color: #fff;
	box-sizing: border-box;
}

#wpcf7-f97-p9-o1 .wpcf7-form-control::placeholder {
	color: #b0aca3;
}

#wpcf7-f97-p9-o1 textarea.wpcf7-form-control {
	resize: vertical;
	min-height: 120px;
}

#wpcf7-f97-p9-o1 p {
	margin-bottom: 20px;
}

#wpcf7-f97-p9-o1 input[type="submit"] {
	background-color: #e30045;
	color: #fff;
	font-weight: 700;
	border: none;
	border-radius: 50px;
	padding: 12px 32px;
	font-size: 15px;
	cursor: pointer;
	width: auto;
}

#wpcf7-f97-p9-o1 input[type="submit"]:hover {
	background-color: #c10039;
}

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


}