/* Sportsmobile Pricing Forms
Loaded on the pricing form pages */

/* Pricing
---------------------------------------------------------------------------------------------------- */

/* GF Overrides */
.pricing .gform_wrapper .gfield input {
	font-size: 1.6rem;
}

.gform_wrapper .gfield select, .gform_wrapper .gfield option {
    font-size: 1.6rem;
}
.gform_wrapper .gfield select {
    height: unset;
    padding: 1px 0px;
}

/* ## Pricing Forms
--------------------------------------------- */

.pricing .gform_wrapper label span {
	display: unset;
}

.pricing .gform_wrapper .top_label .gfield_label {
	text-transform: unset;
}
.pricing .gform_wrapper .gfield_description {
	
}

.pricing .gfield input[type="radio"] {
	margin-right: 5px;
}

.pricing .gform_wrapper .gfield_description {
	color: unset;
}

.pricing .gform_wrapper {
	margin-top: 0;
}

.pricing .gform_wrapper ul {
	margin-left: 0;
}

#gform_fields_1,
#gform_fields_2 { /* first ul */
	margin-left: 0;
	margin-bottom: 1rem;
}
.entry-content ul.gform_fields {
	margin-left: 0;
	margin-bottom: 2rem;
}

.pricing .gform_wrapper .gfield {
	margin-bottom: 0 !important;
}

.pricing .gform_wrapper .ginput_container_select {
    margin-bottom: 1rem;
}

/* Section Headings */
.pricing .gform_wrapper .gfield.gsection {
	background-color: rgb(31, 74, 146);
	margin: 14px 0 0 0 !important;
	padding: 10px;
	text-transform: uppercase;
}
.pricing .gform_wrapper .gsection h2.gsection_title {
	color: rgb(255, 255, 255);
	font-weight: 500;
	margin: 0;
}
.pricing .gform_wrapper .gsection:first-of-type {
	margin-top: 0 !important;
}

.pricing .gform_wrapper .gsection.sub_section {
	background-color: unset;
	border-top: 1px solid rgb(31, 74, 146);
	border-bottom: 1px solid rgb(31, 74, 146);
	margin: 0 0 0 0 !important;
}
.pricing .gform_wrapper .gsection.sub_section h2.gsection_title {
	color: rgb(31, 74, 146);
	font-size: 2.4rem;
	font-weight: 400;
}

/* Field Sections */
.gform_wrapper .top_label li.gfield {
	padding-left: 10px;
}
.pricing .gform_wrapper ul.gform_fields li.gfield {
	padding-left: 10px;
	padding-right: 10px;
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half,
.pricing .gform_wrapper .top_label li.gfield.gf_left_half,
.pricing .gform_wrapper .top_label li.gfield.gf_right_half {
	width: unset !important;
}

.pricing .gform_wrapper ul.gform_fields.top_label li.details {
	padding-left: 0;
	padding-right: 0;
}

.pricing .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}

/* Van Make */
.pricing .gform_wrapper .van-make .gfield_radio,
.pricing .gform_wrapper .van-make-north .gfield_radio { /* van make / van make north */
    display: flex;
}
.pricing .gform_wrapper .van-make .gfield_radio li,
.pricing .gform_wrapper .van-make-north .gfield_radio li {
	display: inline-block;
	font-size: 3.5rem;
	font-style: italic;
	font-weight: 600;
	padding-bottom: 10px;
}
.pricing .gform_wrapper .van-make .gfield_radio li {
	width: 33%;
}

/* Field Type Backgrounds */
.pricing .gform_wrapper .gf_readonly {
	background-color: rgb(238,238,238);
	border: 1px solid rgb(202,202,202);
}
.pricing .gform_wrapper .gf_choices {
	background-color: rgba(34,83,163,0.3);
	border: 1px solid rgb(202,202,202);
}

.pricing .gform_wrapper .deposit,
.pricing .gform_wrapper .sep-note,
.pricing .gform_wrapper .smb-location {
	background-color: rgba(34,83,163,0.08);
	border: 1px solid rgb(170,170,170);
}

.pricing .gform_wrapper .van-make,
.pricing .gform_wrapper .van-make-north,
.pricing .gform_wrapper .sep-opt { /* standard plan options */
	background-color: rgba(34,83,163,0.2);
	border: 1px solid rgb(202,202,202);
}
.pricing .gform_wrapper .text-box,
.pricing .gform_wrapper .gfield_price,
.pricing .gform_wrapper .customer-defined .gfield.custom-price {
	background-color: rgba(34,83,163,0.2);
	border: 1px solid rgb(202,202,202);
}

