/*
Theme Name: ONESTEP
Text Domain: ONESTEP
Version: 1.0
*/

body{
  margin: 0;
}


.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li {
  margin: 0 4px;
}


.pager a {
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 13px;
  border: 1px solid #333;
}

.pager .active,
.pager a:hover {
  background: #333;
  color: #fff;
}

.next a,
.pre a {
  border: none;
}
.newsrere{
  margin-bottom: 50px;
}
.newsrere time{
  font-weight: bold;
  -webkit-box-shadow: 0 0 1px #000 inset;
  box-shadow: 0 0 1px #000 inset;
  padding: 10px;
  display: inline-block;
  margin-bottom: 30px;
}