.category-pills .pill-container a {
  display: inline-block;
  background-color: #ddd;
  color: #571C41;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 7px;
}
.category-pills .pill-container a:hover {
  background-color: #571C41;
  color: #fff;
  transition: color 0.1s linear;
}
.category-pills .pill-container a.selected {
  background-color: #e8467c;
  color: #fff;
  cursor: default;
}
.category-pills .pill-container a img {
  width: 20px;
  height: 20px;
}
.category-pills .pill-container #more {
  background-color: rgb(182.75, 182.75, 182.75);
}
.category-pills .pill-container #mob-cat-button {
  transition: all 0.2s ease-in;
}
.category-pills .pill-container #mob-cat-button svg {
  transition: all 0.2s ease-in;
  margin-left: 10px;
}
.category-pills .pill-container #mob-cat-button.is-open {
  background-color: rgb(200.5649038462, 24.9350961538, 83.4783653846);
  transition: all 0.2s ease-in;
}
.category-pills .pill-container #mob-cat-button.is-open svg {
  transform: rotate(180deg);
  transition: all 0.2s ease-in;
}

@media (min-width: 576px) {
  .category-pills .pill-container {
    display: block;
    flex-wrap: wrap;
  }
  .category-pills .pill-container a {
    display: inline-block;
    padding: 7px 14px;
    font-size: 0.8em;
  }
  .category-pills .pill-container.footer p {
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
  }
  .category-pills .pill-container.footer ul {
    display: inline-block;
  }
  .category-pills .pill-container.footer ul li {
    background-color: #fff;
  }
  .category-pills .pill-container.footer ul li:hover {
    background-color: rgb(125.5826086957, 40.4173913043, 93.8260869565);
  }
}
.reader_element {
  position: relative;
  min-width: 160px;
  margin: 0 5px;
}
.reader_element.compact {
  min-width: 140px;
}
.reader_element.detailed {
  width: 90%;
  min-width: 90%;
  min-height: 200px;
}

#summary {
  font-size: 14px;
  line-height: 1.5;
}
#summary p.collapse:not(.show) {
  height: 42px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#summary p.collapsing {
  min-height: 42px !important;
}
#summary a.collapsed:after {
  content: "+ Read More";
  font-weight: bold;
}
#summary a:not(.collapsed):after {
  content: "- Read Less";
  font-weight: bold;
}

