/*!
Theme Name: Palkkataito
Theme URI: https://sapartners.fi/
Author: Sapartners
Author URI: https://sapartners.fi/
Description: Palkkataito custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: palkkataito
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*@font-face {*/
/*  font-family: 'Greycliff CF';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('https://cdn.yoursite.com/fonts/GreycliffCF-Regular.woff2') format('woff2'),*/
/*       url('https://cdn.yoursite.com/fonts/GreycliffCF-Regular.woff') format('woff');*/
/*}*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: 'greycliff-cf';
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: 'greycliff-cf';
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 'greycliff-cf';
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'greycliff-cf';
  font-size: 18px;
  line-height: 1.5;
}

ul.wp-block-list, .post-content ul, .post-content ol {margin-left: 0;}
.single-post-container .post-content ul li, .single-post-container .post-content ol li, 
.post-content ol li, .post-content ul li {padding: 5px 0;}

h1,  
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'greycliff-cf';
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: 'greycliff-cf';
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #faf9f7;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 1.5rem 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: none!important;  
  float: left;
  position: absolute; 
  top: 100%;  
  left: -999em;
  z-index: 99999; 
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation  ul.sub-menu {
    min-width: 300px;
padding: 30px 5px 30px 37px !important;} 

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

li.current-menu-ancestor >a {font-weight: 600;}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 991px) {
.menu-toggle { display: none;  }
.main-navigation ul { display: flex;  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}


.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    min-height: 480px;
}
 
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}


.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}


/* Header css */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 0px;
  background: #faf9f7;
}

.logo {
  font-family: 'greycliff-cf';
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #1d636c;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 20px;
  width: auto;
  align-items: center;
  justify-content: center; 
}

.nav-links a {
  font-family: 'greycliff-cf';
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
   letter-spacing: normal;
  text-align: left;
  color: #1d636c;
  text-transform: uppercase;
  padding: 20px 0;
  transition: font-weight 0.3s ease;
  position: relative;
}

.nav-links a:after {
      content: attr(data-text);
      font-weight: bold;
      visibility: hidden;
      height: 0;
      overflow: hidden;
      display: block;
    }

.nav-links a:hover {
      font-weight: bold;  
      opacity: 1;
}

.newsletter-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 17%;
}

