@charset "UTF-8";
/*
Theme Name: Fonecta 2
Theme URI: http://underscores.me/
Author: Fonecta
Author URI: https://www.fonecta.fi/yrityksille/
Description: Fonecta 2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fonecta2
Tags:

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.

Fonecta 2 is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }
  *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus {
  color: #111; }

textarea {
  width: 100%; }
  textarea:focus {
    color: #111; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul a {
      width: 200px; }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto; }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%; }

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 1022px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table;
  table-layout: fixed; }

.site-header:before, .site-header:after {
  content: "";
  display: table;
  table-layout: fixed; }

.site-content:before, .site-content:after {
  content: "";
  display: table;
  table-layout: fixed; }

.site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Make sure select elements fit in widgets. */
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline, .updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -15px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0 15px 15px; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.btn, #primary-menu > li:last-child a, .woocommerce-product-search button, #page #acf-form .acf-form-submit .acf-button, #page #acf-form .tarjouspyynto-navi button, #page #acf-form .acf-button {
  background-color: #482683;
  border: 1px solid #482683;
  color: #ffffff;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  padding: 16px 32px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em; }
  .btn i, #primary-menu > li:last-child a i, .woocommerce-product-search button i, #page #acf-form .acf-form-submit .acf-button i, #page #acf-form .tarjouspyynto-navi button i, #page #acf-form .acf-button i {
    position: relative;
    margin-left: 7px;
    left: 0px;
    transition: all ease-in-out 0.25s; }
  .btn:hover, #primary-menu > li:last-child a:hover, .woocommerce-product-search button:hover, #page #acf-form .tarjouspyynto-navi button:hover, #page #acf-form .acf-button:hover {
    background-color: #ffffff;
    border: 1px solid #482683;
    color: #482683; }
    .btn:hover i, #primary-menu > li:last-child a:hover i, .woocommerce-product-search button:hover i, #page #acf-form .tarjouspyynto-navi button:hover i, #page #acf-form .acf-button:hover i {
      left: 3px; }
  .btn.btn--linear-bg, #primary-menu > li:last-child a.btn--linear-bg, .woocommerce-product-search button.btn--linear-bg, #page #acf-form .tarjouspyynto-navi button.btn--linear-bg, #page #acf-form .btn--linear-bg.acf-button {
    background: linear-gradient(90.19deg, #75529D 0.19%, #9373B1 99.88%);
    border: 1px solid transparent;
    color: #fff; }
    .btn.btn--linear-bg:hover, #primary-menu > li:last-child a.btn--linear-bg:hover, .woocommerce-product-search button.btn--linear-bg:hover, #page #acf-form .tarjouspyynto-navi button.btn--linear-bg:hover, #page #acf-form .btn--linear-bg.acf-button:hover {
      background: linear-gradient(90.19deg, #9373B1 0.19%, #75529D 99.88%);
      color: #fff; }

.show-only-in-mobile {
  display: none; }

@media screen and (max-width: 1023px) {
  .show-only-in-mobile {
    display: block; }

  .hide-on-mobile {
    display: none; } }
.column, .columns {
  padding-left: 2.5rem;
  /* 40px */
  padding-right: 2.5rem;
  /* 40px */ }

@media screen and (max-width: 40em) {
  .column, .columns {
    padding-left: 1.25rem;
    /* 20px */
    padding-right: 1.25rem;
    /* 20px */ } }
body {
  font-family: "Roboto", sans-serif;
  color: #4d4d4d; }

#content a {
  color: #482683;
  display: inline-block; }
  #content a.page-numbers {
    color: #ffffff;
    background-color: #aaa; }
    #content a.page-numbers:hover {
      background-color: #ebe9eb; }
  #content a.btn, #content #primary-menu > li:last-child a, #primary-menu > li:last-child #content a, #content #page #acf-form a.acf-button, #page #acf-form #content a.acf-button {
    color: #ffffff; }
    #content a.btn:hover, #content #primary-menu > li:last-child a:hover, #primary-menu > li:last-child #content a:hover, #content #page #acf-form a.acf-button:hover, #page #acf-form #content a.acf-button:hover {
      color: #482683; }
  #content a:hover, #content a:focus {
    text-decoration: none; }

body.search-results #content .products .product .woocommerce-loop-product__link {
  width: 100%; }
body.search-results #content .products .wp-element-button.product_type_simple {
  display: none; }

p.ingress {
  font-size: 1.5rem;
  line-height: 36px;
  margin-bottom: 40px; }

p a {
  text-decoration: underline; }
  p a:hover, p a:focus {
    text-decoration: none; }

.wp-caption.alignnone {
  margin-left: 0;
  margin-right: 0; }

.term-description p + h2 {
  padding-top: 15px; }

.term-description table {
  width: 100% !important; }
  .term-description table td:first-child {
    width: 33%; }
  .term-description table tr:first-child {
    background: #422a80;
    color: #ffffff;
    font-weight: bold;
    border: 0px; }

#nav-and-search {
  float: right; }

#top-link {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#header {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #header > .row {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease; }

#content-header {
  padding-top: 40px; }
  #content-header #page-title {
    max-width: 840px; }

#logo img, #header-nav-right, #header-search-and-helpmenu, #primary-menu li a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1001;
  background: #150B50;
  color: #ffffff;
  text-align: center;
  padding: 5px 0 15px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  height: 174px; }
  #header a {
    color: #ffffff; }

body.home #header {
  position: absolute; }

body.admin-bar.home #header {
  margin-top: 32px; }
  body.admin-bar.home #header + * {
    margin-top: 0; }

body.home #header {
  background: none;
  box-shadow: none; }

@media screen and (max-width: 1021px) {
  #header {
    display: flex;
    justify-content: space-between;
    flex-flow: row; }
    #header + * {
      margin-top: 0 !important; }

  #header-search-and-helpmenu-container #header-search,
  #header-search-and-helpmenu-container #topmost-navigation {
    display: none; }

  body.admin-bar #header {
    margin-top: 0; } }
#header > .row {
  width: 100%;
  text-align: left;
  z-index: 99999999;
  padding: 12px 0 0 0; }

@media screen and (min-width: 1022px) {
  body.scrolled #header {
    padding: 0; }
  body.scrolled #logo img {
    width: 140px; } }
#header-nav-left #logo {
  display: block; }
  #header-nav-left #logo img {
    max-width: 180px;
    height: auto; }
#header-nav-left #logo-scrolled {
  display: none; }

body.scrolled #header-nav-left #logo {
  display: none; }
body.scrolled #header-nav-left #logo-scrolled {
  display: block; }

.phone-numbers {
  display: inline-block;
  font-size: 14px; }

.phone-number {
  display: inline-block; }
  .phone-number:not(:last-child) {
    padding-right: 1em; }
  .phone-number h4 {
    font-size: 14px;
    margin: 4px 0 0 0;
    padding: 0; }
  .phone-number a {
    display: inline-block; }
    .phone-number a::before {
      content: '\f095';
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      padding-right: 8px; }

#helpmenu {
  margin: 0;
  list-style-type: none; }
  #helpmenu li {
    display: inline-block;
    font-size: 0.8rem; }
    #helpmenu li:not(:last-child)::after {
      content: '|';
      display: inline-block;
      padding: 0 0.25em; }

#site-navigation {
  float: right; }

.main-navigation {
  width: auto; }

#primary-menu li {
  cursor: pointer;
  position: relative;
  /* Tarjouspyynto is a button no need for underline */ }
  #primary-menu li:hover > a {
    color: #ffffff;
    cursor: pointer; }
    #primary-menu li:hover > a:before {
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 2px;
      display: block;
      content: " ";
      background-color: #9474b4; }
  #primary-menu li a {
    color: #ffffff;
    padding: 10px 17px;
    font-weight: 700;
    /* 22 px */
    font-size: 1.375rem; }
    #primary-menu li a:hover {
      color: #ffffff; }
  #primary-menu li.current-menu-parent > a:before, #primary-menu li.current-page-ancestor > a:before, #primary-menu li.current-menu-item > a:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    content: " ";
    background-color: #9474b4; }
    @media screen and (max-width: 1021px) {
      #primary-menu li.current-menu-parent > a:before, #primary-menu li.current-page-ancestor > a:before, #primary-menu li.current-menu-item > a:before {
        display: none; } }
  @media screen and (max-width: 1021px) {
    #primary-menu li.current-menu-parent > a, #primary-menu li.current-page-ancestor > a, #primary-menu li.current-menu-item > a {
      color: #9474b4; } }
  #primary-menu li.current-menu-item.menu-item-2829 > a:before, #primary-menu li.current-menu-item.menu-item-2858 > a:before {
    display: none; }
#primary-menu > li:last-child {
  margin-left: 20px;
  top: -6px; }
  @media screen and (max-width: 1021px) {
    #primary-menu > li:last-child {
      margin-left: 0px;
      margin-top: 20px;
      top: 0px;
      max-width: 250px; }
      #primary-menu > li:last-child a {
        text-align: center; } }
  #primary-menu > li:last-child a:hover::before {
    display: none; }
#primary-menu > li.menu-item-has-children > a:after {
  background-image: url("img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 15px;
  height: 5px;
  content: ' ';
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: -4px; }
#primary-menu .sub-menu {
  padding-top: 22px;
  background: transparent;
  box-shadow: none; }
  #primary-menu .sub-menu li {
    background: #422a80;
    border-bottom: 1px solid #bfbfbf; }
    #primary-menu .sub-menu li span {
      display: none; }
    #primary-menu .sub-menu li a {
      text-transform: none;
      font-weight: normal;
      padding: 6px 12px;
      text-align: left;
      font-size: 1rem;
      position: relative;
      font-weight: 600; }
      @media screen and (max-width: 1021px) {
        #primary-menu .sub-menu li a {
          font-size: 0.96rem; } }
      #primary-menu .sub-menu li a:hover {
        text-decoration: underline; }
      #primary-menu .sub-menu li a:hover::before {
        display: none; }
    #primary-menu .sub-menu li.menu-item-has-children > a:after {
      background-image: url("img/chevron-right.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      width: 21px;
      height: 12px;
      content: ' ';
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 11px;
      transition: all ease-in-out 0.25s; }
    #primary-menu .sub-menu li.menu-item-has-children > a:hover::after {
      right: 6px; }
      @media screen and (max-width: 1021px) {
        #primary-menu .sub-menu li.menu-item-has-children > a:hover::after {
          right: 10px; } }
  #primary-menu .sub-menu .sub-menu {
    padding-top: 0; }
    #primary-menu .sub-menu .sub-menu li {
      background-color: #9474b4; }

