/*
Theme Name: Yhteislupa
Version: 1.0
Description: Child theme for Storefront
Author: NTRNZ media Oy
Author URI: https://ntrnz.com
Template: storefront
*/

@import url('https://fonts.googleapis.com/css?family=Cardo:400,700|Montserrat:300,400,700|Pathway+Gothic+One&display=swap');

/* COMMON STYLES */

body {
    font-family: 'Montserrat', serif;
    font-weight: 400;
    counter-reset: custom-area-counter product-list-counter;
    color: #353535;
}

p {
  font-family: 'Cardo', serif;
}

.page-template-default #primary {
  font-family: 'Cardo', serif;
  margin-bottom: 0;
  font-size: 17px;
  border-right: 1px solid #b6a591;
  margin-right: 0;
  padding-right: 3rem;
}

.entry-content a {
  color: #b6a591;
  font-family: "Montserrat",sans-serif;
  text-decoration: none;
}

body.woocommerce-page #primary {
  float: none;
	width: 100%;
}

.news-list .news-item {
  border-top: 1px solid #777;
  padding: 1rem 0;
}

#secondary .widget-title {
  font-family: 'Pathway Gothic One', serif;
  text-transform: uppercase;
  color: #b6a591;
}

#secondary ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#secondary ul.menu li {
  margin: 0;
  padding: 0;
}

#secondary ul.menu li:before {
  content: "";
}

#calendar {
  border: 1px dashed #b6a591;
  padding: 10px;
  position: relative;
}

#calendar .fc-header-toolbar .fc-left {
  margin: auto;
}

.fc-button-group {
  position: inherit;
}

#calendar .fc-header-toolbar .fc-prev-button {
  position: absolute;
  left: 1rem;
  border-radius: 100%;
  border: 2px solid #b6a591;
  background: transparent;
  color: #b6a591;
  padding: 4px 5px;
  top: 10px;
}

.fc-toolbar h2 {
  font-family: "Montserrat",sans-serif;
  font-size: 1.375em;
  text-align: center;
  font-weight: 400;
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: auto;
}

#calendar .fc-day-header {
  color: #b6a591;
  font-size: 0.8125em;
  font-family: "Montserrat",sans-serif;
}

.order-steps table tr td {
  line-height: 1;
}

#calendar .fc-header-toolbar .fc-next-button {
  position: absolute;
  right: 1rem;
  border-radius: 100%;
  border: 2px solid #b6a591;
  background: transparent;
  color: #b6a591;
  padding: 4px 5px;
  top: 10px;
}

#secondary ul.menu li a {
  font-weight: normal;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-family: 'Cardo', serif;
  text-transform: none;
}

#secondary ul.menu li a:hover {
  text-decoration: underline;
}

.site-main {
  margin-bottom: 0;
}

.single .hentry {
  font-family: 'Cardo', serif;
  margin-bottom: 0;
  font-size: 17px;
  border-right: 1px solid #b6a591;
  margin-right: 0;
  padding-right: 3rem; 
}

.site-main .entry-header img.wp-post-image {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Pathway Gothic One', serif;
    text-transform: uppercase;
    color: #282828;
}

h1 {
  font-size: 3.75em;
  margin-bottom: 35px;
}

h4 {
  font-size: 1.125em;
  font-family: "Montserrat",sans-serif;
  margin: 0 0 10px 0;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  font-size: 0.875em;
  font-family: "Montserrat",sans-serif;
  margin: 0 0 10px 0;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
}



a, a:visited {
    color: #6d6d6d;
}

a:focus,
.focus a {
	outline: none !important;
}

.button {
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 16px 35px;
    transition: all 250ms;
}

.storefront-sorting {
    display: none !important;
}

.storefront-breadcrumb {
    margin: 0 0 0.5rem 0;
    padding: 1rem;
}

.mobile-logo {
  display: none;
  height: 72px;
  width: 72px;
  padding: 3px 0;
}

#flags_language_selector {
  display: none;
  vertical-align: bottom;
  height: 55px;
  padding-left: 25%;
}

#flags_language_selector li {
  position: relative;
  display: inline-block;
  text-align: left;
  
}

#flags_language_selector li a {
  background-color: #fff;
  border: 2px solid #b6a591;
  border-radius: 100%;
  color: #b6a591;
  display: inline-block;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 2.4;
  font-size: 14px;
  margin-right: 6px;
  text-align: center;
  font-weight: 400;
  transition: all 250ms;
}

