/*
  Theme Name:   GNetwork
  Theme URI:    https://api.gnetworkclub.com
  Description:  WordPress Theme & API. GNetwork is a platform where brands grow their communities with event ticketing, members marketplace and more.
  Author:       Vires Software
  Author URI:   https://viressoftware.com/
  Version:      2.2.0
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags:         
  Text Domain:  gnetwork
*/

p {
  margin-bottom: 1rem;
}

a,
.comment-full:hover > .reply > .comment-reply-link {
  color: white !important;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h4,
h6,
.h4,
.h6 {
  color: #fff;
}

.ff-sortsmill {
  font-family: 'Sorts Mill Goudy', serif;
  font-style: italic;
}

.ff-oswald,
.ff-oswald .elementor-heading-title {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 200;
}

.ff-playfair,
.ff-playfair .elementor-heading-title {
  font-family: 'Playfair Display', serif;
  font-style: normal;
}

.ff-raleway {
  font-family: 'Raleway', sans-serif;
}

.fs-0\.75x {
  font-size: 0.75rem !important;
}

.fs-1x {
  font-size: 1rem !important;
}

.fs-1\.25x {
  font-size: 1.25rem;
}

.fs-1\.5x {
  font-size: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-decoration-none {
  text-decoration: none;
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }  
}

.text-white,
a.text-white\:hover:hover,
a.text-white\:hover:focus {
  color: white !important;
}

.text-black {
  color: black !important;
}

.text-silver,
a.text-silver {
  color: silver !important;
}

.text-gray,
a.text-gray {
  color: #7f848a !important;
}

.text-bronze {
  color: #c19977;
}

.text-danger {
  color: #dc3545!important;
}

.text-success {
  color: #28a745!important;
}

.text-verified {
  color: #1DA1F2;
}

.text-brand {
  color: #e2b81b;
}

.bg-black {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

.border-white {
  border: 1px solid white;
}

.border-top-right-rounded {
  border-top-right-radius: 0.25rem;
}

.border-bottom-right-rounded {
  border-bottom-right-radius: 0.25rem;
}

.border-bottom-left-rounded {
  border-bottom-left-radius: 0.25rem;
}

.border-top-left-rounded {
  border-top-left-radius: 0.25rem;
}

.p-relative {
  position: relative;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }

  .d-md-none {
    display: none;
  }
}

.text-left {
  text-align: left;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-between {
  justify-content: space-between;
}

.h-100 {
  height: 100%;
}

.p-3 {
  padding: 1rem !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem;
}

.pr-3,
.px-3 {
  padding-right: 1rem;
}

.pr-5,
.px-5 {
  padding-right: 3rem;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem!important;
}

.pt-3,
.py-3 {
  padding-top: 1rem!important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem!important;
}

.pt-5,
.py-5 {
  padding-top: 3rem!important;
}

.m-0 {
  margin: 0!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem!important;
}

.mt-3,
.my-3 {
  margin-top: 1rem!important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem!important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem!important;
}

.ml-auto,
.mx-auto {
  margin-left: auto!important;
}

.mr-auto,
.mx-auto {
  margin-right: auto!important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem!important;
}

.mt-5,
.my-5 {
  margin-top: 3rem!important;
}

.border-y {
  border-top: 1px solid #C19977;
  border-bottom: 1px solid #C19977;
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.05);
}

.btn.has-inner-text {
  padding: 0;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-transparent {
  background-color: transparent;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-outline-black {
  background-color: transparent;
  color: black;
  border: 1px solid black;
}

.table {
  color: #fff;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-9by16 {
  padding-bottom: 177.77%; /* 16 / 9 * 100% */
  position: relative;
}

.embed-responsive-9by16 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed,
.embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.btn-gold {
  color: #000 !important;
  background-image: -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) 3%, rgba(255, 238, 170, .1) 3.75%),
  -webkit-repeating-linear-gradient(left, rgba(170, 153, 85, 0) 0%, rgba(170, 153, 85, 0) 2%, rgba(170, 153, 85, .03) 2.25%),
  -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) .6%, rgba(255, 238, 170, .15) 1.2%),
  linear-gradient(180deg, #a95 0%, 
  #fea 47%, 
  #dc8 53%,
  #fea 100%) !important;
  /*font-family: 'Sorts Mill Goudy', serif !important;*/
  font-family: 'Playfair Display', serif !important;
  /*font-family: 'Raleway', sans-serif !important;*/
  /*font-style: italic !important;*/
  font-style: normal !important;
}

.edd-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.btn-silver {
  background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
  -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
  -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
  linear-gradient(180deg, hsl(0,0%,78%)  0%, 
  hsl(0,0%,90%) 47%, 
  hsl(0,0%,78%) 53%,
  hsl(0,0%,70%)100%) !important;
  color: #000 !important;
}

.btn-sm {
  font-size: 1rem;
  padding: 0.325rem 0.825rem;
}

a.button.vendor-dashboard-link {
  display: block;
  font-weight: normal !important;
  width: fit-content;
  clear: both;
  margin-bottom: 1rem;
}

a.button.vendor-dashboard-link:hover,
a.button.vendor-dashboard-link:focus {
  background-color: black !important;
}

.button.vendor-dashboard-link,
.button.vendor-dashboard-link:hover,
.button.vendor-dashboard-link:focus,
.btn-outline-white,
.btn-outline-white:hover,
.btn-outline-white:focus {
  color: white;
  border: 1px solid white !important;
}

.btn-white {
  background-color: white;
  color: black !important;
}

.btn-green {
  background-color: #32cd32;
  color: white;
}

.btn-black,
.btn-black:hover,
.btn-black:focus {
  background-color: black;
  color: white;
  border: 1px solid white !important;
}

.btn-outline-black,
.btn-outline-black:hover,
.btn-outline-black:focus {
  background-color: white;
  color: black !important;
  border: 1px solid black !important;
}

.btn-outline-green {
  background-color: white;
  color: #32cd32 !important;
  border: 1px solid #32cd32 !important;
}

#commentform input#submit,
.btn-outline-orange {
  color: white;
  border: 1px solid #FFAB2D !important;
}

.btn-outline-silver,
.btn-outline-silver:hover
.btn-outline-silver:focus {
  color: silver;
  border: 1px solid silver !important;
}

.btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-private,
.badge-public {
  background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 6%, hsla(0,0%,100%, .1) 7.5%), -webkit-repeating-linear-gradient(left, hsla(0,0%, 0%,0) 0%, hsla(0,0%, 0%,0) 4%, hsla(0,0%, 0%,.03) 4.5%), -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%), linear-gradient(180deg, hsl(0,0%,78%) 0%, hsl(0,0%,90%) 47%, hsl(0,0%,78%) 53%, hsl(0,0%,70%)100%) !important;
  color: #000 !important;
  text-transform: uppercase;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-success,
.badge-going {
  color: #fff;
  background-color: #28a745;
}

.badge-danger,
.badge-not_going {
  color: #fff;
  background-color: #dc3545;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.125);
  background-clip: border-box;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
}

