/*
Theme Name: Alpha Color Child Theme
Theme URI: https://alpha-color.ancorathemes.com/
Description: Alpha Color - excellent WordPress theme with many different blog and header layouts
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.4.14
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: alpha-color
Template: alpha-color
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

:root {
	--bands-primary-navy: #102033;
	--bands-logo-blue: #1B2A68;
	--bands-accent-cyan: #00A6C8;
	--bands-cta-orange: #F59E0B;
	--bands-white: #FFFFFF;
	--bands-light-grey: #F5F7FA;
	--bands-text: #111827;
}

body {
	color: var(--bands-text);
}

a,
.scheme_default a,
.scheme_dark a:hover,
.scheme_dark a:focus {
	color: var(--bands-accent-cyan);
}

a:hover,
a:focus,
.scheme_default a:hover,
.scheme_default a:focus {
	color: var(--bands-logo-blue);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.theme_button,
.sc_button,
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce ul.products li.product .button {
	background-color: var(--bands-cta-orange);
	border-color: var(--bands-cta-orange);
	color: var(--bands-text);
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.theme_button:hover,
.theme_button:focus,
.sc_button:hover,
.sc_button:focus,
.elementor-button:hover,
.elementor-button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
	background-color: var(--bands-primary-navy);
	border-color: var(--bands-primary-navy);
	color: var(--bands-white);
}

.sc_button.sc_button_default,
.sc_button.sc_button_bordered:hover,
.elementor-widget-button .elementor-button {
	border-radius: 999px;
	font-weight: 700;
}

.top_panel,
.scheme_default .top_panel,
.scheme_default .menu_main_nav > li > a {
	color: var(--bands-primary-navy);
}

.menu_main_nav > li.current-menu-item > a,
.menu_main_nav > li.current-menu-parent > a,
.menu_main_nav > li > a:hover,
.menu_main_nav > li.sfHover > a,
.scheme_default .menu_main_nav > li.current-menu-item > a,
.scheme_default .menu_main_nav > li > a:hover {
	color: var(--bands-accent-cyan);
}

.sc_layouts_row_type_compact .sc_layouts_item a:hover,
.sc_layouts_menu_nav > li > a:hover,
.sc_layouts_menu_nav > li.current-menu-item > a {
	color: var(--bands-accent-cyan) !important;
}

.sc_item_subtitle,
.sc_title_accent,
.scheme_default .sc_item_subtitle,
.elementor-widget-heading .elementor-heading-title mark,
.elementor-widget-text-editor strong {
	color: var(--bands-accent-cyan);
}

.scheme_default .sc_icons_item,
.scheme_default .sc_services_item,
.scheme_default .sc_price_item,
.scheme_default .sc_testimonials_item,
.woocommerce ul.products li.product,
.elementor-widget-container > .sc_services,
.elementor-widget-container > .sc_icons {
	border-radius: 18px;
}

.scheme_default .sc_icons_item:hover,
.scheme_default .sc_services_item:hover,
.scheme_default .trx_addons_hover:hover {
	border-color: var(--bands-accent-cyan);
}

.scheme_default .sc_layouts_title,
.scheme_default .page_content_wrap,
.bands-section-soft {
	background-color: var(--bands-light-grey);
}

.scheme_default h1,
.scheme_default h2,
.scheme_default h3,
.scheme_default h4,
.scheme_default h5,
.scheme_default h6,
h1, h2, h3, h4, h5, h6 {
	color: var(--bands-primary-navy);
}

.elementor-section.bands-brand-highlight,
.bands-brand-highlight {
	background-color: var(--bands-primary-navy);
	color: var(--bands-white);
}

.elementor-section.bands-brand-highlight h1,
.elementor-section.bands-brand-highlight h2,
.elementor-section.bands-brand-highlight h3,
.bands-brand-highlight h1,
.bands-brand-highlight h2,
.bands-brand-highlight h3 {
	color: var(--bands-white);
}

.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--bands-accent-cyan);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: var(--bands-logo-blue);
}

::selection {
	background: var(--bands-accent-cyan);
	color: var(--bands-white);
}
/* B&S Labels Elementor homepage customisation */
.bands-demo-section {
	padding-left: max(24px, calc((100vw - 1180px) / 2));
	padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.bands-demo-section .elementor-container,
.bands-demo-section .elementor-column,
.bands-demo-section .elementor-widget-wrap {
	width: 100%;
}

.bands-demo-home,
.bands-demo-heading,
.bands-demo-card-grid,
.bands-demo-pill-grid,
.bands-demo-trust,
.bands-demo-quote {
	font-family: inherit;
}

.bands-demo-hero {
	align-items: center;
	background: linear-gradient(135deg, #102033 0%, #1B2A68 100%);
	border-radius: 30px;
	color: #FFFFFF;
	display: grid;
	gap: clamp(28px, 5vw, 56px);
	grid-template-columns: 1fr;
	margin: clamp(28px, 6vw, 72px) auto 0;
	max-width: 1180px;
	overflow: hidden;
	padding: clamp(32px, 7vw, 76px);
	position: relative;
}

.bands-demo-hero:before {
	background: radial-gradient(circle, rgba(0, 166, 200, 0.28), transparent 62%);
	content: "";
	height: 420px;
	position: absolute;
	right: -160px;
	top: -160px;
	width: 420px;
}

.bands-demo-hero__content,
.bands-demo-hero__visual {
	position: relative;
	z-index: 1;
}

.bands-demo-eyebrow {
	color: #00A6C8;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.bands-demo-hero h1 {
	color: #FFFFFF;
	font-size: clamp(2.25rem, 7vw, 5.4rem);
	letter-spacing: -0.02em;
	line-height: 0.98;
	margin: 0 0 22px;
	max-width: 830px;
}

.bands-demo-lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.04rem, 2.2vw, 1.28rem);
	line-height: 1.7;
	margin: 0 0 30px;
	max-width: 680px;
}

