@charset "UTF-8";
/*!
Theme Name: Aste
Theme URI: http://underscores.me/
Author: Aste Helsinki
Author URI: https://astehelsinki.fi/
Description: Description
Version: 1.0.12
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aste
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Aste is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------- */
:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1198px;
  --reflex-xlg: 1470px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1197px;
  --reflex-lg-max: 1469px;
}

.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1198px) {
  .container {
    max-width: 1198px;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1470px;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}
.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
[class*=col-]::before, [class*=col-]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class*=col-] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1198px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1470px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1198px) {
  .col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1470px) {
  .col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media (min-width: 1198px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media (min-width: 1470px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%;
}

.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1198px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1470px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-wrap [class*=col-] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}

@media (max-width: 1197px) {
  .hidden-md-down {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1197px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1198px) {
  .hidden-lg-up {
    display: none;
  }
}

@media (max-width: 1469px) {
  .hidden-lg-down {
    display: none;
  }
}

@media (min-width: 1198px) and (max-width: 1469px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1470px) {
  .hidden-xlg {
    display: none;
  }
}

/*
Typography approach from Chris Coyer: https://css-tricks.com/rems-ems/
- All layout elements with rem units
- Elements (like headings) inside layout elements with em units
- And then pixel to rem/em conversion with sass functions below
*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 19, 2020 */
@font-face {
  font-family: "dm_serif_textregular";
  src: url("assets/font/dmseriftext-regular-webfont.woff2") format("woff2"), url("assets/font/dmseriftext-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsbold";
  src: url("assets/font/poppins-bold-webfont.woff2") format("woff2"), url("assets/font/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("assets/font/poppins-regular-webfont.woff2") format("woff2"), url("assets/font/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoitalic";
  src: url("assets/font/roboto-italic-webfont.woff2") format("woff2"), url("assets/font/roboto-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight";
  src: url("assets/font/roboto-light-webfont.woff2") format("woff2"), url("assets/font/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("assets/font/roboto-regular-webfont.woff2") format("woff2"), url("assets/font/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* icons */
@font-face {
  font-family: "fontello";
  src: url("assets/icons/font/fontello.eot");
  src: url("assets/icons/font/fontello.eot#iefix") format("embedded-opentype"), url("assets/icons/font/fontello.woff2") format("woff2"), url("assets/icons/font/fontello.woff") format("woff"), url("assets/icons/font/fontello.ttf") format("truetype"), url("assets/icons/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
  font-family: "robotoregular", sans-serif;
}

/* count rem and em sizes, https://css-tricks.com/snippets/sass/px-to-em-functions/
 * see also https://sass-lang.com/documentation/breaking-changes/slash-div
 * but if you need negative values, it won't work, so go to https://nekocalc.com/px-to-rem-converter
 * usage: font-size: rem(33); margin: rem(22);
 */
h1, h2, h3, h4 {
  font-family: "dm_serif_textregular", Serif;
  font-weight: normal;
}

h1 {
  font-size: 3.75rem;
  line-height: 1.1em;
}
@media (max-width: 992px) {
  h1 {
    font-size: 1.875rem;
    line-height: 1.2em;
  }
}
h2 {
  font-size: 1.875rem;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.25em;
  }
}
h3 a {
  color: #000;
}

blockquote {
  font-family: "dm_serif_textregular", Serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #0077b3;
  font-style: italic;
}
blockquote p:before,
blockquote p:after {
  content: "”";
  padding: 0 0.2em;
}
blockquote cite {
  font-family: "robotoregular", sans-serif;
  font-style: normal;
  font-size: 0.8em;
  padding-left: 0.9rem;
  font-style: normal;
}

.poppins {
  font-family: "poppinsbold", sans-serif;
  font-size: 24px;
}

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
p a {
  color: #0077b3;
}
td a {
  color: #000;
  text-decoration: underline;
}

html {
  height: 100%;
  background-color: #82bce5;
  scroll-behavior: smooth;
}

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

body {
  overflow-x: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  body {
    position: relative;
  }
  body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #82bce5;
    background-image: linear-gradient(180deg, #0077b3, #82bce5);
  }
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  display: block;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.hidden {
  display: none;
}

.full-width {
  width: 100%;
}

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

button,
input[type=search],
input[type=text],
input[type=email],
input[type=submit],
textarea {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

input[type=search],
input[type=text],
input[type=email],
input[type=submit] {
  border-radius: 0;
}

.center {
  text-align: center;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

button,
.button-link,
a.button,
a.wp-block-button__link,
a.wp-block-button__link:visited,
.wp-block-file a.wp-block-file__button,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:visited,
.gform_button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button input[type=submit] {
  color: #fff;
  background: #0077b3;
  font-family: "poppinsregular", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  font-size: 14px;
  text-decoration: none;
  height: 33px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border: none;
  width: auto;
  padding: 0 20px;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
  display: inline-block;
}

button:hover,
a.button:hover,
a.button-link:hover,
a.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover,
.gform_button:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}

#buy small {
  font-weight: normal;
}

.cta-link {
  display: inline-block;
  color: #0077b3;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
}
.cta-link:hover {
  color: #000;
}
@media (min-width: 768px) {
  .cta-link {
    margin-left: 20px;
  }
}

.gform_confirmation_message {
  font-size: 1.4em;
  background: #f5a83d;
  color: #000;
  padding: 20px;
  text-align: center;
  border: solid 4px #000;
  margin: 15px 0;
}

.gform_confirmation_message h1,
.gform_confirmation_message h2,
.gform_confirmation_message h3 {
  font-size: 1.6em;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .gform_confirmation_message h1,
  .gform_confirmation_message h2,
  .gform_confirmation_message h3 {
    color: white;
  }
}

.social-links a {
  display: inline-block;
  width: 31px;
  height: 31px;
  overflow: hidden;
  text-indent: -9999px;
  font-family: "fontello";
  font-size: 30px;
  line-height: 32px;
  position: relative;
  color: #0077b3;
  text-decoration: none;
  /*
  &.icon-print,
  &.icon-email {
    width: 30px;
    height: 30px;
    background: $blue_dark;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    line-height:30px;
    margin-left: 1px;
  }
  &.icon-print:after {
    content: '\e803';
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    left: 48%;
  }
  &.icon-email:after {
    content: '\e802';
    font-size: 12px;
    left: 48%;
  }
  */
}
.social-links a:after {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.social-links a.icon-twitter:after {
  content: "\e804";
}
.social-links a.icon-youtube:after {
  content: "\e807";
}
.social-links a.icon-facebook:after {
  content: "\e808";
}
.social-links a.icon-instagram:after {
  content: "\f05e";
}
.social-links a.icon-instagram {
  font-size: 32px;
  height: 32px;
}
.social-links a.icon-print, .social-links a.icon-email {
  background-size: contain;
}
.social-links a.icon-print:after, .social-links a.icon-email:after {
  display: none;
}
.social-links a.icon-print {
  background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/icon-print-km.svg") no-repeat center;
}
.social-links a.icon-email {
  background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/icon-email-km.svg") no-repeat center;
}

.wp-block-table {
  background: #f1f1ee;
  font-family: "robotoregular", sans-serif;
}
@media (max-width: 992px) {
  .wp-block-table {
    padding: 12px;
  }
}
.wp-block-table figcaption {
  padding: 12px;
  text-align: center;
  font-style: italic;
}

table {
  display: block;
  max-width: 100%;
  overflow: auto;
  border-collapse: collapse;
  font-family: "robotoregular", sans-serif;
  border-spacing: 0;
  border: solid thin #d8d8d6;
}
table thead tr {
  color: #fff;
  background: #000;
  font-size: 1rem;
  line-height: 1.25rem;
}
table th {
  padding: 10px 5px;
}
table td {
  font-size: 0.875rem;
  padding: 5px;
  border-right: solid thin #d8d8d6;
  vertical-align: top;
}
table td:last-child {
  border-right: none;
}
table tbody tr:nth-child(odd) {
  background: #f4d49b;
}
table tbody tr:nth-child(even) {
  background: #fff;
}
table tbody tr:nth-child(odd):last-child {
  border-bottom: solid thin #fff;
}

.main-container {
  max-width: 1305px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1198px) {
  .main-container {
    padding: 0 60px;
  }
}

.content {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .content {
    padding-top: 15px;
    display: flex;
  }
}
@media (min-width: 1198px) {
  .content {
    padding-top: 30px;
  }
}

@media (min-width: 1198px) {
  .home .content {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .entry-content {
    width: 66.2447257384%;
  }
  .entry-content .entry-padding {
    max-width: 684px;
  }
  .entry-content.full-width {
    width: 100%;
  }
  .entry-content.full-width .entry-padding {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .sidebar {
    width: 32.4894514768%;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .sidebar.full-width {
    width: 100%;
    margin-left: 0;
  }
}

.entry-meta {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 3px;
  font-family: "robotoregular", sans-serif;
  margin-top: 15px;
}
.entry-meta a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.entry-meta li {
  font-weight: bold;
}
.entry-meta li:after {
  font-weight: normal;
}
.entry-meta__date {
  font-family: "robotolight", sans-serif;
}
.entry-meta__article-btm {
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: bold;
  clear: both;
}
.entry-meta__author {
  font-weight: 400;
}

.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.post-categories li {
  display: inline-block;
  text-transform: uppercase;
}
.post-categories li:after {
  display: inline-block;
  width: 5px;
  content: ", ";
}
.post-categories li:last-child:after {
  display: none;
}

.entry-content h1.entry-title {
  margin: 0 0 2.375rem 0;
}
@media (min-width: 992px) {
  .entry-content h1.entry-title {
    margin: 0 0 1.875rem 0;
  }
}
.entry-content h2, .entry-content h3 {
  margin: 2em 0 0.65em 0;
}
.entry-content h2 + p, .entry-content h3 + p {
  margin-top: 0;
}
.entry-content .entry-text p:first-child {
  margin-top: 0;
  font-weight: bold;
  position: relative;
}
.entry-content .entry-text p:first-child strong {
  font-style: italic;
}
@media (min-width: 992px) {
  .entry-content .entry-text p:first-child {
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 2em;
  }
  .entry-content .entry-text p:first-child strong {
    font-style: normal;
  }
}
.entry-content .box {
  background: #f1f1ee;
  padding: 20px;
  margin-bottom: 20px;
  clear: both;
}
.entry-content .box p, .entry-content .box ul, .entry-content .box ol {
  font-size: 16px;
  line-height: 20px;
}
.entry-content .box ul, .entry-content .box ol {
  padding-left: 15px;
}
.entry-content .box h3,
.entry-content .box h2 {
  font-size: 21px;
}
.entry-content .box h3:first-child,
.entry-content .box h2:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .entry-content .box {
    padding: 40px;
  }
}
.entry-content .box figure,
.entry-content .box figure.alignright,
.entry-content .box figure.alignleft {
  margin: 0 0 15px 0;
  width: 100%;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .entry-content .box figure,
  .entry-content .box figure.alignright,
  .entry-content .box figure.alignleft {
    width: 100% !important;
    float: nonet;
    margin: 0 0 20px 0;
  }
}
.entry-content .box figure figcaption,
.entry-content .box figure.alignright figcaption,
.entry-content .box figure.alignleft figcaption {
  margin: 5px 0 20px 0;
  font-size: 16px;
}
.entry-content figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  margin: 0 -15px;
  max-width: calc(100% + 30px) !important;
}
@media (min-width: 992px) {
  .entry-content figure {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .entry-content figure {
    margin: 0 0 45px 0;
  }
}
.entry-content figure.aligncenter {
  margin: 0 auto;
}
.entry-content figure.alignright {
  width: calc(100% + 30px) !important;
}
@media (min-width: 768px) {
  .entry-content figure.alignright {
    width: 40% !important;
    float: right;
    margin: 0 0 4px 15px;
  }
}
.entry-content figure.alignright img {
  width: 100% !important;
  min-width: 100% !important;
  height: auto;
}
.entry-content figure.alignright figcaption {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .entry-content figure.alignright figcaption {
    margin: 0.5em 0;
  }
}
@media (min-width: 992px) {
  .entry-content figure.alignright figcaption {
    font-size: 0.875rem;
  }
}
.entry-content figure.alignleft {
  width: calc(100% + 30px) !important;
}
@media (min-width: 768px) {
  .entry-content figure.alignleft {
    width: 40% !important;
    float: left;
    margin: 0 15px 4px 0;
  }
}
.entry-content figure.alignleft img {
  width: 100% !important;
  min-width: 100% !important;
  height: auto;
}
.entry-content figure.alignleft figcaption {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .entry-content figure.alignleft figcaption {
    margin: 0.5em 0;
  }
}
@media (min-width: 992px) {
  .entry-content figure.alignleft figcaption {
    font-size: 0.875rem;
  }
}
.entry-content figure.main-image img {
  display: block;
  width: 100%;
  height: auto;
}
.entry-content .wp-block-image figcaption,
.entry-content figcaption {
  font-size: 1rem;
  line-height: 1.1875rem;
  margin: 0.5em 15px 1em 15px;
}
@media (min-width: 992px) {
  .entry-content .wp-block-image figcaption,
  .entry-content figcaption {
    margin: 0.5em 0;
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  .entry-content .wp-block-image .alignright,
  .entry-content .wp-block-image .alignleft {
    margin: 0.5em -15px;
  }
}

.entry-content.kaupallinen-yhteistyo .article-header {
  background: #e6f2fa;
  padding: 15px 15px 1px 15px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .entry-content.kaupallinen-yhteistyo .article-header {
    margin: 0 0 0 -15px;
  }
}
@media (min-width: 1198px) {
  .entry-content.kaupallinen-yhteistyo .article-header {
    padding: 15px 15px 15px 60px;
    margin: 0 0 0 -60px;
  }
}
.entry-content.kaupallinen-yhteistyo .entry-text p:first-child {
  background: #e6f2fa;
  padding: 0 15px 15px 15px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .entry-content.kaupallinen-yhteistyo .entry-text p:first-child {
    background: #fff;
    padding: 0;
    margin: 1rem 0;
  }
}

.share-bar {
  margin: 30px 0;
}
.share-bar a {
  margin-right: 6px;
}

.related-articles h1 {
  font-family: "poppinsbold", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.25em;
  text-transform: uppercase;
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 2px #000;
  font-weight: normal;
}
@media (min-width: 992px) {
  .related-articles h1 {
    padding-left: 15px;
  }
}

.column-wrapper.two-cols {
  display: block;
}
@media (min-width: 768px) {
  .column-wrapper.two-cols {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .column-wrapper.two-cols .card {
    width: calc(50% - 8px);
  }
}

.entry-content .card {
  position: relative;
}
.entry-content .card h2 {
  font-size: 1.875rem;
  margin: 13px 0;
}
.entry-content .card a {
  display: block;
  text-decoration: none;
  color: #000;
}
.entry-content .card a p.siirry {
  display: none;
}
@media (min-width: 768px) {
  .entry-content .card a p {
    font-size: 0.9375rem;
    line-height: 1.3rem;
  }
  .entry-content .card a p.siirry {
    display: block;
    font-size: 0.75rem;
    font-family: "robotoregular", sans-serif;
    font-weight: bold;
    color: #0077b3;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
}
.entry-content .card.locked:before {
  content: "Tilaajille";
  display: block;
  width: 114px;
  height: 31px;
  position: absolute;
  top: 0;
  left: -15px;
  background: #000 url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/icon-lock.png") no-repeat;
  background-position: 8px center;
  color: #fff;
  font-family: "robotoregular", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  padding: 0 12px 0 0;
  margin: 0;
  text-align: right;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .entry-content .card.locked:before {
    left: 0;
  }
}
.entry-content .card.locked.locked_no_image {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .entry-content .card.column-big h2 {
    font-size: 3.75rem;
    line-height: 1.1;
  }
  .entry-content .card.column-big p {
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .entry-content .card.column-big p.siirry {
    margin-bottom: 40px;
  }
  .entry-content .card.column-big p.siirry:before {
    content: "";
    display: inline-block;
    width: 84px;
    height: 0.45em;
    border-top: solid 2px #0077b3;
    margin-right: 15px;
  }
}
.entry-content .card__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.25%;
  width: 100vw;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .entry-content .card__bg {
    width: 100%;
    margin: 0;
  }
}

.entry-content h1.archive-title {
  padding-bottom: 30px;
  font-size: 2.5rem;
}
.entry-content .listing__full {
  border-top: solid thin #f1f1ee;
}
.entry-content .listing__full a {
  text-decoration: none;
  color: #000;
}
.entry-content .listing__full.kaupallinen {
  background: #e6f2fa;
  border-top: none;
  margin: 0 -15px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .entry-content .listing__full.kaupallinen {
    margin: 0 0 15px -60px;
    padding: 0 60px;
  }
}
.entry-content .listing__row {
  position: relative;
}
@media (min-width: 768px) {
  .entry-content .listing__row {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
}
.entry-content .listing__row.locked:before {
  content: "Tilaajille";
  display: block;
  width: 114px;
  height: 31px;
  position: absolute;
  top: 0;
  left: -15px;
  background: #000 url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/icon-lock.png") no-repeat;
  background-position: 8px center;
  color: #fff;
  font-family: "robotoregular", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  padding: 0 12px 0 0;
  margin: 0;
  text-align: right;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .entry-content .listing__row.locked:before {
    top: 30px;
    left: 0;
  }
}
.entry-content .listing__row.locked.locked_no_image {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .entry-content .listing__row.locked.locked_no_image {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .entry-content .listing__image-column {
    display: block;
    width: 36.3057324841%;
  }
}
.entry-content .listing__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: silver;
  padding-top: 56.25%;
  width: 100vw;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .entry-content .listing__bg {
    width: 100%;
    padding-top: 56.1403508772%;
    margin: 0;
  }
}
.entry-content .listing__texts {
  padding-bottom: 30px;
  /*width: 100%;
  max-width: 100%;*/
}
@media (min-width: 768px) {
  .entry-content .listing__texts {
    flex: 1;
    padding: 0 15px;
  }
  .entry-content .listing__texts .entry-meta {
    line-height: 12px;
    margin: -1px 0 8px 0;
  }
}
.entry-content .listing__texts h2 {
  margin-top: 0;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .entry-content .listing__texts h2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.entry-content .listing__texts p {
  font-family: "robotoregular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.entry-content .listing__texts p.siirry {
  display: block;
  font-size: 0.75rem;
  font-family: "robotoregular", sans-serif;
  font-weight: bold;
  color: #0077b3;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.entry-content button {
  cursor: pointer;
}
.entry-content button.km_loadmore {
  border: none;
  background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/arrow-down-km.svg") no-repeat center left;
  font-size: 0.75rem;
  font-family: "robotoregular", sans-serif;
  font-weight: bold;
  color: #0077b3;
  text-transform: uppercase;
  letter-spacing: 3px;
  height: 38px;
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
}

.entry-content .fine-line {
  display: none;
}
@media (min-width: 992px) {
  .entry-content .fine-line {
    height: 2px;
    background: #f2f2f2;
    margin: 28px 0;
    display: block;
  }
}
.entry-content .newsletter {
  background: #f5a83d;
  padding: 15px;
  margin: 30px -15px;
}
.entry-content .newsletter h3 {
  color: #fff;
  font-family: "poppinsbold", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.entry-content .newsletter form {
  margin: 18px 0 0 0;
}
@media (min-width: 992px) {
  .entry-content .newsletter form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.entry-content .newsletter input[type=email] {
  background: #f5a83d;
  color: #000;
  padding: 8px;
  border: none;
  border-bottom: solid 2px #000;
  font-size: 1.125rem;
  width: calc(100% - 90px);
  max-width: 300px;
  margin: 0 15px 2px 0;
}
.entry-content .newsletter input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.entry-content .newsletter input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.entry-content .newsletter input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.entry-content .newsletter input[type=submit] {
  color: #fff;
  background: #0077b3;
  font-family: "poppinsregular", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.29;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border: none;
  width: 71px;
  height: 33px;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .entry-content .newsletter {
    height: 90px;
    padding: 0 20px;
    margin: 80px 0 15px 0;
    display: flex;
    align-items: center;
  }
  .entry-content .newsletter h3, .entry-content .newsletter form {
    margin: 0;
    padding: 0;
    width: 50%;
  }
}
.entry-content .fp-wide-ad {
  margin: 30px -15px;
}
@media (min-width: 992px) {
  .entry-content .fp-wide-ad {
    margin: 60px 0 0 0;
  }
}

.entry-content .kirjautuminen .asauth-widget-login .trayMenuContentButton {
  display: inline-block;
  color: #fff;
  background: #0077b3;
  filter: none;
  border: solid 1px #0077b3;
  font-family: "poppinsregular", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-decoration: none;
  height: 33px;
  text-align: center;
  border-radius: 16px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
}
.entry-content .kirjautuminen .asauth-widget-login .trayMenuContentButton span {
  color: #fff;
}
.entry-content .kirjautuminen .asauth-widget-login input[type=text],
.entry-content .kirjautuminen .asauth-widget-login input[type=email],
.entry-content .kirjautuminen .asauth-widget-login input[type=number],
.entry-content .kirjautuminen .asauth-widget-login input[type=password] {
  width: 90%;
  margin-bottom: 15px;
}
.entry-content .kirjautuminen .asauth-widget-login button {
  border: solid 1px #0077b3;
  border-radius: 16px;
  font-family: "poppinsregular", sans-serif;
  padding: 0 20px;
}
.entry-content .kirjautuminen .asauth-widget-login button > span {
  font-size: 14px;
}
.entry-content .kirjautuminen .asauth-widget-login p.login-toptip,
.entry-content .kirjautuminen .asauth-widget-login p.login-bottomtip,
.entry-content .kirjautuminen p.logindialoglink {
  margin: 1em 0;
  font-size: 1em;
  line-height: 1.6em;
}
.entry-content a#buy {
  margin-top: 15px;
}

/*
* Asteikko Magazine
*/
.asmag-notificationBoxContent a.asauth-textButton {
  display: inline-block;
  color: #fff;
  background: #0077b3;
  filter: none;
  font-family: "robotoregular", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-decoration: none;
  height: 33px;
  text-align: center;
  border-radius: 16px;
  margin: 0 0 15px 20px;
  padding: 0 20px;
}
.asmag-notificationBoxContent a.asauth-textButton > span {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 10px;
  min-height: 1.3em;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  letter-spacing: 1px;
}

.magazineName,
.magazineName a {
  color: #0077b3;
}

.magazineBuy {
  margin-top: 15px;
}

.magazineListingWidget ul, .magazineListingWidget li {
  list-style: none;
}
.magazineListingWidget ul.magazineListing {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .magazineListingWidget ul.magazineListing {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
}
@media (min-width: 992px) {
  .magazineListingWidget ul.magazineListing {
    grid-template-columns: repeat(3, 1fr);
  }
}
.magazineListingWidget ul.magazineListing li {
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .magazineListingWidget ul.magazineListing li {
    margin: 0;
  }
}
.magazineListingWidget ul.magazineListing li footer {
  padding-top: 10px;
}
.magazineListingWidget .magazineItem {
  display: block;
  position: static;
  float: none;
  padding: 0;
  margin: 0;
}
.magazineListingWidget .magazinesize-medium {
  width: auto;
}
.magazineListingWidget .magazineCover {
  max-width: 430px;
}
.magazineListingWidget .magazineInfo {
  position: static;
}
@media (min-width: 768px) {
  .magazineListingWidget .magazineInfo {
    margin-bottom: 0;
  }
}
.magazineListingWidget .magazineInfo .magazineName {
  position: static;
  display: inline;
}
.magazineListingWidget .magazineInfo .magazineDate {
  display: inline;
  padding-left: 10px;
}
.magazineListingWidget .magazineCoverLabel {
  right: 8px;
  width: 50px;
}

.ad-group-1 {
  display: none;
}
@media (min-width: 992px) {
  .ad-group-1 {
    display: block;
    background: #fff;
    padding-top: 15px;
  }
}
@media (min-width: 1198px) {
  .ad-group-1 {
    padding-top: 15px;
  }
}

.ad-group-2 {
  background: #fff;
  margin-bottom: 15px;
}
.ad-group-2 img {
  display: block;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 992px) {
  .ad-group-2 {
    display: none;
  }
}

.tinybanners .row {
  display: flex;
  justify-content: space-between;
}
.tinybanners a {
  display: block;
  width: 50%;
  margin-bottom: 16px;
}
.tinybanners a:nth-child(even) img {
  margin: 0 0 0 auto;
}
.tinybanners img {
  display: block;
  width: calc(100% - 8px);
  height: auto;
}

.sidebar-right h3 {
  font-family: "poppinsbold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  text-transform: uppercase;
  padding-top: 15px;
  margin: 15px 0 15px 0;
  border-top: solid 2px #000;
}
@media (min-width: 992px) {
  .sidebar-right h3 {
    padding-left: 15px;
  }
}
.sidebar-right ul,
.sidebar-right .rpwwt-widget ul {
  list-style: none;
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  .sidebar-right ul,
  .sidebar-right .rpwwt-widget ul {
    margin: 0 30px 0 15px;
  }
}
.sidebar-right ul li,
.sidebar-right .rpwwt-widget ul li {
  padding: 15px 0;
  margin: 0;
  border-bottom: solid thin #f1f1ee;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.sidebar-right ul li:last-child,
.sidebar-right .rpwwt-widget ul li:last-child {
  border-bottom: none;
}
.sidebar-right ul li a,
.sidebar-right .rpwwt-widget ul li a {
  color: #000;
  text-decoration: none;
  font-family: "dm_serif_textregular", Serif;
  font-size: 1.3125rem;
  line-height: 1.5rem;
}
.sidebar-right ul li .rpwwt-post-excerpt,
.sidebar-right .rpwwt-widget ul li .rpwwt-post-excerpt {
  padding-top: 15px;
}
.sidebar-right .simplelist .post-excerpt {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 15px 0;
}
.sidebar-right p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 992px) {
  .sidebar-right p {
    margin-right: 30px;
    margin-left: 15px;
  }
}
.sidebar-right .g {
  margin-bottom: 15px;
}
.sidebar-right .g img {
  display: block;
  margin-bottom: 15px;
}

.sidebar-right button,
.sidebar-right .button,
.sidebar-right input[type=submit] {
  color: #fff;
  background: #0077b3;
  font-family: "poppinsregular", sans-serif;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 35px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border: none;
  width: auto;
  padding: 0 20px;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
}
.sidebar-right button:hover,
.sidebar-right a.button:hover,
.sidebar-right input[type=submit]:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}
.sidebar-right .tts-kone {
  margin-top: 20px;
  max-width: 385px;
}
.sidebar-right .tts-kone form {
  margin-left: 15px;
}
.sidebar-right .tts-kone input[type=submit] {
  color: #fff;
  background: #0077b3;
  font-family: "poppinsregular", sans-serif;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 35px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border: none;
  width: auto;
  padding: 0 20px;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
}
.sidebar-right .tts-kone #mtechin-link h3 {
  padding-top: 30px;
}
.sidebar-right .tts-kone #mtechin-link a {
  margin-left: 15px;
}

.entry-content .sidebar .tts-kone {
  padding-bottom: 20px;
  border-bottom: solid 2px #000;
}

.page-template-page-kirjaudu .primary-sidebar .tts-kone {
  display: none;
}

.asmagCustomWidget {
  background: #f1f1ee;
  padding-top: 20px;
  overflow: hidden;
}
.asmagCustomWidget img {
  transform: rotate(5deg);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  width: 80%;
  margin: 35px 40px 0 20px;
}

a.asmag-button,
.asauth-widget-login button.trayMenuContentButton,
.asauth-widget-login button {
  display: inline-block;
  color: #fff;
  background: #0077b3;
  font-family: "poppinsregular", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 35px;
  text-align: center;
  border-radius: 16px;
  margin: 0 0 15px 20px;
  padding: 0 20px;
}
a.asmag-button.negative,
.asauth-widget-login button.trayMenuContentButton.negative,
.asauth-widget-login button.negative {
  color: #0077b3;
  background: #fff;
}
a.asmag-button br,
.asauth-widget-login button.trayMenuContentButton br,
.asauth-widget-login button br {
  display: none;
}
a.asmag-button span,
.asauth-widget-login button.trayMenuContentButton span,
.asauth-widget-login button span {
  color: #fff;
}

.asauth-widget-login input[type=text],
.asauth-widget-login input[type=password] {
  padding: 0.5em;
  border: solid thin #c2c3b6;
  margin: 0.5em 0;
}

.white {
  color: #ffffff;
}

.color-bg {
  background: #f5f0eb;
  position: relative;
  padding: 50px 0;
}
.color-bg__blue {
  background: #0046ad;
  position: relative;
}
.color-bg__teal {
  background: #1caeb7;
  position: relative;
}
.color-bg__white {
  background: #ffffff;
  position: relative;
}

.site-footer {
  background: #000;
  color: #fff;
  overflow: hidden;
  padding-bottom: 20px;
}
.site-footer__container {
  padding: 15px;
  position: relative;
  background: #000;
}
@media (max-width: 992px) {
  .site-footer__logo {
    display: block;
    padding-bottom: 30px;
    border-bottom: solid 2px #fff;
  }
  .site-footer__logo a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 45px;
    background: #000 url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-footer-mobile-km.svg") no-repeat;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .site-footer {
    background: #fff;
    max-width: 1305px;
    margin: 0 auto;
  }
  .site-footer__logo {
    width: calc(100% - 15px);
    height: 165px;
    border-bottom: solid 2px #fff;
  }
  .site-footer__logo a {
    display: block;
    width: 180px;
    height: 135px;
    background: #000 url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-footer-desktop-km.svg") no-repeat left;
    background-size: contain;
  }
}
@media (min-width: 1198px) {
  .site-footer {
    padding: 30px 60px 0 60px;
  }
}
.site-footer__yhteystiedot p {
  font-family: "poppinsregular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.29;
  letter-spacing: 0.25px;
}
.site-footer ul {
  list-style: none;
  font-family: "poppinsregular", sans-serif;
  text-transform: uppercase;
}
.site-footer ul a {
  letter-spacing: 0.25px;
  text-decoration: none;
  display: block;
}
.site-footer .menu {
  margin: 0;
  padding: 15px 0 20px 0;
  border-top: solid 2px rgba(255, 255, 255, 0.2);
}
.site-footer .menu li {
  margin-bottom: 15px;
}
.site-footer .menu a {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 992px) {
  .site-footer .menu {
    margin: 163px 0 0 0;
  }
}
.site-footer__mainlinks {
  margin: 0;
  padding: 20px 0;
}
.site-footer__mainlinks a {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: bold;
  color: #82bce5;
}
@media (min-width: 992px) {
  .site-footer__mainlinks {
    padding: 0;
    width: 300%;
    position: absolute;
    top: 125px;
    right: -300%;
    z-index: 2;
  }
  .site-footer__mainlinks li {
    display: inline-block;
    width: 33.3333%;
    margin-right: -4px;
  }
  .site-footer__mainlinks li:last-child {
    width: auto;
  }
  .site-footer__mainlinks a {
    line-height: 1.2;
  }
}
.site-footer .view-cart {
  background: #f7f6f7;
  border-top: solid 2px #8fae1b;
  width: 100%;
  padding: 15px;
  text-align: center;
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .view-cart {
    width: auto;
    left: auto;
    right: 0;
    text-align: right;
    border-left: solid 2px #8fae1b;
  }
}

.woocommerce-cart .view-cart {
  display: none;
}

.site-header {
  position: relative;
}
@media (min-width: 992px) {
  .site-header {
    height: 120px;
  }
}
@media (min-width: 1198px) {
  .site-header {
    height: 180px;
    background: #fff;
    max-width: 1305px;
    margin: 0 auto;
    padding: 30px 60px 0 60px;
  }
}
.site-header__navigation-area {
  position: fixed;
  z-index: 2;
  background: #000;
  width: 100%;
  height: 60px;
}
@media (min-width: 992px) {
  .site-header__navigation-area {
    height: 60px;
    position: static;
  }
}
@media (min-width: 1198px) {
  .site-header__navigation-area {
    height: 90px;
  }
}
.site-header__logo {
  display: block;
  text-decoration: none;
  width: 100px;
  height: 60px;
  background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-header-mobile-km.svg") no-repeat center;
}
@media (min-width: 992px) {
  .site-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 195px;
    height: 120px;
    background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-header-desktop-km.svg") no-repeat center;
    background-size: contain;
    border-right: solid 15px #fff;
    border-top: solid 15px #fff;
  }
}
@media (min-width: 1198px) {
  .site-header__logo {
    position: absolute;
    top: 30px;
    left: 60px;
    width: 195px;
    height: 150px;
    background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-header-desktop-km.svg") no-repeat center;
    background-size: contain;
    border-right: solid 15px #fff;
    border-top: none;
  }
}
.site-header__searchbar {
  background: #fff;
  height: 60px;
  position: absolute;
  left: 0;
  top: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .site-header__searchbar {
    width: 100%;
    justify-content: flex-end;
    background: #f1f1ee;
    justify-content: flex-end;
  }
}
@media (min-width: 1198px) {
  .site-header__searchbar {
    position: static;
  }
}
.site-header__searchbar form {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 1198px) {
  .site-header__searchbar form {
    max-width: 280px;
  }
}
.site-header__searchbar .search-field {
  border: 0;
  background: #fff;
  border-bottom: solid 2px #000;
  padding: 5px;
  width: calc(100% - 65px);
}
@media (min-width: 992px) {
  .site-header__searchbar .search-field {
    background: #f1f1ee;
  }
}
.site-header__searchbar .search-submit {
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/icon-search.svg") no-repeat center;
}
@media (min-width: 992px) {
  .site-header__searchbar .search-submit {
    background: #f1f1ee url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/icon-search.svg") no-repeat center;
  }
}
.site-header__searchbar .social-links {
  height: 60px;
  display: flex;
  align-items: center;
}
.site-header__searchbar .social-links a {
  margin-left: 9px;
}
@media (min-width: 992px) {
  .site-header__searchbar .social-links:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 40px;
    border-left: solid thin #c2c3b6;
  }
}

.comments {
  margin-top: 20px;
}
.comments ol {
  list-style: none;
  padding: 0;
}
.comments ol.children {
  padding-left: 0.9375rem;
}
.comments .comment-author {
  display: inline-block;
}
.comments .says {
  display: none;
}
.comments .comment-metadata {
  display: inline-block;
}
.comments .comment-metadata a {
  text-decoration: none;
  color: #000000;
}
.comments .comment-body {
  padding: 15px 0;
  border-bottom: solid thin black;
}
.comments .comment-content p,
.comments .comment-content p:first-child {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.125rem;
}
.comments a.comment-reply-link {
  color: black;
  text-decoration: none;
}
.comments a.comment-reply-link:hover {
  color: #000000;
}

.comment-respond {
  margin-top: 20px;
}
.comment-respond h3.comment-reply-title {
  font-family: "poppinsbold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  text-transform: uppercase;
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 2px #000;
}
@media (min-width: 992px) {
  .comment-respond h3.comment-reply-title {
    padding-left: 15px;
  }
}
.comment-respond p.must-log-in {
  margin: 15px;
}
.comment-respond form {
  margin: 20px 0;
}
.comment-respond form label {
  display: block;
  color: black;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.comment-respond form textarea {
  width: 100%;
  height: 277px;
  font-size: 1.125rem;
}
.comment-respond form input[type=text],
.comment-respond form input[type=email] {
  width: 100%;
  font-size: 1.125rem;
  line-height: 3.25rem;
}
.comment-respond form small {
  color: black;
  display: block;
  margin-top: 0.25rem;
}
.comment-respond form .comment-form-cookies-consent {
  display: none;
}
.comment-respond form p.logged-in-as:first-child {
  font-size: 1.125rem;
}
.comment-respond form p.logged-in-as:first-child a {
  color: red;
}

html.kmvet {
  background-color: #a3d194;
}

@media (min-width: 992px) {
  body#kmvet {
    position: relative;
  }
  body#kmvet:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #a3d194;
    background-image: linear-gradient(180deg, #04954d, #a3d194);
  }
}
body#kmvet .social-links a {
  color: #04954d;
}
body#kmvet .social-links a.icon-print {
  background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/icon-print-kmvet.svg") no-repeat center;
}
body#kmvet .social-links a.icon-email {
  background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/icon-email-kmvet.svg") no-repeat center;
}

#kmvet .site-header__logo {
  width: 120px;
  height: 60px;
  border-right: solid 10px #fff;
  border-left: solid 10px #fff;
  background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-header-mobile-kmvet.svg") no-repeat center;
  background-size: contain;
}
@media (min-width: 992px) {
  #kmvet .site-header__logo {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    width: 195px;
    height: 130px;
    background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-header-desktop-kmvet.svg") no-repeat center;
    background-size: contain;
    border-left: solid 15px #fff;
  }
}
@media (min-width: 1198px) {
  #kmvet .site-header__logo {
    position: absolute;
    top: 30px;
    left: 38px;
    width: 300px;
    height: 150px;
    background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-header-desktop-kmvet.svg") no-repeat center;
    background-size: contain;
    border-top: solid 15px #fff;
    border-right: solid 15px #fff;
  }
}
#kmvet .site-header #topmenu ul a {
  color: #9ce085;
}
#kmvet .site-header #mainmenu {
  background: #01321a;
}
@media (min-width: 992px) {
  #kmvet .site-header #mainmenu {
    background: #000;
  }
  #kmvet .site-header #mainmenu ul#primary-menu li.active {
    background: #01321a;
  }
  #kmvet .site-header #mainmenu ul#primary-menu li.active a {
    color: #9ce085;
  }
  #kmvet .site-header #mainmenu ul#primary-menu li.active ul a {
    color: #fff;
  }
  #kmvet .site-header #mainmenu ul#primary-menu li.active ul a:hover {
    text-decoration: underline;
  }
  #kmvet .site-header #mainmenu ul#primary-menu li ul.sub-menu {
    background: #01321a;
  }
}

