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

.thera.default .text-plugin {
	font-size: 16px;
}
/*  background  */

.thera.default.pagebg {
	background-color: #fff;
	background-image:url(assets/thera-kv.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	
}
.thera.default.subpagebg {
		background-image:url(assets/thera-bg.jpg);
	background-repeat:repeat;
	background-position:top left;
}
.thera.default .divider-line {
	border-top: 3px solid #591900;
}
.thera.default .footer-bg {

		background-image:url(assets/thera-bg.jpg);
	background-repeat:repeat;
	background-position:top left;
	
}
.thera.default .content-bg {
border-bottom: 5px solid #591900;
	
}
	
.thera.default .vertical-line {
	border-left: 1px solid #591900;
}
.thera.default .header-bg {
	background-color:#FFF;
	
}.thera.default .home-info {
	background-color:#FFF;
	opacity:.8;
	
}.thera.default .hor-divider {
	border-bottom: 2px solid #591900;
}

/****************/
/* neo main nav */
/****************/
.thera.default .navigation-2-plugin .neo-asset-inner{
	border-bottom: 5px solid #591900;
	background: #2db59c;
}
.thera.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Ubuntu, sans-serif;
}
.thera.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 4px;
	padding-right: 65px;
	padding-bottom: 4px;
	padding-left: 65px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	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;
}
.thera.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.thera.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #591900;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
}
.thera.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;
}
.thera.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #591900;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
}
.thera.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}

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



/* header logo */

.thera.default .company-slogan1 {
	box-sizing: border-box;

}
.thera.default .company-slogan2 {
	box-sizing: border-box;
	background-color: #fff;

}
.thera.default .company-slogan3 {
	background-color: #591900;
	opacity:0.8;

}
.thera.default .company-name {
	box-sizing: border-box;
}

/* text styles */
.thera.default h1 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2db59c;
	margin: 0;
	line-height: 14px;
	padding: 20px 20px 10px 20px;
	text-transform:normal;
}
.thera.default .h1-contact {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2db59c;
	margin: 0;
	line-height: 14px;
	padding: 20px 20px 10px 20px;
	text-transform:none;
}
.thera.default h2 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2db59c;
		padding: 10px;
	margin:0;
	line-height: 25px;
}
.thera.default h3 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #2db59c;
	font-weight: bold;
		padding: 10px;
	margin:0;
	text-transform: normal;
}
.thera.default .h3-slogan {
	color: #591900;
}
.thera.default h4 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #2db59c;
	font-weight: normal;
	margin: 0;
	padding: 20px;
}
.thera.default h4.h4-home {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #2db59c;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	text-transform: normal;
	text-align: right;
}
.thera.default h5 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2db59c;
	font-weight: bold;
	padding: 10px;
	margin:0;
	text-transform: uppercase;
}
.thera.default .text-plugin {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 24px;
}
.thera.default .p-company {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 65px;
	color: #591900;
	font-weight: 300;
	line-height: 66px;
}
.thera.default .p-home {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
		padding: 10px;
	margin:0;
	line-height: 27px;
	text-align:right;
}
.thera.default .ul-home-info {
	list-style:url(assets/thera-bullet.png);
	margin:0;

	}
	.thera.default .home-info-img {
		border:3px solid #fff;
		border-radius:60px;
		
	

	}
		.thera.default .services-info-img {
		border:3px solid #fff;
		border-radius:84px;
		
	

	}
	.thera.default .home-title{
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2db59c;
	margin: 0;
	text-transform: normal;
	font-weight: normal;
	padding: 10px;
}
.thera.default .h2-copy {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 2px;
	line-height: 18px;
}
.thera.default .p-copy {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 21px;
}
.thera.default .text-plugin li, .thera.default .text-plugin ul, .thera.default .text-plugin ol {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 27px;
}
/* Services */
.thera.default .text-bg-1 {
	background-color:#fff;
	
}
.thera.default .text-bg-2 {
	background-color:#591900;
	
}
.thera.default .p-services {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 23px;
	padding: 0px 20px 20px 20px;
}
.thera.default .p-about {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 23px;
}
.thera.default .p-top {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding:0 20px 20px 20px;
	line-height: 24px;
}
.thera.default .li-services {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin:0;
	
}
/* Form */
.thera.default #FormHeading-id {
	display: none;
}
/* table container */
.thera.default div[id^='webcom-component-form'] {
 padding: 20px;
 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* inputs & textarea*/
.thera.default .form-element-label {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 27px;
}
.thera.default form textarea {
	background-color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	height: 110px;

}
.thera.default input[type='text'] {
	background-color: #fff;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	color: #000;
}
.thera.default form select{
	background-color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}

/*submit*/
.thera.default input.form-element[type='submit'] {
	background-color: #591900;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 27px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	padding:10px;
	margin-top:20px;
	text-align:center
}
.thera.default #Submit-id div {
	text-align:center !important
}
.thera.default .form-element-wrapper{
	padding: 0;
	margin-bottom: 5px;
}