.newsletter_links header {
	  
	width: 100%;
	display: inline-block;
	/*background: #f7fdef;
	 box-shadow: inset 0px 0px 25px -5px #dff9b7;&*/
}
/*.media_links header:hover {
 	background: rgba(251, 251, 251, 0.065);
    box-shadow: inset 0px 0px 25px -5px #72a029;
}*/

.newsletter_link_date{
	display: inline-block;
    width: 100px;
    
    padding: 10px;
    text-align: center;
	font-weight:bold;
	line-height:1.2;
	/*background: #d7f5ac;
    box-shadow: inset 0px 0px 25px -5px #6a9c1c;*/
}
.newsletter_link_date .ml_day{
	font-size: 35px;
    /*display: block;*/
    line-height: 30px;
    font-weight: bold;
	float:left;
	padding:3px 0px;
}
.newsletter_link_date .ml_month{
	font-size: 13px;
    /*display: block;*/
   
}
.newsletter_link_date .ml_year{
	/*display: block;*/
	font-size: 13px;
}

.newsletter_link_title {
	width: calc(100% - 110px);
	display: inline-block;
	float: right;
	font-size: 14px;
    padding: 10px 10px 10px 0px;
}
.newsletter_link_title .media_by{
	font-size: 14px;
    color: #626262;
    font-style: italic;
}    
.newsletter_links .newsletter_link_title a{
	display: block;
	color: green;
}
.newsletter_links .newsletter_link_title {
	line-height: 1.4;
}

@media only screen and (max-width: 790px){
	.newsletter_link_title {
		font-size: 13px;
    	padding: 6px;		
	}
}

@media only screen and (max-width: 480px){
	.newsletter_link_date {
		display: inline-block;
    	width: 20%;
	}
	.newsletter_link_title {
		width: 80%;
		float: right;
	}
	.newsletter_link_date .ml_day{
		float: none;
	}
}
/*This below css is added for card design */
.newsletter_links .card{
	margin: 28px;
    float: left;
    width: 30%;
	padding-top: 10px;
    padding-bottom: 10px;
   /* height: 350px;*/
	background-color:#f9f9f9;
	
}
.newsletter_links img {
	margin:auto;
}
.newsletter_links .card-body { 
	padding: 10px 10px;
	background-color: #fff;
	margin: 10px 10px 0px 10px;
}
.newsletter_links .card-body .col-md-4, .newsletter_links .card-body .col-md-8, .newsletter_links .col-md-12 {
	padding:0px;
	float:left;
}
.newsletter_links h5 {
	font-size:15px;
}
.newsletter_links .card img {
	height:200px;
	padding:0px 10px;
}
header.entry-header {
	margin-bottom: 0px !important;
}
.newsletter_links .card-order0 {
	margin-left:0px;
}
.newsletter_links .card-order2 {
	margin-right:0px;
}
.newsletter-details {
    display: flow-root;
    bottom: 0;
}
.newsletter_links .col-md-8 {
	font-style: italic;
}


@media only screen and (max-width: 1150px) {
/*	.newsletter_links .card{
		width: 47%;
    }
	.newsletter_links .card.card-order1 {
		margin-right:0px;
	}
	.newsletter_links .card.card-order2 {
		margin-left:0px;
	}*/
    .newsletter_links .card { 
     margin:10px;   
    }
}
@media only screen and (max-width: 956px) {
/*	.newsletter_links .card{
		width: 46%;
    }*/
    .newsletter_links .card img {
        height: auto;
    }
}
@media only screen and (max-width: 730px) {
	.newsletter_links .card{
		width: 42%;
}
}
@media only screen and (max-width: 400px) {
	.newsletter_links .card{
		width: 99%;
}
	.newsletter_links .card.card-order1 {
		margin-left:0px;
	}
}
@media only screen and (max-width: 768px){
    .newsletter_links .card {
        width: 97%;
    }
    
}

.newsletter_links .col-md-6{
	float:left;
	padding:0px;
}
.entry-header:nth-child(2) {
  background: red;
}
.newsletter_links .row {
clear:both;
}

.newsletter_links .row .col-md-4 {
	float:left;
}