:root{
	--custom-default-color-1-titlehome-readmore:#67B92E;
	--custom-default-color-1-hover: #333939;

	--custom-pagination-letters: #333939;
	--custom-pagination-letters-hover-active:#fff;

	--is-link-underline-not: none;
	--is-link-underline-yes: underline;
}

/* Zmienne dla home */
.post_body .in_title a,
.read-more-btn-q,
.post_body .in_title a:active,
.read-more-btn-q:active,
.post_body .in_title a:focus,
.read-more-btn-q:focus,
.post_body .in_title a:visited,
.read-more-btn-q:visited{
	
	color:var(--custom-default-color-1-titlehome-readmore);
	text-decoration:var(--is-link-underline-not);
}
.post_body .in_title a:hover,
.read-more-btn-q:hover{
	color:var(--custom-default-color-1-hover);
	text-decoration:var(--is-link-underline-not);
}





/* Zmienne dla page */
.inner_post_body a,
.inner_post_body * a,
.inner_post_body a:active,
.inner_post_body * a:active,
.inner_post_body a:focus,
.inner_post_body * a:focus,
.inner_post_body a:visited,
.inner_post_body * a:visited{
    color:var(--custom-default-color-1-titlehome-readmore);
	text-decoration:var(--is-link-underline-yes);
}
.inner_post_body a:hover,
.inner_post_body * a:hover{
    color:var(--custom-default-color-1-hover);
	text-decoration:var(--is-link-underline-yes);
}







/* Zmienne dla paginacji */
.page-numbers{
	/* color: var(--custom-pagination-letters); */
	color: #333939 !important;
	border: 1px solid #ddd;
}
.page-numbers:hover{
	background-color: var(--custom-default-color-1-titlehome-readmore);
	/* color: var(--custom-pagination-letters-hover-active); */
	color: white!important;
}
.current{
	background-color: var(--custom-default-color-1-titlehome-readmore);
	color: var(--custom-pagination-letters-hover-active)!important;
}