

@media only screen and (max-width: 1100px) and (min-width: 650px) {
  .logo img {    
    height: 25px !important;
  }
}

@media only screen and (max-width: 650px) {
  .logo img {    
    height: 12px !important;
  }
}

.blog_holder article .post_infos .post_author {display: none;}

.projects_holder article a.preview {display: none;}

.projects_holder article a.lightbox{display:none}

.portfolio_gallery a .gallery_text_holder, .projects_holder article span.text_holder, .gallery_holder ul li .gallery_hover {
background-color: rgba(1,127,69,0.9);
}

.search-results .title { display: none; }
