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

/* ここから追加CSS記入 */
.site-footer-copyright p:nth-child(2) {
    display: none;
}

/* コピーライトカスタム */
.custom-copyright {
    color: #fff ;
	background: #403726;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    display: block;
}

/* Lightning本来のコピーライトを非表示 */
.site-footer-copyright {
    display: none;
}
/*===============================
 お問い合わせフォーム
================================*/

.wpcf7 {
	border-radius: 8px;
}
.wpcf7 * {
	box-sizing: border-box;
}
.wpcf7 label + br {
	display: none;
}
.wpcf7 label {
	display: flex;
	font-weight: 500;
	align-items: center;
	margin-bottom: 4px;
}
.wpcf7 p {
	margin-bottom: 1.8em;
}
.wpcf7-text,
.wpcf7-textarea {
	line-height: 2;
	border-radius: 2px;
	width: 100%;
	padding: 8px 12px;
}
.wp-block-group .wpcf7-text,
.wp-block-group .wpcf7-textarea {
	border: 1px solid var(--wp--preset--color--vk-color-custom-2: #f2eee9);
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
	border: 1px solid var(--wp--preset--color--vk-color-custom-1);
	outline: none;
}
.wpcf7-textarea {
	resize: vertical;
}
.wpcf7 *::placeholder {
	color: var(--wp--preset--color--vk-color-custom-4: #807766);
}
.wpcf7-select {
	padding: 8px;
	border: 1px solid var(--wp--preset--color--vk-color-custom-2: #f2eee9);
}
.wpcf7-checkbox span.wpcf7-list-item:first-child,
.wpcf7-radio span.wpcf7-list-item:first-child {
	margin-left: 0;
}
.wpcf7-list-item label {
	font-weight: 500;
}

div.wpcf7 .ajax-loader {
	display: block;
	width: 0;
	height: 0;
}
.wpcf7 i {
	margin-right: 4px;
}
.wpcf7-arbitrary,
.wpcf7-required {
	color: var(--wp--preset--color--white);
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 500;
	border-radius: 4px;
	margin-left: 8px;
}
.wpcf7-required {
	background: var(--wp--preset--color--vk-color-custom-1);
}
.wpcf7-arbitrary {
	background: var(--wp--preset--color--vk-color-primary);
}

/*---------- CF7 プライバシーポリシー同意 ----------*/
.privacy-content {
	text-align: center;
	margin-top: 40px;
}
.wpcf7-submit:disabled {
	background-color: var(--wp--preset--color--vk-color-custom-3: #d7cdbc);
	border: 2px solid var(--wp--preset--color--vk-color-custom-3: #d7cdbc);
}

.wpcf7-submit {
	display: block;
	border: none;
	margin: 25px auto 0;
	padding: 16px 40px;
	cursor: pointer;
	font-size: 20px;
	background-color: var(--wp--preset--color--vk-color-custom-1);
	color: var(--wp--preset--color--white);
	border: 2px solid var(--wp--preset--color--vk-color-custom-1);
	font-weight: 700;
	border-radius: 50px;
}

/* Outerの上下marginを0にしたい */
.outer_margin0 {
    padding-top: 0;
    padding-bottom: 0;
}

/* reCAPTCHA位置調整 */
.grecaptcha-badge {
    bottom: 70px !important;
}
