/*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 */

.keramik.default{
	background: url('assets/keramik-bg.jpg') repeat-x;
}
.keramik.default .text-plugin{
	font-family: 'Quattrocento', serif;
	font-size: 20px;
	color: #000;
}
.keramik.default .global-region-inner{
	background: #fff;
}


.keramik.default h1,
.keramik.default h2,
.keramik.default h3,
.keramik.default h4,
.keramik.default h5,
.keramik.default h6{
	font-family: 'Cinzel', serif;
	font-weight: normal;
	margin-top: 0;
	color: #000;
}
.keramik.default h1{
	font-size: 49px;
}
.keramik.default h2{
	font-size: 33px;
}
.keramik.default h3{
	font-size: 30px;
}
.keramik.default h4{
	font-size: 27px;
}
.keramik.default h5{
	font-size: 24px;
}
.keramik.default h6{
	font-size: 20px;
}
.keramik.default .bg-nav{
	background: #451313;
}
.keramik.default .footer-text{
	font-family: 'Cinzel', serif;
}
.keramik.default .right-border{
	border-right: 1px solid #000;
}
.keramik.default .underline{
	border-bottom: 2px solid #000;
}
.keramik.default .footer-text{
	font-family: 'Cinzel', sans-serif;
	font-size: 14px;
}
.keramik.default .no-bullet{
	list-style-type: none;
}
.keramik.default .alpha-bg{
	background: rgba(255,255,255,0.7);
}
.keramik.default .header-phone{
	font-size: 25px;
}
.keramik.default .center-align{
	text-align: center;
}
.keramik.default .right-align{
	text-align: right;
}
.keramik.default .white{
	color: #ffffff;
}
.keramik.default .lg-text{
	font-size: 22px;
}
.keramik.default .sm-text{
	font-size: 18px;
}


/****************/
/* neo main nav */
/****************/
.keramik.default .navigation-2-plugin .neo-asset-inner > ul{
	font-family: Cinzel, sans-serif;
}

.keramik.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: transparent;
	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: 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;
}
.keramik.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.keramik.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.keramik.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #000;
}
.keramik.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.keramik.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #000;
}

/***************/
/* neo sub nav */
/***************/
.keramik.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.keramik.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #451313;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	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;
}
.keramik.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.keramik.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
.keramik.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #000;
}
.keramik.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
.keramik.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #000;
} 

/* CONTACT */
/*header*/

/* labels style */
.keramik.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

/*CUSTOM*/
/* first & last name */
.keramik.default .web_com_custom_form .FirstName label,
.keramik.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #000;
}
.keramik.default .web_com_custom_form input[type='text'],
.keramik.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px solid #000;
	background:  #fff; 
}

.keramik.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background: #451313; 
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: 1px solid #451313;
	border-radius: 5px;
}

.keramik.default textarea.form-element{
	height: 70px;
}
.keramik.default .form-element-wrapper{
	padding: 0 0 5px; 
}