/* put here your custom css styles */

/* ---Background image --- */


/* -- temporarily disabled background
.site-container{
  background: url("http://niproaustralia.com.au/devsite/wp-content/uploads/2017/11/whirlpool.png"); 
  background-repeat: repeat;
  background-size: 400px 400px;
}   --- */

/* --- Disabe comments visibility from Blog post --- */
.comments-number
{
    display: none;
}



