@font-face {
  font-family: "Font Awesome 5 Brands Regular";
  src: url(../../assets/fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(/assets/fonts/fontawesome/fa-brands-400.woff) format("woff"), url(/assets/fonts/fontawesome/fa-brands-400.ttf) format("truetype");
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: "Font Awesome 5 Pro Light";
  src: url(../../assets/fonts/fontawesome/fa-light-300.woff2) format("woff2"), url(/assets/fonts/fontawesome/fa-light-300.woff) format("woff"), url(/assets/fonts/fontawesome/fa-light-300.ttf) format("truetype");
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: "Font Awesome 5 Pro Regular";
  src: url(../../assets/fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(/assets/fonts/fontawesome/fa-regular-400.woff) format("woff"), url(/assets/fonts/fontawesome/fa-regular-400.ttf) format("truetype");
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: "Font Awesome 5 Pro Solid";
  src: url(../../assets/fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(/assets/fonts/fontawesome/fa-solid-900.woff) format("woff"), url(/assets/fonts/fontawesome/fa-solid-900.ttf) format("truetype");
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: "Font Awesome 5 Duotone Solid";
  src: url(../../assets/fonts/fontawesome/fa-duotone-900.woff2) format("woff2"), url(/assets/fonts/fontawesome/fa-duotone-900.woff) format("woff"), url(/assets/fonts/fontawesome/fa-duotone-900.ttf) format("truetype");
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../assets/fonts/geist/geist-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../assets/fonts/geist/geist-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
.fontawesome-brands {
  font-family: "Font Awesome 5 Brands Regular", sans-serif;
}
.fontawesome-light {
  font-family: "Font Awesome 5 Pro Light", sans-serif;
}
.fontawesome-regular {
  font-family: "Font Awesome 5 Pro Regular", sans-serif;
}
.fontawesome-solid {
  font-family: "Font Awesome 5 Pro Solid", sans-serif;
}
.fontawesome-duotone {
  font-family: "Font Awesome 5 Duotone Solid", sans-serif;
}
.blackBorder {
  border: 10px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.borderBoxSizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.verticalCenter {
  display: table-cell;
  vertical-align: middle;
}
.verticalBottom {
  display: table-cell;
  vertical-align: bottom;
}
html {
  scroll-behavior: smooth;
}
/* Hide the reCAPTCHA v3 badge (branding kept in form text) */
.grecaptcha-badge {
  visibility: hidden !important;
}
/* nudge the image logo up for optical alignment */
.ts-sc-logo.ts-sc-logo-type-image {
  margin-top: -8px;
}
/* =HEADER — language switcher (WPML), inline pill style */
.ts-header-icons {
  display: flex;
  align-items: center;
}
.ts-header-icons > * {
  float: none;
}
.ts-header-icons .ts-header-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: -10px;
}
.ts-header-icons .ts-header-lang-switcher::after {
  display: none !important;
}
.ts-header-icons .ts-header-lang-switcher .ts-lang {
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(var(--tste-labtechco-mainmenufont-color-rgb), 1);
  transition: color 0.2s ease, background 0.2s ease;
}
.ts-header-icons .ts-header-lang-switcher .ts-lang-active {
  padding: 6px 14px;
  border: 2px solid currentColor;
  border-radius: 999px;
}
/* =STICKY HEADER ON MOBILE/TABLET — parent only reveals it >=1201px; re-declare for <=1200px */
@media (max-width: 1200px) {
  header .themestek-sticky-header {
    display: block !important;
    /* parent sets display:none !important below 1200px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: all 200ms ease;
  }
  header.themestek-fixed-header .themestek-sticky-header {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .admin-bar header.themestek-fixed-header .themestek-sticky-header {
    top: 32px;
  }
  /* size the bar + lay logo/hamburger on one row */
  .themestek-sticky-header .headerlogo {
    height: var(--tste-labtechco-header-height-sticky);
    line-height: var(--tste-labtechco-header-height-sticky);
  }
  .themestek-sticky-header .site-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
  }
  .themestek-sticky-header .site-header-menu.container,
  .themestek-sticky-header .site-header-menu.container .site-header-menu-inner .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  /* dark hamburger on the white sticky bar */
  .themestek-sticky-header #menu-toggle,
  .themestek-sticky-header #menu-toggle i {
    color: #000000 !important;
  }
}
.themestek-sticky-header .ts-header-icons .ts-header-lang-switcher .ts-lang,
.is_stuck .ts-header-icons .ts-header-lang-switcher .ts-lang {
  color: var(--tste-labtechco-stickymainmenufontcolor);
}
.ts-menu-lang-switcher {
  display: none !important;
}
.ts-menu-lang-switcher > .ts-lang-switcher-menu {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .ts-menu-lang-switcher > .ts-lang-switcher-menu {
    padding-right: 10px;
  }
}
.ts-menu-lang-switcher .ts-lang {
  display: inline-block;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.ts-menu-lang-switcher .ts-lang-active {
  font-weight: 700;
}
#menu-toggle i.ts-labtechco-icon-menu:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro Light";
  font-weight: 400;
}
.ts-labtechco-icon-close:before {
  -webkit-text-stroke: 1px currentColor;
}
html .ts-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a {
  color: rgb(var(--tste-labtechco-mainmenufont-color-rgb), 1) !important;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  html .ts-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a {
    color: var(--tste-labtechco-skincolor-dark) !important;
  }
}
html .ts-mmenu-active-color-skin .themestek-sticky-header #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a {
  color: var(--tste-labtechco-stickymainmenufontcolor) !important;
  text-decoration: underline !important;
}
/* Sticky header: active menu item blue (parent forces it to white) */
html .themestek-sticky-header #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item > a,
html .themestek-sticky-header #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-parent > a,
html .themestek-sticky-header #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a,
html .is_stuck #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item > a,
html .is_stuck #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-parent > a,
html .is_stuck #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a {
  color: #2A2F71 !important;
  text-decoration: underline !important;
}
/* Regular (non-sticky) header: underline the current/active menu item too */
html #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item > a,
html #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-parent > a,
html #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a {
  text-decoration: underline !important;
}
/* Mobile menu (<=1200px): active item matches the others + underline (default is skin color) */
@media (max-width: 1200px) {
  html .ts-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item > a,
  html .ts-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a,
  html .ts-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-parent > a,
  html .ts-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a {
    color: #000000 !important;
    text-decoration: underline !important;
  }
}
/* =HOMEPAGE */
.elementor-icon-list--layout-traditional.ts-marquestyle-01 li {
  color: transparent !important;
  -webkit-text-stroke: 0px var(--tste-labtechco-skincolor-dark) !important;
  opacity: 1 !important;
}
.title-blue h2 {
  color: #2A2F71 !important;
}
.ts-blogbox-style-6.themestek-box-blog .themestek-box-title h3 {
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  text-transform: none;
}
.ts-blogbox-style-6 .ts-meta-line.cat-links a {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  color: #C11718 !important;
}
.themestek-box-blog-classic .ts-blog-classic-box-content {
  margin-bottom: 50px !important;
}
/* =ABOUT US PAGE (page-id-45) */
body.page-id-45 .elementor-widget-progress .elementor-title {
  min-height: 53px !important;
  display: inline-block !important;
  align-items: flex-end !important;
  width: calc(100% - 55px) !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}
