/*
Theme Name: Simskoleguiden
Theme URI: https://simskoleguiden.se
Description: Simskoleguiden Theme
Author: Dreamify
Author URI: https://simskoleguiden.se
Template: understrap
Version: 1.0.0
*/
/* Sass code import */
/* Variables and mixins for styling */
/* Responsive design */
/* Navigation */
header nav {
  background: white;
}

nav#main-nav {
  border-bottom: 1px solid #eee;
}

a.nav-link {
  color: #000000;
  font-weight: 500;
}
a.nav-link:hover {
  background: #EDF4FA;
  border-radius: 10px;
  color: #000000;
  font-weight: 500;
}

.current-menu-item a {
  background: #EDF4FA;
  border-radius: 10px;
  color: black;
  font-weight: 500;
}

.footer-widget .current-menu-item a {
  background: none;
}

@media screen and (min-width: 1025px) {
  ul#main-menu li {
    margin: 0 0 0 14px;
  }
}

@media screen and (max-width: 768px) {
  ul#main-menu li a {
    padding: 14px;
    text-align: center;
  }
}

img.menu-custom-icon {
  margin-right: 6px;
}

div#nav_menu-2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Typography */
h1, h2, h3, h4, h5, h6, p, li, ol, ul, span, strong, a, html, body {
  font-family: "Work Sans", "Helvetica", "Verdana", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
  h1, .hero-content h1 {
    font-size: 30px;
  }
  h2, h2.secondary-headline {
    font-size: 26px;
  }
  h3, body h3.article-item-headline {
    font-size: 25px;
  }
  .how-to-content h2 {
    margin-top: 30px;
  }
  h4, body .icon-text-section h4 {
    font-size: 19px;
    font-weight: 600;
  }
  p, li span {
    font-size: 1rem;
  }
}
/* No results pages */
section.no-results.not-found {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.no-results-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.coming-soon-content {
  font-size: 23px;
}

/* Footer */
a.cred-info {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #c7d6e0;
}

div#block-7 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
div#block-7 img {
  filter: brightness(100);
  z-index: 50;
  position: relative;
}

div#wrapper-footer-full svg {
  position: absolute;
  z-index: 33;
  top: -66px;
  width: 100%;
  left: 0;
}
@media all and (max-width: 800px) {
  div#wrapper-footer-full svg {
    top: -24px;
  }
}

ul#menu-footer-meny li a {
  color: white;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  ul#menu-footer-meny li {
    margin: 5px 13px;
  }
}
@media screen and (max-width: 768px) {
  ul#menu-footer-meny li {
    margin: 12px 0;
    width: 100%;
  }
}

div#wrapper-footer {
  background: #0876c1;
  text-align: center;
}

ul#menu-footer-meny {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  ul#menu-footer-meny {
    padding-left: 0;
    flex-direction: column;
    text-align: center;
  }
}

body #wrapper-footer-full, #wrapper-static-hero {
  background-color: #0872BB;
}

body #wrapper-footer-full {
  position: relative;
  margin-top: 55px;
}

.site-info a {
  text-decoration: underline;
}

.site-info, .site-info a {
  color: #62ace0;
}

/* Wrappers and containers */
.section-wrapper {
  padding: 5% 0;
}
@media screen and (max-width: 768px) {
  .section-wrapper {
    padding: 5%;
  }
}

.blue-overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(7, 98, 161, 0.7721682423) 0%, rgba(0, 212, 255, 0) 100%);
}

/* Buttons */
.button-container {
  margin: 20px 0;
}

a.primary-btn {
  background: #0872BB;
  padding: 13px 15px;
  color: #ffffff;
  border-radius: 99px;
  min-width: 200px;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}
a.primary-btn:hover {
  background: #4A94C9;
  color: #ffffff;
  text-decoration: none;
}

a.secondary-btn {
  background: #FF9000;
  padding: 13px 15px;
  color: black;
  border-radius: 99px;
  min-width: 200px;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}
a.secondary-btn:hover {
  background: #FFB453;
  color: black;
  text-decoration: none;
}

/* Hero section */
section.hero-section {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  align-items: flex-start;
  display: flex;
}
.hero-content .hero-content-inner {
  max-width: 500px;
}
.hero-content h1 {
  color: #FFB453;
}

