/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2024 | 14:49:21 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */

.portfolio-verticle-layout-section .vp-portfolio__items {
    min-height: 550px !important;
}

.page-id-12843 .theme-products-container .elementor-post .elementor-post__thumbnail__link img{
	    width: 50% !important;
		margin: 0 auto;
}
.page-id-12843 .theme-products-container .elementor-post .elementor-post__thumbnail__link img{
	    width: 50% !important;
		margin: 0 auto;
}
.elementor-page-13668 .theme-products-container .elementor-post .elementor-post__thumbnail__link img{
	    width: 50% !important;
		margin: 0 auto;
}
.newsletter-footer-form .mc4wp-form-fields input[type=email] {
	width: calc(100% - 180px);
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.5px;
	background-color: #00000000;
	border-color: #00000080;
	border-radius: 0px 0px 0px 0px;
	min-height: 65px !important;
	color: #1f1f1f !important;
	padding: 8px 24px;
	border: 1px solid #818a91;
}

.newsletter-footer-form .mc4wp-form-fields input[type=submit] {
	background-color: #00000000;
	color: #DAA826;
	border-color: #DAA826;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: 0.5px;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-radius: 0px 0px 0px 0px;
	padding: 20px 22px;
	min-height: 65px !important;
	height: 65px;
	width: 180px;
	margin-left: 15px;
}

.newsletter-footer-form .mc4wp-form-fields input[type=submit]:hover {
	background-color: #DAA826;
	color: #ffffff;
	border-color: #DAA826;
}

.newsletter-footer-form .mc4wp-form-fields {
	display: flex;
}


.newsletter-footer-form .mc4wp-response {
	padding-top: 20px;
}
.newsletter-footer-form .mc4wp-response p {
	font-size: 15px;
}


@media only screen and (max-width: 1400px) {
	.newsletter-footer-form .mc4wp-form-fields input[type=email] {
		width: 100%;
		margin-bottom: 20px;
	}
	.newsletter-footer-form .mc4wp-form-fields {
		display: flex;
		flex-wrap: wrap;
	}
	.newsletter-footer-form .mc4wp-form-fields input[type=submit] {
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.newsletter-footer-form .mc4wp-form-fields input[type=submit] {
		width: 100%;
	}
}



