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

.childay.default.page-bg.home {
	background: #fff url('assets/childay-bg.jpg') no-repeat;
	background-size: cover;
}
.childay.default.page-bg.about {
	background: #fff url('assets/childay-bg-about.jpg') no-repeat;
	background-size: cover;
}
.childay.default.page-bg.services {
	background: #fff url('assets/childay-bg-services.jpg') no-repeat;
	background-size: cover;
}
.childay.default.page-bg.contact {
	background: #fff url('assets/childay-bg-contact.jpg') no-repeat;
	background-size: cover;
}
.childay.default{
	font-family: 'Bitter', serif;
	font-size: 14px;
	color: #000000;
}
.childay.default h1,
.childay.default h2,
.childay.default h3{
	font-family: 'Cabin Sketch', sans-serif;
	margin: 0 0 10px 0;
	line-height: 100%;
}
.childay.default h4,
.childay.default h5,
.childay.default h6{
	font-family: 'Bitter', serif;
	color: #5cb9aa;
	margin: 0 0 10px 0;
	line-height: 100%;
}
.childay.default h1{
	 font-size: 57px;
	 color: #5cb9aa;
	 margin: 0;
}
.childay.default h2{
	font-size: 29px;
	color:#ff9968;
}
.childay.default h3{
	font-size: 24px;
	color: #ff9968;
	letter-spacing: 1px;
}
.childay.default h4{
	font-size: 18px;
	letter-spacing: 1px;
}
.childay.default h5{
	font-size: 16px;
}
.childay.default h6{
	font-size: 14px;
}
.childay.default h1 span{
	line-height: initial;
}
.childay.default h1 .category{
	font-family: 'Bitter', serif;
	color: #e5c969;
}
.childay.default h2.slogan{
	font-family: 'Bitter', serif;
	color:#ff9968;
	font-size: 17px;
}
.childay.default h3.featured{
	font-size: 52px;
	color: #d5632c;
	letter-spacing: 7px;
}
.childay.default h4.featured{
	color: #d5632c;
	font-size: 16px;
	letter-spacing: 3px;
}	
.childay.default .text-plugin ul{
	padding: 0 0 0 1.2em;
	margin: 0;
}
.childay.default p,
.childay.default span{
	line-height: 1.5;
}
.childay.default p.featured{
	font-size: 20px;
	color: #5cb9aa;
	line-height: 1.7;
}	
.childay.default ul.no-list li{
	list-style-type: disc;
}
.childay.default .circle{
	border-radius: 89px;
	border: 3px solid #fff;
	box-shadow: 0 0 0 4px #5cb9aa;
	background:#fed03b;
}
.childay.default .radius-127{
	border-radius: 127px;
}
.childay.default .radius-64{
	border-radius: 64px;
}
.childay.default .radius-61{
	border-radius: 61px;
}
.childay.default .center-align{
	text-align: center;
}
.childay.default .right-align{
	text-align: right;
}
.childay.default .text-large{
	font-size: 18px;
}
.childay.default .text-small{
	font-size: 14px;
}
.childay.default .white{
	color: #ffffff;
}
.childay.default .names{
	font-family: 'Cabin Sketch', sans-serif;
	font-size: 16px;
	color :#ff9968;
	padding: 0;
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
}
.childay.default div.names{
	background: #fff;
}
.childay.default .spec{
	font-family: 'Cabin Sketch', sans-serif;
	font-size: 16px;
	color:#5cb9aa;
	line-height: initial;
	letter-spacing: 2px;
}
.childay.default .circle-about{
	border-radius: 84px;
}
.childay.default .bg-ye{
	background: #fedc70;
}
/* header */
.childay.default .header-bg{
	background: #fff url('assets/childay-bg-header.jpg') repeat-x bottom;
}
.childay.default .slogan-bg{
	background: rgba(255,255,255,0.8);
}


/****************/
/* neo main nav */
/****************/
.childay.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Cabin, sans-serif;
}
.childay.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 60px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	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;
}
.childay.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #5cb9aa;
}
.childay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
.childay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #f48753;
}
.childay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
.childay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #f48753;
}

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



/*footer*/
.childay.default .footer-bg{
	background: #ff9968;
}


/* CONTACT */
/*header*/
.childay.default #FormHeading-id{
	display: none;
}
/* table container */
.childay.default div[id^='webcom-component-form'],
.childay.default div[id='preview_id_only']{
}
/*table & form*/
.childay.default div[id^='webcom-component-form'] > table, 
.childay.default div[id^='webcom-component-form'] > table form,
.childay.default div[id='preview_id_only'] > table, 
.childay.default div[id='preview_id_only'] > table form{
}
/* inputs & textarea*/
.childay.default div[id^='webcom-component-form'] > table form input[type="text"], 
.childay.default div[id^='webcom-component-form'] > table form textarea,
.childay.default div[id='preview_id_only'] > table form input[type="text"], 
.childay.default div[id='preview_id_only'] > table form textarea, .form-element, .form-element-size-medium, .form-element-size-large{
	border: none !important;
	background: #fedc70 !important;
	color: #000000 !important;
}
.childay.default div[id^='webcom-component-form'] > table form input[type="text"],
.childay.default div[id='preview_id_only'] > table form input[type="text"]{
	height: 30px;
}
.childay.default div[id^='webcom-component-form'] .form-element-wrapper table,
.childay.default div[id='preview_id_only'] .form-element-wrapper table{
}
/*subject container & input*/
.childay.default div[id^='webcom-component-form'] .form-element-wrapper#subject-id, 
.childay.default div[id^='webcom-component-form'] .form-element-wrapper#subject-id input[type="text"],
.childay.default div[id^='webcom-component-form'] .form-element-wrapper#email-id, 
.childay.default div[id^='webcom-component-form'] .form-element-wrapper#email-id input[type="text"],
.childay.default div[id^='webcom-component-form'] .form-element-wrapper#phone-id, 
.childay.default div[id^='webcom-component-form'] .form-element-wrapper#phone-id input[type="text"],
.childay.default div[id='preview_id_only'] .form-element-wrapper#subject-id, 
.childay.default div[id='preview_id_only'] .form-element-wrapper#subject-id input[type="text"],
.childay.default div[id='preview_id_only'] .form-element-wrapper#email-id, 
.childay.default div[id='preview_id_only'] .form-element-wrapper#email-id input[type="text"],
.childay.default div[id='preview_id_only'] .form-element-wrapper#phone-id, 
.childay.default div[id='preview_id_only'] .form-element-wrapper#phone-id input[type="text"]{
}
/*textarea & container*/
.childay.default .web_com_custom_form textarea.form-element-size-large {
	resize: none;
	height: 120px;
}
/*labels*/
.childay.default div[id^='webcom-component-form'] label,
.childay.default div[id='preview_id_only'] label{
	font-size: 11px;
	color: #5cb9aa;
}
/* spacing between rows */
.childay.default .web_com_custom_form .form-element-wrapper{
	padding: 0;
	margin-bottom: 5px;
}
/*submit*/
.childay.default div[id^='webcom-component-form'] > table form input[type="submit"],
.childay.default div[id='preview_id_only'] > table form input[type="submit"] {
	font-size: 14px;
	padding: 5px;
	background: #ff9968 !important;
	border: none !important;
	color: #ffffff;
	text-transform: uppercase;
	padding: 3px 15px;
	margin-top: 10px;
}
