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

.boda.default{
	background-image:url(assets/canvas-bg.png);
	background-repeat: no-repeat;
	background-color:#dc989e;
}
.boda.default .header-bg{
	background-color:#fff;
}
.boda.default .content-bg{
	background-color:#fff;
}
.boda.default .text-plugin{
	font-family: 'Lato', sans-serif;
	font-size:20px;
}
.boda.default h1,
.boda.default h2,
.boda.default h3,
.boda.default h4,
.boda.default h5,
.boda.default h6{
	margin-top:0px;
}
.boda.default h1{
	font-family: 'Allura', cursive;
	font-size:60px;
	padding-left:5px;
}
.boda.default h3{
	font-family:'Lato', sans-serif;
	font-size:51.72px;
	color:#c74c58;
}
.boda.default h4{
	font-size:40px;
	color:#fff;
}
.boda.default h5{
	font-size:27px;
	color:#9b9b9b;
}
.boda.default .phone-num{
	font-size:16px;
}
.boda.default .center-align{
	text-align: center;
}
.boda.default .right-align{
	text-align: right;
}
.boda.default .color1{
	color:#c74c58; 	/*soft red*/
}
.boda.default .color2{
	color:#fff;  /*white*/
}
.boda.default .bold{
	font-weight: 700;
}
.boda.default .box-bg1{
	background-color:#fff;
	box-shadow:0px 4px 0px rgba(0,0,0,0.5);
}
.boda.default .box-bg2{
	background-color:#9b9b9b;
}
.boda.default .box-text{
	font-size:24px;
	letter-spacing: 1px;
}
.boda.default .ws-2{
	word-spacing: 2px;
}
.boda.default .ws-4{
	word-spacing: 4px;
}
.boda.default .ws-6{
	word-spacing:6px;
}
.boda.default .ws-13{
	word-spacing:13px;
}	
.boda.default .fs-18{
	font-size:18px;
}
.boda.default .fs-19{
	font-size:19px;
}
.boda.default .fs-22{
	font-size:23px;
	color:#fff;
}
.boda.default .fs-24{
	font-size:24px;
}
.boda.default .fs-27{
	font-size:27px;
}
.boda.default .footer-bg{
	background-color:#9b9b9b;
}
.boda.default .lh-30{
	line-height: 30px;
}
.boda.default .border1{
	border-top:15px solid #fff;
	border-bottom:15px solid #fff;
}

/****************/
/* neo main nav */
/****************/
.boda.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Lato', sans-serif;
}
.boda.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-right:0;
	padding-top:0;
	padding-bottom: 0;
	padding-left: 3px;
	margin-right: 19px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: left;

	border-bottom-color: transparent;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: transparent;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.boda.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: rgb(0,0,0);
}
.boda.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.boda.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color:#c74c58;
}
.boda.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-family: 'Lato', sans-serif;
	text-align: left;

	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;

}
.boda.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color:#c74c58;
}

/***************/
/* neo sub nav */
/***************/
.boda.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	font-family: 'Lato', sans-serif;
	width:130px;
}
.boda.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: left;

	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.boda.default .navigation-2-plugin ul ul > li > a {
	color: rgb(0, 0, 0);
}
.boda.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: left;

	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.boda.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color:#c74c58
}
.boda.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Lato', sans-serif;

	text-align: left;
	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.boda.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #ff0000;
} 
/* CONTACT */
/*header*/

/* labels style */
.boda.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}
/*CUSTOM*/
/* first & last name */
.boda.default .web_com_custom_form .FirstName label,
.boda.default .web_com_custom_form .LastName label{
	font-size: 14px !important;
	color: #000;
}
.boda.default .web_com_custom_form input[type='text'],
.boda.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px solid #dadada;
	background-color:  #fff; 
}

.boda.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background-color: #000; 
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: 1px transparent #fff;
	border-radius: 5px;
}
.boda.default textarea.form-element{
	height: 70px;
}
.boda.default .form-result-ok{
	color:rgb(255,255,255);
}
