.uk-overlay-bottom {
	padding: 15px;
}

.more-link {
    float: right;
    font-size: 14px;
    padding: 5px 0;
}

.more-link i {
	padding-left: 5px;
}

.jt-posts-box {
	margin: 0 !important;
}

.jt-posts-box figcaption a {
	color: rgba(255, 255, 255, 0.95) !important;
	text-decoration: none !important;
	transition: color .4s ease;
}

.jt-posts-box figcaption a:hover {
	color: #fff !important;
	transition: color .4s ease;
}

.jt-posts-box figcaption p {
	margin: 0;
}

.jt-posts-box .meta-box {
	font-size: 12px;
	padding-top: 10px;
}

.jt-posts-box .meta-box .comments {
    padding-right: 10px;
}

.jt-posts-box .meta-box .comments i {
	padding-right: 5px;
}

.jt-posts-box .meta-box .date {
    padding-right: 10px;
}

/* ***** LISTS ****** */

/* ----- Default List ----- */
.default-list .uk-overlay {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.65) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.58) 0%,rgba(0,0,0,0.65) 100%); 
	background: linear-gradient(to bottom,  rgba(0, 0, 0, 0.58) 0%,rgba(0,0,0,0.65) 100%);
	padding: 20px;
}

.posts-showcase-links p {
	padding: 8px 10px 8px;
	margin: 0;
	font-size: 14px;
}

.posts-showcase-links i {
	padding-right: 6px;
}

.default-list .uk-inline {
	height: 400px;
}
.default-list .post-item img {
	height: 400px;
    width: 100%;
    object-fit: cover;
}
.default-list .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.default-list .content {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
}
.default-list .post-info {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
.default-list .post-info span {
	margin: 0 14px 0 0;
}
.default-list .post-info i {
	margin: 0 5px 0 0;
}

.headlines-title {
	position: relative;
    margin: 0 0 8px;
    padding: 0 0 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.headlines-title:before {
    content: '';
    position: absolute;
    background: #b9b9b9;
    width: 60px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 3px;
}



/* ----- Default 2 List ----- */
.default-2 {
	padding: 0 !important;
}
.default-2 .post-item {
	background: #fff;
}
.default-2 .uk-overlay {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	font-size: 12px;
	padding: 20px;
}
.default-2 .uk-inline a {
	display: block;
	height: 463px;
}
.default-2 img {
	height: 463px;
	object-fit: cover;
	width: 100%;
}
.default-2 .post-title {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 20px;
}
.default-2 .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.default-2 .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.default-2 .content {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    padding: 0 20px 15px;
}

.default-2-list {
    position: relative;
}
.default-2-list .post-item {
	background: #fff;
	margin: 0 0 10px;
	position: relative;
}
.default-2-list .post-img {
    display: inline-block;
    padding-right: 0;
}
.default-2-list .post-img a {
	display: block;
	height: 100px;
	margin: 0;
}
.default-2-list .uk-width-3-4 {
	padding: 5px 15px;
}
.default-2-list .uk-width-1-4 a {
	display: block;
	height: 135px;
}
.default-2-list img {
    width: 140px;
    height: 135px;
    object-fit: cover;
}
.default-2-list .date {
	position: absolute;
	font-size: 12px;
	top: 0;
	left: 0;
	padding: 6px 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.default-2-list .date i {
	margin: 0 5px 0 0;
}

.default-2 .date {
	padding-right: 8px;
}
.default-2 .category {
	font-style: italic;
	padding-right: 8px;
}
.default-2 .comments {
	padding-left: 8px;
}

.default-2-list .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.default-2-list .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.default-2-list .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.default-2-list .post-content {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0 0;
}
.default-2-list .post-info {
	color: #626262;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.default-2-list .post-info span {
	margin: 0 14px 0 0;
}
.default-2-list .post-info i {
	margin: 0 5px 0 0;
}


/* ---- Small List - Rounded Image ---- */

.showcase-small-list-rounded-img .post-item {
	background: #fff;
    margin: 0 0 10px !important;
}
.showcase-small-list-rounded-img .uk-width-1-5 {
	padding: 20px;
	text-align: center;
}
.showcase-small-list-rounded-img .uk-width-4-5 {
	padding: 20px 20px 20px 0;
}
.showcase-small-list-rounded-img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
}
.showcase-small-list-rounded-img .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.showcase-small-list-rounded-img .content {
	font-size: 13px;
	font-weight: 300;
	margin: 5px 0 30px;
}
.showcase-small-list-rounded-img .post-info {
	color: #626262;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.showcase-small-list-rounded-img .post-info span {
	margin: 0 14px 0 0;
}
.showcase-small-list-rounded-img .post-info i {
	margin: 0 5px 0 0;
}

 


/* ----- Headlines ----- */

.headline-row {
    background: #fff;
    padding: 15px 0
    margin: 0;
    border-bottom: 1px solid #f9f9f9;
}
.headline-row:last-child {
    border: 0;
    margin-bottom: -20px;
}
.headline-row .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.headline-row .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.headline-row .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.headline-row .content {
	font-size: 13px;
	font-weight: 300;
	margin: 5px 0 12px;
}
.headline-row .post-info {
	color: #888;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.headline-row .post-info span {
	margin: 0 14px 0 0;
}
.headline-row .post-info i {
	margin: 0 5px 0 0;
}



/* ----- Numbered Headlines ----- */
.numbered-headlines .post-item {
	background: #fff;
	margin: 0 0 10px !important;
}
.numbered-headlines .number {
    font-size: 50px;
    color: #e6e6e6;
    line-height: 50px;
    opacity: 0.9;
    margin: 10px 0 0;
}
.numbered-headlines .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 10px 0;
}
.numbered-headlines .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.numbered-headlines .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.numbered-headlines .post-info {
	color: #727272;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 10px;
}
.numbered-headlines .post-info span {
	margin: 0 14px 0 0;
}
.numbered-headlines .post-info i {
	margin: 0 5px 0 0;
}



/* ----- Large Image ----- */
.showcase-large-image .recent-post {
	margin-bottom: 15px;
}
.showcase-large-image .recent-post .uk-inline {
	height: 250px;
}
.showcase-large-image .recent-post img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.showcase-large-image .recent-post .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
}
.showcase-large-image .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 auto;
}
.showcase-large-image .content {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
	padding: 0;
}
.showcase-large-image  .post-info {
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.showcase-large-image .post-info span {
	margin: 0 14px 0 0;
}
.showcase-large-image .post-info i {
	margin: 0 5px 0 0;
}
.showcase-large-image .posts-showcase-links .post-item {
	background: #fff;
	margin: 0 0 10px;
}
.showcase-large-image .posts-showcase-links .uk-width-2-3 {
	padding: 15px;
}
.showcase-large-image .posts-showcase-links .uk-width-1-3 a {
	display: block;
	height: 150px;
}
.showcase-large-image .posts-showcase-links img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}


