@charset "UTF-8";
/* CSS Document */

.menu li a {
	text-transform: uppercase;
}
.sticky-header.fixed,.footer{
	background: rgb(30,22,123)!important;
	background: -webkit-linear-gradient(top left, rgba(30,22,123,1) 0%, rgba(46,58,196,1) 50%, rgba(111,117,215,1) 100%)!important;
	background: -o-linear-gradient(top left, rgba(30,22,123,1) 0%, rgba(46,58,196,1) 50%, rgba(111,117,215,1) 100%)!important;
	background: linear-gradient(to bottom right, rgba(30,22,123,1) 0%, rgba(46,58,196,1) 50%, rgba(111,117,215,1) 100%)!important;
}
.header-middle .divider {
	background-color: #fff;
}
.footer-middle .widget-body,.footer .copyright,.header-top .welcome-msg,.header-top .social-links,.header-top .header-right>*{
	color: #fff;
}
.footer .social-link {
	color: #fff;
	border: 2px solid #fff;
}
.post-list-xs .post-calendar {
	border-color: #fff;
}
.footer-middle{
	border-bottom: 1px solid #fff;
}