:root {
  --urlwp-header-surface: #15181f;
  --urlwp-main-surface: #252b38;
  --urlwp-accent: #fead00;
  --urlwp-action: #ffa500;
  --urlwp-copy: #fff;
  --urlwp-muted: #f1f1f1;
  --urlwp-content-width: 1280px;
}

html,
body {
  overflow-x: clip;
}

body,
#wrapper,
#main {
  background: var(--urlwp-main-surface);
  color: var(--urlwp-copy);
  font-family: Roboto, sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
}

#wrapper,
#main {
  max-width: none;
  width: 100%;
}

body p,
body li,
body blockquote,
#wrapper,
#main {
  color: var(--urlwp-copy);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--urlwp-accent);
  font-family: Roboto, sans-serif !important;
  font-weight: 700;
}

body a {
  color: var(--urlwp-accent);
}

#header,
#header .header-wrapper,
#header .header-main,
#header .header-bg-color {
  background: var(--urlwp-header-surface);
}

#header .header-main {
  height: 70px;
  min-height: 70px;
}

#header .header-inner {
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 30px);
}

#header #logo {
  height: 70px;
  margin-right: 30px;
  width: 200px;
}

#header #logo img {
  border-radius: 5px;
  height: 70px;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

#header .top-divider {
  display: none;
}

.urlwp-header-aux {
  display: block;
}

.urlwp-header-aux-menu {
  align-items: center;
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.urlwp-header-aux-menu li {
  align-items: center;
  display: flex;
  margin: 0;
}

.urlwp-header-aux-menu li + li::before {
  background: rgb(255 255 255 / 10%);
  content: "";
  display: block;
  height: 30px;
  margin: 0 16.5px;
  width: 1px;
}

.urlwp-header-aux-menu a {
  color: #fff;
  font-size: 13.6px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
  padding: 10px 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.urlwp-header-actions {
  align-items: center;
  display: flex;
  gap: 0;
  white-space: nowrap;
}

.urlwp-header-actions .urlwp-action {
  align-items: center;
  background: transparent;
  border: 2px solid var(--urlwp-action);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 13.6px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1.6;
  margin: 0 5px;
  padding: 10px 40px;
  text-transform: none;
}

.urlwp-header-actions .urlwp-action-primary {
  color: var(--urlwp-action);
}

#header .header-bottom,
#wide-nav {
  background: var(--urlwp-header-surface);
  height: 50px;
  min-height: 50px;
}

#wide-nav > .flex-row {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 30px);
}

#header .header-bottom-nav {
  min-height: 40px;
}

#header .header-bottom-nav > li {
  margin-left: 11px;
  margin-right: 11px;
}

#header .header-bottom-nav > li > a {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17.6px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 16px;
  padding: 10px 0;
}

#header .header-bottom-nav > li > a .ux-menu-icon {
  height: 20px;
  margin-right: 5px;
  object-fit: contain;
  width: 20px;
}

#header .header-bottom-nav > li.active > a,
#header .header-bottom-nav > li > a:hover {
  color: #f7a52b;
}

#header .nav-dropdown {
  background: var(--urlwp-header-surface);
  border-color: var(--urlwp-accent);
}

#header .nav-dropdown a {
  color: #fff;
}

.urlwp-content-container,
.urlwp-entry-content {
  margin: 0;
  max-width: none;
  padding: 0 !important;
  width: 100%;
}

.urlwp-entry-content > :first-child {
  margin-top: 0;
}

.urlwp-front-page .slider-wrapper,
.urlwp-front-page .slider,
.urlwp-front-page .slider .img,
.urlwp-front-page .slider .img-inner,
.urlwp-front-page .slider img {
  display: block;
  max-width: none;
  width: 100%;
}

.urlwp-front-page .slider img {
  aspect-ratio: 1920 / 500;
  height: auto;
  object-fit: cover;
}

.urlwp-front-page .row {
  max-width: 1250px;
}

.urlwp-front-page .row.custom-display {
  height: 6px;
  min-height: 6px;
  overflow: auto;
}

.urlwp-entry-content h1 {
  font-size: 27.2px;
  line-height: 1.3;
  margin-bottom: .5em;
}

.urlwp-entry-content h2 {
  font-size: 25.6px;
  line-height: 1.3;
  margin-bottom: .5em;
}

.urlwp-entry-content h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: .5em;
}

.urlwp-front-page .row.hide-for-medium > .col > .col-inner {
  padding-top: 15px;
}

.urlwp-entry-content p {
  margin-bottom: 1.3em;
}

.urlwp-entry-content img,
.taxonomy-description img,
.entry-content img {
  height: auto;
  max-width: 100%;
}

.urlwp-entry-content figure,
.taxonomy-description figure,
.entry-content figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}

.urlwp-entry-content figcaption,
.taxonomy-description figcaption,
.entry-content figcaption {
  color: var(--urlwp-muted);
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.urlwp-entry-content table,
.taxonomy-description table,
.entry-content table {
  border-collapse: collapse;
  display: table;
  max-width: 100%;
  width: 100%;
}

.urlwp-entry-content th,
.urlwp-entry-content td,
.taxonomy-description th,
.taxonomy-description td,
.entry-content th,
.entry-content td {
  border: 1px solid rgb(255 255 255 / 30%);
  padding: .5em;
}

.page-wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}

.archive-page-header > .row,
.blog-wrapper > .row,
.blog-single > .row {
  max-width: var(--urlwp-content-width);
}

.rank-math-breadcrumb {
  padding: 0 30px;
  width: 100%;
}

.rank-math-breadcrumb p {
  margin-bottom: 1.3em;
}

.archive-page-header .large-12.col {
  padding-left: 30px;
  padding-right: 30px;
}

