/**
 *
 * Theme Name: Mediaani Bootstrap Theme
 * Theme URI: http://www.mediaani.fi/
 * Author: Mediaani - 
 * Author URI: http://www.mediaani.fi
 * Description: Mediaani Bootstrap Theme
 * Version: 1.0
 * License: GNU General Public License
 * License URI: license.txt
 *
 * TOC
 * 1. Sass elements
 * 2. Typograhpy
 * 3. Foundation
 * 4. Modules
 * 5. Widgets / Aside
 * 6. Forms
 * 7. Buttons
 * 8. WooCommerce overrides
 * 9. IE overrides
 * 10. Misc.
 *
 */
/*-----------------------------------------------------------------------------
   Sass elements
-----------------------------------------------------------------------------*/
/* Partials */
/* Variables */
/*-----------------------------------------------------------------------------
   Typography
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'BookmanOldStyle-Bold';
  src: url("../fonts/BookmanOldStyle-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BookmanOldStyle-Bold.woff") format("woff"), url("../fonts/BookmanOldStyle-Bold.ttf") format("truetype"), url("../fonts/BookmanOldStyle-Bold.svg#BookmanOldStyle-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Body
-----------------------------------------------------------------------------*/
html {
  font-size: 16px;
  background: #eee;
}

body {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.45;
  font-weight: 400;
  color: #282828;
  padding-top: 136px;
  background: #eee;
  min-width: 280px;
}

p, ul, ol, dl, .wp-block-image {
  margin-bottom: 1.5em;
}

