/*-----------------------------------------------------------
	Theme Name: Vivaldi Community Theme
	Theme URI: https://vivaldi.net
	Description: WordPress theme for the Vivaldi community front page
	Author: Vivaldi
	Author URI: https://vivaldi.com
	Version: 1.0
-------------------------------------------------------------*/
:root {
  color-scheme: light dark;
  --body-color: #fcfdff;
  --text-color: #2F374F;
  --text-color-medium: #5D6889;
  --text-color-light: #919191;
  --menu-color: #fff;
  --menu-hover: rgba(0, 0, 0, 0.05);
  --menu-border: #ddd;
  --menu-links: #2F374F;
  --menu-dropdown: #fff;
  --menu-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
  --card-background: #FFF;
  --card-border: 1px solid rgba(0, 0, 0, 0.1);
  --light-background: #F9FAFC;
  --card2-background: #111625 linear-gradient(180deg, #272730 0%, #0e0e12 100%);
  --card2-text: #bec0d7;
  --card2-text-medium: #a8b2bd;
  --card2-headline: #fff;
  --card2-border: none;
  --card3-background: #15204b linear-gradient(180deg, #1f2b5d 0%, #15204b 100%);
  --card3-text: #bec0d7;
  --card3-text-medium: #a8b2bd;
  --card3-headline: #fff;
  --card3-border: none;
  --overlay: rgba(200, 200, 200, 0.4);
  --img-bg: linear-gradient(180deg, #fcfdff 0%, #eef1f8 100%);
  --purple-gradient: linear-gradient(30deg, #3324ae 0%, #c86dd7 87%);
  --border: rgba(0, 0, 0, 0.16);
  --border-light: rgba(0, 0, 0, 0.1);
  --border-hover: rgba(0, 0, 0, 0.25);
  --border-input: rgba(0, 0, 0, 0.25);
  --input-color: #FFF;
  --borderColor: #fff;
}
@media (prefers-color-scheme: light) {
  .img-dark {
    display: none !important;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --body-color: #101014;
    --text-color: #EEE;
    --text-color-medium: #aaa;
    --text-color-light: #555;
    --menu-color: #0d1118;
    --menu-hover: #2e353f;
    --menu-border: #3b414d;
    --menu-links: #f5f5f5;
    --menu-dropdown: #171e28;
    --menu-shadow: 0px 1px 6px 0px #000000;
    --card-background: #1a1a21;
    --card-border: 1px solid #2b2b31;
    --light-background: #222;
    --card2-background: #1a1a21 linear-gradient(180deg, #272730 0%, #0e0e12 100%);
    --card2-text: #EEE;
    --card2-text-medium: #aaa;
    --card2-headline: #EEE;
    --card2-border: 1px solid #2b2b31;
    --card3-background: #1a1a21 linear-gradient(180deg, #19234b 0%, #0e152f 100%);
    --card3-text: #EEE;
    --card3-text-medium: #aaa;
    --card3-headline: #EEE;
    --card3-border: 1px solid #2b2b31;
    --overlay: rgba(0, 0, 0, 0.8);
    --img-bg: linear-gradient(180deg, #181e35 0%, #090c18 100%);
    --purple-gradient: linear-gradient(30deg, #11162d 0%, #2d0657 87%);
    --border: #444;
    --border-light: #333;
    --border-hover: rgba(255, 255, 255, 0.7);
    --border-input: #444;
    --input-color: #1a1a21;
    --borderColor: #101014;
  }
  .img-light {
    display: none !important;
  }
  .merch,
  .featureduser {
    background: var(--card2-background);
  }
}
/*! normalize.css MIT License & sanitize.css CC0 License */
html,
body {
  background: var(--body-color);
  margin: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
html,
body,
article,
aside,
footer,
header,
nav,
section,
picture,
fieldset,
figure,
figcaption,
main,
blockquote {
  display: block;
  box-sizing: border-box;
  border: none;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
figure {
  padding: 10px 0;
}
div,
a,
li,
img,
button,
form,
select,
input,
table,
textarea {
  box-sizing: border-box;
}
audio,
canvas,
iframe,
img,
svg,
video,
picture {
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .h100 {
    height: 100%;
  }
}
video {
  width: 100%;
  max-width: 860px;
  height: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper a {
  display: block;
  position: relative;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-controls button {
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.playbtn {
  position: relative;
  display: block;
}
.playbtn:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -40px;
  content: '';
  width: 80px;
  height: 80px;
  background: transparent url(img/play-btn.png);
  background-size: 80px;
  z-index: 99;
}
@media (min-width: 1024px) {
  .playbtn:before {
    margin-top: -52px;
    margin-left: -66px;
    width: 132px;
    height: 132px;
    background-size: 132px;
    transition: all 0.1s ease-in-out;
  }
  .playbtn:hover:before {
    margin-top: -62px;
    margin-left: -76px;
    width: 152px;
    height: 152px;
    background-size: 152px;
  }
}
audio,
video,
canvas {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
  color: var(--text-color-medium);
}
img.w100 {
  display: block;
  width: 100%;
}
.rounded {
  border-radius: 8px;
}
svg {
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
::placeholder {
  opacity: .6;
}
template,
[hidden],
.hidden {
  display: none;
}
.img-bg {
  background: var(--img-bg);
}
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
#content {
  position: relative;
  min-width: 240px;
  z-index: 2;
}
.center {
  text-align: center;
}
.center * {
  margin-left: auto !important;
  margin-right: auto !important;
}
hr {
  display: block;
  border: none;
  width: 100%;
  height: 1px;
  background: var(--border-light);
  margin: 30px 0;
}
.relative {
  position: relative;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: black;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html {
  font-size: 16px;
  color: var(--text-color);
  text-rendering: optimizeLegibility;
  line-height: 1.625;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
textarea {
  font-family: system-ui, sans-serif;
  font-size: 1em;
}
p,
ul,
ol,
blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
p {
  font-size: 1rem;
  color: var(--text-color-medium);
}
p.large {
  font-size: 1.1rem;
}
p.limitwidth {
  max-width: 760px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2 {
  text-wrap: balance;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 2rem 0 1rem;
  font-weight: 600;
  line-height: 1.25;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}
h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
h1 strong {
  color: #ef3939;
}
h1 a {
  color: var(--text-color);
  text-decoration: none;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1320px) {
  h1 {
    font-size: 2.1rem;
  }
}
h2 a,
h3 a,
h4 a {
  color: var(--text-color);
}
h2 {
  font-size: 1.728rem;
}
.card h2,
h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-weight: bold;
  }
  .card h2 {
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 1.2rem;
}
.purpleheader {
  font-size: 2rem;
  display: inline-block;
  color: #7609f8;
  background: -webkit-linear-gradient(74deg, #9341f4 8%, #1782f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .purpleheader {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .purpleheader {
    font-size: 3.2rem;
  }
}
.versions h3 {
  font-size: 1.2rem;
  margin-bottom: .9rem;
}
@media (max-width: 680px) {
  .smallmobile h3 {
    font-size: 1.1rem;
  }
}
.versions a {
  font-size: .9rem;
}
aside h2 {
  font-size: .9rem;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
figcaption {
  font-size: .9rem;
  color: var(--text-color-medium);
}
.whitetext h2,
.whitetext p,
.whitetext a {
  color: #fff !important;
}
.graylinks a {
  color: var(--text-color) !important;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
ul {
  list-style-position: outside;
  padding-left: 1.5em;
}
ul li {
  list-style-type: disc;
  color: var(--text-color-medium);
}
ul li + li {
  margin-top: .333em;
}
b,
strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
a,
a:active,
a:visited,
a:focus {
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  cursor: pointer;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
p svg {
  margin: 0 3px;
}
a {
  color: var(--text-color-medium);
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline-width: 1px;
}
a:active {
  outline: none;
}
@media (max-width: 767.999px) {
  a {
    text-decoration: underline;
  }
}
a.forumcategory,
.card p a {
  text-decoration: none;
}
a.forumcategory:hover,
.card p a:hover {
  text-decoration: underline;
}
[type="submit"],
#sharevivaldi button,
.btn-primary,
.btn-secondary,
.content .wp-polls .Buttons,
.wp-block-button a {
  vertical-align: top;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none !important;
  padding: 14px 22px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 22px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
}
[type="submit"] svg,
#sharevivaldi button svg,
.btn-primary svg,
.btn-secondary svg,
.content .wp-polls .Buttons svg,
.wp-block-button a svg {
  fill: currentColor;
}
[type="submit"],
.btn-primary,
.content .wp-polls .Buttons {
  color: #fff !important;
  background: #4c70f0;
  border: 2px solid transparent;
}
[type="submit"]:hover,
.btn-primary:hover,
.content .wp-polls .Buttons:hover {
  background-color: #2b56f0;
  text-decoration: none;
}
.btn-secondary,
.wp-block-button a,
#sharevivaldi button {
  background: var(--card-color);
  color: var(--text-color);
  border: 2px solid var(--border);
}
.btn-secondary:hover,
.wp-block-button a:hover,
#sharevivaldi button:hover {
  border-color: var(--border-hover);
}
.btn-primary img,
.btn-secondary img,
.btn-primary svg,
.btn-secondary svg {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -2px 10px 0 -3px !important;
}
.btn-secondary .steamlogo {
  width: auto;
  height: 24px;
  margin: auto !important;
}
.steambutton {
  padding: 10px 22px;
  line-height: 24px;
}
.vivalditips .btn-primary,
#SoMe .btn-primary,
.vivalditips .btn-secondary,
#SoMe .btn-secondary {
  margin: 10px 6px 0 0;
}
.vivalditips .btn-secondary,
#SoMe .btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  transition: all 0.1s ease-in-out;
  color: #fff;
}
.vivalditips .btn-secondary:hover,
#SoMe .btn-secondary:hover {
  border-color: #ffffff;
}
#vsocial btn-primary,
#vsocial .btn-secondary {
  margin: 10px 6px 0 0;
}
.color2 .btn-secondary,
.color3 .btn-secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff !important;
}
.color2 .btn-secondary:hover,
.color3 .btn-secondary:hover {
  border-color: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .btn-secondary {
    border-color: rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
  }
  .btn-secondary:hover {
    color: #fff;
    border-color: #ffffff;
  }
}
@media (min-width: 1440px) {
  .btn-secondary.large,
  .btn-primary.large {
    padding: 15px 32px;
    line-height: 30px;
    font-size: 1.3rem;
    border-radius: 30px;
  }
}
a.logout {
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  a.logout {
    margin: 12px auto -6px auto;
  }
}
a.logout:hover {
  color: #4c70f0;
}
.buttonmargin {
  margin: 20px 0 5px 0 !important;
}
.btn-app-store,
.btn-google-play {
  display: inline-block;
  width: 144px;
  height: 48px;
  margin: 4px 4px 0 0;
}
.btn-app-store img,
.btn-google-play img {
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px !important;
}
#vivaldia .btn-primary {
  margin-right: 6px;
}
@media (max-width: 1023.999px) {
  [type="submit"],
  .btn-primary,
  .btn-secondary,
  .content .wp-polls .Buttons {
    padding: 10px 16px !important;
  }
  .steambutton {
    padding: 8px 22px !important;
  }
}
/*--------------------------------------------------------------
## Vivaldi Header
--------------------------------------------------------------*/
body {
  padding: 64px 0 0 0;
  min-width: 280px;
}
#vivmenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 280px;
  height: 64px;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background-color: var(--menu-color);
  border-bottom: 1px solid var(--menu-border);
  transition: all 0.1s ease-in-out;
  z-index: 800;
}
#vivmenu a {
  text-decoration: none !important;
}
#menucontent {
  position: relative;
  display: block;
  width: 1320px;
  height: 64px;
  max-width: 100%;
  min-width: 280px;
  padding: 10px 0;
  margin: auto;
}
@media (min-width: 800px) and (min-height: 640px) {
  #vivmenu {
    position: fixed;
  }
}
#vlogo {
  display: block;
  width: 24px;
  height: 44px;
  z-index: 98;
  background: transparent url("../core/img/logo.svg") 0 10px no-repeat;
  background-size: 142px 24px;
  overflow: hidden;
  margin: 0 0 10px 24px;
}
@media (prefers-color-scheme: dark) {
  #vlogo {
    background: transparent url("../core/img/logo-darkmode.svg") 0 10px no-repeat;
    background-size: 142px 24px;
  }
}
@media (min-width: 560px) {
  #vlogo {
    width: 142px;
  }
}
.topmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topmenu li {
  list-style: none;
  margin: 0 !important;
}
.topmenu,
.submenu {
  display: none;
}
.topmenu > li {
  position: relative;
}
.submenu[aria-hidden="false"] {
  visibility: visible;
}
.sub-menu--right {
  left: auto !important;
  right: 0 !important;
}
svg[hidden] {
  display: none;
  position: absolute;
}
#navicon {
  display: block;
  background: transparent url(img/icons/menu.svg) center no-repeat;
  background-size: 24px;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 11px;
  left: 52px;
  padding: 0;
  cursor: pointer;
  z-index: 999;
  box-shadow: none;
  border: none;
  transition: all 0.1s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