@media screen and (min-width: 1022px) {
  .toggle {
    display: none !important; } }
#sub-menu-container {
  background: #0f0;
  width: 100%;
  position: fixed;
  margin-top: 128px;
  display: none; }

#menu-item-449-sub-menu {
  background: #f00;
  max-width: 1580px;
  margin: 0 auto;
  text-align: left;
  padding: 20px; }

#header-search-and-helpmenu-container {
  padding-right: 20px; }

#header-search-and-helpmenu {
  max-width: 1580px;
  margin: 0 auto;
  padding: 20px 0;
  color: #ccc;
  display: flex;
  flex-flow: row;
  justify-content: end;
  align-items: center; }
  #header-search-and-helpmenu a {
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff; }
    #header-search-and-helpmenu a:hover, #header-search-and-helpmenu a:focus {
      text-decoration: underline; }

#logo-mobile {
  float: left;
  width: 100px;
  display: none; }

#header-search, #header-some {
  float: right; }

#langmenu {
  float: right;
  padding-top: 5px; }
  #langmenu .lang-item {
    display: inline;
    list-style: none;
    margin-left: 10px;
    text-transform: uppercase; }
    #langmenu .lang-item a {
      color: #ffffff;
      padding: 5px; }
      #langmenu .lang-item a:hover {
        background-color: #f0f0f0;
        color: #150B50; }
  #langmenu .current-lang a {
    background-color: #f0f0f0;
    color: #150B50;
    padding: 5px; }
  #langmenu #header-some i {
    /* 30 px */
    font-size: 1.875rem; }

#header-some a {
  margin-right: 16px;
  color: #ccc; }

#mobile-contact {
  display: none; }

#header-search-and-helpmenu > :not(:last-child) {
  margin-left: 15px; }

#header-search form {
  overflow: hidden; }
#header-search input, #header-search button {
  width: 130px;
  float: left;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 5px 15px;
  height: 30px;
  font-size: 0.9rem;
  border-bottom: 1px solid #f0f0f0;
  background-color: transparent;
  outline: none; }
#header-search input::focus {
  outline: none; }
#header-search input,
#header-search input::placeholder {
  color: #ffffff; }
#header-search button {
  width: 30px;
  padding-left: 0;
  padding-right: 0; }
  #header-search button::after {
    content: '\f002';
    font-family: "Font Awesome 5 Pro";
    color: #ffffff;
    font-size: 1rem;
    margin-top: -6px;
    padding-left: 5px;
    display: inline-block; }

#header-nav-container {
  padding-right: 20px;
  padding-left: 20px; }

#header-nav {
  max-width: 1580px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

#header-nav-left {
  width: 20%;
  float: left; }

#header-nav-right {
  width: 80%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end; }

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important; }

.woocommerce-page div.product div.summary {
  float: left !important; }
.woocommerce-page div.product div.images {
  float: right !important; }

.woocommerce-Tabs-panel--description h2:first-of-type {
  display: none; }

.woocommerce-Tabs-panel figure {
  display: inline-block; }
.woocommerce-Tabs-panel a img {
  display: inline-block;
  border: 1px solid #bbb;
  margin-right: 20px;
  margin-bottom: 20px; }

.woocommerce-product-search input {
  height: 38px;
  padding-left: 4px; }
.woocommerce-product-search button {
  box-shadow: none;
  margin-left: 10px;
  padding: 5px 30px;
  height: 40px; }

.widget_product_categories > .product-categories {
  list-style: none;
  margin: 0;
  clear: both;
  padding-top: 2px; }
  .widget_product_categories > .product-categories > li {
    margin-top: 8px;
    margin-bottom: 3px; }
    .widget_product_categories > .product-categories > li > a {
      background: #422a80;
      color: #ffffff;
      padding: 4px 10px;
      display: block;
      font-size: 1.2rem;
      margin-top: 12px;
      margin-bottom: 6px; }
      .widget_product_categories > .product-categories > li > a:after {
        font-family: "Font Awesome 5 Pro";
        content: '\f101';
        padding-left: 6px; }
    .widget_product_categories > .product-categories > li.current-cat > a {
      font-weight: bold; }
    .widget_product_categories > .product-categories > li > span {
      color: #ffffff; }
    .widget_product_categories > .product-categories > li .children {
      background: #ffffff;
      list-style: none;
      margin: 0; }
      .widget_product_categories > .product-categories > li .children > li {
        padding: 3px 10px; }
        .widget_product_categories > .product-categories > li .children > li.current-cat > a {
          font-weight: bold; }

.product-category .count {
  display: none; }

.woocommerce #page ul.categories li.category .woocommerce-loop-category__title,
.woocommerce #page ul.products li.product .woocommerce-loop-category__title {
  font-size: 1rem;
  display: flex; }
  .woocommerce #page ul.categories li.category .woocommerce-loop-category__title::after,
  .woocommerce #page ul.products li.product .woocommerce-loop-category__title::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f101';
    padding-left: 10px; }
.woocommerce #page ul.categories li.category .woocommerce-loop-product__title span:after,
.woocommerce #page ul.products li.product .woocommerce-loop-product__title span:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f101';
  padding-left: 6px; }
.woocommerce #page ul.categories li.category a img,
.woocommerce #page ul.products li.product a img {
  margin-bottom: 0; }

@media screen and (max-width: 1490px) {
  #header {
    height: 176px; }

  #header-nav-left {
    width: 14%; }

  #header-nav-right {
    width: 86%; }

  #primary-menu li a {
    font-size: 1.1rem; } }
@media screen and (max-width: 1021px) {
  #logo-mobile {
    display: block; }

  #header-nav-left {
    display: none; }

  #header-nav-right {
    padding-top: 22px;
    width: 100%; }

  #langmenu, #header-search, #header-some {
    padding-top: 6px; }

  #header + * {
    margin-top: 0 !important; }

  #primary-menu {
    background: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
    #primary-menu > li > a {
      text-align: left;
      margin-left: 18px; }
    #primary-menu li {
      text-align: left; }
      #primary-menu li:hover > a:before {
        display: none; }
      #primary-menu li:hover > a {
        color: #9474b4; }
      #primary-menu li a {
        color: #150B50; }
        #primary-menu li a:hover {
          color: #9474b4; } }
@media screen and (max-width: 1140px) {
  #primary-menu li a {
    font-size: 1rem; }

  #home-news h3 {
    font-size: 1.6rem; } }
@media screen and (max-width: 1050px) {
  #primary-menu li a {
    font-size: 0.96rem; } }
@media screen and (min-width: 1022px) {
  body.scrolled.home #header-search-and-helpmenu-container {
    border-bottom: none; } }
@media screen and (max-width: 1021px) {
  #header {
    height: auto; }

  #header-nav-right {
    padding-top: 2px; }

  .phone-number, #logo {
    margin-bottom: 5px; }

  #header-search-and-helpmenu {
    padding-top: 10px; }

  #primary-menu {
    float: none;
    margin: 0;
    padding: 10px 0 60px 0;
    border-bottom: 1px solid #150B50; }
    #primary-menu li {
      display: block;
      float: none;
      width: 100%;
      padding: 0; }
      #primary-menu li a {
        padding: 10px 0; }
      #primary-menu li.current_page_item > a {
        color: #9474b4;
        background: transparent; }
    #primary-menu > li.menu-item-has-children > a {
      display: flex;
      align-items: center; }
      #primary-menu > li.menu-item-has-children > a::after {
        background: none;
        content: '+';
        font-size: 1.35rem;
        top: -1px;
        height: auto;
        margin-left: 25px; }
    #primary-menu > li.menu-item-has-children.sub-menu-opened > .sub-menu {
      display: block; }
    #primary-menu > li.menu-item-has-children.sub-menu-opened > a::after {
      content: '-'; }

  .main-navigation ul#primary-menu ul.sub-menu {
    display: none;
    padding: 0 0 10px 0;
    position: static;
    float: none;
    opacity: 1; }
    .main-navigation ul#primary-menu ul.sub-menu span {
      display: inline-block;
      color: #482683;
      font-size: 1.35rem;
      position: relative;
      z-index: 999; }
      .main-navigation ul#primary-menu ul.sub-menu span:hover {
        color: #9474b4; }
    .main-navigation ul#primary-menu ul.sub-menu.open {
      display: block; }
    .main-navigation ul#primary-menu ul.sub-menu li {
      padding: 6px 6px 6px 18px;
      background: transparent;
      border-bottom: none; }
      .main-navigation ul#primary-menu ul.sub-menu li a {
        padding: 0;
        max-width: 200px;
        display: inline-block; } }
@media screen and (max-width: 1024px) {
  .woocommerce #main .page-part-wrapper .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .woocommerce #main .page-part-wrapper .row .large-9 {
      order: -10; } }
.toggle {
  color: #ffffff;
  font-weight: bold;
  padding: 6px 12px;
  margin: 10px 0 0 0 !important;
  border-radius: 0;
  font-size: 1.25rem;
  text-shadow: none;
  box-shadow: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .toggle::before {
    color: #ffffff;
    content: '\f0c9';
    font-weight: normal;
    font-family: "Font Awesome 5 Pro"; }
  .toggle.opened {
    position: relative;
    z-index: 9; }
    .toggle.opened::before {
      color: #150B50;
      content: 'X'; }
  .toggle:hover::before {
    color: #482683; }

.toggle-check {
  display: none; }
  .toggle-check:checked ~ :not(label), .toggle-check:checked ~ * > ul {
    display: block !important; }

.hero-container + #breadcrumbs-container {
  padding: 40px 0 0 0; }

#page .black-heading {
  color: #0B0B0B; }

h1,
#page h1 {
  /* 40 px */
  font-size: 3rem;
  line-height: 3.825rem;
  color: #482683;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 30px; }
  @media screen and (max-width: 1021px) {
    h1,
    #page h1 {
      font-size: 2rem;
      line-height: 3rem; } }
  @media screen and (max-width: 480px) {
    h1,
    #page h1 {
      font-size: 1.3rem;
      line-height: 1.5rem; } }