@media (max-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }

  body {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
}
/* Headings
-----------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  color: #111;
}

h1, .h1,
h2, .h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: 'BookmanOldStyle-Bold';
  font-weight: normal;
}

h2, .h2 {
  font-size: 1.6rem;
}

h3, .h3,
.widget-title,
.grid ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.25rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h4, .h4 {
  font-size: 1.1rem;
  line-height: 1.4;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 0.875rem;
  line-height: 1.4;
}

h6, .h6 {
  font-size: 0.75rem;
  line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
.widget-title,
.grid ul.products li.product .woocommerce-loop-product__title {
  margin: 1.45em 0 0.75em;
}

@media screen and (max-width: 1440px) {
  h1, .h1 {
    font-size: 1.65rem;
  }

  h2, .h2 {
    font-size: 1.33rem;
  }

  h3, .h3,
  .widget-title,
  .grid ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
  }

  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: 1.05rem;
  }
}
@media (max-width: 575px) {
  h1, .h1,
  h2, .h2 {
    font-size: 1.3rem;
  }

  h2, .h2 {
    font-size: 1.1rem;
  }
}
.dim {
  color: #888;
}

.pale {
  color: #fff;
}

.primary-color {
  color: #EE1525;
}

.default-color {
  color: #282828 !important;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.font-open {
  font-family: 'Open Sans', sans-serif;
}

.font-roboto {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.font-bookman {
  font-family: 'BookmanOldStyle-Bold';
  font-weight: normal;
}

@media (min-width: 768px) {
  .size-larger {
    font-size: 1.2142857143rem;
    line-height: 1.55;
  }

  .size-smaller {
    font-size: 0.8571428571rem;
  }
}
.size-tiny {
  font-size: 13px;
  font-style: italic;
}

.bordered-heading {
  width: auto;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.bordered-heading:after {
  display: block;
  content: "";
  width: 90px;
  height: 4px;
  background: #EE1525;
  margin: auto;
  margin-top: 1.2rem;
}

.centered-textblock {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  font-size: 1.5rem;
  color: #999;
  font-style: italic;
  margin: 2.5rem 0;
  border: 0;
  text-align: left;
}

blockquote:before {
  content: '\201d';
  display: block;
  float: left;
  margin-right: 0.25rem;
  font-size: 3rem;
  line-height: 1;
  color: #EE1525;
  font-family: 'Gill Sans', serif;
  position: relative;
  top: -0.25rem;
}

legend {
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1.5rem 0 0.75rem;
  font-size: 1.25rem;
  color: #EE1525;
}

/* Links
-----------------------------------------------------------------------------*/
a {
  color: #EE1525;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #1686cc;
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

/*-----------------------------------------------------------------------------
   Foundation
-----------------------------------------------------------------------------*/
/* Body
-----------------------------------------------------------------------------*/
.wp-block-columns {
  margin: 0 -15px;
}

.wp-block-column {
  margin: 0 !important;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row,
  .wp-block-columns {
    margin-left: -20px;
    margin-right: -20px;
  }

  .col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-12,
  .wp-block-column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1140px;
  }
}
/* Header
-----------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  background: #fff;
  z-index: 10;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  .site-header {
    border-top: 6px solid #EE1525;
  }
}
@media (max-width: 991px) {
  .site-header {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    height: 60px;
  }
}
.pre-scrolled .site-header {
  opacity: 0;
}

.site-header > .container {
  position: relative;
}

.logo {
  float: left;
}

.site-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
}

.site-title a {
  text-decoration: none !important;
  color: #EE1525 !important;
}

.site-title img {
  height: 54px;
  width: auto;
  margin: 8px 10px;
  margin-left:0;
  vertical-align: top;
}

.scrolled {
  padding-top: 66px;
}

.scrolled .site-header {
  position: fixed;
  height: 60px;
  background: #111;
  opacity: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.scrolled .logo {
  position: absolute;
  z-index: 2;
}

.scrolled .site-title img {
  height: 40px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .site-header > .container {
    padding: 0 !important;
    max-width: none;
  }

  .site-title img {
    height: 46px;
    margin: 7px 5px 7px 15px;
  }
  .btn-primary.btn-header {
    right: 75px !important;
    margin: 10px 0 !important;
  }
}
@media (max-width: 480px) {
  
}
@media (max-width: 349px) {
  .btn-header {
    display: none !important;
  }
}
.site-header .searchform {
  float: right;
  margin: 10px 180px 10px 15px;
  width: 100%;
  max-width: 400px;
}

.searchform .form-control {
  max-width: none;
  padding-right: 42px;
  margin-right: -42px;
  height: 40px;
  float: left;
  width: 100%;
}

.searchform .submit {
  margin: 0;
  float: right;
  width: 42px;
  height: 40px;
  -webkit-border-radius: 0 0.2rem 0.2rem 0;
  -moz-border-radius: 0 0.2rem 0.2rem 0;
  -ms-border-radius: 0 0.2rem 0.2rem 0;
  border-radius: 0 0.2rem 0.2rem 0;
}

#mfp-search {
  padding: 3em 0;
}

#mfp-search .searchform {
  overflow: auto;
  max-width: 300px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

#mfp-search .form-control {
  height: 44px;
  padding-right: 50px;
  margin-right: -50px;
}

#mfp-search .submit {
  width: 50px;
  height: 44px;
}

#mfp-search .mfp-close {
  color: #fff;
}

.scrolled .site-header .searchform {
  display: none;
}

.header-dropdown .dropdown-toggle {
  position: relative;
  float: right;
  font-size: 13px;
  line-height: 24px;
  padding: 23px 15px;
  text-decoration: none !important;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  z-index: 3 !important;
}

.scrolled .header-dropdown .dropdown-toggle {
  display: none;
}

.header-dropdown .dropdown-toggle:hover,
.header-dropdown.show .dropdown-toggle {
  background: #f5f5f5;
  color: #EE1525;
}

.header-dropdown .dropdown-toggle .fa-user {
  font-size: 21px;
  line-height: 24px;
  margin-right: 5px;
  vertical-align: top;
}

.dropdown-content-wrap {
  padding: 5px 20px 10px;
  font-size: 14px;
  max-width: 250px;
}

.header-dropdown .dropdown-menu {
  top: -1px !important;
  border: 0;
  background: #f5f5f5;
  z-index: 2 !important;
  min-width: 180px;
}

.header-dropdown p {
  margin-bottom: 15px;
}

.btn-primary.btn-header {
  position: absolute;
  right: 20px;
  margin: 15px 0;
  font-size: 16px;
}

.icos-header li {
  display: inline-block;
}

.ico-header {
  display: block;
  float: left;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  margin-left: 15px;
  color: #111;
  text-decoration: none !important;
}

.ico-header-text {
  font-size: 15px;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .icos-header {
    position: absolute;
    top: -50px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .site-header .searchform {
    margin: 10px 70px 10px 15px;
    max-width: none;
    width: auto;
  }

  .site-header .searchform .form-control {
    display: none;
  }

  .site-header .searchform .submit {
    background: none !important;
    color: #111 !important;
    font-size: 20px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  .site-header .searchform .submit:hover,
  .site-header .searchform .submit:focus {
    color: #1686cc !important;
  }

  .icos-header {
    background: #fff;
    width: 100%;
    margin-bottom: 0;
    font-size: 0;
  }

  .icos-header li {
    width: 50%;
  }

  .ico-header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 15px;
  }

  .header-dropdown .dropdown-toggle {
    margin-right: 90px;
    padding: 18px 15px;
  }
}
@media (max-width: 480px) {
  .header-dropdown .dropdown-toggle {
    margin-right: 60px;
  }
}
/*-----------------------------------------------------------------------------
   Navigation
-----------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0;
    -webkit-transition: padding 0.25s ease;
    -moz-transition: padding 0.25s ease;
    -o-transition: padding 0.25s ease;
    -ms-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
    background: #111;
    font-size: 1.125rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
  }

  .scrolled .navbar {
    background: none;
  }

  .navbar-nav {
    width: 100%;
    justify-content: center;
  }

  .navbar .navbar-nav .nav-link {
    background: none;
    font-weight: 700;
    color: #fff !important;
    line-height: 1;
    letter-spacing: -0.01em;
    padding: 21px 20px;
    text-transform: uppercase;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    transition: background 0.25s ease;
  }

  .scrolled .navbar .navbar-nav .nav-link {
    padding: 23px 20px 22px;
    color: #fff !important;
  }

  .navbar .navbar-nav > li > .nav-link:hover,
  .navbar .navbar-nav > li.show > .nav-link {
    text-decoration: none;
    background: #5c060d;
  }

  .scrolled .navbar .navbar-nav > li > .nav-link:hover,
  .scrolled .navbar .navbar-nav > li.show > .nav-link {
    background: #5c060d;
  }

  .navbar .navbar-nav > li.current-menu-item > .nav-link,
  .navbar .navbar-nav > li.current-menu-ancestor > .nav-link,
  .single-post .navbar-nav > li#menu-item-117 > .nav-link,
  .single-tapahtuma .navbar-nav > li#menu-item-182 > .nav-link {
    background: #EE1525 !important;
    color: #fff !important;
  }

  .dropdown-menu {
    margin-top: 0;
    background: #5c060d;
    border-color: #111;
    border-top: 0;
    border-radius: 0;
    font-size: inherit;
  }

  .dropdown-item {
    color: #fff !important;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 15px;
  }

  .scrolled .dropdown-item {
    padding: 8px 15px;
  }

  .dropdown-item:hover,
  .dropdown-item:focus,
  .dropdown-item:active {
    background-color: #111;
  }

  .dropdown-item:focus,
  .dropdown-item:active {
    background-color: #111;
  }

  .dropdown-item.active {
    background-color: #EE1525;
  }

  .navbar .btn {
    margin: 19px 0 19px 10px;
  }

  .scrolled .navbar .btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    clear: both;
    padding: 0;
    background: #111;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }

  .navbar > .container {
    max-width: none;
  }

  .navbar-nav {
    background: #111;
    margin: 0;
  }

  .navbar .navbar-nav:first-of-type > li:first-of-type > a {
    border-top: 1px solid #163548;
  }

  .navbar .navbar-nav li .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 0;
    border-bottom: 1px solid #163548;
    padding: 15px !important;
    font-size: 1.15rem;
    line-height: 1;
    margin: 0;
  }

  .navbar .navbar-nav > li.current-menu-item > .nav-link,
  .navbar .navbar-nav > li.current-menu-ancestor > .nav-link,
  .single-post .navbar-nav > li#menu-item-117 > .nav-link,
  .single-tapahtuma .navbar-nav > li#menu-item-182 > .nav-link {
    background-color: #EE1525 !important;
    border-color: #137cbe !important;
  }

  .navbar .navbar-nav > li > .nav-link:hover,
  .navbar .navbar-nav > li > .nav-link:focus,
  .navbar .navbar-nav > li.show > .nav-link {
    background-color: #5c060d;
    border-color: #111;
  }

  .dropdown-menu {
    padding: 0;
    margin: 0;
    color: #444;
    background: none;
    border: 0;
    border-radius: 0;
  }

  .dropdown-item {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #111;
    background-color: #5c060d;
    padding: 10px 15px 10px 30px;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #EE1525 !important;
    border-color: #137cbe !important;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #111;
    border-color: #163548;
  }

  .navbar .btn {
    margin: 15px -4px 15px 15px;
  }
}
.navbar-toggler {
  background-color: #111;
  border: 0;
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  color: #fff;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  background-color: #5c060d;
}

.navbar-toggler:active {
  background-color: #163548;
}

.hamburger-box {
  width: 26px;
  height: 100%;
  display: inline-block;
}

.hamburger-inner {
  display: block;
  top: calc(50% - 2px);
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 4px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger-inner::after {
  bottom: -9px;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler:not(.collapsed) .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-toggler:not(.collapsed) .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.navbar-toggler:not(.collapsed) .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
  position: relative;
  background: #ddd;
  // color: #fff;
  font-weight: 400;
  padding:20px 0;
}

.site-footer .container {
  position: relative;
}

.site-footer p {
  margin-bottom:0.75rem;
}

.footer-address {
  font-size: 0.9375rem;
  line-height: 22px;
  padding: 20px 15px 0;
}

.footer-address .fa-phone,
.footer-address .fa-envelope {
  margin-right: 5px;
}

.footer-address .fa-phone {
  margin-left: 10px;
}

.footer-copy {
  padding: 0 15px 20px;
  font-size: 13px;
  font-weight: 700;
}

.site-footer a {
  color: inherit;
}

@media (min-width: 768px) {
  #suomenvahvimmat-yrityslogo {
    position: absolute;
    width: auto;
    height: 70%;
    right: 15px;
    bottom: 1.5em;
  }
}
@media (min-width: 1200px) {
  #suomenvahvimmat-yrityslogo {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 1.5em;
  }

  #suomenvahvimmat-yrityslogo {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
}
/* Page
-----------------------------------------------------------------------------*/
#primary {
  padding-bottom: 0;
}

