/*
Theme Name: macherie-deco
Template: lightning
Version: 1.0.0
*/
@import url("style-base.css");

body {
    font-family: 'Kaisei Decol', serif;
    font-style: italic;
}

.nav li a, nav li a {
    color: var(--vk-color-primary);
}

h2, h3 {
    color: var(--vk-color-primary);
}

.is-style-vk-heading-plain {
    color: var(--vk-color-primary);
}

/***********************************
* reCAPTCHA
************************************/
.grecaptcha-badge { visibility: hidden; }
.post-name-contact .grecaptcha-badge { visibility: visible; }

/***********************************
* header
************************************/
.site-header,
.header_scrolled .site-header {
    background-color: #fef1fe;
}
.ltg-slide-inner{
    text-shadow: rgb(49, 0, 30, 0.2) 2px 0px 4px, rgb(49, 0, 30, 0.2) -2px 0px 4px, rgb(49, 0, 30, 0.2) 0px -2px 4px, rgb(49, 0, 30, 0.2) 0px 2px 4px, rgb(49, 0, 30, 0.2) 2px 2px 4px, rgb(49, 0, 30, 0.2) -2px 2px 4px, rgb(49, 0, 30, 0.2) 2px -2px 4px, rgb(49, 0, 30, 0.2) -2px -2px 4px, rgb(49, 0, 30, 0.2) 1px 2px 4px, rgb(49, 0, 30, 0.2) -1px 2px 4px, rgb(49, 0, 30, 0.2) 1px -2px 4px, rgb(49, 0, 30, 0.2) -1px -2px 4px, rgb(49, 0, 30, 0.2) 2px 1px 4px, rgb(49, 0, 30, 0.2) -2px 1px 4px, rgb(49, 0, 30, 0.2) 2px -1px 4px, rgb(49, 0, 30, 0.2) -2px -1px 4px !important;
}
/***********************************
* footer
************************************/
.site-footer {
    background-color: #fef1fe;
}
/* lightning_copyright非表示 */
footer .site-footer-copyright p:nth-child(2) {
    display:none !important;
}