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


/* Services archive filter buttons */

div #brxe-sjzggp.brxe-posts {
  overflow: visible;
}

.brxe-button.active {
  border: 2px solid #0075be !important;
  color: #0075be !important; 
}


/* Home swiper */

.home-slider_slide-wrap.is-2-col {
	text-align: start;
	display: flex;
	column-gap: 10rem;
	flex-direction: row;
	justify-content: space-between;
	max-width: 130rem;
}

.home-slider_2-col-bg {
	position: absolute;
	height: 100%;
	left: -20%;
	z-index: -1;
	top: auto;
	bottom: auto;
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-slider_2-col-image {
	object-fit: cover;
	width: 50rem;
	height: 50rem;
	border-radius: 50%;
}

.home-slider_2-col-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	height: 100%;
	gap: 2rem;
}

.home-swiper {
	position: relative;
}

.home-swiper_nav-wrap {
	position: relative;
	width: 100%;
	margin-top: -2.5rem;
	padding-bottom: 2.5rem;
	z-index: 3;
}

.home-swiper_buttons-wrap {
	width: 100%;
	display: flex;
	gap: 2rem;
	justify-content: end;
	cursor: pointer;
}

.swiper-btn-prev, .swiper-btn-next {
	height: 5rem;
	width: 5rem;
	background-color: white;
	display: flex;
    justify-content: center; 
    align-items: center;
	border: 1px solid var(--bricks-color-gbjqqy);
    border-radius: 3px;
	box-shadow: 1px 1px 22px 2px rgba(6, 36, 55, 0.21);
}

.section_home-hero {
	overflow: hidden;
}

.swiper-slide {
	position: relative;
	overflow: hidden;
}

.home-slider_video-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #a8deff;
	opacity: 0.65;
}

.home-slider_video {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	pointer-events: none;
	transform: scale(1.3);
	 background-size: cover;
  background: no-repeat center;

  
}

.home-slider_slide-wrap {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	gap: 2rem;
	min-height: 80vh;
	margin: auto;
	text-align: center;
}

.home-slider_slide-wrap.is-centered {
	max-width: 100rem;
}


.home-slider_heading {
	font-size: clamp(3.2rem, calc(3.2rem + ((1vw - 0.32rem) * 2.0455)), 5rem);
}

.home-slider_button-wrap {
	margin-top: 2rem;
	display: flex;
	gap: 2rem;
}


@media (max-width: 991px) {
	.home-slider_slide-wrap.is-2-col {
		flex-direction: column-reverse;
    	justify-content: space-between;
	}
	
	.home-slider_2-col-image {
		width: 100%;
		border-radius: 6px;
		height: 100%;
		flex-grow: 1;
	}
	
	.home-swiper_buttons-wrap {
		padding-right: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 1.7045)), 2.5rem);
	}
	
	.home-slider_slide-wrap {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	
	.home-slider_video {
		transform: scale(3.5);
}
}


/* Hide sub-categories by default */
.accordion .sub-categories {
  	opacity: 0;
    overflow: hidden;
  	height: 0px;
  	transition: 0.3s ease-in-out;
}

.accordion-section.active .sub-categories {
	opacity: 100;
  
}


.accordion-section a {
	padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  border-radius: 3px;
  width: 100%;
  font-size: 1.5rem;
  pointer: cursor;
  text-transform: none;
  
}

.accordion-section a:hover {
	background-color: #E8F6FF;
	color: #0175BD;
}


/* Style links and cursor for interaction */


/* Add styling as needed */

.accordion-section h2 {
	font-size: 1.5rem;
  display: flex;
  align-content: stretch;
}

li.accordion-section {
  list-style-type: none;
  padding-left: 0px;
  
}


ul.accordion {
	padding: 0px;
}


.accordion-section .icon {
	transition: transform 0.3s ease-in-out;
  padding: 0rem 2rem;
  display: flex;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
}

.accordion-section .icon:hover {
	background-color: #E8F6FF;
	color: #0175BD;
}


.accordion-section.active .icon::before {
    transform: rotate(180deg);
}

.accordion-section .icon::before {
  	transition: 0.3s ease-in-out;
}


.accordion-section.current-cat h2 {
	background-color: #0175BD;
	border-radius: 3px;
	color: white;
}


.accordion-section.current-cat h2 > a:hover {
	background-color: #00568f;
	color: white;
}

.accordion-section.current-cat h2 > i:hover {
	background-color: #00568f;
	color: white;
}

.accordion-section .sub-categories a {
	color: #062436;
	font-weight: normal;
}

.accordion-section ul {
  list-style-type: none;
  padding-left: 0px;
  
}


@media only screen and (max-width: 765px) {
	.accordion-section .sub-categories {
		
	}
	
	.accordion-section .icon, .accordion-section a, .accordion-section.current-cat h2 {
		border-radius: 0px;
	}
}







.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a {
	font-size: 1.2rem;
	padding: 5px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a:hover {
	color: #F0F0F1;
}



#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: #072436;
}



.mega-nav-shop-btn a:hover {
	background-color: #bd6500 !important;

}



.mega-nav-shop-btn a {
	background-color: #EF7C01 !important;
	border-radius: 3px !important;
	padding: 18px 20px !important;
	transition: all 0.3s ease-in !important;
margin-left: 3rem !important;
	height: auto !important;
	line-height: 1.3rem !important;
	color: white !important;
	font-size: 1.4rem !important;
	font-weight: 700 !important;
}


@media (max-width: 768px) {
	.mega-nav-shop-btn a {
		margin-left: 2rem !important;
		margin-right: 2rem !important;
		margin-top: 3rem !important;
		text-align: center !important;
	}
}	



/* Pagrindinio mes darome slides */
.we-slides .splide__slide.is-active {
  transform: scale(1.9);
  transition: transform 0.3s ease-in-out;
  z-index: 2;
  filter: grayscale(0) !important;

}

.we-slides .splide__slide {
  pointer-events: none;
  cursor: default;
}



.we-slides .splide__slide.is-active .brxe-image img {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease-in-out;
    filter: grayscale(0) !important;
}

.we-slides .x-slider_slide.splide__slide .brxe-image img {
  border-radius: 50%;
  filter: grayscale(100%);

}




.single-product_tab-menu.brxe-block {
	padding: 2rem !important;
}




#brx-header {
	position: sticky;
	top: -50px;
	z-index: 99;
}


.about-us_rich-text h3 {
margin-bottom: 1.6rem;
margin-top: 3.2rem;
}



.career-page_excerpt-rich h4 {
	font-size: 1.6rem;
	color: #072436;
}


.career-page_rich-text h4 {
	    font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.2273)), 1.6rem)

}


.single-product-banner_h2 {
	color: white;
	z-index: 1
}

.rich-text h3, h4, h5 {
	margin-bottom: 1rem;
		margin-top: 2rem;
}

.rich-text h4 {
	font-size: 2rem
}


.single-product-banner_section {
padding: 4rem 2.5rem;
position: relative;
background-size: cover;
background-repeat: no-repeat;

}

.single-product-banner_overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 117, 190, 0.8)
}




.text-link {
  
  position: relative;

}

.text-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.1em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}



.tg-0qq2 {
font-family:inherit !important;
font-size:14px !important;
}


.wpml-ls-current-language span {
	text-decoration: underline;
}


body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto;
}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 2%;
}