/* ----- List ----- */
.showcase-list .post-item {
	background: #fff;
	margin: 0 0 10px !important;
	position: relative;
}
.showcase-list .uk-width-1-4 {
	padding: 0;
}
.showcase-list .uk-width-3-4 {
	padding: 10px 20px
}
.showcase-list .post-image {
	display: block;
	height: 180px;
}
.showcase-list .post-image img {
	height: 180px;
	width: 100%;
	object-fit: cover;
}
.showcase-list .post-info .date {
    margin: 0;
    padding: 9px 15px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    left: 0;
}
.showcase-list .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px;
	position: relative;
}
.showcase-list .post-title:before {
    position: absolute;
    content: '';
    background: #d8d8d8;
    width: 50px;
    height: 2px;
    top: -9px;
    left: 0;
}
.showcase-list .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.showcase-list .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.showcase-list .content {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}
.showcase-list .post-info {
	color: #727272;
    font-size: 12px;
    font-weight: 300;
}
.showcase-list .post-info span {
	margin: 0 14px 0 0;
}
.showcase-list .post-info i {
	margin: 0 5px 0 0;
}


/* ---- List - Rounded Image ---- */
.showcase-list-rounded-img .post-item {
	background: #fff;
	margin: 0 0 10px !important;
	position: relative;
}
.showcase-list-rounded-img .uk-width-1-4 {
	padding: 20px;
}
.showcase-list-rounded-img .uk-width-3-4 {
	padding: 20px 20px 20px 0;
}
.showcase-list-rounded-img img {
    border-radius: 50%;
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.showcase-list-rounded-img .post-image {
    display: block;
    height: 180px;
}
.showcase-list-rounded-img .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.showcase-list-rounded-img .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.showcase-list-rounded-img .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.showcase-list-rounded-img .post-info {
	color: #626262;
	font-size: 12px;
	font-weight: 300;
	margin: 5px 0 30px;
}
.showcase-list-rounded-img .post-info span {
	margin: 0 14px 0 0;
}
.showcase-list-rounded-img .post-info i {
	margin: 0 5px 0 0;
}
.showcase-list-rounded-img .content {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}


/* ----- List 2 ----- */

.showcase-list-2 .posts-showcase-items .post-item {
	position: relative;
	padding: 0;
	background: #fff;
	margin: 0 0 10px;
	border: 1px solid #f0f0f0;
}
.showcase-list-2 .uk-width-1-4 {
	padding: 0;
}
.showcase-list-2 .post-image {
	display: block;
	height: 150px;
}
.showcase-list-2 .post-image img {
	height: 150px;
	width: 100%;
	object-fit: cover;
}
.showcase-list-2 .uk-width-3-4 {
	padding: 20px;
}
.showcase-list-2 .posts-showcase-items .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 20px;
}
.showcase-list-2 .post-info {
	font-size: 12px;
	font-weight: 300;
	margin: 30px 0 0;
	overflow: auto;
}
.showcase-list-2 .post-info i {
	margin: 0 5px 0 0;
}
.showcase-list-2 .post-info .date {
    float: left;
}
.showcase-list-2 .post-info .comments {
    float: right;
}
.showcase-list-2 .content {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.showcase-list-2 .category {
    font-size: 12px;
    position: absolute;
    background: #f9f9f9;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    padding: 8px 15px;
    color: #337ab7;
    right: 0;
    top: 0;
}



/* ----- Small List ----- */
.showcase-small-list .post-item {
	background: #fff;
	margin: 0 0 10px;
}
.showcase-small-list .post-image {
	height: 150px;
	display: block;
}
.showcase-small-list .post-image img {
	height: 150px;
	width: 100%;
	object-fit: cover;
}
.showcase-small-list .uk-width-3-4 {
	padding: 20px;
}
.showcase-small-list .post-info {
	color: #888;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 30px;
}
.showcase-small-list .post-info span {
	margin: 0 14px 0 0;
}
.showcase-small-list .post-info i {
	margin: 0 5px 0 0;
}
.showcase-small-list .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 5px;
}
.showcase-small-list .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.showcase-small-list .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.showcase-small-list .content {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}