/* Readonly Checkboxes */
.pricing .gform_wrapper .gf_readonly .gfield_checkbox input[type="checkbox"] {
	display: none;
}
.pricing .gform_wrapper .gf_readonly .gfield_checkbox > li::before {
	display: inline-block;
	color: rgb(100, 100, 100);
	content: "\f14a";
	font: normal 18px/1 fontawesome;
	font-size: 18px;
	font-size: 1.8rem;
}

.pricing .gform_wrapper .ginput_container_singleproduct {
	margin: 4px 0 6px 0;
}


#gform_wrapper_1 li.hidden_label input {
	margin-top: 0;
}

.pricing .gfield_description {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}

.pricing .gform_wrapper span.ginput_product_price,
.pricing .gform_wrapper span.ginput_price {
	color: rgb(31,74,146);
x	font-weight: 400;
	opacity: 1;
}

.page-pricing .gform_wrapper .light,
.pricing .gform_wrapper .gform_wrapper .light,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label .light,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label .light {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

/* GF Product Rows */
.pricing .gform_wrapper .gfield_price.gf_product_row {
	display: flex;
	flex-wrap: wrap;
}
.pricing .gform_wrapper .gfield_price.gf_product_row .gfield_label {
	line-height: 2;
	margin: 0 10px 0 0;
}
.pricing .gform_wrapper .gf_product_row div.ginput_container {
	 margin: 0;
}

.pricing .gform_wrapper .cabinet-finish li {
	display: inline-block;
	padding-bottom: 10px;
	width: 20%;
}

#field_1_45.win-full-oem { /* windows full glass oem */
	border-bottom: 0px;
	margin-bottom: -1rem !important;
}
#field_1_42,
#field_1_43,
#field_1_44,
#field_1_225,
#field_1_226 { /* awning, slider, fixed */
	border-top: 0px !important;
}

#gform_wrapper_1 #field_1_236.gfield,
#gform_wrapper_1 #field_1_236.storge-boxes {
	border-bottom: 0px !important;
	margin-bottom: -1rem !important;
}

/* Customer Defined Prices */
.pricing .gform_wrapper .gform_fields li.custom-price {
	padding-bottom: 8px !important;
}
.pricing .gform_wrapper .gform_fields li.custom-price input.medium {
	width: calc( 100% - 1rem / 2 ) !important;
}

/* Customer Info*/
.pricing .gform_wrapper ul.customer-info {
	border-bottom: 1px solid rgb(31,74,146);
	margin-bottom: 20px;
	padding-bottom: 40px;
}

.pricing .gform_wrapper .smb-location .gfield_radio {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}
.pricing .gform_wrapper .smb-location .gfield_radio li {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	width: 50%;
}

/* Key */
.pricing .gform_wrapper .key {
	margin: 0 !important;
	padding: 10px;
}
.pricing .gform_wrapper .key ul.key-list {
	display: flex;
	margin: 0 !important;
}
.pricing .gform_wrapper ul.key-list li {
x	font-size: 120%;
	list-style-type: none !important;
	padding-left: 1em;
}
/* Icon Key */
.pricing .gform_wrapper .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label .fa-times-circle,
.pricing .gform_wrapper .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label .fa-times-circle {
	color: red;
}
.pricing .gform_wrapper .fa-times-circle {
	color: orange;
}
.pricing .gform_wrapper .fa-plus-circle {
	color: green;
}

