.pagination {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px;
background-color: #ffffff;
list-style-type: none;
grid-column: 1/-1;
border-radius: 10px;
margin-top: 0px;
}
@media (max-width: 680px) {
.pagination {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
}
}
.pagination .disable {
opacity: 0.7;
}
.pagination .prev-page a,
.pagination .prev-page span {
background-image: url(//zielonezlozone.pl/wp-content/themes/kodios/img/strzalka-5@2rotation.png);
background-size: 5px;
background-repeat: no-repeat;
background-position: 0% center;
padding-left: 15px;
display: block;
color: #636f56;
font-weight: 700;
font-size: 15px;
}
@media (max-width: 680px) {
.pagination .prev-page a,
.pagination .prev-page span {
padding-left: 0px;
}
}
.pagination .prev-page a img,
.pagination .prev-page span img {
max-width: 16px;
margin-right: 5px;
}
.pagination .next-page a,
.pagination .next-page span {
background-image: url(//zielonezlozone.pl/wp-content/themes/kodios/img/strzalka-5@2.png);
background-size: 5px;
background-repeat: no-repeat;
background-position: 100% center;
padding-right: 15px;
display: block;
color: #636f56;
font-weight: 700;
font-size: 15px;
}
@media (max-width: 680px) {
.pagination .next-page a,
.pagination .next-page span {
padding-right: 0px;
}
}
.pagination .next-page a img,
.pagination .next-page span img {
max-width: 16px;
margin-left: 5px;
}
.pagination a {
text-decoration: none;
}
.pagination .number-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
}
.pagination .number-content a,
.pagination .number-content span {
font-size: 15px;
color: #636f56;
font-weight: 700;
border-radius: 50%;
text-align: center;
font-size: 15px;
width: 41px;
height: 41px;
max-width: 41px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41px;
-ms-flex: 0 0 41px;
flex: 0 0 41px;
text-align: center;
line-height: 41px;
display: block;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pagination .number-content a:hover,
.pagination .number-content span:hover {
color: #fff;
background-color: #636f56;
}
.pagination .number-content span {
color: #fff;
background-color: #636f56;
}