@charset "UTF-8";
/*
 * Theme Name: Aktiv-Resor
 * Template:   twentytwentyfive
 * Version: 1.0.21
 * Author: Sitebuilders Finland Oy
 * Author URI: https://sitebuilders.fi
*/
/* sass --watch main.scss main.css */
/* Variables */
@media (min-width: 782px) {
  :root, body {
    --wp--style--root--padding-right: 40px;
    --wp--style--root--padding-left: 40px;
    --wp--preset--spacing--50: 2rem;
  }
}
@media (min-width: 1050px) {
  :root, body {
    --wp--style--root--padding-right: 60px;
    --wp--style--root--padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  :root, body {
    --wp--style--root--padding-right: 80px;
    --wp--style--root--padding-left: 80px;
    --wp--preset--spacing--50: 5.5rem;
  }
}
@media (min-width: 1400px) {
  :root, body {
    --wp--style--root--padding-right: 110px;
    --wp--style--root--padding-left: 110px;
  }
}
@media (min-width: 1600px) {
  :root, body {
    --wp--style--root--padding-right: 170px;
    --wp--style--root--padding-left: 170px;
  }
  :root .single-country .entry-content .mainContentFirstRow .wp-block-columns .wp-block-column:first-child, body .single-country .entry-content .mainContentFirstRow .wp-block-columns .wp-block-column:first-child {
    margin-left: -60px;
    flex-basis: 38%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/lato/lato-regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/lato/lato-bold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/cormorant-garamond/cormorantgaramond-regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/cormorant-garamond/cormorantgaramond-italic-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/cormorant-garamond/cormorantgaramond-bold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/cormorant-garamond/cormorantgaramond-bolditalic-webfont.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Lato, Verdana, Arial, system-ui, sans-serif;
  color: #2F2A26;
  background-color: var(--wp--preset--color--light-beige);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal; /*hyphens:auto;*/
}

body :where(.wp-site-blocks :focus) {
  outline-width: 0;
  outline-style: solid;
}

:root :where(.is-layout-flow) > *, :root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
}
:root :where(.wp-block-columns-is-layout-flex) {
  gap: 30px 5rem;
}
:root :where(.wp-block-columns) {
  margin-bottom: 0;
}
:root :where(.wp-block-search .wp-block-search__input) {
  border-radius: 0;
}

a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: none;
  color: var(--wp--preset--color--light-beige);
  color: #2F2A26;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.wp-site-blocks p {
  margin-top: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  color: #2F2A26;
}

h2 {
  color: #2F2A26;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 0;
  overflow-wrap: normal;
  white-space: normal;
}

h3 {
  letter-spacing: 0.05em;
}

img, video {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
}

[id] {
  scroll-margin-top: 7rem;
}

header + .wp-block-group {
  margin-top: 100px;
  min-height: 500px;
}

.country-template header + .wp-block-group, .travelCpt header + .wp-block-group {
  margin-top: 0;
}

.alignRight {
  float: right;
}

.alignLeft {
  float: left;
}

.alignCenter {
  justify-content: center;
}

.hide {
  display: none;
}

.fullHeight {
  height: 100vh;
}

.whiteBg {
  background: #fff;
}
.whiteBg h1 {
  color: #2F2A26;
}

.blueBg h1, .blueBg h2 {
  color: var(--wp--preset--color--white);
}

.noGap.is-layout-flex {
  gap: 0;
}

.verticalCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-cover, .wp-block-cover-image {
  justify-content: right; /*padding-right: 0;padding-left:0;*/
  align-items: self-start;
  padding: 0;
}

.wp-block-cover .wp-block-cover__inner-container h2 { /*color:$white;*/
  width: auto;
  display: inline-block;
  padding: 15px 20px 0px 10px;
}
.wp-block-cover .wp-block-cover__background {
  display: none;
}
.wp-block-cover .wp-block-image img {
  box-shadow: none;
}

/* Header */
.skip-link {
  display: none;
}

header.wp-block-template-part {
  position: sticky;
  width: 100%;
  margin: 0 auto;
  z-index: 20;
  margin-bottom: -50px;
  height: 50px;
  padding: 10px 0 5px;
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--secondary);
  top: 0;
}
header.wp-block-template-part .wp-block-columns {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  flex-wrap: nowrap !important;
}
/* Navigation  */
.navigationBlock {
  text-transform: uppercase;
  padding-top: 12px;
  /*a:hover, button:hover, a.current {color:$gold}*/
}
.navigationBlock button {
  transform: translateY(-5px);
}

.wp-block-outermost-mega-menu__menu-container .menu-container__close-button {
  border-radius: 0;
  opacity: 1;
  background: none;
  fill: #fff;
  right: 2px;
  top: 2px;
}

.wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle .wp-block-outermost-mega-menu__toggle-icon svg {
  transform: rotate(0deg);
}

.megaMenuInnerMost {
  max-width: var(--wp--style--global--content-size);
  margin: auto;
  padding-bottom: 10px;
  position: relative;
  background: var(--wp--preset--color--secondary);
  z-index: 3;
  text-transform: uppercase;
}

