/*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 */
.gaffen.default .text-plugin {
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	line-height:24px;
	letter-spacing:0px;
	margin-top:0px;
	color:#fff;
	font-weight:normal;
}
.gaffen.default .text-plugin p{
	font-family: 'PT Sans', sans-serif;
	margin-top:0px;
}
.gaffen.default .center-align {
	text-align: center;
}
.gaffen.default .right-align {
	text-align: right;
}
/***** BACKGROUNDS *****/
.gaffen.default.pagebg {
	background-color:#000;
}
.gaffen.default .header-bg {
	background-color:#000;
}
.gaffen.default .footer-bg {
	background-color: #000;
}
/***** HEADINGS *****/
.gaffen.default h1, .gaffen.default h2, .gaffen.default h3, .gaffen.default h4, .gaffen.default h5, .gaffen.default h6 {
	margin: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color:#FFF;
}
.gaffen.default h1 {
	font-size:72px;
	line-height:94px;
}
.gaffen.default h2 {
	font-size:60px;
	line-height:72px;
}
.gaffen.default h3 {
	font-size:48px;
	line-height:60px;
}
.gaffen.default h4 {
	font-size:36px;
	line-height:46px;
}
.gaffen.default h5 {
	font-size:30px;
	line-height:38px;
}
.gaffen.default h6 {
	font-size:24px;
	line-height:30px;
}
/***** TEXT STYLES *****/
.gaffen.default h1.alt-heading-font {
	font-family: 'Great Vibes', serif;
	color:#ff0000;
}
.gaffen.default h6.phone-font {
	font-family: 'Cabin', sans-serif;
}
.gaffen.default h4.font-great-vibes, .gaffen.default h5.font-great-vibes{
	font-family: 'Great Vibes', serif;
}
.gaffen.default p.line-height-30{
	line-height:30px;
	}
/***** LISTS *****/
.gaffen.default .text-plugin ul li, .gaffen.default .text-plugin ol li, .gaffen.default .text-plugin ul, .gaffen.default .text-plugin ol {
	font-size:18px;
	line-height:24px;
	list-style-type:inherit;
}
/***** COLORS & BG-COLORS *****/
.gaffen.default .color-1 {
	color: #FFFFFF;
}
.gaffen.default .color1-bg {
	background-color: #FFFFFF;
}
.gaffen.default .color2 {
	color: #000;
}
.gaffen.default .color2-bg {
	background-color: #000;
}
.gaffen.default .color3 {
	color: #ff0000;
}
.gaffen.default .color3-bg {
	background-color: #ff0000;
}
/***** BORDERS *****/
.gaffen.default .circle-border {
	border-radius: 250px;
}
.gaffen.default .border-1px-color1 {
	border-radius: 0px;
	border:1px solid #FFF;
}
.gaffen.default .dashed-bar-home {
	border-radius: 0px;
	border-bottom:2px dotted #FFF;
}
/****************/
/* neo main nav */
/****************/
.gaffen.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Cabin', sans-serif;
}
.gaffen.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding:0px;
	background-color: transparent;
	margin-right:31px;
	font-size: 24px;
	line-height:26px;
	font-weight:normal;
}
.gaffen.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #FFF;
}
.gaffen.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	padding:0px;
	background-color: transparent;
	font-size: 24px;
	line-height:26px;
	font-weight:normal;
}
.gaffen.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #ff0000;
}
.gaffen.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	padding:0px;
	background-color: transparent;
	font-size: 24px;
	line-height:26px;
	font-weight:normal;
}
.gaffen.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #ff0000;
}
/***************/
/* neo sub nav */
/***************/
.gaffen.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.gaffen.default .navigation-2-plugin .neo-asset-inner > ul{
  font-family: 'Cabin', sans-serif;
}
.gaffen.default .navigation-2-plugin ul ul > li {
	padding:9px 22px 9px 22px;
	background-color: #FFF;
	border:1px solid #FFF;
	margin-top:2px;
	font-size: 18px;
	font-weight:normal;
}
.gaffen.default .navigation-2-plugin ul ul > li > a {
	color: #ff0000;
}
.gaffen.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #ff0000;
	font-size: 18px;
	border:1px solid #ff0000;
	text-align:left;
}
.gaffen.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #FFF;
}
.gaffen.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #ff0000;
	font-size: 18px;
	border:1px solid #ff0000;
	text-align:left;
}
.gaffen.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #FFF;
}
/*END NAV 2*/
/***********/
/* CONTACT */
/*header*/

/* labels style */
.gaffen.default .web_com_custom_form label{
	font-family: 'Cabin', sans-serif;
	font-size:14px;
	margin-bottom: 0;
	color: #fff;
}

/* first & last name */
.gaffen.default .web_com_custom_form .FirstName label,
.gaffen.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #fff;
}
/* inputs */
.gaffen.default .web_com_custom_form input[type='text'],
.gaffen.default .web_com_custom_form textarea, .gaffen.default form select{
	border-radius: 0px !important;
	border: 1px solid #fff;
	background:  #fff;
	color:#000;
}
/* submit btn */
.gaffen.default .web_com_custom_form input[type='submit']{
	font-family: 'Cabin', sans-serif;
	color: #000;
	background: #FFF; 
	font-size: 16px;
	padding: 7px 25px;
	display: block;
	margin: 0px;
	border: 1px solid #FFF;
	border-radius: 0px;
}
/* textarea height */
.gaffen.default input.form-element{
	min-height:30px;
}
.gaffen.default form select{
	min-height:none;
}
.gaffen.default .form-result-ok {
	color:#FFF;
}

.mapAddress{
	color:#fff;
}
