/*
 Theme Name:   VIA Core
 Theme URI:    https://viacreative.co.uk
 Description:  VIA Core a VIA Creative child theme.
 Author:       VIA Creative
 Author URI:   https://viacreative.co.uk
 Template:     generatepress
 Version:      0.1
 Text Domain:  viacore
*/

/*
LTC Goudy Oldstyle Pro Regular
font-family: "ltc-goudy-oldstyle-pro", serif;
font-weight: 400;
font-style: normal;

LTC Goudy Oldstyle Pro Italic
font-family: "ltc-goudy-oldstyle-pro", serif;
font-weight: 400;
font-style: italic;

LTC Goudy Oldstyle Pro Bold
font-family: "ltc-goudy-oldstyle-pro", serif;
font-weight: 700;
font-style: normal;

LTC Goudy Oldstyle Pro Bold Italic
font-family: "ltc-goudy-oldstyle-pro", serif;
font-weight: 700;
font-style: italic;

Halcom Regular
font-family: halcom, sans-serif;
font-weight: 400;
font-style: normal;

Halcom Bold
font-family: halcom, sans-serif;
font-weight: 700;
font-style: normal;
*/

span.gfield_required_text {
	display: none !important;
}
#gform_submit_button_1 {
	border: 2px solid var(--base-3);
	font-weight: 700;
}
#gform_submit_button_1:hover {
	background-color: var(--base-3);
	color: var(--contrast-2);
}
:where(.gb-carousel-pagination)[data-pagination-type=progressbar] {
	background-color: rgba(214, 164, 150, 0.1);
}
:where(.gb-carousel-pagination)[data-pagination-type=progressbar] .gb-carousel-pagination-progressbar-fill {
	background-color: rgba(214, 164, 150, 0.8);
}