/*
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
*/

.grid-wrapper .type-post .t-inside{
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
}

.grid-wrapper .type-post .t-entry-visual{
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.grid-wrapper .type-post .t-entry-text a{
	font-size: 20px;
	line-height: 24px;
}
.grid-wrapper .type-post .t-entry-text{
	background: #fff;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.grid-wrapper .type-post .t-entry-text hr{
	display: none;
}