.bands-demo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.bands-demo-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 50px;
	padding: 14px 24px;
	text-decoration: none;
}

.bands-demo-btn--primary {
	background: #F59E0B;
	color: #111827;
}

.bands-demo-btn--secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: #FFFFFF;
}

.bands-demo-btn:hover,
.bands-demo-btn:focus {
	background: #00A6C8;
	color: #FFFFFF;
}

.bands-demo-hero__visual {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bands-demo-hero__visual span {
	align-items: flex-end;
	aspect-ratio: 1 / 0.82;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 22px;
	color: #FFFFFF;
	display: flex;
	font-weight: 800;
	padding: 18px;
}

.bands-demo-hero__visual span:first-child {
	background: linear-gradient(135deg, #F59E0B, #00A6C8);
	grid-column: span 2;
}

.bands-demo-trust {
	background: #F5F7FA;
	border: 1px solid rgba(16, 32, 51, 0.1);
	border-radius: 22px;
	display: grid;
	gap: 1px;
	grid-template-columns: 1fr;
	margin: clamp(28px, 5vw, 54px) auto;
	max-width: 1180px;
	overflow: hidden;
}

.bands-demo-trust span {
	align-items: center;
	background: #FFFFFF;
	color: #102033;
	display: flex;
	font-weight: 800;
	justify-content: center;
	min-height: 66px;
	padding: 14px 18px;
	text-align: center;
}

.bands-demo-heading {
	margin: clamp(48px, 7vw, 86px) auto 26px;
	max-width: 860px;
	text-align: left;
}

.bands-demo-heading h2,
.bands-demo-quote h2 {
	color: #102033;
	font-size: clamp(1.9rem, 4.5vw, 3.2rem);
	line-height: 1.08;
	margin: 0 0 16px;
}

.bands-demo-heading > p:not(.bands-demo-eyebrow),
.bands-demo-quote p {
	color: #526071;
	font-size: 1.04rem;
	line-height: 1.72;
	margin: 0;
}

.bands-demo-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 1180px;
}

.bands-demo-card {
	background: #FFFFFF;
	border: 1px solid rgba(16, 32, 51, 0.1);
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(16, 32, 51, 0.08);
	padding: 22px;
}

.bands-demo-card h3 {
	color: #102033;
	font-size: 1.06rem;
	line-height: 1.32;
	margin: 0 0 10px;
}

.bands-demo-card p {
	color: #526071;
	font-size: 0.96rem;
	line-height: 1.65;
	margin: 0;
}

.bands-demo-section--print,
.bands-demo-section--why,
.bands-demo-section--guides {
	background: #F5F7FA;
	margin-top: clamp(54px, 8vw, 96px);
	padding-bottom: clamp(48px, 7vw, 82px);
	padding-top: 1px;
}

.bands-demo-pill-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
}

.bands-demo-pill-grid span {
	align-items: center;
	background: #FFFFFF;
	border: 1px solid rgba(16, 32, 51, 0.1);
	border-radius: 999px;
	color: #102033;
	display: flex;
	font-weight: 800;
	justify-content: center;
	min-height: 54px;
	padding: 12px 16px;
	text-align: center;
}

.bands-demo-pill-grid--materials span {
	background: #F5F7FA;
}

.bands-demo-quote {
	align-items: flex-start;
	background: #102033;
	border-radius: 30px;
	display: grid;
	gap: 22px;
	margin: clamp(58px, 8vw, 100px) auto 0;
	max-width: 1180px;
	padding: clamp(28px, 6vw, 58px);
}

.bands-demo-quote h2,
.bands-demo-quote p {
	color: #FFFFFF;
}

.bands-demo-quote p:not(.bands-demo-eyebrow) {
	color: rgba(255, 255, 255, 0.78);
	max-width: 720px;
}

.bands-demo-section--guides .bands-latest-guides {
	margin: 0 auto;
	max-width: 1180px;
}

@media (min-width: 680px) {
	.bands-demo-trust {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.bands-demo-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bands-demo-pill-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 980px) {
	.bands-demo-hero {
		grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
	}

	.bands-demo-card-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bands-demo-card-grid--print,
	.bands-demo-card-grid--why {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bands-demo-pill-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.bands-demo-pill-grid--materials {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bands-demo-quote {
		align-items: center;
		grid-template-columns: minmax(0, 1fr) auto;
	}
}
