@charset "UTF-8";
article,
aside,
b,
big,
blockquote,
body,
canvas,
caption,
center,
code,
dd,
del,
details,
div,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
mark,
menu,
nav,
object,
ol,
p,
q,
s,
section,
small,
span,
strong,
sub,
summary,
table,
tbody,
td,
th,
thead,
time,
tr,
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,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
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: 255;
  --g1-bg-color-g: 255;
  --g1-bg-color-b: 255;
  --g1-bg-tone-color: #f2f2f2;
  --g1-bg-alt-color: #ededed;
  --g1-cat-border-color: #e6e6e6;
  --g1-cat-bg-color: #e6e6e6;
  --g1-cat-txt-color: #000;
  --g1-reverse-border-color: #333;
  --g1-reverse-bg-color: #1a1a1a;
  --g1-reverse-itxt-color: #fff;
}
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;
}
dd {
  margin-bottom: 0.75em;
}
code {
  font-family: "Lucida Console", Courier, monospace;
}
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;
}
em,
q {
  font-weight: 400;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
h1 sub,
h2 sub,
h3 sub {
  font-size: 50%;
  bottom: 0;
}
hr {
  border-width: 1px 0 0;
  margin: 1.5em 0;
  border-style: solid;
  opacity: 0.1667;
}
img {
  max-width: 100%;
  height:100%;

}
#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;
}
mark {
  padding: 0 0.33em;
}
figure {
  position: relative;
  margin-bottom: 1.5rem;
}
.g1-socials-section .g1-socials-items {
  font-size: 0;
  line-height: 0;
}
.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 {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 6px;
  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="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  padding: 5px 23px;
  border-width: 2px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  padding: 5px 24px 5px 8px;
  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;
}
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 {
  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 {
  max-width: 1182px;
  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 10px;
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  font-size: 1rem;
}
@media only screen and (max-width: 800px) {
  .g1-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 801px) {
  .g1-row-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .g1-column-2of3 {
    width: 66.66667%;
  }
  .g1-column-1of2 {
    width: 50%;
  }
  .g1-column-1of3 {
    width: 33.33333%;
  }
  .g1-column-1of4 {
    width: 25%;
  }
  .g1-column-1of6 {
    width: 16.66667%;
  }
  .g1-sidebar-padded {
    padding-left: 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: 15px;
  }
  .g1-sidebar-padded {
    padding-left: 45px;
  }
}
.g1-primary-max {
  width: 100%;
}
.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.33333%;
}
.g1-fluid-wrapper-728x90 {
  width: 728px;
}
.g1-fluid-wrapper-728x90 > .g1-fluid-wrapper-inner {
  padding-bottom: 12.36264%;
}
.g1-fluid-wrapper-970x250 {
  width: 970px;
}
.g1-fluid-wrapper-970x250 > .g1-fluid-wrapper-inner {
  padding-bottom: 25.7732%;
}
.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 {
  font: 400 14px/20px serif;
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
label {
  font: 700 13px/16px serif;
  font-family: Poppins, Roboto, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}
.g1-mega {
  font: 700 27px/1.067 serif;
  font-family: Poppins, Roboto, sans-serif;
  letter-spacing: -0.05em;
  color: #000;
  color: var(--g1-itxt-color);
  text-transform: none;
}
.g1-alpha,
h1 {
  font: 600 24px/1.067 serif;
  font-family: Poppins, Roboto, sans-serif;
  letter-spacing: -0.05em;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}
h2 {
  font: 600 21px/1.125 serif;
  font-family: Poppins, Roboto, sans-serif;
  letter-spacing: -0.025em;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}
.g1-gamma,
h3 {
  font: 600 19px/1.125 serif;
  font-family: Poppins, Roboto, sans-serif;
  letter-spacing: -0.025em;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}
.g1-delta,
h4 {
  font: 600 17px/1.2 serif;
  font-family: Poppins, Roboto, sans-serif;
  letter-spacing: -0.025em;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}
.g1-epsilon,
.item-title,
h5 {
  font: 500 15px/18px serif;
  font-family: Poppins, Roboto, sans-serif;
  letter-spacing: -0.025em;
  text-transform: none;
  color: #000;
  color: var(--g1-itxt-color);
}
h6 {
  font: 500 11px/12px serif;
  font-family: Poppins, Roboto, sans-serif;
  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;
  }
  h2 {
    font-size: 23px;
  }
  .g1-alpha,
  h1 {
    font-size: 26px;
  }
  .g1-mega {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .g1-delta,
  h4 {
    font-size: 18px;
  }
  .g1-gamma,
  h3 {
    font-size: 21px;
  }
  h2 {
    font-size: 24px;
  }
  .g1-alpha,
  h1 {
    font-size: 34px;
  }
  .g1-mega {
    font-size: 39px;
  }
}
.g1-alpha-2nd,
.g1-delta-2nd,
.g1-epsilon-2nd,
.g1-gamma-2nd,
.g1-mega-2nd {
  font-family: Poppins, Roboto, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
}
blockquote,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
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 13px/16px serif;
  font-family: Poppins, Roboto, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  color: #999;
  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: 15px;
  line-height: 18px;
}
.g1-button,
[type="button"],
[type="reset"],
[type="submit"],
button {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-right: 0.2px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  zoom: 1;
  cursor: pointer;
  font: 700 14px/22px serif;
  font-family: Poppins, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 4px;
  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: 10px;
  line-height: 16px;
}
.g1-button-s {
  padding: 5px 14px;
  border-width: 1px;
  font-size: 12px;
  line-height: 18px;
}
.g1-button-l {
  padding: 10px 28px;
  border-width: 2px;
  font-size: 16px;
  line-height: 18px;
}
.g1-button-xl {
  padding: 10px 32px;
  border-width: 3px;
  font-size: 18px;
  line-height: 22px;
}
.g1-link {
  font-size: 14px;
  font-family: Poppins, Roboto, Arial, sans-serif;
  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: "";
}
.g1-link-left:before {
  display: inline-block;
  margin-right: 8px;
  font-family: bimber;
  vertical-align: middle;
  content: "\e00d";
  content: "";
}
span.g1-link {
  opacity: 0.333;
}
.g1-link-xs {
  font-size: 10px;
}
.g1-link-s {
  font-size: 12px;
}
.g1-link-l {
  font-size: 16px;
}
.g1-link-xl {
  font-size: 18px;
}
.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: 18px;
  line-height: 1;
  font-family: Poppins, Roboto, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  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/30px serif;
  font-family: Poppins, Roboto, sans-serif;
  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";
}
@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: 12px;
  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;
}
.avatar {
  border-radius: 50%;
}
.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.33333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}
.wp-block-gallery {
  margin-left: 0;
}
table {
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
}
caption {
  font-family: Poppins, Roboto, sans-serif;
  font-weight: 400;
}
.g1-th,
th {
  padding: 10px 5px;
  border-width: 0 0 1px;
  font-size: 13px;
  font-family: Poppins, Roboto, sans-serif;
  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-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 {
  border-width: 0 1px 1px 0;
}
.g1-table-solid tbody td:first-child,
.g1-table-solid tbody 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-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 serif;
  font-family: Poppins, Roboto, sans-serif;
}
.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-none {
  display: none;
}
.g1-pagination-label-none + ul .g1-pagination-item-prev {
  width: 50%;
  float: left;
}
.g1-pagination-label-none + ul .g1-pagination-item-next {
  width: 50%;
  float: right;
}
.g1-pagination-label-none + ul .g1-pagination-item,
.g1-pagination-label-none + ul .g1-pagination-item-current {
  display: none;
}
.g1-pagination-end {
  display: none;
  text-align: center;
}
.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-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;
  left: 0;
  right: 0;
  top: 50%;
  font: 32px/1 bimber;
  content: "\e012";
}
.g1-newsletter-privacy {
  margin-top: -4px;
}
.g1-newsletter-block header {
  display: none;
}
.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: "";
}
.g1-card {
  margin-bottom: 10px;
  border-radius: 0;
  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) {
  .widget.g1-card-l {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.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;
  }
}
.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);
}
.entry-featured-media img {
  width: 100%;
}
.entry-featured-media .g1-fluid-wrapper {
  margin-bottom: 0;
}
.entry-author {
  display: block;
  margin-right: 10px;
}
.entry-author .avatar {
  float: left;
  margin-right: 10px;
}
.entry-category {
  display: inline-block;
  position: relative;
  padding: 1px 9px 1px 9px;
  border-width: 1px;
  font-size: 13px;
  line-height: 16px;
  font-family: Poppins, Roboto, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
  vertical-align: middle;
  pointer-events: auto;
  border-style: solid;
  text-shadow: none;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  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;
  font-family: Poppins, Roboto, sans-serif;
  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-counter {
  box-sizing: border-box;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 18px;
  font-family: Poppins, Roboto, sans-serif;
  font-weight: 300;
  text-align: left;
  pointer-events: none;
}
.entry-counter:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  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;
}
.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 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.entry-meta-m .entry-date {
  white-space: nowrap;
}
.entry-flag {
  display: block;
  box-sizing: border-box;
  position: relative;
  top: 0;
  width: 30px;
  height: 30px;
  vertical-align: top;
  font-size: 0;
  line-height: 30px;
  text-align: center;
  border-style: solid;
  border-radius: 50%;
  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: 20px;
  line-height: 1;
  font-family: bimber;
  font-weight: 400;
  content: "";
}
.entry-flag-text {
  font-size: 12px;
}
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-top,
.entry-flag-trending {
  border-color: #bf0029;
  background-color: #bf0029;
  color: #fff;
}
.entry-flag-top:before,
.entry-flag-trending:before {
  content: "\e030";
}
.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 {
  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;
}
.entry-tpl-grid {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.entry-tpl-grid .entry-featured-media {
  margin-bottom: 0;
}
.entry-tpl-grid .entry-header {
  position: relative;
}
.entry-tpl-grid .entry-before-title {
  box-sizing: border-box;
  font-size: 0;
  line-height: 20px;
}
.entry-tpl-grid .entry-featured-media ~ .entry-body .entry-before-title {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 100%;
}
.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-title {
  padding-top: 12px;
}
.entry-tpl-grid .entry-byline,
.entry-tpl-grid .entry-subtitle,
.entry-tpl-grid .entry-title {
  margin-bottom: 12px;
}
.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 footer {
  padding-left: 10px;
  padding-right: 10px;
}
.entry-tpl-grid.g1-card .entry-before-title .entry-stats {
  padding-left: 10px;
}
@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 footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .entry-tpl-grid.g1-card .entry-before-title .entry-stats {
    padding-left: 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 footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .entry-tpl-grid-m.g1-card .entry-before-title .entry-stats {
    padding-left: 30px;
  }
}
.entry-tpl-grid .entry-featured-media {
  z-index: 1;
}
.entry-tpl-grid .entry-body {
  position: relative;
  z-index: 2;
}
.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;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.entry-tpl-grid-fancy .entry-counter:before {
  width: 20px;
  height: 20px;
}
.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;
}
@media only screen and (min-width: 1025px) {
  .entry-tpl-grid-fancy {
    margin-bottom: 20px;
  }
}
.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-title {
  margin-bottom: 10px;
}
.entry-tpl-list {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.entry-tpl-list .entry-featured-media {
  margin-bottom: 0;
}
.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: 0.75em;
}
.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 footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .entry-tpl-list.g1-card
    .entry-featured-media
    ~ .entry-body
    .entry-before-title {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 100%;
  }
  .entry-tpl-list.g1-card .entry-before-title .entry-stats {
    padding-left: 10px;
  }
}
@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-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-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-title {
  margin-bottom: 6px;
}
.entry-tpl-listxxs .g1-nsfw-desc,
.entry-tpl-listxxs .g1-nsfw-title {
  display: none;
}
.entry-tpl-tile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  margin-bottom: 30px;
  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;
  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;
}
.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-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-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 {
  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-featured-media-main {
  margin-bottom: 0;
}
.g1-card > .entry-featured-media-main:first-child .g1-frame {
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (min-width: 601px) {
  .g1-card > .entry-header-01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .g1-card > .entry-header-01 {
    padding-top: 30px;
    padding-left: 30px;
    padding-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;
}
.entry-header-02 .entry-categories {
  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);
}
.g1-card > .entry-header-02 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 601px) {
  .g1-card > .entry-header-02 {
    padding-left: 20px;
    padding-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-03 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.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;
  }
}
@media only screen and (min-width: 1025px) {
  .g1-card > .entry-header-03 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.entry-tpl-index {
  margin-bottom: 30px;
}
.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.g1-card {
  margin-bottom: 15px;
  border-radius: 0;
}
.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;
  }
}
.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-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-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: 0;
}
.entry-tpl-list-s.g1-card .entry-featured-media {
  margin: 0;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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-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 {
  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-module-big,
.g1-module-small {
  padding: 0 10px;
}
.g1-collection-with-cards .g1-collection-item > article {
  box-sizing: border-box;
  width: 100%;
}
.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: 801px) and (max-width: 1024px) {
  .g1-collection-item-1of3 {
    width: 50%;
  }
  .g1-collection-columns-4 .g1-collection-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .g1-collection-viewport {
    margin-left: -15px;
    margin-right: -15px;
  }
  .g1-collection-item {
    padding: 0 15px;
  }
  .g1-module-big,
  .g1-module-small {
    padding: 0 15px;
  }
  .g1-collection-columns-2 .g1-collection-item {
    width: 50%;
  }
  .g1-collection-columns-3 .g1-collection-item {
    width: 33.33333%;
  }
  .g1-collection-columns-4 .g1-collection-item {
    width: 25%;
  }
}
.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-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: "";
}
.g1-featured-arrow-next {
  right: 0;
  left: auto;
}
.g1-featured-arrow-next:before {
  content: "";
}
.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,
    transparent,
    rgba(0, 0, 0, 0.333)
  );
  background-image: -webkit-linear-gradient(
    to left,
    transparent,
    rgba(0, 0, 0, 0.333)
  );
  background-image: -moz-linear-gradient(
    to left,
    transparent,
    rgba(0, 0, 0, 0.333)
  );
  background-image: -o-linear-gradient(
    to left,
    transparent,
    rgba(0, 0, 0, 0.333)
  );
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.333));
}
.g1-featured-fade-after {
  right: 0;
  left: auto;
  background-image: -owg-linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.333)
  );
  background-image: -webkit-linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.333)
  );
  background-image: -moz-linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.333)
  );
  background-image: -o-linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.333)
  );
  background-image: linear-gradient(
    to right,
    transparent,
    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-no-results {
  margin-top: 22px;
  margin-top: 1.5rem;
}
.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;
  }
}
.archive-featured {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.archive-featured .archive-featured-title {
  margin-top: 20px;
}
.archive-featured .entry-badge-open-list {
  display: none;
}
.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-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-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: 50%;
  }
  .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: 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: 50%;
    -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;
}
.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.33333%;
    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.33333%;
  }
  .g1-collection-grid-m-mod13 .g1-collection-item:nth-child(3n + 1) {
    width: 33.33333%;
    height: auto;
    min-height: 300px;
    padding-top: 0;
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .g1-collection-grid-m-mod13 .g1-collection-item:nth-child(3n + 2) {
    position: relative;
    left: -33.33333%;
    right: auto;
  }
}
.g1-collection-grid-xxs .g1-collection-item {
  width: 16.66667%;
}
.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-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 .entry-tpl-grid {
  margin-bottom: 20px;
}
.g1-collection-listxxs-mod02 .g1-collection-item {
  padding: 0;
}
@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod02 .g1-collection-viewport {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .g1-collection-listxxs-mod02 .g1-module-big,
  .g1-collection-listxxs-mod02 .g1-module-small {
    width: 50%;
  }
}
.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.33333%;
    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: 20px;
}
.g1-collection-listxxs-mod12 .g1-module-small .g1-collection-items {
  margin-bottom: 10px;
}
@media only screen and (min-width: 601px) {
  .g1-collection-listxxs-mod12 .g1-collection-viewport {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .g1-collection-listxxs-mod12 .g1-module-big {
    width: 50%;
    position: relative;
  }
  .g1-collection-listxxs-mod12 .g1-module-small {
    width: 50%;
  }
  .g1-collection-listxxs-mod12 .entry-tpl-tile {
    margin-bottom: 30px;
  }
}
.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.33333%;
    position: relative;
  }
  .g1-collection-listxxs-mod13 .g1-collection-item:first-child {
    position: absolute;
    left: 0;
    right: 66.66667%;
    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 + .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.66667%;
    position: relative;
  }
  .g1-collection-listxxs-mod32 .g1-collection-item {
    width: 100%;
  }
  .g1-collection-listxxs-mod32 .g1-collection-item:first-child {
    width: 66.66667%;
    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-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.33333%;
  }
  .g1-module-10-2of3 .g1-collection-item:first-child {
    float: left;
    width: 66.66667%;
  }
} /*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.g1-sidebar .widget {
  margin-bottom: 45px;
}
.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: inline-block;
  box-sizing: border-box;
  width: 100%;
  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: "";
}
.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_categories > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul {
  margin-bottom: 1.5rem;
}
.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_archive select,
.widget_categories select {
  width: 100%;
}
.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget_rss ul li {
  margin-bottom: 1.5rem;
}
.widget_rss ul li .rss-date {
  display: block;
  margin-bottom: 0.75em;
  font: 13px/1.125 serif;
  font-family: Poppins, Roboto, sans-serif;
  opacity: 0.666;
}
.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-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-03 > .g1-row-inner {
    min-height: 360px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
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-item {
  display: inline-block;
  margin: 0 3px 6px 3px;
  vertical-align: top;
}
.aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption,
.wp-caption-dd {
  max-width: 100%;
}
.gallery-caption {
  text-transform: none;
}
.wp-block-image img,
.wp-caption img {
  display: block;
}
.wp-caption-text,
figcaption {
  padding: 0.5em 10px 0 0;
  text-align: center;
  font: 13px/16px serif;
  font-family: Poppins, Roboto, sans-serif;
  color: #999;
  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;
}
.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;
}
.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-tile .g1-frame-icon {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 14px;
  line-height: 40px;
}
.entry-tpl-tile .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";
}
.entry-featured-media-main {
  margin-left: auto;
  margin-right: auto;
}
.entry-featured-media-main .g1-frame-inner {
  overflow: visible;
}
.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-width: 6px;
  border-style: solid;
  opacity: 0.1667;
  content: "";
}
.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: "";
}
.menu-item-g1-mega .sub-menu .menu-item-has-children > a:after {
  display: none;
}
.sub-menu {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.sub-menu .menu-item > a {
  display: block;
}
.sub-menu > .menu-item > a,
.sub-menu > .menu-item > button {
  padding: 4px 20px;
  padding-right: 26px;
  font-size: 13px;
  font-family: Poppins, Roboto, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
}
.g1-canvas .sub-menu {
  display: none;
}
.menu-item-g1-mega {
  position: static;
}
.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: 1182px;
  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-collection-items {
  margin-top: 30px;
  margin-bottom: 0;
}
.g1-hoverable .g1-dropable .menu-item:hover {
  z-index: 1;
}
.g1-hoverable .g1-dropable .menu-item:hover > .sub-menu,
.g1-hoverable .g1-dropable .menu-item:hover > .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-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-family: Poppins, Roboto, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  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: 13px;
  line-height: 16px;
  font-family: Poppins, Roboto, sans-serif;
  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;
  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;
}
@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;
  }
}
#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;
  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-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;
}
.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-family: Poppins, Roboto, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.g1-drop-toggle-badge {
  display: inline-block;
  visibility: visible;
  min-width: 1em;
  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: 1;
  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-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-more .g1-drop-content {
  width: 200px;
}
.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;
}
.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;
}
@supports (--css: variables) {
  .g1-drop-the-skin {
    display: block;
  }
}
.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-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-newsletter > .g1-drop-content {
  padding: 30px 30px 0;
}
.g1-dropable .g1-drop-the-newsletter .g1-newsletter-privacy {
  text-align: center;
}
.g1-dropable .g1-drop > .g1-drop-content,
.g1-dropable .g1-drop > .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-hoverable .g1-dropable .g1-drop:hover > .g1-drop-content,
.g1-hoverable
  .g1-dropable
  .g1-drop: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;
}
@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;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.12);
}
.g1-header .g1-drop .g1-socials-item-link {
  color: #333;
}
.g1-header .g1-drop .g1-socials-item-link:hover {
  color: #000;
}
.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;
}
@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-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-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 {
  margin-right: 20px;
  margin-left: 0;
}
.g1-bin-1 .g1-drop,
.g1-bin-1 .g1-hamburger {
  margin-right: 10px;
  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 {
  margin-right: 10px;
  margin-left: 10px;
}
.g1-bin-2 .g1-drop,
.g1-bin-2 .g1-hamburger {
  margin-right: 5px;
  margin-left: 5px;
}
.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 {
  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-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 .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;
}
#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;
  font-family: Poppins, Roboto, sans-serif;
}
.g1-footer .g1-column {
  font-size: 13px;
  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-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:after,
blockquote.instagram-media:before {
  display: none;
}
.instagram-media {
  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;
}
.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;
  }
}
.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 {
  font-size: 48px;
}
.entry-tpl-tile .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-list-fancy .g1-nsfw-desc,
.entry-tpl-tile .g1-nsfw-desc {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.g1-nsfw-off .g1-nsfw {
  display: none;
}
.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 serif;
  font-family: Poppins, Roboto, sans-serif;
  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 13px/16px serif;
  font-family: Poppins, Roboto, sans-serif;
  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-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-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-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;
}
.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-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.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-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.33333%;
  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 .g1-instagram-feed {
  display: block;
  position: relative;
}
.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.66667%;
    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.33333%;
  }
}
@media only screen and (min-width: 1025px) {
  .g1-instagram-section .g1-instagram-feed-r1 .g1-instagram-items li {
    width: 16.66667%;
  }
}
.g1-dark .g1-instagram-feed-overlay {
  color: #fff;
  background-color: #262626;
}
.g1-collection-item:first-child > .g1-advertisement {
  margin-top: 0;
}
.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%;
  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;
}
@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-newsletter-cover {
  width: 50%;
  overflow: hidden;
  position: relative;
  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-404-icon {
  display: table;
  margin: 0 auto 0.2em;
  font-size: 64px;
  line-height: 1;
  font-family: bimber;
  font-style: normal;
  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-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 .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 > .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;
}
.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-term-tpl-tile {
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  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,
    transparent,
    rgba(0, 0, 0, 0.75) 100%
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.75) 100%
  );
  background-image: -moz-linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.75) 100%
  );
  background-image: -o-linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.75) 100%
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    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;
  }
}
@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;
  }
}
@supports (display: grid) {
  .sub-menu-wrapper .g1-terms-tpl-icongrid .g1-terms-items {
    grid-template-columns: repeat(auto-fit, minmax(145px, 15.94329%));
  }
}
@-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);
  }
}
.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-newsletter {
    display: none;
  }
  .g1-more-from,
  .g1-nav-single,
  .g1-sidebar {
    display: none;
  }
  #respond,
  .comment-reply-link {
    display: none;
  }
  .g1-footer,
  .g1-prefooter {
    display: none;
  }
}
.entry-tpl-grid .entry-summary {
  font-size: 13px;
  line-height: 18px;
}
