/*
Theme Name: Youth Connect
Theme URI: http://www.youthconnect.com.au
Author: Malt Creative
Author URI: http://digcreative.com.au
Description: The theme for youthconnect.com.au -- WordPress v3.6
Version: 2.1
*/



/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Arial, sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 24px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 24px; }
dd { margin: 0 0 0 24px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; margin-left: 2px; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* primary styles */

body {
	font-size: 13px;
	line-height: 1.3846;
	background: #fff url(images/bg.gif) no-repeat center 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px;
	font-family: 'Nunito', Arial, sans-serif;
	font-weight: normal;
	line-height: 1.25;
}

h1 { font-size: 30px; color: #124185; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

p, ul, ol, dl {
	margin: 0 0 18px;
}

a, a:visited { color: #124185; text-decoration: underline; }
a:hover { color: #799c19; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

blockquote {
	color: #666;
}



/* WordPress classes */

.alignleft   { float: left;  margin: 0 16px 12px 0; }
.alignright  { float: right; margin: 0 0 12px 16px; }
.aligncenter { margin: 0 auto 12px; }

.wp-caption { margin: 36px 0; background: #eee; border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.wp-caption img { display: block; padding: 5px; }
.wp-caption .wp-caption-text { margin: 0; padding: 2px 5px 7px; font-size: 12px; font-style: italic; text-align: center; }

.wp-caption.alignleft   { margin: 36px 16px 36px 0; }
.wp-caption.alignright  { margin: 36px 0 36px 16px; }
.wp-caption.aligncenter { margin: 36px auto; }


/* inner */

.inner {
	width: 960px;
	margin: 0 auto;
}



/* header */

#header {
	position: relative;
	margin-bottom: -12px;
	z-index: 100;
}



/* bar */

.bar {
	position: relative;
	background: #1d1d1d;
	z-index: 90;
}

.bar .for-me {
	float: left;
	margin: 10px 0 0 160px;
	color: #dddc00;
	font-family: 'Nunito', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.bar .for-me:hover {
	color: #fff;
}

.bar .logo {
	position: absolute;
	left: 16px;
	top: 12px;
}

.bar #searchform {
	float: right;
	padding: 8px 12px 8px 0;
}

.bar #s {
	width: 160px;
	height: 14px;
	padding: 3px 24px 3px 8px;
	font-size: 12px;
	background: #fff url(images/search.png) no-repeat right center;
	border: none;
	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.bar #searchsubmit {
	display: none;
}



/* banner */

.banner {
	position: relative;
}

.banner .logo {
	position: absolute;
	left: -46px;
	top: -60px;
	padding: 66px 42px 46px 28px;
	z-index: 70;
}

.banner .logo .tip {
	position: absolute;
	top: 210px;
	left: 228px;
	width: 16px;
	height: 5px;
}

.banner .logo a,
.banner .logo img {
	display: block;
}

.banner .logo a:hover {
	opacity: 0.8;
}

.banner .slides {
	float: right;
	width: 700px;
	height: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.banner .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 220px;
	background: url(images/overlay.png) no-repeat 0 0;
}


/* nav */

.nav {
	padding-bottom: 12px;
	background: url(images/shadow-bottom.png) repeat-x 0 bottom;
}

.main-menu {
	background: #2daae1;
}

.main-menu .menu {
	position: relative;
	float: right;
	z-index: 80;
}

.main-menu .menu .menu-item {
	position: relative;
	float: left;
}

.main-menu .menu .menu-item a {
	display: block;
	padding: 4px 10px 3px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #dddc00;
}

.main-menu .menu .menu-item:first-child a {
	border-left-color: #2daae1;
}

.main-menu .menu .current-menu-item a,
.main-menu .menu .current-menu-parent a,
.main-menu .menu .current-menu-ancestor a,
.main-menu .menu .current-page-item a,
.main-menu .menu .current-page-parent a,
.main-menu .menu .current-page-ancestor a,
           .category .main-menu .menu .current_page_parent a,
                .tag .main-menu .menu .current_page_parent a,
               .date .main-menu .menu .current_page_parent a,
        .single-post .main-menu .menu .current_page_parent a,
.single-tribe_events .main-menu .menu .current_page_parent a {
	color: #dddc00;
}

.main-menu .menu .sub-menu {
	position: absolute;
	display: none;
	left: 1px;
	top: 25px;
	width: 240px;
	padding: 6px 0;
	background: #124185;
}

.main-menu .menu .sub-menu .menu-item {
	float: none;
}

.main-menu .menu .sub-menu .menu-item a {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	border-left: none;
}

.main-menu .menu .menu-item:first-child .sub-menu .menu-item a {
	border-left: none;
}

.main-menu .menu .sub-menu .current-menu-item a,
.main-menu .menu .sub-menu .current-menu-parent a,
.main-menu .menu .sub-menu .current-menu-ancestor a,
.main-menu .menu .sub-menu .current-page-item a,
.main-menu .menu .sub-menu .current-page-parent a,
.main-menu .menu .sub-menu .current-page-ancestor a,
           .category .main-menu .menu .sub-menu .current_page_parent a,
                .tag .main-menu .menu .sub-menu .current_page_parent a,
               .date .main-menu .menu .sub-menu .current_page_parent a,
        .single-post .main-menu .menu .sub-menu .current_page_parent a,
.single-tribe_events .main-menu .menu .sub-menu .current_page_parent a {
	color: #dddc00;
}

.main-menu .menu .menu-item:hover {
	background: #124185;
}

.main-menu .menu .menu-item:hover .sub-menu {
	display: block;
}

.main-menu .menu .menu-item a:hover {
	color: #dddc00;
}



/* main */

#main .inner {
	min-height: 500px;
	padding: 0 0 30px;
	background: #fff;
}



/* secondary menu */

.secondary-menu {
	position: relative;
	margin: 0 0 24px;
	padding: 0;
	overflow: hidden;
}

.secondary-menu.open {
	padding-bottom: 320px;
}



/* tabs menu */

#menu-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #d1d1d1;
}

#menu-tabs > .menu-item {
	float: left;
	background: #96c11f url(images/tab-bg.png) no-repeat left bottom;
}