.reader-feed {
  text-align: center;
}
.reader-feed .col-lg-2 {
  padding-right: 8px;
  padding-left: 8px;
}
.reader-feed .reader {
  background-color: rgb(255, 242, 249);
  border-radius: 10px;
  margin-top: 15px;
  padding: 15px 5px;
}
.reader-feed .reader .status_image {
  position: relative;
  margin-top: 5px;
}
.reader-feed .reader .status_image .status {
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 0px;
  text-transform: capitalize;
}
.reader-feed .reader .status_image .status .timer {
  background-color: #e8467c;
  border-radius: 8px;
  width: 90%;
  display: inline-block;
}
.reader-feed .reader .status_image .status .timer span.busy {
  float: left;
}
.reader-feed .reader .status_image .status .timer span.timer_value {
  padding: 2px;
  float: right;
  text-align: center;
  width: 45%;
}
.reader-feed .reader .status_image .status span.available {
  background-color: #0ebd71;
  padding: 2px 12px;
  border-radius: 8px;
}
.reader-feed .reader .status_image .status span.busy {
  background-color: #571c41;
  padding: 2px 12px;
  border-radius: 8px;
}
.reader-feed .reader .status_image .status span.offline {
  background-color: #ccc;
  padding: 2px 12px;
  border-radius: 8px;
}
.reader-feed .reader .status_image .thumbnail {
  width: 90%;
  margin: 10px 0;
  border: 4px solid #ccc;
}
.reader-feed .reader .status_image .thumbnail.available {
  border: 4px solid #0ebd71;
}
.reader-feed .reader .status_image .thumbnail.busy {
  border: 4px solid #571c41;
}
.reader-feed .reader .reader_name {
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: -1px;
  color: #571C41;
  white-space: nowrap;
  display: block;
  text-align: center;
  width: 100%;
}
.reader-feed .reader .info-wrapper {
  position: relative;
  margin: 5px 0;
}
.reader-feed .reader .info-wrapper .reader_pin {
  font-size: 0.8em;
  text-align: center;
}
.reader-feed .reader .info-wrapper .reader_pin .number {
  color: #571C41;
  font-weight: 600;
}
.reader-feed .reader .info-wrapper .favourite-heart {
  position: absolute;
  left: 5px;
}
.reader-feed .reader .info-wrapper .notification-bell {
  position: absolute;
  right: 5px;
}
.reader-feed .reader .btn {
  font-size: 0.9em;
  padding: 4px;
  width: 95%;
  margin: 5px;
  display: block;
}
.reader-feed .reader .testimonial_count {
  display: block;
  font-size: 0.6em;
  font-weight: 600;
  color: #571C41;
}
.reader-feed .reader.compact .btn {
  display: none !important;
}
.reader-feed .reader.compact .testimonial_count {
  display: none !important;
}
.reader-feed .reader.detailed {
  width: 100%;
  min-height: 200px;
}
.reader-feed .reader.detailed .status_image {
  grid-area: photo;
}
.reader-feed .reader.detailed .name_pin {
  grid-area: name_pin;
  position: relative;
}
.reader-feed .reader.detailed .name_pin .reader_name {
  text-align: left;
}
.reader-feed .reader.detailed .name_pin .feedback {
  position: absolute;
  top: -10px;
  right: 0;
  color: #571C41;
}
.reader-feed .reader.detailed .name_pin .feedback .caption {
  fill: white;
  font-size: 0.5em;
}
.reader-feed .reader.detailed .name_pin .feedback .meta {
  fill: #571C41;
  font-size: 0.3em;
}
.reader-feed .reader.detailed .description {
  font-size: 0.8em;
  margin-top: 10px;
  grid-area: description;
  text-align: left;
  height: 100px;
  overflow: hidden;
}
.reader-feed .reader.detailed .buttons {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1;
  grid-area: buttons;
}
.reader-feed .reader.detailed .info-wrapper {
  width: 100%;
  grid-area: info-wrapper;
}
.reader-feed .reader.detailed .info-wrapper .favourite-heart, .reader-feed .reader.detailed .info-wrapper .notification-bell {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.reader-feed .reader.detailed .grid-container {
  display: grid;
  grid-template-columns: 3% 25% 3% 66% 3%;
  grid-template-rows: auto;
  grid-template-areas: ". photo . name_pin ." ". photo . description ." ". info-wrapper . description ." ". buttons buttons buttons .";
}

.search-by-reader {
  background-color: #f7f3f6;
  padding: 20px;
}
.search-by-reader input {
  margin-bottom: 20px;
}
.search-by-reader .btn {
  padding: 5px;
  margin: 0;
}

@media (min-width: 576px) {
  .reader-feed .col-lg-2 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .reader-feed .reader {
    border: 2px solid rgb(252, 217, 236);
    padding: 5px;
  }
  .reader-feed .reader .status_image .status {
    font-size: 0.7em;
    margin-top: 5px;
  }
  .reader-feed .reader .status_image .status .timer {
    background-color: #e8467c;
    border-radius: 8px;
    width: 90%;
    display: inline-block;
  }
  .reader-feed .reader .status_image .status .timer span.busy {
    float: left;
  }
  .reader-feed .reader .status_image .status .timer span.timer_value {
    padding: 2px;
    float: right;
    text-align: center;
    width: 45%;
  }
  .reader-feed .reader .status_image .status span.available {
    background-color: #0ebd71;
    padding: 2px 12px;
    border-radius: 8px;
  }
  .reader-feed .reader .status_image .status span.busy {
    background-color: #571c41;
    padding: 2px 12px;
    border-radius: 8px;
  }
  .reader-feed .reader .status_image .status span.offline {
    background-color: #ccc;
    padding: 2px 12px;
    border-radius: 8px;
    color: #000;
  }
  .reader-feed .reader .status_image .thumbnail {
    width: 90%;
    margin: 10px 0;
    border: 4px solid #ccc;
  }
  .reader-feed .reader .status_image .thumbnail.available {
    border: 4px solid #0ebd71;
  }
  .reader-feed .reader .status_image .thumbnail.busy {
    border: 4px solid #571c41;
  }
  .reader-feed .reader .reader_name {
    font-size: 0.8em;
  }
  .reader-feed .reader .reader_pin {
    font-size: 0.7em;
  }
  .reader-feed .reader .btn {
    font-size: 0.7em;
    padding: 4px 14px;
    margin: 3px 0;
  }
  .reader-feed .reader .testimonial_count {
    display: block;
    font-size: 0.6em;
    font-weight: 600;
    color: #571C41;
  }
  .reader-feed .reader.detailed .name_pin {
    font-size: 1.2em;
    margin-top: 10px;
  }
  .reader-feed .reader.detailed .info-wrapper {
    padding-top: 10px;
  }
  .reader-feed .reader.detailed .buttons {
    padding-top: 10px;
  }
  .reader-feed .reader.detailed .grid-container {
    display: grid;
    grid-template-columns: 3% 25% 3% 66% 3%;
    grid-template-rows: auto;
    grid-template-areas: ". photo . name_pin ." ". photo . description ." ". photo . description ." ". info-wrapper buttons buttons .";
  }
  .reader_element.detailed {
    min-width: 450px;
    width: 450px;
  }
  .search-by-reader input {
    margin-bottom: 0;
  }
}
.create-account {
  background-color: #571C41;
  color: #fff;
  padding: 20px 0;
}
.create-account.pink-row {
  background-color: #e8467c;
}
.create-account .title {
  font-size: 1.6em;
  font-weight: 600;
}
.create-account .sub-title {
  color: #e8467c;
  font-size: 1.1em;
}
.create-account .sub-title.pink-row {
  color: #571C41;
}
.create-account .login-link {
  color: #e8467c;
  display: block;
  font-size: 0.7em;
  margin-top: 15px;
}
.create-account .login-link.pink-row {
  color: #571C41;
}

@media (min-width: 576px) {
  .title {
    font-size: 1em;
  }
  .sub-title {
    font-size: 0.8em;
  }
}
.horoscope-row h2 {
  color: #fff;
}

@media (min-width: 576px) {
  .horoscope-row {
    background: url("/img/horoscopes-bg.png") no-repeat top right #e8467c;
    background-size: contain;
  }
}
.articles-row .intro-row {
  margin-bottom: 25px;
}
.articles-row .hero {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 500px;
}
.articles-row .hero .gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(250, 249, 247, 0) 20%, rgb(0, 0, 0) 100%);
  border-radius: 10px;
}
.articles-row .hero .text-block {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 95%;
  padding: 20px;
  color: #fff;
}
.articles-row .hero .text-block p {
  margin: 0;
  padding: 0;
}
.articles-row .hero .text-block p.title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
}
.articles-row .hero .text-block p.description {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.articles-row .hero img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.articles-row .alt-article {
  border-radius: 10px;
  background-color: #f7f3f6;
}
.articles-row .alt-article .text-block {
  padding: 25px;
}
.articles-row .alt-article .text-block p {
  margin: 0;
  padding: 0;
}
.articles-row .alt-article .text-block p.title {
  color: #e8467c;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.articles-row .alt-article .text-block p.description {
  margin-bottom: 10px;
  color: #6c6b6c;
}
.articles-row .alt-article img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.articles-row .box {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .articles-row {
    background: url("/img/articles-bg.png") no-repeat top left;
    background-size: contain;
  }
  .articles-row .alt-article .text-block p {
    margin: 0;
    padding: 0;
  }
  .articles-row .alt-article .text-block p.title {
    color: #e8467c;
    font-size: 1em;
  }
  .articles-row .alt-article .text-block p.description {
    font-size: 0.7em;
  }
  .articles-row .alt-article .btn {
    padding: 10px 20px;
    font-size: 0.9em;
    white-space: nowrap;
  }
  .articles-row .box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: initial;
    align-items: flex-start;
    flex-direction: column;
  }
}
.benefits-psychic-readings {
  background-color: #571C41;
}
.benefits-psychic-readings h2 {
  color: #fff;
}
.benefits-psychic-readings p {
  color: #e8467c;
}
.benefits-psychic-readings .element {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin-top: 15px;
}
.benefits-psychic-readings .element span {
  width: 50px;
  height: 50px;
  display: block;
  display: flex; /* or inline-flex */
  align-items: center;
  justify-content: center;
  border: 6px solid #571C41;
  border-radius: 50%;
  font-weight: 600;
  position: absolute;
  left: calc(50% - 25px);
  top: -25px;
}
.benefits-psychic-readings .element span.alt {
  background-color: #ede3ea;
  color: #571C41;
}
.benefits-psychic-readings .element span.pink {
  background-color: #e8467c;
  color: #fff;
}
.benefits-psychic-readings .element p {
  padding: 35px 20px;
  font-size: 1em;
  color: #555;
}

@media (min-width: 768px) {
  .benefits-psychic-readings .element p {
    padding: 35px 20px;
    font-size: 0.8em;
  }
}
.newsletter-signup {
  border-bottom: 1px solid rgb(48.4173913043, 15.5826086957, 36.1739130435);
  margin-bottom: 25px;
}
.newsletter-signup input {
  margin-bottom: 20px;
}
.newsletter-signup p {
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 1.3em;
  text-align: center;
}
.newsletter-signup .btn {
  padding: 5px;
  margin: 0;
}

@media (min-width: 576px) {
  .newsletter-signup p, .newsletter-signup input {
    margin-bottom: 0;
  }
  .newsletter-signup p {
    font-size: 1em;
  }
}