/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* header を非表示 */
header#site-header {
    display: none;
}

/* copyright powerd by WordPress を非表示 */
.site-footer-copyright p:nth-child(2) {
    display:none;
}


.site-body {
    /*
    background-color: aqua;
    */
}


.page .container {
  max-width: 100vw;
  padding-left: 0!important;
  padding-right: 0!important;
}

/* 横幅992px未満の場合はサイドバー非表示 */
.sub-section {
    display: none;
}

@media (min-width: 992px) {
  .container {
    max-width: 100% !important;
    }
    /*
    body.home .container {
        padding-bottom: 0px;
        background-color: #cccc00;
    }
    */
    /* メインコンテンツの幅を75%に拡大 */
    .main-section {
        width: 80%;
        padding: 20px 50px;
    }
    body.home .main-section {
        padding: 0 0;
        padding-bottom: 0!important;
        margin-bottom: 0!important;
    }
    /* サイドバーの幅を25%に縮小 */
    .sub-section {
        display: block;
        width: 20%;
        padding: 0px 20px 20px 20px;
    }
}

.top-logo-text {
    font-family: 'Montserrat', sans-serif!important;
    font-size: clamp(38px, 8vw, 80px)!important;
    font-weight: 900!important;
    color: #CCCCCC!important;
    text-align: right!important;
    font-style: italic!important;
    letter-spacing: 0.1em!important;
    /*
    padding-right: 0px;
    */

}