/* Navigation Archive */
.navigation.posts-navigation{
	width: 100%;
}
.nav-links {
	display: flex;
	width: 100%;
	font-family: 'Roboto', 'Arial', sans-serif;
}

.nav-links div a+ div a {
	margin-left: calc(25vw / 15.99);
}

.nav-links div a {
	background: none !important;
	position: relative;
	padding: calc(20vw / 15.99) calc(58vw / 15.99);
}

.nav-links div a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: calc(11vw / 15.99);
	height: calc(21vw / 15.99);
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
}
.nav-previous{
	margin-right: 25px;
}
.nav-previous a{
	border-color: #4aafbc !important;
}

.nav-previous a:hover {
	color: #4aafbc !important;
}

.nav-previous a:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2225%22%20viewBox%3D%220%200%2013%2025%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%234aafbc%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20opacity%3A%200.89%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22%D0%A4%D1%96%D0%B3%D1%83%D1%80%D0%B0_22_%D0%BA%D0%BE%D0%BF%D1%96%D1%8F%22%20data-name%3D%22%D0%A4%D1%96%D0%B3%D1%83%D1%80%D0%B0%2022%20%D0%BA%D0%BE%D0%BF%D1%96%D1%8F%22%20class%3D%22cls-1%22%20d%3D%22M354.358%2C3900l1.642-1.76-9.763-10.76%2C1.041-1.14h0l8.674-9.56-1.618-1.78c-2.4%2C2.64-9.092%2C10.02-11.329%2C12.48%2C1.662%2C1.84.041%2C0.05%2C11.358%2C12.52%22%20transform%3D%22translate(-343%20-3875)%22%2F%3E%3C%2Fsvg%3E");
	left: calc(40vw / 15.99);
}

.nav-next a:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2225%22%20viewBox%3D%220%200%2013%2025%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2357ad5d%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20opacity%3A%200.89%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22%D0%A4%D1%96%D0%B3%D1%83%D1%80%D0%B0_22_%D0%BA%D0%BE%D0%BF%D1%96%D1%8F_2%22%20data-name%3D%22%D0%A4%D1%96%D0%B3%D1%83%D1%80%D0%B0%2022%20%D0%BA%D0%BE%D0%BF%D1%96%D1%8F%202%22%20class%3D%22cls-1%22%20d%3D%22M883.643%2C3900L882%2C3898.24l9.763-10.76-1.041-1.14h0l-8.674-9.56%2C1.618-1.78c2.4%2C2.64%2C9.092%2C10.02%2C11.329%2C12.48-1.662%2C1.84-.041.05-11.357%2C12.52%22%20transform%3D%22translate(-882%20-3875)%22%2F%3E%3C%2Fsvg%3E");
	right: calc(40vw / 15.99);
}

.nav-previous a:hover:before {
	left: calc(25vw / 15.99);
}

.nav-next a:hover:before {
	right: calc(25vw / 15.99);
}
.nav-links div a {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	background: #57ae5d;
	border: 2px solid #57ae5d;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: calc(21vw / 15.99);
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	padding: calc(20vw / 15.99) calc(61vw / 15.99) calc(19vw / 15.99);
	margin: calc(39vw / 15.99) 0 0;
	border-radius: 35px;
}

.nav-links div a:hover {
	background: transparent;
	color: #57ae5d;
}