.tab-grid-post-item .post-grid-thumbnail img {
    height: 385px;
    transition: .35s ease-in;
    display: block;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.tab-grid-post-item .post-grid-thumbnail{
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.post-block-list-item-wrapper .post-block-media-wrap:hover img, .tab-grid-post-item .post-grid-thumbnail:hover img, .post-block-style-one-inner .post-block-media-wrap:hover img {
    transform: scale(1.05);
}

.author-container{
	display: none;
}

.author-container.show{
	display: block;
	padding: 200px;
	box-shadow: 4px 4px 4px 2px #000;
}

.btn-author-all{
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-weight: 400;
    border: 1px solid #000;
    padding: 6px 15px 4px;
    border-radius: 108px;
    margin-right: 7px;
    margin-bottom: 4px;
    font-family: 'Arial';
}

.author-border{
	border: 1px solid #000;
	border-radius: 25px;
	padding: 100px;
}


body.page.likhun-dark .btn-author-all{
	color: #FFF;
	border: 1px solid #FFF;
}

body.page.likhun-dark .theme-page-spacing .entry-content h3,
body.page.likhun-dark .elementor-1570 .elementor-element.elementor-element-a07b9e2 .elementor-heading-title,
body.page.likhun-dark .theme-page-spacing .entry-content p,
body.page.likhun-dark .text-sendmessage{
	color: #FFF !important;
}

body.page.likhun-dark .author-border{
	border: 1px solid #FFF;
}

body.page.likhun-dark .close-button{
	color: #FFF;
}

@media only screen and (max-width: 700px){
	.author-border{
		padding: 40px;
	}
	
	p{
		font-size: 15px !important;
	}
}