/*move submenu block to left*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu
{
      right: 100%;
      top: 0px;    /* default */
}
/*move arraw to left*/
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after
{
  content: '\f141';
  float: left; 
}

/*change submenu styles*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
text-align: center;
color: white;
background-color: #294a70;
border-bottom: 1px solid #f4b020;   
}

#mega-menu-wrap-primary #mega-menu-primary {
    z-index: 1000;
}

/*Remove border radius from description box in slider */
#main-slider .cycle-caption{
border-radius:0;
}

/* old education hub theme css */

div.site-info {
    display: none;
}


.read-more{
color: white;
background-color: #294a70;
 border-radius: 5px;
}
   .jwdsp_widget-button {
    display: none;
}
    .jwdsp_widget-credit {
    display: none;
}

a:visited {
    color: white;
}

.site-header {
    padding-top: 40mm;
	margin: 0;
}


.main-navigation li {
    float: right;
}
.main-navigation ul li a{
	padding: 10px 10px;
}

/* edit style of events caption */ 

div#igsv-1pGyHhGymw3_fjhH1DKJLPDoYR_8CRi8qfDtyJGxYmHo_wrapper caption
{
  font-size: 25px;
  font-weight: bold;
  margin: 10px;
}