#site-navigation .menu-toggle {
  background-color: #b6a591;
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2000;
  text-align: center;
  text-decoration: none;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  outline: none;
}

button.menu-toggle::after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

button.menu-toggle::before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {
  left: 1rem;
  width: 28px;
  height: 3px;
  border-radius: 0px;
}

button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
  background-color: #fff;
}

#site-navigation .menu-toggle span {
  display: block;
  height: 60px;
  overflow: hidden;
  padding: 20px;
  text-indent: -5000em;
  width: 60px;
}

.site-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.site-hero .koronatiedote {
  color: #fff;
  text-align: center;
  padding: 1rem 5rem;
  margin: 1rem;
  border: 1px solid #fff;
}

.site-hero img {
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.site-hero.narrow {
  min-height: 50vh;
}

.site-hero.narrow .container div {
  display: block;
  margin: auto;
  max-width: 1500px;
}

.hr-anchor {
  margin: 5rem auto 0;
}

.header-separator {
  border-top: 3px solid #fff;
  border-bottom: 30px solid #b6a591;
}

.woocommerce-breadcrumb {
  display: none;
}

.site-hero.narrow h1 {
  font-size: 10.75em;
  margin-top: -10px;
  margin-bottom: 0px;
  font-family: "Pathway Gothic One",sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.site-hero .button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 2rem 0;
}

.site-hero .button:hover {
  background-color: #fff;
  color: #333;
}

/* HEADER */

#masthead {
  z-index: 999 !important;
}

.site-header {
    padding-top: 0;
    border-color: #777;
}
.site-header .site-search {
    margin-bottom: 0;
}

.site-header .site-branding {
    margin-bottom: 0;
}

.site-header .site-branding .custom-logo-link {
    display: inline-block;
}

.site-header .site-branding .custom-logo {
    max-width: 150px;
}

/* NAVIGATION */

.main-navigation ul.menu li a {
  color: #777;
  font-weight: 400;
  transition: all 250ms;
  text-align: center;
}
.main-navigation ul.menu li:not(.logo-link) a:hover {
  background: #b6a591;
  color: #fff;
}

.main-navigation ul.menu li ul.sub-menu li a {
  padding: 10px 15px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .main-navigation ul ul li a, .secondary-navigation ul ul li a {
      width: 300px;
  }

  .col-full {
    max-width: 70em;
  }
}

@media (min-width: 768px) {
  .main-navigation {
    width: 100% !important;
    margin: 0 !important;
    max-height: 120px;
  }

  .main-navigation ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-navigation ul.menu > li > a {
      text-transform: uppercase;
      padding: 1rem;
      font-size: 14px;
  }

  .main-navigation ul.menu li:not(.logo-link):not(.wpml-ls-item) a {
    min-width: 100px;
  }

  .main-navigation ul.menu > li > a:after {
    display: none !important;
  }

  .main-navigation ul.menu > li > a,
  .main-navigation ul.menu > li .sub-menu {
    margin: 0 0.5rem;
  }

  .main-navigation ul.menu > li .sub-menu li a {
    text-align: left;
  }

  .main-navigation ul.menu li.logo-link a {
    text-indent: -9999px;
    display: inline-block;
    width: 150px;
    height: 150px;
    background-size: cover;
    position: relative;
    top: 7px;
  }

  .main-navigation ul.menu li.logo-link.logo-fi a {
    background-image: url('assets/images/logo-fi.png');
  }
  .main-navigation ul.menu li.logo-link.logo-en a {
    background-image: url('assets/images/logo-en.png');
  }
  .main-navigation ul.menu li.logo-link.logo-sv a {
    background-image: url('assets/images/logo-sv.png');
  }

}

.main-navigation ul.menu li.wpml-ls-item a {
  background-color: #fff;
  border: 2px solid #b6a591;
  border-radius: 100%;
  color: #b6a591;
  display: inline-block;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 2.4;
  font-size: 14px;
  margin-right: 6px;
  text-align: center;
  font-weight: 400;
  transition: all 250ms;
}

.main-navigation ul.menu li.wpml-ls-item a:hover {
  background-color: #b6a591;
  color: #fff;
}

.site-branding {
  display: none !important;
}

/* SIDEBAR NAVIGATION */

