/*
Theme Name: Mercury Child
Theme URI: http://www.logichub.co.uk/
Author: Kashif Rafique
Description: Child theme for the Mercury theme - A Premium Template for Photography Portfolio
Version: 1.9
Tags: gray, black, white, fixed-width, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Template: Mercury
*/

@import url("../Mercury/css/screen.css");
.logo_wrapper img {
	width: auto;
}
.nav_wrapper_inner #searchform input {
	top: -3px;
	color: #33bdc5;
}
.nav_wrapper_inner #searchform img {
	margin-top: 15px;
	margin-right: 30px;
}
.post_header h1 {
	font-size: 30px;
	font-weight: bold;
}
.post_header h2 {
	font-size: 18px;
	font-weight: bold;
}
.post_header h3 {
	font-size: 16px;
	font-weight: bold;
}
input[type=submit]:hover,
input[type=button]:hover,
a.button:hover,
.button:hover {
	color: #333333 !important;
}

/* 07-May-2016 -- fixing broken shop layout */

.woocommerce ul.products li.product .price {
	min-height: 60px;
}

/* 31-Aug-2016 -- changing price and sale badge color from green (#85ad74) to sky blue (#3cdae4) */

.woocommerce ul.products li.product .price,
.woocommerce div.product span.price,
.woocommerce div.product p.price {
	color: #3cdae4 !important;
}
.woocommerce span.onsale {
	background-color: #3cdae4 !important;
}

/* 11-Sep-2016 -- Removing dates from homepage */

.home .ppb_blog_desc .post_detail {
	display: none;
}

/* 20-Nov-2017 -- fixing broken shop layout after WC 3 update */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 14px !important;
	font-weight: normal;
	min-height: 42px;
	margin-top: 10px !important;
	padding: .5em;
	padding-bottom: 0 !important;
}
