@charset "UTF-8";
/* CSS Document */
section {
    display: block;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.newjournal-container{
	padding: 25px 12px;
	background-color: #ffffff;
	position: relative;
}
.newjournal-container img{
	padding: 12px 15px;
}
.newjournal-container p{
	line-height: 18px;
	padding: 5px 0;
}
.newjournal-container .logo{
	position: absolute;
    top: 25%;
    margin: -15px 0 0 -15px;
}
.newjournal-container .heading-name{
	color: #421C52;
	position: absolute;
    top: 30%;
    left: 15%;
    margin: -15px 0 0 -15px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
.book-cover{
	float: left;
	width: 30%;
}
.book-cover img{
	display: block;
	margin: auto;
	width: 100%;
}
.cover-content{
	float: left;
	width: 60%;
	margin-left: 25px;
}
.cover-content h2{
	font-size: 12px !important;
    color: #000 !important;
    background: none !important;
    font-family: Verdana, Garamond, Alegreya, Candara , Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
.cover-content p{
	font-family: Verdana, Garamond,"Times New Roman", Times, serif;
    color: #000;
    text-align: left;
}
.cover-content p.e_by{
	font-family: Verdana, Garamond, Tahoma, Arial;
    font-size: 11px;
    color: #000;
    margin: 8px 0 10px 0;
    font-weight: normal;
    line-height: 21px;
}
.cover-content p.at{
	font-size: 11px;
    line-height: 20px;
    margin-bottom: 8px;
}
.ej-footer {
    background: #8b1a59;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}
.ts-grid-box{
	position: relative;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
}
.ts-grid-box.ts-grid-content {
    margin-bottom: 30px;
}
.ts-grid-box.ts-grid-content {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.post-content {
    z-index: 1;
    position: relative;
}
.post-content a {
	color: #000000;
}
.ts-grid-box.ts-grid-content .post-content {
    padding: 24px 24px 20px 20px;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
	word-wrap: break-word;
    background-color: #ffffff;
}
.author-box {
    position: relative;
    padding: 20px 0 20px 100px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.author-box.author-box-item {
    border: none;
/*    padding: 0 0 0 100px; */
    margin-bottom: 0;
}
.author-box .author-img {
	float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 16px;
}
.author-box .author-name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
}
.author-info{
	padding-left: 62px;
	float: left;
}
.author-box p {
    margin-bottom: 0;
}
.author-box.author-box-item p {
    margin: 15px 0 20px;
}
.author-box .authors-social {
    float: right;
}

