/* Blogs */

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 70%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 30%;
  padding-left: 20px;
  margin-top:-40px;
}

/* Fake image */
.fakeimg {
  width: 100%;
  min-height:50px;
  margin-bottom:12px;
  text-align:center;
 
}

/* Add a card effect for articles */
.card {
   padding: 20px;
   margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.blog{ border-bottom:1px solid #666666; float:left; margin-bottom:20px; padding-bottom:10px; height:420px!important;}
.blog-text{ margin-top:6px; font-size:14px;}
.blog-cat{ font-size:14px; font-weight:normal}
.blog-span{ margin-right:13px!important; }
.blog h2 { font-size:15px; margin-bottom:10px; }
.blog-title{ margin-top:10px; font-size:18px!important; font-weight:bold; padding-bottom:10px; color:#666666; width:100%; float:left }
.blog-title a{ color:#333333!important; font-weight:bold!important;}
.blog-recent{ margin-bottom:10px; padding:15px; text-align:center; line-height:inherit}
.blog-recent img{ width:70%}
.blog-recent h6{ color:#999999}
.blog-recent h4{ line-height:normal!important}
.blog-recent h4 a{ color:#666666; font-size:15px;}
.blog-right-h4{ font-size:22px; margin-bottom:10px; border-bottom:1px solid #DFDFDF; padding-bottom:10px;}
.blog-cat-li
{ 
	width:100%; float:left;list-style-type:none;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 13px;
	position: relative

}
.blog-cat-li a{ color:#666; font-size:15px;}
.blog-cat-li a:hover{ color:#006600}
.blog-cat-li span{ float:right}
.noborder{ border:0px!important;}

@media screen and (max-width: 800px) 
{
	.leftcolumn {   
  float: left;
  width: 100%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 100%;
  padding-left: 0px;
}
.blog{ padding:20px;}

}



.for_blog.blog_single_post{
  border: none;
  text-align: center;
}
.for_blog.blog_single_post .details .title{
  color: #1A3760;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.for_blog{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.for_blog .thumb{
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.for_blog .thumb img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.for_blog:hover .thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.for_blog .tag{
  background-color: #0A2357;;
  border-radius: 60px;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  height: 25px;
  left: 10px;
  line-height: 25px;
  letter-spacing: 0.03em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 52px;
  z-index: 1;
}
.for_blog.list-type{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.for_blog .details{
  position: relative;
  padding: 17px 10px 10px;
}
.for_blog .details .title,
.for_blog .details .title a{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.for_blog .details .bp_meta ul li{
  margin-right: 15px;
}
.for_blog .details .bp_meta ul li:lasat-child{
  margin-right: 0px;
}
.for_blog .details .bp_meta ul li a{
  color: #5F6973;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.for_blog .details .bp_meta ul li a span{
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.for_blog .fp_footer .fp_meta li:nth-child(2){
  margin-right: 30px;
}
.for_blog.list-type .thumb{
  max-width: 390px;
  width: 100%;
}
.for_blog.list-type .details{
  padding: 28px 35px 10px 35px;
}
.for_blog.list-type .details p,
.for_blog.blog_details_inner .details p{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.for_blog .details .bpg_meta li a{
  font-size: 14px;
  color: rgb(119, 119, 119);
  line-height: 1.2;
}

.img-whp {
  width: 100% !important;
}