body.search h1#page-title {
  padding-bottom: 40px; }

h2,
#page h2 {
  /* 37 px */
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #482683;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 1021px) {
    h2,
    #page h2 {
      font-size: 1.75rem;
      line-height: 2rem; } }
  @media screen and (max-width: 480px) {
    h2,
    #page h2 {
      font-size: 1.125rem;
      line-height: 1.25rem; } }

#page h3, #page h4, #page h5 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.125rem;
  color: #482683;
  font-family: "Roboto", sans-serif; }
#page #gform_wrapper_2 h3 {
  color: #ffffff; }

#page h6 {
  color: #482683;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-size: 1.8rem; }
  @media screen and (max-width: 1021px) {
    #page h6 {
      font-size: 1.5rem;
      line-height: 1.75rem; } }

body .gform_wrapper h3.gform_title, h3 {
  /* 32 px */
  font-size: 1.8rem; }

@media screen and (max-width: 400px) {
  h1 {
    font-size: 1.5rem;
    line-height: 1.9rem; }

  h2 {
    font-size: 1.4rem;
    line-height: 1.8rem; } }
body.error404 .search-form label {
  width: 280px;
  float: left; }
  body.error404 .search-form label .search-field {
    height: 30px; }
body.error404 .search-submit {
  float: left;
  margin-left: 6px;
  width: 70px;
  height: 30px; }
body.search .entry-summary strong {
  background: yellow; }

#content {
  padding: 40px 0 0 0; }

body.home #content {
  margin-top: 40px;
  padding-top: 0; }

#footer-container {
  background: #422a80; }

#footer {
  padding: 80px 0;
  color: #ffffff;
  font-size: 1.125rem; }

#footer-right {
  /* 19 px */
  font-size: 1.1875rem; }

#footer i {
  /* 30 px */
  font-size: 1.875rem;
  color: #ffffff;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out; }
#footer a {
  color: #ffffff;
  text-decoration: none; }
  #footer a:focus, #footer a:hover {
    color: #9474b4; }
    #footer a:focus i, #footer a:hover i {
      top: -3px; }
#footer ul {
  list-style: none;
  margin-left: 0; }
  #footer ul li {
    margin-bottom: 10px; }
    #footer ul li a {
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.1em; }
#footer p {
  line-height: 2.5rem; }

#footer-left img {
  max-width: 197px;
  margin-bottom: 15px; }
#footer-left p {
  /* 12 px */
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 400; }

@media screen and (max-width: 40em) {
  #content {
    padding-top: 20px; }

  #footer {
    margin-top: 20px; } }
#footer-some {
  margin-top: 50px;
  margin-bottom: 20px; }
  #footer-some a {
    margin-right: 16px;
    color: #ccc; }

.single-header-date {
  font-weight: bold; }

@media screen and (max-width: 700px) {
  body.single #primary, body.author #primary, body.archive #primary, body.single #secondary, body.author #secondary, body.archive #secondary {
    width: 100%;
    float: none; } }
body.search-results .entry-summary {
  margin-top: 0; }

.nav-previous a::before {
  content: '\f053';
  font-size: 0.8rem;
  font-family: "Font Awesome 5 Pro";
  padding: 0 6px 0 0; }

.nav-next a::after {
  content: '\f053';
  font-size: 0.8rem;
  font-family: "Font Awesome 5 Pro";
  padding: 0 6px 0 0;
  content: '\f054';
  padding: 0 0 0 6px; }

hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

@media screen and (max-width: 40em) {
  .phone-number, #logo {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  #logo-mobile {
    position: static;
    width: 33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  #langmenu, #header-some {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  #langmenu {
    width: 33%;
    margin-left: 12px;
    margin-bottom: 10px; }

  #header-search-and-helpmenu-container {
    border-bottom: 0; }

  #header-search-and-helpmenu {
    padding-bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

  #langmenu {
    float: none;
    clear: both;
    text-align: left; }

  #header-search {
    float: none;
    clear: both;
    padding-top: 6px;
    width: 100%; }
    #header-search form {
      float: right; }

  #header-some {
    width: 20%;
    float: none;
    clear: both;
    text-align: left;
    padding-top: 8px; }
    #header-some i {
      font-size: 1.25rem; }
    #header-some a {
      margin-right: 6px; }

  #site-navigation {
    float: none;
    clear: both; }
    #site-navigation .toggle {
      margin-top: -10px !important; }

  #content {
    padding-left: 0;
    padding-right: 0; }

  #header-nav-right {
    padding-top: 5px;
    padding-left: 12px;
    text-align: left; } }
@media screen and (max-width: 425px) {
  #logo-mobile, #header-some, #header-search, #langmenu {
    width: 40%; }

  #header-search input {
    width: 100px; }

  hr.clear {
    display: none; }

  #header-search form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; } }
@media screen and (max-width: 320px) {
  #header-nav-container {
    overflow: hidden; }

  #logo-mobile, #header-search {
    width: 100%; }

  #header-some, #langmenu {
    width: 40%; }

  #header {
    height: auto !important; }

  #site-navigation .toggle {
    margin-top: 0 !important; } }
#content .highlights-list a {
  color: #0B0B0B; }
  #content .highlights-list a:hover {
    color: #9474b4; }

.highlights-list {
  list-style: none;
  margin: 0; }
  .highlights-list li {
    display: block;
    overflow: hidden;
    background-color: #fafafa;
    margin-bottom: 25px;
    padding: 20px; }
  .highlights-list time {
    display: block;
    color: #9474b4;
    font-weight: bold; }
  .highlights-list a {
    font-size: 1.1rem;
    font-weight: bold; }
  .highlights-list p {
    font-size: 0.96rem;
    margin-bottom: 0; }
  .highlights-list.with-thumbs li {
    padding-left: 170px;
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: left top; }
    .highlights-list.with-thumbs li.no-thumb {
      padding-left: 0; }
      .highlights-list.with-thumbs li.no-thumb::before {
        float: left;
        content: '';
        width: 150px;
        height: 150px;
        display: block;
        background: #eee;
        margin-right: 20px; }

#content a.back-link, #content a.read-more {
  color: #ffffff;
  padding: 6px 18px 6px 18px;
  margin: 10px auto 0;
  display: inline-block;
  background: #422a80;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 20px; }

.read-more {
  color: #ffffff;
  padding: 6px 18px 6px 18px;
  margin: 10px auto 0;
  display: inline-block;
  background: #422a80;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

a.read-more::after, .read-more::after {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  content: '\f054';
  margin-left: 6px; }

a.back-link::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  content: '\f053';
  margin-right: 6px;
  position: relative;
  left: 0px;
  transition: all ease-in-out 0.25s; }
a.back-link:hover::before {
  left: -2px; }
a.read-more:hover {
  padding: 6px 26px 6px 26px; }

.read-more:hover {
  padding: 6px 26px 6px 26px; }

.pager {
  margin-top: 20px; }
  .pager a, .pager span {
    float: left;
    display: inline-block;
    padding: 4px 12px;
    background: #422a80;
    color: #ffffff;
    margin: 0 2px 2px 0; }
  .pager :last-child {
    margin-right: 0; }
  .pager .current {
    background: #ececec;
    color: #0a0a0a; }

#top-link {
  background: #422a80;
  color: #ffffff;
  padding: 5px 15px 10px 15px;
  font-size: 20px;
  position: fixed;
  bottom: 0;
  right: 30px;
  opacity: 0; }

body.scrolled #top-link, body.no-js #top-link {
  opacity: 1; }

#top-link::after {
  content: '\f077';
  font-family: "Font Awesome 5 Pro";
  display: inline-block; }

#home-news {
  position: relative;
  background-image: url("img/metehe-elementti-korkea.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 35px 90px 35px; }
  @media screen and (max-width: 1023px) {
    #home-news {
      float: left;
      margin: 0 20px;
      max-width: 510px;
      padding-right: 125px;
      background-position: 0% 50%; } }
  @media screen and (max-width: 680px) {
    #home-news {
      padding-right: 35px; } }
  @media screen and (max-width: 400px) {
    #home-news {
      padding: 10px 35px 10px 35px; } }
  @media screen and (max-width: 376px) {
    #home-news {
      background-image: none;
      background-color: #482683; } }
  #home-news h3 {
    color: #ffffff;
    padding: 12px 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.175rem;
    text-transform: uppercase; }
  #home-news ul {
    padding: 20px 0 12px 0;
    margin: 0;
    list-style: none; }
    #home-news ul li {
      margin-bottom: 16px; }
      @media screen and (max-width: 680px) {
        #home-news ul li {
          margin-bottom: 10px; } }
      #home-news ul li time {
        color: #9474b4;
        font-size: 1rem;
        display: block;
        font-weight: 800; }
      #home-news ul li a {
        color: #ffffff;
        font-weight: 400;
        font-size: 1rem; }

#levea-kuva-ja-sisaltopalsta {
  max-width: 1920px;
  margin: 0 auto;
  display: flex; }
  @media screen and (max-width: 1023px) {
    #levea-kuva-ja-sisaltopalsta {
      display: block; } }
  #levea-kuva-ja-sisaltopalsta .btn, #levea-kuva-ja-sisaltopalsta #primary-menu > li:last-child a, #primary-menu > li:last-child #levea-kuva-ja-sisaltopalsta a, #levea-kuva-ja-sisaltopalsta .woocommerce-product-search button, .woocommerce-product-search #levea-kuva-ja-sisaltopalsta button, #levea-kuva-ja-sisaltopalsta #page #acf-form .tarjouspyynto-navi button, #page #acf-form .tarjouspyynto-navi #levea-kuva-ja-sisaltopalsta button, #levea-kuva-ja-sisaltopalsta #page #acf-form .acf-button, #page #acf-form #levea-kuva-ja-sisaltopalsta .acf-button {
    margin-top: 25px;
    display: inline-block; }
  #levea-kuva-ja-sisaltopalsta h2 {
    color: #0B0B0B;
    margin-bottom: 30px; }

.page-part-type-levea_kuva_ja_sisaltopalsta + .page-part-type-levea_kuva_ja_sisaltopalsta {
  padding-top: 0; }
  @media screen and (max-width: 1023px) {
    .page-part-type-levea_kuva_ja_sisaltopalsta + .page-part-type-levea_kuva_ja_sisaltopalsta {
      padding-top: 40px; } }

