/*
Theme Name:   Med Tile
Description:  Med Tile Child Theme
Author:       production@samsonmedia.net
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  med-tile
*/

/* Write here your own personal stylesheet */
.woocommerce-product-details__short-description {
	font-size: 18px;
	margin-bottom: 1em;
}
.product_meta,
.wc-newsletter-cta .gform_validation_errors {
	display: none !important;
}
.wc-newsletter-cta {
	background: #3370a5 !important;
	color: white;
	padding: 15px;
}
.wc-newsletter-cta-text {
	text-align: center;
	font-size: 22px;
	margin-bottom: 1em;
}
.wc-newsletter-cta .gform-field-label {
	color: white !important;
}
.wc-newsletter-cta .gfield_required,
.wc-newsletter-cta .validation_message {
	color: red !important;
}
.wc-newsletter-cta .gform_button {
	width: 100% !important;
	background: #2ea3f2 !important;
}
.wc-newsletter-cta .gform-theme--foundation .gform_fields {
	row-gap: 15px !important;
}
