#page-wrapper {
  align-items: flex-start;
  flex-wrap: wrap;
}
.templates-sidebar {
  position: sticky;
  top: 150px;
  width: auto;
  flex: 0 0 auto;
  min-width: 180px;
  order: 1;
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  .templates-sidebar {
    order: 3;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.templates-sidebar > div {
  padding: 0 0 20px;
  border-bottom: 1px solid #d8d8d8;
}
.templates-sidebar > div:last-child {
  border: none;
}
.templates-sidebar .templates-sidebar-title {
  color: rgba(85, 85, 85, 0.5);
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.templates-sidebar .templates-sidebar-search {
  margin-bottom: 40px;
}
.templates-sidebar .templates-sidebar-search > form {
  display: flex;
  align-items: center;
}
.templates-sidebar .templates-sidebar-search > form > .material-icons {
  position: relative;
  width: 40px;
  margin-top: 1px;
  margin-right: -40px;
  text-align: center;
  z-index: 2;
}
.templates-sidebar .templates-sidebar-search > form > input {
  position: relative;
  width: 0;
  min-width: 210px;
  flex: 1 1 auto;
  padding-left: 36px;
  font-size: 16px;
  z-index: 1;
}
.templates-sidebar .templates-sidebar-filter ul {
  margin-bottom: 20px;
  font-size: 15px;
}
.templates-sidebar .templates-sidebar-filter ul > li {
  display: block;
  font-weight: 400;
}
.templates-sidebar .templates-sidebar-filter ul > li > a {
  display: inline-block;
  color: rgba(85, 85, 85, 0.7) !important;
  text-decoration: none !important;
}
.templates-sidebar .templates-sidebar-filter ul > li > a:hover {
  color: #555555 !important;
}
.templates-sidebar .templates-sidebar-filter ul > li.active > a {
  color: black !important;
}
.templates-body {
  width: 0;
  flex: 1 1 auto;
  order: 2;
}
.templates-list {
  padding-bottom: 10px;
}
.templates-list h2 {
  padding: 10px 0 0 10px !important;
  font-weight: bold;
  text-transform: none;
}
.templates-list .templates-list-empty {
  padding: 20px 25px;
  font-weight: 400;
  background-color: #F0F0F0;
  border-radius: 10px;
}
.templates-list .templates-list-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.templates-list .templates-list-items > div {
  display: flex;
  align-items: stretch;
  width: 33.3%;
  padding: 0 25px 25px 0;
}
@media screen and (max-width: 1100px) {
  .templates-list .templates-list-items > div {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .templates-list .templates-list-items > div {
    width: 100%;
  }
}
.templates-list .templates-list-items > div > a {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  padding: 15px;
  color: rgba(0, 0, 0, 0.6) !important;
  text-decoration: none !important;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}
.templates-list .templates-list-items > div > a > .templates-list-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.2;
}
.templates-list .templates-list-items > div > a > .templates-list-head {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.templates-list .templates-list-items > div > a > .templates-list-head > img {
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
  align-self: flex-start;
  width: auto;
  height: 60px;
  margin-right: 10px;
  border-radius: 7px;
}
.templates-list .templates-list-items > div > a > .templates-list-head > span {
  display: block;
  color: black;
  font-size: 17px;
  line-height: 135%;
  font-weight: 600;
  text-overflow: ellipsis;
}
.templates-list .templates-list-items > div > a > .templates-list-head > span > .author {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
}
.templates-list .templates-list-items > div > a > .templates-list-foot {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
  font-size: 16px;
  line-height: 135%;
  z-index: 1;
}
.templates-list .templates-list-items > div > a > .templates-list-foot > span {
  display: block;
}
.templates-list .templates-list-items > div > a > .templates-list-foot > .material-icons {
  padding-top: 5px;
  text-align: right;
}
.templates-list .templates-list-items > div > a:hover > .templates-list-head > span > .name {
  text-decoration: underline;
}
.templates-list .templates-list-items > div > a:hover > .templates-list-foot > .material-icons {
  color: black !important;
}