#levea-kuva-ja-sisaltopalsta-left {
  width: 50%; }
  #levea-kuva-ja-sisaltopalsta-left img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

#levea-kuva-ja-sisaltopalsta-right {
  width: 50%;
  padding: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start; }

@media screen and (max-width: 1023px) {
  #levea-kuva-ja-sisaltopalsta-left {
    width: 100%;
    float: none;
    padding-right: 0; }

  #levea-kuva-ja-sisaltopalsta-right {
    width: 100%;
    float: none; } }
#taysi-levea-kuva-ja-sisaltopalsta {
  display: flex;
  position: relative; }
  #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto {
    width: 100%; }
    #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto img {
      width: 100%; }
    #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto {
      margin: 0 20px;
      position: absolute;
      display: flex;
      flex-flow: column;
      top: 0;
      height: 100%;
      justify-content: center;
      max-width: 540px; }
      @media screen and (max-width: 1023px) {
        #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto {
          position: relative;
          margin-top: 40px; } }
      #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 25px; }
        @media screen and (max-width: 1023px) {
          #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto h2 {
            font-size: 36px;
            line-height: 38px; } }
      #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto h3 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 800;
        margin-bottom: 25px; }
        @media screen and (max-width: 1023px) {
          #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto h3 {
            font-size: 22px;
            line-height: 26px; } }
      #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto .btn, #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto #primary-menu > li:last-child a, #primary-menu > li:last-child #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto a, #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto .woocommerce-product-search button, .woocommerce-product-search #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto button, #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto #page #acf-form .tarjouspyynto-navi button, #page #acf-form .tarjouspyynto-navi #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto button, #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto #page #acf-form .acf-button, #page #acf-form #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto .acf-button {
        text-align: center;
        max-width: 250px;
        margin-top: 25px;
        justify-content: center;
        align-items: center; }
      #taysi-levea-kuva-ja-sisaltopalsta .leveakuva-ja-sisalto .sisalto p {
        color: #150B50;
        font-size: 20px;
        line-height: 22px; }

#referenssit-container {
  max-width: 1820px;
  margin: 0 auto;
  position: relative; }

/* Teemakuvakaruselli */
.theme-carousel-container-container {
  width: 1920px;
  margin: 0 auto; }

.theme-carousel-container {
  background: #dbe2e6; }
  .theme-carousel-container > h3 {
    text-align: center; }

.theme-cycle-slideshow {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.theme-carousel-items {
  position: relative; }

.theme-carousel-item {
  width: 1920px;
  margin-top: 0;
  margin-left: 0;
  background: #ffffff;
  position: absolute; }
  .theme-carousel-item img {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .theme-carousel-item img {
        height: 460px; } }

.theme-carousel-descr-container {
  position: absolute;
  top: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 50px; }

.theme-carousel-descr-container-text-right {
  padding: 160px 320px 0 52%; }

.theme-carousel-item .theme-carousel-descr {
  padding-top: 108px;
  color: #ffffff;
  display: block;
  max-width: 980px; }
.theme-carousel-item .theme-carousel-additional-descr {
  margin-bottom: 0;
  max-width: 800px; }
  .theme-carousel-item .theme-carousel-additional-descr + a {
    margin-top: 25px; }
  .theme-carousel-item .theme-carousel-additional-descr p {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #ffffff; }
    @media screen and (max-width: 1021px) {
      .theme-carousel-item .theme-carousel-additional-descr p {
        font-size: 1rem;
        line-height: 1.5rem; } }

.font_color--valkoinen {
  color: #fff !important; }

.font_color--musta {
  color: #000 !important;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.2) !important; }

.font_color--metehe {
  color: #422a80 !important;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.2) !important; }

.theme-carousel-nav-container {
  text-align: center;
  bottom: 8px;
  position: absolute;
  z-index: 1000;
  width: 100%; }

.theme-carousel-nav {
  display: inline-block; }
  .theme-carousel-nav a {
    margin-right: 8px; }
  .theme-carousel-nav span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 8px;
    cursor: pointer; }
    .theme-carousel-nav span:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f10c";
      font-size: 1.2rem;
      color: #cb9ebb; }
  .theme-carousel-nav .cycle-pager-active:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f111";
    color: #d9017a;
    font-size: 1.2rem; }

.theme-carousel-prev-container {
  position: relative; }

.theme-carousel-prev {
  position: absolute;
  top: 9vw;
  left: 40px;
  z-index: 1000;
  color: #ffffff;
  cursor: pointer;
  padding: 12px;
  font-size: 5.4rem; }

.theme-carousel-next-container {
  position: relative; }

.theme-carousel-next {
  position: absolute;
  top: 9vw;
  right: 40px;
  z-index: 1000;
  color: #ffffff;
  cursor: pointer;
  padding: 12px;
  font-size: 5.4rem; }

@media screen and (max-width: 1920px) {
  .theme-carousel-container-container {
    width: 100%; }

  .theme-carousel-item {
    width: 100%;
    background-size: 100% !important; } }
@media screen and (max-width: 1510px) {
  #page .theme-carousel-item .theme-carousel-descr {
    font-size: 3rem;
    line-height: 3.4rem; }
  #page .theme-carousel-item .theme-carousel-additional-descr {
    font-size: 2.1rem;
    line-height: 2.3rem; } }
@media screen and (max-width: 1200px) {
  .theme-carousel-descr-container {
    padding: 0 25px; }

  #page .theme-carousel-descr {
    padding-top: 180px; }
  #page .theme-carousel-item .theme-carousel-additional-descr {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 10px 0; }
    #page .theme-carousel-item .theme-carousel-additional-descr p {
      font-size: 1.25rem;
      line-height: 2rem; } }
@media screen and (max-width: 1021px) {
  #page .theme-carousel-item .theme-carousel-descr {
    font-size: 2.8rem;
    line-height: 2.8rem;
    padding-top: 110px; }
  #page .theme-carousel-item #page .theme-carousel-additional-descr {
    font-size: 1.4rem;
    line-height: 1.7rem; }

  .theme-carousel-item .theme-carousel-additional-descr + a {
    margin-top: 0px; }

  .theme-carousel-prev, .theme-carousel-next {
    display: none; } }
@media screen and (max-width: 680px) {
  .page-part-type-tuoteryhmat .highlight-container {
    top: initial !important; }

  #page .theme-carousel-item .theme-carousel-descr {
    font-size: 2.3rem;
    line-height: 2.3rem; }
  #page .theme-carousel-item #page .theme-carousel-additional-descr {
    font-size: 1.3rem;
    line-height: 1.5rem; } }
@media screen and (max-width: 640px) {
  #header-search-and-helpmenu {
    padding-top: 0; }

  #header {
    height: auto; }

  .theme-carousel-prev, .theme-carousel-next {
    display: none; } }
@media screen and (max-width: 560px) {
  .theme-carousel-item a {
    margin-top: 6px; }

  #page .page-part-type-referenssit .carousel-container > h2 {
    hyphens: auto;
    padding-left: 20px;
    padding-right: 20px; }

  #page .theme-carousel-additional-descr {
    padding: 0; } }
@media screen and (max-width: 500px) {
  .theme-carousel-descr-container {
    padding: 0 20px; }

  #page .theme-carousel-item .theme-carousel-descr {
    font-size: 2rem;
    line-height: 2.25rem;
    padding-top: 40px;
    margin-bottom: 10px; }

  #page .theme-carousel-additional-descr p {
    margin-bottom: 0; }
  #page .theme-carousel-additional-descr + a {
    margin-top: 10px; }

  #page .page-part-type-referenssit .carousel-container > h2 {
    font-size: 1.2rem; } }
@media screen and (max-width: 410px) {
  .theme-carousel-item a {
    font-size: 0.7rem; }
    .theme-carousel-item a i {
      font-size: 0.7rem; } }
/* --- Submenu --- */
#submenu ul {
  list-style: none;
  margin: 0; }
  #submenu ul li {
    padding: 3px 10px; }
    #submenu ul li.current_page_item > a {
      font-weight: bold; }

#page .submenu-heading {
  background: #422a80;
  color: #ffffff;
  padding: 6px 10px;
  display: block;
  font-size: 1.2rem;
  margin-top: 12px;
  margin-bottom: 6px;
  text-transform: none; }
  #page .submenu-heading:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f101';
    padding-left: 6px; }

/* --- Magnigic popup --- */
.mfp-title {
  font-size: 0.8rem !important;
  line-height: 1.1rem !important; }

.mfp-img {
  padding: 40px 0 80px 0 !important; }

.mfp-figure:after {
  top: 40px !important;
  bottom: 80px !important; }

.mfp-bottom-bar {
  margin-top: -76px !important; }

/* --- Product catalog menu (submenu / sidebar on certain pages) --- */
#product-catalog-menu .menu-item-419, #product-catalog-menu .menu-item-426, #product-catalog-menu .menu-item-427 {
  display: none; }

#woocommerce_product_search-2 form {
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }

#product-catalog-menu {
  list-style: none;
  margin: 0; }
  #product-catalog-menu ul {
    list-style: none;
    margin: 0; }
  #product-catalog-menu li .sub-menu {
    display: none; }
    #product-catalog-menu li .sub-menu a {
      color: #482683; }
    #product-catalog-menu li .sub-menu .sub-menu {
      display: none; }
  #product-catalog-menu li.current-product-ancestor > .sub-menu, #product-catalog-menu li.current-menu-ancestor > .sub-menu, #product-catalog-menu li.current-menu-item > .sub-menu {
    display: block; }
  #product-catalog-menu ul li {
    padding: 3px 10px; }
  #product-catalog-menu li.current-product-ancestor > a, #product-catalog-menu li.current-menu-item > a {
    font-weight: bold; }
  #product-catalog-menu > li > a {
    background: #422a80;
    color: #ffffff;
    padding: 6px 10px;
    display: block;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 6px;
    text-transform: none; }
  #product-catalog-menu > li > ul.sub-menu > li > a:hover {
    font-weight: 500; }
  #product-catalog-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    text-decoration: underline; }
  #product-catalog-menu > li > a:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f101';
    padding-left: 6px;
    transition: all ease-in-out 0.25s; }
  #product-catalog-menu > li > a:hover::after {
    padding-left: 9px;
    transition: all ease-in-out 0.25s; }

