/* ============================================ */
/* ============================================ */
.single-review section {
  margin-bottom: 70px;
}
.single-review .subhead {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  font-size: 27.5px;
  font-size: 1.71875rem;
  margin-bottom: 35px;
}
.single-review .subhead:after {
  content: "";
  background: #e67f0d;
  display: flex;
  width: 100%;
  max-width: 100%;
  position: relative;
  bottom: -12px;
  height: 2px;
  margin: 0 auto;
}
.single-review .master-holder .mk-single-content h1, .single-review .master-holder .mk-single-content h2, .single-review .master-holder .mk-single-content h3, .single-review .master-holder .mk-single-content h4 {
  font-family: "Acumin-Pro-Bold", Helvetica, Arial, sans-serif;
}
.single-review .master-holder .mk-single-content h1, .single-review .master-holder .mk-single-content h2 {
  font-family: "Acumin-Pro-Bold", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.single-review .master-holder .mk-single-content h3, .single-review .master-holder .mk-single-content h4 {
  font-family: "Acumin-Pro", Helvetica, Arial, sans-serif;
}
.single-review .master-holder .mk-single-content h1, .single-review .master-holder .mk-single-content h2, .single-review .master-holder .mk-single-content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
.single-review .master-holder .mk-single-content h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.single-review .master-holder .mk-single-content hr {
  display: none;
}
.single-review .master-holder .mk-single-content .blog-similar-posts {
  border: none;
  padding: 0;
  margin: 0;
}
.single-review__header {
  margin-bottom: 50px;
}
.single-review__top-picks_list {
  list-style: none;
  margin-left: 0;
}
.single-review__top-picks_list li {
  margin-left: 0;
}
.single-review__top-picks_list .award {
  font-weight: 800;
}
.single-review__top-picks_list .name {
  margin-left: 8px;
}
.single-review__top-picks_list .name a {
  color: #3a3a3a;
  text-decoration: underline;
}
.single-review__top-picks_list .name a:hover {
  text-decoration: none;
}
.single-review__top-picks_list .retailer {
  margin-left: 10px;
  font-weight: 600;
}
.single-review__top-picks_list .retailer a:hover {
  color: #a5181c;
}
.single-review__reviews_product {
  margin-bottom: 45px;
}
.single-review__reviews_product-title {
  margin-bottom: 20px;
}
.single-review__reviews_product-image {
  max-height: 275px;
}
.single-review__reviews_product .wp-caption {
  max-width: 40%;
}
.single-review__reviews_product .wp-caption .wp-caption-text {
  text-align: left;
}
.single-review__reviews_product-features {
  padding: 16px 18px;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 2px rgba(14, 31, 53, 0.12), 0px 1px 4px rgba(14, 31, 53, 0.06);
  margin-top: 20px;
  height: 100%;
}
.single-review__reviews_product-features ul { /* Chrome, Safari, Opera */ /* Firefox */
  column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-review__reviews_product-features ul li {
  position: relative;
  margin-left: 0;
  padding-left: 0.85em;
  font-size: 16px;
  font-size: 1rem;
}
.single-review__reviews_product-features ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: #3a3a3a;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.single-review__reviews_product-prosncons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}
.single-review__reviews_product-prosncons_inner {
  padding: 16px 18px;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 2px rgba(14, 31, 53, 0.12), 0px 1px 4px rgba(14, 31, 53, 0.06);
  width: 49%;
}
.single-review__reviews_product-prosncons_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-review__reviews_product-prosncons_inner ul li {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-left: 0;
  padding-left: 0.85em;
}
.single-review__reviews_product-prosncons_inner ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.single-review__reviews_product-prosncons_inner.pros ul li::before {
  background: #0b7278;
}
.single-review__reviews_product-prosncons_inner.cons li::before {
  background: #a5181c;
}
.single-review__reviews_product-retailers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-review__reviews_product-retailers .retailer-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.single-review__reviews_product-retailers .retailer-button .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 10px 15px;
  width: -webkit-max-content;
  width: max-content;
  min-width: 310px;
  font-family: "Acumin-Pro-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  background: #0b7278;
  color: #ffffff;
  border: 1px solid #0b7278;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  cursor: pointer;
}
.single-review__reviews_product-retailers .retailer-button .btn:hover {
  background: transparent;
  color: #0b7278;
}

.archive-review .theme-content section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  padding: 0 15px;
}
.archive-review .theme-content section.jupiter-donut-clearfix:before, .archive-review .theme-content section.jupiter-donut-clearfix:after {
  content: none;
}
.archive-review .theme-content section .review-grid-image {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  overflow: hidden;
  background-color: #f1f1f1;
  text-align: center;
  cursor: pointer;
}
.archive-review .theme-content section .review-grid-image:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.archive-review .theme-content section .review-grid-image a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  letter-spacing: -1.1px;
}
.archive-review .theme-content section .review-grid-image img.image {
  display: none;
}
.archive-review .theme-content section .review-grid-meta {
  padding: 10px;
}
.archive-review .theme-content section .review-grid-meta .updated-date {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b5b5b5;
  text-transform: uppercase;
  text-align: left;
  line-height: 12px;
  height: 16px;
  overflow: hidden;
}
.archive-review .theme-content section .review-grid-meta .the-title {
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  font-size: 1.22em;
  font-weight: 600;
  color: #3a3a3a;
  text-transform: none;
  text-align: left;
  line-height: 1em;
}
.archive-review .theme-content section .review-grid-meta .the-title a {
  color: inherit;
}
.archive-review .theme-content section .review-grid-meta .the-title a:hover {
  color: #e67f0d;
  text-decoration: none;
}
.archive-review .theme-content section .review-grid-meta .the-excerpt p {
  font-family: "freight-text-pro", serif;
  color: #3a3a3a;
  font-size: 16px;
  font-size: 1rem;
}
.archive-review .theme-content section .review-grid-meta .read-more {
  display: inline-block;
  color: #3a3a3a;
  text-transform: uppercase;
  line-height: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.archive-review .theme-content section .review-grid-meta .read-more:hover {
  color: #e67f0d;
  text-decoration: none;
}
.archive-review .theme-content section .item-link {
  color: inherit;
  border-bottom: none;
  outline: 0;
  box-shadow: none;
}