/************************************************
*	Media Queries								*
************************************************/
@media handheld, only screen and (max-width: 1366px) {
	
	.section_title{
		font-size:4.5em;
	}
	
}


/* iPad Landscape Styles */
	
@media handheld, only screen and (max-width: 1024px) {
	
	/* Typography iPad */
	
	body {  
		font-size: 0.9rem; 
		line-height: 1.8; 
		}
	blockquote {
		font-size: 1.3rem;
		}
		
		
	.section_title{
		font-size:3.5em;
	}
	.service_title{
		font-size:1.5em;
	}
	}
		
@media handheld, only screen and (max-width: 1024px) {
	
	/* Theme iPad */
	
#header .logo{
	float:none;
	margin-left:0;
}
#header .logo a{
	margin:0px auto 20px;
}
#header .navmenu{
	float:none;
}
#navigation{
	float:none;
}

.headline.img-headline{
	font-size:3em;
}


	#header.header-large,
	#header.header-small {
		}
	#header .four.columns,
	#header .twelve.columns {
		width: 100%;
		}
	#header #logo-title {
		float: left;
		}
	#header.header-large #logo-title {
		height: 60px;
		}
	#wrap #header #logo {
		position: relative;
		top: auto;
		width: auto;
		margin-left: 0px;
		margin-top: 0px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}
	#header #logo img.logo-light {
		display: none !important;
		}
	#header #logo img.logo-dark {
		display: block !important;
		opacity: 1 !important;
		}
	#header #logo img {
		position: relative;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}
	#header #masthead {
		width: auto;
		margin-left: 0px;
		}
	#header .site-title {
		font-size: 1.4rem;
		margin: 0px;
		}
	
	.content {
		padding: 0px 48px;
		}
	.content.no-thumb {
		padding-top: 0px;
		}
	.blog-holder .article, 
	.archive-holder .article {
		padding: 18px 24px;
		}
	.blog-holder .post-meta .align-left,
	.blog-holder .post-meta .align-right, 
	.archive-holder .post-meta .align-left,
	.archive-holder .post-meta .align-right {
		float: none;
		display: block;
		text-align: center;
		margin: 4px 0px;
		}
	.post-meta .align-left,
	.post-meta .align-right {
		max-width: none;
		}
	.footer-content {
		text-align: center;
		}
	.footer-content .align-left {
		float: none;
		display: block;
		}
	.footer-content .align-right {
		float: none;
		display: block;
		text-align: center;
		margin-top: 18px;
		}
		

	}
	
/* iPad Portrait Styles */

@media handheld, only screen and (max-width: 960px) {

	/* Theme iPad */
	.services_wrap .spacer_col_1,
	.services_wrap .spacer_col_2,
	.services_wrap .row{
		display:none;
	}
	.services_col{
		width:50%;
	}
	.about{
		padding:0px;
	}
	}
	
/* iPhone */
	
@media handheld, only screen and (max-width: 767px) {

	/* Typography iPhone */
	
	body {  
		font-size: 0.85rem; 
		line-height: 1.7; 
		}
	p {
		padding: 8px 0px;
		}
	h1, h2, h3,
	h4, h5, h6 {
		line-height: 1.2;
		}
	h1 { 
		font-size: 1.8rem; 
		}
	h2 { 
		font-size: 1.6rem; 
		}
	h3 {  
		font-size: 1.4rem;  
		}
	h4 {  
		font-size: 1.2rem;  
		}
	h5 { 
		font-size: 1.1rem; 
		}
	h6 { 
		font-size: 1.0rem; 
		}

	.title {
		font-size: 1.1rem;
		line-height: 1.2;
		}
	blockquote {
		padding: 12px 0px;
		border-left: none;
		}
	blockquote p {
		font-size: 1.1rem;
		line-height: 1.6;
		}
		
	.section_title{
		font-size:2.6em;
	}
	}
	