/* --- WooCommerce --- */
.tax-product_cat .woocommerce-info, #woocommerce_product_search-2 .widget-title, #woocommerce_product_categories-2 .widget-title {
  display: none; }

.woocommerce .page-description {
  padding-bottom: 20px; }

.woocommerce-product-gallery figure {
  margin: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus {
    outline: none; }
.woocommerce ul.products li.product h2 {
  hyphens: auto; }

.woocommerce-page ul.products li.product h2 {
  hyphens: auto; }

.woocommerce h1.product_title {
  hyphens: auto; }
.woocommerce ul.categories li.category,
.woocommerce ul.products li.product {
  width: 100%;
  float: none;
  margin: 0;
  clear: both;
  position: relative;
  padding-top: 40px;
  box-shadow: inset 0px 2px 0px #F0F0F0; }
  .woocommerce ul.categories li.category .woocommerce-loop-category__title,
  .woocommerce ul.categories li.category .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 1.3rem;
    height: 62px;
    height: 40px;
    font-size: 1.3rem; }
    .woocommerce ul.categories li.category .woocommerce-loop-category__title span,
    .woocommerce ul.categories li.category .woocommerce-loop-product__title span,
    .woocommerce ul.products li.product .woocommerce-loop-category__title span,
    .woocommerce ul.products li.product .woocommerce-loop-product__title span {
      display: inline-block;
      position: relative;
      top: 50%;
      transform: perspective(1px) translateY(-50%);
      padding-left: 4px; }
.woocommerce ul.categories li.category:first-child,
.woocommerce ul.products li.product:first-child {
  box-shadow: none; }

@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none; }

  .woocommerce ul.categories li.category,
  .woocommerce ul.products li.product {
    width: 100%; }

  .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product {
    width: 100%; }

  .woocommerce[class*=columns-] ul.products li.product {
    width: 100%; }
  .woocommerce span.onsale {
    display: block;
    position: static;
    padding: 0;
    border-radius: 20px; } }
/* --- BEGIN CUSTOM PRODUCT LOOP --- */
.woocommerce-page ul.products li.product.type-product {
  display: flex;
  flex-flow: row; }
  @media screen and (max-width: 768px) {
    .woocommerce-page ul.products li.product.type-product {
      flex-flow: column; } }

.woocommerce #page ul.categories {
  list-style-type: none; }
.woocommerce #page ul.categories li.category a.subcategory,
.woocommerce #page ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-flow: row; }
  @media screen and (max-width: 768px) {
    .woocommerce #page ul.categories li.category a.subcategory,
    .woocommerce #page ul.products li.product a.woocommerce-LoopProduct-link {
      flex-flow: column; } }
  .woocommerce #page ul.categories li.category a.subcategory:hover,
  .woocommerce #page ul.products li.product a.woocommerce-LoopProduct-link:hover {
    background-color: #f0f0f0; }
    .woocommerce #page ul.categories li.category a.subcategory:hover .woocommerce-loop-product__title span::after,
    .woocommerce #page ul.products li.product a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title span::after {
      padding-left: 9px;
      transition: all ease-in-out 0.25s; }
.woocommerce #page .woocommerce-loop-custom-image-wrapper {
  min-width: 180px;
  max-width: 180px;
  height: 180px;
  display: flex;
  flex-flow: row; }
  @media screen and (max-width: 768px) {
    .woocommerce #page .woocommerce-loop-custom-image-wrapper {
      flex-flow: column; } }
  .woocommerce #page .woocommerce-loop-custom-image-wrapper img {
    width: 100%;
    object-fit: cover; }
    @media screen and (max-width: 768px) {
      .woocommerce #page .woocommerce-loop-custom-image-wrapper img {
        height: 100%; } }
.woocommerce #page ul.products li.product a img {
  margin: 0; }
@media screen and (max-width: 768px) {
  .woocommerce #page .categories {
    margin-left: 0; } }
.woocommerce #page .woocommerce-loop-custom-descr-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  max-width: 700px;
  padding-left: 40px;
  width: 100%; }
  .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-category__title,
  .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-product__title,
  .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-product__link {
    width: 40%;
    font-size: 1rem;
    color: #150B50;
    line-height: 1.35rem; }
    @media screen and (max-width: 768px) {
      .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-category__title,
      .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-product__title,
      .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-product__link {
        width: 100%; } }
    .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-category__title .woocommerce-loop-product__title,
    .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-product__title .woocommerce-loop-product__title,
    .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-product__link .woocommerce-loop-product__title {
      width: 100%; }
  .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-custom-descr {
    width: 60%; }
  @media screen and (max-width: 1023px) {
    .woocommerce #page .woocommerce-loop-custom-descr-container {
      max-width: 550px; } }
  @media screen and (max-width: 768px) {
    .woocommerce #page .woocommerce-loop-custom-descr-container {
      max-width: none;
      padding-left: 0;
      flex-flow: column;
      margin-top: 20px;
      align-items: flex-start; }
      .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-category__title {
        width: 100%;
        margin-bottom: 0; }
      .woocommerce #page .woocommerce-loop-custom-descr-container .woocommerce-loop-custom-descr {
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }
  .woocommerce #page .woocommerce-loop-custom-descr-container a.woocommerce-loop-product__link:hover h2 span::after {
    padding-left: 9px;
    transition: all ease-in-out 0.25s; }
.woocommerce #page .woocommerce-category-loop-custom-descr-container {
  float: left;
  width: 80%; }
  .woocommerce #page .woocommerce-category-loop-custom-descr-container .woocommerce-loop-product__title,
  .woocommerce #page .woocommerce-category-loop-custom-descr-container .woocommerce-loop-category__title {
    font-size: 1.3rem;
    line-height: 1.3rem; }
    .woocommerce #page .woocommerce-category-loop-custom-descr-container .woocommerce-loop-product__title:after,
    .woocommerce #page .woocommerce-category-loop-custom-descr-container .woocommerce-loop-category__title:after {
      padding-left: 10px !important; }
    .woocommerce #page .woocommerce-category-loop-custom-descr-container .woocommerce-loop-product__title span,
    .woocommerce #page .woocommerce-category-loop-custom-descr-container .woocommerce-loop-category__title span {
      display: inline-block;
      position: relative;
      top: 50%;
      transform: perspective(1px) translateY(-50%);
      font-size: 20px; }
.woocommerce #page .woocommerce-loop-custom-descr {
  padding: 10px 10px 10px 14px;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #4d4d4d; }

@media screen and (max-width: 768px) {
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    padding-top: 10px;
    margin-bottom: 10px !important; }

  .woocommerce .woocommerce-category-loop-custom-descr-container {
    height: 90px; }
    .woocommerce .woocommerce-category-loop-custom-descr-container .woocommerce-loop-category__title {
      font-size: 1.3rem !important;
      line-height: 1.6rem !important; }
  .woocommerce .woocommerce-category-loop-custom-descr-container {
    width: 80%;
    height: 60px; } }
@media screen and (max-width: 400px) {
  .woocommerce ul.categories li.category .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1rem; }
  .woocommerce .woocommerce-category-loop-custom-descr-container .woocommerce-loop-category__title {
    font-size: 1.1rem !important;
    line-height: 1.4rem !important; } }
/* --- END CUSTOM PRODUCT LOOP --- */
/* --- Page parts --- */
.page-part-wrapper {
  padding: 50px 0 0 0; }
  .page-part-wrapper.page-part-type-nosto_sisallot {
    padding-top: 0; }
  .page-part-wrapper > .row > .column, .page-part-wrapper > .row > .columns {
    padding-bottom: 40px; }
  @media screen and (min-width: 1023px) {
    .page-part-wrapper .large-3 + .large-9 {
      padding-left: 2.8125rem; } }
  .page-part-wrapper.no-padding {
    padding: 0; }
    .page-part-wrapper.no-padding > .row:last-child > .column:last-child, .page-part-wrapper.no-padding > .row:last-child > .columns:last-child {
      padding-bottom: 0; }
  .page-part-wrapper .row.page-part-header > .column, .page-part-wrapper .row.page-part-header > .columns {
    text-align: center;
    padding: 20px 0 40px 0; }
  .page-part-wrapper.no-padding + .page-part-wrapper .page-part-header {
    padding-top: 20px; }

@media screen and (max-width: 40em) {
  .page-part-wrapper {
    padding-top: 20px; }
    .page-part-wrapper > .row > .column:last-child, .page-part-wrapper > .row > .columns:last-child {
      padding-bottom: 20px; } }
/* Täysleveä nosto */
.wide-highlight .right {
  float: right; }
.wide-highlight h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 2.2rem; }
.wide-highlight p {
  font-size: 0.92rem; }
