/*
Theme Name: I Am She
Template: onepress
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : http://iamshe.localhost
Version: 2.3.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Tested up to: 6.7.1
Requires PHP: 5.6
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OnePress is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*-------Fix Footer to bottom of screen-----*/
#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
footer {
	display: block;
	margin-top: auto;
	background-color: black;
}

.site-footer .site-info {
	background-color: #000000;
}

/*-------Change overall text size and colour-----*/

body, button, input, select, textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #444!;
}

/*-------Revove order count----*/
.woocommerce-result-count {
	display: none;
}
form.woocommerce-ordering {display: none;}
.flex-viewport {
	margin-bottom: 16px;
}

/*-------Remove shading from bottom of header----*/
.site-header {
-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*-------Change hover effect on product gallery-----*/
.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:1;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{
	opacity:.5
}

/*-------Make contact inputs equal-----*/
.wpcf7 {
	max-width: 540px;
	display: block;
	margin: 0 auto;
}
.wpcf7 input, .wpcf7 textarea {
	width: 100%;
}