.site-header{
	background-color: #f2f2f2;
	color: #000;
	margin-top: 0px;
	margin-bottom:0px;
	padding-left:8px;
	margin-right: 0px;
	padding-right:5px;
}

.site-footer{
	color: #fff;
	margin:0;
	padding:0;
}
.site-footer a{
	color: #fff;
}


.content-wrapper {
	box-sizing: border-box;
  max-width: 100%;
  margin: 2.625em auto 0;
  padding: 0;
}

.site-title {
	float: left;
	margin-top: 0px;
}

#wpforo-wrap {
	padding: 10px 8px;
}

.site-title a {
	font-weight:bold;
	font-size:26px;
}

.content-area {
	max-width: 100%;
}

.forum-content{
	width: 100%;
	float: left;
}

.forum-ads{
	margin: 10px;
	width: 20%;
	float: left;
}
.forum-ads img{
	height: 600px;
}

.entry-header{
	text-align: center;
}
.site-header{
	text-align: left;
}

.site-description{
	float: left;
	width: 100%;
	margin: 0px;
	color: #000;
}

.wf-active #hero-header .site-description {
		font-size:14px;
}

.content-area .site-main .entry-content .sharedaddy{
		width: 70%;
    margin-left: 6.3%;
    
}
.entry-header{
	display: none;
}
.content-wrapper{
	margin: 0px auto 0px; 
}

#xxxcolophon {
padding-bottom: 10px !important;
padding-top: 30px !important;
}

.footer-widgets .widget-area, .footer-widgets.clear {
	margin:0;
	padding:0;
}

.site-info {
	padding: 0px!important;
}

/* banner code here */
@media only screen and (min-width: 768px)  {
.banner-desktop {
	display:visible
}
	.banner-mob {
	display:none;
}
}
@media only screen and (max-width: 768px) and (min-width: 320px)  {
.banner-mob {
	display:visible;
}
	.banner-desktop {
	display:none
}
}

.site-branding {
    margin-bottom: 0;
}

body:not(.has-header-image) .site-main > article:first-child {
	    padding-top: 0;
}

body:not(.has-header-image) .site-header {
    margin-bottom: 0;
}

.entry-header + .entry-content, .entry-header + .entry-summary {
	margin-top:0;
}

/* The following is used for supressing when the recent post was added and should be REMOVED once the forum starts going well */
#wpf-widget-recent-replies .wpforo-list-item-right p.postuser {
	font-size:0px !important;
}
#wpf-widget-recent-replies .wpforo-list-item-right p.postuser:after {
	font-size:12px;
	content: "Added 2020";
}
.wpf-last-post-by > a:after {
	font-size:12px;
	content: " Last post in 2020";
}
.wpforo-post-content-top > span {
	font-size:0 !important;
}
.wpforo-post-content-top > span:after {
	font-size:12px;
	content:"This post added: 2020";
}
#wpf-widget-recent-replies .wpforo-list-item-right p.postuser {
	font-size:0;
}

/**/

/* For NEW TOPIC this puts 'this will not be published' next to email address  */
#wpforo-wrap .wpf-topic-create form::before, 
#wpforo-wrap #wpf-post-create form::before {
	content: "Your email address will not be published.";
	padding-left: 8px;
}