/*-----------------------------------------------------------
	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
-------------------------------------------------------------*/
/*! normalize.css MIT License & sanitize.css CC0 License */
html,
body {
  background: #fff;
  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 {
  box-sizing: border-box;
}
audio,
canvas,
iframe,
img,
svg,
video,
picture {
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width: 940px) {
  .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: 1140px) {
  .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: #2f374f;
}
img.w100 {
  display: block;
  width: 100%;
}
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;
}
::selection,
::-moz-selection,
::-webkit-selection {
  background-color: #bbb;
  color: #2f374f;
  text-shadow: none;
}
::placeholder {
  opacity: .6;
}
template,
[hidden],
.hidden {
  display: none;
}
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;
}
.relative {
  position: relative;
}
[data-a11y-dialog-native] .dialog-overlay {
  display: none;
}
dialog[open] {
  display: block;
}
.dialog[aria-hidden="true"] {
  display: none;
}
.dialog-overlay {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
dialog::backdrop {
  background-color: rgba(255, 255, 255, 0.75);
}
.dialog-content {
  background-color: #ffffff;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.dialog-content {
  padding: 30px;
  max-width: 90%;
  width: 540px;
  border-radius: 8px;
  font-size: 17px;
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 60px;
  }
}
.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9);
}
.dialog h2 {
  margin: 0;
}
.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.1s;
}
@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em;
  }
}
.protect {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
[data-a11y-dialog-native] .dialog-overlay {
  display: none;
}
dialog[open] {
  display: block;
}
.dialog[aria-hidden="true"] {
  display: none;
}
.dialog-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-content {
  background-color: #ffffff;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.dialog-content {
  padding: 24px;
  max-width: 80%;
  width: 860px;
  border-radius: 8px;
  font-size: 17px;
}
.dialog-content h2 {
  font-size: 1.44rem;
  margin: 10px 0;
}
.dialog-content > div {
  clear: both;
  position: relative;
  padding: 20px 0 0 60px;
  min-height: 80px;
}
.dialog-content > div img {
  margin-bottom: 20px;
  border-radius: 8px;
}
@media (max-width: 1920px) {
  .dialog-content > div img {
    width: 300px;
  }
}
.dialog-content > div p {
  margin-top: 8px;
}
.dialog-content .num {
  display: block;
  background: #4c70f0;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 20px;
  border-radius: 100%;
  text-align: center;
  float: left;
  margin-left: -60px;
}
@media (min-width: 960px) {
  .dialog-content h2 {
    font-size: 1.728rem;
  }
  .dialog-content > div {
    padding: 20px 0 0 72px;
    min-height: 100px;
  }
  .dialog-content > div > div {
    padding-top: 30px;
  }
  .dialog-content > div img {
    float: right;
    margin: 0 0 20px 40px;
  }
  .dialog-content > div p {
    font-size: 19px;
  }
  .dialog-content .num {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-left: -72px;
    font-size: 22px;
  }
}
.btn-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.1s;
}
@media screen and (min-width: 700px) {
  .btn-close {
    top: 1em;
    right: 1em;
  }
}
.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: #2f374f;
  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 {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1em;
}
p,
ul,
ol,
blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
p {
  font-size: 1rem;
  color: #434b64;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2 {
  text-wrap: balance;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 2rem 0 1rem;
  font-weight: 500;
  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.728rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
h1 strong {
  color: #ef3939;
}
h1 a {
  color: #2f374f;
  text-decoration: none;
}
@media (min-width: 1140px) {
  h1 {
    font-size: 2.25rem;
  }
}
h2 {
  font-size: 1.728rem;
}
h3,
.card h2 {
  font-size: 1.44rem;
}
@media (max-width: 1139px) {
  h3,
  .card h2 {
    font-size: 1.2rem;
  }
}
h4 {
  font-size: 1.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;
}
.smalltitle,
aside h2 {
  font-size: .9rem;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
figcaption {
  font-size: .9rem;
  color: #434b64;
}
.whitetext h2,
.whitetext p {
  color: #fff;
}
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;
}
ul li + li {
  margin-top: .5em;
}
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;
}
a {
  color: #2f374f;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline-width: 1px;
}
a:active {
  outline: none;
}
@media (max-width: 939px) {
  a {
    text-decoration: underline;
  }
}
a.forumcategory,
.card p a {
  text-decoration: none;
}
a.forumcategory:hover,
.card p a:hover {
  text-decoration: underline;
}
[type="submit"],
.btn-primary,
.btn-secondary {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none !important;
  padding: 12px 22px;
  line-height: 19px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 22px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
}
[type="submit"],
.btn-primary {
  color: #fff !important;
  background: #4c70f0;
  border: 2px solid transparent;
}
[type="submit"]:hover,
.btn-primary:hover {
  background-color: #2b56f0;
  text-decoration: none;
}
.btn-secondary {
  color: #2f374f;
  background: #fff;
  border: 2px solid rgba(47, 63, 79, 0.2);
}
.btn-secondary:hover {
  border-color: #2f3f4f;
}
#vsocial .btn-primary,
.themelist .btn-primary,
.vivalditips .btn-primary,
#vsocial .btn-secondary,
.themelist .btn-secondary,
.vivalditips .btn-secondary {
  margin: 10px 6px 0 0;
}
#vsocial .btn-secondary,
.themelist .btn-secondary,
.vivalditips .btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  transition: all 0.1s ease-in-out;
  color: #fff;
}
#vsocial .btn-secondary:hover,
.themelist .btn-secondary:hover,
.vivalditips .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1440px) {
  .btn-secondary.large,
  .btn-primary.large {
    padding: 15px 32px;
    line-height: 30px;
    font-size: 1.3rem;
    font-weight: 400;
    border-radius: 30px;
  }
}
a.logout {
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 940px) {
  a.logout {
    margin: 12px auto -6px auto;
  }
}
a.logout:hover {
  color: #4c70f0;
}
.buttonmargin {
  margin: 20px 0 5px 0 !important;
}
.btn-app-store {
  display: inline-block;
  width: 144px;
  height: 48px;
  margin: 0;
}
@media (max-width: 1139px) {
  [type="submit"],
  .btn-primary,
  .btn-secondary,
  .btn-vs {
    padding: 10px 16px;
  }
}
input,
select,
textarea {
  background-color: #fff;
  color: #2f374f;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  overflow: visible;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
[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;
}
#content,
.content {
  width: 1320px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
}
@media (min-width: 940px) {
  #content,
  .content {
    padding: 30px 20px;
  }
}
.wrap {
  width: 1320px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 940px) {
  .wrap #content {
    width: 72%;
    float: left;
    padding-right: 30px;
  }
  .wrap #aside {
    width: 28%;
    float: right;
  }
  .wrap:after {
    display: block;
    content: '';
    clear: both;
  }
}
#aside {
  padding: 20px;
}
@media (min-width: 940px) {
  #aside {
    padding: 70px 20px 30px 0;
  }
}
.reverse {
  flex-direction: row-reverse;
}
.top {
  align-items: flex-start;
}
.bottom {
  align-items: flex-end;
}
.center-v {
  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 -10px;
}
.row + .row {
  margin-top: 10px;
}
.row > .column {
  position: relative;
  width: 100%;
  padding: 0 10px 30px 10px;
}
@media (min-width: 940px) {
  .row > .column {
    padding-bottom: 20px;
  }
}
.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: 940px) {
  .row > .column.nopadding {
    padding: 0 10px;
  }
}
@media (max-width: 939px) {
  .row > .column.nopadding {
    padding: 0 10px;
  }
  .row > .column.nopadding .nopadding {
    padding-bottom: 20px;
  }
}
.row.padbottom {
  padding-bottom: 20px;
}
.smallbottompadding {
  padding-bottom: 10px !important;
}
@media (min-width: 940px) {
  .nobottompadding {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 939px) {
  .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: 940px) {
  .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: 940px) and (max-width: 1139px) {
  .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) {
  #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;
}
#welcome {
  border-radius: 8px;
  margin-bottom: 30px;
}
@media (min-width: 940px) {
  #welcome {
    border-radius: 12px;
  }
}
@media (min-width: 480px) {
  #welcome {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.07);
    padding: 20px;
  }
}
#welcome .column {
  padding-bottom: 0;
}
@media (min-width: 1140px) {
  #welcome {
    padding: 0;
  }
  #welcome .column.w40 {
    padding: 0 30px;
  }
}
#welcome .btn-primary {
  margin-right: 5px;
}
#welcome .btn-primary,
#welcome .btn-secondary {
  min-width: 110px;
  margin-top: 5px;
}
@media (max-width: 1139px) {
  #welcome .column:nth-child(2) {
    padding: 20px 10px 10px 10px;
  }
}
@media (min-width: 1140px) {
  #welcome .btn-primary,
  #welcome .btn-secondary {
    margin: 5px 10px 0 1px;
    min-width: 140px;
    text-align: center;
  }
}
@media (max-width: 939px) {
  #welcome .btn-primary,
  #welcome .btn-secondary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
iframe,
video {
  max-width: 100%;
  vertical-align: middle;
}
video {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.introvideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 940px) {
  .introvideo {
    border-radius: 12px;
  }
}
@media (min-width: 1140px) {
  .introvideo {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.introvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
}
@media (min-width: 940px) {
  .introvideo iframe {
    border-radius: 12px;
  }
}
@media (min-width: 1140px) {
  .introvideo iframe {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
#mytools {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 20px;
}
@media (min-width: 940px) {
  #mytools {
    border-radius: 12px;
  }
}
@media (min-width: 560px) {
  #mytools {
    padding-left: 100px;
  }
}
#mytools .avatar {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: 10px;
}
@media (min-width: 560px) {
  #mytools .avatar {
    position: absolute;
    top: 20px;
    left: 30px;
  }
}
#mytools h1 {
  font-size: 1.2rem;
  margin: 0;
  padding-top: 5px;
}
#mytools p {
  margin: 5px 0 0 0;
}
#myforum {
  background: transparent url(img/icon-forum.svg) top left no-repeat;
}
#myblog {
  background: transparent url(img/icon-blog.svg) top left no-repeat;
}
#mythemes {
  background: transparent url(img/icon-themes.svg) top left no-repeat;
}
#myaccount {
  background: transparent url(img/icon-account.svg) top left no-repeat;
}
#mysocial {
  background: transparent url(img/icon-mastodon.svg) top left no-repeat;
}
#mysync {
  background: transparent url(img/icon-sync.svg) top left no-repeat;
}
.iconlinks {
  padding-top: 5px;
}
.iconlinks a {
  display: inline-block;
  white-space: nowrap;
  padding-left: 32px;
  line-height: 24px;
  background-size: 24px 24px;
  margin: 0 10px 10px 0;
  text-decoration: none;
}
.iconlinks a:hover {
  color: #4c70f0;
}
#blogtools .avatar {
  border-radius: 100%;
  width: 128px;
  height: 128px;
  margin: 10px auto;
}
@media (max-width: 799px) {
  #latest + .column {
    width: 100%;
  }
}
@media (min-width: 940px) {
  #spotlight .column,
  #spotlight .cardContainer {
    height: 100%;
  }
  #spotlight .row {
    height: calc(100% - 33px);
  }
}
.articleimg {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 230px;
}
@media (max-width: 1139px) {
  .articleimg {
    height: auto;
    padding-bottom: 56.25%;
  }
}
.card {
  border-radius: 8px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.card img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 940px) {
  .card {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
  }
  .card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.card .emoji {
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.card .btn-secondary {
  min-width: 140px;
  text-align: center;
}
.card + .card {
  margin-top: 30px;
}
.card.darkcolor {
  background: #151f41;
}
.card.darkcolor p,
.card.darkcolor h3,
.card.darkcolor a,
.card.darkcolor a:active,
.card.darkcolor a:visited,
.card.darkcolor a:hover {
  color: #fff;
}
.card.darkcolor p a {
  text-decoration: underline;
}
.card.darkcolor p a:hover {
  text-decoration: none;
}
@media (min-width: 940px) {
  .fluid .card {
    height: calc(100% - 33px);
  }
  .auto .card {
    height: auto;
  }
}
.video {
  width: 100%;
  border-radius: 8px;
}
@media (min-width: 940px) {
  .video {
    border-radius: 12px;
  }
}
.pad {
  padding: 20px;
}
@media (min-width: 940px) {
  .pad {
    padding: 24px;
  }
}
@media (min-width: 1140px) {
  .pad {
    padding: 32px;
  }
}
#vsocial {
  background: #243470;
  background: linear-gradient(30deg, #243470 0%, #344ca3 100%);
  color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
}
@media (min-width: 940px) {
  #vsocial {
    border-radius: 12px;
    height: calc(100% - 33px);
  }
}
@media (min-width: 1140px) {
  #vsocial {
    margin-bottom: 0;
  }
}
#vsocial p {
  color: #fff;
  font-weight: 500;
}
#vsocial > div {
  height: 100%;
  background: transparent url(img/tony/tony-hi-small.png) bottom right no-repeat;
  background-size: 140px 140px;
  padding: 40px 20px 120px 20px;
  border-radius: 8px;
}
@media (min-width: 520px) {
  #vsocial > div {
    padding-bottom: 80px;
  }
}
@media (min-width: 580px) {
  #vsocial > div {
    padding: 30px;
  }
}
@media (min-width: 1140px) {
  #vsocial > div {
    padding: 40px;
  }
}
@media (min-width: 640px) {
  #vsocial > div {
    background-size: 200px 200px;
  }
}
@media (min-width: 940px) {
  #vsocial > div {
    background-size: 160px 160px;
  }
}
@media (min-width: 940px) {
  #vsocial > div {
    border-radius: 12px;
  }
}
@media (min-width: 1080px) {
  #vsocial > div {
    background-size: 200px 200px;
    background-position: 97% bottom;
  }
}
@media (min-width: 1200px) {
  #vsocial > div {
    background-size: 220px 220px;
  }
}
.vs-text {
  padding: 10px 0;
}
@media (min-width: 940px) {
  .v-center {
    display: table;
    width: 100%;
    height: 100%;
  }
  .v-center > div {
    display: table-cell;
    vertical-align: middle;
  }
  #themesections,
  #tipssection {
    margin-top: 30px;
  }
}
.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 {
  padding: 20px;
  background: #243470;
  background: linear-gradient(30deg, #141d3d 0%, #344ca3 100%);
  color: #fff;
}
.themelist img {
  display: block;
  width: 100%;
  border: 3px solid #000;
  border-radius: 8px;
}
.themelist .nobottompadding {
  padding-bottom: 0 !important;
}
.themelist .btn-secondary {
  margin: 0 auto;
}
.vivalditips {
  width: 100%;
  height: auto;
  padding: 0;
  background: #243470;
  background: linear-gradient(30deg, #243470 0%, #344ca3 100%);
  color: #fff;
}
.vivalditips > div {
  position: relative;
  padding: 20px;
  height: 100%;
  border-radius: 8px;
}
@media (min-width: 940px) {
  .vivalditips > div {
    padding: 24px;
  }
}
@media (min-width: 1140px) {
  .vivalditips > div {
    padding: 32px;
  }
}
@media (min-width: 940px) {
  .vivalditips > div {
    border-radius: 12px;
  }
}
.vivalditips h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.vivalditips p {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.5;
}
.vivalditips h3,
.vivalditips p {
  padding-right: 60px;
  color: #fff;
}
.vivalditips .tipbuttons {
  width: 100%;
  text-align: left;
}
.vivalditips .tipbuttons a {
  margin-top: 20px;
}
.vivalditips #tipimg,
.vivalditips #xmasimg {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 60px;
  height: 60px;
  transform: rotate(20deg);
}
.vivalditips h3,
.vivalditips p {
  padding-right: 80px;
}
@media (min-width: 640px) {
  .vivalditips p {
    font-size: 22px;
  }
}
@media (min-width: 900px) {
  .vivalditips h3,
  .vivalditips p {
    padding-right: 100px;
  }
  .vivalditips #tipimg {
    width: 72px;
    height: 72px;
  }
}
.vivalditips.xmas {
  background: #eeeeee url(img/xmas/winterpattern.webp) top left;
  color: #333;
}
.vivalditips.xmas h3,
.vivalditips.xmas p {
  color: #333;
}
.vivalditips.xmas .btn-secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: #333;
}
.vivalditips.xmas .btn-secondary:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 660px) {
  .vivalditips.xmas h3,
  .vivalditips.xmas p {
    padding-right: 120px;
  }
  .vivalditips.xmas #xmasimg {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 960px) {
  .vivalditips.xmas h3,
  .vivalditips.xmas p {
    padding-right: 180px;
  }
  .vivalditips.xmas #xmasimg {
    width: 140px;
    height: 140px;
  }
}
.versions {
  padding: 10px 0;
}
.versions a {
  display: block;
  padding-left: 29px;
  line-height: 20px;
}
a.stable {
  background: #ffffff url(img/vivaldi-red.svg) top left no-repeat;
  background-size: 20px 20px;
}
a.snapshot {
  margin-top: 10px;
  background: #ffffff url(img/vivaldi-gray.svg) top left no-repeat;
  background-size: 20px 20px;
}
#SoMe {
  background: #ad4fab;
  background: linear-gradient(30deg, #eb1e5f 0%, #ad4fab 35%, #6e7ff6 100%);
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
#SoMe p,
#SoMe a {
  color: #fff;
}
#SoMe p {
  font-size: 1.3rem;
  line-height: 1.25;
  margin: 0 0 1rem 0;
}
@media (min-width: 940px) {
  #SoMe {
    border-radius: 12px;
  }
}
#SoMe .btn-secondary {
  margin-top: 20px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
