/*
Theme Name: 3DAAA 2017
Description: 3DAAA 2017
Author: NTech Media
Author URI: http://ntechmedia.com


	Base Theme Name: HTML5 Blank
	Base Theme URI: http://html5blank.com
	Base Description: HTML5 Blank WordPress Theme
	Base Version: 1.4.2
	Base Author: Todd Motto (@toddmotto)
	Base Author URI: http://toddmotto.com
	Base Tags: Blank, HTML5, CSS3

	Base License: MIT
	Base License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
/* Disabling due to issues, and because HTML5 Boilerplate made the same change */
/* for similar reasons 4 years ago and still hasn't added it back in yet */
/* https://github.com/h5bp/html5-boilerplate/commit/0d7f8d775ab4ab171c6372f992d506088ca5d3ed */
/* http://aestheticallyloyal.com/public/optimize-legibility/ */
/*	text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 500 14px/1.4 'Open Sans', san-serif;
	color:#444;
	padding-top: 32px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#0094da;
	text-decoration:none;
}
a:hover {
	color:#0094da;
	text-decoration: underline;
}

.home a {
	color: #444444;
}

.home a:hover {
	color: #444444;
	text-decoration: none;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin: 0 auto;
	position: relative;
/*	width: 100%;
		max-width: 1200px;
		*/
}

.home .wrapper {
	max-width: none;
}

/* header */
.header {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 0px;
	z-index: 1;
}

.info_wrapper {
	width: 100%;
	height: 32px;
	background: #FFFFFF;
}

.header_info {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	line-height: 32px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 10px;
	padding: 0px 20px 0px 200px;
}

@media only screen and (max-width:640px) {
	.header_info {
		display: none;
	}
}

.header_info a {
	color: #707070;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.icon_club { background-image: url(img/icon_findclub.png); }
.icon_contact { background-image: url(img/icon_contact.png); }
.icon_cart { background-image: url(img/icon_cart.png); }
.header_info a.icon_facebook {
	background-image: url(img/icon_facebook.png);
	background-position: center;
	padding: 0px;
	width: 10px;
	height: 32px;
}

.nav_wrapper {
	width: 100%;
	max-width: 1200px;
	height: 105px;
	margin: 0px auto;
	display: flex;
	align-items: center;
}

/* logo */
.logo {
	z-index: 2;
	max-width: 200px;
}
.logo-img {
	width: 250px;
}
/* nav */
.nav {
	height: 105px;
	width: 100%;
	z-index: 2;
	font-family: 'Raleway-SemiBold', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
/*	padding-left: 75px;*/
	padding-left: 0px;
}

.nav > ul {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 20px;
	display: flex;
	justify-content: space-between;
}

.nav > ul > li {
	display: inline-flex;
	position: relative;
	line-height: 101px;
}

.nav a,
.home .nav a {
	color: #FFFFFF;
	border-bottom: 4px solid rgba(255,255,255,0);
}

.nav li:hover > a,
.nav li.current_page_item > a {
	text-decoration: none;
	border-bottom: 4px solid rgba(255,255,255,1);
}

.nav ul.sub-menu {
	display: none;
	position: absolute;
	top: 101px;
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway-Regular', sans-serif;
	font-size: 14px;
	border-top: 4px solid #FFFFFF;
	background: rgba(0,0,0,0.6);
}

.nav li:hover ul.sub-menu {
	display: block;
}

.nav ul.sub-menu li {
	line-height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	white-space: nowrap;
	padding: 0px 30px;
	background: url(img/nav_submenu.png) no-repeat left 12px center;
}

div.mobilenav {
/*	display:none;*/
}

.mobilenav_container {
	position: fixed;
	width: 100%;
	top: 50px;
	z-index: 2;
}

.mobilenav_container ul {
	display: none;
	background: rgba(255,255,255,0.8);
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.mobilenav_container ul.sub-menu {
	position: relative;
	margin-left: 20px;
}

.mobilenav_container ul a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0px 20px;
	color: #222222;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;

}

.mobilenav_container ul a:hover {
	color: #b30705;
/*	background: rgba(255, 255, 255, 0.1);*/
}

/* Slider */

.banner {
	min-height: 330px;
	background-size: cover;
	background-position: center;
}

.slides {
	display: none;
}

.home .slides {
	padding: 0px;
	margin: 0px;
	list-style: none;
	max-height: 570px;
	overflow: hidden;
	display: block;

}

.home .slick-dotted.slick-slider {
	margin: 0px;
}

.slides li {
	background-size: cover;
}

.slide_tint,
.banner_tint {
	background: rgba(0,0,0,0.4);
	min-height: 330px;
}

.feature_content {
	height: 570px;
	max-width: 1200px;
	margin: 0px auto;
	padding: 150px 20px 20px 20px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
}

.home a.banner_link {
	display: inline-block;
	font-family: 'Raleway-SemiBold', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background: #ddae3a;
	width: 150px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 3px;
	color: #FFFFFF;
	margin-top: 30px;
	border: 1px solid #ddae3a;
	transition: all 0.2s
}

.home a.banner_link:hover {
	background: #FFFFFF;
	color: #ddae3a;
}

.banner h3 {
	font-family: 'Raleway-Light', sans-serif;
	font-weight: normal;
	font-size: 50px;
	max-width: 768px;
	margin: 0px;
}

.banner_underline {
	display: block;
	width: 105px;
	height: 3px;
	background: #FFFFFF;
	margin: 20px 0px;
}

@media only screen and (max-width:768px) {
	.banner h3 {
		font-size: 30px;
	}

	.feature_content {
		font-size: 15px;
	}
}



.banner .slick-dots {
	bottom: 25px;
}

.banner .slick-dots li button::before {
	color: #FFFFFF;
	font-size: 12px;
}

.banner .slick-dots li.slick-active button::before {
	color: #FFFFFF;
}

/* main content */
section[role=main],
#container {
	display: block;
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	padding: 30px 0px;
	min-height: calc(100vh - 601px);
}