#secondary .widget_nav_menu ul.menu li.wpml-ls-item,
#secondary .widget_nav_menu ul.menu li.logo-link {
  display: none !important;
}

/* ROWS */
.row {
  padding: 2rem 0;
  text-align: center;
}

.row header {
  color: #b6a591;
  font-family: "Montserrat",sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
}
.row header .hr {
  margin: 0 auto 0.75rem auto;
}

.row section {
  color: #353535;
  padding-bottom: 1rem;
}

.row section p {
  font-size: 1.0675em;
}

.row section h2 {
  font-size: 3.75em;
  font-family: "Pathway Gothic One",sans-serif;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.row footer .hr {
  margin: 0 auto;
}

.row.columns-1 {
  max-width: 900px;
  margin: 0 auto;
}

.row.how-to {
  padding: 4rem 0 2rem 0;
}

.row.how-to header {
  color: #fff;
}

.row.how-to section {
  max-width: 60rem;
  margin: 0 auto;
}

.row.how-to section h2 {
  color: #fff;
}

.row.how-to section ul.items {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.row.how-to section ul.items li {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding-top: 1rem;
}

.row.how-to section ul.items li .icon {
  display: inline-block;
  margin-bottom: 1rem;
}

.row.how-to section ul.items li h4 {
  color: #fff;
  font-size: 1.125em;
  font-family: 'Montserrat', sans-serif;
}

.row.how-to section ul.items li .text p {
  color: #fff;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 2;
}

.row.areas {
  background-color: #f7f7f7;
}

.row.areas section .columns {
  display: flex;
  width: 100%;
}

.row.areas section .columns .column {
  display: inline-block;
  width: 50%;
  padding: 1rem;
}
.row.areas section .columns .column img {
  display: inline-block;
}

.row.areas section .columns .column ul.items {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}

.row.areas section .columns .column ul.items li {
  color: #353535;
  font-size: 1.5em;
  font-family: "Pathway Gothic One",sans-serif;
  margin: 0 0 5px 0;
}

.row.areas section .columns .column ul.items li:before {
  border: 1px solid #b6a591;
  border-radius: 100%;
  color: #b6a591;
  content: counter(custom-area-counter);
  counter-increment: custom-area-counter;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  margin-right: 16px;
  text-align: center;
  width: 36px;
}

.row.areas section .columns .column.left {
  text-align: right;
}
.row.areas section .columns .column.right {
  text-align: left;
  max-width: 500px;
}

.row.permits {}

table#permit_info {}
table#permit_info td,
table#permit_info th {
  padding: 3px;
}
table#permit_info td input {
  width: 100%;
}

table#permit_info td input,
table#permit_info td button {
  font-size: 12px;
}

table#permit_info h2 {
  margin: 0;
  padding: 1rem 0;
}

.row.cta-with-background {
  padding: 5rem 1rem
}

.row.cta-with-background section,
.row.cta-with-background h2 {
  color: #f7f0e7;
}

.row.cta-with-background section {
  max-width: 550px;
  margin: 0 auto;
  line-height: 2;
}

.row.cta-with-background section a.button {
  margin-top: 1rem;
  color: #f7f0e7;
  background-color: transparent;
  border: 2px solid #f7f0e7;
}

.row.cta-with-background section a.button:hover {
  color: #333;
  background-color: #f7f0e7;
}

.row.statistics {
  background-color: #f7f7f7;
  padding-top: 3rem;
}

.row.statistics section {
  max-width: 1100px;
  margin: 0 auto;
}

.row.statistics section:after {
  content: "";
  display: table;
  clear: both;
}

.row.statistics section .box {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 0 2rem;
  border-right: 1px solid #777;
}

.row.statistics section .box:last-child {
  border-right: 0;
}
.row.statistics .box h4 {
  font-size: 3em;
  font-family: "Pathway Gothic One",sans-serif;
  color: #353535;
  margin-bottom: 3px;
  line-height: 1.1;
}

.row.statistics section .box p {
  font-size: 1.0675em;
}

.row.statistics section .box .icon {
  display: inline-block;
}

.row.image-boxes {
  padding-top: 0;
}

.row.image-boxes:after {
  content: "";
  display: table;
  clear: both;
}

.row.image-boxes a.box {
  display: inline-block;
  width: 33.33%;
  float: left;
  min-height: 512px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.90;
  transition: opacity 250ms;
  padding: 1rem;
}

.row.image-boxes a.box:hover {
  opacity: 1;
}

