/*
Theme Name: Shiny Meme
Description: Brand (AZ)
Author: Alan
Template: yelly
Version: 1.2.1
*/

/* Theme Styles */

body,
#content {
  background-color: #000;
  color: #fff;
}

#content {
  position: relative;
  z-index: 1;
}

#content::before,
#content::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  background-image: url("images/bg.jpg");
  background-size: contain;
  z-index: 10000;
}

#content::before {
  left: -200px;
}

#content::after {
  transform: rotate(180deg);
  right: -200px;
}

a {
  color: #f0f0f0;
}

.entry-content blockquote:not(.wpremark) {
  background: #0f0f0f;
  color: #f0f0f0;
}

.site-header,
.site-footer {
  background-color: #000;
}

html body #content .expert-review {
  color: #f0f0f0 !important;
  background: #2f2f2f !important;
  border-radius: 10px !important;
}

.expert-review--color-gray-2 .expert-review-expert-bio-name,
.expert-review--color-gray-2 .expert-review-expert-header,
.expert-review--color-gray-2 .expert-review-pluses-minuses-header,
.expert-review--color-gray-2 .expert-review-qa-header,
.expert-review--color-gray-2 .expert-review-score-header,
.expert-review--color-gray-2 .expert-review-score-line__score {
  color: #ffffff;
}

.expert-review-qa__text {
  color: #f2f2f2;
  background: #1f1f1f;
}

.expert-review-qa__text::before {
  border-color: transparent #1f1f1f transparent transparent;
}
