/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Set base text color for all children inside .dark-row */
.dark-row,
.dark-row * {
  color: white !important;
}

/* Links */
.dark-row a {
  color: white !important;
  text-decoration: underline;
}

.dark-row a:hover {
  color: #ccc !important;
}

/* Font Awesome icons (Font-based or SVG) */
.dark-row i,
.dark-row svg {
  color: white !important;
}

/* Bridge buttons */
.dark-row .qodef-btn,
.dark-row .qodef-button,
.dark-row .wpb_button,
.dark-row button,
.dark-row input[type="submit"] {
  background-color: white !important;
  color: #222 !important;
  border: none !important;
  transition: all 0.2s ease;
}

.dark-row .qodef-btn:hover,
.dark-row .qodef-button:hover,
.dark-row .wpb_button:hover,
.dark-row button:hover,
.dark-row input[type="submit"]:hover {
  background-color: #ccc !important;
  color: #000 !important;
}

/* Forms */
.dark-row input,
.dark-row textarea,
.dark-row select {
  background-color: #333 !important;
  color: white !important;
  border: 1px solid #666 !important;
}

.dark-row input::placeholder,
.dark-row textarea::placeholder {
  color: #aaa !important;
}