#kmvet .site-footer__mainlinks a {
  color: #9ce085;
}
@media (max-width: 992px) {
  #kmvet .site-footer__logo {
    display: block;
    padding-bottom: 30px;
    border-bottom: solid 2px #fff;
  }
  #kmvet .site-footer__logo a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 45px;
    background: #000 url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-header-mobile-kmvet.svg") no-repeat;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  #kmvet .site-footer__logo {
    width: calc(100% - 15px);
    height: 165px;
    border-bottom: solid 2px #fff;
  }
  #kmvet .site-footer__logo a {
    display: block;
    width: 180px;
    height: 135px;
    background: #000 url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/logo-header-desktop-kmvet.svg") no-repeat left;
    background-size: contain;
  }
}

#kmvet .entry-content .listing__texts p.siirry {
  color: #04954d;
}
#kmvet .entry-content .card a p.siirry {
  color: #04954d;
}
@media (min-width: 768px) {
  #kmvet .entry-content .card.column-big p.siirry:before {
    border-top: solid 2px #04954d;
  }
}
#kmvet .entry-content button.km_loadmore {
  background: #fff url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/arrow-down-kmvet.svg") no-repeat center left;
  color: #04954d;
}
#kmvet .entry-content blockquote {
  color: #04954d;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #0077b3;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #000;
}

