/*!
Theme Name: oneadvt
Theme URI: http://underscores.me/
Author: WNA Team
Author URI: https://wna-infotech.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oneadvt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oneadvt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.blog-single-right .wp-block-heading {
  margin-top: 30px;
}

.expand .contact-right .info .contact-wrap .contact-number a .sep {
    margin: 0 10px;
    color: #D1D1D1;
}
.expand .contact-right .info .contact-wrap .contact-number a:hover .sep {
  color: #D1D1D1;
}
#menu-footer-links,
#menu-footer-more-links {
column-count: 1;
}
#menu-service-menu li {
  margin-right: 10px;
}
.expand .navigation-left .nav ul li.current-menu-item a {
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  #menu-service-menu li:nth-child(3) {
    width: 14vw;
  }
  .site-footer .footer-info .copyrow-wrap .copyrow .links {
    margin-right: 4.5vw;
  }
}
@media only screen and (max-width: 480px) {
  .site-footer .footer-info .copyrow-wrap .copyrow .links {
    width: 44%;
  }
  #menu-service-menu li:nth-child(3) {
    width: auto;
  }
}