/*
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.   ***************/
.cmplz-placeholder-1 {
    height: 450px!important;
}
@media only screen and (max-width: 900px) and (min-width: 850px){
	.logo-tagline {
    display:none!important;
	}
	#logo {
    width: 200px!important;
	}
	.header-cart-title{
	display:none!important;
	}
}
@media only screen and (max-width: 1150px) and (min-width: 901px){
	.logo-tagline {
    display:none!important;
	}
	#logo {
    width: 200px!important;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}