/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/


.grid-container {
	max-width: unset;
}
.main-header.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
	backdrop-filter: blur(200PX);
}

/* If you don't want any overlay background */
.elementskit-menu-overlay {
	background: transparent !important;
}
.more-products h2.woocommerce-loop-product__title {
    color: #000;
	margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Space Grotesk", Sans-serif;
}
a.button.product_type_simple, .enquiry-btn {
    background-color: #B72E2E;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B72E2E;
    padding: 17px 24px 17px 24px;
	max-width: fit-content !important;
	border-radius: unset;
}
a.button.product_type_simple, .enquiry-btn a {
	color: #fff;
}
/* Newsletter Form*/
.main-div {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	border:1px solid #353535;
}
.main-div p, .button-div p, .input-div p {
	margin: unset;	
}
.input-div {
	width: 80%;
}

.input-div input {
	width: 100%;
	padding: 12px;
	font-size: 16px;
}

.button-div {
	width: 20%;
	text-align: right;
}

.button-div button {
	width: 100%;
	height: 100%;
	padding: 12px;
	background: #b72e2e;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
input[type="text"] {
	background: #0B0B0B;
	border: unset;
}
.button-div button img {
	width: 20px; 
	height: 20px;
}

/* Newsletter Form end*/

/* Contact Form Start*/

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	background: #EBEBEB;
	font-family: "Space Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.form-group input[type="submit"] {
	background-color: rgba(255, 255, 255, 0);
	font-family: "Space Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: #b72e2e;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: 0.3s;
	padding: 17px 24px;
}

.form-group input[type="submit"]:hover {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(183, 46, 46);
	background: #fff;
	color: #b72e2e;
}
/* Contact Form end*/