<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Theme Name: NCA Astra Child
Author: Lime Valley Advertising, Inc.
Author URI: https://www.limevalley.com/
Description: An Astra child theme for National Chevy Assoc.
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: nca-astra-child
Template: astra
*/

/*
red: #9e0b0f
yellow: #feda24
blue: #1c5070
*/

/* Body Styles */

body {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}

body #content {
	/* http://colorzilla.com/gradient-editor/#ffffff+0,a1d3e9+20,a1d3e9+80,ffffff+100 */
	background: #a1d3e9;
	background: -moz-linear-gradient(left, #ffffff 0%, #a1d3e9 20%, #a1d3e9 80%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%, #a1d3e9 20%, #a1d3e9 80%, #ffffff 100%);
	background: linear-gradient(to right, #ffffff 0%, #a1d3e9 20%, #a1d3e9 80%, #ffffff 100%);
}


/* Top Bar / Header / Site Logo Styles */

#masthead .nca-top-bar+.ast-container {
	padding-left: 0px;
	padding-right: 0px;
}

.site-logo-img {
	width: 350px;
	height: auto;
	margin-top: -80px;
	margin-left: -150px;
}

.header-main-layout-2 .site-branding {
	padding-bottom: 0px;
}

.site-branding {
	/*margin-left: -487px;*/
	margin-left: -160px;
	margin-top: -30px;
	margin-bottom: -25px;
	z-index: 10;
}

@media (max-width: 1350px) {
	.site-branding {
		margin-left: 0px;
	}
}

@media (max-width: 1000px) {
	.site-branding {
		margin-left: 50px;
	}
}

