@charset "UTF-8";
:root {
  --s-nav-width: 100%;
}

h2 {
  font-size: 2.125rem;
}

.current-menu-item,
.current-menu-ancestor,
.current_page_item,
.current_page_ancestor,
.current-post-parent,
.current-post-ancestor {
  font-weight: normal;
}

.nav-toggle {
  position: absolute;
  left: calc(-100vw + 56px);
  padding: 0;
  z-index: 10000;
}

.site-branding {
  margin-left: 45px;
}

.glowCookies__banner .accept__btn__styles {
  padding: 13px 15px !important;
  font-size: 15px !important;
  background-color: #253b48 !important;
  color: #fff !important;
}
.glowCookies__banner .settings__btn__styles {
  padding: 13px 15px !important;
  font-size: 15px !important;
  background-color: #e8e8e8 !important;
  color: #636363 !important;
}

.entry-title {
  font-size: 0.875rem;
  font-weight: 700;
}

.posted-cat.-button {
  font-size: 0.75rem;
}
.posted-cat.-button a {
  padding: 0.35rem 0.7rem;
}

.posted-on {
  font-family: var(--s-heading);
  font-size: 0.75rem;
}

.entry-excerpt {
  font-family: var(--s-heading);
  font-size: 0.875rem;
  color: var(--s-text-2);
}

.line-clamp-2 .entry-title, .line-clamp-3 .entry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 .entry-title {
  -webkit-line-clamp: 2;
}
.line-clamp-3 .entry-title {
  -webkit-line-clamp: 3;
}

.modal-active .site-modal-bg {
  backdrop-filter: none;
  background-color: unset;
  z-index: 1;
}

