.hentry {
  margin-bottom: 1.1em;
  padding-bottom: 1.6em;
  padding-top: 0.5em;
}

.hentry header a {
  text-decoration: none;
}

.hentry ul {
  list-style-type: disc;
}

.hentry .meta {
  font-style: normal;
  line-height: 24px;
  margin-bottom: 4px;
}

.hentry .meta a {
  color: #666;
  cursor: pointer;
}

.hentry .meta a:hover {
  color: #d5edf8;
  text-decoration: underline;
}

.hentry .meta .avatar-small {
  height: 32px;
  margin-right: 10px;
  width: 32px;
}

.hentry video,
.hentry audio,
.hentry table,
.hentry code,
.hentry pre {
  height: auto;
  max-width: 100%;
}

.hentry iframe {
  max-width: 100%;
}

.hentry img {
  height: auto !important;
  max-width: 100%;
}

.hentry footer {
  clear: both;
  padding-top: 1rem;
}

.hentry .tmo-post-tag {
  font-size: 1rem;
}

.hentry .meta-article {
  border-bottom: 1px solid #d0d1cd;
  line-height: 16px;
  margin-bottom: 15px;
}

.hentry .meta-article .meta-byline {
  flex-grow: 1;
  padding-bottom: 5px;
  vertical-align: middle;
  width: auto;
}

@media screen and (min-width: 769px) {
  .hentry .meta-article .meta-byline {
    float: left;
  }
}

.hentry .meta-article .avatar-small {
  height: 32px !important;
  min-width: 32px;
}

.hentry .meta-article .meta-timestamp {
  float: left;
  margin-bottom: 5px;
  margin-top: 1em;
  text-align: left;
  width: auto;
}

@media screen and (min-width: 769px) {
  .hentry .meta-article .meta-timestamp {
    float: right;
  }
}

.hentry .meta-article .custom-byline {
  line-height: normal;
}

.hentry .tmo-meta-timetoread {
  color: #999;
  font-weight: 600;
  line-height: inherit;
  text-align: left;
}

#tmo-main-featured-image {
  margin: 0 auto 1rem;
  text-align: center;
}

#tmo-main-featured-image .featured_image_caption {
  color: #666;
  font-size: 0.875rem;
  font-weight: 600;
  padding-top: 0.25rem;
  text-align: center;
}

.label-coolstuff {
  background-color: #d0d1cd !important;
  border-radius: 290486px;
  color: #fefefe;
  cursor: default;
  font-size: 9.75px;
  font-weight: 700;
  margin-left: 5px;
  padding: 3px 6px 2px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
  white-space: nowrap;
}

.coolstuff-image {
  margin-bottom: 20px;
}

.home-meta {
  color: #666;
}

.home-meta .fb-like {
  margin: 7px 0;
}

.home-spin,
.single-spin {
  color: #222;
  position: relative;
}

.home-spin .avatar,
.single-spin .avatar {
  height: 50px;
  margin-right: 10px;
  width: 50px;
}

.home-spin h4,
.single-spin h4 {
  letter-spacing: normal;
  text-transform: none;
}

.home-spin h4:before,
.single-spin h4:before {
  color: #0a5785;
  position: relative;
}

.home-spin h4 a,
.home-spin h4 a:visited,
.single-spin h4 a,
.single-spin h4 a:visited {
  color: #444;
  text-decoration: none;
}

.home-spin h4:before {
  margin-right: 4px;
}