#menu-tabs > .menu-item:first-child {
	background-position: -10px bottom;
}

#menu-tabs > .menu-item.active {
	background-position: 0 top;
}

#menu-tabs > .menu-item.active:first-child {
	background-position: -10px top;
}

#menu-tabs > .menu-item.yellow {
	background-color: #dddc00;
}

#menu-tabs > .menu-item.blue {
	background-color: #124185;
}

#menu-tabs > .menu-item.purple {
	background-color: #b31067;
}

#menu-tabs > .menu-item > a {
	display: block;
	padding: 16px 60px 12px 32px;
	color: #fff;
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 24px;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/tab-arrow.png) no-repeat right center;
}

#menu-tabs > .menu-item.active > a {
	background-image: url(images/tab-arrow-close.png)
}

#menu-tabs > .menu-item > a > .thumbnail {
	display: none;
}

#menu-tabs .carousel {
	position: absolute;
	top: 54px;
	right: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	background: #96c11f;
}

#menu-tabs > .menu-item.yellow .carousel {
	background-color: #dddc00;
}

#menu-tabs > .menu-item.blue .carousel {
	background-color: #124185;
}

#menu-tabs > .menu-item.purple .carousel {
	background-color: #b31067;
}

#menu-tabs > .menu-item.active > .carousel {
	bottom: 0;
	height: auto;
}

#menu-tabs .carousel .sub-menu {
	position: absolute;
	width: 20000em;
	height: 320px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/carousel-base.png) repeat-x 0 bottom;
}

#menu-tabs .carousel .sub-menu li {
	float: left;
}

#menu-tabs .carousel .sub-menu a {
	display: block;
	width: 120px;
	height: 230px;
	padding: 20px 20px 0;
	color: #fff;
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

#menu-tabs .carousel .sub-menu a:hover {
	color: #124185;
}

#menu-tabs .carousel .sub-menu .thumbnail {
	display: block;
	height: 120px;
	margin: 0 0 10px;
	background: #fff;
}

#menu-tabs .carousel .sub-menu .thumbnail img {
	display: block;
	margin: 0 auto;
}

#menu-tabs .jcarousel-prev,
#menu-tabs .jcarousel-next {
	display: none;
	position: absolute;
	top: 290px;
	right: 500px;
	height: 60px;
	color: #fff;
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 17px;
	line-height: 60px;
	text-transform: uppercase;
	cursor: pointer;
}

#menu-tabs .jcarousel-prev:hover,
#menu-tabs .jcarousel-next:hover {
	color: #124185;
}

#menu-tabs .jcarousel-prev .icon,
#menu-tabs .jcarousel-next .icon {
	float: left;
	width: 90px;
	height: 60px;
	background: url(images/carousel-arrows.png) no-repeat 0 0;
}