@media only screen and (max-width:1240px) {
	section[role=main],
	#container {
		padding: 30px 20px;
		max-width: none;
	}

}

/* sidebar */
.sidebar {
	background: #f3f3f2;
	font-family: 'Raleway-Regular', sans-serif;
	color: #707070;
	padding: 30px 20px;
}

.sidebar-widget {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0px auto;
}

.sidebar-widget > div {
	flex: 1;
	padding-right: 20px;
}

@media only screen and (max-width:768px) {
	.sidebar-widget {
		display: block;
	}

	.sidebar-widget > div {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}


}

@media only screen and (max-width:480px) {
	.sidebar-widget > div {
		display: block;
		width: 100%;
	}
}



.sidebar h3 {
	color: #707070;
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

.widget_contact strong {
	font-weight: normal;
	padding-left: 40px;
	background: url(img/icon_email.svg) no-repeat left center / auto 20px;
}

.widget_contact em {
	font-style: normal;
	padding-left: 40px;
	background: url(img/icon_phone.svg) no-repeat left center / auto 20px;
}

.widget_contact a {
	display: inline-block;
	padding: 7px 18px;
	text-transform: uppercase;
	font-family: 'Raleway-Bold', sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background: #101010;
	border: 1px solid #101010;
	border-radius: 3px;
}

.widget_contact a:hover {
	background: #FFFFFF;
	color: #101010;
}


/* footer */
.footer {
	background: #101010;
	color: #f2f2f2;
	font-family: 'Raleway-Regular', sans-serif;
	font-size: 13px;
	line-height: 40px;
}

.footer_wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0px auto;
}

.credit {
	display: block;
	width: 90px;
	height: 40px;
	background: url(img/logo_ntech.png) no-repeat center;
}

@media only screen and (max-width:480px) {
	.footer_wrapper {
		display: block;
		text-align: center;
	}

	.credit {
		display: inline-block;
	}
}



h1 {
	margin: 0px 0px 10px;
	font-family: 'Raleway-Regular', sans-serif;
	font-size: 36px;
	font-weight: normal;
}

h2 {
	margin: 0px 0px 10px;
	font-family: 'Raleway-Regular', sans-serif;
	font-size: 30px;
	font-weight: normal;
}


