.postdate {
/*     text-align: center;
    text-transform: uppercase;
    border-radius: 99px;
    font-size: 8px;
    padding: 10px;
    line-height: 18px;
    color: white;
    position: absolute;
    right: 7%;
    top: 10%;
    background: linear-gradient(90deg, rgba(126, 107, 255, 1) 0%, rgba(126, 107, 255, 1) 42%, rgba(26, 171, 209, 1) 100%) !important;
    box-shadow: 0px 1px 10.5px rgba(0, 0, 0, 0.59); */
}

.postdate {
    display: flex;
    background: transparent;
    font-size: 14px;
    color: #1aabd1;
    font-weight: 600;
    margin-top: 0px;
    line-height: 14px;
}

.postdate span {
    font-size: unset;
    margin-right: 5px;
}

a.postauthortop.author, span.postedintop a {
    border: 1px solid #1aabd1;
    border-radius: 99px;
    padding: 5px 15px;
    color: white;
    margin-right: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    font-size: 14px;
	color: white;
    background: linear-gradient(90deg, rgba(126, 107, 255, 1) 0%, rgba(126, 107, 255, 1) 42%, rgba(26, 171, 209, 1) 100%);
}

a.postauthortop.author {
	background: white;
    color: #1cacd1;
}

span.postedintop a:hover {
    background: white !important;
	color: #1aabd1 !important;
}

a.postauthortop.author:hover {
	color: white;
    background: linear-gradient(90deg, rgba(126, 107, 255, 1) 0%, rgba(126, 107, 255, 1) 42%, rgba(26, 171, 209, 1) 100%);
}

.meta-header-post {
    margin-bottom: 30px;
}

.meta-header-post .entry-title {
    margin-bottom: 15px;
    font-size: 34px;
    color: #20acd2;
    text-transform: capitalize;
}

.entry-content img {
    border-radius: 10px;
    box-shadow: 0px 1px 10.5px rgba(0, 0, 0, 0.59);
    margin-bottom: 30px;
}

@media (max-width: 768px) {
	span.postedintop {
		display: none;
	}
	
	.meta-header-post .entry-title {
		font-size: 20px;
		line-height: 26px;
	}
}







