.blog_header {
    position: relative;
    background: url(../Images/blog_banner.jpg) center bottom no-repeat;
    background-size: cover;
    min-height: 300px;
}

/*#columns {
	column-width: 360px;
	column-gap: 20px;
}



div#columns figure {
	display: inline-block;
  	column-break-inside: avoid;
  	width: 100%;
}*/

#grid .grid-item, .grid-sizer{
   width:360px;
}

#grid a, #grid a:hover{
	color: #323232;
	text-decoration: none;
        font-weight: normal;
        font-size: 14px;
}

#grid .gutter-sizer { width: 20px; }

.blogs img{
	width: 100%; height: auto;max-height: 200px;
}

.blogs .blog {
    border: 1px solid #e6e7e8;
    background: #fff;
    margin-bottom: 30px;
    color: #323232;
    text-align: left;
}

.blogs .data {
   padding:35px 15px;
}

.blogs h3{
	font-size:18px;
	font-weight: 200;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}

.blogs .person{
	font-size:14px;
	font-weight: normal;
	margin-bottom: 20px;
}

.blogs .person2{
	font-size:14px;
	font-weight: normal;
	padding: 10px 0;
	border-top: 1px solid #e6e7e8;
	border-bottom: 1px solid #e6e7e8;
}

.blogs .blogtitle{
	border-bottom: 1px solid #e6e7e8;
	margin-bottom: 20px;	
}

.blogs .blogdesc{
	font-size: 16px; 
	margin-bottom: 35px;  
}

/*.blogs .readmore, .blogs .readmore:hover{
	color: #323232;
	text-decoration: underline;
	font-size:14px;
	font-weight: bold;
}*/

.blogdetailsleftsection{
	border-right: 1px solid #e6e7e8;
}

#blogdetails, #blogsection2{
	margin: 35px 0;
}

#blogdetails img{
	width: 100%; height: auto;max-height: 350px;
}

#blogdetails h3, #blogsection2 h3{
	font-size:18px;
	font-weight: 200;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}

#blogdetails .share{
	font-size:16px;
	font-weight: normal;
	padding: 20px 0 10px 0;
	background-color:#e6e7e8;
	margin-top: 20px;
}

#blogdetails .share p{
	padding: 0 10px;
	margin: 0;
}

#blogdetails .shareicon{
      text-align:right;
      padding-right:20px;
}

#blogsection2 a{
	color: #323232;
}

#blogsection2 img{
	width:133px; height: 70px;
}

#blogsection2 .blog {
    margin-bottom: 30px;    
}

#blogsection2 .blogtitle{
	font-size:14px;
	border-bottom: 1px solid #e6e7e8;
	margin-left: 80px;
	padding-bottom: 7px;
}

#blogsection2 .dates{
	font-size:14px;
	color:#9c9c9c;
	margin-left: 80px;
	padding-top: 7px;
}
 .blogs .data img{
	max-height: 430px!important;
}

@media screen and (max-width: 767px) and (min-width: 320px){  #blogsection2 .blogtitle{margin-left: 28px;}
#blogsection2 .dates{margin-left: 28px;}
#blogdetails, #blogsection2 {
    margin: 0px 0px 35px 0;
}
.blogdesc table tr td p{padding: 5px!important;}
 }

@media screen and (max-width: 1024px) and (min-width: 768px){
	#blogsection2 img {
    width: 200px;
    height: 100px;
}
#blogsection2 .dates,#blogsection2 .blogtitle{
	    margin-left: 0px;
}
#blogsection2 .blogtitle
}

.blogdesc table tr td p{padding: 10px;}