/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.top-menu .menu-smart > li > a{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.top-menu .menu-smart > li > a:hover{
	color:#FFFFFF;
	background-color:rgba(255,255,255,0.2);
}

#colophon .icon-box-left .fa-1x, .icon-box-right .fa-1x{
	line-height:1.8;
}

#colophon a{
	color:#FFFFFF;
}
#colophon a:hover{
	text-decoration:underline;
}

.owl-carousel-wrapper.style-metro .tmb-carousel{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.table-no-border table{
	border:none;
}

.table-no-border td, .table-no-border th{
	border:none;
	padding-left:0;
}

.table-no-border td{
	font-weight:400;
}

.tmb .t-entry p.t-entry-meta .t-entry-category{
	text-transform:initial;
	/*background-color:#006699;
	color:#FFFFFF !important;
	border-radius:4px;
	padding:0 4px;*/
}