/**
* Theme Name: Interanio Child
* Description: This is a child theme of Interanio, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: interanio
* Version: 1.0.0
*/


/* Pozicioniranje elementa span naslova kod projekata, vezano za hover-wrap.js i funkciju u functions.php */
.wrap-last2 
{
  	display: block;
	align-items: center;
    flex-direction: column;
	font-weight: normal;
    font-style: italic;
    font-family: 'Libre Baskerville';
}
/* Reci iznad elementa span kod projekata kada se hoveruje */
.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1:hover .title a 
{
	display:block;
	font-weight: bold;
	font-family: 'Libre Baskerville';
}