/************************************************
*	Media Queries								*
************************************************/

/* iPad Styles */
	
@media handheld, only screen and (max-width: 1024px) {
	
	/* Typography iPad */
	
	body {  
		font-size: 0.9rem; 
		line-height: 1.9; 
		}
	blockquote {
		font-size: 1.4rem;
		}
	}
		
@media handheld, only screen and (max-width: 1024px) {
	
	/* Theme iPad */
	
	.container {
		margin: 0px;
		padding: 0px;
		}
	.content {
		padding: 0px 24px;
		}
	.menu a {
		font-size: 0.9em;
		padding: 0px 10px;
		}
	.slideshow .loading {
		min-height: 260px;
		}
	.slideshow .information {
		margin-top: -48px;
		}
	.page-section {
		background-attachment: scroll;
		background-position: center center !important;
		height: auto;
		}
	.page-section .content { 
		height: auto;
		}
	.page-section .featured-page {
		padding: 72px 0px;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
		}
	.featured-page .headline {
		font-size: 3.4rem;
		letter-spacing: -2px;
		}
	.featured-page .information p {
		font-size: 1.2rem;
		}
	.featured-team .holder {
		margin: 6px;
		}
	.postarea {
		padding: 24px 12px 24px 2px;
		}
	.postarea.right {
		padding: 24px 2px 24px 12px;
		}
	.postarea.full {
		padding: 24px 2px 24px 2px;
		}
	.postarea.middle {
		padding: 24px 12px 24px 12px;
		}
	.sidebar {
		margin: 0px;
		padding: 24px 0px 24px 12px;
		}
	.sidebar.left {
		padding: 24px 12px 24px 0px;
		}
	.search-results .post-author p {
		float: left;
		display: block;
		width: 100%;
		font-size: 0.9em;
		}
	.social-icons li {
		float: none;
		border: none;
		}
	#tweets {
		margin-top: 24px;
		}
	.footer-widgets {
		padding-top: 18px;
		padding-bottom: 18px;
		}
	.footer-widget {
		padding: 18px;
		}
	.footer-information {
		padding: 48px 0px;
		}
	.footer-content {
		text-align: center;
		}
	.footer-content .align-left {
		float: none;
		display: block;
		}
	.footer-content .align-right {
		float: none;
		display: block;
		text-align: center;
		}
	
	}
	
/* iPhone */
	
@media handheld, only screen and (max-width: 767px) {

	/* Typography iPhone */
	
	h1 { 
		font-size: 1.8rem; 
		line-height: 1.4; 
		}
	h2 { 
		font-size: 1.6rem; 
		line-height: 1.4; 
		}
	h3 {  
		font-size: 1.4rem; 
		line-height: 1.4; 
		}
	h4 {  
		font-size: 1.2rem; 
		line-height: 1.4; 
		}
	h5 { 
		font-size: 1.1rem; 
		line-height: 1.4; 
		}
	h6 { 
		font-size: 1.0rem; 
		line-height: 1.4; 
		}
	.headline {
		font-size: 2rem;
		}
	.headline-small, 
	.headline-smaller {
		font-size: 1.4rem;
		}
	body, p {  
		font-size: 0.9rem; 
		line-height: 1.9; 
		}
	blockquote {
		margin: 12px 0px;
		padding: 12px 0px;
		border-left: none;
		}
	blockquote p {
		font-size: 1.2rem;
		line-height: 1.6;
		}
	}
	
