@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');*/

.node-type-epw-article{
	--pt_serif: 'PT Serif', serif;
	--pt_sans: 'PT Sans', sans-serif;
	--poppins: 'Poppins',sans-serif;
}
body.node-type-epw-article{
	background-color: #fff;
}
.node-type-epw-article blockquote{
	border-left: 5px solid #e70e1d;
    font-style: italic;
}
.node-type-epw-article #main-wrapper > .container.full_width{
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}
.node-type-epw-article #sidebar-first-wrapper {
    margin-top: 260px !important;
	padding: 0px;
}
.node-type-epw-article .article_meta {
	text-align: right;
	font-family: var(--pt_sans);
}
.node-type-epw-article .article_meta .field-name-field-category{
	text-align: right;
	margin: 0;
	padding: 0px 0px 20px 0px;
}
.node-type-epw-article .article_meta .field-name-field-category a{
	color: #E70E1D;
    border: 2px solid #E70E1D;
    padding: 2px 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
	display: inline-block;
    word-break: break-all;
}

.node-type-epw-article #main-content{
	padding-left: 60px !important;
	border: none;
}
.node-type-epw-article #main-content #block-system-main{
	padding: 0;
}
.node-type-epw-article #main-content .field-name-field-article-note,
.node-type-epw-article #main-content .field-name-body{
	text-align: left;
}
.node-type-epw-article .article_meta{
	position: relative;
}
.node-type-epw-article .article_meta .field-name-field-journal{
	margin: 0;
    border: none;
    padding: 0px 0px 2px;
	font-size: 13px;
    font-weight: 700;
}
.node-type-epw-article .article_meta .field-name-field-journal a{
	border-bottom: 1px solid #000;
}
.node-type-epw-article .article_meta .pub_date{
	font-size: 14px;
    color: #aaa;
}
.node-type-epw-article .article_meta .upd_date{
	font-size: 14px;
    color: #aaa;
	padding-bottom: 50px;
}
.node-type-epw-article .article_meta .field-name-field-authors{
	border: none;
}
.node-type-epw-article .article_meta .field-name-field-authors a{
	color: #000;
    font-weight: 700;
}
.node-type-epw-article .article_meta .field-name-field-authors a:hover {
	color: #e21a2c !important;
}
.node-type-epw-article .article_meta .field-name-field-author-note{
	padding: 5px 0px 50px;
}
.node-type-epw-article .article_meta .field-name-field-author-note .field-item p{
	text-align: right;
    background-color: #fff;
    padding: 0;
}
.node-type-epw-article .article_meta .citations{
	background-color: #fff;
    border: none;
	padding: 0;
}
.node-type-epw-article .article_meta .citations span img {
    margin-left: 15px;
    float: right;
}
.node-type-epw-article .article_meta .field.field-name-field-pdf{
	display: inline-block;
	*word-break: break-all;
	width: auto;
    padding: 6px 12px;
    border-radius: 5px;
	font-size: var(--font14);
	background: #ccc; 
}
.field.field-name-field-pdf.login_pdf:hover:after {
   content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    background: #E70E1D;
    border-right: 2px solid #E70E1D;
    border-bottom: 2px solid #E70E1D;
    width: 16px;
    height: 17px;
    -ms-transform: rotate(-134deg);
    transform: rotate(-134deg);
}
.field.field-name-field-pdf.login_pdf:hover a:after{
	content: 'Please login or subscribe to Download PDF';
	position: absolute;
    width: 100%;
    top: -15px;
    background-color: #000;
    left: 0;
    padding: 2px;
    border-radius: 5px;
}
.node-type-epw-article #page-title{
	font-family: var(--poppins);
	font-weight: 500;
}
.node-type-epw-article .field-name-field-secondary-title,
#main-content .field-name-field-secondary-title{
	font-family: var(--pt_sans);
	color: #000;
	padding-top: 10px;
	font-weight: bold;
}
.node-type-epw-article .article_summary .field-name-body{
	font-family: var(--pt_serif);
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	text-align: left;
	border: none;
	padding-bottom: 40px;
	position: relative;
}
.node-type-epw-article .field-name-body{
	font-family: var(--pt_serif);
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}
.node-type-epw-article .article_summary .field-name-body:after {
    content: "";
    border-top: 8px solid #e70c0c;
    width: 64px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    display: block;
}
.node-epw-article .field-name-field-tags .field-items{
	border: none;
}
.node-epw-article .field-name-field-tags .field-item{
	border: none;
    background: #ed200c;
    color: #fff;
    border-radius: 8px;
	font-weight: 700;

}
.node-epw-article .field-name-field-tags .field-item a{
	color: #fff;
}
/*fieldset*/
html.js .node-type-epw-article fieldset.collapsible .fieldset-legend{
	background-image: url(/misc/arrow-minus.png); 
	background-position-x: right;
	background-position-y: 8px;
	background-size: 10px;
	padding: 0px;
}
html.js .node-type-epw-article fieldset.collapsed .fieldset-legend {
    background-image: url(/misc/arrow-plus.png);
	background-position-x: right;
	background-position-y: 8px;
	background-size: 10px;
	padding: 0px;
}
html.js .node-type-epw-article fieldset.collapsible{
	border: none;
	padding-left: 0;
}
html.js .node-type-epw-article .collapsible legend{
	width: 100%;
}
html.js .node-type-epw-article .collapsible legend .fieldset-title{
	font-family: var(--poppins);
    font-size: var(--font16);
    color: #232323;
    font-weight: 500;
	display: block;
	position: relative;
	overflow: hidden;
}
html.js .node-type-epw-article .collapsible legend a.fieldset-title:after {
    border-top: 2px solid #eeeeee; 
    content: '';
    position: absolute;
    top: 50%;
    width: 75%;
	right: 0;
    margin: 0px 5%;
	cursor: default;
}
html.js .node-type-epw-article .fieldset-wrapper .views-field-title{
	font-size: var(--font16);
}
/*fieldset end*/

