/*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 */

.tiffness.default .text-plugin{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000;
}
.tiffness.default h2,
.tiffness.default h3,
.tiffness.default h4,
.tiffness.default h5,
.tiffness.default h6{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	margin-top: 0;
}
.tiffness.default h1{
	font-family: 'Audiowide', sans-serif;
	font-size: 48px;
	font-weight: normal;
	color: #fff;
	margin-top: 0;
}
.tiffness.default h2{
	font-size: 40px;
	color: #bbbabb;
}
.tiffness.default h3{
	font-size: 30px;
	color: #000;
}
.tiffness.default h4{
	font-size: 18px;
	color: #000;
}
.tiffness.default h5{
	font-size: 16px;
	color: #000;
}
.tiffness.default h6{
	font-size: 16px;
	color: #000;
}

.tiffness.default .dark-bg{
	background: #313030;
}
.tiffness.default div.color1{
	background: #cc2624;
}
.tiffness.default p.color1,
.tiffness.default span.color1,
.tiffness.default ul.color1,
.tiffness.default h2.color1,
.tiffness.default h3.color1{
	color: #cc2624;
}
.tiffness.default div.color2{
	background: #4c1161;
}
.tiffness.default p.color2,
.tiffness.default span.color2,
.tiffness.default ul.color2,
.tiffness.default h2.color2,
.tiffness.default h3.color2{
	color: #4c1161;
}
.tiffness.default div.color3{
	background: #ffb616;
}
.tiffness.default p.color3,
.tiffness.default span.color3,
.tiffness.default ul.color3,
.tiffness.default h2.color3,
.tiffness.default h3.color3{
	color: #ffb616;
}
.tiffness.default .days{
	font-family: 'Audiowide', sans-serif;
	font-size: 72px;
	color: #fff;
	line-height: 0.9;
	letter-spacing: 3px;
}
.tiffness.default .header-phone{
	font-family: 'Audiowide', sans-serif;
	color: #fff;
	font-size: 24px; 
}
.tiffness.default .alpha-bg{
	background: rgba(0,0,0,0.35);
}
.tiffness.default .b-top{
	border-top: 1px solid #000;
}
.tiffness.default .home-promo{
	font-family: 'Audiowide', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	font-size: 72px;
	line-height: 0.75;
}
.tiffness.default .home-promo-s{
	font-size: 48px;
}
.tiffness.default .work1,
.tiffness.default .work2,
.tiffness.default .work3{
	color: #ffb616;
	text-shadow: 1px 1px 5px #000;
	font-family: 'Anton', sans-serif
}
.tiffness.default .work1{
	font-size: 30px;
}
.tiffness.default .work2{
	font-size: 36px;
}
.tiffness.default .work3{
	font-size: 48px;
}
.tiffness.default .slogan{
	font-size: 48px;
	font-family: 'Audiowide', sans-serif;
	color: #cc2624;
}
.tiffness.default .fitness-home{
	font-size: 36px;
	line-height: 0.9;
	color: #fff;
}
.tiffness.default .crossfit-home{
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	color: #fff;
	line-height: 0.9;
}
.tiffness.default .crossfit-home-s{
	font-size: 36px;
}
.tiffness.default .custom-bullet{
	padding: 0;
}
.tiffness.default .custom-bullet li{
	padding-left: 20px;
	background: url('assets/tiffness-bullet.png') no-repeat 0 7px;
}
.tiffness.default .logo2{
	font-size: 24px;
}
.tiffness.default .read-arrow{
	background: url('assets/tiffness-arrow.png') no-repeat;
}
.tiffness.default .light{
	color: #666666;
}
.tiffness.default .center-align{
	text-align: center;
}
.tiffness.default .right-align{
	text-align: right;
}
.tiffness.default .white{
	color: #ffffff;
}
.tiffness.default .black{
	color: #000;
}


/****************/
/* neo main nav */
/****************/
.tiffness.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Cabin, sans-serif;
}
.tiffness.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-align: left;

	border-left-color: rgb(51, 51, 51);
	border-left-style: none;
	border-left-width: 0;
	border-right-color: rgb(255, 255, 255);
	border-right-style: solid;
	border-right-width: 1px;
	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;
}
.tiffness.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.tiffness.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-align: left;
}
.tiffness.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #ffb616;
}
.tiffness.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-align: left;
}
.tiffness.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #ffb616;
}

/***************/
/* neo sub nav */
/***************/
.tiffness.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.tiffness.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #4c1161;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	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;
}
.tiffness.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.tiffness.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #4c1161;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	text-align: left;

}
.tiffness.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #ffb616;
}
.tiffness.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #4c1161;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Gudea', sans-serif;
	text-align: left;
}
.tiffness.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #ffb616;
} 

/* CONTACT */
/*header*/

/* labels style */
.tiffness.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

/*CUSTOM*/
/* first & last name */
.tiffness.default .web_com_custom_form .FirstName label,
.tiffness.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #fff;
}
.tiffness.default .web_com_custom_form input[type='text'],
.tiffness.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px solid #dadada;
	background:  #fff; 
}

.tiffness.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background: #333333; 
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
}

.tiffness.default textarea.form-element{
	height: 70px;
}
