/* 
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.3
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-green: #255138;
  --brand-hover-green: #255138c4;
  --brand-lt-green: #9ece9a;
  --brand-hover-lt-green: #9ece9ac4;
  --brand-dark: #07100b;
  --brand-hover-dark: #07100bc4;
  --brand-lt-gray: #F3F3F3;

}

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

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

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

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

.hidden {
  display: none !important;
}

/* GLOBAL EDITS */

/* body {
  opacity: 0;
}

.fontawesome-i2svg-active body {
  opacity: 1;
} */

/* HEADER */

.elementor-menu-toggle {
  border-radius: 20px;
  padding: 10px;
  background-color: var(--e-global-color-secondary);
}

.elementor-menu-toggle svg {
  fill: var(--e-global-color-primary) !Important;
}

.elementor-nav-menu--dropdown {
  width: 60vw !important;
  left: -63vw !important;
  max-width: 400px !important;
}

/* FOOTER */

.footer-text p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 2px;
}

.footer-text svg {
  color: var(--e-global-color-15c8ee3);
  padding: 0px 2px;
}

/* GRAVITY FORMS */

.gform_button {
  font-family: var(--e-global-typography-secondary-font-family) !important;
  font-weight: var(--e-global-typography-secondary-font-weight) !important;
  color: var(--e-global-color-secondary) !important;
  background-color: var(--e-global-color-primary) !important;
  border-radius: 20px !important;
  padding: 12px 24px !important;
}
.gform_button:hover {
  background-color: var(--e-global-color-accent) !important;
  color: var(--e-global-color-primary) !important;
}


/* SAFETY EXIT */

#sftExt-frontend-button {
  border: solid 1px var(--e-global-color-df9d55c);
  opacity: .8
}

#sftExt-frontend-button:hover {
  opacity: 1;
}

.sftExt-inner svg {
  margin-right: 10px;
}

/* GOOGLE TRANSLATE */

.gt_switcher_wrapper {
  bottom: 30px !important;
  left: 20px !important;
}

a.gt_switcher-popup{
  background-color: #005570;
  border: solid 1px var(--e-global-color-df9d55c);
  opacity: .8;
  padding: 10px 20px 15px 20px;
  border-radius: 50px;
  bottom: 20px !important;
  left: 20px !important
}

.gt_switcher_wrapper:hover {
  opacity: 1 !important;
}

.gt_switcher_wrapper img {
  opacity: 1 !important;
  margin-right: 10px !important;
}

a.gt_switcher-popup, .gt_switcher-popup span {
  color: #fff !important;
}