/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.wp-caption {
	background: #FFFFFF;
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	padding: .5em;
	padding-top: .5em;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: 0;
	text-align: left;
	max-width: 100%;
	margin: 0 0 30px;
	clear: both;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #000000;
}
blockquote p{
	color: #000000;
font-size: 20px
}
/*change title in category-land*/
body.category-land div.container div.main h1.title{
	visibility:hidden;
	font-size: 0pt;
		
}
body.category-land div.container div.main h1.title:after{
	visibility: visible;
	font-size: 45pt;
	content:'The land';
}
/*change title in category-people*/
body.category-people div.container div.main h1.title{
	visibility:hidden;
	font-size: 0pt;
		
}
body.category-people div.container div.main h1.title:after{
	visibility: visible;
	font-size: 45pt;
	content:'People';
}
/*change title in category-society*/
body.category-society div.container div.main h1.title{
	visibility:hidden;
	font-size: 0pt;
		
}
body.category-society div.container div.main h1.title:after{
	visibility: visible;
	font-size: 45pt;
	content:'Society';
}
/*change title in category-science*/
body.category-science div.container div.main h1.title{
	visibility:hidden;
	font-size: 0pt;
		
}
body.category-science div.container div.main h1.title:after{
	visibility: visible;
	font-size: 45pt;
	content:'Fact checks';
}
/*change title in category-arts-culture*/
body.category-arts-culture div.container div.main h1.title{
	visibility:hidden;
	font-size: 0pt;
		
}
body.category-arts-culture div.container div.main h1.title:after{
	visibility: visible;
	font-size: 45pt;
	content:'Arts & culture';
}
/*change title in category-history*/
body.category-history div.container div.main h1.title{
	visibility:hidden;
	font-size: 0pt;
		
}
body.category-history div.container div.main h1.title:after{
	visibility: visible;
	font-size: 45pt;
	content:'History';
}
/*change title in category-africa*/
body.category-africa div.container div.main h1.title{
	visibility:hidden;
	font-size: 0pt;
		
}
body.category-africa div.container div.main h1.title:after{
	visibility: visible;
	font-size: 45pt;
	content:'Africa';
}

/*change title in category-inforaphics*/
body.category-infographics div.container div.main h1.title{
	visibility:hidden;
	font-size: 0pt;
		
}
body.category-infographics div.container div.main h1.title:after{
	visibility: visible;
	font-size: 45pt;
	content:'Infographics';
}