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

/*************** ADD CUSTOM CSS HERE.   ***************/

.absolute-footer,
.header-search,
.header-button-2
{
	display:none !important;
}

.footer-widgets ul.menu li{
	border:none;
}

.footer-widgets ul.menu li a{
 	font-size:.8em;
}

.footer-logo-image{
	max-width: 150px !important;
}

.home-first-section{
	padding-bottom: 0px !important;
}

.home-mascot-image img{
		transform: translate(0px, 5px);
	}


@media only screen and (max-width: 1000px) {

	.home-mascot-image{
		margin-top:100px;
	}
	
}

@media only screen and (max-width: 600px) {

	.home-mascot-image{
		margin-top:180px;
	}
	
}

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


}