/*
Theme Name: Purple Revolver
Theme URI: https://barney.codes
Author: Barney Vaughan
Author URI: https://barney.codes
Description: Custom theme for Purple Revolver News Website
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: purple_revolver

Purple Revolver WordPress Theme, (C) 2022-2023 WP Engine.
Purple Revolver is distributed under the terms of the GNU GPL.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type=button],
input[type=submit],
textarea:focus,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration-thickness: 1px;
}

b,
strong {
  font-weight: var(--wp--custom--font-weight--medium);
}

mark {
  background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 100% 15%;
}

h1, h2, h3, h4, h5 {
  margin: 8px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-family: Lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
}

.wrapper {
  max-width: 1360px;
  padding: 0 24px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: table;
}
.wrapper.wide {
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .wrapper.wide {
    padding: 0;
  }
}
.wrapper.mini {
  max-width: 960px;
}
.wrapper.main {
  padding: 0;
  z-index: 0;
}

.one_third, .two_third, .half, .one_quarter, .two_quarter, .three_quarter {
  display: inline-block;
  float: left;
  position: relative;
}
@media screen and (max-width: 960px) {
  .one_third, .two_third, .half, .one_quarter, .two_quarter, .three_quarter {
    width: 100%;
  }
}

.one_third {
  width: 33.333%;
}
@media screen and (max-width: 960px) {
  .one_third {
    width: 100%;
  }
}

.two_third {
  width: 66.666%;
}
@media screen and (max-width: 960px) {
  .two_third {
    width: 100%;
  }
}

.one_quarter {
  width: 25%;
}

.two_quarter, .half {
  width: 50%;
}

.three_quarter {
  width: 75%;
}

.cover_all {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.section_title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 24px;
  background: #16161d;
  padding: 8px 16px;
  color: white;
  width: 100%;
  margin-top: 0;
  position: relative;
  display: inline-block;
  float: left;
}
.section_title.archive {
  margin-bottom: 0;
}
.section_title a {
  font-size: 16px;
  color: white;
  right: 8px;
  position: absolute;
  font-weight: 400;
  bottom: 8px;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  right: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.4);
}
#cover.active {
  bottom: 0;
  display: inline-block;
}

p#breadcrumbs {
  color: grey;
  font-size: 14px;
}
p#breadcrumbs a {
  color: grey;
  text-decoration: none;
}

.comment_section {
  width: 100%;
  display: inline-block;
}

div#standard_page {
  padding: 24px 0;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 input, .wpcf7 textarea {
  min-height: 48px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 16px;
  color: black;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 textarea {
  height: 200px;
}
.wpcf7 p {
  width: 100%;
  float: left;
  display: inline-block;
}
.wpcf7 label {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  float: left;
  font-family: "Oswald", sans-serif;
}
.wpcf7 label span {
  width: 100%;
  float: left;
  margin-top: 8px;
}
.wpcf7 input[type=button],
.wpcf7 input[type=submit] {
  background: #A62E88;
  color: white;
  border: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 460px) {
  .content-column.one_half.last_column .column_inner {
    padding-left: 0 !important;
  }
}
.paid_links {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.paid_links a {
  margin: 0 16px;
  color: blue;
  text-decoration: none;
}
.paid_links a:hover {
  text-decoration: underline;
}

header {
  background: #16161d;
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 10;
}
header #logo {
  padding: 8px 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
}
header #logo svg {
  width: 100%;
  height: auto;
}
header #logo svg, header #logo svg path {
  fill: #fff;
}
header #logo img {
  max-height: 32px;
  width: auto;
  float: left;
}
@media screen and (max-width: 460px) {
  header #logo img {
    height: 24px;
  }
}
header .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header #menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  header #menu {
    display: none;
    width: 300px;
    right: -300px;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #16161d;
    position: fixed;
  }
}
@media screen and (max-width: 460px) {
  header #menu {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  header #menu.active {
    right: 0;
    background: #A62E88;
    overflow: scroll;
    display: inline-block;
  }
}
header #menu_container {
  display: flex;
}
header #menu_container div#mobile-menu-button {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: none;
  position: relative;
}
@media screen and (max-width: 960px) {
  header #menu_container div#mobile-menu-button {
    display: inline-block;
  }
}
header #menu_container div#mobile-menu-button i {
  width: 100%;
  max-width: 42px;
  right: 0;
  position: absolute;
  height: 6px;
  /* padding-left: 8px; */
  background: white;
  top: 20px;
  display: inline-block;
}
header #menu_container div#mobile-menu-button i:before, header #menu_container div#mobile-menu-button i:after {
  height: 6px;
  position: absolute;
  content: "";
  background: white;
  display: inline-block;
  width: 100%;
}
header #menu_container div#mobile-menu-button i:before {
  top: -14px;
}
header #menu_container div#mobile-menu-button i:after {
  bottom: -14px;
}
header #menu ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
header #menu ul li {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 960px) {
  header #menu ul li {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  header #menu ul li:hover .sub-menu {
    display: inline-block;
    position: absolute;
    top: 48px;
    margin-left: -68px;
  }
}
header #menu ul li a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  color: white;
  padding: 0px 16px;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  header #menu ul li a {
    width: 100%;
  }
}
header #menu ul li a:hover {
  background: white;
  color: #16161d;
}
header #menu ul li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 100;
  background: #16161d;
  width: 220px;
  top: 48px;
  margin-left: -68px;
}
@media screen and (max-width: 960px) {
  header #menu ul li .sub-menu {
    margin-left: 0;
    display: table;
    position: relative;
    width: 100%;
    top: initial;
  }
}
header #menu ul li .sub-menu li {
  width: 100%;
  border-left: 6px solid purple;
}
header #menu ul li .sub-menu li:hover {
  border-left-width: 10px !important;
  border-right-width: 10px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  header #menu ul li .sub-menu li {
    border-left-width: 10px !important;
  }
}
header #menu ul li .sub-menu li:nth-child(1n) {
  border-left: 6px solid #EC899B;
}
@media screen and (min-width: 960px) {
  header #menu ul li .sub-menu li:nth-child(1n) {
    border-right: 6px solid #EC899B;
  }
}
header #menu ul li .sub-menu li:nth-child(2n) {
  border-left: 6px solid #d93340;
}
@media screen and (min-width: 960px) {
  header #menu ul li .sub-menu li:nth-child(2n) {
    border-right: 6px solid #d93340;
  }
}
header #menu ul li .sub-menu li:nth-child(3n) {
  border-left: 6px solid #27855b;
}
@media screen and (min-width: 960px) {
  header #menu ul li .sub-menu li:nth-child(3n) {
    border-right: 6px solid #27855b;
  }
}
header #menu ul li .sub-menu li:nth-child(4n) {
  border-left: 6px solid #ec8d49;
}
@media screen and (min-width: 960px) {
  header #menu ul li .sub-menu li:nth-child(4n) {
    border-right: 6px solid #ec8d49;
  }
}
header #menu ul li .sub-menu li a {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  header #menu ul li .sub-menu li a {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}

