h3 {    font-weight: 600 !important; }

#bottom-footer {
    display: none !important;
}

.btn {
        text-transform: uppercase;
	-moz-box-shadow: 0px 5px 0px 0px #104b87;
	-webkit-box-shadow: 0px 5px 0px 0px #104b87;
	box-shadow: 0px 5px 0px 0px #104b87;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0285cc), color-stop(1, #006dba));
	background:-moz-linear-gradient(top, #0285cc 5%, #006dba 100%);
	background:-webkit-linear-gradient(top, #0285cc 5%, #006dba 100%);
	background:-o-linear-gradient(top, #0285cc 5%, #006dba 100%);
	background:-ms-linear-gradient(top, #0285cc 5%, #006dba 100%);
	background:linear-gradient(to bottom, #0285cc 5%, #006dba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0285cc', endColorstr='#006dba',GradientType=0);
	background-color:#0285cc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006dba), color-stop(1, #0285cc));
	background:-moz-linear-gradient(top, #006dba 5%, #0285cc 100%);
	background:-webkit-linear-gradient(top, #006dba 5%, #0285cc 100%);
	background:-o-linear-gradient(top, #006dba 5%, #0285cc 100%);
	background:-ms-linear-gradient(top, #006dba 5%, #0285cc 100%);
	background:linear-gradient(to bottom, #006dba 5%, #0285cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006dba', endColorstr='#0285cc',GradientType=0);
	background-color:#006dba;
color:#ffffff;
}
.btn:active {
	position:relative;
	top:1px;
}





img[src*="http://episodes.whatwouldwedo.com.au/wp-content/uploads/2016/04/graphic.jpg"] {
    display: none;
}

img[src*="http://episodes.whatwouldwedo.com.au/wp-content/uploads/2016/04/button.png"] {
    display: none;
}

img[src*="http://episodes.whatwouldwedo.com.au/wp-content/uploads/2016/01/what-would-we-do.gif"] {
    display: none;
}


.entry-content {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: -60px;
}

