/*!
Theme Name: Velte
Theme URI: http://underscores.me/
Author: BSW
Author URI: https://bsidework.com
Description: Velte theme / Velte
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: velte
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.

Velte 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

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

.h1 {
  font-size: 2.5rem; }
  @media (max-width: 37.5em) {
    .h1 {
      font-size: 1.875rem; } }

.h2 {
  font-size: 2rem; }
  @media (max-width: 37.5em) {
    .h2 {
      font-size: 1.5rem; } }

.h3 {
  font-size: 1.5rem; }
  @media (max-width: 37.5em) {
    .h3 {
      font-size: 1.125rem; } }

.h4 {
  font-size: 1.25rem; }
  @media (max-width: 37.5em) {
    .h4 {
      font-size: .875rem; } }

.bold {
  font-weight: 500; }

.red {
  color: #e44d42; }

.white {
  color: #fff; }

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: "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%; }

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  background: #fff; }

/* Colors */
.primary {
  color: #292031; }

.secondary {
  color: #f8b3c2; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }
  @media (max-width: 37.5em) {
    ul,
    ol {
      margin: 0 0 1em .5em; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }
  @media (max-width: 37.5em) {
    li > ul,
    li > ol {
      margin-left: .5em; } }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }
  @media (max-width: 37.5em) {
    dd {
      margin: 0 1em 1em; } }

/* 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: #404040;
  transition: all .2s ease-in-out;
  text-decoration: none; }
  a:visited {
    color: #404040; }
  a:hover, a:focus, a:active {
    color: #000;
    transition: all .2s ease-in-out;
    text-shadow: 0.15px 0 0 #000, -0.15px 0 0 #000; }
  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: #fff;
  border-radius: 3px;
  background: #fff;
  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; }

.cta-button {
  display: block;
  padding: 7px 24px;
  text-decoration: none;
  border-radius: 10px;
  transition: all .2s ease-in-out;
  background: #fff;
  color: #404040;
  max-width: fit-content;
  border: 1px solid transparent; }
  .cta-button.cta-green {
    background: #e44d42;
    color: #fff; }
    .cta-button.cta-green:hover {
      background: #e44d42;
      color: #fff; }
  .cta-button:hover {
    background: #e44d42;
    color: #fff; }

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

.relative {
  position: relative; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Small menu. */
.main-navigation {
  display: flex;
  width: 100%;
  justify-content: end; }
  @media (max-width: 61.25em) {
    .main-navigation {
      position: fixed;
      top: 76px;
      z-index: 19;
      height: 100%;
      right: -500px;
      transition: right .2s; } }
  @media (max-width: 61.25em) {
    .main-navigation.open {
      right: 0; } }
  .main-navigation > [class^="menu-"] {
    height: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    gap: 2rem; }
    @media (max-width: 61.25em) {
      .main-navigation ul#primary-menu {
        display: flex;
        height: 100%;
        margin: 0;
        min-width: 340px;
        flex-direction: column;
        background: #fff;
        gap: 0; } }
    @media (max-width: 61.25em) {
      .main-navigation ul#primary-menu > li > a {
        border-bottom: 1px solid #4040401f; } }
    .main-navigation ul li a {
      padding: 2rem 0;
      transition: all .2s ease-in-out;
      color: #fff; }
      @media (max-width: 61.25em) {
        .main-navigation ul li a {
          color: #404040;
          padding: 12px;
          font-size: .875rem; } }
      .main-navigation ul li a:hover, .main-navigation ul li a:focus, .main-navigation ul li a:active {
        transition: all .2s ease-in-out;
        text-shadow: 0.15px 0 0 #fff, -0.15px 0 0 #fff; }
    .main-navigation ul li:hover > ul {
      left: auto; }
    .main-navigation ul ul {
      display: flex;
      flex-direction: column;
      gap: 0; }
      .main-navigation ul ul li {
        margin: 0; }
        .main-navigation ul ul li a {
          padding: 1rem;
          -webkit-transition: all 0.15s ease-in !important;
          -o-transition: all 0.15s ease-in !important;
          transition: all 0.15s ease-in !important; }
        .main-navigation ul ul li:hover > ul {
          left: auto; }
    .main-navigation ul .menu-item-has-children > a {
      position: relative; }
      @media (min-width: 61.25em) {
        .main-navigation ul .menu-item-has-children > a {
          padding-right: 12px;
          -webkit-transition: all 0.15s ease-in !important;
          -o-transition: all 0.15s ease-in !important;
          transition: all 0.15s ease-in !important; }
          .main-navigation ul .menu-item-has-children > a:hover::before {
            transform: rotate(180deg);
            -webkit-transition: all 0.15s ease-in !important;
            -o-transition: all 0.15s ease-in !important;
            transition: all 0.15s ease-in !important; } }
      .main-navigation ul .menu-item-has-children > a::before {
        position: absolute;
        content: '';
        background: url("https://biopsychosomatyka.pl/wp-content/themes/bio/img/chevron-down.svg");
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
        right: 18px; }
        @media (min-width: 61.25em) {
          .main-navigation ul .menu-item-has-children > a::before {
            right: 0;
            left: calc(100% - 12px);
            background: url("https://biopsychosomatyka.pl/wp-content/themes/bio/img/chevron-down-white.svg"); } }
      .main-navigation ul .menu-item-has-children > a.active::before {
        transform: rotate(180deg); }
    .main-navigation ul .menu-item-has-children > ul.sub-menu {
      display: none;
      -webkit-transition: all 0.15s ease-in !important;
      -o-transition: all 0.15s ease-in !important;
      transition: all 0.15s ease-in !important; }
      .main-navigation ul .menu-item-has-children > ul.sub-menu.active {
        display: block;
        -webkit-transition: all 0.15s ease-in !important;
        -o-transition: all 0.15s ease-in !important;
        transition: all 0.15s ease-in !important;
        background-color: #f7f7f7; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation .menu-icon_open {
    display: none;
    transition: all 0.15s ease-in !important; }
  .main-navigation .menu-icon_closed {
    display: block;
    transition: all 0.15s ease-in !important; }

.site-main .comment-navigation {
  margin: 0 0 1.5em; }
.site-main .posts-navigation {
  margin: 0 0 1.5em; }
.site-main .post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.posts-navigation .nav-links {
  display: flex; }
.posts-navigation .nav-previous {
  flex: 1 0 50%; }
.posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.post-navigation .nav-links {
  display: flex; }
.post-navigation .nav-previous {
  flex: 1 0 50%; }
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

@media screen and (min-width: 61.25em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; }
    .main-navigation ul ul {
      background: #e44d42; }
    .main-navigation ul > .menu-item-type-custom.menu-item-has-children {
      transition: all 0.15s ease-in !important; }
      .main-navigation ul > .menu-item-type-custom.menu-item-has-children:hover {
        transition: all 0.15s ease-in !important; }
        .main-navigation ul > .menu-item-type-custom.menu-item-has-children:hover a > svg {
          transform: rotate(180deg);
          transition: all 0.15s ease-in !important; }
      .main-navigation ul > .menu-item-type-custom.menu-item-has-children > a {
        display: flex;
        align-items: center;
        gap: 7px;
        color: #fff;
        transition: all .2s ease-in-out; }
        .main-navigation ul > .menu-item-type-custom.menu-item-has-children > a:hover, .main-navigation ul > .menu-item-type-custom.menu-item-has-children > a:focus, .main-navigation ul > .menu-item-type-custom.menu-item-has-children > a:active {
          transition: all .2s ease-in-out;
          text-shadow: 0.15px 0 0 #fff, -0.15px 0 0 #fff; }
      .main-navigation ul > .menu-item-type-custom.menu-item-has-children > ul {
        position: absolute;
        background: #e44d42;
        display: none;
        opacity: 0;
        transition: all 0.15s ease-in !important; }
        .main-navigation ul > .menu-item-type-custom.menu-item-has-children > ul > li .submenu-title_wrap {
          display: grid;
          grid-template-columns: 20px 1fr;
          align-items: center; }
          .main-navigation ul > .menu-item-type-custom.menu-item-has-children > ul > li .submenu-title_wrap .submenu-title {
            font-weight: 700;
            font-size: 1.1rem;
            position: relative; }
            .main-navigation ul > .menu-item-type-custom.menu-item-has-children > ul > li .submenu-title_wrap .submenu-title::before {
              content: '';
              position: absolute;
              height: 1px;
              width: 50%;
              left: 1rem;
              background: black;
              top: calc(100% - .5rem); }
        .main-navigation ul > .menu-item-type-custom.menu-item-has-children > ul > li > ul[data-depth="1"] {
          gap: 10px;
          margin-left: 1rem;
          padding-left: 20px; }
          .main-navigation ul > .menu-item-type-custom.menu-item-has-children > ul > li > ul[data-depth="1"] li a {
            padding: 10px 0;
            transition: all 0.15s ease-in !important; }
            .main-navigation ul > .menu-item-type-custom.menu-item-has-children > ul > li > ul[data-depth="1"] li a:hover {
              font-weight: bold;
              transition: all 0.15s ease-in !important; }
      .main-navigation ul > .menu-item-type-custom.menu-item-has-children:hover > ul {
        display: grid;
        z-index: 999;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        opacity: 1; } }
header .menu-toggle .main-menu__mobile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }
  @media (min-width: 61.25em) {
    header .menu-toggle .main-menu__mobile-icon {
      display: none; } }
  header .menu-toggle .main-menu__mobile-icon.open-mobile {
    background-image: url("https://biopsychosomatyka.pl/wp-content/themes/bio/img/open.svg"); }
  header .menu-toggle .main-menu__mobile-icon.close-mobile {
    background-image: url("https://biopsychosomatyka.pl/wp-content/themes/bio/img/close.svg"); }

body.menu-open_noscroll {
  height: 100%;
  overflow-y: hidden; }

.shadow-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65882);
  z-index: 9;
  display: none;
  opacity: 0;
  transition: all .5s; }
  .shadow-overlay.active {
    opacity: 1;
    display: block; }

.custom-pagination {
  margin: 2rem auto;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center; }
  .custom-pagination .prev.page-numbers, .custom-pagination .next.page-numbers {
    background-color: #e44d42;
    color: #fff;
    transition: all .2s ease-in-out; }
    .custom-pagination .prev.page-numbers:hover, .custom-pagination .next.page-numbers:hover {
      background-color: #e44d42;
      color: #404040; }
  .custom-pagination .page-numbers {
    width: 32px;
    border: 1px solid #e44d42;
    padding: 3px; }
    .custom-pagination .page-numbers.current {
      font-weight: 700;
      background: #e44d42;
      text-decoration: underline;
      color: #fff; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

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

.acf-reviews-block .acf-single-review-block:nth-of-type(2n) {
  color: #e44d42; }

.contact-form_info {
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media (max-width: 37.5em) {
  .paypal-module select {
    width: 100%; } }

@media (max-width: 580px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none; } }

/* 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; }

/* Blog
--------------------------------------------- */
.blog-post .post-thumbnail img {
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
  width: 100%; }

.blog-post_nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem; }
  .blog-post_nav .post-nav.nav-next {
    text-align: right; }
  .blog-post_nav .post-nav a {
    cursor: pointer; }
    .blog-post_nav .post-nav a:hover, .blog-post_nav .post-nav a:active, .blog-post_nav .post-nav a:focus {
      color: #404040;
      text-shadow: none; }
    .blog-post_nav .post-nav a.post-nav_url {
      text-decoration: none;
      font-weight: 600; }

.blog-posts {
  display: grid;
  gap: 2rem; }
  @media (max-width: 37.5em) {
    .blog-posts {
      grid-template-columns: 1fr !important; } }
  .blog-posts .post-item {
    background: #fff;
    border-radius: 10px; }
    .blog-posts .post-item .post-thumbnail img {
      aspect-ratio: 4/2;
      object-fit: cover;
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .blog-posts .post-item .post-content {
      padding: 0 2rem; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Containers
--------------------------------------------- */
.section_inner {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px; }

.section_inner--full {
  max-width: 100%; }

.thin-content {
  padding-left: 4rem;
  padding-right: 4rem; }

/** RWD **/
@media screen and (max-width: 1600px) {
  .section_inner {
    max-width: 1100px; } }
/* Grids
--------------------------------------------- */
.grid-box {
  display: -ms-grid;
  display: grid; }

.grid-2 {
  /* -ms-grid-columns: (1fr)[2]; */
  grid-template-columns: repeat(2, 1fr); }

.grid-3 {
  /* -ms-grid-columns: (1fr)[3]; */
  grid-template-columns: repeat(3, 1fr); }

.grid-4 {
  /* -ms-grid-columns: (1fr)[4]; */
  grid-template-columns: repeat(4, 1fr); }

.grid-1-2 {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr; }

.grid-1-3 {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr; }

.grid-2-3 {
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr; }

.grid-1-4 {
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr; }

.gap-20 {
  grid-gap: 20px; }

.gap-40 {
  grid-gap: 40px; }

.gap-60 {
  grid-gap: 60px; }

.gap-120 {
  grid-gap: 120px; }

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */ }

.flex-column {
  flex-direction: column; }

.flex-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-centered.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wrap {
  flex-wrap: wrap; }

.col-1-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-1-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }

.col-1-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.col-2-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6667%;
  flex: 0 0 66.6667%;
  max-width: 66.6667%; }

.col-2-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.col-3-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

/** RWD **/
@media screen and (max-width: 1400px) {
  .flex-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 769px) {
  .grid-2 {
    grid-template-columns: 1fr; }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr); }

  .col-1-3,
  .col-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100;
    max-width: 100%; }

  .grid-1-2 {
    grid-template-columns: 1fr; }

  .col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; } }