.single-spin {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.1em;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.single-spin p {
  margin-bottom: 1.5em;
  position: relative;
}

.single-spin h4:before {
  left: -20px;
  margin-right: -14px;
}

.single-spin p.wp-caption-text,
.single-spin .cimage,
.single-spin .limage,
.single-spin .rimage {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}

.single-spin .cimage img,
.single-spin .limage img,
.single-spin .rimage img {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
}

.single-spin .cimage {
  text-align: center;
}

.single-spin .limage {
  float: left;
  padding-right: 10px;
  padding-top: 4px;
}

.single-spin .rimage {
  float: right;
  padding-left: 10px;
  padding-top: 4px;
}

.single-spin .shadow-1 {
  -webkit-box-shadow: 0 5px 8px #666;
  -moz-box-shadow: 0 5px 8px #666;
  box-shadow: 0 5px 8px #666;
}

.post_content {
  color: #222;
}

.post_content p {
  margin: 0 0 1.5em;
}

.post_content ul,
.post_content ol {
  margin: 1.5em;
}

.post_content ul {
  list-style: disc !important;
}

.post_content ol {
  list-style: decimal;
}

.post_content li {
  margin-bottom: 0.7335em;
}

.post_content table {
  margin: 1.5em auto;
  width: 100%;
}

.post_content tr {
  vertical-align: middle;
}

.post_content tr:nth-child(even) {
  background-color: #ccc !important;
}

.post_content tr:nth-child(odd) {
  background-color: #eee !important;
}

.post_content tr:first-child {
  background-color: #fff !important;
}

.post_content tr:nth-child(2) {
  background-color: #666 !important;
  color: #fff !important;
  vertical-align: middle;
}

.post_content tr:nth-child(2) th {
  color: #fefefe;
}

.post_content th,
.post_content td {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.post_content td {
  border: 2px solid #fff;
  line-height: 1.25em;
  margin: 0 2px;
  padding: 6px 4px;
  vertical-align: middle;
}

.post_content td p {
  line-height: 1em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.post_content .tmo-indented {
  margin-left: 2em;
}

.post_content .tmo-quoted {
  margin-left: 40px;
  margin-right: 40px;
}

.post_content .tmo-table th {
  background-color: #666 !important;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #fff;
}

.post_content .tmo-table tr:nth-child(2) {
  background-color: #ccc !important;
  color: #222 !important;
}

.post_content .tmo-table .col {
  background-color: #ccc !important;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font-weight: bold;
}

.post_content embed,
.post_content iframe {
  display: block;
  margin: 0 auto;
}

.post_content img {
  position: relative;
  z-index: 2;
}

.post_content img.left,
.post_content img.floatLeft {
  margin-bottom: 10px;
  margin-right: 10px;
}

.post_content img.right,
.post_content img.floatRight {
  margin-bottom: 10px;
  margin-left: 10px;
}

.post_content img.center {
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

.post_content p.wp-caption-text,
.post_content .cimage,
.post_content .limage,
.post_content .rimage {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}

.post_content .cimage img,
.post_content .limage img,
.post_content .rimage img {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
}

.post_content .limage {
  float: left;
  padding-right: 10px;
  padding-top: 4px;
}

.post_content .rimage {
  float: right;
  padding-left: 10px;
  padding-top: 4px;
}

.post_content .shadow-1 {
  -webkit-box-shadow: 0 5px 8px #666;
  -moz-box-shadow: 0 5px 8px #666;
  box-shadow: 0 5px 8px #666;
}

.post_content dl {
  margin: 1.5em 0;
}

.post_content dt {
  font-family: "Proxima Nova", "Lucida Grande", Verdana, Arial, Helvetica,
    Geneva, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.post_content dd {
  font-style: italic;
  margin-bottom: 0.7335em;
}

.navigation.tmo-pagination-links {
  margin-bottom: 3rem;
}

.navigation.tmo-pagination-links .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.navigation.tmo-pagination-links .nav-links span {
  line-height: 1.25;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .navigation.tmo-pagination-links .nav-links span {
    max-width: 240px;
  }
}

.navigation.tmo-pagination-links .nav-previous,
.navigation.tmo-pagination-links .nav-next {
  margin-bottom: 0.375rem;
}

@media screen and (max-width: 768px) {

  .navigation.tmo-pagination-links .nav-previous,
  .navigation.tmo-pagination-links .nav-next {
    width: 100%;
  }
}

.navigation.tmo-pagination-links .nav-previous .nav-title {
  padding-left: 3px;
  text-align: left;
}

.navigation.tmo-pagination-links .nav-next .nav-title {
  padding-right: 3px;
  text-align: right;
}

.button.is-light {
  background-color: #f5f5f5;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-primary {
  background-color: #0a5785;
  border-color: transparent;
  color: #fff;
}

.button.is-primary.is-light {
  background-color: #ecf7fe;
  color: #0a5785;
}

.tmo-fat-button {
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  padding: 0.75em 1.25em;
  white-space: normal;
  width: 100%;
}

.comment-reply-title {
  font-size: 1.25rem;
  font-weight: 700;
}

/** WR marketing alt shortcode. */
.refmedprdbnr {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  margin: 1rem 0;
  padding: 1rem 0;
  width: 100%;
}

@media (max-width: 600px) {
  .refmedprdbnr {
    border: 2px solid;
    border-color: #cdcdcd;
    padding: 0.5rem;
  }
}

@media (max-width: 1199.98px) {
  .refmedprdbnr {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.refmedprdbnr__image {
  display: -webkit-flex;
  display: flex;
}

.refmedprdbnr__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 250px;
  flex: 0 0 250px;
  margin: 0 0.75rem;
  padding: 0.75rem;
}

@media (max-width: 1200px) {
  .refmedprdbnr__content {
    flex: 1 0 0;
  }
}

.refmedprdbnr__content h3 {
  margin: 1.25rem 0;
  font-size: 1.5rem;
}

@media (max-width: 1199.98px) {
  .refmedprdbnr__content h3 {
    font-size: 2rem;
    text-align: center;
  }
}

.refmedprdbnr__content p {
  margin: 0;
  font-size: 1rem;
}

.refmedprdbnr__button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: -12px;
}

@media (max-width: 800px) {
  .refmedprdbnr__button {
    margin-bottom: 0;
  }
}

.refmedprdbnr__button strong {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
}

@media (max-width: 800px) {
  .refmedprdbnr__button strong {
    font-size: 1.75rem;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.refmedprdbnr__button a {
  padding: 12px 50px 8px 20px;
  background: #0a5785;
  color: white;
}

.refmedprdbnr__button a:after {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin-left: 0.625rem;
  content: url("../assets/images/svg/basket-icon.svg");
  background: #0a5785;
}

@media (max-width: 1199.98px) {
  .refmedprdbnr__button {
    text-align: center;
    width: 100%;
  }
}

.tip-box {
  border-radius: 10px;
  border: 2px solid #0a5785;
  padding: 1rem;
  margin: 2rem 0 1rem;
  position: relative;
}

.tip-box__icon {
  margin-right: 0.5rem;
  position: absolute;
  top: -25px;
  left: -2px;
  background: #0a5785;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 0.875rem;
}

.tip-box__icon img {
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
}

.tip-box__content {
  margin-top: 1rem;
}

.note-box {
  border-radius: 10px;
  border: 2px solid #0a5785;
  padding: 1rem;
  margin: 2rem 0 1rem;
  position: relative;
}

.note-box__icon {
  margin-right: 0.5rem;
  position: absolute;
  top: -25px;
  left: -2px;
  background: #0a5785;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 0.875rem;
}

.note-box__icon img {
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
}

.note-box__content {
  margin-top: 1rem;
}

strong.schema-how-to-step-name {
  font-weight: 500;
}

.schema-faq-section {
  padding: 15px 15px;
  border: 1px solid black;
  border-radius: 5px;
  margin-bottom: 5px;
}

.schema-faq-section:first-child {
  border: 2px solid #0a5785;
}

.schema-faq-question {
  margin: 0;
  position: relative;
}

.schema-faq-answer {
  font-size: 1rem;
  color: #363636;
  margin-bottom: 0;
  padding-left: 5px;
}

.schema-faq-answer::before {
  content: "";
  display: block;
  border-top: 1px solid #dbdbdb;
  margin: 10px 0;
}

/**
 * Article Highlights
 */

.article-highlights {
  margin: -1rem 0 25px 0;
}


.article-highlights ul {
  list-style-type: none;
  padding: 0 0 0 40px;
  margin: 0;
}

.article-highlights ul li {
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.5;
}

.article-highlights ul li:last-of-type {
  margin-bottom: 0;
}

.article-highlights ul li:before {
  left: -25px;
  content: "";
  width: 10px;
  height: 10px;
  background: #0a5785;
  position: absolute;
  top: 7px;
}

/** Bullet List **/
.wp-block-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0.2rem 0;
  font-size: 1.075em;
  color: #333;
  line-height: 1.6;
}

.wp-block-list li {
  margin-bottom: 0rem;
}

.wp-block-list ul {
  list-style: circle;
  margin: 0.4rem 0 0.4rem 1.5rem;
  padding-left: 1rem;
}

.wp-block-list strong {
  color: #111;
  font-weight: 600;
}
