.visible-mobile {
  display: none !important;
}
@media (max-width: 750px) {
	.visible-mobile {
  	display: inline !important;
}

	.hidden-mobile {
  	display: none !important;
}
}
.logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ultimatum-menu {
  float:none !important;
  margin:0 auto;
  display:table;
}
.addtoany_share_save_container { text-align:center;}
ul {
    list-style-image: url('http://www.djbltd.com/images/bulletb.png');
  margin: 20px 0 0 30px;
}


#wrapper-2 {border-radius: 0 0 15px 15px !important;}
#wrapper-5 {border-radius: 15px 15px 0 0 !important;}
#wrapper-8 {border-radius: 15px !important;}

h1 {
  	padding: 20px 0 0 0;
}
h3 {
  	padding: 20px 0 0 0;
}
p {
  	margin: 15px 0 20px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  p {
    font-weight: 500;      
    }
}
.entry-content {
  margin: 20px 0 0 0;
}