/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

#img-nav {
	-webkit-transition: all 0.5s;
	-webkit-filter: sepia(100%); /* Safari */    
	filter: sepia(100%);
}

#img-nav:hover {
	-webkit-filter: none !important; /*Returns to default state*/
	filter: none !important;
	opacity:1;
}

.x-promo {
	position: relative;
}

.x-promo .x-promo-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff !important;
	padding-bottom:0px;
	margin-bottom:-20px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */	
}

.x-promo-content h3, .x-promo-content h2, .x-promo-content h1  {
	color: #fff !important;
	margin-bottom:-5px;
	padding-bottom:0px;
	margin-top:0px;
}

.x-promo .x-promo-content a {
	color: #fff !important;
	font-weight: 800;
}

.x-promo .x-promo-content a:hover {
   color: #d8a05c !important;
}