/*--
	Theme Name: Universe
	Theme URI: http://
	Author: PlugThemes
	Author URI: http://
	Description: A Theme for College and Education
	Version: 1.0
	Tags: responsive-layout, theme-options, left-sidebar, right-sidebar
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
--*/



@import "core/css/misc.css";
@import "core/css/main.css";
@import "core/css/responsive.css";


.hentry .archive-title {
    display: none !important;

}
.sidebar .widget-main ul li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
table {

    padding: 10px;
}
.widget-main {
 background: #fb021b !important;
  padding: 25px;

}
.home .col-md-12 .widget-main {
    display: none !important;
}
.col-md-12 .widget-main {
 background: #fff  !important;
}
.sidebar {
    
}

.widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
 