.card-img-top_wrap video,
.card-img-top {
  background-color: black;
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.member-card,
.event-card {
  border: none;
}

.event-card .card-body,
.member-card .card-body {
  background-color: white;
  color: black;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.member-card .card-img-top_wrap,
.event-card .card-img-top_wrap {
  position: relative;
  height: 24rem;
}

.member-card .card-img-top_wrap {
  height: 24rem;
}

.event-card .card-img-top_wrap {
  height: 20rem;
  overflow: hidden;
  background-color: black;
}

.member-card:not(.have-banner-video):hover .card-img-top_wrap:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.member-card .card-img-top_wrap .badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.member-card .card-img-top_wrap .card-title {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  font-style: italic;
  color: white;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 0.5rem;
  z-index: 2;
}

.member-card img {
  height: 24rem;
  object-fit: cover;
}

.member-card .card-img-top_wrap button {
  display: none;
  width: max-content;
  height: max-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 2;
}

.member-card:not(.have-banner-video):hover .card-img-top_wrap button {
  display: inline-block;
  opacity: 1;
}

.member-card .member-card-video {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 768px) {
  .member-card {
    width: fit-content;
    margin: 0 auto;
  }

  .member-card .card-img-top_wrap,
  .member-card .card-img-top_wrap img {
    height: 18rem;
    width: 18rem;
  }
}

@media (min-width: 992px) {
  .member-card {
    width: 100%;
  }

  .member-card .card-img-top_wrap,
  .member-card .card-img-top_wrap img {
    height: 18rem;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .member-card .card-img-top_wrap,
  .member-card .card-img-top_wrap img {
    height: 16rem;
  }
}

.event-card:not(.have-banner-video):hover .card-img-top_wrap:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.event-card .card-img-top_wrap .badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.event-card .card-img-top_wrap .card-title {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  font-style: italic;
  color: white;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 0.5rem;
  z-index: 2;
}

.event-card img {
  height: 24rem;
  object-fit: cover;
}

.event-card .card-img-top_wrap button {
  display: none;
  width: max-content;
  height: max-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 2;
}

.event-card:not(.have-banner-video):hover .card-img-top_wrap button {
  display: inline-block;
  opacity: 1;
}

.event-card .event-card-video {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}

.card-img-top_wrap iframe {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .event-card {
    width: fit-content;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .event-card {
    width: 100%;
  }
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-label {
  margin-bottom: 0;
}

.form-control,
textarea#comment,
#commentform input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.dokan-store #content,
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .dokan-store #content,
  .container {
    max-width: 540px;
  }  
}

@media (min-width: 768px) {
  .dokan-store #content,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .dokan-store #content,
  .container {
    max-width: 960px;
  }  
}

@media (min-width: 1200px) {
  .dokan-store #content,
  .container {
    max-width: 1140px;
  }
}

/*
 * Bootstrap Grid - Files are enqueued so no need for grid classes
 *
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;  
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, 
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, 
.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, 
.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, 
.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1,
.col-auto {
  -webkit-box-flex: 0;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;  
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;  
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;  
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;  
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

@media (min-width: 768px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;  
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
 
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66%;
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
}
*/

.w-100 {
  width: 100%;
}

body {
  background-color: black;
  color: white;
}

@media (max-width: 860px) {
  .secondary-navigation {
    padding: 0;
  }
}

#info-bar {
  display: none;
}

#top-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.topNavAnnouncements_container {
  color: #c19977
}

/*
#topNavAnnouncements {
  font-family: 'Playfair Display', serif;
}
*/

.topNavAnnouncements_container .prev,
.topNavAnnouncements_container .next {
  position: absolute;
  top: -0.25rem;
  background-color: transparent;
  color: white;
  height: 2rem;
  padding: 0;
  z-index: 9;
}

.topNavAnnouncements_container .prev {
  left: 1rem;
}

.topNavAnnouncements_container .next {
  right: 1rem;
}

/*#top-mobile-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}*/

header .top-mobile-nav_logo {
  /*height: 2rem;*/
  height: 2.5rem;
}

#top-mobile-nav .v-affiliate-activity-notifs-bell .v-unread-count {
  font-size: 0.75rem;
  color: black;  
  width: 1rem;
  height: 1rem;
  top: -0.25rem;
  left: -0.25rem;
}

#top-mobile-nav .navbar-toggler {
  position: relative;
  top: 0.25rem;
  padding: 0;
  border: none;
  border-radius: 0;
}

#top-mobile-nav .navbar-toggler:focus {
  outline: none;
  box-shadow: none !important;
}

#top-mobile-nav .navbar-toggler .icon-bar {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 0;
  background-color: white;
  transition: all 0.2s;
  margin-top: 8px;
}

#top-mobile-nav .navbar-toggler .icon-bar:first-child {
  margin-top: 0;
}

#top-mobile-nav .navbar-toggler .icon-bar:last-child {
  margin-bottom: 2px;
}

#top-mobile-nav .navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

#top-mobile-nav .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

#top-mobile-nav .navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

#top-mobile-nav .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

#top-mobile-nav .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

#top-mobile-nav .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

#top-mobile-nav .navbar-toggler:not(.collapsed) .icon-bar:first-child,
#top-mobile-nav .navbar-toggler:not(.collapsed) .icon-bar:last-child {
  position: relative;
  width: 36px;
  left: 6px;
  top: 1px;
}

#top-mobile-nav .navbar-toggler:not(.collapsed) .icon-bar:first-child {
  margin-top: 0;
}

#masthead .site-branding img {
  height: 3.5rem;
  width: 3.5rem;
  object-fit: contain;
}

@media (min-width: 861px) {
  #masthead .site-branding img {
    height: 4rem;
    width: 4rem;
  }

  #masthead .nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }  
}

#masthead .nav-menu a {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
}

#masthead .nav-menu a:hover,
#masthead .nav-menu a:focus {
  text-shadow: 0 0 6px #FF2C00, 0 0 20px #FFAB2D;
}

#masthead .gig-affiliate-activity-notifs-dropdown .v-unread-count {
  color: black !important;
  width: 1.25rem;
  height: 1.25rem;
  top: -0.5rem;
  left: -0.5rem;
}

#masthead .gig-affiliate-activity-notifs-dropdown .gig-activity-bell {
  height: 1.25rem;
  width: 1.25rem;
}

.site-description,
main {
  color: white;
}

#content {
  background-color: black !important;
  /*padding: 1rem 2rem 0;*/
  padding: 0;
}

@media (max-width: 600px) {
  #site-navigation .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    font-size: 1rem;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    background-color: black;
    margin-bottom: 1rem;
  }

  .menu-toggle + div[class*="menu-"] {
    background: #000;
  }

  #menu-main .menu-item a {
    border-top: 1px solid white;
  }

  #menu-main .menu-item:last-child a {
    border-bottom: 1px solid white;
  }
}

/*
 * Header Left Sidebar
 */
#leftSidebarMenu .modal-dialog {
  margin: 0;
}

#leftSidebarMenu .modal-dialog .modal-header {
  display: flex;
  align-items: center;
  /*height: 6rem;*/
  height: 5rem;
}

#leftSidebarMenuTitle {
  color: white;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2pt;
}

#leftSidebarMenu .modal-dialog .modal-content {
  height: 100vh;
  width: 80%;
  border: none;
  border-radius: 0;
}

#leftSidebarMenu .card-header a {
  display: block;
  text-align: left;
}

#leftSidebarMenu .card-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#leftSidebarMenu a:hover,
#leftSidebarMenu a:focus {
  color: #fff;
}

#leftSidebarMenu .card-header .btn-link {
  color: #fff;
  word-wrap: break-word;
  white-space: inherit;  
}

#leftSidebarMenu .card-header .btn-link,
#leftSidebarMenu .card-header .btn-link:focus {
  text-decoration: none;
}

#leftSidebarMenu .card-header .btn-link .fa-chevron-down {
  transition: 500ms;
}

#leftSidebarMenu .card-header .btn-link[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.leftSidebarMenu_children {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  list-style: none;
  padding-left: 0;
}

#leftSidebarMenu .modal-dialog .modal-content {
  background-color: black;
}

.leftSidebar_children {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-left: 0;  
}

.leftSidebar_children a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

footer.site-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer.site-footer a {
  color: silver !important;
}

footer.site-footer a:hover,
footer.site-footer a:focus {
  text-shadow: 0 0 6px #FF2C00, 0 0 20px #FFAB2D;
}

footer.site-footer .page-inner {
  text-align: center;
}

.footer-left-navigation,
.footer-right-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  column-gap: 1rem;
  justify-content: center;  
  list-style: none;
  margin-left: 0;
  text-align: center;
  padding: 0;
}