h3,
section .gform_wrapper h3.gform_title {
	margin: 0px 0px 10px;
	font-family: 'Raleway-Regular', sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h4 {
	margin: 0px 0px 10px;
	font-family: 'Raleway-Regular', sans-serif;
	font-size: 18px;
	font-weight: normal;
}



.title_underline {
	display: block;
	width: 105px;
	height: 3px;
	background: #0094da;
	margin: 10px 0px 30px;
}


/*------------------------------------*\
    HOME
\*------------------------------------*/

.home_content {
	background: #ddae3a;
	color: #FFFFFF;
	padding: 15px 20px 30px 20px;
}

.home_content section[role=main] {
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
	font-family: 'Raleway-Regular', sans-serif;
	font-size: 25px;
	min-height: 0px;
}

.home_content article {
	margin-bottom: 30px;
}

.home_button {
	text-align: center;
}

.home_button a {
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 15px 30px;
	border-radius: 5px;
	background: #0094da;
	border: 1px solid #0094da;
	transition: all 0.2s;
}

.home_button a:hover {
	color: #0094da;
	background: #FFFFFF;
}


.home .wrapper ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	max-width: 1200px;
}

.home_featured {
	padding: 30px 20px;
}

.home_featured ul {
	display: flex;
	justify-content: space-around;
}

.home_featured li {
	max-width: 370px;
	color: #585d5e;
	font-size: 14px;
	background-size: 370px auto;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.13);
	border-radius: 3px;
	border: 1px solid #d0d0d0;
	margin: 15px 0px 5px 0px;
	transition: all 0.2s;
	min-width: 370px;
}

.home_featured li:hover {
	margin: 10px 0px 10px 0px;
	box-shadow: 0px 15px 10px rgba(0,0,0,0.05);
}

.home_featured a {
	display: block;
	padding-top: 245px;
}

@media only screen and (max-width:1120px) {

	.home_featured ul {
		display: block;
	}

	.home_featured li {
		display: block;
		max-width: 768px;
		margin: 15px auto 5px;
	}

	.home_featured li:hover {
		margin: 15px auto 5px auto;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	}

	.home_featured a {
		padding-left: 370px;
		padding-top: 0px;
		min-height: 245px;
	}
}

@media only screen and (max-width:768px) {
	.home_featured ul {
		display: block;
	}

	.home_featured li {
		display: block;
		max-width: 370px;
		margin: 15px auto 5px;
		min-width: 0px;
	}

	.home_featured a {
		padding-left: 0px;
		padding-top: 245px;
		min-height: 245px;
	}

}

.home_featured div {
	padding: 25px 55px;
	background: #FFFFFF;
}

.home_featured h3 {
	font-family: 'Raleway-Regular', sans-serif;
	font-size: 22px;
	color: #1C1C1C;
}

.home h1,
.home h2 {
	font-family: 'Raleway-Regular', sans-serif;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	margin: 15px 0px;
}

.home_underline {
	width: 110px;
	height: 3px;
	background: #FFFFFF;
	margin: 0px auto 20px;
}

.home_events {
	background: #F3F3F2;
	padding: 30px 20px;
}

.home_events h2 {
	color: #101010;
}

.home_events .home_underline {
	background: #0094da;
}

.home_events ul {
	display: block;
}

.home_events li {
	display: inline-block;
	vertical-align: top;
	padding: 20px 60px 17px 80px;
	width: calc(50% - 140px);
	width: 50%;
	font-size: 25px;
	background: url(img/icon_calendar.png) no-repeat left top 25px;
}

@media only screen and (max-width:1120px) {
	.home_events li {
		display: block;
		margin: 0px auto;
		padding: 20px 20px 17px 80px;
		width: 100%;
		max-width: 768px;
	}

}

.event_hover {
	width: 0px;
	background: #0094da;
	height: 3px;
	transition: all 0.2s;
}

.home_events li:hover .event_hover {
	width: 100%;
}

.home_events h3 {
	font-family: 'Raleway-Regular', sans-serif;
	font-weight: normal;
	margin: 0px;
}

.home_events div {
	font-family: 'Raleway-Bold', sans-serif;
}

.home_news {
	background: url(img/news_bg.jpg) no-repeat center top / cover;
}

