/*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 */
.jardin.default .text-plugin {
	font-family: 'Actor', sans-serif;
	font-size: 17px;
	line-height: 32px;
}
.jardin.default .header-bg {
	background-color: #222222;
}
.jardin.default.pagebg {
	background: url('assets/jardin-content-bg.jpg') repeat;
}
.jardin.default .color1-bg {
	background-color: #FFF;
}
.jardin.default .footer-bg {
	background: url('assets/jardin-footer-bg.jpg') repeat center;
}
.jardin.default p.triangle-txt3 {
	font-family: 'Actor', sans-serif;
	line-height: 32px;
	font-size: 17px;
	line-height:26px;
}
.jardin.default h1, .jardin.default h2, .jardin.default h3, .jardin.default h4, .jardin.default h5, .jardin.default h6 {
	margin: 0;
	font-weight: normal;
}
.jardin.default .comp-name {
	font-family: 'Berkshire Swash', sans-serif;
	font-size: 43px;
	letter-spacing:2px;
}
.jardin.default .triangle-txt1 {
	font-size: 32px;
	line-height: 40px;
	letter-spacing:2px;
	font-family: 'Alfa Slab One', sans-serif;
}
.jardin.default .triangle-txt2 {
	font-size: 18px;
	font-family: 'Actor', sans-serif;
	padding:8px;
}
.jardin.default .phone-no {
	font-size: 20px;
	font-family: 'Droid Sans', sans-serif;
	font-weight:normal;
	color:#69bd45;
	margin:0px;
}
.jardin.default .tight-lines {
	line-spacing: 28px;
}
.jardin.default .home-boxes {
	font-size: 23px;
	font-family: 'Actor', sans-serif;
	padding:8px;
}
.jardin.default h6 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color:#00aeef;
}
.jardin.default .content-bg{
	background-color:#FFF;
}
.jardin.default .divider-bg {
	background-color: #000;
}
.jardin.default .center-align {
	text-align: center;
}
.jardin.default .right-align {
	text-align: right;
}
.jardin.default .color1 {
	color: #fff;
}
.jardin.default .color2 {
	color: #000;
}
.jardin.default .color2-borders {
	border:2px solid #000;
}
.jardin.default .small-text {
	font-size: 17px;
	padding-top:2px;
	line-height:26px;
}
.jardin.default .smaller-text {
	font-size: 16px;
}
.jardin.default .tiny-text {
	font-size: 12px;
}
.jardin.default .large-text {
	font-size: 18px;
}
.jardin.default .border-padding {
	padding:8px;
}
.jardin.default .circular-radius {
  border: 0px solid transparent;
  -webkit-border-radius: 101px;
  -moz-border-radius: 101px;
  border-radius: 101px;
}
/****************/
/* neo main nav */
/****************/
.jardin.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Actor, sans-serif;
}
.jardin.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding: 3px 12px 3px 12px;
	background-color: transparent;
	font-size: 16px;
	border-right: 1px solid #fff;
}
.jardin.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #FFF;
}
.jardin.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-size: 16px;
	border-bottom: 2px solid #69bd45;
}
.jardin.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #FFF;
}
.jardin.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-size: 16px;
	border-bottom: 2px solid #69bd45;
}
.jardin.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #FFF;
}
/***************/
/* neo sub nav */
/***************/

.jardin.default .navigation-2-plugin ul ul > li {
	padding: 6px;
	margin-top: 3px;
	background-color: #6DBC4C;
	font-size: 14px;
	font-family: inherit;
	text-align: left;
	border: 1px solid #000;
}
.jardin.default .navigation-2-plugin ul ul > li > a {
	color: #FFF;
}
.jardin.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #4d8336;
	font-size: 14px;
	font-family: inherit;
	text-align: left;
	border: 1px solid #000;
}
.jardin.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #FFF;
}
.jardin.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #4d8336;
	font-size: 14px;
	font-family: inherit;
	text-align: left;
	border: 1px solid #000;
}
.jardin.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #FFF;
}
/*END NAV 2*/
/***********/
/* CONTACT */
/*header*/
/* labels style */
.jardin.default .web_com_custom_form label {
	font-weight: normal;
	margin-bottom: 0;
}
/*CUSTOM*/
/* first & last name */
.jardin.default .web_com_custom_form .FirstName label, .jardin.default .web_com_custom_form .LastName label {
	font-size: 12px !important;
}
.jardin.default .web_com_custom_form input[type='text'], .jardin.default .web_com_custom_form textarea {
	border-radius: 4px !important;
	border: 1px solid #000;
	background-color: #fff;
}
.jardin.default .web_com_custom_form input[type='submit'] {
	color: #FFF;
	border-radius: 3px;
	background-color: #000;
	font-family: Actor, sans-serif;
	font-size: 16px;
	letter-spacing:2px;
	padding: 4px 25px;
	display: block;
	margin: 0 auto;
}
