/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

body {
	background: linear-gradient(-45deg, #fff, #000000, #23a6d5, #424746);
/* 	background: linear-gradient(-45deg, #124555, #17BFCC, #2D3F40, #000); */
/* 		background: linear-gradient(-45deg, #fefefe, #000, #e73c7e, #000); */
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
/* 	height: 100vh; */
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.comment-reply-title,
.logged-in-as,
.comment-form{
    color: #fff;
}
.comment-form .submit{
	background: #fff;
	color: #000;
	border:1px solid #fff;
}
.comment-form .submit:hover{
	background: transparent;
	color:#fff;
}

input[type=text], 
input[type=email],
input[type=tel],
select {
    padding: 10px 20px !important;
    height: unset !important;
}
.home-contact-us input[type=text], 
.home-contact-us input[type=email],
.home-contact-us input[type=tel],
.home-contact-us select {
    padding: 15px 20px !important;
    height: unset !important;
}
.service-request .two-col p {
    display: flex;
    gap: 20px !important;
    justify-content: space-between;
}

.service-request input[type=text], 
.service-request input[type=email],
.service-request input[type=tel],
.service-request select{
    padding: 15px 20px !important;
    height: unset !important;
}