@import url(https://fonts.bunny.net/css?family=source-sans-pro:400,600|source-serif-pro:400,600&display=swap);
/*
Theme Name: Preglife Courses
Theme URI: https://wtmg.se
Author: Espen Janson
Author URI: https://wtmg.se
Description: Theme for Preglife Courses
Version: 1.0

*/
.has-blue-color {
  color: #59bacc; }

.has-blue-background-color {
  background-color: #59bacc; }

.has-green-color {
  color: #58ad69; }

.has-green-background-color {
  background-color: #58ad69; }

.has-orange-color {
  color: #ffbc49; }

.has-orange-background-color {
  background-color: #ffbc49; }

.has-red-color {
  color: #e2574c; }

.has-red-background-color {
  background-color: #e2574c; }

/* Common classes */
.btn-primary {
  padding: 20px 40px;
  color: #fff; }

.no-html-scroll {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden; }

.no-scroll {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 100vh; }

.small {
  font-size: 1.25rem; }

.h3 {
  font-size: 3rem; }

.navbar {
  background: #FF9499; }
  .navbar #menu-menu li {
    margin: 0 20px 0 0; }
  @media (max-width: 991px) {
    .navbar #menu-menu {
      display: flex;
      justify-content: space-evenly;
      align-items: center; } }
  @media (max-width: 991px) {
    .navbar #menu-menu {
      margin-top: 30px; }
      .navbar #menu-menu .nav-link {
        margin: 20px 0; } }
  @media (min-width: 992px) {
    .navbar {
      height: 80px; }
      .navbar .container {
        align-items: flex-end; } }

.nav-link {
  padding: 0;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  text-transform: lowercase !important; }
  @media (max-width: 991px) {
    .nav-link {
      width: fit-content;
      width: -moz-fit-content;
      border-bottom: 3px solid #e8efe8;
      font-size: 2rem; } }

.navbar-collapse {
  align-self: center;
  justify-content: flex-end; }

.navbar-toggler {
  border: none; }

.fa {
  color: #4D514D;
  font-size: 2.4rem !important; }

.show {
  height: 100vh; }
  @media (min-width: 991px) {
    .show {
      display: none; } }
  .show .nav-link {
    width: fit-content;
    width: -moz-fit-content;
    border-bottom: 3px solid #e8efe8;
    font-size: 2rem; }
    .show .nav-link:hover {
      border-bottom: 3px solid #4D514D;
      color: #4D514D !important; }

.navbar-brand img {
  width: 175px;
  height: auto;
  margin: 10px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      width: 130px; } }

/*HAMBURGER ICON*/
.hamburger {
  display: inline-block;
  cursor: pointer;
  transform: scale(0.8); }

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  margin: 6px 0;
  border-radius: 3px;
  background-color: #4D514D;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

footer {
  bottom: 0;
  width: 100vw;
  padding: 50px 30px;
  color: #000;
  background: #FF9499;
  font-family: "Source Serif Pro", sans-serif;
  font-size: 1.4rem; }
  @media (max-width: 991px) {
    footer {
      padding: 50px 10px; } }
  footer .footer-block {
    padding: 20px; }
    footer .footer-block a {
      display: block;
      font-family: "Source Serif Pro", sans-serif;
      font-size: 1.6rem; }
  footer p {
    padding-bottom: 10px; }
  footer h4 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 2rem; }
  footer li {
    font-size: 1.5rem; }
  footer a {
    color: #000;
    font-size: 1.6rem; }
    footer a:hover {
      color: #000;
      text-decoration: none; }

.featured-image-bg {
  height: 50vh;
  background-position: center;
  background-size: cover; }

.article-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0 0 0; }
  @media (max-width: 768px) {
    .article-wrapper {
      padding: 30px 0 0 0; } }
  .article-wrapper div:nth-child(even).stretch {
    background: #f5f5f5; }
  .article-wrapper a {
    font-size: 1.4rem; }
  .article-wrapper h1 {
    font-size: 3.6rem;
    margin-bottom: 20px;
    color: #4D514D;
    font-family: "Source Serif Pro", sans-serif;
    font-weight: 600; }
  .article-wrapper .ng-scope {
    background-color: black !important; }

#kursguiden-course-module {
  margin-top: 30px; }

.faq_headline {
  margin: 20px 0;
  font-family: "Source Serif Pro", sans-serif; }

.meow-faq-question {
  margin-bottom: 0 !important;
  background: #C9594B !important;
  font-family: "Source Serif Pro", sans-serif;
  color: #fff; }

.meow-tab-answer {
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif; }

.not-found {
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  margin-top: 200px;
  align-items: center;
  /* HOVER STYLE */ }
  .not-found a,
  .not-found a:visited {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    color: #fff;
    text-decoration: none !important; }
  .not-found a::after,
  .not-found a:visited::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 3px;
    background: #4D514D;
    content: "";
    transition: 0.3s; }
  .not-found a:hover::after,
  .not-found a:visited:hover::after {
    width: 100%; }
  .not-found a.block,
  .not-found a:visited.block {
    display: block;
    padding: 0.5em; }
  .not-found a.block:hover,
  .not-found a:visited.block:hover {
    background: #fff; }

.app-banner {
  position: fixed;
  background-color: #FFFFFF;
  border: none;
  bottom: 0;
  width: 100vw;
  padding: 15px 0;
  box-shadow: 0px -3px 4px rgba(140, 140, 140, 0.25); }

.app-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px; }

@media screen and (max-width: 768px) {
  .app-banner-content {
    flex-direction: column; } }

.app-banner-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px; }

@media screen and (max-width: 768px) {
  .app-banner-left {
    margin: 10px 0; } }

.app-banner-icon-text {
  display: flex;
  flex-direction: column; }

.app-banner-icon-text span {
  font-size: 14px; }

.app-banner-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px; }

@media screen and (max-width: 768px) {
  .app-banner-right {
    margin-top: 20px; } }

.app-banner-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none; }

.app-banner-download a {
  background-color: #97BFBD;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  padding: 15px 30px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  margin: 4px 2px;
  border-radius: 32px;
  font-weight: 600; }

.app-banner-button svg {
  width: 30px;
  height: 30px;
  background: none; }

/* .app-banner-icon svg {
	width: 30px;
	height: 30px;
} */
[x-cloak] {
  display: none; }

/* Gutenberg Blocks */
.hero {
  width: 100vw;
  height: 50vh;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .hero__content {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  .hero__headline {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    color: white; }
    @media (max-width: 991px) {
      .hero__headline {
        font-size: 3rem; } }
  .hero__subheadline {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    color: white; }
    @media (max-width: 991px) {
      .hero__subheadline {
        font-size: 1.5rem; } }
  .hero__buttons {
    display: flex;
    gap: 10px; }

.intro-text {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  justify-content: center; }
  @media (max-width: 768px) {
    .intro-text {
      margin-top: 15px; } }
  .intro-text h2 {
    padding: 10px;
    color: #4D514D;
    font-family: "Source Serif Pro", sans-serif;
    font-weight: 600;
    text-align: center; }
  .intro-text h4 {
    color: #4D514D;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    font-size: 1.75rem; }
  .intro-text p {
    max-width: 700px;
    margin: 30px auto;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    text-align: center; }
  .intro-text .links {
    transition: 300ms;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px; }
    @media (max-width: 900px) {
      .intro-text .links {
        flex-direction: column; } }
    @media (min-width: 900px) {
      .intro-text .links .link-left {
        justify-content: end; } }
    @media (min-width: 900px) {
      .intro-text .links .link-right {
        justify-content: start; } }
    .intro-text .links a {
      background-color: #97BFBD;
      color: #000;
      font-family: "Source Sans Pro", sans-serif;
      padding: 15px 20px;
      min-width: 300px;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      font-size: 1.3rem;
      margin: 4px 2px;
      border-radius: 32px;
      font-weight: 600; }

.featured-courses h2 {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  color: #4D514D;
  text-align: center; }

.featured-courses .course-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0; }
  @media (max-width: 991px) {
    .featured-courses .course-card {
      margin: 20px 0; } }
  .featured-courses .course-card .image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 6px; }
  .featured-courses .course-card h4 {
    font-family: "Source Serif Pro", sans-serif;
    font-weight: 600;
    padding: 30px 0 20px 0;
    color: #4D514D;
    font-size: 2rem; }
  .featured-courses .course-card a {
    background-color: #97BFBD;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    padding: 15px 20px;
    min-width: 300px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem;
    margin: 4px 2px;
    border-radius: 32px;
    font-weight: 600; }

.text-image-block .text-image-image {
  min-height: 400px;
  background-position: center;
  background-size: cover; }

.text-image-block .text {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #fff;
  position: relative;
  justify-content: center; }
  .text-image-block .text h3 {
    margin-bottom: 20px;
    color: #4D514D;
    font-family: "Source Serif Pro", sans-serif; }
  .text-image-block .text p {
    font-size: 1.4rem; }
  .text-image-block .text a {
    background-color: #97BFBD;
    color: #000;
    position: absolute;
    bottom: 20px;
    font-family: "Source Sans Pro", sans-serif;
    padding: 15px 20px;
    min-width: 300px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem;
    margin: 4px 2px;
    border-radius: 32px;
    font-weight: 600; }

@media (max-width: 768px) {
  .text-image-block .text-bottom {
    order: 2; } }

.mc4wp-form-fields label {
  width: 100%; }

.mc4wp-form-fields input[type="email"] {
  width: 100%;
  border: 4px solid #b1c1b0;
  padding: 10px;
  margin-top: 15px;
  outline: none; }

.mc4wp-form-fields input[type="submit"] {
  border: none;
  padding: 10px;
  background: #b1c1b0; }

.article-wrapper .mc4wp-form-fields input[type="email"] {
  max-width: 400px; }

.reviews {
  margin: 30px; }
  @media (max-width: 991px) {
    .reviews .col-sm-12 {
      margin: 20px 0; } }
  .reviews h2 {
    margin-bottom: 30px;
    color: #4D514D;
    font-family: "Source Serif Pro", sans-serif;
    font-weight: 600;
    text-align: center; }
  .reviews .reviews-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0; }
    .reviews .reviews-link a {
      background-color: #97BFBD;
      color: #000;
      font-family: "Source Sans Pro", sans-serif;
      padding: 15px 20px;
      min-width: 300px;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      font-size: 1.3rem;
      margin: 4px 2px;
      border-radius: 32px;
      font-weight: 600; }
  .reviews .reviews-card {
    height: 100%;
    margin: 10px 0;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 18px 0 rgba(86, 86, 86, 0.15);
    box-shadow: 0 10px 18px 0 rgba(86, 86, 86, 0.15); }
    .reviews .reviews-card h3 {
      font-family: "Source Serif Pro", sans-serif;
      font-weight: 600;
      padding-bottom: 10px;
      color: #000; }
    .reviews .reviews-card p {
      font-family: "Source Sans Pro", sans-serif; }

.course-list-wrapper {
  padding: 30px 0;
  /* HOVER STYLE */ }
  .course-list-wrapper .course-list {
    margin-bottom: 20px; }
  .course-list-wrapper h4 {
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 20px;
    color: #4D514D;
    font-family: "Source Serif Pro", sans-serif;
    font-size: 2rem; }
  .course-list-wrapper li,
  .course-list-wrapper a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.5rem; }
  .course-list-wrapper a,
  .course-list-wrapper a:visited {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    color: #000;
    text-decoration: none; }
  .course-list-wrapper a::after,
  .course-list-wrapper a:visited::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 3px;
    background: #4D514D;
    content: "";
    transition: 0.2s; }
  .course-list-wrapper a:hover::after,
  .course-list-wrapper a:visited:hover::after {
    width: 100%; }
  .course-list-wrapper a.block,
  .course-list-wrapper a:visited.block {
    display: block;
    padding: 0.5em; }
  .course-list-wrapper a.block:hover,
  .course-list-wrapper a:visited.block:hover {
    background: #4D514D; }

.cta {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 40vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; }
  @media (max-width: 991px) {
    .cta {
      height: auto;
      width: auto;
      padding: 20px; } }
  .cta .cta__inside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 999; }
    .cta .cta__inside h2 {
      color: white;
      font-family: "Source Serif Pro", sans-serif;
      font-size: 5rem;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .cta .cta__inside h2 {
          font-size: 3rem; } }
  .cta a {
    background-color: #97BFBD;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    padding: 15px 20px;
    min-width: 300px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem;
    margin: 4px 2px;
    border-radius: 32px;
    font-weight: 600; }
  .cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }

.course-overview h2 {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  color: #4D514D;
  text-align: center; }

.course-overview .course-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  height: 170px; }
  @media (max-width: 991px) {
    .course-overview .course-card {
      margin: 20px 0; } }
  .course-overview .course-card .image {
    width: 40%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 6px 0 0 6px; }
  .course-overview .course-card .content {
    width: 60%;
    padding: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: space-around; }
    .course-overview .course-card .content h4 {
      font-family: "Source Serif Pro", sans-serif;
      font-weight: 600;
      color: #4D514D;
      font-size: 2.25rem; }
    .course-overview .course-card .content a {
      background-color: #97BFBD;
      color: #000;
      font-family: "Source Sans Pro", sans-serif;
      padding: 15px 20px;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      font-size: 1.3rem;
      margin: 4px 2px;
      border-radius: 32px;
      font-weight: 600; }