@media (min-width: 992px) {
  .footer-left-navigation,
  .footer-right-navigation {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
  .footer-left-navigation {
    justify-content: center;
  } 
  /*
  .footer-right-navigation {
    justify-content: end;
  }
  */
}

#footer-sticky-menu {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  background-color: black;
  padding: 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 2;
}

#footer-sticky-menu a {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

#footer-sticky-menu a.active {
  cursor: default;
  opacity: 0.5;
}

#footer-sticky-menu img {
  position: relative;
  top: -0.25rem;  
  height: 1rem;
}

#footer-sticky-menu a.footer-sticky-menu_profile img {
  top: -0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  background-color: white;
  border-radius: 50%;
  object-fit: cover;
}

@media (min-width: 992px) {
  #footer-sticky-menu {
    display: none;
  }
}

#home-hero {
  background-color: black;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #C19977;
  border-bottom: 1px solid #C19977;
}

#home-hero img.center-img {
  object-fit: contain;  
  max-width: 100%;
  height: 8rem;
  margin: 0 auto;
}

#home-logos img.home-logo {
  display: block;
  height: 16rem;
  object-fit: contain;  
  margin: 0 auto;
}

#edd_checkout_form_wrap {
  color: white;
}

#edd_checkout_form_wrap a {
  color: white;
}

.edd-blocks-form__cart .edd-blocks-cart__action-remove,
.edd-blocks-form__cart .edd_discount_remove {
  background-color: white;
  opacity: 1;
  border-radius: 50%;
}

#edd_login_submit,
#edd_register_form .button[name="edd_register_submit"] {
  font-size: 1rem;
  height: 3rem;
  width: 100%;
}

.hentry .entry-title {
  color: white;
}

.hentry .entry-title a {
  color: #fff;
}

#secondary {
  background: #000;
  color: white;
}

#members-only {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /*border-top: 1px solid #C19977;
  border-bottom: 1px solid #C19977;*/
}

#members-only img.center-img {
  height: 8rem;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
}

#member-banner {
  background-image: url('./assets/img/fancy-cushion.png');
}

#member-banner {
  position: relative;
  background-position: center;
  background-color: #141414;
  height: 24rem;
  border-radius: 0.5rem;
}

.member-banner_avatar-wrap button.media-img_wrap {
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .member-banner_avatar-wrap {
    position: absolute;
    bottom: -3rem;
    left: 1rem;
    width: 16rem;
    z-index: 2;
    border-radius: 0.5rem;
  }

  .member-banner_avatar-wrap {
    left: 2rem;
  }  
}

.member-banner_avatar {
  height: 6rem;
  width: 6rem;
  object-fit: cover;
  background-color: black;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .member-banner_avatar {
    height: 16rem;
    width: 100%;
    object-fit: cover;
    background-color: black;
    border-radius: 0.5rem;
  }

  #member-details {
    margin-top: 0;
  }
}

#member-banner_socials {
  display: flex;
  column-gap: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

@media (min-width: 992px) {
  #member-banner_socials {
    top: initial;
    bottom: 1rem;
  }
}

#member-banner_socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black !important;
  height: 2rem;
  width: 2rem;
  text-decoration: none;
  border-radius: 50%;
}

#member-banner label .fa-spinner,
#member-banner_mobile label .fa-spinner {
  display: none;
}

#member-banner label[for="member-banner-image"],
#member-banner label[for="member-banner_avatar-image"] {
  position: absolute;
  top: auto;
  left: auto;
  right: -0.5rem;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background-color: lightgray;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.125rem solid white;
  border-radius: 50%; 
}

/*#member-banner_mobile label[for="member-banner_avatar-image"]*/

@media (min-width: 768px) {
  #member-banner label[for="member-banner-image"],
  #member-banner label[for="member-banner_avatar-image"] {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: none;
  }

  #member-banner label[for="member-banner-image"]:hover,
  #member-banner label[for="member-banner_avatar-image"]:hover {
    opacity: 1;
  }  
}

#profile-myfeed:checked ~ #profile-myfeed_content,
#profile-details:checked ~ #profile-details_content,
#profile-shop:checked ~ #profile-shop_content,
#profile-events:checked ~ #profile-events_content,
#profile-my-assets:checked ~ #profile-my-assets_content {
  display: block;
}

.gatsby-tabs_section {
  display: none;
  padding: 1rem;
  border: 1px solid #ddd;
  overflow: hidden;
}

#edd_subscription_receipt .entry-content table th,
#edd_subscription_receipt .entry-content table td {
  background: black;
}

.edd-lost-password a {
  color: white;
}

.wp-block-search__inside-wrapper button {
  color: white;
  border: 1px solid white;
}

#loginform input[type=text],
#loginform input[type=password] {
  width: 100%;
  max-width: 100%;
}

#loginform input#wp-submit {
  width: 100%;
}

#loginform p {
  display: flex;
  row-gap: 0.5rem;
  flex-direction: column;
}

.edd_download_title a {
  color: #000000 !important;
  text-decoration: none;
}

.vendd-download-information .product-link {
  color: #000000 !important;
  background: #dec37b;
  border-radius: 50%;
  padding: 0.375rem;
}

li.vendd-details-list-item {
  background-color: black !important;
}

ul.edd-cart li {
  background-color: black;
}

#store-front, .entry-content .edd_downloads_list {
  background: transparent !important;
}

.edd_download .edd_download_button_hover {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.25);
}

.edd_download:hover .edd_download_button_hover,
.edd_download:focus .edd_download_button_hover {
  display: flex;
}

.edd_download .edd_download_inner {
  background-color: black;
}

.edd_download_image {
  background-color: white;
}

.edd_download_image img {
  width: 100%;
  object-fit: cover;
  height: 16rem;
}

.vendd-download-information {
  height: 100%;
  background-color: black;
  color: white;
  border-radius: 0.25rem;
}

.edd_download_title {
  margin-bottom: 0.5rem;
}

.edd_download_title a {
  color: #fff !important;
  text-decoration: none;
}

.edd_download_full_content p:last-child,
.edd_download_excerpt p:last-child {
  color: white;
}

@media (min-width: 992px) {
  #create-account-form {
    max-width: 50vw;
    margin: 0 auto;
  }
}

.form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  width: 100%;
}

.form-group label {
  cursor: pointer;
  margin-bottom: 0;
}

.form-group .form-group-icon {
  cursor: pointer;
}

.form-group .form-group-icon_end {
  position: absolute;
  top: 1.75rem;
  right: 0.25rem;
  z-index: 1;
}

.form-group .eye-visibility-show,
.form-group .eye-visibility-hide {
  height: 2rem;
  font-size: 2rem;
}

.form-group .form-group-icon.invisible-p .eye-visibility-show {
  display: block;
}

.form-group .form-group-icon.invisible-p .eye-visibility-hide {
  display: none;
}

.form-group .form-group-icon.visible-p .eye-visibility-show {
  display: none;
}

.form-group .form-group-icon.visible-p .eye-visibility-hide {
  display: block;
}

label[disabled] {
  cursor: default !important;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

label.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

button[type="submit"][disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e) !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
  display: none;
  width: 100%;
  font-size: .875em;
  font-weight: bold;
  color: #dc3545;
}

#age-verify_inputs-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 0.5rem;
}

.age-verify_div {
  position: relative;
  top: 0.5rem;
  height: 2.5rem;
}

input[type="password"] {
  letter-spacing: 2pt;
}

#sc-event-ticketing-modal-attendee-list .form-control {
  height: auto;
}

#create-new-profile-status_wrap {
  position: relative;
  border-radius: 10px;
}

#create-new-profile-status_wrap .profile-avatar {
  width: 100%;
  height: 3rem;
  border-radius: 0.25rem;
  object-fit: contain;
}

#create-new-profile-status_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 4rem;
  color: #c19a77;
  z-index: 1;
}

