#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: 22px;
    padding: 10px 0; text-transform: uppercase}
  #wbpblogposts .posts {
     }
	 .blog-post {padding: 0 0px;}
    #wbpblogposts .posts .post {
      /*flex: 1 1 24%;
      max-width: 24%;*/
    
	  }
	   #wbpblogposts .owl-item{ padding: 0 7.5px; }
	   @media (max-width: 768px) { 
	    #wbpblogposts .owl-item{ padding: 0 1.5px; }
		#wbpblogposts  .tvall-product-wrapper-info-box{ padding: 0 8px 0 0px;}
		
	   }
	   
	   #wbpblogposts .owl-item:first-child{ padding-left: 0px; }
	   
	   @media (max-width: 768px) { 
	   #wbpblogposts .owl-item:first-child{ padding-left: 2px; }
	   }
	

      #wbpblogposts .posts .post .post-image {
        /*width: 105%;*/
        height: 230px;
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        display: block; 
		border-radius: 12px;
		
		}
		
        #wbpblogposts .posts .post .post-image .overlay {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.2);  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); border-radius:12px;}
      #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 5px; }
      #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: wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; 
		font-size: 17px;
		}
      #wbpblogposts .posts .post-outbound .post-link a {
        color: #333;
        font-style: italic; }
  .showall {
	   border: 1px solid #cccbcb;
  background: #e6e6e6;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  float: right;
   margin: 10px 8px 0 0;
  }
  .showall::after {content: ' →';}
 /* .post:nth-of-type(1) { margin-left: 0px; }
  .post:nth-of-type(2) { margin-left: 10px; }
  .post:nth-of-type(3) { margin-left: 10px; }
  .post:nth-of-type(4) { margin-left: 10px; }*/


@media(max-width: 768px) {
  /*.post {
    flex: 1 1 48% !important;
    max-width: 48% !important; 
  }
  .post:nth-of-type(1) { margin-left: 0px; }
  .post:nth-of-type(2) { margin-left: 10px; }
  .post:nth-of-type(3) { margin-left: 0px;  margin-bottom: 0px;}
  .post:nth-of-type(4) { margin-left: 10px;  margin-bottom: 0px;}*/
  
#wbpblogposts .posts .post .post-image {
   height: 190px;
}
}
@media(max-width: 559px) {
  .post {
    flex: 1 1 100% !important;
    max-width: 100% !important; 
  }
  #wbpblogposts .posts .post-outbound {
      font-size: 13px;
      }
  
  #wbpblogposts .posts .post-outbound .post-title { font-size: 13px; font-weight:400; text-transform: uppercase; min-height: 46px;} 
  
  .post:nth-of-type(1) {  overflow: visible;
  margin-left: -40px; /* przesunięcie o wartość stagePadding */
  padding-left: 20px; }
  .post:nth-of-type(2) { margin-left: 10px; }
  .post:nth-of-type(3) { margin-left: 0px;  margin-bottom: 0px;}
  .post:nth-of-type(4) { margin-left: 10px;  margin-bottom: 0px;}
  
#wbpblogposts .posts .post .post-image {
   height: 150px;
}
}
 

#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 */