.home_tint {
	padding: 30px 20px;
	background: rgba(0,0,0,0.4);
}

.home_news li {
	padding: 15px 0px;
}

.home_news h2,
.home_news a {
	color: #FFFFFF;
}

.home_news ul a:hover {
	color: #FFFFFF;
}

.news_date {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 2px solid #FFFFFF;
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.2s;
}

.news_date span {
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	display: block;
	margin: 0px auto;
}

.news_date strong {
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 43px;
	font-weight: normal;
	display: block;
	margin: 0px auto;
	line-height: 30px;
	padding-bottom: 5px;
}

@media only screen and (max-width:480px) {
	.news_date {
		width: 65px;
		height: 65px;
		font-size: 10px;
	}

	.news_date span {
		font-size: 12px;
	}

	.news_date strong {
		font-size: 25px;
		line-height: 16px;
	}


}

.news_item {
	display: inline-block;
	verical-align: top;
	width: calc(100% - 100px);
}

.home_news h3 {
	font-family: 'Raleway-Regular', sans-serif;
	font-weight: normal;
	font-size: 25px;
	margin: 0px;
	display: inline-block;
	width: 500px;
	padding: 0px 25px;
	vertical-align: top;
}

.home_news li > a {
	display: block;
}

.home_news li:hover .news_date {
	background: #FFFFFF;
	color: #101010;
}

.home_news .news_text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 500px);
}

@media only screen and (max-width:1120px) {
	.home_news h3 {
		width: 100%;
	}

	.home_news .news_text {
		width: 100%;
		padding: 0px 25px;
	}

}

.home_news .read_more {
	color: #fdf100;
}

.home_sponsors {
	padding: 30px 0px;
}

.home_sponsors h2 {
	color: #707070;
}

.home_sponsors ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
/*
@media only screen and (max-width:1120px) {
	.home_sponsors ul {
		display: block;
		text-align: center;
	}

	.home_sponsors li {
		display: inline-block;
		margin: 10px;
	}
}
*/
.home_sponsors li {
	padding: 15px 25px;
	flex: 1;
	min-width: 240px;
	text-align: center;
}