/*
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 0;
}
*/
.sidebar .widget_shopping_cart_content .remove_from_cart_button {
  display: inline-block;
  color: red;
}
.sidebar .widget_shopping_cart_content a.button {
  color: #fff;
  background: #0077b3;
  font-family: "poppinsregular", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  font-size: 14px;
  text-decoration: none;
  height: 33px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border: none;
  width: auto;
  padding: 0 20px;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}
.sidebar .widget_shopping_cart_content ul.product_list_widget li {
  font-family: "robotoregular", sans-serif;
  font-weight: bold;
}

.woocommerce table.shop_table {
  margin: 15px -1px 24px 0;
}

.woocommerce-order-pay .wc-item-meta {
  display: none !important;
}

#menubutton {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  width: 40px;
  height: 40px;
  border: none;
  background: #000 url("/wp-content/themes/pt-kaytannonmaamies-theme/assets/img/icon-hamburger.svg") no-repeat center;
}
#menubutton.nav-open {
  background: #000;
}
#menubutton.nav-open:before {
  font-family: "fontello";
  content: "\e805";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  text-align: center;
}
@media (min-width: 1198px) {
  #menubutton {
    display: none;
  }
}

#mainmenu {
  background: #0d1f32;
  position: absolute;
  z-index: 2;
  top: 60px;
  width: 0;
  overflow-x: hidden;
  height: calc(100vh - 60px);
  transition: 0.2s ease;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}
