/*
	Theme Name:	XTRA Child
	Theme URI:	https://xtratheme.com/
	Author:		LiamSoft
	Author URI:	https://liamsoft.com/
	Template:	xtra
	Version:	1.0
*/

/************************* Color Palette ******************************/

:root {
  --primary:   var(--yellow-300);
  --secondary: var(--neutral-500);
  --accent:    var(--yellow-500);
  
  --text:  #404040; /* Body Text */
  --white: #ffffff;
  --light: var(--neutral-200);
  --dark:  var(--neutral-900);
  
  --yellow-50:  #FFFBE8;
  --yellow-100: #FFF3B9;
  --yellow-200: #FFEB8B;
  --yellow-300: #FFE565; /* Primary */
  --yellow-400: #FFD237;
  --yellow-500: #FFBB00; /* Accent */
  --yellow-600: #D19900;
  --yellow-700: #A27700;
  --yellow-800: #745500; 
  --yellow-900: #463300;
  --yellow-950: #171100;
  
  --neutral-50:  #FAFAFA;
  --neutral-100: #F5F5F5;
  --neutral-200: #E8E8E8; /* Light */
  --neutral-300: #D4D4D4;
  --neutral-400: #A3A3A3;
  --neutral-500: #757575; /* Secondary */
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717; /* Dark */
  --neutral-950: #0A0A0A;

}

/************************************ Header ************************************/

.featured-menu-item {
    background-color: var(--accent);
    border-radius: 1000px;
}
.featured-menu-item > a {
    color: var(--dark) !important;
}
.menu_icon_image {
    filter: drop-shadow(0px 0px 8px black);
}
.cz_parent_megamenu li {
    font-size: 1.5rem;
}
.cz_menu_subtitle {
    font-size: 0.9rem !important;
}

@media screen and (max-width: 480px) {
	#home_hero_slider {
		height: 500px !important;
	}
}

/************************* Products Menu ******************************/

.product-menu ul {
    margin: 0;
}

.product-get-started {
	margin: 0 !important;
}

.product-get-started a {
    color: var(--primary) !important;
    border: 2px solid var(--primary);
    border-radius: 1000px;
    letter-spacing: 1px;
}

.product-get-started a:hover {
    background-color: var(--primary);
    color: var(--dark) !important;
}

.product-get-started a:hover::after {
    display: none;
}

.product-menu .e--pointer-framed .elementor-item:before {
    border-width: 2px;
    border-radius: 1000px;
}

.cz_post_content ul {
    margin: 0 !important;
}

/************************* Price Table******************************/

.elementor-price-table {
    background: #fff;
}
.elementor-price-table:hover {
    background: var(--yellow-50);
}
.products-price-table .elementor-price-table__currency {
    font-size: 48px !important;
}
.products-price-table .elementor-price-table__integer-part {
    font-size: 52px;
}

.eael-data-table tbody tr td {
    padding: 16px;
}
.elementor-price-table__period {
    padding-top: 18px;
}
.pricing-table td:first-child {
    padding-left: 64px;
}
.pricing-table td.category {
    padding-left: 16px;
	padding-top: 64px;
}
.pricing-table td.section {
    padding-left: 36px;
}
.pricing-table tr:first-child td.category {
    padding-top: 16px;
}

/************************* Integrations ******************************/

.Integrations-slider img {
    height: 100px;
}

.Integrations-slider figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-features-list .elementor-item-active {
    font-weight: bold;
}

.product-features-list ol li {
    list-style: none !important;
}

.crm-featur-nav .activecls::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 25px;
    background: #0057d9;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

/************************************* Footer *************************************/

.page_footer {
    z-index: 100;
}
.footer_2 a {
    color: var(--light) !important;
}