/*
Theme Name: Open Lightguns
Theme URI: https://openlightguns.com
Description: Child theme for the Open Lightguns website, based on Hello Elementor.
Author: Open Lightguns
Author URI: https://openlightguns.com
Template: hello-elementor
Version: 1.0.0
Text Domain: open-lightguns
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/** Theme */
p {
	margin-top: 0
}

b, strong {
	font-weight: 600 !important
}

h1, h2, h3, h4, h5, h6 {
	margin-block-end: 0;
	margin-block-start: 0
}

.alignwide {
	max-width: 100%;
	margin-inline: auto
}
.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw)
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	word-wrap: normal !important
}

/** TranslatePress */
.trp-language-switcher-container .trp-flag-image {
	margin: 0 4px -2px 0
}

/** Resource files */
.resource-files__group:not(:first-child),
.resource-files__table-header,
.resource-files__item {
	border-color: var( --ag-border-signal )
}
.resource-files__badge {
	color: #fff;
	background-color: var( --e-global-color-signal-base )
}
.resource-files__access-label {
	color: var( --ag-signal )
}
.resource-files .resource-files__download {
	color: var( --ag-signal )
}
.resource-files .resource-files__download--disabled {
	color: currentcolor
}
