/**
 * Theme Name: Cesar Portes
 * Description: Custom child them for Cesar Portes.
 * Author: Tráfico
 * Author URI: https://trafico.ca
 * Template: hello-elementor
 * Version: 1.0.1
 * Text Domain: tfco-cesar-portes
 */

:root {
  --cp-dark-brown: #9E662C;
  --cp-light-brown: #D8995D;
  --cp-light-beige: #FCFBF5;

  --cp-button-gradient: linear-gradient(
    90deg,
    var(--cp-dark-brown) 0%,
    var(--cp-light-brown) 50%,
    var(--cp-dark-brown) 100%
  );
}

/* Class to apply the standard button gradient. */
.cesar-button-gradient a.elementor-button {
  background: var(--cp-button-gradient);
}

/* Fix for Elementor icon lists overflowing the viewport. */
.elementor-icon-list-items {
  max-width: 100%;
}

/* Non-paged contact form styling stuff. */
/*
#cesar-portes-form .tfco-submit-wrapper button.tfco-submit {
  background: var(--cp-button-gradient);
}
*/