#profile-statuses_listing {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.profile-status-card {
  border: none;
}

.profile-status-card_name-time-wrap {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
}

.profile-status-card_name-time-wrap img {
  height: 4rem;
  width: 4rem;
  object-fit: cover;
  border-radius: 0.25rem;
}

.profile-status-card .card-title {
  font-size: 1rem;
}

.btn-profile-status_like,
.btn-profile-status_like:hover,
.btn-profile-status_like:focus {
  background-color: white;
}

.btn-profile-status_like[disabled] {
  cursor: default;
}

.profile-status-card_actions {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 0.5rem;  
}

@media (min-width: 768px) {
  .profile-status-card_actions {
    align-items: end;
  }  
}

#commentform label {
  cursor: pointer;
}

.comment-footer {
  background-color: transparent;
}

.comment-meta .fn {
  color: white;
}

a#cancel-comment-reply-link {
  border-radius: 0.25rem;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
}

#page {
  background-color: black;
  max-width: initial !important;
}

.input-group-text {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(33, 37, 41);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap: nowrap;
  background-color: rgb(233, 236, 239);
  padding: 0.375rem 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(206, 212, 218);
  border-image: initial;
  border-radius: 0.25rem;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > .form-control, .input-group > .form-select {
  position: relative;
  width: 1%;
  min-width: 0px;
  flex: 1 1 auto;
  border-bottom: 0px;
}

.input-group-text {
  padding: 10px 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#member-banner .member-banner_loader,
#member-banner .member-banner_avatar-wrap_loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  background-color: #000000 !important;
  border-radius: 0.5rem;
  background-image:     
      linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0)
      ) !important;
  background-size: 40px 100% !important;
  background-repeat: no-repeat !important;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite !important;
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

#member-banner .member-banner_loader.loading,
#member-banner .member-banner_avatar-wrap_loader.loading {
  display: block;
}

.wp-core-ui .button-primary {
  border: none;
  height: 3rem;
  font-size: 1rem;
  font-weight: bold;
}

#event-banner.banner {
  position: relative;
  background-position: center;
  background-color: #141414;
  height: 24rem;
  border-radius: 0.5rem;
}

#event-about:checked ~ #event-about_content,
#event-comments:checked ~ #event-comments_content {
  display: block;
}

#gatsby-event-right-sidebar {
  display: flex;
  row-gap: 1rem;
  flex-direction: column;  
}

.single-sc_event main article.sc_event {
  margin-top: 10rem;  
}

@media (max-width: 767px) {
  #event-banner.banner {
    height: initial !important;
  }

  #event-banner {
    background-image: none;
  }
}

.event-banner_featured-wrap {
  border-radius: 0.5rem;
}

.event-banner_featured-img,
.event-banner_featured-video {
  width: 100%;
  object-fit: cover;
  background-color: white;
  border-radius: 0.5rem;
}

.event-banner_featured-video {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;  
}

@media (min-width: 576px) {
  .event-banner_featured-wrap {
    width: 16rem;
  }
}

@media (min-width: 768px) {
  .event-banner_featured-wrap {
    position: absolute;
    left: 1rem;
    bottom: -3rem;
    z-index: 2;
    border-radius: 0.5rem;
  }

  .event-banner_featured-img {
    height: 16rem;
  }

  .single-sc_event main article.sc_event {
    margin-top: 0;  
  }
}

#member-attendance_listing {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 0;
  margin-bottom: 0;
}

.member-attendance-item {
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid silver;
  border-radius: 0.25rem;
}

.member-attendance-item a {
  text-decoration: none;
}

.member-attendance-item_profile {
  height: 3rem !important;
  width: 3rem;
  object-fit: cover;
  border-radius: 50%;
}

#member-attendance_listing .member-attendance-item:nth-child(n+13) {
  display: none;
}

@media (min-width: 992px) {
  #member-attendance_listing {
    flex-direction: row;
    column-gap: 2rem;
    flex-wrap: wrap;
  }
}

#sc-event-ticketing-wrap > .container {
  padding-left: 0;
  padding-right: 0;
}

#sc-event-ticketing-price-wrap input[type="number"] {
  height: 2.875rem;
  text-align: center;
  border: 1px solid #eee;
}

.load-more-guest-btn {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

#event-banner_buttons {
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  row-gap: 1rem;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  #event-banner_buttons {
    top: initial;
    bottom: 1rem;
    column-gap: 1rem;
    flex-direction: row;
  }
}

#gatsbyLogin .password-field {
  position: relative;
}

#gatsbyLogin .toggle-password {
  position: absolute;
  top: 1.75rem;
  right: 0;
  height: 2.75rem;
  cursor: pointer;
  color: blue;
  padding: 0.5rem;
}

.archive.woocommerce .product .button {
  width: 100%;
  text-align: center;
  background-color: black;
  text-transform: capitalize;
  font-size: 1rem;
  text-shadow: 0 0 6px #FF2C00, 0 0 20px #FFAB2D;
  border: 1px solid white;
  border-radius: 0.25rem;
}

.woocommerce form .form-row {
  display: flex;
  flex-direction: column;
}

.woocommerce form .form-row label {
  cursor: pointer;
}

.woocommerce-account header.entry-header .entry-title {
  font-family: 'Playfair Display', serif !important;
  text-align: center;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  text-align: center;
  border: solid 1px white;
  color: white;
  background-color: transparent;
  text-transform: capitalize;
}

.woocommerce-info a {
  color: black !important;
}

.woocommerce-checkout div#payment {
  background-color: transparent;
  border: 1px solid white;
}

.col2-set .col-2 {
  max-width: initial;
}

.GooglePayButton-logo {
  border: 1px solid white;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  text-transform: capitalize;
  font-size: 1.25rem;
  background-color: black;
  color: white !important;
  text-transform: capitalize;
  border: 1px solid white;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button::before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button::before {
  content: "";
  filter: blur(6px);
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  background: linear-gradient(45deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, #FF5722 20%, #FF9800 30%, #FF5722 40%, #FF9800 50%, #FF5722 60%, #FF9800 70%, #FF5722 80%, #FF9800 90%, rgb(255, 0, 0) 100%) 0% 0% / 300% 300%;
  border-radius: 0.25rem;
  transition-property: opacity;
  transition-duration: 2s;
  z-index: 1;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button::after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button::after {
  content: "Checkout";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  text-shadow: 0 0 6px #FF2C00, 0 0 20px #FFAB2C;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  margin: auto;
  z-index: 2;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: black;
  color: white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  background-color: black;
  color: white !important;
  border: 1px solid white;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
  }
}

.woocommerce-MyAccount-content a.button {
  background-color: transparent;
  border: 1px solid white;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
  margin: 1rem 0;
}

.mce-toolbar .mce-btn button:hover {
  background-color: transparent;
}

.cart .single_add_to_cart_button {
  height: 2.75rem;
  text-transform: capitalize;
}

.wcpv-sold-by-single {
  margin: 1rem 0;
}

.entry-content table th,
.comment-content table th,
.entry-content table td,
.comment-content table td {
  background-color: transparent;
}

dt {
  background-color: black;
}

.cart .product-price {
  display: block;
  color: white;
  padding: 9px 12px !important;
  border-radius: 0;
}

.summary #wc-stripe-payment-request-wrapper {
  border: 1px solid white;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.summary .product_meta .sku_wrapper {
  display: none;
}

/*
 * Dookan
 */
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
  background: black;
}

.dokan-panel {
  background-color: black;
}

input[type='submit'].dokan-btn,
a.dokan-btn,
.dokan-btn {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.dokan-message,
.dokan-info,
.dokan-error {
  background-color: black;
}

.dokan-alert-info a {
  color: black !important;
}

.dokan-product-listing-area .dokan-w12 {
  display: none;
}

.dokan-edit-row {
  background: black;
}

.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header {
  background-color: black;
  border: 1px solid white;
}

.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down {
  background-color: black;
  border: 1px solid white;
}

.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning {
  color: black;
}

.dokan-bank-settings-template .bottom-actions a {
  color: black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li
{
  background: -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) 3%, rgba(255, 238, 170, .1) 3.75%),  -webkit-repeating-linear-gradient(left, rgba(170, 153, 85, 0) 0%, rgba(170, 153, 85, 0) 2%, rgba(170, 153, 85, .03) 2.25%),  -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) .6%, rgba(255, 238, 170, .15) 1.2%),  linear-gradient(180deg, #a95 0%,   #fea 47%,   #dc8 53%,  #fea 100%) !important;
  opacity: .7;
}

