/* Themify Customize Styling */
h1 {		font-weight:600;
	letter-spacing:0.5px;
 
}
h2 {		font-weight:500;
	letter-spacing:0.5px;
 
}
h3 {		font-weight:500;
	letter-spacing:1px;
	text-transform:capitalize; 
}
h4 {		font-weight:500;
	letter-spacing:1px;
 
}

/* Themify Custom CSS */
.aws-container .aws-search-form .aws-form-btn {background-color: #37373a;}

.aws-container .aws-search-form .aws-search-btn_icon {color: #ffffff !important;}

.themify_builder_content-42 .tb_eqiq984.module-icon .module-icon-item em {
    background-color: orange;
}

.woocommerce div.product div.images img {
    display: block;
	margin-left: auto;
  margin-right: auto;
    box-shadow: none;
}

.woocommerce .woocommerce-breadcrumb {padding-bottom: 35px;}

.wpcf7-text {width: 400px !important;}

.wpcf7-textarea {
	max-height: 100px;
	min-height: auto;
	width: 400px;
}

.wpcf7-submit {width: 400px !important;}



input[type=submit]:hover, button:hover {background-color: #292929 !important;
}



input:read-only, input:read-write { margin: 0 1em .4em 0;
    width: 400px;
}

.wpcf7-response-output {width: 400px;}
/*Form button colours*/

.wpcf7-submit {background: #f6941d !important;}

.wpcf7-text {width: 400px !important;}

.wpcf7-textarea {width: 400px; margin-right: 19px !important;
  max-height: 125px;
    min-height: auto;
}

.themify_builder_content-10 .tb_2rqb567.module-menu .menu-module-burger {
    color: #f6941d; !important
}

input:read-only, input:read-write, input[type=checkbox], input[type=radio], select, textarea {
	background-color: white;}

.woocommerce div.product:hover div.images .woocommerce-product-gallery__wrapper:before,
.woocommerce ul.products li.product:hover .post-image:before {
    background-color: transparent;
}

mark {
display:none;
}