/*
 Theme Name:   Wellness Child
 Theme URI:    http://bwthemes.com/themes/wellness
 Description:  Wellness Child Theme
 Author:       BWThemes
 Author URI:   http://bwthemes.com
 Template:     wellness
 Version:      2.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wellness-child
*/

.woocommerce a#custom_logo img, .woocommerce-page a#custom_logo img {
	width: 330px !important;
	height: 54px !important;
	max-width: 330px;
}

.woocommerce a#custom_logo, .woocommerce-page a#custom_logo, div.nologowrapper a {
	width: 330px;
}

.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6,
.woocommerce h1.page-title {
	background: none;
	color: #96526B;
}

.woocommerce .pagetitle h1 {
	background: none;
	color: #363636;
}

.woocommerce div.product h1.product_title {
	background: none;
}

.sf-menu li a {
	padding: 18px 12px 18px 12px !important;
}

.sf-menu li a.sf-with-ul {
	padding-right: 2em !important;
}

/* Mobile fixes */

@media screen and (max-width: 580px) {

body.page-id-611 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 100%;
}
#custom_logo img, .woocommerce a#custom_logo img, .woocommerce-page a#custom_logo img {
	max-width: 250px;
	height: auto;
}

.woocommerce a#custom_logo, .woocommerce-page a#custom_logo, div.nologowrapper a { 
	width: auto;
	max-width: 93%;
}

.contentfull img {
	max-width: 100%;
	height: auto;
}
}