/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
.site-footer-copyright p:nth-child(2) {
    display: none;
}

.entry-body h2 {
    position: relative;
    text-align: center;
    border-top: none;
    border-bottom: none;
    padding: .5em 0 0.3em;
    /* margin-bottom: 2em; */
}

.entry-body h2::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #000;
}

h2.wp-block-heading {
    margin-bottom: 2em !important;
}

.wit8 {
    border-bottom: none !important;
}

.wit8 table.has-fixed-layout {
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .wit8 table.has-fixed-layout {
        width: 100%;
    }
}

.form_wrap {
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .form_wrap {
        width: 100%;
    }
}

.form_wrap input[type=submit] {
    display: inline-block;
    padding: 0.5em 6em;
    text-decoration: none;
    background: #A0A0A0;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #A0A0A0;
    border: dashed 1px #FFF;
}

.form_wrap input[type=submit]:hover {
    border: dotted 1px #FFF;
}

.form_wrap p.tac {
    text-align: center;
}

.wpcf7-spinner {
    display: none !important;
}

.mini-content-container-1 {
    font-family: "Shippori Mincho B1", serif;
    text-shadow: 0 0 50px #000000;

}

.mini-content-container-1 h3 {
    font-size: 3.5rem;
    font-weight: 500;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    .mini-content-container-1 h3 {
        font-size: 2.5rem;
    }
}
.warp__ {
    background-image: linear-gradient(214deg, #d5d5d5, #303030);
    border-radius: 15px;
    color: #fff;
    padding: 3em 2em;
}