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

.flowy.default {
	font-size: 14px;
}
/*  background  */

.flowy.default.pagebg {
	background-color: #fff;
}
.flowy.default.kv-bg {
	background-image: url(assets/flowy-kv.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.flowy.default.kv-bg-about {
	background-image: url(assets/flowy-kv-about.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.flowy.default.kv-bg-services {
	background-image: url(assets/flowy-kv-services.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.flowy.default.kv-bg-contact {
	background-image: url(assets/flowy-kv-contact.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.flowy.default .divider-line {
	border-top: 1px solid #cd76a3;
}
.flowy.default .divider-line-2 {
	border-top: 1px solid #f3ebde;
}
.flowy.default .footer-bg {
	background-color: #cd76a3;
}

/****************/
/* neo main nav */
/****************/
.flowy.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Cabin, sans-serif;
}
.flowy.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 40px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}
.flowy.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: rgb(0, 0, 0);
}
.flowy.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}
.flowy.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #602200;
}
.flowy.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}
.flowy.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #602200;
}

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



.flowy.default h3 {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #f86e7d;
	margin: 2px;
	line-height: 36px;
	margin: 0;
	letter-spacing: 5px;
}
.flowy.default h4 {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #f3ebde;
	margin: 0;
	line-height: normal;
	text-align: center;
}
.flowy.default h5 {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 56px;
	color: #fff;
	letter-spacing: 7px;
	margin: 0;
	line-height: normal;
}
.flowy.default .company-name {
	box-sizing: border-box;
}
.flowy.default h6 {
	font-family: 'Judson', Arial, Helvetica, sans-serif;
	font-size: 56px;
	color: #f3ebde;
	margin: 0;
	line-height: normal;
}
/* text styles */
.flowy.default .h1-free {
	font-size: 80px;
	color: #cd76a3;
	letter-spacing: 17px;
	line-height: 60px;
}
.flowy.default .h1-vase {
	font-size: 38px;
	color: #cd76a3;
	letter-spacing: normal;
	text-transform: capitalize;
}
.flowy.default .h1-about {
	font-size: 18px;
	color: #cd76a3;
	letter-spacing: 2px;
}
.flowy.default .h1-desc {
	font-size: 13px;
	color: #cd76a3;
	letter-spacing: 2px;
	text-align: center
}
.flowy.default .h1-valid {
	font-size: 12px;
	color: #cd76a3;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
}
.flowy.default h1 {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #f86e7d;
	margin: 2px;
	line-height: 36px;
	margin: 0;
	letter-spacing: 5px;
}
.flowy.default h2 {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	margin: 2px;
	line-height: 25px;
	letter-spacing: 3px;
}
.flowy.default p {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 19px;
	margin: 0;
}
.flowy.default .text-plugin li {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 27px;
}
.flowy.default .text-plugin li, .flowy.default .text-plugin ul, .flowy.default .text-plugin ol {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;
}
/* Form */
.flowy.default #FormHeading-id {
	display: none;
}
/* table container */
.flowy.default div[id^='webcom-component-form'] {
	padding: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* inputs & textarea*/
.flowy.default .form-element-label {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom:0px;
	line-height: 20px;
}
.flowy.default textarea.form-element-size-large,
.flowy.default .form-element.form-element-size-medium,
.flowy.default .form-element-size-large,
.flowy.default .form-element-size-small {
	background-color: #fcc5c8;
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 27px;
}
.flowy.default input.form-element[type='text'] {
	background-color: #fcc5c8;
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 27px;
}

/*submit*/
.flowy.default input.form-element[type='submit'] {
	background-color: #cd76a3;
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f3ebde;
	line-height: 27px;
	padding: 5px 20px;
	text-transform: uppercase
}

.flowy.default .company-box {
	background-color: #cd76a3;
}
.flowy.default .nav-box {
	border-top: 1px solid #cd76a3;
	border-bottom: 1px solid #cd76a3;
}
.flowy.default .img-radius {
	border-radius: 66px;
}

.flowy.default .services-ul li {
	list-style-image: url(assets/flowy-bullet.jpg);
	margin: 0 0 0 18px;
	padding: 0;
}
.flowy.default .circle-box {
	border-radius: 120px;
	background-color: #cd76a3;
}
.flowy.default .h4-serv-2 {
	font-size: 24px;
	color: #f3ebde;
	line-height: 24px;
}

.web_com_custom_form .form-element-wrapper{
	padding: 5px 0 0 0;
}
