/* stylelint-disable selector-list-comma-newline-after */

a {
  cursor: pointer;
  color: #003555;
  text-decoration: none;
}

a:link {
  color: #003555;
  text-decoration: none;
}

a:visited {
  color: #003555;
  text-decoration: none;
}

a:active {
  color: #d3a009;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}

a.visited:visited {
  color: #8d6e63 !important;
  text-decoration: none;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}
@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: 0.25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 0.05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.card-title-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.limit-html {
  overflow: hidden;
}
.limit-html img {
  max-width: 100%;
  display: block;
}
.limit-html a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.limit-html .number-head-mod {
  margin-top: 30px;
  margin-bottom: 20px;
}
.limit-html .number-head-mod .header-mod {
  display: flex;
}
.limit-html .number-head-mod .title-number {
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  line-height: 2;
  vertical-align: top;
  margin-top: 0;
  display: table-cell;
  margin-right: 4px;
  font-size: 20px;
  white-space: nowrap;
  display: flex;
}
.limit-html .number-head-mod .number {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: 0.5px;
  padding-right: 9px;
  display: table-cell;
}
.limit-html .number-head-mod .title-number .digits {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 40px;
  background: 0 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #e8021d;
  color: #e8021d;
  font-family: Lato, sans-serif;
}

.limit-html figure figcaption span {
  width: 100%;
  font-size: 11px;
  order: 0;
  color: #666;
  margin: 0 0 2px;
  line-height: 1.3;
}

.limit-html a {
  color: #000;
  border-bottom: 5px solid #ffec03;
  background: 0 0;
  transition: background 0.2s;
}
.limit-html a:hover {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  transition: background 0.2s;
  background: #ffec03;
}

.limit-html .aiosrs-rating-wrap {
  display: none;
}

a[href^="https://www.eatthis.com"] {
  pointer-events: none !important;
  border-bottom: unset !important;
}