@media screen and (max-width: 680px) {
  .grid-4 {
    grid-template-columns: 1fr; }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr); }

  .col-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media screen and (max-width: 580px) {
  .col-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .grid-3 {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 460px) {
  .col-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/*--------------------------------------------------------------
# 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; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

/* Distances
--------------------------------------------- */
.mg-auto {
  margin-left: auto;
  margin-right: auto; }

.mg-2 {
  margin: 2rem; }

.mg-3 {
  margin: 3rem; }

.mg-4 {
  margin: 4rem; }

.mg-5 {
  margin: 5rem; }

.mg-6 {
  margin: 6rem; }

.mg-0-auto {
  margin: 0 auto; }

.mg-1-auto {
  margin: 1rem auto; }

.mg-2-auto {
  margin: 2rem auto; }

.mg-3-auto {
  margin: 3rem auto; }

.mg-4-auto {
  margin: 4rem auto; }

.mg-5-auto {
  margin: 5rem auto; }

.mg-6-auto {
  margin: 6rem auto; }

.mg-8-auto {
  margin: 6rem auto; }

.mg-1-0 {
  margin: 1rem 0; }

.mg-2-0 {
  margin: 2rem 0; }

.mg-4-0 {
  margin: 4rem 0; }

.mg-8-0 {
  margin: 8rem 0; }

.pg-2 {
  padding: 2rem; }

.pg-3 {
  padding: 3rem; }

.pg-4 {
  padding: 4rem; }

.pg-5 {
  padding: 5rem; }

.pg-6 {
  padding: 6rem; }

.pg-2-auto {
  padding: 2rem auto; }

.pg-3-auto {
  padding: 3rem auto; }

.pg-4-auto {
  padding: 4rem auto; }

.pg-5-auto {
  padding: 5rem auto; }

.pg-6-auto {
  padding: 6rem auto; }

.pg-8-auto {
  padding: 8rem auto; }

.pg-4-0 {
  padding: 4rem 0; }

.pg-4-0-2 {
  padding: 4rem 0 2rem; }

.pg-2-0 {
  padding: 2rem 0; }

.pg-6-0 {
  padding: 6rem 0; }

.pg-8-0 {
  padding: 8rem 0; }

/*--------------------------------------------------------------
# Views
--------------------------------------------------------------*/
#top-header-bar {
  background: #10601b; }
  #top-header-bar .top-bar-header {
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #top-header-bar .top-bar-header .top-bar-info {
      display: flex;
      gap: 4rem;
      color: #fff;
      align-items: center; }
      #top-header-bar .top-bar-header .top-bar-info .top-bar-contact {
        display: inline-flex;
        align-items: center;
        gap: 7px; }