.newsletter-btn {
  border-radius: 25px;
  background-color: #7cffb2;  
  font-family: 'greycliff-cf';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;  
  text-align: center;
  color: #1d636c !important;
  padding: 21px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
  

.newsletter-btn:hover { background-color: #1d636c!important;  color: #7cffb2!important;}
  
  .services-items p strong {
    display: block;
    width: 100%;
    margin-bottom: 1.25rem;
}

.sepline {max-width: 350px;  background-repeat: repeat-x; width: 100%;  height: 2px;   background-position: center right;   margin: 0 1.5rem 0 1.5rem;}   

.site-branding {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-around; 
} 

ul#primary-menu {
  gap: 20px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 18px;
}

/* Footer css */
.footer-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.site-footer {
  padding: 125px 0 125px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.footer-title {
  font-family: 'greycliff-cf';  
  font-size: 130px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-align: center;
  color: #faf8f5;
  margin-bottom: 60px;
  margin-top: 0;
}

.contact-btn {
  display: flex;
  align-self: center;
  border-radius: 25px;
  border: solid 2px #7cffb2;
  padding: 10px 25px;
  width: 100%;
  justify-content: center;
}

.footer-button {
  font-family: 'greycliff-cf';
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #7cffb2 !important;
  text-decoration: unset;
  text-transform: uppercase;
}

/* Homepage css */
.flex-layout-section {
  padding: 60px 30px 10px;
  background: #faf9f7;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
}



.image-block {
  display: flex;
  width: 30%;
}

.top-heading {
  width: 70%;
  background: #f2eee9;
  border-radius: 25px;
  padding: 50px 60px;
  align-content: center;
}

.large-rect {
  display: flex;
  width: calc(40% - 0px);
  flex-direction: column;
  background-size: cover !important;
}

.right-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(60% - 20px);
}
  
.center-heading {
  margin: 0;
  font-family: 'greycliff-cf';      
  font-size: 34px;
  font-weight: 900; 
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #1d636c; 
  text-transform: uppercase;
}

.circle-img {
  /*width: 220px;*/
  /*height: 220px;*/
  /*overflow: hidden;*/
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.img-circle {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.bottom-content {
  display: flex;
  gap: 20px;
  width: 100%;
}

.description {
  display: flex;
  width: 70%;
  background: #f2eee9;
  border-radius: 25px;
  padding: 55px 80px;
}

.description p { 
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-family: "DM Sans";
  margin: unset;
}

.top-content {
  display: flex;
  gap: 20px;
  width: 100%;
}

.services-layout-section {
  padding: 60px 0;
  background: #faf9f7;
}

.services-flex-container {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
}

.services-heading {
  background-repeat: no-repeat;
  background-size: contain;
}

.services-title {
  font-family: 'greycliff-cf';
  font-size: 120px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.81;
  letter-spacing: normal;
  text-align: center;
  color: #1d636c;
  text-transform: uppercase;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 80px 0 60px;
}

.service-card {
  background-color: #1D636C;  
  color: #ffffff;
  border-radius: 25px;
  padding: 30px 40px 90px;
  width: calc(33.33% - 14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.service-image img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.service-title {
  font-family: 'greycliff-cf';
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #7cffb2;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-description {
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: unset;
}

.service-description p {
  margin: unset;
}

.service-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 52px; 
  height: 52px;   
}

 
.industry-message {
  position: relative;
  padding: 180px 0 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.industry-container {
  display: flex;
  flex-direction: column;
}

.industry-message .dots {
  position: relative;
}

/*.industry-message .dots.left img {
  height: 150px;
  position: absolute;
  width: 20%;
  bottom: 600px;
  opacity: 1;
  left: 0px;
  z-index: 1;
  object-fit: contain;
} 

.industry-message .dots.right img {
  height: 150px;
  position: absolute;
  width: 20%;
  top: 0px;
  opacity: 1;
  right: 0px;
  z-index: 1;
  object-fit: contain;
} */

.industry-message .content h2 {
  margin: 0;
  font-size: 64px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #faf8f5;
  text-transform: uppercase;
  padding: 70px 200px 0;
  margin-bottom: -10px;
  font-family: 'greycliff-cf';
}

.industry-message .content {
  position: relative;
}

.industry-message .content h3.highlight {  
  margin: 0;
  font-size: 64px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #1d636c;
  text-transform: uppercase;
  padding: 0 200px;
  position: absolute;
  bottom: -140px;
  z-index: 1;
  font-family: 'greycliff-cf';
}

.industry-message .people {
  position: relative;
}

.industry-message .people img {
  max-width: 100%;
  width:100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
 
.customer-layout-section {
  padding: 60px 0;
  background: #faf9f7;
}

.customer-container {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
}

.customer-slider-section {
  background-color: #1c6b73;
  padding: 100px 40px;
  color: #ffffff;
}

.customer-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.customer-image img {
  border-radius: 50%;
  border: 2px solid #95ffc3; 
  width: 300px;   
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.customer-text {
  max-width: 500px;
}

.customer-title {
  font-family: "Space Mono";
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #ffc098;
  margin: 0;
  text-transform: uppercase;
}

.customer-group {
  font-family: 'greycliff-cf';
  margin: 0;
  font-size: 56px;
  font-weight: 900;
  color: #7cffb2;
  text-transform: uppercase;
  line-height: 1.32;
}

.customer-description {
    font-family: "DM Sans";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.read-more-icon img {
  margin-top: 0px;
  width: 15px;
  height: 15px;
}

.customer-slider-wrapper .slick-dots {
  bottom: -90px;
}

.customer-slider-wrapper .slick-dotted.slick-slider {
  margin-bottom: 90px;
}

.customer-slider-wrapper .slick-dots li button {
  border: 3px solid #95ffc3 !important;
  border-radius: 50px;
}

.customer-slider-wrapper .slick-dots li button:before {
  opacity: 1 !important;
  color: #1c6b73 !important;
}

.customer-slider-wrapper .slick-dots li.slick-active button {
  background-color: #95ffc3 !important;
  border-radius: 50px;
}

.customer-slider-wrapper .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #95ffc3 !important;
}

.custom-posts-grid {
  display: flex;
  /*justify-content: space-between;*/
  gap: 30px;
  /* padding: 0 15px;  
 padding-left: 1rem;*/
  margin-top: 2rem;
}

.post-card:first-child {
  /*border: unset;*/
  padding-left: 0px;
}
.post-card:first-child::before {
    display: none;
}
.post-card {
  /*flex: 1;*/
  width: 33.33%;
  max-width:100%;
  /*border-left: 2px dotted #006778;*/
  padding-left: 30px;
  position: relative;
}
.post-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-image: url("https://palkkataito.sapartners.site/wp-content/uploads/2025/08/vertical-Line-1.png");
    background-repeat: repeat-y;
    background-size: contain;
}
.post-meta {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: left;
  color: #000;
  font-family: "Space Mono";
}

.separator {
  color: #000;
}

.post-title a {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #1d636c;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'greycliff-cf';
}
  
.post-title {
  margin: 0.5rem  0 1.5rem 0;
 }

.post-excerpt {
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  /* word-break: break-all; */
}

.recent-post-section {
  padding: 120px 0 160px;
  background: #faf9f7;
}

.recent-post-container {
  display: flex;
  flex-direction: row;
  max-width: 1500px; 
  width: 80%;
  margin: 0 auto;
  padding:0;
}

.image-block.large-rect .img-full {
  height: 713px;
  border-radius: 25px;
}

.recent-post-btn {
  display: flex;  
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  padding: 50px 0 0;
}

.all-post-btn {
  padding: 15px 40px;
  border-radius: 25px;
  background-color: #ffc098;
}

.all-post-btn-link {
  font-family: 'greycliff-cf';
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #1d636c !important; 
  text-transform: uppercase;
  text-decoration: unset;
  cursor: pointer;
  border: unset;
}

.all-post-btn-link:hover {
      background-color: #1d636c !important;
    color: #fff !important;
}

.read-more-icon {
  padding: 17.5px 18.3px 16.2px 18.2px;
  border-radius: 14px;
  background-color: #ffc098; 
  display: inline-block;
  float: inline-end;
}

.site-logo {
  color: #1d636c !important;
  text-decoration: unset;
}

/* Ajankohtaista page */
.ajankohtaista-layout-section {
  padding: 60px 0 80px;
  background: #faf9f7;
}

.yhteydenotto-layout-section {
  padding: 60px 0 100px;
  background: #faf9f7;
}

.ajankohtaista-container {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
  gap: 60px;
}

.yhteydenotto-container {
     display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px; 
}

.ajankohtaista-heading,
.yhteydenotto-heading {
  background-repeat: no-repeat;
  background-size: contain;
}

.ajankohtaista-title {
  font-family: 'greycliff-cf';
  font-size: 120px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.81;
  letter-spacing: normal;
  text-align: center;
  color: #1d636c;
  text-transform: uppercase;
}

.yhteydenotto-title {
      font-family: 'greycliff-cf';
  font-size: 120px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.81;
  letter-spacing: normal;
  text-align: center;
  color: #1d636c;
  text-transform: uppercase;
}

.featured-post {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}

.featured-post .thumb {
  display: flex;
  flex-direction: row;
  width: 50%;
}

.featured-post .thumb img {
  width: 100%;
      object-fit: cover;
    border-radius: 25px;
    height: 550px;
}

.meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
  margin-top: 20px;
}

.grid-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(33.33% - 27px);
  /*background: #f7f7f7;*/
  padding: 40px 0;
  border-radius: 6px;
}

.grid-item.postgrid{  gap:0;}
.grid-item.postgrid .post-expert {margin-top:2.5rem;}
.grid-item.postgrid .postdate{margin-bottom: 10px;}  
.grid-item.postgrid .thumb{margin-bottom: 1.5rem;}    


.grid-item .thumb img {
  /*width: 100%;*/
    width: 393px;
    height: 341px;
    object-fit: cover;
    border-radius: 15px;
    
}

.load-more-wrap {
  text-align: center;
  margin-top: 50px;
}

.date {
  font-family: "Space Mono";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

.grid-item .post-title {
  font-family: 'greycliff-cf';
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3; 
  letter-spacing: normal;
  text-align: left;
  color: #1d636c;
  margin: unset;
  text-transform: uppercase;
  word-wrap: break-word;
}

.grid-item .post-expert {
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.featured-post-title {
  font-family: 'greycliff-cf';
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;  
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #1d636c;
  text-transform: uppercase;  
  margin: unset;
  
}

.featured-post-excerpt {
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: unset; 
}

.grid-item .post-expert p {
  margin: unset;
}

.featured-post-title a {
  color: #1d636c;
  text-decoration: unset;
  word-break: break-word;
}

.single-post-container {
  display: flex;
  flex-direction: column;
  margin: 60px auto 0;
  max-width: 1500px;
  width:80%;  
  background-color: #faf9f7;
  padding: 30px 2%;
}

.single-post-container .post-featured-image {
  text-align: center;
  margin-bottom: 2rem;
}

.single-post-container .post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
}

.single-post-container .post-meta {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 1rem;
}

.single-post-container .post-meta .post-type::after {
  content: " // ";
  margin: 0 0.3rem;
}

.single-post-container .post-title {
  text-transform: uppercase;
  font-size: 54px;
  font-family: 'greycliff-cf';
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #1d636c;
  margin-top: 0;
}

.single-post-container .post-excerpt { 
  font-family: "DM Sans";
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;  
  text-align: center;
  color: #000;
}

#postgridmain {	max-width: 1500px;    width: 76%; margin:0 auto;     background-image: url(https://palkkataito.sapartners.site/wp-content/uploads/2025/06/Line-1.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: auto 1.5px;
    padding-top: 50px;}
#postgridmain .recent-post-container { max-width: 100%;} 
/*#postgrid{ padding:0 2.5rem;}*/


.single-post-container .post-content {
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}
  
.single-post-container .post-date {
  font-size: 20px;
  font-family: "Space Mono";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.3px;
  text-align: center;
  color: #000;
}

.adjust-content-width {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width:800px;
  align-self: anchor-center;
}

.additional-section-image {
  display: flex;
  width: 100%;
}

.additional-img {
  width: 100%;
  height: 100%;
}

.additional-quotes-container {
  background-color: #1d636c;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  padding: 130px 300px 100px;
}

.quotes-content p {
  font-size: 46px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #faf8f5;
  font-family: 'greycliff-cf';
  margin-top: 40px;
  margin-bottom: 30px;
}

.quotes-writer {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.3px;
  text-align: center;
  color: #faf8f5;
  text-transform: uppercase;
  font-family: "Space Mono";
}

.additional-description-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #faf9f7;
  padding: 60px 0 0;
}

.additional-desc p {
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 0 80px;
  margin-bottom: 10px;
}

.single-post .recent-post-section {
  padding: 60px 0;
}

.additional-block-section {
  margin: 0 auto;
  max-width: 1100px;
  background-color: #faf9f7;
  padding: 40px 80px 80px 30px;
  border-bottom: 1px dotted #006778;
}

.add-block {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 50px 50px;
  border-radius: 25px;
  background-color: #f2eee9;
  gap: 15px;
  align-self: center;
}

.block-title {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #1d636c;
  margin: unset;
  text-transform: uppercase;
  font-family: 'greycliff-cf';
}

.add-block ul {
  margin: unset;
  padding: 0 0 0 20px;
}

.add-block li {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-family: "DM Sans";
}

.add-block li::marker {
  color: #ffc098;
}

.add-block-btn {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #1d636c !important;
  font-family: 'greycliff-cf';
  display: inline-block;
  padding: 15px 30px;
  border-radius: 25px;
  background-color: #ffc098;
  width: min-content;
  text-decoration: unset;
  margin-top: 20px;
}

.single-post {
    background: #faf9f7 !important;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}

.team-member {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 20px);
    padding: 15px 0  180px 0;
    border-radius: 6px;
	position: relative;  
}

.member-role {
    font-family: "Space Mono";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
	margin-top:1.5rem;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}

.member-name {
    font-family: 'greycliff-cf';
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #1d636c;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0px;
}

.member-description {
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
	margin-top:2.5rem;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.member-description p {
    margin-top: 0;
}



.member-phone a,
.member-email a{
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-decoration: unset;
}

.social-img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.expertise-content {
    display: flex
;
    flex-direction: row;
    gap: 40px;
    width: 100%;
}

.expertise-text {
    display: flex
;
    flex-direction: column;
    width: calc(50% - 0px);
}

.expertise-image {
    display: flex
;
    flex-direction: column;
    width: calc(50% - 0px);
}

.expertise-title {
    font-family: 'greycliff-cf';
    font-size: 44px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #1d636c;
    margin: unset;
    text-transform: uppercase;
    width: 80%;
}

.expertise-description {
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: unset;
}

.services-list {
    padding: 50px 35px 50px 68px;
    border-radius: 25px;
    background-color: #f2eee9;
}

.services-items {
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.services-items p {
    margin: unset;
}

.services-items ul {
    margin: unset;
    padding-left: 20px;
}

.services-items ul ::marker {
    color: #ffc098;
}
.expertise-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 25px;
}
.power-of-network-section {
    display: flex
;
    flex-direction: column;
    width: 900px;
    align-self: center;
}
.network-heading {
    font-family: 'greycliff-cf';
    font-size: 44px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #1d636c;
    text-transform: uppercase;
}
.network-description {
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
/*.logo-gallery {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    gap: 20px;*/
/*    padding: 40px 0 80px;*/
/*    justify-items: center;*/
/*    align-items: center;*/
/*    border-bottom: 1px dotted #006778;*/
/*}*/

.logo-gallery.slick-initialized.slick-slider {
    margin: 30px -10px;
}

.logo-item {
    width: 100%;
    text-align: center;
        margin: 0 10px;
}
.partner-logo {
    max-width: 100%;
    height: 65px; 
    object-fit: contain;
    width: 100%;
}
.company-name {
    font-family: 'greycliff-cf';
    font-size: 44px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #1d636c;
}
.company-id {
    font-family: "DM Sans";
    font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.company-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 50px 0;
    justify-items: center;
    align-items: center;
}

.company-logo {
    width: 100%;
}

.company-privacy-btn {
    font-family: 'greycliff-cf';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: unset;
    background-color: #1d636c;
    color: #7cffb2 !important;
    padding: 15px 40px;
    border-radius: 15px;
    width: fit-content;
}

.company-privacy-btn:hover {
    background-color: #7cffb2 !important;
    color: #1d636c !important;  
} 


.sub-menu {
    display: block!important;
    flex-direction: column;
    gap: 20px;
    padding: 20px 25px !important;
    border-radius: 25px;
    background-color: #1d636c;
}
.sub-menu a {
    color: #7cffb2;
    font-size: 16px;
	line-height: 1.9;
   padding:0;	
}

.single-post-services-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1500px;
    width: 80%;
    background-color: #faf9f7;
    padding: 30px 2%;
}

.single-post-services-container .post-featured-image {
    text-align: center;
    margin-bottom: 2rem;
}

.single-post-services-container .post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 25px;
}

.set-content-width {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-self: center;
    padding-bottom: 140px;
    padding-left: 70px;
    padding-right: 70px;
    /*border-bottom: 1px dotted #006778;*/
    background-image: url(https://palkkataito.sapartners.site/wp-content/uploads/2025/06/Line-1.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 1px;
    gap: 20px;
}

.single-post-services-container .post-content p {
    margin-bottom: 0;
}

.single-post-services-container .post-title {
    text-transform: uppercase;
    font-size: 54px;
    font-family: 'greycliff-cf';
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
    color: #1d636c; 
    margin-top: 40px;
	min-height: auto;
    margin-bottom: 40px;  
}

.single-post-services-container .post-excerpt {
    font-family: "DM Sans";
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    width: 70%;
    align-self: center;
}

.single-post-services-container .post-content {
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 90px 40px 20px 40px;
}

.form-description {
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.form-description p {
    margin-top: 0px;
}
.single-post-services-container .post-content ul {
    margin: unset;
    padding-left: 20px;
}

.single-post-services-container .post-content ul li::marker {
    color: #ffc098;
}

.set-content-width .load-more-wrap {
    text-align: left;
    padding: 0 40px;
    margin-bottom: 80px;
    margin-top: 0px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.form-details {
    padding: 60px 80px;
    border-radius: 25px;
    background-color: #f2eee9;
    margin: 0 40px;
}
.form-title {
     font-family: 'greycliff-cf';
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #1d636c;
    text-transform: uppercase;
}

.cf-form input[type="text"],
.cf-form input[type="tel"],
.cf-form input[type="email"] {
    border-radius: 25px;
    background-color: #faf8f5;
    width: 100%;
    padding: 10px 25px;
      font-family: "DM Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.cf-form input[type="text"]::placeholder,
.cf-form input[type="tel"]::placeholder,
.cf-form input[type="email"]::placeholder {
    color: #000;
}

.cf-form input[type="submit"] {
    font-family: 'greycliff-cf';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: unset;
    background-color: #1d636c;
    color: #7cffb2 !important;
    padding: 10px 40px;
    border-radius: 25px;
}

.cf-form input[type="submit"]:hover {
	    background-color: #7cffb2;
    color: #1d636c!important; border-color: #7cffb2; 
}

.recent-services-posts {
    display: flex
;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    align-self: center;
    padding-bottom: 50px;
}
.services-posts-columns {
    display: flex
;
    justify-content: space-between;
    gap: 20px;
    margin-top: 2rem;
}

.service-post:first-child {
    border: unset;
    padding-left: 0px;
}

.service-post {
    flex: 1;
    border-left: 1px dotted #006778;
    padding-left: 50px;
}

.service-post-title a {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #1d636c;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'greycliff-cf';
}

.service-post-excerpt {
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.services-post-btn-link {
        padding: 15px 30px;
    border-radius: 25px;
    background-color: #ffc098;
    font-family: 'greycliff-cf';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    color: #1d636c !important;
    text-transform: uppercase;
    text-decoration: unset;
}

.service-post-title {
    min-height: 70px;
}

.current_page_item a {
    font-weight: 600;
	margin-top:-1px;
}

 .image-block .img-circle {  
    object-fit: cover;
    border-radius: 25px;
}


.contact-btn.btngroup {  width: 250px; padding: 12.55px 10px;}
.contact-btn.btngroup:hover { background-color: #7cffb2;  color: #1d636c !important; border-color: #7cffb2;} 

.footer-btn-two {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    align-self: center;
	justify-content: center;
}

.social-icon-link {
    margin-top: auto;
    display: inline-block;
    align-self: flex-start;
	  
}

.team-member .social-icon-link {  margin-top: 35px;}

.company-info-section .load-more-wrap {
        margin-top: 10px;
}

.company-info-section {
    padding-top: 50px;
        display: flex;
    flex-direction: column;
    width: 1100px;
    align-self: center;
}

.page-title {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'greycliff-cf';
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #1d636c;
    margin-top: 0;
}

.page-excerpt {
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.custom-posts-grid .page-excerpt {    min-height: 110px;}
.info-box { margin:90px 0;} 
.info-box .custom-posts-grid{ margin-top:0;}
.info-box .post-card .page-title {  margin-bottom: 0.75rem;}
.info-box .custom-posts-grid .page-excerpt{min-height: auto;  margin-bottom: 2rem;}  
.info-box .custom-posts-grid .post-card { position: relative; padding-bottom: 80px;}
.info-box .custom-posts-grid .post-card a.all-post-btn.all-post-btn-link {  position: absolute; bottom: 0;}

/*
.newsletter-btn:hover {
    font-weight: bold;    
} */ 

a.wp-block-button__link.has-white-color.has-text-color.has-link-color.wp-element-button {
    font-family: 'greycliff-cf';
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: unset;
    background-color: #1d636c;
    color: #7cffb2 !important;
    padding: 15px 40px;
    border-radius: 15px;
    width: fit-content;
}

.post-content .wp-block-button a.wp-block-button__link.has-white-color.has-text-color.has-link-color.wp-element-button:hover {
    background-color: #7cffb2 !important;
 color: #1d636c !important;
 }


/* Mycode */
.slick-next { z-index:99;}
.slick-prev{ z-index:99;}   
input[type="submit"]:hover, a:hover, button:hover {cursor: pointer; }
a.service-card, a.service-card:hover { text-decoration: none;}
.bannerImg {border-radius: 25px;}
.member-phone { display: flex;  gap: 4px;  flex-flow: column;   position: absolute;  bottom: 25px;}
.bannerImg .img-full {opacity:0!important;}  
.dot_main { position: relative;  max-width: 850px;  margin: 15px auto 0;   width: 100%; padding: 0;}
.dotrightmain {position: relative;  max-width: 980px;  margin: 15px auto 0;   width: 100%; padding: 0;}    
.dot_main h3.highlight, .dotrightmain .titlev {padding: 0 !important;}
.dot_main .dotleft { position: absolute; width: 180px; height: 180px; display: block;  z-index: 9;  left: -33%;
top: 50px;}
.dotrightmain .dotright { position: absolute;  width: 180px;  height: 180px; display: block;  z-index: 9;  right: -22%;  top: -140px;}
.slick-prev:before, .slick-next:before{color: #1d636c!important;}
.content_section {background-color: #f2eee9;  padding: 60px 15px;}
.content_section_inner {max-width: 920px; margin:0 auto;  width:100%;}

#mc_embed_signup_scroll h2 {  font-size: 32px !important;    color:#1d636c;  text-align: center;}
.mc-field-group label { margin-bottom: 0;  display: block;text-align: center;} 
input#mce-EMAIL {  border-radius: 25px;  background-color: #faf8f5;   width: 100%;  padding: 10px 25px;  font-family: "DM Sans";  font-size: 22px;  font-weight: normal;font-stretch: normal;  font-style: normal;  line-height: 1.36;   letter-spacing: normal; text-align: left; color: #000;} 
#mc-embedded-subscribe-form .clear{text-align: center;}	
input#mc-embedded-subscribe {  font-family: 'greycliff-cf';    font-size: 24px;
font-weight: bold;  font-stretch: normal;  font-style: normal;   line-height: 1.83;
letter-spacing: normal;  text-align: center;  text-transform: uppercase;  text-decoration: unset;
background-color: #1d636c; color: #7cffb2 !important;  padding: 10px 40px;  border-radius: 25px;
margin: 15px auto 0;}
.pum-theme-437 .pum-container, .pum-theme-lightbox .pum-container {border: 8px solid #1d636c!important;}
span.arrownav { display:none;}
.mobilenewsletter{ display:none;}




   
@media screen and (min-device-width: 1441px) and (max-device-width: 1536px) {
    .image-block.large-rect .img-full { height: 687px;}
}
@media screen and (min-device-width: 1367px) and (max-device-width: 1440px) {
    .image-block.large-rect .img-full {  height: 690px;  }
    .large-rect {width: calc(40% - 0px); }
    
    .description { padding: 55px 80px;}
    .site-branding { 
      background-position: 21.5% 50%;
  }
}
@media screen and (min-device-width: 1281px) and (max-device-width: 1366px) {
    .description {  padding: 50px 80px;}
    .image-block.large-rect .img-full {height: auto; } 
    .site-branding { 
      background-position: 21.5% 50%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1280px) { 
  .industry-message .dots.left img {  bottom: 500px;  }
  .industry-message .content h2 {  padding: 70px 150px 0;  }
  .top-heading {  padding: 50px 60px;  }
  .description p {    font-size: 26px;  }
  .image-block.large-rect .img-full {height: auto; }
  .site-branding { 
      background-position: 26% 50%;
  }
} 
@media (max-width: 1024px) {
  .ajankohtaista-title,
  .yhteydenotto-title { 
    font-size: 100px;
  }

  .nav-links a {
    font-size: 18px;
    /*color: #7cffb2;*/
    width: 100% !important;
  }

  .logo {
    font-size: 32px;
    line-height: 1.5px;
    align-items: center;
    align-content: center;
  }

  .newsletter-btn {
    font-size: 18px;  
    padding: 15px;
  }

  .ajankohtaista-layout-section {
    padding: 60px 40px;
  }

  .grid-posts {
    gap: 0 30px;
  }

  .grid-item {
    width: calc(33.33% - 20px);
  }

  .featured-post-title {
    font-size: 28px;
  }

  .featured-post-excerpt {
    font-size: 22px;
  }

  .featured-post-excerpt p {
    margin: unset;
  }

  .grid-item .post-title {
    font-size: 24px;
  }

  .services-title {
    font-size: 100px;
        float: unset !important;
    padding: unset !important;
  }

  .img-circle {
    object-fit: cover;
    border-radius: 25px;
  }

  .industry-message .content h2 {
    font-size: 50px;
    padding: 70px 80px 0;
    margin-bottom: 0;
  }

  .industry-message .content h3.highlight {
    font-size: 50px;
    bottom: -115px;
  }

  .industry-message .dots.left img {
    bottom: 370px;
  }

  .custom-posts-grid {  padding: 0 1rem;flex-flow: wrap; justify-content: center; }
   #postgridmain .custom-posts-grid {flex-flow: nowrap;}  

  .post-title a {
    font-size: 22px;
  }

  .post-meta {
    font-size: 18px;
  }

  .post-excerpt {
    font-size: 18px;
  }
  
  .top-heading {
    padding: 15px 30px;
  }
  
  .center-heading {
     font-size: 27px;   
  }
  
  .description {
      padding: 15px 30px;
  }
  
  .description p {
     font-size: 22px;   
  }
  
  .image-block.large-rect .img-full {
      height: auto;
  }
  
  .services-layout-section {
      padding: 60px 20px;
  }
  
  .service-card {
      width: calc(33.33% - 14px);
  }
  
  .customer-layout-section {
      padding: 60px 20px;
  }
  
  .single-post-container {
      padding: 30px 20px;
      width: 90%;
  }
  
  #postgridmain {
      width: 90%;
  }
  
  .additional-quotes-container {
      padding: 130px 100px 100px;
  }
  
  .quotes-content p {
      font-size: 38px;
  }
  
  .add-block {
      width: 50%;
  }
  
  .yhteydenotto-container {
    padding: 0 20px;
}
.expertise-image img {
    height: 100%;
}
.team-member {
        width: calc(50% - 27px);
}
.single-post-services-container .post-featured-image {
    padding: 0 20px;
}
.additional-block-section {
    width: 100%;
}
.post-title {
    margin-bottom:0.5rem  0 1.5rem 0;
}
.featured-post .thumb img {
    height: 400px;
}
.single-post-services-container { 
    width: 90%;
}
}
@media (max-width: 768px) {
	
.set-content-width .load-more-wrap {padding: 0 0;}	
    .recent-post-container {
        max-width: 100%;
    }
  .flex-layout-section {
    padding: 0 20px;
  }

  
.services-heading { display: inline-block;   margin: 0 auto;}


  .newsletter-section {
    width: 100%;
    justify-content: center;
  }



  .site-branding {
    flex-wrap: wrap;
    background-image: unset;
  }

  .footer-title {
    font-size: 60px;
	margin-bottom: 30px;
  }

  .flex-container {
    flex-direction: column;
    align-items: center;
  }

  /*.large-rect,  .right-content {    max-width: 100%;    width: 100%;  }
  .right-content {    gap: 10px;  }
  .top-content {    gap: 10px;  }
  .bottom-content {  flex-direction: row;    align-items: center;    gap: 10px; align-items: stretch;}
  .description {    padding: 15px;	align-items: center;  }
  .description p {    font-size: 12px;  } */

  .services-grid {
    padding: 0px;
    gap: 10px;
	margin-bottom: 0;
  }

  .service-card {
    width: calc(50% - 5px);
    padding: 30px 10px 90px;
  }

  .services-title {
    font-size: 48px;
  }

  .top-heading {
    padding: 15px;
  }

  .center-heading {
    font-size: 16px;
  }

  .img-circle {
    object-fit: contain;
  }

  .service-title {
    font-size: 18px;
  }

  .service-description {
    font-size: 18px;
	margin-bottom:15px;  
  }

  .industry-message .dots {
    display: none;
  }

  .industry-message .content h2 {
    font-size: 26px;
    padding: 50px 20px 0;
    margin-bottom: -2px;
  }

.industry-message .content h3.highlight { font-size: 26px; padding: 0 0px;  bottom: -59px;
left: 0;    right: 0;  max-width: 480px;   margin: 0 auto;}
.dotrightmain { padding: 0 10px;}
.customer-image img {margin: 0 auto;  width: 250px!important;height: 250px;}  
.industry-message .people { background-color: #cfccc7; padding-top: 40px;}
.site-footer {padding: 60px 0 60px;}
.industry-message {    padding: 60px 0 0;}
.customer-slider-section {padding: 60px 0;}

.customer-slider .slick-next {right: 15px!important; background-image: url(img/nuoli-oik.png)!important; width: 48px; height: 48px;  background-size: 48px!important;  background-repeat: no-repeat; top:20%; z-index: 999;}  
.customer-slider .slick-prev {left: 15px!important;background-image: url(img/nuoli-vas.png)!important; width: 48px;     height: 48px; background-size: 48px!important;  background-repeat: no-repeat;  top:20%;  z-index: 999;}
.customer-slider  .slick-prev:before, .customer-slider  .slick-next:before {display:none!important;}   
  
.post-card {  
    /*flex: 1 1 100% !important;*/  
    /*border: unset !important;*/
    /*width: 100%;*/
    padding-left: 30px !important;
    flex: 0 0 50%;
    /*scroll-snap-align: start;*/  
    min-width: 200px;
  }  

  .post-card:first-child {
    padding-left: 0px !important;    padding-top: 2rem !important;   
  }

  .custom-posts-grid {
    padding: 0;
    gap: 25px;
	display:block;
   }
   .recent-post-section{ padding: 60px 0;}
   .post-card {    
   padding-left: 0 !important;  
        width: 100% !important;
        border-left: none !important;
        border-top: 2px dotted #006778;
        padding-top: 2rem;
        margin-bottom: 2rem;
    }
    .post-card:before {
        display: none;
    }
  .customer-content {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 30px;
  }

  .customer-title {
    font-size: 24px;
  }

  .customer-group {
    font-size: 36px;
  }


  .image-block.large-rect .img-full {
    height: auto;
  }


  .ajankohtaista-layout-section {
    padding: 40px 20px;
  }

  .ajankohtaista-title {
    font-size: 38px;
  }
  .yhteydenotto-title {
    font-size: 38px;
  }

  .featured-post {
    flex-direction: column;
    gap: 0;
  }
  
 .featured-post .meta {margin-top: 0.75rem; }
 .featured-post .featured-post-excerpt {margin-top: 1.75rem; font-size: 18px;}
.featured-post-title a{font-size: 18px;} 
 .featured-post .thumb {    width: 100%;} 
 .featured-post { margin-bottom:1rem;}
 
 .meta {width: 100%; align-self: center;}
  
  .grid-posts {
    gap: 0 20px;
  }

  .grid-item {
    width: calc(50% - 10px);
    padding: 20px 0;
  }

  .date {
    font-size: 18px;
    line-height: 1.2;
  }

  .grid-item .post-expert {
    font-size: 18px;  
  }

  .grid-item .post-title {
    font-size: 18px;
  }

  .single-post-container .post-title { 
    font-size: 28px;
  }

  .additional-quotes-container {
    padding: 80px 10px;
  }

  .quotes-content p {
    font-size: 28px;
  }

  .additional-desc p,
  .single-post-container .post-content {
    padding: 0 40px;
    font-size: 18px;
  }

  .single-post-container .post-excerpt {
    font-size: 22px;
  }

  .single-post-container {
    padding: 0 0 30px;
    width: 100%;
  }

  .single-post-container .post-featured-image {
    padding: 0 20px;
  }

  .adjust-content-width {
    width: 85%;
  }

  .additional-block-section {
    padding: 40px 30px;
  }

  .add-block {
    width: 90%;
    padding: 50px 30px;
  }

  .block-title {
    font-size: 20px;
  }

  .add-block li {
    font-size: 16px;
  }

  .add-block-btn {
    font-size: 18px;
  }

  .post-title a {
    font-size: 14px;
  }

  .post-meta {
    font-size: 14px;
  }

  .post-title {
    margin-bottom: unset;
    line-height: 1;
  }
  
 .recent-post-section .post-title {  margin: 1.5rem 0 1.5rem;}

  .post-excerpt {
    font-size: 18px;
  }

  .all-post-btn-link {
    font-size: 18px;
  }
  

  
  .single-post-container .post-featured-image img {
      height: auto;
  }
  
  .expertise-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .expertise-text {
    width: 100%;
    order: 2;
    }
    
    .expertise-image {
         width: 100%;
    }
    
    .team-member {
        width: calc(50% - 5px);
    }
    
    .member-phone a, .member-email a {
            word-wrap: break-word;
                    font-size: 18px;
    }
    .member-description {
         word-wrap: break-word;
                 font-size: 18px;
    }
    .power-of-network-section {
        width: 100%;
    }
    
    .yhteydenotto-container {
        padding: 20px;
    }
    
    .expertise-image img {
    height: 100%;
}
.member-role {
    font-size: 16px;
    line-height: 1.2;
}
.member-name {
    font-size: 16px;
}
.network-heading {
    font-size: 32px;
}
.network-description {
    font-size: 15px;
}
/*.logo-gallery {*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*}*/
.services-list {
        padding: 40px;
}
.services-items ul li {
    padding-left: 0px;
}
.services-items ul {
    padding-left: 20px;
}
.team-members {
    gap: 0 10px;
}
.set-content-width {
    width: 100%;
    padding: 0 20px 80px;
}
.single-post-services-container .post-title {
    font-size: 28px;
}
.single-post-services-container .post-excerpt {
    font-size: 22px;
}
.single-post-services-container .post-featured-image {
    padding: 0 20px;
}
.single-post-services-container .post-content {
    padding: 0px;
    font-size: 18px;
}
.single-post-services-container .post-excerpt { width: 100%!important;}  
.company-privacy-btn {
    font-size: 14px;
}
.form-details {
    padding: 20px;
        margin: 0;
        
}
.form-title {
    font-size: 20px;
}
.form-description {
    font-size: 18px;
}
.cf-form input[type="text"], .cf-form input[type="tel"], .cf-form input[type="email"] {
    font-size: 18px;
}
.cf-form input[type="submit"] {
    font-size: 18px;
}
.recent-services-posts {
    width: 85%;
}
.service-post-title a {
    font-size: 16px;
}
.service-post-excerpt {
     font-size: 18px;
}
.services-post-btn-link {
    font-size: 16px;
}
.services-posts-columns {
    padding: 0 0px;
    overflow-x: scroll;
    gap: 25px;
}
.service-post-title {
    min-height: 50px;  
    margin-bottom: 0;
}
.footer-btn-two {
    flex-direction: column;
	align-items: center;  
}
.bottom-content .image-block .img-circle {
        width: 100%;
   /* height: 140px; */
} 
.single-post-services-container .post-featured-image img {
    height: auto;
}
.featured-post .thumb img {
    height: 300px;
}
.featured-post-title {
    font-size: 18px;
	font-weight: 600; 
  }
  .yhteydenotto-layout-section {
      padding: 40px 0 60px;
  }
  .company-gallery {
      grid-template-columns: repeat(1, 1fr);
      align-self: center;
  }
  .company-info-section {
      width: 100%;
  }
  .expertise-title {
      font-size: 24px;
      width: 100%;  
  }
  .grid-item .post-expert p {
  word-break: break-word;
}
.services-items {
    font-size: 18px;
}
.expertise-description {
     font-size: 18px;
}
.nav-links a {
    color: #7cffb2;
}
.page-title {
    font-size: 16px;  
}
.page-excerpt {
    font-size: 18px; 
}


.thumb.thumbbg {
    background-size: contain !important;
    min-height: 580px;
background-position: center center;} 
.single-post-services-container {
        width: 100%;
    }

}
@media (max-width: 991px) {
.sepline{ display:none!important;}
.slick-next {right: 15px!important; z-index:99;}
.slick-prev{left: 15px!important; z-index:99;} 	
.site-branding {  flex-wrap: wrap;  background-image: unset; }	
.menu-toggle {  display: block;    width: 40px; text-align: end;    font-weight: 900; color: #1d636c;
height:40px; border-radius: 0;  padding: 0;}
.main-navigation ul { display: none; flex-direction: column; gap: 1em; padding: 1em;}

  
  .main-navigation { width: 100% !important;   position: relative; z-index: 999;}
  .main-navigation ul ul.sub-menu {position: static; display: none !important;}
  .main-navigation.active .menu {display: flex;   background: #1d636c;   width: 100%;  border-radius: 25px;padding: 25px 30px; }  
span.arrownav svg { fill: #7cffb2;}		
span.arrownav { display: block; position: absolute; right: 0;  top: -2px;  height: 20px;}	
.menu-item-has-children.open .sub-menu { min-width: 260px;  padding: 20px 5px 0 10px !important;     display: block !important; } 
.menu-item-has-children.open .arrownav {transform: rotate(180deg);}	

.mobilenewsletter{ display:block; width:100%;}
.desktopnewsletter { display:none;}
.mobilenewsletter a {  text-align: center;}
.divlogo {width: calc(100% - 55px)!important; margin-right: 15px;}
.menu-toggle .line { width: 100%;  height: 5px;  background-color: #1d636c;  display: flex;
    margin: 5px 0; max-width: 100%; flex-flow: column;}
button.menu-toggle.closeicon {background-image: url(img/closeicon.png); background-size: 32px;background-position: center;   background-repeat: no-repeat;}   
.menu-toggle.closeicon .line { display:none!important;}
  .navbar {    padding: 20px;  }
    .menu-primary-menu-container { background: #faf9f7;  width: 100%;  position: absolute;  top: 0; }  
.nav-links a { color: #7cffb2; } 
.nav-links .menu-item a { padding:0;}      
.partner-logo{ max-width:75%!important; margin:0 auto;} 
.set-content-width {width: 100%;}
.large-rect,  .right-content {    max-width: 100%;    width: 100%;  }
.right-content {    gap: 10px;  }
.top-content {    gap: 10px;  }
.bottom-content {  flex-direction: row;    align-items: center;    gap: 10px; align-items: stretch;}
.description {    padding: 15px;	align-items: center;  }
.description p {    font-size: 18px;  }  
 
}  

@media screen and (min-width: 991px) { 
.newsletter-btn { width:198px!important;}     
.bannerdescription {align-items: center;}
.flex-container.flexbanner {align-items: stretch;}
.post-featured-image.palkkausfeaturedimage{ margin-top: 105px;}
.services-layout-section { padding: 60px 0 120px;}
.customerv1 {margin: 9px 0 18px;}  
.logo.divlogo{ margin-top: -10px;} 
}   

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.top-heading {	padding: 15px 30px;}
	.description{padding: 15px 30px;}
	.flexbanner .center-heading {    font-size: 24px;}
	.flexbanner .description p{    font-size: 18px;}
} 
 

@media screen and (min-width: 991px) and (max-width: 1280px) {
.nav-links a {  font-size: 15px;}
.newsletter-btn {font-size: 13px;}   
ul#primary-menu{gap: 10px;}
} 

@media (max-width: 600px) { 
.single-post-container .post-title {font-size: 24px;} 
.services-title {font-size: 36px;}  
.grid-posts {display: block; }
.team-members{     display: block;}	
.team-member {width: 100%;}
.grid-item {width: 100%;}
.description p {    font-size: 12px;} 
.service-card { width:100%;}  
.customer-image img { width: 130px!important;   height:130px;}
.customer-slider .slick-next, .customer-slider .slick-prev {top: 10%; width: 32px;    height: 32px;        background-size: cover !important;}
.customer-slider .slick-prev{left: 20px !important;}
.customer-slider .slick-next{right: 20px !important;} 
.customer-content{ gap: 10px;} 
.customer-slider-section {padding: 30px 0;}
.customer-content .customer-description:empty {  display: none;}
.customer-slider-wrapper .slick-dotted.slick-slider{    margin-bottom: 50px;}
.customer-slider-wrapper .slick-dots {bottom: -50px;}  
.member-phone{bottom: 45px;}
.grid-item .thumb img { width:100%;}  

}


@media (max-width: 440px) {
.thumb.thumbbg { min-height: 320px;} 
}  