.wide-highlight .highlighted {
  color: #314c53; }

.wide-highlight-left-container, .wide-highlight-right-container {
  height: 320px;
  overflow-y: hidden;
  width: 50%;
  float: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.wide-highlight-left {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 80px 0 40px; }
  .wide-highlight-left .read-more {
    color: #ffffff;
    padding: 6px 18px 6px 18px;
    margin-top: 8px;
    display: inline-block;
    background: #422a80;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .wide-highlight-left .read-more:hover {
      padding: 6px 26px 6px 26px; }
    .wide-highlight-left .read-more i {
      margin-left: 6px; }

.wide-highlight-right {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

@media screen and (max-width: 40em) {
  .wide-highlight-left-container {
    float: none;
    width: 100%;
    height: auto;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    transform-style: flat; }

  .wide-highlight-left {
    margin: 0 auto;
    padding: 20px 20px 30px;
    top: 0;
    transform: none; }

  .wide-highlight-right-container {
    float: none;
    width: 100%;
    height: auto;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    transform-style: flat; }

  .wide-highlight-right {
    top: 0;
    transform: none; }
    .wide-highlight-right img {
      margin: 0 auto;
      display: block; }

  #interested {
    display: none; } }
/* Pienet nostot */
.page-part-type-pienet_nostot .highlight-container {
  margin: 0 auto; }
  .page-part-type-pienet_nostot .highlight-container .img-container {
    display: block;
    width: 320px;
    height: 300px; }
  .page-part-type-pienet_nostot .highlight-container a {
    display: block;
    width: 320px;
    height: 300px; }
    .page-part-type-pienet_nostot .highlight-container a .mask {
      position: absolute;
      background: #ffffff;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      padding: 1em;
      text-align: center;
      -webkit-transition: opacity 0.6s ease;
      -moz-transition: opacity 0.6s ease;
      -o-transition: opacity 0.6s ease;
      -ms-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
      .page-part-type-pienet_nostot .highlight-container a .mask:hover {
        display: block;
        opacity: 0.92; }
      .page-part-type-pienet_nostot .highlight-container a .mask > div {
        position: relative;
        top: 50%;
        transform: perspective(1px) translateY(-50%); }

/* Tuoteryhmät */
#page .page-part-type-tuoteryhmat .highlight-container {
  margin: 0 auto;
  position: relative; }
  #page .page-part-type-tuoteryhmat .highlight-container a {
    display: block;
    width: 415px;
    height: 340px;
    margin-bottom: 8px;
    float: left;
    display: block;
    width: 415px;
    height: 308px; }
    #page .page-part-type-tuoteryhmat .highlight-container a:hover img {
      opacity: 0.95; }
    #page .page-part-type-tuoteryhmat .highlight-container a:hover h3 i {
      left: 3px; }
    #page .page-part-type-tuoteryhmat .highlight-container a h3 {
      color: #ffffff;
      text-align: center;
      padding-top: 14px;
      text-transform: uppercase;
      font-size: 1.125rem;
      padding: 10px 0;
      font-weight: 700; }
      #page .page-part-type-tuoteryhmat .highlight-container a h3 i {
        margin-left: 12px;
        position: relative;
        left: 0; }
    #page .page-part-type-tuoteryhmat .highlight-container a .mask {
      position: absolute;
      background: #ffffff;
      display: block;
      width: 100%;
      max-width: 415px;
      height: 100%;
      padding: 1em;
      text-align: center;
      -webkit-transition: opacity 0.6s ease;
      -moz-transition: opacity 0.6s ease;
      -o-transition: opacity 0.6s ease;
      -ms-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease;
      z-index: 100; }
    #page .page-part-type-tuoteryhmat .highlight-container a .img-container {
      position: absolute;
      z-index: 200; }
    #page .page-part-type-tuoteryhmat .highlight-container a .mask:hover {
      display: block;
      opacity: 0.92; }
    #page .page-part-type-tuoteryhmat .highlight-container a .mask > div {
      position: relative;
      top: 50%;
      transform: perspective(1px) translateY(-50%); }

@media screen and (max-width: 1300px) {
  .page-part-type-tuoteryhmat .highlight-container a {
    display: block;
    width: 360px;
    height: 310px; }
    .page-part-type-tuoteryhmat .highlight-container a .img-container {
      display: block;
      width: 360px;
      height: 310px; }
    .page-part-type-tuoteryhmat .highlight-container a h3 {
      font-size: 1.6rem; } }
@media screen and (max-width: 1220px) {
  .page-part-type-tuoteryhmat .highlight-container {
    top: -40px; } }
@media screen and (max-width: 1130px) {
  .page-part-type-tuoteryhmat .highlight-container a {
    display: block;
    width: 300px;
    height: 256px; }
    .page-part-type-tuoteryhmat .highlight-container a .img-container {
      display: block;
      width: 100%;
      height: 256px; }
    .page-part-type-tuoteryhmat .highlight-container a h3, .page-part-type-tuoteryhmat .highlight-container a .img-container h3:after {
      font-size: 1.2rem; } }
@media screen and (max-width: 640px) {
  .page-part-type-tuoteryhmat .highlight-container {
    top: 0; } }
@media screen and (max-width: 600px) {
  .page-part-type-tuoteryhmat .highlight-container a {
    max-width: 100%; }
    .page-part-type-tuoteryhmat .highlight-container a h3 {
      font-size: 1.2rem; }
    .page-part-type-tuoteryhmat .highlight-container a .img-container {
      max-width: 100%; }
      .page-part-type-tuoteryhmat .highlight-container a .img-container h3:after {
        font-size: 1.2rem; } }
/* Karuselli */
.page-part-type-karuselli > .row > .columns {
  position: relative; }
.page-part-type-karuselli .carousel-container {
  padding: 20px 0 10px 0;
  background: #ededed; }
  .page-part-type-karuselli .carousel-container > h3 {
    margin: 10px 0 15px 0;
    text-align: center; }
.page-part-type-karuselli .cycle-slideshow {
  margin-left: 54px;
  margin-right: 66px; }
.page-part-type-karuselli .carousel-item {
  width: 288px;
  height: 458px;
  margin-top: 10px;
  margin-left: 12px;
  background: #ffffff;
  text-align: center; }
  .page-part-type-karuselli .carousel-item .mask {
    position: absolute;
    background: #6b4d8e;
    opacity: 0.5;
    display: none;
    width: 288px;
    height: 358px; }
  .page-part-type-karuselli .carousel-item:hover .mask {
    display: block; }
  .page-part-type-karuselli .carousel-item h3 {
    margin-top: 20px;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.8rem;
    overflow: hidden;
    white-space: normal;
    height: 60px;
    padding: 0 10px; }
  .page-part-type-karuselli .carousel-item p {
    margin-bottom: 0;
    color: #000;
    font-size: 0.92rem;
    padding: 0 40px;
    white-space: normal;
    height: 104px;
    overflow: hidden; }
  .page-part-type-karuselli .carousel-item span {
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #6b4d8e;
    padding: 14px 0; }
.page-part-type-karuselli .carousel-nav-container {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 18px; }
.page-part-type-karuselli .carousel-nav {
  display: inline-block; }
  .page-part-type-karuselli .carousel-nav span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 4px;
    cursor: pointer; }
    .page-part-type-karuselli .carousel-nav span:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f111";
      font-size: 1.2rem;
      color: #82c0e7; }
    .page-part-type-karuselli .carousel-nav span.cycle-pager-active:before {
      color: #003468; }
.page-part-type-karuselli .carousel-prev, .page-part-type-karuselli .carousel-next {
  position: absolute;
  top: 0;
  width: 66px;
  height: 100%;
  text-align: center;
  z-index: 1000;
  color: #343149;
  cursor: pointer; }
.page-part-type-karuselli .carousel-prev {
  left: 0; }
.page-part-type-karuselli .carousel-next {
  right: 0; }
.page-part-type-karuselli .carousel-prev::before {
  font-size: 32px;
  font-family: "Font Awesome 5 Pro";
  content: '\f053';
  display: inline-block;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%); }
.page-part-type-karuselli .carousel-next::before {
  font-size: 32px;
  font-family: "Font Awesome 5 Pro";
  content: '\f053';
  display: inline-block;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  content: '\f054'; }

@media screen and (max-width: 774px) {
  .page-part-type-karuselli .carousel-prev, .page-part-type-karuselli .carousel-next {
    display: none; }
  .page-part-type-karuselli .cycle-slideshow {
    margin-left: 0;
    margin-right: 0; } }
/* Karuselli */
.page-part-type-referenssit {
  margin-top: 60px;
  margin-bottom: 60px; }
  .page-part-type-referenssit .carousel-item {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
    .page-part-type-referenssit .carousel-item.slick-current + .carousel-item {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }

.slick-slide img {
  margin: 0 auto; }

.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
  font-size: 0px;
  color: transparent; }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }
  .slick-prev:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    color: #422a80;
    font-size: 3rem; }

.slick-next:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #422a80;
  font-size: 3rem; }

/* Kuvagalleria */
.page-part-type-kuvagalleria .image-gallery {
  margin: 0 auto; }
.page-part-type-kuvagalleria .gallery-item {
  width: 160px;
  height: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f7f7f7;
  padding: 10px; }
  .page-part-type-kuvagalleria .gallery-item img {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%); }

/* Poiminnot */
.page-part-type-poiminnot h3 {
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 16px;
  padding-bottom: 6px; }

/* 2 palstaa + 3 palstaa */
@media screen and (max-width: 40em) {
  .page-part-wrapper.page-part-type-2_palstaa > .row > .columns:not(:last-child), .page-part-wrapper.page-part-type-3_palstaa > .row > .columns:not(:last-child) {
    padding-bottom: 0; } }
.page-part-type-2_palstaa {
  padding-top: 0; }

#page .taysilevea-taustavari {
  background-color: #150B50; }
  #page .taysilevea-taustavari .columns {
    padding: 120px 15px; }
  @media screen and (max-width: 1023px) {
    #page .taysilevea-taustavari .row {
      display: flex;
      flex-flow: column; }
    #page .taysilevea-taustavari .columns {
      width: 100%;
      padding: 60px 30px 30px 30px; }
    #page .taysilevea-taustavari .columns + .columns {
      padding-top: 0; } }
  #page .taysilevea-taustavari h2,
  #page .taysilevea-taustavari p,
  #page .taysilevea-taustavari a {
    color: #ffffff; }
  #page .taysilevea-taustavari a.icon-link {
    display: flex;
    align-items: center;
    font-weight: 700; }
  #page .taysilevea-taustavari h2 {
    margin-bottom: 40px;
    font-size: 56px;
    line-height: 64px;
    padding: 0 25px 0 0; }
    @media screen and (max-width: 1023px) {
      #page .taysilevea-taustavari h2 {
        font-size: 32px;
        line-height: 36px; } }
  #page .taysilevea-taustavari .ikoni-linkit {
    margin-top: 25px; }
    @media screen and (max-width: 1023px) {
      #page .taysilevea-taustavari .ikoni-linkit {
        margin-top: 50px; } }
#page #main .page-part-wrapper:nth-child(2n) #levea-kuva-ja-sisaltopalsta,
#page .sisallot .page-part-wrapper:nth-child(2n) #levea-kuva-ja-sisaltopalsta {
  flex-flow: row-reverse; }

/* Yhteystiedot */
#page .page-part-type-yhteystiedot h3,
#page .page-part-type-yhteystiedot h4 {
  color: #0a0a0a; }

.page-part-wrapper.page-part-type-yhteystiedot > .row > .columns {
  padding-bottom: 20px; }

#page .page-part-type-yhteystiedot .page-part-header .columns {
  padding-top: 0 !important; }