/* ----- Overlay Title ----- */
.showcase-overlay-title ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.showcase-overlay-title li {
	margin-bottom: 20px;
}
.showcase-overlay-title li:last-child {
	margin: 0;
}
.showcase-overlay-title .uk-inline {
	width: 100%;
	height: 300px;
}
.showcase-overlay-title img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.showcase-overlay-title .uk-overlay {
    background: rgba(251, 251, 251, 0.95);
    color: #555;
    text-align: center;
    padding: 20px;
    margin: 0 25px;
    font-size: 14px;
}
.showcase-overlay-title .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.showcase-overlay-title .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.showcase-overlay-title .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.showcase-overlay-title .content {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
}
.showcase-overlay-title .post-info {
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.showcase-overlay-title .post-info span {
	margin: 0 14px 0 0;
}
.showcase-overlay-title .post-info i {
	margin: 0 5px 0 0;
}



/* ***** Slidesets ****** */

/* ----- Default Slideset ----- */
.slideset-default .post-item {
	background: #fff;
}
.slideset-default img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.slideset-default .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 10px 20px 0;
}
.slideset-default .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.slideset-default .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.slideset-default .content {
	color: #555;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	padding: 10px 20px;
}
.slideset-default .post-info {
	color: #727272;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	padding: 20px;
}
.slideset-default .post-info span {
	margin: 0 14px 0 0;
}
.slideset-default .post-info i {
	margin: 0 5px 0 0;
}



/* ---- Default - Rounded Image ---- */
.slideset-default-rounded-img .post-item {
	background: #fff;
	padding: 20px;
	text-align: center;
}
.slideset-default-rounded-img img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
}
.slideset-default-rounded-img .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 20px 0 0;
}
.slideset-default-rounded-img .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.slideset-default-rounded-img .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.slideset-default-rounded-img .content {
	color: #555;
	font-size: 13px;
	font-weight: 300px;
	margin: 10px 0;
}
.slideset-default-rounded-img .post-info {
	border-top: 1px solid #f9f9f9;
	color: #727272;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	padding: 10px 0 0;
}
.slideset-default-rounded-img .post-info span {
	margin: 0 14px 0 0;
}
.slideset-default-rounded-img .post-info i {
	margin: 0 5px 0 0;
}


/* ----- Small Slideset ----- */
.small-slideset .uk-inline {
	height: 240px;
}
.small-slideset img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.small-slideset .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
	margin: 10px;
}
.small-slideset .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.small-slideset .content {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
}
.small-slideset .post-info {
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.small-slideset .post-info span {
	margin: 0 14px 0 0;
}
.small-slideset .post-info i {
	margin: 0 5px 0 0;
}


/* ---- Slideset - Large Image ---- */
.slideset-large-image .post-item {
	position: relative;
}
.slideset-large-image .uk-inline {
	height: 340px;
}
.slideset-large-image img {
	height: 340px;
	width: 100%;
	object-fit: cover;
}
.slideset-large-image .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
}
.slideset-large-image .post-info {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.slideset-large-image .post-info span {
	margin: 0 14px 0 0;
}
.slideset-large-image .post-info i {
	margin: 0 5px 0 0;
}
.slideset-large-image .content {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0 0;
}
.slideset-large-image .post-title {
	background: #318fe8;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 6px 20px;
	position: absolute;
	top: 20px;
	left: 0;
	max-width: 80%;
	border-radius: 0 2px 2px 0;
}
.slideset-large-image .post-title a {
	color: rgba(255, 255, 255, 0.85);
	transition: all .4s ease;
}
.slideset-large-image .post-title a:hover {
	color: #fff;
	transition: all .4s ease;
}


/* ----- Large Slideset ----- */
.large-slideset .uk-inline {
	height: 280px;
}
.large-slideset img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.large-slideset .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
}
.large-slideset .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.large-slideset .content {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
}
.large-slideset .post-info {
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.large-slideset .post-info span {
	margin: 0 14px 0 0;
}
.large-slideset .post-info i {
	margin: 0 5px 0 0;
}



/* ----- Slideset Content Hover ----- */
.slideset-content-hover .uk-inline {
	height: 300px;
}
.slideset-content-hover img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.slideset-content-hover .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
	margin: 10px;
}
.slideset-content-hover .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.slideset-content-hover .post-info {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 300;
	margin: 5px 0 0;
}
.slideset-content-hover .post-info span {
	margin: 0 14px 0 0;
}
.slideset-content-hover .post-info i {
	margin: 0 5px 0 0;
}
.slideset-content-hover .content {
	display: none;
	font-size: 13px;
	font-weight: 300;
	margin: 20px 0 0;
	transition: all .4s ease;
}
.slideset-content-hover .uk-inline:hover .content {
	display: block;
	transition: all .4s ease;
}




/* ----- Slideset Category ----- */
.slideset-category .post-item {
	background: #fff;
}
.slideset-category .uk-inline {
	height: 180px;
}
.slideset-category img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.slideset-category .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 14px 20px;
}
.slideset-category .post-info {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.slideset-category .post-info span {
	margin: 0 14px 0 0;
}
.slideset-category .post-info i {
	margin: 0 5px 0 0;
}
.slideset-category .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 20px 20px 10px;
}
.slideset-category .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.slideset-category .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.slideset-category .content {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	padding: 0 20px 20px;
}




