/*!
Theme Name: lexportateu
Theme URI: 
Author: anonymous
Author URI: 
Description: Custom theme: lexportateu, developed by anonymous
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lexportateu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lexportateu is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.posts-navigation {
	padding: 50px 15px 0;
}
.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.posts-navigation a {
	text-decoration: none;
	font-weight: 500;
	color: #0c0a5b;
}
.posts-navigation a:hover {
	color: #000;
}

.news-listing-sec.search-result{
	padding-block-start: 80px;
}
@media screen and (min-width: 767px) {
	.numb-text-list.error-404 {
		padding: 100px 0;
	}
}