#SoMe .btn-secondary:hover {
  border-color: #ffffff;
}
.mastodon {
  background: transparent url(img/social/mastodon.svg) center no-repeat;
}
.twitter {
  background: transparent url(img/social/x.svg) center no-repeat;
  background-size: 28px !important;
}
.youtube {
  background: transparent url(img/social/youtube.svg) center no-repeat;
}
.instagram {
  background: transparent url(img/social/instagram.svg) center no-repeat;
}
.facebook {
  background: transparent url(img/social/facebook.svg) center no-repeat;
}
.telegram {
  display: inline-block;
  background: transparent url(img/social/telegram.svg) center no-repeat;
}
.social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 5px 6px 0 6px;
  background-size: 32px 32px;
  transition: transform .1s;
}
.social a:hover {
  transform: scale(1.1);
}
@media (max-width: 1060px) {
  .social a {
    width: 24px;
    height: 24px;
    margin: 5px 3px 0 3px;
    background-size: 24px 24px;
  }
}
.msreader-follow {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-width: 96px;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 16px;
}
.msreader-follow a {
  text-decoration: none;
  color: #2f374f;
}
.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;
}
@media (min-width: 940px) {
  .flipcard {
    cursor: pointer;
  }
  .cardContainer {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
  }
  .flip {
    transform: translateZ(0px) rotateY(180deg) !important;
  }
  .flip:after {
    display: none;
  }
}
.flipcard {
  display: inline-block;
  width: 100%;
  height: 100%;
  -moz-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media (min-width: 940px) {
  .flipcard {
    border-radius: 12px;
  }
}
.flipcard .front {
  display: block;
  text-decoration: none;
}
.flipcard .userphotobg {
  background: #e8ebf3;
  background: linear-gradient(0deg, #eef1f8 0%, #fcfdff 100%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 1px;
  height: 230px;
}
.flipcard .userphoto {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin: 25px auto;
}
@media (min-width: 940px) {
  .flipcard {
    border-radius: 12px;
  }
  .flipcard .userphotobg {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media (max-width: 939px) {
  .flipcard .front .pad {
    padding-bottom: 0;
  }
  .flipcard .back .pad {
    padding-top: 0;
  }
}
@media (min-width: 940px) {
  .flipcard:hover {
    box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
  }
  .flipcard:hover:after {
    opacity: 1;
  }
  .flipcard .side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
  }
  .flipcard .front {
    z-index: 2;
    padding-bottom: 48px;
    background: #fff;
  }
  .flipcard .front:after {
    display: block;
    position: absolute;
    bottom: 24px;
    right: 24px;
    content: '';
    width: 20px;
    height: 20px;
    background: transparent url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjMmYzNzRmIj48cmVjdCBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiLz48cGF0aCBkPSJNMTUsNWwtMS40MSwxLjQxTDE4LjE3LDExSDJWMTNoMTYuMTdsLTQuNTksNC41OUwxNSwxOWw3LTdMMTUsNXoiLz48L3N2Zz4=') no-repeat center;
    background-size: 20px 20px;
  }
  .flipcard .back {
    position: relative;
    transform: rotateY(180deg);
  }
  .flipcard .back p:first-child {
    margin-top: 0;
  }
  .flipcard li + li {
    margin-top: 3px;
  }
}
@media (min-width: 940px) and (min-width: 940px) {
  .flipcard .side {
    border-radius: 12px;
  }
}
.btn-more,
.page-numbers {
  color: #2f374f !important;
  font-size: 13px;
  display: inline-block;
  padding: 10px 16px;
  line-height: 1;
  text-decoration: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.btn-more.current,
.page-numbers.current {
  background: #eee;
}
.btn-more:hover,
.page-numbers:hover,
.btn-more:focus,
.page-numbers:focus {
  border-color: rgba(0, 0, 0, 0.2);
}
.maintenance {
  background: #ffffde url(img/icons/info25.svg) 15px 10px no-repeat;
  background-size: 25px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 15px 10px 53px;
  min-height: 47px;
  margin: 0 0 20px 0;
}
@media (min-width: 860px) {
  .maintenance {
    margin-top: -10px;
  }
}
.maintenance h1,
.maintenance h2,
.maintenance h3,
.maintenance p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
[role="tablist"] {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 940px) {
  [role="tablist"] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
  position: relative;
  float: left;
  z-index: 2;
  margin: 0;
  width: 50%;
  padding: 16px 20px;
  font-size: .9rem;
  border: 1px solid transparent;
  cursor: pointer;
  background: #fff;
  outline: none;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
[role="tab"]:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
}
@media (min-width: 940px) {
  [role="tab"]:nth-child(1) {
    border-top-left-radius: 12px;
  }
}
[role="tab"]:nth-child(2) {
  border-top-right-radius: 8px;
}
@media (min-width: 940px) {
  [role="tab"]:nth-child(2) {
    border-top-right-radius: 12px;
  }
}
[role="tabpanel"] {
  clear: both;
  overflow: hidden;
}
[role="tabpanel"] div {
  margin-bottom: 22px;
}
[role="tabpanel"] .btn-secondary:nth-child(2) {
  margin-top: 10px;
}
[role="tab"][aria-selected="false"] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #eee;
}
[role="tab"] span.focus {
  display: inline-block;
}
[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
  color: #4c70f0;
}
[role="tabpanel"] {
  padding: 20px;
  width: 100%;
}
@media (min-width: 940px) {
  [role="tabpanel"] {
    padding: 24px 30px;
  }
}
[role="tabpanel"].is-hidden {
  display: none;
}
.topics > div {
  position: relative;
  min-height: 48px;
  padding-left: 64px;
}
.topics > div.center {
  padding-left: 0;
}
.topics .avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.forumtopic {
  display: block;
  font-weight: 500;
  overflow: hidden;
}
.forumtopic span {
  display: block;
  max-height: 3.25em;
  text-overflow: ellipsis;
}
.forumcategory {
  display: block;
  color: #434b64;
  margin-top: 1px;
  font-size: .9rem;
}
.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 {
  background: #fff;
}
.category-list li {
  margin-top: 8px;
}
.category-list li.separator {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.category-list li:nth-child(1) {
  margin-top: 0;
}
.category-list a {
  display: block;
  background-color: #fff;
  background-image: url(img/categories.svg);
  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: #212121;
}
.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: #2f374f;
}
.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: #2f374f !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;
    background: #fff;
  }
  #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 rgba(0, 0, 0, 0.1);
  }
  .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 rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  font-size: 15px;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 8px;
  margin: 0 3px;
  cursor: pointer;
}
.btn-follow span {
  padding-right: 2px;
}
.blog_directory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.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: #212121;
}
.blog_directory a:hover {
  color: #4c70f0;
}
.blog_directory a.avatar {
  width: auto;
  height: auto;
}
.blog_directory a.avatar img.avatar {
  display: block;
  margin: auto;
  width: 80px;
  height: 80px;
}
.blog_directory a.avatar 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;
}
aside {
  font-size: 14px;
}
aside > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
#blogtools {
  text-align: center;
  background: #ede9fe;
  background: linear-gradient(10deg, #ddd5ff 0%, #f6f4ff 60%);
  border: none;
  color: #bbb1e9;
}
#blogtools .avatar {
  width: 112px;
  height: 112px;
  margin: 8px auto 16px 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 rgba(0, 0, 0, 0.2);
  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: #f5f7ff url(img/icons/ui-search.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: #ede9fe;
  background: linear-gradient(30deg, #cfc3ff 0%, #f6f4ff 80%);
  padding: 30px;
  text-align: center;
}
@media (min-width: 480px) {
  #about-us {
    padding: 40px;
  }
}
@media (min-width: 940px) {
  #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: 940px) {
  #about-us #jon-video {
    padding-top: 40px;
  }
}
#about-us #jon-video iframe {
  border-radius: 12px;
}
#about-us #jon-video video {
  border-radius: 12px;
  max-width: 100%;
  cursor: pointer;
}
#memcount {
  margin: 0;
  padding: 60px 0;
  background: #ffffff url(img/confetti.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: 939px) {
  #memcount {
    margin-top: -30px;
  }
}
@media (min-width: 940px) {
  #memcount {
    padding: 90px 0;
  }
  #memcount h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1140px) {
  #memcount {
    padding: 120px 0;
  }
  #memcount h2 {
    font-size: 4.667rem;
  }
}
.purplesection {
  background: #7545c1;
  background: linear-gradient(30deg, #3324ae 0%, #c86dd7 87%);
  padding: 40px 10px;
  margin: 0 0 60px 0;
}
@media (min-width: 480px) {
  .purplesection {
    padding: 60px 20px;
  }
}
@media (min-width: 1140px) {
  .purplesection {
    padding: 90px 20px;
  }
}
.purplesection .btn-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.purplesection .btn-secondary:hover {
  border-color: #ffffff;
}
.whitebox {
  background: #fff;
  height: 100%;
  border-radius: 12px;
  padding: 30px;
}
@media (min-width: 480px) {
  .whitebox {
    padding: 40px;
  }
}
@media (max-width: 939px) {
  .whitebox img {
    width: 100%;
  }
  .whitebox .extrapad {
    margin: auto;
    width: 430px;
    max-width: 100%;
  }
}
.whitebox .column {
  padding-bottom: 0;
}
.whitebox .btn-secondary {
  color: #2f374f;
  background: #fff;
  border: 2px solid rgba(47, 63, 79, 0.2);
  margin-top: 10px;
}
.whitebox .btn-secondary:hover {
  text-decoration: none;
  border-color: #2f3f4f;
}
@media (max-width: 939px) {
  .volunteers img {
    width: 100%;
  }
  .volunteers .vpad {
    margin: auto;
    padding-top: 20px;
    width: 430px;
    max-width: 100%;
  }
}
@media (min-width: 1140px) {
  .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: #ede9fe;
  background: linear-gradient(30deg, #cfc3ff 0%, #f6f4ff 80%);
  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: 939px) {
  .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: 940px) {
  .purplequote {
    margin: 0 0 30px 0;
  }
}
.purplequote p {
  font-weight: 500;
}
@media (min-width: 940px) {
  .purplequote {
    border-radius: 12px;
    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;
}
.purplequote div > img {
  border-radius: 100%;
  margin: 30px auto 20px auto;
}
@media (max-width: 940px) {
  .purplequote div > img {
    width: 80px;
    height: 80px;
    margin-top: 20px;
  }
}
.emoji {
  display: inline-block;
}
.buttonpad {
  padding-top: 30px !important;
}
.volunteers {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  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: 940px) {
  .volunteers {
    padding: 50px;
  }
}
@media (min-width: 1440px) {
  .volunteers {
    padding: 60px;
  }
}
.volunteers img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.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: #2f374f !important;
  background: #fff;
  border: 2px solid rgba(47, 63, 79, 0.2);
}
.page-template-email .wp-block-button a:hover {
  border-color: #2f3f4f;
}
/*! 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 rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
.faq .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq img {
  display: block;
  margin: 10px 0;
}
.faq .topic {
  position: relative;
  margin: 0;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
}
.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: #2f374f;
}
.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: #f9f9f9;
}
#colophon > div {
  width: 1320px;
  margin: auto;
  max-width: 100%;
  padding: 25px 20px;
}
#colophon svg {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
#colophon a {
  color: #434b64;
  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 {
  display: inline-block;
  opacity: .3;
  padding: 0 7px;
}
