@media(max-width: 320px)
{
h1.entry-title a { font-size: 0.8em; }
}

.home .mc4wp-form {
	background: #B3B6B7;
}

.mc4wp-form {
margin-bottom: -25px;
    padding: 50px 20px;
	background: #F26928;
}

.mc4wp-form input {
	width: 100%;
	padding: 10px;
}

.mc4wp-form input[type=submit] {
	background-color: #8A4C9D;
	color: white;
	padding:10px;
}

/* li.product.first, li.product.last {
	margin: 0 !important;
}

li.product.type-product.status-publish {
	float: none !important;
	display: inline-block !important;
	margin: 0 5px !important;
	height: 365px;
}

ul.products {
} */


.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear:none !important;
}


/* ON DESKTOP */
@media (min-width: 769px) {
	
	.post-type-archive-product .products li:nth-child(3n) {
			margin-left: 26px !important;
	}
	
	.related .products li:nth-child(3n) {
		margin: 0 0 0 25px !important;
	}
	
	
	
}

/* ON MOBILE */
@media (max-width: 768px) {
	
	.post-type-archive-product .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		clear: none;
		height: 350px;
	}
	
}








