/*home components style*/

.home-services .et_pb_image_wrap {
	height: 200px;
	overflow: hidden;
}
.home-services .et_pb_button {
	background: #10214dcc;
	border: none;
	color: #fff;
}
.home-services .et_pb_button:hover {
	background: #10214dff;
	border: none;
}

/*product showcase*/
.home-product-showcase > .et_pb_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home-product-showcase .et_post_gallery {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1rem;
}

.home-product-showcase .et_post_gallery .et_pb_gallery_item {
	max-height: 150px;
	margin: 0 !important;
	overflow: hidden;
}


/*home glass 101*/
.home-glass-101 > div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.2rem;
	justify-content: center;
}
.home-glass-101 > div article {
	width: 100%;
	margin-bottom: 1rem;
}
.home-glass-101 article.et_pb_post > a {
	height: 120px;
	overflow: hidden;
}

.home-glass-101 article.et_pb_post > a img {
	height: 200px;
	oject-fit: cover;
	border: 1px solid #bcbcbc;
	padding: 2px;
}

.home-glass-101 > div > div {
	flex-basis: 100%;
	width: 100%;
}
.home-glass-101 > div h2 {
	font-size: 1rem !important;
	text-align: left;
	line-height: 1.4;
}
.home-glass-101 .et_pb_post .entry-featured-image-url {
	margin-bottom: 12px !important;
}

.home-glass-101 article .published {
	display: block;
	text-transform: uppercase;
	color: #4cbb17;
	font-weight: 700;
}

/*home signup form*/
.signup-form form {
	display: flex;
	flex-direction: column;
}
.signup-form form button {
	border-radius: 2px;
	padding: 11px 1.4rem;
}
.signup-form form .et_contact_bottom_container {
	float: none;
	display: block;
	margin: 0;
}

/*============================================
	MEDIA QUERIES
=============================================*/
@media only screen and (min-width: 768px) {

	.home-product-showcase .et_post_gallery {
		flex-direction: row;
	}

	.home-glass-101 > div article {
		width: 48%;
	}
	.signup-form form {
		display: flex;
		flex-direction: row;
	}
}
/* end 768 */

@media only screen and (min-width: 900px) {

}
/* end 900 */

@media only screen and (min-width: 1024px) {

	.home-glass-101 article.et_pb_post > a {
		height: 200px;
	}
	.home-product-showcase .et_post_gallery .et_pb_gallery_item {
		width: 32% !important;
	}
	.home-glass-101 > div article {
		width: 18%;
	}
}
/* end 1024 */

@media only screen and (min-width: 1440px) {

}
/* end 1440 */
