/*Make sure your selectors are very specific, you can accidentally overide builder css if you are not careful*/
/*Do not edit positioning, width, height in CSS, set that in the markup*/
/*CSS Changes, are somewhat permanent, user cannot change these, they can overide them via element inline style, but thats about it*/

/* site */
.street.default p, 
.street.default h1, 
.street.default h2, 
.street.default h3, 
.street.default h4, 
.street.default h5, 
.street.default h6 {
	margin: 0 !important;
	padding: 0 !important;
}
.street.default.page-bg {
	background-color: #fff;
}
.street.default {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
.street.default h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.street.default .divider-line {
	border-top: 2px solid #000;
}
.street.default .company-h1 {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center
}
.street.default h2 {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 20px;
	color: #000;
}
.street.default .text-plugin ul {
	padding: 0 0 0 1.2em;
	margin: 0;
}
.street.default .ul-contact {
	list-style:none;
	margin:0;
	padding:0;	
}
.street.default .center-align {
	text-align: center;
}
.street.default .right-align {
	text-align: right;
}
.street.default .grey {
	color: #999;
}
.street.default .footer-list {
	color: #fff;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	list-style: none;
	padding: 0;
	line-height: normal;
}
.street.default .footer-bg {
	background-color: #000;
}
.street.default .nav-2-box {
	background-color: #000;
}

/****************/
/* neo main nav */
/****************/
.street.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Bitter', sans-serif 
}
.street.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding:0px 5px 5px 5px;
	margin-right: 20px;
	background-color: #000;
	font-size: 14px;
}
.street.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #CCC;
}
.street.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #000;
	font-size: 14px;
}
.street.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #FFF;
}
.street.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #000;
	font-size: 14px;
}
.street.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #FFF;
}
/***************/
/* neo sub nav */
/***************/
.street.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.street.default .navigation-2-plugin ul ul > li {
	padding: 10px;
	margin-top: 3px;
	background-color: #CCC;
	font-size: 14px;
	text-align:left;
}
.street.default .navigation-2-plugin ul ul > li > a {
	color: #000;
}
.street.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #000;
	font-size: 14px;
	text-align:left;
}
.street.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #FFF;
}
.street.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #000;
	font-size: 14px;
	text-align:left;
}
.street.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #FFF;
} 
/****************/
/* END NEO NAV2 */
/****************/
/* Form */
.street.default #FormHeading-id {
	display: none;
}
/* table container */
.street.default div[id^='webcom-component-form'] {
 padding: 20px;
 font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
/*table & form*/

.web_com_custom_form .form-element-wrapper{
	padding:5px 0 0 0;
}

/* inputs & textarea*/
.street.default .form-element-label {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 14px;
}
.street.default textarea.form-element-size-large {
	background-color: #fff;	
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 14px;
}
.street.default input.form-element[type='text'] {
	background-color: #fff;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;	
	color: #000;
}

.street.default .web_com_custom_form .personName-label {
	color: #000;
	}
/*submit*/
.street.default input.form-element[type='submit'] {
	background-color: #000;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	padding:10px;
	margin-top:20px;
	text-align:center;
	text-transform:uppercase;
}
.street.default #Submit-id div {
	text-align:center !important;
	}