/* ----- Slideset Category Hover ----- */
.slideset-category-hover .post-item {
	position: relative;
}
.slideset-category-hover .uk-inline {
	height: 280px;
}
.slideset-category-hover img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.slideset-category-hover .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
	margin: 10px;
}
.slideset-category-hover .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.slideset-category-hover .content {
	display: none;
	font-size: 13px;
	font-weight: 300;
	margin: 15px 0;
}
.slideset-category-hover .uk-inline:hover .content {
	display: block;
}
.slideset-category-hover .post-info {
	position: absolute;
	background: rgba(48, 48, 48, 0.85);
	color: rgba(255, 255, 255, 0.8);
	padding: 8px 20px;
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	display: block;
	top: 10px;
	right: 10px;
	left: 10px;
}
.slideset-category-hover .post-info span {
	margin: 0 12px 0 0;
}
.slideset-category-hover .post-info i {
	margin: 0 5px 0 0;
}




/* ----- Slideset Hover Color ----- */

.slideset-hover-color .uk-grid {
	margin: 0;
}

.slideset-hover-color .uk-grid > * {
	padding: 0 8px;
}

.slideset-hover-color figure {
	position: relative;
    border: 1px solid #f5f5f5;
}

.slideset-hover-color img {
    height: 155px;
    width: 100%;
}

.slideset-hover-color figure .category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #4aa9ce;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
}

.slideset-hover-color figure p {
	margin: 0;
}

.slideset-hover-color figure .title {
	padding: 12px 15px;
	font-size: 14px;
}

.slideset-hover-color figure .post-content {
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 50px 15px 0;
	font-size: 13px;
	display: none;
    background: #4aa9ce;
    color: #fff;
}

.slideset-hover-color figure .post-content a {
	color: #fff !important;
}

.slideset-hover-color figure .post-content span {
	color: #fff;
}

.slideset-hover-color .date {
    position: absolute;
    bottom: 12px;
    left: 15px;
}

.slideset-hover-color .comments {
    position: absolute;
    bottom: 12px;
    right: 15px;
}

.slideset-hover-color .comments i {
    padding-right: 5px;
}

.slideset-hover-color figure:hover .post-content {
	display: block;
}



/* ----- Minimal Slideset ----- */
.minimal-slideset .post-item {
	background: #fff;
}
.minimal-slideset .post-item .uk-width-1-3 a {
	display: block;
	height: 140px;
}
.minimal-slideset .post-item .uk-width-2-3 {
	padding: 20px;
}
.minimal-slideset img {
	width: 100%;
    height: 140px;
    object-fit: cover;
}
.minimal-slideset .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.minimal-slideset .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.minimal-slideset .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.minimal-slideset .content {
	color: #555;
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
}
.minimal-slideset .post-info {
	color: #727272;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.minimal-slideset .post-info span {
	margin: 0 14px 0 0;
}
.minimal-slideset .post-info i {
	margin: 0 5px 0 0;
}



/* ***** Grids ****** */

/* ----- Grid ----- */
.grid-small .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
	margin: 15px;
}
.grid-small .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.grid-small .content {
	font-size: 13px;
	font-weight: 300;
	margin: 12px 0;
}
.grid-small .post-info {
	position: absolute;
	bottom: 15px;
}



/* ----- Grid Large Image ----- */
.grid-large-image .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
}
.grid-large-image img {
    display: block;
	width: 100%;
    height: 460px;
	object-fit: cover;
}
.grid-large-image .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px;
}
.grid-large-image .post-content {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.grid-large-image .post-info {
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 10px;
}
.grid-large-image .post-info span {
	margin: 0 14px 0 0;
}
.grid-large-image .post-info i {
	margin: 0 5px 0 0;
}


.grid-small-image img {
    display: block;
	width: 100%;
    height: 215px;
    object-fit: cover;
}
.grid-small-image .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
}
.grid-small-image .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px;
}
.grid-small-image .post-content {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.grid-small-image .post-info {
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 10px;
}
.grid-small-image .post-info span {
	margin: 0 14px 0 0;
}
.grid-small-image .post-info i {
	margin: 0 5px 0 0;
}




/* ----- Grid with hover color ----- */
.grid-hover-color .post-item {
	background: #fff;
	position: relative;
}
.grid-hover-color .uk-inline {
	position: relative;
}
.grid-hover-color .uk-inline a {
	display: block;
	height: 200px;
}
.grid-hover-color img {
    height: 200px;
	object-fit: cover;
    width: 100%;
}

.grid-hover-color .post-category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #4aa9ce;
    color: #fff;
    padding: 8px 15px;
    margin: 0;
    font-size: 12px;
}

.grid-hover-color .uk-inline p {
	margin: 0;
}

.grid-hover-color .uk-inline .uk-overlay {
	font-size: 13px;
	display: none;
    background: #4aa9ce;
	padding: 50px 20px 20px;
}
.grid-hover-color .uk-inline:hover .uk-overlay {
	display: block;
}

.grid-hover-color .uk-inline .post-content {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	font-weight: 300;
}

.grid-hover-color .uk-inline .post-info {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	padding: 20px 0 0;
}
.grid-hover-color .post-info span {
	margin: 0 20px 0 0;
}
.grid-hover-color .post-info i {
	margin: 0 5px 0 0;
}
.grid-hover-color .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 10px 15px;
}
.grid-hover-color .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.grid-hover-color .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}



