/*
Theme Name: Crackajack
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739496914
Updated: 2025-02-14 01:35:14

*/

.primary-color {
	color: var( --e-global-color-primary );
}

.elementor-sticky--effects .sticky-logo img {
	max-width: 200px !important;
}

.sticky-logo img {
	transition: all .5s linear !important;
}

.elementor-sticky--effects .header-2 {
	background-color: rgba(0, 0, 0, 0.75) !important;
}

#content-faqs .e-n-accordion-item {
	border-top: 1px solid #E6E6E6;
}

#content-faqs .e-n-accordion-item:nth-child(4) {
	border-bottom: 1px solid #E6E6E6;
}

#pricelist-tabs .e-n-tab-title:hover .e-n-tab-title-text {
	border-bottom: 6px solid #343434;
	z-index: 3;
}

#pricelist-tabs .e-n-tab-title .e-n-tab-title-text {
	border-bottom: 6px solid #FFF;
	padding-bottom: 30px;
	z-index: 1;
}

#contact_form .elementor-field-subgroup {
	display: grid;
	grid-template-columns: repeat(4,auto);
	width: 100%;
}

#pricelist:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #D8D8D8;
	position: absolute;
	top: 150px;
	z-index: 2;
}

@media (min-width: 678px) and (max-width: 1024px) {
	#pricelist-tabs .e-n-tab-title .e-n-tab-title-text {
		padding-bottom: 10px;
	}

	#pricelist:before {
		top: 144px;
    }
}

@media (max-width: 767px) {
	#pricelist-tabs .e-n-tab-title .e-n-tab-title-text {
		padding-bottom: 5px;
	}

	#pricelist:before {
		height: 0;
    }

	#contact_form .elementor-field-subgroup {
		grid-template-columns: repeat(2,auto);
	}
}