/*
 Theme Name:     Hello Elementor Child
 Theme URI:      https://example.com/hello-elementor-child
 Description:    Child theme for Hello Elementor
 Author:         Your Name
 Author URI:     https://example.com
 Template:       hello-elementor
 Version:        1.0.0
 Text Domain:    hello-elementor-child
*/

/* --- Custom child theme CSS goes below this line --- */

/* == HOMEPAGE == */

.footer-info .elementor-icon-box-title{
	margin-top: 0px;
}
.footer-info .elementor-icon-box-description a{
	color: #C0C0C0;
}
.footer-info .elementor-icon-box-description a:hover{
	color: #c41e02;
}


/* == PRODUCTS US PAGE == */
.products-gallery .elementor-image-gallery .gallery-item img {
    min-height: 420px;
    width: 100%;
    object-fit: cover;
}


/* == CONTACT US PAGE == */
.contact-info .elementor-icon-box-description a{
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    color: #3D3D3D;
	text-decoration: none;
}
.contact-info .elementor-icon-box-description a:hover{
	color: #c41e02;
}
.contact-form{
	display: flex;
    flex-flow: wrap;
    gap: 20px;
    justify-content: space-between;
	margin: 0px auto;
	max-width: 900px;
	width: 100%;
}
.contact-form .form-textarea{
	width: 100%;
	max-width: 100%;
}
.contact-form .form-feild{
	width: 100%;
    max-width: 48%;
}
.contact-form .form-textarea p,
.contact-form .form-feild p{
	margin: 0px;
}
.contact-form .form-textarea label,
.contact-form .form-feild label{
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    color: #3D3D3D;
		width: 100%;
}
.contact-form .form-textarea textarea,
.contact-form .form-feild input {
    background: #ffffff;
    padding: 15px 20px;
    border-color: #dde0e7;
    width: 100%;
	box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}
.contact-form .form-submit input{
	font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 10px 10px;
    padding: 14px 30px 14px 30px;
    background: #c41e02;
    color: #ffffff;
    text-transform: uppercase;
}