.row.image-boxes a.box h3 {
  font-family: "Pathway Gothic One",sans-serif;
  font-size: 3rem;
  margin-bottom: 0;
  color: #fff;
  line-height: 3rem;
  margin-bottom: 1rem;
  word-break: break-word;
}
.row.image-boxes a.box p {
  color: #fff;
  margin-bottom: 0;
}

.row.latest-news h2 {
  font-size: 3.75em;
  font-family: "Pathway Gothic One",sans-serif;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 4rem;
}


.row.text-box {
  background-color: #f7f7f7;
  padding: 5rem 1rem;
}

.row.text-box h3 {
  font-family: "Pathway Gothic One",sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
  max-width: 400px;
  margin: 0 auto 2rem auto;
  color: #353535;
}

/* NEWS ITEMS */

ul.news-items {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

ul.news-items:after {
  content: "";
  display: table;
  clear: both;
}

ul.news-items li.news-item {
  border: 1px solid #b6a591;
  width: 31% !important;
  margin-right: 2% !important;
  float: left;
  margin-bottom: 1rem;
}

ul.news-items li.news-item a {
  display: block;
  padding: 2rem;
}

ul.news-items li.news-item a.woocommerce-LoopProduct-link {
  padding: 1rem;
}
ul.news-items li.news-item .date {
    color: #b6a591;
    font-family: 'Cardo', serif;
}

ul.news-items li.news-item h3 {
  margin: 0.75em 0;
  font-size: 30px;
  font-family: "Pathway Gothic One",sans-serif;
  text-transform: uppercase;
}

ul.news-items li.news-item h2:before {
  border: 2px solid #b6a591;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  text-align: center;
  height: 60px;
  line-height: 56px;
  width: 60px;
  content: counter(product-list-counter);
  counter-increment: product-list-counter;
  display: block;
  color: #b6a591;
  font-family: "Pathway Gothic One",sans-serif;
  font-size: 2.25rem;
}

ul.news-items li.news-item h2 {
  font-family: "Pathway Gothic One",sans-serif;
  font-size: 3em !important;
  text-align: center;
}

ul.news-items li.news-item .description {
  border-top: 1px solid #b6a591;
  border-bottom: 1px solid #b6a591;
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1rem;
}

ul.news-items li.news-item .description p {
  margin: 0;
  padding: 0;
}

ul.news-items li.news-item .variation {
  color: #000;
  font-family: "Pathway Gothic One",sans-serif;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px dashed #b6a591;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

ul.news-items li.news-item .variation:last-child {
  border-bottom-style: solid;
}

ul.news-items li.news-item .variation .name {
  margin-right: 8px;
}

ul.news-items li.news-item .variation .woocommerce-Price-amount {
  display: inline;
  color: #b6a591;
  font-weight: 400;
  top: 0;
}

ul.news-items li.news-item a.add_to_cart_button {
  margin: 1rem 0 2rem 0;
  background-color: transparent;
  border: 1px solid #b6a591;
  color: #b6a591;
  transition: all 250ms;
  position: relative;
  z-index: 222;
}

ul.news-items li.news-item a.add_to_cart_button:hover {
  background-color: #b6a591;
  color: #fff;
}

/* CALENDAR */
#calendar table {
    margin-bottom: 0;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td  {
  border-color: #b6a591;
  text-align: center;
}

#calendar .fc-day-header {
  padding: 1rem;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
  background: transparent;
  border: 2px solid #b6a591;
  color: #b6a591;
  text-transform: uppercase;
}

table:not( .has-background ) tbody td {
  background: transparent;
}

#form-step-1 select {
  background: #f7f7f7;
  border: 0;
  font-family: 'Cardo', serif;
  padding: 7px 1rem;
  font-size: 1rem;
}

#paivamaaravalitsin {
  text-align: right;
}

.right-button {
  float: right;
}

.topdot {
  padding: 1rem 0 1rem 0;
  border-top: 1px dashed #b6a591;
  margin-top: 10px;
}

table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
  background: transparent;
}

#calendar .fc-day-number {
  float: none;
  position: relative;
  top: 1rem;
  font-family: 'Cardo', serif;
  font-size: 19px;
}

#calendar .fc-highlight {
    background: #b6a591 !important;
}

#calendar .fc-widget-content:hover {
    cursor: pointer;
}