/*******carousel*************/
.article_carousel .owl-prev {
	height: 35px;
    width: 35px;
    position: absolute;
    cursor: pointer;
    top: 45% !important;
    background: #E70E1D;
    left: -3%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border: none;
}
.article_carousel .owl-next {
    height: 35px;
    width: 35px;
    position: absolute;
    cursor: pointer;
    top: 45% !important;
    background: #E70E1D;
    right: -3%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border: none;
}
.article_carousel .owl-item > div {
	background-color: #fff;
	border-radius: 5px;
    padding: 20px;
    min-height: 300px; 
	*margin: 0px 15px;
	margin: 20px;
}
.article_carousel .views-field-title {
    font-size: 22px;
    color: #232323;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
}
.article_carousel .views-field-body {
    color: #707070;
    font-family: 'Poppins',sans-serif;
    font-size: var(--font16);
    font-weight: 500;
    line-height: 24px;
	margin-top: 25px;
}
.article_carousel .views-field-title:after {
    content: "";
    border-top: 6px solid #e70c0c;
    width: 64px;
    position: absolute;
    display: block;
	margin-top: 10px;
}
.article_carousel .carousel_title {
    background-color: #e70e1d;
    display: inline-block;
    padding: 4px 30px;
    border-radius: 4px;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
	letter-spacing: 0.5px;
}
.node-type-epw-article #panel-first-wrapper {
	background-image: url(/sites/all/themes/magazine/images/EPW_bnw.png);
	margin-top: 50px;
    padding: 20px;
}
.node-type-epw-article #panel-first-wrapper .container {
	background-color: transparent;
} 
/*******carousel end*************/

/* ++++++++ addthis share icon ++++++++++ */
.addthis-smartlayers-desktop #at4-share.slideInLeft {
    animation-name: slideInRight;
}
.addthis-smartlayers-desktop #at4-share.atss-left {
    right: 0;
	left: auto;
	top: 30% !important;
}
/* ++++++++ addthis share icon end ++++++++++ */

.node-type-epw-article .article_meta .field.field-name-field-pdf.login_pdf {
	background-color: #E70E1D;
} 


/* teaser mode */
.node-type-epw-article  .node-teaser h2#title{
	font-family: var(--poppins);
	font-weight: 500;
	padding-top: 10px;
}
.node-type-epw-article .node-teaser h2#title:after {
	background: none ;
}
.node-type-epw-article  .node-teaser .field-name-body .body_content{
	position: relative;
	padding-top: 20px;
}
.node-type-epw-article  .node-teaser .field-name-body .body_content p:before{
	content: "";
	border-top: 8px solid #e70c0c;
	width: 64px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;
}
/* teaser mode ends*/

