/* remove word 'Social from Footer | Steve 28 Jan 2021 */

.mb3 .pl4{display:none!important;}

/* ends */

/* To override the transparency of the link set slideshow module background */

.owl-stage-outer {
    background: rgba(164,164,164,0)!important;
}

/* Large headings Bold fixed at 700, use override to return to 400 weight | Steve 11 Jul 2023 */

h2.xl-headline {
    font-weight: 400!important;
}

/* ends */

/* Adjust letter-spacing between all text characters content on the page by the same amount | Steve 13 Jul 2023 */

body{
  letter-spacing: 0.02em!important;
}

/* Adjust word-space between all words on the page by the same amount | Steve 13 Jul 2023 */

body{
  word-spacing: 0.08em!important;
}

/* ends letter-spacing and word-spacing overrides */

/* reduce vertical space between Custom Page sections that have more than one content block present | Steve 25 Jul 2023 */

._4ORMAT_content_page_row:not(._4ORMAT_full_width_module) > div, .product ._4ORMAT_content_page_container {
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
}

/* ends reduce vertical space */
