/*
Theme Name: theHDRoom
Theme URI: http://thehdroom.com
Description: Bootstrap 5.2.0 theme compiled via SASS
Author: Steve Eldridge & Dan Bradley
Author URI: http://revenuespark.com
Version: 1.55
Tags: responsive, bootstrap
*/
html {
  scroll-behavior: smooth;
}

a:focus {
  outline: none;
}

.aligncenter {
  display: block;
  margin: auto;
}

a {
  transition: all 0.2s ease-in-out !important;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

#wpadminbar {
  overflow: hidden;
}
@media (max-width: 599.98px) {
  #wpadminbar.mobile {
    display: none;
  }
}

.archive h1 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 800;
  color: #b9332e;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .archive h1 {
    font-size: 2.5rem;
  }
}

.hdRoomFooter {
  background-color: #1c2728;
}
.hdRoomFooter__nav {
  border-bottom: 1px solid #444444;
}
.hdRoomFooter__nav--menu {
  list-style: none;
  padding-left: 0;
}
.hdRoomFooter__nav--menu .menu-item {
  padding: 0 1.5rem;
}
@media (max-width: 767.98px) {
  .hdRoomFooter__nav--menu .menu-item {
    padding: 0 1rem;
  }
}
.hdRoomFooter__nav--menu .menu-item a {
  color: #fff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
}
.hdRoomFooter__nav--menu .menu-item a:hover {
  color: #b9332e;
}
.hdRoomFooter__logo {
  width: 12.5rem;
  height: auto;
  max-width: 100%;
}
.hdRoomFooter__social a {
  background-color: #aaaaaa;
  color: #fff;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 0.5rem;
}
.hdRoomFooter__social a:first-of-type {
  margin-left: 0;
}
.hdRoomFooter__social a.facebook i:before {
  content: "\f39e" !important;
}
.hdRoomFooter__social a:hover {
  background-color: #b9332e;
  color: #fff;
}
.hdRoomFooter__column {
  border-left: 1px solid #444444;
  padding-left: 1.5rem !important;
}
.hdRoomFooter__column--title {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #777777;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.hdRoomFooter__column .menu {
  list-style: none;
  padding-left: 0;
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
}
.hdRoomFooter__column .menu a {
  color: #fff;
  text-decoration: none;
}
.hdRoomFooter__column .menu a:hover {
  text-decoration: underline !important;
}
.hdRoomFooter__copyright {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
  font-size: 0.688rem;
}

.hdRoomHeader {
  background-color: #000;
  height: 3.5rem;
}
.hdRoomHeader__logo {
  height: 2rem;
  width: auto;
}
.hdRoomHeader__nav > .menu-item {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .hdRoomHeader__nav > .menu-item {
    padding: 0 0.6rem;
  }
}
.hdRoomHeader__nav > .menu-item:hover {
  background-color: #fefefe;
}
.hdRoomHeader__nav > .menu-item:hover > a {
  color: #b9332e;
}
.hdRoomHeader__nav > .menu-item:hover .sub-menu {
  display: block;
  position: absolute;
  z-index: 100;
  top: 3.5rem;
  left: 0;
  min-width: 10rem;
  box-shadow: 0 4px 20px -10px #000;
  list-style: none;
  padding-left: 0;
  background-color: #fff;
}
.hdRoomHeader__nav > .menu-item:hover .sub-menu li {
  padding: 0.75rem 1.125rem;
  border-top: 1px dotted #ccc;
}
.hdRoomHeader__nav > .menu-item:hover .sub-menu li:first-of-type {
  border-top: none;
}
.hdRoomHeader__nav > .menu-item:hover .sub-menu li:hover {
  background-color: #b9332e;
}
.hdRoomHeader__nav > .menu-item:hover .sub-menu li:hover a {
  color: #fff;
}
.hdRoomHeader__nav > .menu-item:hover .sub-menu li a {
  white-space: nowrap;
  color: #555;
  font-size: 0.75rem;
}
.hdRoomHeader__nav > .menu-item a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #aaaaaa;
}
.hdRoomHeader__nav .sub-menu {
  display: none;
}
.hdRoomHeader__socialLinks a {
  background-color: #aaaaaa;
  color: #fff;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.hdRoomHeader__socialLinks a:last-of-type {
  margin-left: 0.5rem;
}
.hdRoomHeader__socialLinks a.facebook i:before {
  content: "\f39e" !important;
}
.hdRoomHeader__socialLinks a:hover {
  background-color: #b9332e;
  color: #fff;
}

