/*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 */

.mercado.default.page-bg.home {
	background: #f5d2ba url('assets/mercado-bg.jpg') no-repeat;
	background-size: cover;
}
.mercado.default.page-bg.about {
	background: #f5d2ba url('assets/mercado-bg-about.jpg') no-repeat;
	background-size: cover;
}
.mercado.default.page-bg.services {
	background: #f5d2ba url('assets/mercado-bg-services.jpg') no-repeat;
	background-size: cover;
}
.mercado.default.page-bg.contact {
	background: #f5d2ba url('assets/mercado-bg-contact.jpg') no-repeat;
	background-size: cover;
}
.mercado.default{
	font-family: 'ABeeZee', sans-serif;
	font-size: 16px;
	color: #000000;
}
.mercado.default h1{
	color: #ffffff;
	font-size: 57px;
	font-family: 'Rye', cursive;
	margin: 0 0 10px 0;
	line-height: 100%;
}
.mercado.default h2, 
.mercado.default h3, 
.mercado.default h4,
.mercado.default h5,
.mercado.default h6{
	font-family: 'ABeeZee', sans-serif;
	color: #000000;
	margin: 0 0 10px 0;
	line-height: 100%;
	font-weight: 500 !important;
}
.mercado.default h2{
	font-size: 29px;
	letter-spacing: 9px;
}
.mercado.default h3{
	font-size: 24px;
}
.mercado.default h4{
	font-size: 20px;
}
.mercado.default h5,
.mercado.default h6{
	font-size: 18px;
}
.mercado.default h3.featured{
	font-size: 27px;
}
.mercado.default h4.featured{
	font-size: 36px;
	color: #7cb620;
	font-family: 'Alfa Slab One', cursive;
}	
.mercado.default .text-plugin ul{
	padding: 0 0 0 1.2em;
	margin: 0;
}
.mercado.default p.featured{
	font-size: 24px;
}	
.mercado.default ul.no-list li{
	list-style-type: disc;
}
.mercado.default .circle{
	border-radius: 89px;
	border: 3px solid #fff;
	box-shadow: 0 0 0 4px #000;
}
.mercado.default .border-127,
.mercado.default .border-84,
.mercado.default .border-64,
.mercado.default .border-61{
	border: 4px solid #fff;
	box-sizing: content-box;
	background: #fff;
}
.mercado.default .border-127{
	border-radius: 127px;
}
.mercado.default .border-84{
	border-radius: 84px;
}
.mercado.default .border-64{
	border-radius: 64px;
}
.mercado.default .border-61{
	border-radius: 61px;
}
.mercado.default .center-align{
	text-align: center;
}
.mercado.default .right-align{
	text-align: right;
}
.mercado.default .text-large{
	font-size: 18px;
}
.mercado.default .text-small{
	font-size: 14px;
}
.mercado.default .white{
	color: #ffffff;
}

/* header */
.mercado.default .header-bg{
	background: #7cb620 url('assets/mercado-bg-header.jpg') repeat-x bottom;
}
.mercado.default .slogan-bg{
	background: rgba(255,255,255,0.8);
}


/****************/
/* neo main nav */
/****************/
.mercado.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: ABeeZee, sans-serif;
}
.mercado.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 20px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	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;
}
.mercado.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.mercado.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
.mercado.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #000;
}
.mercado.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
.mercado.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #000;
}

/***************/
/* neo sub nav */
/***************/
.mercado.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.mercado.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #7cb620;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: 'ABeeZee', sans-serif;
	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: #000;
	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;
}
.mercado.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.mercado.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #7cb620;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: 'ABeeZee', sans-serif;
	text-align: left;
}
.mercado.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #000;
}
.mercado.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #7cb620;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: 'ABeeZee', sans-serif;
	text-align: left;
}
.mercado.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #000;
} 



/*footer*/
.mercado.default .footer-bg{
	background: #000;
}


/* CONTACT */
/*header*/
.mercado.default #FormHeading-id{
	display: none;
}
/* table container */
.mercado.default div[id^='webcom-component-form'],
.mercado.default div[id='preview_id_only']{
	width: 255px !important;
}
/*table & form*/
.mercado.default div[id^='webcom-component-form'] > table, 
.mercado.default div[id^='webcom-component-form'] > table form,
.mercado.default div[id='preview_id_only'] > table, 
.mercado.default div[id='preview_id_only'] > table form{
	width: 246px;
}
/* inputs & textarea*/
.mercado.default div[id^='webcom-component-form'] > table form input[type="text"], 
.mercado.default div[id^='webcom-component-form'] > table form textarea,
.mercado.default div[id='preview_id_only'] > table form input[type="text"], 
.mercado.default div[id='preview_id_only'] > table form textarea{
	border: none !important;
	background: #FFFFFF !important;
	color: #000000 !important;
}
.mercado.default div[id^='webcom-component-form'] > table form input[type="text"],
.mercado.default div[id='preview_id_only'] > table form input[type="text"]{
	height: 30px;
}
.mercado.default div[id^='webcom-component-form'] .form-element-wrapper table,
.mercado.default div[id='preview_id_only'] .form-element-wrapper table{
	width: 245px !important;
}
/*subject container & input*/
.mercado.default div[id^='webcom-component-form'] .form-element-wrapper#subject-id, 
.mercado.default div[id^='webcom-component-form'] .form-element-wrapper#subject-id input[type="text"],
.mercado.default div[id^='webcom-component-form'] .form-element-wrapper#email-id, 
.mercado.default div[id^='webcom-component-form'] .form-element-wrapper#email-id input[type="text"],
.mercado.default div[id^='webcom-component-form'] .form-element-wrapper#phone-id, 
.mercado.default div[id^='webcom-component-form'] .form-element-wrapper#phone-id input[type="text"],
.mercado.default div[id='preview_id_only'] .form-element-wrapper#subject-id, 
.mercado.default div[id='preview_id_only'] .form-element-wrapper#subject-id input[type="text"],
.mercado.default div[id='preview_id_only'] .form-element-wrapper#email-id, 
.mercado.default div[id='preview_id_only'] .form-element-wrapper#email-id input[type="text"],
.mercado.default div[id='preview_id_only'] .form-element-wrapper#phone-id, 
.mercado.default div[id='preview_id_only'] .form-element-wrapper#phone-id input[type="text"]{
	width: 245px !important;
	max-width: 245px !important;
	min-width: 245px !important;
}
/*textarea & container*/
.mercado.default .web_com_custom_form textarea.form-element-size-large {
	width: 245px !important;
	min-width: 245px !important;
}
/*labels*/
.mercado.default div[id^='webcom-component-form'],
.mercado.default div[id='preview_id_only']{
	font-size: 11px;
}
/*submit*/
.mercado.default div[id^='webcom-component-form'] > table form input[type="submit"],
.mercado.default div[id='preview_id_only'] > table form input[type="submit"] {
	font-size: 16px;
	padding: 5px;
	background: #000000 !important;
	border: none !important;
	color: #ffffff;
}
