/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html {
	scroll-padding-top: -40px;
}

[id] {
	scroll-margin-top: -40px;
}

.lights{
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(5, 1, 0, 0.142857) 7.14%, rgba(28, 4, 3, 0.285714) 14.29%, rgba(56, 14, 9, 0.428571) 21.43%, rgba(86, 26, 19, 0.571429) 28.57%, rgba(119, 39, 29, 0.714286) 35.71%, rgba(153, 52, 40, 0.857143) 42.86%, #BC4234 50%, rgba(153, 52, 40, 0.857143) 57.14%, rgba(119, 39, 29, 0.714286) 64.29%, rgba(86, 26, 19, 0.571429) 71.43%, rgba(56, 14, 9, 0.428571) 78.57%, rgba(28, 4, 3, 0.285714) 85.71%, rgba(5, 1, 0, 0.142857) 92.86%, rgba(0, 0, 0, 0) 100%);
}
.lights-v2{
  background: linear-gradient(90deg, #BC4234 0%, rgba(153, 52, 40, 0.857143) 19.4%, rgba(153, 52, 40, 0.857143) 27.57%, rgba(119, 39, 29, 0.714286) 35.75%, rgba(119, 39, 29, 0.714286) 46.11%, rgba(86, 26, 19, 0.571429) 54.89%, rgba(86, 26, 19, 0.571429) 65.05%, rgba(56, 14, 9, 0.428571) 76.02%, rgba(28, 4, 3, 0.285714) 85.38%, rgba(5, 1, 0, 0.142857) 92.86%, rgba(0, 0, 0, 0) 100%);
}
.txt-link-1,
.menu-item a, .pra-language-switcher__link{
  position: relative;
  text-decoration: none;
}

.menu-item a {
  width: fit-content !important;
}

.txt-link-1::before,
.menu-item a::before, .pra-language-switcher__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.txt-link-1:hover::before,
.menu-item a:hover::before,
.pra-language-switcher__link:hover::before,
.menu-item a[aria-current="page"]::before, .pra-language-switcher__link.is-active::before {
  transform: scaleX(1) !important;
}
.show-after-hero {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pra-language-switcher {
	display: inline-flex;
	align-items: center;
	font: inherit;
}

.pra-language-switcher .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pra-language-switcher__list {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* .pra-language-switcher__item:not(:last-child)::after {
	margin-left: 8px;
	content: "/";
	opacity: 0.45;
} */

.pra-language-switcher__link {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0.6;
	transition: opacity 0.2s ease;
}

.pra-language-switcher__link:hover,
.pra-language-switcher__link:focus,
.pra-language-switcher__link.is-active {
	opacity: 1;
}

.pra-language-switcher__dropdown {
	position: relative;
	display: none;
}

.pra-language-switcher__button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 0 2px;
	border: 0;
	background-color: transparent;
	color: inherit;
	font: inherit;
	text-transform: uppercase;
	cursor: pointer;
}

.pra-language-switcher__button::after {
	width: 7px;
	height: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	content: "";
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.2s ease;
}

.pra-language-switcher__button[aria-expanded="true"]::after {
	transform: rotate(225deg) translateY(-1px);
}

.pra-language-switcher__menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 20;
	min-width: 72px;
	margin: 0;
	padding: 0px 0;
	list-style: none;
	background: #fff;
	color: #1b1b1b;
	border: 1px solid rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.pra-language-switcher__button[aria-expanded="true"] + .pra-language-switcher__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pra-language-switcher__menu-link {
	display: block;
	padding: 6px 14px;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0.6;
}

.pra-language-switcher__menu-link:hover,
.pra-language-switcher__menu-link:focus,
.pra-language-switcher__menu-link.is-active {
	opacity: 1;
}

@media (max-width: 768px) {
	.pra-language-switcher__list {
		display: none;
	}

	.pra-language-switcher__dropdown {
		display: inline-block;
	}
}