.site-header {
  background-color: #e44d42;
  color: #fff;
  position: relative;
  z-index: 99; }

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-top .site-branding img {
    max-height: 72px;
    width: auto; }

#footer-contact {
  background: #e44d42; }
  #footer-contact .contact-us .contact-us_info .contact-us_info--dane {
    color: #fff; }
  #footer-contact .contact-us .contact-us_info .contact-us_channels {
    display: inline-flex;
    gap: 10px; }
    #footer-contact .contact-us .contact-us_info .contact-us_channels .channel {
      padding: 5px 0; }
      #footer-contact .contact-us .contact-us_info .contact-us_channels .channel img {
        height: 48px;
        width: auto; }
  #footer-contact .contact-us .footer-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: .75rem;
    color: #fff; }
  #footer-contact .contact-us .footer-cats .footer-cats_item:not(:last-of-type) {
    padding-bottom: 5px; }
  #footer-contact .contact-us .footer-cats .footer-cats_item a {
    color: #fff;
    transition: all .2s ease-in-out; }
    #footer-contact .contact-us .footer-cats .footer-cats_item a:hover, #footer-contact .contact-us .footer-cats .footer-cats_item a:focus, #footer-contact .contact-us .footer-cats .footer-cats_item a:active {
      transition: all .2s ease-in-out;
      text-shadow: 0.15px 0 0 #fff, -0.15px 0 0 #fff; }