#menu-tabs > .menu-item.active > .jcarousel-prev,
#menu-tabs > .menu-item.active > .jcarousel-next {
	display: block;
}

#menu-tabs > .menu-item.active > .jcarousel-prev.disabled,
#menu-tabs > .menu-item.active > .jcarousel-next.disabled {
	display: none;
}

#menu-tabs .jcarousel-next {
	right: auto;
	left: 500px;
}

#menu-tabs .jcarousel-next .icon {
	float: right;
	background-position: -90px 0;
}

#menu-tabs .jcarousel-prev:hover .icon {
	background-position: 0 -60px;
}

#menu-tabs .jcarousel-next:hover .icon {
	background-position: -90px -60px;
}



/* primary */

.primary {
	float: left;
	width: 616px;
	padding: 0 12px;
}

.primary.full-width { width: 936px; }

.home .primary { width: 296px; font-size: 15px; }

.home .primary h1 { font-size: 48px; line-height: 54px; }

.alt-layout .primary { float: right; }



/* provider search */

.primary .hc {
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3846;
}

.primary .hc a,
.primary .hc a:visited {
	color: #124185;
	text-decoration: underline;
}

.primary .hc a:hover {
	color: #799c19;
}

.primary .hc a.lpr-directions {
	display: none !important;
}

.primary .hc input[type="text"] {
	width: 280px;
	border-radius: 0;
}

.primary .hc .btn {
	border-radius: 0;
}

.primary .hc .form-horizontal .controls {
	float: left;
	width: 294px;
	margin-left: 10px;
}

.primary .hc .form-horizontal .controls:first-child {
	margin-left: 170px;
}

.primary .hc .form-horizontal #lpr-search-controls {
	margin-top: -35px;
}

.primary .hc .form-horizontal .controls #lpr-current-location {
	padding: 7px 0 6px;
}

.primary .hc #lpr-results {
	width: auto !important;
	border: none !important;
}

.primary .hc .thumbnail {
	margin-right: 0.5em;
	border-radius: 0;
}



/* tables */

.primary table {
	width: 100%;
	margin: 0 0 18px;
}

.primary table th,
.primary table td {
	padding: 5px 10px;
	font-size: 12px;
}

.primary table th {
	vertical-align: top;
	background: #eee;
	border-bottom: 1px solid #fff;
}



/* secondary */

.secondary {
	float: right;
	width: 296px;
	padding: 0 12px;
}

.alt-layout .secondary { float: left; }



/* tertiary */

.tertiary {
	float: right;
	width: 296px;
	padding: 0 12px;
}



/* quaternary */

.quaternary {
	clear: right;
	float: right;
	width: 296px;
	padding: 12px 12px 0;
}



/* quinary */

.quinary {
	float: right;
	width: 296px;
	padding: 12px 12px 0;
}



/* heading */

.heading {
	padding: 6px 10px 4px;
	color: #fff;
	font-size: 24px;
	background: #9d9d9d url(images/heading-bg.png) no-repeat 0 0;
}

.featured .heading {
	background-color: #124185;
}

