.widget_twitter ul .draggable { overflow: hidden }
.widget_twitter ul li { float: left; }
.widget {
    margin-bottom: 20px;
}
.widget:after {
    content:'';
	display:block;
	clear:both;
}
.widget ul{
	margin-left:0;
}
.page-sidebar .widget {
	float: left;
    margin-bottom: 25px;
    width: 100%;
}

/* Widget Section Title */
.widget-section-title {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.widget-section-title h6 {
	margin: 0;
}

/*  Widget Search */
.widget.widget_search .cs-search-area, .widget.widget_search .search-form {
    float: left;
    position: relative;
    width: 100%;
}
.widget.widget_search .cs-search-area input[type="text"] ,
.widget.widget_search .search-form input[type="text"]{
    float: left;
    font-size: 13px;
    height: 36px;
    padding-left: 12px;
    width: 100%;
   color: #999;
   font-style: italic;
   font-weight: 400;
   background-color: #f3f3f3;
  
}
.widget.widget_search .cs-search-area label {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0px;
  margin: 0px;
}
.widget.widget_search .cs-search-area label:before {
  content: "\ea01";
  position: absolute;
  left: -2px;
  top: 0px;
  font-size: 16px;
  color: #fff;
  font-family: 'icomoon';
  padding: 7px 15px;
  cursor: pointer;
  display: block;
}
.widget.widget_search .search-form{
	position:relative;
}
.widget.widget_search .search-form:after{
	content: "\ea01";
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  color: #fff;
  font-family: 'icomoon';
  padding: 7px 15px;
  cursor: pointer;
  display: block;
} 
.widget.widget_search form label input[type="submit"] {
  width: 42px;
  text-align: center;
  height: 36px;
  border: none;
  text-indent: -999px;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-weight: bold;
  padding: 0px;
  background-color: #006db7;
}
.widget.widget_search .search-form input.submit{
	width: 42px;
	right:0;
  text-align: center;
  height: 36px;
  border: none;
  text-indent: -999px;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-weight: bold;
  padding: 0px;
  background-color: #006db7;
  position:absolute;
}
/*  Widget Search */
.widget.widget_categories li {
	list-style: none;
	float:left;
	width:100%;
	position:relative;
}
.widget.widget_contact li{
	list-style:none;
	float:left;
	margin-bottom:10px;
	width:100%;
	position:relative;
}
.widget.widget_contact li i{
	position:absolute;
	left:10px;
	top:10px;
	color:#999;
}
.widget.widget_contact li input{
	padding:5px 30px;
	border:1px solid #ddd;
}
.widget.widget_contact li input.btn-success{background-image: none;}
.widget.widget_categories li span{
	position:absolute;
	right:15px;
	top:3px;
}
.widget.widget_categories li:hover span{
	color:#fff;
}
.widget.widget_categories li a {
	width: 100%;
	float: left;
	color: #324350;
	margin: 0 0 3px;
	font-weight: 400;
	border-radius: 2px;
	padding: 5px 18px 5px;
	background-color: #f3f3f3;
}
.widget.widget_categories li a:hover {
	background-color: #006db7;
	color: #fff;
}

/*  Widget Recent Posts */
.widget.cs-campunews .cs-campus-info {
    overflow: hidden;
}
.widget.cs-campunews li {
	list-style: none;
	padding: 0 0 10px;
	margin: 0 0 10px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #f5f5f5;
}
.widget.cs-campunews li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.widget.cs-campunews li figure{
	float:left;
	margin:0 10px 0 0;
}
.rtl .widget.cs-campunews li figure{
	float:right;
	margin:0 0 0 10px;
}
.widget.cs-campunews p {
	margin: 0;
	color: #444;
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto Slab",sans-serif;
}
.widget.cs-campunews time {
	font-size: 13px;
	color: #999;
	font-weight: 400;
	font-style: italic;
	position: relative;
	padding: 0 0 0 12px;
} 
.widget.cs-campunews time:before {
	content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}
/*  Widget Gallry */
.widget.widget_gallery ul {
	margin: 0 0 0 -8px;
}
.widget.widget_gallery li {
	list-style: none;
	display: inline-block;
	margin: 0 -4px 0 0;
	width: 33.333%;
	vertical-align: top;
	padding: 0 0 8px 8px;
	box-sizing: border-box;
}
.widget.widget_gallery li img {
	width: 100%;
}

/*  Widget Text */
.widget.widget_text li {
	list-style: none;
	margin: 0 0 0 0;
	width: 100%;
	float: left;
}
.widget.widget_text li:last-child {
	margin-bottom: 0;
}
.widget.widget_text li i {
    color: #f97220;
    display: inline-block;
    padding: 0 10px 0 0;
    text-align: center;
    width: 20px;
}
.widget.widget_text li p {
	overflow: hidden;
	color: #444;
	margin: 0;
	font-weight: 300;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}
.widget.widget_text li p a {
	color: #444;
	text-transform: capitalize;
}

/*  Widget Twitter */
.widget.widget_twitter article {
	width: 100%;
	float:left;
	text-align: center;
	padding: 25px 0 0 0;
	background-color: #2094ca;
}
.widget.widget_twitter ul {
	float: left;
	width: 100%;
}
.widget.widget_twitter li {
	list-style: none;
	padding: 15px;
}
.page-sidebar .widget.widget_twitter li{background-color: #006db7;}
.widget.widget_twitter article p, .widget.widget_twitter li p {
	font-size: 17px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	margin: 0;
	padding: 0 0 0;
}
 .widget.widget_twitter li p a, .tweet-desc{color: #fff;}
.widget.widget_twitter article ul {
	width: 100%;
	float: left;
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.widget.widget_twitter article ul:before {
	background-color: #379fcf;
    border-radius: 100%;
    color: #fff;
    content: "\ead1";
	font-family: "icomoon";
    font-size: 10px;
    height: 22px;
    left: 50%;
    line-height: 24px;
    margin: 0 0 0 -12px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 22px;
	padding: 0 0 0 1px;
}
.widget.widget_twitter article li {
	float: left;
	width: 50%;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.widget.widget_twitter article li a,
.widget.widget_twitter article li {
	color: #fff;
	font-weight: 300;
	font-style: italic;
	padding: 4px 0 5px;
}
.widget.widget_twitter article li:last-child {
	border-right: none;
}
.widget.widget_twitter .slick-prev,
.widget.widget_twitter .slick-next {
	display: none !important;
}

/*  Widget Facebook */
.widget.facebok_widget img {
	width: 100%;
}

/* Widget Tags */
.widget_tag_cloud .tagcloud {
    margin-left: -6px;
}
.widget_tag_cloud .tagcloud a {
    border: 1px solid #f5f5f5;
    color: #999;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 26px;
    margin: 0 0 6px 6px;
    padding: 0 12px;
	font-style: italic;
}
.widget_tag_cloud .tagcloud a:hover{ 
	color: #fff;
	background-color: #006db7;
}

/*  Widget Text */
.widget.widget_text img {
    height: auto;
    width: 100%;
}
.widget.widget_text img.ajax-loader{
	width:auto;
}
.widget.widget_text .alignnone img {
	margin-bottom: 10px;
}
.widget.widget_text .select-box {
	position: relative;
	width: 100%;
	float: left;
	cursor: pointer;
}
.widget.widget_text .select-box:before {
	content: "\f103";
	background-color: #fff;
	font-family: "icomoon";
    height: 33px;
    line-height: 32px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 30px;
	pointer-events: none;
}
.widget.widget_text select{
	margin: 0px; 
	width: 100%;
	height: 35px;
	padding: 0 0 0 8px;
	border: 1px solid #f3f3f3;
}
.widget.widget_text .textwidget{padding: 10px 15px 15px;}
.page-sidebar .widget.widget_text .textwidget{padding: 0;}
.textwidget p img {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.widget.widget_text .wp-smiley {
	height: 1em;
	width: auto;
    margin: 5px 5px 5px 0;
}
.textwidget p strong {
    color: #999;
    float: left;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
    width: 100%;
}
.widget.widget_text form{
	float: left; margin-bottom: 15px;
}

/* widget Recent Comments */
.widget.widget_recent_comments li {
	list-style: none;
	line-height: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f3f3f3;
}
.widget.widget_recent_comments li:last-child {
	margin-bottom: 0;
}
.widget.widget_recent_comments li a,
.widget.widget_recent_entries li a {
	font-size: 13px;
	color: #999;
	font-weight: normal;
	font-style: italic;
}
/*  Widget Rss */
.widget_rss ul li {
	list-style: none;
}
.widget_rss ul li a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 20px;
}
.widget.widget_rss{padding: 0px;}
.widget_rss .rss-date {
    color: #999;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}
.widget_rss cite{ font-size: 13px;}
.widget_rss .rssSummary {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 18px;
}

/* widget Nav Menu */
.widget_nav_menu ul li {
	list-style: none;
}
.widget_nav_menu ul li a {
	width: 100%;
	float: left;
	padding: 5px 18px;
  	margin: 0 0 5px;
	background-color: #f3f3f3;
}
.widget_nav_menu ul li a:hover{
	color: #fff;
	background-color: #006db7;
}
.widget_nav_menu ul li .sub-menu li {
	padding: 0 0 0 15px;
}

/* widget Default Style */

.widget.widget_recent_entries li, .widget.widget_pages li,
.widget.widget_meta li, .widget_archive ul li{
  float: left;
  width: 100%;
  list-style: none;
  padding: 5px 18px;
  margin: 0 0 5px;
  background-color: #f3f3f3;
}
.widget.widget_recent_entries li:hover a, .widget.widget_pages li:hover a,
.widget.widget_meta li:hover a, .widget_archive ul li:hover a {
	color: #fff;
}
.widget.widget_recent_entries li:hover, .widget.widget_pages li:hover,
.widget.widget_meta li:hover, .widget_archive ul li:hover {
	background-color: #006db7;
	color: #fff;
}

.widget_list ul li a, 
.widget_nav_menu ul li a, .widget_archive ul li a, 
.widget_pages ul li a, .widget_meta ul li a {
  font-size: 13px;
  color: #2d2d2d;
  position: relative;
}
.widget_archive ul li a{
    float: left;
    text-align: left;
    width: 85%;
}
.widget_archive ul li{text-align: right; color: #d6d6d6; font-size: 13px; list-style: none;}

/* Responsive Calender Style */
.widget_calendar table {
	float: left;
}
.widget_calendar table caption {
	background-color: #006db7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
}
.widget_calendar table th,
.widget_calendar table td {
	color: #324350;
	font-weight: 600;
	line-height: 30px;
	border-style: solid;
	border-color: #f3f3f3;
	border-width: 1px 0 1px 1px;
}
.widget_calendar table tbody,
.widget_calendar table tfoot {
	border-right: 1px solid #f3f3f3;
}
.widget_calendar table thead {
	border-left: 1px solid #f3f3f3;
}
.widget_calendar table > caption + thead > tr:first-child > th, 
.widget_calendar table > colgroup + thead > tr:first-child > th, 
.widget_calendar table > thead:first-child > tr:first-child > th, 
.widget_calendar table > caption + thead > tr:first-child > td, 
.widget_calendar table > colgroup + thead > tr:first-child > td, 
.widget_calendar table > thead:first-child > tr:first-child > td {
	border-right: 1px solid #f3f3f3;
}