/*
Theme Name: Pure and Simple Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Pure and Simple Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier and you won't lose your changes.
Version: 1.0.0
Author: Styled Themes
Author URI: http://www.styledthemes.com
Template: puresimple
*/



/* Add your own styles below */

/*--------------------------------------------------------------
Page header
--------------------------------------------------------------*/

#bottom-wrapper {
	background-color: #566965;
	color: #090954;
	padding: 2rem 0 1.125rem;
	font-size: 0.75rem;
}

/*
=================================================
Tables
=================================================
*/
.table-custom thead {background-color: #090954;color: #fff;}
.table-custom > thead > tr > th {border: none;}
.table-custom {border-color: #090954;}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
#bottom-wrapper h3 {
	color: #090954;
}
#bottom-wrapper .widget-title {
	color: #090954 !important;
}

.article-info {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	color: #666;
	font-size: 1.25rem;
	font-style:normal; 
	display: none !important;
}

.single-footer {
	font-style:italic;
	display: none !important;
}