/*
Theme Name: TMS 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 */

#wp--skip-link--target {
margin-top: 0px; }

.page-id-120 .breadcrumb-menus{display:none} 
.mob-space {padding-bottom: 10px;}
.gform_wrapper .gform_footer input[type="submit"] {width: auto !important; color: #333 !important;}
.gform_wrapper .gform_footer input[type="submit"]:hover {color: #fff !important;}
.swiper-pagination-bullet-active {background:#f79722}
@media (max-width:768px){
.page-id-13 .hero-simple-wrapper{min-height:auto !important}
}
#gform_ajax_spinner_1,
#gform_ajax_spinner_2,
#gform_ajax_spinner_3{
  display: none !important;
}
.tms-button--solid-white{color: #333 !important;}
.tms-button--solid-white:hover{color: #333 !important;}
@media (max-width:449px){
.application-buckets{gap:10px 0;}
}

.section-hide { display:none; }

.products-bucket-module ul { text-align: left; }
.products-bucket-module ul.wp-block-list li::marker { color:#fff;  }