#calendar .fc-row .fc-highlight-skeleton td,
#calendar .fc-row .fc-bgevent-skeleton td {
    border-color: inherit;
}

#calendar table:not( .has-background ) tbody td:not( .fc-disabled-day ) {
    background-color: transparent;
}

/* WOOCOMMERCE */
.single-product .product_meta {
    display: none;
 }

.order-steps.hidden {
  display: none;
}
.order-steps table tr td {
  vertical-align: middle !important;
  font-family: "Pathway Gothic One",sans-serif;
  text-transform: uppercase;
  font-size: 1.375em;
}

.order-steps span.quantity-label{font-family:"Pathway Gothic One",sans-serif; display:inline-block;font-size:1.375em;text-transform:uppercase;margin-right:20px}

.order-steps a.qty{border:2px solid #b6a591;border-radius:100%;display:inline-block;width:32px;height:32px;text-align:center;line-height:26px;font-size:1.875em;outline:0}
.order-steps a.qty:active, a.qty:focus{text-decoration:none}

.order-steps a.qty:hover{background-color:#b6a591;color:#fff}
.order-steps a.qty.qty-minus{margin-right:5px}
.order-steps a.qty.qty-plus{margin-left:5px}

.order-steps input.quantity{
  background-color:#fff;
  border:1px solid #b6a591;
  color:#000;
  font-family:"Pathway Gothic One",sans-serif;
  font-size:1.875em;
  line-height:1px;
  width:45px;
  text-align:center;
  font-size: 30px;
  padding: 5px;
}

/* Chrome, Safari, Edge, Opera */
.order-steps input.quantity::-webkit-outer-spin-button,
.order-steps input.quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.order-steps input.quantity[type=number] {
  -moz-appearance: textfield;
}


/* Homepage styles */
body.page-template-template-homepage #content > .col-full {
  max-width: 100%;
  padding: 0;
}

ul.products {
  max-width: 1200px;
  margin: 0 auto;
}

ul.products li.product {
  border: 1px solid #b6a591;
  padding: 1rem 0 0 0;
  width: 23% !important;
  margin-right: 2% !important;
}

ul.products li.product a.woocommerce-LoopProduct-link {
  padding: 1rem;
}

ul.products li.product h2:before {
  border: 2px solid #b6a591;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  text-align: center;
  height: 60px;
  line-height: 56px;
  width: 60px;
  content: counter(product-list-counter);
  counter-increment: product-list-counter;
  display: block;
  color: #b6a591;
  font-family: "Pathway Gothic One",sans-serif;
  font-size: 2.25rem;
}

ul.products li.product h2 {
  font-family: "Pathway Gothic One",sans-serif;
  font-size: 3em !important;
  text-align: center;
}

ul.products li.product .description {
  border-top: 1px solid #b6a591;
  border-bottom: 1px solid #b6a591;
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1rem;
}

ul.products li.product .description p {
  margin: 0;
  padding: 0;
}

ul.products li.product .variation {
  color: #000;
  font-family: "Pathway Gothic One",sans-serif;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px dashed #b6a591;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

ul.products li.product .variation:last-child {
  border-bottom-style: solid;
}

ul.products li.product .variation .name {
  margin-right: 8px;
}

ul.products li.product .variation .woocommerce-Price-amount {
  display: inline;
  color: #b6a591;
  font-weight: 400;
  top: 0;
}

ul.products li.product a.add_to_cart_button {
  margin: 1rem 0 2rem 0;
  background-color: transparent;
  border: 1px solid #b6a591;
  color: #b6a591;
  transition: all 250ms;
  position: relative;
  z-index: 222;
}

ul.products li.product a.add_to_cart_button:hover {
  background-color: #b6a591;
  color: #fff;
}

/* Site footer styles */

.site-footer {
  background-color: #404037;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  text-align: center;
  padding: 0;
}

.site-footer a, .site-footer a:visited {
  color: #fff !important;
}

.site-footer .contact {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #b6a591;
}

.site-footer .contact {}
.site-footer .contact .footer-items {
  max-width: 970px;
  margin: 0 auto;
}

.site-footer .contact .footer-items:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer .contact .footer-items .footer-item {
  width: 33%;
  display: inline-block;
  float: left;
  padding-bottom: 1.5rem;
}

.site-footer .contact .footer-items .footer-item .icon {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.site-footer .contact .footer-items .footer-item p {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Montserrat', serif;
}

.site-footer .copyright {
  padding: 15px 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
}

/* RESPONSIVE STYLES */

@media (max-width: 1440px) {

  .site-hero.narrow h1 {
    font-size: 8.75em;
  }

  .site-hero.narrow {
    padding-top: 5rem;
  }

}

@media (max-width: 1280px) {

  ul.products {
    padding: 0 1rem;
  }
  
  ul.products li.product {
    width: 24.25% !important;
    margin-right: 1% !important;
  }

  ul.news-items li.news-item {
    margin: 1.165% !important;
  }

  body.page-template-template-homepage #content > .col-full {
    margin: 0;
  }

  ul.products li.product .variation .name {
    margin-right: 10px;
  }

}

#order-step-1 table td h3 {
  margin: 0;
}

#form-step-1 table {
  margin-top: 1.5rem;
  border-bottom: 1px solid #b6a591;
}