@media only screen and (max-width: 767px) {		

	/* Theme iPhone */
	
	.container {
		margin: 0px;
		padding: 0px;
		}
	#header {
		height: auto;
		position: relative;
		}
	#custom-header {
		margin: 0px;
		}
	#header-bar {
		display: block;
		overflow: hidden;
		}
	#navigation {
		float: none;
		display: block;
		position: relative;
		background: #222222;
		top: auto;
		margin: 0px;
		padding: 0px;
		}
	#navigation .corner-left,
	#navigation .corner-right {
		display: none;
		}
	.mobile-menu {
		margin: 0px;
		padding: 0px;
		}
	.menu-toggle,
	.main-small-navigation ul.mobile-menu.toggled-on {
		display: block;
		}
	.navigation-main ul.menu,
	.sf-sub-indicator {
		display: none;
		}
	.menu {
		display: block;
		}
	.menu-toggle {
		color: #999999;
		font-size: 24px;
		text-align: right;
		line-height: 1.2;
		margin: 0;
		padding: 14px;
		}
	.menu-toggle:hover {
		color: #ffffff;
		}
	.mobile-menu ul.sub-menu {
		display: block !important;
		visibility: visible !important;
		left: auto;
		margin: 0;
		padding: 0;
		}
	.mobile-menu ul,
	.mobile-menu li {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	.mobile-menu li {
		display: block;
		text-align: center;
		line-height: 30px;
		}
	.mobile-menu li li a:before {
		content: '- ';
		}
	.mobile-menu li li li a:before {
		content: '-- ';
		}
	.mobile-menu li li li li a:before {
		content: '--- ';
		}
	.mobile-menu a {
		display: block;
		color: #999999 !important;
		font-size: 1.6em;
		text-decoration: none;
		text-shadow: -1px -1px rgba(0,0,0, 0.1);
		padding: 8px 0px;
		border-top: 1px solid rgba(0,0,0, 0.1);
		}
	.mobile-menu a:hover {
		background: #333333;
		color: #FFFFFF !important;
		text-decoration: none;
		}
	.slideshow .information p,
	.slideshow .information .border-line {
		display: none;
		}
	.slideshow .excerpt {
		padding-right: 48px;
		padding-left: 48px;
		}
	.slideshow .loading {
		min-height: 180px;
		}
	.flex-direction-nav .flex-next {
		right: 0px;
		}
	.flex-direction-nav .flex-prev {
		left: 0px;
		}
	.slideshow .information {
		margin-top: -24px;
		}
	.featured-page {
		padding: 0px;
		}
	.featured-page .information {
		padding: 12px;
		}
	.featured-page .page-banner {
		max-height: 280px;
		}
	.page-section .featured-page {
		margin: 0px;
		padding: 64px 0px;
		} 
	.page-section .featured-page .holder {
		left: auto;
		top: auto;
		margin-top: 0px;
		position: relative;
		-webkit-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
		}
	.featured-page .headline {
		font-size: 3.2em;
		letter-spacing: -2px;
		}
	.featured-team {
		width: 100%;
		}
	.featured-team,
	.featured-news {
		margin: 0px;
		padding: 24px 0px;
		}
	.featured-team .headline,
	.featured-news .headline {
		padding-bottom: 0px;
		}
	.featured-news .feature-img {
		max-height: 280px;
		}
	.featured-news .padding {
		padding: 24px;
		}
	.content {
		padding: 0px 16px;
		}
	.container > .hentry {
		padding-top: 0px;
		}
	.postarea,
	.postarea.right,
	.postarea.middle, 
	.postarea.full {
		padding: 24px 2px;
		}
	.post-author p {
		display: block;
		font-size: 0.9em;
		}
	.page-banner {
		min-height: 180px;
		}
	.blog-holder .feature-img, 
	.archive-holder .feature-img {
		margin-bottom: 18px;
		}
	.pagination {
		margin-bottom: 12px;
		}
	.tweet-btn, .like-btn, .pin-btn, .plus-btn {
		float: left;
		margin: 4px;
		}
	.archive-column {
		width: 100%;
		padding-right: 0;
		}
	.sidebar {
		padding: 24px 0px;
		}
	.sidebar.left {
		display: none;
		}
	.team-content .sidebar.left {
		display: block;
		padding: 12px 0px;
		}
	.container form textarea {
		width: 94% !important;
		}
	#commentform textarea {
		width: 95% !important;
		}
	.footer-widgets {
		margin: 0px;
		width: 100%;
		}
	.footer-widgets .widget {
		float: none;
		background: none;
		width: 100%;
		margin-bottom: 24px;
		}
	.footer-widgets .widget:last-child {
		margin-bottom: 0px;
		}
	.footer-widget {
		padding: 0px;
		}
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce .cart-collaterals .cart_totals, 
	.woocommerce-page .cart-collaterals .cart_totals, 
	.woocommerce .cart-collaterals .shipping_calculator, 
	.woocommerce-page .cart-collaterals .shipping_calculator, 
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, 
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100% !important;
		}
	.container .woocommerce table.shop_table th, 
	.container .woocommerce-page table.shop_table th {
		font-size: 0.8em;
		padding: 4px;
		}
	.container .woocommerce table.shop_table td, 
	.container .woocommerce-page table.shop_table td {
		font-size: 0.7em;
		line-height: 1.4;
		padding: 4px;
		}
	.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
		display: none;
		}
	.woocommerce .cart .button, .woocommerce .cart input.button, 
	.woocommerce-page .cart .button, .woocommerce-page .cart input.button {
		margin: 2px;
		}
		
	/* Grid */
	
	body { 
		-webkit-text-size-adjust: none; 
		-ms-text-size-adjust: none; 
		width: 100%; 
		min-width: 0; 
		margin-left: 0; 
		margin-right: 0; 
		padding-left: 0; 
		padding-right: 0; 
		}
	.row { 
		width: 100%; 
		min-width: 0; 
		margin-left: 0; 
		margin-right: 0;
		overflow: visible !important;
		}
	.row .single, 
	.row .half, 
	.row .third, 
	.row .fourth { 
		width: 100%; 
		}
	.row .row .column, .row .row .columns { 
		padding: 0; 
		}
	.column, .columns { 
		width: auto !important; 
		float: none; 
		margin-left: 0; 
		margin-right: 0; 
		}
	.column:last-child, .columns:last-child { 
		margin-right: 0; 
		float: none; 
		}
	[class*="column"] + [class*="column"]:last-child { 
		float: none; 
		}
	[class*="column"]:before, [class*="column"]:after { 
		content:""; 
		display:table; 
		}
	[class*="column"]:after { 
		clear: both; 
		}
	}