/*
Theme Name: Unicamp Child
Theme URI: https://unicamp.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: unicamp
Text Domain: unicamp-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
  /* DTMD colors */
  --dtmd-primary: #6a121c;
  --dtmd-darker: #570f17;
  --dtmd-lighter: #ae1e2e;

  --e-a-btn-bg-accent-active: var(--dtmd-darker);
  --e-a-btn-bg-accent-hover: var(--dtmd-darker);
  --e-a-btn-bg-accent: var(--dtmd-primary);
  --e-a-color-accent-promotion: #570f17;
  --e-a-color-accent: #570f17;
  --e-a-color-accent: var(--dtmd-primary);
  --unicamp-color-button-background: var(--dtmd-primary);
  --unicamp-color-button-border: var(--dtmd-primary);
  --unicamp-color-form-focus-border: var(--dtmd-primary);
  --unicamp-color-link-hover: var(--dtmd-primary);
  --unicamp-color-primary: var(--dtmd-primary);
  --unicamp-color-secondary: var(--dtmd-darker);
  --wp--preset--color--vivid-red: var(--dtmd-darker);
}

/* Header */
.header-dark .header-bottom,
.header-light .header-bottom {
  background: var(--dtmd-primary) !important;
  background-color: var(--dtmd-primary) !important;
}

.tm-button.style-flat:before {
  background-color: var(--dtmd-primary) !important;
}

.header-center {
  text-align: right;
}
.header-center .header-content-inner {
  float: right;
  margin-right: 80px;
}
