/*
 Theme Name:   neve-child
 Theme URI:    https://www.maxcleancom.ro/
 Description:  Maxclean Theme
 Author:       deosebIT Soft
 Author URI:   deosebitsoft.ro
 Template:     neve
 Version:      1.0.0
*/

.add_contact_custom_style label{
	 color: #fff;
    font-size: 18px;
    font-family: 'POPPINS';
    font-weight: 500;
	width:100%;
}
.add_contact_custom_style label span.wpcf7-form-control-wrap{
	width:100%;
} 
.add_contact_custom_style label span.wpcf7-form-control-wrap input,
.add_contact_custom_style label span.wpcf7-form-control-wrap textarea{
	width:100%;
} 
.add_contact_custom_style input.wpcf7-submit{
	background-color: #fc5f45;
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 30px 30px 30px 30px;
    padding: 0px 40px 0px 40px;
}
.elementor-image-gallery .gallery-columns-3 .gallery-item {
    padding-bottom: 25px;
}
.carousel_custom_remake .elementor-widget-container .elementor-swiper .elementor-main-swiper .swiper-wrapper .swiper-slide{
	   padding: 30px;
}
@media(max-width:576px){
    .gallery-columns-3 .gallery-item {
    max-width:100%;
    width: 100%;
}
}