
/*------------------------------------------*/
/* GENERAL  STYLES
/*------------------------------------------*/

.blogs-page.design_1 .blog-item img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center center;
}

.blogs-page .blog-item{
  margin-bottom: 30px;
}

.blogs-page .blog-item h5{
  color: #2e2e2e;
  font-size: 23px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 22px 30px 25px;
}

.blogs-page.design_2 .blog-item h5{
  color: #526371;
  font-size: 14px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  position: relative;
  margin-top: 10px;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.blogs-page.design_2 .blog-item h5:after{
  content: '';
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.blogs-page.design_2 .blog-item h5:hover{
  color: rgb(31, 185, 185)  ;
}

.pagination-blogs{
  text-align: center;
  margin-top: 15px;
}

.pagination-blogs .page-numbers{
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 35px;
  margin: 0 11px 0 0;
  text-align: center;
  color: #b4b4b4;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #e5e5e5;
}

.pagination-blogs .page-numbers.current{
  color: #303030;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.pagination-blogs .page-numbers:hover {
  color: #303030;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.pagination-blogs .page-numbers i{
  font-size: 14px;
}