/*
Theme Name: EW custom
Author: Me!!!
Author URI: http://fridayjo.co.nz
Description: Theme for ew.org.nz
Version: 1
*/

html, body{
	height: 100%;
}
h3 {
    color: #555555;
    font-size: 0.95em;
    margin: 0;
}
.container {
    margin: 0 auto;
    max-width: 1600px;
    min-width: 700px;
    position: relative;
    width: 100%;
}

#page {
    background-color: #FFF;
    margin-bottom: 5px;
    min-height: 100%;
}
#header{
	height: 435px;
    max-height: 435px;
}
#header a, #header p, #header div{
	color: #fff;
}

#nav-banner{
	float: left;
}
#nav-banner img{
	height: 36px;
    width: 230px
}
#site-navigation{
	padding: 2em 2.5em;
}
.nav-menu ul{
	margin: 0;
	padding: 0 1em;
	text-align: right;
}
.nav-menu ul li{
	display: inline;
}
.nav-menu ul li a{
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
}

.nav-menu ul li:not(:first-child) {
    margin-left: 4%;
}
#header hr{
	border-color: #FFFFFF;
	margin: 0;
}

#header .motto {
	padding: 4em 0 0;
    text-align: center;
}

#header .header-title {
    font-size: 3em;
    font-weight: normal;
	margin: 0.3em 0 0;
}
.header-sub-text {
	
}
#header .header-logo {
  margin-top: 20px;
}

#content {
    color: #777777;
    margin: 0 auto;
	padding: 3em 3em 17em;
    max-width: 960px;
}

.entry-content {
    letter-spacing: 0.02em;
}


.entry-content h1 span {
    font-size: 0.8em;
}

#content h2{
	font-size: 1.3em;
}
.centered{
	text-align: center;
}
#footer{
	font-size: 0.9em;
	color: #BBAFA3;
	height: 17em;
	position: absolute;
	width: 100%;
	background-color: #333333;
	bottom: 0;
}

#footer-content > div {
    float: left;
    margin-left: 4em;
}

#footer-content > div > p {
    color: #F05926;
    font-size: 1.05em;
    font-weight: bold;
	margin-bottom: 1.7em;
}

.fridayjo {float: right; color: white; bottom: 0px; position: absolute; right: 0px; margin: 3em;}
.fridayjo a {color:#ddd; text-decoration:none;}

.footer-menu > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#footer-content a {
    color: #BBAFA3;
    text-decoration: none;
}

.footer-menu ul > li {
    margin-bottom: 0.3em;
}

#footer-content {
    margin: 3em auto;
	max-width: 960px;
    min-width: 700px;
}
.contact .clearfix * {
    float: left;
}
.contact > div p {
    margin-left: 1em;
}
.bottom-content {
	margin-top: 5em;
}
.process p {
    font-weight: bold;
}
.col3row{
	padding-bottom: 35px;
}

.col3
{
	width: 31.333%;
	/* height: 200px; */
	float: left;
	 /* box-shadow: 0 0 3px 3px #E6E6E6;   */
}
.col3_2{
	width: 65.666%;
	float: left;
}

.col3row .col3:not(:first-child), .col3row .col3_2:not(:first-child)
{
	margin-left: 3%;
}

#content a{
	color: #555555;
	
}
/**HOME**/
.bottom-content.home {
    text-align: center;
}
.process {
    position: relative;
	margin-top: 2em;
}
.processarrow > img {
    margin-left: -10px;
    position: absolute;
    top: 77.5px;
}
#arrow1 {
	 left: 33.333%;
}
#arrow2 {
	 left: 66.666%;
}
/**BLOG **/
.post > h2 {
     font-size: 2.5em;
     margin: 0.43em 0 0;
}
#searchform input {
    width: 6em;
}
#searchform > div > * {
    display: inline;
    position: relative;
}
#submit > img {
    height: 26px;
    position: absolute;
    top: -4px;
}
.author-info {
    margin-top: 2em;
}
.author-desc > h3, .post-date {
    text-transform: uppercase;
}
.author-img > img {
    height: 3.5em;
    width: 3.5em;
	background-color: #555;
}
.post h2 a, .author-info  h3 a{
	text-decoration: none;
}
.author-img, .author-desc {
    float: left;
}
.author-desc {
    margin-left: 1em;
}
.author-desc > p {
    margin: 0;
}
#content.blog > div {
    float: left;
}
#blog-content {
    width: 75%;
}
#sidebar-right {
    width: 25%;
}

