<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wbpblogposts .anim-all-200 {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out; }

#wbpblogposts {
  width: 100%; }
  #wbpblogposts h3 {
    font-size: 20px;
    padding: 20px 0; }
  #wbpblogposts .posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    #wbpblogposts .posts .post {
      flex: 1 1 32.5%;
      max-width: 32.5%;
      margin-bottom: 15px;
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
      #wbpblogposts .posts .post .post-image {
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        display: block; }
        #wbpblogposts .posts .post .post-image .overlay {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.2); }
      #wbpblogposts .posts .post .more {
        position: absolute;
        left: 50%;
        top: 50px;
        color: #fff;
        font-size: 70px;
        font-weight: bold;
        transform: translateX(-50%) translateY(-50%);
        opacity: 0; }
    #wbpblogposts .posts .post:hover .overlay {
      background-color: rgba(255, 255, 255, 0); }
    #wbpblogposts .posts .post:hover .more {
      opacity: 1; }
    #wbpblogposts .posts .post-outbound {
      font-size: 14px;
      color: #333;
      padding: 10px; }
      #wbpblogposts .posts .post-outbound .post-date {
        color: #333;
        padding: 10px 0;
        letter-spacing: 2px; }
      #wbpblogposts .posts .post-outbound .post-title {
        color: #333;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; }
      #wbpblogposts .posts .post-outbound .post-link a {
        color: #333;
        font-style: italic; }

@media only screen and (max-width: 1024px) {
  /* phones */
  .post {
    flex: 1 1 100% !important;
    max-width: 100% !important; } }
@media only screen and (min-width: 1024px) {
  .post {
    flex: 1 1 32.5% !important;
    max-width: 32.5% !important; } }
#wbpblogposts.left-column .posts {
  display: block; }
  #wbpblogposts.left-column .posts .post {
    width: 100%;
    max-width: 100% !important; }
    #wbpblogposts.left-column .posts .post .post-outbound .post-title {
      overflow: auto;
      text-overflow: inherit;
      white-space: normal; }

/*# sourceMappingURL=front.css.map */
</pre></body></html>