/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

@charset "UTF-8";
/*
Theme Name:  Adwokat Natalia Łuszczewska
Author: Webrain Szymon Taciak
Version: 1.0.0

Text Domain: 'luszczewska'

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
:root {
  --color__main: #C1B0A4;
  --color__main-light: #d9d0c8;
  --color__secondary: #FE753E;
  --color__background-body: #fff;
  --color__background-main: #f4f4f4;
  --color__background-sections: #f8f8f8;
  --color__background-header: #fff;
  --color__background-footer: #fff;
  --color__background-button: #C1B0A4;
  --color__background-tabs: #F8F9FB;
  --color__hr: #ddd5cd;
  --color__table-border: #ededed;
  --color__text-main: #2E2E2E;
  --color__text-muted: #797979;
  --color__text-link: #2E2E2E;
  --color__button-text: #fff;
  --color__link-footer: #797979;
  --color__text-footer: #797979;
  --color__link-menu: #383737;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: var(--color__text-main);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

html {
  font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.7em;
  color: var(--color__text-main);
  font-family: "Playfair Display", serif;
}

.h1-size,
h1 {
  line-height: 1.1;
  font-size: 60px;
  font-size: 6rem;
}

.h2-size,
h2 {
  line-height: 1.22;
  font-size: 45px;
  font-size: 4.5rem;
}

.h3-size,
h3 {
  font-size: 30px;
  font-size: 3rem;
}

.h4-size,
h4 {
  line-height: 1.5;
  margin-bottom: 0.7em;
  font-size: 20px;
  font-size: 2rem;
}

body .page-title {
  clear: none;
  border-bottom: 0;
  display: block;
}

body .entry-title,
.blog .entry-title,
.search .entry-title,
.archive .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  text-transform: none;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
  font-weight: 600;
  line-height: 1.25;
}
body .entry-title a,
.blog .entry-title a,
.search .entry-title a,
.archive .entry-title a {
  transition: all 0.2s ease;
}

.banner-title {
  line-height: 1.3;
  font-size: 40px;
  font-size: 4rem;
}

.single .entry-title {
  margin-bottom: 0.3em;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}

.site-content p:last-child,
.content-area p:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: 600;
}

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

blockquote {
  margin: 0;
  padding: 80px 7vw;
  line-height: 1.6;
  position: relative;
  border-radius: 12px;
  background-color: #F1F1F1;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  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;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.text-xxl {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  display: inline-block;
}

.text-xl {
  font-size: 21px;
  font-size: 2.1rem;
}

.text-regular {
  font-size: 18px;
  font-size: 1.8rem;
}

.text-sm {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-xs {
  font-size: 14px;
  font-size: 1.4rem;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.text-primary {
  color: var(--color__main);
}

.font-primary {
  font-family: "Lato", sans-serif;
}

.font-secondary {
  font-family: "Playfair Display", serif;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: var(--color__hr);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  padding-left: 20px;
}

ol.custom-counter {
  list-style: none;
  padding-left: 20px;
  counter-reset: li;
}

ol.custom-counter > li {
  counter-increment: li;
  position: relative;
}

ol.custom-counter > li::before {
  content: counter(li) ".";
  color: var(--color__text-main);
  display: inline-block;
  min-width: 1em;
  margin-left: -1em;
  padding-right: 3px;
  position: absolute;
  left: 0;
}

ol.custom-counter > li > ol {
  counter-reset: revert;
}

ol[style*=upper-alpha],
ol[style*=upper-roman],
ol[style*=lower-alpha],
ol[style*=lower-roman] {
  counter-reset: revert;
}

ol[style*=upper-alpha] > li::before,
ol[style*=upper-roman] > li::before,
ol[style*=lower-alpha] > li::before,
ol[style*=lower-roman] > li::before {
  display: none;
}

.site-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.site-content ul.spaced-list li {
  margin-bottom: 10px;
}
.site-content ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 6px;
}
.site-content ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color__main);
}
.site-content ul li:last-child {
  margin-bottom: 0 !important;
}

li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.menu,
nav ul {
  margin: 0;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0px 1.5em;
  width: 100%;
  border-collapse: collapse;
}
table td, table th {
  vertical-align: middle;
  padding: 4px 34px;
}

.site-content table thead {
  font-weight: 700;
  border-bottom: none;
}
.site-content table thead tr {
  font-weight: 700;
  border-top: none !important;
}
.site-content table thead tr:first-child {
  border-top: none !important;
}
.site-content table thead td {
  background-color: #DCDCE0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.site-content table thead td:first-child {
  border-radius: 8px;
}
.site-content table th, .site-content table tr, .site-content table td {
  border-left: none;
  border-right: none;
}
.site-content table th {
  background: #eee;
}
.site-content table th:first-child {
  border-left: 0;
}
.site-content table td {
  text-align: center;
}
.site-content table td:first-child {
  text-align: left;
  text-transform: uppercase;
}
.site-content table tr:nth-child(2n) td {
  background-color: #F1F1F1;
}
.site-content table tr:nth-child(2n) td:first-child {
  border-radius: 8px 0 0 8px;
}
.site-content table tr:nth-child(2n) td:last-child {
  border-radius: 0 8px 8px 0;
}
.site-content table tr:last-child {
  border-bottom: none;
}

*:focus {
  outline: none !important;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item-label {
  padding-left: 30px;
}

.wpcf7-not-valid [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before {
  border-color: #f00;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + .wpcf7-list-item-label,
[type=checkbox]:checked + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: block;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + .wpcf7-list-item-label:before,
[type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #E8E8E9;
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.16);
  background: #fff;
  display: block;
  top: 2px;
  left: 0;
  border-radius: 3px;
  position: absolute;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + .wpcf7-list-item-label:after,
[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 4px;
  width: 7px;
  height: 2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
}

[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: var(--color__main);
  border-color: var(--color__main);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + .wpcf7-list-item-label:before,
[type=checkbox]:disabled:checked + .wpcf7-list-item-label:before {
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + .wpcf7-list-item-label:after {
  color: #999;
}

[type=checkbox]:disabled + .wpcf7-list-item-label {
  color: #aaa;
}

[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + span {
  border-color: var(--color__main);
}
[type=radio]:checked + span:before {
  border-color: var(--color__main);
}
[type=radio]:checked + span:after {
  display: block;
}

label.radio {
  position: relative;
}
label.radio > span {
  padding: 20px;
  background-color: #fff;
  border-radius: 13px;
  border: 1px solid var(--color__hr);
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.2s ease;
}
label.radio > span:hover {
  border-color: var(--color__main);
}
label.radio > span:before {
  content: "";
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: block;
  line-height: 1;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid var(--color__hr);
}
label.radio > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: none;
  background-color: var(--color__main);
}
label.radio .payment-info .name {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: var(--color__text-main);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: opacity 0.2s ease;
  background-color: var(--color__main);
  color: var(--color__button-text) !important;
  border: 0;
  padding: 16px 24px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--color__main);
  border-radius: 6px;
  font-size: 13px;
  font-size: 1.3rem;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.9;
}
.button.button-large,
button.button-large,
input[type=button].button-large,
input[type=reset].button-large,
input[type=submit].button-large {
  background-color: var(--color__main);
  color: var(--color__button-text) !important;
  border: 0;
  padding: 16px 24px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--color__main);
  border-radius: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 19px 40px;
  border-radius: 11px;
  font-size: 16px;
  font-size: 1.6rem;
}
.button.button-large:hover,
button.button-large:hover,
input[type=button].button-large:hover,
input[type=reset].button-large:hover,
input[type=submit].button-large:hover {
  opacity: 0.9;
}
.button.button-small,
button.button-small,
input[type=button].button-small,
input[type=reset].button-small,
input[type=submit].button-small {
  padding: 8px 11px;
}
.button.button-outline,
button.button-outline,
input[type=button].button-outline,
input[type=reset].button-outline,
input[type=submit].button-outline {
  background-color: transparent;
  border-color: var(--color__text-main);
  color: var(--color__text-main) !important;
}
.button.button-outline:not(.button-light):hover,
button.button-outline:not(.button-light):hover,
input[type=button].button-outline:not(.button-light):hover,
input[type=reset].button-outline:not(.button-light):hover,
input[type=submit].button-outline:not(.button-light):hover {
  opacity: 0.8;
}
.button.button-outline.button-light:hover,
button.button-outline.button-light:hover,
input[type=button].button-outline.button-light:hover,
input[type=reset].button-outline.button-light:hover,
input[type=submit].button-outline.button-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.button.button-full,
button.button-full,
input[type=button].button-full,
input[type=reset].button-full,
input[type=submit].button-full {
  width: 100%;
  text-align: center;
}
.button.button-icon,
button.button-icon,
input[type=button].button-icon,
input[type=reset].button-icon,
input[type=submit].button-icon {
  display: flex;
  align-items: center;
  padding: 14px 23px;
}
.button.button-icon span,
button.button-icon span,
input[type=button].button-icon span,
input[type=reset].button-icon span,
input[type=submit].button-icon span {
  margin-left: 13px;
}
.button.button-light,
button.button-light,
input[type=button].button-light,
input[type=reset].button-light,
input[type=submit].button-light {
  color: #fff !important;
  border-color: #fff;
}
.button.button-light:hover,
button.button-light:hover,
input[type=button].button-light:hover,
input[type=reset].button-light:hover,
input[type=submit].button-light:hover {
  opacity: 0.85;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

input[type=submit] {
  box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.11);
}

body .button.button-alt,
body .button-alt,
body .wpb_btn-warning {
  background-color: var(--color__main);
  color: var(--color__button-text) !important;
  border: 0;
  padding: 16px 24px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--color__main);
  border-radius: 6px;
  font-size: 13px;
  font-size: 1.3rem;
}
body .button.button-alt:hover,
body .button-alt:hover,
body .wpb_btn-warning:hover {
  opacity: 0.9;
}
body .button.button-alt.button-large,
body .button-alt.button-large,
body .wpb_btn-warning.button-large {
  background-color: var(--color__main);
  color: var(--color__button-text) !important;
  border: 0;
  padding: 16px 24px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--color__main);
  border-radius: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 19px 40px;
  border-radius: 11px;
  font-size: 16px;
  font-size: 1.6rem;
}
body .button.button-alt.button-large:hover,
body .button-alt.button-large:hover,
body .wpb_btn-warning.button-large:hover {
  opacity: 0.9;
}
body .button.button-primary,
body .button-primary,
body .wpb_btn-danger {
  background-color: var(--color__main);
  color: var(--color__button-text) !important;
  border: 0;
  padding: 16px 24px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--color__main);
  border-radius: 6px;
  font-size: 13px;
  font-size: 1.3rem;
}
body .button.button-primary:hover,
body .button-primary:hover,
body .wpb_btn-danger:hover {
  opacity: 0.9;
}
body .button.button-primary.button-large,
body .button-primary.button-large,
body .wpb_btn-danger.button-large {
  background-color: var(--color__main);
  color: var(--color__button-text) !important;
  border: 0;
  padding: 16px 24px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--color__main);
  border-radius: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 19px 40px;
  border-radius: 11px;
  font-size: 16px;
  font-size: 1.6rem;
}
body .button.button-primary.button-large:hover,
body .button-primary.button-large:hover,
body .wpb_btn-danger.button-large:hover {
  opacity: 0.9;
}
body .wpb_button {
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: var(--color__main);
}
body button.wpb_btn-large,
body span.wpb_btn-large {
  border-radius: 0;
}

.button-primary,
.button-alt,
.button,
.button-large {
  outline: none;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(44, 64, 140, 0.06);
  border-radius: 13px;
  padding: 10px 24px;
  font-weight: 500;
  background-color: #fff;
  margin-left: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
.icon-button svg {
  max-height: 24px;
  width: auto;
  color: var(--color__main);
}
.icon-button .icon-wrapper {
  display: flex;
  padding: 9px 16px 9px 0;
  margin-right: 14px;
  border-right: 1px solid var(--color__main);
}

[type=submit].loading,
.loading [type=submit] {
  text-indent: -9999px;
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

[type=submit].loading::after,
.loading [type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
fieldset.horizontal-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
fieldset.horizontal-fields label.radio {
  width: calc(50% - 15px);
}

.form-section {
  margin-bottom: 30px;
}
.form-section:last-of-type, .form-section:last-child {
  margin-bottom: 0;
}
.form-section .field-name {
  margin-bottom: 12px;
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color__text-main);
  opacity: 1; /* Firefox */
}