/* ----- Grid Space ----- */
.grid-small-space .uk-overlay {
	background: rgba(51, 51, 51, 0.85);
	padding: 20px;
}
.grid-small-space .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}
.grid-small-space .content {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}
.grid-small-space .post-info {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 15px 0 0;
}
.grid-small-space .post-info span {
    margin: 0 20px 0 0;
}
.grid-small-space .post-info .comments {
    float: right;
    margin: 0;
}
.grid-small-space .post-info i {
    margin: 0 5px 0 0;
}
.grid-small-space .category {
	position: absolute;
	top: 18px;
	left: 0;
	background: #318fe8;
	padding: 5px 15px;
	font-size: 13px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
	transition: color .3s ease;
}
.grid-small-space .category i {
	margin: 0 5px 0 0;
}
.grid-small-space img {
    display: block;
	width: 100%;
    height: 320px;
    object-fit: cover;
}


.grid-small-space-2 .uk-overlay {
	background: rgba(51, 51, 51, 0.85);
	padding: 20px;
}
.grid-small-space-2 .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}
.grid-small-space-2 .content {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}
.grid-small-space-2 .post-info {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 15px 0 0;
}
.grid-small-space-2 .post-info span {
    margin: 0 14px 0 0;
}
.grid-small-space-2 .post-info i {
    margin: 0 5px 0 0;
}
.grid-small-space-2 img {
    display: block;
	width: 100%;
    height: 320px;
    object-fit: cover;
}


/* ----- Grid Three Columns ----- */
.grid-three-columns .post-item {
	background: #fff;
}
.grid-three-columns .post-image {
	display: block;
	height: 200px;
}
.grid-three-columns img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.grid-three-columns .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 20px 20px 5px;
}
.grid-three-columns .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.grid-three-columns .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.grid-three-columns .post-info {
	color: #888;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	padding: 0 20px;
}
.grid-three-columns .post-info span {
	margin: 0 14px 0 0;
}
.grid-three-columns .post-info span span {
	margin: 0 5px 0 0;
}
.grid-three-columns .post-content {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	padding: 20px;
}



/* ----- Unordered Grid ----- */
.unordered-grid .post-item {
    background: #fff;
}
.unordered-grid img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.unordered-grid .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 15px 20px 0;
}
.unordered-grid .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.unordered-grid .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.unordered-grid .content {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding: 10px 20px;
}
.unordered-grid .post-info {
    border-top: 1px solid #f9f9f9;
    color: #626262;
    font-size: 12px;
    font-weight: 300;
    margin: 10px 0 0;
    padding: 10px 20px;
}
.unordered-grid .post-info span {
    margin: 0 14px 0 0;
}
.unordered-grid .post-info i {
    margin: 0 5px 0 0;
}



/* ----- Grid Headlines ----- */
.grid-headlines .post-item {
	background: #fff;
}
.grid-headlines .post-image {
	display: block;
	height: 200px;
}
.grid-headlines img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.grid-headlines .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}
.grid-headlines .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.grid-headlines .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.grid-headlines .content {
    color: rgba(24, 24, 24, 0.65);
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 0;
}
.grid-headlines .post-info {
    color: #727272;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 20px;
}
.grid-headlines .post-info span {
    margin: 0 20px 0 0;
}
.grid-headlines .post-info i {
    margin: 0 5px 0 0;
}
.grid-headlines .post-content {
	padding: 20px;
}


/* ---- Grid - Rounded Image */
.grid-rounded-img .post-item {
	background: #fff;
	padding: 10px;
}
.grid-rounded-img .uk-grid {
    margin: 0;
}

.grid-rounded-img .uk-grid > * {
    padding: 0 8px;
}