.related-content-wrapper {
  background-color: #ECE5D7;
  padding: 55px 0;
  margin: 30px 0 -55px 0; }

.related-content h2 {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  color: #4D514D;
  text-align: center; }

.related-content .course-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  background: white; }
  @media (max-width: 991px) {
    .related-content .course-card {
      margin: 20px 0; } }
  .related-content .course-card .image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 6px 6px 0 0; }
  .related-content .course-card .content {
    width: 100%;
    min-height: 200px;
    padding: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 0 0 6px 6px; }
    .related-content .course-card .content h4 {
      font-family: "Source Serif Pro", sans-serif;
      font-weight: 600;
      color: #4D514D;
      font-size: 2.25rem;
      text-align: center; }
    .related-content .course-card .content a {
      background-color: #97BFBD;
      color: #000;
      font-family: "Source Sans Pro", sans-serif;
      padding: 15px 20px;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      font-size: 1.3rem;
      margin: 4px 2px;
      border-radius: 32px;
      font-weight: 600; }

.course-cards h2 {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  color: #4D514D; }

.course-cards .course-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  height: fit-content; }
  @media (max-width: 991px) {
    .course-cards .course-card {
      flex-direction: column;
      margin: 20px 0; } }
  .course-cards .course-card .image {
    width: 30%; }
    @media (max-width: 991px) {
      .course-cards .course-card .image {
        width: 100%; } }
    .course-cards .course-card .image img {
      height: 100%;
      width: 100%;
      object-position: center;
      object-fit: cover;
      border-radius: 6px 0 0 6px; }
  .course-cards .course-card .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    gap: 15px; }
    @media (max-width: 991px) {
      .course-cards .course-card .content {
        width: 100%; } }
    .course-cards .course-card .content .content-inner {
      padding: 30px 30px 10px 30px;
      display: flex;
      gap: 30px;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .course-cards .course-card .content .content-inner {
          flex-direction: column; } }
      .course-cards .course-card .content .content-inner .content-inner-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 15px; }
        .course-cards .course-card .content .content-inner .content-inner-text h4 {
          font-family: "Source Serif Pro", sans-serif;
          font-weight: 600;
          color: #4D514D;
          font-size: 2.25rem; }
      .course-cards .course-card .content .content-inner .content-inner-link {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .course-cards .course-card .content .content-inner .content-inner-link a {
          background-color: #97BFBD;
          color: #000;
          font-family: "Source Sans Pro", sans-serif;
          padding: 15px 20px;
          width: 150px;
          height: auto;
          text-transform: uppercase;
          text-align: center;
          text-decoration: none;
          font-size: 1.3rem;
          margin: 4px 2px;
          border-radius: 32px;
          font-weight: 600; }
  .course-cards .course-card .price {
    background-color: #ECE5D7;
    color: #000;
    padding: 15px 30px; }

.heading {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  justify-content: center; }
  @media (max-width: 768px) {
    .heading {
      margin-top: 15px; } }
  .heading h1 {
    font-size: 5rem;
    color: #4D514D;
    font-family: "Source Serif Pro", sans-serif;
    font-weight: 600; }
    @media (max-width: 991px) {
      .heading h1 {
        font-size: 3rem; } }
  .heading h4 {
    color: #4D514D;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    font-size: 1.75rem; }

/* Style overrides */
* {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:hover {
  transition: all 0.25s; }

html,
body {
  margin: 0;
  padding: 0; }

html {
  font-size: 10px;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  background-color: #FFF1DA;
  font-family: sans-serif; }

/* Common DIV, MAIN and SECTION styling */
main {
  margin: 55px 0; }

/* Common element styling */
a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #4D514D;
  font-family: "Source Serif Pro", sans-serif; }

h1 {
  color: #4D514D;
  font-size: 7.2rem; }

h2 {
  color: #4D514D;
  font-size: 3.6rem; }

h3 {
  color: #4D514D;
  font-size: 2.4rem; }

h4 {
  color: #4D514D;
  font-size: 1.6rem; }

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem; }

strong {
  margin-bottom: 20px; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    margin-bottom: 10px; }

/* COLLAPSO-MATIC*/
.collapseomatic {
  width: fit-content;
  width: -moz-fit-content;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  background: #4D514D;
  font-family: "Source Serif Pro", sans-serif;
  font-size: 1.4rem; }

.collapseomatic_content {
  margin-top: 20px;
  margin-left: 0; }

