/**
 * Theme Name:   Twenty Twelve Child
 * Template:     twentytwelve
 * Author: WPweb
 * Version: 1.0.0
 */

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*.site, footer[role="contentinfo"] {
	max-width: 100%;
}*/
body .site {
	margin-bottom : 0;
}
.woocl-featured-col{
	margin-left : 30px !important;
}
div.wpweb-login-details {
	margin-bottom: 12px;
}
div.wpweb-login-details div {
	margin: 0 4%; 
	border: 1px solid #ddd; 
	padding: 10px; 
	display: inline-block; 
	width: 40%; 
	text-align: center; 
	background-color: lightgrey;
}
div.wpweb-login-details div h3{
	margin: 10px 0;
}
@media screen and (max-width: 600px) {
	.woocl-featured-col{
		margin-left : 0  !important;
	}
}