/* ===== WOOCOMMERCE ===== */

/* product title font size */
.product-title {
  font-size: 18px !important;
}

div fusion-logo img {
  display: block;
  width: 800px;
}

#main .fullwidth .fusion-row {
  max-width: none;
  width: 100%;
}

.price > .amount {
  color: #000 !important;
}

.product .jp-relatedposts {
  display: none !important;
}

.related.products .product-buttons {
  display: none;
}

body.archive .woocommerce-container {
  margin-top: 100px;
}

body.woocommerce-checkout #content h2,
body.woocommerce-cart #content h2 {
  font-size: 28px !important;
}

body.woocommerce-checkout #content h3,
body.woocommerce-cart #content h3 {
  font-family: "Special Elite";
  font-size: 22px !important;
}

/* optional test border class */
.borderRed {
  border: 2px solid red;
}

/* ===== GLOBAL TYPOGRAPHY ===== */

body {
  color: #111111 !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000 !important;
  font-weight: 700;
}

p {
  color: #111111 !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px;
  margin-bottom: 1.2em;
}

p + p {
  margin-top: 0.6em;
}

.meta,
.post-meta,
.entry-meta {
  color: #555555 !important;
  font-size: 15px !important;
}

/* ===== ARTICLE / POETRY ===== */

.entry-content {
  max-width: 680px;
  margin: 0 auto;
  font-family: Georgia, serif;
}

.entry-content p {
  color: #111111 !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px;
}

/* bio text */
.entry-content p:last-of-type,
.entry-content p:last-of-type + p {
  font-size: 16px !important;
  color: #555555 !important;
  line-height: 1.6 !important;
}

/* ===== SINGLE POST CLEANUP ===== */

/* space out clutter sections */
.single .sharing-box,
.single .related-posts,
.single #comments,
.single .post-nav,
.single .fusion-meta-info {
  margin-top: 2em;
}

/* soften non-essential sections */
.single .sharing-box,
.single .related-posts,
.single #comments {
  font-size: 16px;
}

/* make post title more prominent */
.single .entry-title,
.single h1 {
  font-size: 34px !important;
  line-height: 1.2 !important;
  margin-bottom: 0.8em !important;
}
.single .entry-content p {
  font-size: 19px !important;
  line-height: 1.85 !important;
}