/* Enter Your Custom CSS Here */
.site-header h1 a {
  background: transparent url("https://www.ballaratskylights.com.au/wp-content/uploads/2014/03/bs-logo1.png") 0 0 no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  width: 200px;
  height: 100px;
}
.phone-num {
  float: right;
  font-size: 32px;
  font-weight: bold;
  margin-top: -80px;
}
.home #primary {
  margin-top:0;
}
.home .entry-header {
  margin-bottom:0;
}
.home .site-content article {
  margin-bottom:5px;
}
.site-header h1 a, .site-header h2 {
    color: #e5ba42;
}
.widget img,
.entry-header img,
.entry-content img {
  border-radius: 0;
  box-shadow: none;
}
.post-28 .ngg-slideshow.slick-slider {
}
@media screen and (max-width: 400px) {
  .site-header h1 a {
    text-align:center;
    display: inline-block;
  }
  .phone-num {
    float: none;
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    text-align:center;
  }
  .post-28 .ngg-slideshow.slick-slider {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .home .entry-header {
     text-align:center;
  }
}