@media (min-width: 560px) {
  #navicon {
    left: 174px;
  }
}
@media (min-width: 768px) {
  #navicon {
    left: 188px;
  }
}
@media (max-width: 1079.99px) {
  .showmenu #vivmenu {
    border: none;
  }
  .showmenu #navicon {
    background: transparent url(img/icons/close.svg) center no-repeat;
    background-size: 24px;
  }
  .showmenu {
    overflow: hidden;
    overflow-y: scroll;
  }
  .showmenu .topmenu .submenu {
    padding: 8px 0;
  }
  .showmenu .topmenu {
    display: block;
    z-index: 999;
    background: var(--menu-color);
    border-bottom: 1px solid var(--menu-border);
    box-shadow: 0px 12px 80px rgba(88, 102, 126, 0.2);
    opacity: 1;
  }
  .showmenu main,
  .showmenu footer {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  #navicon {
    background: transparent url(img/icons/menu-dm.svg) center no-repeat;
    background-size: 24px;
  }
  .showmenu #navicon {
    background: transparent url(img/icons/close-dm.svg) center no-repeat;
    background-size: 24px;
  }
}
@media (min-width: 768px) {
  #vlogo {
    margin-left: 40px;
  }
}
.topmenu {
  padding: 0;
  border-bottom: 1px solid var(--menu-border);
}
.topmenu > li {
  border-top: 1px solid var(--menu-border);
}
.topmenu a,
.topmenu button {
  padding: 16px 24px;
  background: transparent;
  color: var(--menu-links);
  text-shadow: unset;
  font-size: 15px;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}
@media (min-width: 480px) {
  .topmenu a,
  .topmenu button {
    padding: 16px 32px;
  }
}
@media (min-width: 768px) {
  .topmenu a,
  .topmenu button {
    padding: 16px 40px;
  }
}
.topmenu button:hover {
  background: var(--menu-hover);
}
.topmenu button svg,
.usermenu button svg {
  width: 16px;
  height: 16px;
  float: right;
  margin: 3px 0 3px 3px;
}
@media (prefers-color-scheme: dark) {
  .topmenu button svg,
  .usermenu button svg {
    filter: invert(0.75);
  }
}
.topmenu [aria-expanded="true"] svg,
.usermenu [aria-expanded="true"] svg {
  transform: scaleY(-1);
}
.topmenu button[aria-expanded="true"],
.usermenu button[aria-expanded="true"] {
  background: var(--menu-hover);
}
.topmenu .submenu,
.usermenu .submenu {
  background-color: var(--menu-color);
  border-radius: 3px;
  padding: 0;
}
.sublinks {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}
.topmenu .submenu a,
.usermenu .submenu a {
  font-weight: 400;
  padding: 12px 24px 12px 20px;
  border-radius: 0;
  border-left: 4px solid transparent;
}
@media (min-width: 480px) {
  .topmenu .submenu a,
  .usermenu .submenu a {
    padding: 12px 32px 12px 28px;
  }
}
@media (min-width: 768px) {
  .topmenu .submenu a,
  .usermenu .submenu a {
    padding: 12px 40px 12px 36px;
  }
}
.topmenu .submenu a:hover,
.topmenu .submenu a:focus,
.topmenu .submenu a.active,
.usermenu .submenu a:hover,
.usermenu .submenu a:focus,
.usermenu .submenu a.active {
  border-color: #EF3939;
  background-color: transparent;
}
/* Log in buttons */
#vivaldilogin {
  z-index: 9999;
  display: block;
  position: absolute;
  top: 13px;
  right: 24px;
  transition: top 0.1s ease-in-out;
}
#vivaldilogin .btn-top {
  display: inline-block;
  border: 1px solid var(--border);
  border-radius: 18px;
  font-weight: 500;
  line-height: 12px;
  height: 34px;
  padding: 10px 18px !important;
  font-size: 14px;
  margin: 3px !important;
  background-color: transparent;
  color: var(--text-color) !important;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
