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

html, body {
	width:100% !important;
	overflow-x:hidden !important;
}

html {
  scroll-behavior: smooth;
}

@media(min-width:769px) {
	.hideNoScroll {
	display:none;
}
}

@media (min-width:1024px) {
	.page-id-28666 .elementor-sticky:not(.elementor-sticky--effects) .sub-arrow svg {
		fill:#fff;
	}
}

@media(max-width:1023px) {
	.page-id-28666 .elementor-sticky:not(.elementor-sticky--effects) svg {
		fill:#fff !important;
	}
	.page-id-28666 .elementor-sticky:not(.elementor-sticky--effects) img {
		filter:brightness(20);
	}
}

.elementor-sticky--effects .hideNoScroll {
	display:block;
}

.elementor-sticky--effects .hideScroll {
	display:none;
}

.elementor-sticky--effects .elementor-icon svg {
	fill:#BB254A !important;
}

/*.page-id-28666 
:not(.elementor-sticky--effects) .elementor-item  {
	color:white !important;
}*/

.elementor-sticky--effects {
background:rgba(255,255,255,0.98) !important;
	transition: 1000ms;
}

.page-id-28666 #siteHeader:not(.elementor-sticky--effects) .elementor-item {
	color:#fff !important;
}

/*===read more===*/

.readMore .less, .readMore .more {
	border-bottom:2px solid var(--e-global-color-accent);
}

.readMore .e-n-accordion-item-title {
	padding:0 0 14px 0 !important;
}

.e-n-accordion-item-title[aria-expanded="false"] .less {
	display:none !important;
}

.e-n-accordion-item-title[aria-expanded="true"] .more {
	display:none !important;
}

.readMore .e-n-accordion-item-title-text .less {
	opacity:0.5 !important;
}

/*===temporary for campaign===*/
.site-branding {
display:none !important;
}

/*===search engine===*/
.aws-search-result {
	font-family:'Ploni';
	font-size:1rem;
}

.aws_result_image img {
	width:70px!important;
}

.aws_result_title {
	color: var(--e-global-color-accent) !important;
	font-weight:500 !important;
}

.aws_result_excerpt {
	color: var(--e-global-color-text) !important;
}

.aws-search-field {
	font-family: 'Ploni';
	font-size:1.24rem !important;
	padding-right:18px !important;
}

.aws-search-btn {
	background: var(--e-global-color-accent) !important;
}

.aws-container .aws-search-form .aws-search-btn_icon {
	fill:#fff;
}

.aws-container .aws-search-field {
	border-color:#ddd;
	border-left-width: 0;
	border-radius:0 8px 8px 0 !important;
}