/*!
Theme Name: g_united_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description 
*/
#wpadminbar {
  display: none;
}
html {
  margin-top: 0 !important;
}

.news-card {
  position: relative;
}

.news-link {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
  padding-top: 4px;
  top: 0;
  left: 0;
  position: relative;
}
.input-row label {
  z-index: 10;
}
.breadcumbs a.current-item {
  text-decoration: none;
  pointer-events: none;
}
.breadcumbs a.current-item:after {
  display: none;
}
.sec404 {
  padding-top: 0;
}
.box-404 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 42px;
  padding: 80px 0;
  background: url(./404.svg) no-repeat center center / contain;
}
.box-404 h1 {
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .box-404 {
    padding-bottom: 0;
  }
}

.main-footer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 26.5%, rgba(0, 0, 0, 0.75) 70.5%), #004914;
}
