/*
	Theme Name:  Vern's Cheese
	Theme URI:   https://github.com/insight-creative/ic-starter-theme
	Description: Custom WordPress Theme For Insight Creative, Inc.
	Author:      Justin Parsons
	Author URI:  https://www.seejustincode.com
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  ic-starter-theme
*/

.site-header__logo {
	width: 100%;
}

.gform_legacy_markup_wrapper ul.gform_fields,
.gform_legacy_markup_wrapper ul li.gfield,
.gform_legacy_markup_wrapper li.hidden_label input,
.gform_legacy_markup_wrapper textarea.large {
	max-width: none;
}

.page-id-75 .entry-content .gform_wrapper form,
.page-id-14921 .entry-content .gform_wrapper form {
    -webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    border-radius: 20px;
}

.single-product .woocommerce-noreviews,
.single-product .comment-reply-title {
	display: none;
}