@media only screen and (max-width: 767px) {		

	/* Theme iPhone */

/*Menu*/
#navigation {
	display: none;
}
.menu-toggle {
	cursor:pointer;
	font-size: 1.8em;
	line-height: 37px;
	height: 50px;
	margin: 0;
	padding: 5px;
	z-index: 9;
	width:50px;
	background:#662d91;
	color:#fff;
	display:block;
	text-align:center;
	box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:100px;
	-webkit-border-radius:100px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:absolute;
	top:0px;
	right:24px;
}
.menu-toggle:hover{
	background-color:#ef4036;
}
.menu-toggle:before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	color:#fff;
}
	
/*Menu*/


.homesection{
	display:block !important;
}

/*********Home page**************/

/*HOme banner*/
.home-banner{
	padding-bottom:180px;
}
.banner_content h1{
	font-size:2.2em;
}

/*Home About*/
.about_content{
	padding:0px;
	max-width:450px;
	margin:0px auto;
}
.about_img{
	padding:5% 0px;
	max-width:450px;
	margin:0px auto;
	float:none;
}


/*Footer section*/
.footer_table{
	display:block;
}
.footer_col{
	display:block;
	width:100%;
	padding:0px;
}
.footer_content_right,
.footer_content_left{
	max-width:100%;
	float:none;
}
.footer_left_overlay{
	display:none;
}
.footer_left_box,
.footer_right_box{
	padding:5% 24px;
	max-width:450px;
	margin:0px auto;
}

.footer_left,
.footer_right{
	margin:0px auto;
	padding:10px 0px;
	width:100%;
	float:none;
	text-align:center;
}

.footer{
	padding-top:40%;
}

/**Internal**/

.headline.img-headline{
	font-size:2em;
}

/*Show page*/

		


/*general*/
		
#wrap #header .site-title,
	#wrap #header .menu a {
		line-height: 60px;
		}
	#wrap #header .site-title a,
	#wrap #header .menu a, 
	#wrap #header .menu a:link, 
	#wrap #header .menu a:visited,
	#wrap #header .menu-toggle,
	#wrap #header .menu-toggle:before {
		color: #fff;
		}

	.content {
		padding: 0px 24px;
		}
	.postarea, 
	.postarea.middle, 
	.postarea.full,
	.postarea.wide {
		padding: 24px 0px;
		}
	i.format-icon {
		display: none;
		}
	.blog-holder, .archive-holder {
		margin-bottom: 24px;
		}
	.blog-holder .article, 
	.archive-holder .article {
		padding: 12px 18px;
		}
	.blog-holder .post-meta, 
	.archive-holder .post-meta {
		padding: 12px;
		}
	.blog-holder .post-meta p, 
	.archive-holder .post-meta p {
		font-size: 0.9em;
		}
	.archive-column {
		width: 100%;
		padding-right: 0px;
		overflow: hidden;
		}
	.archive-column h6 {
		margin-top: 12px;
		}
	.sidebar {
		padding: 24px 0px;
		border-top: 1px solid rgba(0, 0, 0, .08);
		}
	.sidebar.left {
		display: none;
		}
		
/*Footer*/

.footer-information{
	padding:0px;
}
		
	.footer-widgets {
		width: 100%;
		margin: 0px;
		padding: 0px;
		}
	.footer-widgets .widget {
		width: 100% !important;
		margin: 0px;
		padding: 0px;
		}
	.footer-widget {
		padding: 12px 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; 
		}
	}
@media only screen and (max-width: 600px) {	

	/*Home Services*/
	.services_col{
		width:100%;
		padding:5% 0px;
		float:none;
	}
	.services_item{
		margin:0px auto;
		max-width:360px;
	}
	
	/*Blog*/
	.blog_holder{
		padding:15px;
	}
	.blog_col_1{
		width:35%;
	}
	.blog_col_2{
		width:65%;
		padding-left:15px;
	}

}
	
@media only screen and (max-width: 479px) {
	
	.blog_col_1{
		width:100%;
	}
	.blog_col_2{
		width:100%;
		padding-left:0px;
		padding-top:15px;
	}

	/* Theme iPhone Portrait */

	}