.posts-container * {
  box-sizing: border-box;
}
.posts-container > .post-architect-style {
    display: flex;
    flex-wrap: wrap;
  position: relative;
  transition: .5s all ease-in-out;
  border: 20px solid transparent;
  border-top-width: 20px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 0;
  border-image: url(/wp-content/plugins/recent-posts-slider-by-category-widget__/architecture_top_light.png) 33% round;
  border-image: none;
}
.post-architect-style::before {
  content: attr(data-rand);
  font-size: 10px; color:#fff;
  position: absolute; top: -16.5px; left: 10px;
  display: none;
}
.post-page {
  box-sizing: border-box;
  display: flex; flex-wrap: wrap;
  justify-content: space-around;
  padding: 0; width: 100%;
  background: transparent;
  opacity: 0; visibility: hidden;
  transition: .5s all ease-in-out;
  max-height: 0;
}
.post-page.open {
  opacity: 1; visibility: visible;
  max-height: none;
}
.post-entry {
  position: relative;
  width: calc(33.33% - 10px);
  padding: 0; margin: 5px 5px 20px;
  background: #fff;
}
.post-entry:empty { height:.01px; padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:0; opacity:.00001; border:none; }
.post-entry > .post-thumbnail {
  position: relative;
  width: 100%; height: 0;
  padding-top: 95%; margin:0;
  overflow: visible;
}
.post-entry:nth-child(6n+3) > .post-thumbnail::before {
  content: attr(data-rand);
  font-size: 10px; color:#fff;
  position: absolute; top: 15px; right: -30px;
  transform: rotateZ(90deg);
  display: none;
}
.post-entry:nth-child(6n+3) > .post-thumbnail::after {
  content: ""; position: absolute; top:0; right:-25px;
  width: 10px; height: 100%;
  border: 20px solid transparent;
  border-top-width: 5px;
  border-left-width: 5px;
  border-right-width: 20px;
  border-bottom-width: 5px;
  border-image: url(/wp-content/plugins/recent-posts-slider-by-category-widget__/architecture_right_light.png) 33% round;
  border-image: none;
}
.post-entry > .post-thumbnail > .img {
  position: absolute; top: 0;
  width: 100%; height: 100%;
  padding: 8px; margin: 0;
  background: #fff;
  overflow: hidden;
}
.post-entry > .post-thumbnail > .img > img {
  width: 100%; height: 100%; padding: 8px; margin:0; border-radius: 0;
  transition: 2.4s all ease-in-out;
}
.post-entry> .post-thumbnail:hover  > .img > img {
  filter: brightness(1.14);
}
.post-entry > .post-thumbnail > .post-thumbnail-link {
  visibility: hidden; opacity: 0; pointer-events:none;
  position: absolute; top: 16px; left: -30%;
  width: calc(100% - 32px); height: calc(100% - 32px);
  background-color: rgba(99, 204, 2, 0.44); color: #FFF!important;
  text-align: center;
  transition: 0.2s all 0.2s ease-in;
}
.post-entry > .post-thumbnail:hover > .post-thumbnail-link {
  visibility: visible; opacity: 1; left:16px; transition: 0.2s all ease-in-out; pointer-events:initial;
}
.post-entry > .post-thumbnail > .post-thumbnail-link > .post-thumbnail-icon {
  position: relative; top: 30%; text-shadow: 0 0 0 #000;
  font-size: 14px; color: rgba(99, 204, 2, 0.44); transition: .2s all 0s ease-in;
}
.post-entry > .post-thumbnail:hover > .post-thumbnail-link > .post-thumbnail-icon {
  font-size: 40px; color: #fff; text-shadow: 0 0 4px #275000, 0 0 2px #275000; transition: .2s all .1s ease-out;
}
.post-entry > .post-thumbnail > .post-thumbnail-link > .post-thumbnail-icon:hover {
  text-shadow: 0 0 15px #fff, 0 0 4px #000; transition: .2s all ease;
}


.post-entry > .post-info {
  text-align: justify;
  padding: 0px 8px 6px;
  background: #fff; color: #888;
  transition:.15s all ease;
}
.post-entry > .post-info > a {
  padding: 0 6px 0; margin-bottom: 10px; display:block;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  font-family: Tahoma,Arial,sans-serif;
  overflow: hidden; text-overflow: ellipsis;
  transition: 0.3s all ease-in-out;
  color: #888;
}
.post-entry > .post-info > a:hover {
  color: #72e804;
}
.post-entry > .post-info > .post-preview {
  display: none;
  padding-bottom: 10px; margin-top: 10px;
  font-size: 15px;
  min-height: 61px;
}
.post-entry > .post-info > .post-date {
  padding: 10px 0 0 0; margin: 0 0 0;
  color: #919aa0!important;
  font-size: 12px;
}

/** pagination **/
.paging-nav {
  background: rgba(255,255,255,.2);
  margin-bottom: 20px;
  padding: 4px 20px;
}
.paging-numpage {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  vertical-align: top;
  color: #454545; background: rgba(255,255,255,.7);
  padding: 6px 12px; margin: 0 2px;
  font-size: 13px; line-height: 20px;
  text-align: center;
  border: 1px solid #e3e3e3; border-radius: 4px;
  transition: .14s all ease-in;
}
.paging-numpage.show {
  display: block; float: left;
}
.paging-goto-first-post {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  transform: rotateZ(80deg);
  vertical-align: top;
  color: #454545; background: aliceblue;
  padding: 4px 6px 2px 5px; margin: 4px;
  font-size: 13px; line-height: 20px;
  text-align: center;
  border: 1px solid #e3e3e3; border-radius: 8px;
  transition: .4s border-radius 0s ease-in !important;
}
.paging-numpage.open, .paging-numpage:hover, .paging-goto-first-post:hover {
  display: inline-block;
  color: #fff; background-color: #027944;
  border-color: #027944;
  transition: .14s all ease-in;
}
