@charset "UTF-8";

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: solid;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

:root {
  --g1-rtxt-color: #333;
  --g1-itxt-color: #000;
  --g1-mtxt-color: #999;
  --g1-border-color: #e6e6e6;
  --g1-bg-color: #fff;
  --g1-bg-color-r: red($skin_background_color);
  --g1-bg-color-g: green($skin_background_color);
  --g1-bg-color-b: blue($skin_background_color);
  --g1-bg-tone-color: #f2f2f2;
  --g1-bg-alt-color: #ededed;
  --g1-cat-border-color: #fff;
  --g1-cat-bg-color: #fff;
  --g1-cat-txt-color: #000;
  --g1-reverse-border-color: #333;
  --g1-reverse-bg-color: #1a1a1a;
  --g1-reverse-itxt-color: #fff;
}

.g1-skinmode {
  --g1-rtxt-color: #ccc;
  --g1-itxt-color: #fff;
  --g1-mtxt-color: #666;
  --g1-border-color: #333;
  --g1-bg-color: #1a1a1a;
  --g1-bg-color-r: red($skin_reverse_background_color);
  --g1-bg-color-g: green($skin_reverse_background_color);
  --g1-bg-color-b: blue($skin_reverse_background_color);
  --g1-bg-tone-color: #262626;
  --g1-bg-alt-color: #272727;
  --g1-cat-border-color: #1a1a1a;
  --g1-cat-bg-color: #1a1a1a;
  --g1-cat-txt-color: #fff;
  --g1-reverse-border-color: #e6e6e6;
  --g1-reverse-bg-color: #fff;
  --g1-reverse-itxt-color: #000;
}

body {
  background-color: #fff;
  color: #333;
  background-color: var(--g1-bg-color);
  color: var(--g1-rtxt-color);
}

ul {
  padding-left: 2em;
  list-style-type: circle;
}

ol {
  padding-left: 2em;
  list-style-type: decimal;
}

dl {
  margin-bottom: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.75em;
}

code,
kbd,
pre,
samp {
  font-family: 'Lucida Console', Courier, monospace;
}

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre code {
  padding: 0.75em;
  display: block;
  border-width: 0;
}

blockquote {
  min-height: 32px;
  padding: 0 22px;
}

a {
  cursor: pointer;
  text-decoration: none;
  border-width: 0;
  border-style: solid;
}

a:active,
a:hover {
  outline: 0;
}

small {
  font-size: 11px;
}

h1 small,
h2 small,
h3 small {
  font-size: 75%;
}

strong {
  font-weight: 700;
}

cite,
dfn,
em,
q {
  font-weight: 400;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1 sub,
h2 sub,
h3 sub {
  font-size: 50%;
  bottom: 0;
}

h1 sup,
h2 sup,
h3 sup {
  font-size: 50%;
  top: -0.75em;
}

abbr,
acronym {
  text-transform: uppercase;
}

hr {
  border-width: 1px 0 0;
  margin: 1.5em 0;
  border-style: solid;
  opacity: 0.1667;
}

img {
  max-width: 100%;
  height: auto;
}

#ie8 img {
  width: auto;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table caption {
  width: 100%;
  padding: 6px 10px;
}

th {
  font-weight: 700;
  vertical-align: bottom;
}

td {
  font-weight: 400;
  vertical-align: top;
}

ins {
  color: #333;
  background-color: #c1f7ff;
}

mark {
  padding: 0 0.33em;
}

figure {
  position: relative;
  margin-bottom: 1.5rem;
}

.clearfix-soft:after,
.clearfix:after,
.g1-socials-section .g1-socials-items:after {
  content: '';
  display: table;
  clear: both;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-ms-clear {
  display: none;
}

button,
input,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
  background-color: transparent;
  color: inherit;
  border-radius: 4px;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
}

[type='email'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='tel'],
[type='text'],
[type='url'] {
  height: 36px;
}

[type='checkbox'],
[type='radio'] {
  margin-right: 6px;
  height: auto;
}

[type='search'] {
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 11px;
  width: 11px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E %3Cpath fill='%23808080' d='M5.5,0C2.5,0,0,2.5,0,5.5c0,3,2.5,5.5,5.5,5.5S11,8.5,11,5.5C11,2.5,8.5,0,5.5,0z M8,7.3 C8.2,7.5,8.2,7.8,8,8C7.8,8.2,7.5,8.2,7.3,8L5.5,6.2L3.7,8C3.5,8.2,3.2,8.2,3,8C2.8,7.8,2.8,7.5,3,7.3l1.8-1.8L3,3.7 C2.8,3.5,2.8,3.2,3,3s0.5-0.2,0.7,0l1.8,1.8L7.3,3C7.5,2.8,7.8,2.8,8,3c0.2,0.2,0.2,0.5,0,0.7L6.2,5.5L8,7.3z'/%3E %3C/svg%3E");
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  width: auto;
  padding: 5px 23px;
  border-width: 2px;
  cursor: pointer;
  border-radius: 99px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  padding-right: 24px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 15px) 16px, calc(100% - 10px) 16px;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-size: 5px 4px, 5px 4px;
  background-repeat: no-repeat;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
  background-image: none;
  background-position: 0 0;
}

option {
  color: #000;
}

html.lt-ie10 select {
  padding: 8px;
  background-image: none;
}

optgroup {
  font-weight: 700;
}

textarea {
  width: 100%;
}

fieldset {
  display: table-column;
  min-width: inherit;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
select:focus,
textarea:focus {
  border-color: currentColor;
}

button[disabled],
input[disabled] {
  cursor: default;
  opacity: 0.666;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.33;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.33;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.33;
}

.g1-row {
  clear: both;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.g1-row:after {
  display: table;
  clear: both;
  content: '';
}

.g1-row .g1-row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.g1-row-layout-page>.g1-row-background {
  background-color: #fff;
  background-color: var(--g1-bg-color);
}

.g1-row-bg-alt>.g1-row-background {
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color);
}

.g1-row-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 0;
}

.g1-row-fluid>.g1-row-inner,
.g1-row-wide>.g1-row-inner {
  max-width: none;
}