#primary .entry-title,
#primary .page-title {
  background: #EE1525;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.white-box {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 4rem;
  position: relative;
}

.white-box-inner {
  max-width: calc(840px + 4rem);
  padding: 2rem 2rem 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  #primary.padded-sm {
    padding: 0 !important;
  }

  #primary > .container {
    padding: 0;
  }

  .white-box {
    margin-bottom: 0;
  }

  .white-box-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-id-146 #primary .embed-responsive.maps {
  padding-bottom: 29.1% !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

/* Archive
-----------------------------------------------------------------------------*/
.archive .post {
  margin-bottom: 1rem;
}

.archive .post:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}

.archive .post .entry-meta,
.archive .post .entry-title {
  margin: 0 0 6px;
}

.archive .post .tax-links {
  font-size: 12px;
}

.archive .post .tax-links a {
  color: inherit;
}

.pagination-wrap {
  overflow: auto;
}

.pagination {
  float: left;
  margin-bottom: 1.5em;
}

.pagination-text {
  float: right;
  color: #888;
  font-size: 0.875rem;
  padding: 8px 0;
  margin-bottom: 3em;
}

.pagination > .page-item > .page-link, .pagination > .page-item > span {
  color: #888;
}

.pagination > .page-item > .page-link:hover,
.pagination > .page-item > span:hover,
.pagination > .page-item > .page-link:focus,
.pagination > .page-item > span:focus {
  color: #EE1525;
}