input::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color__text-main);
  opacity: 1; /* Firefox */
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--color__text-main);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--color__text-main);
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  position: relative;
  top: 2px;
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* 2 */
  box-sizing: border-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
  background-color: transparent;
  color: var(--color__text-main);
  border: 1px solid var(--color__hr);
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  border-radius: 11px;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s ease;
}
input[type=text].invalid, input[type=text].wpcf7-not-valid,
input[type=tel].invalid,
input[type=tel].wpcf7-not-valid,
input[type=email].invalid,
input[type=email].wpcf7-not-valid,
input[type=url].invalid,
input[type=url].wpcf7-not-valid,
input[type=password].invalid,
input[type=password].wpcf7-not-valid,
input[type=search].invalid,
input[type=search].wpcf7-not-valid,
textarea.invalid,
textarea.wpcf7-not-valid,
select.invalid,
select.wpcf7-not-valid {
  border-color: #f00 !important;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: var(--color__text-main) -focus;
  outline: none;
  border-color: var(--color__main);
}

input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
textarea:hover,
select:hover {
  outline: none;
  border-color: var(--color__main);
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  padding: 18px 24px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

label {
  cursor: pointer;
}

.search-form {
  display: block;
  width: 100%;
  max-width: 280px;
  position: relative;
}
.search-form .search-field {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.search-form .search-submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  text-indent: -999px;
  background: transparent url(../images/icons/search.png) no-repeat center center;
  box-shadow: none;
  border: 0;
}
.search-form .search-submit:hover, .search-form .search-submit:active, .search-form .search-submit:focus {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

span.wpcf7-not-valid-tip {
  color: #F00;
  background: #Fdd;
  padding: 1px 5px;
  font-size: 12px;
  display: block;
  border-radius: 0;
  display: none;
}

textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
  border-color: #F77;
}

div.wpcf7-response-output {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  border: none !important;
}

div.wpcf7-validation-errors {
  color: #dbcb00 !important;
  background: transparent;
}

div.wpcf7-mail-sent-ng {
  color: #ff5555 !important;
  background: transparent;
}

div.wpcf7-mail-sent-ok {
  color: #398f14 !important;
  background: transparent;
}

div.wpcf7 .ajax-loader {
  margin-right: 4px;
  position: absolute;
  right: 10px;
}

.wpcf7-list-item > label {
  display: flex !important;
}
.wpcf7-list-item > label input {
  margin-right: 8px;
}

.form-check {
  position: relative;
}

textarea.error,
input.error {
  color: var(--color__text-main) -focus;
  border-color: #ff3333;
  outline: none;
  box-shadow: inset 0 0 6px 0px rgba(255, 0, 0, 0.7);
  background-color: #fff2f2;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icons/select.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  width: 100%;
  max-width: 100%;
  padding: 13px 40px 13px 20px !important;
}
select option {
  padding: 3px 6px;
}

.checkboxes {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 20px;
}
.checkboxes .invalid-feedback {
  padding-left: 30px;
}
.checkboxes a {
  text-decoration: underline;
}

form {
  position: relative;
}
form .wpcf7-spinner {
  position: absolute;
  right: 0;
}
form .rules {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 24px;
  color: var(--color__text-main);
}
form .rules span.wpcf7-list-item {
  margin-left: 0;
}
form .form-row {
  margin-bottom: 12px;
  display: flex;
  gap: 12px;
}
form .form-field {
  position: relative;
  margin: 0;
  flex-grow: 1;
}
form .form-field.submit {
  margin-bottom: 0;
}
form .form-field.submit p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0 !important;
  position: relative;
}
form .form-field.checkbox .wpcf7-list-item {
  margin-left: 0;
}
form .form-field.checkbox label {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
form .form-field:not(.checkbox) label {
  z-index: 1;
  line-height: 1.6;
  color: var(--color__text-main);
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
form textarea {
  resize: none;
  height: 140px;
}

.invalid-feedback {
  color: #f00;
  font-size: 14px;
  font-size: 1.4rem;
}

.floating-label {
  position: relative;
}

.floating-label label {
  position: absolute;
  left: 20px;
  top: 18px;
  color: #32444E;
  background: var(--color__background-sections);
  padding: 0 4px;
  transition: 0.2s ease all;
  pointer-events: none;
}

.floating-label.focused label,
.floating-label.filled label {
  top: -10px;
  font-weight: 600;
  color: var(--color__main) !important;
}

.contact-form {
  padding-left: 2vw;
  padding-right: 4.5vw;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: var(--color__text-link);
  text-decoration: none;
  transition: all 0.2s ease;
}
a:visited {
  opacity: 0.9;
}
a:hover, a:focus, a:active {
  color: var(--color__main);
}
a.underline-link {
  text-decoration: underline;
}

a:hover .arrow-link:after,
span:hover .arrow-link:after {
  transform: translateX(5px);
}
a.phone-icon:before,
span.phone-icon:before {
  background-image: url(../images/icons/phone-green.svg);
}
a.mail-icon:before,
span.mail-icon:before {
  background-image: url(../images/icons/mail-green.svg);
}
a.download-icon:before,
span.download-icon:before {
  background-image: url(../images/icons/download.svg);
}
a.arrow-link,
span.arrow-link {
  position: relative;
  line-height: 2;
  font-weight: 500;
  display: flex;
  align-items: center;
}
a.arrow-link:hover:after,
span.arrow-link:hover:after {
  transform: translateX(5px);
}
a.arrow-link:after,
span.arrow-link:after {
  content: "";
  width: 68px;
  height: 63px;
  margin-left: 17px;
  background: url(../images/icons/arrow-forward.svg) no-repeat center center/cover;
  transition: all 0.2s ease;
}
a.icon-link,
span.icon-link {
  padding-left: 67px;
  display: inline-block;
  position: relative;
}
a.icon-link:hover,
span.icon-link:hover {
  opacity: 0.8;
}
a.icon-link:before,
span.icon-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 54px;
  height: 26px;
  border-radius: 14px;
  border: 1px solid var(--color__main);
  background-size: 13px auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  transform: translateY(-50%);
}
a.light-icon:before,
span.light-icon:before {
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
  filter: brightness(20) contrast(100%);
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  margin: 0 auto;
}
.main-navigation > div > ul {
  align-items: center;
}
.main-navigation > div > ul > li {
  margin: 0 20px;
}
.main-navigation > div > ul > li.menu-item-has-children {
  position: relative;
  /*		&:after {
  			content: '';
  			position: absolute;
  			right: 0;
  			top: 50%;
  			font-size: 0;
  			width: 6px;
  			height: 6px;
  			display: block;
  			border-bottom: 1px solid var(--color__text-link)-menu;
  			border-right: 1px solid var(--color__text-link)-menu;
  			transform: translate(-5px, -55%) rotate(45deg);
  		}*/
}
.main-navigation > div > ul > li.menu-item-has-children > a {
  position: relative;
}
.main-navigation > div > ul > li.menu-item-has-children > ul {
  top: 100%;
  left: -22px;
  transform: translateY(30px);
}
.main-navigation > div > ul > li.menu-item-has-children:hover > ul {
  transform: translateY(1px);
}
.main-navigation > div > ul > li.menu-item-has-children:hover:after {
  color: var(--color__main);
}
.main-navigation > div > ul > li > a {
  display: block;
}
.main-navigation > div > ul > li > ul {
  position: relative;
}
.main-navigation > div ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.main-navigation > div ul li {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  /*&.current-menu-item,
  &.current-page-ancestor,
  &.current-post-ancestor,
  &.current-menu-parent,
  &.current-post-parent {
  	> a {
  		color: var(--color__main);
  	}
  }*/
}
.main-navigation > div ul li:hover > a {
  color: var(--color__main);
}
.main-navigation > div ul li.menu-item-has-children > ul {
  flex-direction: column;
  position: absolute;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.main-navigation > div ul li.menu-item-has-children li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0;
  width: 5px;
  height: 5px;
  display: block;
  border-top: 1px solid #191512;
  border-right: 1px solid #191512;
  transform: translate(-16px, -85%) rotate(45deg);
}
.main-navigation > div ul li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-navigation > div ul li a {
  color: var(--color__link-menu);
  transition: all 0.2s ease;
}
.main-navigation > div ul ul {
  background-color: var(--color__background-header);
  padding: 24px 45px;
  position: relative;
  width: 388px;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}
.main-navigation > div ul ul li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.main-navigation > div ul ul li:last-child {
  margin-bottom: 0;
}
.main-navigation > div ul ul li:last-child:after {
  display: none;
}
.main-navigation > div ul ul li:hover a {
  transform: translateX(-10px);
}
.main-navigation > div ul ul li:hover ul, .main-navigation > div ul ul li.current-menu-item ul {
  transform: translateX(0);
}
.main-navigation > div ul ul li:hover a, .main-navigation > div ul ul li.current-menu-item a {
  color: var(--color__main);
}
.main-navigation > div ul ul li a {
  position: relative;
  padding: 10px 0;
  display: block;
  font-weight: 400;
  line-height: 1.4;
}
.main-navigation > div ul ul ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
  background-color: #FAFAFC;
  transform: translateX(30px);
  width: 350px;
  padding: 10px 40px;
}
.main-navigation > div ul ul ul li a {
  text-transform: initial;
}
.main-navigation > div ul ul ul li:not(.producer-title):hover > a {
  transform: translateX(10px);
}

