/**
 * Theme Name:     F8_By_LetItStart
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   f8_by_letitstart
 * 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.
 */
.color-text{

background: -moz-linear-gradient(90deg, rgba(188,150,92,1) 0%, rgba(188,126,39,1) 10%, rgba(255,235,149,1) 30%, rgba(226,195,118,1) 40%, rgba(197,156,87,1) 50%, rgba(220,188,112,1) 55%, rgba(239,213,132,1) 61%, rgba(250,229,144,1) 65%, rgba(255,235,149,1) 70%, rgba(188,126,39,1) 90%, rgba(188,150,92,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(188,150,92,1) 0%, rgba(188,126,39,1) 10%, rgba(255,235,149,1) 30%, rgba(226,195,118,1) 40%, rgba(197,156,87,1) 50%, rgba(220,188,112,1) 55%, rgba(239,213,132,1) 61%, rgba(250,229,144,1) 65%, rgba(255,235,149,1) 70%, rgba(188,126,39,1) 90%, rgba(188,150,92,1) 100%);
background: linear-gradient(90deg, rgba(188,150,92,1) 0%, rgba(188,126,39,1) 10%, rgba(255,235,149,1) 30%, rgba(226,195,118,1) 40%, rgba(197,156,87,1) 50%, rgba(220,188,112,1) 55%, rgba(239,213,132,1) 61%, rgba(250,229,144,1) 65%, rgba(255,235,149,1) 70%, rgba(188,126,39,1) 90%, rgba(188,150,92,1) 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
input, textarea, select {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
}

.btn_global{
    
    align-content: center !important;
    height: 50px !important;
    color: #FFFFFF !important;
    font-family: "magister-regular", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
    box-shadow:none !important;
        margin-right: 0 !important;
    width: 500px !important;
    border: 2px solid transparent !important;
    background: linear-gradient(to right, #2d2d2d, #2d2d2d), linear-gradient(90deg, rgba(188, 150, 92, 1) 0%, rgba(188, 126, 39, 1) 10%, rgba(255, 235, 149, 1) 30%, rgba(226, 195, 118, 1) 40%, rgba(197, 156, 87, 1) 50%, rgba(220, 188, 112, 1) 55%, rgba(239, 213, 132, 1) 61%, rgba(250, 229, 144, 1) 65%, rgba(255, 235, 149, 1) 70%, rgba(188, 126, 39, 1) 90%, rgba(188, 150, 92, 1) 100%) !important;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
    border-radius: 50px !important;
}