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

body{
	background:#f7e5e3;
}

.wpcf7-spinner {
    margin: 0 !important;
}

/*モバイル固定ウィジェットが表示されるとコピーライトが隠れるので調整*/
@media(max-width: 991.98px){
:root :where(body) {
		padding-bottom:40px;
	}
}
