@media only screen and (max-width: 700px){
	
	#page_wrapper, 
	#page_wrapper #container,
	#webshop_wrapper,
	#article_wrapper, 
	#sidebar_wrapper 														{ width: 100%; }
	
	#wpadminbar																{ display: none; }
	
	#sidebar_wrapper 														{ margin-top: 30px; padding-top: 30px; border-top: 1px dotted #2f214f; right: auto; width: 100%; }
	
	#sidebar_wrapper .sidebar_widget										{ width: 48%; margin: 4% 4% 0 0; float: left; }
	#sidebar_wrapper .sidebar_widget:nth-child(even)						{ margin-right: 0; }
	
	footer #footer_wrapper .footer_column									{ width: 100%; margin: 0; float: none; text-align: center; }
	footer #footer_wrapper .footer_column ul								{ margin: 0px; }
	footer #footer_wrapper .footer_column ul li								{ margin: 0px; margin-left: 0px; display: inline-block; margin-right: 10px; border-right: 1px solid #665981; padding: 0px 5px 5px 0px; }
	footer #footer_wrapper .footer_column ul li:last-child					{ margin-right: 0; border-right: 0; padding-right: 0; }
	footer #footer_wrapper .footer_column									{ border-bottom: 1px dotted #665981; padding-bottom: 20px; }
	
	.woocommerce form.lost_reset_password .form-row input.input-text 		{ margin-left: 0; width: 96%; }
	
}