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

/** Global Padding **/

/* @media (max-width: 1024px) {
	div[data-elementor-type="wp-page"] > div,
	header > div:not(.elementor-motion-effects-container),
	footer > div {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
} */

/** Header Adjustments **/
header.e-con {
	padding-left: 0;
	padding-right: 0;
}

.page-header .entry-title {
	display: none;
}

.main-header {
    position: fixed;
    width: 100%;
}

.page-content>div>div:first-of-type {
	padding-top: 90px;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color: transparent !important;
}

ul.elementor-nav-menu--dropdown a {
	border-width: 0 !important;
}

ul.sub-menu {
	padding: 10px 0 !important;
}

@media (max-width: 1024px) {
	ul.elementor-nav-menu {
		margin: 20px 0 !important;
	}
}

/** List Styling **/
.thin-bullets ul {
	list-style-type: none;
	padding-left: 20px;
}

.thin-bullets ul li {
	display: flex;
}

.thin-bullets ul li:before { 
	content:"•"; 
	font-size:10pt; 
	margin-right: 0.8em;
}

.thin-bullets.horizontal-list ul {
	display:flex;
	padding-left: 0px;
	flex-direction: row;
	justify-content: space-around;
}

.we-deliver .bullet-point>div>div {
    width: 50%;
}

@media (max-width: 1024px) {
	.we-deliver .bullet-point>div>div {
		width: 100%;
	}
	
	.thin-bullets.horizontal-list ul {
		flex-direction: column;
		padding-left: 20px;
	}
}

/** Color Overrides **/
.text-aq {
		color: var(--e-global-color-a25c731);
}

.text-vl {
		color: var(--e-global-color-7333b5a);
}

/** Product Sub Page Styling **/
.product-hero::before {
	background-position: 100% calc(50% + 52.5px) !important;
}

@media(max-width: 1335px) {
	.product-hero::before {
		opacity: 0 !important;
	}
}

.grid-images .elementor-widget-image {
	min-width: 90px;
}

.table-header div {
	min-height: 6em;
}

.discover-button {
	
}

/** Utility **/
.flex div {
	display: flex;
}

.flex.flex-center div {
	justify-content: center;
	align-items: center;
}

.image-full-width img {
	width:100%;
	height:auto;
}

.elementor-form-spinner {
	display: none !important;
}