/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.scroll-to-top {
  width: 36px;
  height: 36px;
  background: transparent url('/wp-content/uploads/2023/09/scroll-to-top.svg') no-repeat center center;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 9999999;
  cursor: pointer;
  display: none;
  padding:20px;
}

header.sticky .elementor-sticky--effects{
	box-shadow: 0px 3px 49px 0px rgba(0, 0, 0, 0.3);
	background: #fff !important;
}
header.sticky .dark.elementor-sticky--effects{
	background: #161825 !important;
}
/*header.sticky .elementor-sticky--effects .e-con-inner{max-height:50px;}*/

/*header .elementor-nav-menu .sub-arrow{padding:12px 0 5px 5px;}*/
header .elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:0.8em;}

header nav ul.elementor-nav-menu li.new.menu-item:before{
	display:block;
	content:"New";
	position:absolute;
	top:-12px;
	left:30px;
	right:0;
	width:37px;
	height:14px;
	border:0;
	margin:auto;
	font-size:12px;
	color:#fff;
	border-radius: 60px 80px 80px 0;
	background: #EF1B43;
	padding: 2px 5px;
	z-index:2;
	font-weight:800;
	line-height:0.7;
	text-align:center;
}
header nav > ul.elementor-nav-menu > li > ul.sub-menu{
	padding:20px 0 10px;
	background: rgb(243,246,255);
	background: linear-gradient(180deg, rgba(243,246,255,1) 0%, rgba(255,255,255,0.5004595588235294) 43%);
	z-index:10;
}
header .dark nav > ul.elementor-nav-menu > li > ul.sub-menu{
	background: linear-gradient(180deg, rgba(22, 24, 37, 1) 0%, rgba(22, 24, 37, 1) 43%);
}
header nav > ul.elementor-nav-menu > li > ul.sub-menu:before{
	backdrop-filter: blur(90px);
	-webkit-backdrop-filter: blur(90px);
	height:100%;
	position:absolute;
	width:100%;
	content:"";
	display:block;
	top:0;
}
header nav > ul.elementor-nav-menu > li:first-child{
	padding-left:30px;
	margin-left:-30px;
}
header nav > ul.elementor-nav-menu > li > ul.sub-menu > li > a{padding-right:60px !important;}
/* Custom Headers */
.uael-fancy-text-wrap .uael-fancy-heading.uael-fancy-text-prefix{
	/*z-index: 1;
	position: relative;
	display:inline;*/
}
.uael-fancy-text-wrap .uael-fancy-stack .uael-fancy-text-main{
	display: inline-block;
	max-height: 69px;
	vertical-align: top;
	padding-bottom: 3px;
	margin-top: 3px;
	z-index: 0;
	position: relative;
}

/*.elementor-heading-title span:not(.noborder){
	color: #00CCCA;
	border: 1px solid #00CCCA;
	border-radius: 40px 60px 60px 0;
	padding: 0 10px 3px 15px;
	display: inline-block;
	max-height: calc(100% - 10px);
	line-height: 1.15em;
}
.elementor-heading-title span.thick{border-width:2px;}
.elementor-heading-title span.reverse{border-radius: 60px 40px 0px 60px;}
.elementor-heading-title span.left{margin-left:-15px;}
.elementor-heading-title span.white-text{color:#fff;}
.elementor-heading-title span.purple{
	color: #9251E1;
	border-color: #9251E1;
}
.elementor-heading-title span.blue{
	color: #0146B3;
	border-color: #0146B3;
}
.elementor-heading-title span.light-blue{
	color: #18B9FE;
	border-color: #18B9FE;
}*/


