.footer-sidebar {
	height: 200px;
	padding-top: 0;
	background-color: #ff9900;
}

.site-navigation a {
	display: block;
	text-transform: none;
}

.entry-title a {
	color: #351c75;
}

.wf-active h1 {
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	color: #351c75;
}

.footer-wrap:before {
	content: "This is my added text";
	display: block;
	margin-bottom: 10px;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}

.wf-active h2 {
	font-weight: 700; 
	font-style: normal;
	text-transform: none;
	color: #ff9900;
}

.wf-active h3 {
	font-weight: 500; /* 700 */
	font-style: normal;
	text-transform: none;
	color: #351c75;
}

.wf-active h4 {
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	color: #ff9900;
}

.wf-active h5 {
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	color: #351c75;
}

header#masthead {
	visibility: visible;
	background-color: #fff;
}

.content-area, .content-sidebar {
	padding-top: 1px;
}

.footer-sidebar .widget, .primary-sidebar .widget {
	font-size: 13px;
	color: #000000;
	line-height: 1.5;
	padding-left: 1;
	width: 250px;
	margin-top: 20px;
	font-weight: bold;
}

.site-navigation a {
	color: #351c75;
	font-size: 14px;
	display: block;
	text-transform: none;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 200px;
	max-width: 950px;
}

a, .content-sidebar .widget a, .content-sidebar .widget_flickr #flickr_badge_uber_wrapper a:link, .content-sidebar .widget_flickr #flickr_badge_uber_wrapper a:active, .content-sidebar .widget_flickr #flickr_badge_uber_wrapper a:visited {
	color: #351c75;
}

p {
	hyphens: none;
	margin-bottom: 11px;
}

body {
	background: #ffffff;
}

.single .content-sidebar {
	display: none;
}

.single .site-content {
	margin-right: 0;
}

.single .site-content .hentry.has-post-thumbnail {
	width: 100%;
	max-width: 100%;
}

/*.single .post-thumbnail img {
	width: 100%;*/
}

.single .site-content .entry-header, .single .site-content .entry-content, .single .site-content .entry-summary, .single .site-content .entry-meta {
	max-width: 874px;
}

.site-info {
	display: none;
}

@media screen and (min-width: 1260px) {

	div#page.hfeed.site {
		max-width: none;
	}
	
	div#main.site-main {
		max-width: 1260px;
	}
	p {
	hyphens: none;
	margin-bottom: 11px;
	}
}

@media screen and (max-width: 800px) {
		div#secondary {
		display:none;
	}
	.site-content .entry-header, .site-content .entry-content {
    margin-left: 1px;
    
	}
	
	p {
	hyphens: none;
	margin-bottom: 11px;
	}
	
	div.wprm-wrapper {
		display: block;
	}
	.footer-sidebar {
	height: 500px;
	padding-top: 0;
	background-color: #ff9900;
	}
}


.tag-cloud-link {
	font-size: 14px !important;
	border: 0 solid #351c75;
	padding: 6px;
	text-transform: none;
	background-color: #fff;
}

#header-image a {
	background: url('https://msselfie.co.uk/wp-content/uploads/2021/12/logo-sml.png') no-repeat;

	display: block;
	width: 320px;
	height: 120px;
}

#header-image a img {
	display: none;
}
.wp-block-table td {
	  line-height: 18pt;
    font-size: 12pt;
		margin-left:15%;
		margin-right:15%;
		hyphens: none;
	  word-wrap: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    hyphens: none;
    
}

.wp-block-latest-posts__post-title {
	font-size: 18pt;
}

.add-remove-bottom-space {
 margin-bottom: 0;
}

nav.navigation.post-navigation {
    display: none;
}

/* Tag page cleanup */
body.archive.tag .site-content .type-post .entry-content, body.archive.tag .site-content .type-post footer.entry-meta {
  display: none;
}

wp_tag_cloud {
		'number' => 250,
	
}
/*body.archive.tag .site-content .type-post .entry-meta {
  display: none;
}*/

.list-view .site-content .hentry {
    border-top: 0px solid rgba(0, 0, 0, 0);
    padding-top: 4px;
		margin: 0 auto 0;
}

/* Mobile menu */
#wprmenu_bar > div.menu_title > a {
	display: none;
}

#wprmenu_bar > div.menu_title {
	content: 'MENU';
}

/* Remove tag list from posts */
.site-content .entry-meta > span {
    display: none;
}

/*donate menu*/
.menu-button { 
background-color:#ff9900;
font-weight: bold;
height: 100%;
border:2px;
border-radius:2px;
-webkit-box-shadow:0px 0px 0px 0px #2f2f2f;
-moz-box-shadow:0px 0px 0px 0px #2f2f2f;
box-shadow:0px 0px 0px 0px #2f2f2f;
}
.menu-button a,  .menu-button a:hover, .menu-button a:active { 
color:#351c75 !important;
}

.last-updated {
    font-size: 10px;
    font-style: italic;
} 

.search-toggle {
	margin-left:2px;
}

.primary-navigation li {
        border: 0;
        display: inline-block;
        height: 48px;
        line-height: 48px;
        position: relative;
        font-weight: bold;
    }
}