.jtp-slider .uk-slider {
	box-shadow: none;
	outline: none;
}
.jtp-slider img {
    border-radius: 2px;
    box-shadow: 0 2px 3px #eee;
    height: 350px;
    object-fit: cover;
    object-position: left;
    width: 100%;
}
.jtp-slider .category {
    margin: 0 0 5px;
}
.jtp-slider .category a {
    color: #318fe8;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
}
.jtp-slider .category a:hover {
    color: #323232;
    transition: all .4s ease;
}
.jtp-slider .post-info h4 {
	color: #555;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}
.jtp-slider .text {
    color: #626262;
    font-size: 14px;
    font-weight: 300;
    margin: 50px 0 0;
}
.jtp-slider .day {
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
}
.jtp-slider .month-year {
    border-bottom: 4px double #ddd;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    vertical-align: top;
    margin: 13px 0 0 5px;
    position: relative;
}
.jtp-slider .uk-slidenav {
	color: #c3c3c3;
	transition: all .4s ease;
}
.jtp-slider .uk-slidenav:hover {
	color: #555;
	transition: all .4s ease;
}
.jtp-slider .uk-slidenav-previous {
    margin-right: 50px;
}


.jtp-grid .uk-grid {
	margin: 0 -10px;
}
.jtp-grid .uk-grid > * {
	padding: 0 10px 20px;
}
.jtp-grid .post-item {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 14px #ddd;
}
.jtp-grid .post-item .uk-grid {
    margin: 0;
}
.jtp-grid .post-item .uk-inline {
	height: 300px;
	width: 100%;
}
.jtp-grid .post-item img {
	border-radius: 3px;
	height: 300px;
	object-fit: cover;
	width: 100%;
}
.jtp-grid .post-item .uk-overlay-primary {
	background: -moz-linear-gradient(top, rgba(6,10,31,0.05) 0%, rgba(16,23,41,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,10,31,0.05) 0%,rgba(16,23,41,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,10,31,0.05) 0%,rgba(16,23,41,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 3px;
}
.jtp-grid .post-item .uk-overlay {
    border-radius: 0 0 3px 3px;
    overflow: visible;
	padding: 20px;
}
.jtp-grid .post-item .post-title {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 10px;
}
.jtp-grid .post-item .post-title a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: all .4s ease;
}
.jtp-grid .post-item .post-title a:hover {
	color: #fff;
	transition: all .4s ease;
}
.jtp-grid .post-item .post-date {
	background: rgba(0, 0, 0, 0.55);
	border-radius: 5px;
    bottom: 235px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 300;
    padding: 10px 10px 3px;
    position: absolute;
    text-align: center;
}
.jtp-grid .post-item .date-day {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 10px;
}
.jtp-grid .post-item .date-month {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 8px;
}

.jtp-list .post-item {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px #e5e5e5;
    margin: 0 0 16px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
.jtp-list .post-item .uk-grid {
    margin: 0;
}
.jtp-list .post-item .uk-width-1-5 {
    border-right: 2px solid #e5e5e5;
    width: 20%;
    text-align: center;
    padding: 0 20px;
}
.jtp-list .post-item .uk-width-4-5 {
    width: 80%;
    padding: 0 20px;
}
.jtp-list .post-title {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.jtp-list .post-title a {
    color: #222;
    text-decoration: none;
    transition: all .4s ease;
}
.jtp-list .post-title a:hover {
    color: #bb6795;
    transition: all .4s ease;
}
.jtp-list .post-date {
	color: #514b75;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}
.jtp-list .post-date > * {
    display: block;
}
.jtp-list .date-day {
	position: absolute;
	left: -5px;
	top: 14px;
}
.jtp-list .date-day .fas {
    color: #bb6795;
	font-size: 34px;
	opacity: 0.15;
	transform: rotate(-20deg);
}

@media (max-width: 767px) {
	.jtp-list .post-item .uk-width-1-5 {
		border: 0;
		text-align: left;
		width: 100%;
	}
	.jtp-list .post-date {
		padding-left: 20px;
		text-align: left;
	}
	.jtp-list .post-item .uk-width-4-5 {
		width: 100%;
	}
	.jtp-list .post-title {
		padding-left: 20px;
	}
}