/* Layout: One Column
Theme: Basic Gray

Appearance.css contains the costmetic properties for your order 
form, such as fonts, colors, background images and borders.

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.
===============================================================*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
This is the correct location for import, remove import link in layout.css when ready
*/

body, td {
	font: 15px/1.5 Helvetica, Arial, sans-serif;
	color: #758089;
	background-color: #ebebeb;
	}
	
img, img a {
    border: 0 none;
	}

@font-face {
	font-family: 'Neutraface 2 Text Bold';
	src: url('http://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.eot');
	src: url('http://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('http://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.woff') format('woff'),
		 url('http://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.ttf') format('truetype'),
		 url('http://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.svg#neutraface_2_text_boldregular') format('svg');
}


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

.priceBold {
	/* Price subtotal on bottom right of product grid */
	font-weight: bold;
	}

.discountedPrice {
	display: none;
	text-decoration: line-through;
	}

.upsellContainer .discountedPrice {
	display: inline;
}

.cartDiscount {
	display: none;
}

.totalPrice {
	/* Subtotal label on bottom left of product grid */
	font-weight: bold;
	}

.optionChosen {
	font-style: italic;
	color: #999;
	font-size: 14px;
	}

.updateCart {
	/* Link to update quantity */
	font-size: 10px;
	}

.promoField {
    /* Text fields for promo code */
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
	}



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

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop  {
	/* Form fields used in checkout forms */
	border: 1px solid #c3c3c3;
	border-radius: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
    font-size: 15px;
	color: #48525B;
	}

.checkoutDone, .checkoutTopDone, .checkoutBottomDone {
	/* Form fields used on confirmation page */
    font-size: 13px;
	color: #222;
	}

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
	}
	
.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .shipMethodTable th, .payplanTable th, .orderSummary th, #UP_SELLS h3 {
    font-family: "Neutraface 2 Text Bold", Helvetica;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #444c50;
    text-transform: uppercase;
    border-bottom: 1px solid #c3c3c3;
    text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
    }

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
	}

.subtotal td.leftAlign {
	
	}

.cartDiscount {
    /* Discount text */
	color: #f00;
    }

.paymentDate, .paymentAmount, .financeDate, .financeAmount { /* Shown in payplan pay schedule box */
	font-size: 12px;
	}

.payplanSummaryHeader { /* Header for payplan pay schedule box */
	font-size: 12px;
	font-weight: bold;
	}



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

#upsellContainer {
  	overflow: hidden;
	}

.upsell {

	}

.upsellRegPrice {
	font-style: italic;
	}

.upsellPrice {
	color: #758089;
	}
	
.upsell img {
	border: 1px solid #ddd;
	}



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

h1 {
    /* Used for product names */
	font-size: 15px;
	}

h2 {
    /* Used for upsell product names */
    font-size: 16px;
    }

h3 {
    /* Used for upsell headline */
    font-size: 15px;
	font-weight: normal;
    color: #555;
	text-transform: uppercase;	
	}

#customHeader h1 {
	margin-bottom: 26px;
	font-family: "Neutraface 2 Text Bold", Helvetica;
	font-size: 31px;
	line-height: 33px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #228abe;
	text-transform: uppercase;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}

p {
	font-family: Helvetica, Arial;
	font-size: 13px;
	line-height: 19px;
	color: #758089;
}

#customHeader label {
	font-size: 13px;
	line-height: 13px;
}

#customHeader label a {
	color: #228abe;
}


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

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.codeButton, .continueButton, .upsellButton  {
	display: inline-block;
	padding: 10px 21px;
	font-family: "Neutraface 2 Text Bold", Helvetica;
	font-size: 25px;
	line-height: 29px;
	letter-spacing: -1px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 1px rgba( 0, 0, 0, .22 );
	border: 1px solid #0c6db1;
	cursor: pointer;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	        border-radius: 4px;
	background-image: -webkit-linear-gradient( top, #1096c9, #1e79b8 );
	background-image:    -moz-linear-gradient( top, #1096c9, #1e79b8 );
	background-image:      -o-linear-gradient( top, #1096c9, #1e79b8 );
	background-image:     -ms-linear-gradient( top, #1096c9, #1e79b8 );
	background-image:         linear-gradient( top, #1096c9, #1e79b8 );
	-webkit-box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .28 );
	   -moz-box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .28 );
	    -ms-box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .28 );
	        box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .28 );
}
	
.upsellButton {
	margin-top: 14px;
	padding: 10px 11px;
	font-size: 15px;
	line-height: 7px;
	font-weight: normal;

}

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
	color: #fff;
	text-decoration: none;
	background-image: -webkit-linear-gradient( top, #1ea7db, #2a89cb );
	background-image:    -moz-linear-gradient( top, #1ea7db, #2a89cb );
	background-image:      -o-linear-gradient( top, #1ea7db, #2a89cb );
	background-image:     -ms-linear-gradient( top, #1ea7db, #2a89cb );
	background-image:         linear-gradient( top, #1ea7db, #2a89cb );
}


/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949;
	}


@media screen and (max-width:480px) {

	#wrapper {
		width: 100% !important;
		padding: 33px 15px 0 15px !important;
		box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
	}
	
	#ORDER_FORM_PRODUCT_LIST h1 { font-size: 8px; }
	
	.billingTable { width: 100%; }
	
	.billingTable td, .shippingTable td {
		display: block;
		height: auto !important;
	}
	
	td.rightAlignTop { width: auto !important; }
	
	.checkoutLabel { margin: 0 !important; }
	
	.checkoutTop, .checkoutTopDone { margin: 0 !important; }
	
	.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop {
		width: 100% !important;
		box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
	}
	
	#PAYMENT_SELECTION { margin-bottom: 34px !important; }
	
	.paymentLabel {
		display: block !important;
		width: auto !important;
		margin-bottom: 8px !important;
	}
	
	td.pay1 span::before { width: auto !important; }
	
	td.pay2 { height: auto !important; }
	
	td.pay3 { margin-bottom: 18px !important; }
	
	select#expirationMonth, select#expirationYear {
		display: inline-block !important;
		width: 45% !important;
	}
	
	#Contact0_AuthorizeMonthlyBilling { margin-bottom: 0 !important; }
	
	#Contact0_AuthorizeMonthlyBilling + label {
		font-size: 15px !important;
		line-height: normal !important;
	}
	
	#securitylogos { height: auto !important; }
	
	#securitylogos li {
		float: none !important;
		margin: 0 auto 25px auto !important;
	}

}
