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

.limpia.default.page-bg {
	background-image: url(assets/limpia-bg.jpg);
	background-repeat: repeat;
	background-position: -150px -150px;
}
.limpia.default{
	font-family: 'Carme', Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
}
.limpia.default h1{
	font-family: 'Julius Sans One', sans-serif;
	color: #000000;
	font-size: 50px;
	margin: 0;
}
.limpia.default h2, 
.limpia.default h3, 
.limpia.default h4,
.limpia.default h5,
.limpia.default h6{
	font-family: 'Alegreya', serif;
	color: #575757;
	text-align: center;
	margin: 0;
	font-weight: bold;
}
.limpia.default h2{
	font-size: 40px;
}
.limpia.default h3{
	font-size: 28px;
}
.limpia.default h4{
	font-size: 24px;
}
.limpia.default h5{
	font-size: 20px;
}
.limpia.default h6{
	font-size: 16px;
}
.limpia.default .text-plugin ul{
	padding: 0 0 0 1.2em;
	margin: 0;
}
.limpia.default .text-plugin ul {
	list-style-type:disc;
}
.limpia.default .divider{
	border-bottom: 2px #cfc512 solid;
}
.limpia.default .left{
	text-align: left;
}
.limpia.default .text-small{
	font-size: 14px;
}
.limpia.default .global-region{
	background: url('assets/limpia-shadow.png') repeat-y center;
}
.limpia.default .global-region-inner{
	background: #ffffff;
}
.limpia.default .border-box{
	background: #fff;
	border: 2px solid #cfc512;
}


/* header */
.limpia.default .company-name-h2{
	font-family: 'Julius Sans One', sans-serif;
	font-size: 25px;
}


/* nav */
.limpia.default .nav-bg{
	background: rgba(0,0,0,0.4);
}


/****************/
/* neo main nav */
/****************/
.limpia.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Carme, sans-serif;
}
.limpia.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	margin-right: 35px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	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: rgb(51, 51, 51);
	border-bottom-style: none;
	border-bottom-width: 0;
	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;
}
.limpia.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.limpia.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}
.limpia.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: rgba(255,255,255,0.7);
}
.limpia.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	padding-top: 0;
}
.limpia.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}

/***************/
/* neo sub nav */
/***************/
.limpia.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.limpia.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(0,0,0,0.4);
	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;
}
.limpia.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.limpia.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: rgba(0,0,0,0.4);
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.limpia.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: rgba(255,255,255,0.7);
}
.limpia.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: rgba(0,0,0,0.4);
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.limpia.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: rgba(255,255,255,0.7);
} 



/* HOME */

.limpia.default .circle{
	border-radius: 70px;
	border: 2px solid #cfc512;;
}


/* ABOUT */

.limpia.default .chat{
	border-radius: 67px;
	background: #cfc512;
}


/* SERVICES */

.limpia.default .service-bottom{
	background: #cfc512;	
}
.limpia.default .tick{
	padding: 0;
}
.limpia.default .tick li{
	list-style-type: none;
	padding-left: 25px;
	background: url('assets/limpia-tick.png') 5px 5px no-repeat;
}


/* CONTACT */

.limpia.default .contact-form{
	background: #fbfbed;
}