.site-footer .menu-site-info-container .menu {
  display: inline-flex;
  gap: 2rem;
  margin: 1rem auto 1rem;
  list-style-type: none; }
  @media (max-width: 37.5em) {
    .site-footer .menu-site-info-container .menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 1rem;
      padding: 0; } }
  .site-footer .menu-site-info-container .menu li a {
    text-decoration: none; }

.home-header {
  height: 550px;
  color: #fff; }
  @media (max-width: 37.5em) {
    .home-header {
      height: calc(100vw - 77px); } }
  .home-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5); }
  .home-header img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .home-header .header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    width: 45%;
    left: 50%; }
    @media (max-width: 37.5em) {
      .home-header .header-content {
        width: 100%; } }

.home-slider {
  height: 550px;
  color: #fff; }
  .home-slider .hp-slider_banner_slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5); }
  .home-slider .hp-slider_banner_slide img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .home-slider .hp-slider_banner_slide .header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    width: 45%;
    left: 50%; }
    @media (max-width: 37.5em) {
      .home-slider .hp-slider_banner_slide .header-content {
        width: 100%; } }
  .home-slider .keen-slider__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .home-slider .keen-slider__arrow.keen-slider__arrow--left {
      left: 10px; }
    .home-slider .keen-slider__arrow.keen-slider__arrow--right {
      right: 10px; }
  .home-slider .keen-slider__dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    gap: .5rem;
    padding-bottom: 10px; }
    .home-slider .keen-slider__dots .keen-slider__dot {
      border-radius: 50%;
      aspect-ratio: 1 / 1;
      width: 8px;
      background-color: #fff; }
      .home-slider .keen-slider__dots .keen-slider__dot.keen-slider__dot--active {
        background-color: #e44d42; }

.konsultacje-container section {
  margin: 4rem 0; }
.konsultacje-container .tekst ul {
  margin-left: 0; }
.konsultacje-container .cennik h2 {
  text-align: center; }
.konsultacje-container .cennik .usluga {
  margin: 2rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: .2s all ease-in-out; }
  .konsultacje-container .cennik .usluga:hover {
    border-color: #e44d42; }
  .konsultacje-container .cennik .usluga .usluga-top {
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .konsultacje-container .cennik .usluga .usluga-top .usluga-nazwa {
      font-weight: bold;
      font-size: 1.5rem;
      color: #e44d42; }
    .konsultacje-container .cennik .usluga .usluga-top .usluga-cena .usluga-cena_big {
      font-weight: bold;
      font-size: 1.25rem; }
    .konsultacje-container .cennik .usluga .usluga-top .usluga-cena .usluga-cena_czas {
      font-size: .75rem; }
    .konsultacje-container .cennik .usluga .usluga-top .usluga-top_btn {
      min-width: 180px;
      display: flex;
      justify-content: flex-end; }
      .konsultacje-container .cennik .usluga .usluga-top .usluga-top_btn .usluga-btn {
        padding: 10px 35px;
        background: #e44d42;
        color: #fff;
        border: 2px solid transparent;
        transition: all .2s ease-in-out;
        border-radius: 4px; }
        .konsultacje-container .cennik .usluga .usluga-top .usluga-top_btn .usluga-btn:hover {
          border: 2px solid #e44d42;
          background: #fff;
          transition: all .2s ease-in-out;
          color: #e44d42; }
  .konsultacje-container .cennik .usluga .usluga-bottom {
    padding: 2rem;
    background-color: rgba(228, 77, 66, 0.1);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: .75em; }
.konsultacje-container .paypal-module {
  margin: auto;
  max-width: 500px;
  text-align: center;
  background: #fcedec;
  padding: 1.5rem 1.5rem 0.5rem;
  border-radius: 10px; }
.konsultacje-container .lista ul {
  margin-left: 0;
  list-style-type: none; }
  .konsultacje-container .lista ul li {
    position: relative;
    padding-left: 2rem; }
    .konsultacje-container .lista ul li::before {
      position: absolute;
      content: '';
      width: 1rem;
      height: 1rem;
      border: 3px solid #e44d42;
      background-color: transparent;
      top: 4px;
      left: 4px;
      border-radius: 4px; }

.index-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem; }
  @media screen and (max-width: 769px) {
    .index-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 37.5em) {
    .index-list {
      grid-template-columns: 1fr; } }

h2.index-group__title {
  color: #e44d42; }

.post-module-grid {
  display: grid;
  gap: 2rem; }
  @media (max-width: 37.5em) {
    .post-module-grid {
      grid-template-columns: 1fr !important; } }
  .post-module-grid .post-item {
    background: #fff;
    border-radius: 10px; }
    .post-module-grid .post-item .post-thumbnail img {
      aspect-ratio: 4/2;
      object-fit: cover;
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .post-module-grid .post-item .post-content {
      padding: 0 2rem; }

.newsletter-wrap .newsletter-desc {
  display: flex;
  flex-direction: column;
  justify-content: center; }
.newsletter-wrap .wpforms-container .newsletter-rodo {
  padding: 0; }
  .newsletter-wrap .wpforms-container .newsletter-rodo fieldset legend {
    margin-bottom: 7px;
    font-size: .75rem; }
  .newsletter-wrap .wpforms-container .newsletter-rodo fieldset input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin: 0; }
  .newsletter-wrap .wpforms-container .newsletter-rodo fieldset label {
    font-size: .75rem; }
.newsletter-wrap .wpforms-container .wpforms-submit-container button[type="submit"] {
  background-color: #e44d42 !important;
  color: #fff;
  transition: all .2s ease-in-out; }
  .newsletter-wrap .wpforms-container .wpforms-submit-container button[type="submit"]:hover, .newsletter-wrap .wpforms-container .wpforms-submit-container button[type="submit"]:focus, .newsletter-wrap .wpforms-container .wpforms-submit-container button[type="submit"]:active {
    transition: all .2s ease-in-out;
    background-color: #e44d42;
    outline: 0; }

.contact-us_form .wpforms-container .newsletter-rodo {
  padding: 0; }
  .contact-us_form .wpforms-container .newsletter-rodo fieldset legend {
    margin-bottom: 7px;
    font-size: .75rem; }
  .contact-us_form .wpforms-container .newsletter-rodo fieldset input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin: 0; }
  .contact-us_form .wpforms-container .newsletter-rodo fieldset label {
    font-size: .75rem; }
.contact-us_form .wpforms-container .wpforms-submit-container button[type="submit"] {
  background-color: #e44d42 !important;
  color: #fff;
  transition: all .2s ease-in-out; }
  .contact-us_form .wpforms-container .wpforms-submit-container button[type="submit"]:hover, .contact-us_form .wpforms-container .wpforms-submit-container button[type="submit"]:focus, .contact-us_form .wpforms-container .wpforms-submit-container button[type="submit"]:active {
    transition: all .2s ease-in-out;
    background-color: #e44d42;
    outline: 0; }

.cta-banner {
  margin: 4rem auto;
  border-radius: 10px; }
  .cta-banner .cta-banner-content {
    border-radius: 10px; }
    .cta-banner .cta-banner-content h2 {
      margin-top: 0;
      text-transform: uppercase; }
    .cta-banner .cta-banner-content .cta-banner-button {
      padding: 10px 35px;
      transition: .2s all ease-in-out;
      text-align: center;
      border-radius: 4px; }
  .cta-banner.cta-banner-vertical .cta-banner-content {
    padding: 2rem 2rem 3rem;
    text-align: center; }
  .cta-banner.cta-banner-horizontal .cta-banner-content {
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    gap: 3rem; }
    @media (max-width: 580px) {
      .cta-banner.cta-banner-horizontal .cta-banner-content {
        flex-direction: column;
        align-items: center;
        gap: 1rem; } }
    .cta-banner.cta-banner-horizontal .cta-banner-content .cta-banner-btn {
      min-width: 180px;
      display: flex;
      align-items: center;
      justify-content: end; }

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