@media (max-width: 1023px) {
  .s-grid {
    grid-gap: var(--s-space) 9px;
  }
  .site-header {
    position: unset;
    height: auto;
  }
  .site-header > .s-container {
    max-height: 60px;
  }
  .site-header > .site-nav {
    max-height: 40px;
    background: #000;
    border-top: 1px solid #fff;
  }
  .site-header > .site-nav .s-container {
    height: auto;
    padding: 0;
  }
  .site-header > .site-nav .s-nav > li:last-child > a {
    padding-right: 0;
  }
  .site-header > .site-nav .nav-panel {
    z-index: 1;
    overflow-x: unset;
  }
  .site-header > .site-nav .nav-panel .i-down {
    right: -25px;
    z-index: 99999;
  }
  .site-header > .site-nav .nav-panel .sub-menu {
    width: 100%;
    background: #000;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: unset;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    left: 0;
    top: 97px;
    width: 100vw;
  }
  .site-header-space {
    min-height: auto !important;
  }
  div.insert_ads-3.insert_ads > div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #ats-insert_ads-3 {
    margin-bottom: -15px;
    min-height: 100px;
    height: auto !important;
  }
}
.nav-panel a {
  font-size: 1.125rem;
}
.nav-panel.nav-top {
  padding-top: 60px;
}
.nav-panel.nav-top .s-nav {
  padding-top: 15px;
  border-top: 1px solid #fff;
}
.nav-panel.-right {
  height: auto;
  right: 0;
  position: relative;
  opacity: 1;
}
@media (max-width: 1023px) {
  .nav-panel.-right {
    padding: 60px 0 0 0;
    width: 100%;
    max-height: 40px;
    padding: 0;
  }
  .nav-panel.-right .s-nav {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: unset;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-panel.-right .s-nav li {
    text-transform: capitalize;
    white-space: nowrap;
  }
  .nav-panel.-right .s-nav li a {
    display: block;
    padding: 8px var(--s-space);
  }
}

.site-nav .nav-inline a {
  font-weight: 700;
}

.ticker {
  display: flex;
  align-items: center;
  min-height: 36px;
  background-color: var(--s-color-2);
  overflow-x: hidden;
}
.ticker .s-container {
  height: unset;
}
.site-header .ticker .s-container {
  padding-right: 0;
}
.ticker .heading {
  margin: 0 10px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  width: 70px;
  border-right: 1px solid #fff;
}
.ticker .wrap {
  width: calc(100% - 83px);
  overflow: hidden;
  box-sizing: content-box;
}
.ticker .wrap .items {
  display: inline-block;
  white-space: nowrap;
  box-sizing: content-box;
}
.ticker .wrap .items .item {
  display: inline-block;
  padding: 0 15px;
  font-size: 1rem;
  color: #fff;
  border-right: 1px solid #fff;
}

.s_social a {
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}
.s_social a svg {
  max-width: 21px;
  height: auto;
}

.ticker-items a {
  color: #fff;
}

.s-slider .s-dots .dot {
  margin: 0 4px;
}
.s-slider .s-dots .dot:after {
  height: 5px;
}
.s-slider .s-dots .dot.active:after {
  height: 5px;
  border-color: var(--s-color-2);
}

@media (max-width: 1023px) {
  .s-content {
    gap: 10px;
  }
}
.s-content-hero {
  background-color: #fff;
}
.s-content-hero .entry-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.entry-pic {
  overflow: hidden;
}

.entry-info {
  padding-bottom: 0;
}

.entry-info-hero {
  padding: 0 var(--s-space) var(--s-space);
}

.s-content-small .entry-title {
  font-size: 0.875rem;
  line-height: 1.4rem;
}
.s-content-small .posted-cat.-button a {
  font-size: 0.75rem;
}

.s-content-list {
  box-shadow: none;
}
.s-content-list .entry-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.content-list-small .entry-pic-list {
  min-height: 80px;
}

.s-content-large .entry-title {
  font-size: 2rem;
}

.entry-pic-list {
  min-width: 41%;
  min-height: 80px;
}

.entry-info-list {
  padding: 0 0 0 calc(var(--s-gap) / 2);
}

@media (max-width: 1023px) {
  .entry-readmore {
    display: none;
  }
}
.s-grid-5 > article:first-child {
  grid-area: 1/1/2/3;
}

.sec-invert .entry-title a {
  color: #fff;
}
.sec-invert .posted-on {
  color: #fff;
}
.sec-invert .s-content:hover h2 a {
  color: #fff;
}
.sec-invert .s-content-list {
  background: transparent;
}
.sec-invert-2 .posted-on {
  color: var(--s-text-2);
}

.sec-stories .entry-pic-caption {
  padding-top: 137% !important;
}

h1.page-title,
.page-template-default .page-header h1 {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
  border-left: 4px solid var(--s-color-2);
}

@media (max-width: 1023px) {
  .remove-last-m > article:last-child {
    display: none;
  }
}
/* == single == */
.video-wrapper {
  height: 100%;
  margin-top: calc(var(--s-space) / 2);
  margin-bottom: var(--s-space);
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.video-wrapper iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.single-video .title-space {
  height: 13px;
}

.single-cat {
  margin-bottom: 0;
}
.single-cat .posted-cat {
  justify-content: flex-start;
}
.single-cat .posted-cat.-button a {
  padding: 0 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.575rem;
  color: var(--s-text-1);
  background-color: transparent;
  border-left: 4px solid var(--s-color-2);
}

.s-title-minimal {
  text-align: left;
}
.s-title-minimal h1 {
  margin-top: 0;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.15rem;
}
.s-title-minimal .entry-excerpt {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  text-overflow: unset;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.single-content {
  font-size: 1.25rem;
}
.single-content p a {
  color: #0066ff;
}
.single-content .entry-share .share-container {
  text-align: center;
}
.single-content .entry-share .share-container > svg {
  margin-bottom: 5px;
}
.single-content .entry-share .seed-social {
  margin: 0;
  text-align: center;
}
.single-content .entry-share .seed-social > li {
  margin-right: 0;
  margin-bottom: 0;
  display: block;
}
.single-content .entry-share .seed-social a {
  padding: 0 0 20px;
  min-width: 100%;
  min-height: auto;
  align-items: flex-start;
  background-color: transparent;
}
.single-content .entry-share .seed-social svg {
  max-width: 20px;
  height: auto;
}
.single-content .entry-share .seed-social svg,
.single-content .entry-share .seed-social span {
  color: #000;
}
.single-content .entry-share .seed-social .text {
  display: none;
}
.single-content .entry-featured-image {
  margin-bottom: calc(var(--s-gap) / 2);
}
.single-content .entry-featured-image img {
  width: 100%;
}
@media (max-width: 1023px) {
  .single-content .entry-featured-image {
    margin-top: calc(var(--s-gap) * 1.5);
    margin-bottom: calc(var(--s-gap) / 2);
  }
}
.single-content .wp-block-image {
  margin-bottom: 1rem;
}
.single-content .wp-block-image figcaption {
  font-family: var(--s-heading);
  font-size: 0.875rem;
  color: var(--s-text-2);
}
.single-content .wp-block-quote {
  margin-top: var(--s-space);
  margin-bottom: var(--s-space);
  padding: 1rem;
  background-color: rgb(203, 12, 8);
  color: #fff;
}
.single-content .wp-block-quote:before {
  content: url("../img/blockquote.svg");
}
.single-content .wp-block-quote cite {
  display: flex;
  justify-content: flex-end;
  color: hsla(0, 0%, 100%, 0.6);
}
.single-content .wp-block-quote cite:before {
  content: "–";
  margin-right: 12px;
}
.single-content .image_alt {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-family: var(--s-heading);
  font-size: 0.875rem;
  color: var(--s-text-2);
}
.single-content .entry-info {
  padding-bottom: var(--s-gap);
}
.single-content .s-grid .entry-title {
  font-size: 1em;
}
.single-content .gb-headline {
  font-weight: 700;
}
.single-content .instagram-media {
  margin: 12px auto !important;
}

.single-meta .entry-author,
.single-meta .entry-publish {
  font-family: var(--s-heading);
  font-size: 0.875rem;
  color: var(--s-text-2);
}

@media (max-width: 1023px) {
  .single .site-sidebar {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.single .site-sidebar .widget {
  padding: 0;
}
@media (max-width: 1023px) {
  .single .site-sidebar .widget {
    margin-bottom: 20px;
  }
}

.widget-title {
  text-align: left;
  margin-bottom: var(--s-space);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 10px;
  border-left: 4px solid var(--s-color-2);
}

/* == more == */
.s-loading {
  text-align: center;
}

.s-readmore {
  display: block;
  text-align: center;
}
.s-readmore .button {
  display: inline-block;
  margin: 16px auto 8px;
  padding: 8px 24px;
  font-family: var(--s-heading);
  border: 1px solid var(--s-color-1);
  border-radius: 4px;
}
.sec-invert .s-readmore .button {
  border: 1px solid #fff;
}

.flowplayer-wrapper {
  display: none;
}

.flowplayer-embed-container {
  margin-top: 16px;
  margin-bottom: 16px;
}

.tiktok-embed {
  position: relative;
  display: block;
  width: 100%;
  margin: 18px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.15;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}

.bigfact-title,
.bigfact-description {
  font-family: var(--s-heading);
}

.bigfact-title {
  font-weight: 700;
}

.bigfact-description {
  margin-bottom: calc(var(--s-gap) / 2);
}

.two-post {
  margin-bottom: 20px;
}
.two-post p.summary {
  display: none;
}

.tree-post p.summary {
  display: none;
}

.code-block.code-block-9 {
  width: 70%;
}

.page-id-466 .site-header-space {
  margin-bottom: 0 !important;
}
.page-id-466 #ats-insert_ads-13-wrapper {
  background: #e92a63 !important;
}

.page-id-566 .site-header-space {
  margin-bottom: 0 !important;
}
.page-id-566 #ats-insert_ads-13-wrapper {
  background: #000 !important;
}

.page-id-537439 .entry-title a {
  color: #000 !important;
}
.page-id-537439 .posted-on {
  color: var(--s-text-2);
}
.page-id-537439 a.page-numbers {
  color: #000;
}
.page-id-537439 span.page-numbers.current {
  background: #000;
}