#footer {
  padding: 52px 0;
  background: #16161d;
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
}
#footer a {
  color: white;
}
#footer_logo {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
#footer_logo svg path {
  fill: #fff;
}
#footer_logo svg {
  width: 100%;
  height: auto;
}
#footer_logo img {
  max-width: 360px;
}
#footer_social ul {
  padding: 0;
  list-style: none;
}
#footer_social ul li {
  display: inline-block;
  list-style: none;
  margin: 0 8px;
  width: 48px;
  height: 48px;
}
#footer_social ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  line-height: 36px;
  font-size: 16px;
  border-radius: 100%;
  border: 2px solid #fff;
  text-align: center;
}
#footer_social ul li a:hover {
  background: #b2439f;
  border: 2px solid #b2439f;
}
#footer ul#menu-footer-menu {
  padding: 0;
  margin-top: 16px;
  width: 100%;
  display: inline-block;
  list-style: none;
  text-align: center;
  font-size: 16px;
}
#footer ul#menu-footer-menu li {
  display: inline-block;
  padding: 0 24px;
  text-decoration: none;
}
#footer ul#menu-footer-menu li a {
  text-decoration: none;
}
#footer .copyright {
  font-size: 12px;
  margin-top: 20px;
  color: #555569;
  width: 100%;
  display: inline-block;
}