.hero-description {
  color: white;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  section.hero-section.section-wrapper {
    padding: 5% 0;
  }
}

section.hero-section.section-wrapper.isMobile {
  flex-direction: column;
  padding: 0;
  min-height: auto;
  background-image: none !important;
}
section.hero-section.section-wrapper.isMobile .hero-content {
  background: #0872BB;
}
section.hero-section.section-wrapper.isMobile .hero-content .hero-content-inner {
  padding: 10% 5%;
}

img.mobile-hero-image {
  position: relative;
  z-index: 2;
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* How it works section */
.how-to-steps {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: row;
}

.how-to-step-content {
  background: #FAFAFA;
  padding: 70px 20px 20px;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .how-to-step-content {
    margin-top: 65px;
  }
}
.how-to-step-content p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  max-width: 200px;
  margin: 0 auto 18px;
}

.how-to-content h2 {
  text-align: center;
  margin-bottom: 88px;
}
.how-to-content h2 strong {
  color: #4A94C9;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .how-to-content h2 {
    margin-bottom: 25px;
  }
}

.how-to-step-content img {
  position: absolute;
  max-width: 84px;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.how-to-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .how-to-button-wrapper {
    margin-top: 30px;
  }
}

/* Article list section */
.article-list-content {
  display: flex;
  flex-direction: column;
}
.article-list-content a {
  text-decoration: none;
}
.article-list-content a:hover {
  text-decoration: none;
}

.article-list-item {
  background: #ecf3fa;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}
.article-list-item:hover {
  background: #dbe7f3;
}
@media screen and (max-width: 768px) {
  .article-list-item {
    width: auto;
  }
}

.article-list-text {
  padding: 25px;
}
@media screen and (min-width: 1025px) {
  .article-list-text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .article-list-text {
    width: 100%;
    padding: 25px 0;
  }
}

@media screen and (min-width: 1025px) {
  .article-list-img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .article-list-img {
    width: 100%;
  }
}
.article-list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

.article-pre-header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 500;
}
.article-pre-header p {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  color: #4A94C9;
}
@media screen and (max-width: 768px) {
  .article-pre-header p {
    font-size: 16px;
    font-weight: 500;
  }
}

h3.article-item-headline {
  font-size: 30px;
  color: black;
  margin-bottom: 18px;
}

p.article-desc {
  color: black;
}

button.article-item-btn {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  background: none;
  border: none;
  font-weight: 600;
}

/* Icon list section */
.icon-list-item {
  display: flex;
  align-items: center;
  padding: 20px;
}
.icon-list-item:nth-child(odd) {
  background: #EDF4FA;
  border-radius: 12px;
}

.icon-text-section h4 {
  margin-bottom: 2px;
  font-size: 23px;
}
.icon-text-section p {
  margin-bottom: 0;
}

.icon-list-content h2 {
  margin-bottom: 25px;
}
.icon-list-content h2 strong {
  color: #4A94C9;
  font-weight: 500;
}

.icon-list-img img {
  max-width: 42px;
  margin-right: 15px;
}

/* Activity block section */
.activity-block-inner {
  padding: 5%;
}

@media screen and (max-width: 768px) {
  .activity-block-list-wrapper {
    margin-top: 20px;
  }
}

