/* 
Theme Name: Smonday Studios
Theme URI: https://smondaystudios.com
Description: Smonday Studios is a child theme of Hello
Author URI: https://smondaystudios.com
Template: hello-elementor
Version: 1.0.8
Text Domain: smonday-studios
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* VARIABLES */

:root {
  --blue: #277DA1;
  --green: #90BE6D;
  --yellow: #F9C74F;
  --red: #cc6055;

  --brand-blue: #1D3461;
  --brand-hover-blue: #1D3461c4;
  --brand-yellow: #FED501;
  --brand-hover-yellow: #FED501c4;
  --brand-red: #FB3640;
  --brand-hover-red: #FB3640c4;
}

#default {
  color: var(--blue);
}

#good,
#positive {
  color: var(--green);
}

#warning {
  color: var(--yellow);
}

#alert,
#negative {
  color: var(--red);
}

.hidden {
  display: none !important;
}

/* GLOBAL EDITS */

.footer-text {
  font-size: 14px;
  text-align: center;
  color: #fff
}


/* GRAVITY FORMS */

.gfield input {
  background: transparent !important;
  border-radius: 20px !important;
}

#field_submit input {
  background-color: var(--e-global-color-secondary) !important;
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}