#vivaldilogin .btn-top:last-child {
  margin-right: 0 !important;
}
#vivaldilogin .btn-top:active {
  color: var(--text-color);
}
#vivaldilogin .btn-top:hover {
  border-color: var(--border-hover) !important;
}
@media (min-width: 768px) {
  #vivaldilogin {
    right: 40px;
  }
}
@media (max-width: 1023.99px) {
  #vivaldilogin .btn-top {
    padding: 10px 16px !important;
  }
}
@media (max-width: 359px) {
  #vivaldilogin .btn-top:first-child {
    display: none;
  }
}
@media (min-width: 1080px) {
  #menucontent {
    padding: 10px 40px;
  }
  #vlogo {
    margin: 0 13px 0 0;
  }
  #vlogo,
  .topmenu,
  .topmenu > li {
    float: left;
  }
  .topmenu button[aria-expanded="true"] {
    animation: fadeBg 0.6s ease-in-out both;
  }
  .topmenu button svg {
    float: none;
    margin: 0 0 0 3px;
  }
  #navicon {
    display: none;
  }
  .topmenu {
    display: block;
    padding: 3px 0 1px 0;
    border: none;
  }
  .topmenu a,
  .topmenu button {
    border: none;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 5px;
  }
  .topmenu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: var(--menu-shadow);
    background: var(--menu-dropdown);
    border: 1px solid var(--menu-border);
    border-radius: 7px;
    min-width: 240px;
  }
  .topmenu .submenu li + li {
    border-top: 1px solid var(--menu-border);
  }
  .topmenu .submenu a {
    display: block;
    padding: 16px 20px 16px 18px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0;
    border-left: 4px solid transparent;
    transition: all 0.2s ease-in-out;
  }
  .topmenu .submenu a[target="_blank"] {
    background: transparent url(img/menu/external-lm.svg) center right 30px no-repeat;
    background-size: 0;
  }
  .topmenu .submenu a[target="_blank"]:hover {
    background: transparent url(img/menu/external-lm.svg) center right 20px no-repeat;
    background-size: 16px;
  }
  .topmenu .submenu li:first-of-type a {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .topmenu .submenu li:last-of-type a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .topmenu > li {
    border: none;
    transition: all 0.1s ease-in-out;
  }
  .topmenu .submenu[aria-hidden="false"] {
    position: absolute;
    width: auto;
    animation: slideUp 0.16s ease-in-out both;
  }
  .topmenu.no-js li:hover .submenu,
  .topmenu.no-js li:focus-within .submenu {
    display: block;
    visibility: visible;
    position: absolute;
    width: auto;
    animation: slideUp 0.16s ease-in-out both;
  }
  .topmenu.no-js li:hover svg,
  .topmenu.no-js li:focus-within svg {
    transform: scaleY(-1);
  }
}
@media (prefers-color-scheme: dark) and (min-width: 880px) {
  .topmenu .submenu a[target="_blank"] {
    background: transparent url(img/menu/external-dm.svg) center right 30px no-repeat;
    background-size: 0px;
  }
  .topmenu .submenu a[target="_blank"]:hover {
    background: transparent url(img/menu/external-dm.svg) center right 20px no-repeat;
    background-size: 16px;
  }
}
/* User menu */
#usernav {
  position: absolute;
  top: 6px;
  right: 6px;
}
@media (min-width: 768px) {
  #usernav {
    right: 32px;
  }
}
#userlink {
  display: block;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
}
#userlink img {
  display: block;
  padding: 0 !important;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  vertical-align: middle;
}
#usertext {
  display: inline-block;
  max-width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#vivmenu #userlink img {
  display: block;
  padding: 0 !important;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  vertical-align: middle;
}
@media (max-width: 380px) {
  #userlink #usertext {
    display: none;
  }
}
.usermenu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.usermenu li {
  list-style: none;
  margin: 0 !important;
}
.usermenu a,
.usermenu button {
  background: transparent;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 5px;
}
.usermenu button:hover {
  background: var(--menu-hover);
}
.usermenu button[aria-expanded="true"] {
  animation: fadeBg 0.6s ease-in-out both;
}
.usermenu button svg {
  float: none;
  margin: 0 0 0 3px;
}
.usermenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: var(--menu-shadow);
  background: var(--menu-dropdown);
  border: 1px solid var(--menu-border);
  border-radius: 7px;
  min-width: 240px;
}
.usermenu .submenu li + li {
  border-top: 1px solid var(--menu-border);
}
.usermenu .submenu a {
  display: block;
  padding: 16px 20px 16px 18px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  border-left: 4px solid transparent;
  transition: all 0.2s ease-in-out;
}
.usermenu .submenu li:first-of-type a {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.usermenu .submenu li:last-of-type a {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.usermenu > li {
  border: none;
  transition: all 0.1s ease-in-out;
}
.usermenu .submenu[aria-hidden="false"] {
  display: block;
  position: absolute;
  width: auto;
  opacity: 1;
  animation: slideUp 0.16s ease-in-out both;
}
.usermenu.no-js li:hover .submenu,
.usermenu.no-js li:focus-within .submenu {
  display: block;
  visibility: visible;
  position: absolute;
  width: auto;
  animation: slideUp 0.16s ease-in-out both;
}
.usermenu.no-js li:hover svg,
.usermenu.no-js li:focus-within svg {
  transform: scaleY(-1);
}
@media (prefers-color-scheme: dark) {
  .usermenu .submenu a[target="_blank"] {
    background: transparent url(img/menu/external-dm.svg) center right 30px no-repeat;
    background-size: 0px;
  }
  .usermenu .submenu a[target="_blank"]:hover {
    background: transparent url(img/menu/external-dm.svg) center right 20px no-repeat;
    background-size: 16px;
  }
}
/* Badges */
.avatarwrap {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 32px;
  vertical-align: middle;
}
.badge-level1,
.badge-level2,
.badge-level3 {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 22px;
  width: 16px;
  height: 16px;
  z-index: 2;
  filter: drop-shadow(1px 0 0 var(--borderColor)) drop-shadow(-1px 0 0 var(--borderColor)) drop-shadow(0 1px 0 var(--borderColor)) drop-shadow(0 -1px 0 var(--borderColor));
}
.badge-level1 {
  background: transparent url('img/badge-level1-size16.png') center no-repeat;
  background-size: 16px;
}
.badge-level2 {
  background: transparent url('img/badge-level2-size16.png') center no-repeat;
  background-size: 16px;
}
.badge-level3 {
  background: transparent url('img/badge-level3-size16.png') center no-repeat;
  background-size: 16px;
}
#vivmenu .badge-level1,
#vivmenu .badge-level2,
#vivmenu .badge-level3 {
  width: 12px;
  height: 12px;
}
#vivmenu .badge-level1 {
  background: transparent url('img/badge-level1-size12.png') center no-repeat;
  background-size: 12px;
}
#vivmenu .badge-level2 {
  background: transparent url('img/badge-level2-size12.png') center no-repeat;
  background-size: 12px;
}
#vivmenu .badge-level3 {
  background: transparent url('img/badge-level3-size12.png') center no-repeat;
  background-size: 12px;
}
.badgelink {
  display: none;
}
.comments .badgelink {
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
/* Responsive submenu behaviour */
.topmenu .submenu[aria-hidden="false"] {
  display: block;
  width: 100%;
  opacity: 1;
}
.topmenu .submenu .heartlink {
  background: transparent url(img/menu/heart.svg) center right 32px no-repeat;
  background-size: 0px;
}
.topmenu .submenu .heartlink:hover,
.topmenu .submenu .heartlink:focus {
  background: transparent url(img/menu/heart.svg) center right 24px no-repeat;
  background-size: 18px;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeBg {
  0% {
    background-color: var(--menu-hover);
  }
  100% {
    background-color: transparent;
  }
}
body.admin-bar {
  padding-top: 96px;
}
.admin-bar #vivmenu {
  position: absolute;
  top: 32px;
}
#body #wpadminbar {
  position: absolute;
  text-align: center;
  height: 32px;
  z-index: 111111 !important;
}
@media (max-width: 1199px) {
  #wpadminbar {
    position: absolute;
  }
}
#wp-admin-bar-search,
#wp-admin-bar-top-secondary {
  display: none;
}
#wpadminbar #wp-toolbar {
  position: relative;
}
#wp-admin-bar-root-default {
  margin-left: 20px !important;
}
#wpadminbar .quicklinks .menupop ul li .ab-item,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .quicklinks .menupop.hover ul li .ab-item,
#wpadminbar .shortlink-input,
#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item {
  box-sizing: content-box;
}
.ab-sub-wrapper .ab-item,
.ab-sub-wrapper {
  padding-bottom: 6px !important;
}
#wpadminbar .ab-icon,
#wpadminbar .ab-item:before,
#wpadminbar .ab-icon:before {
  font-size: 20px !important;
  line-height: 22px;
  height: auto !important;
  top: 0 !important;
  padding: 0 !important;
}
#wpadminbar span {
  line-height: 22px !important;
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
  font-size: 20px !important;
}
#wpadminbar .quicklinks > ul > li > a {
  display: block;
  height: 32px;
  line-height: 22px !important;
  padding: 5px 0 !important;
  box-sizing: border-box;
}
#wpadminbar .quicklinks {
  vertical-align: middle;
}
@media (max-width: 600px) {
  #wp-admin-bar-root-default {
    margin-left: 0 !important;
  }
}
@media (min-width: 780px) {
  #wpadminbar ul li {
    padding: 0 8px;
  }
}
.modal {
  z-index: 9999;
}
input,
select,
textarea {
  background-color: var(--input-color);
  color: var(--text-color);
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  overflow: visible;
  padding: 0 10px;
  border: 1px solid var(--border-input);
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"],
aside ul {
  padding: 0;
}
select {
  width: 100%;
  padding: 6px 12px;
}
.post-password-form {
  background: var(--light-background);
  border: 1px solid var(--border);
  width: 500px;
  max-width: 100%;
  margin: 48px 0;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 3px 25px -3px rgba(148, 148, 148, 0.2);
}
.post-password-form:after {
  display: table;
  content: '';
  clear: both;
}
.post-password-form input {
  border-radius: 5px;
}
.post-password-form [type=password] {
  font-size: 1rem;
  padding: 7px;
  display: block;
  width: 100%;
  margin: 12px 0;
}
.post-password-form[type="submit"] {
  padding: 2px 20px;
  float: right;
}
.post-password-form p {
  margin-top: 0;
}
.post-password-form label {
  font-weight: bold;
}
#content,
.content {
  width: 1320px;
  max-width: 100%;
  margin: auto;
  padding: 12px;
}
@media (min-width: 768px) {
  #content,
  .content {
    padding: 24px 40px;
  }
}
.centeredpage {
  width: 1080px;
  max-width: 100%;
  margin: auto;
  padding: 12px;
}
@media (min-width: 768px) {
  .centeredpage {
    padding: 24px 40px;
  }
}
.wrap {
  width: 1320px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .wrap #content {
    width: 72%;
    float: left;
    padding-right: 30px;
  }
  .wrap #aside {
    width: 28%;
    float: right;
  }
  .wrap:after {
    display: block;
    content: '';
    clear: both;
  }
}
#aside {
  padding: 12px;
}
@media (min-width: 768px) {
  #aside {
    padding: 70px 20px 30px 0;
  }
}
.reverse {
  flex-direction: row-reverse;
}
.top {
  align-items: flex-start;
}
.bottom {
  align-items: flex-end;
}
.alignvertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-end {
  align-self: flex-end;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.row > .column {
  position: relative;
  width: 100%;
  padding: 0 12px 12px 12px;
}
@media (min-width: 768px) {
  .row > .column {
    padding-bottom: 24px;
  }
}
.row > .column.w80 {
  width: 80%;
}
.row > .column.w75 {
  width: 75%;
}
.row > .column.w66 {
  width: 66.666666%;
}
.row > .column.w60 {
  width: 60%;
}
.row > .column.w55 {
  width: 55%;
}
.row > .column.w50 {
  width: 50%;
}
.row > .column.w45 {
  width: 45%;
}
.row > .column.w40 {
  width: 40%;
}
.row > .column.w33 {
  width: 33.333333%;
}
.row > .column.w25 {
  width: 25%;
}
.row > .column.w20 {
  width: 20%;
}
@media (min-width: 768px) {
  .row > .column.nopadding {
    padding: 0 10px;
  }
}
@media (max-width: 767.999px) {
  .row > .column.nopadding {
    padding: 0 10px;
  }
  .row > .column.nopadding .nopadding {
    padding-bottom: 20px;
  }
}
.row.nogap {
  margin: 0;
}
.row.nogap + .row {
  margin-top: 0;
}
.row.nogap > .column {
  padding: 0;
}
.card .row {
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  .card .row {
    margin-bottom: -24px;
  }
}
.card .row.social {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .twocards {
    padding-bottom: 0 !important;
  }
}
.column.padbottom {
  padding-bottom: 40px;
}
.row.padbottom {
  padding-bottom: 20px;
}
.smallbottompadding {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .nobottompadding {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767.999px) {
  .row > .column.w100-mobile {
    width: 100%;
  }
  .row > .column.w75-mobile {
    width: 75%;
  }
  .row > .column.w66-mobile {
    width: 66.666666%;
  }
  .row > .column.w60-mobile {
    width: 60%;
  }
  .row > .column.w55-mobile {
    width: 55%;
  }
  .row > .column.w50-mobile {
    width: 50%;
  }
  .row > .column.w45-mobile {
    width: 45%;
  }
  .row > .column.w40-mobile {
    width: 40%;
  }
  .row > .column.w33-mobile {
    width: 33.333333%;
  }
  .row > .column.w25-mobile {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .row > .column.smallmobile {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .stretch {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .stretch > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .stretch > div:nth-child(2) {
    align-content: flex-end;
  }
}
.place-v {
  display: table;
  width: 100%;
  height: 100%;
}
.place-v > div {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1023.999px) {
  .row > .column.w100-tablet {
    width: 100%;
  }
  .row > .column.w75-tablet {
    width: 75%;
  }
  .row > .column.w66-tablet {
    width: 66.666666%;
  }
  .row > .column.w60-tablet {
    width: 60%;
  }
  .row > .column.w55-tablet {
    width: 55%;
  }
  .row > .column.w50-tablet {
    width: 50%;
  }
  .row > .column.w45-tablet {
    width: 45%;
  }
  .row > .column.w40-tablet {
    width: 40%;
  }
  .row > .column.w33-tablet {
    width: 33.333333%;
  }
  .row > .column.w25-tablet {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .row > .column.w100-tabletlarge {
    width: 100%;
  }
  .row > .column.w75-tabletlarge {
    width: 60%;
  }
  .row > .column.w66-tabletlarge {
    width: 66.666666%;
  }
  .row > .column.w60-tabletlarge {
    width: 60%;
  }
  .row > .column.w55-tabletlarge {
    width: 55%;
  }
  .row > .column.w50-tabletlarge {
    width: 50%;
  }
  .row > .column.w45-tabletlarge {
    width: 45%;
  }
  .row > .column.w40-tabletlarge {
    width: 40%;
  }
  .row > .column.w33-tabletlarge {
    width: 33.333333%;
  }
  .row > .column.w25-tabletlarge {
    width: 25%;
  }
  #themesections > .w50-tablet:nth-child(1) {
    width: 60%;
  }
  #themesections > .w50-tablet:nth-child(2) {
    width: 40%;
  }
  #themesections > .w50-tablet:nth-child(2) .w100-tablet {
    width: 100%;
  }
}
.no-flexbox .row {
  display: block;
}
.no-flexbox .row > div {
  display: block;
  float: left;
}
.section1 .content {
  padding-bottom: 0;
}
.section2 .content {
  padding-top: 0;
  padding-bottom: 0;
}
#welcome .btn-primary {
  margin-right: 5px;
}
#welcome .btn-primary,
#welcome .btn-secondary {
  min-width: 110px;
  margin-top: 5px;
}
@media (min-width: 440px) {
  #welcome h1 span {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  #welcome .btn-primary,
  #welcome .btn-secondary {
    margin: 5px 10px 0 1px;
    min-width: 140px;
    text-align: center;
  }
}
@media (max-width: 767.999px) {
  #welcome .btn-primary,
  #welcome .btn-secondary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 420px) {
  #welcome {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  #welcome .smallpad {
    padding: 0 6px 12px 6px;
  }
}
iframe,
video {
  max-width: 100%;
  vertical-align: middle;
}
video {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.introvideo,
.featuredvideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}
.introvideo figure,
.featuredvideo figure {
  padding: 0;
}
@media (prefers-color-scheme: dark) {
  .introvideo:before,
  .featuredvideo:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--body-color);
    z-index: 1;
  }
  .introvideo:after,
  .featuredvideo:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 100%;
    background: var(--body-color);
    z-index: 1;
  }
}
.introvideo iframe,
.featuredvideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
}
.articleimg {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.card {
  position: relative;
  border-radius: 8px;
  border: var(--card-border);
  background: var(--card-background);
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.card img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.card .steamlogo {
  width: 89px;
  border-radius: none;
}
@media (min-width: 768px) {
  .card {
    height: 100%;
  }
}
.card .emoji {
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.card .btn-primary,
.card .btn-secondary {
  margin-top: 4px;
}
.card .btn-secondary {
  min-width: 140px;
  text-align: center;
}
.card + .card {
  margin-top: 24px;
}
.card .stretch div + div {
  margin-top: 24px;
}
.card p a {
  text-decoration: underline;
}
.card p a:hover {
  text-decoration: none;
}
@media (max-width: 767.999px) {
  .card .column h1 {
    margin-top: 6px;
  }
  .card .column h2 {
    margin-top: 12px;
  }
  .card {
    margin-bottom: 12px;
  }
}
.myfollows p {
  margin: 0;
}
.postlist {
  margin-top: 24px;
}
.postlist .articleimg {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 4px;
}
.postlist a {
  font-weight: 500;
  text-decoration: none;
  color: var(--text-color);
}
.postlist a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .postlist a {
    font-size: 18px;
  }
}
.card.color2 {
  background: var(--card2-background);
  border: var(--card2-border);
}
.card.color2 h1,
.card.color2 h2,
.card.color2 h3,
.card.color2 label,
.card.color2 li,
.card.color2 .voters {
  color: var(--card2-headline);
}
.card.color2 input[type=radio] {
  background: var(--card2-background);
}
.card.color2 p,
.card.color2 a,
.card.color2 a:active,
.card.color2 a:visited,
.card.color2 a:hover {
  color: var(--card2-text);
}
.card.color3 {
  background: var(--card3-background);
  border: var(--card3-border);
}
.card.color3 h1,
.card.color3 h2,
.card.color3 h3,
.card.color3 label,
.card.color3 li,
.card.color3 .voters {
  color: var(--card3-headline);
}
.card.color3 input[type=radio] {
  background: var(--card3-background);
}
.card.color3 p,
.card.color3 a,
.card.color3 a:active,
.card.color3 a:visited,
.card.color3 a:hover {
  color: var(--card3-text);
}
@media (min-width: 768px) {
  .card.auto {
    height: auto;
  }
}
.cardlabel {
  display: block;
  position: absolute;
  top: 25px;
  right: -30px;
  width: 120px;
  padding: 5px;
  text-align: center;
  background: #0ec966;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  transform: rotate(45deg);
}
.featureduser .cardlabel {
  background: #5d27df;
}
.card .wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1 {
  justify-content: flex-start;
}
.video {
  width: 100%;
  border-radius: 8px;
}
.padding {
  padding: 20px;
}
@media (min-width: 480px) {
  .padding {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .padding {
    padding: 36px;
  }
}
.smallpad {
  padding: 20px;
}
.smallpad .padding {
  padding: 0;
}
@media (min-width: 480px) {
  .smallpad .padding {
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  .smallpad .padding {
    padding: 16px;
  }
}
#vsocial h2 {
  margin-top: 0;
}
.vs-text {
  padding-bottom: 24px;
}
.post-image {
  display: block;
  width: 100%;
  padding-bottom: 66.66666%;
  aspect-ratio: 1.5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.postname {
  margin-top: 0;
}
.themelist {
  margin: 20px 0 -6px 0;
}
@media (min-width: 768px) {
  .themelist {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .themelist {
    margin-top: 30px;
  }
}
.themelist img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.themelist .row {
  margin: 0 -10px;
}
.themelist .row > .column {
  padding: 10px;
}
#tipimg {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  transform: rotate(20deg);
}
@media (min-width: 900px) {
  #tipimg {
    width: 60px;
    height: 60px;
  }
}
.alignbtn .btn-primary,
.alignbtn .btn-secondary {
  white-space: nowrap;
}
.alignbtn div:nth-child(2) {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .alignbtn {
    display: flex;
    flex-direction: row;
  }
  .alignbtn div:nth-child(1) {
    flex-grow: 1;
    padding-right: 20px;
  }
  .alignbtn div:nth-child(2) {
    margin-top: 0;
    align-self: flex-end;
  }
}
.topics {
  margin: 30px 0;
}
.topics > div {
  position: relative;
  min-height: 48px;
  padding-left: 64px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
}
.topics .avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  left: 0;
}
.forumtopic {
  display: block;
  font-weight: 500;
  overflow: hidden;
}
.forumtopic span {
  display: block;
  max-height: 3.25em;
  text-overflow: ellipsis;
  color: var(--text-color);
}
.forumcategory {
  display: block;
  color: var(--text-color-medium);
  margin-top: 1px;
  font-size: .9rem;
}
.tips p {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .tips p {
    margin-top: 8px;
    font-size: 20px;
  }
}
.mastodon {
  background: transparent url(img/social/mastodon.svg) top left no-repeat;
}
.youtube {
  background: transparent url(img/social/youtube.svg) top left no-repeat;
}
.instagram {
  background: transparent url(img/social/instagram.svg) top left no-repeat;
}
.facebook {
  background: transparent url(img/social/facebook.svg) top left no-repeat;
}
.linkedin {
  background: transparent url(img/social/linkedin.svg) top left no-repeat;
}
.telegram {
  background: transparent url(img/social/telegram.svg) top left no-repeat;
}
.tiktok {
  background: transparent url(img/social/tiktok.svg) top left no-repeat;
}
.reddit {
  background: transparent url(img/social/reddit.svg) top left no-repeat;
}
.discord {
  background: transparent url(img/social/discord.svg) top left no-repeat;
}
.threads {
  background: transparent url(img/social/dark/threads.svg) top left no-repeat;
}
.bluesky {
  background: transparent url(img/social/bluesky.svg) top left no-repeat;
}
.twitter {
  background: transparent url(img/social/dark/x.svg) top left no-repeat;
  background-size: 20px !important;
}
h2 + .social,
.social + p {
  margin-top: 2rem;
}
.social > .column {
  padding-bottom: 0;
}
.social a {
  display: block;
  width: 100%;
  height: 24px;
  font-size: 15px;
  background-size: 24px 24px;
  padding-left: 34px;
  transition: transform .1s;
  overflow: hidden;
}
.social a + a {
  margin-top: 1.333rem;
}
@media (max-width: 359px) {
  .social .column.w50 {
    width: 100%;
  }
  .social .column.w50:nth-child(1) {
    padding-bottom: 1.333rem;
  }
}
.card.color2 .social + p {
  color: var(--card2-headline);
}
.msreader-follow {
  display: inline-block;
  border: 1px solid var(--border);
  border-radius: 6px;
  min-width: 96px;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 16px;
}
.msreader-follow a {
  text-decoration: none;
  color: var(--text-color);
}
.msreader-follow .hover-text {
  display: none;
}
.msreader-follow:hover .hover-text {
  display: inline;
}
.msreader-follow:hover .current-text {
  display: none;
}
.msreader-follow .ab-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: transparent url(img/icons/heart.svg) center no-repeat;
  background-size: 16px 16px;
  vertical-align: middle;
  filter: grayscale(1);
  opacity: .3;
  transition: all 0.1s ease-in-out;
}
.msreader-follow.following .ab-icon,
.msreader-follow.follow:hover .ab-icon {
  filter: grayscale(0);
  opacity: 1;
}
.msreader-follow.following:hover .ab-icon {
  filter: grayscale(1);
  opacity: .3;
}
.featureduser h2 {
  margin-top: 0;
}
.featureduser br {
  display: none;
}
.featureduser strong,
.featureduser b,
.featureduser a,
.featureduser a:visited {
  color: var(--text-color);
}
.featureduser p a {
  text-decoration: underline;
}
.featureduser p a:hover {
  text-decoration: none;
}
.userphoto {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 8px;
  width: 120px;
  height: 120px;
}
@media (min-width: 480px) {
  .userphoto {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 768px) {
  .userphoto {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .userphoto {
    width: 172px;
    height: 172px;
  }
}
.btn-more,
.page-numbers {
  background: var(--card-background);
  color: var(--text-color) !important;
  font-size: 13px;
  display: inline-block;
  padding: 10px 16px;
  line-height: 1;
  text-decoration: none !important;
  border: 1px solid var(--border);
  border-radius: 8px;
}
.btn-more.current,
.page-numbers.current {
  background: #4c70f0;
  border-color: #4c70f0;
  color: #fff !important;
}
.btn-more:hover,
.page-numbers:hover,
.btn-more:focus,
.page-numbers:focus {
  border-color: var(--border-hover);
}
.content .wp-polls {
  color: var(--card2-text);
}
.content .wp-polls h2 {
  margin-top: 0;
}
.content .wp-polls ul {
  margin: 30px 0;
}
.content .wp-polls li {
  margin: 16px 0;
}
.content .wp-polls .column {
  text-align: left;
}
.content .wp-polls .voters {
  font-weight: 500;
}
.content .wp-polls .pollbar {
  margin-top: 6px;
}
.content .wp-polls label {
  color: var(--card2-text);
}
.content .wp-polls input {
  margin-right: 8px;
}
.content .wp-polls small {
  font-weight: 400;
  color: var(--card2-text-medium);
}
.content .wp-polls .column:nth-child(2) {
  text-align: right;
}
.content .wp-polls .Buttons {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .wp-polls-ans {
    padding-bottom: 20px;
  }
  .wp-polls-ans .row {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .wp-polls-ans {
    padding-bottom: 30px;
  }
}
@media (max-width: 399px) {
  .wp-polls-ul + .row > .column {
    width: 100%;
    padding-top: 10px;
  }
  .content .wp-polls .column:nth-child(2) {
    text-align: left;
  }
}
.maintenance {
  background: var(--card-background) url(img/icons/info25.svg) 15px 10px no-repeat;
  background-size: 25px 25px;
  border-radius: 8px;
  border: 1px solid var(--border-light);
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 15px 10px 53px;
  min-height: 47px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .maintenance {
    margin: -10px 0 20px 0;
  }
}
.maintenance h1,
.maintenance h2,
.maintenance h3,
.maintenance p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
.pad {
  padding: 20px;
}
@media (min-width: 768px) {
  .pad {
    padding: 24px;
  }
}
.category-nav:after {
  display: block;
  content: '';
  clear: both;
}
.category-list,
.category-list li {
  list-style-position: outside;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-list li {
  margin-top: 12px;
}
.category-list li.separator {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.category-list li:nth-child(1) {
  margin-top: 0;
}
.category-list a {
  display: block;
  background-color: transparent;
  background-image: url(img/categories.svg?v=2);
  background-size: 24px 1250px;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 2px 0 2px 38px;
  height: 26px;
  overflow: hidden;
  text-decoration: none;
  color: var(--text-color);
}
.category-list #cat-anime-manga {
  background-position: 0 -49px;
}
.category-list #cat-browser {
  background-position: 0 -96px;
}
.category-list #cat-design {
  background-position: 0 -147px;
}
.category-list #cat-family {
  background-position: 0 -196px;
}
.category-list #cat-food {
  background-position: 0 -297px;
}
.category-list #cat-gaming {
  background-position: 0 -443px;
}
.category-list #cat-gadgets {
  background-position: 0 -348px;
}
.category-list #cat-following {
  background-position: 0 -396px;
}
.category-list #cat-health-fitness {
  background-position: 0 -1196px;
}
.category-list #cat-literature {
  background-position: 0 -497px;
}
.category-list #cat-movies-tv {
  background-position: 0 -246px;
}
.category-list #cat-music {
  background-position: 0 -547px;
}
.category-list #cat-photography {
  background-position: 0 -596px;
}
.category-list #cat-personal {
  background-position: 0 -648px;
}
.category-list #cat-pets {
  background-position: 0 -798px;
}
.category-list #cat-privacy {
  background-position: 0 -694px;
}
.category-list #cat-productivity {
  background-position: 0 -748px;
}
.category-list #cat-science {
  background-position: 0 -948px;
}
.category-list #cat-software {
  background-position: 0 -998px;
}
.category-list #cat-sports {
  background-position: 0 -1047px;
}
.category-list #cat-technology {
  background-position: 0 -1095px;
}
.category-list #cat-travel {
  background-position: 0 -897px;
}
.category-list #cat-uncategorized {
  background-position: 0 -848px;
}
.category-list #cat-recent {
  background-position: 0 -1148px;
}
.category-list a:visited {
  color: var(--text-color-medium);
}
.category-list .current a,
.category-list a:hover {
  color: #4c70f0;
}
.category-list .current a {
  font-weight: 500;
}
#category-header > h1 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
#category-header h1 .faded {
  opacity: .5;
}
#category-nav-button {
  display: none;
}
@media (max-width: 859px) {
  #category-name {
    cursor: pointer;
    outline: none;
  }
  #category-nav-button {
    display: inline-block;
    transition: .3s;
    background: transparent;
    color: var(--text-color-medium) !important;
    outline: none;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
  }
  #category-menu {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 185px;
    left: 0;
  }
  #category-menu h3 {
    display: none;
  }
  .showcategories #category-nav-button {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    outline: none;
  }
  .showcategories .category-list li {
    margin-top: 14px !important;
  }
  .showcategories #category-menu {
    display: block;
    border: none !important;
    box-shadow: 0 21px 42px 0 var(--border);
  }
  .showcategories .category-nav {
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
  }
}
@media (max-width: 859px) and (min-width: 480px) {
  .showcategories .category-list:after {
    content: '';
    display: block;
    clear: both;
  }
  .showcategories .category-list li {
    width: 50%;
    float: left;
  }
}
@media (max-width: 360px) {
  #category-header h1 .faded {
    display: none;
  }
}
.btn-follow {
  display: inline-block;
  border: 1px solid var(--border);
  background: var(--card-background);
  font-size: 15px;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 8px;
  margin: 0 3px;
  cursor: pointer;
}
.btn-follow span {
  padding-right: 2px;
}
#blogtools .badge-level1,
#blogtools .badge-level2,
#blogtools .badge-level3 {
  width: 34px;
  height: 34px;
  left: 79px;
  bottom: 0px;
}
#blogtools .badge-level1 {
  background: transparent url('img/badge-level1-size34.png') center no-repeat;
  background-size: 34px;
}
#blogtools .badge-level2 {
  background: transparent url('img/badge-level2-size34.png') center no-repeat;
  background-size: 34px;
}
#blogtools .badge-level3 {
  background: transparent url('img/badge-level3-size34.png') center no-repeat;
  background-size: 34px;
}
#blogtools .badgelink {
  display: block;
  width: 34px;
  height: 34px;
}
.blog_directory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.blog_directory .badgelink {
  display: block;
  width: 16px;
  height: 16px;
}
.blog_directory > div {
  position: relative;
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  vertical-align: top;
  word-break: normal;
}
@media (min-width: 360px) {
  .blog_directory > div {
    width: 50%;
    padding: 20px 10px;
  }
}
@media (min-width: 768px) {
  .blog_directory > div {
    width: 33.3333333%;
  }
}
.blog_directory a {
  font-weight: 500;
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--text-color);
}
.blog_directory a:hover {
  color: #4c70f0;
}
.blog_directory .avatarwrap {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto 1rem auto;
}
.blog_directory .avatarwrap img {
  border-radius: 100%;
}
.blog_directory span.subdomain {
  display: block;
  width: 120px;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-top: 6px;
  white-space: nowrap;
  text-align: center;
}
.blog_directory p {
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.2;
  opacity: 0.8;
}
.blog_directory_nav {
  font-weight: 500px;
  font-size: 17px;
}
.navlinks {
  width: 100%;
  padding: 20px;
}
.blog_directory .badge-level1,
.blog_directory .badge-level2,
.blog_directory .badge-level3 {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0px;
  left: 44px;
}
.blog_directory .badge-level1 {
  background: transparent url('img/badge-level1-size16.png') center no-repeat;
  background-size: 16px;
}
.blog_directory .badge-level2 {
  background: transparent url('img/badge-level2-size16.png') center no-repeat;
  background-size: 16px;
}
.blog_directory .badge-level3 {
  background: transparent url('img/badge-level3-size16.png') center no-repeat;
  background-size: 16px;
}
aside {
  font-size: 14px;
}
aside > div {
  border: 1px solid var(--border-light);
  background: var(--card-background);
  border-radius: 8px;
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
#blogtools {
  text-align: center;
  color: #bbb1e9;
}
#blogtools > div {
  display: inline-block;
  margin: 8px auto 20px auto !important;
}
#blogtools .avatarwrap {
  width: 112px;
  height: 112px;
}
#blogtools .avatar {
  border-radius: 100%;
  width: 112px;
  height: 112px;
  margin: auto;
}
#blogtools a {
  display: block;
  text-decoration: none;
  font-weight: 500;
}
#blogtools a:hover {
  color: #4c70f0;
}
#blogtools a + a {
  margin-top: 1px;
}
#bloggers-list {
  padding: 0;
}
#bloggers-list a {
  display: block;
  padding: 15px 20px;
  border-radius: 8px;
  text-decoration: none;
  line-height: 1;
}
#bloggers-list a:hover {
  color: #4c70f0;
}
#aside .widget_search {
  padding: 0;
  font-size: 15px;
  border: none;
}
#aside .widget_search form {
  position: relative;
}
#aside .widget_search label {
  display: block;
  box-sizing: border-box;
  padding-right: 41px;
  width: 100%;
}
#aside .widget_search .search-field {
  display: block;
  width: 100%;
  padding: 6px 14px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#aside .widget_search .search-submit,