.woocommerce div.product .woocommerce-tabs ul li.active
{
  opacity: 1;
}

.woocommerce-tabs .additional_information_tab,
.woocommerce-tabs .seller_tab
.woocommerce-tabs .more_seller_product_tab {
  display: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background: -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) 3%, rgba(255, 238, 170, .1) 3.75%),  -webkit-repeating-linear-gradient(left, rgba(170, 153, 85, 0) 0%, rgba(170, 153, 85, 0) 2%, rgba(170, 153, 85, .03) 2.25%),  -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) .6%, rgba(255, 238, 170, .15) 1.2%),  linear-gradient(180deg, #a95 0%,   #fea 47%,   #dc8 53%,  #fea 100%) !important;
}

.woocommerce .star-rating span {
  color: #f5e4a0;
}

#gig-affiliate-reg_address-group,
#gig-affiliate-reg_address2-group,
#gig-affiliate-reg_city-state-zip-row,
#gig-affiliate-reg_country-group {
  display: none;
}

.gig-btn-primary {
  color: #000 !important;
  background-image: -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) 3%, rgba(255, 238, 170, .1) 3.75%), -webkit-repeating-linear-gradient(left, rgba(170, 153, 85, 0) 0%, rgba(170, 153, 85, 0) 2%, rgba(170, 153, 85, .03) 2.25%), -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) .6%, rgba(255, 238, 170, .15) 1.2%), linear-gradient(180deg, #a95 0%, #fea 47%, #dc8 53%, #fea 100%) !important;
  width: 100%;
  border: none;
}

#create-new-profile-status_alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
}

@media (min-width: 768px) {
  #create-new-profile-status_alert {
    flex-direction: row;
  }
}

#create-new-profile-status_wrap .wp-editor-wrap {
  border: none;
}

/*.event-gallery .row,
.gallery-grid .row {
  row-gap: 0.25rem;
}*/

.event-gallery .row [class*="col-"],
.gallery-grid .row [class*="col-"] {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.event-gallery .event-gallery_img-wrap {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.event-gallery .event-gallery_img-wrap .fa-tag {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.event-gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#eventGalleryModal {
  padding-top: 4rem;
}

#eventGalleryModal .event-gallery-modal_img-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#eventGalleryModal img {
  max-height: calc(100vh - 24rem);
  object-fit: contain;
}

@media (min-width: 992px) {
  #eventGalleryModal img {
    max-height: calc(100vh - 24rem);
  }
}

@media (min-width: 1200px) {
  #eventGalleryModal img {
    max-height: calc(100vh - 14rem);
  }
}

.event-gallery-modal_img-wrap .img-tag,
#mediaModal .img-tag {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-gallery-modal_img-wrap .img-tag::after,
#mediaModal .img-tag::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5rem;
  border: 0.5rem solid black;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
}

.event-gallery-modal_img-wrap .img-tag_text,
#mediaModal .img-tag_text {
  width: 8rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.25rem;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position the tooltip above the tag */
  left: 50%;
  margin-left: -4rem;
  transition: opacity 0.3s;
}

#eventGalleryModal button.close,
#mediaModal button.close {
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  opacity: 1;
  z-index: 9;
}

#eventGalleryModal .btn-event-gallery-modal {
  background-color: lightgray;
}

#eventGalleryModal .event-gallery-modal_right-sidebar-inner {
  row-gap: 1rem;
  display: flex;
  flex-direction: column;
}

.img-responsive_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.img-responsive_wrap:before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.img-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive .product .price {
  color: #fff !important;
  font-size: 1.25em;
  font-weight: bold;
}

.archive .product:hover .price,
.archive .product:focus .price {
  text-shadow: 0 0 6px #32cd32, 0 0 20px #32cd32;
}

.product .price {
  color: #4CAF50;
}

button.woocommerce-form-login__submit[type="submit"] {
  margin-right: 0 !important;
  width: 100%;
  min-height: 2.5rem;
}

.woocommerce a.button.wc-backward {
  font-size: 1rem;
  background-color: black;
  border: 1px solid white;
  color: white;
  text-transform: capitalize;
}

.profilestatus_content-restricted,
.product-event-content_restricted {
  position: relative;
}

.restricted_card {
  /*background-color: rgba(255, 255, 255, 0.125);*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  backdrop-filter: blur(0.25rem) brightness(75%);;
  -webkit-backdrop-filter: blur(0.25rem) brightness(75%);;
}

.restricted_card-inner {
  background-color: black;
  position: absolute;
  top: calc(50% - 5rem);
  left: 0;
  right: 0;
  width: calc(100% - 2rem);
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .restricted_card-inner {
    width: 75%;
    max-width: 28rem;
  }  
}

.edit-account button.woocommerce-Button {
  width: 100%;
  font-size: 1rem;
  color: white;
  background-color: black;
  border: 1px solid white;
  border-radius: 0.25rem;
  margin-top: 1rem;
}

.product .woocommerce-LoopProduct-link img {
  width: 100%;
  object-fit: cover;
}

.product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .woocommerce-LoopProduct-link .price {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/*
 * Login
 */
#loginModalForm_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
}

#loginModal.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
}

.form-outline {
  position: relative;
  min-height: 4.25rem;
}

.form-outline label {
  position: absolute;
  top: 1.125rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  transition: all 0.25s linear;
  cursor: pointer;
  margin-bottom: 0;
}

.form-outline label.focused {
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.75rem;
}

.form-outline input.form-control,
.form-outline textarea.form-control {
  width: 100%;
  min-height: 3.875rem;
  background-color: white;
  border-radius: 0.25rem;
  border: 0.0625rem solid #000;
  padding: 1.75rem 0.5rem 0.5rem;
}

.form-outline .field-icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.form-outline .field-icon .eye-visibility-show,
.form-outline .field-icon .eye-visibility-hide {
  height: 2rem;
  font-size: 2rem;
}

.form-outline .field-icon.invisible-p .eye-visibility-show {
  display: block;
}

.form-outline .field-icon.invisible-p .eye-visibility-hide {
  display: none;
}

.form-outline .field-icon.visible-p .eye-visibility-show {
  display: none;
}

.form-outline .field-icon.visible-p .eye-visibility-hide {
  display: block;
}

.modal-backdrop {
  background-color: white;
}

.cart_item td.product-name dl.variation {
  display: flex;
  align-items: baseline;
  margin: 0;
}

.cart_item td.product-name dl dt,
.cart_item td.product-name dl dd {
  border: 0px;
}

.woocommerce-cart table.cart td {
  border: 0px;
}

.woocommerce-cart table.cart .cart_item {
  border-bottom: 1px solid white;
}

.wp-pagenavi {
  text-align: center;
  font-size: 1rem;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
}

ul#productEventTabs,
ul#myProfileTab {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  ul#productEventTabs,
  ul#myProfileTab {
    margin-left: 0;
    margin-right: 0;
  }
}

#productEventTabs .nav-item,
#myProfileTab .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

#myProfileTab.nav-tabs .nav-link,
#productEventTabs.nav-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  text-transform: uppercase;
  opacity: 0.5;
  color: white;
  border-radius: 0;
}

