/*
Theme Name: RPN
Author: 
Description: Remote Power Networks Official Theme
Version: 1.0
Template: lightning

This is the child theme for Lightning theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*-------------------------------------------*/
/* マウスオーバー時にリンクを凹ませる
/*-------------------------------------------*/
a:hover{ position:relative; top:1px; left:1px;
 }

/*-------------------------------------------*/
/* マウスオーバー時にリンクを半透明に光らせる
/*-------------------------------------------*/
a:hover img{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: “alpha( opacity=50 )”;
}

/*-------------------------------------------*/
/* グローバルメニューのマウスオーバー時の色 */
/*-------------------------------------------*/
#gMenu .menu li a:hover {
    background: #f6bfbc !important;
    color: #000 !important;
}
 
/* 既存の枠線などを消す */
#gMenu,
#gMenu .menu,
#gMenu .menu li a {
    border: none !important;
    box-shadow: unset;
}

/*-------------------------------------------*/
/* グローバルメニューのバーの太さと色
/*-------------------------------------------*/
.global-nav-list>li:before {
    border-bottom: 5px solid var(--vk-color-primary);


.is-layout-flex{
 :root :where(.is-layout-flex) {
    gap: 5px;
}

/*-------------------------------------------*/
/* スマホ表示（767px以下）の時にページトップへ戻るボタンを非表示 */
/*-------------------------------------------*/
@media (max-width: 767px) {
  .vk-mobile-nav-menu-btn,
  .page_top_btn,
  #page-top {
    display: none !important;
  }
}

/*-------------------------------------------*/
/* Lightning全体のエディター要素の上下マージンをゼロにする */
/*-------------------------------------------*/
.entry-body > *,
.vk-block-group__inner > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*-------------------------------------------*/
/* Juicerフィードの投稿者名を非表示にする */
/*-------------------------------------------*/
.juicer-feed .jcr-author-name {
    font-weight: 700;
    font-size: 14px;
    display: none !important;
}