.workshop-img img {
    height: 50%;
    position: relative;
    left: -50px;
    animation: workshops-logo-ANIMATION 4s both ease-in-out;
}
.wpisy-conent .hentry:nth-child(odd) {
	background-color:    #e9e9eb;
/* 	-webkit-box-shadow: -1px 0px 10px 0px   #b4b5b5; 
box-shadow: -1px 0px 10px 0px   #b4b5b5; */
}
.hentry span {
	margin: 0 10px 10px 0;
	font-size: 12px;
}
.hentry p {
/* 	border-bottom: 1px solid orange; */
	margin-top: 10px;
	line-height: 20px;
	border-left: 1px solid orange;
	padding-left: 5px;
}
.hentry .author a, .comments a {
	color: grey;
}
.hentry .comments a {
	color: #f96909;
}
.hentry .comments::after {
	font-family: FontAwesome;
   content: "\";
	margin-left: 5px;
	color: #f96909;
}
.post-edit-link {
	color: grey;
}

@keyframes workshops-logo-ANIMATION {
	0% {
		left: -250px;
	}
	100% {
		left: 0;
	}
  }
@media screen and (max-width: 968px) { 
	.hentry span {
		font-size: 12px;
	}
}