/*
Theme Name: Camera_Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
ul.home-collection-menu{
	list-style:none;
	float:right;
	
   
}
.row.row-collapse {
    max-width: 1200px;
}

ul.home-collection-menu li{
	float:left;
	margin-left:1.0em;
	font-size:95%;
	line-height:30px;
}


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


}