/*
 Theme Name:   Solstice Robotics
 Theme URI:    https://octopress.co/
 Description:  This is a bespoke child theme built by Octopress & Cernago. It requires the Bricks Builder parent theme.
 Author:       Octopress
 Author URI:   https://octopress.co/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Bricks default overrides */

:where(p) {
  margin:0 0 0.5em
}

:where(p:last-of-type) {
  margin-bottom: 0;
}


.highlight-span span {
	font-size: var(--octo-text--xl);
}


/* Dev - Temp */

.sav_robots-template-default .dummy-content .page-header  > .brxe-block:before {
	opacity: 0.2;
}

.sav_robots-template-default .dummy-content .x-slider_slide-image img {
	filter: grayscale(100%) opacity(0.1);
}