#search {
  width: 48px;
  display: inline-block;
  float: right;
}

@media screen and (max-width: 960px) {
  div#search-menu-button {
    margin-right: 8px;
  }
}
div#search-menu-button i {
  display: inline-block;
  color: white;
  font-size: 24px;
  line-height: 48px;
}

.search_button {
  color: white;
  height: 48px;
  line-height: 48px;
  border: none;
  float: right;
  width: 48px;
  background: #A62E88;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  margin-left: 8px;
  position: relative;
}
.search_button.active a:before {
  content: "\f00d";
  font-family: "FontAwesome";
}
.search_button:hover {
  background: #A62E88 !important;
}
.search_button:hover a {
  background: #A62E88 !important;
  color: black;
}
.search_button a {
  padding: 0 !important;
  width: 100%;
}
.search_button a:hover {
  background: #A62E88 !important;
}
.search_button a:before {
  content: "\f002";
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
  font-size: 18px;
  font-family: "FontAwesome";
}

#search_bar {
  z-index: 0;
  margin-top: -140px;
  display: inline-block;
  float: left;
  background: #A62E88;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#search_bar button.search-submit {
  position: absolute;
  right: 24px;
  height: 68px;
  background: none;
  border: none;
  width: 68px;
  text-align: center;
  line-height: 68px;
  cursor: pointer;
  font-size: 32px;
  background: #871c6d;
  color: white;
}
#search_bar.active {
  margin-top: 0;
}
#search_bar .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
#search_bar .search-form {
  margin: 0;
  padding: 0;
}
#search_bar .search-form .search-field {
  width: 100%;
  float: left;
  height: 68px;
  border: none;
  background: #A62E88;
  color: white;
  font-size: 40px;
  padding: 8px 0px;
  line-height: 68px;
  font-family: "Oswald", sans-serif;
}
#search_bar .search-form .search-field:focus {
  outline: none;
}
#search_bar .search-form .search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
#search_bar .search-form .search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
#search_bar .search-form .search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

#leaderboard {
  display: inline-block;
  width: 100%;
  float: left;
  height: 4px;
  background: #a62d88;
}

#hero {
  margin-top: 0px;
  display: flex;
  border-radius: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: white;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-color: #A62E88;
}
@media screen and (max-width: 960px) {
  #hero {
    display: inline-block;
  }
}
#hero h1 {
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  #hero h1 {
    font-size: 28px;
  }
}
#hero a {
  color: white;
}
#hero span.author {
  font-size: 12px;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  #hero span.author {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  #hero .two_third {
    min-height: 300px;
    height: 300px;
    margin-bottom: 0;
  }
}
#hero .one_third {
  background: #16161d;
  display: flex;
  align-items: center;
  padding: 16px 32px;
}
@media screen and (max-width: 960px) {
  #hero .one_third {
    width: 100%;
    margin-bottom: 0;
    min-height: 400px;
  }
  #hero .one_third .section {
    margin-top: 20px;
  }
}
#hero .hero_nav {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px 32px;
}
#hero .hero_nav span {
  display: inline-block;
  height: 22px;
  cursor: pointer;
  line-height: 12px;
}
#hero .hero_nav div {
  cursor: none;
  pointer-events: none;
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  padding: 0 8px;
  height: 22px;
  vertical-align: middle;
}