.archive-page-header .page-title {
  color: var(--urlwp-accent);
  font-size: 18.4px;
  line-height: 1.2;
  margin-bottom: .5em;
}

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

.taxonomy-description h1,
.taxonomy-description h2 {
  color: var(--urlwp-accent);
  font-size: 25.6px;
  line-height: 1.3;
}

.taxonomy-description h3 {
  color: var(--urlwp-accent);
  font-size: 20px;
}

.blog-wrapper .large-9.col {
  flex-basis: 75%;
  max-width: 75%;
  padding: 0 30px 30px;
}

.blog-wrapper .post-sidebar {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 30px 30px;
}

.blog-archive .post-item {
  flex-basis: 100%;
  max-width: 100%;
}

.blog-archive .box-blog-post {
  align-items: center;
  display: flex;
}

.blog-archive .box-image {
  flex: 0 0 40%;
  width: 40% !important;
}

.blog-archive .box-text {
  padding: 15px;
}

.blog-archive .post-title,
.blog-archive .post-title a,
.widget-title,
.widget-title span {
  color: var(--urlwp-accent);
}

.blog-single .entry-title {
  color: var(--urlwp-accent);
  font-size: 27.2px;
  line-height: 1.3;
}

.blog-single .entry-content.single-page {
  padding: 24px 0;
}

.blog-single .large-9.col {
  flex-basis: 75%;
  max-width: 75%;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-single .post-sidebar {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 30px 30px;
}

.urlwp-footer,
body.urlwp-stage-clone-theme #footer {
  background: var(--urlwp-header-surface);
  color: #fff;
}

.urlwp-footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 3fr 2fr 2fr 5fr;
  margin: 0 auto;
  max-width: 1250px;
  padding: 30px 15px;
}

.urlwp-footer,
.urlwp-footer p,
.urlwp-footer li,
body.urlwp-stage-clone-theme #footer,
body.urlwp-stage-clone-theme #footer p,
body.urlwp-stage-clone-theme #footer li {
  color: #fff;
}

.urlwp-footer h2,
.urlwp-footer h3,
body.urlwp-stage-clone-theme #footer h2,
body.urlwp-stage-clone-theme #footer h3 {
  color: var(--urlwp-accent);
}

.urlwp-footer-logo {
  max-height: 100px;
  object-fit: contain;
  width: 180px;
}

.urlwp-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.urlwp-footer-menu a {
  color: #fff;
  display: block;
  padding: 5px 0;
}

.urlwp-copyright,
body.urlwp-stage-clone-theme #footer .absolute-footer {
  background: #11141a;
  color: rgb(255 255 255 / 65%);
  font-size: 14.4px;
  padding: 10px 15px 15px;
  text-align: center;
}

body.urlwp-stage-clone-theme #footer .absolute-footer {
  padding-left: 0;
  padding-right: 0;
}

body.urlwp-stage-clone-theme #footer > .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
}

.urlwp-source-fixed-ad,
.gift-fixed,
.thumb-gift {
  display: none !important;
}

.urlwp-front-page .row.show-for-medium .fasc-button {
  align-items: center;
  background: #f00 !important;
  border: 0;
  border-radius: 99px !important;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  animation: shockwaveJump 1s ease-out infinite;
}

.urlwp-front-page .row.show-for-medium .small-12 .fasc-button {
  width: 68.333333%;
}

.urlwp-front-page .row.show-for-medium .fasc-button::before,
.urlwp-front-page .row.show-for-medium .fasc-button::after {
  border-radius: 16px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.urlwp-front-page .row.show-for-medium .fasc-button::before {
  box-shadow: 0 0 12px rgb(250 70 70 / 18%), inset 0 0 12px rgb(250 70 70 / 18%);
}

.urlwp-front-page .row.show-for-medium .fasc-button::after {
  box-shadow: 0 0 16px rgb(250 70 70 / 28%), inset 0 0 16px rgb(250 70 70 / 28%);
}

@keyframes shockwaveJump {
  0%,
  100% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.08);
  }
}

@media (max-width: 849px) {
  #header .header-main {
    height: 70px;
    min-height: 70px;
  }

  #header .header-inner {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  #header #logo {
    height: 70px;
    margin: 0;
    width: 200px;
  }

  #header #logo img {
    height: 70px;
    margin: 0 auto;
    max-height: 70px;
    object-position: center;
  }

  #header .header-bottom {
    display: none;
  }

  .urlwp-header-actions,
  .urlwp-header-aux {
    display: none;
  }

  .urlwp-front-page .hide-for-medium {
    display: none !important;
  }

  .urlwp-front-page .show-for-medium {
    display: flex !important;
  }

  .urlwp-front-page > .urlwp-content-container {
    padding-top: 30px;
  }

  .urlwp-front-page .row {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }

  .urlwp-front-page .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .urlwp-front-page .row.custom-display {
    height: 6px;
    min-height: 6px;
  }

  .urlwp-entry-content h1,
  .blog-single .entry-title {
    font-size: 22.4px;
  }

  .urlwp-entry-content h2,
  .taxonomy-description h1,
  .taxonomy-description h2 {
    font-size: 19.2px;
  }

  .archive-page-header > .row,
  .blog-wrapper > .row,
  .blog-single > .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .blog-wrapper .large-9.col,
  .blog-wrapper .post-sidebar,
  .blog-single .large-9.col,
  .blog-single .post-sidebar {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-archive .box-blog-post {
    align-items: stretch;
  }

  .urlwp-footer-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  body.urlwp-stage-clone-theme #footer > .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 549px) {
  .urlwp-footer-grid {
    grid-template-columns: 1fr;
  }
}
