/**
Theme Name: irweb
Author: irweb
Author URI: http://wpastra.com/about/
Description: Child theme irweb
Version: 1.9.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: irweb
Template: astra
*/

/*TOP FIXED*/
header#masthead { position: fixed !important; width: 100%;}

/*HEADER*/
/*.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {outline: none}*/
svg.search-icon { fill: #ffffff;}
.ast-logo-title-inline .ast-site-identity { padding: 0.1em 0;}
/*MARGIN TOP HOME*/
/*div#content.site-content { margin : 80px 0 0;}*/
#page .site-content { margin-top: 145px;}

/*DESCRIPCTION PAGE */
.single-product form.cart { background: #e2e8f0; padding: 20px 20px 0;}
.woocommerce-product-details__short-description { margin: 50px 0;}
.woocommerce-js .quantity .minus, .woocommerce-js .quantity .PLUS { font-weight: bold;}

/*FOOTER*/
/*.ast-hfb-header .site-footer, footer a.menu-link, footer .widget-title, footer .wp-block-heading { color: #fff !important;}
footer a.menu-link:hover {color: #ff8000}
footer .footer-contactos {text-align: center}*/
/*FORM CONTACT*/
input.wpcf7-form-control.wpcf7-submit.has-spinner { margin: 0 auto; display: block;}
input[type=text], input[type=email], textarea {border-bottom-color: #b3b3b3;}
/*FOMR SUSCRIBE*/
.form-suscribe .wpcf7 .wpcf7-form-control-wrap { width: 70%; display: block !important;}
.form-suscribe .wpcf7-submit {display: block !important; vertical-align: top; height: 50px;}
.wpcf7 form .wpcf7-response-output { background: #f5f5f5;}
@media (min-width: 640px) {
    .form-suscribe .wpcf7-form-control-wrap { width: 70%; display: inline-block !important; }
    .form-suscribe .wpcf7-submit {display: inline-block !important; margin: 0 0 0 10px !important;}
}