div#hero_2 {
  width: 100%;
  height: 600px;
  position: relative;
  float: left;
  display: inline-block;
  background: #16161d;
  margin-top: 20px;
  color: white;
}
div#hero_2 div#image_underlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
div#hero_2 div#fade_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
div#hero_2 div#hero_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: end;
  margin-bottom: 28px;
  z-index: 2;
}
div#hero_2 div#hero_content .wrapper #hero_content_inner {
  background: rgba(22, 22, 29, 0.8);
  padding: 10px;
}
div#hero_2 div#hero_content a {
  color: white;
}

.section {
  display: inline-block;
  width: 100%;
  margin: 40px 0 0;
  position: relative;
  vertical-align: top;
  min-height: 100px;
  padding-bottom: 24px;
}
.section hr {
  height: 4px;
  background: #A62E88;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
}
.section hr.mini {
  border-radius: 6px;
  margin-bottom: 20px;
  width: 100%;
}
.section.ad_board {
  text-align: center;
  background: #cecece;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.section.post_section {
  margin-top: 0;
  margin-bottom: 40px;
}

.post_area {
  margin-top: 40px;
}
.post_area .two_third {
  padding-right: 32px;
}
@media screen and (max-width: 960px) {
  .post_area .two_third {
    padding-right: 0;
  }
}

#single {
  padding-top: 40px;
}
@media screen and (max-width: 460px) {
  #single h1 {
    font-size: 24px;
  }
}
#single .topper {
  position: relative;
  text-align: center;
  padding: 0 40px;
}
#single #featured_image {
  background: grey;
  width: 100%;
  border-radius: 6px;
  min-height: 400px;
  margin: 40px 0;
  background-size: cover;
  background-position: center;
}
#single .legacy-image {
  width: 100%;
}
#single.legacy #featured_image {
  overflow: hidden;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
#single .two_third {
  padding-right: 24px;
}
@media screen and (max-width: 460px) {
  #single .two_third {
    padding-right: 0;
  }
}
#single .content {
  padding: 16px 0px 24px 0;
}
#single .content p {
  margin: 16px 0;
}
#single .secondary {
  font-size: 14px;
}
#single .secondary div {
  display: inline-block;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #cecece;
}
#single .secondary div:last-child {
  border-right: none;
}

div#share {
  position: fixed;
  top: 80px;
  width: 96px;
  right: 0;
}
@media screen and (max-width: 960px) {
  div#share {
    display: inline-block;
    width: 100%;
    top: auto;
    position: relative;
  }
}
div#share ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 960px) {
  div#share ul {
    text-align: center;
  }
}
div#share ul li {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  div#share ul li {
    width: auto;
    display: inline-block;
    margin: 0 8px;
  }
}
div#share ul li.twitter a {
  background: #1D9BF0;
}
div#share ul li.facebook a {
  background: #3b5998;
}
div#share ul li.title {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  div#share ul li.title {
    width: 100%;
    margin: 0;
  }
}
div#share ul li a {
  width: 40px;
  text-align: center;
  height: 40px;
  font-size: 20px;
  background: #A62E88;
  border-radius: 100%;
  color: white;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 8px;
}

.micro {
  max-width: 800px;
  margin: 24px auto;
}

.follow {
  text-align: center;
  padding: 16px;
  color: white;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
.follow i {
  margin-right: 16px;
}
.follow.twitter {
  background: #1D9BF0;
  border-bottom: 6px solid #1c91e0;
}
.follow.facebook {
  background: #3b5998;
  border-bottom: 6px solid #1c91e0;
}

.trending {
  width: 100%;
  display: inline-block;
  margin-bottom: 24px;
}
.trending h3.section_title {
  background: #a62d88;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
  /* text-transform: none; */
}

#trending_list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  width: 100%;
  display: inline-block;
  float: left;
}
#trending_list li {
  width: 100%;
  display: inline-block;
  float: left;
}
#trending_list .hor_single {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 8px;
  margin-top: 8px;
  position: relative;
}
#trending_list .hor_single h5 {
  margin: 0;
}
#trending_list .hor_single small.author {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  color: #a5a5a5;
  vertical-align: top;
  float: left;
  display: inline-block;
  margin-top: 0px;
}
#trending_list .hor_single_image {
  width: 80px;
  margin-right: 8px;
  height: 80px;
  background-size: cover;
}
#trending_list .hor_single_image svg {
  width: 80px;
  height: 80px;
}

