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

.rimodella.default.home-page{
	background: url('assets/rimodella-home-bg.jpg') no-repeat top center;
}
.rimodella.default.page-bg{
	background: url('assets/rimodella-page-bg.jpg') no-repeat top center;
}
.rimodella.default .text-plugin{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	color: #000;
}
.rimodella.default #header{
	background: #fff;
}
.rimodella.default h1,
.rimodella.default h2,
.rimodella.default h3,
.rimodella.default h4,
.rimodella.default h5,
.rimodella.default h6{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
	margin-top: 0;
	color: #000;
}
.rimodella.default h1{
	font-family: 'Julius Sans One', sans-serif;
	font-size: 42px;
}
.rimodella.default h2{
	font-size: 44px;
}
.rimodella.default h3{
	font-size: 30px;
}
.rimodella.default h4{
	font-size: 22px;
}
.rimodella.default h5{
	font-size: 20px;
}
.rimodella.default h6{
	font-size: 18px;
}
.rimodella.default .slogan{
	font-family: 'Julius Sans One', sans-serif;
	font-size: 15px;
	letter-spacing:5px;
}
.rimodella.default .home-h2{
	font-size: 65px;
	line-height: 1.3;
}
.rimodella.default .home-h3{
	font-size: 35px;
}
.rimodella.default .home-p{
	font-size: 25px;
}
.rimodella.default .dark-highlight{
	background: #2d2d2d;	
	color: #fff;
	padding: 0px .3em;
}
.rimodella.default .light-highlight{
	background: #fff;	
	color: #000;
	padding: 0px .3em;
}

.rimodella.default .color-1{
	color:#fff;
}
.rimodella.default .bg-color1{
	background: #96b9ae;
}
.rimodella.default .bg-color2{
	background: #2d2d2d;
}
.rimodella.default .border-img{
	border: 4px solid #fff;
}
.rimodella.default .center-align{
	text-align: center;
}
.rimodella.default .right-align{
	text-align: right;
}
.rimodella.default .white{
	color: #ffffff;
}
.rimodella.default .xl-text{
	font-size: 24px;
}
.rimodella.default .lg-text{
	font-size: 22px;
}
.rimodella.default .sm-text{
	font-size: 18px;
}
.rimodella.default .ls-1{
	letter-spacing:0.5px;
	font-weight: 300;
}

/****************/
/* neo main nav */
/****************/
.rimodella.default .navigation-2-plugin .neo-asset-inner > ul{
	font-family: 'Josefin Sans', sans-serif;
}

.rimodella.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	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;
}
.rimodella.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #000;
}
.rimodella.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #96b9ae;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}
.rimodella.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;
}
.rimodella.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #96b9ae;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}
.rimodella.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}

/***************/
/* neo sub nav */
/***************/
.rimodella.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.rimodella.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #96b9ae;
	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;
}
.rimodella.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.rimodella.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #639485;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
.rimodella.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.rimodella.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #639485;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
.rimodella.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
} 

/* CONTACT */
/*header*/

/* labels style */
.rimodella.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

/*CUSTOM*/
/* first & last name */
.rimodella.default .web_com_custom_form .FirstName label,
.rimodella.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #000;
}
.rimodella.default .web_com_custom_form input[type='text'],
.rimodella.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px solid #000;
	background:  #fff; 
}

.rimodella.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background: #96b9ae; 
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: 1px solid #96b9ae;
	border-radius: 5px;
}

.rimodella.default textarea.form-element{
	height: 70px;
}
