/*
 Theme Name:   Uplift Child
 Theme URI:    http://swiftideas.com
 Description:  Twenty Fifteen Child Theme
 Author:       Swift Ideas
 Author URI:   http://swiftideas.com
 Template:     uplift
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  uplift-child
*/

/* simple horizontal form ready class - very simple implementation for up to 5 fields and a button */

	.gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
		width: auto;
		margin: 0 auto;
		display: table;
	}

	.gform_wrapper form.gf_simple_horizontal {
		width: calc(100% -16px);
		margin: 0 auto;
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_body,
	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_body {
		width: auto;
		max-width: 75%;
	}

	.gform_wrapper form.gf_simple_horizontal div.ginput_container,
	.gform_wrapper form.gf_simple_horizontal ul li.gfield {
		margin-top: 0 !important;
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
		width: auto;
		max-width: 25%;
		padding: 0;
		margin: 0;
	}

	body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
		text-align: left
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
		display: table;
		width: 100%;
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
		display: table-cell;
		padding-right: 1em;
		height: auto;
	}

	.gform_wrapper form.gf_simple_horizontal label.gfield_label,
	.gform_wrapper form.gf_simple_horizontal .ginput_complex label,
	.gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message) {
		display: block;
		height: 1px;
		width: 1px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: -9000px;
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
		vertical-align: middle;
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
		vertical-align: middle;
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large {
		width: 100%
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small,
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large {
		width: 100%
	}

	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"],
	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"],
	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"] {
		height: auto;
	}

	.gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
		margin-bottom: 0;
	}

	.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
	.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
		display: inline-block;
		margin-right: .5em;
	}

	html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 48.5%;
	}

	html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
		width: 33%;
	}

	html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
		width: 24.5%;
	}

	html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
		width: 19.5%;
	}

	.product-type-auction span.woocommerce-Price-amount.amount :before {
    content: "Current Bid ";
	}