/*
Theme Name: DJ O'Neill Bray Ltd Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Elive
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%;
}

