/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks-nga/resourcelist/style.scss ***!
  \*******************************************************************************************************************************************************************************************/
.resource-list {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.resource-list + .pagination {
  text-align: right;
  margin-top: 50px;
}
.resource-list + .pagination .page-numbers {
  color: #707070;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.resource-list + .pagination .page-numbers.current {
  color: #d45729;
}
.resource-list .resource-list-item + .resource-list-item {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .resource-list .resource-list-item + .resource-list-item {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .resource-list:before, .resource-list:after {
    display: none;
  }
}

.post-list {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .post-list {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.post-list + .pagination {
  text-align: right;
  margin-top: 50px;
  padding-bottom: 80px;
}
.post-list + .pagination .page-numbers {
  color: #000004;
  display: inline-block;
  padding: 3px 5px;
}
.post-list + .pagination .page-numbers.current {
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  background: #6CB978;
}

.post-list-item {
  background: #fff;
  display: flex;
  width: 100%;
  cursor: pointer;
  transition: 0.3s ease all;
  position: relative;
  align-items: stretch;
}
.post-list-item:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid #6CB978;
  background: #fff;
  position: absolute;
  z-index: 0;
  transition: 0.2s ease all;
}
.post-list-item > * {
  z-index: 1;
}
.post-list-item + .post-list-item {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .post-list-item + .post-list-item {
    margin-top: 50px;
  }
}
.post-list-item .author {
  font-style: italic;
  font-weight: 300;
}
.post-list-item .post-category {
  margin-top: 10px;
  font-weight: bold;
}
.post-list-item .post-type {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: none;
}
.post-list-item + .post-list-item {
  margin-top: 20px;
}
.post-list-item .content {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .post-list-item .content {
    padding-left: 70px;
  }
}
.post-list-item .content-type {
  position: relative;
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.post-list-item .content-type:after {
  content: "";
  position: absolute;
  width: 5px;
  background: #6CB978;
  left: 0;
  top: 20px;
  bottom: 20px;
}
.post-list-item .post-title {
  margin: 0.25em 0;
}
.post-list-item .post-title > a {
  transition: 0.3s ease all;
}
.post-list-item:hover {
  z-index: 1;
}
.post-list-item:hover:before {
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.15);
}
.post-list-item:hover .post-title > a {
  color: #6CB978;
}
@media (max-width: 991px) {
  .post-list-item .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .post-list-item .content-type {
    width: 160px;
  }
}
@media (max-width: 540px) {
  .post-list-item {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .post-list-item > .content,
  .post-list-item > .content-type {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .post-list-item > .content {
    padding: 40px 20px 40px;
  }
  .post-list-item > .content-type {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
    order: -1;
  }
  .post-list-item > .content-type:after {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    margin-left: -50px;
    height: 5px;
    width: 100px;
  }
}

.post-list-item.type-user .post-type {
  display: block;
}
.post-list-item.type-user .hover-image {
  opacity: 1;
}

article.type-nga_resource.format-standard .content-type:before {
  content: "";
  width: 60px;
  height: 40px;
  background: no-repeat center center;
  background-image: url(images/icon-standard.svg?v);
}
article.type-nga_resource.format-audio .content-type:before {
  content: "";
  width: 60px;
  height: 40px;
  background: no-repeat center center;
  background-image: url(images/icon-audio.svg?v);
}
article.type-nga_resource.format-video .content-type:before {
  content: "";
  width: 60px;
  height: 40px;
  background: no-repeat center center;
  background-image: url(images/icon-video.svg?v);
}
article.type-nga_resource .post-title > a {
  color: inherit;
}
