@charset "UTF-8";
/*!
Theme Name: Aste
Theme URI: http://underscores.me/
Author: Aste Helsinki
Author URI: https://astehelsinki.fi/
Description: Description
Version: 1.1.15
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: 10px; --reflex-xs: 576px; --reflex-sm: 768px; --reflex-md: 992px; --reflex-lg: 1100px; --reflex-xlg: 1440px; --reflex-xxs-max: 575px; --reflex-xs-max: 767px; --reflex-sm-max: 991px; --reflex-md-max: 1099px; --reflex-lg-max: 1439px; }

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

.container .grid, .container-full .grid { margin-right: -10px; margin-left: -10px; }

@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: 1100px) { .container { max-width: 1100px; } }

@media (min-width: 1440px) { .container { max-width: 1440px; } }

.grid { -webkit-box-sizing: border-box; box-sizing: border-box; display: block; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; margin: 0 auto; position: relative; letter-spacing: -.31em; *letter-spacing: normal; word-spacing: -.43em; list-style-type: none; }

.grid::before, .grid::after { -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: normal; word-spacing: normal; white-space: normal; }

[class*="col-"] { -webkit-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: 10px; display: inline-block; *display: inline; zoom: 1; }

[class*="col-"]::before, [class*="col-"]::after { -webkit-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-box-flex: 1; flex: 1 1 auto; margin: -10px; }

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

.col-11 { width: 91.66667%; *width: 91.56667%; }

.col-10 { width: 83.33333%; *width: 83.23333%; }

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

.col-8 { width: 66.66667%; *width: 66.56667%; }

.col-7 { width: 58.33333%; *width: 58.23333%; }

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

.col-5 { width: 41.66667%; *width: 41.56667%; }

.col-4 { width: 33.33333%; *width: 33.23333%; }

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

.col-2 { width: 16.66667%; *width: 16.56667%; }

.col-1 { width: 8.33333%; *width: 8.23333%; }

@media (min-width: 576px) { .col-xs-12 { width: 100%; *width: 99.9%; }
  .col-xs-11 { width: 91.66667%; *width: 91.56667%; }
  .col-xs-10 { width: 83.33333%; *width: 83.23333%; }
  .col-xs-9 { width: 75%; *width: 74.9%; }
  .col-xs-8 { width: 66.66667%; *width: 66.56667%; }
  .col-xs-7 { width: 58.33333%; *width: 58.23333%; }
  .col-xs-6 { width: 50%; *width: 49.9%; }
  .col-xs-5 { width: 41.66667%; *width: 41.56667%; }
  .col-xs-4 { width: 33.33333%; *width: 33.23333%; }
  .col-xs-3 { width: 25%; *width: 24.9%; }
  .col-xs-2 { width: 16.66667%; *width: 16.56667%; }
  .col-xs-1 { width: 8.33333%; *width: 8.23333%; } }

@media (min-width: 768px) { .col-sm-12 { width: 100%; *width: 99.9%; }
  .col-sm-11 { width: 91.66667%; *width: 91.56667%; }
  .col-sm-10 { width: 83.33333%; *width: 83.23333%; }
  .col-sm-9 { width: 75%; *width: 74.9%; }
  .col-sm-8 { width: 66.66667%; *width: 66.56667%; }
  .col-sm-7 { width: 58.33333%; *width: 58.23333%; }
  .col-sm-6 { width: 50%; *width: 49.9%; }
  .col-sm-5 { width: 41.66667%; *width: 41.56667%; }
  .col-sm-4 { width: 33.33333%; *width: 33.23333%; }
  .col-sm-3 { width: 25%; *width: 24.9%; }
  .col-sm-2 { width: 16.66667%; *width: 16.56667%; }
  .col-sm-1 { width: 8.33333%; *width: 8.23333%; } }

@media (min-width: 992px) { .col-md-12 { width: 100%; *width: 99.9%; }
  .col-md-11 { width: 91.66667%; *width: 91.56667%; }
  .col-md-10 { width: 83.33333%; *width: 83.23333%; }
  .col-md-9 { width: 75%; *width: 74.9%; }
  .col-md-8 { width: 66.66667%; *width: 66.56667%; }
  .col-md-7 { width: 58.33333%; *width: 58.23333%; }
  .col-md-6 { width: 50%; *width: 49.9%; }
  .col-md-5 { width: 41.66667%; *width: 41.56667%; }
  .col-md-4 { width: 33.33333%; *width: 33.23333%; }
  .col-md-3 { width: 25%; *width: 24.9%; }
  .col-md-2 { width: 16.66667%; *width: 16.56667%; }
  .col-md-1 { width: 8.33333%; *width: 8.23333%; } }

@media (min-width: 1100px) { .col-lg-12 { width: 100%; *width: 99.9%; }
  .col-lg-11 { width: 91.66667%; *width: 91.56667%; }
  .col-lg-10 { width: 83.33333%; *width: 83.23333%; }
  .col-lg-9 { width: 75%; *width: 74.9%; }
  .col-lg-8 { width: 66.66667%; *width: 66.56667%; }
  .col-lg-7 { width: 58.33333%; *width: 58.23333%; }
  .col-lg-6 { width: 50%; *width: 49.9%; }
  .col-lg-5 { width: 41.66667%; *width: 41.56667%; }
  .col-lg-4 { width: 33.33333%; *width: 33.23333%; }
  .col-lg-3 { width: 25%; *width: 24.9%; }
  .col-lg-2 { width: 16.66667%; *width: 16.56667%; }
  .col-lg-1 { width: 8.33333%; *width: 8.23333%; } }

@media (min-width: 1440px) { .col-xlg-12 { width: 100%; *width: 99.9%; }
  .col-xlg-11 { width: 91.66667%; *width: 91.56667%; }
  .col-xlg-10 { width: 83.33333%; *width: 83.23333%; }
  .col-xlg-9 { width: 75%; *width: 74.9%; }
  .col-xlg-8 { width: 66.66667%; *width: 66.56667%; }
  .col-xlg-7 { width: 58.33333%; *width: 58.23333%; }
  .col-xlg-6 { width: 50%; *width: 49.9%; }
  .col-xlg-5 { width: 41.66667%; *width: 41.56667%; }
  .col-xlg-4 { width: 33.33333%; *width: 33.23333%; }
  .col-xlg-3 { width: 25%; *width: 24.9%; }
  .col-xlg-2 { width: 16.66667%; *width: 16.56667%; }
  .col-xlg-1 { width: 8.33333%; *width: 8.23333%; } }

.col-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; }

@media (min-width: 576px) { .col-xs-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

@media (min-width: 768px) { .col-sm-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

@media (min-width: 992px) { .col-md-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

@media (min-width: 1100px) { .col-lg-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

@media (min-width: 1440px) { .col-xlg-auto { -ms-flex: 1 0 auto; -webkit-box-flex: 1; flex: 1 0 0px; width: auto; } }

.order-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }

.order-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }

.order-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }

.order-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }

.order-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }

.order-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }

.order-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }

.order-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }

.order-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }

.order-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }

.order-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }

.order-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }

.order-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; }

@media only screen and (min-width: 576px) { .order-xs-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-xs-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-xs-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-xs-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-xs-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-xs-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-xs-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-xs-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-xs-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-xs-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-xs-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-xs-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-xs-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

@media only screen and (min-width: 768px) { .order-sm-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-sm-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-sm-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-sm-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-sm-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-sm-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-sm-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-sm-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-sm-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-sm-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-sm-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-sm-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-sm-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

@media only screen and (min-width: 992px) { .order-md-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-md-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-md-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-md-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-md-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-md-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-md-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-md-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-md-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-md-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-md-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-md-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-md-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

@media only screen and (min-width: 1100px) { .order-lg-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-lg-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-lg-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-lg-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-lg-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-lg-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-lg-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-lg-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-lg-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-lg-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-lg-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-lg-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-lg-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

@media only screen and (min-width: 1440px) { .order-xlg-12 { -ms-flex-order: 12; -webkit-box-ordinal-group: 13; order: 12; }
  .order-xlg-11 { -ms-flex-order: 11; -webkit-box-ordinal-group: 12; order: 11; }
  .order-xlg-10 { -ms-flex-order: 10; -webkit-box-ordinal-group: 11; order: 10; }
  .order-xlg-9 { -ms-flex-order: 9; -webkit-box-ordinal-group: 10; order: 9; }
  .order-xlg-8 { -ms-flex-order: 8; -webkit-box-ordinal-group: 9; order: 8; }
  .order-xlg-7 { -ms-flex-order: 7; -webkit-box-ordinal-group: 8; order: 7; }
  .order-xlg-6 { -ms-flex-order: 6; -webkit-box-ordinal-group: 7; order: 6; }
  .order-xlg-5 { -ms-flex-order: 5; -webkit-box-ordinal-group: 6; order: 5; }
  .order-xlg-4 { -ms-flex-order: 4; -webkit-box-ordinal-group: 5; order: 4; }
  .order-xlg-3 { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
  .order-xlg-2 { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; }
  .order-xlg-1 { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
  .order-xlg-0 { -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; } }

.offset-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }

.offset-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }

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

.offset-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }

.offset-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }

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

.offset-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }

.offset-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }

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

.offset-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }

.offset-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }

@media only screen and (min-width: 576px) { .offset-xs-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-xs-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-xs-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-xs-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-xs-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-xs-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-xs-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-xs-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-xs-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-xs-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-xs-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-xs-0 { margin-left: 0; *margin-left: -0.1%; } }

@media only screen and (min-width: 768px) { .offset-sm-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-sm-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-sm-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-sm-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-sm-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-sm-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-sm-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-sm-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-sm-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-sm-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-sm-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-sm-0 { margin-left: 0; *margin-left: -0.1%; } }

@media only screen and (min-width: 992px) { .offset-md-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-md-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-md-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-md-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-md-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-md-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-md-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-md-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-md-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-md-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-md-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-md-0 { margin-left: 0; *margin-left: -0.1%; } }

@media only screen and (min-width: 1100px) { .offset-lg-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-lg-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-lg-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-lg-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-lg-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-lg-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-lg-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-lg-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-lg-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-lg-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-lg-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-lg-0 { margin-left: 0; *margin-left: -0.1%; } }

@media only screen and (min-width: 1440px) { .offset-xlg-11 { margin-left: 91.66667%; *margin-left: 91.56667%; }
  .offset-xlg-10 { margin-left: 83.33333%; *margin-left: 83.23333%; }
  .offset-xlg-9 { margin-left: 75%; *margin-left: 74.9%; }
  .offset-xlg-8 { margin-left: 66.66667%; *margin-left: 66.56667%; }
  .offset-xlg-7 { margin-left: 58.33333%; *margin-left: 58.23333%; }
  .offset-xlg-6 { margin-left: 50%; *margin-left: 49.9%; }
  .offset-xlg-5 { margin-left: 41.66667%; *margin-left: 41.56667%; }
  .offset-xlg-4 { margin-left: 33.33333%; *margin-left: 33.23333%; }
  .offset-xlg-3 { margin-left: 25%; *margin-left: 24.9%; }
  .offset-xlg-2 { margin-left: 16.66667%; *margin-left: 16.56667%; }
  .offset-xlg-1 { margin-left: 8.33333%; *margin-left: 8.23333%; }
  .offset-xlg-0 { margin-left: 0; *margin-left: -0.1%; } }

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

.no-wrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

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

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

.direction-row { -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }

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

.direction-column { -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }

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

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

.align-end { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }

.align-end [class*="col-"] { vertical-align: bottom; }

.align-center { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }

.align-center [class*="col-"] { vertical-align: middle; }

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

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

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

.align-content-end [class*="col-"] { vertical-align: bottom; }

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

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

.align-content-space-around { -ms-flex-line-pack: distribute; 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-box-pack: start; justify-content: flex-start; }

.justify-start.grid { text-align: left; }

.justify-end { -ms-flex-pack: end; -webkit-box-pack: 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-box-pack: 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-box-pack: justify; 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; 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-box; display: flex; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }

.col-grid.direction-row { -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }

.col-bleed { padding: 0; }

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

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

.flex-img { display: block; -ms-flex: 0 0 auto; -webkit-box-flex: 0; 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 (max-width: 575px) { .hidden-xxs { display: none; } }

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

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

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

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

@media (min-width: 1440px) { .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
*/
html { font-size: 16px; font-family: "ff-meta-serif-web-pro", serif; }

