
/* Layout: Two Column
Theme: Graphite - CUSTOM

Layout.css contains the layout properties for your order form,
including width, height, margin, padding, position, float,
display and text-align.

NOTE: There are additional classes that are not listed here
because they currently have no attributes. You can locate
these by downloading and using Firebug.
===============================================================*/

* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header-custom{
	/*background-color:#2a2a2a;*/
	width:100%;
	margin-bottom:25px;
	padding:30px 0;
	background-size: cover;
}

#header-custom-imagewrapper {
	max-width:1024px;
	margin:0 auto;
	padding:0 20px;
}



#wrapper {
	/* Wraps around everything and sets the total width of the order form */
	position: relative;
	max-width: 100% !important;
}

#header {
	/* The top area that contains your banner or logo */
	background-color: #2a2a2a;
	padding:35px 0px 25px 0px;
	width: 100%;
	margin-bottom: 40px !important;
	padding: 30px 0;
	background-size: cover;
	display:none;  /* using custom header */
}

#content {
	/* Content wrapper for main column */
	float: left;
	width:60%;
	padding:0px 20px;
}

#header,
#wrapper,
#content {
	margin: 0 auto;
	max-width: 1025px !important;
}




/* RIGHT COL
===============================================================*/


#rightCol {
	/* Content wrapper for right column/HTML area */
	width: 39%;
	float: right;
	margin-top: 10px;
	/*height: 700px;*/
	/*clear: both;*/
	color: #222;
	padding: 25px;
	font-size:16px;
}


#rightCol h2 {
	color: #398ac9;
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
	/*padding: 10px 0 0;*/
	font-weight:600;
}



#rightCol ul {
	list-style: none;
}

#rightCol li {
	margin-bottom: 15px;
	background-image: url("https://iq169.files.keap.app/iq169/iq169-aeed4a33-eb2f-4f24-9470-a411c720e218-v2");
	background-repeat: no-repeat;
	padding-left: 2em;
}

#rightCol h3 {
	font-style: italic;
	font-size; 14px;
}


.spacer {
	height: 15px;
}

/* PRODUCT GRID
===============================================================*/

.productImage {
	/* Image in the product grid */
	margin: 8px 0 10px 0;
	border: 1px solid #eee;
}

.price {
	/* Price in the right column of the product grid */
	display: block;
}

.productDescription {
	/* Paragraph for short product description in order form */
	margin-bottom: 13px;
}

.optionsDrop {
	/* Dropdown for product options */
	padding: 4px 4px 4px 6px;
	margin-bottom: 13px;
	width: 200px;
	line-break-after: right;
}

.subscriptionPlan {
	display: block;
}

.qtyField {
	/* Quantity field in product grid */
	padding: 4px 4px 4px 6px;
	width: 40px;
	display: block;
	text-align: right;
	margin: 0 auto;
	margin-bottom: 5px;
}



/* HTML AREAS (Insert custom HTML by going to the HTML area tab)
===============================================================*/

#topCustomHTML {
	/* HTML area below header image. */
	margin: 35px 0 15px 0;
}

#middleCustomHTML {
	/* HTML area below product grid. */
	margin: 35px 0 60px 0;
	clear: both;
}

#bottomCustomHTML {
	/* This is your footer. */
	width: 960px;
	margin: 40px auto 20px auto;
	padding: 15px;
	text-align: center;
	clear: both;
}



/* FORMS
===============================================================*/

input {
	margin: 0 0 7px 0;
}

.paymentLabel {
	/* Labels for payment method table */
	display: none;
}

.choosePlan {
	/* Radio buttons used to choose pay plan or shipping option */
	margin-right: 5px;
}



/* Form fields and labels
---------------------------------------------*/

.checkout, .checkoutDone {
	/* Form fields used in checkout forms */
	padding: 4px 4px 4px 6px;
	margin: 0;
	/*width: 350px;*/
	width:100%;
}

.checkoutBottom, .checkoutBottomDone {
	/* Provides bottom padding for last form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 0 0 20px 0;
	width: 350px;
}

.checkoutTop, .checkoutTopDone {
	/* Provides top padding for first form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 10px 0 0 0;
	width: 350px;
}

.checkoutLabel {
	/* Checkout form label */
	padding: 0 0 -3px 0;
	margin: 0 0 -3px 0;
}

.checkoutShort {
	/* Smaller form field */
	padding: 4px 4px 4px 6px;
	margin: 0;
	width: 135px;
}

