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

/** Header **/
header #main-nav .jet-mega-menu-sub-menu__list {
    padding: 10px 0 20px 0;
}

header #main-nav .jet-mega-menu-list > li:nth-of-type(2) .jet-mega-menu-sub-menu__list {
	padding: 10px 0 0 0;
}

header #main-nav .jet-mega-menu-sub-menu__list .jet-mega-menu-item:not(.jet-mega-child-menu-item) a::after {
    content: '\f061';
    color: #000;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

header #main-nav .jet-mega-menu-sub-menu__list .jet-mega-menu-item:not(.jet-mega-child-menu-item) .jet-mega-menu-item__inner {
	margin-right: 15px;
}

header #main-nav .jet-mega-menu-sub-menu__list .jet-mega-child-menu-item .jet-mega-menu-item__inner {
    padding: 0 50px;
}

header #main-nav .jet-mega-menu-sub-menu__list .jet-mega-child-menu-item .jet-mega-menu-item__label {
    color: #6b09ab;
    font-size: 13px;
}

header #main-nav .jet-mega-menu-sub-menu__list .jet-mega-menu-item.jet-mega-menu-item-dark {
	background: black;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to left, #DA256D, #7715B7);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

header #main-nav .jet-mega-menu-sub-menu__list .jet-mega-menu-item.jet-mega-menu-item-dark .jet-mega-menu-item__inner {
	padding-bottom: 13px;
}

header #main-nav .jet-mega-menu-sub-menu__list .jet-mega-menu-item.jet-mega-menu-item-dark .jet-mega-menu-item__label,
header #main-nav .jet-mega-menu-sub-menu__list .jet-mega-menu-item.jet-mega-menu-item-dark a::after {
	color: #fff;
}

header #mobile-nav .jet-mobile-menu__after-template {
    margin-top: auto;
}

header #mobile-nav .jet-mobile-menu__list .jet-mobile-menu__item:not(.trigger-item):not(.child-menu-item) a {
    display: table;
    padding-right: 20px;
    position: relative;
}

header #mobile-nav .jet-mobile-menu__list .jet-mobile-menu__item:not(.trigger-item):not(.child-menu-item) a::after {
    content: '\f061';
    color: #000;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

header #mobile-nav .jet-mobile-menu__list .child-menu-item {
    padding: 5px 10px 5px 30px;
}

header #mobile-nav .jet-mobile-menu__list .child-menu-item .jet-menu-label {
    color: #6b09ab;
    font-size: 13px;
}

header #search-form {
	display: none;
	position: absolute;
	top: 80px;
	z-index: 9998;
}

header #search-form::before {
	background-color: transparent;
    background-image: linear-gradient(90deg, #7715B7 20%, #f2295b 80%);
	content: "";
    display: inline-block;
    height: 2px;
	width: 100%;
}

header #search-form.is-visible {
	display: block;
}

header #search-form .jet-search__field:active,
header #search-form .jet-search__field:focus {
    outline: 0;
}

header #search-form input[type="search" i]::-webkit-search-cancel-button {
    display: none !important;
}

.notification-bar a {
	color: #fff;
}

.notification-bar p {
	margin-bottom: 0;
}

/** Footer **/
footer .jet-nav-link-text {
	white-space: nowrap;
}

