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

.custom-usp-box > div {
  display: flex;
  flex-direction: column;
}

.custom-usp-box > div .button {
  margin-top: auto;      
  align-self: flex-start; 
	width:100%;
}

.form-flat-label-text {
  display: inline-block; 
  margin-left: 6px;     
}


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


}
