/*
Theme name: KWESST Website
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

@media only screen and (min-width: 812px) {
	.brochure-list-title {
        font-size:5rem;
		padding-bottom:70px;
    }
}
@media only screen and (max-width: 475px) {
	a.resizable-link h5 {
		font-size: 1.2em!important;
	}

}
@media only screen and (max-width: 475px) {
	a.resizable-link h5 {
		font-size: 1.1em!important;
	}
}
.footer__address p {
	line-height: 10px;
	margin-top: 12px;
}
.wpforms-field-label {
	color: #FFFFFF !important;
}

.wpforms-container.wpf-center {
    margin: 0 auto !important;
    max-width: 500px !important;
    width: 500px !important;
}

@media only screen and (max-width: 600px) {
	.filingsPage{
		padding:0px;
	}
	.wpforms-container.wpf-center {
        max-width: unset !important;
        width: auto !important;
    }
}
@media screen and (max-width: 767px){
	.list-item {
	padding-top: 25px;
	}
}

@media only screen and (max-width: 783px) {

	#formbox,form#forminator-module-4991 {
		max-width:unset!important;
		width:auto!important;
	}
}
@media only screen and (min-width: 783px){
	#formbox,form#forminator-module-4991{
		max-width:783px!important;
}
}

.wpforms-form button[type=submit] {
	width:100%;
    background-color:#e22827 !important;
    border-color: #e22827 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
.wpforms-form button[type=submit]:hover {
    background-color: #D03C32 !important;
}
ul.wp-block-list, ol.wp-block-list{
	padding-left: 2.5em;
	list-style-position: outside;
}
.section__content p{
	padding-bottom: 2rem;
}
.section .section__content p{
	margin-bottom:2rem;
}
#add-item,#remove-item{
	background-color: #e22827;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	border:#e22827;
	border-radius: 2px;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: inherit;
}
.forminator-grouped-fields{
	padding-bottom: 0px!important;
}
#formbox{
	max-width: 50%;
	margin: auto;
	text-align: left;
}
.forminator-row.forminator-row-last .forminator-col .forminator-field .forminator-button-submit.formSubmit.formSubmit{
	width: 100%;
	box-sizing: border-box;
	color: #FFFFFF;
}

.centered, .centered::after{
	display:block;
	margin: auto;
	text-align: center;
	width: max-content;
}
.centered-form-field{
	margin: auto;
	text-align:center;
	max-width:600px;
}
.hidden,.hidden.forminator-col {
	display: none !important;
	
}
.forminator-field.hidden,
.forminator-field.hidden ~ label,
.forminator-row .forminator-field.hidden,
.forminator-row .forminator-field.hidden ~ label {
	display: none !important;
}
.padded{
	padding-top:60px;
}
body.post-template-default div.wrapper div.wrapper__inner div.main section.hero div.shell.shell--large div.hero__head{
	display:flex-block;
	margin: auto;
	text-align: center;
	max-width:100%;
}

body.post-template-default div.wrapper div.wrapper__inner div.main section.hero div.shell.shell--large div.hero__head::after,
body.post-template-default div.wrapper div.wrapper__inner div.main section.section div.shell div.section__head.section__head--alt{
	display:none!important;
}
body.post-template-default div.wrapper div.wrapper__inner div.main section.hero div.shell.shell--large div.hero__head h2{
	max-width:100%;
}
.img-box
{
    display: grid;
    place-items: center;
    border-radius: 2px;
    padding: 2.3rem 11.4rem;
}
.whitepaper-link{
	color:#e22827;
}
.exec-name{
	font-weight: bold;
	font-size:1.1em;
	margin: 0;
}
.about-us-title{
	padding-bottom:40px;
	padding-top:10px;
    font-weight: 600;
	font-family: Barlow Condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.job-title{
	color:#ef4822;
	font-weight: 500;
	font-size:1em;
}
.accordion, .accordion--hero,.accordion--header{
	margin: 0!important; 
	padding: 0!important;
}
.container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.section {
    flex: 1 1 300px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}
.section h2 {
    margin-top: 0;
}
.text-centered{
	text-align: center;
}
.brochures {
	max-width: 1000px;	
	margin: auto;
	font-family: Arial, sans-serif;
}
.brochure-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.brochure-list li {
	display:flex;
	align-items: center;
	text-align: left;
	gap: 0px;
	border-radius: 8px;
	padding: 0px 0px;
	padding-bottom:0px;
}
.brochure-list-title{
	text-transform: uppercase;
	padding-bottom:40px;
}

.brochure-list-img {	
	width: 100px;
	padding-right: 30px;
}

.resizable-link {
	text-decoration: none;
	color: #e22827; 
	font-weight: 600;
	font-family: Barlow, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 0px;
}
.resizable-link:hover {
	color: #D03C32;
}
.brochure-list a h5{
	padding:0!important;
	margin: 0;
}
.download-pdf{
	background-color: #e22827;
	padding: 6px 9px!important;
	text-decoration: none;
	color: #fff!important; 
	border-radius: 6px;
	margin-top: 0;
	vertical-align:middle;
	font-family: Barlow, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	transition: background 0.3s;
}
.download-pdf:hover{
	background-color: #D03C32!important;
}
.brochure-table{
	padding:0px;
	display: inline-block;
	flex-direction: column;
	table-layout:auto;
	border-spacing: 0 20px;
	border-collapse: separate;
	gap: 0px;
	width:max-content;
	height:fit-content;
}
.brochure-table tbody tr td{
	padding:0px; 
	text-align: left;
	margin: auto;
}
.resizable-col{
	width:auto;
	background: #fff;
	vertical-align:auto;
	padding: 0!important;
}
.brochure-table tbody tr{
	border-top: 14px solid transparent;
}
.paging--stacked {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin: 40px 0;
}
.paging__jump-wrap select {
	padding: 8px 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	font-size: 15px;
}
.paging__jump-wrap select:hover,
.paging__jump-wrap select:focus {
	border-color: #000;
	outline: none;
}
.arrow-link {
	color: #d50000; 
	text-decoration: none;
	text-align: center!important;
	font-weight: 600;
	position: relative;
	display: flex;
	transition: color 0.3s ease;
	line-height:1;
	padding-bottom: 20px;
	gap:0.7rem;
	align-items: center;
}
.arrow-link::after {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 1.2rem;
    height: 1em;
    -webkit-mask-image: url(/wp-content/themes/kwesst-website/dist/red-arrow-b26a7834.svg);
    mask-image: url(/wp-content/themes/kwesst-website/dist/red-arrow-b26a7834.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: currentColor;
    transition: background-color linear .3s, transform linear .3s;
}
.arrow-link:hover::after {
	transform: translateX(4px);
}
.lab-test-table{
	padding:0px;
	display: inline-block;
	flex-direction: column;
	table-layout:auto;
	border-spacing: 0 20px;
	border-collapse:separate;
	gap: 0px;
	width:max-content;
	height:fit-content;
}
.flex{
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.test-results-center{
	text-align: center;
	justify-items: center;
}
.video-play-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	max-width: 675px;
	max-height: 380px;
}
.video-play-button img {
	display: block;
	width: 100%;
}
.static-image{
	flex-shrink:0!important;
	max-width: none!important;
	width:132px!important;
}
.filingsPage{
	padding-top: 0px;
	justify-content:space-evenly; 
	padding-bottom:40px;
}
.titleText{
	font-size: 2rem;
	padding-top: 10px;
	padding-bottom: 0px;
}
.titleFull{
	width: 100%!important;
	max-width: 100%!important;
}

/*Syles for posts*/

