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

.w60container {
	width: max(60%, 700px);
}

.w60container .wp-block-column:hover {
	opacity: 0.8;
	transition: 0.5s;
}

a:not(.vk_button_link):hover {
    color: #3c2536 !important;
    opacity: 0.8;
    transition: 0.5s;
}

.vk_button_link {
	font-family: "Lexend";
}

.vk_button_link:hover {
    color: #fff !important;
    opacity: none;
    transition: 0.5s;
}

.global-nav-list>li .global-nav-name {
	font-size: 1rem;
}

.site-header-logo img {
	max-height: 95px;
}

.page-header {
	min-height: 6rem;
}

.page-header-title, h1.page-header-title {
	font-family: "Cormorant Garamond";
	font-weight: 500;
}

.archive-header-title {
	font-weight: 500;
}

.site-footer {
	margin-top: 6rem;
	background: url(https://makotokuroda.com/assets/wp-content/uploads/2025/12/footer-line.png) center top / 450px repeat-x;
}

.site-footer-copyright p:nth-child(2) {
    display: none;
}

@media (min-width: 992px) {
	.site-header-logo {
        margin-bottom: 0.5rem;
		padding-top: 0.5rem;
	}
}

@media (max-width: 991.98px) {
    html, body {
        font-size: 16px !important;
    }
	
    .entry-content, 
    .entry-body, 
    .vk_post_excerpt {
        font-size: 1rem !important;
        line-height: 1.8 !important;
    }
}

@media only screen and (max-width: 781px) {
	.w60container .column_list {
		row-gap: 30px;
	}
}

@media only screen and (max-width: 767px) {
	
	.tab-container { width: 100%; margin: 2em 0; }
	.tab-container [type="radio"] { display: none; }
	.tab-container label {
		display: inline-block;
		padding: 10px 20px;
		background: #f4f4f4;
		cursor: pointer;
		border: 1px solid #ddd;
		border-bottom: none;
	}
	
	.tab-container [type="radio"]:checked + label {
		background: #fff;
		border-top: 2px solid #3c2536;
	}
	
	.tab_content {
		display: none;
		padding: 20px;
		border: 1px solid #ddd;
		background: #fff;
	}
	
	#tab1:checked ~ #tab1_content,
	#tab2:checked ~ #tab2_content {
		display: block;
	}
	
	.w70container,
	.w60container { width: 100%; }
	
	.wp-container-core-group-is-layout-0e82c502 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	
	.site-footer-content .row {
		flex-direction: column-reverse;
		gap: 50px;
	}
	
	.site-footer {
		margin-top: 3rem;
	}
	.site-footer-content .col-lg-4 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.site-footer-content .col-lg-8 iframe {
		height: 300px;
	}
}
