/* 
Theme Name: Smonday Studios
Theme URI: https://smondaystudios.com
Description: Smonday Studios is a child theme of Eikra
Author URI: https://smondaystudios.com
Template: hello-elementor
Version: 1.0.7
Text Domain: smonday-child
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 */
.footer-text p,
.footer-text a {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 0;
}

.footer-text svg {
  color: #ee1f25;
}

/* Buttons */

.elementor-button-text {
  font-weight: 600;
}

.elementor-button:hover {
  opacity: 0.7;
}

/* Gravity Forms */

.gform_footer {
  float: right;
}

.gform_button {
  background-color: var(--e-global-color-primary);
  border: none;
  color: #fff;
  border: none;
  padding: 12px 24px;
}

.gform_button:hover {
  background-color: var(--e-global-color-primary);
  opacity: 0.7;
}

.gfield--type-html {
  margin: 20px 0px;
}