.grid-rounded-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.grid-rounded-img .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.grid-rounded-img .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.grid-rounded-img .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.grid-rounded-img .post-content {
	font-size: 13px;
	font-weight: 300;
	margin: 8px 0 12px;
}
.grid-rounded-img .post-info {
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.grid-rounded-img .post-info span {
	margin: 0 14px 0 0;
}
.grid-rounded-img .post-info i {
	margin: 0 5px 0 0;
}


/* ----- Grid Overlay Title ----- */
.grid-overlay-title figure {
	width: 100%;
	height: 300px;
}
.grid-overlay-title img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.grid-overlay-title .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	margin: 10px 10px 14px;
	padding: 20px;
}
.grid-overlay-title .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.grid-overlay-title .post-content {
	display: none;
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
	transition: all .4s ease;
}
.grid-overlay-title .uk-inline:hover .post-content {
	display: block;
	transition: all .4s ease;
}
.grid-overlay-title .post-info {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
.grid-overlay-title .post-info span {
	margin: 0 14px 0 0;
}
.grid-overlay-title .post-info i {
	margin: 0 5px 0 0;
}



/* ----- Grid Overlay Content ----- */
.grid-overlay-content .uk-inline {
	width: 100%;
	height: 290px;
}
.grid-overlay-content img {
	width: 100%;
    height: 290px;
    object-fit: cover;
}
.grid-overlay-content .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	margin: 10px;
	padding: 20px;
}
.grid-overlay-content .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.grid-overlay-content .post-content {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0 20px;
}
.grid-overlay-content .post-info {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.grid-overlay-content .post-info span {
	margin: 0 14px 0 0;
}
.grid-overlay-content .post-info i {
	margin: 0 5px 0 0;
}



/* ----- Grid top-bottom ----- */
.grid-top-bottom .post-item {
	background: #fff;
}
.grid-top-bottom img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.grid-top-bottom .post-content {
	padding: 20px;
	position: relative;
}
.grid-top-bottom .post-content:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    top: -15px;
    left: 12px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
.grid-top-bottom .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.grid-top-bottom .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.grid-top-bottom .content {
	color: #555;
	font-size: 13px;
	font-weight: 300;
	margin: 15px 0;
}
.grid-top-bottom .post-info {
	color: #888;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.grid-top-bottom .post-info span {
	margin: 0 14px 0 0;
}
.grid-top-bottom .post-info i {
	margin: 0 5px 0 0;
}


/* ----- Grid left-right ----- */
.grid-left-right .uk-inline {
	height: 280px;
}
.grid-left-right img {
	height: 280px;
	object-fit: cover;
	width: 100%;
}
.grid-left-right .uk-overlay {
	background: rgba(48, 48, 48, 0.85); 
	margin: 5px;
	padding: 20px;
}
.grid-left-right .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.grid-left-right .post-content {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 300;
}
.grid-left-right .post-info {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.grid-left-right .post-info span {
	margin: 0 14px 0 0;
}
.grid-left-right .post-info i {
	margin: 0 5px 0 0;
}


/* ----- Minimal Grid ----- */
.minimal-grid .post-item {
	background: #fff;
}
.minimal-grid .post-item .uk-width-2-3 {
	padding: 15px;
}
.minimal-grid .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.minimal-grid .content {
	font-size: 13px;
	font-weight: 300;
	margin: 12px 0;
}
.minimal-grid .post-info {
	color: #888;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.minimal-grid .post-info span {
	margin: 0 14px 0 0;
}
.minimal-grid .post-info i {
	margin: 0 5px 0 0;
}
.minimal-grid .post-item .uk-width-1-3 a {
	display: block;
	height: 155px;
}
.minimal-grid img {
	width: 100px;
    height: 155px;
    object-fit: cover;
}




/* === Grid - 2 columns === */
.grid-two-columns .post-item {
	background: #fff;
}
.grid-two-columns .post-image {
	display: block;
	height: 180px;
}
.grid-two-columns img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.grid-two-columns .post-item .uk-width-1-2:last-child {
	padding: 20px;
}
.grid-two-columns .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.grid-two-columns .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.grid-two-columns .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.grid-two-columns .content {
	color: #555;
	font-size: 13px;
	font-weight: 300;
}
.grid-two-columns .post-info {
	color: #727272;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.grid-two-columns .post-info span {
	margin: 0 14px 0 0;
}
.grid-two-columns .post-info i {
	margin: 0 5px 0 0;
}



/* === Grid - Flip Content === */
.grid-flip-content .uk-inline {
	height: 220px;
}
.grid-flip-content img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.grid-flip-content .uk-overlay {
    background: rgba(255, 255, 255, 0.95);
    display: none;
    padding: 20px;
}
.grid-flip-content .uk-inline:hover .uk-overlay {
    display: block;
}
.grid-flip-content .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
}
.grid-flip-content .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.grid-flip-content .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.grid-flip-content .content {
    color: rgba(24, 24, 24, 0.65);
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 0;
}
.grid-flip-content .post-info {
    color: #727272;
    font-size: 12px;
    font-weight: 300;
}
.grid-flip-content .post-info span {
    margin: 0 20px 0 0;
}
.grid-flip-content .post-info i {
    margin: 0 5px 0 0;
}


/* === Grid - Flip Content 2 === */

.grid-flip-content-2 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.grid-flip-content-2 .uk-overlay {
    background: rgba(24, 24, 24, 0.8);
    display: none;
    margin: 5px;
    padding: 20px;
}
.grid-flip-content-2 .uk-inline:hover .uk-overlay {
    display: block;
}
.grid-flip-content-2 .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
}
.grid-flip-content-2 .content {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 0;
}
.grid-flip-content-2 .post-info {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
.grid-flip-content-2 .post-info span {
    margin: 0 20px 0 0;
}
.grid-flip-content-2 .post-info i {
    margin: 0 5px 0 0;
}



/* ----- Grid Overlay ----- */
.showcase-grid-overlay .uk-inline {
	height: 230px;
}
.showcase-grid-overlay img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.showcase-grid-overlay .uk-overlay {
    background: rgba(251, 251, 251, 0.9);
    text-align: center;
    padding: 20px;
    margin: 0 25px;
}
.showcase-grid-overlay .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.showcase-grid-overlay .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.showcase-grid-overlay .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.showcase-grid-overlay .post-content {
	color: #727272;
	display: none;
	font-size: 13px;
	font-weight: 300;
	transition: all .4s ease;
}
.showcase-grid-overlay .uk-inline:hover .post-content {
	display: block;
	transition: all .4s ease;
}
.showcase-grid-overlay .post-info {
	color: #555;
	font-size: 12px;
	font-weight: 300;
}
.showcase-grid-overlay .post-info span {
	margin: 0 14px 0 0;
}
.showcase-grid-overlay .post-info i {
	margin: 0 5px 0 0;
}


/* Grid - large image 2 */
.grid-large-image-2 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.grid-large-image-2 .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
}
.grid-large-image-2 .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px;
    position: relative;
}
.grid-large-image-2 .post-content {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}