.page-part-type-sisaltoosio h4, .page-part-type-yhteystiedot h4 {
  /* 20 px */
  font-size: 1.25rem;
  line-height: 1.35rem;
  font-weight: 600;
  margin-bottom: 20px; }

#contact-info-block {
  width: 460px;
  float: right;
  height: 415px;
  padding: 70px 35px 90px 35px;
  background-image: url("img/metehe-elementti.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center; }
  #contact-info-block a {
    color: #ffffff;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 1rem;
    font-weight: bold;
    width: 250px;
    margin: 10px auto; }
    @media screen and (max-width: 640px) {
      #contact-info-block a {
        margin: 10px 20px; } }
    #contact-info-block a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 1023px) {
    #contact-info-block {
      float: left;
      margin: 40px 0px;
      background-position: 0% 50%; } }
  @media screen and (max-width: 640px) {
    #contact-info-block {
      height: 375px;
      width: 100%; } }
  #contact-info-block .top-right-shape {
    content: " ";
    width: 130px;
    height: 33px;
    position: absolute;
    right: -24px;
    top: 5px;
    background-color: white;
    transform: rotate(37deg); }
  #contact-info-block .bottom-left-shape {
    content: " ";
    width: 133px;
    height: 36px;
    position: absolute;
    left: -37px;
    bottom: 9px;
    background-color: white;
    transform: rotate(38deg); }
  #contact-info-block .bottom-right-shape {
    content: " ";
    width: 125px;
    height: 35px;
    position: absolute;
    right: -37px;
    bottom: 18px;
    background-color: white;
    transform: rotate(136deg); }

/* Sisältöosio ja lomake */
.page-part-wrapper-with-sidebar .page-part-type-sisaltoosio {
  padding-top: 0; }
.page-part-wrapper-with-sidebar .page-parts-container {
  padding-left: 10px; }

.page-part-type-sisaltoosio p {
  font-size: 1rem;
  line-height: 25px; }

@media screen and (max-width: 1023px) {
  .page-part-wrapper-with-sidebar .page-parts-container {
    padding-left: 20px; } }
/* Sisältöpalsta ja uutiset */
.page-part-type-sisaltopalsta_ja_uutiset .block-left {
  padding-left: 0; }
.page-part-type-sisaltopalsta_ja_uutiset .block-right {
  padding-left: 7px;
  padding-right: 4px; }

/* Sisältö ja painike */
.page-part-type-sisalto_ja_painike .block-left {
  padding-left: 0; }
  .page-part-type-sisalto_ja_painike .block-left h2 {
    height: 55px; }
.page-part-type-sisalto_ja_painike .block-right {
  padding-left: 15px;
  padding-right: 0; }

@media screen and (max-width: 1340px) {
  .page-part-type-sisaltopalsta_ja_uutiset .block-left, .page-part-type-sisalto_ja_painike .block-left {
    padding-left: 20px; }
  .page-part-type-sisaltopalsta_ja_uutiset .block-right, .page-part-type-sisalto_ja_painike .block-right {
    padding-left: 20px;
    padding-right: 20px; } }
.contact-anchor-container {
  position: relative; }

.contact-anchor {
  top: -140px;
  display: block;
  position: absolute; }

/* Tiedostolistaus */
.page-part-wrapper.page-part-type-tiedostolisaus {
  padding-top: 20px; }

.page-part-type-tiedostolisaus a {
  text-decoration: none; }
  .page-part-type-tiedostolisaus a:hover {
    text-decoration: underline; }

a[href$=".pdf"]:before {
  content: '\f1c1';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  padding-right: 8px;
  color: red; }
a[href$=".zip"]:before {
  content: '\f1c6';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  padding-right: 8px; }
a[href$=".dwg"]:before, a[href$=".pla"]:before {
  content: '\f247';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  padding-right: 8px; }

/* materiaalit ja pinnoitteet */
.page-part-type-varit_ja_pinnoitteet .colors-item {
  display: inline-block;
  overflow: hidden;
  margin: 0 10px 10px 0; }
  .page-part-type-varit_ja_pinnoitteet .colors-item span {
    display: block;
    text-align: center; }

.pswp__caption__center {
  display: none; }

/* välilehdet */
.met-bar {
  border-bottom: 1px solid #d3ced2;
  padding-left: 16px;
  margin-bottom: 25px; }
  .met-bar button {
    border: 1px solid #d3ced2;
    border-bottom: none;
    background-color: #ebe9eb;
    box-shadow: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px -1px;
    padding: .7em 1em;
    font-weight: 700; }
    .met-bar button:hover {
      color: #6b6a6b;
      background-color: #ebe9eb;
      box-shadow: none; }
    .met-bar button:focus {
      outline: none; }
  .met-bar .tab-active {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    z-index: 2; }

.met-tab tr {
  background-color: #ffffff !important; }

@media screen and (max-width: 40em) {
  .met-tab img, #tab-varit-ja-pinnoitteet img, #tab-colours-and-coatings img {
    max-width: 60px;
    margin: 0; } }
.warehouse_anchor_link {
  display: block;
  position: relative;
  top: -8rem;
  visibility: hidden; }

.acf-field-5f0d9ccf68e32 {
  display: none !important; }

.table-responsive, .woocommerce-Tabs-panel {
  overflow: auto; }

.woocommerce-product-gallery--with-images {
  position: relative;
  z-index: 1; }
  .woocommerce-product-gallery--with-images:hover::after {
    display: block; }
  .woocommerce-product-gallery--with-images::after {
    display: none;
    content: " ";
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("img/icon-zoom.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0; }

#content .woocommerce-tabs a,
#content .woocommerce-tabs h2 {
  color: #515151; }

#content .acf-tab-button {
  color: #0B0B0B; }

body.tax-product_cat #content {
  padding-top: 0; }

.hero-container {
  display: flex;
  justify-content: center; }
  .hero-container img {
    object-fit: cover;
    width: 100%;
    max-height: 350px; }

.mail-icon,
.form-icon,
.phone-icon {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px; }

.phone-icon {
  background-image: url("img/icon-phone.svg"); }

.mail-icon {
  background-image: url("img/icon-email.svg"); }

.form-icon {
  background-image: url("img/icon-message.svg"); }

@media screen and (max-width: 680px) {
  #page .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block; } }
#page .page-part-type-lomake {
  background-color: #150B50; }
  #page .page-part-type-lomake h2,
  #page .page-part-type-lomake h3,
  #page .page-part-type-lomake label {
    color: #ffffff; }
  #page .page-part-type-lomake .gform_wrapper {
    max-width: 800px;
    margin: 0 auto; }
    #page .page-part-type-lomake .gform_wrapper .gform_heading {
      text-align: center; }
      @media screen and (max-width: 680px) {
        #page .page-part-type-lomake .gform_wrapper .gform_heading {
          text-align: left; } }
      #page .page-part-type-lomake .gform_wrapper .gform_heading h3 {
        font-weight: 700;
        font-size: 56px;
        line-height: 64px; }
    #page .page-part-type-lomake .gform_wrapper .gform_validation_errors {
      background-color: #ffffff; }
      #page .page-part-type-lomake .gform_wrapper .gform_validation_errors h2 {
        color: #0B0B0B;
        font-size: 20px;
        margin-bottom: 0; }
    #page .page-part-type-lomake .gform_wrapper .ginput_container_checkbox ul {
      display: flex;
      flex-flow: row;
      justify-content: center; }
      @media screen and (max-width: 680px) {
        #page .page-part-type-lomake .gform_wrapper .ginput_container_checkbox ul {
          flex-flow: column; } }
    #page .page-part-type-lomake .gform_wrapper .ginput_container_radio ul {
      display: flex;
      flex-flow: column;
      width: 150px;
      margin: 0 auto; }
      @media screen and (max-width: 680px) {
        #page .page-part-type-lomake .gform_wrapper .ginput_container_radio ul {
          width: 100%; } }
    #page .page-part-type-lomake .gform_wrapper .gform_fields {
      display: flex;
      flex-flow: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: baseline; }
      #page .page-part-type-lomake .gform_wrapper .gform_fields .gfield_error {
        background-color: transparent;
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0; }
      #page .page-part-type-lomake .gform_wrapper .gform_fields .validation_message {
        color: #ffffff;
        padding-top: 0; }
    #page .page-part-type-lomake .gform_wrapper a {
      color: #ffffff;
      text-decoration: underline; }
      #page .page-part-type-lomake .gform_wrapper a:hover {
        text-decoration: none; }
    #page .page-part-type-lomake .gform_wrapper #field_1_5,
    #page .page-part-type-lomake .gform_wrapper #field_1_8,
    #page .page-part-type-lomake .gform_wrapper #field_1_9 {
      width: 100%; }
    #page .page-part-type-lomake .gform_wrapper .gfield {
      width: 48%; }
      @media screen and (max-width: 680px) {
        #page .page-part-type-lomake .gform_wrapper .gfield {
          width: 100%; } }
    #page .page-part-type-lomake .gform_wrapper #field_1_9 > label,
    #page .page-part-type-lomake .gform_wrapper #field_1_8 > label,
    #page .page-part-type-lomake .gform_wrapper #field_1_10 {
      text-align: center;
      width: 100%; }
      @media screen and (max-width: 680px) {
        #page .page-part-type-lomake .gform_wrapper #field_1_9 > label,
        #page .page-part-type-lomake .gform_wrapper #field_1_8 > label,
        #page .page-part-type-lomake .gform_wrapper #field_1_10 {
          text-align: left; } }
    #page .page-part-type-lomake .gform_wrapper .ginput_container_consent {
      font-size: 1rem; }
    #page .page-part-type-lomake .gform_wrapper .gfield_contains_required label {
      text-align: left; }
    #page .page-part-type-lomake .gform_wrapper .gform_footer {
      text-align: center; }
    #page .page-part-type-lomake .gform_wrapper input.gform_button {
      background-color: transparent;
      border: 1px solid #ffffff;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      font-size: 1rem;
      padding: 15px 35px; }
      #page .page-part-type-lomake .gform_wrapper input.gform_button:hover {
        color: #150B50;
        background-color: #ffffff; }

