/*
 Theme Name:   Swarco
 Theme URI:    https://www.swarco.com/
 Description:  Swarco Theme
 Author:       the Understrap Contributors
 Template:     understrap
 Version:      0.1.2.7
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child


	background-color: #8ace1c !important;  /* Change to your desired background */
/* Target only the header 'Get in touch' button */
header .social-head .button.secondary {
	background-color: #1a73e8 !important;  /* Your new background color */
	color: white !important;               /* Adjust text color if needed */
	border: none !important;
}

/* Optional: Change hover color too */
header .social-head .button.secondary:hover {
	background-color: #005bb5 !important;
}

.yoast-breadcrumbs {
  font-size: 14px;
}

.yoast-breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

.yoast-breadcrumbs a {
  text-decoration: none;
}

.yoast-breadcrumbs .breadcrumb_last {
  opacity: 0.4;
}
