@charset "UTF-8";
/*
Theme Name: Vi Spelar Rollspel 2025
Author: Erika Lundell

 */
/*
MIXINS

Här samlas olika SCSS-funktioner som kan inkluderas i övriga filer med @include.
https://sass-lang.com/documentation/at-rules/mixin

*/
/* GENERAL
Generella regler och marginaler, samt resets
 */
html {
  font-size: 100%;
}

* {
  border: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  padding: 0;
  text-rendering: auto;
}

body {
  box-sizing: border-box;
  font-family: "Manrope";
  line-height: 1.5;
  overflow-x: hidden;
}

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

.alignleft,
.alignright {
  height: auto;
  max-width: 47%;
}

.alignnone {
  float: none;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
  display: block;
  margin: 1.5rem auto;
}

.mobile-only {
  display: none;
}
@media all and (max-width: 1023.9px) {
  .mobile-only {
    display: block;
  }
}

/* Generella marginaler */
#main {
  position: relative;
}

.container,
.breadcrumbs ul.trail-items {
  margin: auto;
  max-width: calc(1480px + 3.25rem + 3.25rem);
  padding: 0 1.875rem;
  position: relative;
  width: 100%;
}
@media all and (min-width: 768px) {
  .container,
.breadcrumbs ul.trail-items {
    padding: 0 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .container,
.breadcrumbs ul.trail-items {
    padding: 0 3.25rem;
  }
}

.layout-post-list,
.podcast-categories,
.layout-body-text {
  padding: 1.875rem 0;
}
@media all and (min-width: 412px) {
  .layout-post-list,
.podcast-categories,
.layout-body-text {
    padding: 2.5rem 0;
  }
}
@media all and (min-width: 768px) {
  .layout-post-list,
.podcast-categories,
.layout-body-text {
    padding: 3.75rem 0;
  }
}

.overlay {
  position: relative;
}
.overlay::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.inverted {
  color: #fff;
}

.layout-hero_image {
  padding: 0;
}

.site-footer {
  padding: 2.5rem 0;
}
@media all and (min-width: 768px) {
  .site-footer {
    padding: 3.75rem 0;
  }
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: #241C23 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gloock";
  font-weight: 400;
}

.button,
.powerpress_links a {
  border: 1px solid #241C23;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-family: "Manrope";
  font-size: 0.75rem;
  font-weight: 900;
  padding: calc(.75em - 2px) 1.25em;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .button,
.powerpress_links a {
    font-size: 0.875rem;
  }
}
.button i,
.powerpress_links a i {
  margin-left: 0.5em;
}

.button--pink {
  background: #ff00ff;
  border-color: #ff00ff;
  color: #fff;
}

.button--black {
  background: #241C23;
  border-color: #241C23;
  color: #fff;
}

.powerpress_links a,
.button--white {
  background: #fff;
  color: #111;
}

.button--ghost {
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff;
}

.heading {
  line-height: 1.3;
}

.heading--hero {
  font-size: 2.37rem;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}
@media all and (min-width: 1024px) {
  .heading--hero {
    font-size: 2.75rem;
  }
}
@media all and (min-width: 1366px) {
  .heading--hero {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.heading--section {
  font-size: 2.37rem;
  text-align: center;
  text-shadow: 2px 2px 0 #241C23;
}
@media all and (min-width: 1024px) {
  .heading--section {
    font-size: 2.75rem;
  }
}

/*
.heading--post {
  margin-bottom:1.5rem;
  font-size:1.33rem;
  @media all and (min-width:$xl-min) {
      font-size:1.78rem;
    margin-bottom:1rem;
  }
}
 */
p {
  margin-bottom: 1.5em;
}

.site-branding {
  left: 0;
  padding: 1rem 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media all and (min-width: 768px) {
  .site-branding {
    padding: 1.5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .site-branding {
    padding: 2.5rem 0;
  }
}

.site-branding__logo {
  display: block;
  width: 100px;
}
@media all and (min-width: 1366px) {
  .site-branding__logo {
    width: 150px;
  }
}
.site-branding__logo img {
  height: auto;
  width: 100%;
}

.navigation-overlay__container {
  height: 100%;
  pointer-events: all;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transform: translate(calc(100% + 10px), 0);
  -ms-transform: translate(calc(100% + 10px), 0);
  transform: translate(calc(100% + 10px), 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1.25s cubic-bezier(0.79, 0.22, 0.17, 1);
  -moz-transition: 1.25s cubic-bezier(0.79, 0.22, 0.17, 1);
  transition: 1.25s cubic-bezier(0.79, 0.22, 0.17, 1);
}
.navigation-overlay__container.nav-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 999;
}

.menu-toggle,
.menu-button-wrapper {
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  pointer-events: all;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
}

.menu-button-wrapper {
  border-radius: 50%;
  background: #000;
  width: 3.5rem;
  height: 3.5rem;
}

.menu-open {
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: auto;
  right: auto;
}

.menu-open.hamburger-menu-static {
  height: 1.25rem;
  width: 1.875rem;
}
.menu-open.hamburger-menu-static span {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.menu-open.hamburger-menu-static::before, .menu-open.hamburger-menu-static::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: rotate(0deg);
  width: 100%;
}
.menu-open.hamburger-menu-static::before {
  top: 0;
}
.menu-open.hamburger-menu-static::after {
  bottom: 0;
}

.menu-close.hamburger-menu-static {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.5rem;
  justify-content: center;
  top: 2rem;
  width: 2.5rem;
  z-index: 1;
}
.menu-close.hamburger-menu-static::before, .menu-close.hamburger-menu-static::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.menu-close.hamburger-menu-static::before {
  transform: rotate(45deg);
}
.menu-close.hamburger-menu-static::after {
  transform: rotate(-45deg);
}
@media all and (min-width: 1366px) {
  .menu-close.hamburger-menu-static {
    height: 3rem;
    width: 3rem;
  }
}

.navigation-overlay__logo {
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  width: 100px;
}

.navigation-overlay__menu {
  list-style: none;
  overflow-y: scroll;
  padding-bottom: calc(100px + 1.5rem);
  width: 100%;
}

.navigation-overlay__menu .menu-item a {
  display: block;
  text-decoration: none;
}

.navigation-overlay__menu .menu-item-has-children > a {
  position: relative;
}
.navigation-overlay__menu .menu-item-has-children > a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "";
  position: absolute;
  right: 0;
  top: 0.375rem;
}
@media all and (min-width: 1366px) {
  .navigation-overlay__menu .menu-item-has-children > a::after {
    top: 0.5rem;
  }
}
.navigation-overlay__menu .menu-item-has-children.open > a::after {
  content: "";
}
.navigation-overlay__menu .sub-menu {
  display: none;
}

/*
 *  Funktionell styling slutar här
 */
.navigation-overlay__container {
  background: #241C23;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 100%;
}
@media all and (min-width: 768px) {
  .navigation-overlay__container {
    width: auto;
  }
}

.navigation-overlay__menu {
  justify-content: center;
  padding: 6rem 1.875rem 1.875rem 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .navigation-overlay__menu {
    padding: 6rem 2.5rem 2.5rem 2.5rem;
  }
}
@media all and (min-width: 1024px) {
  .navigation-overlay__menu {
    padding: 6rem 3.75rem;
  }
}
.navigation-overlay__menu .menu-item {
  font-family: "Manrope";
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media all and (min-width: 768px) {
  .navigation-overlay__menu .menu-item {
    text-align: left;
  }
}
.navigation-overlay__menu .menu-item a {
  color: #fff;
  display: block;
  text-decoration: none;
}
@media all and (pointer: fine) {
  .navigation-overlay__menu .menu-item a:hover {
    color: #ff00ff;
  }
}
.navigation-overlay__menu .menu-item-has-children {
  position: relative;
}
.navigation-overlay__menu .menu-item-has-children::after {
  right: 0;
  top: 0.375rem;
}
@media all and (min-width: 1366px) {
  .navigation-overlay__menu .menu-item-has-children::after {
    top: 0.5rem;
  }
}
.navigation-overlay__menu .sub-menu {
  border-left: 2px solid #707070;
  display: none;
  padding-top: 0.5rem;
}
.navigation-overlay__menu .sub-menu li {
  font-size: 1rem;
  margin: 0;
  padding: 0 0 0.5rem 1rem;
}
@media all and (min-width: 1366px) {
  .navigation-overlay__menu .sub-menu li {
    font-size: 1.375rem;
    padding: 0 0 0.75rem 1.5rem;
  }
}

@media all and (max-width: 1023.9px) {
  .hero {
    padding-top: 10rem;
  }
}

.hero {
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.layout-hero {
  padding: 0 !important;
}

.hero__content-wrapper {
  border: 4px solid black;
  margin: auto auto -25px auto;
  max-width: 800px;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  width: auto;
}
@media all and (min-width: 768px) {
  .hero__content-wrapper {
    margin: auto auto -30px auto;
    padding: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .hero__content-wrapper {
    padding: 3rem;
  }
}

.hero--align-center .hero__content-wrapper {
  text-align: center;
}

.hero__content-wrapper--white {
  background: rgba(221, 221, 221, 0.85);
  color: #241C23;
}

.hero__content-wrapper--black {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}

.hero--cat .hero__content-wrapper {
  background: none;
  border: 0;
  color: inherit;
  margin: auto;
  max-width: 100%;
  padding: 0;
}

.hero__content {
  align-items: flex-end;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0 2rem 0;
  position: relative;
}
@media all and (min-width: 1366px) {
  .hero__content {
    padding: 8rem 0 4rem 0;
  }
}
.hero__content > .container {
  margin: auto;
  top: -3rem;
}
@media all and (min-width: 1024px) {
  .hero__content > .container {
    margin-bottom: 4rem;
    top: auto;
  }
}

.hero__heading,
.hero__links {
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
}
@media all and (min-width: 1366px) {
  .hero__heading,
.hero__links {
    max-width: 69rem;
  }
}

.hero__heading {
  color: #fff;
  line-height: 1;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .hero__heading {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .hero__heading {
    margin-bottom: 3rem;
  }
}

@media all and (min-width: 1024px) {
  .hero__preamble,
.campaign__preamble {
    font-size: 1.125rem;
  }
}

@media all and (min-width: 768px) {
  .hero__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
.hero__links .button {
  margin: 0.75rem 0;
}
@media all and (min-width: 768px) {
  .hero__links .button {
    margin: 0 0.375rem;
    width: auto;
  }
}

.button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: auto;
  max-width: 800px;
  width: 100%;
}

.button-list__item {
  margin: 0.25rem;
}
@media all and (min-width: 768px) {
  .button-list__item {
    margin: 0.5rem;
  }
}

.site-footer {
  background: #241C23;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.site-footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 2rem;
  justify-content: center;
  list-style: none;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .site-footer__social {
    gap: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__social {
    gap: 3.25rem;
  }
}
.site-footer__social a {
  color: inherit;
  display: block;
  font-size: 2rem;
}
@media all and (pointer: fine) {
  .site-footer__social a:hover {
    color: #ff00ff;
  }
}

.podcast-categories {
  background: #241C23;
  color: #fff;
}
@media all and (min-width: 1024px) {
  .podcast-categories {
    padding: 5rem 0;
  }
}

.category-thumb-list {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr 1fr;
}
@media all and (min-width: 768px) {
  .category-thumb-list {
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1024px) {
  .category-thumb-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 1366px) {
  .category-thumb-list {
    gap: 4.25rem;
  }
}

.category-thumb-list__item {
  list-style: none;
}

.category-thumb {
  color: inherit;
  text-decoration: none;
}

.category-thumb__img {
  aspect-ratio: 1;
  background: #aaa;
  border: 2px solid #000;
  border-radius: 50%;
  display: block;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 1024px) {
  .category-thumb__img {
    margin-bottom: 2rem;
  }
}
.category-thumb__img img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.category-thumb__title {
  color: inherit;
  display: block;
  font-family: "Gloock";
  font-size: 1.33rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: 2px 2px 0 #241C23;
}
.heading--campaign {
  color: #fff;
  font-family: "Gloock";
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 568px) {
  .heading--campaign {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 768px) {
  .heading--campaign {
    font-size: 2.37rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
  }
}
@media all and (min-width: 1024px) {
  .heading--campaign {
    font-size: 2.75rem;
  }
}

.campaign__content p {
  display: none;
}

@media all and (min-width: 1024px) {
  .hero--campaign .hero__content-wrapper {
    padding: 2rem 3rem 3rem 3rem;
  }
}
.layout-one_shot .hero__content-wrapper {
  margin-bottom: 0;
}

.latest-episode {
  background-image: url("assets/img/coriolis-headerbg.jpg");
  background-size: cover;
  color: #fff;
}
.latest-episode .button-list {
  margin-top: 1rem;
}
.latest-episode .button-list .button {
  box-shadow: none;
  font-size: 0.75rem;
}

.latest-episode__post {
  background: rgba(255, 255, 255, 0.6);
  color: #241C23;
  margin: 2.5rem auto 0 auto;
  max-width: 800px;
  padding: 2.5rem;
}
.latest-episode__post .heading {
  text-shadow: none;
}
.latest-episode__post .powerpress_links {
  display: none;
}

.hero--cat {
  height: auto;
  min-height: 0;
}
.hero--cat .hero__container {
  top: 0;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: #241C23;
}

.post-list,
.body-text__container {
  margin: auto;
  max-width: 800px;
}

.post-list__content--toggle {
  display: none;
}

.layout-post-list,
.layout-body-text {
  background: #f0f0f0;
}

.post-list__heading {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.heading--post {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.post-list__item--extra {
  margin-bottom: 3rem;
}

.post-list__item--podcast {
  background: white;
  border: 1px solid #241C23;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 0.5rem;
}

@media all and (max-width: 767.9px) {
  .post-list__content {
    font-size: 0.75rem;
  }
}

.post-list__content--toggle {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
@media all and (min-width: 768px) {
  .post-list__content--toggle {
    padding: 1.5rem;
  }
}

.heading--toggle {
  cursor: pointer;
  font-family: "Manrope";
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
  position: relative;
  text-transform: uppercase;
  /*
    &::before {
      @include psuedo-fontawesome-solid;
      // content: '\f107';
      content: '\2b';
      margin-right: .75rem;
    }

    &.open::before {
      content: '\f068';
    } */
}
@media all and (min-width: 768px) {
  .heading--toggle {
    font-size: 1.125rem;
  }
}
.heading--toggle::after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.heading--toggle.open::after {
  content: "";
}

.powerpress_links {
  display: inline-block;
  font-size: 0;
}
@media all and (max-width: 567.9px) {
  .powerpress_links {
    width: 100%;
  }
}
.powerpress_links a {
  margin: 0.5rem 0.5rem 0 0;
}
@media all and (max-width: 567.9px) {
  .powerpress_links a {
    text-align: center;
    width: 100%;
  }
}
.powerpress_links a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  margin-left: 0.5em;
}

.powerpress_link_pinw::after {
  content: "";
}

.powerpress_link_d::after {
  content: "";
}

.powerpress_link_subscribe_rss:after {
  content: "";
}

/*# sourceMappingURL=style.css.map */
