@charset "utf-8";
/*
Theme Name:  lightning-child
Author:  MAPBOOK
Template:  lightning
Version:  1.0             
*/
body.custom-background {
  background-position: right top !important;
  background-repeat: repeat-y !important;
}
.siteHeader {
  background-color: #006975 !important;
  border-top: 4px double #fff !important;
  border-bottom: 4px double #fff !important;
}
.page-header {
  display: none !important;
}
.gMenu > li > ul.sub-menu {
  background-color: transparent !important;
}
.mini-content-container-1 .btn, .mini-content-container-2 .btn, .mini-content-container-3 .btn, .mini-content-container-4 .btn, .mini-content-container-5 .btn {
  background: rgba(0, 105, 117, 0.8) !important;
  font-size: 12px;
}
.slide-text-caption {
  font-size: 24px;
}
@media (min-width: 992px) {
  .siteHeader .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .device-pc .gMenu > li a {
    color: #fff;
  }
  .device-pc .gMenu > li a:hover {
    color: #ffc107;
  }
  .header_scrolled .gMenu_outer {
    background-color: rgba(0, 105, 117, 0.8);
  }
  .slide-text-caption {
    font-size: 2vw !important;
  }
}
.f-add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2em;
}
.f-add dt {
  width: 10%;
  min-width: 20px;
  font-weight: normal;
}
.f-add dd {
  width: 90%;
  border-left: none;
}
@media (min-width: 768px) {
  .gMenu > li:before, .gMenu > li.menu-item-has-children::after {
    border-bottom-color: #fff;
  }
  .gMenu li li {
    background-color: rgba(0, 105, 117, 0.8);
  }
  .footerWidget #block-83, .footerWidget #block-86 {
    margin-right: 3em;
  }
}
@media (max-width: 782px) {
  .accordion-container .accordion-item {
    margin: 0 3em 1em;
  }
  .admin-bar .vk-mobile-nav-menu-btn {
    top: calc(46px + 15px) !important;
    left: 10px !important;
  }
}