/* CSS Document */
.vgpc-wrapper.theme-lltk {
	/*overflow: hidden;*/
}
.vgpc-wrapper.theme-lltk .owl-buttons {
	left: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}
.vgpc-wrapper.theme-lltk .owl-buttons div {
    border-radius: 40px;
    font-size: 30px;
    /* font-weight: bold; */
    height: 50px;
    line-height: 40px;
    /* padding: 0.9em 0.8em 0.9em 0.9em; */
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 50px;
    border: 1px solid #333;
    color: #333;
    background: #fff;
}
.vgpc-wrapper.theme-lltk .owl-buttons .owl-prev {
	left: -50px;
}
.vgpc-wrapper.theme-lltk .owl-buttons .owl-next {
	right: -50px;
}
/*.vgpc-wrapper.theme-lltk:hover  .owl-buttons .owl-prev {
	left: 30px;
}
.vgpc-wrapper.theme-lltk:hover  .owl-buttons .owl-next {
	right: 30px;
}*/

.vgpc-wrapper.theme-lltk .vgpc-image-block {
	 padding: 0 0 10px 0;
	 position: relative;
}

.vgpc-wrapper.theme-lltk .vgpc-image-block img {
	width: 100%;
}

.vgpc-item-i {
border: 2px solid #ccc; 
    -webkit-box-shadow: 0px 0px 5px 0px #aaa;
    box-shadow: 0px 0px 5px 0px #aaa;
}
.vgpc-post-title, .vgpc-post-desc, .vgpc-post-readmore {
    padding: 0 10px;
}

.vgpc-post-readmore {
    background: #eee;
    line-height: 4em;
}

.vgpc-wrapper.theme-lltk .vgpc-post-title {
	font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
	margin: 0;
	padding-bottom: 0.8em;
}
.vgpc-wrapper.theme-lltk .vgpc-post-category,
.vgpc-wrapper.theme-lltk .vgpc-post-author,
.vgpc-wrapper.theme-lltk .vgpc-post-readmore {
	text-align: left;
}

.vgpc-wrapper.theme-lltk .vgpc-post-readmore a {
    background: #ddd;
    padding: 0.5em 1em;
    border-radius: 4em;
    margin-left: 0.5em;
}

.vgpc-wrapper.theme-lltk .vgpc-post-category {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #fff;
}

.vgpc-wrapper.theme-lltk .vgpc-post-category a {
	color: #fff;
}

.vgpc-wrapper.theme-lltk .vgpc-post-desc p {
	margin-bottom: 10px;
}