/* Total */
.pricing .gform_wrapper ul.gform_fields.total {
	bottom: 0;
	position: sticky;
	width: 100%;
}
#gform_wrapper_16 ul.gform_fields.total .gfield_total_16_,
#gform_wrapper_17 ul.gform_fields.total .gfield_total_17_,
#gform_wrapper_18 ul.gform_fields.total .gfield_total_18_,
#gform_wrapper_2 ul.gform_fields.total .gfield_total_2_,
.pricing .gform_wrapper ul.gform_fields.total .gfield_total_1_ {
	background-color: rgba(255,255,255,0.85) !important;
	border: 0px;
	padding: 0.4%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pricing .gform_wrapper ul.gform_fields.total .gfield_label {
	margin-top: 8px;
	margin-right: 30px;
	text-transform: uppercase;
}
.pricing .gform_wrapper ul.gform_fields.total span.ginput_total {
	font-size: 150%;
}
.pricing .gform_wrapper ul.gform_fields.total .gfield_description {
	margin: 10px 40px 0 40px;
	order: 2;
}


/* ## Partial Conversion Pricing Form
--------------------------------------------- */

.pricing .part-interior ul {
    column-count: 2;
}

.pricing .gform_wrapper .part-electrical-12v .gfield_checkbox,
.pricing .gform_wrapper .part-electrical-110v .gfield_checkbox,
.pricing .gform_wrapper .part-30amp-converter .gfield_checkbox,
.pricing .gform_wrapper .part-water-system .gfield_checkbox,
.pricing .gform_wrapper .phto-electrical-12v .gfield_checkbox,
.pricing .gform_wrapper .phto-walls-flooring .gfield_checkbox {
	column-count: 2;
	font-size: 17px;
	font-size: 1.7rem;
}

.pricing .gform_wrapper .part-electrical-12v .gfield_checkbox > li::before,
.pricing .gform_wrapper .part-electrical-110v .gfield_checkbox > li::before,
.pricing .gform_wrapper .part-30amp-converter .gfield_checkbox > li::before,
.pricing .gform_wrapper .part-water-system .gfield_checkbox > li::before,
.pricing .gform_wrapper .phto-electrical-12v .gfield_checkbox > li::before,
.pricing .gform_wrapper .phto-walls-flooring .gfield_checkbox > li::before {
	display: inline-block;
	color: rgb(100, 100, 100);
	content: "\f14a";
	font: normal 18px/1 fontawesome;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 4px;
}


/* ## Penthouse Top Only
--------------------------------------------- */

.pricing .entry .gform_wrapper ul.blist li:before {
	margin-left: -28px !important;
}


.pricing .gform_wrapper .van-make .gfield_radio,
.pricing .gform_wrapper .van-make-north .gfield_radio { /* move to global pricing */
	display: flex;
	margin: 0 auto;
}
.pricing .gform_wrapper .van-make .gfield_radio li,
.pricing .gform_wrapper .van-make-north .gfield_radio li {
	white-space: nowrap;
	width: 25%;
}

.pricing .gform_wrapper ul.gform_fields li.gfield.upholstery-diagram {
    display: flex;
    justify-content: space-between;
	padding: 0;
}

.pricing .upholstery .gfield_radio {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
}
.pricing .upholstery .gfield_radio {
	line-height: 1.2;
}
.pricing .upholstery .gfield_radio li {
	margin-left: 18px;
	max-width: 33%
}
.pricing .upholstery .gfield_radio label {
	font-size: 12px;
    font-size: 1.2rem;
}
.pricing .upholstery .gfield_radio li img {
	margin-left: 18px;
    width: 50px;
}
.pricing .gform_wrapper .deposit .gfield_description {
	color: rgb(31,74,146);
    font-style: italic;
}
.pricing .entry-content .gform_wrapper ol {
	margin-bottom: 10px;
	margin-left: 0;
}



.pricing .penthouse-top .gfield.upholstery-diagram .diagram {
    line-height: 0;
	margin-right: 10px;
x	width: 49.7%;
	width: 40%;
}
.pricing .penthouse-top .gfield.upholstery-diagram .swatches {
	width: 60%;
}
.pricing .penthouse-top .gfield.upholstery-diagram .diagram a {
	display: inline-block;
    line-height: 0;
}
.pricing .penthouse-top .gfield.upholstery-diagram a.diagram img {
	width: 100%;
}

.pricing .penthouse-top .gfield.upholstery-diagram .swatches .gallery-item {
    margin: 0 0 10px;
}
.pricing .penthouse-top .gfield.upholstery-diagram .swatches .wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    white-space: unset;
}

.gf_remove {
	display: none !important;
}

/* # Media Queries ----------------------------------------------------- */

@media only screen and (max-width:1270px) {
	.pricing .gform_wrapper .van-make .gfield_radio li,
	.pricing .gform_wrapper .van-make-north .gfield_radio li { /* van make */
		font-size: 3.0rem;
	}
}
@media only screen and (max-width:1270px) {
	.pricing .gform_wrapper .cabinet-finish li {
		width: 33%;
	}
	.pricing .gform_wrapper .van-make .gfield_radio li,
	.pricing .gform_wrapper .van-make-north .gfield_radio li { /* van make */
		font-size: 2.5rem;
	}
}

@media only screen and (max-width:1000px) {
	.pricing .gform_wrapper .van-make .gfield_radio li,
	.pricing .gform_wrapper .van-make-north .gfield_radio li { /* van make */
		font-size: 2.0rem;
	}
}

@media only screen and (max-width:800px) {
	.pricing .gform_wrapper .smb-location .gfield_radio {
		width: 100%;
	}
}

@media only screen and (max-width:768px) {
	.pricing .gform_wrapper .smb-location .gfield_radio li {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pricing .gform_wrapper .cabinet-finish li,
	.pricing #gform_wrapper_18 .van-make li {
		width: 50%;
	}
}

@media only screen and (max-width:660px) {
	.pricing .gform_wrapper .van-make .gfield_radio li,
	.pricing .gform_wrapper .van-make-north .gfield_radio li { /* van make */
		padding-bottom: 0;
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.pricing .gform_wrapper .cabinet-finish li {
		width: 100%;
	}
}