#productEventTabs.nav-tabs .nav-link:focus,
#productEventTabs.nav-tabs .nav-link:hover,
#myProfileTab.nav-tabs .nav-link:focus,
#myProfileTab.nav-tabs .nav-link:hover {
  border: none;
}

#productEventTabs.nav-tabs .nav-item.show .nav-link,
#productEventTabs.nav-tabs .nav-link.active,
#myProfileTab.nav-tabs .nav-item.show .nav-link,
#myProfileTab.nav-tabs .nav-link.active {
  background-color: transparent;
  color: white;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  opacity: 1;
}

#productEventTabs .nav-item .nav-link,
#myProfileTab .nav-item .nav-link {
  width: 100%;
}

#myProfileTabContent .tab-pane {
  padding: 1rem 0;
}

#comments {
  margin: 0;
}

#comments,
#respond,
.comments-area,
#wpdcom.wpd-dark {
  background: black;
  color: white;
}

#mediaModal .modal-content {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  /*overflow: hidden;*/
}

#mediaModal button.close {
 left: 1rem;
}

.media_img-wrap .fa-tag {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.modal-content .btn-circle {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 2.5rem;
  height: 2.5rem;
}

.media-modal_img-wrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  min-height: 50vh;
  max-height: calc(100vh - 2rem);
  margin: auto;
}

.media-modal_tagging-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 0.5rem;
}

.media-modal_img-outer-wrap.is-taggable {
  cursor: pointer;
}

.media-modal_tagging-search_group {
  position: absolute;
  width: 12rem;
  margin-left: -6rem;
  background-color: white;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.media-modal_img-outer-wrap:not(.is-taggable) .media-modal_tagging-search_group {
  display: none !important;
}

.media-modal_right-sidebar-inner {
  row-gap: 1rem;
  display: flex;
  flex-direction: column;
}

.btn-img-media-modal {
  background-color: lightgray;
}

.media-modal_tagging-search_results {
  overflow-y: auto;
  max-height: 12rem;
}

.media-modal_tagging-search_results .list-group-item {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding: 0.25rem;
  color: black !important;
}

.media-modal_tagging-search_results .list-group-item img {
  height: 2rem;
  width: 2rem;
  object-fit: cover;
  border-radius: 50%;
}

.member-card img.money-icon {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  object-fit: contain;  
}

/*
@media (max-width: 767px) {
  .single-product :not(#single-product_container) .btn.single_add_to_cart_button {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem) !important;
  }  
}
*/

.btn-media-modal_tagging-enable {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}

@media (min-width: 992px) {
  .btn-media-modal_tagging-enable {
    top: 1rem;
    right: 1rem;
    bottom: initial;
    left: initial;
  }  
}

.btn-media-modal_tagging-enable .fa-user {
  background-color: rgba(0, 0, 0, 0.5);
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5;
  border-radius: 50%;
}

.liked-by {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.liked-by img {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  object-fit: cover;
}

.liked-by img + img {
  margin-left: -1rem;
}

.fa-heart {
  color: #ff3041;
}

@media (min-width: 576px) {
  #mediaModal button.btn-media-modal-nav {
    position: absolute;
    top: 50%;
    z-index: 999;
  }

  #mediaModal button.btn-media-modal-prev {
    left: 1rem;
  }

  #mediaModal button.btn-media-modal-next {
    right: 1rem;
  }  
}

@media (min-width: 992px) {
  #mediaModal button.btn-media-modal-prev {
    left: -4rem;
  }

  #mediaModal button.btn-media-modal-next {
    right: -4rem;
  }  
}

.media-modal_comment {
  overflow-y: auto;
  max-height: calc(100vh - 12rem);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}

