/* etc */
@media (max-width: 768px) {
	.newsletter-col	p {
		width: 100%;
		margin: 0;
	}
	
	.wpcf7-list-item-label {
		color: #000000;
	}
}

@media (min-width: 1024px) {
	.newsletter-col:nth-child(2) {
		width: 285px;
	}
	
	.newsletter-col:nth-child(2) > p:nth-child(1) {
		width: 100%;
	}
	
	.wpcf7-submit {
  		width: 100%;
	}
}

.breadcrumbs li i {
	margin: 0 !important;
}

.breadcrumbs li span {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.breadcrumbs li:first-of-type span {
	margin-left: 0px !important;
}


.grw-reviews {
	padding-top: 1px !important;
}

@media (min-width: 1024px) {
	.newsletter-bottom .wpcf7-list-item-label {
		width: 300px !important;
		white-space: nowrap !important;
	}	
}
