/*
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.   ***************/



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home #content > .banner-grid-wrapper > .banner-grid {
		min-height:1200px;
	}
	
	.home .row.equalize-box {
		min-height:400px;
	}
	
	.home .row.equalize-box .flickity-slider {
		transform: translateX(0%); 
	}
	
	#usps .col {
		text-align:center;
	} 
}

#usps {
	background: #eee;
    color: #333;
    padding: 8px;
    position: relative;
    z-index: 1;
    font-size: smaller;
    font-weight: 500;
    letter-spacing: 0.02em;	
}


.nav-dropdown {
	padding-top:0;
	padding-bottom:0;
}

.nav-spacing-xlarge>li {
	margin: 0 10px;
}

