/*
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 */

.anchor-link:hover {
    color: var(--wp--preset--color--tms-secondary) !important;
}

.gfield iframe {
  box-shadow: unset;
}
.gform_wrapper .gform_heading {
	display: block;
	margin-bottom: 20px;
}
.gform_wrapper .gform_heading p {
	margin: 0;
}
.wp-block-table td, 
.wp-block-table th {
	text-align: center;
}

@media (max-width: 768px) {
	.cta-banner-background-image__text-wrapper p {
		display: block;
		text-align: center;
	}
	.cta-banner-background-image .cta-banner-background-image__cover {
		padding-left: 15px;
		padding-right: 15px;
	}
  	.tms-accordion {
		padding: 0px 0px;
	}
	
}