.promoField {
	/* Smaller form field */
	padding: 4px 4px 4px 6px !important;
	margin: 0 0 0 10px;
}


.checkoutShortTop {
	/* Smaller form field */
	padding: 4px 4px 4px 6px;
	margin: 10px 0 0 0;
	width: 135px;
}

.promoLabel {
	padding-top: 3px;
}

.checkoutShortest {
	/* Even smaller form field */
	padding: 5px;
	margin: 0;
	width: 50%;
}

.checkoutShortBottom {
	padding: 4px 4px 4px 6px;
	margin-bottom: 30px;
	width: 175px;
}

.addressTableInfo {
	margin-bottom: 0px;
}

.paymentIcon {
	/* Credit card, pay pal and check icons in payment information table */
	margin: 0 7px -5px 4px;
}



/* Tables
---------------------------------------------*/

.viewCart {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 30px 0;
	float: left;
	border-radius: 4px;
}

.viewCart th, .billingTable th, .shippingTable th, .shipMethodTable th, .paymentMethodTable th, .payplanTable th, .orderSummary th {
	padding: 10px 10px 10px 15px;
	text-align: left;
}

.viewCart td, .shipMethodTable td, .paymentMethodTable td, .payplanTable td, .orderSummary td {
	padding: 10px 10px 10px 15px;
	vertical-align: top;
}

.viewCart tr.subtotal td:nth-child(2),
.viewCart tr.subtotal td:nth-child(3){
	display:none;
}


.billingTable td, .shippingTable td {
	/*padding: 8px 0 0 15px;*/
	/*vertical-align: top;*/
}
.billingTable td, .shippingTable td {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0px 0px;
	box-sizing: border-box
}

.billingTable td.rightAlignTop,
.billingTable td.rightAlign
{
	display:none;
}


.billingTable {
	/* Table for entering billing address */
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	text-align: left;
	float: left;
	height: 500px;
}

.shippingTable {
	/* Table for entering shipping address */
	width:100%;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	text-align: left;
	float: left;

}

.orderSummary {
	/* Table for order form summary */
	position: relative;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	text-align: left;
	float: left;
	clear: right;
}


.orderSummary tr:first-child th:nth-child(2){
	display:none;
}


.shipMethodTable {
	/* Table for shipping options */
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	margin-right: 20px;
	text-align: left;
	float: left;
	clear: left;
}

.payplanTable {
	/* Table for choosing pay plan */
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: left;
	float: left;
}

#shipPaymentContainer {
	width: 355px;
	float: left;
}

.tableOption {
	/* Paragraph for shipping or pay plan option */
	margin: 0 0 11px 0;
}

.payplanSummary { /* Box that shows payment schedule for payment plan */
	background-color: #fff;
	width: 200px;
	margin: -12px 0 15px 0;
}

.paymentDate { /* Date shown in .paypanSummary box */
	width: 100px;
	display: inline-block;
	border-bottom: 1px dashed #ddd;
}

.paymentAmount { /* Payment amount shown in .paypanSummary box */
	width: 65px;
	text-align: right;
	display: inline-block;
	border-bottom: 1px dashed #ddd;
}

.financeDate { /* Finance charge label shown in .paypanSummary box */
	color: #777;
	font-style: italic;
	width: 100px;
	display: inline-block;
}

.financeAmount { /* Finance charge amount shown in .paypanSummary box */
	color: #777;
	font-style: italic;
	width: 65px;
	text-align: right;
	display: inline-block;
}

.promoCode {
	/* Table for promo code field */
	width: 453px;
	border-collapse: collapse;
	margin-left: 15px;
}

.promoCode td {
	height: 30px;
}

.paymentMethodTable {
	/* Table for entering payment method */
	width: 100%;
	border-collapse: collapse;
	margin: 40px 0 20px 0;
	text-align: left;
	float: none;
	clear: both
}

.paymentMethodTable .checkout,  .paymentMethodTable .checkoutDone{
	/*width: 145px;*/
}

td.pay1 {
	/* First column in .paymentMethodTable */
	/*width: 150px;*/
	/*width: 50%;*/
	display:block;
	padding-bottom: 20px;
	float:left;
	width:50%;
}

td.pay2 {
	/* First column in .paymentMethodTable */
	/*width: 162px;*/
	/*width: 50%;*/
	/*padding-bottom: 20px;*/
	display:block;
	float:left;
	width:50%;
}



