/*!
Theme Name: leasinguje
Theme URI: http://weblance.pl/
Author: Weblance.pl
Author URI: http://weblance.pl/
Description: Profesjonalny motyw strony WWW
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weblance.pl
Tags: weblance
*/

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

:root {
	--width: 1520px;

	--font-family: "Comfortaa", sans-serif;
	--font-header: var(--font-family);
	--font-sing: "Allura", cursive;

	--font-size-h1: 48px;
	--font-size-h2: 44px;
	--font-size-h3: 34px;
	--font-size-h4: 24px;
	--font-size-h5: 19px;
	--font-size-h6: 16px;

	--font-size-big: 13px;
	--font-size-normal: 12px;
	--font-size-small: 10px;
	--font-size-smaller: 8px;

	--spacing-xxl: 50px;
	--spacing-xl: 45px;
	--spacing-lg: 30px;
	--spacing-md: 17px;
	--spacing-sm: 13px;
	--spacing-xs: 9px;
	--spacing-xxs: 4px;

	--color: #e9e9e9;
	--white: #fff;
	--black: #000;
	--blackTrans: rgba(0, 0, 0, 0.76);
	--whiteTrans: rgba(255, 255, 255, 0.36);
	--blackTransLight: rgba(0, 0, 0, 0.36);
}

/* >= 480px */
@media (min-width: 480px) {
	:root {
		--font-size-h1: 50px;
		--font-size-h2: 46px;
		--font-size-h3: 36px;
		--font-size-h4: 28px;
		--font-size-h5: 20px;
		--font-size-h6: 17px;

		--font-size-big: 14px;
		--font-size-normal: 13px;
		--font-size-small: 11px;
		--font-size-smaller: 9px;

		--spacing-xxl: 60px;
		--spacing-xl: 50px;
		--spacing-lg: 34px;
		--spacing-md: 18px;
		--spacing-sm: 14px;
		--spacing-xs: 10px;
		--spacing-xxs: 5px;
	}
}

/* >= 786px */
@media (min-width: 786px) {
	:root {
		--font-size-h1: 54px;
		--font-size-h2: 50px;
		--font-size-h3: 38px;
		--font-size-h4: 30px;
		--font-size-h5: 21px;
		--font-size-h6: 18px;

		--font-size-big: 15px;
		--font-size-normal: 14px;
		--font-size-small: 12px;
		--font-size-smaller: 10px;

		--spacing-xxl: 68px;
		--spacing-xl: 58px;
		--spacing-lg: 36px;
		--spacing-md: 20px;
		--spacing-sm: 15px;
		--spacing-xs: 11px;
		--spacing-xxs: 6px;
	}
}

/* >= 900px */
@media (min-width: 900px) {
	:root {
		--font-size-h1: 58px;
		--font-size-h2: 54px;
		--font-size-h3: 42px;
		--font-size-h4: 32px;
		--font-size-h5: 23px;
		--font-size-h6: 19px;

		--font-size-big: 16px;
		--font-size-normal: 15px;
		--font-size-small: 13px;
		--font-size-smaller: 11px;

		--spacing-xxl: 75px;
		--spacing-xl: 65px;
		--spacing-lg: 40px;
		--spacing-md: 22px;
		--spacing-sm: 16px;
		--spacing-xs: 12px;
		--spacing-xxs: 7px;
	}
}

/* >= 1100px */
@media (min-width: 1100px) {
	:root {
		--font-size-h1: 62px;
		--font-size-h2: 58px;
		--font-size-h3: 45px;
		--font-size-h4: 35px;
		--font-size-h5: 25px;
		--font-size-h6: 20px;

		--font-size-big: 17px;
		--font-size-normal: 16px;
		--font-size-small: 14px;
		--font-size-smaller: 12px;

		--spacing-xxl: 85px;
		--spacing-xl: 70px;
		--spacing-lg: 42px;
		--spacing-md: 25px;
		--spacing-sm: 18px;
		--spacing-xs: 13px;
		--spacing-xxs: 8px;
	}
}

/* >= 1400px */
@media (min-width: 1400px) {
	:root {
		--font-size-h1: 65px;
		--font-size-h2: 60px;
		--font-size-h3: 47px;
		--font-size-h4: 37px;
		--font-size-h5: 27px;
		--font-size-h6: 21px;

		--font-size-big: 18px;
		--font-size-normal: 17px;
		--font-size-small: 15px;
		--font-size-smaller: 13px;

		--spacing-xxl: 90px;
		--spacing-xl: 80px;
		--spacing-lg: 45px;
		--spacing-md: 27px;
		--spacing-sm: 18px;
		--spacing-xs: 14px;
		--spacing-xxs: 9px;
	}
}