@media (max-width: 768px) {

  .topdot {
    display: block;
    width: 100%;
  }

  h3 {
    font-size: 1.318em;
  }

  .single .hentry {
    border-right: 0px;
    padding-right: 0;
  }

  .order-steps span.quantity-label {
    font-size: 1.25rem;
  }

  .row section h2 {
    font-size: 2.75em;
    margin-bottom: 6px;
  }

  #paivamaaravalitsin {
    text-align: left;
  }

  .page-template-default #primary {
    border: 0;
    padding: 0;
  }

  .mobile-logo {
    display: inline-block;
  }

  #masthead {
    padding: 0rem 0;
  }

  .site-hero.narrow h1 {
    font-size: 3.75em;
  }

  #flags_language_selector {
    display: inline-block;
    position: absolute;
    right: 6rem;
    top: 1.3rem;
  }

  .wpml-ls-item {
    display: none;
  }

  #site-navigation .menu-toggle {
    display: inline-block;
  }

  .handheld-navigation {
    margin-left: -1.41575em;
    margin-right: -1.41575em;
  }

  .main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
    background-color: #b6a591;
    clear: both;
    color: #fff;
    display: block;
    float: none;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #cabeb0;
  }

  .main-navigation ul.menu li button {
    display: none;
  }

  .main-navigation ul.menu li a {
    background-color: #b6a591;
    clear: both;
    color: #fff;
    display: block;
    float: none;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #cabeb0;
    text-transform: uppercase;
    text-align: left;
  }

  .main-navigation ul.menu li.logo-link {
      display: none !important;
  }

  .row.how-to section ul.items li {
    display: block;
    width: 100%;
  }

  .row.areas section .columns {
    display: block;
  }

  .row.areas section .columns .column {
    display: block;
    width: 100%;
  }

  .row.areas section .columns .column.left {
    text-align: center;
  }

  .row.areas section .columns .column.right {
    max-width: 100%;
  }

  .row.statistics section .box {
    width: 100%;
    display: block;
    float: none;
    border: 0;
  }

  ul.products li.product {
    width: 100% !important;
    margin-right: 0 !important;
  }

  ul.news-items li.news-item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .row.image-boxes a.box {
    width: 100%;
    float: none;
  }

  .site-footer .contact .footer-items .footer-item {
    width: 100%;
    display: block;
    float: none;
  }

  .row.image-boxes a.box {
    min-height: 412px;
  }

  ul.news-items {
    margin: 1rem;
  }

  ul.news-items li.news-item {
    margin: 1% 0 !important;
  }
}

@media (max-width: 1000px) {
  table#permit_info tr {
    display: block;
    margin-bottom: 1rem;
  }
  table#permit_info td,
  table#permit_info th {
    display: block;
    width: 100%;
    float: none;
  }
  table#permit_info td input {
    font-size: initial;
    width: 50%;
  }
  table#permit_info td button {
    font-size: initial;
  }
}

@media (max-width: 600px) {
  table#permit_info td input {
    width: 100%;
  }

  #primary {
    border-right: 0px solid #b6a591;
    padding-right: 0rem;
  }

  h1 {
    font-size: 2.75em;  
  }

  .nav-container {
    max-width: 100%;
  }

  .site-hero .koronatiedote {
    padding: 1rem 1rem;
  }

  .row section {
    padding: 1rem;
  }

  .row.statistics section .box {
    border-bottom: 1px solid #777;
  }

  .site-hero.narrow {
    min-height: 40vh;
  }
}