.heading .view-all {
	float: right;
	margin: 6px 0 0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.heading .view-all:after {
	content: " >"
}

.heading .view-all:hover {
	color: #222;
}



/* home widgets */

.widget {
	padding: 0 0 12px;
}



/* hentry */

.blog .hentry,
.archive .hentry {
	padding: 0 0 12px;
}

.hentry .thumb {
	float: left;
	margin: 0 12px 12px 0;
}

.hentry .thumb img {
	display: block;
}



/* news */

.news {
	font-size: 12px;
}

.news.featured {
	font-size: 13px;
}

.news .hentry {
	margin: 0 0 12px;
	padding: 0 10px;
	border-bottom: 1px solid #3cf;
}

.news.featured .hentry {
	border-bottom: none;
}

.news .hentry a {
	display: block;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.news .hentry a:hover {
	color: #799c19;
}

.news .hentry .thumb img {
	width: 80px;
	height: 80px;
}

.news .hentry .info {
	margin-left: 92px;
}

.news .hentry h3 {
	margin: 0 0 6px;
}

.news .hentry p {
	margin: 0 0 12px;
}



/* gallery list */

.gallery-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery-list .gallery {
	float: left;
	width: 148px;
	margin: 0 0 16px 8px;
}

.gallery-list .gallery.first {
	clear: left;
	margin-left: 0;
}

.gallery-list .gallery a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.gallery-list .gallery .thumb {
	display: block;
	margin: 0 0 8px;
}

.gallery-list .gallery h4 {
	margin: 0 0 2px;
}

.gallery-list .gallery p {
	margin: 0;
	color: #aaa;
	font-size: 12px;
}



/* gallery images */

.gallery-images {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery-images .image {
	float: left;
	width: 148px;
	margin: 0 0 8px 8px;
}

.gallery-images .image.first {
	clear: left;
	margin-left: 0;
}

.gallery-images .image a,
.gallery-images .image img {
	display: block;
	text-decoration: none;
}



/* course list */

.course-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.course-list li {
	float: left;
	width: 198px;
	margin: 0 0 11px 11px;
}

.course-list li.first {
	margin-left: 0;
}

.course-list li a {
	position: relative;
	display: block;
	height: 120px;
	padding: 0 0 24px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}

.course-list li a img {
	display: block;
}

.course-list li a h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 5px 8px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: right;
	text-transform: none;
	background: #9d9d9d url(images/heading-bg.gif) no-repeat 0 0;
}



/* social icons */

.social {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.social li {
	float: left;
	margin: 0 0 0 8px;
}

.social li a {
	display: block;
	width: 64px;
	height: 64px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.social li.facebook a {
	background-image: url(images/facebook_64x64.png);
}

.social li.twitter a {
	background-image: url(images/twitter_64x64.png);
}



/* social icons #text-6 */

#text-6 {
	margin-right: 0;
	padding: 0;
	color: #09c;
	background: none;
	
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

#text-6 .widget-title {
	float: right;
	width: 216px;
	margin: 6px 0 0;
}

#text-6 .textwidget {
	float: left;
}

#text-6 .social li {
	margin: 0 8px 0 0;
}

#text-6 .social li a {
	width: 32px;
	height: 32px;
}

#text-6 .social li.facebook a {
	background-image: url(images/facebook_32x32.png);
}

#text-6 .social li.twitter a {
	background-image: url(images/twitter_32x32.png);
}



/* back button */

.back-btn {
	padding: 18px 0 0;
}



/* wp-pagenavi */

.wp-pagenavi {
	clear: both;
	padding: 24px 0 0;
	font-size: 12px;
	text-align: right;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 3px 8px;
	text-decoration: none;
	background-color: #f3f3f3;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
	background-color: #009fe3;
}

.wp-pagenavi span.current {
	
}

.wp-pagenavi span.pages {
	float: left;
	padding-left: 0;
	margin-left: 0;
	background-color: transparent;
}

.wp-pagenavi span.extend {
	background-color: transparent;
}



/* blocks */

.block {
	margin: 0 0 24px;
	padding: 20px;
	color: #124185;
	font-size: 12px;
	
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-box-shadow: 4px 8px 10px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 4px 8px 10px 0px rgba(0, 0, 0, 0.5);
	        box-shadow: 4px 8px 10px 0px rgba(0, 0, 0, 0.5);
}

.alt-layout .block {
	margin-right: 60px;
	background: #dddc00;
}

.alt-layout .block:nth-child(even) {
	background: #65bed9;
}

.block .title a {
	text-decoration: none;
}

.block .title a:hover {
	color: #fff;
}

.block .menu {
	margin: 0;
	padding: 0;
	line-height: 14px;
	list-style: none;
}

.block .menu a {
	display: block;
	padding: 4px 0 4px 20px;
	color: #124185;
	text-decoration: none;
	background: url(images/arrow-blue.png) no-repeat 0 6px;
}

.block .menu a:hover,
.block .menu .current_page_item a {
	color: #fff;
	background-image: url(images/arrow-white.png);
}

.block .menu .children {
	margin-left: 20px;
}

.block .menu .children a {
	color: #124185;
	background-image: url(images/sub-arrow-blue.png);
}

.block .menu .children a:hover,
.block .menu .children .current_page_item a {
	color: #fff;
	background-image: url(images/sub-arrow-white.png);
}

.block .menu .children .children a {
	color: #124185;
}

.block .menu .children .children a:hover,
.block .menu .children .children .current_page_item a {
	color: #fff;
}

.block .menu .menu-item {
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.block.green {
	background: #96c11f;
}

.block.yellow {
	background: #dddc00;
}

.block.blue {
	background: #65bed9;
}



/* sign up form */

.sign-up-form ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

.sign-up-form li {
	clear: left;
	margin: 0 0 12px;
}

.sign-up-form li.left {
	clear: none;
	float: left;
	margin-right: 20px;
}

.sign-up-form p {
	padding: 0 10px;
	font-weight: normal;
}



/* footer */

#footer {
	padding: 95px 0 0;
	background: url(images/footer-bg-top.png) no-repeat center 0;
}