body.page-id-45 .elementor-widget-progress .elementor-progress-percentage {
  position: absolute !important;
  top: -5px !important;
  right: 0 !important;
  width: 55px !important;
  text-align: right !important;
  color: #C11718 !important;
  font-family: "Unbounded", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 14px !important;
  font-weight: 700 !important;
}
body.page-id-45 article#post-45 .elementor-widget-ts_icon_heading .ts-ihbox .ts-ihbox-inner .ts-ihbox-contents > h2.ts-ihbox-heading {
  font-family: "Unbounded", Arial, Helvetica, sans-serif !important;
  font-size: 30px !important;
  line-height: 36px !important;
  font-weight: 700 !important;
  letter-spacing: -0.5px !important;
  color: #C11718 !important;
  text-transform: none !important;
}
body.page-id-45 article#post-45 .elementor-widget-ts_icon_heading .ts-ihbox:hover .ts-ihbox-inner .ts-ihbox-contents > h2.ts-ihbox-heading {
  color: #ffffff !important;
}
.entry-title {
  font-family: "Unbounded", Arial, Helvetica, sans-serif !important;
  font-size: 72px !important;
  line-height: 76px !important;
  font-weight: 700 !important;
  letter-spacing: -1.5px !important;
  color: #ffffff !important;
  text-transform: none !important;
}
@media (max-width: 777px) {
  .entry-title {
    font-size: 42px !important;
    line-height: 46px !important;
  }
}
@media (max-width: 480px) {
  .entry-title {
    font-size: 36px !important;
    line-height: 40px !important;
  }
}
.ts-ihbox.ts-ihbox-style-3.ts-ihbox-itype-icon {
  min-height: 450px !important;
}
/* =CF7 CONTENT FORMS — shared styling (Contactos, Spontaneous application, etc.)
   The footer newsletter (.enhanced-text-widget .wpcf7-form) keeps its own block and is excluded. */
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) {
  padding: 28px 10px 20px;
  /* Action row with file upload (Spontaneous application form) */
  /* style the <label class="file-button"> as a pill; the native input is hidden below */
  /* visually hide the native file input but keep it clickable via the label */
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) h2 {
  text-align: center;
  color: #2A2F71;
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .form-row {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .form-row p {
  margin: 0;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .form-col,
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .form-column {
  flex: 1;
  min-width: 280px;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input[type="text"],
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input[type="email"],
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input[type="tel"],
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) textarea {
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 28px;
  padding: 0 28px;
  font-size: 16px;
  color: #171A40;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input[type="text"],
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input[type="email"],
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input[type="tel"] {
  height: 60px;
  line-height: 60px;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) textarea {
  height: 205px;
  padding-top: 22px;
  resize: none;
  border-radius: 28px;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input::placeholder,
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) textarea::placeholder {
  color: #171A40;
  opacity: 1;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .submit-row {
  margin-top: 14px;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input[type="submit"] {
  background: linear-gradient(90deg, #2A2F71 50%, #C11718 100%);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  min-width: 210px;
  transition: 0.3s ease;
  font-family: inherit;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input[type="submit"]:hover {
  background: linear-gradient(90deg, #2A2F71 47%, #4B54CC 100%);
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .file-area p,
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .submit-area p {
  margin: 0;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .file-button {
  display: inline-block;
  background: #9DA1C4;
  color: #2A2F71;
  border: none;
  border-radius: 999px;
  padding: 20px 40px;
  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .file-button br {
  display: none;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .wpcf7-file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .selected-file-name {
  display: block;
  margin-top: 12px;
  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #2A2F71;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
}
.wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .wpcf7-spinner {
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .form-row {
    flex-direction: column;
    gap: 14px;
  }
  .wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .form-col,
  .wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .form-column {
    min-width: 100%;
  }
  .wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .form-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .wpcf7-form:not(.enhanced-text-widget .wpcf7-form) .file-button,
  .wpcf7-form:not(.enhanced-text-widget .wpcf7-form) input[type="submit"] {
    width: 100%;
    min-width: unset;
  }
}
/* reCAPTCHA privacy notice — muted fine-print, inherits each form's text color via opacity */
.wpcf7-form .recaptcha {
  margin-top: 16px;
}
.wpcf7-form .recaptcha p {
  margin: 0;
  font-family: "Geist", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.55;
}
.wpcf7-form .recaptcha a {
  color: inherit;
  text-decoration: underline;
}
/* =SERVICES PAGE (page-id-862) */
body.page-id-862 .elementor-element-760d2fc > .elementor-container {
  gap: 20px !important;
}
body.page-id-862 .elementor-element-760d2fc > .elementor-container > .elementor-column {
  width: calc((100% - 40px) / 3) !important;
}
.elementor-button .elementor-button-icon svg {
  width: 22px !important;
}
#were-we-act .elementor-column {
  padding: 0 16px;
}
#were-we-act .elementor-column > .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#were-we-act .elementor-widget-image {
  margin: 0 !important;
}
#were-we-act .elementor-image img {
  display: block;
  width: 100%;
}
/* =INNOVATION PAGE (page-id-49) */
body.page-id-49 .ts-portfoliobox-style-3 {
  text-align: left !important;
}
body.page-id-49 .ts-portfoliobox-style-3 .themestek-box-content,
body.page-id-49 .ts-portfoliobox-style-3 .themestek-box-content-inner,
body.page-id-49 .ts-portfoliobox-style-3 .themestek-box-title,
body.page-id-49 .ts-portfoliobox-style-3 .themestek-box-category {
  text-align: left !important;
}
body.page-id-49 .ts-portfoliobox-style-3 .themestek-box-category,
body.page-id-49 .ts-portfoliobox-style-3 .themestek-box-category a {
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  color: #C11718 !important;
  text-transform: uppercase !important;
  padding-bottom: 10px !important;
}
body.page-id-49 .ts-portfoliobox-style-3 .themestek-box-title h4,
body.page-id-49 .ts-portfoliobox-style-3 .themestek-box-title h4 a {
  font-family: "Unbounded", Arial, Helvetica, sans-serif !important;
  font-size: 28px !important;
  line-height: 32px !important;
  font-weight: 700 !important;
  color: #2A2F71 !important;
  letter-spacing: -0.5px !important;
}
/* =RESEARCH / PORTFOLIO SINGLE DETAIL */
.themestek-pf-single-details-area h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2A2F71;
  line-height: 1.2;
  text-transform: capitalize !important;
}
.ts-pf-details-heading {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4B5197;
  line-height: 1.2;
  margin-bottom: 8px;
}
.ts-pf-details-content {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #141B4D;
}
.themestek-pf-detailbox-list li {
  border-bottom: 1px solid #D8DCED;
}
.ts-pf-view-left-image .themestek-pf-detailbox-list li {
  margin-bottom: 10px !important;
}
.ts-pf-single-related-wrapper,
.themestek-related-portfolio {
  background: #F4F4F6;
  padding: 70px 0 80px;
}
.ts-pf-single-related-title,
.themestek-related-portfolio h2,
.themestek-related-title h2 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  color: #2A2F71;
  text-transform: none;
  margin-bottom: 32px;
}
.themestek-box .themestek-featured-wrapper img {
  width: 100%;
  height: 315px;
  object-fit: cover;
  display: block;
}
.themestek-box .themestek-box-content-inner {
  padding-top: 0 !important;
}
.themestek-box-content {
  padding-top: 22px !important;
  background: transparent !important;
}
.themestek-box-category,
.themestek-box-category a,
.themestek-pf-cat,
.themestek-pf-cat a {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  color: #D71920 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.themestek-box-title h3,
.themestek-box-title h3 a,
.themestek-box-title a {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  color: #2A2F71 !important;
  text-decoration: none;
}
.themestek-box,
.themestek-box-content,
.themestek-post-item {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}
.ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-vc_cta3-content-header h4,
.ts-vc_general.ts-vc_cta3.ts-vc_cta3-color-transparent.ts-cta3-only .ts-vc_cta3-content .ts-vc_cta3-headers h4,
.ts-heading-subheading .ts-custom-subtitle,
.ts-ihbox .ts-ihbox-contents .ts-ihbox-subheading {
  text-transform: capitalize !important;
  font-size: 48px !important;
}
/* =BLOG STYLE-6 — restore demo hover reveal */
.ts-blogbox-style-6.themestek-box-blog {
  position: relative;
}
.ts-blogbox-style-6.themestek-box-blog .themestek-box-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 50px 40px 40px !important;
  background-color: #ffffff !important;
  border-right: none;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ts-blogbox-style-6.themestek-box-blog .ts-entry-meta-wrapper {
  position: absolute;
  width: calc(100% - 60px);
  bottom: 25px;
  left: 30px;
  border-top: 1px solid #C11718 !important;
  padding-top: 20px;
}
.themestek-boxes-element-blog-style-6 .ts-box-col-wrapper:hover .themestek-box-content {
  background-color: rgb(var(--tste-labtechco-skincolor-rgb), 0.8) !important;
}
.themestek-boxes-element-blog-style-6 .ts-box-col-wrapper:hover .ts-entry-meta-wrapper {
  border-top-color: #ffffff !important;
}
.themestek-boxes-element-blog-style-6 .ts-box-col-wrapper:hover .themestek-box-title h3 a,
.themestek-boxes-element-blog-style-6 .ts-box-col-wrapper:hover .ts-meta-line.cat-links a,
.themestek-boxes-element-blog-style-6 .ts-box-col-wrapper:hover .ts-entry-meta-wrapper .ts-meta-line a {
  color: #ffffff !important;
}
/* =FOOTER (style 2) — match Figma */
.ts-footer-style-2 {
  /* Bottom bar (lg+): 3 equal columns, copyright full-width centered below */
  /* Below lg (1024px): one consistent stacked layout across the whole range */
  /* mobile: recolor parent's white top borders to match */
  /* mobile: drop parent's 15px side padding */
}
.ts-footer-style-2 .second-footer,
.ts-footer-style-2 .bottom-footer-text {
  background-color: #171A40;
}
.ts-footer-style-2 .footer_inner_wrapper::after {
  content: none !important;
  display: none !important;
}
.ts-footer-style-2 .footer .second-widget-area {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ts-footer-style-2 .second-widget-area:first-child .widget_media_image + .widget_media_image {
  margin: 25px 0 15px;
}
.ts-footer-style-2 .second-footer .widget_text .widget-title {
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700;
  color: #4A5193 !important;
  text-transform: none !important;
  margin-bottom: 30px;
}
.ts-footer-style-2 .ts-footer-menu-split.widget_nav_menu.widget {
  /* move the odd last item to the right column */
}
.ts-footer-style-2 .ts-footer-menu-split.widget_nav_menu.widget ul > li {
  padding-bottom: 16px;
}
.ts-footer-style-2 .ts-footer-menu-split.widget_nav_menu.widget ul > li a {
  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500 !important;
  color: #D2D4E6;
}
.ts-footer-style-2 .ts-footer-menu-split.widget_nav_menu.widget ul > li a:hover {
  color: #ffffff;
}
.ts-footer-style-2 .ts-footer-menu-split.widget_nav_menu.widget ul > li:last-child {
  float: right;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form {
  position: relative;
  max-width: 360px;
  /* hide the error box (errors use the inline tip), show only success.
           CF7 6.1 puts the state on the <form> (.sent), not the output div. */
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form .hidden-fields-container,
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form .wpcf7-spinner {
  display: none;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form .wpcf7-response-output {
  display: none;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  margin: 12px 0 0;
  padding: 0;
  border: none;
  color: #D2D4E6;
  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form p {
  margin: 0;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form label {
  display: block;
  font-size: 0;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form br {
  display: none;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form input[type="email"] {
  display: block;
  width: 100%;
  height: 60px;
  background: #383E80;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 0 72px 0 30px;
  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form input[type="email"]::placeholder {
  color: #D2D4E6;
  opacity: 1;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 50px;
  height: 50px;
  background: #D2D4E6;
  color: #2A2F71;
  border: none;
  border-radius: 999px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form input[type="submit"]:hover {
  background: #ffffff;
}
.ts-footer-style-2 .enhanced-text-widget .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 15px;
}
.ts-footer-style-2 .bottom-footer-text {
  border-top: 1px solid #383E80 !important;
}
@media (min-width: 1025px) {
  .ts-footer-style-2 {
    /* copyright row + full-bleed divider line above */
    /* equal-height columns so the dividers below match */
  }
  .ts-footer-style-2 .ts-footer2-left {
    width: 100% !important;
  }
  .ts-footer-style-2 .ts-footer2-right {
    position: relative;
    width: 100% !important;
    text-align: center !important;
    /* full-bleed: break out of the contained .container */
  }
  .ts-footer-style-2 .ts-footer2-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    border-top: 1px solid #383E80;
  }
  .ts-footer-style-2 .ts-footer2-left ul.ts-footer-info-list {
    align-items: stretch;
  }
  .ts-footer-style-2 .ts-footer2-left ul.ts-footer-info-list > li {
    position: relative;
    flex: 1 1 33.33%;
    width: 33.33%;
    white-space: normal;
    /* base is nowrap — allow wrapping */
    overflow-wrap: break-word;
    word-break: break-word;
    /* break long emails */
    border-right: none !important;
    /* replaced by the divider below */
    /* full-height column divider */
  }
  .ts-footer-style-2 .ts-footer2-left ul.ts-footer-info-list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #383E80;
  }
  .ts-footer-style-2 .ts-footer2-left ul.ts-footer-info-list > li a {
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .ts-footer-style-2 .ts-footer2-left ul.ts-footer-info-list > li:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .ts-footer-style-2 {
    /* Main 4 widget columns -> one per line */
    /* drop parent's extra 30px gap on the first column */
    /* Bottom bar: stack copyright + menu full width */
    /* Newsletter column (last): center title + form */
    /* Bottom info list (address / email / phone) -> stacked */
  }
  .ts-footer-style-2 .footer .second-widget-area,
  .ts-footer-style-2 .second-footer .multi-columns-row > .widget-area {
    width: 100% !important;
    padding: 25px 15px 10px !important;
  }
  .ts-footer-style-2 .second-footer .widget-area:first-child {
    margin-bottom: 0 !important;
  }
  .ts-footer-style-2 .ts-footer2-left,
  .ts-footer-style-2 .ts-footer2-right {
    width: 100% !important;
  }
  .ts-footer-style-2 .ts-footer2-right {
    text-align: center !important;
  }
  .ts-footer-style-2 .second-footer .widget_text .widget-title {
    margin-bottom: 5px;
  }
  .ts-footer-style-2 .second-widget-area:last-child {
    text-align: center;
  }
  .ts-footer-style-2 .second-widget-area:last-child .enhanced-text-widget .wpcf7-form {
    margin-left: auto;
    margin-right: auto;
  }
  .ts-footer-style-2 ul.ts-footer-info-list {
    flex-direction: column;
    text-align: center;
  }
  .ts-footer-style-2 .ts-footer2-left ul.ts-footer-info-list li {
    padding: 15px 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    /* break long email addresses instead of overflowing */
    border-right: none !important;
    border-bottom: 1px solid #383E80;
  }
  .ts-footer-style-2 .ts-footer2-left ul.ts-footer-info-list li:last-child {
    border-bottom: none;
  }
  .ts-footer-style-2 .ts-footer2-left ul.ts-footer-info-list li a {
    overflow-wrap: break-word;
    word-break: break-word;
  }
}
.ts-footer-style-2 ul.ts-footer-info-list li {
  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  color: #D2D4E6;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 28px;
  margin-right: 28px;
  white-space: nowrap;
  border-right-color: #383E80 !important;
}
.ts-footer-style-2 ul.ts-footer-info-list li:first-child {
  white-space: pre-line;
}
.ts-footer-style-2 ul.ts-footer-info-list li::before {
  font-family: "Font Awesome 5 Pro Light";
  color: #C11718;
  margin-right: 10px;
}
.ts-footer-style-2 ul.ts-footer-info-list li:nth-child(1)::before {
  content: "\f3c5";
}
.ts-footer-style-2 ul.ts-footer-info-list li:nth-child(2)::before {
  content: "\f0e0";
}
.ts-footer-style-2 ul.ts-footer-info-list li:nth-child(3)::before {
  content: "\f095";
}
.ts-footer-style-2 ul.ts-footer-info-list li a {
  color: #D2D4E6;
}
.ts-footer-style-2 ul.ts-footer-info-list li a:hover {
  color: #ffffff;
}
.ts-footer-style-2 .ts-footer2-right {
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  color: #D2D4E6;
}
.ts-footer-style-2 .ts-footer2-right a {
  color: #D2D4E6;
  white-space: nowrap;
}
.ts-footer-style-2 .ts-footer2-right a:hover {
  color: #ffffff;
}
.ts-footer-style-2 .footer .second-widget-area:last-child::after {
  height: 100% !important;
  background: #383E80 !important;
  left: -17px !important;
}
@media (min-width: 1240px) {
  .ts-footer-style-2 .footer .second-widget-area:last-child::after {
    left: -12px !important;
  }
}
@media (max-width: 991px) {
  .ts-footer-style-2 .footer .second-widget-area:last-child,
  .ts-footer-style-2 .ts-footer2-right {
    border-top-color: #383E80 !important;
  }
}
@media (max-width: 1024px) {
  .ts-footer-style-2 .ts-footer2-left,
  .ts-footer-style-2 .footer .second-widget-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* =BLOG STYLE-9 — news grid (match Figma) */
.themestek-boxes-element-blog-style-9 .themestek-boxes-row-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.themestek-boxes-element-blog-style-9 .ts-box-col-wrapper {
  display: flex;
}
.themestek-boxes-element-blog-style-9 .themestek-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.themestek-boxes-element-blog-style-9 .post-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-image-with-meta img {
  width: 100%;
  height: 304px;
  object-fit: cover;
  display: block;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .themestek-box-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 30px !important;
  background: #ffffff !important;
  border-left: 2px solid #D2D4E6 !important;
  border-right: 2px solid #D2D4E6 !important;
  border-bottom: 2px solid #D2D4E6 !important;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .cat-links {
  order: 0;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .cat-links::before {
  display: none !important;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .ts-entry-meta-wrapper {
  order: 1;
  margin: 0;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .ts-entry-meta-wrapper::before {
  content: "|";
  margin: 0 8px;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .entry-meta,
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .ts-meta-line {
  display: inline;
  margin: 0;
  padding: 0;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .cat-links,
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .cat-links a,
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .ts-entry-meta-wrapper,
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .ts-meta-line.posted-on,
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line .ts-meta-line.posted-on a,
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-meta-line time {
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #C11718 !important;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .themestek-box-title h4,
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .themestek-box-title h4 a {
  font-family: "Unbounded", Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  color: #2A2F71 !important;
  text-transform: none !important;
  margin-bottom: 15px;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-blog-excerpt {
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #2A2F71;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .ts-bottom-meta-wrapper {
  margin-top: auto;
  padding-top: 20px;
  border-top: 2px solid #C11718 !important;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .themestek-blogbox-footer-left a {
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #383E80;
  padding-right: 0;
}
.themestek-boxes-element-blog-style-9 .ts-blogbox-style-9.themestek-box-blog .themestek-blogbox-footer-left a::after {
  content: "\f061" !important;
  font-family: "Font Awesome 5 Pro Regular" !important;
  font-weight: 400;
  font-size: 18px;
  color: #C11718 !important;
  margin-left: 10px;
}
/* =SINGLE POST (blog detail) — match Figma */
body.single-post #content-wrapper {
  background: #F2F2F3;
}
@media (min-width: 1200px) {
  body.single-post #content.site-content.container {
    width: 1270px !important;
    max-width: 100%;
  }
}
body.single-post .themestek-common-box-shadow {
  box-shadow: none !important;
  background: transparent !important;
}
body.single-post .ts-titlebar-wrapper {
  background-color: #F2F2F3 !important;
}
body.single-post .ts-titlebar-inner-wrapper {
  height: auto !important;
}
body.single-post .ts-titlebar-main-inner {
  display: flex;
  flex-direction: column;
}
body.single-post .breadcrumb-wrapper {
  order: -1;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left !important;
  font-family: "Geist", Arial, sans-serif;
  font-size: 11px;
  line-height: 21px;
  color: #4A5193 !important;
}
body.single-post .breadcrumb-wrapper .container {
  padding: 0;
}
body.single-post .breadcrumb-wrapper .breadcrumb-wrapper-inner {
  text-align: left !important;
}
body.single-post .breadcrumb-wrapper a,
body.single-post .breadcrumb-wrapper span {
  color: #4A5193 !important;
}
body.single-post .breadcrumb-wrapper .current-item {
  color: #2A2F71 !important;
  text-decoration: underline;
}
body.single-post .entry-title {
  color: #2A2F71 !important;
  font-size: 60px !important;
  line-height: 66px !important;
  letter-spacing: -1px !important;
  max-width: 80%;
}
@media (max-width: 777px) {
  body.single-post .entry-title {
    font-size: 42px !important;
    line-height: 46px !important;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  body.single-post .entry-title {
    font-size: 36px !important;
    line-height: 40px !important;
  }
}
body.single-post .ts-featured-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
body.single-post .ts-blog-classic-featured-wrapper {
  position: relative;
}
body.single-post .ts-blog-classic-datebox-overlay {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C11718;
}
body.single-post .ts-blog-classic-datebox-overlay .ts-blog-classic-dbox-date,
body.single-post .ts-blog-classic-datebox-overlay .ts-blog-classic-dbox-month {
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #ffffff;
  text-transform: uppercase;
}
body.single-post .ts-featured-meta-wrapper.ts-featured-overlay {
  position: static;
  background: none;
  padding: 0;
}
body.single-post .ts-featured-meta-wrapper .themestek-box-title {
  display: none;
}
body.single-post .ts-blog-post-date {
  display: none;
}
body.single-post .ts-blog-post-cat {
  margin-top: 30px;
}
body.single-post .ts-blog-post-cat .ts-meta-line.cat-links {
  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #C11718;
}
body.single-post .ts-blog-post-cat .ts-meta-line.cat-links i,
body.single-post .ts-blog-post-cat .ts-meta-line.cat-links .screen-reader-text {
  display: none;
}
body.single-post .entry-content .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
  width: 100%;
}
body.single-post .entry-content p {
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #171A40;
}
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5,
body.single-post .entry-content h6 {
  font-family: "Unbounded", Arial, Helvetica, sans-serif !important;
  font-weight: 700;
  color: #2A2F71;
}
body.single-post .entry-content h4 {
  font-size: 22px;
  line-height: 30px;
}
body.single-post .entry-content a {
  color: #2A2F71;
}
body.single-post .entry-content a:hover {
  text-decoration: underline;
}
body.single-post .entry-content blockquote {
  border-left: 3px solid #C11718;
  font-style: italic;
  color: #2A2F71;
}
body.single-post .entry-content img {
  max-width: 100%;
  height: auto;
}
body.single-post .ts-footer-meta-wrapper {
  font-family: "Geist", Arial, sans-serif;
  color: #4A5193;
}
body.single-post .ts-footer-meta-wrapper a {
  color: #4A5193;
}
body.single-post .themestek-boxes-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}
body.single-post .themestek-boxes-row-wrapper::before,
body.single-post .themestek-boxes-row-wrapper::after {
  display: none;
}
body.single-post .ts-box-col-wrapper.ts-miconheading-ele {
  width: auto !important;
  float: none;
  padding: 0;
  margin: 0 !important;
}
body.single-post .ts-box-col-wrapper.ts-miconheading-ele .ts-ihbox.ts-ihbox-style-9 {
  display: inline-flex;
  align-items: center;
  height: 45px;
  margin: 0 !important;
  padding: 0 25px;
  background: #D2D4E6;
  border-radius: 60px;
}
body.single-post .ts-box-col-wrapper.ts-miconheading-ele .ts-sbox-bgimage-layer,
body.single-post .ts-box-col-wrapper.ts-miconheading-ele .ts-ihbox-wrapper-bg-layer {
  display: none;
}
body.single-post .ts-box-col-wrapper.ts-miconheading-ele .ts-ihbox-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
body.single-post .ts-box-col-wrapper.ts-miconheading-ele .ts-ihbox-icon .ts-ihbox-icon-wrapper {
  width: auto;
  height: auto;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0;
  line-height: 1;
}
body.single-post .ts-box-col-wrapper.ts-miconheading-ele .ts-ihbox-icon i {
  color: #4A5193;
}
body.single-post .ts-box-col-wrapper.ts-miconheading-ele .ts-large-icon i::before {
  font-size: 22px;
  line-height: 1;
}
body.single-post .ts-box-col-wrapper.ts-miconheading-ele .ts-ihbox-contents {
  padding-left: 0;
}
body.single-post .ts-box-col-wrapper.ts-miconheading-ele .ts-ihbox-heading {
  margin: 0;
  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #2A2F71;
}
/* =SINGLE POST / BLOG SIDEBAR cards (Figma) */
body.single-post #sidebar-right .widget,
body.blog #sidebar-right .widget,
body.archive #sidebar-right .widget,
body.category #sidebar-right .widget,
body.tag #sidebar-right .widget,
body.date #sidebar-right .widget {
  border: 2px solid #9DA1C4;
  padding: 35px;
  background: transparent;
  margin-bottom: 40px;
}
body.single-post #sidebar-right .widget-title,
body.blog #sidebar-right .widget-title,
body.archive #sidebar-right .widget-title,
body.category #sidebar-right .widget-title,
body.tag #sidebar-right .widget-title,
body.date #sidebar-right .widget-title {
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #2A2F71;
  text-transform: none !important;
  margin: 0 0 30px;
  padding-bottom: 0;
}
body.single-post #sidebar-right .widget-title::after,
body.blog #sidebar-right .widget-title::after,
body.archive #sidebar-right .widget-title::after,
body.category #sidebar-right .widget-title::after,
body.tag #sidebar-right .widget-title::after,
body.date #sidebar-right .widget-title::after {
  content: "";
  display: block;
  position: static;
  width: 100px;
  height: 2px;
  background: #C11718;
  margin-top: 30px;
}
body.single-post #sidebar-right .widget_search,
body.blog #sidebar-right .widget_search,
body.archive #sidebar-right .widget_search,
body.category #sidebar-right .widget_search,
body.tag #sidebar-right .widget_search,
body.date #sidebar-right .widget_search {
  border: none;
  padding: 0;
}
body.single-post #sidebar-right .widget_search .search-form,
body.blog #sidebar-right .widget_search .search-form,
body.archive #sidebar-right .widget_search .search-form,
body.category #sidebar-right .widget_search .search-form,
body.tag #sidebar-right .widget_search .search-form,
body.date #sidebar-right .widget_search .search-form {
  position: relative;
}
body.single-post #sidebar-right .widget_search .screen-reader-text,
body.blog #sidebar-right .widget_search .screen-reader-text,
body.archive #sidebar-right .widget_search .screen-reader-text,
body.category #sidebar-right .widget_search .screen-reader-text,
body.tag #sidebar-right .widget_search .screen-reader-text,
body.date #sidebar-right .widget_search .screen-reader-text,
body.single-post #sidebar-right .widget_search .search-submit,
body.blog #sidebar-right .widget_search .search-submit,
body.archive #sidebar-right .widget_search .search-submit,
body.category #sidebar-right .widget_search .search-submit,
body.tag #sidebar-right .widget_search .search-submit,
body.date #sidebar-right .widget_search .search-submit {
  position: absolute;
  left: -9999px;
}
body.single-post #sidebar-right .widget_search .search-field,
body.blog #sidebar-right .widget_search .search-field,
body.archive #sidebar-right .widget_search .search-field,
body.category #sidebar-right .widget_search .search-field,
body.tag #sidebar-right .widget_search .search-field,
body.date #sidebar-right .widget_search .search-field {
  width: 100%;
  height: 60px;
  background: #D2D4E6;
  border: none;
  border-radius: 60px;
  padding: 0 50px 0 30px;
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  color: #2A2F71;
  box-sizing: border-box;
}
body.single-post #sidebar-right .widget_search .search-field::placeholder,
body.blog #sidebar-right .widget_search .search-field::placeholder,
body.archive #sidebar-right .widget_search .search-field::placeholder,
body.category #sidebar-right .widget_search .search-field::placeholder,
body.tag #sidebar-right .widget_search .search-field::placeholder,
body.date #sidebar-right .widget_search .search-field::placeholder {
  color: #2A2F71;
  opacity: 1;
}
body.single-post #sidebar-right .widget_search .search-form::after,
body.blog #sidebar-right .widget_search .search-form::after,
body.archive #sidebar-right .widget_search .search-form::after,
body.category #sidebar-right .widget_search .search-form::after,
body.tag #sidebar-right .widget_search .search-form::after,
body.date #sidebar-right .widget_search .search-form::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro Regular";
  font-weight: 400;
  font-size: 18px;
  color: #4A5193;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}
body.single-post #sidebar-right .widget_categories ul,
body.blog #sidebar-right .widget_categories ul,
body.archive #sidebar-right .widget_categories ul,
body.category #sidebar-right .widget_categories ul,
body.tag #sidebar-right .widget_categories ul,
body.date #sidebar-right .widget_categories ul,
body.single-post #sidebar-right .widget_archive ul,
body.blog #sidebar-right .widget_archive ul,
body.archive #sidebar-right .widget_archive ul,
body.category #sidebar-right .widget_archive ul,
body.tag #sidebar-right .widget_archive ul,
body.date #sidebar-right .widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.single-post #sidebar-right .widget_categories li,
body.blog #sidebar-right .widget_categories li,
body.archive #sidebar-right .widget_categories li,
body.category #sidebar-right .widget_categories li,
body.tag #sidebar-right .widget_categories li,
body.date #sidebar-right .widget_categories li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #2A2F71;
}
body.single-post #sidebar-right .widget_categories li:last-child,
body.blog #sidebar-right .widget_categories li:last-child,
body.archive #sidebar-right .widget_categories li:last-child,
body.category #sidebar-right .widget_categories li:last-child,
body.tag #sidebar-right .widget_categories li:last-child,
body.date #sidebar-right .widget_categories li:last-child {
  margin-bottom: 0;
}
body.single-post #sidebar-right .widget_categories li a,
body.blog #sidebar-right .widget_categories li a,
body.archive #sidebar-right .widget_categories li a,
body.category #sidebar-right .widget_categories li a,
body.tag #sidebar-right .widget_categories li a,
body.date #sidebar-right .widget_categories li a {
  color: #2A2F71;
}
body.single-post #sidebar-right .widget_categories li span,
body.blog #sidebar-right .widget_categories li span,
body.archive #sidebar-right .widget_categories li span,
body.category #sidebar-right .widget_categories li span,
body.tag #sidebar-right .widget_categories li span,
body.date #sidebar-right .widget_categories li span {
  position: static;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2A2F71;
}
body.single-post #sidebar-right .widget_archive li,
body.blog #sidebar-right .widget_archive li,
body.archive #sidebar-right .widget_archive li,
body.category #sidebar-right .widget_archive li,
body.tag #sidebar-right .widget_archive li,
body.date #sidebar-right .widget_archive li {
  margin-bottom: 0;
}
body.single-post #sidebar-right .widget_archive li a,
body.blog #sidebar-right .widget_archive li a,
body.archive #sidebar-right .widget_archive li a,
body.category #sidebar-right .widget_archive li a,
body.tag #sidebar-right .widget_archive li a,
body.date #sidebar-right .widget_archive li a {
  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #2A2F71;
}
body.single-post #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list,
body.blog #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list,
body.archive #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list,
body.category #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list,
body.tag #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list,
body.date #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.single-post #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li,
body.blog #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li,
body.archive #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li,
body.category #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li,
body.tag #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li,
body.date #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
}
body.single-post #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li img,
body.blog #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li img,
body.archive #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li img,
body.category #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li img,
body.tag #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li img,
body.date #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li img {
  width: 85px !important;
  height: 85px !important;
  object-fit: cover;
  padding: 0;
  border: none;
  margin: 0;
  float: none;
}
body.single-post #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a:first-child,
body.blog #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a:first-child,
body.archive #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a:first-child,
body.category #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a:first-child,
body.tag #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a:first-child,
body.date #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a:first-child {
  flex-shrink: 0;
  line-height: 0;
}
body.single-post #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a,
body.blog #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a,
body.archive #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a,
body.category #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a,
body.tag #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a,
body.date #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li a {
  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #2A2F71;
}
body.single-post #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li .post-date,
body.blog #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li .post-date,
body.archive #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li .post-date,
body.category #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li .post-date,
body.tag #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li .post-date,
body.date #sidebar-right .themestek_widget_recent_entries .ts-recent-post-list-li .post-date {
  display: none;
}
/* =LIGHT HEADER (ACF "Header" option; also forced on search pages) */
body.ts-header-light #ts-stickable-header-w,
body.search #ts-stickable-header-w,
body.ts-header-light #site-header,
body.search #site-header {
  background-color: #ffffff !important;
}
body.ts-header-light .headerlogo .standardlogo,
body.search .headerlogo .standardlogo,
body.ts-header-light .headerlogo .crosslogo,
body.search .headerlogo .crosslogo {
  display: none !important;
}
body.ts-header-light .headerlogo .stickylogo,
body.search .headerlogo .stickylogo {
  display: inline-block !important;
}
body.ts-header-light #site-header-menu #site-navigation div.nav-menu > ul > li > a,
body.search #site-header-menu #site-navigation div.nav-menu > ul > li > a,
body.ts-header-light #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item > a,
body.search #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item > a,
body.ts-header-light #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-parent > a,
body.search #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-parent > a,
body.ts-header-light .ts-header-icons .ts-header-icon a,
body.search .ts-header-icons .ts-header-icon a,
body.ts-header-light .ts-header-icons .ts-lang,
body.search .ts-header-icons .ts-lang,
body.ts-header-light #menu-toggle i,
body.search #menu-toggle i {
  color: var(--tste-labtechco-stickymainmenufontcolor) !important;
}
body.ts-header-light #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a,
body.search #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a,
body.ts-header-light #site-header-menu #site-navigation div.nav-menu > ul > li > a:hover,
body.search #site-header-menu #site-navigation div.nav-menu > ul > li > a:hover {
  color: var(--tste-labtechco-stickymainmenufontcolor) !important;
  text-decoration: underline !important;
}
/* =SEARCH RESULTS — blue page title (global .entry-title is white) */
body.search .entry-title {
  color: #2A2F71 !important;
}
/* =404 ERROR PAGE */
body.error404 {
  background-color: #F2F2F3;
}
body.error404 #content-wrapper,
body.error404 .site-content-wrapper,
body.error404 #content,
body.error404 #content-inner {
  background-color: #F2F2F3;
}
body.error404 .error-404.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 53px;
  padding: 250px 20px 120px;
  min-height: 70vh;
}
body.error404 .error-404.not-found .page-header {
  margin: 0;
}
body.error404 .error-404.not-found .page-title {
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 200px;
  line-height: 76px;
  letter-spacing: -3px;
  color: #E68A8A;
  margin: 0;
}
@media (max-width: 1024px) {
  body.error404 .error-404.not-found .page-title {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  body.error404 .error-404.not-found .page-title {
    font-size: 96px;
    letter-spacing: -2px;
  }
}
body.error404 .error-404.not-found .ts-404-subheading {
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 53px;
  letter-spacing: -0.48px;
  color: #383E80;
  margin: 0;
}
@media (max-width: 767px) {
  body.error404 .error-404.not-found .ts-404-subheading {
    font-size: 30px;
    line-height: 1.2;
  }
}
body.error404 .error-404.not-found .page-content {
  margin: 0;
}
body.error404 .error-404.not-found .page-content p {
  font-family: "Geist", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #2A2F71;
  margin: 0;
}
body.error404 .error-404.not-found .ts-404-home-btn {
  position: relative;
  z-index: 0;
  display: inline-block;
  background: linear-gradient(90deg, #2A2F71 47%, #C11718 127%);
  color: #ffffff;
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  padding: 25px 40px;
  border-radius: 999px;
}
body.error404 .error-404.not-found .ts-404-home-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #2A2F71 40%, #4B54CC 110%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.error404 .error-404.not-found .ts-404-home-btn:hover {
  color: #ffffff;
}
body.error404 .error-404.not-found .ts-404-home-btn:hover::before {
  opacity: 1;
}
/* =MEDIA */
