/*

Theme Name: Thabo
Description: Cool child theme based on Portfolio Press
Author: Thabo Tswana
Author URI: https://franksweb.org/
Version: 0.0.1
Template: portfolio-press

*/

@import url("../portfolio-press/style.css");

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 17, 2015 */



@font-face {
    font-family: 'modern_pictogramsnormal';
    src: url('fonts/modernpics-webfont.eot');
    src: url('fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/modernpics-webfont.woff2') format('woff2'),
         url('fonts/modernpics-webfont.woff') format('woff'),
         url('fonts/modernpics-webfont.ttf') format('truetype'),
         url('fonts/modernpics-webfont.svg#modern_pictogramsnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

.box{
	background: #E4F0FC;
	margin: 1em 0px 1.5em;
	padding: 12px 10px 12px 15px;
	color: #555;
	text-shadow: none;
	font-weight: bold;
}

.box i.fa{
	background: #5999cf;
	color:#fff;
	padding:7px 10px 8px 11px;
	border-radius:50%;
}

.box a{ color:#5999cf !important}

.box.red{ background: #FFD9C8; }
.box.red a{ color:#E97373 !important}
.box.red i.fa{ background: #E97373; }

.box.green{ background: #edfcd5}
.box.green a{ color:#80b42b !important}
.box.green i.fa{ background: #80b42b; }

body {
    color: #221F20;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6, #logo #site-title a {
    font-family: 'Ubuntu', sans-serif;	
}

h1, h2, h3, h4, h5, h6, .widget-container h3, #colophon #site-generator p, #content blockquote {
    color: #221F20;	
}

#logo #site-title a, .primary-navigation a, .primary-navigation ul li.current-menu-item > a, .primary-navigation ul > li:hover > a, #logo #site-description {
    color: #0F0E0A;
}

a[href$=".pdf"]:after {
	content: " K";
	font-family: modern_pictogramsnormal, sans-serif;
	font-size: 1.1em;
	position: relative;
	top: -.2em;
}

#recent-posts-2 ul li {
	margin-bottom: 10px;
}

