/* Golden Horse static — fixes for defects inherited from the WordPress site (all languages). */
/* a bootstrap .row with -15px margins sits outside any .container on brand/service pages -> 15px horizontal scroll */
html, body { overflow-x: clip; }
.google-reviews-gallery.slider { overflow-x: clip; }
/* page title added to the terms page (it had no h1) */
.pxl-entry-content h1.gh-page-title { margin: 0 0 30px; }
