/*
Theme Name:     O Canada
Theme URI:      n/a
Template:       kadence
Author:         Thread Connected Marketing
Author URI:     n/a
Description:    Child Theme Description
Version:        8
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* START Old One-Page Website */
body {
  font-family: museo, serif;
}

hr.kt-divider {
  height: 1px;
}

.main-content-column {
  max-width: 950px !important;
}

.logo-section > div > div {
  position: relative;
}

.logo-section > div > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 1262px;
  width: 236%;
  height: 1168px;
  top: -250px;
  left: -323px;
  
  background-image: url(/wp-content/uploads/2025/07/OutLineMapleLeaf.webp);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;

}

.contact-info > p {
  padding-right: 15px;
}

.contact-info > :not(:first-of-type) {
    border-left: solid 1px #70707080;
    padding-left: 15px;
}

.sponsor-logos > figure {
  padding-right: 15px;
  height: 51px;
}

.sponsor-logos > figure:not(:first-of-type) {
  border-left: solid 1px #70707080;
  padding-left: 15px;
}

.bottom-images {
  margin-top: -1px;
}

@media screen and (max-width: 992px) {
  h1 > br {
    display: none;
  }
}
/* END Old One-Page Website */

.presenting-sponsor-section > div {
  
}

.min-content-1fr > div {
  grid-template-columns: min-content 1fr !important;
}

.min-content-1fr > div img:first-of-type {
  max-width: none !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.kb-show-more-buttons > button {
	text-decoration: underline !important;
}

.gform_button.button {
  box-shadow: none !important;
  border: solid 2px #b82639 !important;
}

.gform_button.button:hover,
.gform_button.button:active,
.gform_button.button:focus {
  background-color: #b82639 !important;
  color: #fff !important;
}