/*
Theme Name: Foundry Executive Child Theme
Theme URI: https://www.elive.net
Version: 1.0
Description: A custom developed child theme for Foundry Executive.
Author: Elive - Paul Mackessey
Author URI: https://www.elive.net
template: bb-theme
*/

/* Add your custom styles here... */ 


/* NAVIGATION */
#nav ul li a,
#nav ul li a:after,
#nav ul li a:before {
  transition: all .5s;
}

#nav.stroke ul li a,
#nav.fill ul li a {
  position: relative;
}
#nav.stroke ul li a:after,
#nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #08a2ec;
  height: 2px;
}
#nav.stroke ul li a:hover:after {
  width: 100%;
}