@media (max-width: 920px) {
	.site-branding {
		margin-left: 0px;
	}

	.ast-header-break-point .ast-mobile-header-inline .main-header-container {
		display: flex;
	}

	.ast-header-break-point .header-main-layout-2 .main-header-bar {
		padding: 0px;
	}

	.site-logo-img {
		margin-top: 0px;
		margin-left: 0px;
	}

	.site-branding {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

.ast-site-title-wrap {
	background-image: url(/wp-content/themes/nca-astra-child/images/red-chevy-car.png);
	width: 487px;
	height: 248px;
}

.ast-site-title-wrap a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

@media (max-width: 920px) {
	.ast-site-title-wrap {
		display: none;
		background-image: none;
	}
}

.main-header-bar {
	background-image: url(/wp-content/themes/nca-astra-child/images/flag-background.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 2.5;
	padding: 0px;
	border-bottom-width: 0px;
}

.ast-main-header-bar-alignment {
	width: 100%;
}

.main-header-bar-navigation {
	background: #9e0b0f;
	color: #ffffff;
	font-size: 25px;
	font-weight: 500;
}

.main-header-menu a,
.main-header-menu .current-menu-item&gt;a,
.main-header-menu .current-menu-ancestor&gt;a {
	color: #ffffff;
	text-transform: uppercase;
}

body .main-header-menu ul.sub-menu {
	background: #ffffff;
	min-width: 300px;
}

body .main-header-menu ul.sub-menu a {
	color: #1c5070;
	font-size: 15px;
	text-transform: none;
}

body .main-header-menu ul.sub-menu a:hover,
body .main-header-menu ul.sub-menu a:active {
	color: #9e0b0f;
}

body .main-header-menu a:hover,
body .main-header-menu a:active,
body .main-header-menu li:hover&gt;a {
	color: #a1d3e9;
}

.ast-header-break-point .main-navigation ul li {
	font-size: 15px;
}

.ast-header-break-point .main-navigation ul li a {
	color: #1c5070;
	padding: 0 40px;
	font-size: 15px;
	text-transform: none;
}

.ast-menu-toggle,
.ast-menu-toggle:focus {
	color: #1c5070;
}

.ast-header-break-point .main-navigation ul li a:hover {
	color: #9e0b0f;
}

.ast-header-break-point.ast-woocommerce-cart-menu .ast-site-header-cart {
	background-color: #1c5070;
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart a {
	width: 100%;
	text-align: right;
	padding-right: 5px;
}

.nca-top-bar {
	background-color: rgba(29, 44, 56, 0.85);
	margin-bottom: 20px;
}

.nca-top-bar .nca-search-box {
	float: right;
}

.nca-top-bar .nca-search-box input.search-field,
.nca-top-bar .nca-search-box input.aws-search-field {
	background-color: #c7c9cc;
	width: 300px;
	height: 30px;
	border-radius: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

.aws-container .aws-search-form * {
	border-radius: 22px !important;
}

.nca-top-bar .nca-search-box input.search-field::placeholder,
.nca-top-bar .nca-search-box input.aws-search-field::placeholder {
	color: #000000;
}

.nca-top-bar .nca-search-box input.search-submit {
	display: none;
}


/* Text Heading Styles */

h1,
h1.page-title,
h1.entry-title,
.elementor-widget-heading h1.elementor-heading-title {
	color: #9e0b0f;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}

body h2,
body .elementor-widget-heading h2.elementor-heading-title {
	color: #1c5070;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

body.home h2,
body.home .elementor-widget-heading h2.elementor-heading-title {
	color: #ffffff;
}

.elementor-widget-heading h2.elementor-heading-title {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
	color: #9e0b0f;
	font-size: 30px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

h4,
.elementor-widget-heading h4.elementor-heading-title {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
}

.interior-kit-options .elementor-widget-heading h4.elementor-heading-title {
	color: #9e0b0f;
	font-size: 18px;
	line-height: 25px;
	font-weight: 800;
	font-style: normal;
}

.interior-kit-options .elementor-text-editor p strong {
	color: #9e0b0f;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
}

h5,
.elementor-widget-heading h5.elementor-heading-title {
	color: #1c5070;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
}

.no-case-title.elementor-widget-heading .elementor-heading-title {
	text-transform: none;
}

.no-case-title.elementor-widget-heading h2.elementor-heading-title {
	font-family: 'Corben', cursive;
	font-size: 32px;
	line-height: 35px;
	font-weight: 700;
}

#post-2 .entry-header {
	display: none;
	/* Don't display the entry header / H1 on the home page */
}


/* Sidebar Styles */

.ast-left-sidebar #primary {
	border-left: none;
	padding-left: 13px;
	margin-top: 40px;
}

.ast-left-sidebar #secondary {
	border-right: none;
	padding-right: 10px;
	margin-top: 40px;
}

.sidebar-main {
	/*min-width: 250px;*/
	background: #ffffff;
	padding: 15px;
}


/* Footer Styles */

.site-footer {
	background: linear-gradient(#141f27, #1d2c37);
}

.footer-adv {
	font-size: 20px;
}

.footer-adv-widget {
	padding-left: 0px;
	padding-right: 0px;
}

@media (max-width: 767px) {
	.footer-adv-widget {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.ast-small-footer {
	font-size: 16px;
	border: none;
}

.footer-adv-overlay, .ast-footer-overlay {
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nca-footer-header {
	text-align: center;
	padding-top: 30px;
}

.nca-footer-header h3 {
	color: #ffffff;
	font-family: 'Corben', cursive;
	font-size: 30px;
	font-weight: 700;
	text-transform: none;
}

.footer-primary-navigation .nav-menu li.menu-item:after {
	content: " | ";
}

.footer-primary-navigation .nav-menu li.menu-item:last-child:after {
	content: " ";
}

.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item a {
	padding: 0px 5px 0px 5px;
}


/* Product / WooCommerce styles */

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	color: #000000;
}

.woocommerce-products-header h1.page-title,
.ast-woocommerce-container h1.entry-title {
	text-align: left;
}

ul.product-categories li.cat-item a {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

ul.product-categories li.cat-item a:hover {
	color: #9e0b0f;
}

.woocommerce-page ul.products li.product {
	background: #ffffff;
	border: 3px solid #9e0b0f;
	border-radius: 22px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
	padding: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	pointer-events: none;
}

.woocommerce-page ul.products li.product .wp-post-image {
	border-bottom: 3px solid #9e0b0f;
	border-radius: 18px 18px 0px 0px;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	color: #000000;
	font-size: 23px;
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce-page ul.products li.product-type-external .ast-loop-product__link {
	display: none;
}

.woocommerce-page ul.products li.product .highlight {
	background-color: #feda24;
}

.woocommerce-page ul.products li.product .price {
	color: #9e0b0f;
	font-size: 72px;
	font-weight: 800;
	margin-bottom: 0px;
}

@media (max-width: 1350px) {
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px;
	}

	.woocommerce-page ul.products li.product .price {
		font-size: 36px;
	}
}

.woocommerce-page ul.products li.product .price .uom {
	font-size: 36px;
}

.woocommerce-page ul.products li.product .price del {
	color: #575757;
	font-size: 36px;
	font-weight: 600;
}

.woocommerce-page ul.products li.product .nca-more-details a {
	color: #575757;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	background-color: #9e0b0f;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	border-radius: 22px;
}

/* Special product teaser widths based on the box width value chosen on the product edit screen */
@media (min-width: 1000px) {

	body.woocommerce-page.columns-4 ul.products li.product,
	body.woocommerce.columns-4 ul.products li.product,
	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-1,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-1 {
		width: calc(25% - 20px);
	}

	body.woocommerce-page.columns-4 ul.products li.product:nth-child(4n),
	body.woocommerce.columns-4 ul.products li.product:nth-child(4n) {
		margin-right: 20px;
	}

	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-2,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-2 {
		width: calc(50% - 20px);
	}

	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-4,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-4 {
		margin-right: 0;
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 999px) {

	body.woocommerce-page.columns-4 ul.products li.product,
	body.woocommerce.columns-4 ul.products li.product,
	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-1,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-1,
	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-2,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-2,
	body.woocommerce-page.columns-4 ul.products li.product:nth-child(4n),
	body.woocommerce.columns-4 ul.products li.product:nth-child(4n) {
		margin: 0 15px 15px 0;
		width: calc(33.33% - 15px);
	}

	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-4,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-4 {
		width: calc(100% - 15px);
	}

	body.woocommerce #secondary ul.product-categories li {
		line-height: 1.6em;
	}

	body.woocommerce #secondary ul.product-categories li a {
		font-size: 15px;
	}
}

@media (min-width: 545px) and (max-width: 768px) {

	body.woocommerce-page.columns-4 ul.products li.product,
	body.woocommerce.columns-4 ul.products li.product,
	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-1,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-1,
	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-2,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-2,
	body.woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n),
	body.woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n),
	body.woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n),
	.woocommerce[class*="columns-"] ul.products li.product:nth-child(n) {
		margin: 0 15px 15px 0;
		width: calc(50% - 15px);
	}

	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-4,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-4 {
		width: calc(100% - 15px);
	}
}

@media (max-width: 544px) {

	body.woocommerce-page.columns-4 ul.products li.product,
	body.woocommerce.columns-4 ul.products li.product,
	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-1,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-1,
	body.woocommerce-page.columns-4 ul.products li.product.nca-product-teaser-col-2,
	body.woocommerce.columns-4 ul.products li.product.nca-product-teaser-col-2,
	body.woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n),
	body.woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n),
	body.woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n),
	.woocommerce[class*="columns-"] ul.products li.product:nth-child(n) {
		margin: 0 0 15px 0;
		width: 100%;
	}
}

.ast-cart-menu-wrap .count, .ast-cart-menu-wrap .count:after {
	border-color: #ffffff;
	color: #ffffff;
}

.ast-site-header-cart .widget_shopping_cart,
.woocommerce .ast-site-header-cart .widget_shopping_cart {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
}

.ast-site-header-cart .widget_shopping_cart .cart_list a,
.woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a {
	color: #000000;
	font-size: 12px;
	text-transform: none;
}

.ast-site-header-cart .widget_shopping_cart .cart_list a:hover,
.woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a:hover {
	color: #000000;
	text-decoration: underline;
}

.ast-site-header-cart .widget_shopping_cart .total .woocommerce-Price-amount {
	color: #9e0b0f;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	background-color: #ffffff;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
	background-color: #ffffff;
}

.woocommerce-checkout {
	background-color: #ffffff;
}

@media (min-width: 769px) {

	.woocommerce-page.woocommerce-checkout form #customer_details.col2-set,
	.woocommerce.woocommerce-checkout form #customer_details.col2-set {
		padding-left: 20px;
	}
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	padding: 20px;
}


/* Buttons */

.elementor-button, .elementor-button:visited {
	background-color: #ffffff;
	color: #1c5070;
	border: 2px solid #9e0b0f;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.elementor-button:focus, .elementor-button:hover {
	background-color: #1c5070;
	color: #ffffff;
	border: 2px solid #ffffff;
	opacity: 1.0;
}

.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-md,
.elementor-button.elementor-size-lg,
.elementor-button.elementor-size-xl,
.elementor-button.elementor-size-xxl {
	border-radius: 20px;
}


/* Paragraph Text */

.elementor-text-editor p strong,
.elementor-text-editor ul strong {
	font-size: 18px;
	line-height: 30px;
	font-weight: 800;
}

/* Search results */

.search-results .entry-content {
	padding: 0 20px;
}

.search-results .blog-layout-1 .post-content,
.search-results .blog-layout-1 .post-thumb {
	padding: 0 10px;
}


/* Custom Classes for Content */

.testimonial-bubble p {
	padding: 25px;
	position: relative;
	background-color: #ffffff;
	border: solid 3px #9e0b0f;
	border-radius: 20px;
}

.testimonial-bubble p:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #ffffff;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;
}

.rounded-box {
	background: #ffffff;
	border: 3px solid #9e0b0f;
	border-radius: 22px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	margin: 20px 10px 30px 10px;
}

@media (min-width: 768px) {
	.kit-odd {
		border-right: solid 1px rgba(140, 140, 140, 0.50);
	}
}

/* Woocommerce sidebar on top for mobile */
@media (max-width: 768px) {
	.ast-left-sidebar #content&gt;.ast-container {
		display: block !important;
	}
}</pre></body></html>