/*
Theme Name: Ballarat and District Suicide Prevention Network
Author: Tracey Shaw @ GOOP
Author URI: http: //www.goop.com.au/
Description: Custom WordPress theme for Ballarat and District Suicide Prevention Network.
Version: 1.0
*/

@import url(assets/css/base.css);
@import url(//goopfiles.com/library/fonts/font-awesome/css/font-awesome.min.css);

*,
*:before,
*:after {
	box-sizing: border-box;
}

html,
body {
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	height: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

/* Fonts */
body,
input,
select,
textarea,
label {
	font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 768px) {

	header {
		padding: 0 2%;
	}
}

/* Header */
header .row .col-10 {
	align-items: center;
	display: flex;
}

header .row .col-10 .logo {
	display: block;
	padding: 20px 0;
	width: 100%;
}

header .row .col-10 .logo img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}

@media screen and (min-width: 768px) {

	header .row .col-10 .logo img {
		margin: 0;
	}
}

header .row .col-6.numbers {
	justify-content: center;
	background-color: rgb(35, 31, 32);
	color: rgb(255, 255, 255);
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	line-height: 1.15em;
	list-style: none;
	margin: 0;
	max-width: 250px;
	padding: 20px;
}

@media screen and (min-width: 768px) {

	header .row .col-6.numbers {
		flex-direction: column;
		flex-wrap: nowrap;
		margin: 0 0 0 auto;
	}
}

header .row .col-6.numbers li {
	font-size: 115%;
	font-weight: 700;
	padding: 5px 20px;
	text-align: center;
}

@media screen and (min-width: 768px) {

	header .row .col-6.numbers li {
		padding: 5px 0;
		text-align: right;
	}
}

header .row .col-6.numbers li span {
	display: block;
}

header .row .col-6.numbers li span.helpline-title {
	color: rgb(250, 166, 51);
	font-size: 70%;
}

.call {
	background-color: rgb(79, 76, 77);
	border: solid rgb(255, 255, 255);
	border-width: 0 0 1px;
	color: rgb(255, 255, 255);
	font-size: 80%;
	font-weight: 400;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}


/* Navigation */
nav.nav--main {
	background-color: rgb(250, 166, 51);
	display: none;
}

@media screen and (min-width: 768px) {

	nav.nav--main {
		display: block;
	}
}

nav.nav--main ul {
	display: flex;
	font-size: 85%;
	justify-content: space-around;
	list-style: none;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 2%;
	text-align: center;
}

@media screen and (min-width: 960px) {

	nav.nav--main ul {
		font-size: 90%;
	}
}

nav.nav--main li {
	line-height: 70px;
}

nav.nav--main li a {
	border-bottom: 4px solid rgb(250, 166, 51);
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: 600;
	display: block;
	transition: all 0.3s ease-in-out;
}

nav.nav--main li a:hover, nav.nav--main li.current_page_item a {
	border-bottom: 4px solid rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.site-mobile {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
}

@media screen and (min-width: 768px) {

	.site-mobile {
		display: none;
	}
}

.site-mobile ul.mobile-menubar {
	align-items: center;
	background-color: rgb(35, 31, 32);
	border-top: rc(1) solid rgba(255, 255, 255, 0.5);
	bottom: 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.site-mobile ul.mobile-menubar li {
	color: rgb(255, 255, 255);
	flex-grow: 1;
	font-size: 24px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.site-mobile ul.mobile-menubar li a[data-title] {
	align-items: center;
	display: flex;
	justify-content: center;
}

.site-mobile ul.mobile-menubar li a[data-title]:after {
	content: attr(data-title);
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;

}

.site-mobile ul.mobile-menubar li a,
.site-mobile ul.mobile-menubar li i {
	color: inherit;
	text-decoration: none;
}

.site-mobile .nav.nav--mobile {
	background-color: rgba(0, 0, 0, 0);
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: background-color 0.3s ease-in-out;
	width: 100%;
	z-index: 9998;
}

.site-mobile .nav.nav--mobile.slide {
	background-color: rgba(0, 0, 0, 0.8);
	max-width: 100%;
	overflow: auto;
	pointer-events: initial;
}

.site-mobile .nav.nav--mobile.slide ul {
	margin-left: 0;
}

.site-mobile .nav.nav--mobile	ul {
	background-color: rgb(255, 255, 255);
	display: block;
	font-size: 16px;
	min-height: 100%;
	list-style: none;
	margin: 0 0 0 -60%;
	padding: 10px 0 60px;
	transition: 0.3s ease-in-out;
	width: 60%;
}

.site-mobile .nav.nav--mobile ul li {
	color: rgb(35, 31, 32);
	line-height: 1.15;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-mobile .nav.nav--mobile ul li	a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 0.5em 1em;
}

.site-mobile .nav.nav--mobile ul li.menu-item-has-children {
	position: relative;
}

.site-mobile .nav.nav--mobile ul li.menu-item-has-children ul {
	display: none;
	font-size: 90%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	text-align: left;
	top: -9999px;
	transition: 0.3s ease-in-out;
	white-space: normal;
	width: auto;
	z-index: 1;
}

.site-mobile .nav.nav--mobile ul li.menu-item-has-children ul li {
	padding-left: 20px;
	position: relative;
}

.site-mobile .nav.nav--mobile ul li.menu-item-has-children ul li:before {
	content: "- ";
	left: 20px;
	position: absolute;
}

.site-mobile .nav.nav--mobile ul li.menu-item-has-children ul li a {
	color: inherit;
}

.site-mobile .nav.nav--mobile ul li.menu-item-has-children ul li ul li:before {
	content: "-- ";
}

.site-mobile .nav.nav--mobile ul li.menu-item-has-children:hover {
	color: rgb(35, 31, 32);
}

.site-mobile .nav.nav--mobile ul li.menu-item-has-children:hover 	> ul {
	display: block;
	height: auto;
	left: auto;
	opacity: 1;
	overflow: visible;
	position: relative;
	top: auto;
}

/* Banner */
.banner {
	background-color: rgb(246, 177, 55);
	margin-top: 2px;
}

.banner .container {
	padding: 3em 2%;
}

.banner .row {
	align-items: center;
}

@media screen and (min-width: 960px) {

	.banner.home .row {
		min-height: 250px;
	}
}

.banner .row .text {
	color: rgb(35, 31, 32);
	font-family: 'Dancing Script', cursive;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
}

@media screen and (min-width: 960px) {

	.banner .row .text {
		font-size: 3em;
		padding-right: 20px;
		text-align: left;
	}
}

.banner .row ul {
	list-style: none;
	margin: 20px auto;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 0;
}

@media screen and (min-width: 960px) {

	.banner .row ul {
		margin: 0 0 0 auto;
		text-align: right;
	}
}

.banner .row ul li {
	display: inline-block;
	height: 130px;
	width: 130px;
	margin-left: -30px;
	position: relative;
	transition: 0.3s ease-in-out;
}

@media screen and (min-width: 960px) {

	.banner .row ul li {
		height: 160px;
		width: 160px;
		margin-left: -30px;
	}
}

.banner .row ul li.donate {
	z-index: 3;
	margin: 0;
}

.banner .row ul li.walk {
	z-index: 2;
}

.banner .row ul li.support {
	z-index: 1;
}

.banner .row ul li a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	font-size: 0;
	height: 100%;
	width: 100%;
}

.banner .row ul li.donate a {
	background-image: url(assets/img/icons/donate.png);
}

.banner .row ul li.walk a {
	background-image: url(assets/img/icons/walk.png);
}

.banner .row ul li.support a {
	background-image: url(assets/img/icons/support.png);
}

/* Section */
.content {
	background-color: rgb(250, 250, 250);
	padding: 30px 2%;
}

.content article .feature {
	margin: 0 auto 20px;
}

.content article .feature img {
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

/* Article */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-weight: 400;
}

.content h1 {
	font-size: 1.6em;
	margin: 0 0 2em;
	font-weight: 700;
}

.content h1.center {
	text-align: center;
}

.content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em;
}

.content h3 {
	font-size: 1.4em;
	margin: 0 0 0.3em;
}

.content h4,
.content h5,
.content h6 {
	font-size: 1.3em;
	margin: 0 0 0.15em;
}

.content article p {
	font-size: 1em;
	margin-bottom: 1em;
}

.content article ul, .content article ol {
	margin: 0 10px 15px 30px;
}

.content article p + ul,
.content article p + ol {
	margin: -5px 10px 15px 30px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	margin-top: 2em;
}


.content article ul li,
.content article ol li {
	margin-bottom: 3px;
	font-size: 1em;
}

.content article ol li ul {
	margin-top: 10px;
	list-style: disc;
}

.content article ul li ul {
	margin: 3px 20px;
}

.content article ul li small,
.content article ol li small {
	font-size: 0.9em;
}

.content article table {
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

.content article table,
.content article table th,
.content article table td {
	border: 1px solid rgb(204, 204, 204);
}

.content article table tr th {
	padding: 3px 10px 3px;
	font-size: 1em;
	text-align: left;
}

.content article table tr td {
	padding: 3px 10px 3px;
	font-size: 1em;
	text-align: left;
}

.content article hr {
	border-color: rgb(170, 170, 170);
	border-style: dotted;
}

.content article .domain:before {
	content: "\40";
	margin-right: 0px;
}

/* Links */
.content article a:not(.img) {
	color: rgb(51, 51, 51);
	text-decoration: none;
	border-bottom: 1px dotted rgb(175, 175, 175);
	transition: 0.3s ease-in-out;
}

.content article a:not(.img):hover {
	color: rgb(51, 51, 51);
	text-decoration: none;
	border-bottom: 1px solid rgb(250, 166, 51);
}

.content article .post a.read-more {
	border: none;
	font-size: 90%;
}

.content article .post a.read-more:hover {
	color: rgb(250, 166, 51);
}

/* Posts & Children */
.content article .post {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(221, 221, 221);
}

.content article .post:last-child {
	border-bottom: none;
}

.content article .post h2.title {
	background: none;
	padding: 0;
	margin-bottom: 0px;
}

.content article .post h2.title a {
	border: none;
	padding: 0;
	font-weight: 400;
}

.content article .post small {
	color: rgb(170, 170, 170);
	display: block;
	font-size: 0.8em;
	margin: 5px 0;
	text-transform: uppercase;
}

.content article .post a.readmore {
	text-transform: none;
}

.content article .post .excerpt h1,
.content article .post .excerpt h2 {
	display: none;
}

.content article .post .excerpt p {
	display: inline;
}

.content article .post .excerpt img {
	display: none;
}

.content article .post .attachment-post-thumbnail {
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 2px;
	border: 1px solid rgb(221, 221, 221);
}

.content article a .arrow {
	content: "\3e";
	font-family: 'arrows';
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	margin-left: 3px;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.single .content small {
	display: block;
	border: none;
	font-size: 80%;
	margin: -5px 0 10px 0;
	padding: 3px 0;
	color: rgb(204, 204, 204);
}

.single .content small.center {
	margin: -1.5em 0 2em;
	text-align: center;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
		margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 20px;
	clear: both;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text,.entry-caption,.gallery-caption {
	font-style: italic;
	font-weight: 300;
	text-align: center;
	font-size: 0.8em;
}
.wp-caption.alignleft + ul,.wp-caption.alignleft + ol {
	list-style-position: inside;
}
img.alignleft, .wp-caption.alignleft img, img.alignright, .wp-caption.alignright img, img.aligncenter, img.alignnone {
	border: 1px solid rgb(221, 221, 221);
}

/* Iframes */
.content article iframe {
	margin: 10px auto 20px;
	display: block;
/* 	width: 700px;
	height: 435px; */
}
/* Videos */
.content article .video iframe,
.content article .video-container object,
.content article .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
/* Pagination */
.content article .pagination {
	margin-bottom: 13px;
	float: left;
	clear: both;
}
.content article .pagination .page-numbers {
	background: rgb(136, 136, 136);
	display: block;
	height: 18px;
	width: 18px;
	float: left;
	text-align: center;
	line-height: 18px;
	font-size: 0.8em;
	margin-right: 5px;
	color: rgb(255, 255, 255);
}
.content article .pagination a.page-numbers, .content article .pagination .page-numbers.dots {
	color: rgb(255, 255, 255);
	background: rgb(136, 136, 136);
	text-decoration: none;
	border: none;
}
.content article .pagination a.page-numbers:hover, .content article .pagination .page-numbers.current {
	background: rgb(250, 166, 51);
}
.content article .pagination a.page-numbers.prev, .content article .pagination a.page-numbers.next {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	font-size: 0.7em;
}
.content article .pagination.single {
	border-top: 1px dotted rgb(204, 204, 204);
	display: block;
	margin: 0 0 0;
	padding: 10px 0 10px;
	float: none;
}
.content article .pagination.single a {
	border-color: transparent;
}
.content article .pagination.single a:hover {
	border-color: rgb(250, 166, 51);
}
.content article .pagination.single div {
	display: block;
	width: 50%;
	float: left;
	font-size: 0.8em;
	text-transform: uppercase;
}
.content article .pagination.single div.right {
	text-align: right;
}
.content article .pagination.single div.left a:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8em;
	margin-right: 6px;
		content: "\3c";
}
.content article .pagination.single div.right a:after {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8em;
	margin-left: 6px;
		content: "\3e";
}


.content article .extend {
	color: rgb(250, 166, 51);
	cursor: pointer;
	font-size: 90%;
	text-transform: lowercase;
	transition: 0.3s ease-in-out;
}

.content article .extend:hover,
.content article .extend:focus {
	color: rgb(35, 31, 32);
}

.content article .extend.invisible {
	opacity: 0;
}

.content article .content__extended {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}

.content article .content__extended.visible {
	max-height: 9999px;
}

.content article .latest {
	margin: 50px 0 0;
}

.content article .latest .post {
	border: solid rgb(250, 250, 250);
	border-width: 5px 0;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {

	.content article .latest .post:nth-child(odd) {
		border-width: 0 5px 0 0;
	}

	.content article .latest .post:nth-child(even) {
		border-width: 0 0 0 5px;
	}
}

.content article .latest .post .excerpt {
	background-color: rgb(237, 236, 236);
	border: solid rgb(250, 166, 51);
	border-width: 3px 0 0;
	color: rgba(35, 31, 32, 0.75);
	font-size: 90%;
	height: 100%;
	padding: 30px;
}

.content article .latest .post .excerpt .title {
	border: none;
	color: rgb(35, 31, 32);
	display: block;
	font-size: 110%;
	margin: 0 0 10px;
}

.content article .latest .post .excerpt a.read-more {
	border: none;
}

.content article .latest .post .excerpt a.read-more:hover {
	color: rgb(250, 166, 51);
}

/* Sitemap */
.content article ul.sitemap li a {
	border: none;
}
.content article ul.sitemap li ul {
	margin-top: 8px;
}
.content article ul.sitemap li.current_page_item {
	display: none;
}
/* Google Map */
.googlemap {
	display: block;
	padding-bottom: 30px;
	float: right;
}
.googlemap iframe {
	width: 480px!important;
	height: 180px!important;
	margin-bottom: 5px;
}
.googlemap small {
	float: right;
	font-size: 0.7em;
	text-transform: uppercase;
}
.googlemap small a {
	color: rgb(170, 170, 170);
	text-decoration: none;
	border: none;
}

/* Aside */
aside {
	margin: 0;
}
aside .sidebar {
	background: rgb(35, 31, 32);
	color: rgb(255, 255, 255);
	padding: 10px 0;
	margin: 0 0 20px;
}

aside .archives {
	background: rgb(35, 31, 32);
	color: rgb(255, 255, 255);
	padding: 20px;
	margin: 0 0 20px;
}

aside .archives:before {
	color: rgb(255, 255, 255);
	content: "Archive";
	display: block;
	font-size: 120%;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
}

aside .archives li {
	text-align: right;
	font-size: 90%;
	padding: 3px 0;
}

aside .archives li a {
	color: rgb(250, 166, 51);
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

aside .archives li a:hover {
	color: rgb(255, 255, 255);
}


/* Client logos */
.logos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	list-style: none;
	margin: 40px auto;
	width: 100%;
}

.logos li {
	padding: 10px;
}

.logos li .logo {
	display: block;
}

.logos li .logo img {
	display: block;
	height: auto;
	max-height: 60px;
	max-width: 120px;
	width: auto;
}

@media screen and (min-width: 768px) {

	.logos li .logo img {
		max-height: 80px;
		max-width: 160px;
	}
}



/* Footer */
footer {
	background-color: rgb(35, 31, 32);
	padding: 20px 0 70px;
	position: relative;
}

@media screen and (min-width: 768px) {

	footer {
		padding-bottom: 20px;
	}
}

footer .container {
	padding: 0 2%;
}

footer .container ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media screen and (min-width: 768px) {

	footer .container ul {
		justify-content: flex-start;
	}
}

footer .container ul li {
	display: inline-block;
	padding: 3px 5px;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {

	footer .container ul li:last-of-type {
		margin-left: auto;
	}
}

footer .container ul li a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	text-transform: uppercase;
}

footer .container ul li a span {
	display: inline-block;
	margin-left: 10px;
}

/* Print */
.print {
	display: none;
}

/* Other - #browser applies to IE7/IE8 only */
#browser {
	text-align: center;
	padding: 0;
	background: rgb(255, 255, 204);
	margin: 0;
	font-size: 70%;
	width: 100%;
	border-bottom: 1px solid rgb(204, 204, 204);
	font-family: Arial, Helvetica, sans-serif;
}

#browser span {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 3px;
}

#browser span a {
	color: rgb(204, 102, 0);
}

#browser span a:hover {
	background: none;
	color: rgb(204, 102, 0);
	text-decoration: underline;
}

#wpstats {
	display: none;
}


.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0 !important;
}

.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

.gform_wrapper .gform_footer {
	padding-top: 0 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: rgb(246, 177, 55);
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	transition: 0.3s ease-in-out;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: rgb(250, 166, 51);
}

input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
select,
textarea {
	border: 1px solid rgb(204, 204, 204);
}
