/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/
/****gravity forms styling****/
body .gform_wrapper input:not([type="submit"]),
body .gform_wrapper select,
body .gform_wrapper textarea {
    border-radius: 8px 0px 8px 8px;
	border-color: #a39679;
	background: none;
}

body .gform_wrapper .gform_button,
body .gform_wrapper .gform_footer input[type="submit"] {
    border-radius: 999px;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder{
    opacity:0.5;
}
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"]{
    background:#E31B23 !important;
    color:#fff;
    border:none;
    padding:15px 28px;
    cursor:pointer;
	border-radius: 8px 0px 8px 8px !important;
	text-align:center;
}
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"]:hover{
	background:#810F13 !important;
}
.gform_wrapper .gform_footer{
    text-align:center !important;
}.gform_wrapper .gform_footer input[type="submit"]{
    display:block !Important;
    margin:0 auto !Important;
}