.multi-colored-outline:before {
  /* background: linear-gradient(270deg, #defeff, #b1e7fa, #3887a6, #9c27b0, #ff5722, #ff9800, #ffeb3b); */
  background: linear-gradient(130deg, #3887a6, #3887a6, #9c27b0, #ffeb3b, #ff9800, #ff5722);
  background-size: 1200% 1200%;
  -webkit-animation: BGColorAnimation 30s ease infinite;
  -moz-animation: BGColorAnimation 30s ease infinite;
  animation: BGColorAnimation 30s ease infinite;
}

.multi-colored-outline-hover-none:hover:before {
  display: none;
}

.animated-background {
  /* background: linear-gradient(270deg, #defeff, #b1e7fa, #3887a6, #9c27b0, #ff5722, #ff9800, #ffeb3b); */
  background: linear-gradient(130deg, #3887a6, #3887a6, #9c27b0, #ffeb3b, #ff9800, #ff5722);
  background-size: 1200% 1200%;
  -webkit-animation: BGColorAnimation 30s ease infin
  -moz-animation: BGColorAnimation 30s ease infinite;
  animation: BGColorAnimation 30s ease infinite;
}

@-webkit-keyframes BGColorAnimation {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

@-moz-keyframes BGColorAnimation {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

@keyframes BGColorAnimation {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.multi-colored-shadow-hover-only {
  filter: blur(6px);
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  background-color: #FFAB2D;
  background: linear-gradient(45deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, #FF5722 20%, #FF9800 30%, #FF5722 40%, #FF9800 50%, #FF5722 60%, #FF9800 70%, #FF5722 80%, #FF9800 90%, rgb(255, 0, 0) 100%) 0% 0% / 300% 300%;
  border-radius: 0.25rem;
  transition-property: opacity;
  transition-duration: 2s;
  opacity: 0;
}

.multi-colored-green-shadow-hover-only {
  filter: blur(6px);
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  background-color: #32cd32;
  background: linear-gradient(45deg, #32cd32 0%, #009688 10%, #32cd32 20%, #009688 30%, #32cd32 40%, #009688 50%, #32cd32 60%, #009688 70%, #32cd32 80%, #009688 90%, #32cd32 100%) 0% 0% / 300% 300%;
  border-radius: 0.25rem;
  transition-property: opacity;
  transition-duration: 2s;
  opacity: 0;
}

.btn.btn-show-shadow .multi-colored-shadow-hover-only,
.btn.btn-show-shadow .multi-colored-green-shadow-hover-only {
  opacity: 1;
}

.btn:focus .multi-colored-shadow-hover-only,
.btn:hover .multi-colored-shadow-hover-only,
.btn:focus .multi-colored-green-shadow-hover-only,
.btn:hover .multi-colored-green-shadow-hover-only {
  /*animation: BGColorAnimation 3s ease infinite;*/
  opacity: 1;
}

.text-glow-orange,
.text-glow-orange-hover:hover,
.text-glow-orange-hover:focus {
  text-shadow: 0 0 6px #FF2C00, 0 0 20px #FFAB2D;
  color: #fff;
}

.text-glow-green {
  text-shadow: 0 0 6px #32cd32, 0 0 20px #32cd32;
  color: #fff;
}

.btn-inner-text {
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}

.btn.btn-show-shadow .btn-inner-text,
.btn:hover .btn-inner-text,
.btn:focus .btn-inner-text {
  background-color: rgba(0, 0, 0, 0.75);
}

.btn-green.btn-show-shadow .btn-inner-text {
  background-color: rgba(50, 205, 50, 0.75);
}

.btn .hover\:text-white,
.hover\:text-white {
  color: #fff;
}

.lity a {
  color: #000000 !important;
}

.gatsby-double-heading {
  position: relative;
  margin-bottom: 2rem;
  z-index: 1;
}

.gatsby-divider-left {
  left: 0;
}

.gatsby-divider-left {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 21px;
  height: 21px;
  transform: translateY(100%);
  color: white;
}

.gatsby-divider-left_bronze {
  color: #c19977;
}

.gatsby-divider-left span {
  position: absolute;
  z-index: 1;
  width: inherit;
  height: inherit;
  left: inherit;
}

.gatsby-divider-left:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 1px;
  top: 10px;
  background-color: white;
  opacity: 0.6;
  left: 100%;
  margin-left: -1px;
}

.gatsby-divider-left_bronze:after {
  background-color: #c19977;
}

.gatsby-divider-left span:before {
  width: 70.75%;
  height: 70.75%;
  left: 3px;
  top: 3px;
  border: 1px solid white;
}

.gatsby-divider-left_bronze span:before {
  border: 1px solid #c19977;
}

.gatsby-divider-left span:before,
.gatsby-divider-left span:after {
  content: "";
  position: absolute;
  z-index: 1;
  transform: rotate3d(0, 0, 1, 45deg);
}

.gatsby-divider-left span:after {
  width: 41%;
  height: 41%;
  left: 7px;
  top: 6px;
  background-color: white;
}

.gatsby-divider-left_bronze span:after {
  width: 41%;
  height: 41%;
  left: 7px;
  top: 6px;
  background-color: #c19977;
}

body.archive.author .v-accordion-item-content {
  background-color: #000000;
}

.single-product.elementor-template-full-width .cart .single_add_to_cart_button {
  background-color: #32CD32 !important;
  background-image: none !important;
  color: white !important;
  font-weight: bold;
  margin-left: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 2pt !important;
}


button.woocommerce-form-login__submit[type="submit"],
.dokan-add-product-link a.dokan-btn,
.product .summary .single_variation_wrap .single_add_to_cart_button {
  position: relative;
  background-color: black;
  color: rgba(0, 0, 0, 0);
  text-transform: capitalize;
  border: 1px solid white;
}

button.woocommerce-form-login__submit[type="submit"] {
  margin-top: 1rem;
}

button.woocommerce-form-login__submit[type="submit"]::before,
.dokan-add-product-link a.dokan-btn::before,
.product .summary .single_variation_wrap .single_add_to_cart_button::before {
  content: "";
  filter: blur(6px);
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  background: linear-gradient(45deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, #FF5722 20%, #FF9800 30%, #FF5722 40%, #FF9800 50%, #FF5722 60%, #FF9800 70%, #FF5722 80%, #FF9800 90%, rgb(255, 0, 0) 100%) 0% 0% / 300% 300%;
  border-radius: 0.25rem;
  transition-property: opacity;
  transition-duration: 2s;
  z-index: 1;
}

button.woocommerce-form-login__submit[type="submit"]:focus::before,
button.woocommerce-form-login__submit[type="submit"]:hover::before,
.dokan-add-product-link a.dokan-btn:focus::before,
.dokan-add-product-link a.dokan-btn:hover::before,
.product .summary .single_variation_wrap .single_add_to_cart_button:focus::before,
.product .summary .single_variation_wrap .single_add_to_cart_button:hover::before {
  animation: BGColorAnimation 3s ease infinite;
  opacity: 1;
}

button.woocommerce-form-login__submit[type="submit"]::after,
.dokan-add-product-link a.dokan-btn::after,
.product .summary .single_variation_wrap .single_add_to_cart_button::after {
  content: "Login";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  text-shadow: 0 0 6px #FF2C00, 0 0 20px #FFAB2C;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  margin: auto;
  z-index: 2;
}

.dokan-add-product-link a.dokan-btn::after {
  content: "Add New Product";
  font-weight: bold;
  line-height: 1.75rem;
}

.product .summary .single_variation_wrap .single_add_to_cart_button::after {
  content: "Add to Cart";
  font-weight: bold;
  line-height: 1.75rem;
}

.woocommerce-ordering select.orderby {
  background-color: black;
  color: white;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
}

#bulk-product-action.dokan-btn {
  color: white !important;
  background-color: black !important;
  font-size: 0.825rem;
  border-color: white;
}

@media (min-width: 768px) {
  #masthead .gig-affiliate-activity-notifs-dropdown .v-affiliate-activity-notifs-bell {
    margin-right: 0.5rem;
  }  
}

form.post-password-form {
  color: white;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

form.post-password-form p:last-child {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

form.post-password-form p:last-child label {
  display: flex;
  flex-direction: column;
  text-align: left;
}

form.post-password-form input[type="submit"] {
  border: 1px solid white;
}

.woocommerce.archive #primary,
.woocommerce-shop #primary {
  float: none;
  padding-right: 0;
  width: 100%;
}

#events-listing {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.event-card_wide img.event-card-wide_img {
  width: 100%;
  height: initial;
}

.event-preview-list {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

img.event-user-list-preview_img {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  object-fit: cover;
}

img.event-user-list-preview_img + img.event-user-list-preview_img {
  margin-left: -0.5rem;
}

@media (min-width: 992px) {
  .event-card_wide img.event-card-wide_img {
    width: 100%;
    height: 26rem;
  }
}

button.media-img_wrap {
  border: none;
  padding: 0;
}

.wpd-form-wrap textarea#wc-textarea-0_0 {
  background-color: black;
  color: white;
  padding: 0.5rem !important;
}

.wc-field-submit label.wpd_label {
  display: none !important;
}

[wpd-tooltip="Admin"] {
  display: none !important;
}

.full-width-page-content-area {
  padding: 1rem 0;
}

.member-card_mobile-list {
  background-color: transparent !important;
  border: none;
}

.money-icon_wrap {
  padding: 0.0625rem; background-color: white; border-radius: 50%; width: fit-content;
}

.member-card_mobile-list_img {
  height: 5rem !important;
  width: 5rem !important;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .member-card_mobile-list_active {
    text-decoration: none;
    padding: 0.5rem;
    border: 1px solid white;  
  }

  .member-card_mobile-list .card-text {
    color: darkgray;
  }  
}

.v-ref-container.v-selected {
  padding: .82rem !important;
}

.v-ref-container.v-picker .v-ref-picker-results .v-ref-name {
  color: black;
}

/* ==========================================================================
   Pay for Order — two-column layout + Quick Order tabs
   ========================================================================== */

.woocommerce-order-pay {
  background-color: #000;
}

.gnetwork-order-pay-brand-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 1.25rem;
  background-color: #000;
  border-bottom: 1px solid #1a1a1a;
  box-sizing: border-box;
}

.gnetwork-order-pay-brand-header__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
}

.gnetwork-order-pay-brand-header__logo {
  display: block;
  height: 128px;
  object-fit: contain;
  width: 100%;
}

.woocommerce-order-pay main {
  position: relative;
  display: block;
  min-height: 100vh;
  background: #000;
  background-image: none;
}

.woocommerce-order-pay main > .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 20px 48px;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
}

.woocommerce-order-pay main h1,
.woocommerce-order-pay .entry-title {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  color: #fff;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .woocommerce-order-pay main {
    background: linear-gradient(to right, #000 58%, #111 58%);
  }

  .woocommerce-order-pay main > .container {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .woocommerce-order-pay main {
    background: linear-gradient(to right, #000 56%, #111 56%);
  }
}

.woocommerce-order-pay section.woocommerce-customer-details {
  display: none;
}

.woocommerce-order-pay form.gnetwork-order-pay {
  width: 100%;
  margin: 0;
}

.gnetwork-order-pay__layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  text-align: left;
}

.gnetwork-order-pay__info {
  flex: 1 1 auto;
  min-width: 0;
}

/* Compact total for mobile — visible above tabs so payers see amount first */
.gnetwork-order-pay-mobile-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
}

.gnetwork-order-pay-mobile-total__label {
  font-size: 0.8125rem;
  color: #a3a3a3;
  margin: 0 0 0.15rem;
}

.gnetwork-order-pay-mobile-total__order {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.gnetwork-order-pay-mobile-total__amount {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.gnetwork-order-pay__summary {
  flex: 1 1 auto;
  min-width: 0;
  background-color: #111;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 1.25rem 1.25rem 1.5rem;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .gnetwork-order-pay-mobile-total {
    display: none;
  }

  .gnetwork-order-pay__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    gap: 2.5rem;
    align-items: start;
  }

  .gnetwork-order-pay__info {
    padding-right: 0.5rem;
  }

  .gnetwork-order-pay__summary {
    position: sticky;
    top: 1.5rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0.25rem 0 1.5rem;
    min-height: auto;
  }
}

.woocommerce-order-pay .gnetwork-order-pay-cart {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 0 0 1.25rem;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__item + .gnetwork-order-pay-cart__item {
  padding-top: 1.25rem;
  border-top: 1px solid #2a2a2a;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__thumb {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #1a1a1a;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  box-sizing: border-box;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__thumb img,
.woocommerce-order-pay .gnetwork-order-pay-cart__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__details {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__name {
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  word-break: break-word;
  flex: 1 1 auto;
  min-width: 0;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__name .wc-item-meta {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  color: #a3a3a3;
}

.woocommerce-order-pay .gnetwork-order-pay-cart__total {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  text-align: right;
  flex: 0 0 auto;
  padding-top: 0;
}

.woocommerce-order-pay .gnetwork-order-pay-qty {
  display: inline-flex;
  align-items: stretch;
  width: fit-content;
  min-width: 6.75rem;
  height: 2.125rem;
  border: 1px solid #3a3a3a;
  border-radius: 999px;
  overflow: hidden;
  background: #1a1a1a;
  user-select: none;
  pointer-events: none;
}

.woocommerce-order-pay .gnetwork-order-pay-qty__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  color: #6b6b6b;
  font-size: 0.875rem;
  line-height: 1;
}

.woocommerce-order-pay .gnetwork-order-pay-qty__value {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 1.75rem;
  padding: 0 0.15rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  border-left: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}

.woocommerce-order-pay .gnetwork-order-pay-promo {
  margin: 0.25rem 0 1.5rem;
}

.woocommerce-order-pay .gnetwork-order-pay-promo__toggle {
  list-style: none;
  cursor: pointer;
  color: #00d66f;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.woocommerce-order-pay .gnetwork-order-pay-promo__toggle::-webkit-details-marker {
  display: none;
}

.woocommerce-order-pay .gnetwork-order-pay-promo__toggle::marker {
  content: '';
}

.woocommerce-order-pay .gnetwork-order-pay-promo__applied,
.woocommerce-order-pay .gnetwork-order-pay-promo__note {
  margin: 0.65rem 0 0;
  font-size: 0.875rem;
  color: #a3a3a3;
}

.woocommerce-order-pay .gnetwork-order-pay-totals {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-order-pay .gnetwork-order-pay-totals__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.45rem 0;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #e5e5e5;
}

.woocommerce-order-pay .gnetwork-order-pay-totals__label {
  font-weight: 400;
}

.woocommerce-order-pay .gnetwork-order-pay-totals__value {
  text-align: right;
  white-space: nowrap;
}

.woocommerce-order-pay .gnetwork-order-pay-totals__row--total {
  margin-top: 0.5rem;
  padding-top: 0.9rem;
  border-top: 1px solid #3a3a3a;
  font-size: 1.125rem;
  color: #fff;
}

.woocommerce-order-pay .gnetwork-order-pay-totals__row--total .gnetwork-order-pay-totals__label,
.woocommerce-order-pay .gnetwork-order-pay-totals__row--total .gnetwork-order-pay-totals__value {
  font-weight: 700;
}

/* Order Pay — Three-Step Tabs */
.gnetwork-order-pay-tabs {
  display: flex;
  gap: 0;
  margin: 0 0 1.75rem;
  border-bottom: 2px solid #2a2a2a;
  padding: 0;
}

.gnetwork-order-pay-tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  color: #a3a3a3;
  font-size: 0.9375rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s;
}

.gnetwork-order-pay-tab:hover {
  color: #fff;
}

.gnetwork-order-pay-tab--active {
  color: #fff;
  border-bottom-color: #00d66f;
  font-weight: 600;
}

.gnetwork-order-pay-tab__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #2a2a2a;
  color: #a3a3a3;
  font-size: 0.8125rem;
  font-weight: 600;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}

.gnetwork-order-pay-tab--active .gnetwork-order-pay-tab__num {
  background: #00d66f;
  color: #000;
}

.gnetwork-order-pay-tab-panel[hidden] {
  display: none !important;
}

.woocommerce-order-pay .form-row.woocommerce-invalid input,
.woocommerce-order-pay .form-row.woocommerce-invalid select {
  border-color: #b32d2e !important;
  outline: none;
}

.gnetwork-field-error {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: #b32d2e;
  font-weight: 500;
}

.gnetwork-tab-continue {
  display: block;
  width: 100%;
  background-color: #00d66f;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 0.85rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  margin-top: 1.5rem;
}

.gnetwork-tab-continue:hover {
  opacity: 0.92;
  background-color: #00d66f;
  color: #fff;
}

.gnetwork-order-pay-tab-panel .woocommerce-shipping-fields.gnetwork-order-pay-shipping,
.gnetwork-order-pay-tab-panel .woocommerce-billing-fields.gnetwork-order-pay-billing,
.gnetwork-order-pay-tab-panel .gnetwork-order-pay-same-as-shipping {
  border-bottom: 0;
  margin-bottom: 0;
}

/* Order Pay — Address Fields */
.woocommerce-shipping-fields.gnetwork-order-pay-shipping,
.woocommerce-billing-fields.gnetwork-order-pay-billing,
.gnetwork-order-pay-same-as-shipping {
  background-color: transparent;
  border-radius: 0;
  text-align: left;
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #2a2a2a;
}

.gnetwork-order-pay-same-as-shipping {
  padding-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.woocommerce-order-pay .gnetwork-order-pay-shipping h3,
.woocommerce-order-pay .gnetwork-order-pay-billing h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.gnetwork-order-pay-hint {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.9em;
}

.gnetwork-order-pay-billing-address[hidden] {
  display: none !important;
}

.woocommerce-order-pay #payment {
  text-align: left;
  margin-top: 0.5rem;
}

.woocommerce-order-pay #payment ul.payment_methods {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.woocommerce-order-pay #payment #place_order,
.woocommerce-order-pay #place_order {
  width: 100%;
  max-width: 100%;
  background-color: #00d66f !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 4px;
  padding: 0.85rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.woocommerce-order-pay #payment #place_order:hover,
.woocommerce-order-pay #place_order:hover {
  opacity: 0.92;
  background-color: #00d66f !important;
  color: #fff !important;
}

.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper p {
  color: #fff;
}

.woocommerce-order-pay #payment .payment_methods,
.woocommerce-order-pay #payment .payment_box {
  text-align: left;
}

.woocommerce-order-pay #payment div.payment_box {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 5px;
  padding: 1rem 1.1rem;
  color: #e5e5e5;
}

.woocommerce-order-pay #payment div.payment_box::before {
  display: none;
}

.gnetwork-order-pay-fallback-wrap {
  display: flex;
  justify-content: center;
  padding: 1rem 0 2rem;
}

.gnetwork-order-pay-fallback {
  max-width: 448px;
  width: 100%;
  background: #111827;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-sizing: border-box;
}

.gnetwork-order-pay-fallback__title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}

.gnetwork-order-pay-fallback__message {
  margin: 0 0 1.5rem;
  color: #d1d5db;
  font-size: 0.95rem;
  line-height: 1.5;
}

.gnetwork-order-pay-fallback__shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1.25rem;
  background: #00d66f;
  color: #000 !important;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.gnetwork-order-pay-fallback__shop:hover {
  opacity: 0.92;
  color: #000 !important;
}

.woocommerce-order-pay:has(.gnetwork-order-pay-fallback) main {
  background: #000;
}

.gnetwork-order-pay-login-shop {
  margin: 1rem 0 0;
  text-align: center;
}

.gnetwork-order-pay-login-shop a {
  color: #00d66f !important;
}