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

/* Product CF7 styling */
.dropdown-input {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.dropdown-input p:first-child {
	font-size: 80%;
	font-weight: 600;
}
.dropdown-input p:nth-child(2) {
	min-width: 75%!important;
}

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


}