/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

a {
	transition: color .3s ease;
}

a.word-break {
	word-break: break-word;
}

/* list */
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {
	margin-bottom: 0.9rem!important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-bottom: 0.9rem!important;
}

/* center list */
.center-list div ul {
	list-style-position: inside;
	padding-left: 0;
}

.center-list div ul li span {
	margin-left: -10px;
}

/*
a svg {
	transition: opacity .2s ease!important;
}

a svg:hover {
	opacity: 0.7;
}*/

/* Icon fix */
.elementor-icon-wrapper,
.elementor-icon-wrapper .elementor-icon {
	line-height: 0!important;
}

.icon-image .elementor-icon svg {
    width: 100%!important;
	height: auto!important;
}

.elementor-icon svg {
	transition: fill .2s ease;
}

/* Icon List Fix */
.elementor-icon-list-item a {
	align-items: center!important;
}

.elementor-icon-list-item .elementor-icon-list-icon svg {
	transition: fill 0.2s ease;
}

.elementor-icon-list-item .elementor-icon-list-text {
	transition: color 0.2s ease;
}

.elementor-icon-list-icon {
	line-height: 0!important;
}

/* Icon Button Fix */
.elementor-button-content-wrapper .elementor-button-icon {
    display: flex;
    align-items: center;
}

/* Elementor Icon normalize */
.icon-normal .elementor-icon-wrapper .elementor-icon svg {
	height: auto!important;
}

/* responsive icons */
.icon-rspn .elementor-icon-wrapper .elementor-icon svg {
	display: block;
	max-width: 100%!important;
	height: auto!important;
}

/* Icon hover transition */
a.elementor-icon i {
	transition: color 0.3s ease;
}

/* Webkit shear x fix */
#Search::-webkit-search-cancel-button {
    color: var( --e-global-color-primary );
}

/* remove button outline 
[type=submit], 
[type=submit]:focus,
button,
button:focus {
    outline: none!important;
	border: none;
}*/

/* Remove field focus-visible 
:focus-visible {
    outline: none;
}*/

/* remove safari form styling */
input[type=text], input[type=email], input[type=tel], textarea, input[type=button] {   
    -webkit-appearance: none;
    -moz-appearance: none;
	-webkit-border-radius: 0;
    appearance: none;
}

/* Visually Hidden */
.visually-hidden {
	font-size: 0!important;
	width: 1px!important;
	height: 1px!important;
	display: inline-block!important;
	overflow: hidden;
	position: absolute!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	clip: rect(1px,1px,1px,1px);
}

.elementor-editor-active .visually-hidden {
font-size: inherit!important;
	width: inherit!important;
	height: inherit!important;
	display: inherit!important;
	overflow: inherit!important;
	position: inherit!important;
	border: inherit!important;
	padding: inherit!important;
	margin: inherit!important;
}

/* popup close button */
.dialog-close-button svg {
	transition: fill 0.3s ease;
}

/* anchor offset 
body:not(.elementor-editor-active) .elementor-menu-anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
	pointer-events: none;
}

@media (max-width: 1024px) {
	body:not(.elementor-editor-active) .elementor-menu-anchor {
		top: -100px;
	}
}

@media (max-width: 767px) {
	body:not(.elementor-editor-active) .elementor-menu-anchor {
		top: -74px;
	}
}*/

/* Hidden Yoast Breadcrumbs */
.hidden-breadcrumbs {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* instagrm feed fix */
#sb_instagram #sbi_images {
	padding: 0;
}

/************/
/* Specific */
/************/
/* Typography */
.font-wide {
	font-stretch: 120%;
}

.display-wide {
	font-stretch: 120%;
}

@media (max-width: 767px) {
	.display-wide {
		font-stretch: 100%;
	}
}

/* buttons */
a.elementor-button-link {
	position: relative
}

.btn-dark a.elementor-button-link {
	color: var(--e-global-color-2896ca9);
	border-color: #000;
}

.btn-dark a.elementor-button-link:hover {
	color: var(--e-global-color-2896ca9);
	border-color: #000;
}

a.elementor-button-link:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--e-global-color-primary);
	transition: all .3s ease;
	z-index: 0;
}

a.elementor-button-link:hover:after {
	width: 100%;
}

a.elementor-button-link .elementor-button-text {
	z-index: 2;
}

/* Sticky Header */
.sticky-header.elementor-sticky--effects {
	background-color: #000;
	transition: background-color 0.3s ease;
}

/* Off-Canvas Button */
.off-canvas-btn {
	
}

/* Hero Video */
.hero-video {
	filter: saturate(0);
}

/* Accessible Accordions */
.acc-accordion {
    
}
  
.acc-accordion-header {
    margin: 0;
}
  
.acc-accordion-header .acc-accordion-toggle {
    padding: 0 0 0.75rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	border: none;
	border-radius: 0;
    color: var(--e-global-color-text);
	text-align: left;
	white-space: normal;
   	overflow-wrap: break-word; /* Additional compatibility for breaking long words */
	transition: color 0.3s ease;
}

.acc-title-container {
	display: flex;
	flex-direction: column;
}

