/*
Theme Name: Neve-child
Template:neve
*/

.wp-block-separator {
    border-bottom: 0;
    border-top: 1px solid!important;
	border-color: #dad5c6!important;
}

#site-footer .footer--row .left .component-wrap {
    display: none;
}

.posts-wrapper .author {
    display: none;
}
.nv-meta-list .author {
    display: none;
}
.nv-meta-list .category a {
    background: #ccc;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 3px;
    margin-left: 3px;
}

.page-id-146 iframe {
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
}

/* --- News一覧 --*/
@media (min-width: 960px) {
    .blog .blog-entry-title, .archive .blog-entry-title {
        font-size: 1em;
    }
}
.archive-container .entry-summary p {
	display:none;
}
.single h1.entry-title {
    font-size: 24px!important;
}
@media screen and (max-width: 480px) {
.wp-block-latest-posts.is-grid li {
    margin: 0 0 1.25em 0;
}
}
/* --- CONTACT ---*/
@media screen and (max-width: 480px) {
	.wpforms-container {
		width: 90%!important;
	}
}


@media screen and (max-width: 480px) {
	.builder-item--logo {
		--maxwidth: 200px!important;
	}
	
	:where(.wp-block-columns.is-layout-flex) {
		gap: 0.5em;
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
		width: 80%;
	}

}