td.pay3 {
	/* First column in .paymentMethodTable */
	/*width: 158px;*/
	/*width: 50%;*/
	padding-bottom: 20px;
	display:block;
	float:left;
	width:50%;
}

td.pay4 {
	/* First column in .paymentMethodTable */
	padding-bottom: 20px;
	display:block;
	float:left;
	width:50%;
}

td.rightAlign {2
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	height: 20px;
	width: 140px;
}

.productCell {
	width: 80%; !important
}

.qtyCell {
	width: 10%; !important
}

.priceCell {
	width: 10%; !important
}

th.rightAlign {
	text-align: right;
}

th.rightAlignTop {
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	width: 150px;
}

td.rightAlignTop {
	text-align: right;
	padding-top: 20px;
	width: 150px;
	height: 20px;
}

td.rightAlignBottom {
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 20px 0;
	width: 150px;
}

th.leftAlign {
	text-align: left;
	height: 15px;
}

td.leftAlign {
	text-align: left;
}

td.centerAlign, th.centerAlign {
	text-align: center;
}

td .rightCell {
	text-align: right;
}






/* UPSELLS
===============================================================*/

#upsellContainer {
	/* Contains all upsells */
	width: 600px;
	margin: 0 0 40px 0;
	clear: both;
}

.upsell {
	/* Box that contains single upsell */
	width: 572px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px 10px 12px 15px;
}

.upsellImage {
	float: left;
	margin: 6px 15px 0 0;
}

.upsellItem {
	/* Product name */
	font-weight: bold;
	margin-right: 10px;
}

.upsellAdd {
	/* Add to cart button for upsells */
	float: right;
	margin: 7px 7px 0 0;
}

.upsellPrice {
	margin-left: 9px;
}



/* TYPOGRAPHY
===============================================================*/

h1 {
	/* Used for product names */
	margin: 2px 0 2px 0;
}

h2 {
	/* Used for upsell product names */
	margin-right: 10px;
	display: inline;
	margin-bottom: 15px;
}

#upsellContainer h2 {
	/* Used for upsell product names */
	margin: 5px 12px 0 0;
	display: inline-block;
}

h3 {
	/* Used for upsell headline */
	margin: 0 0 5px 0;
	padding-bottom: 3px;
}



/* LINKS AND BUTTONS
===============================================================*/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.codeButton, .continueButton {
	padding: 3px 15px 4px 15px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

.upsellButton {
	margin: 0 0 0 1px;
	padding: 1px 8px 2px 8px;
	cursor: pointer;
}


/* RESPONSIVE CLASSES
======================================================= */

@media (max-width: 875px) {
	#content{
		float:none;
		width:100%;
	}


	#rightCol{
		float:none;
		width:100%;
	}



	.viewCart{
		outline:1px solid #F3F3F3;
	}



	.viewCart th{
		display:none;
	}
	.viewCart tr:first-child th:first-child{
		display:block;
		border-bottom: 1px solid #F3F3F3 !important;
		padding-bottom:40px;
	}



	.viewCart td
	{
		display: block;
		float: none;
		width: 95%;
		border: 0px;
		height:inherit;

	}

	.viewCart td.priceCell,
	.viewCart td.qtyCell
	{
		width:30%;
		float:left;
	}


	.viewCart tr:nth-child(2) td:nth-child(4){
		/*display:none;*/

	}


	td.pay1,
	td.pay2,
	td.pay3,
	td.pay4 {
		display: block;
		float: none;
		width: 100%;
	}

	.paymentMethodTable td {
		padding: 10px 0px 0px 0px;

	}


	.promoField{
		clear:left;
		display:inline;
		padding:5px;
		width:70px;
	}



}
/* PAYPAL SMARTBUTTONS===============================================================*/.checkoutButtonList { /* Container for the checkout links and PayPal smart payment buttons, if the smart payment buttons are present */ float: right; clear: both; padding-right: 30px;}.checkoutPaypalSmartPaymentButtons { /* Container for the PayPal smart payment buttons */ float: right; clear: both;}.payPalOption td { /* PayPal option in the Payment Information */ width: 220px;}.payPalOption td div { /* Container for the PayPal smart payment buttons in the PayPal option in the Payment Information */ clear: both; float: left;}#payPalButtons { /* PayPal initial order form page when multiple payment option */ background-color: #ffffff; padding: 16px;}#payPalOptionButtons { /* Container for the PayPal smart payment buttons */ float: right; clear: both; width: 220px;}
