/* Some pieces are potentially redundant and echoed in other stylesheets.
Still, it has been established at the time of this commit that the peices in here are relevant to the footer */

/* Footer */

footer.navbar.navbar-default{
  background-color: #ffffff;
}

.skiptranslate {
  display: none;
}
#copyright {
  float: right;
  text-align: right;
  width: 100%;
}
footer.navbar {
  box-shadow: none;
  border: none;
  background-color: transparent;
  border-top: 2px solid #ece9de;
}

footer a {
  font-weight: 600 !important;
  color:#000000 !important;
}

footer .container-fluid {
  background: transparent;
}

/* Translation widget */
.ab-translation-widget.form-control {
  border-color: #9a8a8b;
  color: #351417;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  width: auto;
}
.ab-translation-widget.form-control:focus,
.ab-translation-widget.form-control:hover {
  border-color: #351417;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  outline: none;
}
.ab-translation-widget.form-control:active {
  box-shadow: none;
}

.translation-widget-submit {
  background-color: #007575;
  color: #fff;
}

.translation-widget-submit:focus,
.translation-widget-submit:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #351417;
  color: #fff;
  outline: none;
}

.translation-widget-submit:active,
.translation-widget-submit:active:focus {
  box-shadow: none;
  background-color: #351417;
  color: #fff;
}

#copyright {
  color: inherit;
  margin-top: 0;
}

#footer-navigation .nav {
  margin-top: 0;
  margin-bottom: 0;
}

#footer-navigation li:after {
  content: "";
  font-weight: 600;
  color: #ece9de;
}

#footer-navigation li:last-of-type:after {
  content: none;
}

/* Other global styles */

.horizontal-divider {
  border-color: #ece9de;
  border-width: 2px;
}

footer.navbar-default .navbar-toggle:hover,
footer.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  color: #007575;
}

/* Mobile/Tablet */

@media only screen and (max-width: 767px) {
  #footer-navigation li:after {
    content: "";
  }
}

/* my dumb thing */
#footer-navigation li {
  font-size: 12px;
  text-align: right;
}

#copyright {
  font-size: 12px;
}

nav.navbar.navbar-default .navbar-nav > li > a {
  color: #008080 !important;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none !important
}