.home_sponsors .home_button {
	margin: 20px 40px;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.article_list article {
	margin: 20px 0px;
}

.article_list .article_thumb {
	max-width: 220px;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}

.article_list .article_thumb img {
	border-radius: 3px;
}


.article_list .article_content {
	display: inline-block;
	width: calc(100% - 220px);
	vertical-align: top;
}

.article_list .first_post .article_thumb {
	max-width: 320px;
}

.article_list .first_post .article_content {
	width: calc(100% - 320px);
}

@media only screen and (max-width:768px) {
	.article_list .article_thumb {
		display: block;
		text-align: center;
		padding: 0px;
		margin: 0px auto 20px;
	}

	.article_list .article_content,
	.article_list .first_post .article_content {
		display: block;
		width: 100%;
	}

	.image_placeholder {
		display: none;
	}
}

.article_list h4,
.article_list h3 {
	margin-top: 0px;
}

.article_list .date {
	display: inline;
}

.article_underline {
	display: block;
	max-width: 760px;
	height: 1px;
	border-top: 1px solid #0094da;
	margin: 5px auto 10px;
}

.article_list .article_underline:first-child {
	display: none;
}

.pagination_wrapper {
	text-align: center;
}

.pagination {
	display: inline-block;
	padding: 15px 0px;
	border-top: 3px solid #0094da;
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 16px;


}

.pagination a,
.pagination span {
	padding: 0px 5px;
}

.two_column .column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.two_column .column_left {
	padding-right: 20px;
	border-right: 1px solid #0094da;
}

.two_column .column_right {
	padding-left: 20px;
}

.parent-scores .two_column .column_left {
	width: 70%;
}

.parent-scores .two_column .column_right {
	width: 30%;
}


@media only screen and (max-width:768px) {
	.two_column .column,
	.parent-scores .two_column .column_left,
	.parent-scores .two_column .column_right {
		width: 100%;
	}

	.two_column .column_left {
		border: none;
		padding: 0px;
	}

	.two_column .column_right {
		padding: 20px 0px 0px;
	}



}

section td {
	vertical-align: top;
	padding: 0px 15px 15px 0px;
}

section .gform_wrapper {
	margin-top: 0px;
}

.contact-us .two_column .column_right p:first-child {
	margin: 0px;
	height: 0px;
}

.gform_wrapper .gform_footer input.button {
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 15px 30px;
	border-radius: 5px;
	background: #0094da;
	border: 1px solid #0094da;
	transition: all 0.2s;
}

.gform_wrapper .gform_footer input.button:hover {
	color: #0094da;
	background: #FFFFFF;
}

.membership table {
	margin: 0px auto;
}

.membership table a {
		display: inline-block;
	color: #FFFFFF;
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 15px 30px;
	border-radius: 5px;
	background: #0094da;
	border: 1px solid #0094da;
	transition: all 0.2s;
}

.membership table a:hover {
	color: #0094da;
	background: #FFFFFF;
	text-decoration: none;
}

.membership table tr td:last-child a {
	padding-right: 70px;
	background: #0094da url(img/file-pdf_white.png) no-repeat right 20px center;
}

.membership table tr td:last-child a:hover {
	background: #FFFFFF url(img/file-pdf_blue.png) no-repeat right 20px center;
}

.event_scores {
	display: block;
	width: 100px;
	float: right;
	background: url(img/file-pdf.svg) no-repeat center top / 100%;
	padding-top: 110px;
	text-align: center;
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 14px;
	margin: 0px 0px 20px 20px;
}

.single_thumbnail {
	text-align: center;
}

.single_slider {
	margin-bottom: 30px;
}

.single_slider .slick-list {
	border-radius: 3px;
}

.single_slider .slick-slide {
	margin: 0px 20px;
}

.single_slider .slick-slide img {
	margin: 0px auto;
	max-height: 360px;
	width: auto;
	border-radius: 3px;
}

.single_banner .featured_caption {
	text-align: center;
	font-style: italic;
}

.post-type-archive-tribe_events section[role="main"] {
	padding-top: 0px;
}

.post-type-archive-tribe_events h1,
.post-type-archive-tribe_events .title_underline {
	display: none;
}

#tribe-bar-form {
	background: #FFFFFF;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Raleway-Bold', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 5px;
	background: #0094da;
	border: 1px solid #0094da;
	transition: all 0.2s;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
	color: #0094da;
	background: #FFFFFF;
}

.tribe-events-list-separator-month {
	font-family: 'Raleway-Bold', sans-serif;
	font-weight: normal;
}

.tribe-events-ajax-loading {
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #0094da;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #0094da;
}

.clublist  {
	display: inline-block;
	vertical-align: top;
	width: 350px;
}

.clublist_details {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 350px);
	position: relative;
}

.club_map {
/*	width: 1692px;
	max-width: none; */
	position: relative;
}



