/**********************************************************************************************************/
/* simplenews */
/**********************************************************************************************************/
.node--type-simplenews-issue {background-color: #efefef;}
.node--type-simplenews-issue > h2 {
	text-align: center;
    padding: 15px 0;
    margin: 0;
    font-size: 26px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: normal;
}
/* .view-header {
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 0 auto;
    box-sizing: border-box;
}
.view-header img {
	width: 100%;
	height: auto;
	display: block;
} */
.node--type-simplenews-issue .view-content {
	width: 100%;
	max-width: 600px;
	margin:0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.node--type-simplenews-issue .views-row {
	max-width: 600px;
	width: 100%;
	margin:30px auto;
	background-color: #ffffff;
}
.node--type-simplenews-issue .views-row img {
    display: block;
    width: 100%;
	height: auto;
}
.node--type-simplenews-issue .views-row h2 {
    padding: 24px 30px 24px;
    margin: 0;
    line-height: 1;
}
.node--type-simplenews-issue .views-row h2 a {
	font-weight: normal;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #3b5998;
    font-size: 26px;
	text-decoration: none;
}
.node--type-simplenews-issue .views-row .field-name-body {
	color: #707070;
    font-size: 16px;
	padding: 0 30px 15px;
}
.node--type-simplenews-issue .views-row .field--name-node-link {
	text-align: center;
	padding-bottom: 30px;
}
.node--type-simplenews-issue .views-row .read-more {
    display: inline-block;
	margin: 0 auto;
    width: 95px;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #ffffff;
    background-color: #3B5998;
}
.newsletter-footer {
	padding: 10px 0;
    text-align: center;
}
@media only screen and (max-width:768px)  {
	.views-row h2 {
		padding: 15px 30px 15px;
		margin: 0;
		line-height: 18px;
	}
    .views-row h2 a {
		font-size: 20px;
	}
}

