/*--
	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";

/** Custom Styles **/
.bx-wrapper{
	width:100% !important;
	max-width:100% !important;
}
img{
	max-width:100%;
	height:auto;
}
#events{
	margin-top:20px;
}
.event-list{
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
.event-list:last-child{
	border-bottom:none !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.widget-inner h1{
	margin-top:0;
}
.event_link{
	text-transform:uppercase;
	padding-bottom:20px;
}
.footer-widget a.event_link{

	color:#961518;


}
.footer-widget .event_link .title{
	margin-right:1%;
	padding:10px;
	width:65%;	
}
.footer-widget .row{
	margin-left:0 !important;
	margin-right:0 !important;
}
.footer-widget .event_link .date, .footer-widget .event_link .title{
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:2px;
	font-size:11px;
	background:#e9e9e9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
	transition: background 0.5s;
}
.footer-widget .event_link .date{
	font-weight:bold;
	text-align:center;
}
.footer-widget .event_link:hover .date, .footer-widget .event_link:hover .title{
	background:#ab191e;
	color:#fff;
}
 .footer-widget .event_link .title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
.widget-main .textwidget{
	padding:20px;
}
.request-information .footer-widget{
	margin-bottom:0;
}
@media (min-width: 767px){
	.info .text .row{margin-bottom:10px;}
}
@media (max-width: 767px){
	.col-md-4.header-right, .col-md-4.header-left{
		display:none;
	}
	.well .text-center .thumbnail, .text-center .thumbnail.text-center{
		display:inline !important;
	}
}