.entry-header h1 { font-family: "ff-meta-serif-web-pro", serif; font-size: 1.875rem; line-height: 2.375rem; font-weight: 500; margin-bottom: 1.5em; }

@media (min-width: 992px) { .entry-header h1 { font-size: 3.125rem; line-height: 3.75rem; } }

.entry-header a.catbutton { display: inline-block; padding: 15px 20px; border: solid thin #cc3b1a; font-size: 1rem; line-height: 1.125rem; font-weight: 500; color: #cc3b1a; text-decoration: none; }

.entry-header a.catbutton:hover { color: #000; background: #dd4827; }

.entry-header.vau a.catbutton { border: solid thin #dd4827; color: #dd4827; }

.entry-header.vau a.catbutton:hover { color: #000; background: #dd4827; }

.entry-text, .entry-content, .fact-box-wide { font-family: "ff-meta-serif-web-pro", serif; font-size: 1rem; line-height: 1.5625rem; }

@media (min-width: 992px) { .entry-text, .entry-content, .fact-box-wide { font-size: 1.125rem; line-height: 1.75rem; } }

.entry-text h2, .entry-content h2, .fact-box-wide h2 { font-family: "Ronnia", sans-serif; font-size: 1.25rem; line-height: 1.625rem; font-weight: 300; }

@media (min-width: 992px) { .entry-text h2, .entry-content h2, .fact-box-wide h2 { font-size: 1.9375rem; line-height: 2.3125rem; } }

.entry-text h3, .entry-content h3, .fact-box-wide h3 { font-family: "ff-meta-serif-web-pro", serif; font-size: 1.0625rem; line-height: 1.5rem; font-weight: 500; }

@media (min-width: 992px) { .entry-text h3, .entry-content h3, .fact-box-wide h3 { font-size: 1.4375rem; line-height: 2rem; font-weight: 400; } }

.entry-text h4, .entry-content h4, .fact-box-wide h4 { font-family: "ff-meta-serif-web-pro", serif; font-size: 0.9375rem; line-height: 1.25rem; font-weight: 600; }

@media (min-width: 992px) { .entry-text h4, .entry-content h4, .fact-box-wide h4 { font-size: 1rem; line-height: 1.5rem; } }

.entry-text p, .entry-content p, .fact-box-wide p { letter-spacing: 0.13px; }

@media (min-width: 992px) { .entry-text p, .entry-content p, .fact-box-wide p { letter-spacing: 0px; line-height: 1.75rem; } }

.entry-text a, .entry-content a, .fact-box-wide a { color: #000; text-decoration: underline; text-decoration-color: #2a698e; -webkit-text-decoration-color: #2a698e; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.18em; text-underline-offset: 0.18em; }

.entry-text blockquote, .entry-content blockquote, .fact-box-wide blockquote { font-family: "Ronnia", sans-serif; font-size: 1.1875rem; line-height: 1.75rem; font-weight: 600; margin: 2.4em 0 2.4em 0; padding-left: 40px; max-width: 570px; background: url("/wp-content/themes/pt-journalisti-theme/assets/img/quotes_red.svg") no-repeat; background-size: 30px; }

@media (min-width: 992px) { .entry-text blockquote, .entry-content blockquote, .fact-box-wide blockquote { font-size: 1.75rem; line-height: 2.5rem; margin-left: 85px; padding-left: 100px; background-size: 60px; } }

.entry-text blockquote p, .entry-content blockquote p, .fact-box-wide blockquote p { margin-bottom: 0; line-height: 1.75rem; }

@media (min-width: 992px) { .entry-text blockquote p, .entry-content blockquote p, .fact-box-wide blockquote p { line-height: 2.5rem; } }

.entry-text blockquote cite, .entry-content blockquote cite, .fact-box-wide blockquote cite { font-size: 0.875rem; line-height: 1.75rem; font-style: normal; }

.entry-text hr, .entry-content hr, .fact-box-wide hr { width: 150px; height: 1px; background: none; border: none; border-top: solid thin #cc3b1a; margin: 30px 0; }

.entry-text b, .entry-text strong, .entry-content b, .entry-content strong, .fact-box-wide b, .fact-box-wide strong { font-weight: 700; }

.entry-text a:hover, .tags a:hover { color: #2a698e; }

.page .entry-text hr { width: 100%; }

.page .entry-text form hr { width: 150px; }

figcaption, .wp-block-image figcaption { font-family: "Ronnia", sans-serif; font-size: 0.9375rem; line-height: 1.375rem; }

figcaption em, .wp-block-image figcaption em { color: #565D61; font-style: normal; }

.entry-text figcaption, .wp-block-image figcaption { margin-bottom: 40px; }

@media (min-width: 992px) { .entry-text figcaption, .wp-block-image figcaption { margin-bottom: 60px; } }

.entry-content .intro p { font-family: "Ronnia", sans-serif; font-size: 1.25rem; line-height: 1.875rem; font-weight: 300; }

@media (min-width: 992px) { .entry-content .intro p { font-size: 1.625rem; line-height: 2.5rem; max-width: 1040px; } }

html { height: 100%; }

body, html { margin: 0; padding: 0; background: #f7f3ef; }

body { overflow-x: hidden; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

*, *::after, *::before { -webkit-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); -webkit-clip-path: inset(50%); 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; -webkit-clip-path: none; 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; }

.grid-reset { margin-left: -10px; margin-right: -10px; }

.full-width { width: 100%; }

.vert-spacer { height: 20px; }

@media (min-width: 992px) { .vert-spacer { height: 40px; } }

@media (min-width: 992px) { .site-main .mobile { display: none; } }

[class^="icon-"], [class*=" icon-"] { height: 32px; width: 32px; display: inline-block; fill: currentColor; }

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'] { border-radius: 0; }

.entry-header button, .entry-header input[type='submit'], .entry-content button, .entry-content input[type='submit'], .entry-text input[type='submit'], a.button, .mgbutton { border: none; color: #fff; background: #2a698e; height: 45px; border-radius: 30px; font-family: "Ronnia", sans-serif; font-weight: 300; font-size: 14px; line-height: 45px; text-transform: uppercase; text-align: center; padding: 0 40px; letter-spacing: 1.12px; }

.entry-header button:hover, .entry-header input[type='submit']:hover, .entry-content button:hover, .entry-content input[type='submit']:hover, .entry-text input[type='submit']:hover, a.button:hover, .mgbutton:hover { cursor: pointer; background: #000; text-decoration: none; }

.entry-header button.share-btn, .entry-content button.share-btn { width: 50px; height: 50px; padding: 0; overflow: hidden; background: #fff; border-radius: 50%; -webkit-box-shadow: 4px 6px 13px -9px rgba(0, 0, 0, 0.5); box-shadow: 4px 6px 13px -9px rgba(0, 0, 0, 0.5); position: fixed; right: 11px; bottom: 20px; z-index: 1; background: #fff url("/wp-content/themes/pt-journalisti-theme/assets/icons/mobile-share.svg") no-repeat center; visibility: hidden; }

.entry-header button.share-btn.temp-bg, .entry-content button.share-btn.temp-bg { background: #fff; color: #127b26; }

@media (max-width: 768px) { .entry-header button.share-btn, .entry-content button.share-btn { visibility: visible; } }

a.button { display: inline-block; letter-spacing: 1.12px; padding: 0 25px; height: 40px; line-height: 40px; }

a.button.large-button { display: block; margin: 30px auto; max-width: 83%; }

a.button.large-button.hidden { display: none; }

@media (max-width: 576px) { a.button.large-button { display: none; } }

a.button.hidden { display: none; }

@media (min-width: 768px) { a.button { height: 45px; line-height: 45px; padding: 0 40px; } }

.entry-header input[type='text'], .entry-text input[type='text'], .entry-header input[type='search'], .entry-text input[type='search'], .entry-text input[type='email'], .entry-text textarea { border: solid thin #000; border-radius: 0; background: #fff; font-family: "ff-meta-serif-web-pro", serif; font-size: 18px; line-height: 43px; padding: 0 20px; caret-color: #2a698e; }

@media only screen and (min-width: 641px) { .entry-text .gform_wrapper .gform_footer input.button, .entry-text .gform_wrapper .gform_footer input[type=submit], .entry-text .gform_wrapper .gform_page_footer input.button, .entry-text .gform_wrapper .gform_page_footer input[type=submit] { font-size: 14px; } }

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

.entry-text .gform_confirmation_message h1, .entry-text .gform_confirmation_message h2, .entry-text .gform_confirmation_message h3 { font-size: 1.6em; color: #000; margin-bottom: 0; }

@media (max-width: 768px) { .entry-text .gform_confirmation_message h1, .entry-text .gform_confirmation_message h2, .entry-text .gform_confirmation_message h3 { color: #000; } }

.entry-text .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 3px 4px; }

.entry-text .gfield_checkbox li label, .entry-text .gfield_radio li label { padding: 6px !important; margin: 0; max-width: 99% !important; }

.entry-text .gform_wrapper label.gfield_label, .entry-text .gform_wrapper legend.gfield_label { font-weight: 600; font-size: inherit; letter-spacing: 0.13px; }

@media (min-width: 992px) { .entry-text .gform_wrapper label.gfield_label, .entry-text .gform_wrapper legend.gfield_label { font-size: 1rem; } }

.entry-text .gform_wrapper ul.gfield_radio li label { margin: 2px 0 0 -4px; }

.entry-text .gform_wrapper ul.gfield_radio li input[type='radio'] { display: none; }

.entry-text .gform_wrapper ul.gfield_radio li input[type='radio'] label { position: relative; cursor: pointer; display: block; padding: 20px; }

.entry-text .gform_wrapper ul.gfield_radio li input[type='radio'] + label:before { content: ''; display: inline-block; width: 30px; height: 30px; margin: 0px 8px 0 0; vertical-align: middle; cursor: pointer; border-radius: 50%; background-color: #fff; border: thin solid #000; }

.entry-text .gform_wrapper ul.gfield_radio li input[type='radio'] + label:hover:before, .entry-text .gform_wrapper ul.gfield_radio li input[type='radio'] + label:focus:before { border: thin solid #2a698e; -webkit-box-shadow: 0px 3px 6px #00000029; box-shadow: 0px 3px 6px #00000029; }

.entry-text .gform_wrapper ul.gfield_radio li input[type='radio']:checked + label { position: relative; }

.entry-text .gform_wrapper ul.gfield_radio li input[type='radio']:checked + label:after { content: ""; position: absolute; top: 16px; left: 16px; width: 10px; height: 10px; border-radius: 50%; display: inline-block; cursor: pointer; background: #000; }

.entry-text .gform_wrapper ul.gfield_radio li input[type='radio']:checked + label:before { border: thin solid #000; background-color: #f7f3ef; }

.center { text-align: center; }

figure { margin: 0; }

.clear { clear: both; }

.hyphenate { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

.main button, .main .button, .main input[type='submit'] { background: #2a698e; color: #fff; text-decoration: none; font-size: 0.875rem; line-height: 2.8125rem; border-radius: 1.875rem; border: 0; padding: 0 40px; letter-spacing: 1.12px; text-transform: uppercase; text-align: center; cursor: pointer; }

.main button:hover, .main .button:hover, .main input[type='submit']:hover { background: #000; }

.wp-block-table figcaption { padding: 12px; text-align: center; font-style: normal; font-family: "Ronnia", sans-serif; }

table { border-collapse: collapse; font-family: "ff-meta-serif-web-pro", serif; border-spacing: 0; border: solid thin #000; }

table thead tr { color: #fff; background: #000; }

table th { padding: 20px 15px; font-size: 1.0625rem; line-height: 1.5rem; font-weight: 500; }

@media (min-width: 992px) { table th { font-weight: 500; font-size: 1.4375rem; line-height: 2rem; } }

table td { font-size: 1rem; padding: 20px 15px; border-right: solid thin #000; vertical-align: top; }

table td:last-child { border-right: none; }

table tbody tr:nth-child(odd) { background: #f7f3ef; }

table tbody tr:nth-child(even) { background: #fff; }

table tbody tr:nth-child(odd):last-child { border-bottom: solid thin #fff; }

.zoom-in { cursor: -webkit-zoom-in; cursor: zoom-in; }

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton { background-color: #2a698e !important; }

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton, .mgbutton.moove-gdpr-modal-allow-all, .mgbutton.moove-gdpr-modal-save-settings, .mgbutton.moove-gdpr-infobar-allow-all { border: solid thin #2a698e; color: #fff !important; background: #2a698e !important; font-family: "Ronnia", sans-serif !important; font-weight: 300 !important; font-size: 14px; text-transform: uppercase !important; text-align: center; letter-spacing: 1.12px; }

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover, .mgbutton.moove-gdpr-modal-allow-all:hover, .mgbutton.moove-gdpr-modal-save-settings:hover, .mgbutton.moove-gdpr-infobar-allow-all:hover { cursor: pointer; background: #000 !important; text-decoration: none; border: solid thin #fff; }

.moove-gdpr-company-logo-holder { display: none !important; }

.site-main { margin-top: 70px; overflow: hidden; }

@media (min-width: 992px) { .site-main { margin-top: 80px; } }

.cont { margin: 0 auto; max-width: 1440px; padding: 0 17px; }

@media (min-width: 992px) { .cont { padding: 0 40px; } }

@media (min-width: 1100px) { .cont { padding: 0 97px; } }

.entry-header { padding-top: 60px; }

.entry-header.page { padding-top: 30px; }

@media (min-width: 992px) { .entry-header.page { padding-top: 136px; padding-bottom: 20px; } }

.entry-header.page h1 { margin-top: 0; }

@media (min-width: 992px) { .entry-header.page h1 { line-height: 2rem; } }

.entry-header.arkisto { padding-top: 30px; }

.entry-header.arkisto .left-wrap { width: 100%; position: relative; }

@media (min-width: 992px) { .entry-header.arkisto { padding-top: 136px; padding-bottom: 20px; } }

.entry-header.arkisto h1 { margin-top: 0; }

@media (min-width: 992px) { .entry-header.arkisto h1 { line-height: 2rem; } }

.entry-header.arkisto h2 { font-size: 1.25rem; font-family: "Ronnia", sans-serif; font-weight: 300; border-bottom: solid 2px #cc3b1a; padding: 0 0 6px 0; margin: 65px 0 10px 0; }

@media (min-width: 992px) { .entry-header.arkisto h2 { font-size: 1.9375rem; } }

.entry-header.arkisto p { font-family: "Ronnia", sans-serif; font-weight: 300; font-size: 1.25rem; line-height: 1.875rem; }

@media (min-width: 992px) { .entry-header.arkisto p { font-size: 1.625rem; line-height: 2.5rem; max-width: 1040px; } }

.entry-header.arkisto a { color: #000; text-decoration: underline; text-decoration-color: #2a698e; -webkit-text-decoration-color: #2a698e; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.15em; text-underline-offset: 0.158em; }

.entry-header.archive { padding-top: 30px; }

@media (min-width: 992px) { .entry-header.archive { padding-top: 136px; padding-bottom: 20px; } }

.entry-header.archive h1 { margin-top: 0; }

@media (min-width: 992px) { .entry-header.archive h1 { line-height: 2rem; } }

.entry-header.archive h1 span { color: #cc3b1a; font-style: italic; }

@media (min-width: 992px) { .entry-header { padding-top: 123px; padding-bottom: 44px; } }

.entry-header .entry-meta { padding-bottom: 28px; }

.entry-header.nakokulmat { background: #fff; background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #fff), color-stop(10%, #f7f3ef)); background: linear-gradient(180deg, #fff 90%, #f7f3ef 10%); }

.entry-header.nakokulmat .entry-meta { color: #565D61; }

@media (min-width: 992px) { .entry-header.nakokulmat { background: #fff; padding-bottom: 87px; margin-bottom: 60px; }
  .entry-header.nakokulmat .cont { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .entry-header.nakokulmat .cont .left-wrap { width: 64%; } }

.entry-header.nakokulmat .author-image { background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f7f3ef)); background: linear-gradient(180deg, #fff 50%, #f7f3ef 50%); margin: 0 -17px; padding: 0 17px; }

@media (max-width: 576px) { .entry-header.nakokulmat .author-image img { max-width: 94%; } }

@media (min-width: 992px) { .entry-header.nakokulmat .author-image { display: block; width: 36%; margin: 0; padding: 0; background: #fff; } }

.entry-header.vau { background: #000; background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #000), color-stop(10%, #f7f3ef)); background: linear-gradient(180deg, #000 90%, #f7f3ef 10%); color: #fff; }

.entry-header.vau figcaption { color: #000; max-width: 1245px; margin: 0 auto; background: #f7f3ef; }

.entry-header.vau.vaakakuva .featured-image { background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), color-stop(50%, #f7f3ef)); background: linear-gradient(180deg, #000 50%, #f7f3ef 50%); margin: 0 -17px; padding: 0 17px; margin-bottom: 60px; text-align: center; }

.entry-header.vau.vaakakuva .featured-image figcaption { text-align: left; }

.entry-header.vau.vaakakuva .featured-image figcaption p { margin: 0.5em 0; }

@media (min-width: 992px) { .entry-header.vau.vaakakuva .featured-image { background: #000; background: linear-gradient(180deg, #000 0%, #000 162px, #f7f3ef 162px, #f7f3ef 100%); margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-bottom: 30px; } }

.entry-header.vau.pystykuva { padding-bottom: 0; margin-bottom: 60px; }

@media (min-width: 992px) { .entry-header.vau.pystykuva { background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #f7f3ef)); background: linear-gradient(90deg, #000 50%, #f7f3ef 50%); margin-bottom: 90px; }
  .entry-header.vau.pystykuva .cont { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .entry-header.vau.pystykuva .cont .left-wrap { width: calc(50% - 60px); padding-right: 13px; } }

@media (min-width: 1100px) { .entry-header.vau.pystykuva .cont .left-wrap { width: calc(50% - 90px); } }

.entry-header.vau.pystykuva .featured-image { background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), color-stop(50%, #f7f3ef)); background: linear-gradient(180deg, #000 50%, #f7f3ef 50%); margin: 0 -17px; padding: 0 17px; text-align: center; }

.entry-header.vau.pystykuva .featured-image img { display: block; }

.entry-header.vau.pystykuva .featured-image figcaption { text-align: left; background: none; }

.entry-header.vau.pystykuva .featured-image figcaption p { margin: 0; padding: 0.5em 0; }

@media (min-width: 992px) { .entry-header.vau.pystykuva .featured-image figcaption p { padding: 18px 30px 10px 90px; } }

@media (min-width: 1100px) { .entry-header.vau.pystykuva .featured-image figcaption p { padding-left: 120px; } }

@media (min-width: 992px) { .entry-header.vau.pystykuva .featured-image { text-align: left; background: none; width: 60%; } }

.entry-header .author-image.round img { border-radius: 50%; }

.entry-header form { margin-bottom: 17px; max-width: 620px; }

@media (min-width: 992px) { .entry-header form { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 55px; } }

.entry-header input[type='text'], .entry-header input[type='search'] { width: 100%; margin-bottom: 10px; }

@media (min-width: 992px) { .entry-header input[type='text'], .entry-header input[type='search'] { width: 495px; margin-right: 14px; margin-bottom: 0; } }

.entry-header input[type='submit'], .entry-header input[type='button'] { width: 100%; }

@media (min-width: 992px) { .entry-header input[type='submit'], .entry-header input[type='button'] { width: auto; } }

.main-container { padding-bottom: 5px; }

@media (min-width: 992px) { .main-container { padding-bottom: 8px; } }

.entry-content { position: relative; }

.intro-helper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

@media (min-width: 992px) { .intro-helper { display: block; position: relative; } }

.intro:after { content: ''; display: block; width: 150px; height: 1; border-top: solid thin #cc3b1a; margin: 30px 0; }

@media (min-width: 992px) { .intro:after { margin: 40px 0; } }

.page .intro p:first-child { margin-top: 0; }

.page .intro:after { display: none; }

.share-bar { height: 100px; }

@media (min-width: 992px) { .share-bar { position: absolute; right: 0; width: 300px; } }

.entry-text { padding-bottom: 20px; }

@media (min-width: 992px) { .entry-text { width: 66.13162%; min-height: 1060px; }
  .entry-text.full-width { width: 100%; } }

.tags { margin-bottom: 30px; }

@media (min-width: 992px) { .tags { width: 69%; } }

.tags h4 { font-family: "Ronnia", sans-serif; font-size: 1rem; font-weight: 600; padding: 0; margin: 0 0 9px 0; }

.tags h4:before { content: ''; display: block; width: 150px; height: 1px; border-top: solid thin #cc3b1a; margin-bottom: 10px; }

.tags a { display: inline-block; margin-right: 10px; text-transform: lowercase; font-size: 1rem; color: #000; text-decoration: underline; text-decoration-color: #2a698e; -webkit-text-decoration-color: #2a698e; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.3em; text-underline-offset: 0.3em; }

.entry-content .factbox { border: solid thin #dd4827; border-bottom: solid 8px #dd4827; padding: 64px 17px 17px 25px; font-family: "Ronnia", sans-serif; font-size: 0.875rem; line-height: 1.375rem; margin: 2em 0; }

.entry-content .factbox h2, .entry-content .factbox h3:first-child { margin-top: 0; }

.entry-content .factbox ul, .entry-content .factbox ol { padding-left: 17px; }

.entry-content .factbox li { margin-bottom: 1em; }

@media (min-width: 992px) { .entry-content .factbox { padding: 78px 45px 45px 47px; font-size: 1.0625rem; line-height: 1.375rem; }
  .entry-content .factbox h2, .entry-content .factbox h3:first-child { font-family: "Ronnia", sans-serif; font-weight: 300; font-size: 1.9375rem; line-height: 2.3125rem; } }

.entry-content .factbox figure { max-width: 100%; }

.entry-content .factbox img { width: 100%; height: auto; }

.kainalo_wrap { margin-bottom: 36px; }

@media (min-width: 992px) { .kainalo_wrap { margin-bottom: 60px; } }

.kainalo-box-wide { color: #fff; background: #000; padding: 17px; margin-left: -17px; margin-right: -17px; }

.kainalo-box-wide h1, .kainalo-box-wide h2 { font-family: "Ronnia", sans-serif; font-weight: 500; font-size: 1.25rem; line-height: 1.625rem; }

.kainalo-box-wide h3 { font-size: 1.0625rem; line-height: 1.5rem; }

@media (min-width: 992px) { .kainalo-box-wide { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
  .kainalo-box-wide .cont { max-width: 824px; margin: 0 auto; padding: 0; }
  .kainalo-box-wide h1, .kainalo-box-wide h2 { font-size: 1.9375rem; line-height: 2.3125rem; font-weight: 300; }
  .kainalo-box-wide h3 { font-size: 1.4375rem; line-height: 2rem; font-weight: normal; } }

.kainalo-box-wide a { color: #fff; }

.kainalo-box-wide p, .kainalo-box-wide ul, .kainalo-box-wide ol, .kainalo-box-wide table { font-size: 1rem; line-height: 1.5625rem; font-weight: 500; }

.kainalo-box-wide figure { max-width: 100%; }

.kainalo-box-wide img { width: 100%; height: auto; }

.kainalo_wrap .kainalo-box-wide:nth-child(2) .cont:before, .kainalo_wrap .kainalo-box-wide:nth-child(3) .cont:before { content: ''; display: block; width: 150px; height: 2px; background: #dd4827; }

.page-template-page-frontpage .main-container { padding-bottom: 0; }

.page-template-page-frontpage .entry-content { width: 100%; padding-bottom: 5px; }

@media (min-width: 992px) { .page-template-page-frontpage .entry-content { padding-top: 40px; padding-bottom: 8px; } }

.entry-content .featured { background: #fff; margin: 0 -17px; padding: 17px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

@media (min-width: 992px) { .entry-content .featured { margin: 0; padding: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; } }

.entry-content .featured__leftwrap { padding: 15px 0 0; }

@media (min-width: 992px) { .entry-content .featured__leftwrap { padding: 98px 60px 20px 60px; width: 59.83936%; } }

.entry-content .featured__leftwrap a.catbutton { color: #cc3b1a; font-size: 0.875rem; text-decoration: underline; text-decoration-color: #dd4827; -webkit-text-decoration-color: #dd4827; -webkit-text-decoration-thickness: 0.2em; text-decoration-thickness: 0.2em; -webkit-text-underline-offset: 0.2em; text-underline-offset: 0.2em; }

@media (min-width: 992px) { .entry-content .featured__leftwrap a.catbutton { display: inline-block; padding: 15px 20px; border: solid thin #cc3b1a; font-size: 1rem; line-height: 1.125rem; font-weight: 500; color: #cc3b1a; text-decoration: none; }
  .entry-content .featured__leftwrap a.catbutton:hover { color: #000; background: #dd4827; } }

.entry-content .featured__leftwrap h2 { font-family: "Ronnia", sans-serif; font-weight: 600; font-size: 1.4375rem; line-height: 1.8125rem; letter-spacing: -0.23px; margin: 20px 0 9px 0; padding: 0; }

@media (min-width: 992px) { .entry-content .featured__leftwrap h2 { font-size: 2.625rem; line-height: 3.125rem; } }

.entry-content .featured__leftwrap h2 a { color: #000; text-decoration: none; display: block; }

.entry-content .featured__leftwrap .featured__date { font-family: "Ronnia", sans-serif; font-size: 0.875rem; line-height: 0.9375rem; color: #565D61; margin: 0; }

@media (min-width: 992px) { .entry-content .featured figure { width: 40.16064%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
  .entry-content .featured figure img { display: block; } }

.entry-content .slide-bg { background: #000; color: #fff; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 40px 0 20px 0; }

@media (min-width: 1440px) { .entry-content .slide-bg .cont.centertext { text-align: center; } }

.entry-content .slide-bg .cont-slider { position: relative; padding: 0 17px; }

@media (min-width: 768px) { .entry-content .slide-bg .cont-slider { padding-left: 40px; } }

.entry-content .slide-bg .cont-slider .owl-carousel { z-index: 0; width: calc(100vw + 17%); }

@media (min-width: 1100px) { .entry-content .slide-bg .cont-slider .owl-carousel .owl-stage-outer.start { /* background: green; width: calc(100vw + 8.3%); margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);*/ } }

@media (min-width: 1440px) { .entry-content .slide-bg .cont-slider .owl-carousel .owl-stage-outer.start { /* background: red; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);*/ } }

.entry-content .slide-bg .cont-slider .owl-carousel figure { margin-bottom: 20px; }

.entry-content .slide-bg .cont-slider .owl-nav { position: absolute; top: -60px; right: 17px; right: calc(17% + 17px); }

.entry-content .slide-bg .cont-slider .owl-nav button.owl-prev, .entry-content .slide-bg .cont-slider .owl-nav button.owl-next { width: 40px; height: 40px; background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_beige.svg") no-repeat center; background-size: contain; }

.entry-content .slide-bg .cont-slider .owl-nav button.owl-prev:hover, .entry-content .slide-bg .cont-slider .owl-nav button.owl-next:hover { background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_red.svg") no-repeat center; }

.entry-content .slide-bg .cont-slider .owl-nav button.owl-prev.disabled, .entry-content .slide-bg .cont-slider .owl-nav button.owl-next.disabled { background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_beige.svg") no-repeat center; opacity: 0.3; cursor: not-allowed; }

.entry-content .slide-bg .cont-slider .owl-nav button.owl-prev span, .entry-content .slide-bg .cont-slider .owl-nav button.owl-next span { visibility: hidden; }

.entry-content .slide-bg .cont-slider .owl-nav button.owl-prev { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

.entry-content .slide-bg .cont-slider .owl-nav button.owl-next { margin-left: 15px; }

@media (min-width: 768px) { .entry-content .slide-bg .cont-slider .owl-carousel { width: calc(100vw + 12.5%); } }

@media (min-width: 992px) { .entry-content .slide-bg .cont-slider .owl-nav { top: -100px; right: calc(12.5% + 60px); }
  .entry-content .slide-bg .cont-slider .owl-nav button.owl-prev, .entry-content .slide-bg .cont-slider .owl-nav button.owl-next { width: 60px; height: 60px; background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_beige.svg") no-repeat center; background-size: contain; }
  .entry-content .slide-bg .cont-slider .owl-nav button.owl-prev { -webkit-transform: rotate(-540deg); transform: rotate(-540deg); -webkit-transition-duration: 0.2s; transition-duration: 0.2s; }
  .entry-content .slide-bg .cont-slider .owl-nav button.owl-prev.rotate { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: 0.2s; transition-duration: 0.2s; }
  .entry-content .slide-bg .cont-slider .owl-nav button.owl-next { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); -webkit-transition-duration: 0.20s; transition-duration: 0.20s; }
  .entry-content .slide-bg .cont-slider .owl-nav button.owl-next.rotate { -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition-duration: 0.20s; transition-duration: 0.20s; } }

@media (min-width: 1100px) { .entry-content .slide-bg .cont-slider .owl-carousel { width: calc(100vw + 8.3%); }
  .entry-content .slide-bg .cont-slider .owl-nav { right: calc(8.3% + 60px); } }

.entry-content .slide-bg img { width: 90%; }

.entry-content .slide-bg .nakokulmat img { border-radius: 50%; }

.entry-content .slide-bg h2 { font-size: 1.0625rem; margin: 0 0 28px 0; padding: 0 0 1px 0; font-family: "ff-meta-serif-web-pro", serif; display: inline-block; clear: both; border-bottom: solid 8px #dd4827; }

@media (min-width: 992px) { .entry-content .slide-bg h2 { font-size: 1.4375rem; margin: 0 0 50px 0; padding: 0 0 10px 0; } }

.entry-content .slide-bg h3 { font-size: 1.0625rem; line-height: 1.4375rem; margin-top: 15px; }

@media (min-width: 992px) { .entry-content .slide-bg h3 { font-size: 1.4375rem; line-height: 2rem; } }

.entry-content .slide-bg a { color: #fff; text-decoration: none; }

.entry-content .slide-bg a.catbutton { color: #cc3b1a; text-decoration: underline; text-decoration-color: #dd4827; -webkit-text-decoration-color: #dd4827; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.3em; text-underline-offset: 0.3em; font-size: 0.875rem; width: auto; margin-bottom: 10px; font-family: "ff-meta-serif-web-pro", serif; font-weight: 600; }

@media (min-width: 992px) { .entry-content .slide-bg a.catbutton { font-size: 1rem; } }

.entry-content .slide-bg .entry-meta { font-family: "Ronnia", sans-serif; font-weight: 300; }

.entry-content .slide-bg .entry-meta:before { display: none; }

.page-template-page-issue-archive .main-container { padding-bottom: 20px; }

.entry-content .newest-issue { margin: 20px -17px; padding: 0 17px 20px 17px; background: #fff; }

@media (min-width: 992px) { .entry-content .newest-issue { width: 82.98555%; margin: 60px auto; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #f7f3ef; } }

.entry-content .newest-issue figure { background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #f7f3ef)); background: linear-gradient(0deg, #fff 50%, #f7f3ef 50%); margin: 0 -17px; padding: 0 17px; }

.entry-content .newest-issue figure img { width: 253px; display: block; }

@media (min-width: 992px) { .entry-content .newest-issue figure { background: -webkit-gradient(linear, left top, right top, color-stop(70%, #f7f3ef), color-stop(30%, #fff)); background: linear-gradient(90deg, #f7f3ef 70%, #fff 30%); margin: 0; padding: 0; width: 298px; min-height: 483px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-item-align: stretch; align-self: stretch; }
  .entry-content .newest-issue figure img { width: 100%; } }

.entry-content .newest-issue__links { background: #fff; }

@media (min-width: 992px) { .entry-content .newest-issue__links { padding: 40px 80px 40px 40px; min-height: 483px; width: 66.13162%; } }

.entry-content .newest-issue__links ul { margin: 0; padding: 0; list-style: none; }

.entry-content .newest-issue__links li { margin-bottom: 15px; }

.entry-content .newest-issue__links li a { text-decoration: none; font-size: 1.0625rem; line-height: 1.5rem; font-weight: 500; padding: 0; margin: 9px 0 4px 0; }

.entry-content .newest-issue__links li a:before { content: ''; display: inline-block; width: 16px; height: 16px; margin-right: 6px; vertical-align: baseline; margin-bottom: -2px; background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_blue.svg") no-repeat center; background-size: contain; }

.entry-content .newest-issue__links li a:hover { color: #000; text-decoration: underline; text-decoration-color: #2a698e; -webkit-text-decoration-color: #2a698e; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.18em; text-underline-offset: 0.18em; }

.entry-content .newest-issue a.button { display: inline-block; letter-spacing: 1.12px; font-family: "Ronnia", sans-serif; font-weight: 300; margin-top: 10px; }

.entry-content .newest-issue a.button:hover { text-decoration: none; }

.entry-content .newest-issue h3 { display: inline-block; clear: both; font-size: 1.0625rem; border-bottom: solid 8px #cc3b1a; margin: 30px 0 20px 0; padding: 0 0 5px 0; font-weight: 500; }

@media (min-width: 992px) { .entry-content .newest-issue h3 { font-size: 1.4375rem; line-height: 2rem; } }

@media (min-width: 992px) { .page-template-page-frontpage .entry-content .newest-issue { margin: 40px auto; } }

.arkisto-column-row.arkisto2014 { margin-bottom: 20px; }

@media (min-width: 992px) { .arkisto-column-row.arkisto2014 img { width: 100%; max-width: 150%; } }

@media (max-width: 576px) { .arkisto-column-row .col-6 { padding-top: 20px; }
  .arkisto-column-row .col-6:nth-child(odd) { padding-right: 3px; }
  .arkisto-column-row .col-6:nth-child(even) { padding-left: 3px; }
  .arkisto-column-row figure { margin-bottom: 4px; } }

@media (min-width: 576px) { .arkisto-column-row .col-6 { padding-top: 60px; }
  .arkisto-column-row .col-6:nth-child(odd) { padding-right: 8px; }
  .arkisto-column-row .col-6:nth-child(even) { padding-left: 8px; }
  .arkisto-column-row figure { margin-bottom: 12px; } }

.entry-header.page-404 { position: relative; padding-top: 40px; padding-bottom: 40px; }

@media (min-width: 992px) { .entry-header.page-404 { padding-top: 220px; } }

@media (min-width: 992px) { .entry-header.page-404 .text-wrap { width: 50%; } }

.entry-header.page-404 h1 { font-size: 3.75rem; font-weight: 500; line-height: 4.0625rem; margin: 20px 0 10px 0; }

@media (min-width: 992px) { .entry-header.page-404 h1 { margin: 0 0 45px 0; font-size: 7.5rem; white-space: nowrap; } }

.entry-header.page-404 h2 { font-size: 1.875rem; font-weight: 500; margin: 0; }

@media (min-width: 992px) { .entry-header.page-404 h2 { font-size: 3.125rem; } }

.entry-header.page-404 h4 { font-weight: 600; margin: 40px 0 10px 0; }

.entry-header.page-404 a { color: #000; text-decoration: underline; text-decoration-color: #2a698e; -webkit-text-decoration-color: #2a698e; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.1em; text-underline-offset: 0.1em; }

.entry-header.page-404 a:hover { color: #2a698e; }

.entry-header.page-404 p { font-size: 1rem; line-height: 1.5625rem; letter-spacing: 0.15px; }

@media (min-width: 992px) { .entry-header.page-404 figure { width: 45%; max-width: 536px; position: absolute; top: 220px; left: 55%; } }

@media (min-width: 992px) { .entry-header.page-404 form { width: 50%; margin: 0; } }

.entry-header.page-404 input[type="search"]::-webkit-input-placeholder { font-style: italic; }

.entry-header.page-404 input[type="search"]::-moz-placeholder { font-style: italic; }

.entry-header.page-404 input[type="search"]:-ms-input-placeholder { font-style: italic; }

.entry-header.page-404 input[type="search"]::-ms-input-placeholder { font-style: italic; }

.entry-header.page-404 input[type="search"]::placeholder { font-style: italic; }

.sidebar-helper { position: relative; }

.sidebar-right { display: none; }

@media (min-width: 992px) { .sidebar-right { display: block; width: 300px; position: absolute; right: 0; bottom: 20px; } }

.entry-meta { font-family: "Ronnia", sans-serif; font-size: 14px; line-height: 18px; }

.entry-meta:before { content: ''; display: block; width: 150px; height: 19px; border-top: solid thin #cc3b1a; }

@media (min-width: 992px) { .entry-meta:before { width: 130px; } }

.entry-meta a { color: #000; text-decoration: none; }

.entry-meta li { font-weight: bold; }

.entry-meta li:after { font-weight: normal; }

.entry-meta__date { display: block; padding-bottom: 6px; }

.entry-meta__article-btm { clear: both; }

.vau .entry-meta:before { border-top: solid thin #dd4827; }

.post-categories { list-style: none; margin: 0; padding: 0; display: inline-block; }

.post-categories li { display: inline-block; }

.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 figure { -webkit-margin-before: 0; margin-block-start: 0; -webkit-margin-after: 0; margin-block-end: 0; -webkit-margin-start: 0; margin-inline-start: 0; -webkit-margin-end: 0; margin-inline-end: 0; }

.entry-content .entry-text p + figure { margin-top: 1.6em; }

@media (min-width: 992px) { .entry-content .entry-text .wp-block-image.is-resized { max-width: 680px; } }

@media (max-width: 576px) { .entry-content .entry-text .wp-block-image .alignright, .entry-content .entry-text .wp-block-image .alignleft { float: none; margin: 0; padding: 0; } }

@media (min-width: 768px) { .entry-content .entry-text .wp-block-image .alignright, .entry-content .entry-text .wp-block-image .alignleft { max-width: 50%; } }

.entry-content .simple-column-row { margin: 20px 0; }

.entry-content .column__simple a { color: #000; text-decoration: none; }

.entry-content .column__simple a.catbutton { color: #cc3b1a; text-decoration: underline; text-decoration-color: #dd4827; -webkit-text-decoration-color: #dd4827; -webkit-text-decoration-thickness: 0.2em; text-decoration-thickness: 0.2em; -webkit-text-underline-offset: 0.2em; text-underline-offset: 0.2em; font-size: 0.875rem; width: auto; margin-bottom: 10px; font-family: "ff-meta-serif-web-pro", serif; font-weight: 600; }

.entry-content .column__simple h3 { font-size: 1.0625rem; line-height: 1.5rem; font-weight: 500; padding: 0; margin: 9px 0 4px 0; }

.entry-content .column__simple h3:before { content: ''; display: inline-block; width: 16px; height: 16px; margin-right: 6px; vertical-align: baseline; margin-bottom: -2px; background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_blue.svg") no-repeat center; background-size: contain; }

.entry-content .column__simple .entry-meta__date { color: #565D61; }

.entry-content .column__simple .entry-meta:before { display: none; }

.entry-content .fp-column-row { margin: 20px 0; }

@media (min-width: 992px) { .entry-content .fp-column-row { margin: 32px 0; } }

.entry-content .fp-column-row .column figure { width: 80px; float: right; margin-top: 8px; }

@media (min-width: 992px) { .entry-content .fp-column-row .column figure { width: 100%; max-width: 250px; float: none; margin: 0 0 20px 0; } }

.entry-content .fp-column-row .column .left-wrap { width: calc(100% - 100px); }

@media (min-width: 992px) { .entry-content .fp-column-row .column .left-wrap { width: 100%; } }

.entry-content .fp-column-row .column a { color: #000; text-decoration: none; }

.entry-content .fp-column-row .column a.catbutton { color: #cc3b1a; text-decoration: underline; text-decoration-color: #dd4827; -webkit-text-decoration-color: #dd4827; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.2em; text-underline-offset: 0.2em; font-size: 0.875rem; width: auto; margin-bottom: 10px; font-family: "ff-meta-serif-web-pro", serif; font-weight: 600; }

@media (min-width: 992px) { .entry-content .fp-column-row .column a.catbutton { font-size: 1rem; -webkit-text-underline-offset: 0.3em; text-underline-offset: 0.3em; } }

.entry-content .fp-column-row .column h3 { font-size: 1.0625rem; line-height: 1.5rem; font-weight: 500; padding: 0; margin: 7px 0 4px 0; }

@media (min-width: 992px) { .entry-content .fp-column-row .column h3 { font-size: 1.4375rem; line-height: 2rem; margin: 15px 0 5px 0; } }

.entry-content .fp-column-row .column .entry-meta__date { color: #565D61; }

.entry-content .fp-column-row .column .entry-meta:before { display: none; }

.entry-content .topic-articles { margin: 40px 0 20px 0; }

@media (max-width: 768px) { .entry-content .topic-articles { display: none; } }

.entry-content .topic-column h2 { font-family: "ff-meta-serif-web-pro", serif; font-weight: 500; display: inline-block; clear: both; font-size: 1.0625rem; border-bottom: solid 8px #cc3b1a; margin: 0 0 17px 0; padding: 0 0 5px 0; }

@media (min-width: 992px) { .entry-content .topic-column h2 { font-size: 1.4375rem; line-height: 2rem; font-weight: 400; } }

.entry-content .topic-column ul.col-md-4 { list-style: none; padding: 0; margin: 0; }

@media (min-width: 992px) { .entry-content .topic-column ul.col-md-4 { padding: 0 5% 0 0; } }

@media (min-width: 1440px) { .entry-content .topic-column ul.col-md-4 { padding: 0 9.22953% 0 0; } }

.entry-content .topic-column li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; text-decoration: none; }

.entry-content .topic-column li a:hover { text-decoration: underline; text-decoration-color: #2a698e; -webkit-text-decoration-color: #2a698e; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.18em; text-underline-offset: 0.18em; }

.entry-content .topic-column h3 { font-size: 1.0625rem; line-height: 1.5rem; font-weight: 500; padding: 0; margin: 9px 0 4px 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.entry-content .topic-column h3:before { content: ''; display: inline-block; width: 16px; height: 16px; margin-right: 6px; vertical-align: baseline; margin-bottom: -2px; background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_blue.svg") no-repeat center; background-size: contain; }

.entry-content .topic-column figure { width: 60px; height: 60px; margin: 4px 0 0 25px; }

.column-wrapper.two-cols { display: block; }

@media (min-width: 768px) { .column-wrapper.two-cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; 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; }

@media (min-width: 768px) { .entry-content .card a p { font-size: 0.9375rem; line-height: 1.3rem; } }

@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__bg { background-position: center center; background-repeat: no-repeat; background-size: cover; padding-top: 56.25%; width: 100vw; margin: 0 -17px; }

@media (min-width: 768px) { .entry-content .card__bg { width: 100%; margin: 0; } }

.related-articles { margin-bottom: 20px; }

@media (min-width: 992px) { .related-articles { margin-bottom: 0; } }

h1.archive-title { margin-top: 0; }

.listing__row { background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 21px 17px 16px 17px; margin: 0 -17px 4px -17px; }

@media (min-width: 768px) { .listing__row { padding: 40px; margin: 0 0 8px 0; } }

.listing__row a { text-decoration: none; color: #000; display: block; font-family: "Ronnia", sans-serif; }

.listing__row a:hover, .listing__row afocus { text-decoration: underline; text-decoration-color: #2a698e; -webkit-text-decoration-color: #2a698e; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.35em; text-underline-offset: 0.35em; }

.listing__texts { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 16px; }

.listing__texts .catbutton { color: #cc3b1a; text-decoration: underline; text-decoration-color: #cc3b1a; -webkit-text-decoration-color: #cc3b1a; text-underline-offset: 0.1em; font-size: 0.875rem; width: auto; margin-bottom: 10px; font-family: "ff-meta-serif-web-pro", serif; font-weight: 600; }

.listing__texts .catbutton:hover { text-decoration-color: #cc3b1a; -webkit-text-decoration-color: #cc3b1a; }

@media (min-width: 992px) { .listing__texts .catbutton { font-size: 1rem; text-underline-offset: 0.4em; } }

.listing__texts .entry-meta { display: none; }

@media (min-width: 768px) { .listing__texts .entry-meta { display: block; color: #565D61; }
  .listing__texts .entry-meta:before { display: none; } }

.listing__texts h2 { margin-top: 0; font-size: 0.9375rem; }

@media (min-width: 992px) { .listing__texts h2 { font-size: 2.1875rem; line-height: 2.6875rem; margin-top: 28px; margin-bottom: 6px; letter-spacing: -0.35px; font-weight: 600; } }

@media (max-width: 365px) { .listing__texts h2 { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } }

.listing__image { width: 80px; }

@media (min-width: 768px) { .listing__image { width: 16.06426%; max-width: 200px; } }

@media (min-width: 1100px) { .listing__image { width: 200px; } }

.entry-content button { cursor: pointer; }

#baguetteBox-slider.zoomed { width: 100%; height: 100%; -webkit-transform-origin: 0px 0px; transform-origin: 0px 0px; -webkit-transform: scale(1) translate(0px, 0px); transform: scale(1) translate(0px, 0px); cursor: -webkit-grab; cursor: grab; }

#baguetteBox-slider.zoomed figcaption { display: none; }

div#baguetteBox-slider.zoomed > img { width: 100%; height: auto; }

@media (min-width: 992px) { #baguetteBox-slider.zoomed:after { content: 'Suurenna kuvaa hiiren rullalla ja siirrä vasen painike pohjassa.'; display: block; width: 100%; position: absolute; left: 0; bottom: 0px; padding: 15px; text-align: center; color: #cc3b1a; background: #fff; } }

#baguetteBox-slider.zoomed.interacted:after { color: #000; opacity: 0.3; background: transparent; }

.wp-block-image a { cursor: -webkit-zoom-in; cursor: zoom-in; }

.entry-content #loadmore .loadMoreBtn { height: 45px; line-height: 45px; padding: 0 40px; display: block; margin: 30px auto; width: 83%; color: #fff; background: #2a698e; height: 45px; border-radius: 30px; font-family: "Ronnia", sans-serif; font-weight: 300; font-size: 14px; line-height: 45px; text-transform: uppercase; text-align: center; }

.entry-content #loadmore .loadMoreBtn span { display: block; width: 100%; letter-spacing: 1.12px; word-spacing: normal; }

.nav-links { margin: 30px auto; text-align: center; }

@media (min-width: 768px) { .nav-links { text-align: left; } }

.page-numbers { display: inline-block; width: 40px; height: 40px; line-height: 40px; margin-right: 5px; text-align: center; vertical-align: middle; color: #000; text-decoration: none; font-family: "Ronnia", sans-serif; font-size: 16px; font-weight: 600; }

.page-numbers.current { color: #2a698e; text-decoration: underline; -webkit-text-underline-offset: 0.1em; text-underline-offset: 0.1em; }

@media (max-width: 365px) { .page-numbers { width: 35px; height: 35px; line-height: 35px; margin-right: 1px; white-space: nowrap; } }

a.page-numbers:hover { text-decoration: underline; -webkit-text-underline-offset: 0.1em; text-underline-offset: 0.1em; -webkit-text-decoration-color: #2a698e; text-decoration-color: #2a698e; }

a.prev.page-numbers, a.next.page-numbers { display: inline-block; width: 40px; height: 40px; background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_blue.svg") no-repeat center; background-size: contain; padding: 0 10px; border-radius: 0; overflow: hidden; text-indent: -9999px; }

@media (max-width: 365px) { a.prev.page-numbers, a.next.page-numbers { width: 35px; height: 35px; } }

a.prev.page-numbers:hover, a.next.page-numbers:hover { background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right.svg") no-repeat center; background-size: contain; }

a.prev.page-numbers { -webkit-transform: scaleX(-1); transform: scaleX(-1); }

.ticker-bg { background: #000; min-height: 105px; padding: 18px 10px 16px 10px; }

@media (min-width: 768px) { .ticker-bg { min-height: 90px; padding: 23px 10px 16px 10px; } }

@media (min-width: 992px) { .ticker-bg { min-height: 79px; padding: 23px 10px 16px 10px; } }

.ticker { color: #fff; font-size: 0.9375rem; line-height: 1.4375rem; font-weight: 500; }

@media (min-width: 768px) { .ticker { font-size: 1.4375rem; line-height: 2rem; } }

@media (max-width: 992px) { .ticker ul li { min-height: 70px; max-height: 70px; overflow: hidden; } }

@media (min-width: 992px) { .ticker { font-size: 1.4375rem; line-height: 2rem; }
  .ticker ul li { overflow: hidden; max-width: calc(100vw - 204px); white-space: nowrap; text-overflow: ellipsis; } }

.ticker ul { list-style: none; margin: 0; padding: 0; }

.ticker span { color: #dd4827; }

.ticker a { color: #fff; text-decoration: none; }

.ticker a.catbutton { color: #dd4827; }

@media (min-width: 1440px) { .ticker ul li { max-width: 1240px; } }

.sidebar { margin-bottom: 30px; }

.sidebar-mobile { margin-top: 30px; }

.sidebar h3 { display: inline-block; clear: both; font-size: 1.0625rem; border-bottom: solid 8px #cc3b1a; font-weight: 500; margin: 0; padding: 0 0 5px 0; }

@media (min-width: 992px) { .sidebar h3 { font-size: 1.4375rem; line-height: 2rem; } }

.sidebar p, .sidebar li { font-size: 1.0625rem; line-height: 1.5rem; }

.sidebar ul { list-style: none; padding: 0 0 20px 0; }

@media (min-width: 992px) { .sidebar ul { margin: 0 30px 0 15px; } }

.sidebar ul li { padding: 15px 0; margin: 0; }

.sidebar ul li:last-child { border-bottom: none; }

.sidebar ul li a { color: #000; text-decoration: none; }

.sidebar.share-bar { height: 125px; /* hmmm not in layout XXX ? &:after { content: ''; display: block; width: 150px; height: 1px; border-top: solid thin $redStrong; margin: 20px 0; position: static; @include min-medium { display: none; } } */ }

@media (max-width: 576px) { .sidebar.share-bar { margin-bottom: 0; } }

@media (min-width: 992px) { .sidebar.share-bar { height: auto; } }

.sidebar.share-bar .a2a_kit { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 20px; }

@media (min-width: 992px) { .sidebar.share-bar .a2a_kit { display: block; } }

.sidebar.share-bar .a2a_kit span.a2a_label { position: static !important; clip: auto; clip-path: none; -webkit-clip-path: none; width: auto !important; height: auto !important; font-family: "Ronnia", sans-serif; font-size: 0.9375rem; font-weight: 300; padding-left: 10px; }

.sidebar.share-bar .a2a_kit .a2a_button_copy_link { position: relative; }

.sidebar.share-bar .a2a_kit .a2a_button_copy_link .a2a_label { position: relative; color: #f7f3ef; }

.sidebar.share-bar .a2a_kit .a2a_button_copy_link .a2a_label:after { content: 'Kopioi linkki'; display: block; width: 100px; color: #000; position: absolute; bottom: 7px; }

.sidebar.share-bar .a2a_kit.addtoany_list a { display: block; width: 50%; }

.sidebar.share-bar .a2a_kit.addtoany_list a:hover, .sidebar.share-bar .a2a_kit.addtoany_list a:hover span { color: #2a698e !important; opacity: 1; }

.sidebar.share-bar .a2a_kit.addtoany_list a:hover svg, .sidebar.share-bar .a2a_kit.addtoany_list a svg:hover { fill: #2a698e !important; opacity: 0.7; }

.sidebar.share-bar .a2a_kit.addtoany_list a.a2a_button_copy_link:hover span { color: #f7f3ef !important; }

.sidebar.share-bar .a2a_kit.addtoany_list a.a2a_button_copy_link:hover span:after { color: #2a698e; }

@media (min-width: 992px) { .sidebar.share-bar .a2a_kit.addtoany_list a { width: auto; } }

.sidebar .rpwwt-widget ul { margin: 0; }

.sidebar .rpwwt-widget li { clear: both; padding: 10px 0 12px 0; }

.sidebar .rpwwt-widget li a { display: block; }

.sidebar .rpwwt-widget li a:hover { text-decoration: underline; text-decoration-color: #2a698e; -webkit-text-decoration-color: #2a698e; -webkit-text-decoration-thickness: 0.1em; text-decoration-thickness: 0.1em; -webkit-text-underline-offset: 0.18em; text-underline-offset: 0.18em; }

.sidebar .rpwwt-widget li img { display: block; width: 60px; height: 60px; float: right; margin: 1px 0 20px 25px; }

.sidebar .rpwwt-widget .rpwwt-post-title { display: block; }

.sidebar .rpwwt-widget .rpwwt-post-title:before { content: ''; display: inline-block; width: 16px; height: 16px; background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_blue.svg") no-repeat center; background-size: contain; margin-right: 6px; vertical-align: middle; margin-top: -3px; -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

.sidebar.fp-ad { border-top: solid thin #a6a8a8; border-bottom: solid thin #a6a8a8; padding: 17px 0; position: relative; }

.sidebar.fp-ad h4 { font-family: "Ronnia", sans-serif; font-weight: 300; font-size: 14px; line-height: 16px; text-transform: uppercase; text-align: center; color: #565D61; width: 84px; height: 18px; padding: 0; margin: 0; position: absolute; top: -8px; left: 50%; margin-left: -42px; background: #f7f3ef; }

@media (min-width: 992px) { .sidebar.fp-ad h4 { display: none; } }

.sidebar.fp-ad a { text-decoration: none; }

.sidebar.fp-ad img { display: block; border: 0; margin: 0 auto; }

@media (min-width: 992px) { .sidebar.fp-ad { padding: 24px 0; } }

.sidebar.fp-ad.desktop { display: none; }

@media (min-width: 992px) { .sidebar.fp-ad.desktop { display: block; } }

.sidebar.fp-ad.mobile:after { content: 'Mainos'; display: block; font-family: "Ronnia", sans-serif; font-weight: 300; font-size: 14px; line-height: 16px; text-transform: uppercase; text-align: center; color: #565D61; width: 84px; height: 18px; padding: 0; margin: 0; position: absolute; bottom: -12px; left: 50%; margin-left: -42px; background: #f7f3ef; }

@media (min-width: 992px) { .sidebar.fp-ad.mobile { display: none; } }

.sidebar-right .g, .sidebar-mobile .g { border-top: solid thin #a6a8a8; border-bottom: solid thin #a6a8a8; padding: 17px 0; }

.sidebar-right .g img, .sidebar-mobile .g img { display: block; margin: 0 auto; }

.site-footer__upper { background: #000; color: #fff; text-align: center; overflow: hidden; padding: 73px 0 34px; }

@media (min-width: 992px) { .site-footer__upper { padding: 47px 0 29px 0; } }

.site-footer__logo { display: block; width: 167px; height: 25px; margin: 0 auto; background: url("/wp-content/themes/pt-journalisti-theme/assets/img/journalisti_logo_nega.svg") no-repeat center; background-size: contain; }

@media (min-width: 992px) { .site-footer__logo { width: 268px; height: 40px; } }

.site-footer__text { margin: 27px 0; text-align: center; font-size: 1.0625rem; }

@media (min-width: 992px) { .site-footer__text { font-size: 1.5rem; } }

.site-footer hr { border: 0; border-top: solid thin #dd4827; color: #000; background: #000; margin: 40px 0; }

@media (min-width: 992px) { .site-footer hr { margin: 25px 0; } }

.site-footer__lower { background: #f7f3ef; color: #000; padding: 17px 0; }

@media (min-width: 992px) { .site-footer__lower .cont { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

.site-header { position: fixed; top: 0; width: 100%; height: 70px; background: #f7f3ef; border-bottom: solid thin #e1d6c8; z-index: 1; }

@media (min-width: 992px) { .site-header { height: 80px; } }

.site-header__container { margin: 0 auto; }

.site-header__logo { display: block; text-decoration: none; width: 143px; height: 21px; background: url("/wp-content/themes/pt-journalisti-theme/assets/img/journalisti_logo.svg") no-repeat center; background-size: contain; position: absolute; top: 27px; left: 21px; }

@media (min-width: 992px) { .site-header__logo { width: 266px; height: 39px; top: 26px; left: 26px; } }

.site-header .search-form { background: #dd4827; width: 100%; height: 80px; position: absolute; top: 70px; display: none; }

.site-header .search-form.show { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 992px) { .site-header .search-form { width: calc(100% - 500px); top: 0; right: 175px; background: linear-gradient(90deg, #dd4827 0%, #dd4827 calc(100% - 150px), #f7f3ef calc(100% - 150px), #f7f3ef 100%); } }

.site-header .search-form .search-item-wrap { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 17px; }

.site-header .search-form input[type="search"] { font-size: 1.125rem; font-weight: 500; font-style: italic; color: #000; width: calc(100% - 90px); height: 40px; background: #dd4827; border: solid thin #dd4827; font-family: "ff-meta-serif-web-pro", serif; }

@media (min-width: 992px) { .site-header .search-form input[type="search"] { padding-left: 15px; width: calc(100% - 145px); } }

.site-header .search-form input[type="search"]::-webkit-input-placeholder { color: #000; opacity: 1; }

.site-header .search-form input[type="search"]::-moz-placeholder { color: #000; opacity: 1; }

.site-header .search-form input[type="search"]:-ms-input-placeholder { color: #000; opacity: 1; }

.site-header .search-form input[type="search"]::-ms-input-placeholder { color: #000; opacity: 1; }

.site-header .search-form input[type="search"]::placeholder { color: #000; opacity: 1; }

.site-header .search-form #searchsubmit { height: 40px; background: #dd4827; border: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 992px) { .site-header .search-form #searchsubmit { width: 120px; background: #f7f3ef; position: relative; } }

.site-header .search-form #searchsubmit span { font-family: "ff-meta-serif-web-pro", serif; font-size: 18px; }

@media (min-width: 992px) { .site-header .search-form #searchsubmit span { font-size: 30px; } }

.site-header .search-form #searchsubmit .icon-icon-open-magnifying-glass { width: 18px; height: 18px; margin-left: 5px; }

@media (min-width: 992px) { .site-header .search-form #searchsubmit .icon-icon-open-magnifying-glass { width: 30px; height: 30px; margin-left: 10px; } }

.admin-bar .site-header { top: 46px; position: absolute; }

@media (min-width: 992px) { .admin-bar .site-header { top: 32px; position: fixed; } }

.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: #000; }

.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: #000; }

.comment-respond { margin-top: 20px; }

.comment-respond h3.comment-reply-title { font-size: 1.5rem; line-height: 1.25em; text-transform: uppercase; padding-top: 15px; margin-top: 15px; }

@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; }

#menubutton { position: absolute; top: 15px; right: 17px; height: 40px; border: 0; border-radius: 0; background: none; padding: 0; color: #cc3b1a; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#menubutton .icon-menu { width: 40px; height: 40px; }

@media (min-width: 992px) { #menubutton { top: 20px; right: 10px; }
  #menubutton .icon-menu { width: 60px; height: 60px; margin-left: 6px; } }

#menubutton:hover { cursor: pointer; color: #000; }

#menubutton span { font-size: 18px; font-family: "ff-meta-serif-web-pro", serif; }

@media (min-width: 992px) { #menubutton span { font-size: 30px; } }

#menubutton.nav-open { display: none; }

@media (max-width: 365px) { #menubutton span { display: none; } }

#searchbutton { color: #cc3b1a; position: absolute; top: 15px; right: 130px; height: 40px; border: none; border-radius: 0; background: none; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 992px) { #searchbutton.open { display: none; } }

@media (min-width: 992px) { #searchbutton { top: 20px; right: 215px; } }

#searchbutton:hover { cursor: pointer; color: #000; }

#searchbutton span { font-size: 18px; font-family: "ff-meta-serif-web-pro", serif; }

@media (min-width: 992px) { #searchbutton span { font-size: 30px; } }

#searchbutton .icon-icon-open-magnifying-glass { height: 20px; width: 20px; margin-left: 6px; }

@media (min-width: 992px) { #searchbutton .icon-icon-open-magnifying-glass { width: 30px; height: 30px; margin-left: 10px; } }

@media (max-width: 365px) { #searchbutton { right: 80px; }
  #searchbutton span { display: none; } }

#menuCloseButton { position: absolute; top: 10px; right: 17px; height: 40px; z-index: 9; border: none; border-radius: 0; background: none; padding: 0; cursor: pointer; }

@media (min-width: 992px) { #menuCloseButton .icon-remove-delete { width: 40px; height: 40px; } }

#menuCloseButton span { color: #dd4827; }

#mainmenu { background: #dd4827; position: absolute; top: 0; right: 0; width: 0; overflow-x: hidden; overflow-y: auto; -webkit-transition: .2s ease; transition: .2s ease; }

#mainmenu.show { height: 100vh; z-index: 3; width: 100vw; opacity: 1; }

@media (min-width: 992px) { #mainmenu.show { width: 400px; } }

#mainmenu.hide { opacity: 0; width: 0; -webkit-transition: .2s ease; transition: .2s ease; }

#mainmenu ul { margin: 0; padding: 0 0 0 37px; list-style: none; }

#mainmenu ul li { padding-bottom: 10px; }

#mainmenu ul li a { color: #fff; text-decoration: none; display: block; font-size: 30px; line-height: 50px; }

#mainmenu ul li a:hover { color: #000; }

@media (min-width: 992px) { #mainmenu ul li a { font-size: 36px; line-height: 68px; }
  #mainmenu ul li a:hover:after { content: ''; display: inline-block; width: 32px; height: 32px; margin-left: 15px; vertical-align: baseline; margin-bottom: -1px; background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right.svg") no-repeat center; background-size: contain; } }

#mainmenu ul li.blacklink a { color: #000; font-size: 18px; line-height: 28px; }

@media (min-width: 992px) { #mainmenu ul li.blacklink a:hover:after { width: auto; height: 28px; vertical-align: bottom; margin-left: 10px; background: none; } }

#mainmenu ul li.outlink a:after, #mainmenu ul li.outlink a:hover:after { font-family: 'iconfont'; content: '\45'; display: inline-block; vertical-align: bottom; margin-bottom: 0; margin-left: 10px; width: auto; height: 28px; }

#mainmenu ul li.line-before:before { content: ''; display: block; width: 150px; height: 8px; background: #000; margin: 17px 0 17px; }

#mainmenu ul li.line-after:after { content: ''; display: block; width: 150px; height: 8px; background: #000; margin: 17px 0 17px; }

#mainmenu ul#primary-menu { padding-top: 60px; }

#mainmenu ul#social-menu { margin: 12px 0 40px -11px; height: 33px; overflow: hidden; }

#mainmenu ul#social-menu li { display: inline-block; width: 38px; height: 31px; margin-right: 4px; overflow: hidden; }

#mainmenu ul#social-menu a { color: black; display: block; line-height: 33px; height: 33px; overflow: hidden; }

#mainmenu ul#social-menu a:before { display: block; width: 38px; height: 33px; font-size: 40px; text-align: center; font-family: 'iconfont'; overflow: hidden; }

#mainmenu ul#social-menu .facebook a:before { content: "\6e"; }

#mainmenu ul#social-menu .twitter a:before { content: "\6c"; }

#mainmenu ul#social-menu .linkedin a:before { content: "\4c"; }

.site-footer__upper ul { margin: 0; padding: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 992px) { .site-footer__upper ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.site-footer__upper ul li { width: 50%; padding-bottom: 10px; }

@media (min-width: 992px) { .site-footer__upper ul li { width: auto; margin-right: 30px; }
  .site-footer__upper ul li:last-child { margin-right: 0; } }

.site-footer__upper ul li a { color: #fff; text-decoration: none; display: block; font-size: 17px; line-height: 22px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.site-footer__upper ul li a:hover { color: #dd4827; }

.site-footer__upper ul li a:after { content: ''; display: inline-block; width: 25px; height: 25px; margin-left: 12px; vertical-align: baseline; margin-bottom: -1px; color: #dd4827; background: url("/wp-content/themes/pt-journalisti-theme/assets/icons/journalisti_arrow_right_red.svg") no-repeat center; background-size: contain; }

@media (min-width: 992px) { .site-footer__upper ul li a { font-size: 25px; line-height: 32px; } }

.site-footer__upper ul li.outlink a:after { font-family: 'iconfont'; content: '\45'; display: inline-block; vertical-align: bottom; margin-left: 10px; width: auto; height: 19px; }

.site-footer__lower ul { margin: 0; padding: 0; list-style: none; }

.site-footer__lower ul li { display: inline; margin-right: 20px; white-space: nowrap; }

.site-footer__lower ul li a { color: #000; text-decoration: none; font-size: 0.875rem; line-height: 1rem; }

@media (min-width: 992px) { .site-footer__lower ul li a { font-size: 1.0625rem; } }

.site-footer__lower ul li.outlink a:after { font-family: 'iconfont'; content: '\45'; display: inline-block; vertical-align: middle; margin-left: 5px; width: auto; height: 1rem; margin-top: -2px; }

.site-footer__lower ul#social-menu { margin: 12px 0 0 0; height: 20px; overflow: hidden; }

@media (min-width: 992px) { .site-footer__lower ul#social-menu { margin: 0; } }

.site-footer__lower ul#social-menu li { display: inline-block; width: 38px; height: 31px; overflow: hidden; margin-right: 0; }

.site-footer__lower ul#social-menu a { color: black; display: block; line-height: 20px; height: 20px; overflow: hidden; }

.site-footer__lower ul#social-menu a:before { display: block; width: 24px; height: 20px; font-size: 24px; text-align: center; font-family: 'iconfont'; overflow: hidden; }

.site-footer__lower ul#social-menu .facebook a:before { content: "\6e"; }

.site-footer__lower ul#social-menu .twitter a:before { content: "\6c"; }

.site-footer__lower ul#social-menu .linkedin a:before { content: "\4c"; }

.entry-header.arkisto .arkisto-menu-container { position: absolute; right: 0; bottom: 12px; }

@media (min-width: 992px) { .entry-header.arkisto .arkisto-menu-container { bottom: 16px; } }

.entry-header.arkisto button#arkisto-opener { color: #000; background: #f7f3ef; border: solid thin #000; border-radius: 0; padding: 0 20px; width: 167px; height: 45px; font-size: 16px; line-height: normal; }

@media (min-width: 992px) { .entry-header.arkisto button#arkisto-opener { width: 405px; height: 50px; font-size: 16px; } }

.entry-header.arkisto button#arkisto-opener span { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: "ff-meta-serif-web-pro", serif; }

.entry-header.arkisto button#arkisto-opener .icon-ios-arrow-forward { width: 15px; height: 15px; -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.entry-header.arkisto button#arkisto-opener.open .icon-ios-arrow-forward { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.entry-header.arkisto ul#arkisto-menu { margin: 0; padding: 0 20px; list-style: none; background: #fff; width: 167px; border: solid thin #000; border-top: 0 none; position: absolute; top: 44px; z-index: 2; display: none; }

.entry-header.arkisto ul#arkisto-menu.show { display: block; }

@media (min-width: 992px) { .entry-header.arkisto ul#arkisto-menu { width: 405px; top: 49px; font-size: 16px; } }

.entry-header.arkisto ul#arkisto-menu li { margin: 10px 0; }

.entry-header.arkisto ul#arkisto-menu a { text-decoration: none; display: block; }

.entry-header.arkisto ul#arkisto-menu a:hover { text-decoration: underline; }

.entry-content figure.block-big-image { width: 100vw; margin-left: -17px; }

.entry-content figure.block-big-image img { width: 100%; max-width: 100vw; }

.entry-content figure.block-big-image figcaption { padding: 2px 17px; font-family: "Ronnia", sans-serif; font-size: 0.9375rem; line-height: 1.375rem; }

@media (min-width: 992px) { .entry-content figure.block-big-image { width: 150%; margin-left: 0; }
  .entry-content figure.block-big-image img { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
  .entry-content figure.block-big-image figcaption { padding-left: 0; } }
