/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

:root {
  /* Post */
  --prix: #00aded; /* header prix */
  --high-bd: #d5d5d5; /* highlight-border */
  --high-bg: #f9fdff; /* highlight-background */
  --tabletr: #ececec; /* table header */

  /* Text */
  --color-text-primary: #333;
  --color-text-secondary: #666;
  --color-text-tertiary: #999;

  /* Accent colors */
  --color-cta-primary: #008dff; /* cta btn */
  --color-cta-primary-bg: #e0efff; /* cta bg */
  --color-cta-primary-hover: #1797ff; /* cta btn hover */
  --color-cta-primary-pulse: rgba(
    0,
    131,
    255,
    0.4
  ); /* pulse animation around CTA */
  --color-accent-green: #32ba7c; /* Used in confirmation page */

  /* Form colors */
  --color-form-primary: #008dff; /* form btn, progressbar */
  --color-form-primary-hover: #1797ff; /* form btn hover */
  --color-form-radio-txt-hover: #fff; /* form radio text hover */
  --color-form-primary-pulse: rgba(
    0,
    131,
    255,
    0.4
  ); /* pulse animation around submit button */

  /* Borders & Backgrounds */
  --color-border-light: #e8e8e8;
  --color-bg-hover: #c3e6d8;

  /* States */
  --color-success: #51b87b;
  --color-success-bg: #f7fff7;
  --color-error: #ff0000;

  /* Fonts */
  --font-base: "Helvetica Neue", Arial, sans-serif;
}

/* ==========================================================================
   SITE CUSTOM
   ========================================================================== */