.g1-row-background {
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.g1-row-background-media {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.g1-column {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 0 0;
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  font-size: 1rem;
}

@media only screen and (max-width: 800px) {
  .g1-column+.g1-sidebar {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 801px) {
  .g1-row-inner {
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .g1-column-2of3 {
    width: 65%;
  }

  .g1-column-1of2 {
    width: 50%;
  }

  .g1-column-1of3 {
    width: 35%;
  }

  .g1-column-1of4 {
    width: 25%;
  }

  .g1-column-1of6 {
    width: 16.6666666667%;
  }

  .g1-sidebar-padded {
    padding-left: 20px;
    padding-right: 0;
  }

  .g1-sidebar-invert .g1-sidebar {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }

  .g1-sidebar-invert .g1-sidebar-padded {
    padding-left: 10px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-row .g1-row {
    margin-left: -15px;
    margin-right: -15px;
  }

  /* .g1-column {
    padding-left: 15px;
    padding-right: 20px;
  } */

  /* .g1-sidebar-padded {
    padding-left: 45px;
  } */
  .g1-sidebar-padded:first-child {
    padding-left: 15px;
    padding-right: 45px;
  }

  .g1-sidebar-invert .g1-sidebar-padded {
    padding-left: 15px;
    padding-right: 45px;
  }
}

.g1-primary-max {
  width: 100%;
}

.g1-row-nogutter>.g1-row-inner>.g1-column {
  padding-left: 0;
  padding-right: 0;
}

.g1-row-nogutter .g1-row {
  margin-left: auto;
  margin-right: auto;
}

.g1-row-padding-xs {
  padding-top: 10px;
}

.g1-row-padding-s {
  padding-top: 20px;
}

.g1-row-padding-m {
  padding-top: 30px;
  padding-bottom: 0;
}

.g1-row-padding-l {
  padding-top: 60px;
  padding-bottom: 30px;
}

.g1-current-background {
  background-color: #fff;
  background-color: var(--g1-bg-color);
}

.g1-size-1of1 {
  max-width: 1152px;
}

.g1-size-2of3 {
  max-width: 758px;
}

.g1-fluid-wrapper {
  max-width: 100%;
  margin: 0 0 1.5em;
}

.g1-fluid-wrapper-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.g1-fluid-wrapper-inner>embed,
.g1-fluid-wrapper-inner>iframe,
.g1-fluid-wrapper-inner>object {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  height: 100%;
}

.g1-fluid-wrapper-16x9 {
  width: 9999px;
}

.g1-fluid-wrapper-300x600 {
  width: 300px;
}

.g1-fluid-wrapper-300x600>.g1-fluid-wrapper-inner {
  padding-bottom: 200%;
}

.g1-fluid-wrapper-300x250 {
  width: 300px;
}

.g1-fluid-wrapper-300x250>.g1-fluid-wrapper-inner {
  padding-bottom: 83.3333333333%;
}

.g1-fluid-wrapper-728x90 {
  width: 728px;
}

.g1-fluid-wrapper-728x90>.g1-fluid-wrapper-inner {
  padding-bottom: 12.3626373626%;
}

.g1-fluid-wrapper-970x250 {
  width: 970px;
}

.g1-fluid-wrapper-970x250>.g1-fluid-wrapper-inner {
  padding-bottom: 25.7731958763%;
}

.wp-block-embed .g1-fluid-wrapper {
  margin: 0;
}

.wp-block-embed.wp-has-aspect-ratio .g1-fluid-wrapper-inner {
  height: auto;
  padding-bottom: 0;
  position: static;
}

.wp-block-embed.wp-has-aspect-ratio .g1-fluid-wrapper-inner[style] {
  padding-bottom: 0 !important;
}

#g1-breakpoint-desktop {
  min-width: 1024px;
}

body,
button,
html,
input,
select,
textarea {
  font: 400 14px/20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

label,
legend {
  font: 700 12px/16px;
  letter-spacing: normal;
  text-transform: none;
}

.g1-giga {
  font: 800 27px/1.0833333333;
  letter-spacing: 0;
  color: #000;
  color: var(--g1-itxt-color);
  text-transform: none;
}

.g1-mega {
  font: 700 27px/1.05;
  letter-spacing: -0.025em;
  color: #000;
  color: var(--g1-itxt-color);
  text-transform: none;
}

.g1-alpha,
h1 {
  font: 700 24px/1.067;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-beta,
h2 {
  font: 700 21px/1.125;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-gamma,
h3 {
  font: 700 19px/1.2105263158;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-delta,
h4 {
  font: 600 17px/1.25;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-epsilon,
.item-title,
h5 {
  font: 600 15px/18px;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-zeta,
h6 {
  font: 500 11px/1.2727272727;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  color: var(--g1-itxt-color);
}

@media only screen and (min-width: 601px) {

  .g1-delta,
  h4 {
    font-size: 17px;
  }

  .g1-gamma,
  h3 {
    font-size: 20px;
  }

  .g1-beta,
  h2 {
    font-size: 23px;
  }

  .g1-alpha,
  h1 {
    font-size: 26px;
  }

  .g1-mega {
    font-size: 30px;
  }

  .g1-giga {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1025px) {

  .g1-delta,
  h4 {
    font-size: 18px;
  }

  .g1-gamma,
  h3 {
    font-size: 21px;
  }

  .g1-beta,
  .g1lg-beta,
  h2 {
    font-size: 24px;
  }

  .g1-alpha,
  h1 {
    font-size: 34px;
  }

  .g1-mega {
    font-size: 39px;
  }

  .g1-giga {
    font-size: 46px;
  }
}

.g1-alpha-2nd,
.g1-beta-2nd,
.g1-delta-2nd,
.g1-epsilon-2nd,
.g1-gamma-2nd,
.g1-giga-2nd,
.g1-mega-2nd,
.g1-zeta-2nd {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.g1-alpha-3rd,
.g1-beta-3rd,
.g1-delta-3rd,
.g1-epsilon-3rd,
.g1-gamma-3rd,
.g1-giga-3rd,
.g1-mega-3rd,
.g1-zeta-3rd {
  font-weight: 300;
  letter-spacing: -0.025em;
  opacity: 0.5;
}

address,
blockquote,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

.g1-typography-xl {
  font-size: 18px;
  line-height: 30px;
}

.g1-typography-xl h1,
.g1-typography-xl h2 {
  margin-top: 3rem;
}

.g1-typography-xl h1:first-child,
.g1-typography-xl h2:first-child {
  margin-top: 0;
}

.g1-meta {
  font: 400 12px/16px;
  text-transform: none;
  letter-spacing: normal;
  color: var(--g1-mtxt-color);
}

.g1-meta a {
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-meta strong {
  font-weight: inherit;
}

.g1-meta-m {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0 !important;
}

.g1-button,
[type='button'],
[type='reset'],
[type='submit'],
button {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 0.2px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  zoom: 1;
  cursor: pointer;
  font: 700 15px/22px;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 99px;
  transition: border-color 175ms ease-in-out, background-color 175ms ease-in-out,
    color 175ms ease-in-out, padding 175ms ease-in-out;
}

.g1-button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
button:hover {
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.333);
}

.g1-button:active,
[type='button']:active,
[type='reset']:active,
[type='submit']:active,
button:active {
  box-shadow: inset 0 3px 6px -3px rgba(0, 0, 0, 0.333);
}

.g1-button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
button:disabled {
  filter: grayscale(100%);
  opacity: 0.333;
  box-shadow: none;
}

.g1-button-m {
  padding: 5px 18px;
  border-width: 2px;
}

.g1-button-wide {
  display: block;
}

.g1-button-simple {
  border-color: #000;
  border-color: var(--g1-itxt-color);
  background-color: transparent;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-button-subtle {
  border-color: #f2f2f2;
  border-color: var(--g1-bg-tone-color);
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color);
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-button-none {
  padding: 0;
  border-width: 0;
  box-shadow: none;
  text-align: inherit;
  border-color: transparent;
  background-color: transparent;
  color: inherit;
}

.g1-button-none:active,
.g1-button-none:hover {
  box-shadow: none;
}

.g1-button-xs {
  padding: 3px 9px;
  border-width: 1px;
  font-size: 11px;
  line-height: 16px;
}

.g1-button-s {
  padding: 5px 14px;
  border-width: 1px;
  font-size: 13px;
  line-height: 18px;
}

.g1-button-l {
  padding: 10px 28px;
  border-width: 2px;
  font-size: 17px;
  line-height: 18px;
}

.g1-button-xl {
  padding: 10px 32px;
  border-width: 3px;
  font-size: 19px;
  line-height: 22px;
}

.g1-link {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-link-right:after {
  display: inline-block;
  margin-left: 8px;
  font-family: bimber;
  vertical-align: middle;
  content: '\e00b';
  content: '\e00b';
}

.g1-link-left:before {
  display: inline-block;
  margin-right: 8px;
  font-family: bimber;
  vertical-align: middle;
  content: '\e00d';
  content: '\e00d';
}

span.g1-link {
  opacity: 0.333;
}

.g1-link-xs {
  font-size: 11px;
}

.g1-link-s {
  font-size: 13px;
}

.g1-link-l {
  font-size: 17px;
}

.g1-link-xl {
  font-size: 19px;
}

.g1-arrow {
  display: block;
  box-sizing: border-box;
  padding: 0 20px;
  border-width: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px;
  margin-left: auto;
  margin-right: 25px;
  position: relative;
  border-radius: 6px 9px 9px 6px;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #000;
  background-color: var(--g1-border-color);
  border-color: var(--g1-border-color);
  color: var(--g1-itxt-color);
}

.g1-arrow:before {
  display: block;
  width: 0;
  height: 2px;
  margin-left: -1px;
  margin-right: 0;
  border-width: 25px 20px;
  position: absolute;
  left: 100%;
  right: auto;
  top: 4px;
  border-style: solid;
  border-color: inherit;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  content: '';
}

.g1-arrow-left {
  margin-left: 25px;
  margin-right: auto;
  border-radius: 6px 9px 9px 6px;
}

.g1-arrow-left:before {
  left: auto;
  right: 100%;
  margin-right: -1px;
  margin-left: 0;
  border-color: inherit;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.g1-arrow-l {
  height: 48px;
}

.g1-arrow-l:before {
  border-width: 19px 12px;
}

.g1-arrow-xl {
  height: 80px;
}

.g1-arrow-xl:before {
  border-width: 35px 20px;
}

a.g1-arrow:hover {
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.333);
}

span.g1-arrow-simple {
  color: #999;
}

.g1-arrow-disabled {
  pointer-events: none;
  opacity: 0.5;
}

blockquote {
  position: relative;
  padding: 70px 10px 0.5em;
  text-align: center;
  font: 300 24px/1.25;
  letter-spacing: 0.025em;
  color: #000;
  color: var(--g1-itxt-color);
}

blockquote:before {
  display: block;
  width: 1em;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 20px;
  font: 40px/1 bimber;
  cursor: default;
  vertical-align: bottom;
  content: '\e056';
}

blockquote>cite {
  font: 12px/16px;
  letter-spacing: normal;
}

@media only screen and (min-width: 1025px) {
  blockquote {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.g1-form-s [type='search'],
.g1-form-s [type='text'] {
  height: 30px;
  font-size: 13px;
}

.g1-form-s [type='submit'],
.g1-form-s button {
  padding: 5px 14px;
  border-width: 1px;
  font-size: 13px;
  line-height: 18px;
}

.g1-form-s select {
  padding-top: 2px;
  padding-bottom: 2px;
  background-position: calc(100% - 15px) 13px, calc(100% - 10px) 13px;
}

.search-form {
  margin-bottom: 1.5rem;
  position: relative;
}

.search-form label {
  display: block;
}

.search-form .screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.search-form .search-field {
  width: 100%;
  padding-right: 40px;
}

.search-form .search-submit {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  font-size: 0;
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 0.666;
}

.search-form .search-submit:hover {
  opacity: 0.999;
}

.search-form .search-submit:before {
  font: 16px/22px bimber;
  content: '\e016';
}

.g1-form-s .search-form .search-submit:before {
  font-size: 16px;
}

.g1-searches>ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

.g1-searches-all-results {
  text-align: center;
}

.g1-searches-all-results>a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-form-wrapper {
  position: relative;
}

.search-form-wrapper .g1-searches {
  padding: 0 15px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  background-color: var(--g1-bg-color);
  box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
}

.search-form-wrapper .g1-searches:empty {
  box-shadow: none;
}

.g1-message {
  box-sizing: border-box;
  clear: both;
  border-width: 1px;
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.g1-message:before {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  right: auto;
  top: 10px;
  border-radius: 50%;
  content: '';
}

.g1-message:after {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  text-align: center;
  font: 24px/40px bimber;
  cursor: default;
  color: #fff;
}

.g1-message-inner {
  padding: 20px 20px 0 68px;
  text-align: left;
}

.g1-message-inner:after {
  display: block;
  margin-top: 20px;
  content: '';
}

.g1-message-inner p {
  margin-bottom: 20px;
}

.g1-message-success:before {
  background-color: #2ecc71;
}

.g1-message-success:after {
  content: '\e031';
}

.g1-message-info:before {
  background-color: #22a7f0;
}

.g1-message-info:after {
  content: '\e070';
}

.g1-message-warning:before {
  background-color: #f5ab35;
}

.g1-message-warning:after {
  content: '\e072';
}

.g1-message-error:before {
  background-color: #96281b;
}

.g1-message-error:after {
  content: '\e071';
}

.avatar {
  border-radius: 50%;
}

.wp-audio-shortcode {
  margin-bottom: 1.5em;
}

.wp-video {
  margin-bottom: 1.5em;
  background-color: #000;
}

.gallery {
  font-size: 0;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}

.wp-block-gallery {
  margin-left: 0;
}

table {
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

caption {
  font-weight: 400;
}

.g1-th,
th {
  padding: 10px 5px;
  border-width: 0 0 1px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  vertical-align: top;
  border-style: solid;
  border-color: #e6e6e6;
  color: #000;
  border-color: var(--g1-border-color);
  color: var(--g1-itxt-color);
}

.g1-td,
td {
  padding: 10px 5px;
  border-width: 0 0 1px;
  vertical-align: top;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.g1-table {
  margin-bottom: 1.5em;
  overflow-x: auto;
}

.g1-table caption {
  width: auto;
  padding: 2px 16px 10px 16px;
  font-size: 0.83em;
}

.g1-table table {
  width: 100%;
  margin: 0;
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
}

.g1-table th {
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.g1-table td {
  padding: 8px 16px;
}

.g1-table thead th {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-align: left;
}

.g1-table-simple table {
  border-width: 0 0 2px;
}

.g1-table-simple thead th {
  border-width: 2px 0;
}

.g1-table-simple tbody td {
  border-width: 0 0 1px 0;
}

.g1-table-simple tfoot td {
  border-width: 1px 0 0;
}

.g1-table-solid {
  padding: 4px;
}

.g1-table-solid thead th {
  border-width: 1px 1px 1px 0;
}

.g1-table-solid thead th:first-child {
  border-width: 1px 1px 1px 1px;
}

.g1-table-solid tbody td,
.g1-table-solid tbody th,
.g1-table-solid tfoot td,
.g1-table-solid tfoot th {
  border-width: 0 1px 1px 0;
}

.g1-table-solid tbody td:first-child,
.g1-table-solid tbody th:first-child,
.g1-table-solid tfoot td:first-child,
.g1-table-solid tfoot th:first-child {
  border-width: 0 1px 1px 1px;
}

@media only screen and (max-width: 600px) {
  .g1-table {
    margin: 0 0 1.5em 0;
    overflow-x: scroll;
    border-style: dotted solid;
    border-width: 3px;
  }

  .g1-table table {
    width: auto;
    margin: 0;
    white-space: nowrap;
  }

  .g1-table caption {
    text-align: left;
  }
}

.g1-breadcrumbs {
  margin-bottom: 10px;
}

.g1-breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g1-breadcrumbs-label {
  margin: 0;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.g1-breadcrumbs-item {
  display: inline-block;
  margin-right: 0.333em;
  vertical-align: top;
}

.g1-breadcrumbs-item+.g1-breadcrumbs-item:before {
  display: inline-block;
  margin-right: inherit;
  content: '›';
}

.g1-breadcrumbs-with-ellipsis .g1-breadcrumbs-item {
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (min-width: 801px) {
  .g1-breadcrumbs-item {
    margin-right: 0.666em;
  }

  .g1-breadcrumbs-with-ellipsis .g1-breadcrumbs-item {
    max-width: 20em;
  }
}

.g1-row-breadcrumbs+.g1-row-padding-s {
  padding-top: 0;
}

.g1-pagination {
  clear: both;
  overflow: hidden;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  position: relative;
}

.g1-pagination ul {
  padding: 0;
  margin: 0 -3px;
  position: relative;
  list-style: none;
  text-align: center;
}

.g1-pagination ul:after {
  display: table;
  clear: both;
  content: '';
}

.g1-pagination-label {
  padding: 10px 0;
  text-align: center;
  font: 16px/20px;
  text-transform: none;
  letter-spacing: normal;
}

.g1-pagination-item {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  vertical-align: middle;
}

.g1-pagination-item .g1-link {
  display: inline-block;
  padding: 0.25rem 10px;
}

.g1-pagination-item .g1-arrow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.g1-pagination-just-arrows .g1-arrow span,
.g1-pagination-just-arrows .g1-link span {
  display: none;
}

.g1-pagination-label-links {
  display: none;
}

.g1-pagination-label-xofy {
  margin-bottom: 10px;
}

.g1-pagination-label-xofy+ul .g1-pagination-item,
.g1-pagination-label-xofy+ul .g1-pagination-item-current {
  display: none;
}

.g1-pagination-label-xofy+ul .g1-pagination-item-prev {
  display: inline-block;
  float: left;
  width: 50%;
}

.g1-pagination-label-xofy+ul .g1-pagination-item-next {
  display: inline-block;
  float: right;
  width: 50%;
}

@media only screen and (min-width: 601px) {
  .g1-pagination-label-xofy {
    width: 33.333%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .g1-pagination-label-xofy+ul .g1-pagination-item-prev {
    width: 33.333%;
    float: left;
  }

  .g1-pagination-label-xofy+ul .g1-pagination-item-next {
    width: 33.333%;
    float: right;
  }
}

.g1-pagination-label-none {
  display: none;
}

.g1-pagination-label-none+ul .g1-pagination-item,
.g1-pagination-label-none+ul .g1-pagination-item-current {
  display: none;
}

.g1-pagination-label-none+ul .g1-pagination-item-prev {
  display: inline-block;
  width: 50%;
  float: left;
}

.g1-pagination-label-none+ul .g1-pagination-item-next {
  display: inline-block;
  width: 50%;
  float: right;
}

.g1-pagination-end {
  display: none;
  text-align: center;
}

.mc4wp-form label {
  display: block;
}

.g1-newsletter {
  margin-bottom: 30px;
  text-align: center;
}

.g1-newsletter label {
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.g1-newsletter label:last-child {
  overflow: visible;
  width: auto;
  height: auto;
  position: static;
}

.g1-newsletter [type='email'],
.g1-newsletter [type='submit'],
.g1-newsletter [type='text'],
.g1-newsletter select {
  width: 100%;
  text-align: center;
}

.g1-newsletter [type='email']:focus,
.g1-newsletter [type='text']:focus,
.g1-newsletter select:focus {
  text-align: left;
}

.g1-newsletter .mc4wp-form-fields p {
  margin-bottom: 10px;
}

.g1-newsletter-avatar {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  background-color: #1a1a1a;
  color: #fff;
}

.g1-newsletter-avatar:before {
  display: block;
  margin-top: -0.5em;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  font: 32px/1 bimber;
  content: '\e012';
}

.g1-newsletter-avatar img {
  position: relative;
  z-index: 2;
}

.g1-newsletter-privacy {
  margin-top: -4px;
}

.g1-newsletter-block header {
  display: none;
}

.g1-newsletter-horizontal {
  margin: 45px auto;
}

.g1-collection .g1-newsletter-horizontal {
  margin-top: 0;
  margin-bottom: 30px;
}

.g1-collection-with-cards .g1-newsletter-horizontal {
  margin-top: 0;
  margin-bottom: 15px;
}

.g1-newsletter-horizontal .g1-alpha+.g1-delta,
.g1-newsletter-horizontal .g1-mega+.g1-delta {
  margin-top: -20px;
}

.g1-newsletter-after-post-content {
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
}

.g1-newsletter-as-row {
  margin-top: 0;
  margin-bottom: 0;
}

.g1-newsletter-as-row:before {
  display: table;
  content: '';
}


@media only screen and (min-width: 360px) {
  .g1-column {
    padding: 0 20px 0 20px;
  }

  .g1-collection-item {
    padding-left: 0 !important;
    flex: 1 1 calc(50% - 10px);
    /* two items per row */
    box-sizing: border-box;
  }

  .g1-collection-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

}

@media only screen and (max-width: 767px) {
  .entry-category span {
    color: #585B60 !important;
  }
}

@media only screen and (min-width: 381px) {
  .g1-collection-item {
    padding-left: 0 !important;
  }

  .g1-column {
    padding: 0 20px 0 20px;
  }

  .g1-mega {
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .g1-newsletter-horizontal .mc4wp-form {
    max-width: 561px;
    margin-left: auto;
    margin-right: auto;
  }

  .g1-newsletter-horizontal .mc4wp-form-fields {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g1-newsletter-horizontal .mc4wp-form-fields input[type='email'] {
    text-align: left;
  }

  .g1-newsletter-horizontal .mc4wp-form-fields p {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 3px;
  }

  .g1-newsletter-horizontal .mc4wp-form-fields p:first-child {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .g1-newsletter-horizontal .g1-newsletter-privacy {
    text-align: right;
  }
}

.g1-card {
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  background-color: var(--g1-bg-color);
}

.g1-card>.entry-content {
  padding: 20px 10px;
}

.g1-card-simple {
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.g1-card-subtle {
  box-shadow: none;
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color);
}

.g1-card-subtle .g1-current-background {
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color);
}

.widget.g1-card-l {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .g1-collection-item {
    padding-left: 10px !important;
  }

  .widget.g1-card-l {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.g1-with-cards .widget_adace_ads_widget {
  padding: 0;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.g1-card-l,
.g1-card-m,
.g1-card-s {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 601px) {

  .g1-card-l,
  .g1-card-m {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-card-l {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.g1-drop {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.g1-drop-nojs {
  visibility: hidden;
}

.g1-drop-toggle {
  display: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out, opacity 375ms ease-in-out;
}

.g1-drop-toggle-icon {
  display: inline-block;
  width: 32px;
  margin-right: 6px;
  font: 32px/50px bimber;
  text-align: center;
  vertical-align: middle;
}

.g1-drop-toggle-icon:before {
  display: block;
  content: '\e01f';
}

.g1-drop-toggle-text {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.g1-drop-toggle-badge {
  box-sizing: border-box;
  display: inline-block;
  visibility: visible;
  min-width: 1.5em;
  padding: 0 0.25em;
  position: absolute;
  z-index: 2;
  right: -0.75em;
  left: auto;
  top: -0.375em;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  border-radius: 0.75em;
}

.g1-drop-toggle-badge-hidden {
  visibility: hidden;
}

.g1-drop-toggle-arrow {
  display: none;
  position: absolute;
  z-index: 2;
  left: 50%;
  right: auto;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff;
  border-color: transparent transparent var(--g1-bg-color);
  content: '';
}

.g1-drop-toggle:last-child>.g1-drop-toggle-arrow {
  display: none !important;
}

.g1-drop-icon .g1-drop-toggle-icon {
  margin-right: 0;
}

.g1-drop-icon .g1-drop-toggle-text {
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.g1-drop-text .g1-drop-toggle-icon {
  display: none;
}

.g1-drop-content {
  display: block;
  box-sizing: border-box;
  border-radius: 0;
}

.g1-dropable .g1-drop {
  margin-left: 10px;
  vertical-align: top;
}

.g1-dropable .g1-drop-toggle {
  display: inline-block;
}

.g1-dropable .g1-drop-content {
  display: none;
  position: absolute;
  z-index: 14;
  left: 0;
  right: 0;
  background-color: #fff;
  background-color: var(--g1-bg-color);
  box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
}

.g1-dropable .g1-drop-expanded .g1-drop-content,
.g1-hoverable .g1-dropable .g1-drop:hover .g1-drop-content {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .g1-dropable .g1-drop {
    position: relative;
  }

  .g1-dropable .g1-drop-content {
    width: 320px;
    left: 0;
    right: auto;
    top: 100%;
  }

  .g1-dropable .g1-drop-before .g1-drop-content {
    right: 0;
    left: auto;
  }
}

.g1-drop-s .g1-drop-toggle-icon {
  width: 16px;
  font-size: 16px;
  line-height: 32px;
}

.g1-drop-m .g1-drop-toggle-icon {
  width: 24px;
  font-size: 24px;
  line-height: 40px;
}

.g1-drop-the-more .g1-drop-toggle-icon {
  font-size: 24px;
  line-height: 24px;
}

.g1-drop-the-user .g1-drop-toggle-icon {
  position: relative;
}

.g1-drop-the-user .g1-drop-toggle-icon:before {
  content: '\e013';
}

.g1-drop-the-user .g1-drop-toggle-icon .avatar {
  position: absolute;
  z-index: 2;
  left: 0;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.g1-drop-the-user .sub-menu+.sub-menu {
  padding-top: 0;
}

.g1-dropable .g1-drop-the-user .g1-drop-content {
  width: 240px;
}

.logged-in .g1-drop-the-user .g1-drop-toggle-icon:before {
  visibility: hidden;
}

.sub-menu.csstodo-sub-menu {
  min-height: 48px;
  padding-left: 68px;
  position: relative;
}

.sub-menu.csstodo-sub-menu .menu-item,
.sub-menu.csstodo-sub-menu .menu-item>a {
  position: static;
}

.sub-menu.csstodo-sub-menu .avatar {
  display: block;
  position: absolute;
  left: 20px;
  right: auto;
}

.g1-drop-the-search .g1-drop-toggle-icon:before {
  content: '\e016';
}

.g1-dropable .g1-drop-the-search .search-form-wrapper {
  width: auto;
}

.g1-dropable .g1-drop-the-search .search-form {
  margin: 20px 30px;
}

.g1-dropable .g1-drop-the-search .g1-searches {
  padding: 0;
  position: static;
  box-shadow: none;
  background-color: none;
}

.g1-dropable .g1-drop-the-search .g1-searches>ul {
  margin-left: 30px;
  margin-right: 30px;
}

.g1-dropable .g1-drop-the-search .g1-searches>.no-results {
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}

.g1-dropable .g1-drop-the-search .g1-searches .g1-searches-all-results {
  padding: 8px 30px;
  margin: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e6e6e6;
}

.g1-drop-the-socials .g1-drop-toggle-icon:before {
  content: '\e011';
}

.g1-drop-the-newsletter .g1-drop-toggle-icon:before {
  content: '\e012';
}

.g1-drop-the-newsletter header {
  display: none;
}

.g1-drop-the-skin {
  display: block;
  visibility: hidden;
}

.g1-drop-the-skin .g1-drop-toggle-icon {
  overflow: hidden;
  position: relative;
}

.g1-drop-the-skin .g1-drop-toggle-icon:after,
.g1-drop-the-skin .g1-drop-toggle-icon:before {
  content: '\e062';
}

.g1-drop-the-skin .g1-drop-toggle-icon:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '\e063';
}

.g1-drop-the-skin .g1-skinmode-desc:last-child {
  display: none;
}

.g1-drop-the-skin .g1-drop-content {
  padding: 1.5rem 30px 0;
}

.g1-skinmode .g1-drop-the-skin .g1-skinmode-desc {
  display: none;
}

.g1-skinmode .g1-drop-the-skin .g1-skinmode-desc:last-child {
  display: block;
}

.g1-drop-the-skin-anim .g1-drop-toggle-icon:after,
.g1-drop-the-skin-anim .g1-drop-toggle-icon:before {
  transition: transform 375ms ease-in-out;
}

@supports (--css: variables) {
  .g1-drop-the-skin {
    visibility: visible;
  }
}

.g1-drop-the-skin-dark .g1-drop-toggle-icon:before,
.g1-drop-the-skin-light .g1-drop-toggle-icon:after {
  -webkit-transform: translateY(100%) rotate(90deg);
  -moz-transform: translateY(100%) rotate(90deg);
  -ms-transform: translateY(100%) rotate(90deg);
  -o-transform: translateY(100%) rotate(90deg);
  transform: translateY(100%) rotate(90deg);
}

.g1-drop-the-nsfw .g1-drop-content {
  padding: 1.5rem 30px 0;
}

.g1-drop-the-nsfw-on .g1-drop-toggle-icon:before {
  content: '\e065';
}

.g1-drop-the-nsfw-off .g1-drop-toggle-icon:before {
  content: '\e064';
}

.g1-drop-the-wpml>.g1-drop-content {
  width: 180px;
  padding: 6px;
  margin-left: -90px;
  left: 50%;
  right: auto;
}

.g1-dropable .g1-drop-the-socials {
  position: relative;
}

.g1-dropable .g1-drop-the-socials>.g1-drop-content {
  left: 50%;
  right: auto;
  width: 60px;
  padding: 6px;
  margin-left: -30px;
}

.g1-dropable .g1-drop-the-socials .g1-socials-items {
  margin: 0;
}

.g1-dropable .g1-drop-the-cart {
  margin-left: 20px;
}

.g1-dropable .g1-drop-the-cart .product_list_widget {
  margin: 0;
}

.g1-dropable .g1-drop-the-cart>.g1-drop-content {
  padding: 15px;
}

.g1-dropable .g1-drop-the-newsletter>.g1-drop-content {
  padding: 30px 30px 0;
}

.g1-dropable .g1-drop-the-newsletter .g1-newsletter-privacy {
  text-align: center;
}

.g1-dropable .g1-drop-with-anim>.g1-drop-content,
.g1-dropable .g1-drop-with-anim>.g1-drop-toggle>.g1-drop-toggle-arrow {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: visibility 0s 0.55s, opacity 375ms ease-in-out 175ms,
    transform 375ms ease-in-out 175ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.g1-dropable .g1-drop-with-anim.g1-drop-expanded>.g1-drop-content,
.g1-dropable .g1-drop-with-anim.g1-drop-expanded>.g1-drop-toggle>.g1-drop-toggle-arrow,
.g1-hoverable .g1-dropable .g1-drop-with-anim:hover>.g1-drop-content,
.g1-hoverable .g1-dropable .g1-drop-with-anim:hover>.g1-drop-toggle>.g1-drop-toggle-arrow {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: visibility 0s ease-in-out 175ms, opacity 375ms ease-in-out 175ms,
    transform 375ms ease-in-out 175ms;
}

@keyframes g1-drop-toggle-badge-jump {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(0, -12px);
  }

  50% {
    transform: translate(0, 0);
  }

  75% {
    transform: translate(0, -6px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.g1-drop-toggle-badge-animate {
  animation: g1-drop-toggle-badge-jump 666ms ease-in-out forwards;
}

.entry-featured-media {
  margin-bottom: 1.5rem;
}

.entry-featured-media .wp-video {
  margin: 0 auto;
}

.entry-featured-media .g1-frame {
  background-color: #e6e6e6;
  background-color: var(--g1-border-color);
  border-radius: 10px;
}

.entry-featured-media img {
  aspect-ratio: 16 / 9;
  /* or whatever ratio matches your design */
  object-fit: cover;
  /* ensures images crop instead of stretching */
  width: 100%;
  height: auto;
  /* or height: 100% if the container is fixed */
}

.entry-featured-media .g1-fluid-wrapper,
.entry-featured-media .wp-block-embed {
  margin-bottom: 0;
}

.entry-featured-media .twitter-tweet[style] {
  margin-left: auto;
  margin-right: auto;
}

.entry-featured-media {
  position: relative;
  z-index: 8;
}

.entry-featured-media a.g1-frame {
  position: relative;
  border-radius: 6px;
}

.entry-featured-media a.g1-frame:before {
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 6px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.333);
  opacity: 0;
  transition: opacity 375ms ease-in-out;
  content: '';
}

.entry-featured-media a.g1-frame>.g1-frame-inner {
  border-radius: inherit;
}

.entry-featured-media a.g1-frame:hover:before {
  opacity: 0.999;
}

.entry-media-with-ellipsis {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}

.entry-media-ellipsis {
  padding: 10px 20px 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  text-align: center;
  background-color: #454545;
}

.entry-media-ellipsis .g1-button {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.entry-author {
  display: block;
  margin-right: 10px;
}

.entry-author .avatar {
  float: left;
  margin-right: 10px;
}

.entry-category {
  display: inline-block;
  position: relative;
  padding: 2px 8px 2px 0;
  border-width: 0;
  margin-right: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: uppercase;
  vertical-align: middle;
  pointer-events: auto;
  border-style: solid;
  text-shadow: none;
  border-color: #fff;
  background-color: #fff;
  color: #000;
  border-color: var(--g1-cat-border-color);
  background-color: var(--g1-cat-bg-color);
  color: var(--g1-cat-txt-color);
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
}

.entry-categories {
  display: inline-block;
  margin: 0 0 16px;
}

.entry-categories-label {
  display: none;
}

.entry-tag {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  vertical-align: top;
  text-transform: uppercase;
  color: inherit;
}

.entry-tag:before {
  content: '#';
}

.entry-date {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.entry-comments-link {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  pointer-events: auto;
}

.entry-comments-link a {
  display: inline-block;
  position: relative;
}

.entry-comments-link a:before {
  display: inline-block;
  margin-right: 4px;
  font: 16px/1 bimber;
  vertical-align: top;
  content: '\e010';
}

.entry-comments-link a span,
.entry-comments-link a strong {
  display: inline-block;
  vertical-align: top;
}

.entry-comments-link a span {
  margin-left: 4px;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.entry-shares {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.entry-shares:before {
  display: inline-block;
  margin-right: 4px;
  font: 16px/1 bimber;
  vertical-align: top;
  content: '\e011';
}

.entry-shares span,
.entry-shares strong {
  display: inline-block;
  vertical-align: top;
}

.entry-shares span {
  margin-left: 4px;
}

.entry-views {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.entry-views:before {
  display: inline-block;
  margin-right: 4px;
  font: 16px/1 bimber;
  vertical-align: top;
  content: '\e014';
}

.entry-views span,
.entry-views strong {
  display: inline-block;
  vertical-align: top;
}

.entry-views span {
  margin-left: 4px;
}

.entry-downloads {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.entry-downloads:before {
  display: inline-block;
  margin-right: 4px;
  font: 16px/1 bimber;
  vertical-align: top;
  content: '\e039';
}

.entry-downloads span,
.entry-downloads strong {
  display: inline-block;
  vertical-align: top;
}

.entry-downloads span {
  margin-left: 4px;
}

.entry-votes {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.entry-votes:before {
  display: inline-block;
  margin-right: 4px;
  font: 16px/1 bimber;
  vertical-align: top;
  content: '\e02b';
}

.entry-votes span,
.entry-votes strong {
  display: inline-block;
  vertical-align: top;
}

.entry-votes span {
  margin-left: 4px;
}

.entry-counter {
  box-sizing: border-box;
  margin-bottom: 10px;
  line-height: 40px;
  font-size: 18px;
  font-family: Poppins, Roboto, sans-serif;
  font-weight: 400;
  text-align: left;
  pointer-events: none;
}

.entry-counter:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  content: counter(g1-collection-item-counter);
}

.entry-byline {
  margin-bottom: 4px;
}

.entry-byline:after {
  clear: both;
  display: table;
  content: '';
}

.entry-stats {
  display: inline-block;
  clear: both;
  position: relative;
  z-index: 6;
  margin-bottom: 0.25rem;
  padding: 2px 10px 2px 0;
}

.entry-stats-m .entry-comments-link a:before,
.entry-stats-m .entry-downloads:before,
.entry-stats-m .entry-views:before,
.entry-stats-m .entry-votes:before {
  margin-right: 6px;
  font-size: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.entry-stats-m .entry-comments-link span,
.entry-stats-m .entry-comments-link strong,
.entry-stats-m .entry-downloads span,
.entry-stats-m .entry-downloads strong,
.entry-stats-m .entry-views span,
.entry-stats-m .entry-views strong,
.entry-stats-m .entry-votes span,
.entry-stats-m .entry-votes strong {
  vertical-align: middle;
}

.entry-stats-m .entry-views-popular:before {
  content: '\e015';
  color: #ff577b;
}

.entry-stats-m .entry-views-popular strong {
  color: #ff577b;
}

.entry-stats-m .entry-views-hot:before {
  content: '\e01c';
  color: #ff0036;
}

.entry-stats-m .entry-views-hot strong {
  color: #ff0036;
}

.entry-stats-m .entry-views-trending:before {
  content: '\e030';
  color: #bf0029;
}

.entry-stats-m .entry-views-trending strong {
  color: #bf0029;
}

.g1-meta-m strong {
  font-weight: 600;
}

.entry-meta-m {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}

.entry-meta-m .entry-byline {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.entry-meta-m .entry-date {
  white-space: nowrap;
}

.entry-byline-m .avatar {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.entry-meta-csstodo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.75rem;
}

.entry-meta-csstodo .entry-categories-inner {
  font-size: inherit;
}

.entry-meta-csstodo .entry-categories-label {
  margin-right: 0.25em;
}

.entry-meta-csstodo .entry-byline,
.entry-meta-csstodo .entry-categories,
.entry-meta-csstodo .entry-stats {
  margin: 4px 30px 4px 0;
}

.entry-flag {
  display: block;
  box-sizing: border-box;
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  vertical-align: top;
  font-size: 0;
  line-height: 40px;
  text-align: center;
  border-style: solid;
  border-radius: 0;
  border-color: #ff0036;
  background-color: #ff0036;
  color: #fff;
}

.entry-flag:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-family: bimber;
  font-weight: 400;
  content: '';
}

.entry-flag>.wyr-reaction-icon {
  width: inherit;
  height: inherit;
}

a.entry-flag {
  pointer-events: auto;
}

.entry-flag-latest {
  border-color: grey;
  background-color: grey;
  color: #fff;
}

.entry-flag-latest:before {
  content: '\e017';
}

.entry-flag-popular {
  border-color: #ff577b;
  background-color: #ff577b;
  color: #fff;
}

.entry-flag-popular:before {
  content: '\e015';
}

.entry-flag-hot:before {
  content: '\e01c';
}

.entry-flag-top,
.entry-flag-trending {
  border-color: #bf0029;
  background-color: #bf0029;
  color: #fff;
}

.entry-flag-top:before,
.entry-flag-trending:before {
  content: '\e030';
}

.entry-flag-reaction {
  border-color: transparent;
  background-color: transparent;
}

.entry-flag-members_only:before {
  content: '\e053';
}

.entry-flag-coupon:before {
  content: '\e054';
}

.entry-flags {
  box-sizing: border-box;
  margin-right: 0;
  font-size: 0;
  pointer-events: none;
}

.entry-flags .entry-flag {
  display: none;
  margin-right: 0;
}

.entry-flags .entry-flag-coupon,
.entry-flags .entry-flag-hot+.entry-flag-reaction,
.entry-flags .entry-flag-members_only,
.entry-flags .entry-flag-popular+.entry-flag-reaction,
.entry-flags .entry-flag-trending+.entry-flag-reaction,
.entry-flags .entry-flag:first-child,
.entry-flags .entry-flag:first-child+.entry-flag-reaction {
  display: inline-block;
}

.menu-item>a .entry-flag {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 12px;
  border-radius: 50%;
}

a.entry-flag {
  transition: top 175ms ease-in-out;
}

a.entry-flag:hover {
  top: -5px;
}

.entry-before-title .entry-categories,
.entry-before-title .entry-stats {
  vertical-align: middle;
}

.entry-title a {
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.2;
  /* optional: improves line spacing */
  max-height: calc(1.4em * 2);
  /* optional: controls max height */
}

.entry-title>a {
  color: inherit;
}

.entry-content,
.entry-summary {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.entry-content::after,
.entry-summary::after {
  clear: both;
  display: table;
  content: '';
}

.entry-content video,
.entry-summary video {
  width: 100%;
  margin-bottom: 1.5rem;
}

.entry-cta {
  margin-right: 6px;
}

.g1-content-narrow>.twitter-tweet,
.g1-content-narrow>aside,
.g1-content-narrow>audio,
.g1-content-narrow>blockquote,
.g1-content-narrow>canvas,
.g1-content-narrow>code,
.g1-content-narrow>dl,
.g1-content-narrow>figure,
.g1-content-narrow>form,
.g1-content-narrow>h1,
.g1-content-narrow>h2,
.g1-content-narrow>h3,
.g1-content-narrow>h4,
.g1-content-narrow>h5,
.g1-content-narrow>h6,
.g1-content-narrow>hr,
.g1-content-narrow>iframe,
.g1-content-narrow>ol,
.g1-content-narrow>pre,
.g1-content-narrow>section,
.g1-content-narrow>table,
.g1-content-narrow>ul,
.g1-content-narrow>video {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}

.g1-content-narrow>div {
  max-width: 662px;
  margin-right: auto;
}

.g1-content-narrow>ul {
  margin-left: 2rem;
  list-style-type: disc;
}

.g1-content-narrow>p {
  max-width: 100%;
}

.g1-content-narrow>.twitter-tweet {
  max-width: 662px !important;
  width: 100% !important;
}

.g1-content-narrow>[style] {
  margin-left: auto !important;
  margin-right: auto !important;
}

.g1-content-narrow .alignwide {
  max-width: 1152px;
}

.g1-content-narrow .alignfull {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
}

.g1-content-narrow .g1-fluid-wrapper,
.g1-content-narrow .wp-caption[style],
.g1-content-narrow .wp-video[style] {
  max-width: 100%;
}

.g1-content-narrow .adace-slot-wrapper {
  max-width: none;
}

@media only screen and (min-width: 801px) {
  .g1-column-2of3 .g1-content-narrow .alignfull {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-content-narrow .alignfull {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.entry-todome {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 6px;
  position: relative;
}

.entry-todome> :first-child:before {
  display: block;
  height: 0;
  border-width: 1px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  border-style: solid;
  opacity: 0.1667;
  content: '';
}

.entry-todome>.entry-ctas:last-child:before {
  display: none;
}

.entry-todome .entry-ctas {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.entry-todome .g1-button,
.entry-todome .snax-voting {
  margin-bottom: 6px;
}

.entry-todome .mashsb-container {
  display: inline-block;
  margin: 0 0 6px auto;
  padding: 0;
  vertical-align: middle;
}

.entry-todome .g1-drop-the-more {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 6px auto;
  z-index: 15;
  vertical-align: middle;
}

.entry-todome .g1-drop-the-more .g1-drop-toggle {
  color: inherit;
}

.entry-todome .g1-drop-the-more .g1-drop-content {
  text-align: left;
  left: auto;
  right: 0;
}

.entry-todome .g1-drop-the-more:first-child {
  width: 100%;
  text-align: right;
}

.entry-todome .mashsb-compact+.g1-drop-the-more {
  margin-left: 20px;
}

.entry-todome .price {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 6px;
  vertical-align: middle;
}

.entry-tpl-grid {
  width: 100%;
  /* margin-bottom: 30px; */
  position: relative;
}

.entry-tpl-grid .entry-featured-media {
  margin-bottom: 12px;
}

.entry-tpl-grid .entry-body:hover {
  z-index: 10;
}

.entry-tpl-grid .entry-flags {
  margin-bottom: 10px;
  position: absolute;
  z-index: 12;
  left: 0;
  right: auto;
  top: 0;
}

.entry-tpl-grid .entry-flags:first-child {
  position: static;
}

.entry-tpl-grid .entry-header {
  position: relative;
}

.entry-tpl-grid .entry-before-title {
  box-sizing: border-box;
  margin-bottom: 6px;
  font-size: 0;
  line-height: 20px;
}

.entry-tpl-grid .entry-stats {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-tpl-grid .entry-categories {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-tpl-grid .entry-byline,
.entry-tpl-grid .entry-subtitle,
.entry-tpl-grid .entry-title {
  margin-bottom: 12px;
}

.entry-tpl-grid .entry-summary {
  font-size: 13px;
  line-height: 18px;
}

.entry-tpl-grid.g1-card {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry-tpl-grid.g1-card .entry-featured-media {
  overflow: hidden;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.entry-tpl-grid.g1-card .entry-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.entry-tpl-grid.g1-card .entry-header,
.entry-tpl-grid.g1-card .entry-summary,
.entry-tpl-grid.g1-card .entry-todome,
.entry-tpl-grid.g1-card footer {
  padding-left: 10px;
  padding-right: 10px;
}

.entry-tpl-grid.g1-card .entry-todome {
  margin-top: auto;
}

@media only screen and (min-width: 801px) {

  .entry-tpl-grid.g1-card .entry-header,
  .entry-tpl-grid.g1-card .entry-summary,
  .entry-tpl-grid.g1-card .entry-todome,
  .entry-tpl-grid.g1-card footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {

  .entry-tpl-grid-m.g1-card .entry-header,
  .entry-tpl-grid-m.g1-card .entry-summary,
  .entry-tpl-grid-m.g1-card .entry-todome,
  .entry-tpl-grid-m.g1-card footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.entry-tpl-grid .entry-body {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

.entry-tpl-grid-fancy {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  counter-increment: g1-collection-item-counter;
  text-align: center;
}

.entry-tpl-grid-fancy .entry-counter {
  z-index: 12;
}

.entry-tpl-grid-fancy .entry-counter:first-child {
  position: static;
}

.entry-tpl-grid-fancy .entry-featured-media {
  margin-bottom: 0;
}

.entry-tpl-grid-fancy .entry-header {
  position: relative;
}

.entry-tpl-grid-fancy .entry-before-title {
  font-size: 0;
}

.entry-tpl-grid-fancy .entry-featured-media+.entry-body .entry-header .entry-before-title {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 100%;
}

.entry-tpl-grid-fancy .entry-stats {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-tpl-grid-fancy .entry-categories {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.entry-tpl-grid-fancy .entry-title {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-tpl-grid-fancy.g1-card {
  margin-bottom: 10px;
}

.entry-tpl-grid-fancy.g1-card .entry-before-title {
  padding-left: 30px;
  left: -30px !important;
  background: #fff !important;
}

.entry-tpl-grid-fancy.g1-card .entry-meta {
  background: #fff !important;
}

.entry-tpl-grid-fancy.g1-card .entry-body {
  padding-left: 30px;
  padding-right: 30px;
}

.entry-tpl-gridxs {
  max-width: 100%;
}

.entry-tpl-gridxs .entry-featured-media {
  margin-bottom: 8px;
}

.entry-tpl-gridxs .entry-featured-media img {
  border-radius: 0;
}

.entry-tpl-gridxs .entry-featured-media .mace-video-duration {
  top: auto;
  bottom: 4px;
  left: auto;
  right: 4px;
}

.entry-tpl-gridxs .entry-header {
  margin-top: 8px;
  padding: 0 10px;
}

.entry-tpl-gridxs .entry-title {
  margin-bottom: 12px;
}

.entry-tpl-grid-xxs .entry-flag {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.entry-tpl-grid-xxs .entry-flag:before {
  font-size: 16px;
}

.entry-tpl-grid-xxs .g1-frame-icon {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 14px;
  line-height: 40px;
}

.entry-tpl-grid-xxs .g1-frame-icon:before {
  font-size: 40px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.333);
}

.entry-tpl-grid-xxs .entry-ctas,
.entry-tpl-grid-xxs .entry-title {
  margin-bottom: 10px;
}

.entry-tpl-list {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.entry-tpl-list .entry-featured-media {
  margin-bottom: 12px;
}

.entry-tpl-list .entry-flags {
  margin-bottom: 10px;
  position: absolute;
  z-index: 12;
  left: 0;
  right: auto;
  top: 0;
}

.entry-tpl-list .entry-flags:first-child {
  position: static;
}

.entry-tpl-list .entry-header {
  position: relative;
}

.entry-tpl-list .entry-before-title {
  box-sizing: border-box;
  font-size: 0;
  line-height: 20px;
}

.entry-tpl-list .entry-stats {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-tpl-list .entry-categories {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-tpl-list .entry-title {
  padding-top: 2px;
}

.entry-tpl-list .entry-byline,
.entry-tpl-list .entry-subtitle,
.entry-tpl-list .entry-title {
  margin-bottom: 16px;
}

@media only screen and (max-width: 600px) {
  .entry-tpl-list.g1-card {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .entry-tpl-list.g1-card .entry-featured-media {
    overflow: hidden;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .entry-tpl-list.g1-card .entry-body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .entry-tpl-list.g1-card .entry-header,
  .entry-tpl-list.g1-card .entry-summary,
  .entry-tpl-list.g1-card .entry-todome,
  .entry-tpl-list.g1-card footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .entry-tpl-list.g1-card .entry-todome {
    margin-top: auto;
  }
}

@media only screen and (min-width: 601px) {
  .entry-tpl-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
  }

  .entry-tpl-list .entry-featured-media {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 364px;
    margin: 0 20px 0 0;
  }

  .entry-tpl-list .entry-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .entry-tpl-list .entry-categories,
  .entry-tpl-list .entry-stats {
    margin-bottom: 8px;
  }

  .entry-tpl-list .entry-title {
    padding-top: 0;
  }

  .entry-tpl-list.g1-card {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .entry-tpl-list.g1-card .entry-featured-media {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-right: 0;
  }

  .entry-tpl-list.g1-card .entry-body {
    padding: 16px 20px 1px;
  }
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-list {
    margin-bottom: 30px;
  }

  .entry-tpl-list .entry-featured-media {
    margin-right: 30px;
  }

  .entry-tpl-list.g1-card .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.entry-tpl-otxtlist {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  counter-increment: g1-collection-item-counter;
}

.entry-tpl-otxtlist:after {
  display: table;
  clear: both;
  content: '';
}

.entry-tpl-otxtlist .entry-featured-media {
  width: 100%;
}

.entry-tpl-otxtlist .entry-counter {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-right: 15px;
  margin-bottom: 10px;
  position: static;
  line-height: 40px;
}

.entry-tpl-otxtlist .entry-counter:before {
  width: 40px;
  height: 40px;
}

.entry-tpl-otxtlist .entry-flags {
  margin: 0 0 10px;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  right: auto;
}

.entry-tpl-otxtlist .entry-flags:first-child {
  position: relative;
}

.entry-tpl-otxtlist .entry-body {
  -webkit-flex: 1 0 99px;
  -ms-flex: 1 0 99px;
  flex: 1 0 99px;
}

.entry-tpl-otxtlist .entry-categories,
.entry-tpl-otxtlist .entry-stats {
  margin-bottom: 8px;
}

.entry-tpl-otxtlist .entry-ctas,
.entry-tpl-otxtlist .entry-title {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .entry-tpl-otxtlist .entry-header {
    position: relative;
  }

  .entry-tpl-otxtlist .entry-featured-media~.entry-body .entry-header .entry-before-title {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 100%;
  }
}

@media only screen and (min-width: 601px) {
  .entry-tpl-otxtlist {
    position: relative;
  }

  .entry-tpl-otxtlist .entry-featured-media {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    float: left;
    width: 120px;
    margin: 0 15px 0.75rem 0;
  }

  .entry-tpl-otxtlist .entry-flags {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .entry-tpl-otxtlist .entry-counter {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .entry-tpl-otxtlist .entry-body {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    overflow: hidden;
  }
}

.g1-collection-list-otxtlist .g1-collection-item+.g1-collection-item {
  padding-top: 10px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e6e6e6;
}

.entry-tpl-txtlist {
  padding-left: 20px;
}

.entry-tpl-txtlist:after {
  display: block;
  height: 0;
  margin-top: 10px;
  content: '';
}

.entry-tpl-txtlist .entry-title {
  margin-bottom: 6px;
  position: relative;
}

.entry-tpl-txtlist .entry-title:before {
  position: absolute;
  left: -20px;
  right: auto;
  font-size: 16px;
  font-family: bimber;
  font-weight: 400;
  font-style: normal;
  content: '\e091';
}

.entry-tpl-txtlist .entry-ctas {
  margin-bottom: 6px;
}

.g1-collection-item-txtlist+.g1-collection-item-txtlist {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.entry-tpl-upvote {
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
}

.entry-tpl-upvote .entry-featured-media {
  margin: 0;
}

.entry-tpl-upvote .entry-flags {
  margin-bottom: 10px;
  position: absolute;
  z-index: 12;
  left: 50px;
  right: auto;
  top: 0;
}

.entry-tpl-upvote .entry-flags:first-child {
  position: static;
}

.entry-tpl-upvote .entry-flag {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.entry-tpl-upvote .entry-flag:before {
  font-size: 16px;
}

.entry-tpl-upvote .entry-body {
  padding-left: 20px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

.entry-tpl-upvote .entry-featured-media~.entry-body {
  padding-left: 0;
  border-width: 0;
}

.entry-tpl-upvote .entry-before-title {
  font-size: 0;
}

.entry-tpl-upvote .entry-categories,
.entry-tpl-upvote .entry-stats {
  margin-bottom: 6px;
}

.entry-tpl-upvote .entry-title {
  margin-bottom: 6px;
}

.entry-tpl-upvote .entry-todome {
  position: static;
}

.entry-tpl-upvote .entry-todome> :first-child:before {
  display: none;
}

.entry-tpl-upvote .entry-todome .snax-voting {
  width: 50px;
  margin-top: 0;
  padding-top: 0;
  border-width: 0;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.entry-tpl-upvote .entry-todome .snax-voting .snax-voting-downvote,
.entry-tpl-upvote .entry-todome .snax-voting .snax-voting-upvote {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.entry-tpl-upvote .entry-todome .snax-voting .snax-vote-icon:before {
  line-height: 24px;
}

.entry-tpl-upvote .entry-todome .snax-voting .snax-voting-score {
  margin: 6px 0;
  height: 16px;
  overflow: hidden;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  line-height: 16px;
}

.entry-tpl-upvote .entry-todome .snax-voting .snax-voting-score strong {
  display: block;
}

.entry-tpl-upvote .entry-todome .snax-voting-xs.snax-voting-positive .snax-voting-score strong:before {
  content: normal;
}

@media only screen and (min-width: 601px) {
  .entry-tpl-upvote {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .entry-tpl-upvote .entry-featured-media {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    max-width: 120px;
    margin: 0 20px 0 0;
  }

  .entry-tpl-upvote .entry-flags {
    margin-top: 0;
    position: absolute;
    left: 60px;
    right: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .entry-tpl-upvote .entry-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .entry-tpl-upvote .entry-body {
    padding-right: 32px;
  }

  .entry-tpl-upvote .entry-todome .g1-drop-the-more {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
}

.entry-tpl-upvote.g1-card {
  padding-left: 60px;
  margin-bottom: 15px;
}

.entry-tpl-upvote.g1-card .entry-body {
  margin-top: 8px;
}

.entry-tpl-upvote.g1-card .entry-todome .snax-voting {
  left: 5px;
  top: 10px;
}

.entry-tpl-upvote-up {
  padding-left: 66px;
}

.entry-tpl-upvote-up .entry-todome .snax-voting {
  width: 60px;
}

.entry-tpl-upvote-up .entry-todome .snax-voting .snax-voting-upvote {
  width: 100%;
  height: auto;
  padding-top: 40px;
  border-radius: 99px;
}

.entry-tpl-upvote-up .entry-todome .snax-voting .snax-voting-score {
  margin-top: 20px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.entry-tpl-upvote-up .entry-todome .snax-voting .snax-voting-score strong {
  font-weight: 700;
}

.entry-tpl-list-fancy {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  counter-increment: g1-collection-item-counter;
}

.entry-tpl-list-fancy:after {
  display: table;
  clear: both;
  content: '';
}

.entry-tpl-list-fancy .entry-featured-media {
  margin: 0;
}

.entry-tpl-list-fancy .entry-categories,
.entry-tpl-list-fancy .entry-stats {
  margin-bottom: 0;
}

.entry-tpl-list-fancy .entry-title {
  padding-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-tpl-list-fancy .entry-counter {
  margin: 0 0 10px;
  position: absolute;
  z-index: 12;
  padding: 0 10px;
  left: 0;
  right: auto;
  top: -10px;
}

@media only screen and (min-width: 601px) {
  .entry-tpl-list-fancy {
    position: relative;
  }

  .entry-tpl-list-fancy .entry-featured-media {
    margin: 0 20px 0 0;
    float: left;
    width: 50%;
    max-width: 364px;
  }

  .entry-tpl-list-fancy .entry-body {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-list-fancy .entry-featured-media {
    margin-right: 30px;
  }
}

.entry-tpl-listxs {
  width: 344px;
}

.entry-tpl-listxs .entry-featured-media {
  float: left;
  margin: 0 20px 0 0;
  max-width: 110px;
}

.entry-tpl-listxs .entry-header {
  padding: 20px 0 10px;
}

.entry-tpl-listxs .entry-header .entry-title {
  clear: none;
}

.entry-tpl-listxxs {
  text-align: left;
}

.entry-tpl-listxxs:after {
  display: table;
  clear: both;
  height: 0;
  margin-bottom: 20px;
  content: '';
}

.entry-tpl-listxxs .entry-featured-media {
  float: left;
  margin: 0 15px 0 0;
  width: 90px;
}

.entry-tpl-listxxs .entry-header {
  overflow: hidden;
}

.entry-tpl-listxxs .entry-byline,
.entry-tpl-listxxs .entry-ctas,
.entry-tpl-listxxs .entry-title {
  margin-bottom: 6px;
}

.entry-tpl-listxxs .g1-nsfw-desc,
.entry-tpl-listxxs .g1-nsfw-title {
  display: none;
}

.entry-tpl-listxxs-numbered {
  margin-bottom: 1.5rem;
  position: relative;
  counter-increment: g1-collection-item-counter;
}

.entry-tpl-listxxs-numbered .entry-counter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}

.entry-tpl-listxxs-numbered .entry-header {
  padding-left: 60px;
}

.g1-collection-listxxsmall-numbered {
  padding-top: 10px;
}

.entry-tpl-listxl {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  background-color: #f2f2f2;
}

.entry-tpl-listxl:after {
  display: table;
  clear: both;
  content: '';
}

.entry-tpl-listxl .entry-featured-media {
  margin: 0;
}

.entry-tpl-listxl .entry-flags {
  margin: 0 0 10px;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  right: auto;
}

.entry-tpl-listxl .entry-flags:first-child {
  position: relative;
}

.entry-tpl-listxl .entry-body {
  padding: 20px 20px 0 20px;
}

.entry-tpl-listxl .entry-categories,
.entry-tpl-listxl .entry-stats {
  margin-bottom: 8px;
}

.entry-tpl-listxl .entry-title {
  padding-top: 0.75em;
}

.entry-tpl-listxl .entry-byline,
.entry-tpl-listxl .entry-subtitle,
.entry-tpl-listxl .entry-title {
  margin-bottom: 16px;
}

.entry-tpl-listxl .entry-todome {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .entry-tpl-listxl .entry-header {
    position: relative;
  }

  .entry-tpl-listxl .entry-featured-media~.entry-body .entry-header .entry-before-title {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .entry-tpl-listxl {
    position: relative;
  }

  .entry-tpl-listxl .entry-featured-media {
    float: left;
    width: 0.6666666667;
    max-width: 758px;
    margin: 0 20px 0 0;
  }

  .entry-tpl-listxl .entry-flags {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .entry-tpl-listxl .entry-body {
    padding: 20px 20px 0 0;
    overflow: hidden;
  }

  .entry-tpl-listxl .entry-title {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-listxl .entry-featured-media {
    margin-right: 30px;
  }

  .entry-tpl-listxl .entry-body {
    padding: 30px 30px 0 0;
  }
}

.entry-tpl-tile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 6px;
  background-color: #000;
}

.entry-tpl-tile .entry-featured-media {
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit;
  background-color: #333;
}

.entry-tpl-tile .entry-featured-media>.g1-frame {
  background-color: transparent;
}

.entry-tpl-tile .entry-featured-media>.g1-frame,
.entry-tpl-tile .entry-featured-media>.g1-frame>.g1-frame-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.entry-tpl-tile .entry-featured-media>.g1-frame>.g1-frame-inner {
  height: auto;
}

.entry-tpl-tile .entry-featured-media img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  object-fit: cover;
}

.entry-tpl-tile .entry-before-title {
  font-size: 0;
}

.entry-tpl-tile .entry-before-title .g1-meta {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.333);
}

.entry-tpl-tile .entry-categories,
.entry-tpl-tile .entry-stats {
  margin-bottom: 8px;
}

.entry-tpl-tile .entry-title {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.333);
}

.entry-tpl-tile .entry-title>a {
  position: relative;
}

.entry-tpl-tile .entry-categories {
  display: inline-block;
}

.entry-tpl-tile .entry-body {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 10px 0;
  position: absolute;
  z-index: 4;
  left: 0;
  right: auto;
  bottom: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  background-image: -owg-linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
  background-image: -webkit-linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
  background-image: -moz-linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.entry-tpl-tile .entry-body:after {
  display: block;
  height: 0;
  margin-top: 15px;
  content: '';
}

.entry-tpl-tile .entry-featured-media+.entry-body {
  pointer-events: none;
}

.entry-tpl-tile .entry-ctas,
.entry-tpl-tile .entry-title {
  margin-bottom: 15px;
}

.g1-collection-with-cards .entry-tpl-tile {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-tile .entry-body {
    padding: 60px 20px 0;
  }

  .entry-tpl-tile .entry-body:after {
    display: block;
    height: 0;
    margin-top: 20px;
    content: '';
  }
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-tile-xl .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.entry-tpl-tile-xxl {
  text-align: center;
}

.entry-tpl-tile-xxl .entry-ctas,
.entry-tpl-tile-xxl .entry-header {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}

.entry-tpl-classic-nosidebar .entry-header-01 {
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
}

.entry-tpl-classic-nosidebar>.entry-featured-media {
  margin-left: auto;
  margin-right: auto;
}

.entry-header-01 .entry-before-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0;
}

.entry-header-01 .entry-categories,
.entry-header-01 .entry-flags {
  display: inline-block;
  margin-bottom: 16px;
  vertical-align: middle;
}

.g1-card>.entry-header-01 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.g1-card>.entry-header-01 .mashsb-container {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: inherit;
  padding-right: inherit;
  padding-bottom: 12px;
}

.g1-card>.entry-featured-media-main {
  margin-bottom: 0;
}

.g1-card>.entry-featured-media-main:first-child .g1-frame {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media only screen and (min-width: 601px) {
  .g1-card>.entry-header-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g1-card>.entry-header-01 .mashsb-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-card>.entry-header-01 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .g1-card>.entry-header-01 .mashsb-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.entry-header-02 .entry-before-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0;
}

.entry-header-02 .entry-categories,
.entry-header-02 .entry-flags {
  display: inline-block;
  margin-bottom: 16px;
  vertical-align: middle;
}

.entry-header-02 .entry-meta {
  padding-top: 10px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

@media only screen and (min-width: 601px) {
  .g1-wrapper-with-stickies {
    padding-left: 86px;
  }

  .g1-wrapper-with-stickies:after {
    display: table;
    clear: both;
    content: '';
  }

  .g1-wrapper-with-stickies .entry-essentials {
    width: 100%;
    float: right;
  }

  .g1-wrapper-with-stickies .entry-actions {
    width: 66px;
    float: left;
    margin-left: -86px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-wrapper-with-stickies {
    padding-left: 96px;
  }

  .g1-wrapper-with-stickies .entry-actions {
    margin-left: -96px;
  }
}

.g1-card>.entry-header-02 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.g1-card>.entry-header-02 .mashsb-container {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: inherit;
  padding-right: inherit;
  padding-bottom: 12px;
}

@media only screen and (min-width: 601px) {
  .g1-card>.entry-header-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g1-card>.entry-header-02 .mashsb-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-card>.entry-header-02 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .g1-card>.entry-header-02 .mashsb-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.entry-header-03 .entry-meta-bunchy {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: none;
  position: relative;
  min-width: 240px;
  min-height: 30px;
  padding-left: 40px;
}

.entry-header-03 .entry-meta-bunchy .entry-categories {
  margin-bottom: 0;
}

.entry-header-03 .entry-meta-bunchy .avatar {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}

@media only screen and (min-width: 1025px) {
  .g1-indent {
    padding-left: 120px;
  }

  .g1-indent .mashsb-container,
  .g1-indent .snax-items,
  .g1-indent .snax-message,
  .g1-indent blockquote {
    margin-left: -120px;
  }

  .g1-indent-both {
    box-sizing: border-box;
    max-width: 878px;
    padding-left: 120px;
    padding-right: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-bunchy .entry-tpl-index {
    padding-left: 120px;
  }

  .entry-tpl-bunchy .entry-tpl-index-stickies:after {
    display: table;
    clear: both;
    content: '';
  }

  .entry-tpl-bunchy .entry-tpl-index-stickies .entry-box {
    width: 100%;
    float: right;
  }

  .entry-tpl-bunchy .entry-tpl-index-stickies .entry-actions {
    position: -webkit-sticky;
    position: sticky;
    float: left;
    width: 110px;
    border-width: 0;
    margin-left: -120px;
    top: 10px;
  }
}

.g1-card>.entry-header-03 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.g1-card>.mashsb-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

.g1-card>.entry-featured-media-main {
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media only screen and (min-width: 601px) {
  .g1-card>.entry-header-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g1-card>.mashsb-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-card>.entry-header-03 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .g1-card>.mashsb-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.entry-tpl-index {
  margin-bottom: 30px;
}

.entry-tpl-index .entry-flags {
  margin-bottom: 10px;
}

.entry-tpl-index .entry-featured-media {
  margin-bottom: 10px;
}

.entry-tpl-index .entry-before-title {
  font-size: 0;
}

.entry-tpl-index .entry-categories,
.entry-tpl-index .entry-stats {
  margin-bottom: 10px;
}

.entry-tpl-index .entry-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.entry-tpl-index .entry-footer .mashsb-mini {
  margin-bottom: 20px;
}

.entry-tpl-index.g1-card {
  margin-bottom: 15px;
  border-radius: 6px;
}

.entry-tpl-index.g1-card>.entry-header {
  padding: 30px 10px 0 10px;
}

.entry-tpl-index.g1-card>.entry-summary {
  padding: 30px 10px;
}

.entry-tpl-index.g1-card>footer {
  padding: 0 10px;
}

@media only screen and (min-width: 1025px) {

  .entry-tpl-index.g1-card>.entry-header,
  .entry-tpl-index.g1-card>.entry-summary,
  .entry-tpl-index.g1-card>footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 801px) {
  .archive-body-stream>.g1-row-inner {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .archive-body-stream>.g1-row-inner>.g1-column {
    margin-left: 0;
    margin-right: 0;
  }

  .archive-body-stream>.g1-row-inner>.g1-column-2of3 {
    max-width: 608px;
  }
}

@media only screen and (max-width: 800px) {
  .archive-body-stream>.g1-row-inner>.g1-column-1of6 {
    display: none;
  }
}

.entry-tpl-stream {
  box-sizing: border-box;
  max-width: 608px;
  width: 100%;
  margin: 0 auto 10px;
}

.entry-tpl-stream .entry-featured-media {
  margin-bottom: 10px;
}

.entry-tpl-stream .entry-header {
  position: relative;
}

.entry-tpl-stream .entry-before-title {
  font-size: 0;
}

.entry-tpl-stream .entry-categories {
  margin-bottom: 10px;
}

.entry-tpl-stream .entry-flags {
  position: absolute;
  top: -10px;
  right: 10px;
  left: auto;
}

.entry-tpl-stream .entry-flag {
  width: 30px;
  height: 30px;
}

.entry-tpl-stream .entry-flag:before {
  font-size: 16px;
}

.entry-tpl-stream .entry-title {
  margin-bottom: 15px;
}

.entry-tpl-stream .entry-subtitle {
  margin-top: -10px;
}

.entry-tpl-stream .entry-stats {
  display: block;
  margin-top: -10px;
  margin-bottom: 15px;
}

.entry-tpl-stream>.entry-todome .mashsb-compact {
  display: inline-block;
  padding: 0;
  border: 0;
}

.entry-tpl-stream>.entry-todome .entry-stats {
  margin-top: 5px;
  margin-bottom: 5px;
}

.entry-tpl-stream .entry-byline {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 801px) {
  .entry-tpl-stream {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-stream {
    margin-bottom: 30px;
  }
}

.entry-tpl-stream.g1-card {
  margin-bottom: 15px;
}

.entry-tpl-stream.g1-card>.entry-header {
  padding: 15px 10px 1px;
}

.entry-tpl-stream.g1-card>.entry-featured-media {
  margin-bottom: 0;
}

.entry-tpl-stream.g1-card>.entry-body {
  padding: 0 10px;
}

.entry-tpl-stream.g1-card>.entry-todome {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 801px) {

  .entry-tpl-stream.g1-card>.entry-body,
  .entry-tpl-stream.g1-card>.entry-header,
  .entry-tpl-stream.g1-card>.entry-todome {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {

  .entry-tpl-stream.g1-card>.entry-body,
  .entry-tpl-stream.g1-card>.entry-header,
  .entry-tpl-stream.g1-card>.entry-todome {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.entry-tpl-zigzag {
  position: relative;
}

.entry-tpl-zigzag>.entry-featured-media .g1-fluid-wrapper {
  margin-bottom: 0;
}

.entry-tpl-zigzag>.entry-flags {
  margin: 0 0 10px;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  right: auto;
}

.entry-tpl-zigzag>.entry-flags:first-child {
  position: relative;
}

.entry-tpl-zigzag .entry-before-title {
  font-size: 0;
}

.entry-tpl-zigzag .entry-categories,
.entry-tpl-zigzag .entry-stats {
  margin-bottom: 10px;
}

.entry-tpl-zigzag .entry-todome .mashsb-mini {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 767px) {
  .entry-tpl-zigzag {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .entry-tpl-zigzag>.entry-featured-media {
    box-sizing: border-box;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .entry-tpl-zigzag>.entry-flags {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .entry-tpl-zigzag>.entry-body {
    box-sizing: border-box;
    width: 50%;
    padding-left: 45px;
  }

  .g1-collection-item-entry-even .entry-tpl-zigzag {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .g1-collection-item-entry-even .entry-tpl-zigzag>.entry-featured-media {
    padding-left: 15px;
    padding-right: 0;
  }

  .g1-collection-item-entry-even .entry-tpl-zigzag>.entry-flags {
    left: auto;
    right: 0;
  }

  .g1-collection-item-entry-even .entry-tpl-zigzag>.entry-body {
    padding-right: 45px;
    padding-left: 0;
  }
}

.entry-tpl-zigzag.g1-card>.entry-body {
  padding: 10px 10px 0;
}

@media only screen and (min-width: 601px) {
  .entry-tpl-zigzag.g1-card>.entry-body {
    padding: 20px 20px 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-zigzag.g1-card>.entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.g1-collection-zigzag .g1-collection-viewport {
  margin-left: 0;
  margin-right: 0;
}

.g1-collection-zigzag .g1-collection-item {
  padding-left: 0;
  padding-right: 0;
}

.g1-collection-zigzag .g1-collection-item+.g1-collection-item {
  padding-top: 30px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.g1-collection-zigzag .g1-advertisement-inside-zigzag {
  margin-top: 0;
  margin-bottom: 20px;
}

.g1-collection-zigzag .g1-newsletter-horizontal {
  margin-top: 0;
  margin-bottom: 20px;
}

.g1-collection-zigzag.g1-collection-with-cards .g1-collection-item+.g1-collection-item {
  padding-top: 0;
  border-width: 0;
}

.entry-tpl-zigzag-s {
  position: relative;
}

.entry-tpl-zigzag-s>.entry-flags {
  margin: 0 0 10px;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  right: auto;
}

.entry-tpl-zigzag-s>.entry-flags:first-child {
  position: relative;
}

.entry-tpl-zigzag-s .entry-before-title {
  font-size: 0;
}

.entry-tpl-zigzag-s .entry-categories,
.entry-tpl-zigzag-s .entry-stats {
  margin-bottom: 10px;
}

.entry-tpl-zigzag-s {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.entry-tpl-zigzag-s>.entry-featured-media {
  box-sizing: border-box;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  width: 50%;
  margin-bottom: 0;
}

.entry-tpl-zigzag-s>.entry-flags {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.entry-tpl-zigzag-s>.entry-body {
  box-sizing: border-box;
  width: 50%;
  padding-left: 30px;
}

.g1-collection-zigzag-s .g1-advertisement-inside-zigzag {
  margin-top: 0;
  margin-bottom: 20px;
}

.g1-collection-zigzag-s .g1-newsletter-horizontal {
  margin-top: 0;
  margin-bottom: 20px;
}

.g1-collection-zigzag.g1-collection-with-cards .g1-collection-item+.g1-collection-item {
  padding-top: 0;
  border-width: 0;
}

@media only screen and (max-width: 600px) {
  .g1-collection-item:nth-child(2n) .entry-tpl-zigzag-s {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .g1-collection-item:nth-child(2n) .entry-tpl-zigzag-s>.entry-flags {
    left: auto;
    right: 0;
  }

  .g1-collection-item:nth-child(2n) .entry-tpl-zigzag-s>.entry-body {
    padding-right: 30px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 601px) {
  .g1-collection-columns-1 .g1-collection-item:nth-child(2n) .entry-tpl-zigzag-s {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .g1-collection-columns-1 .g1-collection-item:nth-child(2n) .entry-tpl-zigzag-s>.entry-flags {
    left: auto;
    right: 0;
  }

  .g1-collection-columns-1 .g1-collection-item:nth-child(2n) .entry-tpl-zigzag-s>.entry-body {
    padding-right: 30px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 601px) {

  .g1-collection-columns-2 .g1-collection-item:nth-child(4n + 3) .entry-tpl-zigzag-s,
  .g1-collection-columns-2 .g1-collection-item:nth-child(4n + 4) .entry-tpl-zigzag-s {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .g1-collection-columns-2 .g1-collection-item:nth-child(4n + 3) .entry-tpl-zigzag-s>.entry-flags,
  .g1-collection-columns-2 .g1-collection-item:nth-child(4n + 4) .entry-tpl-zigzag-s>.entry-flags {
    left: auto;
    right: 0;
  }

  .g1-collection-columns-2 .g1-collection-item:nth-child(4n + 3) .entry-tpl-zigzag-s>.entry-body,
  .g1-collection-columns-2 .g1-collection-item:nth-child(4n + 4) .entry-tpl-zigzag-s>.entry-body {
    padding-right: 30px;
    padding-left: 0;
  }
}

.entry-tpl-index-stickies .snax-bar {
  margin-bottom: 0;
}

.entry-tpl-index-stickies .entry-flags {
  margin-top: 10px;
  padding: 0 10px;
  text-align: right;
  position: relative;
  z-index: 2;
}

.entry-tpl-index-stickies .entry-flags+.entry-featured-media {
  margin-top: -60px;
}

@media only screen and (max-width: 600px) {
  .entry-tpl-index-stickies .entry-featured-media {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.entry-tpl-index-stickies .entry-actions {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e6e6e6;
}

.entry-tpl-index-stickies .snax-voting {
  margin-top: 6px;
}

@media only screen and (max-width: 1024px) {
  .entry-tpl-index-stickies .snax-voting {
    margin-top: 6px;
  }
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-index-stickies {
    padding-left: 120px;
  }

  .entry-tpl-index-stickies:after {
    display: table;
    clear: both;
    content: '';
  }

  .entry-tpl-index-stickies .entry-box {
    width: 100%;
    float: right;
  }

  .entry-tpl-index-stickies .entry-actions {
    float: left;
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
    width: 110px;
    border-width: 0;
    margin-left: -120px;
  }

  .entry-tpl-index-stickies .entry-actions .snax-action-links {
    left: 0;
    right: auto;
  }
}

.entry-tpl-feat-bunchy {
  margin: 0 0 3rem;
}

.entry-tpl-feat-bunchy .snax-bar {
  margin-bottom: 10px;
}

.entry-tpl-feat-bunchy .entry-featured-media {
  margin-bottom: 15px;
}

.entry-tpl-feat-bunchy .snax-bar+.entry-featured-media {
  margin-top: -10px;
}

.entry-tpl-feat-bunchy .entry-flags+.entry-featured-media {
  margin-top: -60px;
}

.entry-tpl-feat-bunchy .entry-flags {
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  text-align: right;
  padding: 10px;
}

@media only screen and (max-width: 600px) {
  .entry-tpl-feat-bunchy .entry-featured-media {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.entry-tpl-feat-bunchy .entry-categories,
.entry-tpl-feat-bunchy .entry-stats {
  margin-bottom: 10px;
}

.entry-tpl-feat-bunchy .entry-byline,
.entry-tpl-feat-bunchy .entry-subtitle,
.entry-tpl-feat-bunchy .entry-title {
  margin-bottom: 16px;
}

.entry-tpl-feat-bunchy .entry-actions {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e6e6e6;
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-feat-bunchy>.entry-body {
    padding-left: 120px;
  }

  .entry-tpl-feat-stickies>.entry-body:after {
    display: table;
    clear: both;
    content: '';
  }

  .entry-tpl-feat-stickies>.entry-body .entry-box {
    width: 100%;
    float: right;
  }

  .entry-tpl-feat-stickies>.entry-body .entry-actions {
    position: -webkit-sticky;
    position: sticky;
    float: left;
    width: 110px;
    border-width: 0;
    margin-left: -120px;
    top: 10px;
  }
}

.entry-tpl-feat-bunchy.g1-card .g1-frame {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.entry-tpl-list-s {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.entry-tpl-list-s .entry-featured-media {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  max-width: 120px;
  margin: 0 10px 0 0;
}

.entry-tpl-list-s .entry-flags {
  margin: 0 0 10px;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  right: auto;
}

.entry-tpl-list-s .entry-flags:first-child {
  position: static;
  max-width: none;
  width: auto;
  text-align: left;
}

.entry-tpl-list-s .entry-body {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.entry-tpl-list-s .entry-before-title {
  font-size: 0;
}

.entry-tpl-list-s .entry-categories,
.entry-tpl-list-s .entry-stats {
  margin-bottom: 4px;
}

.entry-tpl-list-s .entry-downloads span,
.entry-tpl-list-s .entry-shares span,
.entry-tpl-list-s .entry-views span,
.entry-tpl-list-s .entry-votes span {
  display: none;
}

.entry-tpl-list-s .entry-byline,
.entry-tpl-list-s .entry-subtitle,
.entry-tpl-list-s .entry-title {
  margin-bottom: 12px;
}

.entry-tpl-list-s.g1-card {
  margin-bottom: 15px;
  border-radius: 6px;
}

.entry-tpl-list-s.g1-card .entry-featured-media {
  margin: 0;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.entry-tpl-list-s.g1-card .entry-body {
  padding: 10px 10px 1px;
}

@media only screen and (max-width: 800px) {
  .entry-tpl-list-s .entry-flag {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .entry-tpl-list-s .entry-flag:before {
    font-size: 16px;
  }

  .entry-tpl-list-s .g1-frame-icon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    font-size: 14px;
    line-height: 40px;
  }

  .entry-tpl-list-s .g1-frame-icon:before {
    font-size: 40px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.333);
  }

  .entry-tpl-list-s .g1-nsfw-desc,
  .entry-tpl-list-s .g1-nsfw-title {
    display: none;
  }
}

@media only screen and (min-width: 801px) {
  .entry-tpl-list-s {
    margin-bottom: 20px;
  }

  .entry-tpl-list-s .entry-featured-media {
    max-width: 265px;
    margin-right: 20px;
  }

  .entry-tpl-list-s .entry-categories,
  .entry-tpl-list-s .entry-stats {
    margin-bottom: 8px;
  }

  .entry-tpl-list-s.g1-card .entry-body {
    padding: 15px 20px 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .entry-tpl-list-s {
    margin-bottom: 30px;
  }

  /* .g1-column {
    padding: unset;
  } */
}

.entry-tpl-ticker .entry-title {
  margin-bottom: 0;
  line-height: 24px;
}

.entry-tpl-ticker .entry-title>a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entry-tpl-ticker .g1-breadcrumbs-with-ellipsis .g1-breadcrumbs-item {
  max-width: 10em;
}

.g1-collection {
  clear: both;
  margin: 0 auto;
}

.g1-collection:after {
  clear: both;
  display: table;
  content: '';
}

.g1-collection-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.g1-collection-header .g1-collection-title {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.g1-collection-header .g1-collection-author-link {
  display: block;
  margin-right: 8px;
  margin-bottom: 1.5rem;
}

.g1-collection-header .g1-collection-author-link .avatar {
  display: block;
}

.g1-collection-header .follow,
.g1-collection-header .unfollow {
  margin-left: auto;
  margin-bottom: 1.5rem;
}

.g1-collection-viewport {
  clear: both;
  /* margin-left: -10px;
  margin-right: -10px; */
}

.g1-collection-items {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  counter-reset: g1-collection-item-counter;
}

.g1-collection-item {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  vertical-align: top;
  font-size: 1rem;
}

.g1-collection-item-1of3 {
  width: 100%;
}

.g1-collection-with-cards .g1-collection-item>article {
  box-sizing: border-box;
  width: 100%;
}

.g1-collection-with-cards .g1-collection-item .g1-advertisement,
.g1-collection-with-cards .g1-collection-item .g1-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

@media only screen and (min-width: 801px) {
  .g1-collection-with-cards .g1-collection-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 0;
  }

  .g1-collection-with-cards .g1-collection-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}

@media only screen and (min-width: 480px) {
  .g1-collection-columns-4 .g1-collection-item {
    width: 50%;
  }

}

@media only screen and (min-width: 601px) {

  .g1-collection-columns-2 .g1-collection-item,
  .g1-collection-columns-3 .g1-collection-item {
    width: 50%;
  }
}

@media only screen and (min-width: 801px) {
  .g1-collection-columns-4 .g1-collection-item {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-viewport {
    margin-left: -15px;
    margin-right: -15px;
  }

  .g1-collection-item {
    padding: 0 8px;
  }

  .g1-module-big,
  .g1-module-small {
    padding: 0 15px;
  }

  .g1-collection-columns-3 .g1-collection-item {
    width: 33.3333333333%;
  }

  .g1-collection-columns-4 .g1-collection-item {
    width: 25%;
  }
}

.g1-collection-gutter-s {
  margin-bottom: 24px;
}

.g1-collection-gutter-s .g1-collection-viewport {
  margin-left: -3px;
  margin-right: -3px;
}

.g1-collection-gutter-s .g1-collection-item {
  padding: 0 3px;
}

.g1-collection-gutter-s .entry-tpl-tile {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
}

.g1-collection-gutter-0 {
  margin-bottom: 30px;
}

.g1-collection-gutter-0 .g1-collection-viewport {
  margin-left: 0;
  margin-right: 0;
}

.g1-collection-gutter-0 .g1-collection-item {
  padding: 0;
}

.g1-collection-gutter-0 .entry-tpl-tile {
  margin-bottom: 0;
  border-radius: 0;
}

.g1-hot-content,
.g1-popular-content,
.g1-trending-content {
  margin-bottom: 3rem;
}

.g1-collection-more {
  overflow: hidden;
  margin-bottom: 3rem;
  position: relative;
  text-align: center;
  padding-bottom: 0.75em;
}

.g1-collection-more .g1-button {
  max-width: 100%;
  width: 364px;
}

.g1-collection-more-spinner {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: g1-anim-spin 2s infinite linear;
  -moz-animation: g1-anim-spin 2s infinite linear;
  animation: g1-anim-spin 2s infinite linear;
}

.g1-collection-more-spinner:before {
  font-family: bimber;
  font-style: normal;
  content: '\e01d';
}

.g1-collection-more-inner {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.g1-collection-more-loading .g1-button {
  visibility: hidden;
}

.g1-collection-more-loading .g1-collection-more-spinner {
  display: block;
}

.g1-collection-narrow .g1-collection-more,
.g1-collection-narrow .g1-collection-title {
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
}

.g1-collection-masonry {
  max-width: none;
}

.g1-collection-masonry .g1-collection-title {
  margin-bottom: 20px;
}

.g1-collection-masonry .g1-collection-item {
  display: inline-block;
}

.g1-collection-masonry .g1-collection-viewport {
  margin-left: -10px;
  margin-right: -10px;
}

.g1-collection-masonry .g1-collection-item {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.g1-collection-masonry .g1-collection-item>* {
  margin-bottom: 10px;
}

.archive-body .g1-collection-masonry {
  padding-top: 20px;
}

@media only screen and (min-width: 480px) {
  .g1-collection-masonry .g1-collection-item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .g1-collection-masonry .g1-collection-item {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .g1-collection-masonry .g1-collection-item>* {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-masonry .g1-collection-item {
    width: 25%;
  }
}

@media only screen and (min-width: 1280px) {
  .g1-collection-masonry .g1-collection-item {
    width: 20%;
  }
}

@media only screen and (min-width: 2000px) {
  .g1-collection-masonry .g1-collection-item {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 3000px) {
  .g1-collection-masonry .g1-collection-item {
    width: 12.5%;
  }
}

@media only screen and (min-width: 4000px) {
  .g1-collection-masonry .g1-collection-item {
    width: 10%;
  }
}

.g1-featured-row {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.g1-featured-row>.g1-row-inner {
  max-width: 1152px;
}

.g1-featured-row>.g1-row-inner>.g1-column {
  padding-left: 0;
  padding-right: 0;
}

.g1-featured {
  position: relative;
  overflow-x: hidden;
}

@media only screen and (min-width: 1183px) {
  .g1-featured {
    margin-left: auto;
    margin-right: auto;
  }
}

.g1-featured-arrow {
  display: block;
  overflow: hidden;
  width: 20px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  text-indent: 100%;
  text-align: center;
  white-space: nowrap;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.666);
  color: #fff;
  opacity: 0;
  transition: opacity 375ms ease-in-out;
}

.g1-featured-arrow:before {
  display: block;
  margin-top: -0.5em;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  font: 18px/1 bimber;
  text-indent: 0;
  content: '\e00d';
}

.g1-featured-arrow-next {
  right: 0;
  left: auto;
}

.g1-featured-arrow-next:before {
  content: '\e00b';
}

.g1-featured-no-js .g1-featured-arrow {
  display: none;
}

.g1-hoverable .g1-featured-js:hover .g1-featured-arrow {
  opacity: 1;
  transition: opacity 375ms ease-in-out;
}

.g1-hoverable .g1-featured-viewport-start:hover .g1-featured-arrow-prev {
  display: none;
}

.g1-hoverable .g1-featured-viewport-end:hover .g1-featured-arrow-next {
  display: none;
}

.g1-hoverable .g1-featured-viewport-no-overflow:hover .g1-featured-arrow-prev {
  display: none;
}

.g1-hoverable .g1-featured-viewport-no-overflow:hover .g1-featured-arrow-next {
  display: none;
}

.g1-featured-title {
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: 0.75em 0;
}

.g1-featured-fade {
  display: block;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 20px;
  height: 100%;
  opacity: 1;
  transition: opacity 375ms ease-in-out;
  background-image: -owg-linear-gradient(to left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
  background-image: -webkit-linear-gradient(to left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
  background-image: -moz-linear-gradient(to left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
  background-image: -o-linear-gradient(to left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
  background-image: linear-gradient(to left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
}

.g1-featured-fade-after {
  right: 0;
  left: auto;
  background-image: -owg-linear-gradient(to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
  background-image: -webkit-linear-gradient(to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
  background-image: -moz-linear-gradient(to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
  background-image: -o-linear-gradient(to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.333));
}

.g1-featured-viewport-start .g1-featured-fade-before {
  opacity: 0;
}

.g1-featured-viewport-end .g1-featured-fade-after {
  opacity: 0;
}

@media only screen and (min-width: 720px) {
  .g1-featured-fade {
    width: 40px;
  }
}

.g1-hoverable .g1-featured-fade {
  display: none;
}

@media only screen and (min-width: 1141px) {
  .g1-featured .g1-featured-fade {
    display: none;
  }
}

.g1-featured-items {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: normal;
}

@media (any-hover: none),
(any-pointer: coarse) {
  .g1-featured-items {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.g1-featured-item {
  display: inline-block;
  box-sizing: border-box;
  width: 192px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
  white-space: normal;
}

.g1-featured-5 .g1-featured-item {
  width: 230.4px;
}

.g1-featured-4 .g1-featured-item {
  width: 288px;
}

.g1-featured-3 .g1-featured-item {
  width: 384px;
}

.g1-featured-item+.g1-featured-item>.entry-tpl-listxs {
  margin-left: 60px;
}

.g1-featured-with-gutter .g1-featured-items {
  padding: 3px 0;
  margin: 0 -3px;
}

.g1-featured-with-gutter .g1-featured-item {
  padding: 3px;
}

.g1-featured-with-gutter .entry-tpl-gridxs {
  overflow: hidden;
  border-radius: 6px;
}

.g1-featured-full-width .g1-featured-with-gutter .g1-featured-item:first-child {
  margin-left: 6px;
}

.g1-featured-no-results {
  margin-top: 22px;
  margin-top: 1.5rem;
}

.g1-featured-5 .entry-tpl-gridxs {
  width: 230px;
}

.g1-featured-4 .entry-tpl-gridxs {
  width: 288px;
}

.g1-featured-items-bunchy .g1-featured-row {
  width: 100%;
}

.g1-featured-items-bunchy .g1-featured-title {
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: 0.75em 0;
}

.g1-featured-items-bunchy .g1-featured-items {
  position: relative;
  margin: 0 auto;
  list-style: none;
  white-space: normal;
  font-size: 0;
  letter-spacing: normal;
}

.g1-featured-items-bunchy .g1-featured-item {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  position: relative;
  vertical-align: top;
  font-size: 1rem;
}

.g1-featured-items-bunchy .entry-tpl-tile {
  margin-bottom: 0;
}

.g1-featured-items-bunchy .g1-featured-no-results {
  margin-top: 22px;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 601px) {
  .g1-featured-items-bunchy-3 .g1-featured-item {
    display: inline-block;
    width: 50%;
  }

  .g1-featured-items-bunchy-3 .g1-featured-item:first-child {
    width: 100%;
  }

  .g1-featured-items-bunchy-4 .g1-featured-item {
    display: inline-block;
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {

  .g1-featured-items-bunchy-3 .g1-featured-item,
  .g1-featured-items-bunchy-3 .g1-featured-item:first-child {
    width: 33.3333333333%;
  }

  .g1-featured-items-bunchy-4 .g1-featured-item {
    width: 25%;
  }
}

.g1-featured-row>.g1-row-inner.g1-featured-full-width {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.g1-featured-row>.g1-row-inner.g1-featured-full-width .g1-column {
  padding-left: 0;
  padding-right: 0;
}

.g1-featured-row>.g1-row-inner.g1-featured-full-width .g1-featured {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 1025px) {
  .g1-featured-row-before-header {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

.g1-featured-without-title .entry-tpl-gridxs {
  position: relative;
}

.g1-featured-without-title .entry-tpl-gridxs .entry-featured-media {
  margin-bottom: 0;
}

.g1-featured-without-title .entry-tpl-gridxs .entry-header {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 375ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.666);
}

.g1-featured-without-title .entry-tpl-gridxs .entry-header .entry-title {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  pointer-events: auto;
}

.g1-featured-without-title .entry-tpl-gridxs .entry-header .entry-title>a {
  display: block;
  color: #fff;
}

.g1-featured-without-title .entry-tpl-gridxs:hover .entry-header {
  display: block;
  opacity: 0.99;
}

.archive-featured {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.archive-featured-row .g1-mosaic {
  margin-bottom: 0;
}

.archive-featured .archive-featured-title {
  margin-top: 20px;
}

.archive-featured-with-gutter {
  overflow-x: hidden;
}

.archive-featured-with-gutter .entry-tpl-tile {
  border-radius: 6px;
}

.archive-featured-with-gutter .entry-tpl-tile .entry-featured-media {
  border-radius: inherit;
}

.g1-mosaic {
  position: relative;
}

.g1-mosaic:after {
  display: table;
  clear: both;
  content: '';
}

.g1-mosaic .entry-tpl-tile {
  margin-bottom: 0;
}

.g1-mosaic .entry-header {
  z-index: 10;
}

.g1-mosaic-item {
  position: relative;
}

.archive-featured-with-gutter .g1-mosaic {
  padding: 3px 0;
  margin-left: -3px;
  margin-right: -3px;
}

.archive-featured-with-gutter .g1-mosaic-item>article {
  top: 3px;
  bottom: 3px;
}

@media only screen and (min-width: 601px) {
  .archive-featured-with-gutter .g1-mosaic-item>article {
    left: 3px;
    right: 3px;
  }
}

.archive-featured .entry-badge-open-list {
  display: none;
}

.g1-mosaic-1 {
  margin-bottom: 1.5rem;
}

.g1-mosaic-1 .g1-mosaic-item {
  width: 100%;
  height: 400px;
}

.archive-featured-bunchy {
  border-width: 0 0 1px;
  margin-bottom: 1.5rem;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.archive-featured-bunchy .archive-featured-row {
  width: 100%;
  margin-bottom: 0;
  background-color: #474747;
}

.archive-featured-bunchy .archive-featured-header {
  min-height: 0;
  background: #474747;
  color: #fff;
  color: rgba(255, 255, 255, 0.666);
}

.archive-featured-bunchy .archive-featured-header .archive-featured-title {
  color: #fff;
}

.archive-featured-bunchy .archive-featured-header .g1-column {
  min-height: 0;
}

.archive-featured-bunchy #primary>.archive-body-title:first-child,
.archive-featured-bunchy .archive-featured-title {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.archive-featured-bunchy .g1-featured-row {
  width: 100%;
  background-color: #000;
}

.archive-featured-bunchy .g1-featured-title {
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: 0.75em 0;
}

.archive-featured-bunchy .g1-featured-items {
  position: relative;
  margin: 0 auto;
  list-style: none;
  font-size: 0;
  letter-spacing: normal;
}

.archive-featured-bunchy .g1-featured-item {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
  white-space: normal;
}

@media only screen and (min-width: 801px) {
  .archive-featured-bunchy .g1-featured-item {
    width: 0.3333333333;
  }
}

.archive-featured-bunchy .g1-featured-no-results {
  margin-top: 22px;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 1025px) {
  .archive-featured-bunchy .entry-tpl-feat-stickies>.entry-body:after {
    display: table;
    clear: both;
    content: '';
  }

  .archive-featured-bunchy .entry-tpl-feat-stickies>.entry-body .entry-box {
    width: 100%;
    float: right;
  }

  .archive-featured-bunchy .entry-tpl-feat-stickies>.entry-body .entry-actions {
    position: -webkit-sticky;
    position: sticky;
    float: left;
    width: 110px;
    border-width: 0;
    margin-left: -120px;
    top: 10px;
  }
}

.g1-mosaic-2-2 .g1-mosaic-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
}

@media only screen and (min-width: 601px) {
  .g1-mosaic-2-2 .g1-mosaic-item {
    float: left;
    width: 50%;
    padding-top: 0.375;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-mosaic-2-2 .g1-mosaic-item {
    float: left;
    width: 50%;
    height: 400px;
    padding-top: 0;
  }
}

.g1-mosaic-2-4-4 .g1-mosaic-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
}

@media only screen and (min-width: 601px) {
  .g1-mosaic-2-4-4 .g1-mosaic-item {
    float: left;
    width: 50%;
    padding-top: 0.375;
  }

  .g1-mosaic-2-4-4 .g1-mosaic-item-1 {
    width: 100%;
    padding-top: 56.25%;
  }
}

@media only screen and (min-width: 801px) {
  .g1-mosaic-2-4-4 .g1-mosaic-item {
    width: 25%;
    height: 400px;
    padding-top: 0;
  }

  .g1-mosaic-2-4-4 .g1-mosaic-item-1 {
    width: 50%;
  }
}

.g1-mosaic-3-3-3 .g1-mosaic-item {
  width: 100%;
  height: 400px;
}

@media only screen and (min-width: 801px) {
  .g1-mosaic-3-3-3 {
    height: 400px;
  }

  .g1-mosaic-3-3-3 .g1-mosaic-item {
    float: left;
    width: 33.3333333333%;
    height: 100%;
  }
}

.g1-mosaic-2of3-3v-3v .g1-mosaic-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
  float: left;
}

@media only screen and (min-width: 601px) {
  .g1-mosaic-2of3-3v-3v .g1-mosaic-item {
    width: 50%;
    padding-top: 0.375;
  }

  .g1-mosaic-2of3-3v-3v .g1-mosaic-item-1 {
    width: 100%;
    padding-top: 56.25%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-mosaic-2of3-3v-3v {
    height: 400px;
    overflow: hidden;
  }

  .archive-featured-stretched .g1-mosaic-2of3-3v-3v {
    height: 500px;
  }

  .g1-mosaic-2of3-3v-3v .g1-mosaic-item {
    width: 33.3333333333%;
    height: 50%;
    padding-top: 0;
    float: left;
  }

  .g1-mosaic-2of3-3v-3v .g1-mosaic-item-1 {
    height: 100%;
    width: 66.6666666667%;
  }
}

.g1-mosaic-4-4-4-4 .g1-mosaic-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
}

@media only screen and (min-width: 601px) {
  .g1-mosaic-4-4-4-4 .g1-mosaic-item {
    float: left;
    width: 50%;
    padding-top: 37.5%;
  }
}

@media only screen and (min-width: 801px) {
  .g1-mosaic-4-4-4-4 .g1-mosaic-item {
    float: left;
    width: 25%;
    height: 400px;
    padding-top: 0;
  }
}

.g1-mosaic-3-3v-3v-3v-3v .g1-mosaic-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
}

@media only screen and (min-width: 601px) {
  .g1-mosaic-3-3v-3v-3v-3v .g1-mosaic-item {
    float: left;
    width: 50%;
    padding-top: 37.5%;
  }

  .g1-mosaic-3-3v-3v-3v-3v .g1-mosaic-item-1 {
    width: 100%;
    padding-top: 56.25%;
  }
}

@media only screen and (min-width: 801px) {
  .g1-mosaic-3-3v-3v-3v-3v {
    height: 460px;
  }

  .g1-mosaic-3-3v-3v-3v-3v .g1-mosaic-item {
    width: 33.3333333333%;
    height: 50%;
    padding-top: 0;
  }

  .g1-mosaic-3-3v-3v-3v-3v .g1-mosaic-item-1 {
    height: 100%;
  }
}

.entry-tpl-grid-module {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.entry-tpl-grid-module .entry-featured-media {
  margin-bottom: 0;
}

.entry-tpl-grid-module .entry-flags {
  position: absolute;
  z-index: 3;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-bottom: 0;
}

.entry-tpl-grid-module .entry-header {
  position: relative;
}

.entry-tpl-grid-module .entry-before-title {
  box-sizing: border-box;
  font-size: 0;
}

.entry-tpl-grid-module .entry-before-title .entry-categories,
.entry-tpl-grid-module .entry-before-title .entry-categories-inner {
  display: inline;
  float: none;
  clear: none;
  vertical-align: middle;
}

.entry-tpl-grid-module .entry-featured-media~.entry-body .entry-before-title {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}

.entry-tpl-grid-module .entry-stats {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-tpl-grid-module .entry-categories {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
}

.entry-tpl-grid-module .entry-title {
  padding-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-tpl-grid-module .g1-button {
  float: right;
  margin-bottom: 15px;
}

.entry-tpl-grid-module-l {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.entry-tpl-grid-module-l .entry-featured-media {
  margin-bottom: 0;
}

.entry-tpl-grid-module-l .entry-flags {
  position: absolute;
  z-index: 3;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-bottom: 0;
}

.entry-tpl-grid-module-l .entry-header {
  position: relative;
}

.entry-tpl-grid-module-l .entry-before-title {
  box-sizing: border-box;
  font-size: 0;
}

.entry-tpl-grid-module-l .entry-before-title .entry-categories,
.entry-tpl-grid-module-l .entry-before-title .entry-categories-inner {
  display: inline;
  float: none;
  clear: none;
  vertical-align: middle;
}

.entry-tpl-grid-module-l .entry-featured-media~.entry-body .entry-before-title {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}

.entry-tpl-grid-module-l .entry-stats {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-tpl-grid-module-l .entry-categories {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
}

.entry-tpl-grid-module-l .entry-title {
  padding-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-tpl-grid-module-l .g1-button {
  float: right;
  margin-bottom: 15px;
}

.g1-module-01 .g1-module-item {
  width: 100%;
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  .g1-module-01 .g1-module-column {
    display: flex;
  }

  .g1-module-01 .g1-module-item {
    width: 0.5;
  }

  .g1-module-01 .g1-module-item-1 {
    width: 100%;
  }

  .g1-module-01 .g1-module-item-2,
  .g1-module-01 .g1-module-item-4 {
    padding-right: 15px;
  }

  .g1-module-01 .g1-module-item-3,
  .g1-module-01 .g1-module-item-5 {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 801px) {
  .g1-module-01 {
    display: flex;
  }

  .g1-module-01 .g1-module-column {
    width: 0.25;
  }

  .g1-module-01 .g1-module-column:nth-child(2) {
    padding-right: 30px;
  }

  .g1-module-01 .g1-module-column:nth-child(3) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 30px;
  }

  .g1-module-01 .g1-module-column:nth-child(3) .entry-tpl-grid-module {
    float: right;
  }

  .g1-module-01 .g1-module-item-1 {
    width: 0.5;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .g1-module-01 .g1-module-item-1 .entry-body {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    background-color: #fff;
    background-color: var(--g1-bg-color);
  }
}

.todo-music .archive-featured-title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.todo-music .todo-music-tile {
  height: 460px;
  position: relative;
}

.todo-music .entry-tpl-tile {
  margin-bottom: 0;
}

.todo-music .entry-tpl-tile .entry-body {
  padding-bottom: 40px;
}

.todo-music .g1-row {
  position: relative;
  z-index: 4;
}

.todo-music .g1-collection {
  margin-top: -40px;
}

.todo-music .g1-collection-items {
  margin-bottom: 0;
}

.todo-music .entry-tpl-grid .entry-featured-media {
  background-color: #f2f2f2;
}

.todo-fashion {
  margin-bottom: 30px;
}

.todo-fashion .entry-tpl-tile {
  margin-bottom: 0;
}

.todo-fashion-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.todo-fashion-item {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.todo-fashion-item:nth-child(2) .entry-stats,
.todo-fashion-item:nth-child(3) .entry-stats {
  padding-left: 20px;
}

.todo-fashion-item:nth-child(2) .entry-title,
.todo-fashion-item:nth-child(3) .entry-title {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 601px) {
  .todo-fashion-item {
    width: 50%;
  }

  .todo-fashion-item:first-child {
    width: 100%;
  }
}

.archive-featured-with-gutter .todo-fashion-items {
  margin: 0 -3px;
}

.archive-featured-with-gutter .todo-fashion-item {
  padding: 0 3px;
}

@media only screen and (max-width: 800px) {
  .archive-featured-with-gutter .todo-fashion-item {
    padding-bottom: 6px;
  }
}

@media only screen and (min-width: 801px) {
  .todo-fashion-item:nth-child(1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 33.3333333333%;
  }

  .todo-fashion-item:nth-child(2) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 33.3333333333%;
  }

  .todo-fashion-item:nth-child(3) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1025px) {

  .todo-fashion-item:nth-child(2) .entry-stats,
  .todo-fashion-item:nth-child(3) .entry-stats {
    padding-left: 30px;
  }

  .todo-fashion-item:nth-child(2) .entry-title,
  .todo-fashion-item:nth-child(3) .entry-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.g1-collection-grid-s-mod03 .g1-collection-items {
  padding-left: 20px;
  padding-right: 20px;
}

.g1-collection-grid-s-mod03 .g1-collection-item {
  position: relative;
  z-index: 2;
}

.g1-collection-grid-s-mod03 .g1-collection-item-tile {
  display: block;
  width: auto;
  height: 440px;
  margin: 0 -10px -40px;
  position: relative;
  z-index: 1;
}

.g1-collection-grid-s-mod03 .entry-tpl-tile {
  margin-bottom: 0;
}

.g1-collection-grid-s-mod03 .entry-tpl-tile .entry-body {
  text-align: center;
}

.g1-collection-grid-s-mod03 .entry-tpl-tile .entry-body:after {
  display: block;
  height: 40px;
  content: '';
}

.g1-collection-grid-s-mod03 .entry-tpl-tile .entry-header {
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 420px) {
  .g1-collection-grid-s-mod03 .g1-collection-item-grid-s {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-grid-s-mod03 .g1-collection-items {
    padding-left: 90px;
    padding-right: 90px;
  }

  .g1-collection-grid-s-mod03 .g1-collection-viewport {
    margin-left: -10px;
    margin-right: -10px;
  }

  .g1-collection-grid-s-mod03 .g1-collection-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .g1-collection-grid-s-mod03 .g1-collection-item-tile {
    margin-left: -80px;
    margin-right: -80px;
  }

  .g1-collection-grid-s-mod03 .g1-collection-item-grid-s {
    width: 25%;
  }
}

.g1-collection-grid-m-mod03 .g1-collection-item {
  position: relative;
  z-index: 2;
}

.g1-collection-grid-m-mod03 .g1-collection-item-tile {
  display: block;
  width: auto;
  height: 440px;
  margin: 0 0 -40px;
  position: relative;
  z-index: 1;
}

.g1-collection-grid-m-mod03 .entry-tpl-tile {
  margin-bottom: 0;
}

.g1-collection-grid-m-mod03 .entry-tpl-tile .entry-body {
  text-align: center;
}

.g1-collection-grid-m-mod03 .entry-tpl-tile .entry-body:after {
  display: block;
  height: 40px;
  content: '';
}

.g1-collection-grid-m-mod03 .entry-tpl-tile .entry-header {
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
}

.g1-collection-grid-m-mod03 .entry-tpl-grid-s .entry-featured-media {
  background-color: #f2f2f2;
}

@media only screen and (min-width: 420px) {
  .g1-collection-grid-m-mod03 .g1-collection-item-grid-s {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-grid-m-mod03 .g1-collection-viewport {
    margin-left: -10px;
    margin-right: -10px;
  }

  .g1-collection-grid-m-mod03 .g1-collection-items {
    padding-left: 90px;
    padding-right: 90px;
  }

  .g1-collection-grid-m-mod03 .g1-collection-item {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .g1-collection-grid-m-mod03 .g1-collection-item:nth-child(4n + 1) {
    width: auto;
    margin-left: -90px;
    margin-right: -90px;
  }
}

.g1-collection-grid-m-mod13 .g1-collection-item {
  width: 100%;
  position: relative;
}

.g1-collection-grid-m-mod13 .g1-collection-item:nth-child(3n + 1) {
  width: 100%;
  height: 0;
  padding-top: 75%;
}

@media only screen and (min-width: 601px) {
  .g1-collection-grid-m-mod13 .g1-collection-item {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-grid-m-mod13 .g1-collection-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g1-collection-grid-m-mod13 .g1-collection-item {
    width: 33.3333333333%;
  }

  .g1-collection-grid-m-mod13 .g1-collection-item:nth-child(3n + 1) {
    width: 33.3333333333%;
    height: auto;
    min-height: 300px;
    padding-top: 0;
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .g1-collection-grid-m-mod13 .g1-collection-item:nth-child(3n + 2) {
    position: relative;
    left: -33.3333333333%;
    right: auto;
  }
}

.g1-collection-grid-xxs .g1-collection-item {
  width: 16.6666666667%;
}

.g1-collection-grid-xxs.g1-collection-columns-2 .g1-collection-item {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .g1-collection-grid-xxs .g1-collection-viewport {
    margin-left: -10px;
    margin-right: -10px;
  }

  .g1-collection-grid-xxs .g1-collection-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.g1-collection-grid-xxs-mod01 {
  margin-left: auto;
  margin-right: auto;
}

.g1-collection-grid-xxs-mod01 .g1-collection-viewport {
  margin-left: -10px;
  margin-right: -10px;
}

.g1-collection-grid-xxs-mod01 .g1-collection-item {
  padding-left: 10px;
  padding-right: 10px;
}

.g1-collection-grid-xxs-mod01 .g1-collection-item+.g1-collection-item {
  width: 50%;
}

.g1-collection-grid-xxs-mod01 .entry-tpl-grid {
  margin-bottom: 20px;
}

.g1-collection-grid-xxs-mod01 .entry-tpl-grid-xxs {
  margin-bottom: 15px;
}

.g1-collection-grid-xxs-mod11 {
  margin-left: auto;
  margin-right: auto;
}

.g1-collection-grid-xxs-mod11 .g1-collection-viewport {
  margin-left: -10px;
  margin-right: -10px;
}

.g1-collection-grid-xxs-mod11 .g1-collection-item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.g1-collection-grid-xxs-mod11 .g1-collection-item:first-child {
  display: block;
  width: auto;
  padding: 75% 0 0;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.g1-collection-grid-xxs-mod11 .entry-tpl-tile {
  margin-bottom: 20px;
}

.g1-collection-grid-xxs-mod11 .entry-tpl-grid-xxs {
  margin-bottom: 15px;
}

.g1-collection-tiles-m .g1-collection-item {
  width: 100%;
  height: 400px;
  position: relative;
}

@media only screen and (min-width: 801px) {
  .g1-collection-tiles-m .g1-collection-item {
    float: left;
    width: 33.3333333333%;
  }
}

.g1-collection-tiles-m-mod02 .g1-collection-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
  float: left;
  position: relative;
}

@media only screen and (min-width: 601px) {
  .g1-collection-tiles-m-mod02 .g1-collection-item {
    width: 50%;
    padding-top: 37.5%;
  }

  .g1-collection-tiles-m-mod02 .g1-collection-item:nth-child(3n + 1) {
    width: 100%;
    padding-top: 56.25%;
  }
}

@media only screen and (min-width: 801px) {
  .g1-collection-tiles-m-mod02 .g1-collection-item {
    width: 25%;
    height: 400px;
    padding-top: 0;
  }

  .g1-collection-tiles-m-mod02 .g1-collection-item:nth-child(3n + 1) {
    width: 50%;
    padding-top: 0;
  }
}

.g1-collection-tiles-m-mod03 .g1-collection-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
  float: left;
  position: relative;
}

@media only screen and (min-width: 601px) {
  .g1-collection-tiles-m-mod03 .g1-collection-item {
    width: 50%;
    padding-top: 37.5%;
  }

  .g1-collection-tiles-m-mod03 .g1-collection-item:nth-child(3n + 1) {
    width: 100%;
    padding-top: 56.25%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-tiles-m-mod03 .g1-collection-item {
    float: left;
    width: 33.3333333333%;
    height: 200px;
    padding-top: 0;
  }

  .g1-collection-tiles-m-mod03 .g1-collection-item:nth-child(3n + 1) {
    float: left;
    width: 66.6666666667%;
    height: 400px;
    padding-top: 0;
  }
}

.g1-collection-tiles-m-mod13 .g1-collection-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
  float: left;
  position: relative;
}

@media only screen and (min-width: 601px) {
  .g1-collection-tiles-m-mod13 .g1-collection-item {
    width: 50%;
    padding-top: 37.5%;
  }

  .g1-collection-tiles-m-mod13 .g1-collection-item:nth-child(5n + 1) {
    width: 100%;
    padding-top: 56.25%;
  }
}

@media only screen and (min-width: 801px) {
  .g1-collection-tiles-m-mod13 .g1-collection-item {
    width: 33.3333333333%;
    height: 230px;
    padding-top: 0;
  }

  .g1-collection-tiles-m-mod13 .g1-collection-item:nth-child(5n + 1) {
    width: 33.3333333333%;
    height: 460px;
    padding-top: 0;
  }
}

.g1-collection-tiles-l .g1-collection-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}

@media only screen and (min-width: 601px) {
  .g1-collection-tiles-l .g1-collection-item {
    float: left;
    width: 50%;
    padding-top: 37.5%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-tiles-l .g1-collection-item {
    height: 400px;
    padding-top: 0;
  }
}

.g1-collection-list .entry-tpl-tile {
  position: relative;
  padding-top: 75%;
}

.g1-collection-list.g1-collection-with-cards {
  margin-bottom: 15px;
}

@media only screen and (min-width: 601px) {
  .g1-collection-list .entry-tpl-tile {
    padding-top: 56.25%;
  }
}

.g1-collection-listxxs-mod01 .entry-tpl-grid:after {
  margin-top: 20px;
}

.g1-collection-listxxs-mod02 .g1-collection-items:after {
  display: table;
  clear: both;
  content: '';
}

@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod02 .g1-collection-items:after {
    display: table;
    clear: both;
    content: '';
  }

  .g1-collection-listxxs-mod02 .g1-collection-item {
    width: 50%;
    float: right;
    clear: right;
  }

  .g1-collection-listxxs-mod02 .g1-collection-item:first-child {
    width: 50%;
    float: left;
  }
}

.g1-collection-listxxs-mod03 .entry-tpl-grid {
  margin-bottom: 20px;
}

@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod03 .g1-collection-item+.g1-collection-item {
    width: 50%;
  }
}

@media only screen and (min-width: 801px) {
  .g1-collection-listxxs-mod03 .g1-collection-items {
    padding-left: 33.3333333333%;
    position: relative;
  }

  .g1-collection-listxxs-mod03 .g1-collection-item:first-child {
    float: left;
    width: 50%;
    margin-left: -50%;
  }
}

.g1-collection-listxxs-mod11 .entry-tpl-tile {
  margin-bottom: 20px;
}

.g1-collection-listxxs-mod11 .g1-collection-viewport {
  margin-left: 0;
  margin-right: 0;
}

.g1-collection-listxxs-mod11 .g1-collection-item {
  padding-left: 0;
  padding-right: 0;
}

.g1-collection-listxxs-mod11 .g1-collection-item:first-child {
  display: block;
  padding-top: 75%;
  position: relative;
}

.g1-collection-listxxs-mod12 .entry-tpl-tile {
  margin-bottom: 10px;
}

.g1-collection-listxxs-mod12 .g1-collection-item:first-child {
  display: block;
  width: auto;
  padding: 75% 0 0;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .g1-collection-listxxs-mod12 .g1-collection-viewport {
    margin-left: 0;
    margin-right: 0;
  }

  .g1-collection-listxxs-mod12 .g1-collection-item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod12 .g1-collection-items {
    padding-left: 50%;
    position: relative;
  }

  .g1-collection-listxxs-mod12 .g1-collection-item:first-child {
    padding-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-listxxs-mod12 .g1-collection-item:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.g1-collection-listxxs-mod13 .entry-tpl-grid {
  margin-bottom: 20px;
}

.g1-collection-listxxs-mod13 .g1-collection-item:first-child {
  display: block;
  width: auto;
  padding-top: 75%;
  position: relative;
}

@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod13 .g1-collection-item+.g1-collection-item {
    width: 50%;
  }
}

@media only screen and (min-width: 801px) {
  .g1-collection-listxxs-mod13 .g1-collection-items {
    padding-left: 33.3333333333%;
    position: relative;
  }

  .g1-collection-listxxs-mod13 .g1-collection-item:first-child {
    position: absolute;
    left: 0;
    right: 66.6666666667%;
    top: 0;
    bottom: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod21 .g1-collection-item+.g1-collection-item {
    width: 50%;
  }
}

.g1-collection-listxxs-mod23 .entry-tpl-grid {
  margin-bottom: 20px;
}

.g1-collection-listxxs-mod23 .g1-collection-item:first-child {
  display: block;
  width: auto;
  padding-top: 75%;
  position: relative;
}

@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod23 .g1-collection-items {
    padding-left: 50%;
    position: relative;
  }

  .g1-collection-listxxs-mod23 .g1-collection-item+.g1-collection-item {
    width: 100%;
  }

  .g1-collection-listxxs-mod23 .g1-collection-item:first-child {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    padding-top: 0;
  }
}

.g1-collection-listxxs-mod31 .g1-collection-item:first-child {
  display: block;
  width: auto;
  padding: 75% 0 0;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.g1-collection-listxxs-mod31 .entry-tpl-tile {
  margin-bottom: 20px;
}

@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod31 .g1-collection-item:first-child {
    padding: 56.25% 0 0;
  }

  .g1-collection-listxxs-mod31 .g1-collection-item+.g1-collection-item {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-listxxs-mod31 .g1-collection-item:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.g1-collection-listxxs-mod32 .entry-tpl-tile {
  margin-bottom: 20px;
  left: 10px;
  right: 10px;
}

.g1-collection-listxxs-mod32 .g1-collection-item:first-child {
  display: block;
  width: auto;
  padding-top: 75%;
  position: relative;
}

@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod32 .g1-collection-item {
    width: 50%;
  }

  .g1-collection-listxxs-mod32 .g1-collection-item:first-child {
    width: 100%;
  }
}

@media only screen and (min-width: 901px) {
  .g1-collection-listxxs-mod32 .g1-collection-items {
    padding-left: 66.6666666667%;
    position: relative;
  }

  .g1-collection-listxxs-mod32 .g1-collection-item {
    width: 100%;
  }

  .g1-collection-listxxs-mod32 .g1-collection-item:first-child {
    width: 66.6666666667%;
    padding-top: 0;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-listxxs-mod32 .entry-tpl-tile {
    left: 15px;
    right: 15px;
  }
}

.g1-collection-txtlist {
  margin-left: auto;
  margin-right: auto;
}

.g1-collection-txtlist .g1-collection-viewport {
  margin-left: 0;
  margin-right: 0;
}

.g1-collection-txtlist .g1-collection-item {
  padding-left: 0;
  padding-right: 0;
}

.g1-collection-txtlist-mod01 .g1-collection-viewport {
  margin-left: 0;
  margin-right: 0;
}

.g1-collection-txtlist-mod01 .entry-tpl-tile {
  margin-bottom: 15px;
}

.g1-collection-txtlist-mod01 .g1-collection-item {
  padding-left: 0;
  padding-right: 0;
}

.g1-collection-txtlist-mod01 .g1-collection-item {
  padding-left: 0;
  padding-right: 0;
}

.g1-collection-txtlist-mod01 .g1-collection-item:first-child {
  display: block;
  padding-top: 75%;
  position: relative;
}

.g1-collection-txtlist-mod02 .entry-tpl-tile {
  margin-bottom: 15px;
}

.g1-collection-txtlist-mod02 .g1-collection-item:first-child {
  display: block;
  width: auto;
  padding-top: 75%;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .g1-collection-txtlist-mod02 .g1-collection-viewport {
    margin-left: 0;
    margin-right: 0;
  }

  .g1-collection-txtlist-mod02 .g1-collection-item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 601px) {
  .g1-collection-txtlist-mod02 .g1-collection-items {
    padding-left: 50%;
    position: relative;
  }

  .g1-collection-txtlist-mod02 .g1-collection-item {
    width: 100%;
  }

  .g1-collection-txtlist-mod02 .g1-collection-item:first-child {
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-collection-txtlist-mod02 .g1-collection-item:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.g1-collection-txtlist-mod03 .entry-tpl-tile {
  margin-bottom: 10px;
  left: 10px;
  right: 10px;
}

.g1-collection-txtlist-mod03 .g1-collection-items {
  margin-bottom: 24px;
}

.g1-collection-txtlist-mod03 .g1-collection-item:first-child {
  position: relative;
  padding-top: 75%;
}

@media only screen and (min-width: 601px) {
  .g1-collection-txtlist-mod03 .g1-collection-item {
    width: 50%;
  }

  .g1-collection-txtlist-mod03 .g1-collection-item:first-child {
    width: 100%;
  }
}

@media only screen and (min-width: 801px) {
  .g1-collection-txtlist-mod03 .entry-tpl-tile {
    margin-bottom: 0;
    left: 15px;
    right: 15px;
  }

  .g1-collection-txtlist-mod03 .g1-collection-items {
    position: relative;
    padding-left: 33.3333333333%;
  }

  .g1-collection-txtlist-mod03 .g1-collection-item {
    width: 50%;
  }

  .g1-collection-txtlist-mod03 .g1-collection-item:first-child {
    width: 33.3333333333%;
    padding-top: 0;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
  }
}

.g1-collection-txtlist-mod11 .g1-collection-viewport {
  margin-left: 0;
  margin-right: 0;
}

.g1-collection-txtlist-mod11 .g1-collection-items {
  margin-bottom: 24px;
}

.g1-collection-txtlist-mod11 .g1-collection-item {
  padding-left: 0;
  padding-right: 0;
}

.g1-collection-ticker.g1-collection-no-js .g1-collection-item+.g1-collection-item {
  display: none;
}

.g1-collection-ticker {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.g1-collection-ticker .g1-collection-title {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  line-height: 24px;
}

.g1-collection-ticker .g1-collection-title:after {
  display: block;
  border-width: 6px;
  margin: 0 0 0 -6px;
  position: absolute;
  left: 50%;
  right: auto;
  top: 100%;
  border-style: solid;
  border-top-color: inherit;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  content: '';
}

.g1-collection-ticker .g1-collection-title>span {
  padding: 0;
  border: 0;
  margin: 0;
}

.g1-collection-ticker .g1-collection-viewport {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin: 6px 0 0;
}

.g1-collection-ticker .g1-collection-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.g1-collection-ticker .g1-collection-items {
  padding-right: 58px;
  position: relative;
}

.g1-collection-ticker .flickity-prev-next-button {
  width: 24px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: -30px;
  text-align: center;
  font-size: 0;
}

.g1-collection-ticker .flickity-prev-next-button svg {
  display: none;
}

.g1-collection-ticker .flickity-prev-next-button.next {
  right: 0;
  left: auto;
}

.g1-collection-ticker .flickity-prev-next-button.next:after {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 bimber;
  content: '\e091';
}

.g1-collection-ticker .flickity-prev-next-button.previous {
  right: auto;
  left: 0;
}

.g1-collection-ticker .flickity-prev-next-button.previous:before {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 bimber;
  content: '\e090';
}

@media only screen and (min-width: 601px) {
  .g1-collection-ticker {
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .g1-collection-ticker .g1-collection-viewport {
    margin-top: 0;
  }

  .g1-collection-ticker .g1-collection-title {
    margin: 0 14px 0 0;
  }

  .g1-collection-ticker .g1-collection-title:after {
    margin: -6px 0 0;
    left: 100%;
    right: auto;
    top: 50%;
    border-left-color: inherit;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

  .g1-collection-ticker .flickity-prev-next-button.next {
    top: 0;
    right: 0;
    left: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .g1-collection-ticker .flickity-prev-next-button.previous {
    top: 0;
    right: 24px;
    left: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: transparent;
  }
}

.g1-module-10-2of3 .entry-tpl-grid {
  margin-bottom: 20px;
}

.g1-module-10-2of3 .entry-tpl-grid-l:after {
  margin-top: 20px;
}

@media only screen and (min-width: 481px) {
  .g1-module-10-2of3 .g1-collection-item {
    width: 50%;
  }

  .g1-module-10-2of3 .g1-collection-item:first-child {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .g1-module-10-2of3 .g1-collection-items:after {
    display: table;
    clear: both;
    content: '';
  }

  .g1-module-10-2of3 .g1-collection-item {
    clear: right;
    float: right;
    width: 33.3333333333%;
  }

  .g1-module-10-2of3 .g1-collection-item:first-child {
    float: left;
    width: 66.6666666667%;
  }
}

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.adace-shop-the-post button.flickity-prev-next-button {
  display: block;
  width: 32px;
  padding: 0;
  border-width: 0;
  position: absolute;
  top: 50%;
  line-height: 32px;
  text-align: center;
  letter-spacing: normal;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.333);
  background: rgba(255, 255, 255, 0.666);
  color: #000;
}

.adace-shop-the-post button.flickity-prev-next-button:hover {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #000;
  color: #fff;
}

.adace-shop-the-post button.flickity-prev-next-button:before {
  display: block;
  font: 24px/32px bimber;
}

.adace-shop-the-post button.flickity-prev-next-button svg {
  display: none;
}

.adace-shop-the-post button.flickity-prev-next-button.previous {
  left: 0;
  right: auto;
}

.adace-shop-the-post button.flickity-prev-next-button.previous:before {
  content: '\e090';
}

.adace-shop-the-post button.flickity-prev-next-button.next {
  right: 0;
  left: auto;
}

.adace-shop-the-post button.flickity-prev-next-button.next:before {
  content: '\e091';
}

.adace-shop-the-post button.flickity-prev-next-button:disabled {
  display: none;
  opacity: 0;
  cursor: auto;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.g1-sidebar .widget {
  margin-bottom: 20px;
}

.g1-sidebar.g1-with-cards .widget {
  margin-bottom: 30px;
}

.g1-links ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g1-links ul a,
.widget_archive ul a,
.widget_categories ul a,
.widget_meta ul a,
.widget_nav_menu ul a,
.widget_pages ul a {
  display: block;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  color: inherit;
}

.g1-links ul a:before,
.widget_archive ul a:before,
.widget_categories ul a:before,
.widget_meta ul a:before,
.widget_nav_menu ul a:before,
.widget_pages ul a:before {
  display: inline-block;
  position: absolute;
  left: 0;
  right: auto;
  vertical-align: middle;
  font-size: 16px;
  font-family: bimber;
  content: '\e091';
}

.g1-links ul a:after,
.widget_archive ul a:after,
.widget_categories ul a:after,
.widget_meta ul a:after,
.widget_nav_menu ul a:after,
.widget_pages ul a:after {
  display: table;
  clear: both;
  content: '';
}

.g1-links ul a .g1-meta,
.widget_archive ul a .g1-meta,
.widget_categories ul a .g1-meta,
.widget_meta ul a .g1-meta,
.widget_nav_menu ul a .g1-meta,
.widget_pages ul a .g1-meta {
  float: right;
  line-height: inherit;
  opacity: 0.666;
}

.g1-links ul a:hover,
.widget_archive ul a:hover,
.widget_categories ul a:hover,
.widget_meta ul a:hover,
.widget_nav_menu ul a:hover,
.widget_pages ul a:hover {
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-links>ul,
.widget_archive>ul,
.widget_meta>ul,
.widget_nav_menu>ul,
.widget_pages>ul {
  margin-bottom: 1.5rem;
}

.widget_categories>ul {
  margin-bottom: 40px;
}

.g1-links ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.g1-links ul ul a,
.widget_archive ul ul a,
.widget_categories ul ul a,
.widget_meta ul ul a,
.widget_nav_menu ul ul a,
.widget_pages ul ul a {
  margin-left: 20px;
}

.g1-links ul ul ul a,
.widget_archive ul ul ul a,
.widget_categories ul ul ul a,
.widget_meta ul ul ul a,
.widget_nav_menu ul ul ul a,
.widget_pages ul ul ul a {
  margin-left: 40px;
}

.widget_recent_entries ul {
  padding-left: 0;
  list-style: none;
}

.widget_recent_entries li {
  margin-bottom: 0.666em;
  font-size: 15px;
  line-height: 20px;
}

.widget_recent_entries li>a {
  color: #000;
  color: var(--g1-itxt-color);
}

.widget_recent_entries li>.post-date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--g1-mtxt-color);
}

#wp-calendar {
  table-layout: fixed;
  width: 100%;
  border-top-width: 3px;
  position: relative;
  border-style: solid;
}

#wp-calendar caption {
  box-sizing: border-box;
  padding: 0 70px 0.375rem 0;
  text-align: left;
}

#wp-calendar table {
  width: 100%;
}

#wp-calendar td,
#wp-calendar th {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: center;
}

#wp-calendar tbody td {
  border-width: 1px solid #e6e6e6;
  border-color: var(--g1-border-color);
}

#wp-calendar tfoot {
  width: 64px;
  height: 1.5em;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}

#wp-calendar tfoot td {
  border: none;
}

#wp-calendar #next,
#wp-calendar #prev {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  font-size: 0;
}

#wp-calendar #next>a,
#wp-calendar #next>span,
#wp-calendar #prev>a,
#wp-calendar #prev>span {
  display: block;
  width: 100%;
  height: 100%;
}

#wp-calendar #next>a:before,
#wp-calendar #next>span:before,
#wp-calendar #prev>a:before,
#wp-calendar #prev>span:before {
  display: block;
  width: 100%;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  text-align: left;
  font: 24px/1 bimber;
  content: '\e00d';
}

#wp-calendar #next>span,
#wp-calendar #prev>span {
  opacity: 0.2;
}

#wp-calendar #next {
  right: 0;
  left: auto;
}

#wp-calendar #next>a:before,
#wp-calendar #next>span:before {
  text-align: right;
  content: '\e00b';
}

ul#recentcomments {
  padding-left: 0;
  list-style: none;
}

ul#recentcomments li.recentcomments {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

ul#recentcomments li.recentcomments:before {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  font: 16px/1 bimber;
  vertical-align: middle;
  content: '\e010';
  opacity: 0.333;
}

ul#recentcomments li.recentcomments .g1-meta {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  ul#recentcomments li.recentcomments {
    padding-left: 30px;
  }
}

.tagcloud {
  margin-bottom: 1.5rem;
  font-size: 0;
}

.tagcloud>a {
  display: inline-block;
  padding: 2px 9px 2px;
  margin: 0 6px 6px 0;
  position: relative;
  vertical-align: top;
  font: 400 12px/16px;
  font-size: 12px !important;
  color: inherit;
}

.tagcloud>a:before {
  margin-right: 0.25em;
  content: '#';
}

.tagcloud>a:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  content: '';
  background-color: currentColor;
  opacity: 0.1666;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out, opacity 375ms ease-in-out;
}

.tagcloud>a:hover:after {
  border-color: currentColor;
  background-color: transparent;
  opacity: 0.99;
}

.widget_archive select,
.widget_categories select {
  width: 100%;
}

.widget_categories .current-cat>a {
  font-weight: 700;
  color: #000;
  color: var(--g1-itxt-color);
}

.widget_rss ul {
  padding-left: 0;
  list-style: none;
}

.widget_rss ul li {
  margin-bottom: 1.5rem;
}

.widget_rss ul li a.rsswidget {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.17em;
  line-height: 1.125;
}

.widget_rss ul li .rssSummary {
  margin-bottom: 0.75em;
}

.widget_rss ul li .rss-date,
.widget_rss ul li .rssSummary+cite {
  display: block;
  margin-bottom: 0.75em;
  font: 13px/1.125;
  opacity: 0.666;
}

.widget_adace_patreon .g1-box-inner {
  text-align: center;
}

.widget_adace_patreon .g1-button {
  display: block;
  text-align: center;
}

.g1-youtube-channel {
  text-align: center;
}

.g1-youtube-video {
  margin-bottom: 10px;
}

.g1-youtube-video a {
  display: block;
  position: relative;
}

.g1-youtube-video a:after {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  right: auto;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
  font-size: 70px;
  line-height: 1;
  font-family: g1-socials;
  font-style: normal;
  content: '\e210';
  color: #fff;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.g1-youtube-video img {
  display: block;
}

.g1-youtube-channel-name,
.g1-youtube-video-title {
  margin-bottom: 0.75rem;
}

.g1-snapchat-code {
  border-radius: 6px;
}

.snax-widget-cta-button+.snax-widget-cta-button {
  margin-top: -39px;
}

.g1-sticky-widget {
  position: -webkit-sticky;
  position: sticky;
}

.page-header {
  padding-top: 20px;
  position: relative;
  z-index: 5;
}

.page-header>.g1-row-background {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.page-title {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-width: 0;
}

.page-subtitle {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: inherit;
}

.page-header .page-icon img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.g1-archive-filter {
  margin-bottom: 20px;
}

.page-header-01 {
  text-align: left;
}

.page-header-01 .page-icon {
  margin-right: 20px;
}

.page-header-02 {
  text-align: center;
}

.page-header-03 {
  text-align: center;
}

.page-header-03>.g1-row-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 180px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 801px) {
  .page-header-01.archive-header-modifiable .g1-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .page-header-01.archive-header-modifiable .g1-archive-filter {
    margin-left: auto;
  }

  .page-header-03>.g1-row-inner {
    min-height: 360px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.archive-body-stream {
  text-align: center;
}

.archive-body-stream>.g1-row-inner>.g1-column {
  text-align: left;
}

body.tag .archive-title:before {
  content: '#';
}

.g1-filter-title {
  margin-bottom: 6px;
}

.g1-filter-items {
  padding-left: 0;
  margin-bottom: 14px;
  list-style: none;
  font-size: 0;
}

.g1-filter-pill {
  display: block;
  padding: 1px 6px;
  border-width: 1px;
  font: 800 12px/16px;
  text-transform: none;
  border-style: solid;
  border-radius: 4px;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
  background-color: transparent;
  color: #333;
  color: var(--g1-rtxt-color);
}

.g1-filter-item-current .g1-filter-pill,
.g1-filter-pill:hover {
  border-color: currentColor;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-filter-checkbox {
  display: block;
  font-size: 14px;
  color: #000;
}

.g1-filter-checkbox:before {
  display: inline-block;
  margin-right: 6px;
  font: 16px/1 bimber;
  vertical-align: middle;
  content: '\e068';
}

.g1-filter-checkbox:after {
  display: table;
  clear: both;
  content: '';
}

.g1-filter-checkbox .count {
  float: right;
  margin-left: 0.5em;
  line-height: inherit;
  opacity: 0.666;
}

.g1-filter-item-current .g1-filter-checkbox {
  font-weight: 700;
}

.g1-filter-item-current .g1-filter-checkbox:before {
  content: '\e069';
}

.g1-filter-tpl-inline .g1-filter-item {
  display: inline-block;
  margin: 0 3px 6px 3px;
  vertical-align: top;
}

.g1-filter-tpl-block .g1-filter-item {
  display: block;
}

.g1-filter-tpl-block .g1-filter-checkbox {
  padding: 2px 6px;
}

.g1-filter-tpl-block .g1-filter-checkbox:hover {
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color);
}

.g1-filter-items .g1-filter-item-hidden {
  display: none;
}

.aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.alignfull,
.alignwide {
  clear: both;
}

@media only screen and (min-width: 601px) {
  .alignleft {
    max-width: 50%;
    margin: 0 1.5em 0.75em 0;
    float: left;
  }

  .alignright {
    max-width: 50%;
    margin: 0 0 0.75em 1.5em;
    float: right;
  }
}

.mceTemp,
.wp-caption,
.wp-caption-dd,
.wp-caption-dt {
  max-width: 100%;
}

.gallery-caption {
  text-transform: none;
}

.wp-block-image img,
.wp-caption img {
  display: block;
}

.wp-caption-text,
figcaption {
  padding: 28px 10px 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--g1-mtxt-color);
}

.wp-caption-text a,
figcaption a {
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-frame {
  display: block;
}

.g1-frame-inner {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.g1-frame-inner img {
  display: block;
  border-radius: 10px;
}

.g1-frame-icon {
  display: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 50%;
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.05em;
  border-radius: 50%;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.g1-frame-icon:before {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 60px;
  font-family: bimber;
  font-style: normal;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.666);
  opacity: 0.8;
}

.g1-frame .mace-video-duration {
  display: inline-block;
  padding: 0 4px;
  position: absolute;
  top: 4px;
  left: auto;
  right: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 4px;
  background-color: #202020;
  color: #fff;
}

.entry-tpl-grid-fancy .g1-frame-icon,
.entry-tpl-list-fancy .g1-frame-icon {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 18px;
  line-height: 60px;
}

.entry-tpl-grid-fancy .g1-frame-icon:before,
.entry-tpl-list-fancy .g1-frame-icon:before {
  font-size: 60px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.333);
}

.entry-tpl-gridxs .g1-frame-icon,
.entry-tpl-listxs .g1-frame-icon,
.entry-tpl-tile .g1-frame-icon,
.entry-tpl-upvote .g1-frame-icon {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 14px;
  line-height: 40px;
}

.entry-tpl-gridxs .g1-frame-icon:before,
.entry-tpl-listxs .g1-frame-icon:before,
.entry-tpl-tile .g1-frame-icon:before,
.entry-tpl-upvote .g1-frame-icon:before {
  font-size: 40px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.333);
}

.entry-tpl-listxxs .g1-frame-icon {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 12px;
  line-height: 32px;
}

.entry-tpl-listxxs .g1-frame-icon:before {
  font-size: 32px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.333);
}

.entry-tpl-tile .g1-frame-icon {
  left: auto;
  right: 15px;
  top: 15px;
  margin: 0;
}

.g1-frame-icon-video {
  display: block;
}

.g1-frame-icon-video:before {
  content: '\e01e';
}

.g1-frame-icon-link {
  display: block;
}

.g1-frame-icon-link:before {
  content: '\e057';
}

.g1-frame-icon-gallery {
  display: block;
}

.g1-frame-icon-gallery:before {
  content: '\e024';
}

.g1-frame-icon-audio {
  display: block;
}

.g1-frame-icon-audio:before {
  content: '\e059';
}

.entry-featured-media-main {
  margin-left: auto;
  margin-right: auto;
}

.entry-featured-media-main .g1-frame-inner {
  overflow: visible;
}

.bimber-microshare-item-share {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  right: auto;
  top: 10px;
}

.bimber-microshare-item-share-toggle {
  display: block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  font-size: 0;
  text-align: center;
  border-radius: 4px;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
  background-color: #e6e6e6;
  background-color: var(--g1-border-color);
  color: var(--g1-mtxt-color);
}

.bimber-microshare-item-share-toggle:before {
  margin: 0;
  display: inline-block;
  font: 18px/1 bimber;
  line-height: 32px;
  vertical-align: middle;
  content: '\e011';
}

.bimber-microshare-item-share-expanded .bimber-microshare-item-share-toggle,
.mashsb-micro-wrapper:hover .bimber-microshare-item-share .bimber-microshare-item-share-toggle {
  visibility: hidden;
}

.bimber-microshare-item-share-expanded .bimber-microshare-item-share-content,
.mashsb-micro-wrapper:hover .bimber-microshare-item-share .bimber-microshare-item-share-content {
  visibility: visible;
}

.bimber-microshare-item-share-content {
  visibility: hidden;
  overflow: hidden;
  width: 48px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: auto;
  border-radius: 4px;
  background-color: #fff;
}

.bimber-microshare-item-share-content .bimber-microshare {
  display: block;
  box-sizing: border-box;
  width: 48px;
  border-width: 2px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
  border-style: solid;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out, opacity 375ms ease-in-out;
  color: #fff;
}

.bimber-microshare-item-share-content .bimber-microshare:before {
  color: inherit;
  font: 18px/44px bimber;
}

.bimber-microshare-item-share-content .bimber-microshare:hover {
  opacity: 0.8;
}

.bimber-microshare-item-share-content .bimber-microshare-facebook {
  border-color: #2d5f9a;
  background-color: #2d5f9a;
}

.bimber-microshare-item-share-content .bimber-microshare-facebook:before {
  content: '\e040';
}

.bimber-microshare-item-share-content .bimber-microshare-twitter {
  border-color: #00c3f3;
  background-color: #00c3f3;
}

.bimber-microshare-item-share-content .bimber-microshare-twitter:before {
  content: '\e041';
}

.bimber-microshare-item-share-content .bimber-microshare-pinterest {
  border-color: #bd081c;
  background-color: #bd081c;
}

.bimber-microshare-item-share-content .bimber-microshare-pinterest:before {
  content: '\e042';
}

.jsgif {
  position: relative;
}

.jsgif:hover {
  cursor: pointer;
}

.jsgif canvas {
  display: block;
  width: 100%;
}

.jsgif_toolbar {
  min-width: 0 !important;
}

.g1-indicator-gif {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-width: 3px;
  border-style: solid;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 50%;
  border-color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.666);
  color: #fff;
}

.g1-indicator-gif:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  content: 'gif';
}

@media only screen and (min-width: 801px) {
  .g1-indicator-gif {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    border-width: 0;
    font-size: 24px;
  }
}

.g1-indicator-gif-playing {
  display: none;
}

.g1-box {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 45px 30px 1px 30px;
}

.g1-box:after {
  display: block;
  width: 100%;
  height: 0;
  margin-top: 35px;
  content: '';
}

.widget.g1-box {
  padding-top: 45px;
  padding-bottom: 1px;
}

.g1-box-inner {
  position: relative;
  z-index: 3;
}

.g1-box-background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}

.g1-box-tpl-frame .g1-box-background:before {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  content: '';
  background-color: currentColor;
  opacity: 0.0833;
}

.g1-box-tpl-background {
  background-color: #000;
}

.g1-box-tpl-background .g1-box-background {
  opacity: 0.333;
  background-size: cover;
}

.g1-box-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  z-index: 5;
  top: -10px;
  left: 0;
  right: 0;
  pointer-events: none;
  text-align: center;
  font: 24px/40px bimber;
  border-radius: 50%;
}

.g1-box-icon:before {
  content: '\e012';
}

.g1-box-inner header {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (min-width: 1025px) {
  .g1-box {
    padding-left: 34px;
    padding-right: 34px;
  }
}

.g1-link-toggle {
  display: none;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent currentColor transparent;
  content: '';
}

.g1-hamburger {
  display: block;
  float: left;
  padding: 4px 0;
  margin-right: 20px;
  z-index: 1;
  cursor: pointer;
  color: inherit;
}

.g1-hamburger-icon {
  display: block;
  font: 32px/1 bimber;
  text-align: center;
}

.g1-hamburger-icon:before {
  display: inline;
  content: '\e018';
}

.g1-hamburger-label {
  display: block;
  font-size: 13px;
  line-height: 15px;
}

.g1-hamburger-label-hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.g1-hamburger-m .g1-hamburger-icon {
  width: 32px;
  font-size: 24px;
  line-height: 24px;
}

.g1-hamburger-s .g1-hamburger-icon {
  width: 32px;
  font-size: 16px;
  line-height: 16px;
}

.menu-item {
  position: relative;
}

.menu-item>a {
  display: block;
  position: relative;
  line-height: 1.25;
  color: inherit;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
}

.menu-item>a:before {
  display: none;
}

.menu-item>a mark {
  visibility: visible;
  display: inline-block;
  min-width: 1em;
  padding: 2px 6px;
  margin-left: 4px;
  vertical-align: top;
  font-size: 9px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 10px;
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.menu-item-has-children>a {
  padding-right: 20px;
  position: relative;
}

.menu-item-has-children>a:after {
  display: inline-block;
  margin-top: -0.5em;
  vertical-align: middle;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  font: 16px/1 bimber;
  text-transform: none;
  letter-spacing: normal;
  content: '\e000';
}

.menu-item-has-children .sub-menu .g1-link-toggle {
  display: none;
}

.menu-item-g1-standard .sub-menu .menu-item-has-children>a:after {
  position: absolute;
  margin-left: 0;
  left: calc(100% - 20px - 6px);
  right: auto;
  content: '\e001';
}

.menu-item-g1-mega .sub-menu .menu-item-has-children>a:after {
  display: none;
}

.mtm-drop-expanded>a:after {
  content: '\e002';
}

.g1-menu-item-helper {
  margin-bottom: 6px;
}

.g1-menu-item-helper>.mtm-link {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.666;
}

.menu-item-g1-mega .g1-menu-item-helper {
  display: none !important;
}

.sub-menu {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.sub-menu>.menu-item>a,
.sub-menu>.menu-item>button {
  display: block;
  padding: 4px 20px;
  padding-right: 26px;
  border-width: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  box-shadow: none;
}

.g1-canvas .sub-menu {
  display: none;
}

.menu-item-g1-mega {
  position: static;
}

.menu-item-g1-mega .sub-menu .sub-menu .sub-menu {
  margin-left: 10px;
}

.g1-dropable .menu-item-g1-standard .sub-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  width: 240px;
  padding: 20px 0;
  box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
}

.g1-dropable .menu-item-g1-standard .sub-menu .sub-menu {
  left: 100%;
  right: auto;
  top: -20px;
}

.g1-dropable .menu-item-g1-mega>a .g1-link-toggle {
  border-color: transparent transparent #fff;
  border-color: transparent transparent var(--g1-bg-color);
}

.g1-dropable .menu-item-g1-mega .sub-menu-wrapper {
  display: none;
  max-width: 100%;
  width: 1212px;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  background-color: #fff;
  background-color: var(--g1-bg-color);
  box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
}

.g1-dropable .menu-item-g1-mega .sub-menu-wrapper>.g1-row {
  margin-left: 0;
  margin-right: 0;
}

.g1-dropable .menu-item-g1-mega .sub-menu-wrapper>.sub-menu {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}

.g1-dropable .menu-item-g1-mega .sub-menu-wrapper>.sub-menu>.menu-item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  font-size: 1rem;
}

.g1-dropable .menu-item-g1-mega .sub-menu-wrapper>.sub-menu>.menu-item>a {
  font-weight: 700;
}

.sub-menu-wrapper .g1-terms {
  margin-top: 30px;
}

.sub-menu-wrapper .g1-collection-items {
  margin-top: 30px;
  margin-bottom: 0;
}

.g1-hoverable .g1-dropable .menu-item:hover,
.mtm-drop-expanded {
  z-index: 1;
}

.g1-hoverable .g1-dropable .menu-item:hover>.sub-menu,
.g1-hoverable .g1-dropable .menu-item:hover>.sub-menu-wrapper,
.mtm-drop-expanded>.sub-menu,
.mtm-drop-expanded>.sub-menu-wrapper {
  display: block;
}

.g1-hoverable .g1-dropable .menu-item:hover>a>.g1-link-toggle {
  display: block;
}

.g1-dropable .menu-item-g1-mega .sub-menu-wrapper,
.g1-dropable .menu-item-g1-standard .sub-menu,
.g1-dropable .menu-item>a>.g1-link-toggle {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  transition: visibility 0s 0.55s, opacity 375ms ease-in-out 175ms,
    transform 375ms ease-in-out 175ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.g1-dropable .mtm-drop-expanded>.sub-menu,
.g1-dropable .mtm-drop-expanded>.sub-menu-wrapper,
.g1-dropable .mtm-drop-expanded>a>.g1-link-toggle,
.g1-hoverable .g1-dropable .menu-item-g1-standard .menu-item:hover>.sub-menu,
.g1-hoverable .g1-dropable .menu-item-g1-standard:hover>.sub-menu,
.g1-hoverable .g1-dropable .menu-item:hover>.sub-menu-wrapper,
.g1-hoverable .g1-dropable .menu-item:hover>a>.g1-link-toggle {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: visibility 0s ease-in-out 175ms, opacity 375ms ease-in-out 175ms,
    transform 375ms ease-in-out 175ms;
}

html {
  height: 100%;
}

.g1-body-inner {
  position: relative;
  z-index: 1;
}

.g1-canvas-overlay {
  display: block;
  visibility: hidden;
  width: 100%;
  position: absolute;
  z-index: 998;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: visibility 0s 0.5s,
    opacity 0.5s cubic-bezier(0.735, 0.185, 0.41, 1.245);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000;
  opacity: 0;
}

.g1-canvas {
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  overscroll-behavior: contain;
  transition: width 0.5s ease-in-out;
  background-color: #fff;
}

.g1-canvas-inner {
  width: 320px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}

.g1-canvas-content {
  padding: 48px 30px 30px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.g1-canvas-background {
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.g1-canvas-toggle {
  box-sizing: border-box;
  display: block;
  width: 44px;
  height: 28px;
  margin-left: -22px;
  position: absolute;
  z-index: 4;
  left: 50%;
  right: auto;
  top: 10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  border-radius: 4px;
  color: #000;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out, opacity 375ms ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.g1-canvas-toggle:hover {
  opacity: 0.666;
}

.g1-canvas-toggle:before {
  display: inline-block;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
  font: 24px/26px bimber;
  content: '\e01b';
}

@media only screen and (max-width: 1024px) {
  html.g1-off-global body {
    height: 100%;
    touch-action: none;
  }

  html.g1-off-global .g1-canvas {
    width: 320px;
    -webkit-overflow-scrolling: touch;
    transition: width 0.5s ease-in-out;
  }

  html.g1-off-global .g1-canvas-overlay {
    display: block;
    visibility: visible;
    opacity: 0.666;
    transition: visibility 0.5s,
      opacity 0.5s cubic-bezier(0.735, 0.185, 0.41, 1.245);
  }
}

@media only screen and (min-width: 1025px) {
  html.g1-off-outside.g1-off-global-desktop body {
    height: 100%;
    touch-action: none;
  }

  html.g1-off-outside.g1-off-global-desktop .g1-canvas {
    width: 320px;
    -webkit-overflow-scrolling: touch;
    transition: width 0.5s ease-in-out;
  }

  html.g1-off-outside.g1-off-global-desktop .g1-canvas-overlay {
    display: block;
    visibility: visible;
    opacity: 0.666;
    transition: visibility 0.5s,
      opacity 0.5s cubic-bezier(0.735, 0.185, 0.41, 1.245);
  }
}

@media only screen and (min-width: 1025px) {
  html.g1-off-inside .g1-canvas {
    z-index: 1;
    transition: none;
  }

  html.g1-off-inside .g1-body-inner {
    z-index: 3;
  }

  html.g1-off-inside.g1-off-global-desktop .g1-canvas {
    width: 240px;
  }

  html.g1-off-inside.g1-off-global-desktop .g1-canvas .g1-canvas-toggle {
    display: none;
  }

  html.g1-off-inside.g1-off-global-desktop .g1-canvas .g1-canvas-content {
    padding-top: 30px;
  }

  html.g1-off-inside.g1-off-global-desktop .g1-canvas-inner {
    width: 240px;
  }

  html.g1-off-inside.g1-off-global-desktop .g1-canvas-no-js .g1-canvas-content {
    visibility: hidden;
  }

  html.g1-off-inside.g1-off-global-desktop .g1-canvas-overlay {
    display: none;
  }

  html.g1-off-inside.g1-off-global-desktop .g1-body-inner {
    margin-left: 240px;
  }

  html.g1-off-inside.g1-off-global-desktop .g1-hb-row {
    width: calc(100% + 240px);
    margin-left: -240px;
  }
}

.g1-canvas .g1-quick-nav {
  margin-bottom: 1.5rem;
}

.g1-primary-nav {
  margin-bottom: 1.5rem;
}

.g1-primary-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g1-primary-nav-menu>.menu-item {
  display: block;
  font-size: 1rem;
  text-align: left;
}

.g1-primary-nav-menu>.menu-item>a {
  display: block;
  padding: 4px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
}

.g1-primary-nav-menu>.menu-item>a>strong {
  position: relative;
  top: 0.0833em;
  font-size: 1.5em;
  line-height: 0.01em;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: -0.05em;
}

.g1-primary-nav-menu>.menu-item-object-post_tag>a {
  text-transform: none !important;
  font-weight: 400 !important;
}

.g1-primary-nav-menu>.menu-item-object-post_tag>a:before {
  font-weight: 700;
  content: '#';
}

.g1-secondary-nav {
  margin-bottom: 1.5rem;
}

.g1-secondary-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g1-secondary-nav-menu>.menu-item {
  display: block;
  font-size: 1rem;
  text-align: left;
}

.g1-secondary-nav-menu>.menu-item>a {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.g1-quick-nav {
  clear: both;
}

.g1-quick-nav-menu>.menu-item>a {
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: normal;
}

#page .g1-quick-nav-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#page .g1-quick-nav-menu>.menu-item {
  display: inline-block;
  margin: 6px 0;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#page .g1-quick-nav-menu>.menu-item>a {
  display: block;
  padding: 0 5px;
}

#page .g1-quick-nav-short .menu-item .entry-flag {
  width: 1em;
  height: 1em;
  margin-bottom: 0.2em;
  font-size: 16px;
  line-height: 1;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  color: currentColor;
}

#page .g1-quick-nav-short .menu-item .entry-flag:before {
  font-size: inherit;
  opacity: 0.25;
  transition: opacity 375ms ease-in-out;
}

#page .g1-quick-nav-short .current-menu-item .entry-flag:before,
#page .g1-quick-nav-short .menu-item:hover .entry-flag:before {
  opacity: 0.99;
}

.g1-quick-nav-long .g1-quick-nav-menu {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g1-quick-nav-long .entry-flag,
.g1-quick-nav-long .wyr-reaction-icon {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1025px) {
  #page .g1-quick-nav {
    display: block;
    clear: none;
    float: right;
    padding-top: 0;
    padding-bottom: 0;
  }

  #page .g1-quick-nav .g1-quick-nav-menu {
    display: block;
  }

  #page .g1-quick-nav .g1-quick-nav-menu>.menu-item>a {
    padding: 0 10px;
  }

  #page .g1-quick-nav-short .menu-item .entry-flag {
    font-size: 32px;
  }
}

.g1-quick-nav-without-labels .g1-quick-nav-menu>.menu-item {
  margin-right: -10px !important;
}

.g1-quick-nav-without-labels .g1-quick-nav-menu>.menu-item>a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 0;
}

.g1-quick-nav-without-labels .menu-item>a .entry-flag,
.g1-quick-nav-without-labels .menu-item>a .wyr-reaction-icon {
  margin-top: 0;
  margin-bottom: 0;
}

#page .g1-quick-nav-tabs {
  float: none;
  margin-top: 0;
  margin-bottom: 30px;
}

#page .g1-quick-nav-tabs .g1-quick-nav-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 0;
}

#page .g1-quick-nav-tabs .menu-item {
  margin: 0 !important;
  font-size: 1rem;
}

#page .g1-quick-nav-tabs .menu-item>a {
  padding: 10px 10px !important;
}

#page .g1-quick-nav-tabs .menu-item>a .entry-flag {
  display: none;
}

#page .g1-quick-nav-tabs .current-menu-item>a .entry-flag {
  display: block;
}

.g1-hb-row .g1-quick-nav-top {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.g1-hb-row .g1-quick-nav-top .menu-item {
  margin: 0;
}

.g1-hb-row .g1-quick-nav-top .menu-item>a {
  font-size: 13px;
  line-height: 15px;
  font-family: inherit;
  font-weight: inherit;
  text-transform: none;
}

.g1-hb-row .g1-quick-nav-top .menu-item .entry-flag {
  height: 20px;
  width: 20px;
  margin: 7px auto;
  line-height: 20px;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  color: inherit;
}

.g1-hb-row .g1-quick-nav-top .menu-item .entry-flag:before {
  font-size: 20px;
  color: inherit;
}

.g1-quick-nav-small-icons {
  clear: both;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.g1-quick-nav-small-icons .g1-quick-nav-menu>.menu-item {
  margin: 0;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.g1-quick-nav-small-icons .g1-quick-nav-menu>.menu-item>a {
  display: block;
  padding: 5px 5px;
  text-transform: none;
  font-size: 13px;
  line-height: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: inherit;
}

.g1-quick-nav-small-icons .g1-quick-nav-menu>.menu-item>a:before {
  display: block;
  margin-bottom: 0.1em;
  font: 16px/1 bimber;
  opacity: 0.666;
  transition: opacity 375ms ease-in-out;
}

.g1-quick-nav-small-icons .g1-quick-nav-menu>.current-menu-item>a:before,
.g1-quick-nav-small-icons .g1-quick-nav-menu>.menu-item:hover>a:before {
  opacity: 1;
}

.g1-quick-nav-small-icons .menu-item-type-g1-latest>a:before {
  position: relative;
  top: -1px;
  content: '\e017';
}

.g1-quick-nav-small-icons .menu-item-type-g1-popular>a:before {
  position: relative;
  top: -2px;
  content: '\e015';
}

.g1-quick-nav-small-icons .menu-item-type-g1-hot>a:before {
  content: '\e01c';
}

.g1-quick-nav-small-icons .menu-item-type-g1-trending>a:before {
  content: '\e030';
}

@media only screen and (min-width: 1024px) {

  .g1-quick-nav-small-icons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    clear: none;
    float: left;
    margin-left: -10px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .g1-quick-nav-small-icons .g1-quick-nav-menu {
    display: block;
  }

  .g1-quick-nav-small-icons .g1-quick-nav-menu>.menu-item>a {
    padding: 9px 10px;
    font-size: 14px;
  }

  .g1-quick-nav-small-icons .g1-quick-nav-menu>.menu-item>a:before {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1px;
    vertical-align: middle;
  }
}

.g1-footer-nav {
  box-sizing: border-box;
  margin-bottom: 15px;
}

.g1-footer-nav:after {
  display: table;
  clear: both;
  content: '';
}

.g1-footer-nav>ul {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.g1-footer-nav>ul>.menu-item {
  display: inline-block;
}

.g1-footer-nav a {
  display: block;
  padding: 0 10px;
  color: inherit;
}

@media only screen and (min-width: 1025px) {
  #page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh;
  }

  body.admin-bar #page {
    min-height: calc(100vh - 32px);
  }

  #page>#primary.g1-primary-max {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.g1-header {
  clear: both;
  position: relative;
  z-index: 60;
  margin: 0 auto;
}

.g1-header:before {
  display: table;
  content: '';
}

.g1-header>.g1-row-inner,
.g1-header>.g1-row-inner>.g1-column {
  position: static;
}

.g1-header>.g1-row-background {
  border-bottom: 1px solid transparent;
}

.g1-header .g1-drop .g1-socials-item-link {
  color: #333;
  color: var(--g1-rtxt-color);
}

.g1-header .g1-drop .g1-socials-item-link:hover {
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-sticky-top-wrapper {
  clear: both;
  position: static;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
}

body.admin-bar .g1-sticky-top-wrapper {
  top: 32px;
}

@media only screen and (max-width: 601px) {
  body.admin-bar .g1-sticky-top-wrapper {
    top: 0;
  }
}

.site-description,
.site-title {
  margin-bottom: 0;
  color: inherit;
}

.site-title>a {
  color: inherit;
}

.g1-logo-wrapper {
  display: block;
  position: relative;
}

.g1-logo-wrapper .g1-logo {
  display: block;
}

picture.g1-logo {
  line-height: 0;
}

.g1-id {
  margin: 15px auto;
  z-index: 1;
}

.g1-logo-small-wrapper {
  display: none;
  float: left;
  margin: 5px 0;
}

.g1-logo-small-wrapper .g1-logo-small {
  display: block;
  max-height: 40px;
  width: auto;
}

.g1-logo-wrapper .g1-logo-inverted {
  display: none;
}

.g1-skinmode .g1-logo-wrapper .g1-logo:first-child {
  display: none;
}

.g1-skinmode .g1-logo-wrapper .g1-logo:last-child {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .g1-header .g1-id {
    float: left;
  }
}

.g1-hb-row {
  position: relative;
  z-index: 50;
  box-sizing: border-box;
  width: 100%;
}

.g1-hb-row>.g1-row-inner {
  position: static;
}

.g1-hb-row>.g1-row-inner>.g1-column {
  position: static;
}

.g1-hb-row>.g1-row-inner:after {
  display: table;
  clear: both;
  content: '';
}

.g1-hb-row .g1-hamburger {
  margin-right: 10px;
}

.g1-hb-row .g1-drop {
  margin-bottom: 0;
}

.g1-hb-row .g1-drop-toggle-badge {
  top: 6px;
}

.g1-hb-row .g1-socials-items {
  margin: 0 0 0 20px;
}

.g1-hb-row .g1-drop .g1-socials-item-link {
  color: #333;
}

.g1-hb-row .g1-drop .g1-socials-item-link:hover {
  color: #000;
}

.g1-hb-row .g1-quick-nav {
  float: none;
}

.g1-hb-row .g1-primary-nav,
.g1-hb-row .g1-secondary-nav {
  margin-bottom: 0;
}

.g1-hb-row .g1-primary-nav-menu>.menu-item {
  display: inline-block;
  vertical-align: top;
}

.g1-hb-row .g1-primary-nav-menu>.menu-item>a {
  padding: 7px 10px;
  line-height: 16px;
}

.g1-hb-row .g1-primary-nav-menu>.menu-item-has-children>a {
  padding-right: 16px;
}

.g1-hb-row .g1-secondary-nav-menu>.menu-item {
  display: inline-block;
  vertical-align: top;
}

.g1-hb-row .g1-secondary-nav-menu>.menu-item>a {
  padding: 8px 0;
  margin-right: 12px;
}

.g1-hb-row .g1-secondary-nav-menu>.menu-item-has-children>a {
  padding-right: 16px;
}

.g1-socials {
  position: relative;
}

.g1-socials .g1-socials-items {
  display: inline-block;
  margin-bottom: 0;
}

.g1-hb-row-3 {
  z-index: 55;
}

.g1-hb-row-2 {
  z-index: 60;
}

.g1-hb-row-1 {
  z-index: 65;
}

.g1-hb-row .g1-column {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.g1-hb-full .g1-row-inner {
  max-width: 100%;
}

.g1-hb-shadow-on {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.g1-bin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.g1-bin .snax-button-create {
  margin-top: 5px;
  margin-bottom: 5px;
}

.g1-bin-align-left {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.g1-bin-align-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.g1-bin-align-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.g1-bin-align-center .g1-logo {
  margin-left: auto;
  margin-right: auto;
}

.g1-bin-align-center .site-description {
  text-align: center;
}

.g1-bin-grow-on {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.g1-bin-grow-off {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.g1-bin-1 .g1-hb-search-form,
.g1-bin-1 .g1-id,
.g1-bin-1 .g1-primary-nav,
.g1-bin-1 .g1-quick-nav,
.g1-bin-1 .g1-secondary-nav,
.g1-bin-1 .g1-socials-hb-list,
.g1-bin-1 .snax-button-create,
.g1-bin-1 .wpml-ls {
  margin-right: 40px;
  margin-left: 0;
}

.g1-bin-1 .g1-drop,
.g1-bin-1 .g1-hamburger {
  margin-right: 20px;
  margin-left: 0;
}

.g1-bin-2 .g1-hb-search-form,
.g1-bin-2 .g1-id,
.g1-bin-2 .g1-primary-nav,
.g1-bin-2 .g1-quick-nav,
.g1-bin-2 .g1-secondary-nav,
.g1-bin-2 .g1-socials-hb-list,
.g1-bin-2 .snax-button-create,
.g1-bin-2 .wpml-ls {
  margin-right: 20px;
  margin-left: 20px;
}

.g1-bin-2 .g1-drop,
.g1-bin-2 .g1-hamburger {
  margin-right: 10px;
  margin-left: 10px;
}

.g1-bin-3 .g1-hb-search-form,
.g1-bin-3 .g1-id,
.g1-bin-3 .g1-primary-nav,
.g1-bin-3 .g1-quick-nav,
.g1-bin-3 .g1-secondary-nav,
.g1-bin-3 .g1-socials-hb-list,
.g1-bin-3 .snax-button-create,
.g1-bin-3 .wpml-ls {
  margin-right: 0;
  margin-left: 20px;
}

.g1-bin-3 .g1-drop,
.g1-bin-3 .g1-hamburger {
  margin-right: 0;
  margin-left: 10px;
}

.g1-hb-row-normal {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .g1-hb-row-mobile {
    display: none;
  }

  .g1-hb-row-normal {
    display: block;
  }
}

.g1-hb-row-mobile .g1-helper {
  display: none;
}

.g1-hb-row-mobile .g1-id,
.g1-hb-row-mobile .g1-logo-small-wrapper {
  text-align: center;
}

.g1-hb-row-mobile .g1-quick-nav {
  width: 100%;
}

.g1-hb-row-mobile .g1-quick-nav-top {
  width: auto;
}

#g1-hb-preview-elements,
#g1-hb-preview-elements-canvas {
  display: none;
}

.g1-hb-row .g1-drop-content .g1-socials-items-tpl-grid {
  display: block;
}

.g1-hb-row .snax-button-create {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.g1-hb-row .g1-hb-search-form {
  margin-top: 6px;
  margin-bottom: 6px;
}

.g1-hb-row .g1-dropable .g1-bin-1 .g1-drop-content {
  left: 0;
  right: auto;
}

.g1-hb-row .g1-dropable .g1-bin-2 .g1-drop-content,
.g1-hb-row .g1-dropable .g1-bin-3 .g1-drop-content {
  left: auto;
  right: 0;
}

.g1-hb-row .search-form-wrapper {
  max-width: 100%;
  width: 300px;
}

.g1-hb-row .search-form {
  margin-bottom: 0;
}

.g1-socials-s .g1-socials-item-icon-48 {
  font-size: 16px;
  height: auto;
  width: 32px;
  line-height: inherit;
}

.g1-hb-row .g1-socials-items-tpl-grid .g1-socials-item {
  display: inline-block;
  vertical-align: top;
}

.g1-header-simplified .g1-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#primary,
#secondary {
  font-size: 1rem;
  text-align: left;
}

.g1-prefooter {
  padding-top: 3rem;
  z-index: 0;
}

.g1-prefooter .widget {
  margin-bottom: 3rem;
}

.g1-footer {
  padding-top: 15px;
  z-index: 0;
}

.g1-footer .g1-column {
  font-size: 12px;
  line-height: 1.5;
}

.g1-prefooter+.g1-footer:before {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  content: '';
  border-color: currentColor;
  opacity: 0.1667;
}

.g1-footer-stamp {
  display: table;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 14px;
  color: inherit;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out, opacity 375ms ease-in-out;
}

.g1-footer-stamp:hover {
  opacity: 0.8;
}

.g1-footer-stamp-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.g1-footer-stamp-label {
  display: block;
  margin: 0.75em 0;
}

.g1-footer-text {
  box-sizing: border-box;
  margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
  .g1-footer {
    text-align: center;
  }
}

@media only screen and (min-width: 801px) {
  .g1-footer-text {
    width: 50%;
    padding-right: 15px;
    float: left;
  }

  .g1-footer-nav {
    width: 50%;
    padding-left: 15px;
    float: right;
  }

  .g1-footer-nav>ul {
    float: right;
  }
}

blockquote.instagram-media-registered:after,
blockquote.instagram-media-registered:before,
blockquote.instagram-media:after,
blockquote.instagram-media:before {
  display: none;
}

.instagram-media,
.instagram-media-registered {
  min-width: 298px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-color: #e6e6e6 !important;
}

.instagram-media {
  position: inherit !important;
}

blockquote.tiktok-embed {
  padding: 0;
}

blockquote.tiktok-embed:after,
blockquote.tiktok-embed:before {
  display: none;
}

.mfp-close {
  font-size: 0;
}

.mfp-close:before {
  font: 16px/1 bimber;
  content: '\e01b';
}

.mfp-close:active,
.mfp-close:hover {
  box-shadow: none;
}

.g1-back-to-top {
  display: block;
  visibility: hidden;
  width: 28px;
  height: 28px;
  border-width: 1px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  left: auto;
  bottom: 10px;
  z-index: 999;
  text-indent: 100%;
  white-space: nowrap;
  border-style: solid;
  border-color: transparent;
  background-color: #000;
  color: #fff;
  opacity: 0.5;
  border-radius: 4px;
  transition: opacity 375ms ease-in-out;
}

.g1-back-to-top:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 100%;
  margin-top: -0.5em;
  text-indent: 0;
  text-align: center;
  font: 16px/1 bimber;
  content: '\e00f';
}

.g1-back-to-top:hover {
  background-color: #000;
  color: #fff;
  opacity: 0.75;
}

@media only screen and (max-width: 800px) {
  .g1-sharebar-on~.g1-back-to-top {
    bottom: 54px;
  }
}

@media only screen and (min-width: 801px) {
  .g1-back-to-top {
    width: 34px;
    height: 34px;
  }
}

.cssanimations .g1-back-to-top-on {
  display: block;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: transform 0.35s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.cssanimations .g1-back-to-top-off {
  visibility: hidden;
  -webkit-transform: translate(0, 72px);
  -moz-transform: translate(0, 72px);
  -ms-transform: translate(0, 72px);
  -o-transform: translate(0, 72px);
  transform: translate(0, 72px);
  transition: visibility 0s 0.35s, transform 0.35s ease-in-out;
}

.entry-media-nsfw {
  position: relative;
}

.g1-nsfw {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 1.125;
  background: #000;
  color: #fff;
}

.g1-nsfw-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.g1-nsfw-icon {
  display: inline-block;
  color: #ff0036;
}

.g1-nsfw-icon:before {
  font: 32px/1 bimber;
  content: '\e022';
}

.g1-nsfw-title {
  color: #fff;
}

.g1-nsfw-desc {
  color: #666;
}

.entry-media-nsfw-embed> :first-child {
  visibility: hidden;
}

.entry-tpl-index .g1-nsfw-icon,
.entry-tpl-stream .g1-nsfw-icon {
  font-size: 48px;
}

.entry-tpl-gridxs .g1-nsfw-title,
.entry-tpl-tile .g1-nsfw-title,
.entry-tpl-upvote .g1-nsfw-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.entry-tpl-grid-fancy .g1-nsfw-desc,
.entry-tpl-gridxs .g1-nsfw-desc,
.entry-tpl-list-fancy .g1-nsfw-desc,
.entry-tpl-tile .g1-nsfw-desc,
.entry-tpl-upvote .g1-nsfw-desc {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.g1-nsfw-off .g1-nsfw {
  display: none;
}

.wyr-reactions {
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
}

.wyr-reactions-body.g1-card {
  padding-top: 15px;
  padding-bottom: 15px;
}

.wyr-reactions-footer {
  margin-top: 0;
  margin-bottom: 0;
}

.wyr-reaction-icon-text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.025em;
}

.wyr-reaction-button,
.wyr-reaction-track {
  border-radius: 99px;
}

.wyr-more-results {
  text-align: right;
}

.wyr-empty-title {
  color: #000;
  color: var(--g1-itxt-color);
}

p.wyr-empty-title {
  margin-bottom: 0;
}

.wyr-empty-icon svg {
  fill: #000;
  fill: var(--g1-itxt-color);
}

.g1-tab-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-width: 0 0 1px;
  margin: 0 0 15px;
  list-style: none;
  font-size: 0;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-tab-items>.g1-tab-item {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  vertical-align: top;
}

.g1-tab {
  display: block;
  padding: 8px 10px;
  border-width: 0 0 1px;
  margin-bottom: -1px;
  position: relative;
  font: 700 14px/16px;
  text-transform: uppercase;
  letter-spacing: normal;
  border-style: solid;
  opacity: 0.6;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
  color: inherit;
}

.g1-tab-items .g1-tab-item-current a.g1-tab,
.g1-tab-items .g1-tab-item.active a.g1-tab,
.g1-tab-items .g1-tab-item:hover a.g1-tab {
  opacity: 1;
  border-color: currentColor;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-tab .count,
.g1-tab .no-count,
.menu-item>a .count,
.menu-item>a .no-count {
  display: inline-block;
  min-width: 12px;
  padding: 0 2px;
  margin-left: 0.25em;
  font: 400 12px/16px;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
  border-radius: 8px;
  background-color: #e6e6e6;
  background-color: var(--g1-border-color);
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
  color: #333;
  color: var(--g1-rtxt-color);
}

.g1-subtab-items {
  border-width: 0;
  margin: -15px 0 15px;
  list-style: none;
  font-size: 0;
}

.g1-subtab-items>.g1-subtab-item {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}

.g1-subtab {
  display: block;
  padding: 8px 10px;
  border-width: 0;
  font: normal 13px/16px;
  letter-spacing: normal;
  text-transform: none;
  opacity: 0.6;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-subtab-items .g1-subtab-item-current a.g1-subtab,
.g1-subtab-items .g1-subtab-item:hover a.g1-subtab {
  opacity: 1;
  border-color: currentColor;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-tab-items>.g1-drop-the-more {
  margin-bottom: 0;
}

.g1-tab-pane {
  display: none;
}

.g1-tab-pane-current {
  display: block;
}

.g1-socials-items-tpl-grid {
  font-size: 0;
}

.g1-socials-section {
  padding: 24px 0;
  text-align: center;
}

.g1-socials-section.g1-dark {
  background-color: #303030;
  color: #fff;
}

.g1-socials-section .g1-column {
  padding-left: 0;
  padding-right: 0;
}

.g1-socials-section .g1-socials-items {
  display: block;
  position: relative;
  margin: 0;
  max-width: none;
}

.g1-socials-section .g1-socials-item {
  padding: 0 20px;
}

.g1-socials-section .g1-socials-item-icon {
  width: auto;
  font-size: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.g1-rcp-message {
  display: block;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}

.g1-rcp-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px 20px;
  border-width: 1px 0 0;
  position: relative;
  border-style: solid;
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color);
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.g1-rcp-action {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 15px 0;
}

.g1-rcp-action .g1-gamma {
  margin-bottom: 1rem;
}

.g1-rcp-action-icon {
  display: block;
  margin-bottom: 1rem;
  font: 32px/1 bimber;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-rcp-action-buttons {
  margin-bottom: 0;
}

.g1-rcp-action-register .g1-rcp-action-icon:before {
  content: '\e037';
}

.g1-rcp-action-login .g1-rcp-action-icon:before {
  content: '\e013';
}

@media only screen and (min-width: 801px) {
  .g1-rcp-action {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
  }
}

form.rcp_form input.required {
  color: inherit;
}

#rcp_registration_form.rcp_form {
  padding: 0;
}

#rcp_registration_form.rcp_form .rcp_login_link {
  display: block;
}

#rcp_registration_form.rcp_form .rcp_user_fieldset {
  margin: 0 -10px;
}

#rcp_registration_form.rcp_form .rcp_user_fieldset:after {
  clear: both;
  display: table;
  content: '';
}

#rcp_registration_form.rcp_form .rcp_user_fieldset>p {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

#rcp_registration_form.rcp_form .rcp_user_fieldset input {
  width: 100%;
}

#rcp_registration_form.rcp_form .rcp_registration_total_details {
  width: 100%;
}

#rcp_subscription_levels {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 -10px 1rem;
}

li.rcp_subscription_level {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 220px;
  padding: 0 10px;
  margin: 0 0 20px;
}

li.rcp_subscription_level>.g1-pricingtable {
  box-sizing: border-box;
  width: 100%;
  border-width: 1px;
  text-align: center;
  border-style: solid;
  border-radius: 4px;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

li.rcp_subscription_level>.g1-pricingtable label {
  display: block;
}

li.rcp_subscription_level .g1-pricingtable-header {
  padding: 20px 20px 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-radius: 4px 4px 0 0;
  border-color: transparent;
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color);
}

li.rcp_subscription_level .g1-pricingtable-body {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

li.rcp_subscription_level input.rcp_level {
  display: block;
  float: none;
  margin: 0 auto 20px;
}

li.rcp_subscription_level .rcp_subscription_level_name {
  display: block;
  margin-bottom: 20px;
}

li.rcp_subscription_level .rcp_price {
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

li.rcp_subscription_level .rcp_price .rcp_separator {
  display: none;
}

li.rcp_subscription_level .rcp_level_duration {
  display: block;
  margin-bottom: 20px;
  text-transform: capitalize;
}

li.rcp_subscription_level .rcp_level_description {
  border: none;
  padding: 20px;
  font-size: inherit;
}

#rcp_agree_to_privacy_policy_wrap [type='checkbox'],
#rcp_agree_to_terms_wrap [type='checkbox'],
#rcp_auto_renew_wrap [type='checkbox'] {
  float: none;
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: middle;
}

#rcp_agree_to_privacy_policy_wrap label,
#rcp_agree_to_terms_wrap label,
#rcp_auto_renew_wrap label {
  display: inline-block;
  vertical-align: middle;
}

#rcp_login_form.rcp_form .rcp_login_data {
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

#rcp_login_form.rcp_form .rcp_login_data>p {
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
}

#rcp_login_form.rcp_form .rcp_login_data>p:nth-child(1) {
  padding-right: 10px;
}

#rcp_login_form.rcp_form .rcp_login_data>p:nth-child(2) {
  padding-left: 10px;
}

#rcp_login_form.rcp_form .rcp_login_data>p:nth-child(3),
#rcp_login_form.rcp_form .rcp_login_data>p:nth-child(4) {
  width: 100%;
}

#rcp_login_form.rcp_form .rcp_login_data .rcp_user_remember {
  float: left;
  margin: 3px 8px 0 0;
}

#rcp_login_form.rcp_form .rcp_login_data input[type='password'],
#rcp_login_form.rcp_form .rcp_login_data input[type='text'] {
  width: 100%;
}

p+.g1-rcp-message:before {
  display: block;
  width: 100%;
  height: 7.5rem;
  margin-top: -7.5rem;
  position: relative;
  top: -1.5rem;
  content: '';
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0,
      #fff 100%);
  background-image: linear-gradient(to bottom,
      RGBA(var(--g1-bg-color-r), var(--g1-bg-color-g), var(--g1-bg-color-b), 0) 0,
      var(--g1-bg-color) 100%);
}

.g1-title-align-center {
  text-align: center;
}

.g1-dark .g1-current-background {
  background-color: #1a1a1a;
}

@-webkit-keyframes g1-anim-spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes g1-anim-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

.g1-twitter-items {
  padding-left: 0;
}

.g1-tweet-intents .g1-tweet-action {
  color: #000;
  color: var(--g1-itxt-color);
  opacity: 0.999;
}

.g1-tweet-intents .g1-tweet-action:hover {
  opacity: 0.5;
}

.g1-instagram-feed .g1-instagram-user {
  margin-bottom: 0.75rem;
}

.g1-instagram-feed .g1-instagram-avatar {
  display: block;
  margin-bottom: 6px;
}

.g1-instagram-feed .g1-instagram-avatar:before {
  display: block;
  font: 32px/1 g1-socials;
  content: '\e011';
}

.g1-instagram-section .g1-instagram-feed-overlay:before {
  display: block;
  margin-bottom: 0.75rem;
  font: 32px/1 g1-socials;
  content: '\e011';
}

.widget_g1_socials_instagram .g1-instagram-items,
.widget_g1_socials_instagram .g1-instagram-profile {
  margin-bottom: 0.75rem;
}

body .g1-socials-item-tooltip {
  visibility: visible;
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.g1-socials-item-link {
  color: inherit;
}

.mace-gallery-teaser-button-counter,
.mace-gallery-teaser-button-text {
  color: inherit;
}

.g1-section {
  clear: both;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.g1-section [type='email'],
.g1-section [type='text'] {
  border-color: transparent;
}

.g1-section-background {
  background: #fff;
}

.g1-dark-background {
  background: #1a1a1a;
}

.g1-dark-background .g1-section-background {
  background: #1a1a1a;
}

.g1-dark-background-tone {
  background: #262626;
}

.g1-section-icon {
  position: absolute;
  display: block;
  background-color: #fff;
}

.g1-section-icon:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  color: #000;
  font-family: bimber !important;
  font-size: 32px;
  line-height: 32px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.g1-section-icon:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.g1-section-body {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.g1-section-img {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.g1-section-img img {
  max-width: 80px;
  border-radius: 128px;
}

.g1-section-label {
  display: block;
  margin-bottom: 2px;
  text-align: center;
}

.g1-section-title {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.g1-section-title a {
  color: inherit;
}

@media only screen and (min-width: 901px) {
  .g1-section-label {
    text-align: left;
  }

  .g1-section-title {
    text-align: left;
  }
}

.g1-section-btn-wrap {
  position: relative;
  display: block;
  text-align: center;
}

.g1-section-btn {
  position: relative;
  display: inline-block;
}

.g1-section-newsletter {
  margin: 20px 0;
  padding: 90px 40px 20px 40px;
}

.g1-section-newsletter .g1-section-body {
  position: relative;
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}

.g1-section-newsletter .g1-section-body .g1-alpha+.g1-delta,
.g1-section-newsletter .g1-section-body .g1-mega+.g1-delta {
  margin-top: 0;
}

.g1-section-newsletter .g1-section-form-wrap {
  position: relative;
  display: block;
  text-align: center;
}

.g1-section-newsletter .g1-section-form-wrap.g1-newsletter-section-standard {
  min-width: auto;
}

.g1-section-newsletter .g1-section-form-wrap.g1-newsletter-section-standard p {
  margin-bottom: 0;
}

.g1-section-newsletter .g1-section-form-wrap.g1-newsletter-section-large {
  margin: 0 auto;
  max-width: 560px;
  min-width: auto;
}

.g1-section-newsletter form {
  position: relative;
}

.g1-section-newsletter form .mc4wp-form-fields {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
}

.g1-section-newsletter form .mc4wp-form-fields [type='email'],
.g1-section-newsletter form .mc4wp-form-fields [type='text'] {
  text-align: left;
}

.g1-section-newsletter form .mc4wp-form-fields p:first-child {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.g1-section-newsletter.g1-section-large {
  padding: 10px 0;
}

.g1-section-newsletter.g1-section-large .g1-section-icon {
  display: none;
}

.g1-section-newsletter.g1-section-large .g1-section-body {
  display: block;
  float: none;
  text-align: center;
}

.g1-section-newsletter.g1-section-large .g1-section-title {
  text-align: center;
}

.g1-section-newsletter.g1-section-large .g1-section-form-wrap {
  display: block;
  margin-top: 20px;
  float: none;
  text-align: center;
}

.g1-section-newsletter.g1-section-large .g1-newsletter-privacy {
  text-align: center;
  margin-top: 10px;
}

@media only screen and (min-width: 901px) {
  .g1-section-newsletter {
    padding: 20px 40px 20px 120px;
  }

  .g1-section-newsletter .g1-section-icon {
    top: 50%;
    width: 80px;
    height: 60px;
    margin-top: -30px;
    left: 0;
    margin-left: 0;
  }

  .g1-section-newsletter .g1-section-icon:after {
    bottom: 0;
    right: -10px;
    border-width: 30px 0 30px 10px;
    border-color: transparent transparent transparent #fff;
  }

  .g1-section-newsletter .g1-section-body {
    float: left;
    margin-bottom: 20px;
    text-align: left;
  }

  .g1-section-newsletter .g1-section-form-wrap {
    float: right;
  }

  .g1-section-newsletter form {
    position: relative;
  }

  .g1-section-newsletter form .mc4wp-form-fields {
    -webkit-flex-flow: row;
    flex-flow: row;
  }
}

.g1-instagram-section {
  overflow: hidden;
}

.g1-instagram-section .g1-column {
  padding-left: 0;
  padding-right: 0;
}

.g1-instagram-section .g1-instagram-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2.5px;
  padding: 0;
  list-style: none;
  position: relative;
}

.g1-instagram-section .g1-instagram-items .g1-instagram-item {
  width: 33.3333333333%;
  padding: 2.5px;
  box-sizing: border-box;
}

.g1-instagram-section .g1-instagram-profile {
  margin-bottom: 0.75rem;
}

.g1-instagram-section .g1-instagram-follow {
  margin-bottom: 0.75rem;
}

.g1-instagram-section .g1-instagram-overview {
  text-align: center;
}

.g1-instagram-section .after-instagram-username-widget {
  margin-bottom: 0.75rem;
}

.g1-instagram-section .g1-instagram-feed {
  display: block;
  position: relative;
}

.g1-instagram-section .g1-instagram-feed.g1-instagram-feed-compressed .g1-instagram-items {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 699px) {
  .g1-instagram-section .g1-instagram-feed.g1-instagram-feed-compressed .g1-instagram-items {
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.g1-instagram-section .g1-instagram-feed .g1-instagram-items {
  margin: 0;
}

.g1-instagram-section .g1-instagram-feed .g1-instagram-items li {
  width: 25%;
  padding: 0;
}

.g1-instagram-section .g1-instagram-feed-overlay {
  display: block;
  padding: 30px 30px 15px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  text-align: center;
  color: #000;
  color: var(--g1-itxt-color);
  background-color: #fff;
  background-color: var(--g1-bg-color);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.g1-instagram-section .g1-instagram-feed-overlay .fa-instagram {
  font-size: 42px;
  line-height: 42px;
}

@media only screen and (min-width: 901px) {
  .g1-instagram-section .g1-instagram-feed .g1-instagram-items li {
    width: 16.6666666667%;
    padding: 0;
  }

  .g1-instagram-section .g1-instagram-feed-overlay {
    padding: 50px 50px 35px 50px;
  }
}

.g1-instagram-section .g1-instagram-feed-r1 .g1-instagram-feed-overlay {
  padding: 30px 30px 10px 30px;
}

.g1-instagram-section .g1-instagram-feed-r1 .g1-instagram-feed-overlay:before {
  font-size: 32px;
}

.g1-instagram-section .g1-instagram-feed-r1 .g1-instagram-items li {
  width: 50%;
}

@media only screen and (min-width: 481px) {
  .g1-instagram-section .g1-instagram-feed-r1 .g1-instagram-items li {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-instagram-section .g1-instagram-feed-r1 .g1-instagram-items li {
    width: 16.6666666667%;
  }
}

.g1-dark .g1-instagram-feed-overlay {
  color: #fff;
  background-color: #262626;
}

.g1-section-promoted-product {
  display: block;
  margin: 60px 0;
  padding: 70px 40px 0 40px;
}

.g1-section-promoted-product .g1-section-thumbnail {
  position: absolute;
  display: block;
  left: 50%;
  top: -50px;
  width: 100px;
  height: 100px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transform: rotate(-5deg) translate(-50%, 0);
  -moz-transform: rotate(-5deg) translate(-50%, 0);
  -ms-transform: rotate(-5deg) translate(-50%, 0);
  -o-transform: rotate(-5deg) translate(-50%, 0);
  transform: rotate(-5deg) translate(-50%, 0);
}

@media only screen and (min-width: 901px) {
  .g1-section-promoted-product {
    margin: 40px 0;
    padding: 20px 40px 0 140px;
  }

  .g1-section-promoted-product .g1-section-thumbnail {
    left: 20px;
    top: -5px;
    -webkit-transform: rotate(-5deg) translate(0, 0);
    -moz-transform: rotate(-5deg) translate(0, 0);
    -ms-transform: rotate(-5deg) translate(0, 0);
    -o-transform: rotate(-5deg) translate(0, 0);
    transform: rotate(-5deg) translate(0, 0);
  }

  .g1-section-promoted-product .g1-section-body {
    float: left;
  }

  .g1-section-promoted-product .g1-section-btn-wrap {
    float: right;
  }
}

.adsbygoogle {
  color: inherit;
  background: 0 0;
}

.g1-advertisement {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.g1-advertisement img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.g1-advertisement .adace-align-left img {
  margin-left: 0;
}

.g1-advertisement .adace-align-left ins {
  margin-left: auto;
  margin-right: 0;
}

.g1-advertisement .adace-align-right img {
  margin-right: 0;
}

.g1-advertisement .adace-align-right ins {
  margin-left: 0;
  margin-right: auto;
}

.g1-advertisement .adace-align-center ins {
  margin: 0 auto;
}

.g1-advertisement .g1-fluid-wrapper {
  margin: 0 auto;
}

.adace-align-center ins {
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .g1-advertisement>.g1-row-inner>.g1-column {
    padding-left: 0;
    padding-right: 0;
  }
}

.g1-advertisement-before-header-theme-area {
  margin-top: 0;
  margin-bottom: 0;
}

.g1-advertisement-before-header-theme-area>.g1-row-background {
  background-color: #252525 !important;
}

.g1-advertisement-inside-header {
  margin-top: 10px;
  margin-bottom: 10px;
}

.g1-advertisement-inside-classic {
  margin-top: 0;
  margin-bottom: 4.5rem;
}

.g1-advertisement-inside-list {
  margin-top: 0;
  margin-bottom: 30px;
}

.g1-collection-with-cards .g1-advertisement-inside-list {
  margin-top: 15px;
  margin-bottom: 30px;
}

.g1-collection-item:first-child>.g1-advertisement {
  margin-top: 0;
}

.g1-advertisement-inside-grid,
.g1-advertisement-inside-stream {
  margin-top: 0;
  margin-bottom: 30px;
}

.g1-advertisement-left-stream,
.g1-advertisement-right-stream {
  margin-top: 0;
  margin-bottom: 30px;
}

.widget .g1-advertisement {
  margin-top: 0;
  margin-bottom: 0;
}

.adace-sponsor {
  margin-bottom: 0;
  margin-top: 15px;
}

.entry-content .adace-slot-wrapper {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1025px) {
  .g1-content-narrow .adace-slot-wrapper.adace-align-left-wrap {
    margin-left: 10px !important;
    margin-right: 10px !important;
    position: relative;
    left: -48px;
  }

  .g1-content-narrow .adace-slot-wrapper.adace-align-right-wrap {
    margin-left: 10px !important;
    margin-right: 10px !important;
    position: relative;
    right: -48px;
  }
}

.entry-content .adace-after-x-bbpress-topics {
  padding: 15px 0;
  border-width: 1px 0 0;
  margin-bottom: 0;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.g1-advertisement-before-content-theme-area {
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

@media only screen and (min-width: 801px) {
  .g1-advertisement-before-content-theme-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.g1-advertisement-after-featured-content {
  margin-top: 0;
  margin-bottom: 0;
}

.adace-detector-buttons {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.adace-detector-buttons .g1-button {
  display: block;
  margin-bottom: 10px;
}

.adace-popup {
  visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  transition: visibility 0s 375ms, opacity 375ms ease-in-out,
    transform 375ms ease-in-out;
}

.adace-popup-inner {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  transition: visibility 0s 375ms, opacity 375ms ease-in-out,
    transform 375ms ease-in-out;
}

.adace-show-popup-detector .adace-popup-detector {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 375ms ease-in-out,
    transform 375ms ease-in-out;
}

.adace-show-popup-detector .adace-popup-inner {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 375ms ease-in-out,
    transform 375ms ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.adace-popup-close:before {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #000;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
}

.adace-popup-close:hover:before {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
}

.adace-popup-inner {
  border-radius: 6px;
}

.adace-coupon-wrap {
  padding: 30px;
  border-width: 2px;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  border-style: dashed;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.adace-coupon-wrap:before {
  display: block;
  position: absolute;
  left: 20px;
  right: auto;
  top: -16px;
  font: 32px/1 bimber;
  content: '\e054';
  color: #000;
  color: var(--g1-itxt-color);
}

.adace-coupon-wrap .coupon-thumbnail {
  max-width: 170px;
  margin: 0 auto 1.5rem auto;
}

.adace-coupon-wrap .coupon-thumbnail img {
  vertical-align: bottom;
}

.adace-coupon-wrap .coupon-title {
  margin-bottom: 0;
}

.adace-coupon-wrap .coupon-copy {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  padding: 2px;
  border-width: 1px;
  margin: 0 auto;
  line-height: 0;
  box-shadow: none;
  border-style: solid;
  border-radius: 4px;
  transition: 375ms;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
  color: #000;
  color: var(--g1-itxt-color);
}

.adace-coupon-wrap .coupon-copy.blink {
  opacity: 0;
}

.adace-coupon-wrap .coupon-code {
  padding: 0 3rem;
  line-height: 32px;
  vertical-align: middle;
}

.adace-coupon-wrap .coupon-action {
  padding: 0 0.5rem;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.g1-section-row .adace-linklist-with-images-csstodo .item a {
  border-width: 0;
}

@media only screen and (min-width: 601px) {
  .g1-section-row .adace-linklist-with-images-csstodo .item {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1025px) {
  .g1-section-row .adace-linklist-with-images-csstodo .item {
    width: 16.6666666667%;
  }
}

.g1-popup {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: 1050;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.g1-popup-overlay {
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: visibility 0s 375ms, opacity 375ms ease-in-out,
    transform 375ms ease-in-out;
}

.g1-popup-inner {
  display: block;
  visibility: hidden;
  position: fixed;
  z-index: 1050;
  max-width: 80%;
  left: 50%;
  top: 50%;
  border-radius: 6px;
  background-color: #fff;
  background-color: var(--g1-bg-color);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
  -moz-transform: translate(-50%, -50%) scale(0.85);
  -ms-transform: translate(-50%, -50%) scale(0.85);
  -o-transform: translate(-50%, -50%) scale(0.85);
  transform: translate(-50%, -50%) scale(0.85);
  transition: visibility 0s 375ms, opacity 375ms ease-in-out,
    transform 375ms ease-in-out;
}

.g1-popup-closer {
  display: block;
  padding: 10px;
  position: absolute;
  right: 5px;
  left: auto;
  top: 5px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  border-color: #f2f2f2;
  border-color: var(--g1-bg-tone-color);
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color);
  color: #000;
  color: var(--g1-itxt-color);
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
}

.g1-popup-closer:before {
  display: block;
  font: 16px/1 bimber;
  content: '\e01b';
}

.g1-popup-closer:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  html.g1-popup-ready .g1-popup {
    display: block;
  }

  html.g1-popup-visible {
    overflow: hidden;
  }

  html.g1-popup-visible .g1-popup,
  html.g1-popup-visible .g1-popup-inner,
  html.g1-popup-visible .g1-popup-overlay {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 375ms ease-in-out,
      transform 375ms ease-in-out;
  }

  html.g1-popup-visible .g1-popup-inner {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.g1-popup-newsletter .g1-popup-inner {
  width: 1000px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.g1-popup-newsletter .g1-newsletter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.g1-popup-newsletter .mc4wp-form-fields label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.g1-popup-newsletter .mc4wp-form-fields p {
  margin-bottom: 0.75em;
}

.g1-newsletter-cover {
  width: 50%;
  overflow: hidden;
  position: relative;
  border-radius: 6px 0 0 6px;
  background-color: #e6e6e6;
}

.g1-newsletter-cover:before {
  display: block;
  padding: 40px 40px;
  margin: -60px 0 0 -60px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  right: auto;
  font-size: 40px;
  line-height: 1;
  font-family: bimber;
  text-align: center;
  border-radius: 50%;
  border-color: #fff;
  background-color: #fff;
  color: #000;
  content: '\e012';
}

.g1-newsletter-cover-background {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
}

.g1-newsletter-content {
  box-sizing: border-box;
  width: 50%;
  padding: 40px 40px 20px 40px;
  text-align: center;
}

.g1-popup-newsletter .g1-newsletter-cover {
  height: 540px;
  max-height: 90vh;
}

.g1-slideup-wrap {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: 375ms;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.g1-slideup-base {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 375ms;
}

html.g1-slideup-visible .g1-slideup-base {
  opacity: 1;
}

html.g1-slideup-visible .g1-slideup-wrap {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (min-width: 1025px) {
  .g1-slideup-wrap {
    display: block;
  }
}

.g1-slideup-newsletter {
  display: block;
  position: relative;
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-color: var(--g1-bg-color);
}

.g1-slideup-newsletter header {
  display: none;
}

.g1-slideup-newsletter .g1-newsletter-avatar {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 1055;
  top: 0;
  left: 50%;
  width: 72px;
  height: 72px;
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  border-radius: 100%;
}

.g1-slideup-newsletter-body {
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: center;
}

.g1-slideup-newsletter-body .g1-newsletter {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.g1-slideup-newsletter-closer {
  display: inline-block;
  padding: 18px;
  position: absolute;
  top: 40px;
  right: 0;
  left: auto;
  font-size: 0;
  line-height: 0;
  color: #fff;
}

.g1-slideup-newsletter-closer:before {
  display: inline-block;
  width: 1em;
  font: 24px/1 bimber;
  content: '\e01b';
}

@media only screen and (min-width: 801px) {
  .g1-slideup-newsletter-body .mc4wp-form-fields {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .g1-slideup-newsletter-body .mc4wp-form-fields p:first-child {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .g1-slideup-newsletter-body .mc4wp-form-fields input[type='email'] {
    text-align: left;
  }
}

.adace-linklist-with-images-csstodo {
  margin-left: -5px;
  margin-right: -5px;
}

.adace-linklist-with-images-csstodo ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding-left: 0;
  list-style: none;
}

.adace-linklist-with-images-csstodo ul:after {
  display: table;
  clear: both;
  content: '';
}

.adace-linklist-with-images-csstodo .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.adace-linklist-with-images-csstodo .item-highlighted {
  width: 100%;
}

.adace-linklist-with-images-csstodo a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 20px;
  border-width: 1px;
  text-align: center;
  border-style: solid;
  border-color: #e6e6e6;
}

.adace-linklist-with-images-csstodo a img {
  display: block;
  max-height: 36px;
  width: auto;
  margin: 0 auto;
}

.adace-linklist-with-images-csstodo ul.transparent a {
  opacity: 0.666;
}

.adace-linklist-with-images-csstodo ul.transparent a:hover {
  opacity: 0.999;
}

.g1-section-row .adace-linklist-with-images-csstodo .item {
  padding: 0;
}

.g1-section-row .adace-linklist-with-images-csstodo a {
  transition: opacity 375ms ease-in-out;
}

.g1-section-row .adace-linklist-with-images-csstodo ul:hover a {
  opacity: 0.166;
}

.g1-section-row .adace-linklist-with-images-csstodo ul:hover a:hover {
  opacity: 0.999;
}

.adace-shop-the-post-wrap .woocommerce ul.products {
  box-sizing: border-box;
  max-width: 520px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}

.adace-shop-the-post-wrap .woocommerce ul.products li.product {
  padding-left: 5px;
  padding-right: 5px;
}

.adace-shop-the-post-wrap img {
  max-width: none;
  margin: 0 auto;
}

.adace-shop-the-post-wrap .entry-featured-media {
  max-width: 80%;
  margin: 0 auto;
}

.g1-promoted-product .g1-row-inner {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.g1-promoted-product .product-link {
  text-align: right;
}

.g1-promoted-products-link {
  text-align: right;
}

.adace-disclosure {
  margin-top: -1rem;
}

.g1-stripe {
  margin-bottom: 40px;
}

.g1-stripe [type='email'],
.g1-stripe [type='text'] {
  border-color: transparent;
}

.g1-stripe-full {
  margin-bottom: 0;
}

.g1-stripe-csstodo {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.g1-stripe-inner {
  box-sizing: border-box;
  display: block;
  padding: 90px 20px 20px 20px;
  position: relative;
  z-index: 1;
}

.g1-stripe-background {
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 375ms;
}

.g1-stripe-icon {
  position: absolute;
  width: 68px;
  height: 51px;
  margin-left: -39px;
  top: 0;
  left: 50%;
  right: auto;
  background-color: #fff;
}

.g1-stripe-icon:before {
  display: block;
  margin: -0.5em 0 0 -0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  font-size: 40px;
  line-height: 1;
  font-family: starmile;
  color: #000;
}

.g1-stripe-icon:after {
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 34px 0 34px;
  position: absolute;
  bottom: -10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: '';
}

.g1-stripe-thumbnail {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 0 0 -50px;
  position: absolute;
  left: 50%;
  right: auto;
  top: -20px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.g1-stripe-content {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.g1-stripe-label,
.g1-stripe-title {
  text-align: center;
  margin-bottom: 0;
}

.g1-stripe-label {
  margin-bottom: 2px;
}

.g1-stripe-actions {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .g1-stripe-inner {
    padding: 20px 20px 0 90px;
  }

  .g1-stripe-icon {
    width: 80px;
    height: 60px;
    margin: 0;
    top: 10px;
    left: 0;
    right: auto;
  }

  .g1-stripe-icon:after {
    bottom: 0;
    right: -10px;
    right: -10px;
    border-width: 30px 0 30px 10px;
    border-color: transparent transparent transparent #fff;
  }

  .g1-stripe-thumbnail {
    margin: 0;
    left: 20px;
    right: auto;
    top: -5px;
  }

  .g1-stripe-body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .g1-stripe-actions,
  .g1-stripe-label,
  .g1-stripe-title {
    text-align: left;
  }
}

.g1-stripe-podcast .g1-stripe-icon:before {
  content: '\e007';
}

.g1-stripe-newsletter .g1-stripe-icon:before {
  content: '\e001';
}

.g1-stripe-newsletter .g1-stripe-content {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.g1-stripe-newsletter .g1-stripe-actions {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.g1-stripe-newsletter .g1-newsletter {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .g1-stripe-newsletter .g1-newsletter .mc4wp-form {
    margin-right: 0;
  }
}

.g1-stripe-patreon .g1-stripe-icon {
  width: 120px;
  height: 51px;
  margin-left: -60px;
  background-image: url(../../../../images/patreon.png);
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.g1-stripe-patreon .g1-stripe-icon:after {
  border-width: 10px 60px 0 60px;
}

@media only screen and (min-width: 768px) {
  .g1-stripe-patreon .g1-stripe-inner {
    padding-left: 150px;
  }

  .g1-stripe-patreon .g1-stripe-icon {
    width: 140px;
    height: 60px;
    margin: 0;
  }

  .g1-stripe-patreon .g1-stripe-icon:after {
    border-width: 30px 0 30px 10px;
  }
}

.g1-stripe-promoted-product .g1-stripe-inner {
  padding-top: 110px;
}

.g1-stripe-promoted-product .add_to_cart_inline {
  border: none;
  margin-bottom: 0;
}

.g1-stripe-promoted-product .add_to_cart_inline .amount {
  display: none;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .g1-stripe-promoted-product .g1-stripe-inner {
    padding-top: 20px;
    padding-left: 120px;
  }
}

.comment>.cace-card-featured>.comment-content,
.comment>.cace-card-featured>.comment-meta {
  background-color: #e5f2ff;
}

.comment>.cace-card-new>.comment-content,
.comment>.cace-card-new>.comment-meta {
  background-color: #e8fbe5;
}

.g1-skinmode .comment>.cace-card-featured>.comment-content,
.g1-skinmode .comment>.cace-card-featured>.comment-meta {
  background-color: #003696;
}

.g1-skinmode .comment>.cace-card-new>.comment-content,
.g1-skinmode .comment>.cace-card-new>.comment-meta {
  background-color: #13470b;
}

.g1-404-icon {
  display: table;
  margin: 0 auto 0.2em;
  font: 64px/1 bimber;
  opacity: 0.2;
}

.g1-404-search .g1-404-icon:before {
  content: '\e016';
}

.g1-404-report .g1-404-icon:before {
  content: '\e012';
}

.g1-404-back .g1-404-icon:before {
  content: '\e019';
}

.g1-interpage #g1-download-page-content,
.g1-interpage #g1-link-landing-page-content {
  text-align: center;
}

.g1-interpage #g1-download-page-content .g1-countdown,
.g1-interpage #g1-link-landing-page-content .g1-countdown {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.g1-countdown {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 2.25rem 0;
}

.g1-countdown-number {
  display: inline-block;
  min-width: 2em;
  margin: 0 5px;
  font-size: 2em;
}

.g1-advertisement-interpage {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.entry-tpl-interpage .entry-content {
  max-width: 100%;
  width: 758px;
  margin-left: auto;
  margin-right: auto;
}

.g1-cta {
  padding: 20px;
  border-width: 1px;
  margin: 0 0 1.5rem;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}

.g1-cta-button-wrap {
  margin: 0;
}

.g1-cta-button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.g1-cta-button:after {
  display: inline-block;
  margin-left: 6px;
  font-size: 24px;
  line-height: inherit;
  font-family: bimber;
  font-weight: 400;
  vertical-align: middle;
  content: '\e057';
}

.g1-menu {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.g1-menu-v {
  text-align: left;
}

.g1-menu-v>.menu-item {
  display: block;
}

.g1-menu-v>.menu-item>a {
  display: block;
  padding: 4px 0;
  position: relative;
}

.g1-menu-v>.menu-item>a:after {
  position: absolute;
  right: 0;
  left: auto;
}

.g1-menu-v>.menu-item>a .entry-flag {
  display: inline-block;
  margin: 0 8px 0 0;
}

.g1-menu-v>.menu-item>a .entry-flag:before {
  opacity: 0.5;
}

.g1-menu-v>.menu-item>a .wyr-reaction-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.g1-menu-v .sub-menu>.menu-item>a {
  padding-left: 10px;
}

.g1-menu-v .g1-term-icon {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 2px;
  vertical-align: middle;
}

.g1-menu-with-icons>.menu-item>a {
  padding-left: 30px;
}

.g1-menu-with-icons>.menu-item>a:before {
  display: inline-block;
  position: absolute;
  left: 0;
  right: auto;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  opacity: 0.5;
  transition: opacity 375ms ease-in-out;
}

.g1-menu-with-icons>.menu-item>a .entry-flag {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  width: 20px;
  height: 20px;
  line-height: inherit;
  border-color: transparent;
  background-color: transparent;
  color: inherit;
}

.g1-menu-with-icons>.menu-item>a .entry-flag:before {
  font-size: 16px;
}

.g1-menu-with-icons>.menu-item>a .wyr-reaction-icon {
  position: absolute;
  left: 0;
  right: auto;
  width: 20px;
  height: 20px;
}

.g1-menu-with-icons>.current-menu-item>a .entry-flag,
.g1-menu-with-icons>.current-menu-item>a:before,
.g1-menu-with-icons>.menu-item:hover>a .entry-flag,
.g1-menu-with-icons>.menu-item:hover>a:before {
  opacity: 0.999;
}

.bimber-random-post-nav>a:before {
  font-family: bimber;
  content: '\e061';
}

.menu-item-snax-waiting-room>a:before {
  font-family: bimber;
  content: '\e060';
}

.menu-item-snax-collection-history>a:before {
  font-family: snaxicon;
  content: '\e050';
}

.menu-item-snax-collection-read-later>a:before {
  font-family: snaxicon;
  content: '\e051';
}

.menu-item-snax-collection-favourites>a:before {
  font-family: snaxicon;
  content: '\e052';
}

.menu-item-snax-my-collections>a:before {
  font-family: snaxicon;
  content: '\e047';
}

.block-editor-block-list__block[data-type='core/embed'][data-align='left'] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type='core/embed'][data-align='right'] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed {
  margin-bottom: 1em;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  display: block;
  padding-top: 50%;
  content: '';
}

.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .mace-youtube,
.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.g1-empty {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.g1-empty-icon {
  display: block;
  margin: 0 auto 20px;
  opacity: 0.2;
}

.g1-empty-icon svg {
  fill: #000;
  fill: var(--g1-itxt-color);
}

p.g1-empty-title {
  margin-bottom: 0;
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-terms {
  width: 100%;
}

.g1-terms-items {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

.g1-terms-item {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.g1-terms-item .g1-term {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.g1-terms-columns-4 .g1-terms-item {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .g1-terms-columns-4 .g1-terms-item {
    width: 25%;
  }
}

.g1-terms-tpl-tiles .g1-terms-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretched;
  -webkit-align-items: stretched;
  align-items: stretched;
  margin: 0 -3px 24px;
}

.g1-terms-tpl-tiles .g1-terms-item {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}

.g1-term-tpl-tile {
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #272727;
  background-repeat: none;
  background-position: center center;
  background-size: cover;
}

.g1-term-tpl-tile .g1-term-body {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  left: -1px;
  right: -1px;
  padding: 20px 10px 0;
  background-image: -owg-linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
  background-image: -webkit-linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
  background-image: -moz-linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75) 100%);
}

.g1-term-tpl-tile .g1-term-title {
  margin: 0;
}

@media only screen and (min-width: 601px) {
  .g1-term-tpl-tile .g1-term-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.g1-terms-tpl-icongrid .g1-terms-items {
  font-size: 0;
}

.g1-terms-tpl-icongrid .g1-terms-item {
  display: inline-block;
  width: 16.6666666667%;
  min-width: 140px;
  vertical-align: top;
}

@supports (display: grid) {
  .g1-terms-tpl-icongrid .g1-terms-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    grid-column-gap: 10px;
  }

  .g1-terms-tpl-icongrid .g1-terms-item {
    width: auto;
    min-width: 0;
  }
}

.g1-term-tpl-icongrid {
  text-align: center;
}

.g1-term-tpl-icongrid .g1-term-icon {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, #000);
}

.g1-term-tpl-icongrid .g1-term-icon img {
  display: block;
  margin: 0 auto;
}

.g1-term-tpl-icongrid .g1-term-title {
  margin: 0;
}

.g1-term-tpl-icongrid:hover .g1-term-icon {
  -webkit-animation: g1-icon-bounce 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: g1-icon-bounce 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.g1-terms-item-more .g1-term-tpl-icongrid .g1-term-icon {
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color);
  color: #000;
  color: var(--g1-itxt-color);
}

.g1-terms-item-more .g1-term-tpl-icongrid .g1-term-icon:before {
  font: 48px/80px bimber;
  content: '\e01f';
}

@supports (display: grid) {
  .sub-menu-wrapper .g1-terms-tpl-icongrid .g1-terms-items {
    grid-template-columns: repeat(auto-fit, minmax(145px, 15.943287037%));
  }
}

@-webkit-keyframes g1-icon-bounce {

  0%,
  100% {
    -webkit-transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(0.666, 0.666);
  }
}

@keyframes g1-icon-bounce {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.666, 0.666);
  }
}

.cace-comments .comment-form-comment .cace-comment-toolbar {
  z-index: 14;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media print {

  .g1-featured-row,
  .g1-quick-nav {
    display: none;
  }

  .g1-advertisement,
  .g1-newsletter,
  .mashsb-container,
  .mashsb-micro {
    display: none;
  }

  .g1-dont-miss,
  .g1-more-from,
  .g1-nav-single,
  .g1-related-entries,
  .g1-sidebar {
    display: none;
  }

  #comments {
    position: relative;
    page-break-before: always;
  }

  #respond,
  .comment-edit-link,
  .comment-reply-link,
  .comments-title+.g1-button {
    display: none;
  }

  .g1-footer,
  .g1-prefooter {
    display: none;
  }
}