.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

p {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}


hr {
    display: inline-block;
    border: none;
    background: url('/wp-content/uploads/2017/02/paragraph-seperator-640-480.png') no-repeat top center;
    background-size: contain;
    height: 7px;
    width: 100%;
    margin-top: -10px;
}