/* 
	CUSTOM ELEMENTOR
*/

/* TESTIMONIAL GRID */
.zlp_testimonial{
	overflow: hidden;
}
.zlp_half_column_iiner{
	padding: 30px;
}
.zlp_testimonial .elementor-testimonial-wrapper .elementor-testimonial-content{
	font-size: 15px;
    font-style: italic;
}
.zlp_testimonial .elementor-testimonial-wrapper .elementor-testimonial-name{
	font-size: 17px;
    font-weight: 600;
}
.zlp_testimonial .elementor-testimonial-wrapper .elementor-testimonial-job{
	color: #057DCD;
    font-size: 14px;
	line-height: 1.4;
}
.zlp_testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{
	width: 50px;
	height: 50px;
}


/* INDUSTRY GRID */
.zlp_industry .elementor-column-wrap{
	padding: 15px;
}
.zlp_industry .elementor-widget-image-box{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	padding: 10px;
}
.zlp_industry .elementor-image-box-img {
    margin-bottom: 15px !important;
}
.zlp_industry .elementor-image-box-title{
	margin-bottom: 5px;
	font-size: 18px;
}
.zlp_industry .elementor-image-box-title a:hover,
.zlp_industry .elementor-image-box-img:hover + .elementor-image-box-content a{
	color: #69b2ea;
}

@media all and (min-width: 768px){
	.zlp_half_column{
		width: 50%;
		float: left;
	}
	.zlp_half_column:nth-child(2n+1){
		clear: both;
	}
}