/*
Theme Name: Pegasus
Theme URI: https://pofc.se
Author: Cristoffer Jakobsson
Author URI: https://pofc.se
Description: Simple yet powerful theme, with a single narrow column for content to enable a simplistic interface for text heavy sites.
Version: 1.2.0
Text Domain: pegasus
*/
* {
  scroll-behavior: smooth;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  margin-top: 80px;
}

.admin-bar header {
  top: 32px !important;
}

header {
  background-color: var(--header_background);
  color: var(--header_text);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
  height: 80px;
}
header .brand {
  z-index: 103;
}
header .brand img {
  max-height: 30px;
  width: auto;
}
header nav {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  header nav {
    padding-right: 20px;
    padding-left: 20px;
  }
  header nav .desktop-menu {
    display: none !important;
  }
}
header nav .desktop-menu {
  display: flex;
  justify-content: center;
}
header nav .desktop-menu .sub-menu {
  border-radius: var(--border-radius);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 0px;
  list-style: none;
  background-color: var(--header_background);
  display: none;
}
header nav .desktop-menu .sub-menu li {
  padding: 15px 30px !important;
}
header nav .desktop-menu > ul li {
  padding: 10px 5px;
}
header nav .desktop-menu ul li:hover > ul {
  display: inherit;
}
header nav .desktop-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
header nav .desktop-menu > ul > li {
  display: inline-block;
  margin: 0px;
  position: relative;
}
header nav .desktop-menu > ul > li > ul {
  position: absolute;
  background-color: var(--header_background);
  top: 40px;
  left: 5px;
  border-bottom-left-radius: 5px;
}
header nav .desktop-menu > ul > li > ul li {
  margin: 0px;
  white-space: nowrap;
  position: relative;
}
header nav .desktop-menu > ul > li > ul li > ul {
  position: absolute;
  top: -1px;
  left: 100%;
}
@media (min-width: 1200px) {
  header nav #menuToggle {
    display: none !important;
  }
}
header nav #menuToggle {
  display: block;
  z-index: 102;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
header nav #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 103;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
header nav #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  z-index: 102;
  background: var(--header_text);
  border-radius: 3px;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header nav #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
header nav #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header nav #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}
header nav #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header nav #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
header nav #menuToggle .mobile-menu {
  position: absolute;
  top: 80px;
  right: 0px;
  max-width: 400px;
  width: 100vw;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow-y: auto;
  background: var(--header_background);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  z-index: 90;
  transform-origin: 0% 0%;
  transform: translate(0, -100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
header nav #menuToggle .mobile-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
header nav #menuToggle .mobile-menu ul li {
  padding: 10px 0;
  font-size: 22px;
}
header nav #menuToggle .mobile-menu ul li > ul {
  padding-left: 20px;
}
header nav #menuToggle .mobile-menu ul li label {
  cursor: pointer;
}
header nav #menuToggle input:checked ~ .mobile-menu {
  transform: translate(0px, 0px);
}
header a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}

footer {
  background-color: var(--footer_background);
  color: var(--footer_text);
  font-size: 80%;
  margin: 0px;
  padding: 20px;
}
footer a {
  color: inherit;
}
footer .logo img {
  width: calc(100vw - 40px);
  max-width: 250px;
  height: auto;
}
footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container {
  margin-bottom: 40px;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
footer .cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
}

body {
  font-family: "Lato", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

main a {
  color: var(--body_link);
  font-weight: 700;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  letter-spacing: 0.031rem;
  margin-bottom: 0.75rem;
}

h1 {
  margin-top: 3.5rem;
  font-size: 2.25rem;
  line-height: 2.75rem;
}

h2 {
  margin-top: 3rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.wp-block-query h2, .wp-block-query h3, .wp-block-query h4, .wp-block-query h5, .wp-block-query h6 {
  margin-top: 0px;
}

* {
  box-sizing: border-box;
}

main {
  margin: 0px;
  padding: 0px 20px;
}

main h1:first-child {
  padding-top: 20px;
}

main > *, footer > *, .wp-block-group__inner-container > * {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  max-width: 1200px;
}

.alignfull {
  max-width: 100vw;
  margin-right: -20px;
  margin-left: -20px;
}

body {
  background-color: var(--body_background);
  color: var(--body_text);
}

.single-header {
  max-width: 800px;
  padding: 40px 40px 20px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
  background-position: center center;
  background-size: cover;
  border-radius: 0.25rem;
}
@media (min-width: 1200px) {
  .single-header {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .single-header {
    height: 300px;
  }
}
.single-header h1 {
  background-color: var(--body_background);
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  line-height: 1.3;
  width: auto;
}
@media (min-width: 1200px) {
  .single-header h1 {
    padding: 5px 20px 5px 50px;
  }
}
@media (max-width: 1199px) {
  .single-header h1 {
    padding: 5px 20px !important;
    word-break: break-word;
  }
}

.wp-block-yoast-faq-block {
  background-color: #ffffff;
  padding: 30px 30px 0px 30px;
  position: relative;
  border-radius: var(--border-radius);
  margin-top: 20px;
}
.wp-block-yoast-faq-block img {
  margin-top: 10px;
  border-radius: var(--border-radius);
}
.wp-block-yoast-faq-block .schema-faq-section:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-yoast-faq-block .schema-faq-section {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 900;
  letter-spacing: 0.031rem;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
  margin: 20px 0px;
  line-height: 22.5px;
}

.wp-block-yoast-how-to-block {
  background-color: #ffffff;
  padding: 30px 30px 20px 30px;
  position: relative;
  border-radius: var(--border-radius);
  margin-top: 20px;
}
.wp-block-yoast-how-to-block img {
  margin-top: 10px;
  border-radius: var(--border-radius);
}
.wp-block-yoast-how-to-block .schema-how-to-description {
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 900;
  letter-spacing: 0.031rem;
}
.wp-block-yoast-how-to-block .schema-how-to-steps {
  padding-inline-start: 20px;
}
.wp-block-yoast-how-to-block .schema-how-to-step {
  margin: 20px 0px;
}
.wp-block-yoast-how-to-block .schema-how-to-step:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#breadcrumbs {
  margin-top: -20px;
  margin-bottom: 20px;
}
#breadcrumbs > span > span {
  margin-right: 3px;
}
#breadcrumbs > span > span:not(:first-of-type) {
  margin-left: 3px;
}

@media (min-width: 1200px) {
  .author-posts .entry-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-auto-flow: dense;
  }
}
.author-posts .post-thumbnail img {
  max-width: 100%;
  max-height: 250px;
  object-fit: cover;
}
.author-posts .post-excerpt {
  display: flex;
  align-items: center;
}
.author-posts .post-thumbnail {
  margin-bottom: 0px;
}

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