#post-wrapper p{
	margin-top: 0;
	margin-bottom: 0;
}
#post-wrapper p:has(+ p a):has(+ p + p a):has(+ p + p + p a){
	margin-top: 2.5rem;
}
#post-wrapper ul + p{
	margin-top: 2.5rem!important;
}
#post-wrapper p:has(> strong:only-child):first-of-type{
	margin-bottom: 1;
}
#post-wrapper p + ul{
	margin-top: 1rem;
}
#post-wrapper p, #post-wrapper ul, #post-wrapper ol, .wp-block-list{
	padding-bottom: 0px!important;
	padding-top:0px!important;
}
#post-wrapper p:last-child{
	margin-top: 1rem!important;
}
#post-wrapper p:has(> strong:only-child) + p:has(> strong:only-child){
	margin-top: 0;
}
#post-wrapper span + p:has(> strong:only-child){
	margin-top: 0;
}
#post-wrapper p + p{
	margin-top: 1rem;
}
#post-wrapper p:has(> strong:only-child){
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}
#post-wrapper figure + p{
	padding-top: 2.5rem!important;
}
#post-wrapper ol:has(li:only-child), #post-wrapper ul:has(li:only-child){
	padding-bottom: 0px!important;
	margin-bottom: 5px;
}
.wp-block-list{
	margin-bottom: 0;
}

/*End styles for posts */

.section-less-spacing{
	padding-top: clamp(2rem, 5vw, 4rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
	margin-top: 0;
	margin-bottom: 0;
}

.section-body-less-spacing{
	margin-top: clamp(0.75rem, 2vw, 1.5rem)!important;
	margin-bottom: clamp(1.5rem, 2vw, 3rem)!important;
}
.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	place-items: center;
}
.lessSpacing{
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.smallSpacing{
	padding-top: 40px;
	padding-bottom: 20px;
}
.title-less-spacing{
	padding: 0;
	margin-bottom: 1.5rem!important;
}
.hero{
	padding-block: 14rem 5rem;
}
.investor-relations-email{
	font-size: 2.5rem;
}
@media only screen and (max-width: 812px) {
	
	.title-less-spacing{
		margin-bottom: 0.75rem;
		font-size: 3rem;
	}
}
