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




/* Start Custom Style */
.billing-extra-fields.license-classes p.form-row{
	display: inline-block;
    margin-right: 10px !important;
    width: 12.5%;
    height: 45px;
    overflow: hidden;
}
#billing_phone_field{
	display: none;
}
/* End Custom Style */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}