/*CSS Document*/
/*ORIGINAL CAUSEVIEW CSS */

/* See if we can get Bebas Neue working */
@import url("https://use.typekit.net/taw7mbr.css");


input.amount-field-custom-input {
    width: 110px !important;}
.sectionBody .requiredBlock .required { background-color:Transparent; top:2px; }
.sectionBody .requiredBlock .required span { display:block; font-size:14pt; }
.sectionBody .labelCol { color:#4A4A4A;width:30% }
.sectionHeader
{
    	color:#4A4A4A;font-size: 14px;
    	font-weight:bold;
    	padding:12px 14px;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #777;
	text-align: center;
}
.googleAddressLookup {
  width: 40%;
  min-width: 235px;
}




/* CUSTOM LIGHTNING FRUIT CSS */

body {
	font-family: "montserrat", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:normal;
}

div#breadcrumbs {
  background: #eee;
  border-radius: 0;
}

div#breadcrumbs li .label {
  font-family: 'bebas-neue', Impact, sans-serif;
  text-transform: uppercase;
}

div#breadcrumbs li span.step-item {
  border: 1px solid #3c3c50;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #3c3c50;
  font-family: "Montserrat", sans-serif;
}

div#breadcrumbs li span.step-item.ui-state-active {
  background-color: #3c3c50;
  color: #ffffff;
}

div#breadcrumbs li hr {
  display: none;
}

.section.section-single-col {
  width: 100%;
}
.panel .sectionBody .labelCol {
	font-family: "montserrat", Helvetica, Arial, sans-serif;
	color: #be0e2b;
	font-weight: 700;
	font-size: 1em;
  width: 25%;
}
.panel .sectionBody .dataCol {
	padding-bottom:12px;
}
label {
	font-size:1em;
}
.amount-buttons-field input[type="text"] {
  font-weight: normal!important;
  width: 140px!important;
  margin-top: 2px;
}

body .sectionBody input[type="text"], body .sectionBody input[type="email"], body .sectionBody input[type="tel"], body .sectionBody textarea, body .sectionBody select, .amount-field ul {
	margin-left:4px;
}
.panel .sectionBody .amount-buttons-field li label, .panel .sectionBody .submitBtn {
	font-family: "Montserrat", Impact, Arial, sans-serif;
	text-transform:uppercase;
	font-size:1.125em;
	font-weight:normal;
	margin: 0;
	outline:none;
	padding:0.25em 1em;
	text-align:center;
	transition:none;
	border-radius:8px;
	box-shadow:none;
	line-height:normal;
	color:#fff;
	background-image:none;
	background-color:#be0e2b;
	border: 2px solid #be0e2b;
}

.panel .sectionBody .submitBtn {
  font-family: "bebas neue", Impact, sans-serif;
  font-size: 24px;
  padding: 0.5em 3em;
}
.panel .sectionBody .amount-buttons-field li label.ui-state-active {
	background-color:#fff;
	color:#be0e2b;
}

.panel .sectionBody .amount-buttons-field li label:hover, .panel .sectionBody .submitBtn:hover {
	background-color:#fff;
	color:#be0e2b;
}

body .sectionBody input[type="text"], body .sectionBody input[type="email"], body .sectionBody input[type="tel"], textarea, select {
	box-sizing:border-box;
	border: 1px solid #CCC;
  background: #EEE;
	box-shadow:none;
	border-radius:0;
	padding: 5px 3px;
	font-size:1em;
	width:80%;
}

body .sectionBody select.card-expiry-month, body .sectionBody select.card-expiry-year }{
  width: auto;
}

body .sectionBody input[type="text"].amount-field-custom-input {
  padding: 0 0.5em;
}

button#nextButton {
  border:none;
  box-shadow: none;
  background-image: none;
  background-color: #be0e2b;
}

button#nextButton .ui-button-text {
  color: #ffffff;
  font-family: "bebas-neue", Impact, sans-serif;
  text-transform: uppercase;
  padding: 0.5em 3em;
  font-size: 24px;
}

button#nextButton .ui-button-icon-secondary.ui-icon {
  display: none!important;
}

@media only screen and (max-width:768px) {
	.panel .sectionBody .labelCol {
		font-size:0.9em;
	}
}
@media only screen and (max-width:480px) {
	.panel .sectionBody .dataCol, .panel .sectionBody .labelCol {
		display:block;
		width:100%;
		text-align:left;
	}
}