/*!
Theme Name: node
Theme URI: https://nodeathpenalty.org
Author: nodeathpenalty.org
Author URI: https://nodeathpenalty.org
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: node

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.area ol li {
	position: relative;
    padding-left: 15px;
    font-family: "Segoe UI Emoji";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #656161;
	letter-spacing: 0.9px;
	list-style: decimal;
}

.footer__copyrights a {
	color: inherit;
}

.link-item span {
	white-space: normal;
	line-height: 1;
}

.updated_on {
	text-align: center;
	margin: -50px 0 70px 0;
}

.area__title + .updated_on {
	margin: -20px 0 40px 0;
}

.area__title._mb + .updated_on {
	margin: -50px 0 70px 0;
}

@media (max-width: 767.98px) {
	.area__title._mb + .updated_on {
		margin: -30px 0 70px 0;
	}
}