#footer .top {
	padding: 0 0 20px;
	background: url(images/footer-bg.png) repeat-y center 0;
}



/* sitemap */

.sitemap {
	padding: 0 24px;
}

.sitemap .menu {
	margin: 0;
	padding: 0;
	color: #fff;
	list-style: none;
}

.sitemap .menu .menu-item {
	float: left;
	width: 280px;
	padding: 0 12px 24px;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
}

.sitemap .menu .menu-item.sixth {
	width: 128px;
}

.sitemap .menu .menu-item a {
	display: block;
	margin: 0 0 8px;
	padding: 3px 0;
	color: #fff;
	text-decoration: none;
}

.sitemap .menu .menu-item a:hover {
	color: #222;
}

.sitemap .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitemap .sub-menu .menu-item {
	float: none;
	width: auto;
	padding: 0;
	font-size: 11px;
	text-transform: none;
}

.sitemap .sub-menu .menu-item a {
	margin-bottom: 0;
}



/* calendar */

.calendar {
	float: right;
	width: 268px;
	min-height: 220px;
	padding: 8px 24px 24px 28px;
}

.calendar .cal-header {
	margin: 0 0 4px;
	padding: 0 6px;
	color: #dddc00;
}

.calendar .cal-header .month {
	float: left;
}

.calendar .cal-header .tribe-view-all-events {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.calendar .cal-header .tribe-view-all-events:hover {
	color: #dddc00;
}

.calendar .tribe-events-calendar {
	margin-top: 0 !important;
}

.calendar .tribe-events-calendar,
.calendar .tribe-events-calendar td {
	border: none;
}

.calendar .tribe-events-calendar th {
	padding: 7px 0 5px;
	color: #dddc00;
	background: none;
	border-top: 1px solid #fff;
}

.calendar .tribe-events-calendar td .tribe-events-event {
	background: none;
}

.calendar .tribe-events-calendar .daynum {
	color: #fff;
	font-size: 10px;
	background: none;
}

.calendar .tribe-events-calendar .daynum a {
	color: #dddc00;
	font-size: 10px;
	text-decoration: none;
	background: none;
}

.calendar .tribe-events-calendar td .tribe-events-event {
	padding: 5px 9px !important;
}

.calendar .tribe-events-calendar td.tribe-events-past .daynum,
.calendar .tribe-events-calendar td.tribe-events-past .daynum > a {
	color: #579ccd;
}

.calendar .tribe-events-calendar td.tribe-events-present .daynum,
.calendar .tribe-events-calendar td.tribe-events-present .daynum > a {
	color: #fff;
	background: none;
}

.calendar .tribe-events-calendar td.tribe-events-present .daynum > a {
	color: #dddc00;
}

.calendar .tribe-events-calendar .tribe-events-tooltip h5 {
	margin: 0;
	font-family: Arial, sans-serif;
	text-transform: none;
}

.calendar .tribe-events-calendar .tribe-events-tooltip h5 a {
	display: block;
	color: #124185;
}

.calendar .tribe-events-calendar .tribe-events-tooltip h5 a:hover {
	color: #799c19;
}



/* copyright */

.copyright {
	clear: both;
	padding: 0 36px;
	color: #fff;
	font-size: 11px;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	color: #222;
}



/* main calendar */

#main #tribe-events-content {
	padding: 1px 0;
}

#main .tribe-events-calendar th {
	color: #fff;
	background-color: #0053a1;
}

#main .tribe-events-calendar .daynum,
#main .tribe-events-calendar .daynum a {
	background-color: #f7f7d7;
}

#main .tribe-events-calendar td.tribe-events-present .daynum,
#main .tribe-events-calendar td.tribe-events-present .daynum > a {
	color: #333;
	background-color: #dddc00;
}

.events-archive #main .event-day {
	font-style: normal;
}

.events-archive #main .entry-title {
	width: 65%;
	font-weight: normal;
}

.events-archive #main .entry-title a {
	color: #124185;
}

.events-archive #main .entry-title a:hover {
	color: #799c19;
}

.events-archive #main .tribe-events-event-entry p {
	font-size: 13px;
	line-height: 1.3846;
}



/* forms */

