/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* =====================
Google reCAPTCHAのマークを消す
===================== */
.grecaptcha-badge { visibility: hidden; }
/* =====================
スライドを全幅でなく固定幅
===================== 
.ltg-slide picture {
max-width:1200px;
height: auto;
}

.ltg-slide .swiper-slide>a {
    max-width:1200px;
    height: auto;
}
*/
/* =====================
スライド左右余白指定
===================== 
.swiper-container {
    background-color: #ffffff;
}
*/
/* =====================
マウスオーバー時にリンクを半透明
===================== */
a:hover img{
opacity:0.7;
}
/* =====================
パンくずリストを非表示
===================== */
#breadcrumb {
display:none;
}
/* =====================
投稿者名を非表示
===================== */
.entry-meta-item-author { display: none; }
/* =====================
最終更新日を非表示
===================== */
.entry-meta-item-updated { display: none; }
