@charset "UTF-8";
/*!
Theme Name: Inpipe 2023
Theme URI: http://underscores.me/
Author: Lennandia Advertising
Author URI: https://lennandia.com
Description: Custom made theme for Inpipe
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inpipe2023
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Inpipe 2023 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.has-inpipe-purple-color {
  color: #6455a0 !important;
}

.has-inpipe-blue-color {
  color: #092737 !important;
}

.has-inpipe-yellow-color {
  color: #c8c85b !important;
}

.has-inpipe-green-color {
  color: #64b33d !important;
}

/* OFL Lexend

Copyright 2018 The Lexend Project Authors (https://github.com/googlefonts/lexend), with Reserved Font Name “RevReading Lexend”.

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded, 
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
*/
@font-face {
  font-family: "Lexend";
  font-weight: 100;
  src: url("/wp-content/themes/inpipe2023/fonts/Lexend-Light.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  font-weight: 400;
  src: url("/wp-content/themes/inpipe2023/fonts/Lexend-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  font-weight: 500;
  src: url("/wp-content/themes/inpipe2023/fonts/Lexend-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
/* ---- END OFL LEXEND ----- */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
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: monospace, monospace;
  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: monospace, monospace;
  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: inherit;
  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: #092737;
  font-family: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}

h2, h3 {
  font-size: 20px;
  line-height: 28px;
}
h2.extrastor, h3.extrastor {
  font-size: 45px;
  line-height: 56px;
}
h2.line-purple, h3.line-purple {
  border-bottom: 1px solid #6455a0;
  display: inline-block;
  padding-bottom: 6px;
}
h2.line-yellow, h3.line-yellow {
  border-bottom: 1px solid #c8c85b;
  display: inline-block;
  padding-bottom: 6px;
}

.form h2, .form h3, .wp-block-cover h2, .wp-block-cover h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 0.6em;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
}

@media screen and (min-width: 1030px) {
  h1 {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 0.3em;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h2.extrastor {
    font-size: 60px;
    line-height: 78px;
  }
  h2.line-purple {
    padding-bottom: 10px;
  }

  h3 {
    font-size: 28px;
    line-height: 35px;
  }

  .form h2, .form h3, .wp-block-cover h2, .wp-block-cover h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1260px) {
  h2.extrastor {
    font-size: 70px;
    line-height: 88px;
  }
}
body {
  font-weight: 100;
}

p {
  margin-bottom: 1.5em;
}

strong {
  font-weight: 400;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

@media screen and (min-width: 1030px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 1.1rem;
  }
  body .entry-content > p:nth-child(2),
button .entry-content > p:nth-child(2),
input .entry-content > p:nth-child(2),
select .entry-content > p:nth-child(2),
optgroup .entry-content > p:nth-child(2),
textarea .entry-content > p:nth-child(2) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1030px) {
  body .entry-content > p:nth-child(2),
button .entry-content > p:nth-child(2),
input .entry-content > p:nth-child(2),
select .entry-content > p:nth-child(2),
optgroup .entry-content > p:nth-child(2),
textarea .entry-content > p:nth-child(2) {
    margin-left: 100px;
  }
}
/* Elements
--------------------------------------------- */
.dolj-mobil {
  display: none;
}

.wp-block-buttons.is-content-justification-center {
  display: flex;
}

#quickup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #c8c85b;
  cursor: pointer;
  z-index: 100000000;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
#quickup.visible {
  opacity: 1;
}
#quickup::after {
  content: "";
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  width: 20px;
  height: 20px;
  transform: rotate(-135deg);
  position: absolute;
  top: 15px;
}

.wp-block-image figure.aligncenter {
  text-align: center;
}
.wp-block-image figcaption {
  margin-top: 32px;
}
.wp-block-image figcaption a {
  text-decoration: none;
  color: #c8c85b;
}

.centered-text-box p {
  height: 100%;
  display: flex;
  align-items: center;
}

.rings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  height: 100%;
  padding-top: 75px;
}
.rings a.ring {
  color: #FFFFFF;
  text-decoration: none;
  border: 0px solid #c8c85b;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 100%;
  text-align: center;
  max-width: 150px;
  max-height: 150px;
  width: calc(41vw - 38px);
  height: calc(41vw - 38px);
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.rings a.ring h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}
.rings a.ring p {
  display: none;
}

.section_one, .section_two, .section_three, .section_four, .section_five, .section_six, .section_seven, .section_eight, .section_nine, .form, .section_ten, .section_eleven, .site-info {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  scroll-behavior: smooth;
}

.section_one .wp-block-group__inner-container {
  padding: 25vh 24px 0;
}
.section_one .wp-block-group__inner-container hr.medium {
  margin: 0 auto;
}

.section_two .wp-block-group__inner-container, .section_three .wp-block-group__inner-container, .section_four .wp-block-group__inner-container {
  padding: 90px 24px 0;
}
.section_two .wp-block-group__inner-container h2, .section_three .wp-block-group__inner-container h2, .section_four .wp-block-group__inner-container h2 {
  font-size: 30px;
  line-height: 38px;
}

.section_five .wp-block-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.section_five .wp-block-column:nth-child(1), .section_eleven .wp-block-column:nth-child(1) {
  padding: 0 24px;
}
.section_five .wp-block-column:nth-child(1) .wp-block-group__inner-container, .section_eleven .wp-block-column:nth-child(1) .wp-block-group__inner-container {
  height: 50vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}
