/*
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.   ***************/
label {
	color: #777;
}

h1 {
	color:#f8aa00;
}

h2 {
	color:#446084;
}

h3 {
	color:#446084;
}

h4 {
	color:#f8aa00;
	font-size: 1.25em;
}

[type="checkbox"], [type="radio"] {
	margin-bottom: 0 !important;
}

input[type="submit"], input[type="submit"].button {
	margin-top: 1em;
}



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


}