.locs {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(img/vic_locs.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
}

.club_location {
	position: absolute;
	display: block;
	color: #FFFFFF;
	background: #ddae3a;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
}

.club_location span {
	display: none;
	position: absolute;
	right: calc(100% - 5px);
	white-space: nowrap;
	background: #FFFFFF;
	border-radius: 5px 5px 0px 5px;
	color: #ddae3a;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	top: -24px;
	z-index: 2;
}

.loc_association-of-norfolk-island-archers {
	left: 101%;
	top: 50%; 
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #ddae3a;
	border-bottom: 5px solid transparent;
	border-radius: 0px;
	background: none;
}

.loc_association-of-norfolk-island-archers span {
	right: calc(100% + 15px);
	top: -16px;
}

.loc_cessnock-archers-inc {						left: 94.67%;	top: 64.8%;	}
.loc_coffs-coast-archery-club-inc {				left: 98.9%;	top: 56.4%;	}
.loc_dubbo-3d-archers-inc {						left: 87.8%;	top: 63%;	}
.loc_grafton-bowhunters-inc {					left: 97.5%;	top: 55.6%;	}
.loc_gunnedah-arrow-slingers {					left: 92.3%;	top: 58.7%;	}
.loc_hawkesbury-field-archers {					left: 93.6%;	top: 66.8%;	}
.loc_hunting-archers-of-inverell {				left: 93.7%;	top: 55.78%;}
.loc_lake-glenbawn-field-archers-inc {			left: 93.56%;	top: 62.7%;	}
.loc_lake-macquarie-field-archers-inc {			left: 94.8%;	top: 65.4%;	}
.loc_macksville-country-club-3d-archers {		left: 98.2%;	top: 58.4%;	}
.loc_manly-warringah-field-archers-inc {		left: 92.1%;	top: 68.9%;	}
.loc_mountain-view-archers-inc {				left: 96.8%;	top: 61.99%;}
.loc_northern-rivers-field-archers-inc {		left: 98.3%;	top: 53.1%;	}
.loc_tamworth-field-archers {					left: 93.2%;	top: 59.1%;	}
.loc_tweed-valley-3d-field-archers-inc {		left: 98.7%;	top: 51.1%;	}
.loc_top-end-bowhunters {						left: 40.5%;	top: 6.2%;	}
.loc_caboolture-disctrict-bowmen-inc {			left: 97.5%;	top: 47.6%;	}
.loc_gladstone-field-archers-inc {				left: 93.6%;	top: 38.6%;	}
.loc_hinterland-field-archers-inc {				left: 98.5%;	top: 50.2%;	}
.loc_ipswich-field-archers-inc {				left: 97.2%;	top: 49.5%;	}
.loc_maranoa-archers {							left: 87.3%;	top: 46.1%;	}
.loc_north-albert-field-archers-inc {			left: 98.1%;	top: 49.5%;	}
.loc_rowes-bay-archery-club-of-townsville {		left: 83.1%;	top: 25.5%;	}
.loc_the-traditional-archery-company {			left: 98.5%;	top: 47.4%;	}
.loc_trophy-bowhunting-club-of-sa-inc {			left: 61.4%;	top: 72.3%;	}
.loc_aim-archery-club {							left: 76.6%;	top: 81.3%;	}
.loc_archers-of-warrnambool {					left: 70%;		top: 83.1%;	}
.loc_diamond-valley-archers-inc {				left: 76.67%;	top: 80.2%;	}
.loc_mornington-peninsula-bowmen {				left: 76.1%;	top: 83%;	}
.loc_twin-city-archers {						left: 79.8%;	top: 82.2%;	}
.loc_monaro-archers-inc {	left: 85.5%; top: 72.5%; }
.loc_port-stephens-archers-inc { left: 93.9%;    top: 67.6%; }
.loc_jacks-ridge-3d-archers {     left: 97.9%;    top: 59.4%; }
.loc_caboolture-district-bowmen-inc {                   left: 98.1%;    top: 48.5%;     }
.loc_clarence-valley-archery-incorporated {                                   left: 98%;    top: 55.6%;     }
.loc_mansfield-field-archers { 	left: 79%; top: 80%; }

@media only screen and (max-width:768px) {
	.clublist,
	.clublist_details {
		width: 100%;
	}

}

.club_state_list {
	margin-bottom: 30px;
}

.club_title {
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	cursor: pointer;
}

.club_content {
	display: none;
	border: 1px solid #0094da;
	border-radius: 15px;
	padding: 15px;
	background: rgba(255,255,255,0.95);
	z-index: 3;
}

.club_content strong {
	display: inline-block;
	vertical-align: top;
	width: 125px;
	margin: 5px 0px;
}

.club_content span,
.club_content a {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 125px);
	margin: 5px 0px;
}

.club_content a {
	word-break: break-all;
}

.club_content a.club_close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFFFFF;
	border: 1px solid #0094da;
	background: #0094da;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}

.club_content a.club_close:hover {
	text-decoration: none;
	color: #0094da;
	background: #FFFFFF;
	cursor: pointer;
}



.club_content span a {
	margin-top: 0px;
	width: 100%;
}

.club_content span div {
	margin-bottom: 10px;
}

.club_content iframe {
	display: block;
	margin-top: 15px;
	width: 100%;
	height: 300px;
	border-radius: 5px;
}