.pagination > .active > .page-link,
.pagination > .active > span,
.pagination > .active > .page-link:hover,
.pagination > .active > span:hover,
.pagination > .active > .page-link:focus,
.pagination > .active > span:focus {
  background-color: #EE1525;
  border-color: #EE1525;
  color: #fff;
}

/* Single
-----------------------------------------------------------------------------*/
.single-post .entry-meta {
  font-size: 12px;
  margin-bottom: 2rem;
}

.single-post .entry-meta a {
  color: inherit;
}

/*-----------------------------------------------------------------------------
   Modules
-----------------------------------------------------------------------------*/

.wp-block-gallery .wp-block-image {
  padding:0 10px;
}

.wp-block-group.hinnasto-group:not(.active) {
  display:none;
}

.med-nav-tabs {
  display:none;
  list-style:none;
  margin:0 -5px 1.5em;
  padding:0 0 10px;
  border-bottom:1px solid #111;
}

.med-nav-tabs li {
  display:inline-block;
  padding:7px 5px;
}

.med-nav-tabs a {
  display:block;
  color:#666;
  background:#eee;
  padding:10px 12px;
  border-radius:4px;
  font-size:15px;
  font-weight:bold;
  text-decoration:none !important;
}

.med-nav-tabs a:hover {
  background:#ddd;
}

