/*
Theme Name: Ascent Precision Gear Corporation Child Theme
Theme URI: 
Description: A child theme for TMS Base Theme, allowing custom styling and functionality without modifying the parent theme.
Template: tms-wp-theme
Author: TMS WP Team
Author URI: 
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: tms-child-theme
Tags: child-theme
*/

/*
 * Add your custom styles below this line
 * These styles will override parent theme styles
 */

/* Example: Custom primary color override */
/*
:root {
  --wp--preset--color--tms-primary: #your-color-here;
}
*/

/* Example: Custom header styles */
/*
.site-header {
  background-color: #your-color-here;
}
*/

/* Add your custom CSS here */

.tms-button--primary:hover,
.tms-button--solid-white:hover,
.tms-button--outline-white:hover { color: #fff; }

.wp-block-site-logo.is-default-size img { width: 144px; }

.home .entry-content,
.home .wp-block-template-part { margin-top: 0; }

.tms-footer .gray-top-bar { align-items: center; }

@media (min-width: 576px) {
  .wp-block-site-logo.is-default-size img { width: 297px; }
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #6D2494 !important;
}
@media (max-width: 400px) {
    .hero-simple__content-wrapper {
        padding: 2.75rem 1.5rem 0;
    }
    .hero-simple__button-group {
        padding: 0 1.5rem 2.75rem;
    }
.hero-simple__heading {
        font-size: 1.75rem;
        line-height: 128%;
    }
}
@media (max-width: 768px) {
    .content-buckets-medium .navigation-wrapper .swiper-pagination {
        gap: 1.25rem 4px;
    }
}