/*
Theme Name: Sempra
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.4.4.1749386779
Updated: 2025-06-08 12:46:19

*/
.quote-header {
    display: none;
}
div#site-footer ul.elementor-icon-list-items {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: end;
}
.ekit-template-content-header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.img-hero {
    width: 100%;
}
.heading-about h2 span {
    font-family: "ClashGrotesk-Regular", Sans-serif;
    font-weight: 400;
}
.home-animation ul.elementor-icon-list-items {
      animation: marquee 60s linear infinite;
		  white-space:nowrap !important;
			flex-wrap:nowrap !important;
    }
@keyframes marquee {
      from {
        transform: translateX(100%);
      }
      to {
        transform: translateX(-100%);
      }
    }

.txt-gradient h2 {
    background: linear-gradient(180deg, #FFDF9F, #CD8A05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.txt-glow h2 {
    background: linear-gradient(180deg, #FFDF9F, #CD8A05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 0px 40px #FFAA00;
}

.sempra-form .form-row .form-col {
    width: 100%;
    padding: 0 10px;
}
.sempra-form .form-row {
    display: flex;
}
.sempra-form .form-row .form-col input, .sempra-form .form-row .form-col textarea {
    background: #1C1810;
    padding: 18px 30px;
    border-radius: 50px;
    border: 2px solid #fdfdfd3b;

}
.sempra-form .form-row .form-col input.wpcf7-submit {
    color: white;
    padding: 18px 40px;
    line-height: 1;
    float: right;
	background-color:#da9e38;
}
.sempra-form .form-row .form-col textarea
{
	border-radius:15px;
}
/*.sempra-form .form-row .form-col input.wpcf7-submit {
    background: linear-gradient(#1c1810, #1c1810) padding-box, linear-gradient(179deg, #FFDF9F, #CD8A05) border-box;
    color: white;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
}*/
/*.btn-gradient a {
	background: linear-gradient(#1c1810, #1c1810) padding-box, linear-gradient(179deg, #FFDF9F, #CD8A05) border-box;
    position: relative;
    z-index: 1;
    
}*/
.sempra-faq .e-n-accordion-item
{
	
}
.sempra-faq .e-n-accordion-item > .e-child {
    border-radius: 35px;
    border: 2px solid #fdfdfd3b;
}
.sempra-faq .e-n-accordion-item summary {
    background: #1C1810;
    padding: 15px 30px;
    border-radius: 50px;
    border: 2px solid #fdfdfd3b;
}
.home-gallery img {
    width: 100%;
   
}

@media screen and (max-width: 600px)
{
	.sempra-form .form-row {
    display: flex;
    flex-wrap: wrap;
}
	.wpslp-container {
    flex-wrap: wrap;
    padding: 0 10px;
}
	.wpslp-preview {
    width: 100%;
    top: 0;
    }
	.wpslp-form {
    width: 100%;
}
	.wpslp-form .form-row .form-col .div-flex button {
    font-size: 18px;
    padding: 15px;
    }
	.wpslp-form .div-led-lights .item {
    padding: 15px;
    }
	form#wpslp-form label {
    font-size: 18px;
    }
	.quote-header {
    display: block;
}
}