#mainmenu.show {
  width: 100vw;
  left: 0%;
  opacity: 1;
}
#mainmenu.hide {
  opacity: 0;
  left: 100%;
}
#mainmenu ul {
  list-style: none;
}
#mainmenu ul#primary-menu {
  margin: 0;
  padding: 45px 30px 20px 30px;
}
@media (min-width: 1198px) {
  #mainmenu ul#primary-menu {
    margin-left: 180px;
  }
}
#mainmenu ul#primary-menu a {
  color: #fff;
  text-decoration: none;
}
#mainmenu ul#primary-menu li {
  font-family: "poppinsbold", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 17px;
}
#mainmenu ul#primary-menu li a {
  display: inline-block;
  padding-right: 10px;
}
#mainmenu ul#primary-menu li.menu-item-has-children a:after {
  font-family: "fontello";
  content: "\e806";
  font-size: 0.5rem;
  display: inline-block;
  width: 30px;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  vertical-align: top;
  padding-top: 1px;
}
#mainmenu ul#primary-menu li.menu-item-has-children.active a:after {
  transform: rotate(180deg);
  vertical-align: bottom;
  padding-top: 3px;
}
#mainmenu ul#primary-menu li.menu-item-has-children .sub-menu a:after {
  display: none;
}
#mainmenu ul#primary-menu li.active .sub-menu {
  display: block;
}
#mainmenu ul#primary-menu .sub-menu {
  margin: 0;
  padding: 10px 0 15px 0;
  display: none;
}
#mainmenu ul#primary-menu .sub-menu li {
  font-family: "poppinsregular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}
