/*
Theme Name: Lightning Child
Template: lightning
*/

.ltg-slide picture,
.ltg-slide-item-img {
  display: block;
  width: 100%;
  max-width: none;
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-header nav a,
.site-footer nav a {
  font-size: 14px;
  padding: 10px 8px;
  border-radius: 12px;
}

.global-nav-list li,
.footer-nav-list li {
  margin: 0;
  list-style: none;
  line-height: 1.4;
  font-size: 12px;
  position: relative;
}

.global-nav-list > li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  border-bottom: 1px solid #7d7d7d;
  transition: all .5s ease-out;
}

.site-header nav a:hover,
.site-footer nav a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.site-header,
.l-header,
.l-site-header {
  background: #ffffff !important;
  color: #111111;
}

.site-footer {
  background: #ffffff;
  color: #111111;
}

@media (max-width: 991.98px) {
  .site-header #global-nav {
    display: none;
  }

  .site-header nav a,
  .site-footer nav a {
    border-radius: 0;
  }

  .vk-mobile-nav nav > ul {
    width: 100%;
  }

  .header_scrolled .site-header {
    clear: both;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    min-height: unset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    animation: header_drop .5s ease-out 0s 1 alternate none running;
  }
}