.grid-large-image-2 .post-title:after {
    position: absolute;
    content: '';
    left: 0;
    margin: 0 auto;
    background: #fff;
    bottom: -9px;
    width: 40px;
    height: 1px;
}
.grid-large-image-2 .post-info {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
.grid-large-image-2 .post-info span {
	margin: 0 14px 0 0;
}
.grid-large-image-2 .post-info i {
	margin: 0 5px 0 0;
}


/* === Slideshow === */
.slider-posts-slideshow .uk-inline {
	height: 500px;
	width: 100%;
}
.slider-posts-slideshow img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}
.slider-posts-slideshow .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	border-radius: 2px;
	padding: 20px;
	margin: 20px;
	width: 60%;
}
.slider-posts-slideshow .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.slider-posts-slideshow .content {
	font-size: 13px;
	font-weight: 300;
	margin: 5px 0 30px;
}
.slider-posts-slideshow .post-info {
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.slider-posts-slideshow .post-info span {
	margin: 0 14px 0 0;
}
.slider-posts-slideshow .post-info i {
	margin: 0 5px 0 0;
}
.slider-posts-slideshow .uk-slidenav-next,
.slider-posts-slideshow .uk-slidenav-previous {
	border-radius: 2px;
	background: rgba(48, 48, 48, 0.85);
	color: #fff;
	margin: -60px 20px 0;
	padding: 15px 20px;
	transition: all .4s ease;
}
.slider-posts-slideshow .uk-slidenav-next:hover,
.slider-posts-slideshow .uk-slidenav-previous:hover {
	background: rgba(49, 143, 232, 0.9);
	color: #fff;
	transition: all .4s ease;
}




/* --- Sliders --- */

/* Default */
.default-slider .uk-inline {
	height: 300px;
}
.default-slider img {
	width: 100%;
    height: 300px;
	object-fit: cover;
}
.default-slider .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
}
.default-slider .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.default-slider .content {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
}
.default-slider .post-info {
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.default-slider .post-info span {
	margin: 0 14px 0 0;
}
.default-slider .post-info i {
	margin: 0 5px 0 0;
}



/* Slider Overlay */
.slider-overlay .uk-inline {
	height: 300px;
}
.slider-overlay img {
	width: 100%;
    height: 300px;
	object-fit: cover;
}
.slider-overlay .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
	padding: 20px;
}
.slider-overlay .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px;
}
.slider-overlay .content {
	display: none;
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
	transition: all .4s ease;
}
.slider-overlay .uk-inline:hover .content {
	display: block;
	transition: all .4s ease;
}
.slider-overlay .post-info {
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.slider-overlay .post-info span {
	margin: 0 14px 0 0;
}
.slider-overlay .post-info i {
	margin: 0 5px 0 0;
}
.slider-overlay li {
    opacity: 1;
}
.slider-overlay li .uk-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.slider-overlay li.uk-active {
    opacity: 1;
}

.slider-overlay li.uk-active .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
    opacity: 1;
    padding: 20px;
    visibility: visible;
    transition: all .4s ease;
}



/* Slider opacity */
.slider-opacity li {
    opacity: 0.5;
}
.slider-opacity .uk-inline {
	height: 280px;
}
.slider-opacity img {
	height: 280px;
	object-fit: cover;
	width: 100%;
}
.slider-opacity li .uk-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.slider-opacity li.uk-active {
    opacity: 1;
}
.slider-opacity li.uk-active .uk-overlay {
	background: rgba(255, 255, 255, 0.95);
	margin: 10px;
    opacity: 1;
	padding: 20px;
    visibility: visible;
    transition: all .4s ease;
}
.slider-opacity .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.slider-opacity .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.slider-opacity .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.slider-opacity .content {
	color: #555;
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0 25px;
}
.slider-opacity .post-info {
	color: #727272;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.slider-opacity .post-info span {
	margin: 0 14px 0 0;
}
.slider-opacity .post-info i {
	margin: 0 5px 0 0;
}


/* Slider opacity 2 */
.slider-opacity-2 li {
    opacity: 0.4;
}
.slider-opacity-2 li .uk-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.slider-opacity-2 li.uk-active {
    opacity: 1;
}

.slider-opacity-2 li.uk-active .uk-overlay {
	background: rgba(48, 48, 48, 0.85);
    opacity: 1;
    padding: 20px;
    visibility: visible;
    transition: all .4s ease;
}
.slider-opacity-2 .uk-inline {
	height: 350px;
} 
.slider-opacity-2 img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.slider-opacity-2 .post-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 20px;
	position: relative;
}
.slider-opacity-2 .post-title:after {
	background: #fff;
	bottom: -10px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 40px;
}
.slider-opacity-2 .content {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0 15px;
}
.slider-opacity-2 .post-info {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.slider-opacity-2 .post-info span {
	margin: 0 14px 0 0;
}
.slider-opacity-2 .post-info i {
	margin: 0 5px 0 0;
}


/* Grid 4 Columns */
.grid-four-columns .post-item {
	background: #fff;
}
.grid-four-columns .post-image {
	display: block;
	height: 200px;
}
.grid-four-columns img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.grid-four-columns .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
}
.grid-four-columns .post-title a {
	color: #318fe8;
	transition: all .4s ease;
}
.grid-four-columns .post-title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.grid-four-columns .content {
    color: rgba(24, 24, 24, 0.65);
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 0;
}
.grid-four-columns .post-info {
    color: #727272;
    font-size: 12px;
    font-weight: 300;
	margin-bottom: 0;
}
.grid-four-columns .post-info span {
    margin: 0 20px 0 0;
}
.grid-four-columns .post-info i {
    margin: 0 5px 0 0;
}
.grid-four-columns .post-content {
	padding: 20px;
}



