/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2017 | 16:17:37 */
/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 



div#site-branding{
  padding-top:0px;
}
div#site-navigation{
  display:none;
}

@media screen and (min-width: 480px) {
	div.blog_template.bdp_blog_template.box-template.lightbreeze{
      width:40%;
      margin-left:7%;
  }
}

div.blog_template.bdp_blog_template.box-template.lightbreeze{

  float:left;

  min-height: 700px;
  
  
}

div.post-image{
  height:280px;
}

div#footer-branding{
  display: none;
}
h1.entry-title{
  display:none;
}

div#slicknav-menu-toggle{
  display:none;
}