#sidebar-right a {
    text-decoration: none;
}

#sidebar-right ul {
    padding: 0 1.2em;
}
.post {
    margin-bottom: 5em;
	padding-right: 2em;
}
/**OUR TEAM**/
.cn-list {
    margin-top: 1em;
}
.vcard.individual {
    float: left;
    height: 600px;
    margin-bottom: 2em;
    margin-right: 5%;
    overflow: hidden;
    width: 30%;
}
.vcard.individual:nth-child(3n+3) {
    margin: 0;
}
.connections-list:after, .connections-list:before {
	content: " ";
    display: table;
}
.connections-list:after {
	clear: both;
}
.connections-list {
	text-align: center;
}
.connections-list h3 {
    text-transform: uppercase;
}
#cn-list .title {
    color: #F05926;
	font-size: 0.9em;
}
/** override **/
#cn-list span.cn-image-style {
	border: none !important; 
	margin-bottom: 2em !important;
}
#cn-list .bio {
    margin-top: 2em;
	font-size: 0.9em;
}
/** CONTACT US**/

#content input[type="text"], #content input[type="email"], #content textarea {
    background-color: #E2E2E2;
	margin: 0.3em 0;
    border: medium none;
    padding: 0.2em 1em;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    min-width: 300px;
	width: 400px;
}
.wpcf7-form > p {
    margin-top: 0.5em;
}
.wpcf7-form-control.wpcf7-submit {
    background-color: #F05926;
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 0.5em 2em;
}

/** COURSES **/

.icon {
/*     background-color: #F05926;
    border-radius: 10px 10px 10px 10px;
    height: 110px;
    margin: 0 auto;
    width: 110px; */
}

.icon img.hover {
    left: -110px;
    margin-right: -110px;
    position: relative;
    z-index: 2;
}
.bottom-content.courses .col3 > h3 {
    margin-top: 1.5em;
}

@media all and (max-width: 600px){

	.header-sub-text, .header-logo {
		display: none;
	}
	
	#header .header-title h1 {
		font-size: 2.5em;
	}
	
	#header {
		text-align: center;
	}
	.nav-menu ul {
		margin: 1em 0;
		padding: 0 1em;
		text-align: center;
	}
	.nav-menu ul li a {
		display: list-item;
	}
	#site-navigation {
		padding: 0;
	}
	.nav-menu ul li {
		background-color: rgba(255, 255, 255, 0.1);
		display: list-item;
		margin-bottom: 0.5em;
		padding: 0.3em;
		font-weight: bold;
	}
	#footer-content > div {
		margin-left: 1.5em;
	}
	#content {
		padding: 1.5em 1em 17em;
	}
	#header .motto {
		padding: 1.5em 0 0;
	}
	.container {
		min-width: 300px;
	}
	#nav-banner {
		float: none;
		padding: 2em 0 1em;
	}
	#blog-content {
		width: auto;
	}
	.bottom-content {
		margin-top: 3em;
	}
	.nav-menu ul li:not(:first-child) {
		margin-left: 0;
	}
	#footer-content {
		min-width: 300px;
	}
	#content.blog > div {
		float: none;
	}
	#sidebar-right {
		width: auto;
	}
	.col3 {
		float: none;
		width: auto;
		margin-bottom: 2em;
	}
	.processarrow > img {
		display: none;
	}
	.process .col3 img {
		height: 130px;
		width: 130px;
	}
	.vcard.individual {
		float: none;
		height: auto;
		margin-right: 0;
		overflow: auto;
		width: auto;
	}
	#primary input[type="text"], #primary input[type="email"], #primary textarea {
		padding: 0;
		width: 100%;
	}
	
}