/* 
Theme Name: Gulupa Digital
Theme URI: https://github.com/elementor/hello-theme-child/
Description: 
Author: Gulupa Digital
Author URI: https://gulupadigital.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-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
*/

/* Add your custom styles here */

/* Footer */
@media(max-width: 767px) {
	/*footer .elementor-nav-menu a {
		justify-content: center;
	}	*/
}

footer .elementor-item:hover {
	color: var(--e-global-color-accent)!important;
}


.text-blue500 {
	color: #001B75;
}


.text-yellow300 {
	color: #FFC656;
}

.text-yellow500 {
	color: #FFAA03;
}

.text-yellowf500 {
	color: #FFCF52;
}


/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 48px !important;
  cursor: pointer;
  color: #ffffff!important;
  background-color: #001353!important;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05)!important;
    border-radius: 10px!important;
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #001B75!important;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #001B75!important;
}


.gfield_description.gform_fileupload_rules{ 
display: none!important}


[aria-describedby*="validation"] {
    color: #001B75!important;
    border-color: #EC1C24!important;
    background-color: rgba(236,28,36,.5)!important;
}
.iti__flag {
    display:none
}
.iti__flag-container {
    background: #fff !important;
}