/*
Theme Name:inspiro-child
Template:inspiro
*/

.side-nav__scrollable-container {
    background-color: white;
    text-align: center;
}

.side-nav__scrollable-container a {
    color: #2e2119;
}

.navbar-nav {
    background-color: white;
    text-align: center;
}

.navbar-nav li * {
	text-transform: none !important;
	font-family: "Hiragino Kaku Gothic Pro",Meiryo,sans-serif !important;
    color: #2e2119 !important;
}

.widget ol li, .widget ul li {
    padding: .65em 0;
}

.post-grid-1 {
    display: grid;
    grid-template-columns: 1fr;
}

.post-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.post-grid-1 li {
    list-style-type: none !important;
}

.post-grid-2 li {
    list-style-type: none !important;
}

.custom-header-media:before {
    background-image: none !important;
}
.custom-header-media:after {
    background: none;
}

.tag_link {
	color: black;
	margin-right: 10px;
	text-decoration: none !important;
	border-bottom: 1px solid #808080;
}

.tag_more_link {
    color: #808080;
    text-decoration: none !important;
}

.wp-block-button a:hover {
	background-color: white !important;
}