/* Skin */
.bellows.bellows-skin-blue-material {

  /* base colour */

  background: #fff;
  border: 1px solid #eee;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-target,
.bellows.bellows-skin-blue-material .bellows-nav .bellows-custom-content {
  color: #333;
  border-bottom: 1px solid #eee;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target,
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-custom-content {

}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-has-custom-content > .bellows-target {
  border-bottom: none;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target:hover {
  background: #2962FF; 
  color: #fff;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-active > .bellows-target {
  background: #2962FF; 
  color: #fff;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-current-menu-item > .bellows-target,
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor > .bellows-target {

  /* active heading */
  
  background: #2962FF;
  color: #fff;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target .bellows-subtoggle {

}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu {
  background: #fff;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-target,
.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-custom-content,
.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-widget .textwidget {
  color: #777;
  border-bottom: 1px solid #eee;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-has-custom-content > .bellows-target {
  border-bottom: none;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-target:hover {
  background: #f9f9f9;
  color: #444;
}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-current-menu-item > .bellows-target,
.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-current-menu-ancestor > .bellows-target {

  /* active page */

  background: #eee;
}

.fa-chevron-up {
  color: #FE7DB9;
}

.fa-chevron-down {
  color: #FE7DB9;
}