/* correct flash of black background-color on home page cover blocks 3567612-zd rs */
.home .entry-content .wp-block-cover {
    background-color: #fff !important;
}

/* Align center Black background color on buttons | 28816591-hc EH */
.wpnbha.has-more-button button {
    background-color: #000;
    margin: auto;
}

/* Increase width of subscribe button on homepage on mobile SS-28839713-hc */
@media screen and (max-width: 480px) {
.home #subscribe-submit{
padding-top: 10px;
width: 78% !important;
}
.home .wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button 
{
margin-left: 30px !important;
}
.home .wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form {
flex-direction: column;
align-items: center;
}
}
/* Add border to form fields 3948503-zen AD */
.wp-block-jetpack-contact-form input[type='text']{
   border: 1px solid #555 !important;
}
.wp-block-jetpack-contact-form input[type='email']{
   border: 1px solid #555 !important;
}
.wp-block-jetpack-contact-form textarea {
   border: 1px solid #555 !important;
}
/* DONATION BLOCK COLORS | kb-29306545-hc */
.wp-block-jetpack-donations .donations__nav-item.is-active {
  background: #000 !important;}
.wp-block-jetpack-donations .donations__amount.is-selected {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #000; !important}
/* DONATION BLOCK BUTTON COLOR | kb-29306545-hc */
.donations__donate-button {
  background-color: #000 !important;}

/* Dropdown menu background | 30740920-hc (LS) */
.main-navigation .sub-menu .menu-item a {
background-color:transparent !important;
color: black !important;
}

/* Dropdown triangle | 30740920-hc (LS) */
.sub-menu::before {
    display: none !important;
}

/* Hide featured images on post pages | 32770587-hc JP */
.post figure.post-thumbnail {
    display: none;
} 

/* Hide Comments Closed Section on posts | 32770587-hc kA */
p.no-comments {
  display:none;
}

/* center widget area and make it larger | xxxxx-hc (LL) */
aside.widget-area.responsive-max-width {
  display: flex;
  justify-content: center;
}
footer#colophon .widget-area .widget {
  width: 75%;
}

/* Hide entry-header for page titles | 36529510-HC (AV) */
.entry-header {
	display: none;
}

/* End Hide entry-header for page titles | 36529510-HC (AV) */

/* Bug: Fix issue with reels on the Latest Instagram Posts block   | 6756223-zen GH */

.wp-block-jetpack-instagram-gallery .wp-block-jetpack-instagram-gallery__grid-post img {
	aspect-ratio: 1 / 1;
}

/* End  | 6756223-zen GH */

/* Remove metadata at the bottom of single posts (tags, categories, and post navigation) | 7235722-zen GH */

.post .entry-footer :is(.byline, .posted-on, .cat-links, .tags-links) {
  display: none;
}

nav.navigation.post-navigation {
    display: none;
}

/* End  | 7235722-zen GH */

/* change menu and post excerpt font size | 7452081-zen tcrv */
body:not(.fse-enabled) .main-navigation a, .entry-wrapper p {
    font-size: 17px; 
}

/* post font size 17px | 7449026-zen (ad) */
.entry-content {
	font-size:17px;
}
.textwidget {
	font-size:17px !important;
}

body #content p {
    font-size:17px !important;
}



.career-bar-btn-wrapper {
  position: absolute;
  top: 24px;
  right: 120px;
  z-index: 100;
}

.career-bar-btn {
  display: inline-block;
  padding: 16px 40px;
  border: 2.5px solid #000;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.career-bar-btn:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease;
}


.site-logo-wrapper {
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 9999;
}

.site-logo-img {
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.career-bar-btn-wrapper {
  position: absolute;
  top: 45px;
  right: 120px;
  z-index: 100;
}

.career-bar-btn {
  display: inline-block;
  padding: 12px 40px;
  border: 2.5px solid #000;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  font-weight: 900;
  font-style: bold;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.career-bar-btn:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease;
}

.site-content,
.wp-site-blocks,
main,
#content,
#page {
  padding-top: 40px !important;
}











/* ============================================
   VIDEO BANNERS — RESPONSIVE FIX (scoped)
============================================ */

video,
.wp-video video,
.elementor-video,
.elementor-background-video-container video,
.smart-slider-3 video,
.rll-youtube-player iframe,
.banner video,
[class*="banner"] video,
[class*="slider"] video {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block;
}

/* Aspect ratio wrapper — only for explicit wrapper class */
.video-banner-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-banner-wrapper video,
.video-banner-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* WP and Elementor manage their own sizing */
.wp-video,
.elementor-video-container {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Protect Typeform popups from being overridden */
.tf-v1-popup iframe,
.tf-v1-widget iframe,
[class*="typeform"] iframe,
[id*="typeform"] iframe {
  width: 100% !important;
  height: 100% !important;
  position: static !important;
}

/* ============================================
   HEADER BAR — LOGO + CAREER BAR BUTTON
============================================ */

.header-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 120px 0 160px;
  z-index: 9999;
  pointer-events: none;
}

.site-logo-wrapper,
.career-bar-btn-wrapper {
  pointer-events: all;
}

.site-logo-img {
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.career-bar-btn {
  display: inline-block;
  padding: 10px 32px;
  border: 2.5px solid #000;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.career-bar-btn:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease;
}

/* ============================================
   TABLET — iPad and similar (max 1024px)
============================================ */
@media (max-width: 1024px) {
  .header-bar {
    padding: 0 40px 0 60px;
    height: 110px;
  }

  .site-logo-img {
    width: 90px !important;
    height: 90px !important;
    max-width: 90px !important;
  }

  .career-bar-btn {
    padding: 8px 22px;
    font-size: 14px;
  }

  .site-content,
  .wp-site-blocks,
  main,
  #content,
  #page {
    padding-top: 50px !important;
  }
}

/* ============================================
   MOBILE — phones (max 768px)
============================================ */
@media (max-width: 768px) {
  .header-bar {
    padding: 0 16px;
    height: 80px;
    align-items: center;
  }

  .site-logo-img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
  }

  .career-bar-btn {
    padding: 6px 16px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .site-content,
  .wp-site-blocks,
  main,
  #content,
  #page {
    padding-top: 30px !important;
  }
}

/* ============================================
   SMALL MOBILE — very small phones (max 480px)
============================================ */
@media (max-width: 480px) {
  .header-bar {
    padding: 0 10px;
    height: 70px;
  }

  .site-logo-img {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
  }

  .career-bar-btn {
    padding: 5px 12px;
    font-size: 11px;
  }
}