.elementor-4442 .elementor-element.elementor-element-4b98e31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4442 .elementor-element.elementor-element-4b98e31:not(.elementor-motion-effects-element-type-background), .elementor-4442 .elementor-element.elementor-element-4b98e31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2F2;background-image:url("https://bkagency.co/wp-content/uploads/2025/11/old-texture-newspapers-stack-1.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-4442 .elementor-element.elementor-element-b1c0400{text-align:center;}.elementor-4442 .elementor-element.elementor-element-b1c0400 .elementor-heading-title{font-family:"Avenir", Sans-serif;font-size:1.125rem;font-weight:600;line-height:1.25em;color:var( --e-global-color-text );}.elementor-4442 .elementor-element.elementor-element-ea8b342{width:var( --container-widget-width, 75% );max-width:75%;--container-widget-width:75%;--container-widget-flex-grow:0;text-align:center;}.elementor-4442 .elementor-element.elementor-element-ea8b342.elementor-element{--align-self:center;}.elementor-4442 .elementor-element.elementor-element-ea8b342 .elementor-heading-title{font-family:"Avenir", Sans-serif;font-size:3.5rem;font-weight:500;text-transform:none;line-height:1.25em;color:var( --e-global-color-text );}.elementor-4442 .elementor-element.elementor-element-9fb4f48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4442 .elementor-element.elementor-element-9fb4f48:not(.elementor-motion-effects-element-type-background), .elementor-4442 .elementor-element.elementor-element-9fb4f48 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}@media(max-width:1199px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-4442 .elementor-element.elementor-element-ea8b342{width:100%;max-width:100%;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS */#hero-section {
    padding: 9rem 10% 9rem 10%;
}

/* --- GRID: one item per row --- */
.bk-news-grid {
  display: grid;
  grid-template-columns: 1fr;   /* single column */
  row-gap: 0px;
}

/* --- BASE CARD (full-width row) --- */
.bk-news-card {
  background: #ffffff;
  overflow: hidden;
}
.bk-news-card-flex-wrapper 
{
  display:flex;
  align-items: center;
  transition: transform .2s ease, box-shadow .2s ease;
  padding: 2.5rem 0;
  max-width: 1140px;
  margin: auto;
  gap: 4.375rem;
  justify-content: space-between;
  width: 100%;
}
.bk-news-card:nth-child(even)  {
     background-color: #E8E6E6;
}
.bk-news-card:nth-child(even) .bk-news-card-flex-wrapper {
    flex-direction: row-reverse;
}
.bk-news-card__thumb {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  width: calc((100% - 4.375rem)/2);
}

.bk-news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bk-news-card__content {
   width: calc((100% - 4.375rem)/2);
}

.bk-news-card__title {
  margin: 0 0 1.5rem;
  font-family: "Avenir", Sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    text-transform: none;
    line-height: 1.25em;
    color: #142029;
}

.bk-news-card__title a {
  color: inherit;
  text-decoration: none;
}

.bk-news-card__title a:hover { color: inherit; 
    
}

.bk-news-card__meta {
  font-size: 1rem;
   color: #142029;
  margin-bottom: 10px;
}

.bk-news-card__excerpt {
  margin: 0 0 2.5rem;
    font-size: 1rem;
   color: #142029;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a.bk-news-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
      font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.25em;
    color: #142029;
  text-decoration-color: #FAA71A; 
}
a.bk-news-card__more svg {
  margin-top: -2px;
  display: block;
}
a.bk-news-card__more:hover {  text-decoration-color: #FAA71A;
}
/* --- DESKTOP: make each row a two-column media block --- */
@media (min-width: 992px) {
  /* all regular cards: image | text */
  .bk-news-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .bk-news-card .bk-news-card__thumb { grid-column: 1; aspect-ratio: auto; min-height: 280px; }
  .bk-news-card .bk-news-card__content { grid-column: 2; }

  /* alternate every second card so sides flip: text | image */
  .bk-news-card:nth-child(2n) {
    grid-template-columns: 1fr 1.1fr;
  }
  .bk-news-card:nth-child(2n) .bk-news-card__thumb { grid-column: 2; }
  .bk-news-card:nth-child(2n) .bk-news-card__content { grid-column: 1; }
}

/* --- FEATURE (first row only): larger split, image left --- */
@media (min-width: 992px) {
  
  .bk-news-grid  .bk-news-card .bk-news-card__thumb img { min-height: 340px; }
}

/* --- NEWSLETTER BAND (inserted via Elementor template) --- */
.bk-newsletter-insert {
width: 100%;
}

/* make embedded Elementor template fill nicely */
.bk-newsletter-insert > * { margin: 0 !important; }
.bk-newsletter-insert .elementor,
.bk-newsletter-insert .elementor-section,
.bk-newsletter-insert .elementor-container { background: transparent !important; }


/* --- PAGINATION --- */
.bk-news-pagination {
  margin: 3.75rem 0 5rem;
  display: flex;
  justify-content: center;
}
.bk-news-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
 background: transparent;
 border: none;
  color: #142029;
  list-style: none;
  gap: 0.625rem;
  font-size: 1.125rem;
}
.bk-news-pagination .page-numbers li a, .bk-news-pagination .page-numbers li span {
    padding: 0 0.625rem 0.813rem;
}
.bk-news-pagination a.page-numbers:hover {
  border-bottom: 1px solid #FAA71A;
  border-radius: 0;
  text-decoration: none;
}
.bk-news-pagination .current {
 border-bottom: 1px solid #FAA71A;
  border-radius: 0;
}
.bk-news-pagination .next.page-numbers, .bk-news-pagination .prev.page-numbers {
        display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
  padding: 0 0 0.813rem;
}
.bk-news-pagination .next.page-numbers svg, .bk-news-pagination .prev.page-numbers svg {
    margin-top: -2px;
    display: block;
}
.bk-news-pagination .next.page-numbers:hover svg {
      margin-left: 5px;
    transition: 0.2s 
ease-in-out;
}
.bk-news-pagination .prev.page-numbers:hover svg {
      margin-right: 5px;
    transition: 0.2s 
ease-in-out;
}
/* --- ACCESSIBILITY FOCUS --- */
.bk-news-grid a:focus-visible,
.bk-news-pagination a:focus-visible {
  outline: 2px solid #0a3cff;
  outline-offset: 2px;
  border-radius: 12px;
}

@media only screen and (max-width: 1140px) {
    .bk-news-card-flex-wrapper {
        padding: 2.5rem;
    }
}
@media only screen and (max-width: 1023px) {
      .bk-news-card-flex-wrapper, .bk-news-card:nth-child(even) .bk-news-card-flex-wrapper {
        flex-direction: column;
    }
    .bk-news-card__thumb, .bk-news-card__content {
        width: 100%;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bkagency.co/wp-content/uploads/2024/01/AvenirLTStd-Roman.woff2') format('woff2');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://bkagency.co/wp-content/uploads/2024/01/AvenirLTStd-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://bkagency.co/wp-content/uploads/2024/01/Avenir-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://bkagency.co/wp-content/uploads/2024/01/AvenirLTProHeavy.woff') format('woff');
}
/* End Custom Fonts CSS */