/*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 */

.venato.default .content-bg {
	background: url('assets/venato-bg.jpg') no-repeat;
	background-size: cover;
}
.venato.default #header {
	background: #000;
}
.venato.default #footer {
	background: #fff;
}
.venato.default .company-box {
	background: #eb6b15;
}
.venato.default .text-plugin {
	font-family: 'Lora', sans-serif;
	font-size: 19px;
	color: #000;
}
.venato.default p {
	font-family: 'Lora', sans-serif;
	font-size: 19px;
	color: #000;
	line-height: 30px;
	letter-spacing: 1px;
}
.venato.default h2, .venato.default h3, .venato.default h4, .venato.default h5, .venato.default h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	margin: 0;
	color: #000;
}
.venato.default h1 {
	font-size: 64px;
	margin: 0;
	color: #fff;
	font-family: 'Yesteryear', cursive;
	text-shadow: 1px 1px #7a3700;
	text-align:center;
}
.venato.default h2 {
	font-size: 27px;
}
.venato.default h3 {
	font-size: 26px;
}
.venato.default h4 {
	font-size: 24px;
}
.venato.default h5 {
	font-size: 22px;
	font-weight: 300;
}
.venato.default h6 {
	font-size: 20px;
}
.venato.default .divider {
	border-top: 2px solid #cdcdcd;
}
.venato.default .divider-2 {
	border-top: 2px solid #444444;
}
.venato.default .opacity-bg {
	background-color: #fff;
	opacity: .8;
}
.venato.default .black-bg {
	background-color: #000;
}
.venato.default .home-title {
	font-size: 27px;
	margin-bottom: 20px;
}
.venato.default .home-title-2 {
	font-size: 27px;
	color: #fff;
	margin-bottom: 20px;
}
.venato.default .p-2 {
	color: #fff;
}
.venato.default .home-ul {
	font-size: 17px;
	padding-left: 25px;
}
.venato.default .footer-ul {
	font-size: 14px;
	padding-left: 15px;
	line-height: 25px;
}
.venato.default .home-ul li {
	list-style-image: url(assets/venato-bullet.png);
	color: black;
	line-height: 40px;
}
.venato.default .about-title {
	font-size: 27px;
	font-weight: 200;
	letter-spacing: 2px;
	color: #b0b0b0;
	text-align: center
}
.venato.default .bottom-border {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.venato.default .tiny-text {
	font-size: 14px;
	color: #929292;
	font-family: 'Lora', Arial;
	letter-spacing: normal;
}
.venato.default .black-divider {
	background: rgba(0, 0, 0, 0.2);
}
.venato.default .white-divider {
	background: rgba(255, 255, 255, 0.35);
}
.venato.default .footer-text {
	font-size: 13px;
}
.venato.default .contact-bg {
	background-image: url('assets/venato-white-gradient.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}
.venato.default .disclaimer {
	font-size: 12px;
	color: #6c7377;
}
.venato.default .center-align {
	text-align: center;
}
.venato.default .right-align {
	text-align: right;
}
/****************/
/* neo main nav */
/****************/


.venato.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	margin-right: 20px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: 200;
	font-size: 23px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.venato.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: rgb(156, 156, 156);
}
.venato.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: 200;
	font-size: 23px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;

}
.venato.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;

}
.venato.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: 200;
	font-size: 23px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.venato.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}
/***************/
/* neo sub nav */
/***************/


.venato.default .navigation-2-plugin ul ul > li {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 0;
	background-color: rgb(156, 156, 156);
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.venato.default .navigation-2-plugin ul ul > li > a {
	color: #000;
}
.venato.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: rgb(156, 156, 156);
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.venato.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.venato.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: rgb(156, 156, 156);
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.venato.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
}
/****************/
/* END neo main nav */
/****************/

/* labels style */
.venato.default .web_com_custom_form label {
	font-weight: normal;
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Lato', Arial;
}
/*CUSTOM*/
/* first & last name */

.venato.default .web_com_custom_form input[type='text'], .venato.default .web_com_custom_form textarea {
	border-radius: 4px !important;
	border: 1px solid #000;
	background: #d9d9d9;
}
.venato.default .web_com_custom_form input[type='submit'] {
	color: #fff;
	background: #eb6b15;
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: 'Lato', Arial;
	font-weight: 200;
}
.venato.default .form-element-wrapper {
	padding: 0 0 5px 0;
}