/* Small menu */
#toggle {
  display: none;
}

/*--------------------------------------------------------------
5.3 Pagination
--------------------------------------------------------------*/
.pagination {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 56px;
  margin-bottom: 0;
}
.pagination .page-numbers {
  color: var(--color__text-main);
  font-weight: 500;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid var(--color__main);
  margin: 0 8px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-size: 24px;
  font-size: 2.4rem;
  transition: all 0.2s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: var(--color__main);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  line-height: 40px;
}
.pagination .page-numbers.dots {
  background: none;
  width: auto;
  color: var(--color__text-main);
}
.pagination .page-numbers.dots:hover {
  background: none;
}

.prev-next-pagination {
  margin-top: 4.1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.prev-next-pagination .prev a::before {
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
}
.prev-next-pagination .next a::before {
  right: 0;
  transform: translate(0, -50%) rotate(225deg);
}
.prev-next-pagination a {
  padding: 0 20px;
  position: relative;
}
.prev-next-pagination a:hover:before {
  border-color: var(--color__main);
}
.prev-next-pagination a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-left: 2px solid var(--color__text-main);
  border-bottom: 2px solid var(--color__text-main);
  display: block;
  transition: all 0.2s ease;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #383737;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: var(--color__text-main);
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.clearfix:after,
.wrapper:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */
}
.widget select {
  max-width: 100%;
}

.widget-area {
  border-right: 1px solid var(--color__hr);
  padding-right: 40px;
  padding-top: 15px;
}
.widget-area .widgets-inner {
  margin-left: -5vw;
}
.widget-area .widget {
  margin-bottom: 50px;
}
.widget-area .widget_search .search-form {
  max-width: 100%;
}
.widget-area .widget_search input[type=search] {
  width: 100%;
}

.widget-title {
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

.muted-widget .widget-title {
  color: var(--color__text-muted);
}

.widget_archive.muted-widget ul li a,
.widget_categories.muted-widget ul li a,
.widget_nav_menu.muted-widget ul li a {
  color: var(--color__text-muted);
}
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  transform: translateY(-12px);
}
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li {
  display: block;
  padding: 0;
}
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_nav_menu ul li:before {
  display: none;
}
.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_nav_menu ul li:first-child {
  border-top: 0;
}
.widget_archive ul li:first-child a,
.widget_categories ul li:first-child a,
.widget_nav_menu ul li:first-child a {
  padding-top: 0;
}
.widget_archive ul a,
.widget_categories ul a,
.widget_nav_menu ul a {
  display: block;
  line-height: 1.7;
  font-weight: 400;
  padding: 15px 0;
  color: var(--color__text-main);
  font-size: 16px;
  font-size: 1.6rem;
}
.widget_archive ul li.current-menu-item a,
.widget_categories ul li.current-menu-item a,
.widget_nav_menu ul li.current-menu-item a {
  font-weight: 600;
}
.widget_archive ul li.current-menu-item a,
.widget_archive ul li a:hover,
.widget_archive ul a:hover,
.widget_categories ul li.current-menu-item a,
.widget_categories ul li a:hover,
.widget_categories ul a:hover,
.widget_nav_menu ul li.current-menu-item a,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul a:hover {
  color: var(--color__main);
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.wrapper {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}

body {
  background: var(--color__background-body);
  padding-top: 115px;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
#wpadminbar {
  opacity: 0.4;
  top: auto;
  bottom: 0;
}

#wpadminbar:hover {
  opacity: 1;
}

body.admin-bar {
  padding-bottom: 32px;
  margin-top: -32px;
  position: relative;
}
body.admin-bar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  width: 100%;
  background-color: #23282d;
}

#wpadminbar {
  top: auto;
  bottom: 0;
}
#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
  bottom: 32px;
}
#wpadminbar .menupop li.hover > .ab-sub-wrapper,
#wpadminbar .menupop li:hover > .ab-sub-wrapper {
  margin-top: 0;
  bottom: 0;
}

