/*
Theme Name: cogna
Theme URI: http://www.visionfactor.com.au/
Author: Nicole Paton
Author URI: http://www.visionfactor.com.au
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: cogna

cogna WordPress Theme © 2016 Vision Factor
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html, body {
	height: 100%;
}

:focus{
	outline: none;
}

/* Begin Editor Styles */
body {
	font-family: 'Raleway', sans-serif;
	line-height: 140%;
	min-width: 320px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #ff4800;
	font-weight: bold;
}
p {
	margin-bottom: 20px;
}
table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
td {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 10px;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 30px 0 20px 0;
	color: #042f4b;
	line-height: 120%;
}
h1 {
	font-size: 26pt;
	margin: 40px 0 30px 0;
}
h2 {
	font-size: 22pt;
	margin: 30px 0 20px 0;
}
h3 {
	font-size: 20pt;
}
h4 {
	font-size: 16pt;
}
ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 20px;
}
img {
	max-width: 100%;
	height: auto;
}
.round{
	border-radius: 50%;
}
.alignleft{
	float: left;
	margin: 0 20px 20px 0;
}
.alignright{
	float: right;
	margin: 0 0 20px 20px;
}
/* end editor styles */


.container {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
.selfclear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.relative {
	position: relative;
}
#header {
	background-color: #042f4b;
}
.banner {
	background-image: url(images/home-banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 30px 0;
	height: 450px;
}
.banner.thin {
	height: 250px;
}
.banner .container{
	text-align: right;
}
.banner h1{
	max-width: 520px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	float: right;
	font-size: 30pt;
	margin: 18px 0;
}
#branding {
	position: absolute;
	top: -40px;
	left: 0;
	background-color: rgba(256, 256, 256, 0.8);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 120px;
	text-align: center;
}
body.home #branding {
	top: 15px;
}
#branding img {
	max-width: 86.7%;
}
body.home #menu {
	padding-top: 50px;
	padding-bottom: 50px;
}
#menu {
	padding-top: 25px;
	padding-bottom: 45px;
}
#menu ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	margin-left: 30px;
}
#menu ul li a {
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	text-transform: lowercase;
}
#menu ul li.current-menu-item a, #menu ul li a:hover {
	color: #ff4800;
}
#content {
	padding-bottom: 30px;
}
.greyband {
	padding: 35px 0 20px 0;
	font-size: 15pt;
	font-weight: 600;
	color: #122248;
	background-color: #cdd5db;
	text-align: center;
	line-height: 130%;
}
.greyband .container {
	max-width: 820px;
}
.featureditem {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
.featureditem img {
	display: block;
	margin: -5px auto 20px auto;
	border-radius: 50%;
}
body .gform_wrapper form, body .gform_confirmation_wrapper {
	background-color: #cdd5db;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
body .gform_wrapper .top_label .gfield_label {
	margin: 15px 0 5px 0;
}
body .gform_wrapper form label.gfield_label+div.ginput_container {
	margin-top: 0;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=image], body .gform_wrapper .gform_footer input[type=submit] {
	background: none;
	border: none;
	background-color: #ff4800;
	font-weight: bold;
	color: #fff;
	padding: 12px 30px;
	border-radius: 3px;
	cursor: pointer;
}
body .gform_wrapper .gform_footer {
	margin: 0;
	padding: 10px 0;
}
/* sticky footer */
#wrapper {
	min-height: 100%;
	margin: 0 auto -175px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 175px; /* '.push' must be the same height as 'footer' */
}
/* end sticky footer */

#footer {
	background-color: #042f4b;
	color: #fff;
	font-size: 11pt;
}
#footer a {
	color: #fff;
	font-weight: normal;
}
#footer a:hover {
	color: #ff4800;
}
#footer p {
	margin-bottom: 7px;
}
#contact {
	width: 50%;
	float: left;
	padding: 25px 0 0 0;
	box-sizing: border-box;
}
#copyright {
	width: 50%;
	float: right;
	text-align: right;
	padding: 100px 0 0 0;
	box-sizing: border-box;
}

@media screen and (max-width: 849px) {
	#branding {
		left: -3%;
	}
	#menu ul li {
		margin-left: 26px;
	}
	.banner h1{
		width: calc(100% - 300px);
	}
}

@media screen and (max-width: 767px) {
	#contact, #copyright {
		width: auto;
		float: none;
		text-align: left;
	}
	#copyright {
		padding-top: 25px;
	}
	#wrapper {
		margin-bottom: -260px;
	}
	#footer, .push {
		height: 260px;
	}
	.container {
		width: 92%;
	}
	body .gform_wrapper .top_label input.medium, body .gform_wrapper .top_label select.medium {
		width: 97.5%;
	}
	body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=image], body .gform_wrapper .gform_footer input[type=submit] {
		width: 97.5%;
		box-sizing: border-box;
	}
	.menutoggle {
		width: 100%;
		height: 36px;
		background-image: url(images/hamburger-white.svg);
		background-position: right 20px top 7px;
		background-size: 24px 24px;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	#menu {
		padding: 0;
		margin: 0;
		margin-left: -2%;
		margin-right: -2%;
	}
	#menu ul {
		display: none;
		margin: 0 0 10px 0;
		float: right;
		width: 150px;
	}
	#menu ul:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	#menu ul li {
		float: none;
		margin: 0;
		border-bottom: solid 1px #0d3f5b;
	}
	#menu ul li:last-child {
		border-bottom: none;
	}
	#menu ul li a {
		color: #fff;
		display: block;
		padding: 8px 20px;
		text-align: right;
	}
	body.home #menu, #menu {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.featureditem {
		float: none;
		width: auto;
	}
	.banner {
		height: 250px;
	}
	body.home #branding {
		top: -40px;
	}
	.banner h1{
		font-size: 22pt;
	}
}

@media screen and (max-width: 519px) {
	#branding {
		width: 200px;
		height: 200px;
		padding-top: 80px;
	}
	body.home #branding, #branding {
		top: -55px;
	}
	.banner h1{
		width: calc(100% - 100px);
	}

}
