/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1746512388
Updated: 2025-05-06 08:19:48

*/

/*GLOBAL*/

a, a:hover{
	color: var(--e-global-color-primary);
}


.menu a:hover{
  text-decoration-line: underline;
  text-decoration-thickness: 2px; 
  text-underline-offset: 4px;  
}

/* HEADER*/

.site-branding.show-logo{
	max-width:200px;
}


/*FORM*/

.wpcf7-form
.flex{
	display: flex;
	gap:16px;
}


.wpcf7-form
.field,
.wpcf7-form
 .field p label{
	width:100%;
}



.wpcf7-form .field label{
	color: var(--e-global-color-primary)
}


.wpcf7-form .field label 
textarea,
.wpcf7-form .field:not(.upload) label input{
	border-color: var(--e-global-color-primary);
	border-radius:20px;
}

.wpcf7-form .field label 
textarea,
.wpcf7-form .field label input{
	margin-top:8px
}

.wpcf7-form .field label 
textarea:focus-visible,
.wpcf7-form .field label input:focus-visible{
	outline-color: var(--e-global-color-primary);
}

.wpcf7-form  .wpcf7-form-control.wpcf7-submit.has-spinner{
	    border-radius: 100px;
    padding: 10px 32px;
}

@media (max-width: 768px){
	.wpcf7-form
.flex{
		flex-wrap:wrap;
}
}



.iub__us-widget{
	background-color: var(--e-global-color-primary);
}

.iub__us-widget__wrapper{
	border: 1px solid white !important;
}

.wpcf7 input[type="file"]::file-selector-button {
  background: var(--e-global-color-primary);
  color: #ffffff;
  border: 1px solid var(--e-global-color-primary);
  padding: 0.55em 1.3em;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  transition: background .15s, color .15s, filter .15s;
}

.wpcf7 input[type="file"]:hover::file-selector-button,
.wpcf7 input[type="file"]:focus-visible::file-selector-button {
  background: #ffffff;
  color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
}

.wpcf7 input[type="file"]::-webkit-file-upload-button {
  background: var(--e-global-color-primary);
  color: #ffffff;
  border: 1px solid var(--e-global-color-primary);
  padding: 0.55em 1.3em;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  transition: background .15s, color .15s, filter .15s;
}

.wpcf7 input[type="file"]:hover::-webkit-file-upload-button,
.wpcf7 input[type="file"]:focus-visible::-webkit-file-upload-button {
  background: #ffffff;
  color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
}


