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

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



}

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

	#sdrn_bar {
		display: block!important;
	}
	
	.sticky,
	.menu,
	#shop-menu-container,
	#shop-menu-logged-out,
	#shop-menu-logged-in,
	#list-child-page {
		display: none!important;
	}
	
	#myHero-text {
		text-transform: uppercase;
		font-size: 30px;
		padding-top: 240px;
		padding-bottom: 50px;
		margin-right: 20px;
		margin-left: 20px;
		margin-top: 20px;
	}
	
	#myHero-container {
		background: url(../images/homepage-myHero-01-bg.jpg) center 20px / 2040px repeat-x fixed;
		height: 500px;
	}
	
	#myHero-image-container{
		max-width: 730px;
		margin-right: auto;
		margin-left: auto;
		background: url(../images/homepage-myHero-01-content.png) center top / 100% no-repeat scroll;
	}
	
	
	#treatments li {
		margin: 5px!important;
	}

}

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

	#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;
		width: 100%;
		margin-left: auto;
	}
	
	#header-menu-desktop #primary-nav {
		float: none;
	}
	
	#myHero-container {
		background: url(../images/homepage-myHero-01-bg.jpg) center 20px / 2040px repeat-x fixed;
		height: 500px;
	}
	
	#myHero-image-container {
		max-width: 730px;
		margin-right: auto;
		margin-left: auto;
		background: url(../images/homepage-myHero-01-content.png) center top / 100% no-repeat scroll;
	}
	
	.woocommerce-page .entry-title,
	.woocommerce-page .entry-title a,
	.woocommerce .page-title,
	.woocommerce #order_review_heading {
		margin-top: 0px!important;
		padding-top: 0px!important;
	}
	
	.woocommerce #content,
	.woocommerce #content ul.products {
		width: 80%;
	}
	
	.woocommerce #content ul.products li {
		width: 150px;
	}
	
	.woocommerce #content ul.products li img {
		width: 150px;
		height: auto;
	}

}