/* Elementor Overrides */
.elementor-icon svg{width:auto;height:auto;}
.elementor-button-icon svg{width:15px;}
.elementor-button:hover .elementor-button-icon.elementor-align-icon-right svg{filter: brightness(0) saturate(100%) invert(18%) sepia(49%) saturate(5755%) hue-rotate(339deg) brightness(105%) contrast(91%);}
#breadcrumbs .breadcrumb_last{font-weight:300 !important;}
.page-template-default .elementor-widget-container p > a{color:#00ccca;}
.page-template-default .elementor-widget-container p a:hover{text-decoration:underline;}

/* BLOG */
.blog-grid .uael-posts .uael-post__thumbnail:after{
	content:"";
	display:block;
	position:absolute;
	top:14px;
	right:14px;
	background:url('/wp-content/uploads/2024/03/THRIVECART-favicon.png') no-repeat top right;
	width:25px;
	height:25px;
}
.single-post .elementor-widget-theme-post-featured-image img,
.single-post .elementor-widget-theme-post-content .wp-block-image img{border-radius:20px;width:100%;}
/*.single-post .elementor-widget-theme-post-content .wp-block-image{margin:25px -41px 20px !important;}*/
.single-post .elementor-widget-theme-post-content .elementor-widget-container .wp-block-heading{font-weight:bold;margin-top:25px;}

.blog-grid article:not(.has-post-thumbnail):before{
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background: url('/wp-content/uploads/2022/09/placeholder-1.png');
    background-size: cover;
}

/* FAQs */
.faqs.elementor-widget-accordion .elementor-accordion .elementor-accordion-item{
	background: #F0F3F7;
	border-radius:10px;
	margin-bottom:10px;
}
.faqs.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{
	padding-top:40px;
	padding-bottom:5px;
}
.faqs.elementor-widget-accordion .elementor-accordion .elementor-accordion-icon span i{font-size:20px;}


/* Knowledgebase 
#hkb .hkb-fullwcontainer{width:100%;margin-left:0;margin-right:0;left:0;right:0;}
#hkb .hkb-searchbox .hkb-searchbox__title{font-size:50px;font-weight:800;margin-bottom:25px;}
#hkb .hkb-searchbox .hkb-searchbox__title span{color:#00CCCA;}
#hkb .hkb-container{padding:0 15px;}
#hkb .hkb-searchbox-wrapper{padding-bottom: 300px;margin-bottom: -220px;}
#hkb.hkb-template-archive .hkb-mainpage-wrapper{border-radius:223px 223px 0 0;}
#hkb .hkb-mainpage-wrapper{background:#F0F3F7;}
#hkb .hkb-archive{gap:15px 12px;}
.hkb-fullwcontainer{margin-top:90px;}
.hkb-archivetitle{display:none;}
#hkb .hkb-category .hkb-categoryhead{margin-bottom:0;}
#hkb .hkb-category{
	border:0;
	background:#fff url('/wp-content/uploads/2024/03/THRIVECART-support-plus-icon.svg') no-repeat top 50px left 50px / 45px 46px;
	min-height:318px;
	border-radius:10px;
	padding:100px 30px 50px 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
#hkb .hkb-category a:hover .hkb-categoryhead__title{color:initial;}
#hkb .hkb-category .hkb-category__view-all::before{display:none;}
#hkb .hkb-category .hkb-category__view-all{
	display:inline-block;
	padding: 0 20px 0 0;
	font-size:18px;
	color:#EF1B43;
	font-weight:bold;
}
#hkb .hkb-category .hkb-category__view-all:hover{opacity:0.8;}
#hkb .hkb-category .hkb-category__view-all::after{
	content: "";
	background: url('/wp-content/uploads/2023/09/THRIVECART-icon-arrow-pink.svg') no-repeat center right;
	display: block;
	height: 9px;
	width: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin:auto 0;
}
#hkb .hkb-mainpage .hkb-mainpage__sidebar{display:none;}
#hkb .hkb-article__content a{color:#00CCCA;}
#hkb .hkb-article__content a:hover{opacity:0.8}*/

/* Knowledgebase search
#hkb .hkb-search-btn{display:none;}
#hkb .hkb-subheader .hkb-site-search{max-width:370px;width:100%;}
#hkb .hkb-site-search .hkb-site-search__field,
#hkb .hkb-site-search input.hkb-site-search__field::placeholder,
#hkb .hkb-site-search input.hkb-site-search__field:placeholder-shown{color:#000 !important;font-size:18px;font-weight:500;}

#hkb.hkb-template-archive .hkb-searchbox{max-width:1070px;}
#hkb.hkb-template-archive .hkb-site-search{align-items: center;}
#hkb.hkb-template-archive .hkb-site-search .hkb-site-search__field{padding:45px 45px 45px 55px;}
#hkb.hkb-template-archive .hkb-site-search .hkb-site-search__icon{display:none;}
#hkb.hkb-template-archive .hkb-site-search .hkb-search-btn{
	display:block;
	position: absolute;
  	right: 50px;
	background: #EF1B43 url('/wp-content/uploads/2024/03/THRIVECART-icon-search-white.svg') no-repeat center left 30px / 17px 17px;
	padding: 13px 35px 13px 60px;
	border-radius: 100px;
	font-size:16px;
	font-weight:bold;
} */
.error404 .elementor-search-form .elementor-search-form__submit{
	background: #EF1B43 url('/wp-content/uploads/2024/03/THRIVECART-icon-search-white.svg') no-repeat center left 30px / 17px 17px;
	border-radius: 100px !important;
}


@media all and (max-width:1440px){
	.faqs.elementor-widget-accordion .elementor-accordion .elementor-tab-title br{display:none;}
	header nav > ul.elementor-nav-menu > li:first-child{padding:0;margin:0;}
	/*header nav > ul.elementor-nav-menu > li > ul.sub-menu > li > a{padding-right:initial !important;}*/
	#hkb.hkb-template-archive .hkb-mainpage-wrapper{border-radius:110px 110px 0 0;}
}

@media all and (max-width:1024px){
	header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{background-color:#fff !important;}
	header .dark nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{background-color:#161825 !important;}
	header nav > ul.elementor-nav-menu > li > ul.sub-menu:before{display:none;}
	header nav ul.elementor-nav-menu li.new.menu-item:before{
		top:0;
		margin:0;
		left:40px;
	}
	.single-post .elementor-widget-theme-post-featured-image img,
	.single-post .elementor-widget-theme-post-content .wp-block-image img{width:initial;}
	.single-post .elementor-widget-theme-post-content .wp-block-image{margin:10px 0 !important;}
	
	/* Knowledgebase 
	#hkb .hkb-category{
		background-position: top 25px left 25px;
		padding:70px 25px 25px;
	}
}*/

@media all and (max-width:767px){
	.uael-fancy-text-wrap{line-height:unset;}
	.uael-fancy-text-type .uael-fancy-stack{display:block;margin-left:-15px;margin-right:-15px;}
	.mobile-inline .elementor-image-box-wrapper{display:flex;}
	.mobile-inline .elementor-image-box-img{padding-top:6px;}
	.mobile-inline .elementor-image-box-content{padding-left:20px;}
	.elementor-heading-title span.left{margin-left:0px;}
	.mobile-left .elementor-heading-title span{margin-left:-10px;}
	.elementor-heading-title span:not(.noborder),
	.elementor-heading-title span.reverse{border-radius: 40px 60px 60px 0;padding: 0 10px 3px 8px;}
	
	.faqs.elementor-widget-accordion .elementor-accordion .elementor-accordion-icon span i{font-size:13px;}
	.faqs.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{padding-top:20px;}
	
	/*#hkb .hkb-searchbox-wrapper{margin:0;}
	#hkb.hkb-template-archive .hkb-mainpage-wrapper{border-radius:0;}
	#hkb .hkb-searchbox-wrapper,
	#hkb .hkb-mainpage-wrapper{padding:40px 0;}
	#hkb .hkb-searchbox .hkb-searchbox__title{font-size:30px;}
	#hkb .hkb-site-search .hkb-site-search__field, #hkb .hkb-site-search input.hkb-site-search__field::placeholder, #hkb .hkb-site-search input.hkb-site-search__field:placeholder-shown{font-size:15px;}
	#hkb.hkb-template-archive .hkb-site-search .hkb-site-search__field{padding:24px 25px 24px 40px;}
	#hkb.hkb-template-archive .hkb-site-search .hkb-search-btn{display:none;}
	#hkb.hkb-template-archive .hkb-site-search .hkb-site-search__icon{display:block;}
	
	#hkb .hkb-article .hkb-article__title{
		font-size:30px;
		margin-bottom:25px;
	}*/
	.error404 .elementor-search-form .elementor-search-form__input{padding: 0 !important;}
	.error404 .elementor-search-form .elementor-search-form__submit{background-image: none;}
	.error404 .elementor-search-form .elementor-search-form__container{border-width:15px !important;min-height:80px !important;}
}

/*@media all and (max-width:600px){
	.hkb-mainpage .hkb-mainpage__main{
		max-width:335px;
		margin:0 auto;
	}
	#hkb .hkb-archive.hkb-archive--three-cols{
		grid-template-columns: repeat(1, 1fr);
	}
	#hkb .hkb-category{min-height:unset;}
}*/