/*
Theme Name:     Buildpress Child Theme
Theme URI:      http://www.proteusthemes.com
Description:    Child theme for the Buildpress
Author:         Primoz Cigler
Template:       buildpress
Version:        1.0
*/


/* add custom CSS code bellow */


.project__gallery a{
	position: relative;
	height: 416px;
}

.project__gallery_link img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.project__gallery_link img.active {
	z-index: 10;
}
.project__gallery_link img.last-active {
	z-index: 9;
}



.dl-bar {
	background-color: #eee;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 36px;
	line-height: 14px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}

.dl-button {
	font-family: "Montserrat",​Helvetica,​Arial,​sans-serif;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0px;
	line-height: 14px;
}

.dl-button a {
	font-family: "Montserrat",​Helvetica,​Arial,​sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #666;
	padding: 18px;
	border-bottom: 1px solid transparent;
	text-decoration: none;    
	backface-visibility: hidden;
	background: #eee none repeat scroll 0 0;
	display: inline-block;
	position: relative;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	vertical-align: middle;
}

.dl-button a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #b01000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.dl-button a:hover, dl-button a:focus, dl-button a:active {
	color: #666;
}

.dl-button a:hover:before, dl-button a:focus:before, dl-button a:active:before {
	transform: scaleY(1);
}