.rpjc_widget_cat_recent_posts_slider .caption a {
  color: #fff; font-weight: bold; font-size: inherit;
}
.entry-content .widget-title {
  margin:0 0 4px 0; border-bottom: 4px solid rgb(99, 204, 2);
  /*-webkit-filter: drop-shadow(0 0 0 rgba(0,0,0,.4));
  -moz-filter: drop-shadow(0 0 0 rgba(0,0,0,.4));
  filter: drop-shadow(0 0 0 rgba(0,0,0,.4));*/
  position: relative;
  transition: .3s all ease;
}
.entry-content .widget-title::before {
  content: "";
  position: absolute; top:0; left:0;
  width: 100%; height: calc(100% + 4px); visibility:hidden; opacity:0;
  background: rgba(255,255,255,.3); transition: .4s all linear;
}
.entry-content .widget-title:hover::before {
  opacity: 1; visibility: visible;
  /*background: linear-gradient(to top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(to left top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);*/
}
.entry-content .widget-title:hover {
  /*-webkit-filter: drop-shadow(1px 0 4px rgba(0,0,0,.4));
  -moz-filter: drop-shadow(1px 0 4px rgba(0,0,0,.4));
  filter: drop-shadow(1px 0 2px rgba(0,0,0,.4));*/
  border-bottom-color: rgb(89, 194, 0);
}
.entry-content .widget-title > a { position:relative; display: inline-block; padding: 4px 0 2px 6px; color:#fff; }
.entry-content .widget-title > a:before {
  content:""; z-index: -1; position: absolute; top:0; left:0; width:100%; height:calc(100% + 4px);
  background: rgb(99, 204, 2);
}
.entry-content .widget-title:hover > a:before {
  background: rgb(89, 194, 0);
}
.entry-content .widget-title > a:after {
  content:""; z-index: -1; position: absolute; top:0; left:100%; width:0; height:0;
  border: 17px solid rgb(99, 204, 2);
  border-top-color: transparent;
  border-right-color: transparent;
}
.entry-content .widget-title:hover > a:after {
  border-left-color: rgb(89, 194, 0);
  border-bottom-color: rgb(89, 194, 0);
}
.hidden { opacity:0; visibility:hidden; height:0!important; padding:0!important; margin:0!important; }

.posts-container * {
  box-sizing: border-box;
}
.posts-container {
  box-sizing: border-box; padding: 0 10px; width: 100%;
}
.posts-container > .post-architect-style {
  position: relative;
  display: flex; flex-wrap: wrap; justify-content: space-around;
  width: 100%;
  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: #eee;
  position: absolute; top: -16.5px; left: 10px;
  display: none;
}
.post-entry {
  width: calc(33.33334% - 10px);
  padding: 5px; padding-bottom: 20px;
  position: relative; background: #fff;
  margin: 5px 5px 20px;
}
.post-entry:empty { padding-top:0; padding-bottom:0; }
.post-entry > .post-thumbnail {
  position: relative;
  width: 100%; height: 0;
  padding-top: 95%; margin-bottom: 0px;
  overflow: visible;
}
.post-entry:nth-child(3) > .post-thumbnail::before {
  content: attr(data-rand);
  font-size: 10px; color: #eee;
  position: absolute; top: 15px; right: -32px;
  transform: rotateZ(90deg);
  display: none;
}
.post-entry:nth-child(3) > .post-thumbnail::after {
  content: ""; position: absolute; top:0; right:-27px;
  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:hover > .post-thumbnail > .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:hover > .post-thumbnail > .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: center;
  padding: 0px 8px 6px;
  background: #fff; color: #888;
  transition:.15s all ease;
}
.post-entry > .post-info:hover {
  /*text-shadow: 1px 1px #aaa;*/
}
.post-entry > .post-info > a {
  padding: 4px 6px 0; margin-bottom: 10px; display:block;
  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: block;
  padding-bottom: 10px; margin-top: 10px;
  font-size: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.post-entry > .post-info > .post-date {
  padding: 10px 0 0 0; margin: 0 0 0;
  color: #919aa0!important;
  font-size: 12px;
}