/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
body{
	font-family:"Helvetica","Arial",sans-serif;
}
/* カルーセルのドット非表示 */
body .carousel-indicators {
    display: none !important;
}

/* コピーライトの2行目（Powered by〜）だけ非表示 */
body .site-footer-copyright p:nth-of-type(2) {
    display: none !important;
}
@media (max-width: 768px) {
  .reverse-column .wp-block-column:first-child {
    order: 2;
  }
  .reverse-column .wp-block-column:last-child {
    order: 1;
  }
}