.med-nav-tabs a:focus-visible {
  outline:2px solid #111;
  outline-offset:3px;
}

.med-nav-tabs a.active {
  background:#EE1525;
  color:#fff;
}

.wp-block-table {
  margin:2em 0 4em;
  font-size:0.925rem;
  overflow:hidden;
}

.wp-block-table .row {
  margin-left:-15px !important;
  margin-right:-15px !important;
}

.wp-block-table .col-12 {
  padding-left:15px !important;
  padding-right:15px !important;
}

.wp-block-table thead {
  border:0;
}

.wp-block-table th {
  background:#111;
  border:1px solid #111;
  padding:.66em;
  font-size:1rem;
  color:#fff;
}

.wp-block-table td {
  border:1px solid #ccc;
  padding:.6em;
}

.wp-block-table tr > th:nth-child(2),
.wp-block-table tr > td:nth-child(2) {
  width:25%;
}

.wp-block-table tr:nth-child(even) > td {
  background:#f5f5f5;
}

.wp-block-table td[colspan] {
  background:#111 !important;
  padding:.66em;
  font-size:1rem;
  color:#fff;
}

.wp-block-table table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before,
.wp-block-table table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::before,
.wp-block-table table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::after,
.wp-block-table table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after {
  margin:2px 0;
  opacity:0.3;
}

.wp-block-table table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before,
.wp-block-table table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after,
.wp-block-table table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before,
.wp-block-table table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
  opacity:0.8;
}

.wp-block-table .pagination .dt-paging-button:first-child,
.wp-block-table .pagination .dt-paging-button:last-child {
  display:none !important;
}

/* Slider
-----------------------------------------------------------------------------*/
/** RESET AND LAYOUT
===================================*/
.slider-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom:0;
}

.bx-img-wrap {
  position:relative;
  width:100%;
  height:0;
  padding-bottom:60%;
  overflow:hidden;
}

.bx-img-wrap img {
  position:absolute;
  top:0;left:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.bxslider img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

/** THEME
===================================*/
@media (max-width: 767px) {
  .bx-wrapper img {
    height: auto;
  }

  #bxlink {
    bottom: 20px;
  }
}
/* LOADER */
.bx-loading {
  background: url(../images/spinner.gif) 50% 45% no-repeat #fff;
  position: relative;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  position: absolute;
  width: 100%;
  left: auto;
  right: auto;
  bottom: 20px;
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #db3523;
}

@media (max-width: 767px) {
  .bx-wrapper .bx-pager {
    bottom: 20px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    margin: 0 2px;
  }
}
@media (max-width: 380px) {
  .bx-wrapper .bx-pager {
    width: 100%;
    right: auto;
    left: 0;
    float: none;
    text-align: center;
  }
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 1rem;
}

