/*
Theme Name: Expansion for Lighting Theme (NITS Train Ver.)
Description: Expand Lighting Theme for NITS Train Website. 
Version: 1.0
Template: lightning
Author: CIB-MC
Author URI: https://rainyvillage.jp/cib-mc/
License: All rights reserved.
*/

:root {
	--vk-color-text-body: #000000;
	--vk-color-text-link: #ff6a00;
}

a:hover {
	color: #ff6a00;
}

.vk_post_imgOuter {
	background-size: contain;
  background-repeat: no-repeat;
	background-position: center;
	background-color: #ccc;
}

.wp-block-aab-accordion-block,
.wp-block-columns {
    margin-bottom:1.5em;
}

@media screen and (max-width:782px) {
.wp-block-latest-posts__featured-image.alignleft {
	float:none;
}
}

@media (min-width: 1710px) {:root{ --vk-width-container : 1710px; }
.container { max-width: 1710px; }
}