.activity-block-content {
  border-radius: 20px;
}
.activity-block-content img {
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .activity-block-content img {
    max-height: 425px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .activity-block-content img {
    min-height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.activity-block-list-item ul {
  list-style: none;
  padding-left: 0;
}

.activity-block-list-item ul li svg {
  max-width: 27px;
  margin-right: 12px;
}

li.activity-check-item {
  display: flex;
  align-items: center;
  margin: 13px 0;
  font-weight: 500;
}

/* Guide block section */
.guide-block-inner {
  background-color: #FFF4E5;
  padding: 5%;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 768px) {
  .guide-block-inner {
    padding: 10% 5%;
  }
}

.guide-block-description a {
  text-decoration: underline;
  color: #0872BB;
}

.guide-block-headline {
  display: flex;
  align-items: center;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .guide-block-headline {
    margin-bottom: 7%;
  }
}

.guide-block-image-wrap img {
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .guide-block-image-wrap {
    margin-top: 20px;
  }
}

section.guide-block-section.section-wrapper {
  padding-bottom: 0;
}

.guide-block-container h2 {
  text-align: center;
  margin-bottom: 5%;
}
.guide-block-container h2 strong {
  color: #4A94C9;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .guide-block-container h2 {
    margin: 29px 0;
  }
}

h3.guide-headline {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  h3.guide-headline {
    font-size: 22px;
  }
}

span.guide-number {
  background: #EDF4FA;
  border: 2px solid black;
  font-size: 24px;
  font-weight: 700;
  padding: 9px 19px;
  border-radius: 99px;
  margin-right: 15px;
  min-width: 59px;
  min-height: 59px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  span.guide-number {
    font-size: 17px;
    padding: 0;
    min-width: 32px;
    min-height: 32px;
    color: #0972bb;
  }
}

.guide-block-button-wrapper {
  background-color: #FFEACF;
  padding: 5%;
  border-radius: 0 0 15px 15px;
  display: flex;
  flex-direction: column;
}
.guide-block-button-wrapper h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .guide-block-button-wrapper h4 {
    margin-bottom: 11px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .guide-block-button-wrapper .guide-button-list {
    margin: 0 auto 5px;
  }
  .guide-block-button-wrapper .guide-button-list a {
    padding: 6px;
    font-size: 15px;
  }
}

.simskola-main, .single-simskola {
  background-color: #f8f8f8;
}

a.simskola-go-back {
  color: black;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
}
a.simskola-go-back span {
  margin-left: 5px;
}
a.simskola-go-back:hover {
  color: #4A94C9;
}

.simskola-cols {
  grid-column-gap: 81px;
  grid-gap: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content auto auto;
}
@media screen and (min-width: 1025px) {
  .simskola-cols {
    grid-template-columns: 420px 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 20px;
  }
}

.simskola-left-col {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 8px;
  height: -moz-fit-content;
  height: fit-content;
}

.simskola-info-block {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 8px;
  padding: 5%;
  margin-bottom: 5%;
}
.simskola-info-block h2 {
  font-size: 23px;
}

.simskola-info-block.simskola-gallery {
  padding: 5% 0 5% 5%;
}

.simskola-meta {
  padding: 6%;
  border-top: 1px solid #d6d6d6;
}

.simskola-meta-block {
  padding: 6% 0;
}
.simskola-meta-block h3 {
  font-size: 22px;
}

.icon-headline {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.icon-headline h3 {
  margin-bottom: 0px;
  margin-left: 6px;
}

.simskola-name {
  margin: 35px 0;
  padding: 5% 5% 0;
  text-align: center;
}
.simskola-name h1 {
  font-size: 30px;
}

.simskola-image {
  position: relative;
}

.simskola-hero-image {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background-color: #4A94C9;
  min-width: 100%;
  max-height: 230px;
  min-height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-image: url(https://simskoleguiden.se/wp-content/uploads/2024/12/vad-kostar-simskola-min.jpg);
}

.simskola-logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #f4f4f4;
  border: 1px solid #cacaca;
  bottom: 0;
  border-radius: 99px;
  min-width: 63px;
  max-width: 63px;
  min-height: 63px;
  max-height: 63px;
  -o-object-fit: contain;
  object-fit: contain;
}

.simskola-courses-list ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.simskola-courses-list ul li a {
  margin-right: 7px;
  color: black;
  background-color: #FFDEB2;
  padding: 5px 11px;
  border-radius: 99px;
  border: 1px solid #AFAFAF;
  float: left;
  margin-top: 7px;
  font-weight: 500;
  cursor: pointer;
}
.simskola-courses-list ul li a:hover {
  text-decoration: none;
  background: black;
  color: white;
}

.simskola-courses-list ul li a:hover {
  text-decoration: none;
  background: black;
  color: white;
}

.simskola-url a {
  color: black;
  text-decoration: underline;
}
.simskola-url a:hover {
  color: #4A94C9;
}

.simskola-name p a {
  color: black;
  text-decoration: underline;
}
.simskola-name p a:hover {
  color: #4A94C9;
}

.simskola-image-gallery-wrapper {
  display: flex;
  overflow: scroll;
}
.simskola-image-gallery-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 150px;
  border-radius: 15px;
  margin-right: 10px;
}

.simskola-cta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5%;
  margin-bottom: 5%;
  background: #cee5f4;
  border-radius: 15px;
}
.simskola-cta h3 {
  text-align: center;
}
.simskola-cta .button-container {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .simskola-cta {
    padding: 7%;
  }
}

.single-simskola div#single-wrapper {
  padding-bottom: 0;
}

