@charset "utf-8";
/*
	Theme Name: RE:DIVER-CHILD
	Template: rediver
	Description:  re:Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

.bg-accent {
	background: #081525; 
	color: #FCFBFA;
}

.p-cat-item {
	background: #081525; 
	color: #FCFBFA !important;
}

.wp-block-tag-cloud a.tag-cloud-link {
	color: #081525 !important;
}

.pb__thumb {
    background-color: #081525;
}

.wpforms-container-full {
	width: 100% !important;
}


/* 画像スライダーのサイズバグ修正 */
.dbp-slide-images .splide__slide img {
	width: revert-layer !important;
}

.article-search-filter-submit:not([disabled]) {
	color: #FCFBFA !important;
}

/* フォームボタンセンタリング */
.wpforms-submit {
	margin: auto !important;	
}