/* >= 1600px */
@media (min-width: 1600px) {
	:root {
		--font-size-h1: 70px;
		--font-size-h2: 65px;
		--font-size-h3: 52px;
		--font-size-h4: 42px;
		--font-size-h5: 32px;
		--font-size-h6: 22px;

		--font-size-big: 19px;
		--font-size-normal: 18px;
		--font-size-small: 16px;
		--font-size-smaller: 14px;

		--spacing-xxl: 100px;
		--spacing-xl: 90px;
		--spacing-lg: 50px;
		--spacing-md: 30px;
		--spacing-sm: 20px;
		--spacing-xs: 15px;
		--spacing-xxs: 10px;

	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: var(--font-size-h1);
}

h2 {
	font-size: var(--font-size-h2);
}

h3 {
	font-size: var(--font-size-h3);
}

h4 {
	font-size: var(--font-size-h4);
}

h5 {
	font-size: var(--font-size-h5);
}

h6 {
	font-size: var(--font-size-h6);
}

p {
	margin: 0;
	margin-bottom: 1rem;
}




/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-size: var(--font-size-normal) !important;
	font-family: var(--font-family) !important;
	color: var(--color) !important;
	background: var(--black);
	max-width: 100%;
	overflow-x: hidden;
	overflow-wrap: break-word;
}

/**
 * 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.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}


img,
video,
.infinite-scroll.neverending {
	max-width: 100%;
	height: auto;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
}

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

p {
	margin-bottom: 1.5em;
}

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


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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

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


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	list-style: decimal;
}

ul li {
	margin: 0 auto;
	margin-bottom: var(--spacing-xxs);
}


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

dt {
	font-weight: 700;
}


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

img {
	height: auto;
	max-width: 100%;
}



/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 1331px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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


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


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

.bypostauthor {
	display: block;
}



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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container {
	max-width: calc(var(--width) + calc(var(--spacing-lg) * 2));
	width: 100%;
	padding: 0 var(--spacing-lg);
	margin: 0 auto;
}




.button {
	border: 1px solid var(--color);
	padding: var(--spacing-sm);
	display: inline-block;
	color: var(--white);
	text-decoration: none;
	background: transparent;
	transition: .3s all;
	padding-right: calc(var(--spacing-xs) * 4);
	position: relative;
}

.button:hover {
	transform: scale(1.05);
}

.button::before {
	/* content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M10.5 25.5L25.5 10.5" stroke="%2300AEEF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5 10.5H25.5V25.5" stroke="%2300AEEF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); */
	content: '';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M10.5 25.5L25.5 10.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5 10.5H25.5V25.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: var(--spacing-xxs);
	z-index: 1;
	font-weight: 300;
	width: calc(var(--spacing-sm) + var(--spacing-xs));
	height: calc(var(--spacing-sm) + var(--spacing-xs));
	aspect-ratio: 1 / 1;
	display: inline-block;
}

.button-bottom {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--color);
	padding: var(--spacing-sm);
	color: var(--color);
}

.button-bottom::before {
	display: none;
}

.section-title {
	font-size: var(--font-size-h3);
	line-height: calc(var(--font-size-h3)*1);
	position: relative;
	font-weight: 400;
	font-family: var(--font-header);
	padding-bottom: var(--spacing-lg);
}

.section-title p {
	margin: 0;
	padding: 0;
}

.py-xl {
	padding: var(--spacing-xl) 0;
}

.pb-sm {
	padding-bottom: var(--spacing-sm);
}

.contact_form {
	max-width: calc(var(--spacing-xxl) * 5.8);
	margin: 0 auto;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel] {
	width: 100%;
	border: 2px solid var(--white);
	padding: var(--spacing-sm) var(--spacing-md);
	border-radius: 0;
	background: var(--colorLighter);
	font-size: var(--font-size-small);
	color: var(--color);
}

.contact_form p {
	margin-bottom: var(--spacing-sm) !important;
}

.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder,
.contact_form input[type=tel]::placeholder {
	color: var(--white);
}

.contact_form input[type=submit] {
	border-radius: 0;
	background: var(--white);
	color: var(--black);
	outline: none;
	border: none;
	font-size: var(--font-size-small);
	padding: var(--spacing-xs) var(--spacing-lg);
	display: block;
	margin-left: auto;
	max-width: fit-content;
	font-weight: 700;
}

.contact_form .wpcf7-acceptance {
	display: block;
	margin-bottom: 34px;
}

.contact_form .wpcf7-acceptance label {
	font-weight: 400;
	line-height: var(--spacing-md);
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 0;
	padding-left: 38px;
	position: relative;
	max-width: none;

}

.contact_form .wpcf7-acceptance label input {
	display: none;
}


.contact_form .wpcf7-acceptance label::before {
	content: "";
	width: var(--spacing-md);
	height: var(--spacing-md);
	border: 2px solid var(--white);
	display: block;
	transition: 0.3s all;
	position: absolute;
	top: 0;
	left: 0;
}

.contact_form .wpcf7-acceptance label:hover::before {
	background: var(--colorLighter);
}

.contact_form .wpcf7-acceptance label:has(input:checked)::before {
	background: var(--white);
	border-color: var(--white);
}

.contact_form .wpcf7-acceptance .wpcf7-list-item-label {
	width: 100%;
	display: block;
}


.contact_form .wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin: 0;
	padding: 0;
}

.contact-form .wpcf7-spinner {
	display: none;
}

.single-post-content {
	padding: var(--spacing-xxl) 0;
}

.single-post-content-thumb {
	padding-bottom: var(--spacing-lg);
}

.single-post-content-thumb img {
	max-height: calc(var(--spacing-xxl) * 4.5);
	object-fit: cover;
	display: block;
}

.events-date{
	padding-top: var(--spacing-md);
}