.wp-block-navigation li {
  margin-top: 0;
}
.wp-block-navigation a {
  color: var(--wp--preset--color--white);
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.8em;
}
.wp-block-navigation a:hover, .wp-block-navigation a:focus, .wp-block-navigation button:hover, .wp-block-navigation a.current {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.wp-block-navigation .wp-block-outermost-mega-menu__toggle {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 0.9em;
}
.wp-block-navigation .megaMenuInnerMost > ul > li > a {
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 0.9em;
  display: inline-block;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  width: 30px;
  height: 30px;
}

button.wp-block-outermost-mega-menu__toggle:focus {
  color: var(--wp--preset--color--light-beige);
}

/* Perussivu */
.page h1.wp-block-post-title {
  margin-right: var(--wp--style--root--padding-right);
  margin-left: var(--wp--style--root--padding-left);
  hyphens: auto;
}
.page.page-template-single-travel_theme h1.wp-block-post-title, .page.page-template-single-cruise h1.wp-block-post-title {
  margin-right: 0;
}

/* Single Country */
.block-editor-block-list__layout .block-editor-block-list__block {
  position: ree;
}

.travelCpt, .post-type-country, .block-editor-block-list__layout {
  margin-top: 0;
  position: relative;
}
.travelCpt h1, .travelCpt h1.block-editor-block-list__block, .post-type-country h1, .post-type-country h1.block-editor-block-list__block, .block-editor-block-list__layout h1, .block-editor-block-list__layout h1.block-editor-block-list__block {
  background: var(--wp--preset--color--secondary);
  position: absolute;
  z-index: 2;
  color: var(--wp--preset--color--white);
  right: 0;
  top: 200px;
  padding: 20px 40px 20px 40px;
  font-size: 2rem;
  text-transform: uppercase;
  display: inline-block;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  max-width: 80vw;
  line-height: 1.1em;
}
.travelCpt .wp-block-post-featured-image, .post-type-country .wp-block-post-featured-image, .block-editor-block-list__layout .wp-block-post-featured-image {
  height: 50vh;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0px;
}
.travelCpt .wp-block-post-featured-image :where(img), .post-type-country .wp-block-post-featured-image :where(img), .block-editor-block-list__layout .wp-block-post-featured-image :where(img) {
  height: 100%;
}

/* Anchor menu */
.wp-block-template-part {
  margin-top: 0;
}

.countryAnchorMenu {
  list-style-type: none;
  font-size: 1rem;
  text-transform: uppercase;
  display: flex;
  gap: 45px;
  justify-content: center;
  padding: 10px 0 15px;
  margin-top: 0;
  margin-bottom: 0px;
  letter-spacing: 0.14em;
}
.countryAnchorMenu a {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.countryAnchorMenu a:focus, .countryAnchorMenu a:hover {
  color: var(--wp--preset--color--light-beige);
}

/* Content */
main.wp-block-group { /*margin-top:0;*/ }

.entry-content p {
  margin-bottom: 20px;
  line-height: 1.9em;
}
.entry-content img {
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}
.entry-content .leaflet-container img {
  box-shadow: none;
}
.entry-content h2:first-child {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 7px;
  margin-top: 0;
}
.entry-content h2.firstHeading {
  border-bottom: 8px solid var(--wp--preset--color--primary);
}
.entry-content > .mainContentFirstRow, .entry-content > .mainContentSecondRow { /*max-width:$contentSize;*/
  margin: 0 auto 0;
  padding: 40px 0 0;
}
.entry-content .mainContentSecondRow { /*background-image:url(../images/ar_letters_c.svg); background-repeat:no-repeat;background-size:auto; background-position: 100% 10%;*/ }
.entry-content .mainContentSecondRow .wp-block-column.mainContentFirstColumn {
  flex-basis: 2%;
}
.entry-content .wp-block-image > a, .entry-content .wp-block-image > figure > a {
  display: block;
}
.entry-content .wp-block-image > a img, .entry-content .wp-block-image > figure > a img {
  width: 100%;
}
.entry-content .wp-block-image img {
  width: 100%; /*max-height:60vh;*/
  object-fit: cover;
}
.entry-content .wp-block-gallery {
  margin-top: 80px;
  margin-bottom: 20px;
}

/* Form */
.formContainer {
  background: var(--wp--preset--color--secondary);
  font-size: 0.9em;
  padding-top: 0;
  padding-bottom: 0px;
  gap: 20px 4rem;
}
.formContainer .wpforms-container label.wpforms-field-label {
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  font-weight: normal;
}
.formContainer .inlineLabel label.wpforms-field-label {
  display: inline-block;
  min-width: 120px;
}
.formContainer .inlineLabel input[type=text], .formContainer .inlineLabel input[type=email] {
  display: inline-block;
  background-color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--light-beige);
  color: var(--wp--preset--color--white);
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.formContainer .inlineLabel input[type=text]::placeholder, .formContainer .inlineLabel input[type=text]:focus, .formContainer .inlineLabel input[type=text]:focus:invalid, .formContainer .inlineLabel input[type=email]::placeholder, .formContainer .inlineLabel input[type=email]:focus, .formContainer .inlineLabel input[type=email]:focus:invalid {
  color: var(--wp--preset--color--white);
  opacity: 1;
}
.formContainer .inlineLabel input[type=text]::placeholder, .formContainer .inlineLabel input[type=email]::placeholder {
  text-transform: uppercase;
}
.formContainer .inlineLabel input[type=text]:focus:invalid, .formContainer .inlineLabel input[type=email]:focus:invalid {
  border: 1px solid #999;
  box-shadow: none;
}
.formContainer .wpforms-field-textarea textarea {
  display: inline-block;
  background-color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--light-beige);
  color: var(--wp--preset--color--white);
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.formContainer .wpforms-field-textarea textarea::placeholder {
  color: var(--wp--preset--color--white);
  opacity: 1;
  text-transform: uppercase;
}
.formContainer .wpforms-field-textarea textarea:focus:invalid {
  border: 1px solid #999;
  box-shadow: none;
}
.formContainer .wpforms-field-textarea textarea:focus {
  border-color: var(--wp--preset--color--primary);
}
.formContainer div.wpforms-container-full .wpforms-form textarea:focus {
  color: var(--wp--preset--color--white);
}
.formContainer h2 {
  color: var(--wp--preset--color--white);
}
.formContainer h2:first-child {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 7px;
  margin-top: 0; /*hyphens:inherit;*/
  hyphens: initial;
}
.formContainer .wp-block-post-featured-image {
  height: 100%;
  margin-left: calc(-1 * var(--wp--style--root--padding-left));
  margin-right: calc(-1 * var(--wp--style--root--padding-right));
}
.formContainer > div {
  max-width: var(--wp--style--global--content-size);
}

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

div.wpforms-container-full button.wpforms-submit[type=submit] {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  color: var(--wp--preset--color--white);
  display: inline-block;
  padding: 16px 36px;
  border-radius: 0;
  font-size: 0.9em;
  font-weight: bold;
  background-color: var(--wp--preset--color--primary) !important;
  width: 100%;
  margin-top: 0;
  padding: 20px 36px;
  height: auto;
}
div.wpforms-container-full input[type=submit]:focus, div.wpforms-container-full div.wpforms-container-full button[type=submit]:focus {
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
}

/* Button */
.wp-block-buttons {
  margin-top: 40px;
}

.wp-block-accordion + .wp-block-buttons {
  margin-top: 0;
}

.wp-block-button {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  display: inline-block; /*padding:12px 25px;*/
  margin-top: 10px;
  margin-bottom: 20px;
}
.wp-block-button a {
  font-size: 0.75em;
  letter-spacing: 0.25em;
  color: var(--wp--preset--color--white);
  display: inline-block;
  padding: 16px 36px;
  font-weight: bold;
}
.wp-block-button a:focus, .wp-block-button a:hover {
  color: var(--wp--preset--color--light-beige);
}

/* Search */
header .topHeader .wp-block-search__label {
  font-size: 0;
}
header .topHeader .searchContainer {
  width: 20px;
  height: 25px;
  padding: 20px 0 0;
  margin-top: 0;
  display: inline-block;
  position: static;
  max-width: 100vw;
  color: white;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='white' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/></svg>");
  background-repeat: no-repeat;
}
header .topHeader .wp-block-search {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; /*width: 100vw;*/
  background: var(--wp--preset--color--secondary);
  max-width: 100vw;
  visibility: collapse;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, z-index 0.1s ease-in-out;
  transition-delay: 0.3s;
}
header .topHeader .wp-block-search .wp-block-search__inside-wrapper {
  padding: 0 40px;
  box-sizing: border-box;
  width: 100vw;
  background: var(--wp--preset--color--secondary);
  margin: 0 0 30px auto;
}
header .topHeader .searchContainer:hover .wp-block-search, header .topHeader .searchContainer:focus .wp-block-search {
  z-index: 1;
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
header .topHeader .contactBlock {
  width: 20px;
  height: 25px;
  padding: 10px 0 31px;
  margin: 10px 10px -18px 0;
  display: inline-block;
  position: relative;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white"  d="M160.2 25C152.3 6.1 131.7-3.9 112.1 1.4l-5.5 1.5c-64.6 17.6-119.8 80.2-103.7 156.4 37.1 175 174.8 312.7 349.8 349.8 76.3 16.2 138.8-39.1 156.4-103.7l1.5-5.5c5.4-19.7-4.7-40.3-23.5-48.1l-97.3-40.5c-16.5-6.9-35.6-2.1-47 11.8l-38.6 47.2C233.9 335.4 177.3 277 144.8 205.3L189 169.3c13.9-11.3 18.6-30.4 11.8-47L160.2 25z"/></svg>');
  background-repeat: no-repeat;
}
header .topHeader .contactBlock .contactContainer {
  position: absolute;
  right: 0;
  top: 100%;
  width: 250px;
  background-color: #D2A34C;
  padding: 10px;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, z-index 0.1s ease-in-out;
  transition-delay: 0.5s;
  visibility: collapse;
  opacity: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
header .topHeader .contactBlock:hover .contactContainer, header .topHeader .contactBlock:focus .contactContainer {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transition-delay: 0s;
}
header .topHeader .contactBlock a {
  color: var(--wp--preset--color--white);
  font-size: 1.5em;
  padding: 5px 0;
}
header .topHeader .contactBlock a:focus {
  outline: 1px solid var(--wp--preset--color--white);
}
header .topHeader .contactBlock p {
  margin: 5px 0 10px;
  line-height: 1.3em;
}

.searchBlock {
  padding-top: 4px;
  min-width: 65px;
}

.topHeader input.wp-block-search__input {
  border-radius: 7px;
}
.topHeader button.wp-block-search__button {
  border-radius: 7px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.topHeader button.wp-block-search__button:focus {
  outline: 1px solid var(--wp--preset--color--white);
}

/* Accordion */
.wp-block-accordion-heading {
  font-size: 1em;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  margin-right: 10px;
}

/* Factbox */
.factboxContainer {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}

.accordion { /*display: flex;*/
  flex-wrap: wrap;
  gap: 5%;
}

.fact-box .accordion-item { /*width: 20%;*/ }
.fact-box .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: maxHeight 0.3s ease-in-out;
}
.fact-box .accordion-content.factVisible {
  max-height: 200px;
}

.factsCover { /*padding:0px;*/ }

.faktatContainer {
  padding-top: 20px;
  padding-bottom: 20px;
  /* Kartta */
  /* Kartta */
}
.faktatContainer > div {
  padding: 0;
  background-color: var(--wp--preset--color--light-beige-transparent);
}
.faktatContainer .wp-block-columns {
  gap: 0 20px;
}
.faktatContainer .wp-block-accordion { /*padding:0 10px;*/ }
.faktatContainer .wp-block-column:first-child .wp-block-accordion-item:nth-child(2) .wp-block-accordion-panel {
  padding: 0 20px 0 10px;
}
.faktatContainer .wp-block-column:first-child .wp-block-accordion-item:nth-child(2) .leaflet-container {
  margin: 20px 0 20px 0;
}

.wp-block-accordion { /*display: flex;*/
  gap: 20px;
  flex-wrap: wrap;
  padding: 30px;
}
.wp-block-accordion .wp-block-accordion-item, .wp-block-accordion > li { /*width:20%;*/
  width: 100%;
  box-sizing: border-box;
  padding: 14px 15px 8px 25px;
  background-color: var(--wp--preset--color--primary);
  border-radius: 7px;
  margin-bottom: 38px;
  min-height: 60px;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel, .wp-block-accordion > li .wp-block-accordion-panel {
  max-height: 0;
  opacity: 0;
  padding-right: 10px;
  display: block;
  transition: opacity 0.6s ease-in-out, max-height 0.4s linear;
  color: #2F2A26;
  overflow: hidden;
  margin-bottom: 5px;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel p:first-child, .wp-block-accordion > li .wp-block-accordion-panel p:first-child {
  margin-top: 10px;
}
.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-panel, .wp-block-accordion > li.is-open .wp-block-accordion-panel {
  max-height: 2000px;
  opacity: 1;
  overflow: visible;
}
.wp-block-accordion .wp-block-accordion-item .related-post-link, .wp-block-accordion > li .related-post-link {
  margin-right: 10px;
  background: none;
  border: none;
  outline: none;
}
.wp-block-accordion .wp-block-accordion-item .related-post-link:focus h3, .wp-block-accordion > li .related-post-link:focus h3 {
  color: #2F2A26;
}
.wp-block-accordion .wp-block-accordion-heading__toggle-icon {
  background: #fff;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  font-size: 0;
  color: var(--wp--preset--color--primary);
  background-image: url('data:image/svg+xml,<svg width="15" height="15" version="1.1" viewBox="0 0 3.9687 3.9688" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="m0.82008 3.5913a1.9844 1.9844 0 0 1-0.44529-2.7675 1.9844 1.9844 0 0 1 2.7665-0.45166 1.9844 1.9844 0 0 1 0.45802 2.7654 1.9844 1.9844 0 0 1-2.7644 0.46438" fill="%23fff"/><path d="m1.9844 0.683v2.6227" fill="none" stroke="%23000" stroke-width=".26458px"/><path id="a" d="m1.9844 0.683v2.6227" fill="none" stroke="%23d2a34c" stroke-width=".26458px"/><use transform="rotate(-90 1.9844 1.9944)" xlink:href="%23a"/></svg>');
  transform: rotate(0deg);
  transform: rotate(0deg);
}
.wp-block-accordion .is-open .wp-block-accordion-heading__toggle-icon {
  transform: rotate(45deg);
}
.wp-block-accordion .wp-block-accordion-heading__toggle {
  color: #2F2A26;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wp-block-accordion .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
.wp-block-accordion .wp-block-accordion-heading__toggle:focus { /*color:$white*/ }
.wp-block-accordion .wp-block-accordion-heading__toggle-title {
  letter-spacing: 0.17em;
  font-size: 0.95em;
  line-height: 1.4em;
}
.wp-block-accordion .related-post-test-content {
  padding-bottom: 10px;
}
.wp-block-accordion .wp-block-image {
  padding: 20px 10px;
}

/* Lue lisää , Hotellit Accordion */
.country-showcase .wp-block-accordion-item, .country-showcase .wp-block-accordion > li, .faktatContainer .wp-block-accordion-item, .faktatContainer .wp-block-accordion > li {
  background-color: var(--wp--preset--color--gold-transparent);
}

.related-columns {
  display: flex;
  gap: 5rem;
}
.related-columns h3 {
  display: inline-block;
}

.related-columns .col {
  width: 50%;
}

.related-countries {
  background: var(--wp--preset--color--secondary);
  padding: 0 0 0;
}
.related-countries .relatedCountriesContainer { /*max-width:var(--wp--style--global--content-size);*/
  margin: 0 auto;
  background: var(--wp--preset--color--secondary);
}
.related-countries .relatedCountriesContainer > h2 {
  color: var(--wp--preset--color--white);
  font-size: 3.5rem;
  text-align: center;
  text-transform: upperase;
  margin: 0 0 50px;
  text-transform: uppercase;
  line-height: 1em;
}
.related-countries .related-countries-grid {
  display: flex;
  flex-wrap: wrap;
}
.related-countries .related-country {
  position: relative;
  flex-grow: 0;
  overflow: hidden;
  min-width: 100%;
  width: 100%;
  aspect-ratio: 1/0.85;
}
.related-countries .related-country h3 {
  position: absolute;
  z-index: 10; /*top:calc(50% - 50px)*/
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  text-align: center;
  color: #2F2A26;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 20px;
  display: inline-block;
  border: 1px solid var(--wp--preset--color--light-beige);
  background: var(--wp--preset--color--light-beige-transparent);
}
.related-countries .related-country a {
  display: flex;
  margin-bottom: -5px;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center; /*max-height:200px;*/
}
.related-countries .related-country a:hover h3 {
  border-color: var(--wp--preset--color--white);
}
.related-countries .related-country img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.related-countries .related-country:nth-child(2) {
  background-color: var(--wp--preset--color--primary);
}
.related-countries .related-country:nth-child(2) img {
  display: none;
}
.related-countries .related-country:nth-child(2) h3 {
  background: none;
}
.related-countries .related-country:nth-child(3) {
  background-color: var(--wp--preset--color--secondary);
}
.related-countries .related-country:nth-child(3) img {
  display: none;
}
.related-countries .related-country:nth-child(3) h3 {
  background: none;
  color: #f4efe7;
}
.related-countries .related-country:nth-child(5) {
  width: 50%;
  flex-grow: 2;
}
.related-countries .related-country:nth-child(6) {
  width: 50%;
  background-color: var(--wp--preset--color--secondary);
  flex-grow: 2;
}
.related-countries .related-country:nth-child(6) img {
  display: none;
}
.related-countries .related-country:nth-child(6) h3 {
  background: none;
  color: #f4efe7;
}
.related-countries .related-country:nth-child(7) {
  background-color: var(--wp--preset--color--primary);
}
.related-countries .related-country:nth-child(7) img {
  display: none;
}
.related-countries .related-country:nth-child(7) h3 {
  background: none;
}
.related-countries .related-country:nth-child(9) {
  background-color: var(--wp--preset--color--secondary);
}
.related-countries .related-country:nth-child(9) img {
  display: none;
}
.related-countries .related-country:nth-child(9) h3 {
  background: none;
  color: #f4efe7;
}
.related-countries .related-country:nth-child(12) {
  background-color: var(--wp--preset--color--primary);
}
.related-countries .related-country:nth-child(12) img {
  display: none;
}
.related-countries .related-country:nth-child(12) h3 {
  background: none;
}
.related-countries .related-country:nth-child(14) {
  background-color: var(--wp--preset--color--secondary);
}
.related-countries .related-country:nth-child(14) img {
  display: none;
}
.related-countries .related-country:nth-child(14) h3 {
  background: none;
  color: #f4efe7;
}
.related-countries .related-country:nth-child(17) {
  background-color: var(--wp--preset--color--primary);
}
.related-countries .related-country:nth-child(17) img {
  display: none;
}
.related-countries .related-country:nth-child(17) h3 {
  background: none;
}
.related-countries .related-country:nth-child(19) {
  background-color: var(--wp--preset--color--secondary);
}
.related-countries .related-country:nth-child(19) img {
  display: none;
}
.related-countries .related-country:nth-child(19) h3 {
  background: none;
  color: #f4efe7;
}
.related-countries .related-country.lastContactBlock {
  background-color: var(--wp--preset--color--primary);
}
.related-countries .related-country.lastContactBlock h3 {
  background: none;
  color: #2F2A26;
}

/*.mainContentFirstRow img, */
.mainContentSecondRow img {
  aspect-ratio: 750/930; /**/
}

/* related posts - Matkaehdotukset */
.related-posts, .country-hotels {
  overflow: hidden;
}
.related-posts ul, .country-hotels ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.related-posts img, .country-hotels img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
  margin-bottom: 15px;
}
.related-posts .wp-block-accordion-item, .country-hotels .wp-block-accordion-item {
  width: 100%;
  background: var(--wp--preset--color--gold-transparent);
}
.related-posts .related-post-content, .country-hotels .related-post-content {
  display: none;
}
.related-posts h3, .country-hotels h3 {
  color: #2F2A26;
  font-size: var(--wp--preset--font-size--medium);
  text-transform: uppercase;
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-posts .related-post-thumbnail, .country-hotels .related-post-thumbnail {
  margin-top: 10px;
}
.related-posts .related-posts img, .related-posts .country-hotels img, .country-hotels .related-posts img, .country-hotels .country-hotels img {
  margin-bottom: 30px;
  margin-bottom: 10px;
}

.matkaEhdotuksetContainer {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 99vw;
  box-sizing: border-box;
  max-width: 100vw;
  background: var(--wp--preset--color--dark-beige);
}

.matkaEhdotukset {
  padding-top: 80px;
  padding-bottom: 80px;
}

.relatedPostsSection {
  background-color: var(--wp--preset--color--dark-beige); /*@include fullWidth;*/
}
.relatedPostsSection > div {
  max-width: var(--wp--style--global--content-size);
  margin: auto;
  padding-top: 60px;
  padding-bottom: 0px;
}
.relatedPostsSection .wp-block-accordion > li {
  background: var(--wp--preset--color--primary);
  overflow: hidden;
  margin-bottom: 40px;
}

.relatedPostsSection .readMore, .country-showcase .readMore {
  color: #2F2A26;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding: 10px 15px;
  border: 1px solid #2F2A26;
  font-size: 0.75em;
}
.relatedPostsSection .readMore:focus, .relatedPostsSection .readMore:hover, .country-showcase .readMore:focus, .country-showcase .readMore:hover {
  border-color: var(--wp--preset--color--white);
}

.related-post-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.relatedPostsSection h3, .country-hotels h3 {
  letter-spacing: 0.15em;
  cursor: pointer;
}
.relatedPostsSection button > h3:after, .country-hotels button > h3:after {
  content: " ";
  font-size: 0;
  background: var(--wp--preset--color--white);
  border-radius: 100%;
  float: right;
  display: inline-block;
  width: 15px;
  height: 15px;
  color: var(--wp--preset--color--dark-beige);
  text-align: center;
  line-height: 15px;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" version="1.1" viewBox="0 0 3.9687 3.9688" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="m0.82008 3.5913a1.9844 1.9844 0 0 1-0.44529-2.7675 1.9844 1.9844 0 0 1 2.7665-0.45166 1.9844 1.9844 0 0 1 0.45802 2.7654 1.9844 1.9844 0 0 1-2.7644 0.46438" fill="%23fff"/><path d="m1.9844 0.683v2.6227" fill="none" stroke="%23000" stroke-width=".26458px"/><path id="a" d="m1.9844 0.683v2.6227" fill="none" stroke="%23d2a34c" stroke-width=".26458px"/><use transform="rotate(-90 1.9844 1.9944)" xlink:href="%23a"/></svg>');
  background-repeat: no-repeat;
  display: block;
  flex-shrink: 0;
}
.relatedPostsSection .is-open h3:after, .country-hotels .is-open h3:after {
  transform: rotate(45deg);
}

.noTravelSuggestions .relatedPostsSection {
  display: none;
}

/* Country Showcase */
.country-showcase { /*@include fullWidth;*/
  padding: 20px var(--wp--style--root--padding-right) 20px var(--wp--style--root--padding-left); /*--wp--style--root--padding-right:0px;--wp--style--root--padding-left:0px;*/
}
.country-showcase .country-showcase-inner {
  max-width: var(--wp--style--global--content-size);
  margin: auto;
  background: var(--wp--preset--color--light-beige-transparent);
  padding: 20px 15px;
  display: block;
}
.country-showcase .country-showcase-inner > .columns { /*gap:30px;*/ }
.country-showcase .wp-block-accordion {
  display: block;
  padding: 0;
}
.country-showcase .wp-block-accordion .wp-block-accordion-item {
  width: 100%;
}
.country-showcase .related-post-text-content {
  padding-bottom: 5px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--50);
}

/* Hotels, Matkaehdotukset - Accordion */
.wp-block-accordion > li {
  display: block;
  width: 100%;
  margin-right: 10px; /*padding-bottom:0;*/
}
.wp-block-accordion > li button {
  border: none;
  width: 100%;
  padding: 0 10px 0 0;
  margin: 0;
  background: var(--wp--preset--color--gold-transparent);
  color: white;
  border-radius: 7px;
}
.wp-block-accordion > li button:focus h3 {
  color: var(--wp--preset--color--white);
}
.wp-block-accordion button h3 { /*font-size:1.035rem;*/
  padding-top: 7px;
  text-align: left;
  line-height: 1.3em;
  font-size: 1rem;
}
.wp-block-accordion button h3:focus {
  color: var(--wp--preset--color--white);
}
.wp-block-accordion button:focus h3 {
  color: var(--wp--preset--color--white);
}

/* Country Hotels */
.country-hotels ul {
  list-style-type: none;
  padding: 0;
}

.wp-block-cover { /*@include fullWidth;*/ }

/* teemamatkat */
.themeShowcase .related-posts {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  background: var(--wp--preset--color--light-beige-transparent);
  padding: 20px 15px;
  display: block;
  box-sizing: border-box;
}
.themeShowcase .related-posts h2 {
  font-size: 5rem;
  text-transform: uppercase;
}
.themeShowcase .related-posts .wp-block-accordion > li {
  background: var(--wp--preset--color--gold-transparent);
}

/* Hotelli */
.single-post h1:first-child {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 7px;
  margin-top: 0;
  border-bottom: 8px solid var(--wp--preset--color--primary);
}
.single-post .factsCover {
  margin-bottom: 60px;
}

/* Contact form */
/* Footer */
footer .wp-block-group p {
  line-height: 1.5em;
  margin-bottom: 10px;
}
footer > .wp-block-group {
  padding-top: 20px;
}
footer .footerTexts {
  gap: 20px 3rem;
}
footer a {
  color: var(--wp--preset--color--white);
  padding-bottom: 10px;
  display: inline-block;
}
footer a:focus, footer a:hover {
  color: var(--wp--preset--color--white);
  text-decoration: underline;
}

.footerLogot {
  justify-content: center;
  padding-top: 30px;
  margin-bottom: 50px;
  gap: 20px;
}
.footerLogot img {
  max-height: 60px;
  width: auto;
  margin: 0 0 20px;
  min-height: 60px;
  object-fit: contain;
  opacity: 0.8;
}

/* BLock Editor */
.block-editor-iframe__body {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #D4C8B4;
}

.wp-block-post-title { /*color:white;background:black;font-family:'Cormorant Garamond';*/ }

.single-post .wp-block-post-title, .single-post .block-editor-block-list__layout h1 { /*color:white;*/
  background: none;
  font-family: "Cormorant Garamond";
}

.post-type-post .block-editor-block-list__layout h1.block-editor-block-list__block {
  background: transparent;
  position: static;
  padding: 0;
}

/* Archive */
.archive main {
  padding: 20px;
}

.topBottomPadding {
  padding-top: 50px;
  padding-bottom: 40px;
}
.topBottomPadding h2:first-child {
  margin-bottom: 40px;
}

/* Meistä */
.meista section {
  padding: 0;
}
.meista img {
  margin-bottom: 20px;
  aspect-ratio: 578/717;
}
.meista h3 {
  margin-bottom: 15px;
}
.meista h3, .meista h3 + p strong { /*color:white;*/
  font-family: Cormorant Garamond;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.12em;
}
.meista .wp-block-columns {
  font-size: 0.95rem;
  flex-wrap: wrap !important;
  justify-content: space-around;
  gap: 4rem;
}
.meista .wp-block-columns .wp-block-column {
  width: 25%;
  flex-shrink: 0;
}
.meista .wp-block-columns p {
  line-height: 1.6em;
}
.meista.wp-block-group {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-cover.concierge {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-cover.concierge figure img {
  width: 120vw;
  max-width: 120vw;
  margin-left: -10vw;
  opacity: 0.14;
  box-shadow: none;
}

.oversizeImage {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.oversizeImage > img {
  min-width: 116vw;
  box-shadow: none;
  opacity: 0.2;
}

.verticalPadding {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* awb */
.wp-block-nk-awb {
  overflow: hidden;
}

.alignfull .nk-awb-wrap-content.has-global-padding {
  padding-left: 0;
  padding-right: 0;
}

/* Etusivu */
.page-slug-aktiv-resor .OneColumn, .block-editor-iframe__body .OneColumn, .page-template-page-simple .OneColumn {
  padding-top: 80px;
  padding-bottom: 40px;
}
.page-slug-aktiv-resor .OneColumn h1, .block-editor-iframe__body .OneColumn h1, .page-template-page-simple .OneColumn h1 {
  text-align: center;
}
.page-slug-aktiv-resor .OneColumn.narrowWidth > *:not(h1), .block-editor-iframe__body .OneColumn.narrowWidth > *:not(h1), .page-template-page-simple .OneColumn.narrowWidth > *:not(h1) {
  max-width: 800px;
}
.page-slug-aktiv-resor h2.firstHeading, .block-editor-iframe__body h2.firstHeading, .page-template-page-simple h2.firstHeading {
  border-bottom: 0;
}
.page-slug-aktiv-resor .goldLogoBg, .block-editor-iframe__body .goldLogoBg, .page-template-page-simple .goldLogoBg {
  background-image: url(../images/ar_letters_c.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.page-slug-aktiv-resor .blueBg, .block-editor-iframe__body .blueBg, .page-template-page-simple .blueBg {
  background: var(--wp--preset--color--secondary);
}
.page-slug-aktiv-resor .blueBg.wp-block-group, .block-editor-iframe__body .blueBg.wp-block-group, .page-template-page-simple .blueBg.wp-block-group {
  padding-top: 60px;
  padding-bottom: 0px;
}
.page-slug-aktiv-resor .blueBg p, .block-editor-iframe__body .blueBg p, .page-template-page-simple .blueBg p {
  color: var(--wp--preset--color--white);
}
.page-slug-aktiv-resor .blueBg .wp-block-button, .block-editor-iframe__body .blueBg .wp-block-button, .page-template-page-simple .blueBg .wp-block-button {
  background-color: var(--wp--preset--color--primary);
}
.page-slug-aktiv-resor .blueBg .wp-block-buttons, .block-editor-iframe__body .blueBg .wp-block-buttons, .page-template-page-simple .blueBg .wp-block-buttons {
  gap: 30px;
}
.page-slug-aktiv-resor .blueBg .wp-block-column:last-child figure, .block-editor-iframe__body .blueBg .wp-block-column:last-child figure, .page-template-page-simple .blueBg .wp-block-column:last-child figure {
  margin-right: calc(-1 * var(--wp--style--root--padding-right));
}
.page-slug-aktiv-resor .blueBg + .blueBg, .block-editor-iframe__body .blueBg + .blueBg, .page-template-page-simple .blueBg + .blueBg {
  padding-top: 0;
}
.page-slug-aktiv-resor .blueBg .formContainer, .block-editor-iframe__body .blueBg .formContainer, .page-template-page-simple .blueBg .formContainer {
  padding-top: 0;
}
.page-slug-aktiv-resor .beigeBg.wp-block-group, .block-editor-iframe__body .beigeBg.wp-block-group, .page-template-page-simple .beigeBg.wp-block-group {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-slug-aktiv-resor .beigeBg h2, .block-editor-iframe__body .beigeBg h2, .page-template-page-simple .beigeBg h2 {
  color: #2F2A26;
}
.page-slug-aktiv-resor .beigeBg figure, .block-editor-iframe__body .beigeBg figure, .page-template-page-simple .beigeBg figure {
  margin-left: calc(-1 * var(--wp--style--root--padding-left));
}
.page-slug-aktiv-resor .brownBg, .block-editor-iframe__body .brownBg, .page-template-page-simple .brownBg {
  background: var(--wp--preset--color--bland);
}
.page-slug-aktiv-resor .brownBg.wp-block-group, .block-editor-iframe__body .brownBg.wp-block-group, .page-template-page-simple .brownBg.wp-block-group {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-slug-aktiv-resor .brownBg h2, .block-editor-iframe__body .brownBg h2, .page-template-page-simple .brownBg h2 {
  border-bottom: 0;
  color: #2F2A26;
}
.page-slug-aktiv-resor .brownBg p, .block-editor-iframe__body .brownBg p, .page-template-page-simple .brownBg p {
  color: #2F2A26;
}
.page-slug-aktiv-resor .brownBg figure, .block-editor-iframe__body .brownBg figure, .page-template-page-simple .brownBg figure {
  margin-right: calc(-1 * var(--wp--style--root--padding-right));
}
.page-slug-aktiv-resor .related-countries, .block-editor-iframe__body .related-countries, .page-template-page-simple .related-countries {
  padding-top: 0;
}
.page-slug-aktiv-resor .whiteBg h2, .block-editor-iframe__body .whiteBg h2, .page-template-page-simple .whiteBg h2 {
  color: #2F2A26;
  border-bottom: 0;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.page-slug-aktiv-resor .beigeLogoBg, .block-editor-iframe__body .beigeLogoBg, .page-template-page-simple .beigeLogoBg {
  background-image: url(../images/ar_letters_greyish_c.svg);
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center 12%;
}
.page-slug-aktiv-resor:not(.block-editor-iframe__body) h3, .block-editor-iframe__body:not(.block-editor-iframe__body) h3, .page-template-page-simple:not(.block-editor-iframe__body) h3 {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  text-align: center;
  color: #2F2A26;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 40px;
  display: inline-block;
  border: 1px solid var(--wp--preset--color--light-beige);
  background: var(--wp--preset--color--light-beige-transparent);
}
.page-slug-aktiv-resor:not(.block-editor-iframe__body) h3 > a, .block-editor-iframe__body:not(.block-editor-iframe__body) h3 > a, .page-template-page-simple:not(.block-editor-iframe__body) h3 > a {
  color: #2F2A26;
}
.page-slug-aktiv-resor:not(.block-editor-iframe__body) h3:hover, .block-editor-iframe__body:not(.block-editor-iframe__body) h3:hover, .page-template-page-simple:not(.block-editor-iframe__body) h3:hover {
  border-color: var(--wp--preset--color--white);
}
.page-slug-aktiv-resor .Destinations .wp-block-cover__inner-container, .block-editor-iframe__body .Destinations .wp-block-cover__inner-container, .page-template-page-simple .Destinations .wp-block-cover__inner-container {
  width: auto;
  margin: auto;
}
.page-slug-aktiv-resor .Destinations .wp-block-cover__inner-container .Destinations h3 > a, .block-editor-iframe__body .Destinations .wp-block-cover__inner-container .Destinations h3 > a, .page-template-page-simple .Destinations .wp-block-cover__inner-container .Destinations h3 > a {
  color: #2F2A26;
}
.page-slug-aktiv-resor .goldBg, .block-editor-iframe__body .goldBg, .page-template-page-simple .goldBg {
  background: var(--wp--preset--color--primary);
}
.page-slug-aktiv-resor .goldBg .wp-block-cover__image-background, .block-editor-iframe__body .goldBg .wp-block-cover__image-background, .page-template-page-simple .goldBg .wp-block-cover__image-background {
  display: none;
}

/* WPF7 */
.wpcf7 .wpcf7-form {
  font-weight: normal;
  color: var(--wp--preset--color--white);
  font-size: 0.9rem;
  font-family: Lato, Verdana, Arial, system-ui, sans-serif;
  max-width: 600px;
  padding-bottom: 10px;
}
.wpcf7 .wpcf7-form > p {
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-form h3 {
  color: var(--wp--preset--color--primary);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--wp--preset--color--primary);
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-email {
  padding: 12px 15px;
  background-color: var(--wp--preset--color--secondary);
  border-radius: var(--wpforms-field-border-radius);
  border: 1px solid var(--wp--preset--color--light-beige);
  letter-spacing: 0.2em;
  font-family: inherit;
  font-weight: bold;
  font-size: inherit;
  margin-bottom: 15px;
  max-width: 100%;
  color: var(--wp--preset--color--white);
  box-sizing: border-box;
}
.wpcf7-text::placeholder, .wpcf7-text:focus, .wpcf7-text:focus:invalid, .wpcf7-textarea::placeholder, .wpcf7-textarea:focus, .wpcf7-textarea:focus:invalid, .wpcf7-email::placeholder, .wpcf7-email:focus, .wpcf7-email:focus:invalid {
  color: var(--wp--preset--color--white);
}
.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-email:focus {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

.wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-submit {
  display: block;
  width: 100%;
  padding: 20px 15px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
  color: var(--wp--preset--color--light-beige);
}

/* Splider slider Karuselli */
.wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--next {
  right: 20px;
}
.wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--prev {
  left: 20px;
}
.wp-block-splide-carousel .splide__pagination {
  bottom: 15px;
}
.wp-block-splide-carousel .splide__pagination__page {
  height: 25px;
  width: 25px;
}
.wp-block-splide-carousel .splide__arrows .splide__arrow {
  height: 45px;
  width: 45px;
}
.wp-block-splide-carousel figure {
  height: 100%;
  display: flex;
}
.wp-block-splide-carousel figure img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
}

/* tag sivu */
.tag h2 {
  line-height: 2.2rem;
}
.tag h2 a {
  color: #2F2A26;
}
.tag h2 a:hover {
  color: var(--wp--preset--color--secondary);
}
.tag .wp-block-query figure {
  margin-bottom: 20px;
}
.tag ul {
  gap: 3rem;
}

/* Pagination */
.wp-block-query-pagination-numbers > * {
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid var(--wp--preset--color--secondary);
}
.wp-block-query-pagination-numbers a {
  color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--primary);
}
.wp-block-query-pagination-numbers a:hover, .wp-block-query-pagination-numbers a:focus {
  border-color: var(--wp--preset--color--white);
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media (max-width: 781px) {
  p {
    font-size: 1rem;
  }
  :root :where(.wp-block-columns-is-layout-flex) {
    gap: 50px 5rem;
  }
  body .is-layout-flex.topHeader {
    display: grid;
    grid-template-columns: auto 40px 30px;
    gap: 0;
  }
  .navigationBlock {
    order: 3;
  }
  .countryAnchorMenu {
    display: none;
  }
  .wp-block-site-logo {
    width: 130px;
  }
  header .topHeader .searchContainer {
    width: 20px;
  }
  /* Menu */
  .wp-block-outermost-mega-menu__menu-container {
    position: static;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s linear;
    visibility: visible;
    opacity: 1;
  }
  .wp-block-outermost-mega-menu__menu-container ul ul { /*display:none;*/
    max-height: 0;
    transition: max-height 0.3s linear;
    overflow: hidden;
  }
  .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle[aria-expanded=true] + .wp-block-outermost-mega-menu__menu-container {
    height: auto;
    max-height: 800px;
    overflow: hidden;
  }
  .wp-block-navigation {
    margin-right: 20px;
  }
  .wp-block-navigation .wp-block-list {
    margin-left: 10px;
  }
  .wp-block-navigation .wp-block-list a {
    display: inline-block;
    margin-right: 40px;
    width: 80%;
  }
  .wp-block-navigation .wp-block-list li {
    cursor: pointer;
  }
  .wp-block-navigation .wp-block-list li[aria-expanded=true] > .wp-block-list {
    display: block;
    max-height: 2000px;
  }
  .wp-block-navigation .wp-block-list li:after {
    content: "  ";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" width="12" height="12" aria-hidden="true" focusable="false" fill="fff"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5"></path></svg>');
  }
  .wp-block-navigation ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2em;
  }
  .wp-block-navigation ul li, .wp-block-navigation ul ul li {
    width: 100%;
    box-sizing: border-box;
  }
  .wp-block-navigation ul > li:not(.noParent), .wp-block-navigation ul ul > li.hasParent { /*max-width:90vw;*/
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" width="12" height="12" aria-hidden="true" focusable="false" fill="ffffff" stroke="rgb(255, 255, 255)"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5"></path></svg>');
    background-repeat: no-repeat;
    background-position: 100% 3px;
  }
  .wp-block-navigation ul li[aria-expanded=true], .wp-block-navigation ul ul li.hasParent[aria-expanded=true] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" width="12" height="12" aria-hidden="true" focusable="false" fill="none"><path d="m 1.50002,8.4429102 4.5,-4 4.49998,4" stroke-width="1.5" style="stroke:%23ffffff;stroke-opacity:1" /></svg>');
  }
  .wp-block-navigation ul ul li {
    margin-right: 7px;
    padding-right: 7px;
  }
  .wp-block-navigation ul ul li a {
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    line-height: 1.2em;
  }
  .wp-block-navigation ul ul li li {
    background-image: none;
  }
  .wp-block-navigation .megaMenuInnerMost > ul > li.hasParent {
    background-position: 100% 8px;
  }
  .wp-block-navigation .megaMenuInnerMost > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* Testi alkaa - Valikon avaus tyylit */
  .wp-block-navigation__responsive-container-open[aria-expanded=true] + div.is-menu-open {
    display: block;
  }
  .wp-block-navigation__responsive-container {
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
    top: 50px;
  }
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    padding-top: 30px;
  }
  .wp-block-navigation__responsive-container ul.wp-block-navigation {
    margin-right: 0;
  }
  .wp-block-navigation__responsive-container .wp-block-outermost-mega-menu[aria-expanded=true] > div {
    max-height: 800px;
  }
  .wp-block-navigation__responsive-container ul.wp-block-navigation__container is-responsive.wp-block-navigation {
    display: block;
  }
  /* Testi loppuu */
  .wp-block-navigation__responsive-container-close {
    top: -10px;
    right: -5px;
  }
  /* Pää avausnappi */
  .wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container-open[aria-expanded=false] + .wp-block-navigation__responsive-container {
    display: none;
  }
  header.wp-block-template-part {
    padding: 15px;
    box-sizing: border-box;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 40px;
  }
  .has-modal-open .wp-block-navigation__responsive-close { /*width:90vw;*/
    margin: 0;
  }
  .wp-block-navigation__responsive-container.has-modal-open.is-menu-open {
    width: 100vw;
    box-sizing: border-box;
  }
  .wp-block-navigation__container.is-responsive.wp-block-navigation {
    max-width: 100%;
    width: 100%;
  }
  .navigationBlock .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container {
    background: var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--white);
    padding-right: 20px;
  }
  /* modal navi */
  .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle {
    width: 100%;
  }
  .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle .wp-block-outermost-mega-menu__toggle-icon {
    padding-right: 30px;
    float: right;
    display: none;
  }
  .megaMenuInnerMost .menu-container__close-button {
    display: none;
  }
  .wp-block-outermost-mega-menu__menu-container.menu-width-content {
    max-width: 100vw;
    width: 100%;
  }
  header .topHeader .contactBlock {
    padding: 0;
    margin: 0;
  }
  header .searchBlock {
    padding-top: 0;
    margin-left: -40px;
    margin-right: 20px;
  }
  header .searchBlock .contactBlock, header .searchBlock .searchContainer {
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
  }
  header .searchBlock .wp-block-column.logoBlock {
    width: 200px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    padding: 0;
  }
  .mainContentSecondRow .wp-block-columns {
    flex-direction: column-reverse;
  }
  /* Mobiili rivin kääntö */
  .reverseColumnsOnMobile > .wp-block-columns:first-child {
    display: grid;
  }
  .reverseColumnsOnMobile > .wp-block-columns:first-child div.wp-block-column:first-child {
    order: 2;
    margin-bottom: 50px;
  }
  /* Kuva reunasta reunaan */
  .wideOnMobile {
    margin-right: calc(-1 * var(--wp--style--root--padding-right));
    margin-left: calc(-1 * var(--wp--style--root--padding-left));
  }
  .hideOnMobile {
    display: none;
  }
  /* Faktat */
  .faktatContainer > div {
    background: var(--wp--preset--color--secondary);
    padding-bottom: 30px;
  }
  .faktatContainer h2.wp-block-heading {
    padding: 40px 35px 0;
    margin-bottom: 0;
    color: var(--wp--preset--color--white);
  }
  .faktatContainer .wp-block-accordion {
    padding-bottom: 0;
  }
  .faktatContainer .wp-block-column {
    margin-bottom: -30px;
  }
  /* Country Showcase */
  .country-showcase {
    padding: 0;
  }
  .country-showcase .column {
    flex: 0;
    padding: 0;
  }
  .country-showcase .country-showcase-inner {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }
  .country-showcase .country-showcase-inner > .columns {
    display: block;
  }
  .entry-content {
    padding: 0 var(--wp--style--root--padding-right) 0px var(--wp--style--root--padding-left);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 50%;
  }
  .entry-content .mainContentSecondRow .wp-block-columns figure, .entry-content .mainContentFirstRow .wp-block-columns figure {
    margin-left: calc(-1 * var(--wp--style--root--padding-left));
    margin-right: calc(-1 * var(--wp--style--root--padding-right));
  }
  .entry-content img { /* box-shadow:0 8px 12px #6664; */ }
  .travelCpt h1 {
    padding: 20px 20px 20px 30px;
    max-width: 85vw;
  }
  .entry-content > .mainContentFirstRow, .entry-content > .mainContentSecondRow { /*margin-bottom:40px;*/ }
  .relatedPostsSection {
    padding-bottom: 0px;
  }
  .relatedPostsSection .wp-block-accordion {
    padding-left: 0;
    padding-right: 0;
  }
  .relatedPostsSection figure {
    margin-left: calc(-1 * var(--wp--style--root--padding-left));
    margin-right: calc(-1 * var(--wp--style--root--padding-right));
  }
  .relatedPostsSection .alignRight {
    float: left;
  }
  .relatedPostsSection > div {
    padding-top: 40px;
  }
  .wp-block-buttons {
    margin-bottom: 40px;
  }
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start;
    padding-bottom: 40px;
  }
  .has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull, .formContainer, .factsCover .wp-block-cover__inner-container)) {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }
  .relatedPostsSection h3:after, .country-hotels h3:after {
    width: 20px;
  }
  /* Related Countries */
  .related-countries {
    padding-top: 40px;
  }
  .related-countries .relatedCountriesContainer > h2 {
    font-size: 2.5rem;
    hyphens: initial;
    padding-top: 0px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Accordion */
  .wp-block-accordion {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }
  .wp-block-accordion button h3 {
    font-size: 0.85rem;
  }
  .wp-block-accordion > li button {
    padding-bottom: 5px;
  }
  .wp-block-column.mainContentSecondColumn {
    background-image: url(../images/ar_letters_c.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
  }
  /* Faktat */
  .faktatContainer {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* Etusivu */
  .page-slug-aktiv-resor .wp-block-column:last-child figure, .block-editor-iframe__body .wp-block-column:last-child figure {
    margin-left: calc(-1 * var(--wp--style--root--padding-left));
  }
  .page-slug-aktiv-resor .frontPageLogo .wp-block-image, .block-editor-iframe__body .frontPageLogo .wp-block-image {
    margin-top: 0;
  }
  .page-slug-aktiv-resor .beigeLogoBg, .block-editor-iframe__body .beigeLogoBg {
    background-position: center bottom;
  }
  .page-slug-aktiv-resor .beigeBg figure, .block-editor-iframe__body .beigeBg figure {
    margin-right: calc(-1 * var(--wp--style--root--padding-right));
  }
  .page-slug-aktiv-resor .beigeBg, .page-slug-aktiv-resor .brownBg, .block-editor-iframe__body .beigeBg, .block-editor-iframe__body .brownBg {
    padding-top: 0;
  }
  .page-slug-aktiv-resor h3.wp-block-accordion-heading, .block-editor-iframe__body h3.wp-block-accordion-heading {
    background-color: transparent;
    font-family: Lato;
    text-align: left;
    font-size: 1.1rem;
  }
  .frontPageLogo {
    align-items: center;
  }
  /* Teemamatkat */
  .travelCpt .mainContentFirstColumn h2 {
    margin-bottom: 50px;
  }
  .page-template-single-travel_theme .relatedPostsSection > div {
    padding-top: 0;
  }
  .page-template-single-travel_theme .relatedPostsSection h2:first-child {
    margin-bottom: 0;
  }
  .page-template-single-travel_theme .relatedPostsSection h3 {
    margin-bottom: 0;
  }
  .page-template-single-travel_theme .relatedPostsSection .wp-block-accordion {
    padding-bottom: 10px;
  }
  /* Lomakesivu */
  .wpcf7-form .ar-form {
    padding-left: 0;
    padding-right: 0;
  }
  .wpcf7-form .ar-form .cf7-row {
    display: block;
  }
  .wpcf7-form .ar-form br {
    display: none;
  }
  .wpcf7-form .ar-form .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7 .wpcf7-form > p:last-child {
    margin-bottom: 0;
  }
  .page-template-single-cruise .relatedPostsSection > div {
    padding-top: 0;
  }
  .page-template-single-cruise .wp-block-button {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .page-template-single-cruise .wp-block-button.btnTravelSuggestion {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .page-slug-meista .relatedPostsSection {
    padding-top: 40px;
  }
  /* Etusivu */
  .page-slug-aktiv-resor .OneColumn, .block-editor-iframe__body .OneColumn, .page-template-page-simple .OneColumn {
    padding-bottom: 40px;
  }
  .page-slug-aktiv-resor .blueBg.wp-block-group, .page-slug-aktiv-resor .beigeBg.wp-block-group, .page-slug-aktiv-resor .brownBg.wp-block-group {
    padding-top: 0;
  }
  /* Meistä */
  .meista h3 + p {
    margin-bottom: 40px;
  }
}
@media (min-width: 782px) {
  :root :where(.wp-block-columns-is-layout-flex) {
    gap: 5rem;
  }
  :root :where(.wp-block-columns) {
    margin-bottom: 4rem;
    margin-bottom: 0;
  }
  .wp-block-cover {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.logoBlock, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.searchBlock {
    width: 300px;
    flex-grow: 0;
    flex-basis: content;
  }
  .wp-block-site-logo {
    width: 250px;
    padding-top: 3px;
  }
  .navigationBlock {
    text-transform: uppercase;
    padding-top: 13px;
  }
  .verticalPadding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* Header */
  header.wp-block-template-part {
    position: sticky;
  }
  header.wp-block-template-part .topHeader {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Search */
  .topHeader .wp-block-search .wp-block-search__inside-wrapper {
    max-width: 1200px; /*max-width: var(--wp--style--global--content-size);*/
  }
  .travelCpt h1, .post-type-country h1, .page h1 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .travelCpt .wp-block-post-featured-image, .post-type-country .wp-block-post-featured-image, .page .wp-block-post-featured-image {
    height: 100vh;
  }
  .related-countries .related-countries-grid {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
  }
  .related-countries .related-country {
    min-width: 25%;
    width: 25%;
    aspect-ratio: 1/0.8;
    flex-grow: 1;
    max-height: 20vw;
  }
  .related-countries .related-country h3 {
    font-size: 2.2em;
    font-size: 17px;
  }
  .related-countries .related-country:nth-child(6), .related-countries .related-country:nth-child(5) {
    aspect-ratio: 1/0.41;
  }
  .travelCpt h1, .post-type-country h1 {
    font-size: 50px;
    padding-right: 100px;
    top: 260px;
  }
  /* Uudempi */
  .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__menu-container {
    visibility: collapse;
  }
  .wp-block-outermost-mega-menu[aria-expanded=true] > .wp-block-outermost-mega-menu__menu-container {
    opacity: 1;
    visibility: visible;
  }
  .wp-block-outermost-mega-menu__menu-container.menu-width-content {
    width: 100vw !important;
  }
  .wp-block-outermost-mega-menu__menu-container > .wp-block-list {
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
  }
  .wp-block-navigation {
    position: static;
  }
  .wp-block-navigation a {
    color: var(--wp--preset--color--white);
  }
  .wp-block-navigation a:hover {
    text-decoration: none;
  }
  .wp-block-navigation .wp-block-list {
    display: flex;
    justify-content: space-between;
    background: var(--wp--preset--color--secondary);
    flex-wrap: wrap;
    gap: 12px;
    max-width: var(--wp--style--global--content-size);
    margin: auto;
  }
  .wp-block-navigation .wp-block-list li {
    min-width: 11%;
  }
  .wp-block-navigation .wp-block-list .wp-block-list {
    display: block;
    font-size: 0.9em;
    border-top: 2px solid var(--wp--preset--color--primary);
    padding-top: 10px; /* margin-left: 10px;*/
  }
  .wp-block-navigation .wp-block-list .wp-block-list li {
    width: 100%;
  }
  .wp-block-navigation .megaMenuInnerMost {
    padding: 20px 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
    max-width: 1400px;
  }
  .wp-block-navigation .megaMenuInnerMost > ul > li {
    max-width: 18%;
  }
  .wp-block-navigation .megaMenuInnerMost > ul > li > a {
    min-height: 20px;
    letter-spacing: 0.01em;
  }
  .wp-block-navigation .megaMenuInnerMost ul ul li a {
    display: block;
    line-height: 1.2em;
    padding: 5px 0;
  }
  .wp-block-navigation__responsive-dialog {
    position: static;
  }
  .wp-block-navigation__responsive-container {
    position: static;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    position: static;
  }
  .wp-block-outermost-mega-menu__menu-container {
    left: 0 !important;
    top: 100%;
  }
  .wp-block-outermost-mega-menu__menu-container.menu-width-content {
    width: 100vw;
    max-width: 99vw;
  }
  .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle[aria-expanded=true] ~ .wp-block-outermost-mega-menu__menu-container .megaMenuInnerMost {
    overflow: auto;
    max-height: 85vh;
  }
  .country-showcase .country-showcase-inner {
    display: flex;
  }
  .wp-block-navigation .teemat, .wp-block-navigation .risteilyt, .wp-block-navigation .meista {
    position: relative;
  }
  .wp-block-navigation .teemat .wp-block-outermost-mega-menu__menu-container.menu-width-content, .wp-block-navigation .risteilyt .wp-block-outermost-mega-menu__menu-container.menu-width-content, .wp-block-navigation .meista .wp-block-outermost-mega-menu__menu-container.menu-width-content {
    max-width: 350px;
    left: -10px !important;
  }
  .wp-block-navigation .teemat .wp-block-list, .wp-block-navigation .risteilyt .wp-block-list, .wp-block-navigation .meista .wp-block-list {
    display: block;
  }
  .wp-block-navigation .teemat .megaMenuInnerMost > ul > li, .wp-block-navigation .risteilyt .megaMenuInnerMost > ul > li, .wp-block-navigation .meista .megaMenuInnerMost > ul > li {
    max-width: 100%;
  }
  .wp-block-navigation .teemat .wp-block-navigation .hasParent > ul, .wp-block-navigation .risteilyt .wp-block-navigation .hasParent > ul, .wp-block-navigation .meista .wp-block-navigation .hasParent > ul {
    margin: 0 0 15px 0px;
    padding-left: 10px;
  }
  .wp-block-navigation .teemat .hasParent > .wp-block-list {
    margin-left: 10px;
    padding-left: 15px;
    padding-top: 5px;
    text-transform: none;
    padding-bottom: 10px;
  }
  /* Faktat */
  .faktatContainer {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1400px;
  }
  .faktatContainer > div {
    padding: 0;
  }
  .faktatContainer .wp-block-columns {
    gap: 40px;
    padding: 30px 30px 0;
  }
  .faktatContainer .wp-block-accordion {
    padding: 30px 10px;
  }
  /* Matkaehdotukset */
  .relatedPostsSection > div { /*padding-right:$rightPadding;padding-left:$leftPadding;*/
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .relatedPostsSection img:not(.wp-post-image) {
    aspect-ratio: 288/357;
  }
  /* Country Showcase */
  .country-showcase {
    padding: 80px var(--wp--style--root--padding-right) 80px var(--wp--style--root--padding-left);
  }
  .country-showcase .country-showcase-inner {
    padding: 20px 35px;
  }
  .country-showcase .country-showcase-inner > .columns {
    gap: 30px;
  }
  .factsCover {
    padding: 0px;
  }
  .related-countries { /*padding-top:80px;*/ }
  .related-countries .relatedCountriesContainer {
    background-size: 100% 100%;
  }
  .related-countries .relatedCountriesContainer h2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  /* Continent */
  .entry-content .mainContentSecondRow.continent {
    background-position: 0 bottom;
    background-size: auto auto;
  }
  .entry-content .mainContentSecondRow.continent .wp-block-columns .wp-block-column:first-child {
    width: 37.5%;
  }
  .wp-block-cover.alignfull > .wp-block-cover__inner-container.wp-block-cover-is-layout-constrained {
    max-width: var(--wp--style--global--content-size);
    margin: auto;
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
    padding: 40px 0; /*background:$lightBeigeTransparent;*/
  }
  .themeSuggestionsContainer {
    background: var(--wp--preset--color--bland);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .entry-content { /* padding-bottom:70px; */ }
  .entry-content > .mainContentSecondRow .wp-block-columns > .wp-block-column:first-child > figure {
    margin-left: calc(-1 * var(--wp--style--root--padding-left));
  }
  .entry-content > .mainContentFirstRow .wp-block-columns > .wp-block-column:last-child > figure {
    margin-right: calc(-1 * var(--wp--style--root--padding-right));
  }
  .entry-content > .mainContentFirstRow, .entry-content > .mainContentSecondRow {
    padding: 110px 0 60px;
  }
  .entry-content h2:first-child {
    font-size: 3.5rem;
  }
  .entry-content .mainContentFirstRow .mainContentSecondColumn img {
    aspect-ratio: 440/293;
  }
  .entry-content .mainContentFirstRow .wp-block-columns {
    gap: 5.7rem;
  }
  .entry-content .mainContentFirstRow .wp-block-columns .wp-block-column:first-child {
    width: 35%;
    flex-basis: auto;
    flex-grow: 0; /*height:30px;background:red */
  }
  .entry-content .mainContentFirstRow + .mainContentSecondRow {
    margin-top: -100px;
  }
  .entry-content .mainContentSecondRow .wp-block-columns {
    gap: 6.5rem;
  }
  .entry-content .mainContentSecondRow .wp-block-columns .wp-block-column:first-child {
    flex-basis: auto !important;
    width: 42%;
    flex-grow: 0;
  }
  .entry-content .mainContentSecondRow .wp-block-columns .wp-block-column:not(:first-child) > p {
    width: 85%; /*background:pink;*/
  }
  /* Cruises, teemamatkat */
  .single-cruise .wp-block-accordion, .single-travel_theme .wp-block-accordion, .page-template-single-cruise .wp-block-accordion, .page-template-single-travel_theme .wp-block-accordion {
    padding: 20px 0;
  }
  .single-cruise .relatedPostsSection .wp-block-accordion > li, .single-travel_theme .relatedPostsSection .wp-block-accordion > li, .page-template-single-cruise .relatedPostsSection .wp-block-accordion > li, .page-template-single-travel_theme .relatedPostsSection .wp-block-accordion > li {
    background: var(--wp--preset--color--primary);
  }
  .single-cruise .entry-content, .single-travel_theme .entry-content, .page-template-single-cruise .entry-content, .page-template-single-travel_theme .entry-content {
    background-image: url(../images/ar_letters_c.svg);
    background-position: 100% 50px;
    background-repeat: no-repeat;
    background-size: 55%;
  }
  .single-cruise .entry-content .mainContentFirstRow .wp-block-column.mainContentFirstColumn:first-child, .single-cruise .entry-content .mainContentFirstRow .wp-block-columns .wp-block-column:first-child, .single-travel_theme .entry-content .mainContentFirstRow .wp-block-column.mainContentFirstColumn:first-child, .single-travel_theme .entry-content .mainContentFirstRow .wp-block-columns .wp-block-column:first-child, .page-template-single-cruise .entry-content .mainContentFirstRow .wp-block-column.mainContentFirstColumn:first-child, .page-template-single-cruise .entry-content .mainContentFirstRow .wp-block-columns .wp-block-column:first-child, .page-template-single-travel_theme .entry-content .mainContentFirstRow .wp-block-column.mainContentFirstColumn:first-child, .page-template-single-travel_theme .entry-content .mainContentFirstRow .wp-block-columns .wp-block-column:first-child {
    width: 51%;
  }
  .single-cruise .entry-content .mainContentSecondColumn, .single-cruise .entry-content .mainContentSecondColumn, .single-travel_theme .entry-content .mainContentSecondColumn, .single-travel_theme .entry-content .mainContentSecondColumn, .page-template-single-cruise .entry-content .mainContentSecondColumn, .page-template-single-cruise .entry-content .mainContentSecondColumn, .page-template-single-travel_theme .entry-content .mainContentSecondColumn, .page-template-single-travel_theme .entry-content .mainContentSecondColumn {
    bbackground-image: url(../images/ar_letters_c.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% bottom;
  }
  .page-template-single-cruise .relatedPostsSection img:not(.wp-post-image) {
    aspect-ratio: 653/816;
  }
  .single-country .entry-content {
    background-image: url(../images/ar_letters_c.svg);
    background-repeat: no-repeat;
    background-position: 100% 850px;
    background-size: 50%;
  }
  .country-template-single-country-continent .entry-content {
    background-position: 0 center;
    background-size: 60%;
  }
  .page-template-single-travel_theme .entry-content {
    background-position: 108% 50px;
    background-size: 53%;
  }
  .page-slug-meista.page-template-single-travel_theme .entry-content {
    background-position: 108% 900px;
  }
  /* form */
  .formContainer {
    padding-top: 120px;
  }
  .formContainer .wp-block-post-featured-image {
    height: 100%;
    margin-left: calc(-1 * var(--wp--style--root--padding-left));
    margin-right: 0;
  }
  .formContainer h2:first-child {
    font-size: 3.2rem;
  }
  /* Archive */
  .archive main {
    padding: 50px;
  }
  .topBottomPadding {
    padding-top: 115px;
    padding-bottom: 80px;
  }
  .topBottomPadding h2:first-child {
    margin-bottom: 70px;
  }
  /* Meistä */
  .meista h3 + p {
    min-height: 110px;
  }
  .meista h3, .meista h3 + p strong {
    min-height: 60px;
  }
  .meista .wp-block-columns {
    gap: 4.5rem;
  }
  .meista .wp-block-columns .wp-block-column {
    flex-shrink: 0;
    max-width: 40%;
  }
  /* Etusivu */
  .page-slug-aktiv-resor .OneColumn, .block-editor-iframe__body .OneColumn {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .page-slug-aktiv-resor .OneColumn h1, .block-editor-iframe__body .OneColumn h1 {
    font-size: 5rem;
  }
  .page-slug-aktiv-resor .blueBg.wp-block-group, .block-editor-iframe__body .blueBg.wp-block-group {
    padding-top: 110px;
    padding-bottom: 120px;
    /* &:last-child {padding-bottom:0;} */
  }
  .page-slug-aktiv-resor .beigeBg.wp-block-group, .block-editor-iframe__body .beigeBg.wp-block-group {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .page-slug-aktiv-resor .brownBg.wp-block-group, .block-editor-iframe__body .brownBg.wp-block-group {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .page-slug-aktiv-resor .frontPageLogo .wp-block-image, .block-editor-iframe__body .frontPageLogo .wp-block-image { /*margin-top:-20vh;*/ }
  .page-slug-aktiv-resor .goldLogoBg, .block-editor-iframe__body .goldLogoBg {
    background-position: center 12%;
  }
  .page-slug-aktiv-resor .whiteBg h2, .block-editor-iframe__body .whiteBg h2 {
    margin-bottom: 130px;
  }
  /* Yleinen */
  section.wp-block-group, .related-countries {
    padding-top: 40px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 4em;
  }
  .travelCpt h1, .post-type-country h1 {
    font-size: 72px;
    padding-right: 100px;
    top: 260px;
  }
  .entry-content h2:first-child, .related-countries .relatedCountriesContainer h2:first-child {
    font-size: 4.8rem;
  }
  .formContainer h2:first-child {
    font-size: 4.8rem; /*hyphens:inherit;*/
  }
  .Cruises .firstHeading { /*hyphens:manual;*/ }
  .faktatContainer {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .formContainer {
    gap: 20px 8rem;
  }
  .wp-block-navigation .megaMenuInnerMost {
    padding-left: 30px;
    padding-right: 30px;
  }
  .meista .wp-block-columns {
    gap: 4rem;
  }
  .meista .wp-block-columns .wp-block-column {
    max-width: 21%;
    flex-shrink: 0;
  }
  .meista .wp-block-list li {
    min-width: 13%;
  }
  .meista > ul > li {
    max-width: 20%;
  }
  .wp-block-navigation .wp-block-list li {
    min-width: 13%;
  }
  .page-slug-meista .mainContentFirstRow {
    margin-left: -60px;
  }
}
/*@import 'matkaehdotusHeader';*/

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