/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

@font-face {
  font-family: "new-athena-unicode-regular";
  src: url("../fonts/new_athena_unicode-webfont.woff2") format("woff2"), url("../fonts/new_athena_unicode-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mont-semibold";
  src: url("../fonts/mont-semibold-webfont.woff2") format("woff2"), url("../fonts/mont-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mont-regular";
  src: url("../fonts/mont-regular-webfont.woff2") format("woff2"), url("../fonts/mont-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
  font-family: "new-athena-unicode-regular", sans-serif;
  font-size: 100%;
  color: #251918;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  position: absolute !important;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}

.primary ul, .responsive-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.preload .menu-container, .preload .search-container {
  display: none;
}

.some {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  font-family: "mont-semibold", sans-serif;
  text-transform: uppercase;
}

.some li {
  display: inline-block;
  position: relative;
  padding-right: 1.25rem;
  margin-left: 0.5rem;
}

.some li::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}

.some li:last-child {
  padding-right: 0;
}

.some li:last-child::after {
  display: none;
}

.some a {
  color: #fff;
}

.some a:hover {
  color: rgb(51, 51, 51);
}

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

figure {
  max-width: 100%;
  margin: 1em 0;
}

figcaption {
  font-size: 13px;
  color: #888;
  line-height: 1.4;
}

blockquote {
  font-family: Georgia, sans-serif;
  font-style: italic;
  padding: 0 20px;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 86em;
}

/**
  * Header
  */
.site-header {
  background-image: url("../images/hero.jpg");
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  color: #fff;
  min-height: 50em;
}

.alasivu .site-header {
  min-height: 25rem;
}
.alasivu .site-header .container {
  margin-top: 2rem;
}

.site-header .top {
  text-align: right;
  margin: 1rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 60em) {
  .site-header .top {
    margin: 2rem 4rem;
  }
}

.site-header .some, .site-header .search-icon {
  display: inline-block;
}

.site-header .search-icon {
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 1.5rem;
  overflow: hidden;
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.3rem;
  margin-left: 1rem;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 40em) {
  .site-header .search-icon {
    display: inline-block;
    margin-right: 1rem;
  }
}

.site-header .container {
  text-align: center;
  max-width: 54em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.site-header .container h1 {
  font-size: clamp(1.875rem, 2vw + 1rem, 3rem);
}

.site-header .container p {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.5rem);
}

.site-header .logo a {
  display: block;
  width: 100%;
  height: 15em;
  padding-top: 15em;
  overflow: hidden;
  background-image: url("../images/skatingfysio-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 1rem auto;
}
@media screen and (min-width: 40em) {
  .site-header .logo a {
    width: 20em;
    background-position: top center;
  }
}

.site-header::after, .isonosto::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(196, 164, 159, 0.85);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";*/
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*@import "types/slider-r";
@import "types/spring";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/spin";
@import "types/spin-r";
@import "types/squeeze";
@import "types/vortex";
@import "types/vortex-r";*/
.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #8c7571;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 3rem;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  color: #fff;
}
@media screen and (min-width: 60em) {
  .menu-container {
    max-width: 30%;
  }
}
.menu-container.visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-container ul li {
  line-height: 1.5;
  font-size: 2rem;
}
.menu-container a {
  color: #fff;
}
.menu-container a:hover {
  color: #333;
}
.menu-container .menu-search {
  margin-top: 2rem;
}
.menu-container .menu-search input[type=search] {
  max-width: 80%;
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.menu-container .menu-search input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.menu-container .menu-search input[type=search]::-moz-placeholder {
  color: #fff;
}
.menu-container .menu-search input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.menu-container .menu-search input[type=search]::-ms-input-placeholder {
  color: #fff;
}
.menu-container .menu-search input[type=search]::placeholder {
  color: #fff;
}

.search-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: #8c7571;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.search-container.visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.search-container h2 {
  font-size: 3rem;
  font-family: "mont-regular", sans-serif;
}
.search-container input[type=search] {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  min-width: 20rem;
}
.search-container input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.search-container input[type=search]::-moz-placeholder {
  color: #fff;
}
.search-container input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.search-container input[type=search]::-ms-input-placeholder {
  color: #fff;
}
.search-container input[type=search]::placeholder {
  color: #fff;
}
.search-container input[type=submit] {
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}
.search-container .close {
  position: absolute;
  top: 2.5rem;
  right: 5rem;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  font-family: "mont-regular", sans-serif;
}

.hamburger {
  position: absolute;
  top: 2rem;
  left: 1rem;
  z-index: 150;
}
@media screen and (min-width: 60em) {
  .hamburger {
    top: 3rem;
    left: 5rem;
  }
}
.hamburger.is-active {
  left: 2rem;
}

.admin-bar .hamburger {
  top: 5rem;
}
@media screen and (min-width: 60em) {
  .admin-bar .hamburger {
    top: 3rem;
  }
}

/**
  * Hero
  */
/**
  * Content
  */
.breadcrumbs {
  margin: 0 0 15px;
  font-size: 12px;
}

.site-main {
  width: 100%;
  max-width: 50em;
  margin: 4rem auto;
  padding: 0 1rem;
  text-align: center;
}

.site-main .entry-content p {
  font-size: 1.1em;
}

.site-main .entry-content a {
  color: #8c7571;
}
.site-main .entry-content a:hover {
  text-decoration: underline;
}

.site-main h2 {
  color: rgb(140, 117, 113);
  font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
  text-transform: uppercase;
  font-family: "mont-semibold", sans-serif;
}

.site-main h2 strong {
  font-weight: normal;
  font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
  text-transform: none;
  font-family: "new-athena-unicode-regular", sans-serif;
}

.nostot {
  width: 100%;
  max-width: 94em;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 40em) {
  .nostot {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.nostot img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.nostot .nosto {
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .nostot .nosto {
    margin-bottom: 0;
  }
}
.nostot .nosto:hover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.nostot .nosto:hover .title {
  top: 45%;
}
.nostot .nosto:hover .btn {
  bottom: 5rem;
  background-color: #8c7571;
}

.nostot .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
  text-align: center;
  -webkit-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}

.nostot .btn {
  display: inline-block;
  border: 1px solid rgb(229, 202, 205);
  padding: 0.5rem 1rem;
  max-width: 10rem;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "mont-regular", sans-serif;
  -webkit-transition: bottom 0.4s ease-out;
  transition: bottom 0.4s ease-out;
}
@media screen and (min-width: 60em) {
  .nostot .btn {
    bottom: 2rem;
    padding: 1rem 1rem;
  }
}

.kuvanosto {
  margin: 4rem 0;
}

.kuvanosto .container {
  width: 100%;
  max-width: 70em;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 40em) {
  .kuvanosto .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
  }
}

@media screen and (min-width: 40em) {
  .kuvanosto.alt .container {
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
  }
}

.kuvanosto.alt .container .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.kuvanosto.alt .container .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

.kuvanosto .text {
  padding: 1rem;
  font-size: 1.1em;
}
@media screen and (min-width: 40em) {
  .kuvanosto .text {
    padding: 3rem;
  }
}
@media screen and (min-width: 60em) {
  .kuvanosto .text {
    padding: 5rem;
  }
}

.kuvanosto h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.5rem);
  margin: 1rem 0;
  color: rgb(140, 117, 113);
  line-height: 1;
}

.kuvanosto h2 strong {
  font-weight: normal;
}

.kuvanosto a {
  color: #8c7571;
}
.kuvanosto a:hover {
  text-decoration: underline;
}

.isonosto {
  position: relative;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36em;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.isonosto .container {
  position: relative;
  z-index: 5;
  color: #fff;
  font-family: "mont-semibold", sans-serif;
}

.isonosto h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 4rem);
  font-family: "mont-regular", sans-serif;
  margin: 1rem 0;
  font-weight: normal;
}

