/* #Media Queries
================================================== */
	
	/* Larger than mobile */
	@media (min-width: 400px) {
	}
	
	/* Larger than phablet (also point when grid becomes active) */
	@media (min-width: 550px) {

		.products .product {width:48%;float:left;margin:0 1% 40px;}
	}
	
	/* Larger than tablet */
	@media (min-width: 750px) {
		.banner-slogan span {font-size:2.4rem;}

		.company-banner {height:400px;}

		.woocommerce-MyAccount-navigation ul li a {padding:60px 10px 20px;font-size:1.4rem;}
		.woocommerce-MyAccount-navigation ul li a:before {font-size:3.0rem;top:20px;}
	}
	
	/* Larger than desktop */
	@media (min-width: 1000px) {
		body {padding-top:65px;}

		.mainNav {display:block;}
		.mobile-nav-trigger-outter,
		.mobile-nav { display: none }

		header.main-header .header-inner {padding-bottom:0;}
		header.main-header .header-inner .container {position:static;}

		.logo {height:45px;}
		.mainNav {margin-top:15px;}
		.mainNav > li {padding-bottom:25px;}

		.header-links {margin:15px 0 0;}

		.company-banner {height:450px;}
		.woocommerce .products .product {width:23.5% !important;margin:0 2% 40px 0 !important;}
		.woocommerce .products .product.last {margin-right:0 !important;float:right !important;}

		.woocommerce .products .product .add_to_cart_button,
		.woocommerce .products .product .added_to_cart {opacity:0;}
		.woocommerce .products .product:hover .add_to_cart_button,
		.woocommerce .products .product:hover .added_to_cart {opacity:1;}

		.signup-steps {padding-bottom:200px;}

		.woocommerce-MyAccount-navigation ul li a {padding:60px 10px 40px;font-size:1.6rem;}

	}
	
	/* Larger than Desktop HD */
	@media (min-width: 1200px) {
	}