html.js {
  margin-top: 0 !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 32px 0 20px;
  background-color: var(--color__background-header);
  border-bottom: 1px solid var(--color__hr);
  transition: all 0.2s ease;
}
.site-header.sticky {
  background: var(--color__background-header);
  padding: 16px 0;
}
.site-header.sticky .site-branding {
  width: 200px;
}
.site-header.sticky .site-phone {
  margin-top: 0;
}
.site-header .wrapper {
  display: flex;
  align-items: center;
}
.site-header .wrapper::before, .site-header .wrapper::after {
  display: none;
}
.site-header .header-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.site-branding {
  font-size: 0;
  width: 280px;
  transition: all 0.2s ease;
}
.site-branding svg {
  max-width: 100%;
}

/*--------------------------------------------------------------
10.2 Content
--------------------------------------------------------------*/
.content-area.full {
  float: none;
  clear: both;
  margin: 0;
  width: 100%;
}

.full .site-main {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.full .entry-content > .wpb_row {
  position: relative;
}

.full .entry-content > .wpb_row.home-section:last-child {
  margin-bottom: 0;
}

.page-with-sidebar-container {
  display: flex;
  justify-content: space-between;
}
.page-with-sidebar-container .content-area {
  width: 68%;
}
.page-with-sidebar-container .widget-area {
  width: 25%;
}
.page-with-sidebar-container.reverse .content-area {
  order: 2;
}

.product-main-container {
  display: flex;
}
.product-main-container .entry-header {
  padding-right: 100px;
}
.product-main-container .product-images {
  width: 50%;
  min-width: 50%;
  margin-right: 90px;
}
.product-main-container .main-description {
  padding-top: 32px;
  flex-grow: 1;
}
.product-main-container .slider-image,
.product-main-container .product-image {
  width: 100%;
  display: block;
  height: 540px;
  border-radius: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-main-container .product-gallery-nav {
  margin-top: 30px;
  padding-right: 80px;
}
.product-main-container .product-gallery-nav .single-nav-image {
  height: 136px;
  border-radius: 28px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease;
}
.product-main-container .product-gallery-nav .single-nav-image:hover {
  opacity: 0.8;
}
.product-main-container .product-gallery-nav .slick-track {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.product-main-container .product-gallery-nav .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.product-specs .title {
  margin-bottom: 35px;
  display: block;
}
.product-specs .single-param {
  margin-bottom: 3px;
}
.product-specs .single-param.param-type-text .label {
  margin-right: 4px;
}
.product-specs .single-param.param-type-images .label {
  margin-bottom: 15px;
}
.product-specs .single-param.param-type-images .values {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.product-specs .single-param.param-type-images .values .image-value {
  margin: 15px 7px;
}
.product-specs .single-param .image-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-specs .single-param .image-value .image {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-specs .single-param .image-value .description {
  margin-top: 12px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}

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

.cli-style-v2 .cli-bar-btn_container .cli_action_button {
  margin-left: 0 !important;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-summary {
  margin: 0.7em 0 0;
}

.page-content {
  margin: 0;
}

.entry-content {
  margin: 0;
}

.archive .hentry .entry-content {
  margin-top: 0.4em;
}

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

.posted-on {
  color: #bbb;
}

.search article {
  border-top: 1px solid var(--color__hr);
  padding-top: 20px;
}
.search article:first-of-type {
  border-top: 0;
}

.post-meta {
  font-weight: 600;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
}
.post-meta > div {
  margin-right: 20px;
}

.post-share {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 5.2vw;
}
.post-share .title {
  font-size: 21px;
  font-weight: 600;
  margin-right: 10px;
}
.post-share .share-icons {
  display: flex;
  align-items: center;
  font-size: 0;
}
.post-share .share-icons a:hover {
  opacity: 0.7;
}
.post-share .share-icons svg, .post-share .share-icons img {
  max-height: 20px;
}

.social-links {
  font-size: 0;
  display: flex;
  align-items: flex-end;
}
.social-links .social-link {
  width: 16px;
  margin-right: 8px;
  font-size: 0;
}
.social-links .social-link:hover {
  opacity: 0.8;
}
.social-links .social-link.yt {
  width: 22px;
}

.posts-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.posts-list-container .post-tile {
  width: calc(33.3333% - 24px);
}

.post-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0px 3px 30px rgba(44, 64, 140, 0.06);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 360px;
  padding: 54px 40px 64px;
  border: 1px solid #CCCACA;
  color: var(--color__text-main) !important;
  font-size: 16px;
  font-size: 1.6rem;
}
.post-tile:hover {
  border-color: var(--color__main-light);
}
.post-tile:hover .go-arrow {
  color: var(--color__main-light);
  box-shadow: 0px 3px 6px rgba(44, 64, 140, 0.14);
}
.post-tile .tile-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 35px;
}
.post-tile .go-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  font-size: 0;
  color: #CCCACA;
  border-radius: 11px;
  transition: all 0.2s ease;
}
.post-tile .post-metadata {
  margin-top: auto;
}
.post-tile .more {
  line-height: 1;
}
.post-tile .excerpt {
  margin-bottom: 24px;
}
.post-tile .date {
  margin-bottom: 24px;
}
.post-tile .text-xl {
  margin-bottom: 45px;
}
.post-tile .entry-title,
.post-tile .date {
  position: relative;
  z-index: 10;
}

.featured-posts {
  padding: 4vw 0 0;
  margin-top: 5vw;
  border-top: 1px solid var(--color__main-light);
}
.featured-posts .title {
  margin-bottom: 3.2vw;
}

.categories-list-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  margin-bottom: 70px;
  font-size: 16px;
  font-size: 1.6rem;
}
.categories-list-bar a {
  padding: 0 15px;
  color: var(--color__text-main);
}
.categories-list-bar a:hover {
  color: var(--color__main);
}

.single-post .entry-content img {
  border-radius: 14px;
}
.single-post .entry-content h2 {
  font-size: 30px;
  font-size: 3rem;
}

.blog .site-content,
.archive .site-content,
.single-post .site-content {
  padding: 5vw 0 0;
}
.blog .offer-section,
.archive .offer-section,
.single-post .offer-section {
  margin-top: 5.1vw;
}
.blog h1.section-subtitle,
.archive h1.section-subtitle,
.single-post h1.section-subtitle {
  margin-bottom: 50px !important;
  text-transform: uppercase;
  color: var(--color__main);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.blog .entry-header,
.archive .entry-header,
.single-post .entry-header {
  margin-bottom: 55px;
}
.blog .featured-posts + .interests-form,
.archive .featured-posts + .interests-form,
.single-post .featured-posts + .interests-form {
  margin-top: 0;
}
.blog .interests-form,
.archive .interests-form,
.single-post .interests-form {
  padding-top: 110px;
}
.blog .post-thumbnail,
.archive .post-thumbnail,
.single-post .post-thumbnail {
  height: 350px;
  width: 100%;
  margin-bottom: 70px;
  border-radius: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-template-gallery .site-content {
  padding-top: 110px;
}

.post-more-container {
  border-top: 1px solid var(--color__hr);
}

.error404 .site-content {
  padding-top: 5vw;
}

.overflow-video .video-thumbnail {
  margin-bottom: -90px;
}

.popup-container {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.popup-container p:last-child {
  margin-bottom: 0;
}
.popup-container > .inner {
  background-color: #fff;
  width: 640px;
  max-width: 90vw;
  padding: 35px 35px 45px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(238, 238, 238, 0.5);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.popup-container .logo {
  margin: 0 auto 24px;
  text-align: center;
  width: 200px;
}
.popup-container .button {
  display: inline-block;
  margin-top: 24px !important;
}
.popup-container .close {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.popup-container .close:hover:before, .popup-container .close:hover:after {
  background-color: #000;
  opacity: 1;
}
.popup-container .close:before, .popup-container .close:after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #1e1e1e;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  transition: all 0.2s ease;
}
.popup-container .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-container .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbs-container {
  margin-bottom: 60px;
  font-size: 13px;
  font-size: 1.3rem;
}

.post-categories {
  margin-bottom: 50px;
  text-transform: uppercase;
}

.site-main .post-content .wrapper {
  width: 1068px;
}

.calendar-unavailable .contact-form.form-container {
  padding: 40px 0 0;
}

/*--------------------------------------------------------------
10.4 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.5 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  clear: both;
  line-height: 1;
  color: var(--color__main-light);
  font-weight: 400;
  font-size: 16px;
  background-color: var(--color__background-footer);
}
.site-footer a {
  color: var(--color__main-light);
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .wrapper {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--color__hr);
  padding: 24px 0;
}
.site-footer .wrapper::before, .site-footer .wrapper::after {
  display: none;
}

.footer-navigation {
  margin-left: 15px;
}
.footer-navigation ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.footer-navigation ul li {
  margin-right: 21px;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

svg {
  height: 100%;
}

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: calc(100% - 20px);
  margin: 10px;
  font-size: 0;
}
.gallery-item .gallery-icon,
.gallery-item .image {
  height: 100%;
  display: block;
  height: 540px;
  overflow: hidden;
  border-radius: 28px;
}
.gallery-item .image {
  align-items: center;
  display: flex;
  justify-content: center;
}
.gallery-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 20px);
}
.gallery-columns-2 .gallery-item .gallery-icon,
.gallery-columns-2 .gallery-item .image {
  height: 270px;
}

.gallery-columns-3 .gallery-item {
  max-width: calc(33.3333333333% - 20px);
}
.gallery-columns-3 .gallery-item .gallery-icon,
.gallery-columns-3 .gallery-item .image {
  height: 180px;
}

.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 20px);
}
.gallery-columns-4 .gallery-item .gallery-icon,
.gallery-columns-4 .gallery-item .image {
  height: 135px;
}

.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 20px);
}
.gallery-columns-5 .gallery-item .gallery-icon,
.gallery-columns-5 .gallery-item .image {
  height: 108px;
}

.gallery-columns-6 .gallery-item {
  max-width: calc(16.6666666667% - 20px);
}
.gallery-columns-6 .gallery-item .gallery-icon,
.gallery-columns-6 .gallery-item .image {
  height: 90px;
}

.gallery-columns-7 .gallery-item {
  max-width: calc(14.2857142857% - 20px);
}
.gallery-columns-7 .gallery-item .gallery-icon,
.gallery-columns-7 .gallery-item .image {
  height: 77.1428571429px;
}

.gallery-columns-8 .gallery-item {
  max-width: calc(12.5% - 20px);
}
.gallery-columns-8 .gallery-item .gallery-icon,
.gallery-columns-8 .gallery-item .image {
  height: 67.5px;
}

.gallery-columns-9 .gallery-item {
  max-width: calc(11.1111111111% - 20px);
}
.gallery-columns-9 .gallery-item .gallery-icon,
.gallery-columns-9 .gallery-item .image {
  height: 60px;
}

.gallery-columns-1 .gallery-item:nth-child(n+2) {
  margin-top: 25px;
}

.gallery-columns-2 .gallery-item:nth-child(n+3) {
  margin-top: 25px;
}

.gallery-columns-3 .gallery-item:nth-child(n+4) {
  margin-top: 25px;
}

.gallery-columns-4 .gallery-item:nth-child(n+5) {
  margin-top: 25px;
}

.gallery-columns-5 .gallery-item:nth-child(n+6) {
  margin-top: 25px;
}

.gallery-columns-6 .gallery-item:nth-child(n+7) {
  margin-top: 25px;
}

.gallery-caption {
  display: block;
  margin-top: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
}

.site-gallery-container {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 110px;
  display: flex;
  flex-wrap: wrap;
}
.site-gallery-container .single-image {
  display: inline-block;
  height: 410px;
  width: calc(33.3333% - 16px);
  margin: 0 8px 16px;
  transition: all 0.2s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-gallery-container .single-image:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
12.0 Additional / Modifiers
--------------------------------------------------------------*/
#calendar {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  border: 1px solid var(--color__main-light);
  transition: all 0.2s ease;
}
#calendar .fc-daygrid-day-events {
  display: none !important;
}
#calendar .fc-daygrid-day-top {
  justify-content: center;
}
#calendar .fc-daygrid-day-number {
  width: 100%;
  padding: 3px 2px;
  text-align: center;
  cursor: initial;
}
#calendar .fc-daygrid-day-number:hover {
  color: var(--color__text-main);
}
#calendar .fc-toolbar-title {
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
}
#calendar .fc-button-primary {
  background-color: var(--color__main);
  border-color: var(--color__main);
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: none !important;
}
#calendar .fc-icon {
  font-size: 20px !important;
}
#calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 20px;
}
#calendar .fc-day-other .fc-daygrid-day-number {
  display: none !important;
}
#calendar .fc-day {
  padding: 5px 6px;
}
#calendar .fc-past-day {
  opacity: 0.3;
  pointer-events: none;
}
#calendar .fc-day-today {
  pointer-events: none;
}
#calendar .fc-day-today .fc-daygrid-day-number {
  color: var(--color__main);
  font-weight: 500;
}
#calendar .fc-full-day {
  text-decoration: line-through;
}
#calendar .fc-has-available-hours .fc-daygrid-day-number {
  cursor: pointer;
  background-color: var(--color__main-light);
  color: var(--color__text-main);
  border-radius: 8px;
}
#calendar table {
  margin-bottom: 0 !important;
  border: none !important;
}
#calendar table th, #calendar table td {
  background-color: transparent;
}
#calendar table th {
  border-top: none;
}
#calendar table td {
  border: none;
}

