/*
Theme Name: ECCA
Version: 1.0
Author: Kinski & Bourke
Author URI: http://www.kinskiandbourke.com/
*/

/* start presets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html, html a {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a, input {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
}

input {
	-webkit-appearance: none;
}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

html, body {
	height: 100%;	
	min-height: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end presets */

div#wrap {
	background-image: url(images/bg-wrap.png);
	background-position: left;
	background-repeat: repeat-y;
	background-size: contain;	
	width: 1024px;
}

div#left-column {
	width: 412px;
	min-height: 100%;
	float: left;
}

div#right-column {
	width: 612px;
	min-height: 100%;
	float: left;
}

img#logo {
	width: 100%;
	height: auto;	
	display: block;
	margin-bottom: 80px;
}

div.inside {
	text-align: left;	
}

div#left-column div.inside {
	color: #555555;
	padding: 80px 40px 40px 40px;	
}

div#right-column div.inside {
	color: #ffffff;
	padding: 260px 70px 70px 70px;	
}


p, h1, h2, h2, h3, h4, ul, ol {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 28px;
}

h1, h2, h3 {
	text-transform: lowercase;	
}

div.inside h1 {
	font-size: 32px;
}

div.inside h2 {
	font-size: 22px;
}

div.inside ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

div.inside ul li:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #41baff;	
	position: absolute;
	left: 0;
	top: 1px;
}

a:link {color: #41baff; text-decoration: none;}
a:visited {color: #41baff; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #41baff; text-decoration: none;}

/* start form */

span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="email"], input.wpcf7-submit, span.wpcf7-form-control-wrap textarea {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: 'Roboto';
}

span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap textarea {
	width: 100%;
	border: 1px solid #bdde91;
	background-color: #ffffff;
	color: #949494;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="email"], input.wpcf7-submit {
	height: 35px;
	line-height: 35px;
}

span.wpcf7-form-control-wrap textarea {
	height: 80px;
	padding-top: 5px;
}

input.wpcf7-submit {
	background-color: #24b575;
	color: #ffffff;
	text-transform: lowercase;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	background-image: url(images/gradient.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}

input.wpcf7-submit:hover {
	color: #000000;
}

span.wpcf7-not-valid-tip {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	position: relative;
	bottom: 15px;
	margin-bottom: -30px !important;
	color: #26b571 !important;
}

div.wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	color: #26b571 !important;

}

/* end form */


/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1000px) {

	div#wrap {
	background-image: url(images/bg-wrap.png);
	background-position: left;
	background-repeat: repeat-y;
	background-size: contain;	
	width: 100%;
	}

	div#left-column {
	width: 40%;
	min-height: 100%;
/*	background-color: rgba(255,255,255,.99);	*/
	float: left;
	}

	div#right-column {
	width: 60%;
	min-height: 100%;
/*	background-color: rgba(138,198,64,.85);	*/
	float: left;
	}

}

@media only screen and (max-width: 768px) {

	div#wrap {
	background-image: none;
	background-position: left;
	background-repeat: repeat-y;
	background-size: contain;	
	width: 100%;
	}

	div#left-column {
	width: 100%;
	min-height: auto;
	background-color: rgba(255,255,255,.99);
	float: left;
	}

	div#right-column {
	width: 100%;
	min-height: auto;
	background-color: rgba(138,198,64,.85);
	float: left;
	}
	
	div#left-column div.inside {
	padding: 40px 40px 40px 40px;	
	}

	div#right-column div.inside {
	padding: 60px 40px 40px 40px;	
	}
	
	img#logo {
	margin-bottom: 60px;
	}



}