.bx-wrapper .bx-next {
  right: 1rem;
}

.bx-wrapper .bx-controls-direction a {
  color: #fefefe;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  outline: 0;
  display: block;
  z-index: 2;
  font-size: 36px;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.bx-wrapper .bx-controls-direction a:hover {
  color: #EE1525;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

@media (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    font-size: 26px !important;
  }
}
@media (max-width: 575px) {
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
}



/* Banners
-----------------------------------------------------------------------------*/
#Banners-Home {
  overflow: auto;
}

.col-banner {
  width: 33.3333%;
  float: left;
  margin: 0;
}

.col-banner-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68%;
  overflow: hidden;
  background: blue;
  cursor: pointer;
  display:block;
}

.col-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #444;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.col-banner-inner:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.col-banner h2 {
  color: #fff;
  font-size: 1.33rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  z-index: 3;
}

.col-banner-inner:hover img {
  transform: scale(1.04);
}

.col-banner-inner:hover:after {
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .col-banner {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #Banners-Home {
    padding-bottom: 1.5em;
  }

  .col-banner {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 1em;
  }

  .col-banner h2 {
    font-size: 1.1rem;
  }
}
/* Mfp Popup Content
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #fff;
  padding: 25px 40px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

/* Social Media - Simple Share Buttons Adder
-----------------------------------------------------------------------------*/
#st_gdpr_iframe {
  border: 0;
}

.ssba-wrap,
.ssbp-wrap {
  margin-bottom: 1.5rem;
}

.text-center .ssba > div {
  text-align: center !important;
}

.ssba-share-text {
  display: block;
  margin-bottom: .5em;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
}

.ssba-img {
  padding-left: 0 !important;
  padding-right: 8px !important;
}

/*-----------------------------------------------------------------------------
   Widgets
-----------------------------------------------------------------------------*/
#secondary .widget {
  margin-bottom: 2em;
  padding-bottom: 10px;
  border-bottom: 4px solid #ccc;
}

#secondary .widget ul {
  list-style: none;
  padding: 0;
}

#secondary .widget_categories ul > li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#secondary .widget_categories ul > li:last-of-type {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

#secondary .widget .nice-select {
  float: none;
}

#secondary .widget .nice-select ul.list {
  width: 100%;
}

#secondary .widget .nice-select ul.list > li {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0;
}

#secondary .widget_tag_cloud {
  padding-bottom: 1.5em;
}

#secondary .widget ul .post-date {
  display: block;
  font-size: 0.88888889em;
  color: #888;
}

@media screen and (max-width: 767px) {
  #secondary .widget:first-of-type,
  .page #secondary .widget_news {
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 4px solid #ccc;
  }

  #secondary .widget_subpage_nav {
    display: none;
  }
}
/*-----------------------------------------------------------------------------
   Forms
-----------------------------------------------------------------------------*/
span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
  color: red !important;
  margin: 1em 0;
  border: 0;
  padding: 3px 8px;
  font-size: 0.85em;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #398f14;
  color: #398f14 !important;
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
  border: 1px solid red;
  display: block;
}

.wpcf7 {
  max-width: 500px;
}

.wpcf7 label {
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 5px;
}

.wpcf7 .checkbox label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.form-control,
.login-wrap .input,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  height: 36px;
  background: #fff;
  color: #444;
  font-size: 13px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: #EE1525;
  box-shadow: 0 0 0 0.2rem rgba(76, 142, 238, 0.25);
}

.login-wrap .input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 142, 238, 0.25);
}

textarea {
  height: auto;
  min-height: 100px;
}

.wpcf7 .checkbox {
  overflow: auto;
}

.wpcf7 .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 .wpcf7-form-control:not(.wpcf7-acceptance) .wpcf7-list-item {
  display: block;
  float: left;
  width: 50%;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .wpcf7 .wpcf7-list-item {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------
   Buttons
-----------------------------------------------------------------------------*/
.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  outline: 0;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: none !important;
  box-shadow: none !important;
  line-height: 1;
  margin-bottom: 1.5em;
  text-decoration: none;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.btn-primary,
.btn-secondary,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #111;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  padding: .75em 1em;
}

.btn-secondary,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #56ba64;
}

