/*
Theme Name: DOCSITES
Theme URI: https://docsites.com/
Author: the Docsites team
Author URI: https://docsites.com/
Description: Docsites Theme
Version: 1.7
License: GNU General Public License v2 or later
Text Domain: docsites
*/
.post-img {
    margin-bottom: 20px;
}
.entry-header h2,
.entry-header h1 {
    margin: 10px 0;
}

/*
.post .btn {
    text-decoration: none;
    background-color: var(--main-color);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    transition-duration: 0.3s;
}
*/

nav.pagination{
	margin-bottom: 48px;
}
.pagination a.prev,
.pagination a.next{
	text-decoration: none;
    background-color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.pagination .page-numbers{
	margin: 0 4px;
}

.pagination .page-numbers.current{
	font-weight: bold;
}

.post:nth-child(even) {
   margin: 48px 0;
}
/*add to give room to blog post header*/
.entry-header {
   margin-top: 24px;
}

.article .post-img img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
