.plugins .list-card {
  position: relative;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  min-width: 0;
  margin: 16px; }
  .plugins .list-card .card {
    padding: 0;
    font-size: 14px;
    border-radius: 4px;
    /*
		  box-shadow: hsl(0, 0%, 80%) 0 0 16px;
		  box-shadow: rgba(var(--bs-body-bg-rgb),0.1) 0 0 6px inset, rgba(var(--bs-body-color-rgb),0.15) 1px 1px 15px -6px;
		  box-shadow: rgba(var(--bs-body-color-rgb),0.3) 0px 0px 1px 0px, rgba(var(--bs-body-color-rgb),0.07) 0px 2px 6px 0px;
		  */
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column; }
    .plugins .list-card .card .btn-preview {
      display: none; }
    .plugins .list-card .card .info {
      float: left; }
    .plugins .list-card .card .buttons {
      float: right; }
    .plugins .list-card .card .card-title {
      font-size: 1.2rem; }
    .plugins .list-card .card .card-img-top {
      border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.125); }
    .plugins .list-card .card .card-body .img-container {
      height: 96px;
      display: flex; }
    .plugins .list-card .card .card-body a {
      text-decoration: none;
      --bs-link-color-rgb: var(--bs-body-color-rgb); }
      .plugins .list-card .card .card-body a:hover {
        --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }
    .plugins .list-card .card .card-footer {
      background: transparent;
      border-top-color: transparent;
      width: 100%; }
    .plugins .list-card .card:hover .card-footer {
      opacity: 1; }
    .plugins .list-card .card:hover .btn-preview {
      display: inline-block; }
  .plugins .list-card.active .card {
    border: 2px solid rgba(var(--bs-body-color-rgb), 0.7); }

.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none; }

@supports (display: grid) {
  .list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
  @media only screen and (min-width: 1600px) {
    .list {
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); } }
  @media only screen and (min-width: 2100px) {
    .list {
      grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); } } }

@media (min-width: 640px) {
  .list-card {
    min-width: 320px; } }

.img-fluid {
  image-rendering: -webkit-optimize-contrast; }

.plugins .list-card .img-fluid {
  max-width: 96px;
  width: 96px;
  object-fit: contain; }

.plugins .list-card .author,
.plugins .list-card .author a {
  font-size: 12px;
  color: var(--bs-body-color); }

.plugins .list-card .card-footer {
  padding: 1rem;
  height: 100%;
  bottom: 0;
  text-align: initial; }

.list-card .card {
  padding: 0;
  font-size: 12px;
  border-radius: 4px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column; }

.list-card .card .card-img-top {
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.125); }

.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none; }

@supports (display: grid) {
  .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(320px, 1fr) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
  @media only screen and (min-width: 1600px) {
    .list {
      -ms-grid-columns: minmax(30%, 1fr) [auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); } }
  @media only screen and (min-width: 2100px) {
    .list {
      -ms-grid-columns: minmax(25%, 1fr) [auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); } } }

/* card area */
.list-card {
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  min-width: 0;
  margin: 16px; }

@media (min-width: 640px) {
  .list-card {
    min-width: 320px; } }

.star-rating {
  display: block; }

.star {
  width: 14px;
  height: 21px;
  font-size: 18px;
  margin-right: 2px;
  color: orange;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.star::before {
  content: "\2606"; }

.star-full::before {
  content: "\2605"; }

.star-half::before {
  content: "\2606";
  width: 8px;
  margin-right: 10px; }

.star-half::after {
  content: "\2605";
  width: 7px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  overflow: hidden; }

.num-ratings {
  position: relative;
  top: -4px; }

#content {
  padding-top: 1rem; }

.sticky {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: flex-start; }

/*
.container-fluid {
	max-width:1600px;
}
*/
body {
  position: relative; }