.club_facebook {
	display: inline-block;
	background-image: url(img/icon_facebook.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	width: 10px;
	height: 32px;
}


.sponsor_list {
	text-align: center;
	border-radius: 10px;
	margin-bottom: 30px;
}

.sponsor_list legend {
	font-family: 'Raleway-SemiBold', sans-serif;
	font-size: 24px;
	padding: 5px;
	text-transform: capitalize;
}


.sponsor_list a {
	display: inline-block;
	padding: 15px;
	vertical-align: middle;
	width: 33%;
}

.sponsors_platinum {
	border: 2px solid #0094da;
}


.sponsors_platinum legend {
	color: #0094da;
	font-size: 26px;
}

.sponsors_gold {
	border: 1px solid #ddae3a;
}

.sponsors_gold legend {
	color: #ddae3a;
}

.sponsors_silver {
	border: 1px solid #CCCCCC;
}

.sponsors_silver legend {
	color: #CCCCCC;
}

.sponsors_gold a,
.sponsors_silver a {
	max-width: 200px;
}

.scores article ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
}

.living_legends {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
	text-align: center;
}


.scores article li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.page.scores article li {
	font-size: 14px;
	font-weight: bold;
}

.page.scores ul.scores_medals {
	text-align: center;
}

.page.scores ul.scores_medals li {
	text-align: center;
	margin-bottom: 15px;
}

.living_legends li {
	display: inline-block;
	width: 24%;
	min-width: 250px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px;
}

.living_legends h4 {
	margin-top: 20px;
}

@media only screen and (max-width:768px) {
	.scores article li {
		width: 100%;
	}
}

.scores article ul ul li {
	width: 100%;
}

@media only screen and (max-width:500px) {
	.sponsor_list a {
		width: 100%;
	}
}


/*------------------------------------*\
    SHOP - WooCommerce
\*------------------------------------*/

.wrapper .woocommerce a.button,
.wrapper .woocommerce button.button.alt {
	font-family: 'Raleway-SemiBold', sans-serif;
	font-size: 14px;
	background: #0094da;
	border-radius: 3px;
	color: #FFFFFF;
	border: 1px solid #0094da;
	transition: all 0.2s
}

.wrapper .woocommerce a.button:hover,
.wrapper .woocommerce button.button.alt:hover {
	color: #0094da;
	background: #FFFFFF;
}

.wrapper .woocommerce input.button {
	font-family: 'Raleway-SemiBold', sans-serif;
	font-size: 14px;
	background: #ddae3a;
	border-radius: 3px;
	color: #FFFFFF;
	border: 1px solid #ddae3a;
	transition: all 0.2s
}

.wrapper .woocommerce input.button:hover {
	color: #ddae3a;
	background: #FFFFFF;
}

.wrapper .woocommerce input.button:disabled {
	color: #FFFFFF;
}

.wrapper .woocommerce input.button:disabled:hover {
	color: #FFFFFF;
	background: #ddae3a;
}

.woocommerce-checkout #payment {
	background: #f3f3f2;
}

#order_comments_field {
	display: none;
}

.woocommerce form .form-row.member_details_number::before {
	content: 'Member Details';
	display: block;
	font-size: 16px;
	font-weight: bold;
}

#membership_details_fields .mem_fields {
	clear: both;
}

#membership_details_fields h4 {
	border-top: 3px solid #333333;
	padding-top: 10px;
}

#membership_details_fields .odd {
	background: #F3F3F3;
}

.checkout .woocommerce form #membership_details_fields .form-row {
	margin: 0px;
	padding: 3px 3px 6px;
}

/* ---- CLUB FORMS ---- */

.gform_wrapper .top_label .no_field_title .gfield_label {
	visibility: hidden;
}

.small_paragraph .textarea {
	max-height: 150px;
}

.club_form input,
.club_form textarea {
	border: 1px solid #FFFFFF;
	background: #F6F6F6;
}

.club_form input:focus,
.club_form textarea:focus {
	border: 1px solid #666666;
}

.gform_wrapper .gsection.section_noborder {
	border: none;
}

