/*
Theme Name: Seeing Landscape
Description: A child theme of Noric Theme
Author: nikeo
Version: 1.0
Template: customizr
*/
.post-pagination .post-page-numbers {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
   border-radius: 5px;
   font-size: 1.5em;
}
.post-pagination span.post-page-numbers.current {
    background-color: #313131;
    color: white;
   
}
.post-pagination a.post-page-numbers span {
    transition: background-color .3s;
}
.post-pagination a.post-page-numbers:hover:not(.active) {
    background-color: #ddd;
}
.post-pagination:before {
    content: 'More Information Page:'
}
.czr-credits {
	display: none;
}
a.wp-block-button__link {
	text-decoration: none!important;
}