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

.madex.default.page-bg.home {
	background: #fdfdfd url('assets/madex-bg-home.jpg') no-repeat center bottom;
	background-size: cover;
}
.madex.default.page-bg.about {
	background: #fdfdfd url('assets/madex-bg-about.jpg') no-repeat center bottom;
}
.madex.default.page-bg.services {
	background: #fdfdfd url('assets/madex-bg-services.jpg') no-repeat center 70px;
	background-size: cover;
}
.madex.default.page-bg.contact {
	background: #fdfdfd url('assets/madex-bg-contact.jpg') no-repeat center bottom;
}
.madex.default .text-plugin{
	font-family: 'Actor', sans-serif;
	font-size: 16px;
	color: #000000;
}
.madex.default h1{
	color: #000;
	font-size: 57px;
	font-family: 'Audiowide', cursive;
	margin: 0 0 10px 0;
	line-height: 100%;
}
.madex.default h2, 
.madex.default h3, 
.madex.default h4,
.madex.default h5,
.madex.default h6{
	font-family: 'Comfortaa', sans-serif;
	color: #000000;
	margin: 0 0 10px 0;
	line-height: 100%;
}
.madex.default h2{
	font-size: 29px;
	letter-spacing: 9px;
}
.madex.default h2.slogan{
	font-size: 14px;
	letter-spacing: 3px;
	color: #000;
}
.madex.default h2.category{
	font-size: 20px;
	letter-spacing: 1px;
	color: #1ab2c0;
	text-align: right;
	line-height: 1.2;
}
.madex.default h3{
	font-size: 24px;
}
.madex.default h4{
	font-size: 20px;
}
.madex.default h5,
.madex.default h6{
	font-size: 18px;
}
.madex.default h3.featured{
	font-size: 27px;
}
.madex.default h4.featured{
	font-size: 36px;
	color: #7cb620;
	font-family: 'Alfa Slab One', cursive;
}	
.madex.default .text-plugin ul{
	padding: 0 0 0 1.2em;
	margin: 0;
}
.madex.default p.featured{
	font-size: 24px;
}
.madex.default ul.no-list{
	padding: 0;
}	
.madex.default ul.no-list li{
	list-style-type: disc;
}
.madex.default .center-align{
	text-align: center;
}
.madex.default .right-align{
	text-align: right;
}
.madex.default .text-large{
	font-size: 18px;
}
.madex.default .text-small{
	font-size: 14px;
}
.madex.default .white{
	color: #ffffff;
}
.madex.default .box-blue{
	background: #fcc21e;
}
.madex.default .border-84{
	border-radius: 84px;
}
.madex.default .border-67{
	border-radius: 67px;
}
.madex.default .border-64{
	border-radius: 64px;
}
/* header */
.madex.default .header-bg{
	background: #fdfdfd url('assets/madex-bg-header.jpg') repeat-x bottom;
}
.madex.default .slogan-bg{
	background: rgba(255,255,255,0.8);
}
/****************/
/* neo main nav */
/****************/
.madex.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Actor, sans-serif;
}
.madex.default .navigation-2-plugin .neo-asset-inner > ul > li {
	margin-right: 50px;
	background-color: transparent;
	font-size: 11px;
	text-align: left;
}
.madex.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: rgb(0, 0, 0);
}
.madex.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-size: 11px;
	text-align: left;
}
.madex.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #23B3C6;
}
.madex.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-size: 11px;
	text-align: left;
}
.madex.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #23B3C6;
}
/***************/
/* neo sub nav */
/***************/
.madex.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.madex.default .navigation-2-plugin ul ul > li {
	padding: 10px;
	background-color: #000;
	font-size: 11px;
	font-family: 'Actor', sans-serif;
	text-align: left;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.madex.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.madex.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #303030;
	font-size: 11px;
	font-family: 'Actor', sans-serif;
	text-align: left;
}
.madex.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #23B3C6;
}
.madex.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #303030;
	font-family: 'Actor', sans-serif;
	text-align: left;
}
.madex.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #23B3C6;
}
/*footer*/
.madex.default .footer-bg{
	background: #1ab2c0;
}


/*home*/
.madex.default .widget-bg {
	background: #fcc119;
	border-radius: 15px;
}
.madex.default .wid1 {
	display: block;
	font-family: 'Comfortaa', sans-serif;
	font-weight: bold;
	font-size: 30px;
}
.madex.default .wid2 {
	display: block;
	font-family: 'Comfortaa', sans-serif;
	font-weight: lighter;
	color: #d66806;
	font-size: 20px;
	line-height: 16px;
}
.madex.default .wid3 {
	display: block;
	font-family: 'Changa One', sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	line-height: 55px;
}
.madex.default .wid4 {
	display: block;
	font-family: 'Comfortaa', sans-serif;
	font-weight: lighter;
	color: #2e5b73;
	font-size: 21px;
	letter-spacing: 10.5px;
	line-height: 10px;
}
.madex.default .wid5{
	display: block;
	font-family: 'Changa One', sans-serif;
	font-size: 36px;
	letter-spacing: 46px;
	color: #2e5b73;
}


/* about */
.madex.default .clients{
	padding: 15px;
	border: 3px solid #fff;
}
.madex.default .orange{
	color: #f58821;
}
.madex.default .blue{
	color: #305b74;
}
.madex.default .circle-orange{
	background: #fcc119;
	border-radius: 128px
}
.madex.default .tick{
	padding:0;
}
.madex.default .tick li{
	padding-left: 20px;
	list-style-type: none;
	background: url('assets/madex-tick.png') no-repeat 0px 5px;
}

/* CONTACT */
/*header*/
.madex.default #FormHeading-id{
	display: none;
}
/* inputs & textarea*/
.madex.default input.form-element[type='text'], 
.madex.default form textarea{
	border: 2px solid #000 !important;
	background: #FFFFFF !important;
	color: #000000 !important;
	resize: none !important;
}
.madex.default input.form-element[type='text'] {
	height: 30px;
}

/*labels*/
.madex.default form{
	font-size: 11px;
}
/*submit*/
.madex.default input.form-element[type='submit'] {
	font-size: 14px;
	padding: 3px 25px;
	background: #fcc119 !important;
	border: none !important;
	color: #ffffff;
	text-transform: uppercase;
}
.madex.default .web_com_custom_form .form-element-wrapper{
	padding: 0;
	margin-bottom: 5px;
}