/* === Quick View === */
.jtps-quick-view .uk-modal-dialog {
    border-radius: 2px;
}
.jtps-quick-view .post-view-title {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 15px;
}
.jtps-quick-view .read-more-btn {
	background: #318fe8;
	border-radius: 2px 0 2px 2px;
	float: right;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	padding: 6px 12px;
	transition: all .4s ease;
}
.jtps-quick-view .read-more-btn:hover {
	background: #555;
	transition: all .4s ease;
}
.jtps-quick-view .read-more-btn a {
	color: #fff;
	display: block;
}
.jtps-quick-view img {
    border-radius: 2px !important;
    box-shadow: 0 2px 3px #eee;
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.jtps-quick-view .post-view-content {
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0 0;
}
.jtps-quick-view .product-detail {
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 7px;
    padding: 0 0 7px;
}
.jtps-quick-view .product-detail:last-child {
    border-bottom: 0;
}
.jtps-quick-view .product-detail span {
    display: inline-block;
    font-weight: 400;
    width: 25%;
}
.jtps-quick-view .uk-modal-close-outside {
    background: rgba(24, 24, 24, 0.6);
    border-radius: 0 2px 0 0;
    color: #fff;
    padding: 8px !important;
    transform: none;
    transition: all .4s ease;
}
.jtps-quick-view .uk-modal-close-outside:hover {
    background: rgba(24, 24, 24, 0.8);
    color: #fff;
    transition: all .4s ease;
}



@media (max-width: 767px) {
	.widget_jsquare_posts_showcase .uk-width-1-2 {
		width: 100%;
	}
	.widget_jsquare_posts_showcase .uk-width-1-4 {
		width: 100%;
	}
	.default-2-list .post-img,
	.default-2-list .title {
		width: 100%;
	}
	.uk-slideset li {
		width: 100%;
		padding: 0 0 20px;
	}
    .grid-hover-color .uk-slideset li {
		width: 50%;
    }
	.posts-showcase-links {
		padding-top: 30px;
	}
    .jt-posts-box .uk-width-1-2 {
		padding: 0 !important;
    }
    .default-2-list {
		margin-top: 30px;
    }
    .numbered-headlines {
		padding: 0 15px;
	}
    .showcase-list .posts-showcase-items .post-img,
	.showcase-list-2 .posts-showcase-items .post-img {
		float: none;
		width: 100%;
	}
    .showcase-list .posts-showcase-items .title,
	.showcase-list-2 .posts-showcase-items .title {
		float: none;
		width: 100%;
        padding: 20px;
	}
    .slideset-category a img {
		height: auto;
		width: 100%;
	}
	.grid-large .uk-width-1-2,
	.grid-large-2 .uk-width-6-10,
	.grid-large-2 .uk-width-4-10 {
		width: 100%;
		padding: 0;
	}
	.grid-large .uk-width-1-2 img,
	.grid-large-2 .uk-width-6-10 img,
	.grid-large-2 .uk-width-4-10 img {
		width: 100%;
		max-height: 300px;
	}
	.grid-top-bottom .uk-width-1-4:nth-child(2n) figure {
    	position: relative;
	}
	.grid-top-bottom .uk-width-1-4:nth-child(2n) .content:after {
		top: -15px;
		bottom: auto;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 0;
		border-bottom: 15px solid #fff;
	}
	.grid-left-right .grid-lr-image,
	.grid-left-right .content {
		width: 100%;
	}
	.grid-left-right .content:after,
	.grid-left-right .uk-width-1-2:nth-child(4n+1) .content:after, 
    .grid-left-right .uk-width-1-2:nth-child(4n+2) .content:after {
		display: none;
	}

    .slider-posts-slideshow,
	.slider-posts-slideshow ul.uk-slideshow,
    .slider-posts-slideshow figure {
		max-height: 450px;
		overflow: hidden;
	}
    .slider-posts-slideshow .slideshow-item .title {
		display: block;
		width: 100%;
		top: -88px;
		padding: 0;
		font-size: 11px !important;
	}
	.slider-posts-slideshow .slideshow-item .title h3 {
		display: block;
		width: 100%;
		font-size: 14px !important;
	}
	.slider-posts-slideshow .slideshow-item .post-info {
		display: block;
		padding: 15px 10px;
	}
    .slider-posts-slideshow figcaption {
        padding: 0;
    }
    .slider-posts-slideshow .title {
        bottom: 0 !important;
        top:  auto !important;
    }
    .slider-posts-slideshow h3 {
        font-size: 1rem !important;
    }
	.slider-posts-slideshow .uk-dotnav {
		display: none;
	}
	.grid-large-image a {
		font-size: 16px !important;
	}
	.slider-posts-slideshow .slideshow-item .content {
		display: none !important;
	}
	.slider-opacity-2 figure,
	.slider-opacity-2 img {
		min-height: 200px;
	}
	.grid-large-image-2 {
		margin: 0;
	}
	.grid-large-image-2 img {
		height: 300px;
	}
	.grid-large-image-2 a {
		font-size: 15px !important;
		padding: 0 0 10px;
	}
	.grid-large-image-2 span {
		font-size: 13px !important;
	}
	.grid-rounded-img img {
		height: 200px;
	}
	.showcase-list-rounded-img .post-img,
	.showcase-list-rounded-img .title {
		width: 100%;
	}
	.showcase-list-rounded-img .post-img img {
		height: 250px;
	}
	.showcase-small-list-rounded-img img {
		height: 102px;
	}
	.slideset-default-rounded-img .uk-grid {
		margin: 0;
	}
	.slideset-default-rounded-img img {
		height: 225px;
	}
}