/*
 Theme Name:   Education hub child
 Description:  Education Hub Child Theme
 Template:     education-hub
*/

.tribe-events-tooltip {
  display: none !important;
}

	
body {
	background-color: white;}
	
h1, h2, h3, h4, h5, h6 {
    color: #294a70;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: normal;
    margin: 0 0 15px;
}

#main-nav {
    background-color: #72be44;
    border-bottom: 5px solid #B87B9E;
    display: block;
    float: left;
    width: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#tophead {
    background-color: #72be44;
    clear: both;
    font-family: "Merriweather Sans",sans-serif;
    min-height: 35px;
	color: #a4247a;
}

h1, h2, h3, h4, h5, h6 {
    color: #a4247a;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: normal;
    margin: 0 0 15px;
}

.news-content {
    background: #f3f3f3 none repeat scroll 0 0;
    border-top: 5px solid #b87b9e;
    padding: 15px;
	min-height: 150px;
}

#calendar_wrap table {
    background: #294a70 none repeat scroll 0 0;
    color: #ffffff;
}
#sidebar-primary .widget-title,
 #sidebar-secondary .widget-title {
    background: #72be44 none repeat scroll 0 0;
    border-bottom: 0 solid #b87b9e;
    border-left: 5px solid #b87b9e;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#sidebar-primary .widget-title::after ,
#sidebar-secondary .widget-title::after{
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #72be44;
    bottom: -20px;
    content: "";
    display: block;
    height: 21px;
    left: 5%;
    margin: 0 auto;
    position: absolute;
    width: 13px;
    z-index: 9999;
}
.main-navigation li a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a ,
.main-navigation li:hover > a{
    background:#B87B9E;
    color: #fff;
}