/* Sticky header */
header.header-style-02 {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Search and demo button section */
#elite__header-container .search-toggler {
    display: inline-block;
    height: 51px;
    display: flex;
    align-items: center;
}
#elite__header-container .base-icon-search-1 {
    height: 24px;
    font-size: 24px;
    color: var(--webex-primary-color);
}

.elementor-widget-container:has( > .elementor-icon-wrapper) {
    display: flex;
    align-items: center;
}

.elementor-icon-wrapper {
    height: 40px;
}

#elite__header-container {
    height: 92px;
}

#elite__header-container .sub-arrow {
    padding-left: 5px !important;
	font-size: 20px;
}

.search-popup-content .base-icon-search-1 {
    color: white !important;
}

/* Invert menu arrows on hover */
@media (min-width: 1025px) {
    #elite__header-container li.menu-item:hover .elementor-item svg{
 		transform: rotate(180deg);
 	}
 }

/* Move menu to the left so its visible in all desktop resolutions */
ul:has(> #solution),
ul:has(> #use_case) {
     width: 900px !important;
	 border-radius: 0 0 16px 16px;
	 overflow: hidden;
 }
 

  /* Solutions Submenu */
.custom-taxonomy-grid {
 	display: flex;
 	flex-direction: column;
 	flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
 	background: #FFFFFF;
    box-shadow: 3px 21px 25.2px rgba(0, 0, 0, 0.13);
    padding: 20px;
 }

 .custom-tax-col {
 	max-width: 100%;
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
 } 

.test-menu-hover {
	display: flex;
	gap: 15px;
	padding: 20px 15px;
    border-radius: 16px;
} 

.test-menu-hover:hover {
 	background-color: #f2f3f6;
	color:black;
	cursor: pointer;
} 

.menu-item-content {
	display: flex;
	flex-direction: column;
}

#solution .menu-item-image,
#use_case .menu-item-image {
	width: 24px;
	height: 24px;
}

#solution .title-link,
#use_case .title-link {
    display: flex;
    align-items: center;
    /* height: 60px; */
    /* margin: 10px 0; */
    border: 0;
}
 
/* #solution a.title-link {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 10px 0;
    border: 0;
    padding: 24px 27px !important;
 } */

#solution .title-description,
#use_case .title-description {
    display: flex;
    align-items: center;
    border: 0;
    padding: 15px 0 0 0;
    margin: 0;
    font-family: 'Verdana', sans-serif;
    color: #333;
    line-height: 125%;
    font-size: 14px;
 }


#solution .solution-parent-title,
#use_case .solution-parent-title {
    font-weight: 500;
    font-size: 18px;
    font-family: "Verdana", sans-serif;
    color: #2E007C;
    padding: 0;
    display: inline-block;
    white-space: normal;
    line-height: 20px;
 } 

 .tax-child-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
 	list-style: none;
 	padding: 0;
 	margin: 0;
 }

 .menu-tax-link {
 	display: flex;
 	flex-direction: column;
 	border: 0 !important;
    padding: 15px 20px 15px 20px !important;
 	text-align: left;
    gap: 12px;
 }
 .menu-tax-subtitle {
    width: 100%;
 	font-weight: 700;
 	font-size: 14px;
 	font-family: "Monserrat", sans-serif;
 	color: #000000;
 	display: inline-block;
    overflow: visible;
 }
 .menu-tax-link:hover .menu-tax-subtitle {
 	text-decoration: underline;
 	text-underline-offset: 6px;
 	text-decoration-color: #5F01C7;
 	text-decoration-thickness: 2px;
 }
 .menu-tax-description {
    width: 100%;
    white-space: normal;
    font-weight: 300;
    font-family: "Monserrat", sans-serif;
    font-size: 12px;
    color: #000000;
    text-box-trim: trim-both;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
	/* padding-right: 15px; */
 } 


@media (min-width: 580px) and (max-width: 1024px) {
 	#elite-header nav {
 		right: 0 !important;
 		left: unset !important;
    }

}

@media (max-width: 1024px) {
     #elite__header-container {
     	height: 56px;
     }
     .elementor-widget-container:has(> .elementor-menu-toggle) {
         width: 33px;
     }
 	.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-item {
 		font-family: "Monserrat", sans-serif !important;
 		font-weight: 500 !important;
 		padding: 10px 0 !important;
 		color: #25114C !important;
 		border: 0 !important;
        background: #FFFFFF !important;
 	}
 	.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-item:focus,
	.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-sub-item:focus {
 		background: #FFFFFF !important;
 		color: #5F01C7 !important;
 	}
 	.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-item:hover,
	.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-sub-item:hover {
 		background: #FFFFFF !important;
 	}
 	.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-item:focus .sub-arrow svg,
	.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-sub-item:focus .sub-arrow svg{
 		transform: rotate(180deg);
 		fill: #5F01C7 !important;
 	}
 	#elite-header nav {
 		height: unset !important;
 		top: 44.5px !important;
 		padding: 10px 5vw !important;
 		max-width: 550px !important;
 		max-height: calc(100vh - 56px) !important
 	}
 	.sub-menu {
 		border: 0 !important;
 		padding-bottom: 20px !important;
 	}
 	.sub-menu .menu-item a {
 		color: #000000 !important;
 		border-bottom: 1px solid black !important;
 		font-family: "Monserrat", sans-serif !important;
 		font-weight: 400 !important;
 	}
 	.custom-taxonomy-grid {
 		flex-direction: column;
 		box-shadow: none;
 	}
 	.custom-taxonomy-grid .menu-item a {
 		border: 0 !important;
 	}
 	ul:has(> #solution),
	ul:has(> #use_case)  {
 		width: 100% !important;
 		margin: 0 !important;
 	}
 	#solution .tax-child-list,
	#use_case .tax-child-list {
 		flex-direction: column;
 		padding: 0;
 		padding-bottom: 20px;
 		gap: 10px;
 	}
 	#solution .solution-parent-title,
	#use_case .solution-parent-title {
        width: 100%;
 		padding: 0;
 		max-width: 240px;
 	}
 	.menu-tax-link {
 		max-width: 247px;
 	}
 	.custom-tax-col:has(.solution-parent-title) {
 		width: 100%;
 		max-width: none !important;
 		gap: 0 !important;
 	}
	.custom-tax-col > div {
		border-bottom: 1px solid black !important;
 	}
 	/* #solution a.title-link {
        padding: 0 !important;
 		height: 60px;
 	} */
	#solution .title-link,
	#use_case .title-link {
        padding: 0 !important;
 		/* height: 60px; */
 	}
 	#elite-mobile-demo-btn {
 		width: 100%;
 		color: #fff !important;
 		background: #2E007C;
 		border-radius: 3px;
 		height: 52px;
 		margin: 10px 0;
 		justify-content: center;
 		font-size: 14px;
 		font-weight: 700 !important;
     	font-family: "Monserrat", sans-serif !important;
 	}
 	#elite-mobile-demo-btn:hover, #elite-mobile-demo-btn:focus {
 		background: #5F01C7 !important;
 	}
}

 @media (max-width: 575px) {
  /* .menu-tax-description {
   	padding-right: 1px
  } */
}

.insights-container {
	padding: 65px 0 0 0;
    background-image: url("https://d2eqek7rsc80x8.cloudfront.net/app/uploads/bkg-wiring-press-news-releases_4000x1070-bottom.png");
    background-repeat: no-repeat;
	background-position: center top;
	background-size: 4000px 1270px;
}

.insights-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}