.calendar-fields-container {
  position: relative;
}
.calendar-fields-container .hour-selection {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 10px 16px 12px;
  border-radius: 12px;
  border: 1px solid var(--color__main-light);
  background-color: #fff;
  z-index: 10;
  display: none;
  align-items: center;
  flex-direction: column;
  min-width: 180px;
}
.calendar-fields-container .hour-selection .field-name {
  padding: 0 16px;
}
.calendar-fields-container .hour-picker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  text-align: center;
}
.calendar-fields-container .hour-picker > div {
  padding: 5px;
  min-width: 70px;
  border-radius: 6px;
  background-color: var(--color__main-light);
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
}
.calendar-fields-container .hour-picker > div.busy-hour {
  background-color: transparent;
  pointer-events: none;
  text-decoration: line-through;
}
.calendar-fields-container .close {
  position: absolute;
  width: 20px;
  padding: 2px;
  right: 8px;
  top: 6px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.calendar-fields-container .close:hover {
  opacity: 0.7;
}
.calendar-fields-container .date-summary-container {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 13px;
  border: 1px solid var(--color__main);
}
.calendar-fields-container .calendar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#calendar-form.hour-section-mode .calendar-fields-container .hour-selection {
  display: flex;
}
#calendar-form.hour-section-mode #calendar {
  filter: blur(5px);
  pointer-events: none;
}
#calendar-form.date-selected #calendar {
  display: none !important;
}
#calendar-form.date-selected .date-summary-container {
  display: flex;
}

.consultation-confirmation-popup {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.consultation-confirmation-popup.show {
  display: block;
}
.consultation-confirmation-popup .content {
  width: 480px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 24px;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow-y: auto;
  max-width: 90vw;
  font-size: 16px;
  font-size: 1.6rem;
}
.consultation-confirmation-popup .close {
  width: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.consultation-confirmation-popup .close:hover {
  opacity: 0.7;
}
.consultation-confirmation-popup .popup-title {
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-right: 50px;
  font-size: 20px;
  font-size: 2rem;
}
.consultation-confirmation-popup .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.consultation-confirmation-popup .invalid-feedback {
  margin-top: 5px;
  text-align: center;
}

.prefooter {
  position: relative;
  background-color: var(--color__background-footer);
  font-weight: 400;
  color: var(--color__text-footer);
  font-size: 16px;
  font-size: 1.6rem;
}
.prefooter p {
  margin-bottom: 1.1em;
}
.prefooter a {
  display: inline-block;
  color: var(--color__link-footer);
}
.prefooter a:hover {
  color: var(--color__main);
}
.prefooter a:last-of-type {
  margin-bottom: 0;
}
.prefooter .scrolltop img {
  border-radius: 11px;
  border: 1px solid var(--color__main);
  cursor: pointer;
  transition: all 0.2s ease;
}
.prefooter .scrolltop img:hover {
  box-shadow: 0px 3px 6px rgba(44, 64, 140, 0.14);
}

.offer-tiles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.offer-tiles-container .offer-tile {
  width: calc(25% - 16.5px);
  padding: 50px 44px;
  box-shadow: 0px 3px 30px rgba(44, 64, 140, 0.06);
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  border: 1px solid var(--color__main-light);
  transition: all 0.2s ease;
}
.offer-tiles-container .offer-tile:hover {
  box-shadow: 0px 3px 44px rgba(44, 64, 140, 0.12);
}
.offer-tiles-container .offer-tile:hover .tile-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.offer-tiles-container .offer-tile.toggled .toggable-path {
  display: none !important;
}
.offer-tiles-container .offer-tile.toggled .tile-content {
  display: block;
}
.offer-tiles-container .offer-tile.contact-tile {
  border-color: rgb(193, 176, 164);
  background-color: rgb(193, 176, 164);
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.4;
}
.offer-tiles-container .offer-tile.contact-tile .go-icon {
  color: #fff;
  border: 1px solid #fff;
  display: flex;
}
.offer-tiles-container .icon {
  margin-bottom: 35px;
}
.offer-tiles-container .icon svg {
  max-height: 40px;
}
.offer-tiles-container .go-icon {
  width: 51px;
  color: var(--color__main);
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  cursor: pointer;
  border-radius: 11px;
  display: none;
  border: 1px solid rgb(204, 186, 174);
  transition: all 0.2s ease;
}
.offer-tiles-container .go-icon:hover {
  box-shadow: 0px 3px 24px rgba(44, 64, 140, 0.08);
}
.offer-tiles-container .tile-content {
  border: 1px solid var(--color__main-light);
  /*margin: 24px -44px 0;*/
  padding: 35px 45px;
  position: absolute;
  left: -1px;
  right: -1px;
  z-index: 100;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  line-height: 1.4;
  margin-top: 24px;
  color: var(--color__text-muted);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease;
}

/*@import "extras/sliders";*/
/*@import "extras/shortcode-slider";
@import "extras/quote";*/
body .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  padding-bottom: 33%;
}

.inline-block {
  display: inline-block;
}

.radius-small {
  border-radius: 7px;
}

.radius-large {
  border-radius: 10px;
}

.pulse {
  animation: pulse 1.5s infinite;
}

.pulse-light {
  animation: pulse-light 1.5s infinite;
}

* {
  box-sizing: border-box;
}

a[href$=".odt"] {
  position: relative;
}

a[href$=".doc"] {
  position: relative;
}

a[href$=".docx"] {
  position: relative;
}

a[href$=".ods"] {
  position: relative;
}

a[href$=".xls"] {
  position: relative;
}

a[href$=".xlsx"] {
  position: relative;
}

a[href$=".pdf"] {
  position: relative;
}

div#fancy_outer {
  box-sizing: content-box;
}