.btn-trans {
  background: transparent;
  border: 2px solid #EE1525;
  color: #EE1525;
}

.btn-lg {
  padding: 1em 2em;
  font-size: 1.2rem;
}

.btn-sm {
  padding: 0.66em 1em;
  font-size: 15px;
}

.btn-primary:hover,
.btn-trans:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #222;
  color: #fff;
}

.btn-primary:focus,
.btn-primary:active,
.btn-trans:focus,
.btn-trans:active,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:focus,
.woocommerce input.button:active {
  background-color: #222 !important;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  background: #68d076;
}

.btn-secondary:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active {
  background: #4eae5c;
}

.btn-text {
  font-weight: 700;
  text-transform: uppercase;
  color: #EE1525;
  display: inline-block;
  margin-bottom: 1.5em;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn-text > .fa {
  font-size: 15px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .btn-lg {
    padding: 15px 30px;
  }
}
/*-----------------------------------------------------------------------------
   IE overrides
-----------------------------------------------------------------------------*/
/* Sticky footer fix for
-----------------------------------------------------------------------------*/
.lte-ie7 #wrap {
  display: table;
}

/* Form fix for lte IE8
-----------------------------------------------------------------------------*/
.lt-ie8 input, .lt-ie8 textarea {
  width: 94%;
  padding: 0 2%;
}

.lt-ie8 textarea {
  width: 93%;
}

/*-----------------------------------------------------------------------------
  Misc
-----------------------------------------------------------------------------*/
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.img-404-error {
  width: 400px;
}

.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin-top: 10px;
  font-size: 0.8889rem;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 2.5em;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  display: block;
  content: "";
  padding-top:56.25%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive {
  margin-bottom: 2.5em;
}

.embed-responsive.maps {
  padding-bottom: 30%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .embed-responsive.maps {
    padding-bottom: 40%;
  }
}
@media (max-width: 575px) {
  .embed-responsive.maps {
    padding-bottom: 60%;
  }
}
img {
  max-width: 100%;
  height: auto;
}

hr {
  margin: 2em 0 3em;
}

.clear {
  clear: both;
}

.grey,
.gray {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.max-300, .max-400, .max-500, .max-600 {
  margin-left: auto;
  margin-right: auto;
}

.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}

.prepend-top {
  margin-top: 1.5em;
}

.append-bottom {
  margin-bottom: 1.5em;
}

.prepend-top-lg {
  margin-top: 3em;
}

.append-bottom-lg {
  margin-bottom: 3em;
}

.prepend-left {
  margin-left: 1em;
}

.prepend-left-sm {
  margin-left: 4px;
}

.prepend-right {
  margin-right: 1em;
}

.prepend-right-sm {
  margin-right: 4px;
}

.padded {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

.padded-sm {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.padded-lg {
  padding-top: 6rem;
  padding-bottom: 5.5rem;
}

.padded-top {
  padding-top: 4rem;
}

.padded-top-sm {
  padding-top: 2rem;
}

.padded-top-lg {
  padding-top: 6rem;
}

.padded-bottom {
  padding-bottom: 3.5rem;
}

.padded-bottom-sm {
  padding-bottom: 1.5rem;
}

.padded-bottom-lg {
  padding-bottom: 5.5rem;
}

@media (max-width: 767px) {
  .prepend-top-lg {
    margin-top: 2em;
  }

  .append-bottom-lg {
    margin-bottom: 2em;
  }

  .padded {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .padded-sm {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .padded-lg {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  .padded-top {
    padding-top: 3rem;
  }

  .padded-top-sm {
    padding-top: 1.5rem;
  }

  .padded-top-lg {
    padding-top: 4.5rem;
  }

  .padded-bottom {
    padding-bottom: 2.5rem;
  }

  .padded-bottom-sm {
    padding-bottom: 1rem;
  }

  .padded-bottom-lg {
    padding-bottom: 4rem;
  }
}
.grecaptcha-badge {
  display: none !important;
}

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