#aside .widget_search .search-submit:hover,
#aside .widget_search .search-submit:focus,
#aside .widget_search .search-submit:active {
  display: block;
  text-indent: -99em;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 33;
  width: 40px;
  height: 100%;
  padding: 0;
  border: 1px solid var(--border-input);
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: var(--light-background) url(img/icons/ui-search.svg) 9px 10px no-repeat;
  background-size: 16px 16px;
}
@media (prefers-color-scheme: dark) {
  #aside .widget_search .search-submit,
  #aside .widget_search .search-submit:hover,
  #aside .widget_search .search-submit:focus,
  #aside .widget_search .search-submit:active {
    background: var(--light-background) url(img/icons/ui-search-darkmode.svg) 9px 10px no-repeat;
    background-size: 16px 16px;
  }
}
.mainsearch div {
  position: relative;
  padding: 0 110px 30px 0;
}
.mainsearch [type=text] {
  padding: 8px 20px;
  width: 100%;
  line-height: 20px;
  border-radius: 4px;
}
.mainsearch [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  width: 100px;
  line-height: 20px;
  border-radius: 4px;
}
.page-template-bloggers .avatar {
  border-radius: 100%;
}
.page-template-about #content {
  width: 100%;
  padding: 0;
}
#about-us {
  background: var(--img-bg);
  padding: 30px;
  text-align: center;
}
@media (min-width: 480px) {
  #about-us {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  #about-us {
    padding: 60px;
  }
}
#about-us > div {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#about-us a {
  display: block;
  max-width: 1120px;
  margin: 0 auto;
  text-align: left;
}
#about-us .videoWrapper {
  max-width: 100%;
}
#about-us #jon-video {
  width: 1120px;
  max-width: 100%;
  padding-top: 30px;
}
@media (min-width: 768px) {
  #about-us #jon-video {
    padding-top: 40px;
  }
}
#about-us #jon-video iframe {
  border-radius: 8px;
}
#about-us #jon-video video {
  border-radius: 8px;
  max-width: 100%;
  cursor: pointer;
}
#memcount {
  margin: 0;
  padding: 60px 0;
  background: var(--light-background) url(img/confetti_transparent.png) center no-repeat;
  background-size: 1640px 700px;
}
@media (max-width: 1200px) {
  #memcount {
    background-size: 1125px 480px;
  }
}
@media (max-width: 640px) {
  #memcount {
    background-size: 890px 380px;
  }
}
#memcount h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (max-width: 767.999px) {
  #memcount {
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  #memcount {
    padding: 90px 0;
  }
  #memcount h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  #memcount {
    padding: 120px 0;
  }
  #memcount h2 {
    font-size: 4.667rem;
  }
}
.purplesection {
  background: var(--purple-gradient);
  padding: 40px 10px;
  margin: 0 0 60px 0;
}
@media (min-width: 480px) {
  .purplesection {
    padding: 60px 20px;
  }
}
@media (min-width: 1024px) {
  .purplesection {
    padding: 90px 20px;
  }
}
.purplesection .btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
  margin-bottom: 20px;
}
.purplesection .btn-secondary:hover {
  border-color: #ffffff;
}
.whitebox {
  background: var(--body-color);
  height: 100%;
  border-radius: 8px;
  padding: 30px;
}
@media (min-width: 480px) {
  .whitebox {
    padding: 40px;
  }
}
@media (max-width: 767.999px) {
  .whitebox img {
    width: 100%;
  }
  .whitebox .extrapad {
    margin: auto;
    width: 430px;
    max-width: 100%;
  }
}
.whitebox .column {
  padding-bottom: 0;
}
.whitebox .btn-secondary {
  margin-top: 10px;
}
@media (max-width: 767.999px) {
  .volunteers img {
    width: 100%;
  }
  .volunteers .vpad {
    margin: auto;
    padding-top: 20px;
    width: 430px;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .extrapad {
    padding: 0 30px;
  }
}
.testimonials .column:last-child {
  padding-bottom: 0;
}
.purplequote {
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: var(--img-bg);
  padding: 30px;
  border-radius: 8px;
}
.purplequote > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.999px) {
  .purplequote > div {
    width: 600px;
    max-width: 100%;
    margin: auto;
  }
}
.purplequote > div:nth-child(1) {
  background: transparent url(img/quote-left.svg) top center no-repeat;
  background-size: 40px 40px;
  padding-top: 48px;
}
.purplequote > div:nth-child(2) {
  align-content: flex-end;
  text-align: center;
}
.purplequote > div div {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .purplequote {
    margin: 0 0 30px 0;
  }
}
.purplequote p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .purplequote {
    padding: 50px;
  }
  .purplequote p {
    font-size: 1.1rem;
  }
}
@media (min-width: 1440px) {
  .purplequote {
    padding: 60px;
  }
  .purplequote p {
    font-size: 1.2rem;
  }
}
.purplequote cite {
  display: block;
  color: var(--text-color-medium);
}
.purplequote div > img {
  border-radius: 100%;
  margin: 30px auto 20px auto;
}
@media (max-width: 768px) {
  .purplequote div > img {
    width: 80px;
    height: 80px;
    margin-top: 20px;
  }
}
.emoji {
  display: inline-block;
}
.buttonpad {
  padding-top: 30px !important;
}
.volunteers {
  background: var(--body-color);
  border-radius: 8px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.volunteers h3 {
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}
.volunteers h3 + p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .volunteers {
    padding: 50px;
  }
}
@media (min-width: 1440px) {
  .volunteers {
    padding: 60px;
  }
}
.volunteers img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.page-template-email {
  padding: 0px;
}
.page-template-email #content {
  width: 800px;
  padding: 30px 20px;
}
@media screen and (min-width: 640px) {
  .page-template-email #content {
    padding: 60px 20px;
  }
}
.page-template-email #colophon > div {
  width: 800px;
}
.page-template-email .wp-block-button a {
  display: inline-block;
  text-decoration: none !important;
  padding: 12px 22px;
  line-height: 19px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 22px;
  margin: 10px 0;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
  color: var(--text-color-medium) !important;
  background: var(--body-color);
  border: 2px solid rgba(47, 63, 79, 0.2);
}
.page-template-email .wp-block-button a:hover {
  border-color: #2f3f4f;
}
#contribute {
  padding-top: 24px;
}
#contribute .row.padding-top {
  padding-top: 28px;
}
.box-a1,
.box-a2,
.box-a3,
.box-a4,
.box-a5,
.box-a6,
.box-a7 {
  position: relative;
  border-radius: 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 30px;
  font-size: 17px;
}
.box-a1 h2,
.box-a2 h2,
.box-a3 h2,
.box-a4 h2,
.box-a5 h2,
.box-a6 h2,
.box-a7 h2 {
  font-size: 1.25em;
}
@media (min-width: 800px) {
  .box-a1,
  .box-a2,
  .box-a3,
  .box-a4,
  .box-a5,
  .box-a6,
  .box-a7 {
    padding: 40px;
    font-size: 1.125rem;
  }
}
#contribute .bignumber {
  padding-bottom: 96px !important;
  font-weight: 400;
  line-height: 1.5;
}
#contribute .bignumber:after {
  display: block;
  font-size: 60px;
  font-weight: bolder;
  position: absolute;
  bottom: 26px;
  right: 30px;
  z-index: 9;
  line-height: 1;
  opacity: .16;
}
#contribute .bignumber a {
  font-weight: 500;
}
@media (min-width: 800px) {
  #contribute .bignumber {
    padding-bottom: 120px !important;
  }
  #contribute .bignumber:after {
    font-size: 86px;
  }
}
.box-a1 {
  background: #ED5565;
  padding-bottom: 60px;
}
.box-a1:after {
  content: '1';
  color: #fff;
}
.box-a2 {
  background: #009694;
}
.box-a2:after {
  content: '2';
  color: #fff;
}
.box-a3 {
  background: #FFD666;
  color: #2f374f;
}
.box-a3 p,
.box-a3 a,
.box-a3 a:hover {
  color: #2f374f;
}
.box-a3:after {
  content: '3';
  color: #fff;
}
.box-a4 {
  background: #4C70F0;
}
.box-a4:after {
  content: '4';
  color: #fff;
}
.box-a5 {
  background: #eee;
  color: #222;
}
.box-a5 p,
.box-a5 a {
  color: #222 !important;
}
.box-a5:after {
  content: '5';
}
.box-a6 {
  background: #7609f8 url(img/merch.webp?v=2) center;
  background-size: cover;
  text-decoration: none;
  min-height: 320px;
}
.box-a6:hover {
  text-decoration: none;
}
.box-a6:after {
  content: '6';
}
@media (min-width: 768px) {
  .box-a6 {
    background: #7609f8 url(img/merch.webp?v=2) center bottom;
    background-size: cover;
    min-height: 420px;
  }
}
.box-a7 {
  background: #171D33;
  color: #fff;
}
.box-a7 p {
  color: #bcc1c5 !important;
}
/*! mediabox v1.1.3 | (c) 2018 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */
.stop-scroll {
  height: 100%;
  overflow: hidden;
}
.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
}
@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mediabox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}
@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
  background-size: 24px 24px;
  z-index: 999;
}
.mediabox-close:hover {
  opacity: 0.5;
}
@media all and (max-width: 768px) {
  .mediabox-content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  .mediabox-content iframe {
    height: 320px !important;
  }
  .mediabox-close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) {
  .mediabox-content iframe {
    height: 220px !important;
  }
  .mediabox-close {
    bottom: 262px;
  }
}
.faqs {
  width: 820px;
}
.faq {
  margin: 30px 0 60px 0;
  padding: 0;
  list-style: none;
}
.faq .item {
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--border);
  padding: 8px 0;
}
.faq .item:last-child {
  border-bottom: 1px solid var(--border);
}
.faq img {
  display: block;
  margin: 10px 0;
}
.faq .topic {
  position: relative;
  margin: 0;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  color: var(--text-color);
}
.faq .topic::before {
  position: absolute;
  top: 22px;
  left: 0;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.1s ease-out;
}
.faq .topic:hover {
  color: #4c70f0;
}
.faq .topic:hover::before {
  border-color: #4c70f0;
}
.faq .item.active .topic {
  color: #4c70f0;
}
.faq .item.active .topic::before {
  transform: rotate(45deg);
  top: 18px;
  border-color: #4c70f0;
}
.faq .answer {
  margin: 0;
  padding: 3px 22px 16px 22px;
  display: none;
  font-size: 1em;
}
.faq .answer a {
  color: var(--text-color-medium);
}
.faq .answer p {
  margin-top: 0;
  font-size: 1em;
  font-weight: 400;
}
.faq .answer:last-child {
  margin-bottom: 0;
}
.error-page {
  font-size: 18px;
  padding: 40px 0;
  text-align: center;
}
.error-page h1 {
  color: #f03a39;
  font-weight: 800;
  line-height: 1.1;
  font-size: 1.6em;
  margin: 24px 0;
}
.error-page h1 strong {
  display: block;
  font-weight: 800;
  font-size: 1.6em;
}
.error-page p {
  margin: 24px 0;
}
.tony-img {
  max-width: 60%;
  display: block;
  margin: auto;
}
@media (min-width: 480px) {
  .error-page {
    font-size: 20px;
    padding: 60px 0;
  }
  .error-page h1 {
    font-size: 2em;
    margin: 30px 0;
  }
  .error-page h1 strong {
    font-size: 2em;
  }
  .error-page p {
    margin: 30px 0;
  }
  .tony-img {
    max-width: 42%;
  }
  .error-page .btn-primary {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .error-page {
    text-align: left;
    padding: 60px 30px;
  }
  .tony-img {
    float: right;
    max-width: 42%;
    margin: 0 0 0 20px;
  }
}
@media (min-width: 960px) {
  .error-page {
    font-size: 21px;
    padding: 80px 30px 60px 30px;
  }
  .error-page .btn-primary {
    font-size: 19px;
  }
  .tony-img {
    float: right;
    max-width: 42%;
    margin: -30px 0 0 30px;
  }
}
#colophon {
  clear: both;
  line-height: 24px;
  font-size: 14px;
  background: var(--body-color);
}
#colophon > div {
  width: 1320px;
  margin: auto;
  max-width: 100%;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  #colophon > div {
    padding: 25px 40px;
  }
}
#colophon svg {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
#colophon a {
  color: var(--text-color-medium);
  text-decoration: none;
}
#colophon a:hover,
#colophon a:focus,
#colophon a:active {
  text-decoration: underline;
}
#colophon .imprint {
  font-weight: 500;
  margin-right: 14px;
}
#colophon .site-info span span {
  display: inline-block;
  opacity: .3;
  padding: 0 7px;
}
#colophon .footer-links {
  display: block;
}
@media (min-width: 800px) {
  #colophon .footer-links {
    float: right;
  }
}
