/**
 * Give Frontend Theme Compatibility
 *
 * @description: The following styles help Give look good and fixes CSS conflicts with popular WordPress themes
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/

//Twenty Sixteen
body.give-twentysixteen {

  div.entry-summary {
	margin: 0;
  }

  button.give-btn {
	color: #333;
  }

  .give-submit {
	color: #FFF;
  }

  fieldset#give_terms_agreement {
	padding-left: 0;
  }

}

//Twenty Seventeen Dark Color Scheme
body.give-twentyseventeen.colors-dark {
  div.give-total-wrap input.give-text-input,
  div#give_purchase_form_wrap span.give-final-total-amount,
  div.give_notices p {
	color: black;
  }

  form[id*="give"] fieldset {
	background-color: transparent;
  }

}