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

.clease.default.page-bg{
  background: #faf9f5;
}

.clease.default .text-plugin{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #42413e;
}

.clease.default h1,
.clease.default h2,
.clease.default h3,
.clease.default h4,
.clease.default h5,
.clease.default h6{
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-top: 0;
  color: #42413e;
}
.clease.default h1{
  font-family: 'Pacifico', sans-serif;
  font-size: 40px;
  color: #fff;
}
.clease.default h2{
  font-size: 50px;
}
.clease.default h3{
  font-size: 30px;
}
.clease.default h4{
  font-size: 26px;
}
.clease.default h5{
  font-size: 20px;
}
.clease.default h6{
  font-size: 14px;
}

.clease.default .promo{
  font-size: 45px;
}
.clease.default .circle-1{
  border-radius: 31px;
}
.clease.default .circle-2{
  border-radius: 83px;
}
.clease.default .num{
  font-size: 36px;
}

/*text*/
.clease.default .center-align{
  text-align: center;
}
.clease.default .right-align{
  text-align: right;
}
.clease.default .white{
  color: #ffffff;
}
.clease.default .xl-text{
  font-size: 24px;
}
.clease.default .lg-text{
  font-size: 20px;
}
.clease.default .std-text{
  font-size: 16px;
}
.clease.default .sm-text{
  font-size: 14px;
}

/*colors*/
.clease.default .text-plugin .neo-asset-inner .c1{
  color: #fff;
}
.clease.default div.c1{
  background: #fff;
}
.clease.default .text-plugin .neo-asset-inner .c2{
  color: #d5d8df;
}
.clease.default div.c2{
  background: #d5d8df;
}
.clease.default .text-plugin .neo-asset-inner .c3{
  color: #99d8b9;
}
.clease.default div.c3{
  background: #99d8b9;
}
.clease.default .text-plugin .neo-asset-inner .c4{
  color: #d1d1d1;
}
.clease.default div.c4{
  background: #d1d1d1;
}
.clease.default .text-plugin .neo-asset-inner .c5{
  color: #2b2b2b;
}
.clease.default div.c5{
  background: #2b2b2b;
}


.clease.default .b1{
  border: 3px solid #ececec;
}
.clease.default .b2{
  border: 2px solid #b3b3b2;
}

/****************/
/* neo main nav */
/****************/
.clease.default .navigation-2-plugin .neo-asset-inner > ul{
  font-family: 'Open Sans', sans-serif;
}

.clease.default .navigation-2-plugin .neo-asset-inner > ul > li {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;

  border: 1px solid transparent;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.clease.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
  color: #fff;
}
.clease.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;

  border: 1px solid #fff;
}
.clease.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
  color: #fff;
}
.clease.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;

  border: 1px solid #fff;
}
.clease.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
  color: #fff;
}

/***************/
/* neo sub nav */
/***************/
.clease.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.clease.default .navigation-2-plugin ul ul > li {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  background-color: rgba(51,51,51,1);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;

  border-left-color: rgb(51, 51, 51);
  border-left-style: none;
  border-left-width: 0;
  border-right-color: rgb(51, 51, 51);
  border-right-style: none;
  border-right-width: 0;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: rgb(51, 51, 51);
  border-top-style: none;
  border-top-width: 0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.clease.default .navigation-2-plugin ul ul > li > a {
  color: #fff;
}
.clease.default .navigation-2-plugin ul ul > li.k-state-hover {
  background-color: rgba(51,51,51,1);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
.clease.default .navigation-2-plugin ul ul > li.k-state-hover > a {
  color: #99d8b9;
}
.clease.default .navigation-2-plugin ul ul > li.k-state-active {
  background-color: rgba(51,51,51,1);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
.clease.default .navigation-2-plugin ul ul > li.k-state-active > a {
  color: #99d8b9;
} 

/* CONTACT */
/*header*/

/* labels style */
.clease.default .web_com_custom_form label{
  font-weight: normal;
  margin-bottom: 0;
  color: #000;
}

/*CUSTOM*/
/* first & last name */
.clease.default .web_com_custom_form .FirstName label,
.clease.default .web_com_custom_form .LastName label{
  font-size: 12px !important;
  color: #000;
}
.clease.default .web_com_custom_form input[type='text'],
.clease.default .web_com_custom_form textarea,
.clease.default .form-element.form-element-size-medium,
.clease.default .form-element.form-element-size-large,
.clease.default .form-element.form-element-size-small{
  border: 1px solid #eeeff2;
  background:  #eeeff2; 
  color: #000;
}

.clease.default .web_com_custom_form input[type='submit']{
  color: #fff;
  background: #42413e; 
  font-size: 16px;
  padding: 3px 25px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.clease.default textarea.form-element{
  height: 70px;
}
