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

.coffee.default .text-plugin {
	font-size: 18px;
	line-height:30px;
	color:#5c5a57;
}
.coffee.default .text-plugin ul li {
	font-size:18px;
	line-height:30px;
	font-color:#5c5a57;
}
/*  background  */

.coffee.default.pagebg {
	background-image: url(assets/cafecito-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.coffee.default .header-bg {
	background-color: #000;
	opacity: .8;
}
.coffee.default .content-bg {
	background-color: #fff;
}
.coffee.default .divider-line {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.coffee.default .divider-hor {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5c5a57;
}


	/****************/
/* neo main nav */
/****************/	


.coffee.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Poiret One', Arial, Helvetica, sans-serif;
	
}	
.coffee.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}
.coffee.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #ffffff;
}
.coffee.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}
.coffee.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #d79e73;
}
.coffee.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}
.coffee.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #d79e73;
}
/***************/
/* neo sub nav */
/***************/
.coffee.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.coffee.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 0;
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Poiret One', Arial, Helvetica, sans-serif;
	text-align: left;
}
.coffee.default .navigation-2-plugin ul ul > li > a {
	color: #FFF;
}
.coffee.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: inherit;
	text-align: left;
}
.coffee.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #d79e73;
}
.coffee.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color:#000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: inherit;
	text-align: left;
}
.coffee.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #d79e73;
}





/* header logo */


.coffee.default .company-name {
	background-color: #2e1711;
	border: 1px solid #d4a288;
	outline: 10px solid #2e1711;
	margin: 5px;
	line-height: 62px;
	padding: 5px;
	opacity: 1;
}
.coffee.default h3 {
	font-family: 'Medula One', Arial, Helvetica, sans-serif;
	font-size: 72px;
	color: #f1c8b6;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
/* text styles */


.coffee.default h4 {
	font-family: 'Poiret One', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	line-height: 32px;
	text-align: center;
	margin: 0;
}
.coffee.default p {
	font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5c5a57;
	line-height: 30px;
}
.coffee.default h1 {
	font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #5c5a57;
	text-align: center;
	text-transform: uppercase;
}
.coffee.default h2 {
	font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #5c5a57;
	text-align: center;
}
.coffee.default .under-h {
	text-transform: none
}
.coffee.default .under-24 {
	font-size: 24px;
	text-transform: none
}
.coffee.default .h2-left {
	text-align: left
}
