/*
  Theme Name:       Education Hub estilo SDI
  Description:      Education Hub estilo SDI
  Author:           João Rodrigues <jrodrigues@fba.up.pt>
  Template:         education-hub
  Version:          1.0.1
*/

#tophead {
	background-color: #777;
}

#main-slider h3 {
	color: #333;
}

.site-footer {
	background-color: #333;
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #666;
}

#main-nav {
	background-color: #666;
}

.main-navigation ul ul {
	background-color: #666;
}

#calendar_wrap table {
	background-color: #666;
}

.comment-reply-link {
	background-color: #666;
}

.nav-links span.current,
.nav-links a {
	background-color: #666;
	color: #fff;
}

#main-slider .pager-box.cycle-pager-active{
	background-color: #666;
}

#main-slider a,
#main-slider h3 {
	color: #666;
}

#main-slider .cycle-prev::after,
#main-slider .cycle-next::after {
	background-color: #666;
}

.search-form .search-submit {
	background-color: #666;
}

#sidebar-primary .widget-title::after,
#sidebar-secondary .widget-title::after{
	border-top: 9px solid #666;
}

#sidebar-primary .widget-title,
#sidebar-secondary .widget-title {
	background-color: #666;
}

#footer-widgets {
	background-color: #666;
}

/*
a,
a:visited {
	color:#666;
}
*/
article a {
	text-decoration: underline;
}

#footer-widgets a {
	color: #c2c2c2;
}

#footer-widgets li a {
	color: #fff;
}

.scrollup i {
	color:#666;
}

.main-navigation ul {
	background-color: #666;
}

.menu-toggle {
	background-color: #666;
}

.education_hub_widget_social ul li a[href*="google.pt"]:before {
  content: "\f1a0";
}

.education_hub_widget_social ul li a[href*="up.pt"]:before {
  content: "\f19c";
}

.education_hub_widget_social ul li a[href*="issuu.com"]:before {
  content: "\f02d";
}

.education_hub_widget_social ul li a[href*="up.pt"]:hover {
  background-color: #000;
}
.education_hub_widget_social ul li a[href*="issuu.com"]:hover {
  background-color: #f26f61;
}