.page-part-type-sisaltoosio_ja_lomake .gform_wrapper {
  background: #f2f2f2;
  padding: 0; }
  .page-part-type-sisaltoosio_ja_lomake .gform_wrapper .gform_heading {
    background: #422a80;
    padding: 10px 0 10px 20px;
    margin: 0; }
    .page-part-type-sisaltoosio_ja_lomake .gform_wrapper .gform_heading .gform_description {
      display: none; }
    .page-part-type-sisaltoosio_ja_lomake .gform_wrapper .gform_heading h3 {
      color: #ffffff;
      margin: 0; }
  .page-part-type-sisaltoosio_ja_lomake .gform_wrapper .gform_body {
    padding: 10px 20px; }
    .page-part-type-sisaltoosio_ja_lomake .gform_wrapper .gform_body label {
      color: #4d4d4d; }
  .page-part-type-sisaltoosio_ja_lomake .gform_wrapper .gform_footer {
    padding: 0 0 20px 20px; }

/* Lomake */
.gform_wrapper {
  padding: 40px;
  color: #000;
  margin: 0; }
  .gform_wrapper input, .gform_wrapper textarea {
    border-radius: 3px;
    box-shadow: none; }
  .gform_wrapper .gfield_checkbox li input {
    width: 20px;
    height: 20px; }
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 6px !important; }

.gfield_checkbox li input, .gfield_radio li input {
  margin-top: 3px !important;
  margin-bottom: 6px !important; }

.gfield_checkbox li label, .gfield_radio li label {
  margin-left: 5px !important; }

.gform_wrapper label {
  color: #000; }
.gform_wrapper input[type=submit] {
  color: #ffffff;
  border: 0;
  padding: 10px 18px 10px 18px;
  display: inline-block;
  background: #343149;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus {
    background: #343149;
    box-shadow: none; }

@media screen and (max-width: 40em) {
  .gform_wrapper {
    padding: 20px; } }
/* Tarjouspyyntö lomakkeen muutokset */
#page #acf-form .acf-form-submit .acf-button {
  background-image: url("img/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 13px;
  padding-right: 45px;
  transition: all ease-in-out 0.25s; }
  #page #acf-form .acf-form-submit .acf-button:hover {
    border: 1px solid #9474b4;
    color: #ffffff;
    background-color: #9474b4;
    background-position: 93% 50%; }

#page #acf-form .tarjouspyynto-navi button {
  text-transform: uppercase;
  background-color: #150B50;
  background-image: url("img/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 13px;
  padding-right: 45px;
  transition: all ease-in-out 0.25s; }
  #page #acf-form .tarjouspyynto-navi button:hover {
    border: 1px solid #150B50;
    color: #ffffff;
    background-color: #150B50;
    background-position: 93% 50%; }
  #page #acf-form .tarjouspyynto-navi button#tarjouspyynto-navi-v2-left, #page #acf-form .tarjouspyynto-navi button#tarjouspyynto-navi-v3-left {
    background-image: url("img/icon-arrow-left.svg");
    background-position: 10% 50%;
    padding-left: 45px;
    padding-right: 32px; }
    #page #acf-form .tarjouspyynto-navi button#tarjouspyynto-navi-v2-left:hover, #page #acf-form .tarjouspyynto-navi button#tarjouspyynto-navi-v3-left:hover {
      border: 1px solid #150B50;
      color: #ffffff;
      background-color: #150B50;
      background-position: 7% 50%; }

/**
 * Common accordion css
 */
#page .accordion-wrapper .accordion-header {
  background-color: #482683;
  padding: 15px 30px;
  cursor: pointer; }
  #page .accordion-wrapper .accordion-header h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0; }
    #page .accordion-wrapper .accordion-header h2:hover {
      color: #9474b4; }
    #page .accordion-wrapper .accordion-header h2::after {
      content: " ";
      width: 32px;
      height: 32px;
      position: absolute;
      right: 0px;
      background-image: url("img/icon-open-accordion.svg");
      background-repeat: no-repeat;
      background-size: contain; }
    #page .accordion-wrapper .accordion-header h2.accordion-opened::after {
      background-image: url("img/icon-close-accordion.svg");
      top: 50%; }
#page .accordion-wrapper .accordion-contents {
  display: none;
  padding: 40px 30px; }
  #page .accordion-wrapper .accordion-contents.open {
    display: block; }
#page .page-part-type-yhteystiedot .page-part-header h2 {
  text-align: left;
  padding-left: 40px;
  background: #482683;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  font-size: 1.375rem;
  line-height: 33px;
  font-weight: 500;
  /* 32 px */
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 40em) {
    #page .page-part-type-yhteystiedot .page-part-header h2 {
      padding-left: 15px; } }
  @media screen and (max-width: 480px) {
    #page .page-part-type-yhteystiedot .page-part-header h2 {
      font-size: 16px; } }
  #page .page-part-type-yhteystiedot .page-part-header h2:hover {
    color: #9474b4; }
  #page .page-part-type-yhteystiedot .page-part-header h2::after {
    content: " ";
    width: 25px;
    height: 26px;
    position: absolute;
    right: 25px;
    top: 13px;
    background-image: url("img/icon-open-accordion.svg");
    background-repeat: no-repeat;
    background-size: contain; }
  #page .page-part-type-yhteystiedot .page-part-header h2.accordion-opened::after {
    background-image: url("img/icon-close-accordion.svg");
    top: 50%; }

.page-part-type-yhteystiedot {
  padding-top: 0px; }
  .page-part-type-yhteystiedot .row {
    max-width: 83rem; }
  .page-part-type-yhteystiedot .accordion-container {
    display: none; }
    .page-part-type-yhteystiedot .accordion-container.open {
      display: block; }

/**
 * New references list page (and single reference styles)
 */
#references-category-filters {
  margin: 40px 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center; }
  #references-category-filters .category {
    padding: 0 10px;
    margin: 25px 0; }
    #references-category-filters .category .btn, #references-category-filters .category #primary-menu > li:last-child a, #primary-menu > li:last-child #references-category-filters .category a, #references-category-filters .category .woocommerce-product-search button, .woocommerce-product-search #references-category-filters .category button, #references-category-filters .category #page #acf-form .tarjouspyynto-navi button, #page #acf-form .tarjouspyynto-navi #references-category-filters .category button, #references-category-filters .category #page #acf-form .acf-button, #page #acf-form #references-category-filters .category .acf-button {
      min-width: 260px;
      display: inline-block;
      text-align: center;
      color: #150B50;
      background-color: #ffffff;
      border: 1px solid #150B50; }
      #references-category-filters .category .btn.active, #references-category-filters .category #primary-menu > li:last-child a.active, #primary-menu > li:last-child #references-category-filters .category a.active, #references-category-filters .category .woocommerce-product-search button.active, .woocommerce-product-search #references-category-filters .category button.active, #references-category-filters .category #page #acf-form .tarjouspyynto-navi button.active, #page #acf-form .tarjouspyynto-navi #references-category-filters .category button.active, #references-category-filters .category #page #acf-form .active.acf-button, #page #acf-form #references-category-filters .category .active.acf-button, #references-category-filters .category .btn:hover, #references-category-filters .category #primary-menu > li:last-child a:hover, #primary-menu > li:last-child #references-category-filters .category a:hover, #references-category-filters .category .woocommerce-product-search button:hover, .woocommerce-product-search #references-category-filters .category button:hover, #references-category-filters .category #page #acf-form .tarjouspyynto-navi button:hover, #page #acf-form .tarjouspyynto-navi #references-category-filters .category button:hover, #references-category-filters .category #page #acf-form .acf-button:hover, #page #acf-form #references-category-filters .category .acf-button:hover {
        color: #ffffff;
        background-color: #150B50; }
  @media screen and (max-width: 480px) {
    #references-category-filters {
      flex-flow: column;
      justify-content: flex-start; }
      #references-category-filters .category {
        display: flex;
        margin: 0 0 20px 0; }
        #references-category-filters .category .btn, #references-category-filters .category #primary-menu > li:last-child a, #primary-menu > li:last-child #references-category-filters .category a, #references-category-filters .category .woocommerce-product-search button, .woocommerce-product-search #references-category-filters .category button, #references-category-filters .category #page #acf-form .tarjouspyynto-navi button, #page #acf-form .tarjouspyynto-navi #references-category-filters .category button, #references-category-filters .category #page #acf-form .acf-button, #page #acf-form #references-category-filters .category .acf-button {
          width: 100%;
          text-align: center; } }

.references-row {
  max-width: 86rem;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px; }

.references-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: .9375rem;
  padding-right: .9375rem; }
  .references-list .reference {
    max-width: 450px;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 30px;
    margin-top: 30px; }
    @media screen and (max-width: 1021px) {
      .references-list .reference {
        width: 47%; } }
    @media screen and (max-width: 480px) {
      .references-list .reference {
        width: 100%; } }
    .references-list .reference .reference__image {
      overflow: hidden; }
      .references-list .reference .reference__image img {
        transition: all ease-in-out 0.2s; }
    .references-list .reference__category {
      color: #9474b4;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 14px;
      line-height: 16px;
      margin-top: 20px;
      display: flex;
      flex-flow: row; }
      .references-list .reference__category span {
        margin-right: 7px; }
        .references-list .reference__category span:last-child {
          margin-right: 0px; }
    .references-list .reference__name {
      font-weight: 800;
      font-size: 30px;
      line-height: 35px;
      color: #0B0B0B;
      margin-top: 20px; }
      @media screen and (max-width: 780px) {
        .references-list .reference__name {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (max-width: 480px) {
        .references-list .reference__name {
          font-size: 26px;
          line-height: 28px; } }
    .references-list .reference:hover .reference__image img {
      transform: scale(1.1); }

#CookieBanner {
  --cb-button-border: 2px solid #482683;
  --cb-accept-button-background: #482683;
  --cb-accept-button-border: 2px solid #482683;
  --cb-preference-accent-color: #482683;
  --cb-button-active-border: 2px solid #000;
  --cb-accept-button-active-border: 2px solid #000; }

.cookieconsent-optout {
  display: block; }

.cookieconsent-optout-marketing {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0; }
  .cookieconsent-optout-marketing .cookieconsent-optout-marketing__inner {
    position: relative;
    z-index: 1; }
    .cookieconsent-optout-marketing .cookieconsent-optout-marketing__inner a {
      display: inline;
      text-decoration: underline; }
    .cookieconsent-optout-marketing .cookieconsent-optout-marketing__inner p {
      font-size: rem-calc(16);
      color: #fff;
      margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
