

/* -- responsive.css -----------*/

@media only screen and (max-width: 1030px) {
	body.boxed #body_wrapper			{ width: auto; }	
}

/
/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 479px) {
	div.flex-caption-left h3, div.flex-caption-right h3, div.flex-caption-center h3 { font-size:10px; line-height:10px; }
	.col2-set .col-2, .col2-set .col-1	{ width:295px; }
	table td							{ padding:9px 4px;}
	table th							{ padding:0px; }
	table.shop_table th, table.shop_table td { font-size:9px; }
	input[type="text"], textarea 		{ max-width: 275px; }
	.widget-contact-form input[type="text"], .widget-contact-form textarea { width: 258px; }
	.post-meta 							{ width: 300px !important;}
	.post-meta div.post-author 			{ display:none; }
	.post-meta div.post-date 			{ height:20px; float:left; margin-right:5px; width:155px; }
	.post-meta div.post-date .date 		{ float:left; margin:0; }
	.post-meta div.post-date .time 		{ float:right; margin:0; }
	.post-meta div.comment-count		{ height:40px; }
	table.shop_table td.actions .button, table.shop_table td.actions .button-alt, table.shop_table td.actions .button.alt { padding-left: 9px; padding-right: 9px; }	
	
	
	
	.products li {
    min-height: 335px !important;
    width: 220px !important;
}



}