/*
Theme Name: beddoesinstitute
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: beddoesinstitute

beddoesinstitute 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;
}

.clear{
	clear: both;
}

/* Begin Editor Styles */
body {
	font-family: 'PT Sans', sans-serif;
	line-height: 140%;
	min-width: 320px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #a3cf62;
	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: normal;
	margin: 30px 0 20px 0;
	color: #453936;
	line-height: 120%;
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size: 26pt;
	margin: 40px 0 30px 0;
}
h2 {
	font-size: 22pt;
	margin: 30px 0 20px 0;
	font-weight: normal;
}
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: #453936;
	border-bottom: solid 10px #a3cf62;
}
.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 h1{
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	font-size: 30pt;
	margin: 18px 0;
}
#branding{
	float:left;
}
#menu {
	padding: 55px 0 0 0;
	margin: 0;
	list-style: none;

}

#menu ul{
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li{
	float: left;
	margin-left: 30px;
}

#menu ul li a{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	display: block;
	padding: 5px 2px;
}

#menu ul li a{
	border-bottom: solid 2px #453936;
	}


#menu ul li a:hover{
	color: #EAF3DC;
}

#menu ul li.current-menu-item > a{
	border-bottom: solid 2px #a3cf62;
}

#menu ul li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	padding-top: 0;
	background: none;
	z-index: 999;
}

#menu ul li ul li{
	margin-left: 0;
	float: none;
	background-color: #a79a95;
}


#menu ul li ul li a{
	border-bottom: none;
	padding: 5px 8px;
}

#menu li:hover ul {
	left: auto;
	padding: 0;
	padding-top: 12px;
	margin: 0;
}

#menu ul li ul li.current-menu-item > a, #menu ul li ul li a:hover{
	color: #443a36;
	border-bottom: none;
}
#content {
	padding-bottom: 30px;
}
.greyband {
	padding: 0;
	background-color: #edebea;
	line-height: 130%;
}

.featureditem {
	float: left;
	width: 23.5%;
	box-sizing: border-box;
	padding: 20px 0;
	margin-left: 2%;
}
.featureditem:first-child {
	margin-left: 0%;
	}
.featureditem img {
	display: block;
	margin: 10px 0;
}
.featureditem h2{
	margin-top: 0;
	font-size: 13pt;
}
body .gform_wrapper form, body .gform_confirmation_wrapper {
	background-color: #e4e4e3;
	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: #a3cf62;
	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 -100px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 100px; /* '.push' must be the same height as 'footer' */
}
/* end sticky footer */

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

.greenbtn{
	display: block;
	float: left;
	background-color: #a3cf62;
	color: #fff;
	padding: 3px 12px;
	margin-right: 30px;
	border-radius: 3px;
	font-size: 11pt;
}

#carousel{
	padding: 30px;
	position: relative;
}

.cycle-slide{
	text-align: center;
	padding: 0 10px;
}

.cycle-prev{
	display: block;
	width: 50px;
	font-size: 60pt;
	color: #bab0ae;
	position: absolute;
	left: -10px;
	top: 80px;
}

.cycle-next{
	display: block;
	width: 50px;
	font-size: 60pt;
	color: #bab0ae;
	position: absolute;
	right: -40px;
	top: 80px;
}

body.archive h1.entry-title{
	color: #a3cf62;
}

body.archive h2.entry-title{
	margin-top: 0;
}

body.archive h2.entry-title a{
	color: inherit;
	font-weight: normal;
}

article.type-publication{
	margin-bottom: 35px;
}

article.type-publication img.wp-post-image{
	float: left;
	margin: 0 20px 30px 0;
}

article.type-publication:after{
	visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

article.type-publication .gform_wrapper, article.type-publication .gform_confirmation_wrapper {
	float: left;
	width: calc(100% - 235px);
	margin-top: 0;
	margin-bottom: 30px;
	min-height: 300px;
}

article.type-publication span.gform_description{
	font-weight: bold;
	font-size: 14pt;
	color: #453936;
}

body article.type-publication .gform_wrapper .gform_heading{
	margin-bottom: 12px;
}

body article.type-publication .gform_wrapper span.gform_description{
	margin: 0;
}

body article.type-publication .gform_wrapper .top_label .gfield_label{
	margin-top: 0;
}

body article.type-publication .gform_wrapper .gform_footer{
	padding-bottom: 2px;
	padding-top: 20px;
}

body article.type-publication .gform_wrapper ul.gform_fields li.gfield{
	margin: 0;
}

body article.type-publication .gform_wrapper.gf_browser_chrome input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]){
	padding: 8px;
}

body.page-id-608 h2{
	color: #a3cf62;
}

.col{
	float: left;
}

.col30{
	width: 30%;
	box-sizing: border-box;
	word-break: break-all;
}

.col70{
	width: 70%;
}

#btn-contact-us {
    text-align: left;
    border: #d1c5c0 3px solid;
    padding: 0.25em;
    margin-top: 30px;
}

#btn-contact-us:after{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
} 

#btn-contact-us span {
    color: #a79a95;
    line-height: 1.35em;
    padding: 0.5em 1em;
    display: block;
    width: calc(100% - 250px);
    font-size: 1.25em;
    float: left;
}

#btn-contact-us a {
    background: #a3cf62;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    float: right;
    margin: 15px;
}

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

@media screen and (max-width: 767px) {
	#branding{
		max-width: 80%;
	}
	#contact, #copyright {
		width: auto;
		float: none;
		text-align: left;
	}
	#copyright {
		padding-top: 25px;
	}
	.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 > div > ul {
		display: none;
		margin: 0 0 10px 0;
	}
	#menu ul, #menu ul li ul{
		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;
	}
	#menu > div > ul > li > a:last-child, #menu > div > ul ul > li:last-child > a{
		border-bottom: solid 1px #5b4e4c;
	}
	#menu ul li.current-menu-item > a{
		border-bottom: none;
		color: #a3cf62;
	}
	#menu ul li ul li.current-menu-item > a{
		color: #a3cf62;
	}
	#menu > div > ul > li:last-child {
		border-bottom: none;
	}
	#menu ul li a {
		color: #fff;
		display: block;
		padding: 8px 20px;
		text-align: right;
	}
	#menu ul li ul{
		position: static;
		left: 0;
		top: 0;
		margin-bottom: 8px;
	}
	#menu ul li ul li{
		background: none;
	}
	#menu ul li ul li a{
		padding: 0 20px 8px 20px;
		text-transform: capitalize;
		font-family: 'PT Sans', sans-serif;
	}
	#menu ul li ul li a:hover{
		color: #EAF3DC;
	}
	#menu li:hover ul {
		padding: 0;
		margin-bottom: 8px;
	}
	body.home #menu, #menu {
		padding-top: 48px;
		padding-bottom: 20px;
	}
	.featureditem {
		float: none;
		width: auto;
	}
	.banner {
		height: auto;
	}
	.banner h1{
		font-size: 22pt;
	}
	.featureditem{
		margin-left: 0;
	}
	.featureditem img {
		float: left;
		margin: 0 20px 20px 0;
	}
	#carousel{
		padding: 30px 0;
	}
	.cycle-prev, .cycle-next{
		display: none;
	}

	.col{
		clear: both;
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 519px) {
	.banner h1{
		width: calc(100% - 100px);
	}

	.featureditem img {
		float: none;
	}

	article.type-publication img.wp-post-image{
		float: none;
	}

}
