/* 
Theme Name: Pilates ITC
Theme URI: https://github.com/elementor/hello-theme/
Description: Pilates ITC is a child theme of Hello Elementor, created by Elementor team
Author: Multimediax
Author URI: https://multimediax.com.au/
Template: hello-elementor
Version: 1.0.1
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
*/

/* Shop page updates */
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 8px!important;
	color: #fff;
	background-color: #1c212b;
	
}
.woocommerce div.product p.stock.on-hold {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

/* form updates*/

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text], input[type=tel], [type=email]{
	padding:25px!important;
}
body .gform_wrapper .gform_body .gform_fields .gfield select{
	padding:25px!important;
}
body .gform_wrapper .gform_footer input[type=submit]{
    background-color: #2E3643!important;
    flex-direction: row!important;
    /* align-items: center; */
    margin: auto!important;
    width: 30%!important;
    padding: 16px!important;
	font-size: large!important;
	transition: 1s!important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover{
	background-color: #E0DEDE!important;
	color: #2E3643!important;
	border: 1px solid #2E3643!important;
}
.gform_wrapper select::-webkit-input-placeholder {
   color: #112337!important;
}
.hidden { display: none; }