/*
Theme Name: Beaver Builder 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: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/*VARIABLES*/
/*FONT STYLES*/
.blue {
  color: #1D315E;
}

.red {
  color: #BF202D;
}

.fl-page-content p a, .fl-page-content p a span, .fl-page-content li a, .fl-page-content li a span {
  color: #1260dd;
  font-weight: 600 !important;
  text-decoration: underline;
}

.fl-builder-ui a,
.fl-builder-ui a span,
.fl-builder-bar a,
.fl-builder-panel a {
  all: unset;
  font-weight: normal !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* NAV */
#menu-item-555 {
  transition: all 0.4s ease;
  background-color: #1D315E;
  border-radius: 6px;
  margin-left: 10px;
}
#menu-item-555 a span {
  color: #fff;
}
#menu-item-555:hover {
  transition: all 0.4s ease;
  background-color: #BF202D;
}
