.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F1F1F1;color:#000000;font-family:"ABC Diatype Mono", Sans-serif;font-size:18px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#000000;}.elementor-kit-7 a:hover{color:#2A2A2A;}.elementor-kit-7 h1{font-family:"ABC Repro", Sans-serif;font-size:45px;}.elementor-kit-7 h2{color:#000000;font-family:"ABC Repro", Sans-serif;font-size:30px;font-weight:500;}.elementor-kit-7 h3{color:#000000;font-family:"ABC Repro", Sans-serif;font-size:30px;}.elementor-kit-7 h4{font-family:"ABC Repro", Sans-serif;font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Make links white inside .white-links section */
.white-links a {
  color: white !important;
}

.white-links a:hover {
  color: lightgrey !important;
}

/* Always reserve space for the scrollbar */
html {
  overflow-y: scroll !important;
}

/* When Elementor opens a popup, it applies overflow: hidden to body.
   We override that AND prevent scrolling during popup */
body.elementor-popup-modal-open {
  overflow: hidden !important;
  position: relative;
}

/* Prevent double scrollbars if inner elements (like .elementor-popup) are scrollable */
.elementor-popup-modal {
  max-height: 100vh;
  overflow-y: auto;
}


/* Force captions to be left aligned */
.sbi_item .sbi_caption {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

/* Default: 8 columns */
.sbi_feed.sbi_layout_grid {
  display: grid !important;
  grid-template-columns: repeat(8, 1fr) !important;
  gap: 10px; /* optional spacing */
}

/* 4 columns at 1440px and below */
@media (max-width: 1440px) {
  .sbi_feed.sbi_layout_grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}


/* Add 10px padding around full-width images inside post content */
.wp-block-image.alignfull img {
  padding: 30px;
  box-sizing: border-box;
}


.elementor-video {

background-color: transparent !important;

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ABC Diatype Mono';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bureauofeverything.com/wp-content/uploads/2025/03/ABCDiatypeMono-Regular.woff2') format('woff2'),
		url('https://bureauofeverything.com/wp-content/uploads/2025/03/ABCDiatypeMono-Regular-1.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ABC Repro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bureauofeverything.com/wp-content/uploads/2025/03/ABCRepro-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */