/**
 * Theme Name:     BlankSlate Child
 * Author:         Michael Prusakowski
 * Template:       blankslate
 * Text Domain:	   blankslate-child
 * Description:    Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I
 */

:root {
  --mobileBreakpoint: 767px;
  --tabletBreakpoint: 1024px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

html {
	scroll-behavior: smooth
}

body {
	line-height: 1
}

a {
	text-decoration-skip-ink: auto
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none
}

button {
	outline: 0
}

ol,
ul {
	list-style: disc;
	padding: 0px 40px;
}

li {
	padding-bottom: 10px;
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

q {
	display: inline;
	font-style: italic
}

q:before {
	content: '"';
	font-style: normal
}

q:after {
	content: '"';
	font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type="search"] {
	-webkit-appearance: textfield
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th,
td {
	padding: 2px
}

big {
	font-size: 120%
}

small,
sup,
sub {
	font-size: 80%
}

sup {
	vertical-align: super
}

sub {
	vertical-align: sub
}

dd {
	margin-left: 20px
}

kbd,
tt {
	font-family: courier;
	font-size: 12px
}

ins {
	text-decoration: underline
}

del,
strike,
s {
	text-decoration: line-through
}

dt {
	font-weight: bold
}

address,
cite,
var {
	font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal
}

.screen-reader-text:focus {
	background-color: #f7f7f7;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #007acc;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap
}

/* ---------------------- Tags ---------------------- */

html, body {
	font-family: "Raleway", "sans-serif" !important;
	/*background-color: #24241e;*/
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px !important;
}

h1 {
	font-size: 2.125rem;
	font-weight: bolder;
}

h2 {
	font-size: 1.875rem;
	font-weight: bolder;
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

h4 {
	font-size: 1.25rem;
	font-weight: bold;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

a:link {
  color: unset !important;
  text-decoration: underline !important;
}

a:visited {
  color: unset !important;
  text-decoration: underline !important;
}

a:hover {
  color: unset !important;
  text-decoration: underline !important;
}

a:active {
  color: unset !important;
  text-decoration: underline !important;
}

a:focus {
  color: unset !important;
}

/* ---------------------- Footer ---------------------- */

.footer {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.footerLinks {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    text-align: center;
}

.footerLogoWrapper {
	margin-bottom: 50px;
}

.footerLogoWrapper .col {
	display: flex;
    justify-content: center;
}

.footerCopyrightWrapper {
	margin-bottom: 50px;
}

.footerCopyrightWrapper .col {
	display: flex;
    justify-content: center;
}

.footerDivider {
	border-top: 1px solid #000;
	margin: 50px 0px !important;
	opacity: 1 !important;
	width: 90%;
}

@media (min-width: 0px) {
	.footerLinks {
	    flex-direction: column;
	}

	.footerLink {
		margin-bottom: 20px;
	}
}

/*@media (min-width: var(--mobileBreakpoint)) {
	.footerLinks {
	    flex-direction: row;
	}

	.footerLink {
		margin-right: 20px;
	}
}*/

@media (min-width: 767px) {
	.footerLinks {
	    flex-direction: row;
	}

	.footerLink {
		margin-right: 20px;
	}
}

/* ---------------------- Header ---------------------- */

#headerSpacer {
	display: flex;
}

#headerContainer {
	background-color: #fff;
	padding: 20px 0px;
	border-bottom: 1px solid #a9a9a9;
}

#headerNavigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#headerNavigation div {
	margin-right: 20px;
}

.headerLink {
	display: flex;
    align-items: center;
    text-wrap-mode: nowrap;
}

.headerLink a {
	display: flex;
    align-items: center;
}

.headerLink img {
	margin: 15px
}

.logoContainer a:link {
	color: unset !important;
	text-decoration: none !important;
}

.logoContainer a:visited {
	color: unset !important;
	text-decoration: none !important;
}

.logoContainer a:hover {
	color: unset !important;
	text-decoration: none !important;
}

.logoContainer a:active {
	color: unset !important;
	text-decoration: none !important;
}

.logoContainer a:focus {
	color: unset !important;
}

.navigationLinks {
	display: flex;
}

.mobileMenu {
	background-image: url("/wp-content/uploads/2024/12/burger-menu.png");
	background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    cursor: pointer;
}

.mobileMenuOverlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.95);
	cursor: pointer;
}

.mobileMenuOverlayContent {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mobileMenuLinks {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobileMenuLink {
	margin-bottom: 40px;
}

.mobileMenuLink a:link {
	color: unset !important;
	text-decoration: none !important;
}

.mobileMenuLink a:visited {
	color: unset !important;
	text-decoration: none !important;
}

.mobileMenuLink a:hover {
	color: unset !important;
	text-decoration: none !important;
}

.mobileMenuLink a:active {
	color: unset !important;
	text-decoration: none !important;
}

.mobileMenuLink a:focus {
	color: unset !important;
}

@media (min-width: 0px) {
	#header .container .row .col {
		padding: 0px;
	}

	.logoContainer h2 {
		font-size: 1.1rem;
	}

	.logoContainer img {
		width: 40px;
		height: 40px;
	}

	.mobileMenu {
		display: flex;
	}

	.navigationLinks {
		display: none;
	}
}

@media (min-width: 767px) {
	#header .container .row .col {
		padding: unset;
	}

	.logoContainer h2 {
		font-size: 1.4rem;
	}
	
	.logoContainer img {
		width: 45px;
		height: 45px;
	}
}

@media (min-width: 1024px) {
	.logoContainer h2 {
		font-size: 1.875rem;
	}

	.logoContainer img {
		width: 50px;
		height: 50px;
	}

	.mobileMenu {
		display: none;
	}

	.navigationLinks {
		display: flex;
	}
}

/* ---------------------- Cookie Button ---------------------- */

.cookie-settings-wrapper {
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

.cookie-settings {
	appearance: none;
	display: inline;
	font: inherit;
	background: initial;
	border: initial;
	padding: initial;
	color: unset;
	text-decoration: underline;
}

.cookie-settings::part(button-contents) {
	display: inline;
}

.cookie-settings:active {
	color: unset;
	text-decoration: underline;
}

/* ---------------------- Home service images ---------------------- */

.serviceImage {
	transform: scale(0.98);
}

.serviceImage:hover,
.serviceImage:focus {
	transform: scale(1);
}

.serviceImageLink div div {
	width: 100%;
	height: 100%;
}

/* ---------------------- Sections ---------------------- */

.section {
	scroll-margin-top: 250px;
}