audio,
canvas,
progress,
video {
  display: none;
}

.doclib-filters {
  margin-top: 12rem;
}

.doclib-filters button,
.display-controls button {
  padding: 1.1rem;
  font-family: 'Kanit semi-bold';
  padding-left: 4rem;
  padding-right: 4rem;
}

.display-controls {
  margin-top: 2rem;
}

.doclist {
  margin-top: 6rem;
}

.doclist.grid .document {
  justify-content: flex-start;
}

.document img{
	width:40rem;
}

.document{
	height: 100%;
	-webkit-box-shadow: 3px 3px 10px 3px #dddddd;
-moz-box-shadow: 3px 3px 10px 3px #dddddd;
box-shadow: 3px 3px 10px 3px #dddddd;
	padding:1rem !important;
	border-radius:3rem;
	width:20vw;
  padding:2rem !important;
}

.document .entry-title .entry-summary{
	padding:2rem ;
}

.doclist.grid {
  grid-template-columns: repeat(3, 1fr);
}

.doclist .content {
  padding-right: 4rem;
}

.doclist .entry-summary {
  margin-top: -1rem;
}

.top .nav-links {
  display: none;
}

.display-controls span {
  display: none;
}

.title span,
.document_category .label {
  font-family: 'Kanit semi-bold';
  font-size: 1.8rem;
  color: #153a63;
  padding-bottom: 2rem;
}

.document .entry-title a {
  text-decoration: none;
  font-size: 2.5rem;
  margin-top: 1rem;
}
.doclist.grid .entry-title {
  margin-top: 1rem;
}

.doclist.grid img {
  border-radius: 3rem;
}

.doclist.grid .entry-thumbnail {
  margin: 0;
}

.document .entry-summary a {
  font-family: 'Kanit semi-bold';
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #153a63;
  text-decoration: none;
}

.nav-links .page-numbers {
  font-family: 'Kanit semi-bold';
  font-size: 2.5rem;
  text-decoration: none !important;
}

@media (max-width: 915px) {
  .doclib-filters button {
    margin-top: 1rem;
  }

  .doclist .content {
    padding-right: 0;
    margin-bottom: 4rem;
  }

  .doclib-filters {
    margin-top: 8rem;
  }
}