/* CONTACT */
/*header*/
/* make content adaptive */
.limpia.default div[id^='webcom-component-form'] > table > tbody > tr > td:first-child,
.limpia.default div[id^='webcom-component-form'] > table > tbody > tr > td:last-child,
.limpia.default div[id='preview_id_only'] > table > tbody > tr > td:first-child,
.limpia.default div[id='preview_id_only'] > table > tbody > tr > td:last-child{
	display: none;
}
.limpia.default #FormHeading-id{
	display: none;
}
/* table container */
/*this is the wrapper*/
.limpia.default div[id^='webcom-component-form'],
.limpia.default div[id='preview_id_only']{
	font-family: 'Carme', Arial, Helvetica, sans-serif;
}
/*columns*/
.limpia.default div[id^='webcom-component-form'] > table > tbody > tr > td,
.limpia.default div[id='preview_id_only'] > table > tbody > tr > td{
}
.limpia.default div[id^='webcom-component-form'] > table > tbody > tr > td:first-child,
.limpia.default div[id='preview_id_only'] > table > tbody > tr > td:first-child{
}
.limpia.default div[id^='webcom-component-form'] > table > tbody > tr > td:last-child,
.limpia.default div[id='preview_id_only'] > table > tbody > tr > td:last-child{
}
/*table & form*/
/* here's where you set the widht of the table and the form (inside the wrapper there's a table)*/
.limpia.default div[id^='webcom-component-form'] > table, 
.limpia.default div[id^='webcom-component-form'] > table form,
.limpia.default div[id='preview_id_only'] > table, 
.limpia.default div[id='preview_id_only'] > table form{
}
/* inputs & textarea*/
/*set bg color, font color, borders, here */
.limpia.default div[id^='webcom-component-form'] > table form input[type="text"], 
.limpia.default div[id^='webcom-component-form'] > table form textarea,
.limpia.default div[id='preview_id_only'] > table form input[type="text"], 
.limpia.default div[id='preview_id_only'] > table form textarea{
	border-radius: 10px;
	border: none !important;
	background: #ffffff !important;
	color: #505005 !important;
	border: 1px solid rgba(0,0,0,0.5) !important;
}
/*set height of inputs here*/
.limpia.default div[id^='webcom-component-form'] > table form input[type="text"],
.limpia.default div[id='preview_id_only'] > table form input[type="text"]{
	height: 25px;
}

/* inputs */
.limpia.default .web_com_custom_form table.personName-large {
}
.limpia.default #name-id{
	display: table-cell;
}
.limpia.default #name-id > label{
	vertical-align: top;
}
.limpia.default #name-id table .FirstName label, 
.limpia.default #name-id table .LastName label{
	font-size: 11px !important;
	text-align: left;
}
.limpia.default #name-id label,
.limpia.default #name-id table, 
.limpia.default #email-id label, 
.limpia.default #email-id input, 
.limpia.default #phone-id label, 
.limpia.default #phone-id input, 
.limpia.default #subject-id label, 
.limpia.default #subject-id input, 
.limpia.default #message-id label, 
.limpia.default #message-id textarea{
	display: block;
}
.limpia.default #name-id label,
.limpia.default #email-id label, 
.limpia.default #phone-id label, 
.limpia.default #message-id label, 
.limpia.default #subject-id label{
	color: #505050;
	font-size:13px;
}
.limpia.default #name-id table td.FirstName{
	padding-right: 0px;
}
.limpia.default #subject-id label {
	color: #505050;
	margin: 0 !important;
}
.limpia.default #message-id textarea{
 }

/*container email & phone*/
.limpia.default #email-id input, 
.limpia.default #phone-id input, 
.limpia.default #subject-id input, 
.limpia.default #message-id textarea{
}
.limpia.default div[id^='webcom-component-form'] .form-element-wrapper#email-id, 
.limpia.default div[id^='webcom-component-form'] .form-element-wrapper#phone-id,
.limpia.default div[id='preview_id_only'] .form-element-wrapper#email-id, 
.limpia.default div[id='preview_id_only'] .form-element-wrapper#phone-id{
}
.limpia.default div[id^='webcom-component-form'] .form-element-wrapper#email-id,
.limpia.default div[id='preview_id_only'] .form-element-wrapper#email-id{
	margin-right: 10px !important;
}


/*submit*/
.limpia.default div[id^='webcom-component-form'] > table form input[type="submit"],
.limpia.default div[id='preview_id_only'] > table form input[type="submit"] {
	font-size: 11px;
	padding: 5px 10px;
	background: #cbc100 !important;
	border: none !important;
	color: #000000;
	border-radius: 8px;
	box-shadow: rgba(0,0,0,0.8) 2px 2px 5px;
}

