/* WordPress/Flatsome bridge for the WiHub static design. */
body.wihub-site {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
}

body.wihub-site h1,
body.wihub-site h2,
body.wihub-site h3,
body.wihub-site h4,
body.wihub-site h5,
body.wihub-site h6,
body.wihub-site .heading-font,
body.wihub-site .nav > li > a {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
}

body.wihub-site #wrapper,
body.wihub-site #main,
body.wihub-site #content,
body.wihub-site .content-area,
body.wihub-site .page-wrapper,
body.wihub-site .page-inner {
  margin: 0;
  padding: 0;
}

body.wihub-site #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

body.admin-bar.wihub-site #header {
  top: 32px;
}

body.wihub-site .header-top,
body.wihub-site .header-bottom,
body.wihub-site .top-divider {
  display: none !important;
}

body.wihub-site .header-wrapper,
body.wihub-site .header-main {
  background: rgba(255, 255, 255, 0.9) !important;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

body.wihub-site .header-main {
  height: 72px !important;
}

body.wihub-site .header-main .header-inner {
  height: 72px !important;
  max-width: 1266px;
  padding-left: 48px;
  padding-right: 48px;
}

body.wihub-site #logo {
  width: 116px !important;
  margin: 0;
}

body.wihub-site #logo img {
  width: auto;
  max-height: 32px;
  padding: 0;
}

body.wihub-site .header-nav-main.nav > li > a {
  min-height: 0;
  padding: 8px 12px;
  border-radius: 8px;
  color: #4e517a !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

body.wihub-site .header-nav-main.nav > li.active > a,
body.wihub-site .header-nav-main.nav > li.current-menu-item > a,
body.wihub-site .header-nav-main.nav > li > a:hover,
body.wihub-site .header-nav-main.nav > li > a:focus {
  color: #141240 !important;
  background: rgba(24, 113, 220, 0.12);
}

body.wihub-site .header-button-1 .button {
  min-height: 0;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid #0d50a1;
  border-radius: 12px !important;
  background: #0d50a1 !important;
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.1), 0 1px 4px rgba(12, 12, 13, 0.05);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

body.wihub-site .header-button-1 .button:hover,
body.wihub-site .header-button-1 .button:focus {
  border-color: #1871dc;
  background: #1871dc !important;
}

body.wihub-site .footer-wrapper {
  margin: 0;
  padding: 0;
}

body.wihub-site .footer-wrapper .absolute-footer {
  display: none;
}

body.wihub-site .wihub-form-response {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
}

body.wihub-site .wihub-form-response--success {
  color: #063f2a;
  background: #dff8eb;
}

body.wihub-site .wihub-form-response--error {
  color: #7a1b1b;
  background: #ffe7e7;
}

body.single-post.wihub-page-news-article .blog-wrapper {
  margin: 0;
  padding: 0;
}

body.single-post.wihub-page-news-article .blog-wrapper > .row {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

body.single-post.wihub-page-news-article .blog-wrapper > .row > .col {
  width: 100%;
  max-width: none;
  flex-basis: 100%;
  padding: 0;
}

body.single-post.wihub-page-news-article .blog-wrapper > .row > .post-sidebar {
  display: none !important;
}

body.single-post.wihub-page-news-article article.post,
body.single-post.wihub-page-news-article .article-inner,
body.single-post.wihub-page-news-article .entry-content.single-page {
  margin: 0;
  padding: 0;
}

body.single-post.wihub-page-news-article .entry-header,
body.single-post.wihub-page-news-article .blog-share,
body.single-post.wihub-page-news-article .entry-meta,
body.single-post.wihub-page-news-article .entry-author,
body.single-post.wihub-page-news-article .navigation-post,
body.single-post.wihub-page-news-article #comments {
  display: none !important;
}

@media (max-width: 849px) {
  body.wihub-site .header-main {
    height: 54px !important;
  }

  body.wihub-site .header-main .header-inner {
    height: 54px !important;
    padding-left: 24px;
    padding-right: 24px;
  }


  body.wihub-site .mobile-nav .nav-icon a {
    color: #141240;
  }

  body.wihub-site .off-canvas .sidebar-menu {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  }

  body.wihub-site .nav-sidebar.nav-vertical > li > a {
    color: #4e517a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }
}

@media (max-width: 782px) {
  body.admin-bar.wihub-site #header {
    top: 0;
  }
}