#mainmenu ul#primary-menu .sub-menu li a {
  display: block;
}
@media (min-width: 992px) {
  #mainmenu {
    top: 0;
  }
}
@media (min-width: 1198px) {
  #mainmenu {
    position: static;
    width: auto;
    height: 90px;
    text-align: left;
    transition: none;
    background: #000;
    opacity: 1;
  }
  #mainmenu.hide {
    left: 0;
    opacity: 1;
  }
  #mainmenu ul#primary-menu {
    margin: 0;
    padding: 0 125px 0 115px;
    line-height: 90px;
    text-align: right;
    position: absolute;
    right: 60px;
  }
  #mainmenu ul#primary-menu li {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 5px 5px 10px;
  }
  #mainmenu ul#primary-menu li.menu-item-has-children {
    margin-right: -6px;
  }
  #mainmenu ul#primary-menu li.active {
    background: #00334d;
  }
  #mainmenu ul#primary-menu li.active a {
    color: #82bce5;
  }
  #mainmenu ul#primary-menu li.active ul a {
    color: #fff;
  }
  #mainmenu ul#primary-menu li.active ul a:hover {
    text-decoration: underline;
  }
  #mainmenu ul#primary-menu li a {
    padding: 0;
  }
  #mainmenu ul#primary-menu li.menu-item-has-children a:after {
    width: 25px;
  }
  #mainmenu ul#primary-menu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 8;
    width: 255px;
    text-align: left;
    background: #00334d;
    padding: 24px 20px 20px 20px;
  }
  #mainmenu ul#primary-menu li ul.sub-menu li {
    display: block;
    padding: 0;
  }
}

.logged-in #mainmenu ul#primary-menu li.loginlink a {
  color: #ccc;
}

#topmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 62px;
  line-height: 60px;
}
#topmenu ul a {
  text-decoration: none;
  color: #82bce5;
  font-family: "poppinsbold", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
@media (min-width: 1198px) {
  #topmenu ul {
    top: 30px;
    right: 90px;
    line-height: 90px;
  }
}
