/*
 Theme Name:   Dante Child
 Template:     dante
*/

.portfolio-item.masonry-item .portfolio-item-details
{
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	padding: 25px 0px 0px;
	
}

.masonry-items .portfolio-item-details{
	background: #fff !important;
}

.share-links, .portfolio-options-bar, .related-projects, #breadcrumbs, .author-info-wrap{
display: none;

}

#copyright p{
	float: none;
	text-align: center;
}

nav .menu li.current-menu-item > a{
	color: #afbcba !important;
}

figure.animated-overlay:hover figcaption {
  transform: none;
  background-color: rgba(0,0,0,0.3);
}

/*
figure.animated-overlay i.ss-navigateright{
	display: none !important;
}
*/

figure.animated-overlay figcaption{
	background-image:none;
}

.masonry-gallery-item figure, .masonry-gallery-item figure img, .masonry-gallery-item figure figcaption, .masonry-gallery-item figure iframe{
	
	webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius: 0px !important;
}

figure.animated-overlay figcaption .thumb-info i{
	    background-color: rgba(0, 0, 0,0.0) !important;

}

figcaption .thumb-info-extended h4{
margin-top: -40px !important;
}

figcaption .thumb-info-extended h5{
margin-top: -15px !important;
}

#logo h1.standard, #logo h3.lucas-tagline, #logo h1.retina, #logo h3.lucas-tagline-retina{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	
}

#logo h3.lucas-tagline, #logo h3.lucas-tagline-retina{
	position: relative;
	top: -8px;
	color: #aaa;
}

#logo h3.lucas-tagline-retina{
	display: none;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

       	#logo h3.lucas-tagline{
       		display: none;
       	}
       	#logo h3.lucas-tagline-retina {
       		display: block;
       	}
}





