/* @override http://www.mankind.com.au/wp-content/themes/mankind/css/ipad.css */

/* @override http://www.mankind.com.au/wp-content/themes/mankind/css/ipad.css */

@charset "UTF-8";
/* CSS Document */

/*Retina iPad in portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

	.sticky,
	.menu,
	#list-child-pages {
		display: none;
	}

	#header-menu-desktop {
		height: 35px;
		background: none white;
	}
	
	#header-menu-desktop #menu-logo {
		width: 150px;
		height: 26px;
		float: none;
		opacity: 100;
		margin-right: auto;
		margin-left: auto;
	}
	
	.menu-main-menu-container {
		margin-top: 20px;
		margin-right: auto;
		float: none!important;
		width: 100%;
		margin-left: auto;
	}
	
	#header-menu-desktop #primary-nav {
		float: none!important;
	}
	
	#myHero-container {
		display: block!important;
	}
	
	#myHero-text {
		text-transform: uppercase;
		font-size: 30px;
		padding-top: 240px;
		padding-bottom: 70px;
		margin-right: 20px;
		margin-left: 20px;
	}
	
	#myHero-container {
		background: url(../images/homepage-myHero-01-bg.jpg) center 40px / 2040px repeat-x fixed;
		height: 520px;
	}
	
	#treatments li {
		max-width: 220px;
		text-align: center;
		display: inline-block;
		margin: 10px;
		background-color: #809921;
		padding-bottom: 25px;
		height: 406px;
	}
	
	.woocommerce #content ul.products li {
		width: 350px!important;
	}
	
	.woocommerce-page #shop-footer aside {
		margin: 5px!important;
		width: 20%!important;
	}
}


/*Retina iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

	.sticky,
	.menu,
	#list-child-pages {
		display: block;
	}
	
	.menu-logo {
		display: block;
		height: 50px;
		width: 170px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#primary-nav {
		display: block;
		padding-right: 60px;
	}
	
	#myHero-container {
		background: url(../images/homepage-myHero-01-bg.jpg) center top / 2040px repeat-x fixed;
		height: 540px;
		margin: 0;
		padding: 0;
	}

	#treatments li {
		max-width: 200px;
		text-align: center;
		display: inline-block;
		margin: 10px;
		background-color: #809921;
		padding-bottom: 25px;
		height: 406px;
	}
	
	.woocommerce #content ul.products {
	}

 }

/*iPad in portrait & landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

	#header-menu .float-right,
	#header-menu-topShadow {
		display: none!important;
	}
	
	.error404 #myHero-container,
	.page-template #myHero-container,
	.page-parent #myHero-container,
	.page-child #myHero-container,
	.woocommerce #myHero-container {
		display: none!important;
	}
	
	.woocommerce #content,
	.woocommerce #content ul.products {
		width: 100%!important;
	}
 
 }