/*
Theme Name: Bristal
theme	Theme URI: bristal.com
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

.textbox strong {
  font-weight: 500;
}

.textbox em {
  font-style: italic;
}

.s1-1.s1-panel {
  display: none;
}

.s1-1.s1-panel.active {
  display: grid;
}

.s25-1 {
  display: block;
}
/* CF7 checkbox styling to match custom checkbox */
.formbox-checkbox .wpcf7-form-control.wpcf7-checkbox,
.formbox-checkbox .wpcf7-list-item {
	display: block;
	margin: 0;
}
.formbox-checkbox .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	right: 100%;
	width: 0;
	height: 0;
	opacity: 0;
}
.formbox-checkbox .wpcf7-list-item-label {
	display: none;
}
.formbox-checkbox .checkbox-label-icon {
	opacity: 0.5;
}
.formbox-checkbox .checkbox-label-icon .icon {
	transform: scale(0);
}
.formbox-checkbox .checkbox-label:has(input[type="checkbox"]:checked) .checkbox-label-icon {
	opacity: 1;
}
.formbox-checkbox .checkbox-label:has(input[type="checkbox"]:checked) .checkbox-label-icon .icon {
	transform: scale(1);
}
