/* 
Theme Name: Fornos e Companhia
Theme URI: https://www.essensusdesign.com/
Description: Child theme of Hello Elementor
Author: Severo Coutinho
Author URI: https://www.essensusdesign.com/
Template: hello-elementor
Version: 1.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
*/

/*
    Elementor - CSS class based tweaks
*/
html .elementor-widget.el_unmargin {
    margin-bottom: 0px;
}
.elementor-menu-toggle {
    outline: none;
}

@media only screen and (min-width: 850px) {

    .fornos_max_width > div {
        max-width: 820px !important;
    }

}

/*
    Elementor - Other tweaks
*/

html a,
html h1, 
html h2, 
html h3, 
html h4, 
html h5, 
html h6 {
    color: var(--e-global-color-secondary);
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.elementor-element-fc1e25a svg .st0 {
    fill: #FFFFFF;
}
.elementor-element-fc1e25a,
.elementor-element.elementor-element-5a74454 {
    margin-left: auto;
}

#off-canvas-bc90977 .e-off-canvas__content {
    max-width: 400px;
}

@media (min-width: 1200px) {
    html body:not([class*=elementor-page-]) .site-main {
        max-width: 1220px;
    }
}


/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce-breadcrumb {
    opacity: 0 !important;
    pointer-events: none !important;
}

.woocommerce ul.products li.product .button {
    display: none !important;
}

html .woocommerce ul.products {
    padding-top: 40px;
}

body.woocommerce .elementor-location-footer {
    padding-top: 60px;
}

body.single-product.woocommerce div.product {
    display: inline-block;
}

body.single-product .summary h1 {
    font-weight: 600;
}

body.single-product .summary h3 {
    font-weight: 600;
    font-size: 20px;
}
body.single-product label {
    width: 100%;
    padding-bottom: 4px;
}

body.single-product input[type="submit"]:hover {
    background-color: #27394a;
    border-color: #27394a;
}
body.single-product input[type="submit"] {
    background-color: #f7931e;
    border-color: #f7931e;
    color:#FFFFFF;
    border-radius: 0px;
}

body.single-product input[type="text"],
body.single-product input[type="email"],
body.single-product input[type="tel"] {
    border: 1px solid #E7EEF0;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 0.9em;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: 0;
    -moz-transition-property: border,background-color;
    -o-transition-property: border,background-color;
    -webkit-transition-property: border, background-color;
    transition-property: border, background-color;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    height: 38px;
    background-color: #ffffff;
    color: #716f6f;
    width: 100%;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 767px) {
 
}