.post {
  margin-bottom: 2rem; }
  .post-list .post, .post h1 {
    max-width: 800px;
    margin: 0 auto 2rem; }
  .post h1, .post h2 {
    line-height: 1.2; }
  .post .post-title {
    text-decoration: none; }
    .post .post-title:hover {
      text-decoration: underline; }
  .post .post-content {
    font-size: 1.2rem;
    line-height: 2.1rem;
    font-family: var(--bs-font-sans-serif); }
    .post .post-content > * {
      margin-bottom: 1rem; }
    .post .post-content > p, .post .post-content h1, .post .post-content h2, .post .post-content h3, .post .post-content h4, .post .post-content h5, .post .post-content h6, .post .post-content > blockquote, .post .post-content > span, .post .post-content > ul, .post .post-content pre, .post .post-content > ol {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
    .post .post-content h1, .post .post-content h2 {
      font-weight: 600; }
    .post .post-content blockquote {
      font-family: var(--bs-font-sans-serif);
      font-style: italic;
      padding-bottom: 3px;
      padding-right: 20px;
      padding-left: 20px;
      letter-spacing: .01rem;
      border-left: 4px solid #f1f3f7;
      margin-top: 2rem;
      margin-bottom: 2rem; }
      .post .post-content blockquote:before, .post .post-content blockquote:after {
        font-family: Line Awesome Free;
        font-weight: 900;
        font-style: normal; }
      .post .post-content blockquote:before {
        content: "\f10d "; }
      .post .post-content blockquote:after {
        content: " \f10e"; }
      .post .post-content blockquote i {
        font-size: 2rem;
        color: var(--bs-gray); }
    .post .post-content q:before, .post .post-content q:after {
      font-family: Line Awesome Free;
      font-weight: 900;
      font-style: normal; }
    .post .post-content q:before {
      content: "\f10d "; }
    .post .post-content q:after {
      content: " \f10e"; }
    .post .post-content img, .post .post-content svg, .post .post-content video {
      vertical-align: middle;
      max-width: 100%;
      margin: 0 auto;
      height: auto; }
    .post .post-content pre {
      padding: 0 1rem 1rem;
      background: #f6f8fa; }
      .post .post-content pre code {
        background: transparent; }
  .post .align-left {
    float: left;
    margin-bottom: 25px;
    max-width: 50%; }
  .post .align-right {
    float: right;
    margin-bottom: 25px;
    max-width: 50%; }
  .post .align-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .post .card-header {
    margin-bottom: 2rem; }
  .post .card-footer {
    /* padding: 0.5rem 1rem; */
    padding: 0;
    margin: 0 auto; }
  .post .post-meta {
    list-style: none;
    text-align: center;
    margin-bottom: 2rem; }
    .post .post-meta li {
      margin-right: 1rem;
      display: inline-block;
      margin-top: 0.5rem;
      color: var(--bs-dark-gray); }
      .post .post-meta li i {
        font-size: 1.4rem; }
      .post .post-meta li a {
        text-decoration: none;
        color: var(--bs-secondary); }
        .post .post-meta li a:hover {
          text-decoration: underline; }

.plugin-img {
  box-shadow: rgba(var(--bs-body-bg-rgb), 0.1) 0 0 6px inset, rgba(var(--bs-body-color-rgb), 0.2) 1px 1px 32px -6px; }

.carousel-thumbs button[data-bs-target] {
  width: 100px; }

#vvveb-admin + nav {
  margin-top: 35px; }

/*
select[name=orderby] {
	font-size: 14px;
	border-color: var(--bs-border-color);
	padding:0.7rem 1rem;
}
*/
.pagination {
  --bs-pagination-border-color: transparent;
  --bs-pagination-active-border-color: var(--bs-primary-border-subtle);
  --bs-pagination-color: var(--bs-secondary);
  --bs-pagination-active-color: var(--bs-primary);
  --bs-pagination-active-bg: transparent; }

.btn-primary, .btn-light {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.08), 0 1px 1px rgba(0, 0, 0, 0.08); }

.btn-light {
  --bs-btn-bg:var(--bs-body-bg);
  --bs-btn-border-color:rgba(var(--bs-body-color-rgb),0.1); }

.details {
  position: sticky;
  top: 10rem;
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.08);
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem; }

.plugin-icon {
  max-height: 128px;
  height: 128px;
  margin: 0 auto 2rem;
  display: block; }

.plugin-icon-small {
  height: 32px;
  margin: 0 1rem 0 0; }

@media screen and (min-width: 767px) {
  .navigation-1 {
    box-shadow: none;
    border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.08); } }

.menutree a {
  font-size: 14px; }

.menutree img {
  opacity: 0.5; }
