/**
Theme Name: BX20
Author: BX20
Author URI: BX20.studio
Description: Custom Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bx20
Template: astra
*/

.site-title a {
	font-weight: 800;
}

h3 {
	font-weight: 600;
}

#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
	padding-left: 28px;
	padding-right: 28px;
}

#page .see-more {
	font-size: .7em;
	text-decoration: none;
	margin-left: .2em;
	display: inline-block;
}

/* Inputs */

input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="reset"], 
input[type="tel"], 
input[type="date"], 
select, 
textarea {
	border-radius: 2px;
}

button, 
.ast-button,
 .button, 
 input[type="button"], 
 input[type="reset"], 
 input[type="submit"], 
 a:where(.wp-block-button__link), 
body #page .gform_wrapper .gform_button, 
#page .gform_wrapper label, 
#page .gform_wrapper legend {
	font-family: 'Indivisible-Variable',indivisible-variable,sans-serif;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.02em;
}

#page .gform_wrapper label,
#page .gform_wrapper legend {
	font-weight: 700;
}