.hidden {
	display: none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('fonts/Raleway-Bold.eot');
  src: url('fonts/Raleway-Bold.woff2') format('woff2'),
       url('fonts/Raleway-Bold.woff') format('woff'),
       url('fonts/Raleway-Bold.ttf') format('truetype'),
       url('fonts/Raleway-Bold.svg#Raleway-Bold') format('svg'),
       url('fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('fonts/Raleway-Light.eot');
  src: url('fonts/Raleway-Light.woff2') format('woff2'),
       url('fonts/Raleway-Light.woff') format('woff'),
       url('fonts/Raleway-Light.ttf') format('truetype'),
       url('fonts/Raleway-Light.svg#Raleway-Light') format('svg'),
       url('fonts/Raleway-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('fonts/Raleway-Regular.eot');
  src: url('fonts/Raleway-Regular.woff2') format('woff2'),
       url('fonts/Raleway-Regular.woff') format('woff'),
       url('fonts/Raleway-Regular.ttf') format('truetype'),
       url('fonts/Raleway-Regular.svg#Raleway-Regular') format('svg'),
       url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('fonts/Raleway-SemiBold.eot');
  src: url('fonts/Raleway-SemiBold.woff2') format('woff2'),
       url('fonts/Raleway-SemiBold.woff') format('woff'),
       url('fonts/Raleway-SemiBold.ttf') format('truetype'),
       url('fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg'),
       url('fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


div.shiftnav-wrap {
	line-height: 1.4; /* Fixes ShiftNav setting an em based line height when we want a unitless multiplier. */
}

.shiftnav-inner {
	background: url() center top no-repeat; /* Specify the site logo you want to appear in the mobile menu. */
	padding-top: 0px; /* Set to however tall the site logo is. */
}

.shiftnav ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu ul.sub-menu li.shiftnav-retract > .shiftnav-target {
	line-height: 100%;
	padding: 15px 25px 15px 35px;
}

.mobile_nav_bar {
	display:none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1140px) {

}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:480px) {

}

@media only screen and (max-width:960px) {

/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/

.nav {
	display:none;
}

.mobile_nav_bar {
	display:block;
	width: 100%;
	height: 105px;
	background: transparent;
	background-position:left;
	position: absolute;
	top: 32px;
	right: 0px;
	z-index: 1;
	cursor: pointer;
}

.mobilenav_touch {
	height: 105px;
}

div.mobilenav > ul {
	padding: 0px;
	position: relative;
	width: 100%;
	display: none;
	-webkit-transition: top 1s;
	-moz-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
/*	top: 105px;*/
	z-index: 1;
	margin: 0;
	background: rgba(255, 255, 255, 1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.mobilenav ul.sub-menu {
	margin: 0px;
	padding: 0px;
	display: none;
	background: #F6F6F6;
}

div.mobilenav ul li {
	text-decoration: none;
	list-style: none;
	text-align: center;
}

div.mobilenav ul li a {
	font-size: 18px;
	display: block;
	color: #0094da;
	font-family: 'Raleway-Regular', sans-serif;
/*	padding: 10px 0px;*/
	text-align: left;
	padding: 10px 0px 10px calc(50% - 50px)
}

.mobilenav ul.sub-menu li a {
	padding: 10px;
	text-align: center;
}

div.mobilenav ul li a:hover {
	color: #FFFFFF;
	background: #0094da;

}

.icon {
	width: 40px;
	height: 40px;
	background: none;
	position:absolute;
	top: 35px;
	right: 35px;
	z-index:999;
	color: #FFFFFF;
	font-size: 40px;
}

.navscroll .mobile_nav_bar {
	top: 0px;
	position: fixed;
}

.navscroll .mobilenav_touch {
	top: 0px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.navscroll .mobilenav_touch .icon {
	color: #0094da;
	top: 5px;
}

.navscroll .logo {
	position: fixed;
	top: -15px;
	left: 15px;
	width: 125px;
}

.navscroll div.mobilenav > ul {
	top: 0px;
	padding-top: 30px;
}

/*
.moblogo {
	width: 150px;
	height: 50px;
	background:url(img/mobmenulogo.png) no-repeat top;
	position:absolute;
	top: 35px;
	left: 35px;
	z-index:999;
}
*/

/*menu borders*/

/*------------------------------------*\
    	END MOBILE NAV
\*------------------------------------*/


}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
