/*
Theme Name: My Child Theme
Theme URI: http://example.com/my-child-theme/
Description: My Child Theme is a child theme of the Parent Theme
Author: Your Name
Author URI: http://example.com
Template: generatepress
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: my-child-theme
*/

.categorySection {
    padding-bottom: 2em;
}

.categoryHeadingSection {
    font-weight: bold;
}

.jobSection {

}

.jobLinkContainer {

}

.jobLink {

}

.jobLinkText {

}

.footer-widget-1 li, .footer-widget-2 li  {
	font-size: .8em;
}
.footer-widget-3 a.wp-block-button__link:not(.has-background) {
	background-color: var(--accent);
}
.footer-bar p {
	line-height: 2.5em;
}
.footer-bar p i{
	display: inline-block;
	margin-right: .5em;
}
.hidden {
	display: none !important;
}