.isonosto h2 strong {
  font-weight: normal;
  font-family: "new-athena-unicode-regular", sans-serif;
}

.isonosto p {
  text-transform: uppercase;
}

.isonosto p a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1rem 3rem;
  text-align: center;
  margin: 1rem auto;
  color: #fff;
  text-transform: uppercase;
  font-family: "mont-regular", sans-serif;
}

.isonosto p a:hover {
  background-color: #fff;
  color: rgb(140, 117, 113);
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  text-align: left;
}

.wp-block-separator {
  margin: 55px auto;
}

blockquote {
  padding: 0 1rem;
  margin: 0;
}

.wp-block-pullquote {
  padding: 1em 0;
}

.sidebar {
  width: 100%;
  margin-top: 25px;
}
@media screen and (min-width: 60em) {
  .sidebar {
    float: right;
    width: 33%;
  }
}

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  width: auto;
  color: #fff;
  background: #555;
}

.pagination a:hover {
  color: #fff;
  background: #3279BB;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #3279BB;
  color: #fff;
}

.comment-list img {
  width: auto;
  max-width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=search], textarea, input[type=submit], button[type=submit] {
  padding: 7px 9px;
  width: 100%;
}
@media screen and (min-width: 40em) {
  input[type=text], input[type=email], input[type=tel], input[type=search], textarea, input[type=submit], button[type=submit] {
    width: auto;
  }
}

textarea {
  max-width: 100%;
  width: 100%;
}

input[type=submit] {
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  width: auto;
}

.alignleft {
  margin: 25px 0;
}
@media screen and (min-width: 40em) {
  .alignleft {
    float: left;
    margin: 0 25px 25px 0;
  }
}

.alignright {
  margin: 25px 0;
}
@media screen and (min-width: 40em) {
  .alignright {
    float: right;
    margin: 0 0 25px 25px;
  }
}

.aligncenter {
  margin: 25px auto;
}

/**
  * Footer
  */
.site-footer {
  background-color: #8c7571;
  color: #fff;
  padding: 2rem 1rem;
  font-family: "mont-regular", sans-serif;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .site-footer {
    text-align: left;
    padding: 4rem 2rem;
  }
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: #333333;
}

.site-footer .logo a {
  display: block;
  width: 100%;
  height: 15em;
  padding-top: 15em;
  overflow: hidden;
  background-image: url("../images/skatingfysio-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 1rem 0;
}
@media screen and (min-width: 40em) {
  .site-footer .logo a {
    width: 20em;
    background-position: top center;
  }
}

@media screen and (min-width: 40em) {
  .site-footer .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}

.site-footer .wrap div {
  position: relative;
}

.site-footer ul {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  font-size: 1.5rem;
}

.site-footer ul li {
  line-height: 1.5;
}

.footer-nav {
  font-family: "mont-regular", sans-serif;
}

.site-footer h3 {
  font-family: "new-athena-unicode-regular", sans-serif;
  color: rgb(51, 51, 51);
  margin: 0;
}

.site-footer .some {
  font-size: 1rem;
}

.site-footer .some li {
  margin-left: 0;
  margin-right: 0.5rem;
}

.site-footer .design-by {
  font-family: "mont-semibold", sans-serif;
}
@media screen and (min-width: 40em) {
  .site-footer .design-by {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}