.article {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .article {
    margin-bottom: 24px;
  }
}
.article a.image_link {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  background-size: cover;
  margin-bottom: 4px;
  background-position: center;
}
.article a.image_link img {
  width: 100%;
  height: auto;
  float: left;
}
.article a.image_link svg {
  width: 100%;
  height: auto;
}
.article a.image_link .comment_count {
  bottom: 8px;
  right: 8px;
}
.article small.author {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  color: #a5a5a5;
  vertical-align: top;
  float: left;
  display: inline-block;
  margin-top: 0px;
}
.article small.author a {
  color: #a5a5a5;
  text-decoration: underline;
}
.article .post_title {
  float: left;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 4px;
  line-height: 24px;
  margin-top: 4px;
}
.article .post_title a {
  text-decoration: none;
}
.article span.tag {
  background: #8d9f84;
  font-size: 14px;
  padding: 2px 12px;
  color: white;
  border-radius: 16px;
}

.archive_sub_categories {
  display: inline-block;
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
}
.archive_sub_categories ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  text-align: left;
  float: left;
  margin: 8px 0 16px 0;
  width: 100%;
}
.archive_sub_categories ul li {
  display: inline-block;
  font-size: 16px;
  background: grey;
  padding: 0 16px 0 8px;
  color: white;
  margin-bottom: 8px;
  margin-right: 4px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.archive_sub_categories ul li.current-cat {
  font-weight: 400;
}
.archive_sub_categories ul li.current-cat a:before {
  content: "> ";
  margin-right: 4px;
}
.archive_sub_categories ul li:hover {
  opacity: 0.7;
}
.archive_sub_categories ul li:nth-child(1n) {
  background: #EC899B;
}
.archive_sub_categories ul li:nth-child(2n) {
  background: #d93340;
}
.archive_sub_categories ul li:nth-child(3n) {
  background: #27855b;
}
.archive_sub_categories ul li:nth-child(4n) {
  background: #ec8d49;
}
.archive_sub_categories ul li a {
  color: white;
  text-decoration: none;
  padding: 8px 0 8px 8px;
  display: inline-block;
}
.archive_sub_categories ul li a span {
  cursor: default;
}

.article_list {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  float: left;
  /* this is the same as grid-template-columns: 1fr 1fr 1fr 1fr; */
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 960px) {
  .article_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 460px) {
  .article_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.article_list.three_berth {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 460px) {
  .article_list.three_berth {
    grid-template-columns: repeat(1, 1fr);
  }
}

.comment_count {
  height: 32px;
  line-height: 24px;
  padding: 0 8px;
  font-size: 14px;
  border: 0px solid #fff;
  color: white;
  background: #b2439f;
  position: absolute;
  display: flex;
  align-items: center;
}
.comment_count .gg-comment {
  color: white;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(0.8);
  float: right;
  width: 20px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  border: 2px solid;
  border-bottom: 0;
  box-shadow: -6px 8px 0 -6px, 6px 8px 0 -6px;
}
.comment_count .gg-comment::after,
.comment_count .gg-comment::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
}
.comment_count .gg-comment::before {
  border: 2px solid;
  border-top-color: transparent;
  border-bottom-left-radius: 20px;
  right: 4px;
  bottom: -6px;
  height: 6px;
}
.comment_count .gg-comment::after {
  height: 2px;
  background: #fff;
  box-shadow: 0 4px 0 0;
  left: 4px;
  top: 4px;
}

.archive_blurb {
  display: inline-block;
  width: 100%;
  float: left;
  clear: both;
  margin: 8px 0;
  font-size: 18px;
}
.archive_blurb p {
  font-size: 18px;
}

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