a#fancy_right:hover span {
  right: 10px;
  left: auto;
}

a#fancy_left:hover span {
  left: 10px;
}

div#fancy_title {
  display: none !important;
}

.elementor-editor-active .site-header {
  position: static !important;
}

.page-template-homepage .vc_basic_grid > .vc_grid {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
  font-size: 0;
}

.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%;
}

.hidden {
  display: none;
}

button#catapultCookie {
  box-shadow: none;
}

body .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
  border-radius: 24px !important;
  background-color: var(--color__background-tabs) !important;
  border: none !important;
  border-top-left-radius: 0 !important;
}
body .vc_tta.vc_general .vc_tta-panel-body {
  padding: 60px 100px;
}
body .vc_tta.vc_general .vc_tta-panel-body a:hover {
  color: var(--color__main) !important;
}
body .vc_tta.vc_general .vc_tta-tab.vc_active > a::after {
  display: none !important;
}
body .vc_tta-tabs .vc_tta-tab:before {
  display: none !important;
}
body .vc_tta.vc_general .vc_tta-tab > a {
  border: none !important;
  background-color: transparent !important;
  color: var(--color__text-main) !important;
  font-weight: 600;
  padding: 25px 40px !important;
  border-radius: 24px 24px 0 0;
}
body .vc_tta.vc_general .vc_tta-tab > a:hover {
  color: var(--color__main) !important;
}
body .vc_tta.vc_general .vc_tta-tab.vc_active > a {
  background-color: var(--color__background-tabs) !important;
  color: var(--color__main) !important;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
body .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent;
}
body .pum-close {
  right: 20px !important;
  top: 20px !important;
}
body .pum-close:before, body .pum-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #383737;
}
body .pum-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .pum-close:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
body .pum-container {
  overflow: hidden;
}
body #fancybox-close {
  top: -30px;
  right: -60px;
  background-image: none;
}
body #fancybox-close:before, body #fancybox-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
body #fancybox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body #fancybox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body .fancy-ico {
  width: 16px;
  height: 16px;
}
body .fancy-ico span {
  display: none !important;
}
body #fancybox-outer {
  box-shadow: none;
  background-color: transparent;
}
body #fancybox-title-over {
  color: var(--color__main);
  font-size: 18px;
  line-height: 1.2;
  padding: 24px 0 0;
  background-color: transparent;
  border: none;
}
body .fancybox-title-over {
  transition: all 0.2s ease;
}
body #fancybox-title {
  text-align: center;
  padding: 10px 24px;
}
body #fancybox-prev {
  left: -6.25vw !important;
  background: url(../images/icons/chevron-left.svg) no-repeat center center/contain;
}
body #fancybox-next {
  left: auto !important;
  right: -6.25vw !important;
  background: url(../images/icons/chevron-right.svg) no-repeat center center/contain;
}
body #fancybox-content {
  border-radius: 14px;
  overflow: hidden;
  background-color: transparent;
}
body .centered-bg {
  background-size: cover !important;
  background-position: center center !important;
}
body .overflow-visible {
  overflow: visible !important;
}
body .wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}
body .shadow-element {
  box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}
body .buttons-textblock {
  display: flex;
}
body .buttons-textblock .button {
  margin-right: 16px;
}
body .buttons-textblock .button:last-of-type {
  margin-right: 0;
}
body .covered-background {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
body .grayscale-image:hover img {
  filter: grayscale(0);
  opacity: 1 !important;
}
body .grayscale-image img {
  filter: grayscale(1);
  transition: all 0.2s ease;
}
body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded, body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 40px;
}
body .wpb_single_image .vc_single_image-wrapper.vc_box_border, body .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
  padding: 0 !important;
}
body .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
  border: 1px solid var(--color__main);
}
body .overflow-row {
  margin-left: calc(-46vw + 700px);
  margin-right: calc(-46vw + 700px);
  padding-left: calc(46vw - 715px);
  padding-right: calc(46vw - 715px);
}
body .rounded-column > .vc_column-inner,
body .rounded-row {
  border-radius: 40px !important;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(17, 86, 229);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(17, 86, 229, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(17, 86, 229, 0);
  }
}
@keyframes pulse-light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
12.0 Media Queries
--------------------------------------------------------------*/
/******* RESPONSIVE    ******/
.trew {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: gray;
  color: #Fff;
  padding: 30px;
  font-size: 18px;
  z-index: 30;
}

.desktop-wide,
.desktop,
.tablet,
.mobile-big,
.mobile-small {
  display: none;
}

.desktop-wide {
  display: block;
}

