/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@media only screen and (max-width:767px)
{	
	/* Visibliity set up on desktop */
	.show-phone{
		display: block !important;	
	}
	.hide-phone{
		display: none !important;
	}
}
