/* Enter Your Custom CSS Here */

.site-content article, .widget-area .widget {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
  max-width: none;
}
		
.site {
  max-width: 3500px;
}