::-webkit-input-placeholder {
	color: #bbb;
}

:-moz-placeholder {
	color: #bbb;
}

form p {
	margin-bottom: 8px;
	padding: 4px 0;
	font-weight: bold;
}

input[type="checkbox"] {
	float: left;
	margin-right: 6px;
}

.padd {
	margin-bottom: 4px;
	font-weight: bold;
}

form .medium {
	margin: 6px 0;
}

.tertiary .padd {
	float: left;
	width: 295px;
}

.tertiary label {
	float: left;
}

.signup-div {
	float: left;
	width: 124px;
	padding: 0 0 12px;
}

.signup-div-full {
	float: left;
	width: 224px;
	padding: 0 0 12px;
}



/* gravity forms */

.gform_wrapper ul li.workshop .gfield_label {
	float: left;
	width: 220px;
}

.gform_wrapper ul li.workshop .ginput_container {
	margin-left: 220px;
}

.gform_wrapper li.gfield.gf_list_3col.workshop ul.gfield_radio {
	overflow: visible;
	*zoom: 1;
}

.gform_wrapper li.gfield.gf_list_3col.workshop ul.gfield_radio:before,
.gform_wrapper li.gfield.gf_list_3col.workshop ul.gfield_radio:after {
	content: " ";
	display: table;
}

.gform_wrapper li.gfield.gf_list_3col.workshop ul.gfield_radio:after {
	clear: both;
}

.gform_wrapper li.gfield.gf_list_3col.workshop ul.gfield_radio li {
	margin: 0 0 8px;
}

.gform_wrapper li.gfield.gf_list_3col.workshop ul.gfield_radio li label {
	display: block;
	overflow: visible;
	max-width: none;
	white-space: normal;
}

.gform_wrapper ul li.workshop ul.gfield_radio li {
	position: relative;
	overflow: visible;
}

.gform_wrapper ul li.workshop ul.gfield_radio li label {
	min-height: 183px;
	margin: 0 16px 0 0;
	padding: 16px;
	font-size: 12px;
	background: #eee;
}

.gform_wrapper ul li.workshop ul.gfield_radio li:nth-child(3n+1) label { background: #eee; }
.gform_wrapper ul li.workshop ul.gfield_radio li:nth-child(3n+2) label { background: #ddd; }
.gform_wrapper ul li.workshop ul.gfield_radio li:nth-child(3n) label   { background: #ccc; }

.gform_wrapper ul li.workshop ul.gfield_radio li.selected label { background: #96c11f; }
.gform_wrapper ul li.workshop.bonus ul.gfield_radio li.selected label { background: #dddc00; }

.gform_wrapper ul li.workshop ul.gfield_radio li input[type="radio"]:checked+label {
	font-weight: normal;
}

.gform_wrapper ul li.workshop ul.gfield_radio li label .workshop {
	display: block;
	margin: 0 0 8px;
	font-weight: bold;
}

.gform_wrapper ul li.workshop ul.gfield_radio li label .presenter,
.gform_wrapper ul li.workshop ul.gfield_radio li label .presenters {
	display: block;
	font-size: 11px;
	font-style: italic;
}

.gform_wrapper ul li.workshop ul.gfield_radio li label .info {
	display: none;
	position: absolute;
	top: 0;
	right: -214px;
	width: 230px;
	padding: 16px 16px 16px 32px;
	color: #fff;
	font-size: 11px;
	background: url(images/tooltip-bg.png) no-repeat 0 0;
	z-index: 100;
}

.gform_wrapper ul li.workshop ul.gfield_radio li:nth-child(3n) label .info {
	right: auto;
	left: -230px;
	padding-right: 32px;
	padding-left: 16px;
	background-position: -16px 0;
}

.gform_wrapper ul li.workshop ul.gfield_radio li label:hover .info {
	display: block;
}

.lt-ie8 .gform_wrapper ul li.workshop ul.gfield_radio li label:hover .info {
	display: none;
}

.gform_wrapper ul li.workshop ul.gfield_radio li input[type=radio] {
	float: left !important;
	margin: 18px 7px 0 16px !important;
}

.workshop-headings td {
	width: 25%;
	font-weight: bold;
}

.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}



/* buttons */

a.button,
span.button {
	display: inline-block;
	padding: 4px 12px;
	color: #fff;
	font-family: 'Nunito', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background: #65BeD9;
}

a.button:hover,
a.button.dark,
span.button.dark {
	background: #124185;
}
















/* helper classes */

.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }