/*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 */

.careday.default.pagebg {
	background-image: url(assets/bg.gif);
	background-repeat: repeat;
	background-position: -150px -150px;
}
.careday.default{
	font-family: 'Carme', Helvetica, Arial;
}
.careday.default h1, .careday.default h2{
	font-family: 'Acme', sans-serif;
	color: #505050;
}
.careday.default h3, .careday.default h4{
	font-family: 'Acme', sans-serif;
	color: #f0b4b4;
}
.careday.default h2{
	font-size: 38px;
}
.careday.default h3, .careday.default h4{
	font-size: 30px;
}
.careday.default h2, .careday.default h3, .careday.default h4{
	text-align: center;
}
.careday.default p, .careday.default span, .careday.default li{
	font-size: 18px;
}
.careday.default p, .careday.default span{
	text-align: center;
}
.careday.default .home-extra-ul{
	padding: 0;
	margin: 0;
}
.careday.default .divider{
	border-bottom: 1px #c0c0c0 solid;
}
.careday.default .global-region-inner{
	background: #ffffff;
}
.careday.default .left{
	text-align: left;
}
.careday.default .no-list li{
	list-style-type: none;
}


/* header */
.careday.default h1, .careday.default h1 span{
	font-size: 83px;
	margin: 0;
}
.careday.default .company-name-h2{
	font-family: 'Carme', Helvetica, Arial, sans-serif;
	font-size: 37px;
	text-transform: uppercase;
	text-align: left;
}

/* nav */
.careday.default .nav-bg{
	background: rgba(255,255,255,0.8);
}

.careday.default .navigation-plugin ul {
	background: none !important;
	border: none;
	text-align: left;
}
.careday.default .navigation-plugin {
	background: none !important;
	border: none;
	text-align: right;
}
.careday.default .navigation-plugin ul li a {
	color: #505050;
}
.careday.default .k-menu .k-item{
	border-width: 0 0px 0 0 !important;
	vertical-align: top;
	zoom: 1;
	box-sizing: content-box;
	font-family: 'Carme', Helvetica, Arial, sans-serif;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	text-transform: uppercase;
}
.careday.default .k-link:hover {
	color: #f0b4b4 !important;
	background-color: none !important;
}
.careday.default .k-state-hover, 
.careday.default .k-state-hover:hover{
	border: none !important;
	background: none !important;
}
.careday.default .k-link:active {
	color: #f0b4b4 !important;
	background: rgba(255,255,255,0.3);
}
.careday.default .selected-page a{
	color: #f0b4b4 !important;
	border: none !important;
}
.careday.default .k-menu .k-item > .k-link {
	display: block;
	line-height: 1.34em;
	padding-bottom: .2em !important;
	padding-left: .9em !important;
	padding-right: .8em !important;
	padding-top: .2em !important;
	text-decoration: none !important;
}
.careday.default .k-state-highlight,
.careday.default .k-state-active, 
.careday.default .k-state-active:hover, 
.careday.default .k-active-filter, 
.careday.default .k-tabstrip .k-state-active{
	background: none !important;
	border: none !important;
}

/*custom arrow for the selected page*/
.careday.default .k-icon{
 background: url('assets/careday-sprite.png') 0 0 !important;
}
.careday.default .k-state-focused{
	border: none !important;
}

/*Dropdown Light*/
/*container*/
.careday.default .k-animation-container{
	padding-left: 0 !important;
	margin-left: 0 !important;
}
/*ul*/
.careday.default .navigation-plugin .k-menu .k-animation-container ul.k-group {
	background: #d6d5d5 !important;
	margin: 0 0 0 17px !important;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	padding: 0 !important;
}
/*li*/
.careday.default .k-group .k-item{
	margin: 0 !important;
	width: 100% !important;
	border-bottom: 1px solid #000000 !important
}
/*a*/
.careday.default .k-group .k-item .k-link{
	font-size: 14px;
	text-transform: none;
	color: #5d5b5b !important;
	font-family: 'Open Sans', sans-serif;
	padding:3px 5px !important;
	line-height: 1 !important;
}
/*hover*/
.careday.default .k-group .k-item.k-state-hover a {
	background-color: rgba(255,255,255,0.5) !important;
	color: #000000 !important;
}
/*selected page*/
.careday.default .k-group .selected-page .k-link{
	color: #fff !important;
}

/* footer */
.careday.default .footer-p, .careday.default .footer-p span{
	font-size: 14px;
	text-align: left;
}
.careday.default .copyright{
	display: block;
	text-align: center;
}

/* HOME */

.careday.default .box-1{
	background: #f8efe0;
}
.careday.default .box-2{
	background: #c4e7ed;
}
.careday.default .box-3{
	background: #f0b4b4;
}
.careday.default .box-title-large{
	font-size: 72px;
	text-transform: uppercase;
}
.careday.default .box-title-large span{
	font-family: 'Carme', Helvetica, Arial, sans-serif;
	font-size: 40px;
	display: block;
}
.careday.default .home-head-3{
	font-size: 30px;
}
.careday.default .phone{
	border-radius: 67px;
	background: #f0b4b4;
	padding: 15px;
}
.careday.default .house{
	border-radius: 67px;
	background: #c4e7ed;
	padding: 15px;
}


/* ABOUT */

.careday.default .box-title-small{
	font-size: 41px;
	text-align: center;
	color: #505050;
}
.careday.default .chat{
	border-radius: 67px;
	background: #c4e7ed;
}

/* SERVICES */

.careday.default .service-col{
	font-size: 27px;
}
.careday.default .col-1{
	background: #f8efe0;	
}
.careday.default .col-2{
	background: #c4e7ed;	
}
.careday.default .col-3{
	background: #f0b4b4;	
}

/* CONTACT */

.careday.default .contact-info, .careday.default .contact-info span{
	text-align: center;
	font-size: 24px;
}
.careday.default .contact-form{
	background: #f8efe0;
}


/* CONTACT 
div[id^='webcom-component-form'] => targets the contact form in the builder
div[id='preview_id_only'] => targets the contact form in the preview
*/
/*header*/
.careday.default #FormHeading-id{
	display: none;
}
/* table container */
/*this is the wrapper*/
.careday.default div[id^='webcom-component-form'],
.careday.default div[id='preview_id_only']{
	width: 100% !important;
	padding: 20px 60px;
	font-family: 'Carme', Arial, Helvetica, sans-serif;
}
/*columns*/
.careday.default div[id^='webcom-component-form'] > table > tbody > tr > td,
.careday.default div[id='preview_id_only'] > table > tbody > tr > td{
	width: 100% !important;
}
.careday.default div[id^='webcom-component-form'] > table > tbody > tr > td:first-child,
.careday.default div[id='preview_id_only'] > table > tbody > tr > td:first-child{
	width: 0 !important;
}
.careday.default div[id^='webcom-component-form'] > table > tbody > tr > td:last-child,
.careday.default div[id='preview_id_only'] > table > tbody > tr > td:last-child{
	width: 0 !important;
}
/*table & form*/
/* here's where you set the widht of the table and the form (inside the wrapper there's a table)*/
.careday.default div[id^='webcom-component-form'] > table, 
.careday.default div[id^='webcom-component-form'] > table form,
.careday.default div[id='preview_id_only'] > table, 
.careday.default div[id='preview_id_only'] > table form{
	width: 100%;
}
/* inputs & textarea*/
/*set bg color, font color, borders, here */
.careday.default div[id^='webcom-component-form'] > table form input[type="text"], 
.careday.default div[id^='webcom-component-form'] > table form textarea,
.careday.default div[id='preview_id_only'] > table form input[type="text"], 
.careday.default div[id='preview_id_only'] > table form textarea{
	border-radius: 10px;
	border: none !important;
	background: #ffffff !important;
	color: #505005 !important;
	border: 1px solid rgba(0,0,0,0.5) !important;
}
/*set height of inputs here*/
.careday.default div[id^='webcom-component-form'] > table form input[type="text"],
.careday.default div[id='preview_id_only'] > table form input[type="text"]{
	height: 30px;
}

/* inputs
.personName-large-fnln => className for IE 11
 */
.careday.default div[id^='webcom-component-form'] .web_com_custom_form table.personName-large,
.careday.default div[id^='webcom-component-form'] .web_com_custom_form table.personName-large-fnln,
.careday.default div[id='preview_id_only'] .web_com_custom_form table.personName-large{
	width: 488px;
	max-width: 488px;
	margin-left: 20px;
}
.careday.default #name-id{
	display: table-cell;
}
.careday.default #name-id > label{
	vertical-align: top;
}
.careday.default #name-id table .FirstName label, 
.careday.default #name-id table .LastName label{
	font-size: 12px !important;
	text-align: left;
}
.careday.default #name-id label,
.careday.default #name-id table, 
.careday.default #email-id label, 
.careday.default #email-id input, 
.careday.default #phone-id label, 
.careday.default #phone-id input,
.careday.default #message-id label, 
.careday.default #message-id textarea{
	display: inline-block;
}
.careday.default #name-id label, 
.careday.default #email-id label, 
.careday.default #phone-id label, 
.careday.default #message-id label, 
.careday.default #subject-id label{
	width: 140px;
	text-align: right;
	color: #505050;
}
.careday.default #name-id table td.FirstName{
	padding-right: 0px;
}
.careday.default #subject-id label {
	width: 140px;
	text-align: right;
	color: #505050;
	margin: 0 !important;
	float: left;
}
.careday.default #message-id textarea{
	height: 100px;
 }

/*container email & phone*/
.careday.default #email-id input, .careday.default #phone-id input, .careday.default #subject-id input, .careday.default #message-id textarea{
	margin-left: 20px;
	width: 488px !important;
}
.careday.default div[id^='webcom-component-form'] .form-element-wrapper#email-id, 
.careday.default div[id^='webcom-component-form'] .form-element-wrapper#phone-id,
.careday.default div[id='preview_id_only'] .form-element-wrapper#email-id, 
.careday.default div[id='preview_id_only'] .form-element-wrapper#phone-id{
	width: 100% !important;
}
.careday.default div[id^='webcom-component-form'] .form-element-wrapper#email-id,
.careday.default div[id='preview_id_only'] .form-element-wrapper#email-id{
	margin-right: 10px !important;
}

/*submit*/
.careday.default div[id^='webcom-component-form'] > table form input[type="submit"],
.careday.default div[id='preview_id_only'] > table form input[type="submit"]{
	font-size: 16px;
	padding: 5px 10px;
	background: #f0b4b4 !important;
	border: none !important;
	color: #000000;
	float: right;
	border-radius: 8px;
	box-shadow: rgba(0,0,0,0.8) 2px 2px 5px;
}

/*ie*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .careday.default #name-id table{
		width: 488px;
		margin-left: 20px;
	}
}
