/* -------------------------------------------

	Name: 		Face2Face Africa (print)
	Date:		2017/08/22
	Author:		http://psdhtml.me
		   		   
---------------------------------------------  */
* { margin: 0; padding: 0; }
*, :before, :after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
@page { margin: .5cm; }

html { font-size: 100.01%; }
body { background: #fff; font-size: 60%; }

body, textarea, input, select, option, button { color: #000; font-family: Calibri, Helvetica, Arial, sans-serif; line-height: 1.4; }
li, dt, dd, p, figure, th, td, caption, pre, legend { font-size: 1.5em; } /*---*/ li *, li li, dt *, dd *, p *, figure *, th *, td *, legend * { font-size: 1em; }
ul, ol, dl, p, figure, table, pre, h1, h2, h3, h4, h5, h6, legend { margin-bottom: 1em; }

article, aside, div, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; margin-bottom: 2em; }
	
	
/*! Layout --------- */
#top { margin: 0 0 1em; padding: 0 0 0.5em; border-bottom: 1px solid #ccc; }
	#logo { margin: 0 0 .5em; }
		#logo a { color: #000; text-decoration: none; }
#content { }
	#content a:after { content: " (" attr(href) ") "; color: #555; font-size: 0.8em; font-style: italic; }
	#content a[href^="#"]:after { content: ""; }
#footer { margin: 1em 0 0; padding: 1em 0 0; border-top: 1px solid #ccc; }


/*! Columns --------- */


/*! Modules --------- */
.list-gallery-a, .list-gallery-b, .list-news, .list-featured, .list-gallery-c, .list-d { overflow: hidden; list-style: none; margin-left: -20px; padding: 0; }
.list-gallery-a, .list-gallery-b, .list-news, .list-featured, .list-gallery-c, .list-d  { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -o-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-start; }
	.list-gallery-a li, .list-gallery-b li, .list-news li, .list-featured li, .list-gallery-c li, .list-d li { display: block; width: 25%; margin: 0 0 1em; border-left: 20px solid rgba(0,0,0,0); }
		.list-news li, .list-featured li, .list-d li { width: 33.33333333%; }
		.list-featured.a li { width: 50%; }
		.list-gallery-a li:nth-child(3n) + li, .list-gallery-b li:nth-child(3n) + li, .list-news li:nth-child(3n) + li { clear: both; }
	.list-gallery-a a:first-child, .list-gallery-b a:first-child, .list-news a:first-child, .list-featured a:first-child, .list-gallery-c a:first-child, .list-d a { display: block; }
	.list-gallery-a .img, .list-gallery-a img, .list-gallery-b .img, .list-gallery-b img, .list-news .img, .list-news img, .list-featured .img, .list-featured img, .list-gallery-c .img, .list-gallery-c img, .list-d img { display: block; margin-bottom: .5em; }
		.list-gallery-a .img img, .list-gallery-b .img img, .list-news .img img, .list-featured .img img, .list-gallery-c .img img { margin: 0; }
	.list-gallery-a span, .list-gallery-b span, .list-news span, .list-featured span, .list-gallery-c span { display: block; margin-bottom: .5em; font-size: .75em; font-style: italic; }
	.list-d a { margin-bottom: .5em; }
		

/*! Defaults --------- */
h1, h2, h3, h4, h5, h6, #logo { margin: 1.25em 0 0.5em; color: #000; font-weight: 700; font-family: Cambria, Georgia, serif; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #logo a { color: #000; text-decoration: none; }
h2, h3 { page-break-after: avoid; }
	h1, #logo { margin-top: 0; font-size: 2.4em; }
	h2 { font-size: 2.0em; }
	h3 { font-size: 1.8em; }
	h4 { font-size: 1.6em; }
	h5 { font-size: 1.5em; text-transform: uppercase; }
	h6 { font-size: 1.4em; text-transform: uppercase; }
p, h2, h3 { orphans: 3; widows: 3; }

a { color: #09f; text-decoration: underline; }

img { max-width: 100% !important; height: auto !important; border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }
tr, img { page-break-inside: avoid; }

ul, ol, dd, blockquote { padding-left: 2em; }
	ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

table { display: table; border-collapse: collapse; border-spacing: 0; }
	table th, table td { padding: 0.3em 0.6em; border: 1px solid #ccc; }


/*! Hiding --------- */
.list-d br { display: none; }
#skip, nav, form, [class*="link"], [class*="icon"], h1 a:after, h2 a:after, h3 a:after, h4 a:after, h5 a:after, h6 a:after, #logo a:after, .module-b, .social-a, .mobile-only, .desktop-hide, .fit-a, .author figure, .comments-a, .cols-a > aside, .tabs-a.hidden, .header-a a, .scheme-b, .list-d li.tablet-only, .dont-print { position: absolute; left: -3000em; top: -3000em; }