.tile.tile-hero{
	cursor: pointer;
}
body{
	padding: 0px;
	margin: 0px;
    background-color: #f5f5f7 !important;
}
.blg-head{
	font-size: 36px;
}
.md-48{
	width: 48%;
	float: left;
	margin-right: 4%;
	    overflow: hidden;
	    background: #fff;
	        border-radius: 7px;
	
}
.md-48-nomrg{
	margin-right: 0px;
}
.md-48 a{
	text-decoration: none !important;
}
.md-100{
	width: 100%;
	background: #fff;
	height: 350px;
	margin-bottom: 40px;
	  border-radius: 7px;
	  overflow: hidden;
}
.blg-container{

    margin-top: 0!important;
    padding-bottom: 44px;
    width: 100%;
    margin: 0 auto!important;
}


 .img-hover-zoom--colorize{
 	height: 260px;
 	overflow: hidden;

 }
   .hover-row{cursor: pointer;}
    .hover-row img {
      transition: transform 1.8s, filter 3.5s ease-in-out;
  /*    filter: grayscale(100%);*/
      cursor: pointer;
          width: 100%;
    }

    .hover-row:hover img {
      filter: grayscale(40%);
      transform: scale(1.100);
    }
.head-h{
	    color: #6e6e73;
	        font-size: 14px;
    line-height: 1.33337;
    font-weight: 700;
    margin: 0px;
      margin-bottom: 15px;
}
.p-date{
    color: #6e6e73;
    font-weight: 700;
    margin: 0px;
}
.p-description{
    color: #1d1d1f;
    font-weight: 700;
    font-size: 26px;
    margin: 0px;
    margin-bottom: 23px;
    line-height: 30px;

}
.banner-slide{
	width: 60%;
	float: left;
		height: 350px;
		overflow-x: hidden;
}
.banner-slide img{
	width: 100%;	  
}
.details-section{
	padding: 30px 30px 40px 30px;
}
.md-100 .details-section{
    padding: 30px;
    float: left;
    width: 40%;
    /* display: flex; */
    align-items: center;

}	

.md-100 .p-description{
/*font-size: 36px;
    line-height: 40px;*/
}

@media(max-width: 1000px) {
  .md-100{
    height: auto;
  }
  .banner-slide {
    width: 100%;
}
.md-100 .details-section,
.md-48 
{
      width: 100%;
}
.md-48 {margin-bottom: 35px;}

 .img-hover-zoom--colorize,
.banner-slide img
 {
  height: auto;

 }
}
@media(min-width:  1168px){
	.md-48 {min-height: 480px;}.post-result{height: 239px;}
}
.post-result{
  display:inline-block;
  width:100%;   
  line-height: 31px;
  font-family: helvetica;  
     margin-bottom: 12px;
    border-radius: 7px;
    overflow: hidden;  

    overflow: hidden;
    /* margin: 0 0 9px; */

    /* border: 4px solid #fff; */
    /* position: relative; */
    /* zoom: 1; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /* border-radius: 4px; */

}
.post-result .result__item__eyebrown{
 color: #6e6e73;
}
.post-result .result__item-img{
  float:left;
  width: 30%;
 
}
.post-result .result__item-content{
  float:right;
  width: 65%;
}
.result__item-content__title{
  color: #1d1d1f;
}
.result__item-content__desc{
 color: #222; 
     font-size: 18px ;
}
.entry{
    margin-top: 0 !important;
}
.entry .entry-content > * {
  /* margin: 13px 0!important;*/
}

.cvf_pag_loading {padding: 20px;}
.cvf-universal-pagination ul {margin: 0; padding: 0;}
.cvf-universal-pagination ul li {display: inline; margin: 3px; padding: 4px 8px; background: #FFF; color: black; }
.cvf-universal-pagination ul li.active:hover {cursor: pointer; background: #81A9E1; color: white; }
.cvf-universal-pagination ul li.inactive {background: #7E7E7E;}
.cvf-universal-pagination ul li.selected {background: #81A9E1; color: white;}
.older_post a{
    color: #1d1d1f !important;
    text-decoration: none!important;
}
.older_post a:hover{
    color: #81A9E1!important;
}
.older_post i{
    margin-left: 4%;
}