.shiftnav .shiftnav-menu-image img {
  max-height: 2.85rem;
  width: auto;
  display: block;
  margin: auto;
}

.hdRoomFrontPage__featured {
  background-color: #e3e3e3;
}
@media (min-width: 768px) {
  .archive .postExcerpt {
    margin-right: 2rem;
  }
}
.postExcerpt .singleThumbnail {
  width: 8.25rem;
}
.postExcerpt .singleThumbnail img {
  width: 100%;
}
.postExcerpt .entry-meta {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  line-height: 1.4;
}
.postExcerpt .entry-meta-categories a {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 0.5rem;
  background-color: #8a8a8a;
  font-weight: 400;
  text-shadow: 0 0 1px rgb(69, 69, 69);
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  margin-left: 1px;
}
.postExcerpt .entry-meta-categories a:hover {
  background-color: #b9332e;
}
.postExcerpt .entry-meta-categories ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  padding-right: 0.5rem;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.postExcerpt .entry-meta-categories ul li {
  padding: 0 0.25rem;
}
.postExcerpt .entry-header h2 {
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.postExcerpt .entry-header h2 a {
  display: block;
  line-height: 1.2;
  text-decoration: none;
  color: black;
  font-weight: 700;
  font-size: 1.25rem;
}
.postExcerpt .entry-content {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.4;
}
.postExcerpt .entry-content a {
  font-weight: 600;
  color: #b9332e;
  text-decoration: none;
}
.postExcerpt .entry-content a:hover {
  text-decoration: underline !important;
}
.postExcerpt .entry-content span.contestEnded {
  color: white;
  text-shadow: 1px 1px 1px grey;
  background-color: #9e080f;
}
.postExcerpt .entry-content span.contestOpen {
  color: white;
  text-shadow: 1px 1px 1px grey;
  background-color: green;
}
.postExcerpt:last-of-type hr {
  display: none;
}
.postExcerpt__featured .entry-content {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  line-height: 1.6;
}
.postExcerpt__featured .entry-content a {
  color: #b9332e;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 379.98px) {
  .postExcerpt__review .single {
    flex-direction: column;
  }
  .postExcerpt__review .singleThumbnail {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .postExcerpt__review .singleThumbnail img {
    flex-grow: 0;
    max-height: 80px;
    width: auto;
  }
  .postExcerpt__review .singleThumbnail .entry-review-score {
    margin: 0 !important;
  }
}
.postExcerpt__review .entry-review-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 80px;
  background-color: #9e080f;
  color: white;
}
.postExcerpt__review .entry-review-score .score {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 800;
}
.postExcerpt__review .entry-review-score .scoreRange {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .postExcerpt__review .entry-review-score {
    align-self: end;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .postExcerpt__review .entry-review-score {
    align-self: center;
    margin-top: 1.5rem;
  }
}
.postExcerpt__review.frontPageScore {
  float: right;
  margin-bottom: 1rem;
}

.page h1 {
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.page__content {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
}
.page__content a {
  color: #b9332e;
}

.single .entry-header h1 {
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.15;
}
@media (min-width: 1200px) {
  .single .entry-header h1 {
    font-size: 2.5rem;
  }
}
.single #articlePhoto {
  position: relative;
}
.single #articlePhoto img {
  width: 100%;
  height: auto;
  margin: auto;
}
.single .entry-meta {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  line-height: 1.4;
}
.single .entry-meta-categories .post-tags-header, .single .entry-meta-tags .post-tags-header {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 0.5rem;
  background-color: #b9332e;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: 0 0 1px rgb(69, 69, 69);
}
.single .entry-meta-categories a, .single .entry-meta-tags a {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 0.5rem;
  background-color: #8a8a8a;
  font-weight: 400;
  text-shadow: 0 0 1px rgb(69, 69, 69);
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  margin-left: 1px;
}
.single .entry-meta-categories a:hover, .single .entry-meta-tags a:hover {
  background-color: #b9332e;
}
.single .entry-meta-categories a:first-of-type, .single .entry-meta-tags a:first-of-type {
  margin-left: 0;
}
.single .entry-meta-categories ul, .single .entry-meta-tags ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  padding-right: 0.5rem;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.single .entry-meta-author {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
  font-size: 15px;
  font-weight: 500;
  color: #999;
}
.single .entry-meta-author a {
  color: #b9332e;
  text-decoration: none;
}
.single .entry-content {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  line-height: 1.7;
}
.single .entry-content h2 {
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.single .entry-content h3 {
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.single .entry-content a {
  color: #b9332e;
}
.single .entry-content a:hover {
  color: #b9332e;
}
.single .entry-content img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.single .entry-content-review {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 379.98px) {
  .single .entry-content-review .single {
    flex-direction: column;
  }
  .single .entry-content-review .singleThumbnail {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .single .entry-content-review .singleThumbnail img {
    flex-grow: 0;
    max-height: 80px;
    width: auto;
  }
  .single .entry-content-review .singleThumbnail .entry-review-score {
    margin: 0 !important;
  }
}
.single .entry-content-review .entry-review-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 80px;
  background-color: #9e080f;
  color: white;
}
.single .entry-content-review .entry-review-score .score {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 800;
}
.single .entry-content-review .entry-review-score .scoreRange {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .single .entry-content-review .entry-review-score {
    align-self: end;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .single .entry-content-review .entry-review-score {
    align-self: center;
    margin-top: 1.5rem;
  }
}
.single .entry-content-review.frontPageScore {
  float: right;
  margin-bottom: 1rem;
}
.single .action-button {
  background-color: #ba1f24;
  border: none;
  padding: 12px 26px;
  text-align: center;
  display: inline-block;
  align-items: center;
  font-size: 16px;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.single .action-button:hover {
  background-color: #950f13;
}
.single .action-button:hover a {
  color: white;
}
.single .action-button a {
  color: white;
  text-decoration: none;
}
.single .action-button a:hover {
  text-decoration: underline !important;
}
.single .related-posts-header {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 20px;
  border-bottom: 1px solid #111111;
}
.single .related-posts-header-text {
  color: #fff;
  display: inline-block;
  font: 800 italic 12px/100% "Open Sans", sans-serif;
  padding: 5px 20px 5px 8px;
  position: relative;
  text-transform: uppercase;
  background-color: #111;
}
.single .related-posts-header-text:after {
  content: "";
  border-width: 22px 0 0 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14.5px;
  border-style: solid;
  border-color: transparent transparent transparent #111111;
}
.single .related-posts ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .single .related-posts ul {
    flex-direction: column;
  }
}
.single .related-posts ul li {
  width: 33%;
  box-sizing: border-box;
  margin: 0 1rem 1rem;
}
.single .related-posts ul li:first-of-type {
  margin-left: 0;
}
.single .related-posts ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .single .related-posts ul li {
    width: 100%;
    max-width: 13rem;
    margin: 1rem auto 1.5rem !important;
  }
}
.single .related-posts-image {
  height: 8.25rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.single .related-posts-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.single .related-posts-text a {
  margin-top: 0.5rem;
  display: block;
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #444444;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1rem;
  text-decoration: none;
}

.contest .entry-content-form {
  background-color: #b9332e;
  color: white;
  padding: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.contest .entry-content-form .gform_button {
  background-color: white;
  border: none;
  border-radius: 5px;
  color: #b9332e;
  font-weight: bold;
  margin: auto;
  display: inline-block;
}
.contest .entry-content-form .gform_anchor {
  margin-bottom: 25px;
}
.contest .entry-content-form .gfield_consent_label {
  color: white;
}
.contest .entry-content-form .gfield_required_text {
  color: white;
}
.contest .entry-content-form .ginput_container_consent {
  display: flex;
  align-items: start;
  font-size: 12px;
  color: white;
}
.contest .entry-content-form .ginput_container_consent input {
  margin-top: 3px;
  margin-right: 6px;
}
.contest .entry-content-form .ginput_container_consent a {
  color: white;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.pageNavigation a {
  color: #b9332e;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}
.pageNavigation a:hover {
  text-decoration: underline;
  color: #1c2728;
}
.pageNavigation a:first-of-type {
  padding-right: 1rem;
}
.pageNavigation a:last-of-type {
  padding-left: 1rem;
}

/*# sourceMappingURL=style.css.map */