/* DESKTOP 1920 - 2560 DESKTOP */
@media screen and (min-width: 1920px) {
  .wrapper {
    width: 90vw;
  }
}
/* DESKTOP 1200 - 1920 DESKTOP */
@media screen and (min-width: 1280px) {
  .tablet,
  .mobile-big,
  .mobile-small {
    display: none;
  }
  .desktop {
    display: block;
  }
  .wrapper {
    width: 90vw;
    max-width: 1400px;
  }
}
@media screen and (max-width: 1600px) {
  body .overflow-row {
    margin-left: -3vw;
    margin-right: -3vw;
    padding-left: calc(3vw - 15px);
    padding-right: calc(3vw - 15px);
  }
  .site-header {
    padding: 20px 0 16px;
  }
  .site-branding {
    width: 220px;
  }
}
/* TABLET 760 - 1023 TABLET */
@media screen and (min-width: 760px) {
  .site-menu {
    display: block !important;
  }
  .site-menu > ul > li > ul {
    display: none !important;
  }
  .site-menu > ul > li:hover > ul {
    display: block !important;
  }
}
@media screen and (max-width: 1279px) {
  .desktop-wide,
  .desktop,
  .mobile-big,
  .mobile-small {
    display: none;
  }
  .tablet {
    display: block;
  }
  body .mpt-none {
    padding-top: 0 !important;
  }
  body .mpb-none {
    padding-bottom: 0 !important;
  }
  body .mpl-none {
    padding-left: 0 !important;
  }
  body .mpr-none {
    padding-right: 0 !important;
  }
  body .mpt-very-small {
    padding-top: 25px !important;
  }
  body .mpb-very-small {
    padding-bottom: 25px !important;
  }
  body .mpl-very-small {
    padding-left: 25px !important;
  }
  body .mpr-very-small {
    padding-right: 25px !important;
  }
  body .mpt-small {
    padding-top: 50px !important;
  }
  body .mpb-small {
    padding-bottom: 50px !important;
  }
  body .mpl-small {
    padding-left: 50px !important;
  }
  body .mpr-small {
    padding-right: 50px !important;
  }
  body .mpt-medium {
    padding-top: 70px !important;
  }
  body .mpb-medium {
    padding-bottom: 70px !important;
  }
  body .mpl-medium {
    padding-left: 70px !important;
  }
  body .mpr-medium {
    padding-right: 70px !important;
  }
  body .mpt-big {
    padding-top: 90px !important;
  }
  body .mpb-big {
    padding-bottom: 90px !important;
  }
  body .mpl-big {
    padding-left: 90px !important;
  }
  body .mpr-big {
    padding-right: 90px !important;
  }
  body .mmt-none {
    margin-top: 0 !important;
  }
  body .mmb-none {
    margin-bottom: 0 !important;
  }
  body .mml-none {
    margin-left: 0 !important;
  }
  body .mmr-none {
    margin-right: 0 !important;
  }
  body .mmt-very-small {
    margin-top: 25px !important;
  }
  body .mmb-very-small {
    margin-bottom: 25px !important;
  }
  body .mml-very-small {
    margin-left: 25px !important;
  }
  body .mmr-very-small {
    margin-right: 25px !important;
  }
  body .mmt-small {
    margin-top: 50px !important;
  }
  body .mmb-small {
    margin-bottom: 50px !important;
  }
  body .mml-small {
    margin-left: 50px !important;
  }
  body .mmr-small {
    margin-right: 50px !important;
  }
  body .mmt-medium {
    margin-top: 70px !important;
  }
  body .mmb-medium {
    margin-bottom: 70px !important;
  }
  body .mml-medium {
    margin-left: 70px !important;
  }
  body .mmr-medium {
    margin-right: 70px !important;
  }
  body .mmt-big {
    margin-top: 90px !important;
  }
  body .mmb-big {
    margin-bottom: 90px !important;
  }
  body .mml-big {
    margin-left: 90px !important;
  }
  body .mmr-big {
    margin-right: 90px !important;
  }
  body .mobile-normalize-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .tablet-normalize-column > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .mobile-content-pos-middle {
    align-items: center;
  }
  body .mobile-content-pos-top {
    align-items: flex-start;
  }
  .wrapper {
    width: 720px;
  }
  /* Small menu */
  #toggle {
    display: block;
    position: absolute;
    padding: 5px;
    right: calc(50vw - 370px);
    top: 50%;
    transform: translateY(-50%);
  }
  #toggle .toggle-container {
    width: 24px;
    height: 14px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: relative;
  }
  #toggle .toggle-container .toggle-item {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--color__main);
    border-radius: 0px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    border-radius: 2px;
    transition: 0.25s ease-in-out;
  }
  #toggle .toggle-container .toggle-item:nth-child(1) {
    top: 0px;
  }
  #toggle .toggle-container .toggle-item:nth-child(2), #toggle .toggle-container .toggle-item:nth-child(3) {
    top: 6px;
  }
  #toggle .toggle-container .toggle-item:nth-child(4) {
    top: 12px;
  }
  #toggle.open .toggle-item:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  #toggle.open .toggle-item:nth-child(2) {
    transform: rotate(45deg);
  }
  #toggle.open .toggle-item:nth-child(3) {
    transform: rotate(-45deg);
  }
  #toggle.open .toggle-item:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .main-navigation {
    padding: 0;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 130px);
    margin-right: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.2s ease;
  }
  .main-navigation.toggled div {
    display: block;
  }
  .main-navigation div {
    border-bottom: 1px solid var(--color__main-light);
  }
  .main-navigation div > ul > li > a {
    padding: 20px !important;
  }
  .main-navigation div ul {
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    display: none;
    transition: max-height 0.75s linear;
    background: var(--color__background-header);
  }
  .main-navigation div ul ul {
    border-radius: 0 !important;
  }
  .main-navigation div ul li {
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-size: 2.2rem;
    /*border-top: 1px solid var(--color__main-light);*/
    margin: 0 !important;
  }
  .main-navigation div ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    height: 64px;
    right: 0;
    left: auto;
    width: 64px;
    border-left: 1px solid var(--color__main-light);
  }
  .main-navigation div ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 32px;
    width: 12px;
    height: 12px;
    right: 32px;
    left: auto;
    border-left: 2px solid var(--color__main-light);
    border-bottom: 2px solid var(--color__main-light);
    transform: translate(50%, -75%) rotate(-45deg);
  }
  .main-navigation div ul li.menu-item-has-children > ul {
    transform: none !important;
    padding: 0;
    margin: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
  }
  .main-navigation div ul li.menu-item-has-children > a {
    padding-right: 0;
  }
  .main-navigation div ul li.menu-item-has-children > a:after {
    right: 10px;
  }
  .main-navigation div ul li.menu-item-has-children.toggled > ul {
    display: flex;
  }
  .main-navigation div ul li a {
    display: block;
    padding: 12px 0;
    width: 100%;
  }
  .main-navigation > div > ul > li.offer-submenu > ul::after,
  .main-navigation > div > ul > li.offer-submenu > ul .submenu-text {
    display: none;
  }
  body, button, input, select, textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .h1-size, h1 {
    font-size: 43px;
    font-size: 4.3rem;
  }
  .h2-size, h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .text-xxl {
    font-size: 20px;
    font-size: 2rem;
  }
  .site-header .icon-button {
    font-size: 0px;
    font-size: 0rem;
    text-indent: -9999px;
    padding: 13px;
  }
  .site-header .icon-button .icon-wrapper {
    padding: 0;
    border: none;
    margin: 0;
  }
  .site-header .header-buttons {
    gap: 8px;
    padding-right: 60px;
    margin-left: auto;
  }
  .site-header .wrapper {
    position: static;
  }
  .site-header,
  .site-header.sticky {
    padding: 12px 0;
  }
  .site-header .site-branding,
  .site-header.sticky .site-branding {
    width: 180px;
  }
  a.arrow-link::after, span.arrow-link::after {
    width: 43px;
    height: 40px;
  }
  .offer-tiles-container .offer-tile {
    width: calc(50% - 11px);
  }
  .offer-tiles-container .go-icon {
    display: flex;
  }
  .offer-tiles-container .tile-content {
    margin-top: 48px;
  }
  .offer-tiles-container .offer-tile.toggled {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .offer-tiles-container .offer-tile.toggled .tile-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
  .offer-tiles-container .offer-tile:hover .tile-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
  }
  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
  .posts-list-container .post-tile {
    width: calc(50% - 18px);
  }
  .site-main .post-content .wrapper {
    width: 100%;
  }
  .post-categories {
    margin-bottom: 35px;
  }
  .blog .entry-header, .archive .entry-header, .single-post .entry-header {
    margin-bottom: 40px;
  }
  body {
    padding-top: 75px;
  }
  body .mobile-normalize-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  body .overflow-row {
    margin-left: calc(400px - 50vw);
    margin-right: calc(400px - 50vw);
    padding-left: calc(50vw - 415px);
    padding-right: calc(50vw - 415px);
  }
  body .tablet-mb-sm {
    margin-bottom: 35px !important;
  }
  body .tablet-pt-0 {
    padding-top: 0 !important;
  }
  body .mobile-normalize-column .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* MOBILE 480 - 759 MOBILE */
