/* Введите Ваш код CSS тут */
.maincat {
  text-align: center;
}

.maincat li {
  display: inline-block;
  white-space: nowrap;
  padding: 0 12px 14px;
  text-transform: uppercase;
}

.main-menu li {

  text-decoration: none;
padding: 0 1em;

  
float: left;
width: 180px;
position: relative;
}

.site-content div.nav-next,
.site-content div.nav-previous  {
  display: none !important;
}

.post-grid .pagination.lite .page-numbers {
    background: rgb(192, 178, 120) none repeat scroll 0 0;
}

.circle-red{
 width:100px;
 height:100px;
 display:block;
 border-radius:50px;
 -moz-border-radius:50px;
 -webkit-border-radius:50px;
 -khtml-border-radius:50px;
 <!-- font-size:20px;--> color:#fff;
 line-height:100px;
 text-align:center;
 background:red;
  z-index: 100;
 
}

.circle-blue{
 width:100px;
 height:100px;
 display:block;
 border-radius:50px;
 -moz-border-radius:50px;
 -webkit-border-radius:50px;
 -khtml-border-radius:50px;
 <!-- font-size:20px;--> color:#fff;
 line-height:100px;
 text-align:center;
 background:blue;
 
}

.circle-green{
 width:100px;
 height:100px;
 display:block;
 border-radius:50px;
 -moz-border-radius:50px;
 -webkit-border-radius:50px;
 -khtml-border-radius:50px;
 <!-- font-size:20px;--> color:#fff;
 line-height:100px;
 text-align:center;
 background:green;
 
}

.ast-archive-description p {

    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 300;

}