/*
Theme Name: lightning_child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

    
.site-footer {
    border-top: 0px solid var(--vk-color-primary);
    }
    
.footer-nav {
    border-bottom: 0px solid var(--vk-color-border-hr);
    }
    
.widget {
    display: block;
    margin-bottom: 0px var(--vk-margin-block-bottom)
    }

.siteFooter {
    border-top: 0px solid #337ab7;
    background-color: #ffffff;
    }

 .breadSection {
    	border-bottom: none;
    }

.section.sectionBox.siteContent_after {
        padding-bottom: 0px !important;
    }

/* ページヘッダーを非表示 */
.page-header { display:none; }

@media (min-width: 100px) {
    .siteContent {
        padding: 3.5rem 0 0rem;
    }
}

@media (min-width: 100px) {
        .siteContent {
            padding: 0;
        }
    }
