/*
 Theme Name:   Kordex Child
 Template:     kordex
*/
.horizontal-footer-copyright, .vertical-footer-copyright {
    letter-spacing: 0.1em !important;
	text-transform:none;
}
.minimal-logo .header-site-title-section h1.site-title, .left-logo .header-site-title-section h1.site-title, .header-site-title-section a{
	text-transform:none;
}
.mobile-site-title-section a {
	text-transform:none;
}
.left-logo .header-site-title-section h1.site-title, body:not(.compact-layout).header-site-title-section a{
	text-transform:none;

}

/*ライトボックス時の上下余白を減らし、画像を大きく表示する*/
.mtheme-lightbox.lg-outer .lg-image {
    max-height: -webkit-calc(100% - 10px) !important;
    max-height: -moz-calc(100% - 10px) !important;
    max-height: calc(100% - 10px) !important;
}
/*トップページでのサイト名のずれを直す*/
@media only screen and (max-width: 767px){
	h1, .entry-content h1 {
		line-height: 1.1;
	}
}

.grecaptcha-badge { visibility: hidden; }
