1/*2Theme Name: Lightning3Text Domain: lightning4Theme URI: https://lightning.vektor-inc.co.jp/en/5Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.6Author: Vektor,Inc.7Author URI: https://www.vektor-inc.co.jp8Version: 15.42.09Requires at least: 6.610Tested up to: 6.911Requires PHP: 7.412Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks13License: GNU General Public License v2 or later14License URI: http://www.gnu.org/licenses/gpl-2.0.html15​16Lightning WordPress theme, Copyright (C) 2015-2026 Vektor,Inc.17Lightning WordPress theme is licensed under the GPL.18​19Lightning WordPress Theme bundles the following third-party resources:20​21Font Awesome icon font, Copyright 2012 Fonticons, Inc.22its fonts are licensed under the terms of the SIL OFL License 1.1, and its code is licensed under the terms of the MIT license23Source: https://fontawesome.com/24​25Bootstrap framework, Copyright 2011 Bootstrap Authors and Twitter, Inc.26Bootstrap is licensed under the terms of the MIT license27Source: https://getbootstrap.com/28​29CSS Simple Tree Shaking30CSS Simple Tree Shaking is licensed under the terms of the GNU General Public License v2 license31Source: https://celtislab.net/32*/33​34/* Footer privacy policy: show one language per page */35footer li:has(> a[href$="/privacy-policy/"]) {36  display: none !important;37}38​

/* WHISMR English pages: use the in-page English navigation */
body.post-name-home-en-preview .menu-whismr-web-container,
body.post-name-technology-en .menu-whismr-web-container,
body.post-name-products-en .menu-whismr-web-container,
body.post-name-company-en .menu-whismr-web-container,
body.post-name-contact-en .menu-whismr-web-container,
body.post-name-apps-support-whismr-english .menu-whismr-web-container,
body.post-name-w-bm1-downloads .menu-whismr-web-container,
body.post-name-privacy-policy .menu-whismr-web-container,
body.post-name-home-en-preview .vk-mobile-nav,
body.post-name-technology-en .vk-mobile-nav,
body.post-name-products-en .vk-mobile-nav,
body.post-name-company-en .vk-mobile-nav,
body.post-name-contact-en .vk-mobile-nav,
body.post-name-apps-support-whismr-english .vk-mobile-nav,
body.post-name-w-bm1-downloads .vk-mobile-nav,
body.post-name-privacy-policy .vk-mobile-nav,
body.post-name-home-en-preview .vk-mobile-nav-menu-btn,
body.post-name-technology-en .vk-mobile-nav-menu-btn,
body.post-name-products-en .vk-mobile-nav-menu-btn,
body.post-name-company-en .vk-mobile-nav-menu-btn,
body.post-name-contact-en .vk-mobile-nav-menu-btn,
body.post-name-apps-support-whismr-english .vk-mobile-nav-menu-btn,
body.post-name-w-bm1-downloads .vk-mobile-nav-menu-btn,
body.post-name-privacy-policy .vk-mobile-nav-menu-btn { display:none !important; }
.whismr-en-nav { display:flex; flex-wrap:wrap; justify-content:center; gap:.65rem 1.35rem; padding:.85rem 1rem; margin-bottom:1.5rem; border-top:1px solid #cfdae2; border-bottom:1px solid #cfdae2; }
.whismr-en-nav a, .whismr-en-nav strong { color:#183b56; font-weight:700; text-decoration:none; letter-spacing:.03em; }
.whismr-en-nav a:hover { color:#1676a8; }
/*
Theme Name: Lightning
Text Domain: lightning
Theme URI: https://lightning.vektor-inc.co.jp/en/
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version: 15.42.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.4
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Lightning WordPress theme, Copyright (C) 2015-2026 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.

Lightning WordPress Theme bundles the following third-party resources:

Font Awesome icon font, Copyright 2012 Fonticons, Inc.
its fonts are licensed under the terms of the SIL OFL License 1.1, and its code is licensed under the terms of the MIT license
Source: https://fontawesome.com/

Bootstrap framework, Copyright 2011 Bootstrap Authors and Twitter, Inc.
Bootstrap is licensed under the terms of the MIT license
Source: https://getbootstrap.com/

CSS Simple Tree Shaking
CSS Simple Tree Shaking is licensed under the terms of the GNU General Public License v2 license
Source: https://celtislab.net/
*/

/* Footer privacy policy: show one language per page */
footer li:has(> a[href$="/privacy-policy/"]) {
  display: none !important;
}

body:is(
  .post-name-home-en-preview,
  .post-name-technology-en,
  .post-name-products-en,
  .post-name-company-en,
  .post-name-contact-en,
  .post-name-apps-support-whismr-english,
  .post-name-w-bm1-downloads,
  .post-name-privacy-policy
) footer li:has(> a[href$="/privacy-policy/"]) {
  display: list-item !important;
}

body:is(
  .post-name-home-en-preview,
  .post-name-technology-en,
  .post-name-products-en,
  .post-name-company-en,
  .post-name-contact-en,
  .post-name-apps-support-whismr-english,
  .post-name-w-bm1-downloads,
  .post-name-privacy-policy
) footer li:has(> a[href*="%e3%83%97%e3%83%a9%e3%82%a4%e3%83%90%e3%82%b7%e3%83%bc"]) {
  display: none !important;
}
