/* inserts ZBGC logo top left */

#logo {
  width: 150px;
  height: 53px;
   content:url(http://www.zbgc.com.au/wp-content/uploads/2015/08/zbgc_web_logo13.png);
}

#top-nav-menu {
  float: right;
}

/* removes advertica lite slider image */
.ad-slider-image {
   display: none;
}
/*to change grid button from green to grey*/
.btn-sm, .btn-success {
  background-color: #555;
  border-color: #555;
}

/*sets font for grid the same as the rest of the theme*/
.pt-cv-content {
  color: #777777;
  font-family: 'OpenSansRegular'!important;
  font-size: 12px !important;
}

/*To give padding after paragraph styles*/
p {
   padding: 0 0 10px 0 !important;  
}