.acc-accordion-header .acc-accordion-toggle .acc-label {
	font-family: var(--e-global-typography-02da0b4-font-family), Sans-serif;
    font-size: var(--e-global-typography-02da0b4-font-size);
    font-weight: var(--e-global-typography-02da0b4-font-weight);
	text-transform: var(--e-global-typography-02da0b4-text-transform);
    line-height: var(--e-global-typography-02da0b4-line-height);
    letter-spacing: var(--e-global-typography-02da0b4-letter-spacing);
	min-width: 0;
	word-break: break-word;
}

.acc-accordion-header .acc-accordion-toggle .acc-title {
	font-family: var(--e-global-typography-ac6fa8a-font-family), Sans-serif;
    font-size: var(--e-global-typography-ac6fa8a-font-size);
    font-weight: var(--e-global-typography-ac6fa8a-font-weight);
    text-transform: var(--e-global-typography-ac6fa8a-text-transform);
    line-height: var(--e-global-typography-ac6fa8a-line-height);
    letter-spacing: var(--e-global-typography-ac6fa8a-letter-spacing);
	min-width: 0;
	word-break: break-word;
}

.acc-accordion-header .acc-accordion-toggle svg {
	flex-shrink: 0;
	width: 24px;
	height: 20px;
	fill: var(--e-global-color-text);
	transform-origin: center;
	transform: rotate(-90deg);
	transition: all 0.3s ease;
}

.acc-accordion-header .acc-accordion-toggle:hover svg, 
.acc-accordion-header .acc-accordion-toggle:focus svg {
	fill: var(--e-global-color-primary);
}

.acc-accordion-header .acc-accordion-toggle:hover, 
.acc-accordion-header .acc-accordion-toggle:focus {
	color: var(--e-global-color-primary);
	border: none;
	border-radius: 0;
}
  
.acc-accordion-toggle[aria-expanded="true"] svg {
	transform: rotate(0deg);
}
  
.acc-accordion-content {
    display: none;
    padding: 0;
}
  
.acc-accordion-content.open {
    display: block;
}
  
.acc-accordion-content p:last-child {
    margin-bottom: 0;
}
  
@media (prefers-reduced-motion: reduce) {
    .acc-accordion-content {
        transition: none;
    }
}

/* Pr Lines */
.pr-lines {
	--base: 14px;       /* rest height */
	--max: 38px;        /* peak height ~ 2x base */
	--thickness: 2px;   /* line thickness */
	--gap: 14px;        /* space between lines */
	--padding: 0px;
	--color: #000;      /* default color */

	position: relative;
	height: 100%;
	width: 100%;
	touch-action: none;
	/* Optional if you want a default presence in layout when used alone: */
	/* min-height: calc(var(--base) + var(--padding) * 2); */
}

/* Absolutely positioned inner wrapper that handles layout */
.pr-lines__wrap {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: end;
	gap: var(--gap);
	padding: var(--padding);
}

/* Orientation controls the wrapper's flow */
.pr-lines--horizontal .pr-lines__wrap { flex-direction: row; }
.pr-lines--vertical   .pr-lines__wrap { flex-direction: column; }
.pr-lines--horizontal { min-height: var(--base); }
.pr-lines--vertical   { min-width: var(--base); }

.pr-lines--light { --color: #fff; }
.pr-lines--dark  { --color: #000; }

/* Default (horizontal): vertical bars that grow in Y */
.pr-lines__line {
	width: var(--thickness);
	min-width: var(--thickness); /* prevent flex shrinking */
	height: var(--base);
	background: var(--color);
	transform-origin: 50% 100%;
	will-change: transform;
	transition: transform 0.1s ease;
}

/* Vertical orientation: horizontal dashes that grow in X */
.pr-lines--vertical .pr-lines__line {
	width: var(--base);
	height: var(--thickness);
	/* Optional: keep a consistent thickness even if flex tries to compress */
	min-height: var(--thickness);
	transform-origin: 100% 50%;
}

/* Lines Settler */
/* per-instance knob */
.pr-lines { --settle: 1000ms; --settle-ease: ease-out; }

/* only apply transition when settling */
.pr-lines.pr-lines--settle .pr-lines__line {
 	transition: transform var(--settle) var(--settle-ease);
}

/* motion preference */
@media (prefers-reduced-motion: reduce) {
 	.pr-lines { --settle: 0ms; }
}

/* Fill Text */
.fill-text .elementor-heading-title {
	color: transparent;
	-webkit-text-fill-color: transparent; /* Safari */
}

.fill-text .line {
	display: inline-block !important;
	width: auto !important;
	background: linear-gradient(to right, #fff 50%, #252525 50%);
	background-size: 200% 100%;
	background-position-x: 100%; /* start empty; we'll animate to 0% */
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	line-height: 1.2;
}

/* Single Post Template */
.elementor-post-navigation .elementor-post-navigation__link a span span {
	transition: color 0.3s ease;
}
.elementor-post-navigation .elementor-post-navigation__prev {
	display: flex;
	justify-content: flex-end;
}

.elementor-post-navigation .elementor-post-navigation__next {
	display: flex;
	justify-content: flex-start;
}

.elementor-post-navigation__separator-wrapper {
	padding: 0 20px;
}

/* News listings */
.news-listing-item {
	border-right: 1px solid var(--e-global-color-9b0bd99);
}

.news-listing-grid div div .e-loop-item:nth-child(3n+1) .news-listing-item {
	border-right: none;
}