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

/*
@media (min-width: 992px) {
.col-md-8 { width: 80%; }
.col-md-3 { width: 10%; }
.col-md-offset-1 { margin-left: 10%; }
}
*/
@media (min-width: 992px){
.main-section--col--two {
    width: 75%;
}
.sub-section--col--two {
    /*width: 20%;*/
	width: calc( var(--vk-width-container) * 0.20 );
}
}

/* add 2023/10/24 */
.vk_post_imgOuter {
	display:none !important;
}

/* add 2023/12/03 */
.ltg-slide picture {
max-width:1110px;
height: auto;
}

.ltg-slide .swiper-slide>a {
    max-width:1110px;
    height: auto;
}

/*
.swiper-container {
    background-color: #dcf2fc;
}
*/

.grecaptcha-badge {
	visibility: hidden;
}

.grecaptcha-addtext {
	font-size: 0.8em;
}

#custom_html-2 .custom-html-widget{
	font-size: 0.8em;
}
