/*

Theme Name: Base X Child template with Grunt
Author: Edie
Template: x

*/
p, ul, li {
  color: #666666; }
  p strong, ul strong, li strong {
    color: #262626; }

.x-navbar {
  background-color: #1f1f1f !important; }
  .x-navbar .x-brand {
    margin: auto; }
    .x-navbar .x-brand img {
      width: 200px; }
  .x-navbar .x-btn-navbar, .x-navbar .collapsed {
    margin: 0;
    position: absolute;
    top: 1em;
    right: 0; }
    .x-navbar .x-btn-navbar i, .x-navbar .collapsed i {
      font-size: 2em;
      color: #eee; }
  .x-navbar .desktop .x-nav li a span {
    border: 0;
    font-size: 1.5em;
    font-weight: 700;
    color: #eee;
    padding: 0 !important;
    transition: all 1s ease !important; }
  .x-navbar .desktop .x-nav li a::after {
    content: "";
    position: absolute;
    bottom: 25%;
    left: 50%;
    right: 50%;
    height: 5px;
    background-color: #85d4fd;
    transition: all 1s ease !important; }
  .x-navbar .desktop .x-nav li a:hover span {
    color: #85d4fd; }
  .x-navbar .desktop .x-nav li a:hover::after {
    left: 5%;
    right: 5%; }

.x-section {
  font-size: 16px;
  letter-spacing: 0.5px; }
  .x-section .headings {
    margin: 1em;
    color: #eee;
    letter-spacing: 1px; }

#x-section-6 .x-feature-box-graphic-outer {
  height: 7em; }
  #x-section-6 .x-feature-box-graphic-outer .x-feature-box-graphic-inner {
    height: 100%; }
    #x-section-6 .x-feature-box-graphic-outer .x-feature-box-graphic-inner i {
      height: inherit; }
#x-section-6 .x-feature-box-content p a {
  color: #85d4fd;
  transition: all 0.5s ease !important; }
#x-section-6 .x-feature-box-content p:hover a {
  color: #025681; }
#x-section-6 .x-map {
  margin-bottom: 0; }
  #x-section-6 .x-map .x-map-inner {
    padding-bottom: 20% !important; }
    #x-section-6 .x-map .x-map-inner iframe {
      width: 100% !important;
      height: 100% !important; }

.x-navbar-fixed-top-active .x-navbar-wrap {
  margin-bottom: 0 !important; }

.x-navbar {
  border-bottom: none; }

.x-navbar .desktop .x-nav > li > a,
.x-navbar .desktop .x-nav > li:first-child > a {
  border: none; }

.button:focus,
.x-btn:focus,
[type="submit"]:focus,
a:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none !important;
  outline: none !important;
  outline-offset: 0 !important; }

/*# sourceMappingURL=style.css.map */