footer .add-newpost > a::after, 
footer .add-werehiring > a::after {
	background: #ebe6ff;    
	border-radius: 4px;
	color: #7715b7;
	content: "We're Hiring!";
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	line-height: 15px;
	margin-left: 6px;
	padding: 4px 8px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

footer .add-newpost > a::after {
	border-radius: 4px;
	content: 'New Post';
}

header .add-new .jet-mega-menu-item__label::after,
header .add-new .jet-menu-label::after {
	background: #000;    
	border-radius: 4px;
	color: #fff;
	content: "New";
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	line-height: 15px;
	margin: -2px 0 0 4px;
	padding: 2px 8px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

header .add-new-alt .jet-mega-menu-item__label::after,
header .add-new-alt .jet-menu-label::after {
	background: #7715B7;    
	border-radius: 4px;
	color: #fff;
	content: "New";
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	line-height: 15px;
	margin: -2px 0 0 4px;
	padding: 2px 8px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

/** Utilities **/
.image-overlay .elementor-widget-container::after {
	background-color: #7715B7;
	border-radius: 25px;
	content: "";
	height: 100%;
	left: 0;
	opacity: .30;
	position: absolute;
	top: 0;
	width: 100%;
}

.elementor-counter .elementor-counter-title {
	display: flex;
	flex-direction: column;
}

.elementor-counter .elementor-counter-title::before {
	background-color: transparent;
    background-image: linear-gradient(90deg, #7715B7 30%, #f2295b 100%);
	content: "";
    display: inline-block;
    height: 2px;
 	margin: 8px 0;
    width: 160px;
}

.image-box-wrapper img {
	height: 100px;
	min-height: 100px;
	min-width: 100px;
	object-fit: contain;
	width: 100px;
}

.subheading .elementor-widget-container,
.subheading-white .elementor-widget-container {
	padding-bottom: 8px;
	position: relative;
	width: fit-content;
}

.subheading .elementor-widget-container::after {
	background-color: transparent;
    background-image: linear-gradient(90deg, #7715B7 30%, #f2295b 100%);
	bottom: 0;
	content: "";
    display: inline-block;
	position: absolute;
	left: 0;
    height: 2px;
    width: 100%;
}

.subheading-white .elementor-widget-container::after {
	background-color: #fff;
	bottom: 0;
	content: "";
    display: inline-block;
	position: absolute;
	left: 0;
    height: 2px;
    width: 100%;
}

.subheading .elementor-widget-container span,
.subheading-white .elementor-widget-container span {
	text-transform: lowercase;
}

.gradient-border-vertical .elementor-widget-container {
	border-image: linear-gradient(180deg, #7715B7 30%, #f2295b 100%) !important;
	border-image-slice: 1 !important;
}

.gradient-border-horizontal .elementor-widget-container {
	border-image: linear-gradient(90deg, #7715B7 30%, #f2295b 100%) !important;
	border-image-slice: 1 !important;
}

.jet-tabs .jet-tabs__control {
	min-width: 140px;
}

.jet-tabs .jet-tabs__control:not(.active-tab):hover .jet-tabs__label-text {
	color: #fff !important;
}

.progress-bar-wrapper .jet-progress-bar__title {
    justify-content: flex-start;
    max-width: 230px;
    width: 100%;
}

.progress-bar-wrapper .jet-progress-bar__status-bar {
    background-color: transparent;
    background-image: linear-gradient(105deg, #7715B7 0%, #FE2B64 100%) !important;
}

.circle-progress-wrapper .circle-progress-value-gradient-a {
    stop-color: #FE2B64 !important;
}

.circle-progress-wrapper .circle-progress-value-gradient-b {
    stop-color: #7715B7 !important;
}

.person-wrapper .fas {
    background-image: linear-gradient(
    150deg,
    #ff4800 13.4%,
    #da54d8 50%,
    #0092f4 86.6%
  );
}

@media screen and (max-width: 1024px) {
	.jet-tabs .jet-tabs__control-wrapper {
		flex-wrap: wrap;
	}
	
	.jet-tabs .jet-tabs__control-wrapper .jet-tabs__control {
		width: 100%;
	}
}

.icon-box-wrapper .elementor-icon-box-icon {
	margin-top: 4px;
}

.icon-box-wrapper .elementor-icon-box-title {
	margin: 0;
}

.image-box-wrapper img.emoji {
	min-width: unset !important;
}

.wistia_responsive_wrapper iframe,
.wistia_responsive_wrapper video,
.wistia-wrapper iframe,
.wistia-wrapper video {
	border-radius: 25px;
}

.wistia-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.wistia_embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/** Homepage **/
.animation-wrapper {
	display: flex;
	opacity: 0;
}

.animation-wrapper.loaded {
	opacity: 1;
}

/** Careers **/
#lever-jobs-container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

#lever-jobs-container .lever-department {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#lever-jobs-container .lever-department-title {
	color: #fff;
	font-family: "Gustavo", Arial, sans-serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: 500;
	margin: 0;
}

#lever-jobs-container .lever-team {
	background-color: #fff;
	border-radius: 25px;
	padding: 40px;
}

#lever-jobs-container .lever-team > li {
	align-items: center;
	display: flex;
	width: 100%;
}

#lever-jobs-container .lever-team > li h4 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	width: 50%;
}

#lever-jobs-container .lever-team > li > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 50%;
}

#lever-jobs-container .lever-team > li > ul li .lever-job-title {
	color: #000;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}

#lever-jobs-container .lever-team > li > ul li .lever-job-title:hover {
	color: #ff003c;
	text-decoration: none;
}

#lever-jobs-container .lever-team > li > ul li .lever-job-tag {
	display: block;
}

@media screen and (max-width: 767px) {
	#lever-jobs-container .lever-team > li {
		flex-wrap: wrap;
	}

	#lever-jobs-container .lever-team > li h4 {
		margin-bottom: 20px;
		width: 100%;
	}

	#lever-jobs-container .lever-team > li > ul {
		width: 100%;
	}
}

/** Blog / Events / Newsroom / Resources **/
.content-wrapper h1 {
	font-size: 48px;
	line-height: 54px;
}

.content-wrapper h2 {
	font-size: 42px;
	line-height: 48px;
}

.content-wrapper .wp-block-pullquote {
	margin: 0;
	padding: 0;
}

.content-wrapper blockquote {
	border-left: 2px solid #B2B2B2;
	font-size: 16px;
	line-height: 32px;
	margin: 30px 0;
    padding-left: 30px;
}

.content-wrapper .wp-block-separator {
    border: none;
    border-bottom: 2px solid #B2B2B2;
    margin: 20px auto;
}

.content-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px;
}

.content-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper,
.content-wrapper .wp-block-embed-wistia-inc .wp-block-embed__wrapper,
.content-wrapper p:has(> iframe[src*="www.youtube.com"]) {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.content-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.content-wrapper .wp-block-embed-wistia-inc .wp-block-embed__wrapper iframe,
.content-wrapper iframe[src*="www.youtube.com"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

