/*
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
*/


.textshadow {
	text-shadow: 0px 2px 200px #000000;
}


.lawlink:hover {
	background-color: #4CAF50;
	transition: background-color .2s linear;
}

.lawlink:hover h2 {
	color: #fff;
}

.lawlink:hover p {
	color: #fff;
}

.lawcategory {
	color: #fff;
}


.grow { 
	transition: all .3s ease-in-out; 
}

.grow:hover { 
	transform: scale(1.05); 
}

.t-entry:hover{
	background-color: #F6FDF6;
	transition: background-color .2s linear;
}

.t-entry {
	padding: 10px;
}

.t-entry-cf-detail-200103 {
	font-size: 24px;
}


.t-entry-cf-detail-454733 a {
	color: #4CAF50;
	text-decoration: underline;
}


.t-entry-cf-detail-128342 {
	font-weight: bold;
	padding-top: 2em;
}

.t-entry-cf-detail-203191 {
	font-weight:bold;
}



