/*!
Theme Name: Silicon Valley Leadership Group
Template: kadence
Author: Rudtek
Author URI: https://www.rudtek.com
Description: Theme for SVLG
Version: 1.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sofa
*/

/* Import shared typography/colors/spacing */
@import url("typography.css");

.register-link {
  display:block;
}
.fullPageHero .kt-row-column-wrap {
  min-height: var(--header-height);
}

.single-sf_service .locationsGrid.grid {
  display: flex;
  flex-wrap: wrap;
}
.single-sf_service .theLocation {
  flex: 25% 0 0;
  text-align:center;
}
.locationContact.grid {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}
.info-boxes-height .wp-block-kadence-infobox, .info-boxes-height .wp-block-kadence-infobox > * {
  height: 100%;
}
.info-boxes-height .kt-blocks-info-box-text {
  min-height: 100px;
}

:root {
  --nugget-gold: #c78d28;
  --raspberry-wine: #b73755;

}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
}