/*
Theme Name: Redart Child
Template: redart
Version: 1.0
*/

/*.portfolio.type5 .image-overlay-details {
	padding: 15px 20px 20px!important;
}
.portfolio.type5 .image-overlay-details .categories {
    display: none;
}
.image-overlay-details h2 a {
    pointer-events: none;
	  font-size: 14px;
}
.image-overlay .links {
    display: flex;
    justify-content: center;
}
.portfolio.type5 .image-overlay .links a {
	  display: flex;	
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 768px) {
.portfolio.type5 .image-overlay .links a {
    width: 35px;
    height: 35px; 
    font-size: 18px;
	  margin-top: 10px;
}
}*/