.rating-stars {
  display: flex;
  align-items: center;
}
.rating-stars span {
  font-weight: 500;
  margin-left: 8px;
}

ul.simskola-pricing-wrapper {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}
ul.simskola-pricing-wrapper li span {
  width: 32%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  ul.simskola-pricing-wrapper li span {
    width: 100%;
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  ul.simskola-pricing-wrapper li {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  ul.simskola-pricing-wrapper li:nth-child(even) {
    background: #f7f7f7;
  }
  ul.simskola-pricing-wrapper span.pricing-course-pricing {
    font-style: italic;
  }
}

span.pricing-course-name {
  font-weight: 600;
}

p.simskolor-intro-text {
  text-align: center;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .simskolor-cities-wrapper {
    margin-bottom: 17px;
  }
}

.post-type-archive-simskola, .tax-stad, .tax-kurser {
  background: #F8F8F8;
}
.post-type-archive-simskola article, .tax-stad article, .tax-kurser article {
  background: white;
  border-radius: 16px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.post-type-archive-simskola article:hover, .tax-stad article:hover, .tax-kurser article:hover {
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.07), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 13px rgba(0, 0, 0, 0.1);
}
.post-type-archive-simskola a.card-link, .tax-stad a.card-link, .tax-kurser a.card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
}
.post-type-archive-simskola .card-left-section, .tax-stad .card-left-section, .tax-kurser .card-left-section {
  width: 100%;
  position: relative;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-simskola .card-left-section, .tax-stad .card-left-section, .tax-kurser .card-left-section {
    width: 40%;
    min-width: 40%;
    border-radius: 15px 0 0 15px;
  }
}
.post-type-archive-simskola .card-right-section, .tax-stad .card-right-section, .tax-kurser .card-right-section {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-simskola .card-right-section, .tax-stad .card-right-section, .tax-kurser .card-right-section {
    padding: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .post-type-archive-simskola .card-right-section, .tax-stad .card-right-section, .tax-kurser .card-right-section {
    min-height: 187px;
  }
}
.post-type-archive-simskola .card-sections-wrapper, .tax-stad .card-sections-wrapper, .tax-kurser .card-sections-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-simskola .card-sections-wrapper, .tax-stad .card-sections-wrapper, .tax-kurser .card-sections-wrapper {
    flex-direction: row;
  }
}
.post-type-archive-simskola img.card-logo, .tax-stad img.card-logo, .tax-kurser img.card-logo {
  position: absolute;
  left: 8px;
  background-color: #f4f4f4;
  border: 1px solid #cacaca;
  top: 8px;
  border-radius: 99px;
  min-width: 43px;
  max-width: 43px;
  min-height: 43px;
  max-height: 43px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .post-type-archive-simskola img.card-logo, .tax-stad img.card-logo, .tax-kurser img.card-logo {
    min-width: 51px;
    max-width: 51px;
    min-height: 51px;
    max-height: 51px;
  }
}
.post-type-archive-simskola img.card-image, .tax-stad img.card-image, .tax-kurser img.card-image {
  border-radius: 15px 15px 0 0;
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-simskola img.card-image, .tax-stad img.card-image, .tax-kurser img.card-image {
    border-radius: 15px 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-simskola img.card-image, .tax-stad img.card-image, .tax-kurser img.card-image {
    max-height: 190px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.post-type-archive-simskola .card-rating, .tax-stad .card-rating, .tax-kurser .card-rating {
  display: flex;
  align-items: center;
}
.post-type-archive-simskola .card-rating p, .tax-stad .card-rating p, .tax-kurser .card-rating p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-simskola .card-rating p, .tax-stad .card-rating p, .tax-kurser .card-rating p {
    font-size: 16px;
  }
}
.post-type-archive-simskola h4.card-headline, .tax-stad h4.card-headline, .tax-kurser h4.card-headline {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-simskola h4.card-headline, .tax-stad h4.card-headline, .tax-kurser h4.card-headline {
    font-size: 21px;
  }
}
.post-type-archive-simskola p.card-adress, .tax-stad p.card-adress, .tax-kurser p.card-adress {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-simskola p.card-adress, .tax-stad p.card-adress, .tax-kurser p.card-adress {
    font-size: 17px;
  }
}

div#archive-wrapper {
  padding-bottom: 0;
  min-height: 70vh;
}

.hitta-simskola-text {
  margin: 6% 0;
}
.hitta-simskola-text a {
  color: #0872BB;
  text-decoration: underline;
}

.simskolor-cities-wrapper {
  display: flex;
  justify-content: center;
  overflow: scroll;
  align-items: center;
  white-space: nowrap;
}
.simskolor-cities-wrapper a {
  margin-right: 7px;
  color: black;
  background-color: #FFDEB2;
  padding: 5px 11px;
  border-radius: 99px;
  border: 1px solid #AFAFAF;
  float: left;
  margin-top: 7px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
}
.simskolor-cities-wrapper a:hover {
  text-decoration: none;
  background: black;
  color: white;
}
@media screen and (min-width: 1025px) {
  .simskolor-cities-wrapper {
    flex-flow: wrap-reverse;
  }
}

.simskolor-feed-wrapper {
  grid-template-columns: 1fr;
  grid-template-rows: min-content auto auto;
  grid-gap: 20px;
  display: grid;
  margin-top: 1%;
}
@media screen and (min-width: 1025px) {
  .simskolor-feed-wrapper {
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto 1fr;
  }
}

.simskolor-counter {
  margin-top: 3%;
  width: 100%;
}

.hitta-simskolor-main h1 {
  text-align: center;
}

.hitta-simskola-description {
  margin: 5% 0 8%;
}

.simskola-courses-list.card-courses ul li span {
  font-size: 11px;
  padding: 1px 7px;
  background-color: #fcfcfc;
  margin-right: 4px;
  margin-top: 4px;
  border: 1px solid #aaaaaa;
  border-radius: 99px;
}
@media screen and (max-width: 768px) {
  .simskola-courses-list.card-courses ul li span {
    font-size: 13px;
  }
}

h1.tax-title {
  margin-bottom: 5%;
  font-size: 35px;
}

.tax-stad article, .tax-kurser article {
  margin-bottom: 20px;
}
.tax-stad div#content, .tax-kurser div#content {
  padding-bottom: 5%;
}

.blog article, .category article {
  padding: 28px 0;
  border-bottom: 1px solid #cecece;
}

.blog-item-inner {
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-template-rows: auto 1fr;
}

article .blog-item-image img {
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  article .blog-item-image img {
    aspect-ratio: 1/1;
    height: auto;
  }
}

.blog-item-info {
  padding: 0 22px;
}

a.blog-item-headline, .single a.blog-item-headline {
  color: black;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  text-decoration: none;
}
a.blog-item-headline:hover, .single a.blog-item-headline:hover {
  color: #0872BB;
  text-decoration: underline;
}

.blog-item-meta {
  font-size: 13px;
  line-height: 16px;
  color: #7d7d7d;
}

p.blog-item-excerpt {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  p.blog-item-excerpt {
    margin-bottom: 0;
  }
}

.blog div#index-wrapper, .category div#index-wrapper {
  padding-bottom: 75px;
}

.blog-heading-area h1 {
  font-size: 33px;
}

a.blog-item-category, .single a.blog-item-category {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #0872BB;
  text-decoration: none;
}
a.blog-item-category:hover, .single a.blog-item-category:hover {
  color: #0872BB;
  text-decoration: underline;
}

.blog-single-image img {
  width: 100%;
  margin: 15px 0;
}

.single article a {
  color: #0872BB;
  text-decoration: underline;
}
.single article a:hover {
  color: #4A94C9;
}

.single .content-area .wp-block-image {
  margin-top: 15px;
  width: 100%;
}
.single .content-area .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .blog-item-inner {
    grid-template-columns: 26% 1fr;
  }
}

.single-post div#single-wrapper {
  margin-bottom: 7%;
}

h3.related-posts-headline {
  margin-bottom: 20px;
  margin-top: 9%;
}

.related-posts-wrapper article {
  padding: 12px 0;
}

@media screen and (max-width: 768px) {
  .related-posts-wrapper {
    margin-bottom: 5%;
  }
}

.blog-sharing-wrapper {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 9px;
  text-align: center;
}
.blog-sharing-wrapper p {
  font-weight: 600;
  font-size: 17px;
}/*# sourceMappingURL=style.css.map */