.toppage {
	max-width: 100% !important;
}

.naviarea {
	border: 2px solid;
	border-color: #20603C;
	border-radius: 1rem;
	width: 110%;
	background-color: #20603C;
}

.naviarea a {
	margin: 30px;
	display: block;
	color: #fffdf6;
}

.goannai {
	border: 2px solid;
	padding: 2rem;
}

.seidotitle {
	font-size: 1.6rem;
	background-color: #FEF3C7;
	padding: .3rem;
	margin-bottom: 1rem;
}

.entry-title a {
	font-size: 1rem;
}

.entry-header h1 {
	font-size: 1.6rem;
}

.entry-header {
	margin-bottom: 0 !important;
}

.entry-footer {
	display: none !important;
}

.entry-meta {
	display: none !important;
}

.blog .type-post .entry-content {
	display: none !important;
}

.sharedaddy {
	display: none !important;
}

.more-link {
	display: none !important;
}

article {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

header {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.entry-content {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.wp-block-latest-posts>li>a {
	font-size: 1rem;
}

.wp-block-latest-posts {
	border: hidden;
	border-radius: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C5E0B4;
}

@media screen and (max-width: 480px) {
	.wp-block-latest-posts {
		border: hidden;
		border-radius: 1rem;
		padding: 10px;
		max-width: 22.375rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		margin-left: auto;
		margin-right: auto;
		background-color: #C5E0B4;
	}
	
	.site-title a {
		font-size: 1.5rem;
	}
	
	.wp-block-search__label {
		display: none;
	}
}

@media screen and (min-width: 480px) {
	.display_only_smartphone {
		display: none;
	}
	
	.wp-block-search {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.wp-block-search__label {
		display: none;
	}
}

.wp-block-latest-posts li {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.wp-block-latest-posts li a {
	font-weight: 400;
	text-decoration: underline;
}

.menu-item a {
	text-decoration: underline;
	font-size: .75rem !important;
}

.wp-block-search__button {
	margin: auto 0;
	height: 40px;
	line-height: 10px !important;
}

.wp-block-search__input {
	height: 40px;
}

.site-footer .widget-area {
	grid-template-columns: auto 1fr 1fr;
}

#block-31 {
	grid-column: 2 / 4;
}

#radius-table {
	border-style: hidden !important;
	border-spacing: 0;
	border-radius: 10px;
	border-collapse: separate;
}

#radius-table tr:first-child th {
	border-radius: 1rem 0 0 0;
}

#radius-table tr:first-child td {
	border-radius: 0 1rem 0 0;
}

#radius-table tr:last-child th {
	border-radius: 0 0 0 1rem;
}

#radius-table tr:last-child td {
	border-radius: 0 0 1rem 0;
}

@media only screen and (max-width: 559px) {
	.mobile-nav-side .has-menu {
		position: relative;
		display: grid;
		grid-gap: 2px;
		grid-template-areas: "site-logo main-navigation" "social-navigation main-navigation" !important;
	}
}