/*
Theme Name: HWD Weaver II Child
Theme URI: https://HardWebDesign.com
Description:  Weaver II Child Theme
Author: HWD
Author URI: https://HardWebDesign.com
Version: 1.2
Tags: weaver, Hard Web Design
Template: weaver-ii-pro
*/
@import url('../weaver-ii-pro/style.min.css');	/* alternatively, you can use style.css instead of style.min.css */

/* Minified version: You can create a minified version of this file for your child theme
  directory called style.min.css. If you do that, you MUST have both the child style.css and
  the child style.min.css. The style.min.css version will be used automatically if it is defined.
------------------------------------------------------*/
.entry-hdr {text-align:center;}

.nowrap {white-space: nowrap;}

/* Contact Form */

.wpcf7 input[type="text"] {
width:98%;  
height:18px; 
border: 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow:none;}

.wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
width:99%; 
height:22px; 
border: 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}

.wpcf7-textarea { 
width:98%;  
border: 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow:none;}

.wpcf7-select { 
width:98%;  
border: 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow:none;}

.wpcf7 input[type="submit"]
{font-size:110%;
padding:3px 20px;
border: 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}

.wpcf7 input[type="submit"]:hover
{opacity: 0.7; filter: alpha(opacity=70); cursor: pointer;}
 
/* Woocommerce */

div.related.products{display:none !important}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {padding: 2px 0px; margin: 0px; min-height:40px;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: left;
text-align:center;
margin: 3px;
padding: 2px;
position: relative;
}