.section_five h2, .section_eleven h2 {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}
.section_five p, .section_eleven p {
  text-align: center;
}
.section_five .wp-block-cover, .section_eleven .wp-block-cover {
  min-height: 50vh;
}
.section_five video, .section_eleven video {
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.section_five.visible video, .section_eleven.visible video {
  opacity: 1;
}

.section_six h2 {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}
.section_six p {
  text-align: center;
}
.section_six .wp-block-column {
  max-height: 50vh;
}
.section_six .wp-block-column:nth-child(2) {
  padding: 0 32px;
  margin-bottom: 25px;
}
.section_six .wp-block-column .wp-block-group__inner-container {
  height: 50vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.section_six.visible .rings a.ring {
  border-width: 1px;
}

.section_seven.wp-block-group.truck {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_seven.wp-block-group.truck figure {
  margin-top: 0;
}

.section_eight .wp-block-group__inner-container {
  padding: 0 !important;
}
.section_eight .wp-block-group__inner-container h2 {
  padding: 80px 32px 0;
}
.section_eight .wp-block-group__inner-container .slides {
  margin-top: 0;
  display: flex;
  padding: 0 32px 32px;
  gap: 12px;
  overflow-x: scroll;
}
.section_eight .wp-block-group__inner-container .slides .case {
  min-width: calc(100vw - 78px);
}

.section_nine .wp-block-cover {
  min-height: 40vh;
  margin-bottom: 0;
}
.section_nine .wp-block-column:nth-child(2) {
  padding: 0 24px;
  height: 50vh;
}
.section_nine .wp-block-column:nth-child(2) .wp-block-group__inner-container {
  height: 50vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.section_nine h2 {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin-top: 0;
}
.section_nine p {
  text-align: center;
}

.section_eleven {
  background-color: #eff2f2;
}
.section_eleven img {
  opacity: 0.2;
}

.full-height {
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  z-index: 1000;
  position: relative;
  margin-bottom: 0 !important;
}
.full-height .wp-block-cover {
  margin-bottom: 0;
}
.full-height figure.wp-block-video {
  overflow: hidden;
  margin: 0;
  height: 50vh;
  width: 100%;
  position: relative;
}
.full-height figure.wp-block-video video {
  height: 50vh;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-background .wp-block-group__inner-container {
  overflow-x: clip;
  overflow-y: clip;
}

.scrollable-video, .video-frames {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  height: 0px;
  margin: 0;
}
.scrollable-video video, .scrollable-video #inpipe-frames, .video-frames video, .video-frames #inpipe-frames {
  width: 100vw;
  height: 177.77777778vw;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  left: 50vw;
  top: -50vh;
  transform: translate(-50%, -50%);
  z-index: 100000;
}

.gmaps-accept-cookies {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gmaps-accept-cookies.dark {
  background-color: #092737;
  color: #FFFFFF;
  padding: 24px;
}

.hidden-small {
  display: none;
}

.cky-notice .cky-title {
  font-weight: 400;
}

.case-wrap {
  margin-top: 50px;
}
.case-wrap .case-img {
  height: 60vw;
  max-height: 50vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.case-wrap h3 {
  margin-bottom: 0;
}
.case-wrap p {
  margin-bottom: 12px;
}
.case-wrap a {
  color: #092737;
  text-decoration: none;
  margin-bottom: 32px;
  display: block;
  text-align: right;
}
.case-wrap a::after {
  content: " >";
  color: #c8c85b;
}
.case-wrap a:visited {
  color: #092737;
}
.case-wrap.slides .case-wrap-inner {
  background-color: #FFFFFF;
  color: #092737;
  padding: 6px 21px 1px;
}

.wp-block-file {
  margin-bottom: 24px;
}
.wp-block-file a {
  color: #092737;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: end;
}
.wp-block-file a::before {
  content: url("/wp-content/themes/inpipe2023/images/download.svg");
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: bottom;
  float: left;
}

.cirkel {
  border: 1px solid #64b33d;
  height: 89vw;
  width: 89vw;
  padding: 0 !important;
  max-width: 505px;
  max-height: 505px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gmaps {
  height: 100%;
  min-height: 400px;
}

.min-height-200 {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact h2 {
  margin-bottom: 0;
}
.contact h4 {
  color: #c8c85b;
  font-weight: 100;
  margin: 0;
}
.contact p:first-of-type {
  margin-bottom: 0;
}
.contact p:last-of-type {
  margin-top: 0;
}
.contact p span {
  color: #c8c85b;
}
.contact a {
  color: #092737;
  text-decoration: none;
}

.product {
  text-align: center;
  margin-bottom: 70px;
}
.product h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.product p {
  margin-top: 5px;
}

.product_img_wrap {
  width: 236px;
  height: 236px;
  padding: 4px;
  border: 1px solid #64b33d;
  margin: 12px auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_image {
  height: 220px;
  width: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}

.has-inpipe-blue-background-color {
  background-color: #092737;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

.material, .data {
  margin-bottom: 75px;
}
.material h2, .data h2 {
  border-bottom: 2px solid #c8c85b;
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.material p:first-of-type, .data p:first-of-type {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 12px;
}
.material p:nth-child(even), .data p:nth-child(even) {
  border-bottom: 1px solid #e6e9ea;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.data p {
  width: 33%;
}
.data p:first-of-type {
  margin-top: 0;
}
.data p:nth-child(even), .data p:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}
.data .material_row {
  max-width: 1100px;
  display: flex;
  gap: 12px;
  font-size: 75%;
  border-bottom: 1px solid #e6e9ea;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.data .material_row.titles {
  font-weight: 500;
  font-size: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid;
}

.material_row:last-of-type p:last-of-type {
  border-bottom: none;
  margin-bottom: 24px;
}

.wp-block-button .wp-block-button__link {
  font-size: initial;
}
.wp-block-button.is-style-inpipe-purple-button a {
  background-color: transparent;
  border: 1px solid #6455a0;
  padding: 8px 18px 10px;
}
.wp-block-button.is-style-inpipe-yellow-button a {
  background-color: transparent;
  border: 1px solid #c8c85b;
  padding: 8px 18px 10px;
}
.wp-block-button.is-style-inpipe-green-button a {
  background-color: transparent;
  border: 1px solid #64b33d;
  padding: 8px 18px 10px;
}

.has-inpipe-blue-background-color a {
  color: #FFFFFF !important;
}
.has-inpipe-blue-background-color a:visited, .has-inpipe-blue-background-color a:active {
  color: #FFFFFF !important;
}

.wp-block-columns.product {
  margin-bottom: 70px;
}
.wp-block-columns.product p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-columns.has-inpipe-blue-background-color {
  margin: 0 -38px;
}
.wp-block-columns .wp-block-column.has-inpipe-blue-background-color {
  margin: 0 -32px;
  padding: 32px;
}
.wp-block-columns .wp-block-column .attribute_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e9ea;
  padding: 15px 0;
  max-width: 390px;
}
.wp-block-columns .wp-block-column .attribute_row:last-of-type {
  border-bottom: none;
}
.wp-block-columns .wp-block-column .attribute_row p {
  font-size: 18px;
  margin: 0;
}
.wp-block-columns .wp-block-column .attribute_row .yes {
  width: 30px;
  height: 24px;
  display: block;
  border-bottom: 1px solid #64b33d;
  border-left: 1px solid #64b33d;
  transform: rotate(-45deg) scale(1.1, 0.85);
  position: relative;
  bottom: 8px;
}
.wp-block-columns .wp-block-column .attribute_row .no {
  width: 39px;
  height: 39px;
  display: block;
  border-bottom: 1px solid #092737;
  transform: rotate(40deg);
  position: relative;
  left: 16px;
  bottom: 12px;
  margin-top: -7px;
  margin-bottom: -3px;
}
.wp-block-columns .wp-block-column .attribute_row .no::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 39px;
  display: block;
  top: 16px;
  left: -19px;
  border-bottom: 1px solid #092737;
  transform: rotate(-80deg);
}
.wp-block-columns .wp-block-video.alignfull {
  margin: 0 -32px;
}

.wp-block-cover {
  margin-bottom: 16px;
}
.wp-block-cover.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
  padding: 1px 32px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container p.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.truck {
  padding-bottom: 33px;
  padding-top: 0;
  margin-top: 80px;
  text-align: center;
}
.wp-block-group.truck h2 {
  font-size: 30px;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-group.truck h4 {
  margin-top: -26px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
.wp-block-group.truck figure {
  margin-top: -45px;
}
.wp-block-group.truck hr {
  margin: 0 auto;
}
.wp-block-group.truck .wp-block-button {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  padding: 1px 32px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 767px) {
  .full-height figure.wp-block-video {
    height: 100%;
  }

  .products {
    display: flex;
    justify-content: space-between;
  }
  .products .product {
    max-width: 315px;
  }

  .case-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }
  .case-wrap .case {
    width: 590px;
    max-width: calc(47vw - 16px);
  }
  .case-wrap .case .case-img {
    max-height: 350px;
  }

  .section_one .wp-block-group__inner-container {
    max-width: 640px;
  }
  .section_one .wp-block-group__inner-container h1 {
    font-size: 45px;
    line-height: 52px;
  }
  .section_one .wp-block-group__inner-container hr.medium {
    max-width: 250px;
  }

  .section_two .wp-block-group__inner-container, .section_three .wp-block-group__inner-container, .section_four .wp-block-group__inner-container {
    max-width: 640px;
    padding-top: 220px;
  }
  .section_two .wp-block-group__inner-container h1, .section_three .wp-block-group__inner-container h1, .section_four .wp-block-group__inner-container h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .section_five, .section_six, .section_nine {
    background-color: #092737;
  }
  .section_five .wp-block-group, .section_six .wp-block-group, .section_nine .wp-block-group {
    max-width: 380px;
  }
  .section_five h2, .section_six h2, .section_nine h2 {
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 28px;
  }
  .section_five h2, .section_five p, .section_five hr, .section_five .wp-block-buttons, .section_six h2, .section_six p, .section_six hr, .section_six .wp-block-buttons, .section_nine h2, .section_nine p, .section_nine hr, .section_nine .wp-block-buttons {
    text-align: left;
    padding: 0 !important;
  }
  .section_five .wp-block-buttons, .section_six .wp-block-buttons, .section_nine .wp-block-buttons {
    justify-content: flex-start !important;
  }
  .section_five .wp-block-cover, .section_six .wp-block-cover, .section_nine .wp-block-cover {
    min-height: 100vh;
  }
  .section_five hr.medium, .section_six hr.medium, .section_nine hr.medium {
    margin-bottom: 32px;
  }

  .section_five .wp-block-column:nth-child(1), .section_eleven .wp-block-column:nth-child(1) {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .section_five .wp-block-column:nth-child(1) .wp-block-group__inner-container, .section_eleven .wp-block-column:nth-child(1) .wp-block-group__inner-container {
    align-items: flex-start;
  }
  .section_five.full-height figure.wp-block-video video, .section_eleven.full-height figure.wp-block-video video {
    height: 100vh;
  }

  .section_six .wp-block-column {
    min-height: 100vh;
  }
  .section_six .wp-block-column:nth-child(1) {
    display: flex;
    align-items: center;
  }
  .section_six .wp-block-column:nth-child(2) {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .section_six .wp-block-column .wp-block-group__inner-container {
    height: 100%;
    align-items: flex-start;
  }

  .rings {
    height: auto;
    justify-content: center;
    align-items: center;
    padding-top: 175px;
  }
  .rings a.ring {
    height: 215px;
    width: 215px;
    max-height: 215px;
    max-width: 215px;
    margin: 8px;
    padding: 18px;
  }
  .rings a.ring h3 {
    padding: 0 !important;
    margin-bottom: 0;
  }
  .rings a.ring p {
    display: block;
    text-align: center;
  }

  .section_seven.wp-block-group.truck {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section_seven.wp-block-group.truck hr {
    margin-left: auto;
    margin-right: auto;
  }
  .section_seven.wp-block-group.truck figure {
    text-align: center;
  }
  .section_seven.wp-block-group.truck figure img {
    max-width: 70vh;
  }
  .section_seven.wp-block-group.truck .wp-block-columns {
    flex-flow: column;
  }
  .section_seven.wp-block-group.truck .wp-block-columns .wp-block-column h4, .section_seven.wp-block-group.truck .wp-block-columns .wp-block-column h2, .section_seven.wp-block-group.truck .wp-block-columns .wp-block-column p {
    text-align: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .section_seven.wp-block-group.truck .wp-block-columns .wp-block-column p {
    max-width: 600px;
  }
  .section_seven.wp-block-group.truck .wp-block-columns .wp-block-column .wp-block-buttons:last-child {
    padding-bottom: 0;
  }
  .section_seven.wp-block-group.truck .wp-block-columns .wp-block-column .wp-block-buttons .wp-block-button {
    margin-left: auto;
    margin-right: auto;
  }

  .section_eight .wp-block-group__inner-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .section_eight .wp-block-group__inner-container h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 50px;
  }
  .section_eight .wp-block-group__inner-container .slides {
    flex-flow: row;
    overflow-x: initial;
    align-items: center;
  }
  .section_eight .wp-block-group__inner-container .slides .case {
    min-width: 300px;
    width: 33%;
    align-self: stretch;
    background-color: #FFFFFF;
  }

  .section_nine .wp-block-column:nth-child(2) {
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .section_nine .wp-block-column:nth-child(2) .wp-block-group__inner-container {
    align-items: flex-start;
  }

  .section_ten h2 {
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 28px;
  }
  .section_ten p {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_ten.wp-block-cover {
    min-height: 100vh;
  }
  .section_ten hr.medium {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 782px) {
  .dolj-mobil {
    display: block;
  }

  .cirkel {
    height: 42vw;
    width: 42vw;
  }

  .material .material_row, .data .material_row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #e6e9ea;
    padding-bottom: 8px;
  }
  .material .material_row:last-of-type, .data .material_row:last-of-type {
    margin-bottom: 42px;
    border-bottom: none;
  }
  .material .material_row:last-of-type p:last-of-type, .data .material_row:last-of-type p:last-of-type {
    margin-bottom: 0;
  }
  .material p, .data p {
    width: 50%;
  }
  .material p:nth-child(even), .data p:nth-child(even) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .data .material_row {
    font-size: 100%;
  }
  .data .material_row.titles {
    font-size: 125%;
  }
  .data p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    max-width: 300px;
  }

  .section_eleven .wp-block-group {
    max-width: 800px;
  }
  .section_eleven h2, .section_eleven p {
    text-align: left;
  }
  .section_eleven h2 {
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 28px;
  }
  .section_eleven .wp-block-cover {
    min-height: 100vh;
  }
  .section_eleven hr.medium {
    margin-bottom: 12px;
  }
  .section_eleven .wp-block-separator {
    margin-left: 24px;
  }
  .section_eleven img {
    opacity: 1;
  }

  .wp-block-columns {
    gap: 16px;
    margin-bottom: 16px;
  }
  .wp-block-columns ul {
    margin-left: 24px;
  }
  .wp-block-columns.has-inpipe-blue-background-color {
    margin: 16px 0;
    padding: 32px;
  }
  .wp-block-columns .wp-block-column.has-inpipe-blue-background-color {
    margin: 0;
    align-self: stretch;
  }
  .wp-block-columns .wp-block-column .contact h2, .wp-block-columns .wp-block-column .contact h4, .wp-block-columns .wp-block-column .contact p {
    padding: 0;
  }
  .wp-block-columns .wp-block-video.alignfull {
    margin: 0 -32px 0 0;
  }
  .wp-block-columns .wp-block-column h2, .wp-block-columns .wp-block-column h3, .wp-block-columns .wp-block-column h4, .wp-block-columns .wp-block-column p, .wp-block-columns .wp-block-column .wp-block-buttons {
    padding: 0 24px 0 24px;
  }
  .wp-block-columns .wp-block-column h2:first-child, .wp-block-columns .wp-block-column h3:first-child, .wp-block-columns .wp-block-column h4:first-child, .wp-block-columns .wp-block-column p:first-child, .wp-block-columns .wp-block-column .wp-block-buttons:first-child {
    margin-top: 0;
    padding-top: 24px;
  }
  .wp-block-columns .wp-block-column h2:last-child, .wp-block-columns .wp-block-column h3:last-child, .wp-block-columns .wp-block-column h4:last-child, .wp-block-columns .wp-block-column p:last-child, .wp-block-columns .wp-block-column .wp-block-buttons:last-child {
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .wp-block-columns .wp-block-column figure {
    margin: 0;
  }
  .wp-block-columns .wp-block-column .attribute_row p {
    padding: 0 !important;
  }
  .wp-block-columns.product {
    margin-bottom: 120px;
  }
  .wp-block-columns.product p {
    margin-left: revert;
  }
  .wp-block-columns.product .wp-block-column h2.has-text-align-center, .wp-block-columns.product .wp-block-column p.has-text-align-center {
    text-align: left;
  }
  .wp-block-columns.product .wp-block-column .wp-block-buttons.is-content-justification-center {
    justify-content: flex-start;
    padding: 0 24px;
  }

  .wp-block-group.truck {
    padding-top: 50px;
    margin-top: 50px;
    text-align: left;
  }
  .wp-block-group.truck hr {
    margin-left: 25px;
    max-width: 160px;
  }
  .wp-block-group.truck .wp-block-button {
    margin-left: 25px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1030px) {
  .scrollable-video video, .scrollable-video #inpipe-frames, .video-frames video, .video-frames #inpipe-frames {
    width: 177.77777778vh;
    height: 100vh;
  }

  .section_one {
    max-width: 50vw;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
  }
  .section_one .wp-block-group__inner-container {
    display: flex;
    flex-flow: column;
    padding: 0;
    max-width: 560px;
    height: 100vh;
    justify-content: center;
    margin-left: 0 !important;
  }
  .section_one .wp-block-group__inner-container h1 {
    font-size: 60px;
    line-height: 75px;
  }
  .section_one .wp-block-group__inner-container p {
    font-size: 20px;
  }

  .section_two .wp-block-group__inner-container h2, .section_three .wp-block-group__inner-container h2, .section_four .wp-block-group__inner-container h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 480px;
  }
  .section_two .wp-block-group__inner-container .wp-block-buttons, .section_three .wp-block-group__inner-container .wp-block-buttons, .section_four .wp-block-group__inner-container .wp-block-buttons {
    max-width: 500px;
  }

  .section_two .wp-block-group__inner-container {
    padding: 0;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 50vw;
    margin: 0 auto 0 0 !important;
  }
  .section_three .wp-block-group__inner-container, .section_four .wp-block-group__inner-container {
    padding: 0;
    max-width: 50vw;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section_three .wp-block-group__inner-container {
    margin: 0 0 0 auto !important;
  }

  .section_four .wp-block-group__inner-container {
    margin: 0 auto 0 0 !important;
  }

  .section_eleven .wp-block-separator {
    margin-left: 40px;
  }

  .material, .data {
    padding: 40px;
  }

  .hidden-large {
    display: none;
  }

  .hidden-small {
    display: block;
  }

  .case-wrap {
    margin-top: 85px;
  }

  .case .case-wrap-inner {
    padding: 0 25px;
  }
  .case .case-wrap-inner p {
    font-size: 16px;
  }

  .products .product h3 {
    margin: 48px 0 20px;
  }
  .products .product .product_img_wrap {
    width: 314px;
    height: 314px;
  }
  .products .product .product_img_wrap .product_image {
    height: 288px;
    width: 288px;
  }

  .wp-block-columns ul {
    margin-left: 40px;
  }
  .wp-block-columns .wp-block-column .contact h2 {
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .wp-block-columns .wp-block-column.stretch {
    align-self: stretch;
  }
  .wp-block-columns .wp-block-column.stretch .wp-block-cover {
    height: 100%;
  }
  .wp-block-columns .wp-block-column h2, .wp-block-columns .wp-block-column h3, .wp-block-columns .wp-block-column h4, .wp-block-columns .wp-block-column p, .wp-block-columns .wp-block-column .wp-block-buttons {
    padding: 0 40px 0 40px;
  }
  .wp-block-columns .wp-block-column h2:first-child, .wp-block-columns .wp-block-column h3:first-child, .wp-block-columns .wp-block-column h4:first-child, .wp-block-columns .wp-block-column p:first-child, .wp-block-columns .wp-block-column .wp-block-buttons:first-child {
    padding-top: 40px;
  }
  .wp-block-columns .wp-block-column h2:last-child, .wp-block-columns .wp-block-column h3:last-child, .wp-block-columns .wp-block-column h4:last-child, .wp-block-columns .wp-block-column p:last-child, .wp-block-columns .wp-block-column .wp-block-buttons:last-child {
    padding-bottom: 40px;
  }
  .wp-block-columns .wp-block-column .attribute_row {
    padding: 22px 0;
  }
  .wp-block-columns .wp-block-column .attribute_row p {
    font-size: 25px;
    line-height: 23px;
  }
  .wp-block-columns.product .wp-block-column .wp-block-buttons.is-content-justification-center {
    padding: 0 40px;
  }

  body:not(.home) .wp-block-group.truck .wp-block-buttons {
    padding-left: 0 !important;
  }

  .wp-block-group.truck h2 {
    font-size: 50px;
    line-height: 63px;
  }
  .wp-block-group.truck h4 {
    font-size: 25px;
    line-height: 31px;
  }
  .wp-block-group.truck hr {
    margin-left: 40px;
  }
  .wp-block-group.truck .wp-block-button {
    margin-left: 40px;
  }
  .wp-block-group.padding {
    padding: 0 100px;
  }
  .wp-block-group .wp-block-columns .wp-block-column:nth-child(1) p, .wp-block-group .wp-block-columns .wp-block-column:nth-child(1) h2, .wp-block-group .wp-block-columns .wp-block-column:nth-child(1) h3, .wp-block-group .wp-block-columns .wp-block-column:nth-child(1) h4 {
    padding: 0 40px 0 0;
  }
  .wp-block-group .wp-block-columns .wp-block-column:nth-child(2) p, .wp-block-group .wp-block-columns .wp-block-column:nth-child(2) h2, .wp-block-group .wp-block-columns .wp-block-column:nth-child(2) h3, .wp-block-group .wp-block-columns .wp-block-column:nth-child(2) h4 {
    padding: 0 0 0 40px;
  }

  .rings {
    padding-top: 0;
  }
}
@media screen and (min-width: 1260px) {
  .section_eleven .wp-block-separator {
    margin-left: 100px;
  }

  .rings a.ring {
    height: 300px;
    width: 300px;
    max-height: 300px;
    max-width: 300px;
  }

  .material, .data {
    padding: 40px 100px;
  }

  .case-wrap .case {
    width: 30.5vw;
    max-width: 388px;
  }
  .case-wrap .case .case-img {
    max-height: 380px;
  }

  .cirkel {
    margin-left: 93px;
  }

  .wp-block-cover {
    min-height: 590px;
  }
  .wp-block-cover.full-height {
    min-height: 100vh;
  }

  .wp-block-columns.has-inpipe-blue-background-color {
    padding: 32px 0;
  }
  .wp-block-columns .wp-block-video.alignfull {
    margin: 0;
  }
  .wp-block-columns ul {
    margin-left: 100px;
    margin-right: 55px;
  }
  .wp-block-columns .wp-block-column h2, .wp-block-columns .wp-block-column h3, .wp-block-columns .wp-block-column h4, .wp-block-columns .wp-block-column p, .wp-block-columns .wp-block-column .wp-block-buttons {
    padding: 0 100px 0 100px;
  }
  .wp-block-columns .wp-block-column h2:first-child, .wp-block-columns .wp-block-column h3:first-child, .wp-block-columns .wp-block-column h4:first-child, .wp-block-columns .wp-block-column p:first-child, .wp-block-columns .wp-block-column .wp-block-buttons:first-child {
    padding-top: 75px;
  }
  .wp-block-columns .wp-block-column h2:last-child, .wp-block-columns .wp-block-column h3:last-child, .wp-block-columns .wp-block-column h4:last-child, .wp-block-columns .wp-block-column p:last-child, .wp-block-columns .wp-block-column .wp-block-buttons:last-child {
    padding-bottom: 75px;
  }
  .wp-block-columns .wp-block-column.has-inpipe-blue-background-color {
    padding: 32px 0;
  }
  .wp-block-columns.installation .wp-block-column p:first-child {
    padding-top: 0;
  }
  .wp-block-columns.product p {
    max-width: revert;
  }
  .wp-block-columns.product .wp-block-column .wp-block-buttons.is-content-justification-center {
    padding: 0 100px;
  }

  .wp-block-group.truck {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .wp-block-group.truck hr {
    margin-left: 80px;
    max-width: 260px;
  }
  .wp-block-group.truck .wp-block-columns .wp-block-column h2, .wp-block-group.truck .wp-block-columns .wp-block-column h3, .wp-block-group.truck .wp-block-columns .wp-block-column h4, .wp-block-group.truck .wp-block-columns .wp-block-column p {
    padding: 0 80px 0 80px;
  }
  .wp-block-group.truck .wp-block-button {
    margin-left: 80px;
  }
  .wp-block-group .wp-block-columns .wp-block-column:nth-child(1) p, .wp-block-group .wp-block-columns .wp-block-column:nth-child(1) h2, .wp-block-group .wp-block-columns .wp-block-column:nth-child(1) h3, .wp-block-group .wp-block-columns .wp-block-column:nth-child(1) h4 {
    padding: 0 80px 0 0;
  }
  .wp-block-group .wp-block-columns .wp-block-column:nth-child(2) p, .wp-block-group .wp-block-columns .wp-block-column:nth-child(2) h2, .wp-block-group .wp-block-columns .wp-block-column:nth-child(2) h3, .wp-block-group .wp-block-columns .wp-block-column:nth-child(2) h4 {
    padding: 0 0 0 80px;
  }
}
body {
  background: #FFFFFF;
}

hr {
  background-color: #c8c85b;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
hr.small {
  max-width: 86px;
  margin: 0;
}
hr.medium {
  width: 178px;
  margin: 0;
}
hr.medium.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
hr.has-inpipe-purple-color {
  background-color: #6455a0 !important;
}
hr.has-inpipe-blue-color {
  background-color: #092737 !important;
}
hr.has-inpipe-yellow-color {
  background-color: #c8c85b !important;
  padding-top: 1px;
}
hr.has-inpipe-green-color {
  background-color: #64b33d !important;
}

.wp-block-separator {
  border: none;
}

@media screen and (min-width: 1030px) {
  hr.small {
    max-width: 117px;
  }
  hr.medium {
    max-width: 220px;
  }
}
ul {
  margin: 0;
  padding: 0 25px;
}
ul.menu {
  margin: 0 0 1.5em 3em;
}

ul:not(.menu, .sub-menu, .wpforms-field-required, .cky-cookie-des-table) {
  list-style: none;
}
ul:not(.menu, .sub-menu, .wpforms-field-required, .cky-cookie-des-table) li {
  position: relative;
  margin-bottom: 1.1em;
}
ul:not(.menu, .sub-menu, .wpforms-field-required, .cky-cookie-des-table) li::before {
  position: absolute;
  left: -25px;
  top: 5px;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #6455a0;
  border-radius: 100%;
}

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: 12px 0 10px;
}
figure.is-style-rounded {
  border: 1px solid #c8c85b;
  border-radius: 100%;
  padding: 9px;
  max-width: 234px;
  margin: 0 auto -15px !important;
}

.wp-block-column figure {
  margin: 25px 0 10px;
}
.wp-block-column figure.size-full img {
  width: 100%;
}

@media screen and (min-width: 782px) {
  figure.is-style-rounded {
    max-width: 380px;
  }
}
@media screen and (min-width: 1030px) {
  figure.is-style-rounded {
    padding: 19px;
    max-width: 455px;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #092737;
}
a:visited {
  color: #092737;
}
a:hover, a:focus, a:active {
  color: #c8c85b;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.wp-block-button__link {
  color: #FFFFFF;
}

/* Forms
--------------------------------------------- */
button, a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  font-weight: 100;
  background-color: transparent;
  border-radius: 50px;
  border-color: #c8c85b;
  line-height: 1;
  padding: 0.7em 2em 0.7em;
  box-shadow: inset 0 0 0 #c8c85b;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
button:hover, a.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  box-shadow: inset 0 0 0 2px #c8c85b;
}
button:active, button:focus, a.button:active, a.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 {
  box-shadow: inset 0 0 0 2px #c8c85b;
}

a.button {
  display: inline-block;
  color: #092737;
  text-decoration: none;
}
a.button:visited {
  color: #092737;
}

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: #092737;
  border: 1px solid #092737;
  border-radius: 10px;
  padding: 9px 12px 10px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #092737;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.form .wpforms-container p {
  max-width: 595px;
}
.form .wpforms-container .wpforms-field-gdpr-checkbox li {
  padding: 0 0 0 30px;
  line-height: 16px;
}
.form .wpforms-container .wpforms-field-gdpr-checkbox input[type=checkbox] {
  margin: 5px 9px 5px 5px;
  position: absolute;
  left: -3px;
}
.form .wpforms-container .wpforms-field-gdpr-checkbox input[type=checkbox]::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #092737;
  background-color: #FFFFFF;
  position: absolute;
  top: -2px;
  left: -1px;
  display: block;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.form .wpforms-container .wpforms-field-gdpr-checkbox .wpforms-selected input[type=checkbox]::before {
  border: 3px solid #092737;
  background-color: #c8c85b;
}
.form .wpforms-container .wpforms-field-label-inline {
  font-weight: 100;
  font-size: 12px;
}
.form .wpforms-container .wpforms-required-label {
  color: #092737;
}
.form .wpforms-container .wpforms-field {
  padding: 5px 0 !important;
}
.form .wpforms-container ul, .form .wpforms-container ul li {
  padding: 0;
  list-style-type: none;
}
.form .wpforms-container input[type=text],
.form .wpforms-container input[type=email],
.form .wpforms-container input[type=url],
.form .wpforms-container input[type=password],
.form .wpforms-container input[type=search],
.form .wpforms-container input[type=number],
.form .wpforms-container input[type=tel],
.form .wpforms-container input[type=range],
.form .wpforms-container input[type=date],
.form .wpforms-container input[type=month],
.form .wpforms-container input[type=week],
.form .wpforms-container input[type=time],
.form .wpforms-container input[type=datetime],
.form .wpforms-container input[type=datetime-local],
.form .wpforms-container input[type=color],
.form .wpforms-container textarea {
  font-weight: 100;
}

@media screen and (min-width: 767px) {
  .form .wpforms-container {
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
  }
  .form .wpforms-container p {
    margin-bottom: 5px;
  }
  .form .wpforms-container .wpforms-field {
    padding: 9px 0px !important;
  }
  .form .wpforms-container .wpforms-field-label-inline {
    font-size: 14px;
    line-height: 32px;
  }
  .form .wpforms-container .wpforms-submit-container {
    display: flex;
    justify-content: flex-end;
  }
  .form .wpforms-container .wpforms-field-gdpr-checkbox li {
    padding: 0 0 0 32px;
  }
  .form .wpforms-container .wpforms-field-gdpr-checkbox li input[type=checkbox] {
    margin: 5px 9px 5px 5px;
    position: absolute;
    left: -3px;
  }
  .form .wpforms-container .wpforms-field-gdpr-checkbox li input[type=checkbox]::before {
    width: 25px;
    height: 25px;
    top: -4px;
    left: -2px;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
body:not(.home) #masthead {
  background-color: #092737;
}

#masthead {
  -webkit-font-smoothing: antialiased;
  z-index: 10000;
  width: 100%;
  max-width: 1264px;
  padding: 20px 32px;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#masthead.out {
  position: fixed;
}
#masthead.out #logo-symbol {
  background-color: #092737;
}
#masthead.dark #logo-symbol {
  background-color: #092737;
}
#masthead.dark .main-navigation a {
  color: #092737;
}
#masthead.dark .menu-toggle span {
  background: #092737;
}
#masthead.faded {
  opacity: 0;
  pointer-events: none;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social {
  position: absolute;
  bottom: 27px;
  right: 32px;
  display: flex;
  gap: 20px;
}
.social a.facebook img {
  vertical-align: text-bottom;
}
.social a.linkedin img {
  vertical-align: text-bottom;
}
.social a.youtube img {
  vertical-align: middle;
}

#logo-symbol {
  z-index: 10;
  position: relative;
  width: 70vw;
  height: 42px;
  max-width: 102px;
  max-height: 17px;
  -webkit-mask: url("images/inpipe_logo.svg") no-repeat center 100%;
  mask: url("images/inpipe_logo.svg") no-repeat center 100%;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#logo-symbol a {
  height: 100%;
  width: 100%;
  display: block;
}

.main-navigation {
  display: block;
  top: -105vh;
  left: 0;
  z-index: 1;
  background-color: #c8c85b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100vw;
  position: absolute;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.main-navigation.out {
  top: 0;
}
.main-navigation .menu-main-menu-container {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
.main-navigation .menu {
  margin: 0;
  list-style-type: none;
  padding: 88px 0 0 0;
}
.main-navigation .menu ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.main-navigation .menu ul.sub-menu li {
  width: 48%;
  list-style-type: none;
  font-weight: 100;
}
.main-navigation .menu ul.sub-menu li a {
  margin: 6px 0;
}
.main-navigation .menu > li {
  position: relative;
  margin: 0 32px;
  font-size: 20px;
}
.main-navigation .menu > li.menu-item-has-children > a::after {
  content: " +";
  width: 16px;
  height: 16px;
}
.main-navigation .menu > li.contact {
  font-weight: 100;
  position: absolute;
  bottom: 27px;
}
.main-navigation a {
  display: block;
  color: #092737;
  text-decoration: none;
  margin: 20px 0;
}

/* Small menu. */
.menu-toggle {
  border: 1px solid #c8c85b;
  border-radius: 100%;
  padding: 16px 10px;
  position: relative;
  z-index: 10;
  width: 46px;
  height: 46px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 25px;
  background: #FFFFFF;
  color: #FFFFFF;
  opacity: 1;
  left: 10px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.menu-toggle span:nth-child(1) {
  top: 15px;
}
.menu-toggle span:nth-child(2) {
  top: 22px;
}
.menu-toggle span:nth-child(3) {
  top: 29px;
}
.menu-toggle.out {
  border-color: #092737;
  background-color: #c8c85b;
}
.menu-toggle.out span:nth-child(1) {
  transform: rotate(45deg);
  top: 21px;
}
.menu-toggle.out span:nth-child(2) {
  transform: rotate(-45deg);
  top: 21px;
}
.menu-toggle.out span:nth-child(3) {
  opacity: 0;
}

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

.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%;
}

@media screen and (min-width: 855px) {
  body:not(.home) .main-navigation .menu > li:hover ul.sub-menu {
    background-color: #092737;
  }

  .social {
    display: none;
  }

  .menu-toggle {
    display: none;
  }

  #masthead {
    padding: 0;
    max-width: 100%;
  }

  .header-wrap {
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-navigation {
    top: 0;
    width: calc(100% - 100px);
    background-color: transparent;
    position: relative;
  }
  .main-navigation .menu-main-menu-container {
    min-height: 80px;
  }
  .main-navigation a {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
  }
  .main-navigation .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    padding: 0;
  }
  .main-navigation .menu > li {
    margin: 0 0 0 18px;
    position: relative;
  }
  .main-navigation .menu > li:first-of-type {
    margin: 0 0 0 5px;
  }
  .main-navigation .menu > li.menu-item-has-children:hover {
    border-bottom: 1px solid #c8c85b;
  }
  .main-navigation .menu > li.menu-item-has-children > a::after {
    width: 10px;
    height: 10px;
  }
  .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li .current_page_item > a {
    color: #c8c85b;
    border-bottom: 1px solid #c8c85b;
  }
  .main-navigation .menu > li.current-page-parent ul li.current_page_item a {
    color: #c8c85b;
    border-bottom: none;
  }
  .main-navigation .menu > li.current-page-parent > a {
    color: #c8c85b;
  }
  .main-navigation .menu > li.contact {
    position: relative;
    bottom: 0;
  }
  .main-navigation .menu ul.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 16px 0 0 20px;
    top: 24px;
    left: 30px;
    border-left: 1px solid #c8c85b;
  }
  .main-navigation .menu ul.sub-menu li {
    color: #FFFFFF;
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .main-navigation .menu > li:hover ul.sub-menu {
    display: block;
    min-width: 130px;
  }
}
@media screen and (min-width: 1030px) {
  #logo-symbol {
    max-width: 150px;
    max-height: 25px;
  }

  .main-navigation a {
    font-size: 16px;
  }
  .main-navigation .menu > li {
    margin: 0 0 0 24px;
  }
}
/* Posts and pages
--------------------------------------------- */
body.home {
  background-color: #092737;
  color: #FFFFFF;
}
body.home .site-main {
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  max-height: 100vh;
}

body.privacy-policy .entry-content .entry-header {
  margin-left: 0 !important;
}

body:not(.home) .entry-content {
  padding: 1px 32px;
  overflow: hidden;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.landing-space {
  height: 50px;
}

.site-main {
  margin-top: 86px;
}

.sticky {
  display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-content p,
.entry-content p,
.entry-summary p {
  max-width: 700px;
}

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

.landing {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: max(37vh, 250px);
}

.site-footer {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  background-color: #092737;
  color: #FFFFFF;
}
.site-footer .site-info {
  padding: 45px 32px;
}
.site-footer .site-info h4 {
  border-bottom: 1px solid #c8c85b;
  display: inline-block;
  margin: 12px 0 0;
  padding-bottom: 10px;
}
.site-footer .site-info a, .site-footer .site-info a:hover, .site-footer .site-info a:active, .site-footer .site-info a:visited {
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 16px;
}
.site-footer .site-info p {
  margin-top: 0;
}
.site-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.site-footer .footer-columns .footer-column {
  width: calc(60% - 6px);
}
.site-footer .footer-columns .footer-column:nth-child(even) {
  width: 30%;
}
.site-footer .form {
  background-color: #FFFFFF;
  color: #092737;
  padding: 0 32px 50px;
}
.site-footer .form h3 {
  width: 265px;
  position: relative;
}
.site-footer .form h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 46px;
  height: 46px;
  background-image: url("images/skicka.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .inner-wrap {
  display: flex;
  flex-flow: column;
  padding: 16px 0;
}
.site-footer #logo-symbol {
  margin-bottom: 30px;
  z-index: 1;
}
.site-footer .iso-certs {
  margin-top: 12px;
}
.site-footer .iso-certs img {
  max-width: 75px;
  margin-right: 8px;
}

@media screen and (min-width: 855px) {
  .site-main {
    margin-top: 80px;
  }

  .site-footer .site-info {
    max-width: 1264px;
    padding: 92px 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .site-info h4 {
    margin: 0;
  }
  .site-footer .links_logo {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  .site-footer .footer-columns {
    width: 100%;
  }
  .site-footer .footer-columns .footer-column, .site-footer .footer-columns .footer-column:nth-child(even) {
    width: 23%;
  }
  .site-footer .footer-columns .footer-column:nth-last-of-type, .site-footer .footer-columns .footer-column:nth-child(even):nth-last-of-type {
    width: 18%;
  }
}
@media screen and (min-width: 767px) {
  body.home .site-footer .form {
    padding: 120px 32px 50px;
  }
}
@media screen and (min-width: 782px) {
  body:not(.home) .entry-content {
    overflow: visible;
  }
}
@media screen and (min-width: 1030px) {
  body.page-id-31 .landing {
    background-position-y: -80px;
  }

  body:not(.home) .entry-content .entry-header {
    margin-left: 100px;
  }

  .landing {
    height: max(42vh, 408px);
  }

  .site-footer {
    font-size: 18px;
  }
  .site-footer .iso-certs img {
    max-width: 120px;
    margin-right: 32px;
  }
  .site-footer .form {
    padding: 55px 32px 80px;
  }
  .site-footer .form h3 {
    width: 345px;
  }
  .site-footer .form h3::after {
    width: 60px;
    height: 60px;
  }
}
/* 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;
}

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