/*************media queries**************/
@media(max-width: 1025px){
	.field.field-name-field-pdf.login_pdf:hover a:after{
		width: 150%;
		z-index: 9;
	}
}
@media(max-width: 991px){
	.node-type-epw-article #main-wrapper > .container.full_width{
		width: 100%;
		margin-top: 15px;
	}
	.node-type-epw-article #sidebar-first-wrapper {
		margin-top: 0px !important;
		display: none;
	}
	.node-type-epw-article .mobile_article_info .article_meta{
		display: block !important;
	}
	.node-type-epw-article .article_meta .field-name-field-category{
		float: left;
		padding-top: 20px;
	}
	.node-type-epw-article .article_meta .vol_date{
		padding-top: 15px
	}
	.node-type-epw-article .article_meta .upd_date{
		padding-bottom: 15px;
	}
	.node-type-epw-article .article_meta .field-name-field-authors{
		float: left;
		padding-right: 20px;
		padding-left: 0px;
		width: 30%;
		text-align: left;
	}
	.node-type-epw-article .article_meta_mob .field-name-field-author-note{
		position: relative;
	}
	.node-type-epw-article .article_meta_mob .field-name-field-author-note:before{
		content: "";
		border-top: 8px solid #e70c0c;
		width: 10%;
		top: 0px;
		left: 0px;
		position: absolute;
		display: block;
		text-align: left;
		padding-bottom: 0px;
	}
	.node-type-epw-article .article_meta_mob .field-name-field-author-note .field-item p{
		text-align: left;
		background-color: #fff;
		padding-top: 20px;
	}
	.node-type-epw-article .article_meta .citations{
		display: none;
	}
	.node-type-epw-article #main-content{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media(max-width: 768px){
	.fieldset-legend{
		padding-left: 0px;
	}
	.collapsible legend a.fieldset-title:after{
		width: 70%;
	}
	.node-type-epw-article .article_meta .field-name-field-authors{
		padding: 0px;
		width: auto;
		display: block;
	}
	.node-type-epw-article .article_meta .field-name-field-authors .field-item{
		float: left;
		position: relative;
		padding-right: 9px;
	}
	.node-type-epw-article .article_meta .field-name-field-authors .field-item::after {
		content: ',';
		font-weight: bold;
		position: absolute;
		top: 0px;
		right: 4px;
	}
	.node-type-epw-article .article_meta .field-name-field-authors .field-item:last-child {
		padding-right: 0;
	}
	.node-type-epw-article .article_meta .field-name-field-authors .field-item:last-child:after {
		content: '';
	}
}
@media(max-width: 480px){
	.node-type-epw-article .article_meta .field-name-field-category{
		float: none;
		text-align: left;
	}
	.node-type-epw-article .article_meta .vol_date{
		padding: 0px;
		text-align: left;		
	}
	.node-type-epw-article .article_meta .upd_date{
		padding-bottom: 15px;
	}
	.node-type-epw-article .article_meta .field-name-field-authors{
		padding: 0px;
		width: auto;
		display: block;
	}
	.node-type-epw-article .article_meta .field-name-field-authors .field-item{
		float: left;
		position: relative;
		padding-right: 9px;
	}
	.node-type-epw-article .article_meta .field-name-field-authors .field-item::after {
		content: ',';
		font-weight: bold;
		position: absolute;
		top: 0px;
		right: 4px;
	}
	.node-type-epw-article .article_meta .field-name-field-authors .field-item:last-child {
		padding-right: 0;
	}
	.node-type-epw-article .article_meta .field-name-field-authors .field-item:last-child:after {
		content: '';
	}
	.node-type-epw-article .article_meta .field-name-field-author-note{
		width: auto;
		padding-top: 15px;
	}
	
	/******carousel*********/
	.article_carousel .owl-next {
		right: -7%;
	}
	.article_carousel .owl-prev {
		left: -7%;
	}
	/******carousel end*********/

	/****top btn****/
	a.btn-btt {
		bottom: 50px;
	}
	/****top btn ends*****/

	/****reader mode****/
	.readermode_link {
		margin-bottom: 10px;
	}
	/****reader mode ends****/
}
@media (max-width:1024px) and (min-width:768px) {
    .heading {   
		line-height: 1.5em;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: 10px;
    }
}​
/*************media queries end**************/