/*!
Theme Name: Rust Aid
Theme URI: http://underscores.me/
Author: Mindstream Interactive
Author URI: http://underscores.me/
Template: barr2020
Description: Rust Aid child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: barr2020
*/

/* Rust Aid brand overrides — only loaded on the Rust Aid subsite via
   rustaid_enqueue_styles(), so no extra scoping is required. Selectors below
   override toolkit defaults from the parent theme.
   Source palette (FE/src/assets/toolkit/styles/vars/_colors.scss):
     #C54E35  rust-red  (accents — search loupe, link color)
     #8B3A2A  rust      (primary brand — buttons, footer, nav)
     #58585A  rust-gray
     #F7F7F7  gray-one
     #DBDCDE  gray-two
*/

a { color: #C54E35; }

.btn--primary {
	background-color: #8B3A2A;
	color: #fff;
}
.btn--primary:focus,
.btn--primary:hover {
	box-shadow: 0 0 12px #8B3A2A;
}

.nav-main { background-color: #8B3A2A; }

.search-toggle { background-color: #C54E35; }

.nav-search__action,
.nav-search.opened .nav-search__action {
	background-color: #C54E35;
}

.cards--category-group {
	background: radial-gradient(100px circle at 50% 65%, #C54E35 30%, #8B3A2A 100%);
}
@media (min-width: 1025px) {
	.cards--category-group {
		background: radial-gradient(150px circle at 50% 65%, #C54E35 30%, #8B3A2A 100%);
	}
}
.cards--category-group:focus,
.cards--category-group:hover {
	box-shadow: 0 0 20px #8B3A2A;
}

.wp-child-theme-rustaid .video-section { background: #8B3A2A; }
.wp-child-theme-rustaid .video-slide svg path { fill: #8B3A2A; }

.breadcrumbs-container .breadcrumb-item--separator {
	margin: 0 8px;
	color: #767676;
}
.breadcrumbs-container .breadcrumb-item .current-item {
	color: #767676;
}

.u-color-rust-red { color: #C54E35; }
.u-color-rust { color: #8B3A2A; }
.u-color-rust-gray { color: #58585A; }
.u-bg-color-rust-red { background-color: #C54E35; }
.u-bg-color-rust { background-color: #8B3A2A; }
.u-bg-color-rust-gray { background-color: #58585A; }
