/*

Theme Name: Flatsome Child Theme

Theme URI: http://flatsome.uxthemes.com/

Description: This is a child theme for Flatsome

Author: UX Themes

Author URI: http: //www.uxthemes.com/

Template: flatsome

Version: 1.8

*/



@import url("../flatsome/css/foundation.css");



/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/



ul.header-nav li .nav-dropdown li a { padding: 3px 0; }

.featured-box h4 {
	text-transform: lowercase;
	font-size: 20px;
	position: absolute;
	width: 100%;
	bottom: 0%;
	background-color: #00aeef;
	line-height: 160px;
	vertical-align: middle;
	height: 100%;
	margin:0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}
.large-3:nth-child(even) .featured-box .box-inner h4{
	background-color: #ed018a;
	color:#FFF;	
}
.featured-box h4:hover { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0.0;
	/* Safari 1.x */
	-khtml-opacity: 0.0;
	/* Good browsers */
	opacity: 0.0;
  }

.featured-box .box-inner img.featured-img { margin-bottom: 0px; }


.featured-box h4 span { color:#FFF; font-size:1.5em; }
/* CAROUSEL */

.ux_banner .inner.animated { background-color:rgba(0,173,239,0.9); padding:1%;}


ul.header-nav li .nav-dropdown li {
	min-width: 163px;
}

.cat-header a img { width:100%; }