/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.home header.elementor-location-header {
    margin-top: 50px;
}
.home .elementor-element.elementor-element-06ccbdd.e-flex.e-con-boxed {
    background: #cccccc6e;
}
.home .speed-titlebar {
	display: none;
}
main#content .page-header {
    display: none;
}

.gform-body.gform_body .gform_fields input, .gform-body.gform_body .gform_fields textarea {
    background: #828282 !important;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    font-family: "Share";
    font-size: 18px;
    font-style: italic;
}

.gform-theme--foundation .gform_footer input.gform_button.button{
    background: #828282 !important;
}
.gform-theme--foundation .gform_footer input.gform_button.button {
    background: #828282 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    height: auto !important;
    color: #000 !important;
    padding: 10px 25px !important;
    letter-spacing: 0 !important;
    font-weight: bold !important;
}

.elementor-wc-products.elementor-widget.elementor-widget-wc-categories ul.products li.product-category.product img {
    display: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #007BDB;
    font-size: 22px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background: #000 !important;
    color: #fff;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 18px !important;
    color: #007BDB;
    font-weight: bold;
}
.wc-block-components-panel__button[aria-expanded=true] {
    font-size: 18px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    color: #fff;
    min-height: 2em;
}
body.woocommerce-checkout.woocommerce-page {
    font-family: "Share";
    font-size: 18px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    border: none;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 18px;
}


@media only screen and (max-width: 1023px) {
	.home header.elementor-location-header {
		margin-top: 0;
	}
}