/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

/* ===============================
   ACCESIBILIDAD – CONTRASTE
   Footer y Header inferior
   =============================== 

/* Footer*/ 
.footer_top_holder,
.footer_top_holder p,
.footer_top_holder span,
.footer_top_holder figcaption {
  color: #1a1a1a !important; 
}

.footer_top_holder a {
  color: #003366 !important;
}

.footer_top_holder a:hover,
.footer_top_holder a:focus {
  color: #000000 !important;
  text-decoration: underline;
}

 /*Header inferior*/ 
.header_top_bottom_holder.header_bottom,
.header_top_bottom_holder.header_bottom p,
.header_top_bottom_holder.header_bottom span {
  color: #1a1a1a !important;
}

.header_top_bottom_holder.header_bottom a {
  color: #003366 !important;
}

.header_bottom a:hover,
.header_bottom a:focus {
  color: #000000 !important;
}

