/*
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.   ***************/
#billing_address_2_field>label, #shipping_address_2_field>label
{
    opacity: 1;
    width: auto;	
}

@media only screen and (max-width: 47em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#banner-grid-1947417413 .grid-col-1
	{
		height: 250px !important;
	}

}

@media screen and (max-width: 600px) {
#banner-grid-1947417413 .grid-col-1
	{
		height: 250px !important;
	}
}