@media screen and (max-width: 767px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-small {
    display: none;
  }
  .mobile-big {
    display: block;
  }
  .wrapper {
    width: 90%;
  }
  .pagination .page-numbers {
    margin-bottom: 10px;
  }
  .gallery-columns-1 .gallery-item {
    max-width: calc(100% - 20px);
  }
  .gallery-columns-2 .gallery-item {
    max-width: calc(100% - 20px);
  }
  .gallery-columns-3 .gallery-item {
    max-width: calc(50% - 20px);
  }
  .gallery-columns-4 .gallery-item {
    max-width: calc(50% - 20px);
  }
  .gallery-columns-5 .gallery-item {
    max-width: calc(50% - 20px);
  }
  .gallery-columns-6 .gallery-item {
    max-width: calc(33.3333% - 20px);
  }
  .gallery-columns-7 .gallery-item {
    max-width: calc(33.3333% - 20px);
  }
  .gallery-columns-8 .gallery-item {
    max-width: calc(25% - 20px);
  }
  .gallery-columns-9 .gallery-item {
    max-width: calc(33.3333% - 20px);
  }
  .gallery-columns-3 .gallery-item .gallery-icon, .gallery-columns-3 .gallery-item .image {
    height: 105px;
  }
  .gallery .gallery-item {
    margin-top: 10px !important;
  }
  .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .site-footer .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-footer .wrapper > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .site-footer .wrapper .f-right {
    text-align: center;
  }
  .site-footer .f-left span {
    white-space: normal;
  }
  .flip .site-main,
  .site-main {
    padding-left: 0;
  }
  .content-area {
    width: auto;
    float: none;
    padding-left: 0;
  }
  .site-content .widget-area {
    width: 100%;
    float: none;
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #bbb;
  }
  .widget-area .widgets-inner {
    margin-left: 0;
  }
  .page-with-sidebar-container {
    flex-direction: column-reverse;
  }
  .page-with-sidebar-container .content-area {
    width: 100%;
  }
  .widget-area .widget:last-child {
    margin-bottom: 0;
  }
  #toggle .toggle-container {
    width: 21px;
  }
  .site-header .header-buttons {
    padding-right: 36px;
  }
  .site-header .site-branding, .site-header.sticky .site-branding {
    width: 160px;
  }
  .main-navigation div ul li {
    font-size: 19px;
    font-size: 1.9rem;
  }
  input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], input[type=search], textarea, select {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .button, .woocommerce .button, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .single_add_to_cart_button, .woocommerce-cart td.actions input.button, .woocommerce-cart td.actions button, .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, button, input[type=button], input[type=reset], input[type=submit] {
    padding: 11px 14px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  p {
    margin-bottom: 1.2em;
  }
  .text-sm {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .h1-size, h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  .h2-size, h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .h3-size, h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .text-xxl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .button.button-large, button.button-large, input[type=button].button-large, input[type=reset].button-large, input[type=submit].button-large {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 15px 30px;
    border-radius: 24px;
  }
  .icon-button {
    padding: 8px 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .icon-button .icon-wrapper {
    padding: 4px 10px 4px 0;
    margin-right: 10px;
  }
  .icon-button .icon-wrapper img {
    max-height: 20px;
  }
  .site-footer {
    line-height: 1.5;
    text-align: center;
  }
  #toggle {
    right: calc(5vw - 5px);
  }
  .site-header .icon-button {
    padding: 8px;
    border-radius: 8px;
  }
  .icon-button svg {
    max-height: 18px;
  }
  .offer-tiles-container .icon {
    margin-bottom: 25px;
  }
  .offer-tiles-container .offer-tile {
    width: 100%;
    padding: 30px 30px 40px;
    border-radius: 24px !important;
  }
  .offer-tiles-container .tile-content {
    position: relative;
    padding: 0;
    height: 0;
    border: none;
    margin-top: 0;
    background-color: transparent;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .offer-tiles-container .toggled .tile-content {
    height: auto;
    margin-top: 10px;
  }
  form .form-row {
    flex-direction: column;
  }
  .wpcf7-list-item-label {
    padding-left: 25px;
  }
  .checkboxes {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .blog .site-content, .archive .site-content, .single-post .site-content {
    padding-top: 50px;
  }
  .blog h1.section-subtitle, .archive h1.section-subtitle, .single-post h1.section-subtitle {
    margin-bottom: 40px !important;
  }
  .blog .offer-section, .archive .offer-section, .single-post .offer-section {
    margin-top: 50px;
  }
  .posts-list-container {
    gap: 24px;
  }
  .posts-list-container .post-tile {
    width: 100%;
    padding: 36px 30px 45px;
  }
  .featured-posts {
    margin-top: 50px;
    padding-top: 50px;
  }
  .featured-posts .title {
    margin-bottom: 30px;
  }
  .prefooter .scrolltop {
    padding-top: 0 !important;
    margin-top: -50px;
  }
  .prefooter .scrolltop img {
    width: 50px;
  }
  fieldset.horizontal-fields {
    gap: 10px;
    flex-direction: column;
  }
  fieldset.horizontal-fields label.radio {
    width: 100%;
  }
  label.radio > span::before {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }
  label.radio > span {
    padding: 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  label.radio > span::after {
    left: 16px;
    width: 8px;
    height: 8px;
  }
  #calendar .fc-day {
    padding: 3px 2px;
  }
  #calendar .fc-toolbar-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-section {
    margin-bottom: 20px;
  }
  .calendar-fields-container .date-summary-container {
    width: 100%;
    flex-direction: column;
    padding: 12px;
    gap: 8px;
  }
  body {
    padding-top: 59px;
    overflow-x: hidden;
    /*.home-hero [style*="c1b0a4"]{ text-shadow: 1px 1px 0 var(--color__text-main); }*/
  }
  body .phone-mt-0 {
    margin-top: 0 !important;
  }
  body .phone-mb-0 {
    margin-bottom: 0 !important;
  }
  body .phone-mb-sm {
    margin-bottom: 25px !important;
  }
  body .phone-mb-md {
    margin-bottom: 40px !important;
  }
  body .phone-mt-sm {
    margin-top: 25px !important;
  }
  body .phone-mt-md {
    margin-top: 40px !important;
  }
  body .phone-pl-xs {
    padding-left: 10px !important;
  }
  body .phone-pr-xs {
    padding-right: 10px !important;
  }
  body .phone-pt-0 {
    padding-top: 0 !important;
  }
  body .phone-pb-0 {
    padding-bottom: 0 !important;
  }
  body .phone-pl-0 {
    padding-left: 0 !important;
  }
  body .phone-pr-0 {
    padding-right: 0 !important;
  }
  body .phone-py-md {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  body .phone-pt-md {
    padding-top: 50px !important;
  }
  body .phone-pb-md {
    padding-bottom: 50px !important;
  }
  body .phone-py-md {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  body .phone-column-py-md .vc_column-inner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  body .phone-column-py-sm .vc_column-inner {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  body .phone-column-px-sm .vc_column-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded, body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 16px !important;
  }
  body .rounded-column > .vc_column-inner, body body .rounded-row {
    border-radius: 24px !important;
  }
  body .hide-on-phone {
    display: none !important;
  }
  body .overflow-row {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: calc(5vw - 15px);
    padding-right: calc(5vw - 15px);
    border-radius: 0 !important;
  }
  body .home-hero {
    background-image: none !important;
  }
}
/* MOBILE 320 - 479 MOBILE */
@media screen and (max-width: 479px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-big {
    display: none;
  }
  .mobile-small {
    display: block;
  }
  .wrapper {
    width: 90%;
  }
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    width: 100%;
  }
  .gallery-columns-4 .gallery-item {
    width: 100%;
  }
  .gallery-columns-5 .gallery-item {
    width: 50%;
  }
  .gallery-columns-6 .gallery-item {
    width: 50%;
  }
  .gallery-columns-7 .gallery-item {
    width: 50%;
  }
  .gallery-columns-8 .gallery-item {
    width: 50%;
  }
  .gallery-columns-9 .gallery-item {
    width: 33%;
  }
}
body[data-theme=dark] input[type=text], body[data-theme=dark] input[type=tel], body[data-theme=dark] input[type=email], body[data-theme=dark] input[type=url], body[data-theme=dark] input[type=password], body[data-theme=dark] input[type=search], body[data-theme=dark] textarea, body[data-theme=dark] select, body[data-theme=dark] label.radio > span {
  background-color: #333;
}
body[data-theme=dark] .prefooter img,
body[data-theme=dark] .vc_tta img,
body[data-theme=dark] .wcag-actions img,
body[data-theme=dark] .bip-link img {
  filter: brightness(100);
}
body[data-theme=dark] [style="color: #74b463;"],
body[data-theme=dark] [style="color: #5dbf42;"] {
  color: yellow !important;
}
body[data-theme=dark] [style="color: #383737;"] {
  color: #fff !important;
}
body[data-theme=dark] .project-slide-tile,
body[data-theme=dark] .post-tile,
body[data-theme=dark] .project-tile {
  background-color: #111 !important;
}
body[data-theme=dark] .slick-slider .slick-arrow {
  background-color: yellow;
}
body[data-theme=dark] .slick-slider .slick-arrow:before {
  border-color: #000 !important;
}
body[data-theme=dark] .projects-slider-container::before {
  display: none !important;
}
body[data-theme=dark] .vc_tta.vc_tta-style-modern .vc_tta-tab > a,
body[data-theme=dark] .vc_tta.vc_tta-style-modern .vc_tta-panel-body,
body[data-theme=dark] .vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
  background-image: none !important;
}
body[data-theme=dark] .give-tax-row,
body[data-theme=dark] .vc_section.vc_section-has-fill,
body[data-theme=dark] .contact-section-container,
body[data-theme=dark] .page-banner-container {
  background-image: none !important;
  background-color: #111 !important;
}
body[data-theme=dark] .contact-section-container .h2-size {
  color: #fff !important;
}
body[data-theme=dark].post-type-archive-projects .site-main, body[data-theme=dark].single-news .post-article, body[data-theme=dark].single-projects .post-article {
  background-color: #000 !important;
}
body[data-theme=dark] .news-post-tile .post-tile-content {
  background-color: #333;
}
body[data-theme=dark] .fb-section .section-heading,
body[data-theme=dark] .fb-section .fb-link {
  color: #fff;
}
