::selection,
::-moz-selection {
  background: var(--dark--300);
}

html {
  scroll-behavior: smooth;
}

html #wpadminbar {
  overflow: hidden;
}
html.safari:not(.no-safari-overflow-x-fix) .body {
  overflow-x: hidden;
}

body {
  color: var(--light);
  background: var(--default);
}

a[href^="tel:"] {
  cursor: default;
}

a {
  transition: 300ms;
  color: var(--grey);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--light);
}

p {
  text-wrap: pretty;
  color: var(--light);
}
p:last-child {
  margin-bottom: 0;
}
header {
  background: var(--light);
  padding: 0.8rem 0;
}
header img {
  max-height: 2.8rem;
}

.featured-box {
  background: var(--default);
  text-align: initial;
}
.featured-boxes > img {
  display: block;
  margin: 0 auto;
}
.featured-boxes .featured-box {
  margin-bottom: 2.5rem;
}
.featured-box ul {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
  display: inline-block;
  margin-bottom: 0;
}
.featured-box li {
  line-height: 1.5rem;
  margin-bottom: 0.9rem;
}
.featured-box li ul {
  margin-top: 0.9rem;
}
.featured-box li:last-child {
  margin-bottom: 0;
}
.featured-boxes-flat .featured-box .box-content {
  background: var(--default);
}
.mh-300.owl-carousel {
  margin-top: 5rem;
}
.mh-300.owl-carousel .owl-item img {
  max-height: 300px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
  color: var(--light);
}

footer {
  padding: 5rem 0;
  text-align: center;
  background-color: var(--light);
  color: var(--default);
}
footer h5 {
  font-size: 1.4rem;
}
footer :is(h5, p, a) {
  color: var(--default) !important;
}
